@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&family=Titan+One&family=Young+Serif&display=swap');

:root{
  --ink:#17277b;
  --blue:#5d6df1;
  --blue-deep:#4458e6;
  --cream:#fbf6ed;
  --paper:#fffdfa;
  --gold:#f7b826;
  --pink:#f4a7cf;
  --peach:#f79a66;
  --sky:#84d0f2;
  --line:rgba(23,39,123,.16);
  --shadow:0 10px 28px rgba(23,39,123,.08);
  --max:1120px;
  --display:'Young Serif', Georgia, serif;
  --body:'Source Serif 4', Georgia, serif;
  --special:'Titan One', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--body);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open,body.modal-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit}
.site-shell{min-height:100vh;background:var(--cream)}
.page-width{width:min(calc(100% - 44px),var(--max));margin-inline:auto}
.copy-width{max-width:34rem}
.section-pad{padding:64px 0}
.section-pad--tight{padding:44px 0 54px}
.schedule-bar{position:sticky;top:0;z-index:90;color:#fff;background:linear-gradient(90deg,#ef87c4 0%,#ec8fd0 18%,#f5a17f 54%,#f6b72f 100%);border-bottom:1px solid rgba(255,255,255,.45)}
.schedule-bar__inner{min-height:56px;padding:9px 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;font-size:.72rem;line-height:1.2;letter-spacing:.01em;text-shadow:0 1px 2px rgba(72,42,87,.14)}
.schedule-bar__order{font-family:var(--special);font-size:.82rem;letter-spacing:.015em}
.schedule-bar__inner strong{font-weight:400}
.site-header{position:sticky;top:56px;z-index:80;height:128px;padding:10px 24px;background:rgba(251,246,237,.97);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,39,123,.06);backdrop-filter:blur(8px)}
.brand{display:block;width:205px;text-decoration:none;align-self:center}
.brand img{width:100%;height:auto;filter:brightness(0) saturate(100%) invert(43%) sepia(83%) saturate(1633%) hue-rotate(212deg) brightness(98%) contrast(92%)}
.menu-button{width:54px;height:54px;border:0;background:var(--blue);border-radius:50%;padding:13px;display:grid;gap:5px;align-content:center;cursor:pointer;color:var(--cream);box-shadow:0 4px 9px rgba(23,39,123,.16)}
.menu-button span{height:3px;border-radius:999px;background:currentColor;display:block}
.menu-button:hover{background:var(--blue-deep);transform:translateY(-1px)}
.order-tab{position:fixed;right:0;top:42%;transform:translateY(-50%);z-index:75;pointer-events:none}
.order-tab__button{pointer-events:auto;width:54px;min-height:286px;padding:10px 0;border:0;border-radius:12px 0 0 12px;background:var(--blue);color:#fff;box-shadow:-5px 7px 0 rgba(23,39,123,.12);display:flex;flex-direction:column;align-items:center;justify-content:space-between;cursor:pointer}
.order-tab__word{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.11em;font-family:var(--special);font-weight:400;font-size:.82rem}
.order-tab__spark{font-size:1rem;line-height:1;font-family:var(--special)}
.order-tab__button:hover{background:var(--blue-deep)}
.menu-drawer{position:fixed;inset:56px 0 0;z-index:100;background:var(--paper);transform:translateX(100%);transition:transform .24s ease;padding-top:78px;overflow:auto}
.menu-drawer[aria-hidden='false']{transform:none}
.menu-drawer__gradient{position:absolute;top:0;left:0;right:0;height:55px;background:linear-gradient(90deg,var(--sky),#e4a5de 36%,#ff9f79 67%,var(--gold))}
.menu-drawer__close{position:absolute;right:20px;top:76px;width:46px;height:46px;border:0;background:transparent;color:var(--ink);font-size:2.2rem;line-height:1;cursor:pointer}
.menu-drawer__links{padding:36px 42px 70px;display:grid;gap:10px}
.menu-drawer__links a{font-family:var(--display);font-size:clamp(2rem,9vw,3.2rem);line-height:1.12;text-decoration:none;width:fit-content}
.menu-drawer__links a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}
.photo-frame{margin:0;overflow:hidden;background:#ddd}
.photo-frame img{width:100%;height:100%;object-fit:cover}
.photo-frame--arch{border-radius:150px 150px 26px 26px}
.photo-frame--rounded{border-radius:24px}
.hero__photo{aspect-ratio:1.06/1}
.product-photo{aspect-ratio:1/1}
.bundle-photo{aspect-ratio:1/1}
.hero{padding-top:30px}
.hero__grid{display:grid;gap:24px}
.hero__copy h1,.product-copy h2,.bundle-copy h2,.sweet-card__copy h2,.section-heading h2,.pickup-copy h2,.ingredients-section h2,.order-callout h2,.order-modal h2{font-family:var(--display);font-weight:400;letter-spacing:-.018em}
.hero__copy h1{font-size:clamp(2.65rem,13vw,4.5rem);line-height:.94;margin:0 0 18px;max-width:7.8ch}
.hero__copy p{font-size:1.05rem;line-height:1.34;margin:0 0 10px}
.aside-line{font-style:italic;color:#30429e}
.product-grid,.bundle-grid{display:grid;gap:18px}
.product-copy h2{font-size:clamp(2.05rem,9vw,3.6rem);line-height:1;margin:0 0 10px}
.product-copy p{font-size:1.02rem;line-height:1.35;margin:0}
.product-kicker{font-family:var(--display);font-size:1.3rem!important;line-height:1.05!important;margin-bottom:7px!important}
.product-section--alt{background:rgba(255,255,255,.22)}
.bundle-section{background:var(--paper)}
.bundle-grid{align-items:center}
.bundle-copy h2{font-size:clamp(2.7rem,12vw,5rem);line-height:.96;margin:0 0 12px;max-width:8ch}
.bundle-copy p{font-size:1.08rem;line-height:1.35;margin:0}
.sweets-section{padding-top:56px}
.sweets-grid{display:grid;gap:62px}
.sweet-card{display:grid;gap:16px}
.sweet-card__photo{aspect-ratio:1/1;overflow:hidden;border-radius:22px;background:var(--gold)}
.sweet-card__photo img{width:100%;height:100%;object-fit:cover}
.sweet-card__photo--cookie{background:var(--blue)}
.sweet-card__copy h2{font-size:clamp(2rem,8vw,3.5rem);line-height:1;margin:0 0 8px}
.sweet-card__copy p{font-size:1.02rem;line-height:1.35;margin:0 0 9px}
.order-callout{background:var(--blue);color:#fff}
.order-callout__inner{display:flex;gap:24px;align-items:center;justify-content:space-between}
.order-callout h2{font-size:clamp(2.4rem,10vw,4.6rem);line-height:1;margin:0 0 6px;max-width:11ch}
.order-callout p{font-size:1.1rem;margin:0}
.primary-button{border:2px solid var(--ink);background:var(--gold);color:var(--ink);border-radius:999px;min-height:52px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:Arial,sans-serif;font-weight:700;cursor:pointer;box-shadow:4px 5px 0 var(--ink)}
.primary-button:hover{transform:translateY(-1px);box-shadow:5px 6px 0 var(--ink)}
.primary-button--wide{width:100%;margin-top:8px}
.eyebrow{margin:0 0 8px;font-family:Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;color:#5364d5}
.section-heading h2,.pickup-copy h2,.ingredients-section h2{font-size:clamp(2.35rem,10vw,4.7rem);line-height:.98;margin:0 0 14px}
.section-heading>p:last-child,.pickup-copy>p:last-child{font-size:1.05rem;line-height:1.4;margin:0}
.how-grid{display:grid;gap:22px;margin-top:34px}
.how-grid article{padding:23px 0;border-top:1px solid var(--line)}
.step-number{display:inline-grid;place-items:center;width:34px;height:34px;border:2px solid var(--ink);border-radius:50%;font-family:Arial,sans-serif;font-weight:700;margin-bottom:11px}
.how-grid h3{font-family:var(--display);font-size:1.7rem;font-weight:400;margin:0 0 6px}
.how-grid p{font-size:1rem;line-height:1.35;margin:0}
.pickup-section{background:var(--paper)}
.pickup-grid{display:grid;gap:32px}
.market-grid{display:grid;gap:16px;margin-top:30px}
.market-grid article{border-top:1px solid var(--line);padding-top:18px}
.market-grid h3{font-family:var(--display);font-weight:400;font-size:1.8rem;margin:0 0 8px}
.market-grid p{margin:0 0 9px;line-height:1.4}
.market-grid a{text-underline-offset:3px}
.map-placeholder{min-height:290px;border:2px dashed #7581d5;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(132,208,242,.35),rgba(244,167,207,.25));font-family:var(--display);font-size:1.3rem}
.ingredients-grid{display:grid;gap:24px;align-items:start}
.ingredients-mark{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--blue),#7b77ed);color:#fff;display:grid;place-items:center;font-size:2rem}
.ingredients-section p:not(.eyebrow){font-size:1.02rem;line-height:1.45;margin:0 0 13px}
.site-footer{background:var(--ink);color:#fff;padding-bottom:82px}
.footer-grid{display:grid;gap:28px}
.footer-brand{width:130px;filter:brightness(0) invert(1)}
.site-footer nav{display:grid;gap:8px}
.site-footer nav a{text-decoration:none;font-family:var(--display);font-size:1.3rem}
.site-footer nav a:hover{text-decoration:underline}
.order-modal{position:fixed;inset:0;z-index:130;display:grid;place-items:end center;padding:0;pointer-events:none;visibility:hidden}
.order-modal[aria-hidden='false']{pointer-events:auto;visibility:visible}
.order-modal__scrim{position:absolute;inset:0;background:rgba(13,20,67,.56);backdrop-filter:blur(4px)}
.order-modal__card{position:relative;width:100%;max-height:88svh;overflow:auto;background:var(--paper);border-radius:30px 30px 0 0;padding:34px 28px 38px;transform:translateY(100%);transition:transform .24s ease;box-shadow:0 -18px 45px rgba(7,15,63,.22)}
.order-modal[aria-hidden='false'] .order-modal__card{transform:none}
.order-modal__close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;background:transparent;color:var(--ink);font-size:2rem;cursor:pointer}
.order-modal__logo{width:130px;margin-bottom:26px}
.order-modal h2{font-size:clamp(2.4rem,10vw,4rem);line-height:.98;margin:0 0 14px}
.order-modal p{font-size:1.03rem;line-height:1.4}
.pickup-list{padding:15px 0;border-block:1px solid var(--line)}
.fine-print{font-size:.83rem!important;color:#626b93}
@media(max-width:430px){
  .page-width{width:min(calc(100% - 36px),var(--max))}
  .site-header{height:122px;padding-inline:20px}
  .brand{width:195px}
  .order-tab__button{width:50px;min-height:268px}
  .hero{padding-top:20px}
  .hero__photo{aspect-ratio:1/1.04}
  .section-pad{padding:52px 0}
  .section-pad--tight{padding:36px 0 48px}
  .order-callout__inner{align-items:flex-end}
  .primary-button{min-width:92px;padding-inline:19px}
}
@media(min-width:700px){
  .schedule-bar__inner{min-height:48px;flex-direction:row;gap:22px;font-size:.78rem}
  .site-header{top:48px;height:128px;padding-inline:36px}
  .brand{width:220px}
  .menu-drawer{inset:48px 0 0 auto;width:min(520px,72vw);border-left:1px solid var(--line)}
  .hero__grid,.product-grid,.bundle-grid,.pickup-grid,.ingredients-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:48px}
  .product-grid--reverse .product-photo{order:2}.product-grid--reverse .product-copy{order:1}
  .hero__copy h1{font-size:clamp(4rem,7vw,6rem)}
  .hero__photo{aspect-ratio:1.14/1}
  .product-photo,.bundle-photo{aspect-ratio:1/1}
  .sweets-grid{grid-template-columns:1fr 1fr;gap:34px}
  .how-grid{grid-template-columns:repeat(3,1fr);gap:26px}
  .how-grid article{border-top:0;border-left:1px solid var(--line);padding:0 0 0 22px}
  .market-grid{grid-template-columns:1fr 1fr;gap:30px}
  .order-modal{place-items:center;padding:24px}
  .order-modal__card{width:min(560px,100%);border-radius:30px;transform:translateY(30px) scale(.98)}
  .order-modal[aria-hidden='false'] .order-modal__card{transform:none}
  .footer-grid{grid-template-columns:180px 1fr;align-items:start}
}
@media(min-width:1000px){
  .page-width{width:min(calc(100% - 96px),var(--max))}
  .section-pad{padding:88px 0}
  .hero__grid{grid-template-columns:1.15fr .85fr;gap:72px}
  .hero__copy h1{font-size:5.7rem}
  .order-tab{right:14px}
  .order-tab__button{border-radius:16px;width:58px;min-height:245px}
  .menu-button{width:52px;height:52px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.menu-drawer,.order-modal__card{transition:none}}
