:root {
    --ink: #171511;
    --ink-soft: #403b34;
    --paper: #f7f5f0;
    --white: #fff;
    --sand: #e9e3d8;
    --gold: #bc984b;
    --gold-light: #e2ca8e;
    --line: rgba(23, 21, 17, .16);
    --serif: "Cormorant Garamond", "Noto Serif JP", serif;
    --serif-ja: "Noto Serif JP", serif;
    --sans: "Noto Sans JP", sans-serif;
    --shell: min(1180px, calc(100vw - 80px));
    --shell-wide: min(1440px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; line-height: 1.9; letter-spacing: .04em; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
.placeholder-image { filter: none !important; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { color: var(--white); background: var(--gold); }
.shell { width: var(--shell); margin-inline: auto; }
.shell-wide { width: var(--shell-wide); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.announcement { height: 32px; display: grid; place-items: center; color: #f1e5c8; background: #1e1b17; font-size: 10px; letter-spacing: .18em; }
.site-header { position: sticky; z-index: 100; top: 0; height: 86px; padding: 0 max(32px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(247,245,240,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: height .35s ease, border-color .35s ease; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { width: 28px; height: 38px; display: grid; place-items: center; color: var(--gold); font: italic 600 30px/1 var(--serif); transform: rotate(-5deg); }
.brand-name { font: 600 28px/1 var(--serif); letter-spacing: .03em; }
.global-nav { display: flex; align-items: center; gap: 38px; font-size: 10px; font-weight: 500; letter-spacing: .2em; }
.global-nav a { position: relative; padding: 12px 0; }
.global-nav a:not(.nav-contact)::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.global-nav a:hover::after, .global-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: 13px 21px !important; color: var(--white); background: var(--ink); transition: background .3s ease; }
.nav-contact:hover { background: var(--gold); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s, opacity .3s; }

.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 500; letter-spacing: .28em; }
.display-heading { margin: 0; font: 400 clamp(40px, 5vw, 72px)/1.25 var(--serif-ja); letter-spacing: .02em; }
.section { padding: 140px 0; }
.section-dark { color: var(--white); background: var(--ink); }
.button { min-width: 190px; min-height: 54px; padding: 14px 26px; display: inline-grid; place-items: center; border: 1px solid transparent; font-size: 11px; font-weight: 500; letter-spacing: .15em; transition: color .3s, background .3s, border-color .3s, transform .3s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--gold); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--gold); }
.button-gold { color: var(--ink); background: var(--gold-light); }
.button-gold:hover { background: var(--white); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 500; letter-spacing: .1em; }
.text-link span { transition: transform .3s; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: var(--white); }
.button-row { display: flex; align-items: center; gap: 34px; }
.hero-actions { width: min(100%, 390px); }
.hero-store-link { min-height: 76px; padding: 15px 17px 15px 20px; display: flex; align-items: center; justify-content: space-between; color: var(--white); background: var(--ink); border: 1px solid var(--ink); transition: color .3s, background .3s, border-color .3s; }
.hero-store-link > span { display: flex; flex-direction: column; gap: 4px; }
.hero-store-link small { color: #cbb477; font-size: 12px; font-weight: 500; letter-spacing: .18em; }
.hero-store-link strong { font-size: 14px; font-weight: 500; letter-spacing: .14em; }
.hero-store-link b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font-size: 17px; font-weight: 300; transition: color .3s, background .3s, transform .3s; }
.hero-store-link:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.hero-store-link:hover small { color: #6b5523; }
.hero-store-link:hover b { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translate(2px,-2px); }
.hero-sub-links { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.hero-sub-links a { padding: 8px 0 7px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(23,21,17,.55); font-size: 12px; font-weight: 500; letter-spacing: .08em; }
.hero-sub-links a span { transition: transform .3s; }
.hero-sub-links a:hover span { transform: translateX(4px); }

.hero { min-height: calc(100vh - 118px); display: grid; grid-template-columns: 46% 54%; position: relative; overflow: hidden; }
.hero-copy { padding: 9vh 4vw 8vh max(40px, calc((100vw - 1360px)/2)); display: flex; flex-direction: column; justify-content: center; background: #eee9df; }
.hero h1 { margin: 0 0 34px; font: 400 clamp(54px, 6vw, 94px)/1.2 var(--serif-ja); letter-spacing: .03em; }
.hero-lead { margin: 0 0 45px; color: var(--ink-soft); font-family: var(--serif-ja); font-size: 15px; line-height: 2.15; }
.hero-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%, #fbf7f0 0 14%, #e5c9c2 46%, #9e554f 100%); }
.hero-visual::before { content: "JUPITER"; position: absolute; color: rgba(255,255,255,.18); font: 500 clamp(100px, 16vw, 270px)/1 var(--serif); letter-spacing: -.05em; transform: rotate(-90deg); }
.hero-visual img { position: relative; z-index: 2; width: min(82%, 820px); filter: drop-shadow(0 35px 24px rgba(49,16,14,.22)); animation: hero-in 1.2s cubic-bezier(.2,.7,.2,1) both; }
.hero-orbit { position: absolute; z-index: 1; width: 70%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.hero-caption { position: absolute; right: 30px; bottom: 20px; color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; bottom: 24px; left: 24px; display: flex; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .2em; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { width: 42px; height: 1px; background: currentColor; }
@keyframes hero-in { from { opacity: 0; transform: translateY(30px) scale(.97); } to { opacity: 1; transform: none; } }

.intro-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 13%; align-items: start; }
.intro-copy { padding-top: 38px; color: #514b42; font-family: var(--serif-ja); font-size: 15px; line-height: 2.4; }
.intro-copy p { margin: 0 0 28px; }
.signature { margin-top: 50px; color: var(--gold); font: italic 500 28px/1 var(--serif); letter-spacing: .04em; }
.section-heading-row { margin-bottom: 58px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.product-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; background: var(--white); }
.product-card a { display: block; height: 100%; }
.product-image-wrap { position: relative; aspect-ratio: .82; display: grid; place-items: center; overflow: hidden; background: var(--card-bg, #eeeae2); }
.product-image-wrap::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); }
.product-card img { position: relative; z-index: 1; width: 70%; height: 72%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover img { transform: scale(1.045) translateY(-5px); }
.product-index { position: absolute; z-index: 2; top: 20px; left: 20px; font: 500 13px/1 var(--serif); }
.product-card-copy { padding: 24px 22px 28px; }
.product-card-copy > p:first-child, .product-category { margin: 0 0 8px; color: var(--gold); font-size: 8px; font-weight: 500; letter-spacing: .2em; }
.product-card-copy h3, .product-card-copy h2 { margin: 0 0 4px; font: 500 25px/1.1 var(--serif); }
.product-card-copy span { display: block; margin-bottom: 18px; color: #777067; font-size: 10px; }
.product-card-copy strong { font-size: 11px; font-weight: 400; }
.tone-pearl { --card-bg: #eae4da; }
.tone-rose { --card-bg: #ead0ca; }
.tone-aqua { --card-bg: #d4e6e5; }
.tone-amber { --card-bg: #d8c5ae; }
.tone-coral { --card-bg: #e4b6a9; }
.tone-black { --card-bg: #25231f; }
.tone-ice { --card-bg: #d6e7e6; }

.ritual { padding: 0; }
.ritual-grid { width: 100%; display: grid; grid-template-columns: 1.15fr .85fr; }
.ritual-image { min-height: 700px; overflow: hidden; }
.ritual-image img { width: 100%; height: 100%; object-fit: cover; }
.ritual-copy { padding: 90px clamp(50px, 8vw, 130px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ritual-copy h2 { margin: 0 0 36px; font: 400 clamp(42px, 5vw, 68px)/1.35 var(--serif-ja); }
.ritual-copy > p:not(.eyebrow) { margin: 0 0 42px; color: #c8c2b8; font-family: var(--serif-ja); font-size: 14px; line-height: 2.2; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.founder-copy blockquote { margin: 0 0 40px; font: 400 clamp(34px, 4vw, 58px)/1.5 var(--serif-ja); }
.founder-copy > p:not(.eyebrow) { max-width: 520px; color: #5a534a; font-family: var(--serif-ja); line-height: 2.3; }
.founder-image { position: relative; padding: 48px; background: #e7dfd3; }
.founder-image::before { content: "JUPITER"; position: absolute; right: -14px; top: 50%; font: 500 12px/1 var(--serif); letter-spacing: .4em; writing-mode: vertical-rl; transform: translateY(-50%); }
.founder-image img { width: 100%; aspect-ratio: .9; object-fit: cover; }
.professional-banner { padding: 105px 0; color: var(--white); background: linear-gradient(100deg, rgba(16,14,12,.97), rgba(31,26,21,.83)), var(--section-image, none) center/cover; }
.professional-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: end; }
.professional-inner h2 { margin: 0; font: 400 clamp(40px, 5vw, 67px)/1.4 var(--serif-ja); }
.professional-inner > div:last-child p { margin: 0 0 32px; color: #d3ccc1; font-family: var(--serif-ja); line-height: 2.1; }

.page-hero { min-height: 440px; padding: 100px 0 70px; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #eee8dc 0 55%, #d9c6ae 55%); }
.page-hero h1, .contact-hero h1 { margin: 0 0 24px; font: 400 clamp(52px, 7vw, 90px)/1.22 var(--serif-ja); }
.page-hero p:last-child, .contact-hero p:last-child { color: #5f584e; font-family: var(--serif-ja); }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 80px 28px; }
.product-card-large { background: none; }
.product-card-large .product-image-wrap { aspect-ratio: 1.08; }
.product-card-large .product-category { position: absolute; z-index: 3; top: 28px; left: 30px; color: var(--ink); }
.product-card-large .round-arrow { position: absolute; z-index: 3; right: 24px; bottom: 24px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--ink); font-size: 18px; transition: transform .35s, background .35s; }
.product-card-large:hover .round-arrow { transform: rotate(45deg); background: var(--gold); }
.product-card-large .product-card-copy { padding: 28px 4px 0; }
.product-card-large .product-card-copy h2 { font-size: clamp(30px, 3vw, 42px); }
.product-card-large .product-card-copy p { margin: 12px 0; color: #625b52; font-family: var(--serif-ja); }
.care-note { margin-bottom: 120px; padding: 34px 0; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.care-note p { margin: 0; }

.product-detail-hero { min-height: 740px; display: grid; grid-template-columns: 54% 46%; background: var(--paper); }
.product-detail-image { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--card-bg); }
.product-detail-image::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; }
.product-detail-image img { position: relative; z-index: 1; width: 60%; height: 68%; object-fit: contain; filter: drop-shadow(0 30px 22px rgba(30,20,13,.14)); }
.vertical-label { position: absolute; bottom: 28px; left: 25px; margin: 0; font-size: 8px; letter-spacing: .25em; writing-mode: vertical-rl; }
.product-detail-copy { padding: 80px clamp(40px, 6vw, 100px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.product-detail-copy h1 { margin: 0; font: 500 clamp(48px, 5vw, 76px)/1 var(--serif); letter-spacing: -.02em; }
.product-japanese { margin: 8px 0 34px; color: #777067; font-size: 11px; }
.product-detail-copy h2 { margin: 0 0 22px; font: 400 clamp(25px, 3vw, 37px)/1.55 var(--serif-ja); }
.product-detail-copy > p:not(.eyebrow):not(.product-japanese) { margin: 0 0 30px; color: #5c554c; font-family: var(--serif-ja); font-size: 13px; line-height: 2.15; }
.product-meta { width: 100%; padding: 18px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; }
.product-price { margin: 24px 0 28px; font: 500 28px/1 var(--serif-ja); }
.product-price small { margin-right: 3px; font: inherit; }
.product-price span { font: 300 10px/1 var(--sans); }
.product-purchase-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.product-purchase-actions .button { min-width: 210px; }
.product-contact-link { margin-top: 4px; }
.split-heading { display: grid; grid-template-columns: 1fr 1.1fr; gap: 10%; }
.feature-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { min-height: 88px; padding: 24px 0; display: grid; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--gold); font: 500 15px/1 var(--serif); }
.feature-list p { margin: 0; font-family: var(--serif-ja); font-size: 17px; }
.product-scene { display: grid; grid-template-columns: 58% 42%; background: #e8e1d6; }
.product-scene-image { min-height: 600px; overflow: hidden; }
.product-scene-image img { width: 100%; height: 100%; object-fit: cover; }
.product-scene-copy { padding: 80px clamp(45px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.product-scene-copy h2 { margin: 0 0 28px; font: 400 clamp(36px, 4vw, 54px)/1.45 var(--serif-ja); }
.product-scene-copy > p:not(.eyebrow) { color: #514b42; font-family: var(--serif-ja); }
.small-note { margin-top: 25px; font-size: 9px !important; font-family: var(--sans) !important; }
.next-products h2 { margin: 0; font: 400 38px/1.4 var(--serif-ja); }
.mini-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mini-product { padding: 28px; background: var(--card-bg); }
.mini-product img { width: 100%; height: 260px; object-fit: contain; transition: transform .4s; }
.mini-product:hover img { transform: translateY(-5px); }
.mini-product span { display: block; margin: 12px 0 4px; font-size: 8px; letter-spacing: .2em; }
.mini-product strong { font: 500 24px/1 var(--serif); }

.partner-hero { min-height: 720px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: #141310; }
.partner-hero-bg { position: absolute; inset: 0; opacity: .3; background: linear-gradient(90deg,#0b0a09 0 45%,transparent 85%), var(--section-image, none) 85% 52%/55% auto no-repeat; filter: saturate(.4); }
.partner-hero::after { content: "PARTNERS"; position: absolute; right: -20px; bottom: -50px; color: rgba(255,255,255,.035); font: 600 210px/1 var(--serif); }
.partner-hero-inner { position: relative; z-index: 1; }
.partner-hero h1 { margin: 0 0 30px; font: 400 clamp(58px, 7vw, 96px)/1.22 var(--serif-ja); }
.partner-hero-inner > p:not(.eyebrow) { margin: 0 0 38px; color: #c9c3b8; font-family: var(--serif-ja); line-height: 2.15; }
.partner-hero-stat { position: absolute; right: 5vw; bottom: 34px; z-index: 2; display: flex; align-items: baseline; gap: 12px; }
.partner-hero-stat strong { color: var(--gold-light); font: 500 70px/1 var(--serif); }
.partner-hero-stat span { font-size: 10px; letter-spacing: .16em; }
.partner-intro { background: var(--white); }
.support-section { padding: 110px 0; color: var(--white); background: #23201c; }
.support-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.support-grid article { min-height: 330px; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.support-grid span { color: var(--gold-light); font: 500 16px/1 var(--serif); }
.support-grid h2 { margin: 78px 0 20px; font: 400 22px/1.55 var(--serif-ja); }
.support-grid p { margin: 0; color: #bfb8ae; font-size: 11px; line-height: 2; }
.soala-section { display: grid; grid-template-columns: 52% 48%; min-height: 720px; color: var(--white); background: #111; }
.soala-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center,#48484a 0,#232427 45%,#101113 100%); }
.soala-visual::before { content: "SOALA"; position: absolute; color: rgba(255,255,255,.06); font: 500 160px/1 var(--serif); letter-spacing: .04em; transform: rotate(-90deg); }
.soala-visual img { position: relative; z-index: 1; width: 70%; height: 70%; object-fit: contain; filter: drop-shadow(0 40px 30px rgba(0,0,0,.45)); }
.soala-visual span { position: absolute; z-index: 2; top: 35px; left: 35px; color: var(--gold-light); font-size: 9px; letter-spacing: .24em; }
.soala-copy { padding: 80px clamp(45px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.soala-copy h2 { margin: 0; font: 500 clamp(74px, 8vw, 120px)/.8 var(--serif); letter-spacing: .04em; }
.soala-sub { color: var(--gold-light); font-family: var(--serif-ja); }
.soala-copy h3 { margin: 25px 0; font: 400 clamp(28px, 3vw, 42px)/1.55 var(--serif-ja); }
.soala-copy > p:not(.eyebrow):not(.soala-sub) { color: #bdb8af; font-family: var(--serif-ja); font-size: 13px; line-height: 2.1; }
.soala-copy ul { margin: 18px 0 34px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); width: 100%; }
.soala-copy li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 11px; }
.soala-link-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.flow-section .section-heading-row > p { font-size: 12px; }
.join-flow { margin: 60px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-top: 1px solid var(--line); }
.join-flow li { position: relative; padding: 28px 28px 10px 0; }
.join-flow li:not(:last-child)::after { content: "→"; position: absolute; right: 25px; top: 26px; color: var(--gold); }
.join-flow span { color: var(--gold); font: 500 16px/1 var(--serif); }
.join-flow h3 { margin: 45px 0 15px; font: 400 20px/1.4 var(--serif-ja); }
.join-flow p { margin: 0; color: #6d665d; font-size: 11px; }
.partner-cta { padding: 130px 0; text-align: center; color: var(--white); background: linear-gradient(rgba(21,18,15,.82),rgba(21,18,15,.92)), var(--section-image, none) center/cover; }
.partner-cta h2 { margin: 0 0 22px; font: 400 clamp(48px, 6vw, 78px)/1.35 var(--serif-ja); }
.partner-cta > .shell > p:not(.eyebrow) { margin-bottom: 35px; color: #d0c9bf; }

.soala-page-hero { min-height: 730px; display: grid; grid-template-columns: 48% 52%; color: #fff; background: #0b0c0e; }
.soala-page-copy { padding: 90px 5vw 80px max(48px, calc((100vw - 1380px)/2)); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.soala-page-copy h1 { margin: 0; font: 500 clamp(100px, 11vw, 178px)/.72 var(--serif); letter-spacing: .03em; }
.soala-page-kana { margin: 24px 0 38px; color: var(--gold-light); font-family: var(--serif-ja); font-size: 17px; }
.soala-page-copy h2 { margin: 0 0 24px; font: 400 clamp(32px, 3.5vw, 50px)/1.5 var(--serif-ja); }
.soala-page-copy > p:not(.eyebrow):not(.soala-page-kana) { max-width: 620px; margin: 0 0 34px; color: #aaa69f; font-family: var(--serif-ja); font-size: 13px; }
.soala-page-device { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #4d4f54 0, #24262b 42%, #101114 75%); }
.soala-page-device::before { content: "SOALA"; position: absolute; color: rgba(255,255,255,.045); font: 500 180px/1 var(--serif); transform: rotate(-90deg); }
.soala-page-device img { position: relative; z-index: 1; width: 68%; max-height: 570px; object-fit: contain; filter: drop-shadow(0 40px 35px rgba(0,0,0,.55)); }
.soala-page-device span { position: absolute; z-index: 2; top: 38px; right: 36px; color: var(--gold-light); font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
.soala-local-nav { top: 72px; }
.soala-intro { background: #fff; }
.soala-value-grid { margin-top: 84px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.soala-value-grid article { min-height: 280px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.soala-value-grid span { color: var(--gold); font: 500 16px/1 var(--serif); }
.soala-value-grid h3 { margin: 72px 0 18px; font: 400 22px/1.4 var(--serif-ja); }
.soala-value-grid p { margin: 0; color: #686158; font-size: 11px; line-height: 2; }
.soala-mechanism { padding: 120px 0; color: #fff; background: #202127; }
.soala-mechanism h2 { margin: 0 0 70px; font: 400 clamp(42px,5vw,70px)/1.35 var(--serif-ja); }
.mechanism-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.mechanism-grid article { min-height: 470px; padding: 34px; background: #2b2d34; border: 1px solid rgba(255,255,255,.12); }
.mechanism-grid article > span { color: var(--gold-light); font: 500 12px/1 var(--sans); letter-spacing: .18em; }
.skin-diagram { height: 130px; margin: 35px 0 30px; position: relative; overflow: hidden; background: repeating-linear-gradient(0deg,#f2aaad 0 16px,#f7c4c3 16px 31px); border-radius: 4px; }
.skin-diagram::after { content: ""; position: absolute; top: 0; left: 50%; width: 2px; height: 85%; background: var(--gold-light); }
.skin-diagram i, .skin-diagram b { position: absolute; display: block; border-radius: 50%; background: #705143; }
.skin-diagram i { left: 44%; top: 32px; width: 18px; height: 18px; }
.skin-diagram b { left: 49%; bottom: 18px; width: 24px; height: 24px; }
.skin-diagram.is-dark i { width: 26px; height: 26px; top: 40px; background: #594036; }
.skin-diagram.is-clear i { opacity: .2; }
.skin-diagram.is-clear b { width: 16px; height: 16px; opacity: .65; }
.mechanism-grid h3 { margin: 0 0 16px; font: 400 23px/1.5 var(--serif-ja); }
.mechanism-grid p { margin: 0; color: #bbb6ae; font-size: 11px; line-height: 2; }
.soala-disclaimer { margin: 34px auto 0; color: #96918a; font-size: 9px; line-height: 1.8; }
.soala-types { background: #f4f0e8; }
.soala-types .section-heading-row > p { max-width: 430px; margin: 0; color: #625b52; font-family: var(--serif-ja); font-size: 12px; }
.type-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.type-grid article { min-height: 280px; padding: 28px; background: #fff; border-top: 3px solid #b5afa4; }
.type-grid article.is-primary { color: #fff; background: #1c1c1c; border-color: var(--gold); }
.type-grid span { color: var(--gold); font: 500 36px/1 var(--serif); }
.type-grid h3 { margin: 74px 0 16px; font: 400 21px/1.5 var(--serif-ja); }
.type-grid p { margin: 0; color: #6c655c; font-size: 11px; line-height: 2; }
.type-grid .is-primary p { color: #bbb5ac; }
.soala-spec-section { min-height: 700px; display: grid; grid-template-columns: 53% 47%; color: #fff; background: #101114; }
.soala-spec-image { min-height: 700px; overflow: hidden; }
.soala-spec-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25) brightness(.65); }
.soala-spec-copy { padding: 82px clamp(45px,6vw,100px); display: flex; flex-direction: column; justify-content: center; }
.soala-spec-copy h2 { margin: 0 0 26px; font: 400 clamp(38px,4vw,58px)/1.45 var(--serif-ja); }
.soala-spec-copy > p:not(.eyebrow):not(.small-note) { color: #aaa59e; font-family: var(--serif-ja); font-size: 12px; }
.soala-spec-copy dl { margin: 30px 0 0; border-top: 1px solid rgba(255,255,255,.2); }
.soala-spec-copy dl div { padding: 13px 0; display: grid; grid-template-columns: 130px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 10px; }
.soala-spec-copy dt { color: var(--gold-light); }
.soala-spec-copy dd { margin: 0; }
.soala-support { background: #fff; }
.soala-support .feature-list li { grid-template-columns: 60px 1fr; }
.soala-support .feature-list h3 { margin: 0 0 6px; font: 400 18px/1.5 var(--serif-ja); }
.soala-support .feature-list p { color: #686158; font: 300 10px/1.9 var(--sans); }
.soala-flow { background: #f4f0e8; }
.soala-cta { background-image: linear-gradient(rgba(10,10,10,.85),rgba(10,10,10,.92)), var(--section-image, none); }

.contact-hero { padding: 105px 0 80px; background: linear-gradient(110deg,#ece6dc,#d8c6ae); }
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; }
.contact-grid aside { padding-right: 40px; }
.contact-grid aside h2 { margin: 0 0 25px; font: 400 34px/1.5 var(--serif-ja); }
.contact-grid aside > p:not(.eyebrow), .contact-grid address { color: #686158; font-size: 11px; }
.contact-grid aside > a { display: block; margin: 30px 0; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 500 20px/1 var(--serif); }
.contact-grid address { font-style: normal; }
.contact-form { display: grid; gap: 28px; }
.contact-form label > span { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.contact-form b { margin-left: 6px; color: #9b483e; font-size: 8px; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { width: 100%; padding: 15px 0; color: var(--ink); border: 0; border-bottom: 1px solid #aaa39a; outline: 0; background: transparent; border-radius: 0; }
.contact-form textarea { padding: 15px; border: 1px solid #aaa39a; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.check-label { display: flex; align-items: center; gap: 10px; }
.check-label > span { margin: 0 !important; }
.check-label a { text-decoration: underline; }
.selected-item { padding: 14px; background: var(--paper); font-size: 11px; }
.form-errors { margin-bottom: 25px; padding: 15px 20px; color: #7d2c25; background: #f7e4e2; font-size: 11px; }
.form-errors ul { margin: 0; padding-left: 18px; }
.success-message { padding: 60px; background: var(--paper); }
.success-message h2 { font: 400 35px/1.5 var(--serif-ja); }
.legal-page, .not-found { padding-top: 120px; padding-bottom: 140px; }
.legal-page { max-width: 880px; }
.legal-page h1, .not-found h1 { margin: 0 0 60px; font: 400 clamp(45px,6vw,72px)/1.3 var(--serif-ja); }
.legal-page h2 { margin: 50px 0 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font: 400 23px/1.5 var(--serif-ja); }
.legal-page p { color: #5e574e; font-size: 13px; }

.store-locator-hero { position: relative; overflow: hidden; padding: 110px 0 100px; color: #fff; background: radial-gradient(circle at 78% 35%,rgba(188,152,75,.16),transparent 26%),#11100e; }
.store-locator-hero::after { content: "STOCKISTS"; position: absolute; right: -28px; bottom: -48px; color: rgba(255,255,255,.035); font: 500 clamp(100px,15vw,230px)/1 var(--serif); letter-spacing: -.04em; }
.store-locator-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .85fr; gap: 12%; align-items: end; }
.store-locator-hero h1 { margin: 0; font: 400 clamp(60px,7vw,96px)/1.15 var(--serif-ja); letter-spacing: .02em; }
.store-locator-intro { position: relative; padding-bottom: 10px; }
.store-locator-intro > p { max-width: 560px; margin: 0 0 20px; color: #d0c9be; font-family: var(--serif-ja); font-size: 16px; line-height: 2.1; }
.store-locator-intro .store-locator-note { color: #9f978c; font-family: var(--sans); font-size: 12px; }
.store-total { margin-top: 38px; display: flex; align-items: baseline; gap: 15px; }
.store-total strong { color: var(--gold-light); font: 500 68px/1 var(--serif); }
.store-total span { font-size: 12px; letter-spacing: .2em; }
.store-locator-section { padding: 86px 0 120px; background: #f5f2ec; }
.store-filter-panel { padding: 36px 40px 40px; background: #fff; border: 1px solid rgba(23,21,17,.12); box-shadow: 0 18px 60px rgba(40,30,18,.05); }
.store-filter-heading { margin-bottom: 26px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.store-filter-heading .eyebrow { margin-bottom: 8px; }
.store-filter-heading h2 { margin: 0; font: 400 30px/1.4 var(--serif-ja); }
.store-filter-reset { padding: 8px 0; color: #6e655a; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 12px; cursor: pointer; }
.store-region-filter { padding-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid var(--line); }
.store-region-filter button { min-height: 42px; padding: 9px 16px; color: #4d473f; background: #f4f0e9; border: 1px solid transparent; font-size: 12px; cursor: pointer; transition: color .25s,background .25s,border-color .25s; }
.store-region-filter button:hover,.store-region-filter button.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.store-filter-controls { padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 16px; }
.store-filter-controls label { display: grid; gap: 8px; }
.store-filter-controls label > span { color: #6c645a; font-size: 12px; font-weight: 500; }
.store-filter-controls select,.store-filter-controls input { width: 100%; height: 52px; padding: 0 16px; color: var(--ink); background: #faf9f6; border: 1px solid rgba(23,21,17,.18); border-radius: 0; font-size: 14px; }
.store-filter-controls select:focus,.store-filter-controls input:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.store-result-status { margin: 38px 0 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.store-result-status p { margin: 0; font-family: var(--serif-ja); font-size: 16px; }
.store-results[hidden],.store-empty[hidden],.store-error[hidden] { display: none !important; }
.prefecture-section { padding: 55px 0 25px; }
.prefecture-heading { margin-bottom: 25px; display: grid; grid-template-columns: 90px 1fr auto; align-items: baseline; border-bottom: 1px solid rgba(23,21,17,.35); }
.prefecture-heading p { margin: 0; color: var(--gold); font-size: 12px; letter-spacing: .15em; }
.prefecture-heading h2 { margin: 0 0 17px; font: 400 34px/1.35 var(--serif-ja); }
.prefecture-heading span { color: #776f65; font-size: 12px; letter-spacing: .14em; }
.store-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.store-card { min-width: 0; background: #fff; border: 1px solid rgba(23,21,17,.11); }
.store-card-media { height: 220px; overflow: hidden; background: #e7e1d7; }
.store-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.store-card:hover .store-card-media img { transform: scale(1.025); }
.store-card-body { padding: 30px; }
.store-badges { min-height: 26px; display: flex; flex-wrap: wrap; gap: 6px; }
.store-badges span { padding: 4px 9px; color: #745a24; background: #f1e6ca; font-size: 12px; }
.store-card h3 { margin: 16px 0 18px; font: 400 25px/1.55 var(--serif-ja); }
.store-card address { margin-bottom: 24px; display: flex; flex-direction: column; color: #5e574e; font-style: normal; font-size: 13px; line-height: 1.9; }
.store-card address a { margin-top: 6px; color: var(--ink); font-weight: 500; }
.store-card-detail { padding: 16px 0; display: grid; grid-template-columns: 105px 1fr; gap: 14px; border-top: 1px solid rgba(23,21,17,.12); }
.store-card-detail > span { color: #7b7267; font-size: 12px; }
.store-card-detail p { margin: 0; white-space: pre-line; font-size: 13px; line-height: 1.8; }
.store-card-links { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.store-card-links a { padding: 8px 11px; color: #fff; background: var(--ink); font-size: 12px; transition: background .25s; }
.store-card-links a:hover { background: var(--gold); }
.store-empty,.store-error { min-height: 260px; padding: 50px 20px; text-align: center; }
.store-empty p,.store-error p { margin: 0 0 24px; font-family: var(--serif-ja); font-size: 16px; }
.store-empty button { padding: 8px 0; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 12px; cursor: pointer; }

.home-news { background: #fff; border-top: 1px solid var(--line); }
.home-news-layout { display: grid; grid-template-columns: minmax(230px,.58fr) minmax(0,1.42fr); gap: clamp(55px,8vw,120px); align-items: start; }
.home-news-heading h2 { margin: 0 0 36px; font: 400 clamp(40px,4vw,58px)/1.3 var(--serif-ja); }
.news-list { border-top: 1px solid rgba(23,21,17,.36); }
.news-row { min-height: 76px; padding: 17px 8px; display: grid; grid-template-columns: 112px minmax(0,1fr) 30px; gap: 22px; align-items: center; border-bottom: 1px solid rgba(23,21,17,.2); transition: color .3s, padding .3s, background .3s; }
.news-row:hover { padding-inline: 17px; color: #7a5b20; background: #f7f4ee; }
.news-row time { color: #87724d; font: 500 12px/1.5 var(--serif); letter-spacing: .08em; }
.news-row > span { font-family: var(--serif-ja); font-size: 15px; line-height: 1.8; }
.news-row > b { font-size: 16px; font-weight: 400; text-align: center; }
.news-empty { margin: 0; padding: 35px 8px; color: #71695f; border-bottom: 1px solid rgba(23,21,17,.2); font-family: var(--serif-ja); font-size: 14px; }

.news-page-hero { min-height: 370px; padding: 90px 0 76px; display: flex; align-items: center; color: #fff; background: linear-gradient(115deg,#0b0a08 0%,#211b13 62%,#806532 140%); }
.news-page-hero h1 { margin: 10px 0 20px; font: 400 clamp(48px,6vw,76px)/1.2 var(--serif-ja); }
.news-page-hero > .shell > p:last-child { margin: 0; color: #bbb2a5; font-family: var(--serif-ja); font-size: 14px; }
.news-archive { background: #f7f5f0; }
.news-archive .news-list { max-width: 980px; margin-inline: auto; }
.news-detail-header { padding: 90px 0 78px; color: #fff; background: #15130f; }
.news-detail-heading { max-width: 950px; }
.news-detail-heading time { display: block; margin: 20px 0 14px; color: #d0b36d; font: 500 13px/1.5 var(--serif); letter-spacing: .12em; }
.news-detail-heading h1 { max-width: 850px; margin: 0; font: 400 clamp(34px,4.6vw,60px)/1.5 var(--serif-ja); overflow-wrap: anywhere; }
.news-detail-body { max-width: 950px; padding-top: 85px; padding-bottom: 110px; }
.news-body-text { margin-bottom: 70px; color: #3f3a33; font-family: var(--serif-ja); font-size: 16px; line-height: 2.25; overflow-wrap: anywhere; }
.news-body-text p { margin: 0 0 1.25em; }
.news-body-text p:empty { display: none; }
.news-body-text > :last-child { margin-bottom: 0; }
.news-body-text h2 { margin: 2em 0 .8em; font: 400 clamp(25px,3.2vw,38px)/1.6 var(--serif-ja); }
.news-body-text h3 { margin: 1.8em 0 .7em; font: 400 clamp(21px,2.5vw,30px)/1.6 var(--serif-ja); }
.news-body-text ul, .news-body-text ol { margin: 1.4em 0 1.8em; padding-left: 2em; }
.news-body-text blockquote { margin: 2em 0; padding: 24px 28px; background: #f0ece4; border-left: 3px solid #b28b42; }
.news-body-text hr { margin: 2.2em 0; border: 0; border-top: 1px solid rgba(23,21,17,.22); }
.news-body-text a { color: #795b21; text-decoration: underline; text-underline-offset: 4px; }
.news-body-text img { max-width: 100%; height: auto; display: block; margin: 32px auto; }
.news-body-text .news-pdf { margin: 42px 0; padding: 14px; background: #eae5dc; }
.news-body-text .news-pdf iframe { width: 100%; min-height: 650px; display: block; background: #fff; border: 1px solid rgba(23,21,17,.25); }
.news-body-text .news-pdf p { margin: 12px 0 0; font-size: 13px; }

.download-section { padding: 92px 0 96px; background: #eee9df; border-top: 1px solid var(--line); }
.download-layout { display: grid; grid-template-columns: minmax(250px,.65fr) minmax(0,1.35fr); gap: clamp(54px,8vw,120px); align-items: start; }
.download-heading { position: sticky; top: 110px; }
.download-heading h2 { margin: 0 0 22px; font: 400 clamp(38px,4vw,56px)/1.3 var(--serif-ja); }
.download-heading > p:last-child { margin: 0; color: #625b52; font-family: var(--serif-ja); font-size: 14px; line-height: 2; }
.download-grid { border-top: 1px solid rgba(23,21,17,.35); }
.download-card { min-height: 112px; padding: 18px 6px; display: grid; grid-template-columns: 76px minmax(0,1fr) 42px; gap: 20px; align-items: center; border-bottom: 1px solid rgba(23,21,17,.24); transition: color .3s, background .3s, padding .3s; }
.download-card:hover { padding-inline: 15px; color: #74571f; background: rgba(255,255,255,.42); }
.download-preview { width: 72px; height: 72px; display: block; overflow: hidden; background: #f8f5ee; border: 1px solid rgba(23,21,17,.16); }
.download-preview img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .35s ease; }
.download-preview.is-pdf { border: 0; border-radius: 9px; background: #050505; }
.download-preview.is-pdf img { object-fit: cover; }
.download-card:hover .download-preview img { transform: scale(1.04); }
.download-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.download-copy strong { overflow-wrap: anywhere; font-family: var(--serif-ja); font-size: 16px; font-weight: 400; line-height: 1.6; }
.download-copy small { color: #756e64; font-size: 12px; letter-spacing: .05em; }
.download-card > b { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(23,21,17,.32); border-radius: 50%; font-size: 17px; font-weight: 300; transition: color .3s, background .3s, transform .3s; }
.download-card:hover > b { color: #fff; background: var(--ink); transform: translateY(2px); }

.site-footer { padding: 78px 0 25px; color: #d9d3ca; background: #15130f; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 8%; }
.brand-light .brand-name { color: var(--white); }
.footer-tagline { color: #8e877d; font: italic 20px/1.4 var(--serif); }
.footer-links { display: grid; gap: 10px; font-size: 10px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-main address { display: flex; flex-direction: column; gap: 15px; font-style: normal; font-size: 10px; }
.footer-bottom { margin-top: 62px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #777168; font-size: 8px; letter-spacing: .14em; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 48px, 760px); --shell-wide: calc(100% - 32px); }
    .announcement { font-size: 8px; }
    .site-header { height: 72px; padding-inline: 24px; }
    .menu-button { display: block; z-index: 3; }
    .menu-button[aria-expanded=true] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-button[aria-expanded=true] span:nth-child(2) { opacity: 0; }
    .menu-button[aria-expanded=true] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .global-nav { position: fixed; inset: 0; z-index: 2; padding: 130px 30px 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; background: var(--paper); transform: translateX(100%); transition: transform .4s cubic-bezier(.6,0,.2,1); }
    .global-nav.is-open { transform: none; }
    .global-nav a { font: 500 27px/1.5 var(--serif); letter-spacing: .08em; }
    .nav-contact { margin-top: 20px; font: 500 12px/1 var(--sans) !important; }
    .hero { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { min-height: 570px; padding: 85px 8vw; }
    .hero-visual { min-height: 550px; }
    .hero-visual img { width: min(85%, 680px); }
    .intro-grid, .founder-grid, .professional-inner, .split-heading, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
    .intro-copy { padding-top: 0; }
    .product-rail { grid-template-columns: repeat(2,1fr); }
    .ritual-grid, .product-scene, .soala-section { grid-template-columns: 1fr; }
    .ritual-image, .product-scene-image { min-height: 520px; }
    .support-grid { grid-template-columns: repeat(2,1fr); }
    .product-detail-hero { grid-template-columns: 1fr; }
    .product-detail-image { min-height: 620px; }
    .product-detail-copy { padding: 70px 8vw; }
    .join-flow { grid-template-columns: repeat(2,1fr); }
    .soala-visual { min-height: 620px; }
    .soala-page-hero { grid-template-columns: 1fr; }
    .soala-page-copy { min-height: 620px; }
    .soala-page-device { min-height: 620px; }
    .soala-value-grid, .type-grid { grid-template-columns: repeat(2,1fr); }
    .mechanism-grid { grid-template-columns: 1fr; }
    .mechanism-grid article { min-height: 400px; }
    .soala-spec-section { grid-template-columns: 1fr; }
    .soala-spec-image { min-height: 560px; }
    .store-locator-hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .store-filter-controls { grid-template-columns: 1fr 1fr; }
    .store-filter-controls label:last-child { grid-column: 1/-1; }
    .download-layout { grid-template-columns: 1fr; gap: 42px; }
    .download-heading { position: static; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main address { grid-column: 1/-1; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 40px); --shell-wide: calc(100% - 24px); }
    body { line-height: 1.8; }
    .section { padding: 90px 0; }
    .brand-name { font-size: 24px; }
    .hero-copy { min-height: 500px; padding: 62px 24px; }
    .hero h1 { font-size: 48px; }
    .hero-lead br { display: none; }
    .button-row { align-items: flex-start; flex-direction: column; gap: 22px; }
    .hero-visual { min-height: 380px; }
    .scroll-cue { display: none; }
    .display-heading { font-size: 40px; }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .product-rail, .product-grid, .mini-product-grid { grid-template-columns: 1fr; }
    .product-image-wrap { aspect-ratio: 1; }
    .ritual-image, .product-scene-image { min-height: 390px; }
    .ritual-copy, .product-scene-copy, .soala-copy { padding: 65px 24px; }
    .founder-image { padding: 24px; }
    .professional-inner { gap: 40px; }
    .page-hero { min-height: 390px; padding: 70px 0; background: linear-gradient(145deg,#eee8dc,#d9c6ae); }
    .page-hero h1, .contact-hero h1 { font-size: 50px; }
    .care-note { flex-direction: column; }
    .product-detail-image { min-height: 430px; }
    .product-detail-image img { width: 72%; height: 68%; }
    .product-detail-copy h1 { font-size: 44px; }
    .feature-list { margin-top: 10px; }
    .support-grid, .join-flow { grid-template-columns: 1fr; }
    .support-grid article { min-height: 250px; }
    .support-grid h2 { margin-top: 48px; }
    .soala-visual { min-height: 440px; }
    .soala-copy h2 { font-size: 72px; }
    .soala-link-row { align-items: flex-start; flex-direction: column; }
    .soala-page-copy { min-height: 560px; padding: 70px 24px; }
    .soala-page-copy h1 { font-size: 92px; }
    .soala-page-copy h2 { font-size: 31px; }
    .soala-page-device { min-height: 430px; }
    .soala-page-device img { width: 78%; max-height: 370px; }
    .soala-value-grid, .type-grid { grid-template-columns: 1fr; }
    .soala-value-grid article, .type-grid article { min-height: 240px; }
    .soala-mechanism { padding-block: 82px; }
    .soala-mechanism h2 { font-size: 39px; }
    .mechanism-grid article { min-height: 390px; padding: 26px; }
    .soala-spec-image { min-height: 390px; }
    .soala-spec-copy { padding: 70px 24px; }
    .soala-spec-copy dl div { grid-template-columns: 1fr; gap: 4px; }
    .partner-hero { min-height: 650px; }
    .partner-hero h1 { font-size: 49px; }
    .partner-hero-stat { display: none; }
    .partner-hero-bg { background-size: 100% auto; background-position: 50% 70%; opacity: .2; }
    .form-row { grid-template-columns: 1fr; }
    .contact-hero { padding: 70px 0 55px; }
    .success-message { padding: 30px; }
    .store-locator-hero { padding: 72px 0 68px; }
    .store-locator-hero h1 { font-size: 53px; }
    .store-locator-section { padding: 46px 0 80px; }
    .store-filter-panel { padding: 26px 20px 30px; }
    .store-filter-heading { align-items: flex-start; flex-direction: column; }
    .store-filter-controls { grid-template-columns: 1fr; }
    .store-filter-controls label:last-child { grid-column: auto; }
    .store-region-filter { flex-wrap: nowrap; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; scrollbar-width: none; }
    .store-region-filter::-webkit-scrollbar { display: none; }
    .store-region-filter button { flex: 0 0 auto; }
    .prefecture-heading { grid-template-columns: 72px 1fr; }
    .prefecture-heading h2 { font-size: 29px; }
    .prefecture-heading span { grid-column: 2; margin: -12px 0 16px; }
    .store-card-grid { grid-template-columns: 1fr; }
    .store-card-media { height: 190px; }
    .store-card-body { padding: 24px 20px 26px; }
    .store-card-detail { grid-template-columns: 1fr; gap: 6px; }
    .home-news-layout { grid-template-columns: 1fr; gap: 42px; }
    .news-row { grid-template-columns: 1fr 30px; gap: 6px 14px; }
    .news-row time { grid-column: 1; }
    .news-row > span { grid-column: 1; }
    .news-row > b { grid-column: 2; grid-row: 1/3; }
    .news-page-hero { min-height: 320px; padding-block: 68px; }
    .news-detail-header { padding-block: 66px; }
    .news-detail-body { padding-top: 62px; padding-bottom: 85px; }
    .news-body-text .news-pdf { margin-inline: -8px; padding: 8px; }
    .news-body-text .news-pdf iframe { min-height: 460px; }
    .download-section { padding-block: 68px; }
    .download-card { min-height: 98px; grid-template-columns: 60px minmax(0,1fr) 38px; gap: 13px; }
    .download-preview { width: 58px; height: 58px; }
    .download-copy strong { font-size: 14px; }
    .footer-main { grid-template-columns: 1fr; gap: 40px; }
    .footer-main address { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* 2026 luxury desktop refinement */
.announcement {
    height: 28px;
    color: #cdbb90;
    background: #070707;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header,
.site-header.is-scrolled {
    height: 88px;
    padding-inline: clamp(28px, 4vw, 68px);
    color: #fff;
    background: rgba(5,5,5,.96);
    border-color: rgba(255,255,255,.1);
    backdrop-filter: blur(22px);
}
.site-header.is-scrolled { height: 72px; }
.brand-logo { display: block; width: 166px; height: auto; }
.brand-logo-dark { display: none; }
.footer-logo { display: block; width: 185px; height: auto; }
.global-nav { gap: clamp(24px, 3vw, 48px); }
.global-nav a { color: #fff; }
.global-nav a:not(.nav-contact)::after { background: #c8a84f; }
.nav-contact { color: #111 !important; background: #fff; }
.nav-contact:hover { color: #111 !important; background: #d7bc72; }

.hero {
    min-height: 0;
    height: clamp(620px, calc(100vh - 116px), 780px);
    grid-template-columns: minmax(420px, 42%) 1fr;
    background: #e8e0d4;
}
.hero-copy {
    padding: 64px 5vw 64px max(52px, calc((100vw - 1400px)/2));
    background: #e8e0d4;
}
.hero h1 {
    margin-bottom: 28px;
    font-size: clamp(50px, 4.4vw, 72px);
    line-height: 1.28;
}
.hero-lead { margin-bottom: 34px; font-size: 13px; line-height: 2; }
.hero-visual {
    isolation: isolate;
    background:
        radial-gradient(circle at 52% 52%, rgba(255,255,255,.76) 0 15%, transparent 38%),
        linear-gradient(135deg, #d7b7b1 0%, #bc7772 53%, #6f3434 100%);
}
.hero-visual::before {
    content: "SPICA";
    inset: auto;
    top: 50%;
    left: 50%;
    color: rgba(255,255,255,.1);
    font-size: clamp(130px, 15vw, 250px);
    transform: translate(-50%,-50%);
}
.hero-series {
    position: absolute;
    z-index: 3;
    top: 36px;
    left: 42px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font: 500 34px/.8 var(--serif);
    letter-spacing: .06em;
}
.hero-series span { font: 500 8px/1 var(--sans); letter-spacing: .28em; }
.hero-stage { position: relative; z-index: 2; width: min(88%, 780px); height: min(80%, 570px); }
.hero-placeholder { width: 100% !important; height: 100% !important; object-fit: contain; filter: none !important; }
.hero-product {
    position: absolute !important;
    width: auto !important;
    object-fit: contain;
    filter: drop-shadow(0 30px 25px rgba(43,10,12,.28)) !important;
    animation: hero-in 1.05s cubic-bezier(.2,.7,.2,1) both;
}
.hero-product-serum { z-index: 2 !important; left: 2%; bottom: 10%; height: 50% !important; }
.hero-product-cleansing { z-index: 4 !important; left: 30%; bottom: 5%; height: 72% !important; }
.hero-product-silk { z-index: 3 !important; right: 19%; bottom: 9%; height: 56% !important; }
.hero-product-uv { z-index: 1 !important; right: 1%; bottom: 13%; height: 48% !important; }
.hero-caption { right: 22px; bottom: 24px; }

.section { padding-block: 112px; }
.intro { background: #fff; }
.intro-grid { max-width: 1100px; grid-template-columns: .82fr 1fr; gap: 12%; }
.display-heading { font-size: clamp(38px, 4.2vw, 60px); }
.products-preview { background: #f2efe9; }
.products-preview .section-heading-row { max-width: 1180px; }
.product-rail { max-width: 1320px; gap: 12px; }
.product-image-wrap { aspect-ratio: .9; }
.product-card-copy h3, .product-card-copy h2 { font-size: 22px; }
.ritual-grid { max-width: 1440px; margin-inline: auto; }
.ritual-image { min-height: 610px; }
.ritual-copy { padding: 72px clamp(48px, 6vw, 94px); }
.ritual-copy h2 { font-size: clamp(36px, 4vw, 56px); }
.founder-grid { max-width: 1120px; }
.founder-copy blockquote { font-size: clamp(32px, 3.5vw, 49px); }
.professional-banner { padding-block: 88px; }

.page-hero {
    min-height: 350px;
    padding: 72px 0 60px;
    color: #fff;
    border: 0;
    background:
        linear-gradient(90deg, rgba(8,8,8,.98), rgba(8,8,8,.82)),
        var(--section-image, none) 88% 50%/46% auto no-repeat,
        #080808;
}
.page-hero h1 { margin-bottom: 18px; font-size: clamp(44px, 5vw, 67px); }
.page-hero p:last-child { color: #c3beb7; }
.product-grid { max-width: 1180px; gap: 64px 18px; }
.product-card-large .product-image-wrap { aspect-ratio: 1.15; }
.product-card-large .product-card-copy h2 { font-size: clamp(27px, 2.5vw, 36px); }

.product-detail-hero {
    width: min(1320px, calc(100% - 64px));
    min-height: 610px;
    margin: 54px auto 80px;
    grid-template-columns: 52% 48%;
    background: #fff;
    box-shadow: 0 20px 60px rgba(40,30,18,.06);
}
.product-detail-image { min-height: 610px; }
.product-detail-image img { width: 52%; height: auto; max-height: 480px; }
.product-detail-copy { padding: 54px clamp(42px, 5vw, 76px); }
.product-detail-copy .eyebrow { margin-bottom: 12px; }
.product-detail-copy h1 { font-size: clamp(42px, 4.2vw, 61px); }
.product-japanese { margin-bottom: 22px; }
.product-detail-copy h2 { margin-bottom: 16px; font-size: clamp(24px, 2.4vw, 33px); }
.product-detail-copy > p:not(.eyebrow):not(.product-japanese) { margin-bottom: 22px; line-height: 2; }
.product-price { margin-block: 20px 22px; }
.product-features { background: #fff; }
.product-features .split-heading { max-width: 1120px; }
.product-scene { max-width: 1440px; margin-inline: auto; grid-template-columns: 55% 45%; }
.product-scene-image { min-height: 560px; }
.product-scene-copy { padding: 66px clamp(42px, 6vw, 88px); }
.next-products { background: #f1eee7; }

.product-local-nav {
    position: sticky;
    z-index: 40;
    top: 72px;
    min-height: 58px;
    padding-inline: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 72px);
    color: #fff;
    background: rgba(17,17,17,.96);
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 10px;
    letter-spacing: .13em;
    backdrop-filter: blur(16px);
}
.product-local-nav a { padding-block: 18px; border-bottom: 1px solid transparent; }
.product-local-nav a:hover { color: var(--gold-light); border-color: var(--gold-light); }
.product-story { min-height: 690px; display: grid; grid-template-columns: 44% 56%; background: var(--card-bg); }
.product-story-copy { padding: 90px clamp(48px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.product-story-copy h2 { margin: 0 0 32px; font: 400 clamp(38px, 4.5vw, 64px)/1.45 var(--serif-ja); }
.product-story-copy > p:not(.eyebrow) { margin: 0; max-width: 560px; color: #4e473f; font-family: var(--serif-ja); font-size: 14px; line-height: 2.35; }
.product-story.tone-black { --card-bg: #211f1b; color: #fff; }
.product-story.tone-black .product-story-copy { background: #211f1b; }
.product-story.tone-black .product-story-copy h2 { color: #fff; }
.product-story.tone-black .product-story-copy > p:not(.eyebrow) { color: #ded8cf; }
.product-story.tone-black .eyebrow { color: var(--gold-light); }
.product-story-visual { position: relative; min-height: 690px; overflow: hidden; }
.product-story-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 45%); pointer-events: none; }
.product-story-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-story-visual > span { position: absolute; z-index: 2; right: 24px; bottom: 28px; color: #fff; font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
.ingredient-section { color: #fff; background: #171614; }
.ingredient-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; }
.ingredient-heading .eyebrow { grid-column: 1 / -1; }
.ingredient-heading > p:last-child { margin: 0; color: #aaa39a; font-family: var(--serif-ja); font-size: 12px; line-height: 2; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.ingredient-grid article { min-height: 255px; padding: 32px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.ingredient-grid span { color: var(--gold-light); font: 500 9px/1 var(--sans); letter-spacing: .2em; }
.ingredient-grid h3 { margin: 48px 0 16px; font: 400 23px/1.5 var(--serif-ja); }
.ingredient-grid p { margin: 0; color: #bdb6ad; font-size: 11px; line-height: 2; }
.concern-section { padding: 100px 0; background: #fff; }
.concern-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; align-items: center; }
.concern-grid h2 { margin: 0; font: 400 clamp(38px, 4vw, 58px)/1.4 var(--serif-ja); }
.concern-grid ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.concern-grid li { min-height: 72px; padding: 20px 0; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); font-family: var(--serif-ja); font-size: 16px; }
.concern-grid li span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--gold); border-radius: 50%; font-family: var(--sans); font-size: 11px; }
.usage-steps { width: 100%; margin: 28px 0 18px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.usage-steps li { padding: 14px 0; display: grid; grid-template-columns: 42px 1fr; gap: 10px; border-bottom: 1px solid var(--line); }
.usage-steps span { color: var(--gold); font: 500 15px/1.8 var(--serif); }
.usage-steps p { margin: 0 !important; color: #4e473f !important; font-family: var(--serif-ja) !important; font-size: 12px !important; line-height: 1.9 !important; }
.faq-section { background: #f6f3ed; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12%; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 80px; padding: 22px 42px 22px 0; display: flex; align-items: center; gap: 22px; position: relative; cursor: pointer; list-style: none; font-family: var(--serif-ja); font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; font: 300 26px/1 var(--serif); transition: transform .25s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list summary span, .faq-list details > div > span { color: var(--gold); font: 500 22px/1 var(--serif); }
.faq-list details > div { padding: 0 44px 24px 0; display: grid; grid-template-columns: 24px 1fr; gap: 22px; }
.faq-list details > div p { margin: 0; color: #5d554c; font-size: 12px; line-height: 2; }

.partner-hero { min-height: 650px; }
.partner-hero h1 { font-size: clamp(52px, 6vw, 82px); }
.partner-intro { padding-block: 108px; }
.soala-section { min-height: 680px; }
.contact-hero { padding-block: 82px 64px; }
.contact-hero h1 { font-size: clamp(46px, 5.4vw, 70px); }

@media (max-width: 980px) {
    .site-header, .site-header.is-scrolled { height: 72px; }
    .brand-logo { width: 140px; }
    .menu-button { color: #fff; }
    .global-nav { background: #090909; }
    .global-nav a { color: #fff; }
    .hero { height: auto; grid-template-columns: 1fr; }
    .hero-copy { min-height: 500px; }
    .hero-visual { min-height: 510px; }
    .product-detail-hero { width: min(760px, calc(100% - 40px)); grid-template-columns: 1fr; }
    .product-detail-image { min-height: 520px; }
    .product-detail-image img { width: 52%; max-height: 420px; }
    .product-story { grid-template-columns: 1fr; }
    .product-story-copy { min-height: 520px; }
    .product-story-visual { min-height: 560px; }
    .ingredient-heading, .concern-grid, .faq-layout { grid-template-columns: 1fr; gap: 46px; }
    .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .announcement { height: 26px; white-space: nowrap; overflow: hidden; }
    .brand-logo { width: 126px; }
    .hero-copy { min-height: 480px; padding: 58px 24px; }
    .hero h1 { font-size: 44px; }
    .hero-visual { min-height: 400px; }
    .hero-series { top: 25px; left: 24px; font-size: 26px; }
    .hero-stage { width: 95%; height: 330px; }
    .hero-product-serum { left: 0; }
    .hero-product-cleansing { left: 27%; }
    .hero-product-silk { right: 18%; }
    .hero-product-uv { right: 0; }
    .section { padding-block: 82px; }
    .page-hero { min-height: 320px; padding-block: 62px 52px; background-size: auto, 85% auto, auto; }
    .page-hero h1 { font-size: 45px; }
    .product-detail-hero { width: 100%; margin: 0; box-shadow: none; }
    .product-detail-image { min-height: 420px; }
    .product-detail-image img { width: 64%; max-height: 330px; }
    .product-detail-copy { padding: 58px 24px 70px; }
    .product-detail-copy h1 { font-size: 41px; }
    .product-scene { display: block; }
    .product-scene-image { min-height: 390px; }
    .product-local-nav { top: 72px; min-height: 48px; padding-inline: 14px; justify-content: flex-start; gap: 24px; overflow-x: auto; white-space: nowrap; }
    .product-local-nav a { padding-block: 13px; }
    .product-story { display: block; min-height: 0; }
    .product-story-copy { min-height: 0; padding: 72px 24px; }
    .product-story-copy h2 { font-size: 38px; }
    .product-story-visual { min-height: 390px; }
    .ingredient-heading { margin-bottom: 42px; }
    .ingredient-grid { grid-template-columns: 1fr; }
    .ingredient-grid article { min-height: 220px; }
    .concern-section { padding-block: 78px; }
    .concern-grid { gap: 36px; }
    .concern-grid li { font-size: 14px; }
    .faq-layout { gap: 38px; }
    .footer-logo { width: 160px; }
}

/* Readability and Japanese line-break refinement */
:where(h1, h2, h3, blockquote, .display-heading) {
    word-break: auto-phrase;
    line-break: strict;
    text-wrap: balance;
}
.title-lines > span { display: block; white-space: nowrap; }
.intro-grid {
    max-width: 1180px;
    grid-template-columns: 1fr 1.08fr;
    gap: 8%;
}
.display-heading { font-size: clamp(42px, 3.8vw, 56px); line-height: 1.38; }
.partner-intro .display-heading { font-size: clamp(40px, 3.4vw, 50px); }
.intro-copy { font-size: 17px; line-height: 2.25; }
.intro-copy p { margin-bottom: 32px; }
.eyebrow { font-size: 11px; }
.button, .text-link { font-size: 12px; }
.hero-lead { font-size: 16px; }
.product-card-copy > p:first-child,
.product-category { font-size: 10px; }
.product-card-copy span { font-size: 12px; }
.product-card-copy strong { font-size: 13px; }
.ritual-copy > p:not(.eyebrow),
.founder-copy > p:not(.eyebrow),
.professional-inner > div:last-child p { font-size: 16px; }
.page-hero p:last-child,
.contact-hero p:last-child { font-size: 16px; }
.product-card-large .product-card-copy p { font-size: 15px; }
.care-note { font-size: 14px; }
.product-japanese { font-size: 13px; }
.product-detail-copy > p:not(.eyebrow):not(.product-japanese) { font-size: 15px; }
.product-meta { font-size: 12px; }
.feature-list p { font-size: 18px; }
.small-note { font-size: 11px !important; }
.product-story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 2.2; }
.ingredient-heading > p:last-child { font-size: 14px; }
.ingredient-grid span { font-size: 10px; }
.ingredient-grid p { font-size: 14px; line-height: 1.95; }
.usage-steps p { font-size: 14px !important; }
.faq-list summary { font-size: 18px; }
.faq-list details > div p { font-size: 14px; }
.support-grid p { font-size: 14px; line-height: 1.95; }
.support-grid h2 { font-size: 24px; }
.soala-copy > p:not(.eyebrow):not(.soala-sub),
.soala-page-copy > p:not(.eyebrow):not(.soala-page-kana) { font-size: 15px; }
.soala-copy li { font-size: 13px; }
.flow-section .section-heading-row > p { font-size: 15px; line-height: 2; }
.join-flow h3 { font-size: 22px; }
.join-flow p { font-size: 14px; line-height: 1.9; }
.soala-value-grid p,
.mechanism-grid p,
.type-grid p { font-size: 14px; line-height: 1.9; }
.soala-disclaimer { font-size: 11px; }
.soala-types .section-heading-row > p,
.soala-spec-copy > p:not(.eyebrow):not(.small-note) { font-size: 14px; }
.soala-spec-copy dl div { font-size: 13px; }
.soala-support .feature-list p { font-size: 13px; }
.contact-grid aside > p:not(.eyebrow),
.contact-grid address,
.contact-form label > span,
.selected-item,
.form-errors { font-size: 13px; }
.legal-page p { font-size: 15px; }
.footer-links,
.footer-main address { font-size: 12px; }
.footer-bottom { font-size: 10px; }
.product-scene-copy h2.title-lines { font-size: clamp(30px, 3.1vw, 42px); }
.soala-spec-copy h2.title-lines { font-size: clamp(34px, 3.2vw, 44px); }
.join-flow p { color: #5d554c; font-size: 15px; }
.support-grid p { font-size: 15px; }

@media (max-width: 980px) {
    .title-lines > span { white-space: normal; }
    .intro-grid { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 640px) {
    .display-heading,
    .partner-intro .display-heading { font-size: 37px; }
    .intro-copy { font-size: 15px; }
    .hero-lead,
    .ritual-copy > p:not(.eyebrow),
    .founder-copy > p:not(.eyebrow),
    .professional-inner > div:last-child p { font-size: 15px; }
    .ingredient-grid p,
    .join-flow p,
    .support-grid p,
    .soala-value-grid p,
    .mechanism-grid p,
    .type-grid p { font-size: 13px; }
}

/* Minimum readable type size: keep every visible label at 12px or larger. */
.announcement,
.global-nav,
.eyebrow,
.button,
.text-link,
.hero-caption,
.scroll-cue,
.hero-series span,
.product-card-copy > p:first-child,
.product-category,
.care-note,
.vertical-label,
.product-meta,
.product-price span,
.mini-product span,
.partner-hero-stat span,
.soala-visual span,
.soala-page-device span,
.product-story-visual > span,
.concern-grid li span,
.product-local-nav,
.footer-links,
.footer-main address,
.footer-bottom { font-size: 12px; }

.product-card-copy span,
.product-japanese,
.selected-item,
.form-errors,
.contact-grid aside > p:not(.eyebrow),
.contact-grid address,
.contact-form label > span,
.soala-spec-copy dl div,
.soala-support .feature-list p,
.soala-copy li { font-size: 13px; }

.product-card-copy strong,
.product-price { font-size: 14px; }

.small-note { font-size: 12px !important; }
.ingredient-grid span,
.soala-disclaimer,
.contact-form b { font-size: 12px; }

@media (max-width: 640px) {
    .announcement,
    .global-nav,
    .eyebrow,
    .hero-caption,
    .scroll-cue,
    .product-category,
    .product-card-copy > p:first-child,
    .product-local-nav,
    .footer-bottom { font-size: 12px; }
}

/* Prominent sequence numbers */
.join-flow span {
    display: block;
    color: var(--gold);
    font: 500 clamp(42px, 3.5vw, 52px)/.9 var(--serif);
    letter-spacing: .02em;
}
.join-flow h3 { margin-top: 34px; }
.join-flow li:not(:last-child)::after {
    top: 38px;
    font-size: 20px;
}

.support-grid > article > span,
.soala-value-grid > article > span {
    display: block;
    font: 500 clamp(36px, 3vw, 46px)/.9 var(--serif);
    letter-spacing: .02em;
}
.support-grid h2,
.soala-value-grid h3 { margin-top: 52px; }

.feature-list li,
.soala-support .feature-list li { grid-template-columns: 78px 1fr; }
.feature-list > li > span {
    font: 500 32px/.9 var(--serif);
    letter-spacing: .02em;
}

.product-index {
    top: 18px;
    left: 18px;
    font: 500 26px/.9 var(--serif);
}
.usage-steps li { grid-template-columns: 58px 1fr; }
.usage-steps span { font: 500 26px/1.25 var(--serif); }

@media (max-width: 640px) {
    .join-flow span { font-size: 46px; }
    .join-flow h3 { margin-top: 28px; }
    .join-flow li:not(:last-child)::after { top: 36px; }
    .support-grid > article > span,
    .soala-value-grid > article > span { font-size: 40px; }
}

/* Mobile full-screen navigation */
@media (max-width: 980px) {
    .site-header,
    .site-header.is-scrolled {
        height: 72px;
        padding-inline: 20px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .brand,
    .menu-button {
        position: relative;
        z-index: 4;
    }

    .menu-button {
        display: block;
        flex: 0 0 auto;
        color: #fff;
    }

    .global-nav {
        position: fixed;
        inset: 0;
        z-index: 3;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        padding: max(100px, calc(76px + env(safe-area-inset-top))) 28px max(40px, env(safe-area-inset-bottom));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: clamp(12px, 3.2vh, 28px);
        overflow-y: auto;
        color: #fff;
        background: #090909;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .4s cubic-bezier(.6,0,.2,1), opacity .25s ease, visibility 0s linear .4s;
    }

    .global-nav.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        transition-delay: 0s;
    }

    .global-nav a {
        width: min(100%, 320px);
        padding: 8px 0;
        color: #fff;
        font: 500 clamp(25px, 7vw, 32px)/1.25 var(--serif);
        text-align: center;
        letter-spacing: .08em;
    }

    .global-nav .nav-contact {
        width: min(220px, 72vw);
        min-height: 52px;
        margin-top: 10px;
        padding: 17px 24px !important;
        display: grid;
        place-items: center;
        font: 500 12px/1 var(--sans) !important;
    }

    body.menu-open {
        height: 100%;
        overflow: hidden;
        overscroll-behavior: none;
    }
}
