:root {
  --ink: #06101d;
  --ink-2: #0a1727;
  --ink-3: #101f32;
  --paper: #ede1c8;
  --paper-soft: #cfc3ad;
  --muted: #8f98a6;
  --orange: #ff4a17;
  --orange-deep: #b92e0c;
  --violet: #8e63c7;
  --green: #9fc655;
  --blue: #62a8cf;
  --line: rgba(237, 225, 200, 0.15);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); background: var(--paper); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(237,225,200,.08);
  background: linear-gradient(to bottom, rgba(3,9,17,.86), rgba(3,9,17,.18));
}
.site-header.is-scrolled { position: fixed; background: rgba(4,12,22,.94); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(0,0,0,.28); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 40px; color: var(--paper); }
.brand-mark svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.brand-copy { display: grid; line-height: .9; text-transform: uppercase; letter-spacing: .17em; }
.brand-copy strong { font-family: var(--display); font-size: 1.55rem; font-weight: 700; letter-spacing: .08em; }
.brand-copy span { font-family: var(--mono); font-size: .76rem; justify-self: center; margin-top: 7px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(18px, 3vw, 48px); }
.site-nav a, .header-actions { font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; font-size: .93rem; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; gap: 10px; }
.icon-button { width: 38px; height: 38px; padding: 8px; border: 0; background: transparent; cursor: pointer; position: relative; }
.icon-button svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-button:hover { color: var(--orange); }
.cart-count { position: absolute; top: -1px; right: -3px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 50%; background: var(--orange); color: white; font-size: .66rem; font-family: var(--mono); }
.menu-toggle { display: none; }

.hero {
  min-height: 690px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 77% 26%, rgba(128, 65, 129, .20), transparent 21%),
    radial-gradient(circle at 63% 66%, rgba(255, 74, 23, .14), transparent 30%),
    linear-gradient(180deg, #040b15 0%, #091526 70%, #07111e 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .75; background-image: radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.4px); background-size: 58px 58px; mask-image: linear-gradient(#000 0 70%, transparent); }
.hero-stars { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 20% 30%, rgba(255,255,255,.3) 0 1px, transparent 2px) 0 0/92px 72px; opacity: .45; }
.meteor-field { position: absolute; inset: 0; overflow: hidden; z-index: -1; }
.meteor-field span { position: absolute; width: clamp(120px, 18vw, 260px); height: 3px; background: linear-gradient(90deg, transparent, #ffb36a 55%, #fff4c9); filter: drop-shadow(0 0 8px #ff4a17); transform: rotate(19deg); border-radius: 99px; }
.meteor-field span::after { content: ""; position: absolute; right: -5px; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: #fff0c2; box-shadow: 0 0 15px #ff4a17; transform: translateY(-50%); }
.meteor-field span:nth-child(1) { top: 12%; left: 29%; }
.meteor-field span:nth-child(2) { top: 18%; left: 48%; width: 180px; }
.meteor-field span:nth-child(3) { top: 11%; right: 3%; width: 150px; }
.meteor-field span:nth-child(4) { top: 35%; left: 40%; width: 90px; opacity: .65; }
.meteor-field span:nth-child(5) { top: 28%; right: 23%; width: 110px; opacity: .72; }
.lava-horizon { position: absolute; left: -10%; right: -10%; bottom: -120px; height: 300px; z-index: -1; transform: skewY(-2deg); background: repeating-linear-gradient(164deg, transparent 0 24px, rgba(255,74,23,.55) 26px 29px, transparent 31px 60px), radial-gradient(ellipse at center, rgba(255,74,23,.42), transparent 60%), linear-gradient(#0c1a2a, #040a12); clip-path: polygon(0 34%, 10% 20%, 23% 37%, 35% 15%, 48% 35%, 60% 10%, 75% 32%, 86% 15%, 100% 32%, 100% 100%, 0 100%); }
.hero-grid { min-height: 690px; padding-top: 132px; padding-bottom: 55px; display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 50px; }
.hero-copy { max-width: 520px; position: relative; z-index: 4; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font: 500 .92rem/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 800 clamp(4.5rem, 8vw, 7.9rem)/.76 var(--display); text-transform: uppercase; letter-spacing: -.02em; text-shadow: 0 6px 30px rgba(0,0,0,.5); }
.hero-lede { max-width: 360px; margin: 26px 0 28px; font: 400 1rem/1.65 var(--mono); color: #d6d2ca; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; font: 600 .95rem/1 var(--display); text-transform: uppercase; letter-spacing: .07em; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 12px 30px rgba(255,74,23,.18); }
.button-primary:hover { background: #ff6336; }
.button-secondary { border-color: var(--orange); background: rgba(6,16,29,.45); }
.button-secondary:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.hero-scene { min-height: 470px; position: relative; display: grid; align-items: end; justify-items: center; }
.hero-product { position: relative; z-index: 3; display: flex; align-items: end; gap: 28px; filter: drop-shadow(0 28px 24px rgba(0,0,0,.42)); }
.pour-over { width: 220px; position: relative; display: grid; justify-items: center; }
.dripper { width: 180px; height: 110px; border: 8px solid rgba(237,225,200,.75); border-top-width: 12px; background: linear-gradient(180deg, rgba(224,191,143,.75), rgba(74,39,18,.84)); clip-path: polygon(8% 0, 92% 0, 74% 100%, 26% 100%); position: relative; z-index: 2; }
.dripper::before { content: ""; position: absolute; inset: 8px 15px; border-top: 2px solid rgba(255,255,255,.35); border-bottom: 2px solid rgba(255,255,255,.2); }
.coffee-stream { height: 44px; width: 4px; background: #7d3c1b; box-shadow: 0 0 6px #d89148; }
.enamel-mug { position: relative; width: 148px; height: 132px; border: 3px solid rgba(237,225,200,.38); border-radius: 8px 8px 40px 40px; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.16) 0 1px, transparent 2px) 0 0/16px 16px, #0b1724; display: grid; place-items: center; text-align: center; font: 600 .72rem/1.35 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.enamel-mug::after { content: ""; position: absolute; right: 12px; bottom: 18px; width: 46px; height: 58px; border: 7px solid rgba(237,225,200,.38); border-left: 0; border-radius: 0 40px 40px 0; transform: translateX(65%); }
.coffee-bag { position: relative; width: 210px; aspect-ratio: .62; padding: 22px 18px 18px; border-radius: 8px 8px 4px 4px; background: linear-gradient(145deg, rgba(255,255,255,.08), transparent 18%), linear-gradient(180deg, #111b2b, #050b13); border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 30px rgba(255,255,255,.03), 0 20px 40px rgba(0,0,0,.38); display: grid; grid-template-rows: auto 1fr auto auto; gap: 12px; text-align: center; text-transform: uppercase; }
.coffee-bag::before { content: ""; position: absolute; width: inherit; height: 8px; margin: -17px -18px 0; border-top: 2px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.08); }
.bag-logo { font: 500 .69rem/1.2 var(--mono); letter-spacing: .12em; }
.coffee-bag strong { font: 700 1rem/1 var(--display); letter-spacing: .08em; }
.coffee-bag small { font: 400 .57rem/1.2 var(--mono); color: var(--paper-soft); }
.bag-art { display: block; align-self: stretch; min-height: 150px; position: relative; overflow: hidden; border-radius: 2px; background-color: #111b2b; }
.bag-art-horizon { background: radial-gradient(circle at 50% 50%, #05070d 0 21%, transparent 22%), radial-gradient(ellipse at 50% 50%, transparent 0 28%, #a270db 29% 33%, #f0c0ff 34% 36%, transparent 38%), radial-gradient(ellipse at 50% 50%, rgba(127,67,188,.5), transparent 60%), #17142c; }
.bag-art-horizon::after { content: ""; position: absolute; inset: 35% -20%; border: 2px solid rgba(247,196,255,.7); border-radius: 50%; transform: rotate(-14deg); }
.bag-art-ash { background: radial-gradient(circle at 50% 23%, #ff8a3c 0 5%, #c43a16 6% 12%, transparent 13%), radial-gradient(ellipse at 47% 45%, #502518 0 18%, #d65320 19% 31%, transparent 32%), linear-gradient(155deg, transparent 56%, #2f180f 57% 62%, #8e2d14 63% 66%, #1a1210 67%), #291411; }
.bag-art-contact { background: radial-gradient(ellipse at 50% 12%, #d9f6ae 0 5%, #66894b 6% 10%, transparent 11%), linear-gradient(100deg, transparent 44%, rgba(190,255,135,.45) 45% 55%, transparent 56%), radial-gradient(circle at 50% 76%, #101512 0 8%, transparent 9%), linear-gradient(#112a25,#273e2b); }
.bag-art-contact::after { content: ""; position: absolute; left: 45%; bottom: 13%; width: 10%; height: 24%; background: #0c1110; border-radius: 50% 50% 35% 35%; }
.bag-art-impact { background: radial-gradient(circle at 50% 76%, #fff5d4 0 2%, #8ac6e3 3% 5%, transparent 6%), radial-gradient(ellipse at 50% 82%, transparent 0 20%, rgba(142,205,233,.85) 21% 23%, transparent 24%), linear-gradient(150deg, transparent 0 44%, rgba(255,244,210,.85) 45% 47%, transparent 48%), #142331; }
.hero-bag { width: 205px; }
.volcano { position: absolute; right: -3%; bottom: 2%; width: 260px; height: 360px; z-index: 1; opacity: .85; clip-path: polygon(50% 0, 60% 23%, 100% 100%, 0 100%, 38% 24%); background: linear-gradient(100deg, #111a24, #4b1d13 50%, #131b24); }
.volcano::before { content: ""; position: absolute; left: 48%; top: 0; width: 16px; height: 100%; background: linear-gradient(#fff1b5,#ff4a17 16%,#7b1606 75%,transparent); filter: blur(1px) drop-shadow(0 0 12px #ff4a17); }
.volcano::after { content: ""; position: absolute; top: -75px; left: 34%; width: 95px; height: 100px; border-radius: 50%; background: radial-gradient(circle at 50% 70%, #ffb16e, #7d2412 40%, rgba(26,23,29,.55) 70%, transparent 72%); filter: blur(3px); }
.observatory { position: absolute; right: 5%; bottom: 2%; width: 90px; height: 70px; z-index: 2; border-radius: 50% 50% 8px 8px; border: 2px solid rgba(237,225,200,.35); background: #111925; }
.observatory::before { content: ""; position: absolute; top: -31px; left: 9px; right: 9px; height: 36px; border-radius: 60px 60px 0 0; background: #182334; border: 2px solid rgba(237,225,200,.35); }
.alien-silhouette { position: absolute; left: 2%; bottom: 6%; z-index: 2; width: 34px; height: 110px; background: #081016; border-radius: 45% 45% 35% 35%; opacity: .9; }
.alien-silhouette::before { content: ""; position: absolute; left: -9px; top: -34px; width: 52px; height: 60px; background: #0a121a; border-radius: 50% 50% 42% 42%; border: 1px solid rgba(237,225,200,.15); }
.asset-note { position: absolute; right: 0; bottom: -12px; max-width: 220px; margin: 0; color: rgba(237,225,200,.4); font: 400 .66rem/1.4 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 28px 0 44px; }
.products { background: linear-gradient(180deg, #07111f, #091522); }
.section-rule { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-bottom: 28px; }
.section-rule span { height: 1px; background: linear-gradient(90deg, transparent, rgba(255,74,23,.5)); }
.section-rule span:last-child { transform: scaleX(-1); }
.section-rule h2 { margin: 0; color: var(--orange); font: 500 .83rem/1 var(--mono); text-transform: uppercase; letter-spacing: .14em; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { min-width: 0; text-align: center; display: grid; gap: 17px; justify-items: center; padding: 0 4px 18px; border-bottom: 1px solid var(--line); }
.product-card .coffee-bag { width: min(100%, 205px); transition: transform .3s ease, filter .3s ease; position: relative; }
.product-card:hover .coffee-bag { transform: translateY(-7px); filter: brightness(1.08); }
.product-copy h3 { margin: 0; font: 700 1.45rem/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.product-copy .roast { margin: 7px 0; color: var(--paper); font: 500 .78rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.product-copy > p:not(.roast) { min-height: 34px; margin: 0; color: #c7c3bb; font: 400 .69rem/1.55 var(--mono); }
.product-meta { margin-top: 13px; display: flex; align-items: center; justify-content: center; gap: 18px; font-family: var(--mono); font-size: .8rem; }
.roast-dots { display: flex; gap: 4px; }
.roast-dots i { width: 9px; height: 9px; border-radius: 50%; border: 1px solid currentColor; }
.product-purple { color: #a87bd9; } .product-purple .roast-dots i:nth-child(-n+4) { background: currentColor; }
.product-orange { color: var(--orange); } .product-orange .roast-dots i:nth-child(-n+4) { background: currentColor; }
.product-green { color: var(--green); } .product-green .roast-dots i:nth-child(-n+3) { background: currentColor; }
.product-blue { color: var(--blue); } .product-blue .roast-dots i:nth-child(-n+2) { background: currentColor; }
.add-button { margin-top: 14px; padding: 8px 12px; border: 1px solid currentColor; background: transparent; text-transform: uppercase; font: 500 .7rem/1 var(--mono); letter-spacing: .07em; cursor: pointer; opacity: .78; transition: opacity .2s, background .2s, color .2s; }
.add-button:hover { opacity: 1; background: currentColor; color: var(--ink); }
.centered-link { margin: 22px auto 0; width: max-content; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--orange); font: 500 .78rem/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid transparent; padding-bottom: 4px; }
.text-link:hover { border-color: currentColor; }

.story { background: #0a1522; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: 1.25fr .85fr .62fr; min-height: 320px; }
.story-art { position: relative; min-height: 320px; overflow: hidden; background: radial-gradient(circle at 60% 34%, rgba(255,74,23,.34), transparent 23%), linear-gradient(180deg,#16142a,#332015 60%,#100e12); border-right: 1px solid var(--line); }
.window-space { position: absolute; inset: 22px 42px 82px; border-radius: 90px 90px 14px 14px; border: 6px solid #301e18; background: radial-gradient(circle at 70% 25%, #e17349 0 2px, transparent 3px), radial-gradient(circle at 30% 25%, rgba(255,255,255,.75) 0 1px, transparent 2px) 0 0/35px 28px, linear-gradient(#0f1630,#6c322b); box-shadow: inset 0 0 50px rgba(0,0,0,.45); }
.window-space::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: repeating-linear-gradient(165deg, transparent 0 14px, rgba(255,74,23,.45) 15px 17px, transparent 18px 30px), #141521; clip-path: polygon(0 58%, 17% 28%, 31% 56%, 49% 18%, 65% 52%, 82% 24%, 100% 55%, 100% 100%, 0 100%); }
.booth-table { position: absolute; left: 24%; right: 18%; bottom: 35px; height: 65px; border-radius: 50%; background: radial-gradient(ellipse at top, #7a4a2d, #2a1712 67%); z-index: 4; }
.astronaut-figure, .alien-figure { position: absolute; bottom: 47px; z-index: 3; }
.astronaut-figure { left: 15%; width: 105px; height: 150px; border-radius: 50px 50px 20px 20px; background: linear-gradient(90deg,#20232d,#51504c 48%,#1e2029); border: 2px solid #6b655e; }
.astronaut-figure::before { content: ""; position: absolute; top: -55px; left: 12px; width: 84px; height: 78px; border-radius: 50%; background: radial-gradient(circle at 45% 45%, #492a20, #07090e 60%); border: 7px solid #4d4a48; box-shadow: inset 10px 0 15px rgba(255,116,52,.18); }
.alien-figure { right: 21%; width: 58px; height: 120px; border-radius: 44% 44% 26% 26%; background: linear-gradient(90deg,#5f695f,#a1a58d 55%,#4e5c54); }
.alien-figure::before { content: ""; position: absolute; top: -48px; left: -13px; width: 84px; height: 68px; border-radius: 52% 52% 42% 42%; background: #89938a; }
.alien-figure::after { content: ""; position: absolute; top: -22px; left: 6px; width: 60px; height: 18px; background: radial-gradient(ellipse at 20% 50%, #070b0e 0 28%, transparent 30%), radial-gradient(ellipse at 80% 50%, #070b0e 0 28%, transparent 30%); }
.neon-sign { position: absolute; top: 30px; left: 24px; z-index: 5; padding: 9px 11px; border: 1px solid var(--orange); color: var(--orange); font: 500 .66rem/1.45 var(--mono); text-transform: uppercase; box-shadow: 0 0 10px rgba(255,74,23,.18); }
.story-art .asset-note { right: 16px; bottom: 12px; }
.story-copy { padding: 38px 36px; }
.story-copy h2, .brew h2, .subscription h2 { margin: 0 0 16px; font: 700 clamp(2.1rem, 3.3vw, 3.2rem)/.94 var(--display); text-transform: uppercase; letter-spacing: .03em; }
.story-copy p { color: #c7c1b7; font: 400 .78rem/1.62 var(--mono); }
.story-copy .button { margin-top: 8px; }
.value-list { list-style: none; margin: 0; padding: 42px 20px 32px 24px; border-left: 1px solid var(--line); display: grid; align-content: center; gap: 28px; }
.value-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; }
.value-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(237,225,200,.5); border-radius: 50%; font-family: var(--mono); }
.value-list strong { display: block; font: 500 .75rem/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.value-list p { margin: 7px 0 0; color: #bdb7ad; font: 400 .67rem/1.45 var(--mono); }

.brew { padding: 22px 0; background: linear-gradient(90deg,#19173e,#1e2148 50%,#171a36); border-bottom: 1px solid rgba(255,255,255,.12); }
.brew-grid { display: grid; grid-template-columns: .86fr 2.25fr .85fr; align-items: stretch; }
.brew-intro { padding: 0 28px 0 0; border-right: 1px solid rgba(255,255,255,.15); }
.brew-intro h2 { font-size: 2.35rem; }
.brew-intro p { margin: 8px 0 15px; color: #c8c6d7; font: 400 .7rem/1.5 var(--mono); }
.brew-methods { display: grid; grid-template-columns: repeat(4,1fr); }
.brew-methods article { text-align: center; padding: 6px 17px; border-right: 1px solid rgba(255,255,255,.14); }
.method-icon { display: block; min-height: 48px; font: 400 2.5rem/1 var(--display); color: var(--paper-soft); }
.brew-methods h3 { margin: 5px 0 8px; font: 600 1rem/1 var(--display); text-transform: uppercase; letter-spacing: .08em; }
.brew-methods p { margin: 0; color: #cbc8d2; font: 400 .63rem/1.5 var(--mono); }
.brew-quote { margin: 0 0 0 22px; padding: 22px; border: 1px solid rgba(237,225,200,.38); display: grid; align-content: center; font: 500 .78rem/1.65 var(--mono); text-transform: uppercase; }

.subscription { position: relative; overflow: hidden; padding: 24px 0; background: radial-gradient(circle at 20% 50%, rgba(255,74,23,.21), transparent 16%), linear-gradient(90deg,#07111c,#0c1824); border-bottom: 1px solid var(--line); }
.subscription-grid { min-height: 110px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; position: relative; z-index: 2; padding-inline: 220px 120px; }
.subscription h2 { margin-bottom: 8px; font-size: 2.25rem; }
.subscription p:not(.eyebrow) { margin: 0; max-width: 680px; color: #bfb9ae; font: 400 .72rem/1.55 var(--mono); }
.subscription-cta { display: grid; justify-items: center; gap: 8px; }
.subscription-cta small { color: #aaa59d; font: 400 .58rem/1 var(--mono); text-transform: uppercase; }
.subscription-art { position: absolute; bottom: 0; width: 220px; height: 100%; opacity: .85; }
.subscription-art-left { left: 0; background: radial-gradient(ellipse at 75% 72%, #ff7a38 0 6%, #9b2c13 7% 14%, rgba(70,31,31,.8) 15% 22%, transparent 23%), linear-gradient(150deg, transparent 55%, #151419 56%); }
.subscription-art-left::before { content: ""; position: absolute; left: 110px; bottom: 25px; width: 12px; height: 70px; background: linear-gradient(#f5bb76,#ff4a17 30%,#80210c); filter: blur(2px); }
.subscription-art-right { right: 0; background: radial-gradient(ellipse at 70% 20%, #b5d6dd 0 4%, #596a7b 5% 9%, transparent 10%), linear-gradient(105deg, transparent 48%, rgba(126,205,255,.25) 49% 62%, transparent 63%); }

.site-footer { background: #050d17; padding: 30px 0 14px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,.55fr) 1.05fr; gap: 34px; }
.footer-brand p, .newsletter p { color: #aaa69e; font: 400 .68rem/1.55 var(--mono); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.social-links a { color: var(--paper-soft); font: 500 .63rem/1 var(--mono); text-transform: uppercase; }
.footer-column, .newsletter { display: grid; align-content: start; gap: 7px; }
.footer-column h2, .newsletter h2 { margin: 0 0 5px; font: 600 .85rem/1 var(--display); text-transform: uppercase; letter-spacing: .09em; }
.footer-column a { color: #b8b3a9; font: 400 .67rem/1.3 var(--mono); }
.footer-column a:hover { color: var(--orange); }
.newsletter form { display: flex; margin-top: 8px; border: 1px solid rgba(237,225,200,.3); }
.newsletter input { min-width: 0; flex: 1; border: 0; background: transparent; color: white; padding: 10px 11px; font: 400 .67rem/1 var(--mono); }
.newsletter input:focus { outline: 2px solid var(--orange); outline-offset: 2px; }
.newsletter button { width: 42px; border: 0; background: var(--paper); color: var(--ink); cursor: pointer; }
.form-message { min-height: 1em; color: var(--green) !important; }
.footer-bottom { margin-top: 26px; padding-top: 14px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #777f89; font: 400 .58rem/1.4 var(--mono); text-transform: uppercase; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 100; padding: 12px 16px; border-left: 4px solid var(--orange); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); font: 500 .74rem/1.4 var(--mono); transform: translateY(160%); opacity: 0; transition: .25s ease; }
.toast.is-visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 32px, 900px); }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: .82rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-product { transform: scale(.82); transform-origin: bottom center; }
  .volcano { right: -18%; }
  .product-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .story-grid { grid-template-columns: 1.2fr 1fr; }
  .value-list { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); border-left: 0; border-top: 1px solid var(--line); padding: 24px 0; }
  .brew-grid { grid-template-columns: 1fr; gap: 18px; }
  .brew-intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 0 0 18px; }
  .brew-quote { margin: 0; text-align: center; }
  .subscription-grid { padding-inline: 150px 80px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,.6fr); }
  .newsletter { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
  .newsletter h2, .newsletter p { grid-column: 1; }
  .newsletter form, .newsletter .form-message { grid-column: 2; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 68px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .brand-mark { width: 31px; }
  .brand-copy strong { font-size: 1.2rem; }
  .brand-copy span { font-size: .6rem; }
  .menu-toggle { display: grid; gap: 6px; width: 40px; height: 40px; place-content: center; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: absolute; top: 68px; left: 14px; right: 14px; display: none; padding: 16px; background: rgba(4,12,22,.98); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px 4px; border-bottom: 1px solid var(--line); }
  .account-button { display: none; }
  .header-actions { gap: 0; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 820px; grid-template-columns: 1fr; align-content: start; padding-top: 105px; gap: 14px; }
  .hero-copy { text-align: left; }
  .hero h1 { font-size: clamp(4.1rem, 19vw, 6.2rem); }
  .hero-lede { margin-block: 18px 20px; }
  .hero-scene { min-height: 390px; margin-top: 8px; }
  .hero-product { transform: scale(.7); transform-origin: center bottom; }
  .volcano { width: 230px; height: 300px; right: -18%; }
  .observatory { right: 0; }
  .alien-silhouette { left: -2%; }
  .asset-note { display: none; }
  .section { padding-top: 24px; }
  .section-rule { gap: 10px; }
  .section-rule h2 { text-align: center; font-size: .72rem; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
  .product-card .coffee-bag { width: min(100%, 160px); }
  .coffee-bag { padding: 16px 12px 12px; }
  .coffee-bag::before { margin: -12px -12px 0; }
  .bag-art { min-height: 112px; }
  .product-copy h3 { font-size: 1.2rem; }
  .product-copy > p:not(.roast) { min-height: 50px; font-size: .6rem; }
  .product-meta { gap: 10px; font-size: .7rem; }
  .roast-dots i { width: 7px; height: 7px; }
  .story-grid { width: 100%; grid-template-columns: 1fr; }
  .story-art { min-height: 310px; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-copy { padding: 28px 20px; }
  .value-list { grid-template-columns: 1fr; padding: 24px 20px; }
  .brew { padding-block: 24px; }
  .brew-methods { grid-template-columns: 1fr 1fr; }
  .brew-methods article:nth-child(2) { border-right: 0; }
  .brew-methods article { border-bottom: 1px solid rgba(255,255,255,.12); padding-block: 18px; }
  .subscription { padding: 30px 0; }
  .subscription-grid { padding: 0; grid-template-columns: 1fr; text-align: left; }
  .subscription-art { opacity: .25; }
  .subscription-cta { justify-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .newsletter { grid-column: 1 / -1; }
  .footer-column:nth-of-type(4) { grid-column: 1 / -1; }
  .newsletter { display: grid; grid-template-columns: 1fr; }
  .newsletter h2, .newsletter p, .newsletter form, .newsletter .form-message { grid-column: 1; }
  .footer-bottom { flex-direction: column; text-align: center; align-items: center; }
}

@media (max-width: 440px) {
  .brand-copy { display: none; }
  .hero-grid { min-height: 770px; }
  .button-row { display: grid; grid-template-columns: 1fr 1fr; }
  .button { padding-inline: 12px; }
  .hero-product { transform: scale(.61); }
  .product-grid { grid-template-columns: 1fr; }
  .product-card .coffee-bag { width: 190px; }
  .product-copy > p:not(.roast) { min-height: 0; }
  .brew-methods { grid-template-columns: 1fr; }
  .brew-methods article { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
