:root {
  --paper: #f5f0e6;
  --paper-2: #ebe4d6;
  --ink: #18241f;
  --muted: #6d746e;
  --forest: #315945;
  --mint: #b8d8ca;
  --blue: #79b8ca;
  --pink: #e8a8bc;
  --orange: #eca567;
  --line: rgba(24, 36, 31, 0.18);
  --radius: 28px;
  --shell: min(1320px, calc(100vw - 64px));
  --font-body: Inter, "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Yu Gothic", "Microsoft YaHei", Arial, sans-serif;
  --font-display: "Noto Serif CJK SC", "Source Han Serif SC", "Songti SC", "Yu Mincho", Georgia, serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { overflow-x: hidden; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
html[lang="ja"] body { font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", var(--font-body); }
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 18px; color: white; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.announcement { height: 31px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #fff; background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.announcement-dot { width: 4px; height: 4px; background: var(--pink); border-radius: 50%; }
.site-header { position: sticky; top: 0; z-index: 40; min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(32px, calc((100vw - 1320px) / 2)); background: rgba(245, 240, 230, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, min-height .25s; }
.site-header.scrolled { min-height: 72px; border-color: var(--line); }
.brand { justify-self: start; display: inline-flex; align-items: center; }
.brand-logo { width: 158px; height: auto; }
.footer-brand span { margin-left: 4px; color: var(--pink); }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 17px; }
.language-switcher { display: flex; align-items: center; gap: 5px; color: #8a918c; font-size: 9px; }
.language-switcher button { padding: 4px 2px; color: inherit; border: 0; border-bottom: 1px solid transparent; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.language-switcher button.active { color: var(--ink); border-color: var(--ink); }
.cart-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; padding: 9px 10px 9px 17px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: 12px; font-weight: 800; }
.cart-count { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; color: #fff; background: var(--ink); border-radius: 999px; }

.hero { min-height: calc(100vh - 117px); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 6vw, 92px); align-items: center; padding-block: 56px 72px; }
.eyebrow { margin: 0 0 22px; color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .19em; }
.hero h1, .story h2, .nature h2, .shop h2, .newsletter h2 { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: -.045em; }
.hero h1 { max-width: 650px; font-size: clamp(54px, 5.8vw, 92px); line-height: 1.01; }
.hero-lede { max-width: 560px; margin: 32px 0 0; color: #4f5c55; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { min-height: 52px; display: inline-grid; place-items: center; padding: 0 25px; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-weight: 800; letter-spacing: .02em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { background: var(--forest); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-note { max-width: 360px; display: flex; gap: 14px; align-items: flex-start; margin-top: clamp(44px, 8vh, 94px); padding-top: 20px; border-top: 1px solid var(--line); }
.hero-note .scribble { font-family: Georgia, serif; color: var(--pink); font-size: 47px; line-height: .75; }
.hero-note p { margin: 0; font-family: var(--font-display); font-size: 15px; line-height: 1.65; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 660px); padding: 0 16px 27px 0; }
.hero-image-wrap { overflow: hidden; aspect-ratio: .79; background: #dce1d5; border-radius: 48% 48% 28px 28px; box-shadow: 18px 22px 0 var(--mint); }
.hero-image-wrap img { height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: -40px; bottom: 54px; width: 126px; height: 126px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: var(--forest); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 15px 40px rgba(31, 58, 46, .24); }
.hero-badge strong { font-family: Georgia, serif; font-size: 36px; font-weight: 500; line-height: 1; }
.hero-badge span { margin-top: 7px; font-size: 9px; font-weight: 800; line-height: 1.3; letter-spacing: .13em; text-align: center; }
.hero-stamp { position: absolute; top: 10%; right: -16px; padding: 10px; border: 1px solid rgba(255,255,255,.75); color: #fff; border-radius: 50%; font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1.1; text-align: center; transform: rotate(9deg); }

.ticker { overflow: hidden; padding: 20px 0; color: var(--ink); background: var(--pink); transform: rotate(-1.25deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: ticker 26s linear infinite; font-size: clamp(18px, 2vw, 28px); font-weight: 950; letter-spacing: -.02em; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.story { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(48px, 8vw, 120px); align-items: center; padding-block: 150px; }
.story-image { position: relative; }
.story-image img { aspect-ratio: .77; object-fit: cover; border-radius: 260px 260px 24px 24px; }
.image-index { position: absolute; left: -22px; bottom: 72px; writing-mode: vertical-rl; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.story h2, .nature h2, .shop h2, .newsletter h2 { font-size: clamp(42px, 4.1vw, 66px); line-height: 1.12; }
.story-intro { margin-top: 40px !important; color: var(--ink) !important; font-size: 18px !important; font-weight: 700; }
.story-copy > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 0; color: #59635d; font-size: 15px; line-height: 1.95; }
.story-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.story-values div { display: flex; flex-direction: column; padding: 18px 18px 0 0; border-right: 1px solid var(--line); }
.story-values div:last-child { border-right: 0; padding-left: 18px; }
.story-values div:nth-child(2) { padding-left: 18px; }
.story-values span { color: var(--muted); font-size: 9px; }
.story-values strong { margin: 13px 0 5px; font-family: var(--font-display); font-size: 22px; }
.story-values small { color: var(--muted); font-size: 10px; text-transform: uppercase; }

.nature { padding: 130px 0 150px; color: #fff; background: var(--ink); }
.nature .eyebrow { color: var(--mint); }
.nature-heading { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: end; }
.nature-heading > p { margin: 0 0 8px; color: #b9c4bd; font-size: 14px; line-height: 1.9; }
.character-rail { display: grid; grid-auto-columns: minmax(290px, 24vw); grid-auto-flow: column; gap: 18px; overflow-x: auto; padding: 68px max(32px, calc((100vw - 1320px) / 2)) 40px; scrollbar-width: thin; scrollbar-color: var(--mint) transparent; }
.character-card { overflow: hidden; position: relative; min-height: 570px; background: #28342e; border-radius: 22px; }
.character-card::after { content: ""; position: absolute; inset: auto 0 0; height: 44%; background: linear-gradient(transparent, rgba(0,0,0,.82)); pointer-events: none; }
.character-card img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.character-card:hover img { transform: scale(1.035); }
.character-card > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; }
.character-card span { display: inline-block; margin-bottom: 11px; padding: 5px 9px; color: var(--ink); background: var(--accent); border-radius: 999px; font-size: 9px; font-weight: 800; }
.character-card h3 { margin: 0; font-family: var(--font-display); font-size: 27px; font-weight: 600; }
.character-card p { margin: 6px 0 0; color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.character-card.secret { outline: 1px solid #56615b; outline-offset: -1px; }
.world-feature { position: relative; overflow: hidden; margin-top: 100px; height: min(82vh, 940px); border-radius: 30px; }
.world-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.65), transparent 55%); }
.world-feature img { height: 100%; object-fit: cover; }
.world-quote { position: absolute; z-index: 2; left: 7%; top: 50%; transform: translateY(-50%); }
.world-quote p { margin: 0 0 24px; font-family: var(--font-display); font-size: clamp(40px, 4.6vw, 68px); font-weight: 600; line-height: 1.12; }
.world-quote span { color: var(--mint); font-size: 10px; font-weight: 800; line-height: 1.6; letter-spacing: .18em; }

.shop { padding-block: 150px; }
.shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 70px; }
.shop-heading > p { margin: 0; color: var(--muted); font-size: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr); gap: clamp(50px, 7vw, 110px); align-items: start; }
.product-gallery { position: sticky; top: 94px; }
.product-main-image { position: relative; overflow: hidden; aspect-ratio: .82; background: #eadcd8; border-radius: var(--radius); }
.product-main-image > img { height: 100%; object-fit: cover; transition: opacity .2s; }
.product-main-image.contain > img { padding: 7%; object-fit: contain; background: #f7f5ef; }
.product-chip { position: absolute; left: 20px; top: 20px; padding: 9px 13px; color: var(--ink); background: var(--pink); border-radius: 999px; box-shadow: 0 8px 25px rgba(24,36,31,.14); font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.product-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.product-thumbs button { position: relative; width: 76px; height: 92px; overflow: hidden; padding: 0; border: 1px solid transparent; border-radius: 12px; background: transparent; opacity: .55; cursor: pointer; }
.product-thumbs button.active { border-color: var(--ink); opacity: 1; }
.product-thumbs img { height: 100%; object-fit: cover; }
.product-thumbs .packaging-thumb img { object-fit: contain; background: #fff; }
.packaging-thumb span { position: absolute; left: 5px; right: 5px; bottom: 5px; padding: 4px 2px; color: var(--ink); background: var(--pink); border-radius: 999px; font-size: 6px; font-weight: 950; letter-spacing: .08em; }
.packaging-explainer { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: center; margin-top: 22px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fffaf3; }
.packaging-explainer > img { height: 142px; object-fit: contain; background: #fff; border-radius: 12px; }
.packaging-explainer span { display: inline-block; padding: 5px 8px; background: var(--pink); border-radius: 999px; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.packaging-explainer h4 { margin: 11px 0 6px; font-family: var(--font-display); font-size: 17px; line-height: 1.35; }
.packaging-explainer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.product-topline { display: flex; gap: 10px; }
.product-topline span { padding: 6px 9px; background: var(--paper-2); border-radius: 999px; font-size: 9px; font-weight: 800; }
.product-topline span:first-child { background: var(--pink); }
.product-info h3 { margin: 24px 0 10px; font-family: var(--font-display); font-size: clamp(33px, 3.2vw, 48px); font-weight: 600; line-height: 1.16; letter-spacing: -.035em; }
.product-subtitle { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.product-price { margin: 30px 0; font-family: Georgia, serif; font-size: 32px; }
.product-description { color: #5c655f; font-size: 14px; line-height: 1.8; }
.variant-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 32px 0 24px; padding: 0; border: 0; }
.variant-picker legend { width: 100%; margin-bottom: 12px; font-size: 12px; font-weight: 800; }
.variant { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; color: var(--ink); border: 1px solid var(--line); border-radius: 14px; background: transparent; cursor: pointer; text-align: left; }
.variant.active { border: 2px solid var(--ink); background: #fffaf2; }
.variant span { display: flex; flex-direction: column; }
.variant strong { font-size: 14px; }
.variant small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.variant b { font-family: Georgia, serif; font-weight: 500; }
.purchase-row { display: grid; grid-template-columns: 118px 1fr; gap: 10px; }
.quantity { min-height: 54px; display: grid; grid-template-columns: 1fr 32px 1fr; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.quantity button { border: 0; background: transparent; cursor: pointer; font-size: 17px; }
.quantity span { text-align: center; font-size: 13px; font-weight: 800; }
.add-button { width: 100%; border-radius: 999px; }
.buy-now { width: 100%; min-height: 51px; margin-top: 10px; color: var(--ink); border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; }
.blind-note { margin: 18px 0 28px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.product-specs { border-top: 1px solid var(--line); }
.product-specs details { border-bottom: 1px solid var(--line); }
.product-specs summary { padding: 20px 2px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.product-specs summary::after { content: "+"; float: right; font-size: 18px; font-weight: 400; }
.product-specs details[open] summary::after { content: "−"; }
.product-specs details p { margin: 0; padding: 0 26px 20px 2px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.drop-intro { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(54px, 8vw, 120px); align-items: center; margin-bottom: 110px; }
.drop-intro-image { position: relative; overflow: hidden; aspect-ratio: .82; background: #eadcd8; border-radius: var(--radius); }
.drop-intro-image img { height: 100%; object-fit: cover; }
.drop-intro-image > span { position: absolute; left: 22px; top: 22px; padding: 9px 13px; color: var(--ink); background: var(--pink); border-radius: 999px; box-shadow: 0 8px 25px rgba(24,36,31,.14); font-size: 9px; font-weight: 950; letter-spacing: .13em; }
.drop-intro-copy h3 { margin: 24px 0 11px; font-family: var(--font-display); font-size: clamp(35px, 3.5vw, 52px); font-weight: 600; line-height: 1.15; letter-spacing: -.035em; }
.drop-intro-copy .product-description { max-width: 590px; margin-top: 30px; }
.drop-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-block: 1px solid var(--line); }
.drop-facts div { display: flex; flex-direction: column; padding: 22px 18px 20px 0; border-right: 1px solid var(--line); }
.drop-facts div:nth-child(2), .drop-facts div:nth-child(3) { padding-left: 18px; }
.drop-facts div:last-child { border-right: 0; }
.drop-facts strong { font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.drop-facts span { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.blind-box-copy { display: flex; gap: 18px; align-items: flex-start; margin-top: 30px; padding: 20px; background: #fffaf3; border: 1px solid var(--line); border-radius: 16px; }
.blind-box-copy > span { flex: 0 0 auto; padding: 6px 9px; background: var(--pink); border-radius: 999px; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.blind-box-copy h4 { margin: 0 0 7px; font-family: var(--font-display); font-size: 17px; }
.blind-box-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.product-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.visual-card { overflow: hidden; background: #fffaf3; border: 1px solid var(--line); border-radius: var(--radius); }
.visual-card.visual-wide { grid-column: 1 / -1; }
.visual-card > img { aspect-ratio: 1.42; object-fit: cover; background: #f5f5f3; }
.visual-card.visual-wide > img { aspect-ratio: 2.12; }
.visual-card > div { padding: 25px 28px 29px; }
.visual-card span { color: var(--forest); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.visual-card h3 { margin: 11px 0 7px; font-family: var(--font-display); font-size: clamp(24px, 2.4vw, 34px); font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.visual-card p { max-width: 720px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.visual-card.visual-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.visual-card.visual-dark span { color: var(--mint); }
.visual-card.visual-dark p { color: #adb8b1; }

.promise { display: grid; grid-template-columns: repeat(4, 1fr); padding: 35px 0 100px; border-top: 1px solid var(--line); }
.promise > div { min-height: 140px; padding: 20px 28px; border-right: 1px solid var(--line); }
.promise > div:first-child { padding-left: 0; }
.promise > div:last-child { border-right: 0; }
.promise span { color: var(--muted); font-size: 9px; }
.promise h3 { margin: 28px 0 7px; font-family: var(--font-display); font-size: 22px; font-weight: 600; }
.promise p { margin: 0; color: var(--muted); font-size: 11px; }

.newsletter { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; padding: 100px; margin-bottom: 130px; color: #fff; background: var(--forest); border-radius: 32px; }
.newsletter .eyebrow { color: var(--mint); }
.newsletter h2 { font-size: clamp(42px, 4.5vw, 68px); }
.newsletter-form label { display: block; margin-bottom: 12px; font-size: 12px; font-weight: 700; }
.newsletter-form > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.7); }
.newsletter-form input { min-width: 0; padding: 15px 0; color: #fff; border: 0; outline: 0; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.55); }
.newsletter-form button { color: #fff; border: 0; background: transparent; cursor: pointer; font-weight: 800; }
.newsletter-form small { display: block; margin-top: 11px; color: rgba(255,255,255,.55); font-size: 9px; }

.site-footer { padding: 86px max(32px, calc((100vw - 1320px) / 2)) 32px; color: #fff; background: var(--ink); }
.footer-brand { font-size: clamp(70px, 12vw, 170px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.site-footer > p { max-width: 560px; margin: 55px 0; color: #aeb9b2; font-family: var(--font-display); font-size: 16px; line-height: 1.7; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; font-size: 12px; font-weight: 700; }
.footer-links a { border-bottom: 1px solid #58635d; padding-bottom: 4px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 20px; border-top: 1px solid #39443e; color: #7b8780; font-size: 8px; letter-spacing: .13em; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 70; inset: 0; background: rgba(9, 16, 13, .46); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.drawer-backdrop.open, .modal-backdrop.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(470px, 100vw); height: 100dvh; display: flex; flex-direction: column; padding: 34px; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.22,.7,.16,1); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-header span, .checkout-heading > span, .order-success > span { font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.cart-header h2, .checkout-heading h2, .order-success h2 { margin: 6px 0 0; font-family: var(--font-display); font-size: 33px; font-weight: 600; }
.cart-header button, .modal-close { width: 36px; height: 36px; color: var(--ink); border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }
.cart-items { flex: 1; overflow: auto; padding: 18px 0; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 100px; object-fit: cover; border-radius: 10px; }
.cart-item h3 { margin: 4px 0 6px; font-size: 13px; }
.cart-item p { margin: 0 0 14px; color: var(--muted); font-size: 10px; }
.item-qty { width: 85px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 999px; }
.item-qty button { width: 28px; height: 27px; border: 0; background: transparent; cursor: pointer; }
.item-qty span { font-size: 11px; font-weight: 800; }
.cart-item-price { text-align: right; font-family: Georgia, serif; font-size: 13px; }
.remove-item { display: block; margin-top: 43px; margin-left: auto; padding: 0; color: var(--muted); border: 0; border-bottom: 1px solid var(--muted); background: transparent; cursor: pointer; font-size: 9px; }
.cart-empty { flex: 1; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty.show { display: flex; }
.cart-empty > span { color: var(--pink); font-size: 45px; }
.cart-empty h3 { margin: 15px 0 8px; font-family: var(--font-display); font-size: 26px; font-weight: 600; }
.cart-empty p { margin: 0 0 24px; color: var(--muted); font-size: 12px; }
.cart-empty button { padding: 10px 0 4px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-weight: 800; }
.cart-summary { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 14px; }
.cart-summary p { color: var(--muted); font-size: 9px; }
.cart-summary .button { width: 100%; margin-top: 10px; }
.cart-summary[hidden] { display: none; }

.modal-backdrop { z-index: 85; }
.checkout-modal { position: fixed; z-index: 90; left: 50%; top: 50%; width: min(720px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow: auto; padding: 42px; background: var(--paper); border-radius: 26px; opacity: 0; visibility: hidden; transform: translate(-50%, -47%) scale(.98); transition: opacity .25s, visibility .25s, transform .25s; }
.checkout-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal-close { position: absolute; right: 24px; top: 24px; }
.checkout-heading p { margin: 10px 0 28px; color: var(--muted); font-size: 12px; }
.checkout-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkout-form label > span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; }
.checkout-form input, .checkout-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); outline: 0; background: #fffaf3; border-radius: 10px; font-size: 13px; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(49, 89, 69, .1); }
.checkout-form textarea { min-height: 78px; resize: vertical; }
.payment-choice { display: flex; justify-content: space-between; align-items: center; padding: 14px; border: 1px solid var(--ink); border-radius: 12px; }
.payment-choice > div { display: flex; align-items: center; gap: 12px; }
.payment-choice p { display: flex; flex-direction: column; margin: 0; }
.payment-choice strong { font-size: 12px; }
.payment-choice small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.payment-radio { width: 17px; height: 17px; border: 5px solid var(--forest); border-radius: 50%; }
.checkout-total { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 13px; }
.checkout-total strong { font-family: Georgia, serif; font-size: 23px; font-weight: 500; }
.checkout-submit { width: 100%; border-radius: 999px; }
.checkout-submit.loading { opacity: .65; pointer-events: none; }
.checkout-legal { margin: -4px 0 0; color: var(--muted); font-size: 8px; text-align: center; }
.order-success { padding: 55px 15px; text-align: center; }
.success-mark { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: var(--forest); border-radius: 50%; font-size: 32px; }
.order-success h2 { margin: 14px 0; font-size: 42px; }
.order-success p { max-width: 430px; margin: 0 auto 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.order-success .button { margin: auto; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 30px; padding: 13px 19px; color: #fff; background: var(--ink); border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .25s, transform .25s; font-size: 12px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 760px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 20px; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lede, .hero-note { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(90%, 610px); justify-self: center; margin-top: 20px; }
  .story { grid-template-columns: 1fr; padding-block: 110px; }
  .story-image { width: min(86%, 580px); margin: auto; }
  .story-copy { text-align: center; }
  .story-copy > p { margin-inline: auto !important; }
  .nature-heading { grid-template-columns: 1fr; gap: 30px; }
  .character-rail { grid-auto-columns: 340px; }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .product-main-image { max-height: 780px; }
  .product-info { max-width: 680px; margin: auto; }
  .drop-intro { grid-template-columns: 1fr; }
  .drop-intro-image { width: min(86%, 620px); margin: auto; }
  .newsletter { grid-template-columns: 1fr; padding: 70px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 32px); --radius: 20px; }
  .announcement { font-size: 8px; }
  .site-header { min-height: 70px; }
  .brand-logo { width: 112px; }
  .header-actions { gap: 7px; }
  .language-switcher { gap: 3px; }
  .language-switcher button { font-size: 9px; }
  .cart-trigger > span:first-child { display: none; }
  .cart-trigger { padding: 6px; border: 0; }
  .hero { min-height: auto; gap: 50px; padding-block: 55px 74px; }
  .hero h1 { font-size: clamp(49px, 15vw, 67px); }
  .hero-lede { font-size: 15px; line-height: 1.75; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-note { margin-top: 52px; text-align: left; }
  .hero-visual { width: 94%; padding: 0 8px 16px 0; }
  .hero-image-wrap { border-radius: 46% 46% 20px 20px; box-shadow: 10px 12px 0 var(--mint); }
  .hero-badge { left: -14px; bottom: 27px; width: 96px; height: 96px; }
  .hero-badge strong { font-size: 27px; }
  .ticker { padding: 15px 0; }
  .story { gap: 58px; padding-block: 90px; }
  .story-image { width: 95%; }
  .story h2, .nature h2, .shop h2, .newsletter h2 { font-size: 43px; }
  .story-copy { text-align: left; }
  .story-values { grid-template-columns: 1fr; }
  .story-values div, .story-values div:nth-child(2), .story-values div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .nature { padding: 90px 0; }
  .nature-heading { gap: 25px; }
  .character-rail { grid-auto-columns: 78vw; padding: 46px 16px 25px; }
  .character-card { min-height: 500px; }
  .world-feature { width: 100%; height: 68vh; margin-top: 70px; border-radius: 0; }
  .world-feature::after { background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 75%); }
  .world-quote { left: 24px; right: 24px; top: auto; bottom: 50px; transform: none; }
  .world-quote p { font-size: 42px; }
  .shop { padding-block: 95px; }
  .shop-heading { display: block; margin-bottom: 42px; }
  .shop-heading > p { margin-top: 25px; }
  .product-layout { gap: 43px; }
  .product-main-image { aspect-ratio: .8; }
  .product-info h3 { font-size: 37px; }
  .drop-intro { gap: 44px; margin-bottom: 70px; }
  .drop-intro-image { width: 100%; }
  .drop-intro-copy h3 { font-size: 37px; }
  .drop-facts strong { font-size: 24px; }
  .drop-facts div, .drop-facts div:nth-child(2), .drop-facts div:nth-child(3) { padding-inline: 10px; }
  .blind-box-copy { display: grid; }
  .blind-box-copy > span { justify-self: start; }
  .product-visual-grid { grid-template-columns: 1fr; }
  .visual-card.visual-wide { grid-column: auto; }
  .visual-card > img, .visual-card.visual-wide > img { aspect-ratio: 1.35; }
  .visual-card > div { padding: 22px 20px 25px; }
  .packaging-explainer { grid-template-columns: 1fr; }
  .packaging-explainer > img { height: auto; max-height: 180px; }
  .variant-picker { grid-template-columns: 1fr; }
  .purchase-row { grid-template-columns: 105px 1fr; }
  .promise { grid-template-columns: 1fr 1fr; padding-bottom: 75px; }
  .promise > div { border-bottom: 1px solid var(--line); }
  .promise > div:nth-child(2) { border-right: 0; }
  .promise > div:first-child, .promise > div { padding: 20px 12px; }
  .newsletter { width: 100%; padding: 65px 24px; margin-bottom: 0; border-radius: 0; }
  .newsletter-form > div { grid-template-columns: 1fr; }
  .newsletter-form button { justify-self: start; padding: 12px 0; }
  .footer-brand { font-size: 25vw; }
  .footer-bottom { display: grid; gap: 10px; }
  .cart-drawer { padding: 24px 20px; }
  .checkout-modal { width: 100%; max-height: calc(100dvh - 12px); top: auto; bottom: 0; padding: 32px 20px 24px; border-radius: 24px 24px 0 0; transform: translate(-50%, 100%); }
  .checkout-modal.open { transform: translate(-50%, 0); }
  .form-grid { grid-template-columns: 1fr; }
  .modal-close { right: 18px; top: 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; }
  .reveal { opacity: 1; transform: none; }
}
