:root {
  --ink: #071018;
  --ink-soft: #0c1923;
  --paper: #f5f5f3;
  --white: #ffffff;
  --gold: #c99645;
  --gold-light: #edc984;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(7,16,24,.15);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--white); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.nav { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1.15rem clamp(1.2rem, 4vw, 4.5rem); border-bottom: 1px solid transparent; transition: .35s ease; }
.nav { color: var(--ink); }
.nav.scrolled { background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-color: var(--line-light); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-transform: uppercase; font-size: .78rem; font-weight: 600; letter-spacing: .17em; }
.brand-mark { display: grid; place-items: center; width: 2.25rem; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--serif); font-size: .9rem; letter-spacing: -.08em; }
.nav nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.5rem); font-size: .86rem; }
.nav nav a:not(.nav-cta) { opacity: .72; transition: opacity .25s ease; }
.nav nav a:hover { opacity: 1; }
.nav-cta { padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 999px; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); align-items: center; gap: 2vw; padding: 8rem clamp(1.2rem, 6vw, 7rem) 4rem; isolation: isolate; overflow: hidden; }
.hero:before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 40%, #f0f0ed 0, #fafaf9 38%, #fff 70%); }
.hero:after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .42; background-image: linear-gradient(rgba(7,16,24,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,16,24,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: radial-gradient(circle at 70% 42%, black, transparent 58%); }
.hero-glow { position: absolute; z-index: -2; width: 38vw; height: 38vw; border-radius: 50%; right: 8vw; top: 13vh; background: rgba(199,150,67,.12); filter: blur(90px); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.eyebrow { margin: 0 0 1.4rem; color: #8a6429; font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: #79613b; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-family: var(--serif); font-size: clamp(4rem, 8.2vw, 8.3rem); font-weight: 400; letter-spacing: -.065em; line-height: .84; }
.hero-text { max-width: 36rem; color: #59616a; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.55rem; padding: 0 1.55rem; border: 0; border-radius: 999px; font-weight: 600; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .option:focus-visible, a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-gold { color: #111820; background: linear-gradient(135deg, #f1d79c, #c08a36); box-shadow: 0 12px 35px rgba(199,150,69,.2); }
.button-gold:hover { box-shadow: 0 16px 42px rgba(199,150,69,.34); }
.button-dark { color: var(--white); background: var(--ink); box-shadow: 0 14px 30px rgba(7,16,24,.16); }
.button-dark:hover { box-shadow: 0 18px 36px rgba(7,16,24,.25); }
.text-link { font-size: .88rem; color: #4b545d; }
.text-link span { margin-left: .35rem; color: var(--gold); }
.product-stage { position: relative; min-height: 72vh; display: grid; place-items: center; perspective: 1400px; cursor: grab; touch-action: pan-y; user-select: none; outline: none; }
.product-stage:active { cursor: grabbing; }
.product-stage:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; border-radius: 1.5rem; }
.product-rotator { position: relative; z-index: 3; width: min(31vw, 500px); max-height: 78vh; transform-style: preserve-3d; will-change: transform; animation: arrive 1.15s cubic-bezier(.16,1,.3,1) both; }
.product-rotator:after { content: ""; position: absolute; inset: 8% 10% 5%; z-index: -1; border-radius: 45%; background: radial-gradient(circle, rgba(199,150,69,.18), transparent 66%); filter: blur(30px); transform: translateZ(-45px); }
.hero-product { display: block; width: 100%; max-height: 78vh; object-fit: contain; pointer-events: none; filter: drop-shadow(0 32px 32px rgba(0,0,0,.42)); transform: translateZ(24px); }
.product-shadow { position: absolute; z-index: 1; bottom: 8%; width: 52%; height: 8%; background: rgba(0,0,0,.25); filter: blur(24px); border-radius: 50%; transform: rotate(-3deg); }
.orbit { position: absolute; border: 1px solid rgba(7,16,24,.12); border-radius: 50%; }
.orbit-one { width: 71%; aspect-ratio: 1; transform: rotateX(67deg) rotateZ(-14deg); }
.orbit-two { width: 84%; aspect-ratio: 1; transform: rotateY(70deg) rotateZ(25deg); opacity: .38; }
.detail-chip { position: absolute; z-index: 4; padding: .7rem .9rem; border: 1px solid var(--line-light); border-radius: 999px; color: #4c555d; background: rgba(255,255,255,.72); backdrop-filter: blur(14px); font-size: .72rem; letter-spacing: .04em; }
.chip-one { left: 2%; top: 28%; }
.chip-two { right: -2%; bottom: 25%; }
.rotation-controls { position: absolute; z-index: 8; bottom: 8%; left: 50%; display: flex; gap: .5rem; transform: translateX(-50%); }
.rotation-controls button { display: grid; place-items: center; width: 2.55rem; aspect-ratio: 1; border: 1px solid rgba(7,16,24,.18); border-radius: 50%; color: var(--white); background: rgba(7,16,24,.86); backdrop-filter: blur(12px); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.rotation-controls button:hover { transform: scale(1.08); background: var(--ink); }
.rotation-controls button:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.rotation-hint { position: absolute; bottom: 2.5%; left: 50%; margin: 0; transform: translateX(-50%); color: #70787e; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.scroll-cue { position: absolute; left: clamp(1.2rem, 6vw, 7rem); bottom: 1.3rem; display: flex; align-items: center; gap: .7rem; color: rgba(7,16,24,.45); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { width: 2.8rem; height: 1px; background: var(--gold); }

.statement { background: var(--white); color: var(--ink); padding: clamp(6rem, 12vw, 12rem) clamp(1.2rem, 7vw, 8rem); border-top: 1px solid var(--line-light); }
.statement h2, .taste h2 { max-width: 1000px; margin-bottom: 4rem; font-family: var(--serif); font-size: clamp(4rem, 9.6vw, 9.8rem); font-weight: 400; letter-spacing: -.07em; line-height: .86; }
.statement h2 em { color: #9c7132; font-weight: 400; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 9rem); max-width: 1050px; margin-left: auto; }
.statement-grid p { margin: 0; color: #45505a; font-size: 1rem; line-height: 1.75; }
.statement-grid .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.26; }
.spec-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 7rem; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.spec-row div { padding: 2rem; border-right: 1px solid var(--line-light); }
.spec-row div:first-child { padding-left: 0; }
.spec-row div:last-child { border: 0; }
.spec-row strong, .spec-row span { display: block; }
.spec-row strong { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; }
.spec-row span { margin-top: .5rem; color: #65717b; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }

.ritual { position: relative; min-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5vw; padding: 7rem clamp(1.2rem, 7vw, 8rem); overflow: hidden; }
.ritual:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 50%, #1f3f51, transparent 36%), linear-gradient(135deg,#071018,#0b202d); }
.ritual-copy, .ritual-visual { position: relative; z-index: 2; }
.ritual h2 { margin-bottom: 1.8rem; font-family: var(--serif); font-size: clamp(3.5rem, 6.7vw, 7rem); font-weight: 400; line-height: .92; letter-spacing: -.06em; }
.ritual-copy > p:last-child { max-width: 34rem; color: rgba(255,255,255,.62); line-height: 1.75; }
.ritual-visual { min-height: 500px; display: grid; place-items: center; }
.compass { position: relative; width: min(34vw, 470px); aspect-ratio: 1; border: 1px solid rgba(237,201,132,.38); border-radius: 50%; box-shadow: inset 0 0 70px rgba(199,150,69,.08), 0 0 100px rgba(0,0,0,.25); }
.compass:before, .compass:after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.compass:after { inset: 19%; border-style: dashed; }
.compass > span { position: absolute; color: var(--gold-light); font-family: var(--serif); }
.north { top: 5%; left: 50%; transform: translateX(-50%); }.east { right: 6%; top: 50%; transform: translateY(-50%); }.south { bottom: 5%; left: 50%; transform: translateX(-50%); }.west { left: 6%; top: 50%; transform: translateY(-50%); }
.needle { position: absolute; left: 50%; top: 19%; width: 2px; height: 62%; background: linear-gradient(var(--gold-light) 0 50%, rgba(255,255,255,.25) 50%); transform: translateX(-50%) rotate(26deg); animation: seek 6s ease-in-out infinite; }
.compass-core { position: absolute; inset: 38%; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold-light); font-family: var(--serif); font-size: 2rem; }
.ritual-visual > p { margin: 2rem 0 0; color: rgba(255,255,255,.45); letter-spacing: .25em; text-transform: uppercase; font-size: .7rem; }

.taste { background: var(--paper); color: var(--ink); padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.taste-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.taste-heading .eyebrow { min-width: 15rem; }
.taste h2 { font-size: clamp(3.8rem, 8vw, 8.6rem); }
.taste-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.taste-card { min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid var(--line-light); background: linear-gradient(150deg, rgba(199,150,69,.08), transparent 60%); transition: transform .35s ease, background .35s ease; }
.taste-card:hover { transform: translateY(-8px); background: #0a1822; color: var(--white); }
.taste-card > span { margin-bottom: auto; color: #917142; font-size: .75rem; }
.taste-card h3 { margin-bottom: .7rem; font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.taste-card p { max-width: 20rem; margin-bottom: 0; color: #6b7379; line-height: 1.6; }
.taste-card:hover p { color: rgba(255,255,255,.6); }

.future { padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); background: var(--white); color: var(--ink); border-top: 1px solid var(--line-light); }
.future-intro { display: grid; grid-template-columns: .5fr 1.1fr .75fr; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.future-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 6.7vw, 7.5rem); font-weight: 400; line-height: .88; letter-spacing: -.065em; }
.future-intro > p:last-child { margin: 0; color: #657078; line-height: 1.7; }
.future-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.future-grid-single { grid-template-columns: minmax(0, 780px); justify-content: end; }
.future-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border: 1px solid var(--line-light); background: #fafafa; }
.mushroom-card { display: grid; grid-template-columns: minmax(220px,.72fr) 1fr; gap: 2rem; align-items: center; }
.mushroom-card > button { grid-column: 1 / -1; }
.future-product-preview { position: relative; min-height: 360px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle, #fff, #e8e8e5 72%); }
.future-product-preview:after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.42)); backdrop-filter: blur(1.5px); }
.future-product-preview img { width: min(78%, 290px); filter: blur(4px) grayscale(.18); opacity: .7; }
.coming-overlay { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: #fff; background: rgba(7,16,24,.76); box-shadow: 0 12px 40px rgba(0,0,0,.22); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.future-icon { position: relative; min-height: 130px; display: flex; align-items: center; justify-content: center; gap: .45rem; border-bottom: 1px solid var(--line-light); color: #b8bcc0; font-family: var(--serif); font-size: 4rem; }
.future-icon span { width: 2.2rem; height: 3.4rem; border: 1px solid #a7adb1; border-radius: 1.1rem; transform: rotate(-8deg); }
.future-icon span:nth-child(2) { transform: rotate(0); }.future-icon span:nth-child(3) { transform: rotate(8deg); }
.future-icon.instant { font-size: 5rem; letter-spacing: -.12em; }.future-icon.roast { font-family: var(--sans); font-weight: 200; font-size: 6rem; }
.status-pill { display: inline-block; margin: 1.5rem 0 1rem; padding: .4rem .7rem; border: 1px solid #b8bdc1; border-radius: 999px; color: #6d7479; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.future-card h3 { margin-bottom: .6rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.future-card p { color: #687078; line-height: 1.6; }
.future-card button { width: 100%; padding: .85rem; border: 1px solid #d4d6d8; color: #888e93; background: #f0f1f1; cursor: not-allowed; }

.reviews { padding: clamp(6rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); background: #f3f3f1; color: var(--ink); border-top: 1px solid var(--line-light); }
.reviews-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 3.5rem; }
.reviews h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.06em; }
.review-disclosure { max-width: 23rem; margin: 0; color: #7a8186; font-size: .78rem; line-height: 1.6; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-card { min-height: 370px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line-light); background: var(--white); }
.review-card.featured { background: var(--ink); color: var(--white); }
.stars { color: #a7772c; letter-spacing: .15em; }.stars span { color: #d2d4d5; }
.review-card blockquote { margin: auto 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.35; }
.review-card footer { justify-content: flex-start; gap: .8rem; padding: 0; border: 0; color: inherit; }
.avatar { display: grid; place-items: center; width: 2.6rem; aspect-ratio: 1; border-radius: 50%; color: var(--white); background: var(--ink); font-size: .7rem; }
.featured .avatar { color: var(--ink); background: var(--white); }
.review-card footer strong, .review-card footer small { display: block; }.review-card footer small { margin-top: .2rem; color: #858b90; }

.shop { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; background: var(--white); color: var(--ink); border-top: 1px solid var(--line-light); }
.shop-product { position: relative; display: grid; place-items: center; min-height: 760px; overflow: hidden; background: radial-gradient(circle at center, #fff 0, #ededeb 72%); border-right: 1px solid var(--line-light); }
.shop-product:before { content: "ROCK\A CREEK"; white-space: pre; position: absolute; left: -2%; top: 9%; color: rgba(7,16,24,.035); font-family: var(--serif); font-size: clamp(7rem, 12vw, 13rem); line-height: .72; }
.shop-product img { position: relative; z-index: 2; width: min(53%, 490px); filter: drop-shadow(0 36px 30px rgba(0,0,0,.55)); transition: transform .6s cubic-bezier(.16,1,.3,1); }
.shop-product:hover img { transform: scale(1.025) rotate(-1deg); }
.shop-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); }
.shop-copy h2 { margin-bottom: .3rem; font-family: var(--serif); font-size: clamp(4.5rem, 7vw, 7.5rem); font-weight: 400; letter-spacing: -.06em; }
.shop-subtitle { color: #8a6429; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.shop-description { max-width: 32rem; color: #626c74; line-height: 1.7; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 1.5rem 0; }
.price-row strong { font-family: var(--serif); font-size: 3.2rem; font-weight: 400; }.price-row span { padding-bottom: .5rem; color: #707980; font-size: .8rem; }
.shop-details { margin: 0 0 2rem; border-top: 1px solid var(--line-light); }
.shop-details div { display: flex; justify-content: space-between; padding: .8rem 0; border-bottom: 1px solid var(--line-light); }
.shop-details dt { color: #7a8288; }.shop-details dd { margin: 0; }
.purchase-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1rem; }
.option { padding: 1rem; border: 1px solid var(--line-light); border-radius: .3rem; color: var(--ink); background: transparent; text-align: left; cursor: pointer; transition: .2s ease; }
.option span, .option small { display: block; }
.option span { font-weight: 600; }.option small { margin-top: .3rem; color: #767e84; }
.option.active { border-color: var(--ink); background: #f4f4f2; }
.option-coming { opacity: .58; cursor: not-allowed; }
.payment-panel { margin-top: .25rem; padding: 1.15rem; border: 1px solid var(--line-light); border-radius: .55rem; background: #f8f8f6; }
.payment-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; }
.payment-heading-row h3 { margin: 0; font-size: 1rem; }
.test-badge { padding: .35rem .55rem; border-radius: 999px; color: #7a591f; background: #f2e5c8; font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.payment-loading { margin: 0 0 .85rem; color: #626c74; font-size: .82rem; line-height: 1.5; }
#paypal-button-container { min-height: 48px; }
.payment-result { display: grid; gap: .25rem; padding: 1rem; border-radius: .35rem; font-size: .85rem; line-height: 1.5; }
.payment-result strong, .payment-result span { display: block; }
.payment-result.success { color: #164a36; background: #e6f3ec; border: 1px solid #bbdec9; }
.payment-result.notice { color: #624918; background: #fbf1dc; border: 1px solid #ead39f; }
.payment-result.error { color: #742a2a; background: #f9e7e7; border: 1px solid #e6bcbc; }
.add-button { width: 100%; }
.button-disabled { color: #777e83; background: #e6e7e7; cursor: not-allowed; }
.button-disabled:hover { transform: none; box-shadow: none; }
.checkout-note { margin: 1rem 0 .3rem; color: #59636a; text-align: center; font-size: .78rem; }
.checkout-note span { color: #99712f; }
.fine-print { margin: .6rem 0 0; color: #93989c; text-align: center; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

body > footer { display: flex; align-items: center; justify-content: space-between; padding: 2rem clamp(1.2rem, 4vw, 4rem); border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.46); background: var(--ink); font-size: .76rem; }
body > footer p { margin: 0; }.footer-brand { color: var(--white); }.footer-brand .brand-mark { color: var(--white); border-color: var(--white); }
.toast { position: fixed; z-index: 100; right: 1.25rem; bottom: 1.25rem; width: min(390px, calc(100vw - 2.5rem)); display: flex; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid rgba(237,201,132,.35); border-radius: .8rem; background: rgba(10,24,34,.95); backdrop-filter: blur(16px); box-shadow: 0 20px 70px rgba(0,0,0,.42); transform: translateY(140%); transition: transform .45s cubic-bezier(.16,1,.3,1); }
.toast.show { transform: translateY(0); }
.toast-icon { display: grid; place-items: center; width: 2.2rem; aspect-ratio: 1; border-radius: 50%; color: var(--ink); background: var(--gold-light); }
.toast strong, .toast small { display: block; }.toast small { margin-top: .2rem; color: rgba(255,255,255,.55); }
.toast button { margin-left: auto; border: 0; color: rgba(255,255,255,.55); background: transparent; font-size: 1.4rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes arrive { from { opacity: 0; transform: translateY(70px) rotateY(-12deg) scale(.92); } to { opacity: 1; transform: none; } }
@keyframes seek { 0%,100% { transform: translateX(-50%) rotate(20deg); } 50% { transform: translateX(-50%) rotate(34deg); } }

@media (max-width: 900px) {
  .nav nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 7rem; text-align: center; }
  .hero-copy { margin: 0 auto; }.hero-text { margin-inline: auto; }.hero-actions { justify-content: center; }
  .product-stage { min-height: 52vh; }.product-rotator { width: min(52vw, 390px); max-height: 55vh; }.hero-product { max-height: 55vh; }
  .chip-one { left: 10%; }.chip-two { right: 7%; }
  .scroll-cue { display: none; }
  .statement-grid, .ritual, .shop { grid-template-columns: 1fr; }
  .statement-grid { margin: 0; }.spec-row { grid-template-columns: 1fr 1fr; }.spec-row div:nth-child(2) { border-right: 0; }.spec-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .ritual { padding-block: 7rem; }.compass { width: min(70vw, 430px); }
  .taste-heading { display: block; }.taste-cards, .future-grid, .review-grid { grid-template-columns: 1fr; }.taste-card { min-height: 260px; }
  .mushroom-card { grid-template-columns: 1fr; }.mushroom-card > button { grid-column: auto; }
  .future-intro { grid-template-columns: 1fr; }.future-card { min-height: 390px; }
  .reviews-head { display: block; }.review-disclosure { margin-top: 1.5rem; }.review-card { min-height: 320px; }
  .shop-product { min-height: 600px; }.shop-product img { width: min(48%, 380px); }.shop-copy { padding-block: 5rem; }
}

@media (max-width: 560px) {
  .brand > span:last-child { display: none; }.nav-cta { padding: .65rem .85rem; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }.hero { gap: 1rem; }.hero-actions { flex-direction: column; }
  .product-stage { min-height: 54vh; }.product-rotator { width: min(72vw, 355px); }.detail-chip { font-size: .62rem; }.chip-one { top: 14%; left: 0; }.chip-two { bottom: 18%; right: 0; }.rotation-controls { bottom: 7%; }.rotation-hint { bottom: 0; }
  .statement h2, .taste h2 { font-size: clamp(3.5rem, 16vw, 5.4rem); }.statement-grid { grid-template-columns: 1fr; }.spec-row div { padding: 1.3rem .5rem; }.spec-row strong { font-size: 2.3rem; }
  .ritual h2 { font-size: 3.8rem; }.ritual-visual { min-height: 380px; }
  .shop-product { min-height: 520px; }.shop-product img { width: min(67%, 330px); }.purchase-options { grid-template-columns: 1fr; }
  body > footer { flex-direction: column; gap: 1.2rem; text-align: center; }
}

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