:root {
  --paper: #f5f0e8;
  --paper-deep: #e8dfd1;
  --ink: #1f2420;
  --muted: #6d6a62;
  --amber: #cf7347;
  --amber-light: #f0bf68;
  --sage: #879a83;
  --line: rgba(31, 36, 32, 0.18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.wordmark { display: flex; align-items: center; gap: 9px; font-weight: 700; letter-spacing: -.04em; font-size: 1.12rem; }
.wordmark-mark { color: var(--amber); font-size: 1.45rem; line-height: 0; }
nav { display: flex; align-items: center; gap: 28px; color: #595b54; font-size: .78rem; font-weight: 600; }
nav a:not(.nav-cta) { transition: color .2s ease; }
nav a:not(.nav-cta):hover { color: var(--amber); }
.nav-cta { padding: 11px 15px; border: 1px solid var(--ink); border-radius: 2px; color: var(--ink); }
.nav-cta span, .button span { margin-left: 7px; }
.hero { min-height: 650px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; padding: 66px 0 92px; }
.kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--amber); font: 500 .7rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.kicker span { width: 25px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; }
h1 { margin-bottom: 26px; font-size: clamp(4.3rem, 7.6vw, 7.2rem); line-height: .84; }
h1 em, h2 em { color: var(--amber); font-style: normal; }
.hero-lede { max-width: 430px; color: #575a52; font-size: 1.05rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 20px; font-size: .8rem; font-weight: 700; letter-spacing: .01em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { background: #303a32; }
.button-light { color: var(--ink); background: var(--paper); }
.text-link { font-size: .8rem; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 6px; color: var(--amber); font-size: 1rem; }
.hero-note { margin: 34px 0 0; color: var(--muted); font-size: .72rem; }
.spark { color: var(--amber); margin-right: 6px; }
.hero-art { min-height: 495px; position: relative; display: grid; place-items: center; }
.recipe-card { position: relative; z-index: 2; width: min(362px, 74%); min-height: 445px; padding: 30px 28px; color: var(--ink); background: #e8c77e; box-shadow: 17px 21px 0 rgba(31, 36, 32, .10); transform: rotate(4deg); }
.card-topline, .card-bottomline { display: flex; justify-content: space-between; font: 500 .57rem var(--mono); letter-spacing: .06em; }
.card-rule { height: 1px; margin: 14px 0 36px; background: rgba(31, 36, 32, .35); }
.card-label { margin-bottom: 11px; font: 500 .64rem var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.recipe-card h2 { margin-bottom: 26px; font-size: 3.8rem; line-height: .82; }
.recipe-card h2 em { color: #5e764e; }
.card-ingredients { display: grid; gap: 6px; padding: 16px 0; border-block: 1px solid rgba(31, 36, 32, .3); font-size: .76rem; }
.card-ingredients span::before { content: "—"; margin-right: 8px; color: var(--amber); }
.card-bottomline { align-items: center; margin-top: 19px; color: #5c604f; }
.card-bottomline strong { color: var(--ink); font-size: .61rem; }
.card-stamp { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--amber); border-radius: 50%; color: #b55b3b; font: 500 .54rem var(--mono); line-height: 1.1; text-align: center; transform: rotate(-15deg); }
.bottle { position: absolute; z-index: 1; bottom: 23px; width: 52px; height: 190px; border-radius: 8px 8px 13px 13px; background: #59685b; box-shadow: 8px 11px 0 rgba(31, 36, 32, .11); }
.bottle::before { content: ""; position: absolute; top: -47px; left: 13px; width: 26px; height: 55px; border-radius: 3px 3px 0 0; background: #59685b; }
.bottle span { position: absolute; left: 50%; bottom: 19px; color: #e4d6b9; font: 500 .48rem var(--mono); letter-spacing: .1em; transform: translateX(-50%) rotate(-90deg); }
.bottle-left { left: 14%; transform: rotate(-11deg); background: #687a63; }
.bottle-left::before { background: #687a63; }
.bottle-right { right: 10%; height: 145px; background: #b15d43; transform: rotate(10deg); }
.bottle-right::before { background: #b15d43; }
.orbit { position: absolute; border: 1px solid rgba(207, 115, 71, .4); border-radius: 50%; transform: rotate(-22deg); }
.orbit-one { width: 460px; height: 270px; }
.orbit-two { width: 350px; height: 520px; transform: rotate(43deg); border-color: rgba(135, 154, 131, .5); }
.art-caption { position: absolute; right: 2%; bottom: 6px; color: var(--muted); font: .63rem var(--mono); transform: rotate(-7deg); }
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper-deep); }
.ticker-track { display: flex; align-items: center; justify-content: space-around; min-width: 920px; padding: 17px 0; color: #74766c; font: 500 .64rem var(--mono); letter-spacing: .13em; }
.ticker-track i { color: var(--amber); font-style: normal; font-size: 1rem; }
.feature-section { padding: 135px 0 145px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 56px; }
.section-intro h2, .pricing-copy h2, .closing h2 { margin-bottom: 0; font-size: clamp(3.2rem, 5.4vw, 5.4rem); line-height: .86; }
.section-intro > p:last-child { width: 230px; margin-bottom: 6px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 330px; padding: 27px 27px 24px; overflow: hidden; }
.feature-card-dark { color: var(--paper); background: var(--ink); }
.feature-card-amber { background: var(--amber-light); }
.feature-card-sage { background: var(--sage); }
.feature-number { font: .63rem var(--mono); opacity: .7; }
.feature-icon { margin: 28px 0 26px; font: 3.7rem var(--serif); line-height: .6; }
.feature-card h3 { margin-bottom: 14px; font: 600 1.55rem var(--serif); line-height: .95; letter-spacing: -.04em; }
.feature-card p { max-width: 230px; margin-bottom: 0; font-size: .79rem; line-height: 1.55; opacity: .75; }
.feature-doodle { position: absolute; right: 24px; bottom: 23px; font: .61rem var(--mono); opacity: .65; transform: rotate(-8deg); }
.pricing-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding: 0 0 150px; }
.pricing-copy > p:last-child { max-width: 265px; margin: 28px 0 0; color: var(--muted); line-height: 1.55; }
.price-card { padding: 35px; color: var(--paper); background: var(--ink); box-shadow: 15px 15px 0 var(--amber); }
.price-card-head { display: flex; justify-content: space-between; color: var(--amber-light); font: 500 .67rem var(--mono); letter-spacing: .14em; }
.price-mark { font-size: 1.2rem; line-height: .5; }
.price { margin-top: 48px; font: 600 4.5rem var(--serif); letter-spacing: -.07em; }
.price sup { font: 1.5rem var(--sans); vertical-align: top; margin-top: 13px; }
.price small { font: .7rem var(--mono); letter-spacing: 0; }
.annual { margin-top: 4px; color: #a7afa4; font: .68rem var(--mono); }
.annual span { display: block; margin-top: 8px; color: var(--amber-light); }
.price-rule { height: 1px; margin: 30px 0 22px; background: rgba(245, 240, 232, .2); }
.price-card ul { display: grid; gap: 13px; padding: 0; margin: 0 0 31px; list-style: none; color: #d7d6cb; font-size: .78rem; }
.price-card li span { margin-right: 9px; color: var(--amber-light); }
.price-card .button { width: 100%; }
.closing { padding: 45px 0 120px; text-align: center; }
.closing-mark { margin-bottom: 28px; color: var(--amber); font-size: 2rem; }
.closing h2 { margin-bottom: 37px; }
.site-footer { display: flex; justify-content: space-between; padding: 23px 0 28px; border-top: 1px solid var(--line); color: var(--muted); font: .62rem var(--mono); }
.site-footer a { color: var(--ink); }
@media (max-width: 800px) {
  .shell { width: min(100% - 40px, 580px); }
  .site-header { padding-top: 20px; }
  nav { gap: 14px; }
  nav a:not(.nav-cta) { display: none; }
  .hero { display: block; padding: 70px 0 85px; }
  h1 { font-size: clamp(4rem, 18vw, 6rem); }
  .hero-art { min-height: 470px; margin-top: 60px; }
  .feature-section { padding: 95px 0; }
  .section-intro { display: block; }
  .section-intro > p:last-child { margin-top: 28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 270px; }
  .pricing-section { grid-template-columns: 1fr; gap: 58px; padding-bottom: 110px; }
  .price-card { box-shadow: 10px 10px 0 var(--amber); }
  .site-footer { display: grid; gap: 11px; }
}
@media (max-width: 420px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .recipe-card { width: 79%; padding: 25px 21px; }
  .recipe-card h2 { font-size: 3.2rem; }
  .bottle-left { left: 3%; }
  .bottle-right { right: 1%; }
}
