/* Rounded phone composition in Agency's sea-glass palette.
   The UI is an intentional animated illustration, with synthetic demonstration data. */
#agency-site .taste-access .sd-stage { max-width: 560px; padding: 22px 0 18px; }
#agency-site .sd-stage::before { inset: 20% -10% 5%; }
#agency-site .taste-access .sd-stage::before {
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
}
#agency-site .sd-heading-window { width: 100%; height: 42px; overflow: hidden; margin-bottom: 57px; }
#agency-site .sd-heading-track { display: flex; height: 100%; will-change: transform; }
#agency-site .sd-heading-track h3 { flex: 0 0 100%; margin: 0; text-align: center; color: var(--taste-accent); font-size: 27px; font-weight: 450; letter-spacing: -.035em; line-height: 42px; }
#agency-site .sd-stage .taste-phone { width: min(304px, calc(100% - 10px)); padding: 9px; border: 1px solid #afc6ba; border-radius: 47px; background: linear-gradient(120deg, #ebf2ee, #bfcec5 42%, #e5eee8); box-shadow: 0 30px 50px -24px #143e384b, 0 7px 14px -8px #143e3838, inset 0 0 0 2px #f4f9f5; }
#agency-site .sd-stage .taste-phone::before { display: none; }
#agency-site .sd-stage .taste-screen { width: 100%; aspect-ratio: 284 / 600; overflow: hidden; border-radius: 37px; background: #f7fbf8; box-shadow: 0 0 0 1.5px #819c8c; }
#agency-site .sd-canvas { position: absolute; width: 284px; height: 600px; left: 0; top: 0; transform: scale(var(--sd-scale, 1)); transform-origin: 0 0; color: #143e38; font-family: 'Outfit', sans-serif; text-align: left; }
#agency-site .sd-canvas * { box-sizing: border-box; }
#agency-site .sd-status { position: absolute; z-index: 8; inset: 0 0 auto; height: 47px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; font-size: 12px; font-weight: 600; background: #f7fbf8; }
#agency-site .sd-island { width: 80px; height: 22px; border-radius: 20px; background: #183c34; position: absolute; top: 11px; left: 102px; }
#agency-site .sd-status-icons { display: flex; align-items: flex-end; gap: 4px; }
#agency-site .sd-signal { display: flex; height: 10px; align-items: flex-end; gap: 2px; }
#agency-site .sd-signal i { width: 3px; background: #143e38; border-radius: 1px; }
#agency-site .sd-signal i:nth-child(1) { height: 4px; }
#agency-site .sd-signal i:nth-child(2) { height: 6px; }
#agency-site .sd-signal i:nth-child(3) { height: 8px; }
#agency-site .sd-signal i:nth-child(4) { height: 10px; }
#agency-site .sd-battery { width: 18px; height: 9px; border: 1px solid #143e3866; padding: 1px; border-radius: 3px; margin-left: 3px; }
#agency-site .sd-battery::after { content: ''; display: block; width: 12px; height: 5px; border-radius: 1px; background: #143e38; }
#agency-site .sd-viewport { position: absolute; top: 47px; left: 0; right: 0; height: 540px; overflow: hidden; }
#agency-site .sd-track { display: flex; width: 100%; height: 100%; will-change: transform; }
#agency-site .sd-scene { position: relative; flex: 0 0 100%; width: 284px; height: 540px; overflow: hidden; background: #f7fbf8; }
#agency-site .sd-home { position: absolute; z-index: 9; bottom: 8px; left: 97px; width: 90px; height: 4px; border-radius: 8px; background: #143e38; }
#agency-site .sd-stage .taste-sticker { top: 76px; left: calc(50% + 86px); right: auto; width: 124px; height: 124px; padding: 16px 10px; border: 4px solid #fbfdfc; background: #c9e7d6; box-shadow: 0 8px 18px #143e3817; }
#agency-site .sd-stage .taste-sticker strong { font-size: 17px; line-height: 1.12; letter-spacing: -.025em; }
#agency-site .sd-stage .taste-sticker span { margin-top: 5px; font-size: 15px; line-height: 1; }
#agency-site .sd-stage[data-demo-paused='true'] .taste-sticker { animation-play-state: paused; }
#agency-site .sd-controls { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 24px; }
#agency-site .sd-controls button { position: relative; border: 0; border-radius: 24px; color: #4d6961; background: transparent; font-family: inherit; font-size: 14px; font-weight: 450; min-height: 44px; padding: 10px 14px; cursor: pointer; }
#agency-site .sd-controls button[aria-pressed='true'] { background: #dcece2; color: #143e38; }
#agency-site .sd-controls .sd-pause { width: 44px; padding: 12px; margin-left: 4px; display: grid; place-items: center; }
#agency-site .sd-pause span { display: block; width: 10px; height: 13px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
#agency-site .sd-pause[aria-pressed='true'] span { border: 0; border-left: 10px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; height: 0; width: 0; }
#agency-site .sd-pause:disabled { opacity: .45; cursor: default; }
#agency-site .sd-box { padding: 18px; }
#agency-site .sd-topline { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }
#agency-site .sd-topline h4 { margin: 0; font-size: 26px; font-weight: 550; line-height: 1.12; letter-spacing: -.05em; }
#agency-site .sd-app-icon { display: block; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 10px; }
/* Calendar primitives are still shared by the separate FIFO phone. */
#agency-site .sd-calendar { background: #fff; border: 1px solid #deebe2; border-radius: 23px; padding: 17px 12px 13px; box-shadow: 0 6px 15px #143e3804; }
#agency-site .sd-month { display: flex; justify-content: space-between; align-items: center; padding: 0 6px; font-size: 16px; font-weight: 500; }
#agency-site .sd-month b { font-size: 21px; font-weight: 400; color: #779688; }
#agency-site .sd-weekdays, #agency-site .sd-dates { display: grid; grid-template-columns: repeat(7, 1fr); justify-items: center; }
#agency-site .sd-weekdays { margin-top: 19px; margin-bottom: 8px; color: #7a9286; font-size: 10px; font-weight: 500; }
#agency-site .sd-dates { row-gap: 7px; }
#agency-site .sd-schedule { position: relative; width: 284px; height: 540px; padding: 16px 18px; color: #143e38; background: #f7fbf8; }
#agency-site .sd-schedule-title { margin: 0; font-size: 27px; line-height: 1.13; font-weight: 500; letter-spacing: -.048em; }
#agency-site .sd-title-arrow { display: inline-block; font-size: 25px; line-height: 1; margin-left: 2px; }
#agency-site .sd-schedule-pause { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 12px; width: 128px; height: 128px; margin: 19px auto 0; border-radius: 50%; background: #236e5f; color: #fff; font-size: 23px; line-height: 1; font-weight: 500; letter-spacing: -.03em; }
#agency-site .sd-schedule-toggle { display: grid; place-items: center; height: 38px; width: 42px; }
#agency-site .sd-schedule-pause-mark, #agency-site .sd-schedule-pause-mark svg { display: block; width: 42px; height: 42px; }
#agency-site .sd-schedule-play { display: none; width: 0; height: 0; margin-left: 6px; border-left: 25px solid currentColor; border-top: 16px solid transparent; border-bottom: 16px solid transparent; }
#agency-site .sd-schedule[data-paused='true'] .sd-schedule-pause { background: #d9eee4; color: #236e5f; }
#agency-site .sd-schedule[data-paused='true'] .sd-schedule-play { display: block; }
#agency-site .sd-schedule[data-paused='true'] .sd-schedule-pause-mark { display: none; }
#agency-site .sd-schedule-weeks { margin-top: 20px; }
#agency-site .sd-schedule-weeks h5 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; font-weight: 500; letter-spacing: -.025em; }
#agency-site .sd-week-list { display: grid; gap: 7px; }
#agency-site .sd-week { display: flex; align-items: center; gap: 9px; height: 48px; padding: 10px 12px; border: 1px solid #d5e3da; border-radius: 14px; background: #fff; }
#agency-site .sd-week-date { margin-right: auto; font-size: 18px; line-height: 1.2; font-weight: 450; letter-spacing: -.025em; }
#agency-site .sd-week-state { font-size: 14px; font-weight: 450; line-height: 1; color: #4d6961; }
#agency-site .sd-week-icon { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border: 1.5px solid #a3beae; border-radius: 50%; }
#agency-site .sd-week-icon svg { display: block; width: 14px; height: 14px; }
#agency-site .sd-week-skip-symbol, #agency-site .sd-week-pause-symbol { display: none; }
#agency-site .sd-week[data-skipped='true'] { border-color: #236e5f; background: #236e5f; color: #fff; }
#agency-site .sd-week[data-skipped='true'] .sd-week-state { color: #fff; }
#agency-site .sd-week[data-skipped='true'] .sd-week-icon { border-color: #ffffff70; }
#agency-site .sd-week[data-skipped='true'] .sd-week-skip-symbol { display: block; }
#agency-site .sd-schedule[data-paused='true'] .sd-week { background: #edf3ef; color: #577266; }
#agency-site .sd-schedule[data-paused='true'] .sd-week-pause-symbol { display: block; }
#agency-site .sd-receipt { display: flex; align-items: center; justify-content: center; gap: 7px; color: #236e5f; font-size: 13px; margin-top: 15px; opacity: 0; }
#agency-site .sd-receipt svg { width: 14px; height: 14px; }
#agency-site .sd-box[data-step='saved'] .sd-receipt { opacity: 1; }
#agency-site .sd-tap { position: absolute; z-index: 5; width: 32px; height: 32px; border-radius: 50%; border: 2px solid #236e5f99; background: #236e5f16; box-shadow: 0 0 0 6px #fff9; pointer-events: none; opacity: 0; }
#agency-site .sd-meal-row { display: flex; align-items: center; gap: 12px; height: 85px; padding: 10px 0; border-bottom: 1px solid #e1ece5; }
#agency-site .sd-meal-image { flex: 0 0 62px; width: 62px; height: 62px; border-radius: 16px; background: #e7eee6; overflow: hidden; }
#agency-site .sd-meal-image svg { display: block; width: 100%; height: 100%; }
#agency-site .sd-meal-copy { flex: 1; }
#agency-site .sd-meal-copy strong { display: block; font-size: 15px; font-weight: 500; line-height: 1.18; letter-spacing: -.02em; }
#agency-site .sd-meal-copy small { display: block; margin-top: 5px; font-size: 11px; color: #668373; }
#agency-site .sd-quantity { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; }
#agency-site .sd-quantity i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #e2eee6; color: #236e5f; font-size: 19px; font-style: normal; }
#agency-site .sd-add-meal { display: flex; align-items: center; justify-content: space-between; height: 45px; margin-top: 13px; border: 1px dashed #a6c3b3; padding: 0 14px; border-radius: 13px; color: #236e5f; font-size: 14px; }
#agency-site .sd-add-meal span { font-size: 23px; line-height: 1; }
#agency-site .sd-box-summary { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; margin-bottom: 13px; font-size: 13px; color: #668373; }
#agency-site .sd-box-summary strong { color: #143e38; font-size: 18px; font-weight: 500; }
#agency-site .sd-primary { height: 44px; display: grid; place-items: center; border-radius: 14px; color: white; background: #236e5f; font-size: 15px; font-weight: 500; }
#agency-site .sd-catalog { position: absolute; inset: 0; z-index: 2; background: #143e382b; opacity: 0; pointer-events: none; }
#agency-site .sd-sheet { position: absolute; bottom: 0; left: 0; right: 0; border-radius: 27px 27px 0 0; padding: 12px 18px 30px; background: #fbfdfc; box-shadow: 0 -6px 25px #143e3812; }
#agency-site .sd-sheet-handle { width: 34px; height: 4px; background: #c2d4c8; border-radius: 5px; margin: 0 auto 19px; }
#agency-site .sd-sheet h4 { font-size: 24px; font-weight: 500; letter-spacing: -.04em; margin: 0 0 12px; }
#agency-site .sd-sheet .sd-meal-row { height: 89px; border: 0; }
#agency-site .sd-sheet .sd-primary { margin-top: 19px; }
#agency-site .sd-box .sd-topline { margin-bottom: 3px; }
#agency-site .sd-meal-row--new { height: 0; padding: 0; overflow: hidden; opacity: 0; }
#agency-site .sd-box[data-added='true'] .sd-meal-row--new { height: 85px; padding: 10px 0; opacity: 1; }
#agency-site .sd-box[data-added='true'] .sd-add-meal { display: none; }
#agency-site .sd-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@container (max-width: 600px) {
  #agency-site .taste-access .sd-stage { padding-top: 20px; }
  #agency-site .sd-heading-track h3 { font-size: 24px; }
  #agency-site .sd-stage .taste-sticker { width: 105px; height: 105px; left: auto; right: -6px; top: 75px; padding: 10px 5px; }
  #agency-site .sd-stage .taste-sticker strong { font-size: 14px; }
  #agency-site .sd-stage .taste-sticker span { font-size: 13px; }
  #agency-site .sd-controls { gap: 0; }
  #agency-site .sd-controls button { padding-inline: 12px; font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  #agency-site .sd-tap { visibility: hidden; }
  #agency-site .sd-track, #agency-site .sd-heading-track { will-change: auto; }
}
