@font-face {
  font-family: Bricolage;
  src: url('/bricolage-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: oklch(96.8% .015 88);
  --ink: oklch(29% .038 47);
  --quiet: oklch(48% .028 49);
  --persimmon: oklch(55% .145 35);
  --sage: oklch(86% .047 125);
  --line: oklch(85% .027 83);
  --ease: cubic-bezier(.16,1,.3,1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
::selection { background: oklch(85% .08 43); }
.masthead, main, footer { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.masthead { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font: 700 28px/1 Bricolage, sans-serif; letter-spacing: -1.1px; }
.wordmark:focus-visible { outline: 3px solid var(--persimmon); outline-offset: 8px; border-radius: 4px; }
.brand-mark { width: 39px; height: 43px; fill: none; stroke: var(--persimmon); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; }
.header-note { font-size: 13px; color: var(--quiet); }
.hero { min-height: 624px; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 30px; padding-block: 42px 65px; }
.hero-copy { position: relative; z-index: 2; animation: arrive .9s var(--ease) both; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 29px; font-size: 12px; font-weight: 600; letter-spacing: .025em; color: var(--quiet); }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--persimmon); }
h1 { margin: 0; font: 650 clamp(54px, 5.5vw, 80px)/1.035 Bricolage, sans-serif; letter-spacing: -.055em; }
h1 span { color: var(--persimmon); white-space: nowrap; }
.intro { margin: 30px 0 0; max-width: 43ch; font-size: 18px; line-height: 1.65; letter-spacing: -.2px; }
.description { max-width: 36ch; margin: 13px 0 0; font-size: 16px; line-height: 1.7; color: var(--quiet); }
.launch-note { display: flex; align-items: center; gap: 20px; margin-top: 33px; }
.coming-soon { display: flex; align-items: center; gap: 22px; padding: 17px 22px; background: var(--ink); color: var(--paper); border-radius: 9px; font-size: 15px; font-weight: 600; }
.coming-soon svg { width: 23px; height: 23px; stroke: oklch(86% .06 124); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.launch-caption { font-size: 12px; line-height: 1.6; color: var(--quiet); }
.hero-art { position: relative; width: 100%; aspect-ratio: 1 / 1.03; animation: arrive 1.1s .1s var(--ease) both; }
.mat { position: absolute; inset: 3% 6% 7% 5%; transform: rotate(7deg); background-color: var(--sage); background-image: linear-gradient(90deg, oklch(96% .02 105 / .21) 50%, transparent 50%), linear-gradient(oklch(96% .02 105 / .21) 50%, transparent 50%); background-size: 26px 26px; border-radius: 44px; box-shadow: 5px 16px 25px -18px oklch(35% .045 77 / .28); }
.mat-border { position: absolute; inset: 12px; border: 1px dashed oklch(59% .057 125 / .48); border-radius: 34px; }
.mat-title { position: absolute; inset: 28px 0 auto; text-align: center; font: 500 13px/1.3 Bricolage, sans-serif; color: oklch(39% .045 124); }
.dish { position: absolute; width: 42%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: oklch(97% .018 92); box-shadow: inset 0 0 0 7px oklch(94% .022 89), inset 0 0 0 8px oklch(89% .03 86), 2px 5px 7px oklch(38% .04 95 / .07); }
.dish img { width: 105%; height: auto; margin-top: -8%; transition: transform .5s var(--ease); }
.dish span { position: absolute; bottom: 11%; font: 500 12px/1 Bricolage, sans-serif; color: var(--quiet); }
.avocado { left: 5%; top: 14%; transform: rotate(-13deg); }
.strawberry { right: 4%; top: 20%; transform: rotate(8deg); }
.broccoli { left: 7%; bottom: 6%; transform: rotate(-3deg); }
.pear { right: 4%; bottom: 2%; transform: rotate(-12deg); }
.taste-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 15px 18px; background: oklch(98% .012 80); box-shadow: 0 4px 12px oklch(30% .03 68 / .08); font: 600 14px/1 Bricolage, sans-serif; border-radius: 7px; }
.taste-note svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.first-note { top: 18%; left: -2%; transform: rotate(-8deg); color: oklch(43% .07 142); }
.again-note { bottom: 13%; right: -3%; transform: rotate(5deg); color: var(--persimmon); }
.spoon { width: 12%; height: 53%; position: absolute; right: -5%; top: 22%; transform: rotate(18deg); overflow: visible; filter: drop-shadow(3px 5px 2px oklch(50% .04 60 / .1)); }
.spoon path:first-child { fill: oklch(73% .095 37); stroke: oklch(64% .10 37); stroke-width: 1; }
.spoon path:last-child { fill: none; stroke: oklch(83% .072 40); stroke-width: 4; stroke-linecap: round; }
.little-caption { position: absolute; bottom: -4%; left: 20%; transform: rotate(-4deg); font: 500 14px/1.5 Bricolage, sans-serif; color: var(--quiet); }
.spark { width: 39px; height: 39px; position: absolute; right: 1%; top: -6%; fill: none; stroke: var(--persimmon); stroke-width: 2; stroke-linecap: round; transform: rotate(15deg); }
.closing { border-top: 1px solid var(--line); padding: 29px 0 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.closing p { margin: 0; font: 600 22px/1.4 Bricolage, sans-serif; letter-spacing: -.5px; }
.steps { display: flex; align-items: center; gap: 19px; font-size: 13px; color: var(--quiet); }
.steps i { width: 4px; height: 4px; border-radius: 50%; background: oklch(64% .06 80); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 20px 30px; color: var(--quiet); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand svg { width: 15px; height: 15px; fill: none; stroke: var(--persimmon); stroke-width: 1.5; }
@keyframes arrive { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (hover: hover) { .dish:hover img { transform: translateY(-5px) rotate(-5deg); } }
@media (min-width: 1600px) { .hero { min-height: 690px; gap: 70px; } }
@media (max-width: 1100px) {
  .masthead, main, footer { width: calc(100% - 72px); }
  .hero { min-height: 580px; grid-template-columns: 1.12fr 1fr; gap: 18px; }
  h1 { font-size: clamp(48px, 5.6vw, 66px); }
  .intro { font-size: 16px; }
  .description { font-size: 15px; }
  .taste-note { padding: 12px; font-size: 12px; }
  .mat-title { font-size: 11px; top: 22px; }
  .closing p { font-size: 19px; }
  .steps { gap: 12px; font-size: 12px; }
  .spoon { right: 2%; }
}
@media (max-width: 900px) {
  .masthead, main, footer { width: calc(100% - 44px); }
  .masthead { min-height: 88px; }
  .wordmark { font-size: 25px; }
  .brand-mark { width: 34px; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; padding-bottom: 38px; gap: 45px; }
  .eyebrow { margin-bottom: 24px; font-size: 11px; }
  h1 { font-size: clamp(44px, 10.6vw, 72px); }
  .intro { margin-top: 25px; font-size: 16px; }
  .description { max-width: 37ch; font-size: 15px; }
  .launch-note { margin-top: 26px; gap: 17px; }
  .coming-soon { padding: 15px 19px; gap: 18px; font-size: 14px; }
  .hero-art { width: 90%; max-width: 440px; justify-self: center; margin: 2px 0 32px; }
  .mat { border-radius: 32px; }
  .mat-border { inset: 9px; border-radius: 25px; }
  .mat-title { top: 20px; font-size: 10px; }
  .dish span { font-size: 11px; }
  .taste-note { font-size: 11px; padding: 11px 12px; gap: 5px; }
  .taste-note svg { width: 17px; height: 17px; }
  .first-note { left: -6%; }
  .again-note { right: -8%; }
  .little-caption { font-size: 12px; bottom: -5%; left: 14%; }
  .spark { width: 30px; height: 30px; right: -1%; }
  .spoon { right: -2%; }
  .closing { display: block; padding-block: 26px; }
  .closing p { font-size: 21px; }
  .steps { margin-top: 14px; gap: 11px; font-size: 11px; }
  footer { display: block; padding-block: 14px 24px; font-size: 11px; line-height: 1.6; }
  .footer-brand { margin-top: 14px; }
}
@media (max-width: 360px) {
  .masthead, main, footer { width: calc(100% - 36px); }
  h1 { font-size: 40px; }
  .desktop-break { display: none; }
  .launch-caption { font-size: 11px; }
  .steps { gap: 8px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
