:root {
  --cream: #f4ead7;
  --cream-light: #fffaf0;
  --paper: #f8f0df;
  --ink: #173b3b;
  --teal: #0d3c3d;
  --teal-mid: #1c5553;
  --terracotta: #b64f2d;
  --terracotta-dark: #85341f;
  --mustard: #d99a32;
  --line: rgba(23, 59, 59, .23);
  --serif: "Songti SC", "STSong", "SimSun", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --pad: clamp(20px, 5vw, 76px);
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.cart-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
:focus-visible { outline: 3px solid #efad38; outline-offset: 4px; }
::selection { color: var(--cream-light); background: var(--terracotta); }
.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: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: white; background: var(--teal); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 0 var(--pad); border-bottom: 1px solid var(--line); background: rgba(244, 234, 215, .91); backdrop-filter: blur(14px); transition: height .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 68px; box-shadow: 0 12px 40px rgba(22, 48, 45, .08); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand-mark { position: relative; width: 42px; height: 42px; display: block; border: 1px solid var(--ink); border-radius: 50%; transform: rotate(-9deg); }
.brand-mark i { position: absolute; left: 10px; width: 21px; height: 5px; border-radius: 50%; border-top: 2px solid var(--terracotta); }
.brand-mark i:nth-child(1) { top: 11px; }
.brand-mark i:nth-child(2) { top: 18px; }
.brand-mark i:nth-child(3) { top: 25px; }
.brand strong { display: block; font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 6px; color: var(--terracotta); font-size: 10px; letter-spacing: .25em; }
.site-nav { justify-self: center; display: flex; gap: clamp(24px, 4vw, 60px); }
.site-nav a { position: relative; font-size: 13px; letter-spacing: .08em; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; bottom: -10px; left: 0; width: 100%; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.bag-button { display: inline-flex; align-items: center; gap: 10px; padding: 8px 8px 8px 16px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; }
.bag-button b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--cream-light); background: var(--terracotta); font-size: 12px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 100svh; padding: calc(var(--header-h) + 50px) var(--pad) 60px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(24px, 5vw, 80px); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid, .section-shell::before { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(20, 67, 65, .21) .75px, transparent .75px); background-size: 14px 14px; mask-image: linear-gradient(90deg, rgba(0,0,0,.6), transparent 55%); }
.hero::after { content: ""; position: absolute; z-index: -1; right: -10%; top: 4%; width: 58vw; height: 58vw; border: 1px solid rgba(23,59,59,.16); border-radius: 50%; }
.hero-copy, .hero-art { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .24em; }
.eyebrow span { width: 26px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .craft h2, .questions h2, .closing h2 { margin: 0; font-family: var(--serif); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(64px, 7.4vw, 124px); }
em { color: var(--terracotta); font-style: normal; }
.hero-lead { max-width: 560px; margin: 30px 0 0; color: rgba(23,59,59,.78); font-size: clamp(16px, 1.25vw, 19px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 22px; border: 1px solid currentColor; border-radius: 0; font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--cream-light); border-color: var(--teal); background: var(--teal); }
.button-primary:hover { background: var(--terracotta); border-color: var(--terracotta); }
.text-button { padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: none; cursor: pointer; font-size: 13px; }
.text-button span { margin-left: 8px; color: var(--terracotta); }
.hero-facts { display: flex; gap: 0; margin: 48px 0 0; }
.hero-facts div { min-width: 120px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { font-family: var(--serif); font-size: 25px; font-weight: 700; }
.hero-facts dd { margin: 2px 0 0; color: rgba(23,59,59,.62); font-size: 11px; letter-spacing: .08em; }
.hero-art { min-width: 0; }
.hero-art img { width: min(100%, 780px); margin-inline: auto; position: relative; z-index: 2; filter: saturate(.95); }
.orbit { position: absolute; z-index: 0; border: 1px solid rgba(23,59,59,.25); border-radius: 50%; }
.orbit-one { inset: 7%; animation: spin 18s linear infinite; }
.orbit-one::after { content: ""; position: absolute; top: 7%; left: 18%; width: 11px; height: 11px; background: var(--terracotta); transform: rotate(45deg); }
.orbit-two { inset: 17%; border-style: dashed; animation: spin 28s linear infinite reverse; }
.art-note { position: absolute; z-index: 3; padding: 8px 13px; color: var(--cream-light); background: var(--terracotta); font-family: var(--serif); font-size: 13px; letter-spacing: .12em; box-shadow: 8px 8px 0 var(--teal); }
.note-one { top: 21%; right: 5%; transform: rotate(4deg); }
.note-two { bottom: 21%; left: 2%; transform: rotate(-5deg); background: var(--teal); box-shadow: 8px 8px 0 var(--mustard); }
.hero-index { position: absolute; left: 20px; top: 50%; display: flex; align-items: center; gap: 10px; transform: translateY(-50%) rotate(-90deg); color: rgba(23,59,59,.5); font-size: 10px; letter-spacing: .2em; }
.hero-index i { width: 50px; height: 1px; background: var(--line); }

.ticker { overflow: hidden; color: var(--cream-light); background: var(--terracotta); border-bottom: 1px solid var(--ink); }
.ticker-track { width: max-content; display: flex; animation: ticker 24s linear infinite; }
.ticker span { padding: 17px 28px; font-family: var(--serif); font-size: 17px; letter-spacing: .15em; white-space: nowrap; }
.ticker i { margin-left: 44px; color: #efbd57; font-style: normal; }

.section-shell { position: relative; padding: clamp(90px, 12vw, 170px) var(--pad); overflow: hidden; }
.section-shell::before { mask-image: linear-gradient(90deg, transparent 30%, rgba(0,0,0,.45)); }
.section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.section-heading h2, .questions h2 { font-size: clamp(48px, 6vw, 88px); }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: rgba(23,59,59,.65); }
.product-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.product-card { min-width: 0; background: var(--paper); }
.product-visual { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.product-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.35); pointer-events: none; }
.product-visual img { position: relative; z-index: 2; width: 110%; max-width: none; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-visual img { transform: scale(1.06) rotate(-2deg); }
.visual-cream { background: #e9d5b4; }
.visual-yellow { background: #dfa236; }
.visual-green { background: #275c55; }
.visual-red { background: #a7492b; }
.tag { position: absolute; z-index: 3; top: 24px; left: 24px; padding: 5px 10px; color: var(--ink); background: var(--cream-light); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-info { padding: 26px 24px 24px; }
.product-meta { margin: 0 0 7px; color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.2; }
.product-info > p:not(.product-meta) { min-height: 48px; margin: 10px 0 24px; color: rgba(23,59,59,.63); font-size: 13px; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-buy strong { font-family: var(--serif); font-size: 25px; }
.product-buy strong small { margin-right: 2px; font-family: var(--sans); font-size: 12px; }
.add-button { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.add-button i { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--cream-light); background: var(--teal); font-size: 18px; font-style: normal; transition: transform .2s ease, background .2s ease; }
.add-button:hover i { background: var(--terracotta); transform: rotate(90deg); }

.craft { min-height: 850px; display: grid; grid-template-columns: 1.05fr .95fr; color: var(--cream-light); background: var(--teal); border-block: 1px solid #092b2c; }
.craft-media { position: relative; min-height: 760px; overflow: hidden; border-right: 1px solid rgba(244,234,215,.2); }
.craft-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, rgba(13,60,61,.55)); pointer-events: none; }
.craft-media img { width: 100%; height: 100%; object-fit: cover; }
.media-stamp { position: absolute; z-index: 2; right: 40px; bottom: 40px; width: 108px; height: 108px; display: grid; place-content: center; border: 1px solid rgba(244,234,215,.55); border-radius: 50%; color: #f2c764; font-family: var(--serif); font-size: 46px; line-height: 1; text-align: center; }
.media-stamp small { display: block; margin-top: 3px; color: var(--cream-light); font-family: var(--sans); font-size: 10px; letter-spacing: .2em; }
.craft-copy { padding: clamp(70px, 9vw, 140px) clamp(35px, 7vw, 110px); align-self: center; }
.eyebrow.light { color: #efbd57; }
.craft h2 { font-size: clamp(50px, 6vw, 86px); }
.craft h2 em { color: #efbd57; }
.craft-intro { max-width: 590px; margin: 34px 0 50px; color: rgba(244,234,215,.67); font-size: 16px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(244,234,215,.2); }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(244,234,215,.2); }
.process-list li > span { color: #efbd57; font-family: var(--serif); font-size: 13px; }
.process-list h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 20px; }
.process-list p { margin: 0; color: rgba(244,234,215,.58); font-size: 12px; }

.idea-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--line); }
.idea-feature { min-height: 620px; padding: 42px; color: var(--cream-light); background: var(--terracotta); overflow: hidden; }
.mini-plate { position: relative; width: min(88%, 470px); aspect-ratio: 1; margin: -40px auto 10px; border: 24px solid #e9d6b4; border-radius: 50%; background: repeating-radial-gradient(circle, #d58f31 0 11px, #e9aa44 12px 26px); box-shadow: 0 34px 50px rgba(77,28,15,.27); transform: rotate(-8deg); }
.egg { position: absolute; top: 19%; left: 29%; width: 43%; height: 37%; border-radius: 50% 45% 52% 43%; background: #fff9e8; box-shadow: 5px 11px 20px rgba(74,42,20,.17); }
.egg::after { content: ""; position: absolute; left: 36%; top: 27%; width: 31%; aspect-ratio: 1; border-radius: 50%; background: #ed9e22; box-shadow: inset -5px -5px 10px rgba(151,79,8,.18); }
.leaf { position: absolute; width: 13px; height: 90px; border-radius: 100% 0; background: #23604b; }
.l1 { left: 23%; bottom: 14%; transform: rotate(58deg); }
.l2 { right: 24%; top: 20%; transform: rotate(-35deg); }
.sauce { position: absolute; right: 17%; bottom: 20%; width: 22%; height: 12px; border-radius: 50%; border-top: 5px solid #8d301d; transform: rotate(-25deg); }
.idea-number { margin: 0 0 5px; color: #f2cf76; font-size: 10px; letter-spacing: .18em; }
.idea-feature h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); }
.idea-feature > p:last-child { max-width: 520px; margin: 10px 0 0; color: rgba(255,250,240,.72); }
.idea-list { display: grid; grid-template-rows: repeat(3, 1fr); background: var(--paper); }
.idea-list article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 20px; padding: 34px clamp(24px, 4vw, 54px); border-bottom: 1px solid var(--line); transition: color .2s ease, background .2s ease; }
.idea-list article:last-child { border-bottom: 0; }
.idea-list article:hover { color: var(--cream-light); background: var(--teal); }
.idea-list article > span { align-self: start; color: var(--terracotta); font-family: var(--serif); font-size: 13px; }
.idea-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 31px); }
.idea-list p { margin: 0; color: currentColor; opacity: .6; font-size: 12px; }
.idea-list i { font-size: 24px; font-style: normal; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: var(--paper); }
.service-strip > div { display: flex; align-items: center; gap: 18px; padding: 35px clamp(20px, 3vw, 50px); border-right: 1px solid var(--line); }
.service-strip > div:last-child { border-right: 0; }
.service-strip > div > span { width: 45px; height: 45px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font-size: 18px; }
.service-strip strong, .service-strip small { display: block; }
.service-strip strong { font-family: var(--serif); font-size: 16px; }
.service-strip small { margin-top: 3px; color: rgba(23,59,59,.55); font-size: 10px; }

.questions { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 11vw, 170px); background: var(--cream); }
.question-intro, .accordion { position: relative; }
.question-intro > p:last-child { max-width: 330px; margin-top: 28px; color: rgba(23,59,59,.65); }
.accordion { border-top: 1px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 27px 52px 27px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 4px; top: 50%; width: 17px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.accordion summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details div { padding: 0 55px 24px 0; }
.accordion details p { margin: 0; color: rgba(23,59,59,.65); font-size: 14px; }

.closing { position: relative; min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px var(--pad) 45px; color: var(--cream-light); background: var(--terracotta); overflow: hidden; text-align: center; }
.closing .eyebrow { position: relative; z-index: 2; }
.closing h2 { position: relative; z-index: 2; color: var(--cream-light); font-size: clamp(68px, 9vw, 138px); }
.closing h2 em { color: #f4cc70; }
.button-light { position: relative; z-index: 2; margin-top: 36px; color: var(--ink); border-color: var(--cream-light); background: var(--cream-light); }
.button-light:hover { color: var(--cream-light); background: var(--teal); border-color: var(--teal); }
.closing-rings { position: absolute; inset: 0; display: grid; place-items: center; }
.closing-rings i { position: absolute; width: min(78vw, 1050px); aspect-ratio: 1; border: 1px solid rgba(255,250,240,.2); border-radius: 50%; }
.closing-rings i:nth-child(2) { width: min(58vw, 780px); }
.closing-rings i:nth-child(3) { width: min(37vw, 510px); background: rgba(122,42,23,.11); }
.closing-nav { position: absolute; z-index: 2; bottom: 25px; display: flex; gap: 32px; }
.closing-nav a { color: rgba(255,250,240,.68); font-size: 11px; text-decoration: none; }
.closing-nav a:hover { color: white; }

.cart-overlay { position: fixed; z-index: 300; inset: 0; background: rgba(4,28,29,.56); backdrop-filter: blur(3px); opacity: 0; transition: opacity .25s ease; }
.cart-overlay.is-visible { opacity: 1; }
.cart-panel { position: fixed; z-index: 310; top: 0; right: 0; width: min(92vw, 480px); height: 100dvh; display: flex; flex-direction: column; padding: 30px; background: var(--cream-light); box-shadow: -30px 0 70px rgba(4,31,31,.2); transform: translateX(105%); visibility: hidden; transition: transform .3s cubic-bezier(.2,.8,.2,1), visibility .3s; }
.cart-panel.is-open { visibility: visible; transform: translateX(0); }
.cart-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-head .eyebrow { margin-bottom: 5px; }
.cart-head h2 { margin: 0; font-family: var(--serif); font-size: 40px; line-height: 1; }
.cart-head button { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty > span { width: 86px; height: 86px; display: grid; place-items: center; margin: 0 auto 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--terracotta); font-size: 34px; }
.cart-empty h3 { margin: 0; font-family: var(--serif); font-size: 27px; }
.cart-empty p { margin: 8px 0 28px; color: rgba(23,59,59,.6); font-size: 13px; }
.cart-content { min-height: 0; display: flex; flex: 1; flex-direction: column; }
.cart-items { margin: 0; padding: 10px 0; overflow-y: auto; list-style: none; }
.cart-item { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--cream-light); background: var(--terracotta); font-family: var(--serif); font-size: 21px; }
.cart-item h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 16px; }
.cart-item p { margin: 0; color: var(--terracotta); font-size: 12px; }
.cart-item-controls { display: flex; align-items: center; gap: 8px; }
.cart-item-controls button { width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.cart-item-controls span { min-width: 16px; font-size: 12px; text-align: center; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--ink); }
.cart-summary p { display: flex; justify-content: space-between; margin: 0; }
.cart-summary strong { font-family: var(--serif); font-size: 25px; }
.cart-summary small { display: block; margin: 7px 0 20px; color: rgba(23,59,59,.55); font-size: 10px; }
.checkout-button { width: 100%; }
.toast { position: fixed; z-index: 500; left: 50%; bottom: 28px; padding: 12px 20px; color: white; background: var(--teal); box-shadow: 8px 8px 0 var(--terracotta); font-size: 13px; pointer-events: none; opacity: 0; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
.reveal-delay { transition-delay: .14s; }
.reveal-delay-sm { transition-delay: .08s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-visual { min-height: 390px; }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip > div:nth-child(2) { border-right: 0; }
  .service-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 960px) {
  :root { --header-h: 72px; }
  .site-header { grid-template-columns: auto auto 1fr; gap: 16px; }
  .menu-button { order: 3; justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 4px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .menu-button span { width: 20px; height: 1px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .bag-button { order: 2; margin-left: auto; }
  .site-nav { position: fixed; top: var(--header-h); left: 0; right: 0; display: grid; gap: 0; padding: 10px var(--pad) 24px; border-bottom: 1px solid var(--line); background: var(--cream); box-shadow: 0 20px 40px rgba(14,50,49,.12); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 70px); grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-art { max-width: 680px; margin: -30px auto -30px; }
  .hero-index { display: none; }
  .craft { grid-template-columns: 1fr; }
  .craft-media { min-height: 600px; border-right: 0; border-bottom: 1px solid rgba(244,234,215,.2); }
  .craft-copy { max-width: 820px; }
  .idea-layout { grid-template-columns: 1fr; }
  .questions { grid-template-columns: 1fr; gap: 60px; }
  .question-intro { text-align: center; }
  .question-intro .eyebrow { justify-content: center; }
  .question-intro > p:last-child { margin-inline: auto; }
}

@media (max-width: 650px) {
  :root { --pad: 20px; }
  .site-header { gap: 10px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-mark i { left: 8px; width: 19px; }
  .brand strong { font-size: 15px; }
  .brand small, .bag-button > span:not(.sr-only) { display: none; }
  .bag-button { padding: 6px; border: 0; }
  .hero { padding-bottom: 38px; }
  .hero h1 { font-size: clamp(57px, 18vw, 78px); }
  .hero-lead { margin-top: 23px; font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 14px; margin-top: 28px; }
  .hero-actions .button { width: min(100%, 280px); }
  .hero-facts { margin-top: 36px; }
  .hero-facts div { min-width: 0; flex: 1; padding-right: 10px; margin-right: 10px; }
  .hero-facts dt { font-size: 18px; }
  .hero-facts dd { font-size: 9px; }
  .hero-art { width: 112%; margin: -10px -6% -20px; }
  .art-note { font-size: 10px; box-shadow: 5px 5px 0 var(--teal); }
  .note-two { box-shadow: 5px 5px 0 var(--mustard); }
  .section-shell { padding-block: 86px; }
  .section-heading { display: block; margin-bottom: 36px; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading h2, .questions h2 { font-size: 48px; }
  .section-heading > p { margin: 20px auto 0; font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { min-height: 330px; }
  .product-info > p:not(.product-meta) { min-height: 0; }
  .craft-media { min-height: 430px; }
  .craft-media img { object-position: 50% 50%; }
  .media-stamp { right: 24px; bottom: 24px; width: 80px; height: 80px; font-size: 34px; }
  .craft-copy { padding: 75px 20px; text-align: center; }
  .craft-copy .eyebrow { justify-content: center; }
  .craft h2 { font-size: 48px; }
  .process-list { text-align: left; }
  .idea-feature { min-height: auto; padding: 25px 24px 38px; }
  .mini-plate { width: 100%; margin: -10px auto 15px; border-width: 15px; }
  .idea-list article { grid-template-columns: 35px 1fr auto; gap: 12px; padding: 27px 20px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip > div { padding: 22px 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-strip > div:last-child { border-bottom: 0; }
  .questions { gap: 45px; }
  .accordion summary { padding-block: 21px; font-size: 17px; }
  .closing { min-height: 590px; padding-bottom: 100px; }
  .closing h2 { font-size: 62px; }
  .closing-rings i { width: 130vw; }
  .closing-rings i:nth-child(2) { width: 95vw; }
  .closing-rings i:nth-child(3) { width: 62vw; }
  .closing-nav { bottom: 25px; max-width: 280px; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
  .cart-panel { padding: 23px 20px; }
}

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