:root {
  --ink: #1b110c;
  --ink-2: #2b1a12;
  --ink-3: #3b2418;
  --paper: #f1e9dc;
  --paper-2: #fbf7ef;
  --cream: #ead9c3;
  --sand: #cdb396;
  --gold: #b2854d;
  --orange: #e18b20;
  --red: #ae0715;
  --red-dark: #72040b;
  --muted: #75685d;
  --line: rgba(27,17,12,.18);
  --display: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  --latin: "Italiana", "Times New Roman", serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  --max: 1540px;
  --gutter: clamp(20px, 3.8vw, 60px);
  --ease: cubic-bezier(.22,.72,.14,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--ink); font-family: var(--sans); font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open, body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
fieldset { min-width: 0; }
::selection { color: #fff; background: var(--red); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; background: #fff; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-loader { position: fixed; z-index: 999; inset: 0; display: grid; place-content: center; gap: 24px; color: #fff; background: var(--ink); text-align: center; }
.loader-mark { display: flex; align-items: center; gap: 18px; font-family: var(--latin); font-size: clamp(1.8rem, 4vw, 4.5rem); letter-spacing: .06em; }
.loader-mark i { width: 64px; height: 1px; background: rgba(255,255,255,.48); transform-origin: left; }
.loader-progress { width: min(340px, 70vw); height: 1px; overflow: hidden; background: rgba(255,255,255,.14); }
.loader-progress span { display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }
.site-loader p { margin: 0; font-size: .52rem; letter-spacing: .28em; opacity: .45; }

.cursor { position: fixed; z-index: 500; left: 0; top: 0; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(27,17,12,.12); backdrop-filter: blur(8px); pointer-events: none; opacity: 0; transform: translate(-50%,-50%) scale(.6); mix-blend-mode: difference; }
.cursor span { font-size: .47rem; letter-spacing: .17em; }
.cursor.is-visible { opacity: 1; }
.cursor.is-active { transform: translate(-50%,-50%) scale(1); }

.scroll-progress { position: fixed; z-index: 210; left: 0; top: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: #e7c28a; transform-origin: left; transform: scaleX(0); }

.site-header { position: fixed; z-index: 200; inset: 0 0 auto; min-height: 78px; padding: 15px var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; transition: background .35s, border-color .35s, backdrop-filter .35s, min-height .35s; }
.site-header.scrolled { min-height: 66px; background: rgba(24,14,9,.86); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { justify-self: start; display: flex; flex-direction: column; gap: 2px; font-family: var(--latin); letter-spacing: .06em; font-size: 1.42rem; }
.brand small { font-family: var(--sans); font-size: .48rem; letter-spacing: .24em; opacity: .48; }
.desktop-nav { display: flex; gap: clamp(20px, 2.1vw, 38px); font-size: .69rem; letter-spacing: .06em; }
.desktop-nav a { position: relative; padding-block: 7px; opacity: .78; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.instagram-link { margin-right: 10px; font-family: var(--latin); font-size: .72rem; opacity: .7; }
.icon-button { width: 42px; height: 42px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; position: relative; }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.menu-button { display: none; }
.menu-button span { display: block; width: 23px; height: 1px; background: currentColor; margin: 4px 0; }
.cart-count { position: absolute; right: -1px; top: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; display: grid; place-items: center; color: var(--ink); background: var(--paper); font-size: .58rem; font-weight: 700; opacity: 0; transform: scale(.65); transition: .25s; }
.cart-count.has-items { opacity: 1; transform: scale(1); }

.mobile-menu { position: fixed; z-index: 300; inset: 0; padding: 100px 7vw 46px; color: #fff; background: var(--ink); clip-path: inset(0 0 100% 0); visibility: hidden; }
.mobile-menu.open { visibility: visible; }
.mobile-menu-bg { position: absolute; inset: 0; opacity: .24; background: radial-gradient(circle at 78% 20%, #8c3d1a, transparent 32%), linear-gradient(135deg, transparent 60%, #3b2116); }
.menu-close { position: absolute; z-index: 2; right: 22px; top: 12px; border: 0; background: none; color: #fff; font-family: var(--latin); font-size: 3rem; cursor: pointer; }
.mobile-menu nav { position: relative; z-index: 1; display: grid; max-width: 940px; margin: auto; }
.mobile-menu a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); display: flex; gap: 22px; align-items: center; }
.mobile-menu a span { width: 32px; font-family: var(--sans); font-size: .62rem; letter-spacing: .15em; opacity: .42; }
.mobile-menu a em { font-family: var(--display); font-size: clamp(2rem, 7vw, 4.8rem); font-style: normal; }

.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .24em; font-size: .58rem; font-weight: 600; opacity: .58; }
.eyebrow.dark { color: #69584c; opacity: 1; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 500; }
em { font-family: var(--latin); font-style: italic; font-weight: 400; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; font-weight: 600; transition: color .3s, background .3s, border-color .3s; }
.button i { font-family: var(--latin); font-style: normal; font-size: 1rem; }
.button-light { min-width: 180px; color: var(--ink); background: var(--paper); }
.button-light:hover { color: #fff; background: var(--red); }
.button-ghost { min-width: 142px; color: #fff; border-color: rgba(255,255,255,.38); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-outline-white { min-width: 210px; color: #fff; border-color: rgba(255,255,255,.55); }
.button-outline-white:hover { color: var(--red); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: .7rem; font-weight: 600; }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; display: grid; grid-template-columns: 46% 54%; grid-template-rows: 1fr auto; color: #fff; background: var(--ink); }
.hero-grain { position: absolute; z-index: 4; inset: 0; pointer-events: none; opacity: .09; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-rail { position: absolute; z-index: 5; left: 13px; top: 50%; display: flex; align-items: center; gap: 11px; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; font-size: .46rem; letter-spacing: .22em; opacity: .42; }
.hero-rail i { width: 58px; height: 1px; background: currentColor; }
.hero-copy { position: relative; z-index: 6; align-self: center; padding: 110px 5vw 55px max(40px, calc((100vw - var(--max))/2 + 46px)); }
.hero h1 { max-width: 720px; font-size: clamp(3.25rem, 4.55vw, 5.7rem); line-height: 1.07; letter-spacing: -.045em; }
.hero h1 > span { display: block; }
.hero h1 .char { display: inline-block; }
.hero-en { margin: 20px 0 0; font-family: var(--latin); font-size: clamp(1.1rem, 1.5vw, 1.55rem); letter-spacing: .015em; opacity: .64; }
.hero-description { max-width: 510px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.9; }
.hero-buttons { display: flex; gap: 10px; margin-top: 31px; }
.hero-art { position: relative; min-width: 0; overflow: hidden; background: #c7aa8d; }
.hero-word { position: absolute; z-index: 0; left: -8%; top: 10%; color: rgba(255,255,255,.14); font-family: var(--latin); font-size: clamp(8rem, 17vw, 18rem); line-height: .8; letter-spacing: -.04em; white-space: nowrap; }
.hero-frame { position: absolute; z-index: 1; inset: 0; overflow: hidden; clip-path: inset(0 0 0 0); }
.hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,17,12,.2), transparent 20%), linear-gradient(0deg, rgba(15,8,4,.28), transparent 40%); pointer-events: none; }
.hero-frame img { height: 100%; object-fit: cover; object-position: 48% 48%; transform: scale(1.03); }
.hero-orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 380px; height: 380px; right: -135px; top: 14%; }
.orbit-two { width: 180px; height: 180px; left: 6%; bottom: 4%; }
.hero-badge { position: absolute; z-index: 3; right: clamp(20px, 4vw, 64px); bottom: 46px; width: min(330px, 45%); padding: 15px 17px; display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; color: #fff; background: rgba(26,15,9,.68); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.hero-badge > span { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-family: var(--latin); }
.hero-badge strong, .hero-badge small { display: block; }
.hero-badge strong { font-family: var(--display); font-size: .92rem; }
.hero-badge small { margin-top: 3px; font-size: .48rem; letter-spacing: .12em; opacity: .54; }
.hero-seal { position: absolute; z-index: 3; left: 28px; bottom: 36px; width: 110px; height: 110px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.hero-seal span { position: absolute; font-size: .44rem; letter-spacing: .16em; transform: rotate(-30deg); }
.hero-seal b { font-family: var(--latin); font-size: 2.1rem; font-weight: 400; }
.hero-notes { position: relative; z-index: 6; grid-column: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 max(30px, calc((100vw - var(--max))/2 + 46px)) 24px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-notes div { display: grid; grid-template-columns: 24px 1fr; padding: 16px 13px 2px 0; }
.hero-notes div + div { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-notes span { grid-row: 1 / 3; font-family: var(--latin); color: #d8aa70; font-size: .62rem; }
.hero-notes strong { font-family: var(--display); font-size: .85rem; font-weight: 600; }
.hero-notes small { margin-top: 3px; font-size: .43rem; letter-spacing: .12em; opacity: .38; }
.scroll-cue { position: absolute; z-index: 6; right: 22px; bottom: 20px; display: grid; justify-items: center; gap: 8px; color: #fff; font-size: .45rem; letter-spacing: .2em; }
.scroll-cue i { width: 1px; height: 45px; background: rgba(255,255,255,.5); transform-origin: top; }

.flavour-marquee { overflow: hidden; padding: 18px 0 16px; color: var(--ink); background: #ddb474; border-block: 1px solid rgba(27,17,12,.18); }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 25px; white-space: nowrap; will-change: transform; }
.marquee-track span { font-family: var(--latin); font-size: clamp(1.35rem, 2.3vw, 2.6rem); letter-spacing: .035em; }
.marquee-track i { font-size: .85rem; font-style: normal; }

.signature { padding: clamp(78px, 8vw, 126px) var(--gutter) clamp(90px, 8vw, 130px); color: var(--ink); background: var(--paper); }
.section-heading { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr minmax(300px, 440px) auto; gap: clamp(28px, 4vw, 70px); align-items: end; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(3.4rem, 5.2vw, 6.3rem); line-height: .96; letter-spacing: -.04em; }
.section-heading h2 em { color: var(--red); }
.section-heading > p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.9; }
.cake-accordion { max-width: var(--max); height: clamp(580px, 61vw, 840px); margin: 34px auto 0; display: flex; gap: 8px; overflow: hidden; }
.cake-panel { position: relative; flex: 1 1 0; min-width: 0; overflow: hidden; background: #3b271b; isolation: isolate; }
.cake-panel.is-active { flex-grow: 1.92; }
.cake-panel-hit { position: absolute; z-index: 5; inset: 0; border: 0; background: transparent; cursor: pointer; }
.cake-panel > img { height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); }
.cake-panel:nth-child(1) > img { object-position: center 48%; }
.cake-panel:nth-child(2) > img { object-position: center 48%; }
.cake-panel:nth-child(3) > img { object-position: center 52%; }
.panel-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(18,10,6,.88) 0%, rgba(18,10,6,.12) 48%, transparent 72%); }
.panel-index { position: absolute; z-index: 2; left: 18px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--latin); font-size: .78rem; }
.panel-copy { position: absolute; z-index: 2; inset: auto 24px 26px; color: #fff; }
.panel-copy > p { margin: 0 0 10px; font-size: .48rem; letter-spacing: .18em; opacity: .58; }
.panel-copy h3 { font-size: clamp(2.4rem, 4vw, 5rem); line-height: 1.03; letter-spacing: -.035em; white-space: nowrap; }
.panel-detail { max-width: 430px; max-height: 0; overflow: hidden; display: flex; justify-content: space-between; gap: 22px; margin-top: 0; padding-top: 0; border-top: 1px solid rgba(255,255,255,.26); opacity: 0; }
.panel-detail span { color: rgba(255,255,255,.68); font-size: .68rem; line-height: 1.6; }
.panel-detail strong { white-space: nowrap; font-family: var(--latin); font-size: .9rem; font-weight: 400; }
.cake-panel.is-active .panel-detail { max-height: 100px; margin-top: 18px; padding-top: 14px; opacity: 1; }

.craft { position: relative; min-height: 900px; display: grid; grid-template-columns: minmax(340px,.72fr) 1.28fr; gap: clamp(45px, 6vw, 100px); align-items: center; padding: clamp(85px, 9vw, 140px) var(--gutter); overflow: hidden; color: #fff; background: var(--ink); }
.craft-background-word { position: absolute; left: -1vw; bottom: -3vw; color: rgba(255,255,255,.025); font-family: var(--latin); font-size: 22vw; line-height: .7; pointer-events: none; }
.craft-copy { position: relative; z-index: 2; max-width: 520px; justify-self: end; }
.craft-copy h2 { font-size: clamp(3.7rem, 5.4vw, 6.8rem); line-height: 1.07; letter-spacing: -.045em; }
.craft-lead { margin: 25px 0 0; color: rgba(255,255,255,.56); font-size: .8rem; line-height: 1.95; }
.ingredient-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.ingredient-list li { position: relative; display: grid; grid-template-columns: 40px 1fr 58px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); transition: color .3s; cursor: pointer; }
.ingredient-list li.is-active { color: #fff; }
.ingredient-list li > span { font-family: var(--latin); color: #c5985c; font-size: .72rem; }
.ingredient-list strong { display: block; font-family: var(--display); font-size: 1rem; }
.ingredient-list small { display: block; margin-top: 4px; font-size: .46rem; letter-spacing: .15em; opacity: .42; }
.ingredient-list i { width: 58px; height: 1px; background: currentColor; transform: scaleX(.2); transform-origin: left; transition: transform .35s; }
.ingredient-list li.is-active i { transform: scaleX(1); }
.craft-stage { position: relative; z-index: 2; width: 100%; max-width: 900px; aspect-ratio: 1.13; justify-self: start; }
.craft-shot { position: absolute; margin: 0; overflow: hidden; background: var(--ink-3); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.craft-shot img { height: 100%; object-fit: cover; }
.shot-a { inset: 0 26% 25% 0; z-index: 4; }
.shot-b { inset: 8% 0 15% 54%; z-index: 3; }
.shot-c { inset: 53% 43% 0 12%; z-index: 5; }
.shot-d { inset: 49% 2% 0 55%; z-index: 6; }
.craft-shot figcaption { position: absolute; inset: auto 0 0; display: flex; gap: 10px; padding: 12px 14px; color: #fff; background: linear-gradient(0deg, rgba(16,8,5,.82), transparent); font-size: .62rem; }
.craft-shot figcaption span { font-family: var(--latin); color: #ddb474; }
.craft-shot:not(.is-active) { filter: saturate(.45) brightness(.7); }
.craft-counter { position: absolute; z-index: 10; right: 0; top: 0; display: flex; align-items: center; gap: 9px; color: #fff; font-family: var(--latin); font-size: .72rem; }
.craft-counter i { width: 52px; height: 1px; background: rgba(255,255,255,.35); }

.collaboration { position: relative; min-height: 680px; overflow: hidden; display: grid; grid-template-columns: .78fr 1.22fr; color: #fff; background: var(--red); }
.collab-type { position: absolute; z-index: 0; inset: 0; display: grid; align-content: center; color: rgba(255,255,255,.06); font-family: var(--latin); font-size: clamp(8rem, 15vw, 16rem); line-height: .63; pointer-events: none; }
.collab-type span:nth-child(2) { margin-left: 18vw; }
.collab-type span:nth-child(3) { margin-left: 5vw; }
.collab-copy { position: relative; z-index: 3; align-self: center; padding: 80px 5vw 80px max(30px, calc((100vw - var(--max))/2 + 46px)); }
.collab-copy h2 { font-family: var(--latin); font-size: clamp(4rem, 5.5vw, 7rem); line-height: .82; letter-spacing: -.025em; }
.collab-copy h2 em { color: #ffd6c7; }
.collab-title { margin: 29px 0 0; font-family: var(--display); font-size: 1.35rem; }
.collab-copy > p:not(.eyebrow):not(.collab-title) { max-width: 450px; margin: 19px 0 0; color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.9; }
.collab-copy .button { margin-top: 30px; }
.collab-visual { position: relative; z-index: 2; min-width: 0; overflow: hidden; background: var(--red-dark); }
.collab-image-mask { position: absolute; z-index: 2; inset: 0; overflow: hidden; clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.collab-image-mask::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(174,7,21,.45), transparent 30%); }
.collab-image-mask img { height: 100%; object-fit: cover; object-position: 54% 50%; transform: scale(1.02); }
.fan-lines { position: absolute; z-index: 1; width: 780px; height: 780px; left: -50px; top: -100px; border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(255,255,255,.16) 0deg 1deg, transparent 1deg 7deg); opacity: .5; }
.collab-caption { position: absolute; z-index: 4; right: 26px; bottom: 24px; padding: 13px 16px; background: rgba(71,2,7,.66); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(10px); }
.collab-caption span, .collab-caption strong { display: block; }
.collab-caption span { font-size: .46rem; letter-spacing: .18em; opacity: .64; }
.collab-caption strong { margin-top: 4px; font-family: var(--display); font-size: .92rem; }

.order-section { display: grid; grid-template-columns: minmax(310px,.62fr) 1.38fr; gap: clamp(38px, 5.5vw, 88px); align-items: start; padding: clamp(90px, 9vw, 140px) var(--gutter); color: var(--ink); background: var(--paper-2); }
.order-intro { position: sticky; top: 100px; max-width: 520px; justify-self: end; }
.order-intro h2 { font-size: clamp(3.7rem, 5vw, 6rem); line-height: 1.02; letter-spacing: -.04em; }
.order-intro h2 em { color: var(--red); }
.order-lead { max-width: 430px; margin: 22px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.9; }
.order-steps { margin: 30px 0 0; padding: 0; list-style: none; }
.order-steps li { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 13px; padding: 10px 0; color: #998c80; }
.order-steps b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--latin); font-size: .64rem; font-weight: 400; }
.order-steps .active { color: var(--ink); }
.order-steps .active b { color: #fff; background: var(--ink); }
.order-steps span { font-family: var(--display); font-size: .92rem; }
.order-steps small { display: block; margin-top: 2px; font-family: var(--sans); font-size: .43rem; letter-spacing: .13em; opacity: .5; }
.order-disclaimer { max-width: 430px; margin-top: 25px; color: var(--muted); font-size: .6rem; line-height: 1.75; }
.order-panel { position: relative; min-width: 0; padding: clamp(25px, 3.2vw, 46px); overflow: hidden; border: 1px solid rgba(27,17,12,.14); background: rgba(255,255,255,.72); box-shadow: 0 24px 80px rgba(61,38,22,.11); }
.order-panel-glow { position: absolute; width: 400px; height: 400px; right: -200px; top: -200px; border-radius: 50%; background: radial-gradient(circle, rgba(225,139,32,.13), transparent 65%); pointer-events: none; }
.order-panel fieldset { position: relative; margin: 0; padding: 0 0 28px; border: 0; }
.order-panel fieldset + fieldset { padding-top: 26px; border-top: 1px solid var(--line); }
.order-panel legend { width: 100%; margin: 0 0 18px; padding: 0; font-family: var(--display); font-size: 1rem; font-weight: 600; }
.order-panel legend span { margin-right: 10px; color: var(--gold); font-family: var(--latin); font-size: .68rem; }
.order-panel legend small { margin-left: 8px; font-family: var(--sans); font-size: .44rem; letter-spacing: .13em; color: var(--muted); }
.cake-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.cake-option { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper-2); cursor: pointer; }
.cake-option::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--ink); opacity: 0; transform: scale(.97); transition: .3s; pointer-events: none; }
.cake-option.selected::after { opacity: 1; transform: scale(1); }
.cake-option input { position: absolute; opacity: 0; }
.option-image { display: block; aspect-ratio: 4/3; overflow: hidden; }
.option-image img { height: 100%; object-fit: cover; }
.option-copy { position: relative; display: block; min-height: 96px; padding: 13px 13px 14px; }
.option-copy strong { display: block; padding-right: 23px; font-family: var(--display); font-size: .82rem; line-height: 1.42; }
.option-copy small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--latin); font-size: .56rem; line-height: 1.2; }
.option-copy i { position: absolute; right: 11px; top: 11px; font-family: var(--latin); font-size: .66rem; font-style: normal; color: var(--gold); }
.option-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px 24px; }
.field-group { min-width: 0; }
.field-group-wide { grid-column: 1/-1; }
.field-group > label { display: block; margin-bottom: 8px; font-size: .66rem; }
.field-group > label small { margin-left: 5px; color: var(--muted); font-size: .45rem; letter-spacing: .1em; }
.field-group input[type="date"] { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); background: var(--paper-2); }
.segmented { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.segmented button { min-height: 46px; padding: 0 10px; border: 1px solid var(--line); background: var(--paper-2); cursor: pointer; font-size: .68rem; transition: color .25s, background .25s, transform .25s; }
.segmented button:hover { transform: translateY(-2px); }
.segmented button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.time-options { grid-template-columns: repeat(4,1fr); }
.fulfilment-row { display: grid; grid-template-columns: 126px 1fr 1fr; gap: 10px; }
.quantity-control { display: grid; grid-template-columns: repeat(3,1fr); min-height: 47px; border: 1px solid var(--line); background: var(--paper-2); }
.quantity-control button { border: 0; background: transparent; cursor: pointer; }
.quantity-control output { display: grid; place-items: center; border-inline: 1px solid var(--line); font-size: .75rem; }
.radio-pill { position: relative; display: flex; align-items: center; justify-content: center; min-height: 47px; border: 1px solid var(--line); background: var(--paper-2); cursor: pointer; text-align: center; }
.radio-pill input { position: absolute; opacity: 0; }
.radio-pill.selected { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.radio-pill span { font-family: var(--display); font-size: .82rem; font-weight: 600; }
.radio-pill small { display: block; margin-top: 2px; font-family: var(--sans); font-size: .43rem; letter-spacing: .1em; color: var(--muted); }
.order-summary-bar { display: grid; grid-template-columns: auto minmax(260px,.58fr); justify-content: space-between; align-items: center; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.order-summary-bar > div span { display: block; font-size: .58rem; letter-spacing: .08em; color: var(--muted); }
.order-summary-bar strong { font-family: var(--latin); font-size: 2.1rem; font-weight: 400; }
.add-cart-button, .checkout-button { min-height: 54px; border: 0; color: #fff; background: var(--ink); cursor: pointer; letter-spacing: .08em; font-size: .7rem; }
.add-cart-button { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 20px; }
.add-cart-button i { font-style: normal; font-size: .46rem; opacity: .48; }

.journal { padding: clamp(80px, 8vw, 124px) 0 85px; overflow: hidden; color: var(--ink); background: #dfd1bd; }
.journal-heading { max-width: var(--max); margin: 0 auto 36px; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; }
.journal-heading .eyebrow { grid-column: 1/-1; }
.journal-heading h2 { font-size: clamp(3.5rem, 5vw, 6rem); line-height: .98; letter-spacing: -.04em; }
.journal-heading h2 em { color: var(--red); }
.journal-marquee { overflow: hidden; }
.journal-track { display: flex; width: max-content; gap: 10px; padding-left: var(--gutter); will-change: transform; }
.journal-track a { position: relative; width: clamp(260px, 25vw, 400px); aspect-ratio: .88; overflow: hidden; background: #c7b299; }
.journal-track img { height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.journal-track a:hover img { transform: scale(1.035); }
.journal-track a > span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; color: #fff; background: rgba(25,14,9,.68); backdrop-filter: blur(9px); font-family: var(--latin); font-size: .6rem; letter-spacing: .08em; }

.site-footer { position: relative; padding: 65px var(--gutter) 22px; display: grid; grid-template-columns: 1.25fr .9fr .75fr 1.15fr; gap: 42px; color: #fff; background: #100a07; border-top: 1px solid rgba(255,255,255,.08); }
.footer-wordmark { margin: 0 0 15px !important; font-family: var(--latin); font-size: 2.05rem !important; letter-spacing: .04em; opacity: 1 !important; }
.footer-brand { position: relative; min-height: 150px; }
.footer-brand p, .footer-column p, .footer-column a, .newsletter > p { margin: 0; color: rgba(255,255,255,.55); font-size: .66rem; line-height: 1.8; }
.footer-seal { position: absolute; right: 22px; bottom: 0; width: 75px; height: 75px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; font-family: var(--latin); font-size: 1.7rem; opacity: .42; }
.footer-column h3, .newsletter h3 { margin: 0 0 16px; font-family: var(--display); font-size: .82rem; font-weight: 600; }
.footer-column h3 span, .newsletter h3 span { display: block; margin-top: 4px; font-family: var(--sans); font-size: .42rem; letter-spacing: .14em; font-weight: 400; opacity: .38; }
.footer-column a { display: block; margin-top: 7px; }
.newsletter > p { margin-bottom: 12px; }
.newsletter > div { display: grid; grid-template-columns: 1fr 46px; }
.newsletter input, .newsletter button { min-height: 46px; border: 1px solid rgba(255,255,255,.22); }
.newsletter input { min-width: 0; padding: 0 12px; color: #fff; background: transparent; }
.newsletter input::placeholder { color: rgba(255,255,255,.36); }
.newsletter button { color: var(--ink); background: #fff; cursor: pointer; }
.newsletter p[data-newsletter-status] { min-height: 17px; margin-top: 8px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; padding-top: 21px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.08); font-size: .52rem; letter-spacing: .07em; opacity: .36; }

.cart-drawer { position: fixed; z-index: 360; right: 0; top: 0; width: min(520px,94vw); height: 100dvh; padding: 32px; background: var(--paper); transform: translateX(105%); visibility: hidden; overflow-y: auto; }
.cart-drawer.open { visibility: visible; }
.drawer-backdrop { position: fixed; z-index: 350; inset: 0; background: rgba(12,8,6,.62); backdrop-filter: blur(5px); opacity: 0; pointer-events: none; }
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.cart-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header h2 { font-size: 2.8rem; }
.cart-header button, .dialog-close { border: 0; background: none; font-family: var(--latin); font-size: 2.4rem; cursor: pointer; }
.cart-items { display: grid; gap: 16px; padding: 22px 0; }
.cart-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; aspect-ratio: 1; object-fit: cover; }
.cart-item h3 { margin: 3px 0 5px; font-family: var(--display); font-size: 1.15rem; font-weight: 600; }
.cart-item p { margin: 2px 0; color: var(--muted); font-size: .62rem; }
.cart-item button { align-self: start; border: 0; background: none; cursor: pointer; font-size: 1.1rem; }
.cart-empty { padding: 58px 0; text-align: center; color: var(--muted); }
.cart-empty a { display: inline-block; margin-top: 13px; border-bottom: 1px solid currentColor; }
.cart-footer { padding-top: 21px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; align-items: baseline; }
.cart-footer strong { font-family: var(--latin); font-size: 1.8rem; font-weight: 400; }
.checkout-button { width: 100%; margin-top: 17px; }
.cart-footer small { display: block; margin-top: 10px; color: var(--muted); }
.checkout-dialog { width: min(640px,calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: clamp(26px,4vw,48px); border: 0; color: var(--ink); background: var(--paper); }
.checkout-dialog::backdrop { background: rgba(12,8,6,.72); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; right: 16px; top: 9px; }
.checkout-dialog h2 { font-size: 3.2rem; }
.checkout-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.checkout-dialog form { display: grid; gap: 14px; margin-top: 22px; }
.checkout-dialog label { display: grid; gap: 7px; font-size: .7rem; }
.checkout-dialog input, .checkout-dialog textarea { width: 100%; padding: 11px; border: 1px solid var(--line); background: #fff; }
.checkout-result { margin-top: 22px; }
.checkout-result pre { max-height: 250px; overflow: auto; padding: 14px; white-space: pre-wrap; background: #ece4d9; font-family: var(--sans); font-size: .68rem; line-height: 1.55; }
.result-actions { display: flex; gap: 9px; }
.result-actions button, .result-actions a { flex: 1; min-height: 44px; border: 1px solid var(--ink); background: transparent; display: grid; place-items: center; cursor: pointer; font-size: .68rem; }
.toast { position: fixed; z-index: 410; left: 50%; bottom: 22px; transform: translate(-50%,28px); padding: 11px 18px; color: #fff; background: var(--ink); opacity: 0; pointer-events: none; transition: .3s; font-size: .72rem; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.js [data-reveal] { opacity: 0; transform: translateY(28px); }

@media (max-width: 1180px) {
  .desktop-nav, .instagram-link { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .hero { grid-template-columns: 47% 53%; }
  .hero h1 { font-size: clamp(3rem,4.4vw,4.7rem); }
  .hero-seal { display: none; }
  .section-heading { grid-template-columns: 1fr minmax(280px,400px); }
  .section-heading .text-link { grid-column: 1/-1; justify-self: start; }
  .cake-accordion { height: 700px; }
  .panel-copy h3 { font-size: 3.2rem; }
  .craft { grid-template-columns: 1fr; min-height: 0; }
  .craft-copy { max-width: none; justify-self: stretch; display: grid; grid-template-columns: .85fr 1.15fr; gap: 0 50px; }
  .craft-copy .eyebrow, .craft-copy h2, .craft-copy .craft-lead { grid-column: 1; }
  .ingredient-list { grid-column: 2; grid-row: 1/span 3; margin-top: 0; }
  .craft-stage { justify-self: center; max-width: 980px; }
  .collaboration { grid-template-columns: .88fr 1.12fr; }
  .order-section { grid-template-columns: 1fr; }
  .order-intro { position: static; max-width: none; justify-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; }
  .order-intro .eyebrow, .order-intro h2, .order-intro .order-lead { grid-column: 1; }
  .order-steps { grid-column: 2; grid-row: 1/span 3; margin-top: 0; }
  .order-disclaimer { grid-column: 1/-1; }
  .site-footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .newsletter { grid-column: 1/-1; }
}

@media (max-width: 820px) {
  .cursor { display: none; }
  .site-header { min-height: 66px; padding: 10px 16px; }
  .brand { font-size: 1.05rem; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto 500px auto; }
  .hero-copy { padding: 104px 20px 38px; }
  .hero h1 { font-size: clamp(2.7rem,10.7vw,4.3rem); line-height: 1.12; }
  .hero-en { font-size: 1rem; }
  .hero-description { margin-top: 18px; }
  .hero-buttons { margin-top: 24px; }
  .hero-art { min-height: 500px; }
  .hero-frame img { object-position: 51% 49%; }
  .hero-word { top: 5%; font-size: 31vw; }
  .hero-badge { right: 13px; bottom: 13px; width: min(310px,70%); }
  .hero-notes { grid-column: 1; margin: 0 20px 20px; }
  .hero-rail, .scroll-cue { display: none; }
  .flavour-marquee { padding-block: 13px; }
  .signature { padding: 66px 16px 76px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; padding-bottom: 24px; }
  .section-heading h2 { font-size: 3.5rem; }
  .cake-accordion { height: auto; display: grid; gap: 8px; }
  .cake-panel, .cake-panel.is-active { min-height: 470px; flex: none; }
  .panel-copy h3 { font-size: 3rem; white-space: normal; }
  .panel-detail { max-height: 100px; margin-top: 16px; padding-top: 13px; opacity: 1; }
  .craft { padding: 70px 16px 82px; gap: 35px; }
  .craft-copy { display: block; }
  .craft-copy h2 { font-size: 3.7rem; }
  .ingredient-list { margin-top: 28px; }
  .craft-stage { aspect-ratio: 1; }
  .shot-a { inset: 0 42% 50% 0; }
  .shot-b { inset: 0 0 50% 59%; }
  .shot-c { inset: 52% 42% 0 0; }
  .shot-d { inset: 52% 0 0 59%; }
  .craft-shot figcaption { display: none; }
  .collaboration { min-height: 0; grid-template-columns: 1fr; }
  .collab-copy { padding: 67px 20px 42px; }
  .collab-copy h2 { font-size: 4.1rem; }
  .collab-visual { min-height: 460px; }
  .collab-image-mask { clip-path: inset(0); }
  .collab-image-mask img { object-position: 56% 50%; }
  .order-section { padding: 70px 16px 80px; gap: 32px; }
  .order-intro { display: block; }
  .order-intro h2 { font-size: 3.7rem; }
  .order-steps { margin-top: 28px; }
  .order-panel { padding: 21px 12px; }
  .cake-options { display: flex; overflow-x: auto; gap: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .cake-options::-webkit-scrollbar { display: none; }
  .cake-option { min-width: 225px; scroll-snap-align: start; }
  .option-grid { grid-template-columns: 1fr; gap: 15px; }
  .field-group-wide { grid-column: auto; }
  .fulfilment-row { grid-template-columns: 1fr 1fr; }
  .quantity-control { grid-column: 1/-1; }
  .order-summary-bar { grid-template-columns: 1fr; gap: 14px; }
  .journal { padding: 65px 0 68px; }
  .journal-heading { grid-template-columns: 1fr; padding: 0 18px; }
  .journal-heading h2 { font-size: 3.5rem; }
  .journal-track { padding-left: 18px; }
  .journal-track a { width: 280px; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 18px 20px; gap: 27px; }
  .newsletter { grid-column: auto; }
  .footer-bottom { display: grid; gap: 7px; }
  .cart-drawer { padding: 22px 16px; }
  .cart-item { grid-template-columns: 80px 1fr auto; }
  .cart-item img { width: 80px; }
}

@media (max-width: 470px) {
  .hero { grid-template-rows: auto 420px auto; }
  .hero h1 { font-size: 2.75rem; }
  .hero-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-width: 0; padding-inline: 12px; font-size: .58rem; gap: 10px; }
  .hero-notes { grid-template-columns: 1fr; }
  .hero-notes div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .hero-badge { width: calc(100% - 26px); }
  .cake-panel, .cake-panel.is-active { min-height: 430px; }
  .panel-copy { inset: auto 18px 20px; }
  .panel-copy h3 { font-size: 2.55rem; }
  .panel-detail { display: block; }
  .panel-detail strong { display: block; margin-top: 7px; }
  .craft-copy h2, .order-intro h2, .journal-heading h2, .section-heading h2 { font-size: 3.05rem; }
  .craft-stage { aspect-ratio: .9; }
  .collab-copy h2 { font-size: 3.55rem; }
  .collab-visual { min-height: 390px; }
  .time-options { grid-template-columns: repeat(2,1fr); }
  .cake-option { min-width: 202px; }
}

@media (hover: none), (pointer: coarse) {
  .cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .site-loader { display: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero h1 .char { transform: none !important; opacity: 1 !important; }
}
