@font-face { font-family: 'Outfit'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('assets/fonts/outfit-variable.ttf') format('truetype'); }
html { scroll-behavior: smooth; background: #fbfdfc; }
body { margin: 0; min-width: 320px; }
  #agency-site {
    --taste-page: #fbfdfc;
    --taste-ink: #143e38;
    --taste-accent: #236e5f;
    --taste-muted: #4d6961;
    --taste-mist: #eaf4ef;
    --taste-tint: #d9eee4;
    --taste-radius: 48px;
    color-scheme: light;
    container-type: inline-size;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    color: var(--taste-ink);
    background: var(--taste-page);
    isolation: isolate;
    width: 100%;
    overflow: clip;
  }
  #agency-site, #agency-site * { box-sizing: border-box; }
  #agency-site h1, #agency-site h2, #agency-site h3,
  #agency-site p, #agency-site ul { margin: 0; padding: 0; }
  #agency-site button, #agency-site input {
    font: inherit;
    color: inherit;
  }
  #agency-site button { cursor: pointer; }
  #agency-site [hidden] { display: none !important; }
  #agency-site .taste-opening { padding: clamp(10px, 2.2cqi, 22px); }
  #agency-site .taste-window {
    position: relative;
    isolation: isolate;
    border-radius: var(--taste-radius);
    overflow: hidden;
    padding: clamp(42px, 8cqi, 90px) clamp(24px, 5.5cqi, 72px);
    background: radial-gradient(ellipse at 93% 12%, #fbfefc 4%, transparent 65%),
      radial-gradient(ellipse at 8% 98%, #d2eade 0%, transparent 61%),
      #edf6f0;
  }
  #agency-site .taste-window::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .54;
    background: repeating-linear-gradient(133deg, transparent 0 29px,
      #ffffff2b 42px, transparent 70px, #739e8a09 90px, transparent 132px);
  }
  #agency-site[data-texture="false"] .taste-window::before { display: none; }
  #agency-site .taste-headline {
    font-size: clamp(31px, 4.92cqi, 64px);
    line-height: 1.13;
    font-weight: 550;
    letter-spacing: -.045em;
    text-wrap: pretty;
    max-width: 1180px;
    color: var(--taste-ink);
  }
  #agency-site .taste-headline strong {
    color: var(--taste-accent);
    font-weight: 650;
    white-space: nowrap;
  }
  #agency-site .taste-audience {
    margin-top: 28px;
    font-size: clamp(14px, 1.9cqi, 19px);
    font-weight: 450;
    line-height: 1.45;
    letter-spacing: -.012em;
    color: var(--taste-muted);
  }
  #agency-site .taste-services { padding: clamp(50px, 9cqi, 112px) 7.5% clamp(64px, 10cqi, 128px); }
  #agency-site .taste-section-title {
    max-width: 740px;
    font-size: clamp(32px, 5.2cqi, 65px);
    line-height: 1.09;
    font-weight: 550;
    letter-spacing: -.045em;
    text-wrap: balance;
    color: var(--taste-ink);
  }
  #agency-site .taste-section-title span { color: var(--taste-accent); }
  #agency-site .taste-goodbye {
    margin-top: 36px;
    color: var(--taste-muted);
    font-size: clamp(26px, 3.35cqi, 42px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.3;
    white-space: nowrap;
  }
  #agency-site .taste-goodbye-hand {
    display: inline-block;
    width: 1.35em;
    height: 1.35em;
    margin-inline: .08em;
    vertical-align: -.26em;
    transform-origin: 50% 86%;
    pointer-events: none;
    user-select: none;
  }
  #agency-site .taste-goodbye-hand img { display: block; width: 100%; height: 100%; object-fit: contain; }
  @media (prefers-reduced-motion: no-preference) {
    #agency-site .taste-goodbye:not(.reveal-pending) .taste-goodbye-hand {
      animation: goodbye-wave 5s cubic-bezier(.45, 0, .55, 1) infinite;
    }
    @keyframes goodbye-wave {
      0%, 36%, 100% { transform: rotate(0); }
      7% { transform: rotate(-16deg); }
      14% { transform: rotate(10deg); }
      21% { transform: rotate(-13deg); }
      28% { transform: rotate(6deg); }
    }
  }
  #agency-site .taste-task-groups { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 48px; margin-top: 24px; }
  #agency-site .taste-task-groups ul { list-style: none; display: grid; gap: 20px; }
  #agency-site .taste-task-groups li {
    color: var(--taste-ink);
    font-size: clamp(16px, 2.65cqi, 27px);
    font-weight: 450;
    letter-spacing: -.03em;
    line-height: 1.3;
  }
  #agency-site .taste-task-label { display: inline-block; position: relative; }
  #agency-site .taste-task-cross {
    display: none;
    width: 22px;
    height: 22px;
    flex: none;
    fill: none;
    stroke: #ff7a1a;
    stroke-width: 2.2;
    stroke-linecap: round;
  }
  #agency-site .taste-task-cross path { stroke-dasharray: 1; stroke-dashoffset: 0; }
  #agency-site .taste-task-strike {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    border-radius: 2px;
    background: #ff7a1a;
    transform-origin: left center;
    pointer-events: none;
  }
  #agency-site .taste-access {
    margin: 0 clamp(10px, 2.2cqi, 22px) clamp(10px, 2.2cqi, 22px);
    padding: clamp(44px, 7.5cqi, 96px) 5% 32px;
    border-radius: var(--taste-radius);
    background: #eff6f2;
  }
  #agency-site .taste-access > h2 {
    max-width: 600px;
    margin-inline: auto;
    text-align: center;
    font-size: clamp(32px, 5.2cqi, 64px);
    line-height: 1.08;
    font-weight: 550;
    letter-spacing: -.05em;
    text-wrap: balance;
    color: var(--taste-ink);
  }
  #agency-site .taste-phone-stage {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 44px 0 30px;
    margin: 16px auto 0;
    max-width: 600px;
    min-width: 0;
    isolation: isolate;
  }
  #agency-site .taste-phone-stage::before {
    content: '';
    position: absolute;
    inset: 17% -10% 0;
    z-index: -1;
    background: radial-gradient(ellipse at 50% 61%, #c8e3d3 0%, #e1eee5 45%, transparent 70%);
    pointer-events: none;
  }
  #agency-site .taste-phone {
    width: min(282px, 100%);
    padding: 8px;
    border-radius: 42px;
    background: #d4e0d8;
    box-shadow: 0 22px 48px #1f584c17, inset 0 1px 0 #fefffe;
  }
  #agency-site .taste-screen {
    position: relative;
    padding: 13px 18px 20px;
    border-radius: 34px;
    background: #fbfdfb;
    min-height: 382px;
  }
  #agency-site .taste-device-speaker {
    width: 58px;
    height: 5px;
    border-radius: 99px;
    margin: 0 auto 27px;
    background: #244b40;
  }
  #agency-site .taste-app-title {
    font-size: 25px;
    line-height: 1.06;
    font-weight: 550;
    letter-spacing: -.035em;
  }
  #agency-site .taste-plan-name {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 9px;
    color: var(--taste-muted);
  }
  #agency-site .taste-delivery {
    margin-top: 23px;
    padding: 20px;
    min-height: 117px;
    border-radius: 24px;
    background: #e8f2eb;
  }
  #agency-site .taste-delivery-label { display: block; color: var(--taste-muted); font-size: 12px; line-height: 1.4; }
  #agency-site .taste-delivery-day { display: block; margin-top: 5px; font-size: 26px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
  #agency-site .taste-meal-count { display: block; font-size: 13px; line-height: 1.4; margin-top: 10px; color: var(--taste-muted); }
  #agency-site .taste-phone-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 20px; }
  #agency-site .taste-phone-actions button {
    padding: 0 5px;
    min-height: 44px;
    border: 0;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    background: #e7efe9;
    color: var(--taste-ink);
    transition: transform .25s cubic-bezier(.16, 1, .3, 1), background-color .25s cubic-bezier(.16, 1, .3, 1);
  }
  #agency-site .taste-phone-actions button:hover { background: #d4e7d9; }
  #agency-site .taste-phone-actions button[aria-pressed="true"] { background: var(--taste-accent); color: #f9fdfb; }
  #agency-site .taste-phone-actions button:active { transform: scale(.96); }
  #agency-site .taste-demo-feedback {
    min-height: 31px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: var(--taste-muted);
  }
  #agency-site .taste-edit-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    gap: 8px;
    font-size: 13px;
    color: var(--taste-muted);
  }
  #agency-site .taste-edit-options input {
    width: 60px;
    min-height: 44px;
    padding: 7px;
    border: 1px solid #b8cdbf;
    border-radius: 14px;
    background: #fcfefc;
    font-size: 16px;
    color: var(--taste-ink);
  }
  #agency-site .taste-sticker {
    position: absolute;
    top: 31px;
    left: calc(50% + 70px);
    width: 155px;
    padding: 16px 12px;
    border-radius: 24px;
    background: #d0eab7;
    color: #244528;
    transform: rotate(9deg);
    box-shadow: 0 6px 18px #295b3513;
    text-align: center;
  }
  #agency-site .taste-sticker strong { display: block; font-size: 16px; line-height: 1.13; font-weight: 650; letter-spacing: -.04em; }
  #agency-site .taste-sticker span { display: block; margin-top: 3px; font-size: 14px; line-height: 1.2; }
  @container (min-width: 1000px) {
    #agency-site .taste-services { padding-inline: 9%; }
    #agency-site .taste-task-groups { max-width: 840px; }
  }
  @container (max-width: 600px) {
    #agency-site .taste-window { padding: 42px 23px; }
    #agency-site .taste-headline { font-size: clamp(29px, 7.1cqi, 41px); line-height: 1.13; }
    #agency-site .taste-audience { margin-top: 22px; }
    #agency-site .taste-services { padding: 48px 8% 62px; }
    #agency-site .taste-section-title { font-size: 33px; max-width: 420px; }
    #agency-site .taste-task-groups { grid-template-columns: minmax(0, 1fr); gap: 18px; }
    #agency-site .taste-task-groups ul { gap: 18px; }
    #agency-site .taste-goodbye { margin-top: 26px; font-size: 26px; }
    #agency-site .taste-task-groups li { display: flex; align-items: center; gap: 12px; font-size: 17px; }
    #agency-site .taste-task-label { white-space: nowrap; }
    #agency-site .taste-task-cross { display: block; }
    #agency-site .taste-access { padding: 42px 16px 20px; }
    #agency-site .taste-access > h2 { font-size: clamp(29px, 7cqi, 39px); }
    #agency-site .taste-phone-stage { padding-top: 60px; }
    #agency-site .taste-phone { width: min(270px, 100%); }
    #agency-site .taste-sticker { width: 131px; left: auto; right: 0; top: 33px; padding: 13px 8px; }
    #agency-site .taste-sticker strong { font-size: 14px; }
    #agency-site .taste-sticker span { font-size: 12px; }
  }
  @container (max-width: 380px) {
    #agency-site .taste-window { padding: 36px 20px; }
    #agency-site .taste-screen { padding-inline: 15px; }
    #agency-site .taste-phone { border-radius: 39px; }
    #agency-site .taste-sticker { right: 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    #agency-site *, #agency-site *::before, #agency-site *::after { transition: none !important; }
  }
  #agency-site { max-width: 1600px; margin-inline: auto; }
  #agency-site .taste-screen.device-screen { aspect-ratio: 9 / 18.2; min-height: 0; padding: 0; background: #fcfefd; }
  #agency-site .taste-phone { position: relative; }
  #agency-site .taste-phone::before { content: ''; position: absolute; z-index: 1; width: 62px; height: 6px; left: 50%; top: 16px; transform: translateX(-50%); border-radius: 99px; background: #b6c9bd; }
  #agency-site .taste-sticker { width: 142px; height: 142px; padding: 21px 12px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; }
  @media (prefers-reduced-motion: no-preference) {
    #agency-site .taste-sticker { animation: sticker-float 5.5s cubic-bezier(.45, 0, .55, 1) infinite; }
    @keyframes sticker-float { 0%, 100% { transform: translateY(0) rotate(7deg); } 50% { transform: translateY(-9px) rotate(2deg); } }
  }
  @container (max-width: 600px) {
    #agency-site .taste-sticker { width: 116px; height: 116px; padding: 16px 10px; }
  }

/* Full-page extension. The selected sea-glass palette and Outfit typography stay fixed.
   Shapes: 48px section windows, 32px package surfaces, circular stickers, pill actions.
   Layering: device details 1; overlapping stickers 2; native dialog uses the top layer. */
#agency-site { --taste-ease: cubic-bezier(.16, 1, .3, 1); --taste-accordion-duration: 340ms; --taste-accordion-ease: cubic-bezier(.25, .1, .25, 1); }
#agency-site button:focus-visible, #agency-site summary:focus-visible, #agency-site a:focus-visible { outline: 3px solid var(--taste-accent); outline-offset: 5px; }
#agency-site .taste-body { max-width: 650px; color: var(--taste-muted); font-size: clamp(17px, 1.75cqi, 21px); font-weight: 400; line-height: 1.6; letter-spacing: -.012em; margin-top: 24px; }
#agency-site .taste-sticker { z-index: 2; }
#agency-site .taste-access { margin-bottom: 0; }
#agency-site .taste-access .taste-phone-stage { padding-bottom: 25px; }
#agency-site .taste-schedules { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr); align-items: center; gap: 8%; padding: clamp(64px, 10cqi, 128px) 8%; }
#agency-site .taste-schedule-copy .taste-section-title { font-size: clamp(34px, 4.4cqi, 58px); text-wrap: pretty; }
#agency-site .taste-roster-stage { position: relative; width: 100%; max-width: 410px; justify-self: center; padding-top: 35px; }
#agency-site .taste-roster-surface { padding: 44px 22px 38px; border-radius: 160px; background: radial-gradient(ellipse at 20% 35%, #e8f3ed, #dcece2); }
#agency-site .taste-roster-surface .taste-phone { width: min(255px, 100%); margin: 0 auto; transform: rotate(-4deg); }
#agency-site .taste-sticker--fifo { left: auto; right: -2px; top: 17px; animation-delay: -2.5s; }
#agency-site .taste-sticker--fifo strong { font-size: 30px; font-weight: 600; letter-spacing: -.045em; }
#agency-site .taste-sticker--fifo span { font-size: 19px; }
#agency-site .taste-ownership { margin: 0 clamp(10px, 2.2cqi, 22px); padding: clamp(48px, 7.5cqi, 100px) 7% 0; border-radius: var(--taste-radius); overflow: hidden; background: radial-gradient(ellipse at 90% 90%, #d4e8dc, transparent 65%), #eef5f0; }
#agency-site .taste-ownership .taste-section-title { max-width: 1100px; font-size: clamp(33px, 4.65cqi, 62px); text-wrap: pretty; }
#agency-site .taste-ownership .taste-body { max-width: 720px; }
#agency-site .taste-desktop-stage { max-width: 880px; margin: 58px 0 0 auto; padding: 0 2% 0; }
#agency-site .taste-desktop { padding: 11px; border-radius: 28px 28px 4px 4px; background: #d1dfd6; box-shadow: inset 0 1px 0 #fdfffd, 0 22px 46px #294c3914; }
#agency-site .taste-desktop-screen { aspect-ratio: 16 / 9; background: #fcfefd; border-radius: 18px 18px 2px 2px; }
#agency-site .taste-desktop-base { position: relative; height: 15px; width: 100%; border-radius: 2px 2px 19px 19px; background: linear-gradient(#e7eee9, #bccfc0); }
#agency-site .taste-desktop-base::before { content: ''; display: block; height: 4px; width: 15%; margin: 0 auto; border-radius: 0 0 8px 8px; background: #bbcfc1; }
#agency-site .taste-packages { padding: clamp(70px, 10cqi, 128px) 4% clamp(72px, 10cqi, 128px); }
#agency-site .taste-packages > h2 { text-align: center; margin: 0 auto 52px; }
#agency-site .package-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); align-items: start; gap: 18px; }
#agency-site .package-card { min-width: 0; display: flex; flex-direction: column; padding: clamp(22px, 2.5cqi, 35px); border-radius: 32px; background: #f0f6f2; }
#agency-site .package-card--featured { background: #deeee3; }
#agency-site .package-card__topline { margin: 0 0 19px; }
#agency-site .package-card__marker { display: inline-block; padding: 7px 11px; border-radius: 99px; background: #c7e0d0; color: var(--taste-ink); font-size: 12px; line-height: 1.2; font-weight: 500; }
#agency-site .package-card h3 { margin: 0 0 27px; font-size: clamp(25px, 2.7cqi, 34px); line-height: 1.05; font-weight: 550; letter-spacing: -.04em; }
#agency-site .package-card__premium-title { display: flex; align-items: center; gap: 10px; }
#agency-site .package-card__crown { display: block; flex: 0 0 auto; width: .82em; height: .82em; color: var(--taste-accent); }
#agency-site .package-card__includes { color: var(--taste-muted); font-size: 15px; line-height: 1.45; margin: -12px 0 23px; }
#agency-site .package-feature { display: flow-root; margin: 0; padding: 0; }
#agency-site .package-feature + .package-feature { margin-top: 3px; }
#agency-site .package-feature summary { list-style: none; position: relative; padding: 13px 21px 13px 0; cursor: pointer; font-size: 16px; line-height: 1.32; font-weight: 450; letter-spacing: -.012em; }
#agency-site summary::-webkit-details-marker { display: none; }
#agency-site .package-feature ul { margin: 2px 0 14px 16px; padding: 0; list-style: disc; }
#agency-site .package-feature li { padding: 4px 0 4px 3px; color: var(--taste-muted); font-size: 14px; line-height: 1.4; }
#agency-site .package-feature > p { margin: 0 0 9px; color: var(--taste-muted); font-size: 14px; line-height: 1.5; }
#agency-site .taste-cta { display: inline-flex; justify-content: center; align-items: center; gap: 22px; width: max-content; min-height: 52px; padding: 15px 24px; border: 0; border-radius: 999px; background: var(--taste-accent); color: #fbfdfc; font-family: inherit; font-size: 16px; font-weight: 500; line-height: 1.25; white-space: nowrap; cursor: pointer; text-decoration: none; transition: transform .35s var(--taste-ease), box-shadow .35s var(--taste-ease); }
#agency-site .taste-cta span { font-size: 20px; line-height: 1; transition: transform .35s var(--taste-ease); }
#agency-site .taste-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px #236e5f18; }
#agency-site .taste-cta:hover span { transform: translate(2px,-2px); }
#agency-site .taste-cta:active { transform: scale(.98); }
#agency-site .package-card > .taste-cta { width: 100%; margin-top: 30px; }
#agency-site .taste-integrations { margin: 0 clamp(10px, 2.2cqi, 22px); padding: clamp(48px, 7.5cqi, 90px) 0 48px; border-radius: var(--taste-radius); background: #edf5ef; overflow: hidden; }
#agency-site .taste-integrations-copy { padding: 0 7%; max-width: 950px; margin: 0 auto; text-align: center; }
#agency-site .taste-integrations-copy h2 { margin: 0 auto; }
#agency-site .taste-integration-promise { margin-top: 25px; font-size: clamp(19px, 2.35cqi, 27px); line-height: 1.35; font-weight: 500; letter-spacing: -.025em; }
#agency-site .integration-wall { display: grid; gap: 9px; margin-top: 48px; color: var(--taste-accent); }
#agency-site .logo-row { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
#agency-site .logo-track { display: flex; width: max-content; }
#agency-site .logo-group { display: flex; align-items: center; gap: 40px; padding: 16px 20px; }
#agency-site .integration-logo { display: block; flex: 0 0 112px; width: 112px; height: 35px; background: currentColor; mask-image: var(--logo); -webkit-mask-image: var(--logo); mask-size: contain; -webkit-mask-size: contain; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-position: center; -webkit-mask-position: center; opacity: .78; }
#agency-site .taste-reassurance { margin-top: 32px; padding: 0 7%; text-align: center; color: var(--taste-muted); font-size: 17px; line-height: 1.5; }
#agency-site .taste-faq { padding: clamp(72px, 10cqi, 132px) 9% 58px; }
#agency-site .taste-faq > h2 { margin-bottom: 45px; }
#agency-site .taste-faq-list { max-width: 1100px; }
#agency-site .taste-question { display: flow-root; border-bottom: 1px solid #dce7df; }
#agency-site .taste-question summary { display: block; list-style: none; position: relative; cursor: pointer; padding: 25px 48px 25px 0; font-size: clamp(17px, 2cqi, 23px); font-weight: 450; line-height: 1.35; letter-spacing: -.02em; }
#agency-site :is(.package-feature, .taste-question) > summary::before,
#agency-site :is(.package-feature, .taste-question) > summary::after { content: ''; position: absolute; right: 3px; top: calc(50% - .75px); width: 13px; height: 1.5px; border-radius: 2px; background: var(--taste-accent); pointer-events: none; }
#agency-site :is(.package-feature, .taste-question) > summary::after { transform: rotate(90deg); transition: transform var(--taste-accordion-duration) var(--taste-accordion-ease); }
#agency-site :is(.package-feature, .taste-question)[open]:not([data-expanded="false"]) > summary::after { transform: rotate(0deg); }
#agency-site[data-motion="paused"] :is(.package-feature, .taste-question) > summary::after { transition: none; }
#agency-site .taste-question p { max-width: 820px; padding: 0 40px 26px 0; color: var(--taste-muted); font-size: 17px; line-height: 1.65; }
#agency-site .taste-contact { margin-top: 70px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
#agency-site .taste-contact > p { font-size: clamp(24px, 3cqi, 38px); font-weight: 500; letter-spacing: -.04em; line-height: 1.15; }
#agency-site .taste-footer { padding: 20px 9% 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--taste-muted); font-size: 14px; line-height: 1.5; }
#agency-site .taste-motion-toggle { padding: 10px 0 10px 10px; background: transparent; border: 0; border-radius: 8px; color: var(--taste-muted); font: inherit; cursor: pointer; white-space: nowrap; text-decoration: underline; text-underline-offset: 4px; }
#agency-site .taste-motion-toggle:disabled { cursor: default; text-decoration: none; }
#agency-site .taste-contact-dialog { position: fixed; width: min(460px, calc(100% - 32px)); max-height: calc(100% - 40px); margin: auto; border: 0; border-radius: 32px; padding: 44px 32px 32px; background: #f3f9f5; color: var(--taste-ink); box-shadow: 0 25px 90px #143e3830; font-family: 'Outfit', sans-serif; }
#agency-site .taste-contact-dialog::backdrop { background: #103c344a; }
#agency-site .taste-contact-dialog h2 { margin: 0 0 16px; font-size: 34px; line-height: 1.1; font-weight: 550; letter-spacing: -.04em; }
#agency-site .taste-contact-dialog p { color: var(--taste-muted); font-size: 17px; line-height: 1.5; }
#agency-site .taste-contact-dialog .taste-dialog-selection { margin-top: 16px; font-weight: 500; }
#agency-site .taste-contact-dialog .taste-cta { margin-top: 26px; }
#agency-site .taste-dialog-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #e1eee5; color: var(--taste-ink); font-size: 26px; line-height: 1; cursor: pointer; }

@media (prefers-reduced-motion: no-preference) {
  /* Only JavaScript-enhanced, waiting items are hidden. No permanent animation layers. */
  #agency-site[data-motion="running"] [data-reveal].reveal-pending { opacity: 0; }
  #agency-site .logo-track { animation: logo-drift var(--logo-duration, 80s) linear infinite; }
  #agency-site .logo-row:nth-child(even) .logo-track { animation-direction: reverse; }
  @keyframes logo-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
}
#agency-site[data-motion="paused"] .taste-sticker,
#agency-site[data-motion="paused"] .taste-goodbye-hand,
#agency-site[data-motion="paused"] .logo-track { animation-play-state: paused; }
#agency-site[data-motion="paused"] .logo-row { overflow-x: auto; scrollbar-width: thin; mask-image: none; -webkit-mask-image: none; }
#agency-site[data-motion="paused"] .logo-track { animation: none; transform: none; }
#agency-site[data-motion="paused"] .logo-group--duplicate { display: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  #agency-site *, #agency-site *::before, #agency-site *::after { animation: none !important; transition: none !important; }
  #agency-site .logo-row { overflow-x: auto; scrollbar-width: thin; mask-image: none; -webkit-mask-image: none; }
  #agency-site .logo-group--duplicate { display: none; }
}
@container (max-width: 1000px) {
  #agency-site .package-grid { grid-template-columns: minmax(0,1fr); max-width: 680px; margin: 0 auto; gap: 20px; }
  #agency-site .package-card { padding: 34px; }
  #agency-site .package-card h3 { font-size: 31px; }
  #agency-site .package-card > .taste-cta { width: max-content; padding-inline: 30px; }
  #agency-site .package-feature summary { font-size: 18px; }
  #agency-site .package-feature li, #agency-site .package-feature > p { font-size: 16px; }
  #agency-site .taste-schedules { gap: 6%; }
  #agency-site .taste-roster-surface { padding-inline: 16px; }
}
@container (max-width: 768px) {
  #agency-site .taste-schedules { grid-template-columns: minmax(0,1fr); gap: 38px; padding: 65px 8%; }
  #agency-site .taste-schedule-copy .taste-section-title { font-size: clamp(34px, 5.5cqi, 43px); max-width: 580px; }
  #agency-site .taste-roster-stage { max-width: 340px; }
  #agency-site .taste-roster-surface .taste-phone { transform: none; }
  #agency-site .taste-sticker--fifo { right: -2px; }
  #agency-site .taste-ownership { padding: 48px 7% 0; }
  #agency-site .taste-ownership .taste-section-title { font-size: clamp(32px, 5.1cqi, 41px); }
  #agency-site .taste-desktop-stage { margin-top: 38px; }
  #agency-site .taste-integrations-copy { padding-inline: 8%; }
  #agency-site .taste-faq { padding-inline: 8%; }
  #agency-site .taste-question summary { font-size: 19px; }
}
@container (max-width: 600px) {
  #agency-site .taste-window, #agency-site .taste-access, #agency-site .taste-ownership, #agency-site .taste-integrations { border-radius: 36px; }
  #agency-site .taste-body { font-size: 17px; }
  #agency-site .taste-sticker { font-size: 14px; }
  #agency-site .taste-sticker--fifo strong { font-size: 28px; }
  #agency-site .taste-sticker--fifo span { font-size: 17px; }
  #agency-site .taste-packages { padding: 64px 5%; }
  #agency-site .taste-packages > h2 { margin-bottom: 34px; font-size: 35px; }
  #agency-site .package-card { padding: 28px 25px; border-radius: 30px; }
  #agency-site .package-card > .taste-cta { width: 100%; }
  #agency-site .taste-integrations { padding: 46px 0 35px; }
  #agency-site .taste-integrations .taste-section-title { font-size: 35px; }
  #agency-site .taste-integration-promise { font-size: 21px; margin-top: 21px; }
  #agency-site .integration-wall { margin-top: 31px; gap: 0; }
  #agency-site .logo-group { gap: 28px; padding: 15px 14px; }
  #agency-site .integration-logo { flex-basis: 95px; width: 95px; height: 30px; }
  #agency-site .taste-reassurance { margin-top: 27px; font-size: 16px; }
  #agency-site .taste-faq { padding-top: 66px; padding-bottom: 37px; }
  #agency-site .taste-faq > h2 { margin-bottom: 28px; font-size: 36px; }
  #agency-site .taste-question summary { font-size: 18px; padding-top: 22px; padding-bottom: 22px; }
  #agency-site .taste-question p { padding-right: 0; font-size: 16px; }
  #agency-site .taste-contact { flex-direction: column; align-items: flex-start; margin-top: 46px; }
  #agency-site .taste-contact > p { font-size: 30px; }
  #agency-site .taste-footer { flex-direction: column; align-items: flex-start; gap: 8px; padding-inline: 8%; }
  #agency-site .taste-motion-toggle { padding-left: 0; min-height: 44px; }
  #agency-site .taste-desktop { padding: 7px; border-radius: 17px 17px 2px 2px; }
  #agency-site .taste-desktop-screen { border-radius: 10px 10px 1px 1px; }
  #agency-site .taste-desktop-base { height: 10px; }
}

/* Mobile package switcher. The tab list is progressively enhanced by JavaScript, so all
   three package cards remain available when scripts are unavailable. */
#agency-site .package-tabs { display: none; }
#agency-site .package-tab { appearance: none; border: 0; background: transparent; }
#agency-site .package-tab__crown { display: block; width: 1.05em; height: 1.05em; flex: none; }
#agency-site[data-motion="paused"] .package-tab { transition: none; }

@media (max-width: 600px) {
  #agency-site .package-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 18px;
    padding: 4px;
    border-radius: 999px;
    background: var(--taste-mist);
  }
  #agency-site .package-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 48px;
    padding: 11px 8px;
    border-radius: 999px;
    color: var(--taste-muted);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: color 280ms var(--taste-ease), background-color 280ms var(--taste-ease), transform 280ms var(--taste-ease);
  }
  #agency-site .package-tab[aria-selected="true"] {
    background: var(--taste-accent);
    color: var(--taste-page);
  }
  #agency-site .package-tab:active { transform: scale(.98); }
  #agency-site .package-grid.is-package-switching { position: relative; overflow: hidden; }
  #agency-site .package-grid.is-package-switching .package-card.is-package-transitioning {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
  }
}
