@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600&family=Noto+Serif+SC:wght@500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --ink: #232826;
  --ink-deep: #172a31;
  --ink-muted: #626a66;
  --paper: #f2eee5;
  --paper-bright: #faf8f3;
  --line: rgba(35, 40, 38, .17);
  --acid: #a95139;
  --tangerine: #a95139;
  --aqua: #3f6672;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
  --shadow: 0 24px 60px rgba(16, 45, 53, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], article[id] { scroll-margin-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
.zh-page { font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif; }
.zh-page h1, .zh-page h2, .zh-page h3, .zh-page .guide-cover > strong { letter-spacing: 0; }
.zh-page .hero-copy h1 { font-size: clamp(48px, 4vw, 60px); line-height: 1.08; }
.zh-page h2 { font-size: clamp(40px, 4.3vw, 62px); line-height: 1.12; }
.zh-page .hero-lede, .zh-page .manifesto-copy p, .zh-page .principle p, .zh-page .product-description, .zh-page .steps p, .zh-page .faq-list details p { line-height: 1.8; }
.zh-page .product-body h3, .zh-page .consult-top h3 { line-height: 1.18; }
.zh-page .button, .zh-page .eyebrow, .zh-page .desktop-nav, .zh-page .mobile-nav { letter-spacing: 0; }
.zh-page .guide-cover > strong { line-height: 1.12; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 12px 16px; border-radius: 0 0 6px 6px; color: var(--ink-deep); background: var(--acid); transition: top .2s ease; }
.skip-link:focus { top: 0; }

/* Header */
.site-header { position: fixed; top: 0; z-index: 20; width: 100%; color: var(--paper-bright); background: transparent; transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(244, 241, 232, .93); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; height: 78px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand em { color: var(--aqua); font-family: var(--serif); font-size: 14px; font-weight: 600; }
.brand-mark { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand-route { stroke: var(--tangerine); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.1; }
.desktop-nav { display: flex; gap: 33px; margin-left: auto; margin-right: 38px; font-family: var(--mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav a, .footer-nav a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-nav a:hover { color: var(--tangerine); }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 16px; padding: 0 21px; border: 1px solid transparent; border-radius: 1px; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-small { min-height: 38px; padding: 0 15px; color: var(--ink); background: var(--acid); font-size: 10px; }
.button-bright { color: var(--ink); background: var(--acid); }
.button-bright:hover { background: #e2ff77; }
.button-dark { color: var(--paper-bright); background: var(--ink); }
.button-dark:hover { background: var(--ink-deep); }
.button-outline { color: var(--paper-bright); border-color: rgba(244, 241, 232, .4); }
.button-outline:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); }
.button span { color: var(--tangerine); font-size: 16px; line-height: 0; }
.button-bright span { color: var(--ink); }
.menu-button, .mobile-nav { display: none; }

/* Common */
.section { padding: 136px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--aqua); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 29px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #64858b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; }
h1, h2 { font-weight: 600; }
h1 em, h2 em { color: var(--tangerine); font-family: var(--serif); letter-spacing: -.04em; }
h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 72px); line-height: .98; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--paper-bright); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid rgba(244, 241, 232, .35); padding-bottom: 6px; }
.text-link span { color: var(--tangerine); font-size: 17px; line-height: .7; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-dark { color: var(--ink); border-bottom-color: var(--line); }

/* Hero */
.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--paper-bright); background: var(--ink); }
.hero::before { position: absolute; content: ''; width: 630px; height: 630px; right: -160px; top: -190px; border-radius: 50%; background: radial-gradient(circle at 50% 60%, rgba(141, 217, 202, .25), transparent 64%); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(141, 217, 202, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(141, 217, 202, .18) 1px, transparent 1px); background-position: center center; background-size: 74px 74px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.hero-layout { position: relative; z-index: 1; display: grid; min-height: 675px; grid-template-columns: minmax(0, .95fr) minmax(470px, 1.05fr); gap: 5%; align-items: center; padding-top: 61px; }
.hero-copy { position: relative; z-index: 2; padding: 38px 0 30px; }
.hero-copy h1 { margin-bottom: 26px; font-size: clamp(61px, 7.8vw, 111px); line-height: .86; }
.hero-lede { max-width: 475px; margin-bottom: 35px; color: #b5c7c8; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-meta { display: none; }
.hero-meta div { display: grid; gap: 6px; }
.hero-meta strong { font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.hero-meta span { display: none; color: #88a3a6; font-size: 11px; }
.hero-visual { position: relative; z-index: 1; min-height: 560px; }
.sun-disc { position: absolute; z-index: 0; width: 247px; height: 247px; top: 73px; right: 47px; border-radius: 50%; background: var(--tangerine); opacity: .95; filter: blur(.1px); }
.globe { position: absolute; z-index: 1; width: min(490px, 100%); aspect-ratio: 1; top: 81px; right: 17px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 36% 28%, #2b6671, #184450 54%, #103039 100%); box-shadow: inset -33px -31px 65px rgba(3, 20, 25, .54), 0 28px 60px rgba(0, 0, 0, .24); }
.globe::before { position: absolute; inset: 0; content: ''; border: 1px solid rgba(215, 244, 91, .33); border-radius: 50%; }
.globe-line { position: absolute; inset: 7%; border: 1px solid rgba(141, 217, 202, .23); border-radius: 50%; }
.line-one { transform: rotate(17deg) scaleX(.34); }
.line-two { transform: rotate(-22deg) scaleX(.64); }
.line-three { transform: rotate(90deg) scaleY(.42); }
.line-four { transform: rotate(90deg) scaleY(.75); }
.land { position: absolute; background: #8ebdb1; opacity: .72; filter: blur(.2px); }
.land-one { width: 182px; height: 95px; left: 17%; top: 29%; border-radius: 52% 42% 45% 61%; transform: rotate(-23deg); clip-path: polygon(0 48%, 16% 12%, 40% 17%, 48% 0, 70% 26%, 100% 22%, 91% 60%, 63% 72%, 53% 100%, 29% 76%); }
.land-two { width: 119px; height: 151px; left: 56%; top: 41%; border-radius: 44% 55% 47% 58%; transform: rotate(16deg); clip-path: polygon(8% 0, 66% 9%, 86% 31%, 100% 50%, 68% 57%, 77% 86%, 44% 100%, 20% 69%, 0 52%, 19% 27%); }
.land-three { width: 96px; height: 73px; left: 34%; top: 69%; border-radius: 50%; transform: rotate(21deg); clip-path: polygon(0 42%, 31% 7%, 64% 0, 100% 34%, 77% 79%, 34% 100%); }
.route { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--acid); stroke-dasharray: 8 8; stroke-linecap: round; stroke-width: 2.3; }
.map-pin { position: absolute; z-index: 3; display: grid; width: 14px; height: 14px; place-items: center; border: 2px solid var(--acid); border-radius: 50%; background: var(--ink); }
.map-pin i { width: 4px; height: 4px; border-radius: 50%; background: var(--acid); }
.pin-one { left: 14%; top: 59%; }.pin-two { left: 48%; top: 49%; }.pin-three { left: 84%; top: 42%; }
.postcard { position: absolute; z-index: 4; padding: 15px 16px 14px; color: var(--ink); background: var(--paper-bright); box-shadow: 10px 14px 32px rgba(5, 20, 24, .25); }
.postcard-top { top: 120px; left: 3px; width: 164px; transform: rotate(-8deg); }.postcard-bottom { right: 0; bottom: 64px; width: 174px; transform: rotate(6deg); }
.postcard-number { display: block; margin-bottom: 22px; color: #71949a; font-family: var(--mono); font-size: 10px; }
.postcard p { margin: 0 0 6px; color: #71949a; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.postcard strong { display: block; font-size: 15px; letter-spacing: -.04em; }
.compass { position: absolute; z-index: 5; right: 40px; top: 48px; width: 61px; height: 61px; display: grid; place-items: center; border: 1px solid rgba(141, 217, 202, .55); border-radius: 50%; color: var(--aqua); font-family: var(--mono); font-size: 9px; }
.compass::before, .compass::after { position: absolute; content: ''; width: 1px; height: 100%; background: rgba(141, 217, 202, .35); }.compass::after { transform: rotate(90deg); }.compass i { position: absolute; width: 1px; height: 35px; background: var(--tangerine); transform: rotate(42deg); }.compass span { position: absolute; top: 6px; }

/* Manifesto */
.manifesto { background: var(--paper-bright); }
.manifesto-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 11%; align-items: end; padding-bottom: 100px; border-bottom: 1px solid var(--line); }.manifesto-copy { max-width: 385px; padding-bottom: 5px; }.manifesto-copy p { color: var(--ink-muted); font-size: 16px; line-height: 1.65; }.manifesto-copy p + p { margin-bottom: 0; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6.5%; padding-top: 58px; }.principle { position: relative; padding-top: 4px; }.principle + .principle { border-left: 1px solid var(--line); padding-left: 25px; }.principle-index { color: #89a6a7; font-family: var(--mono); font-size: 10px; }.principle svg { display: block; width: 44px; height: 44px; margin: 35px 0 24px; fill: none; stroke: var(--tangerine); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }.principle h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.04em; }.principle p { max-width: 258px; margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.65; }

/* Products */
.products { background: var(--paper); }.products-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; }.products-heading > p { max-width: 280px; margin: 0 1% 5px 0; color: var(--ink-muted); font-size: 14px; line-height: 1.6; }.product-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 20px; align-items: stretch; }.product-card { overflow: hidden; background: var(--paper-bright); }.product-featured { display: grid; grid-template-columns: .85fr 1.15fr; }.product-art { position: relative; min-height: 560px; overflow: hidden; background: #c0dfd3; }.product-art::before { position: absolute; content: ''; width: 370px; height: 370px; left: -90px; bottom: -110px; border: 1px solid rgba(16, 45, 53, .25); border-radius: 50%; box-shadow: 0 0 0 24px rgba(16, 45, 53, .07), 0 0 0 51px rgba(16, 45, 53, .06); }.guide-cover { position: absolute; z-index: 1; top: 82px; left: 49px; width: 208px; height: 330px; padding: 19px; color: var(--paper-bright); background: var(--ink); box-shadow: 11px 19px 30px rgba(16, 45, 53, .24); transform: rotate(-8deg); }.guide-cover p { display: flex; justify-content: space-between; margin: 0; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }.guide-cover p span { color: var(--aqua); }.guide-cover-map { position: absolute; top: 78px; left: 31px; width: 145px; height: 115px; border: 1px solid rgba(215, 244, 91, .4); border-radius: 50%; transform: rotate(24deg) scaleX(.83); }.guide-cover-map::before, .guide-cover-map::after { position: absolute; content: ''; inset: 0; border: 1px solid rgba(215, 244, 91, .28); border-radius: 50%; }.guide-cover-map::before { transform: rotate(50deg); }.guide-cover-map::after { transform: rotate(-50deg); }.guide-cover-map i { position: absolute; width: 6px; height: 6px; border: 1px solid var(--acid); border-radius: 50%; }.guide-cover-map i:nth-child(1) { top: 21px; left: 29px; }.guide-cover-map i:nth-child(2) { top: 57px; right: 32px; }.guide-cover-map i:nth-child(3) { bottom: 12px; left: 63px; }.guide-cover > strong { position: absolute; bottom: 70px; left: 19px; color: var(--acid); font-size: 29px; line-height: .92; letter-spacing: -.065em; }.guide-cover small { position: absolute; bottom: 19px; left: 19px; color: #9cb7b6; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }.guide-shadow { position: absolute; width: 174px; height: 28px; left: 55px; bottom: 91px; border-radius: 50%; background: rgba(16, 45, 53, .26); filter: blur(10px); transform: rotate(-8deg); }.art-stamp { position: absolute; z-index: 2; right: 17px; bottom: 55px; display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: var(--mono); font-size: 8px; line-height: 1.35; text-align: center; transform: rotate(14deg); }.product-body { display: flex; flex-direction: column; padding: 46px 44px 38px; }.product-labels { display: flex; gap: 8px; margin-bottom: 62px; }.product-labels span { padding: 7px 9px; border: 1px solid #b7d9ce; border-radius: 20px; color: #4e7c79; font-family: var(--mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }.product-kicker { margin-bottom: 12px; color: #739092; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.product-body h3, .consult-top h3 { margin-bottom: 17px; font-size: 31px; line-height: 1.04; }.product-description { color: var(--ink-muted); font-size: 14px; line-height: 1.62; }.check-list { display: grid; gap: 11px; margin: 20px 0 33px; padding: 0; list-style: none; color: var(--ink); font-family: var(--mono); font-size: 10px; }.check-list li { display: flex; align-items: center; gap: 11px; }.check-list li::before { content: '✓'; color: #6c9a94; font-family: var(--sans); font-size: 13px; }.product-buy-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 23px; border-top: 1px solid var(--line); }.price { display: flex; align-items: center; gap: 3px; }.price sup { align-self: flex-start; margin-top: 9px; font-family: var(--mono); font-size: 13px; }.price strong { font-size: 42px; line-height: 1; letter-spacing: -.08em; }.price span { margin-left: 7px; color: #799396; font-family: var(--mono); font-size: 8px; line-height: 1.25; letter-spacing: .06em; text-transform: uppercase; }.delivery-note { margin: 22px 0 0; color: #789497; font-family: var(--mono); font-size: 9px; letter-spacing: .03em; }.delivery-note span { color: var(--tangerine); }
.consult-card { display: flex; flex-direction: column; padding: 46px 44px 39px; color: var(--paper-bright); background: var(--ink); }.consult-top { display: flex; align-items: start; justify-content: space-between; gap: 15px; }.consult-top .product-kicker { color: var(--aqua); }.consult-top h3 { font-size: 33px; }.popular-badge { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 8px 10px; color: var(--ink); background: var(--acid); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }.consult-route { position: relative; height: 110px; margin: 22px 0 28px; border-top: 1px solid rgba(141, 217, 202, .28); border-bottom: 1px solid rgba(141, 217, 202, .28); }.consult-route::before { position: absolute; top: 30px; left: 0; width: 100%; height: 50px; content: ''; border-top: 1px dashed var(--tangerine); border-radius: 50%; transform: rotate(-12deg); }.consult-route i { position: absolute; z-index: 1; top: 44px; width: 9px; height: 9px; border: 2px solid var(--acid); border-radius: 50%; background: var(--ink); }.consult-route i:nth-child(1) { left: 3%; }.consult-route i:nth-child(2) { left: 44%; }.consult-route i:nth-child(3) { right: 4%; }.consult-route span { position: absolute; right: 0; bottom: 9px; color: #6f9799; font-family: var(--mono); font-size: 8px; letter-spacing: .08em; }.consult-card .product-description { max-width: 430px; color: #a5bbbb; }.check-list-light { color: var(--paper-bright); margin-top: 31px; }.check-list-light li::before { color: var(--acid); }.scarcity-note { margin: -5px 0 19px; color: #ffad73; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .03em; }.consult-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 25px; border-top: 1px solid rgba(244, 241, 232, .2); }.price-light > span { margin: 0 6px 0 0; color: #86a6a6; }.price-light strong { color: var(--acid); }.price-light sup { color: var(--paper-bright); }.consult-card .button { min-width: 176px; }.consult-delivery { margin-top: 20px; color: #86a6a6; }.refund-note { margin: 10px 0 0; color: #789497; font-family: var(--mono); font-size: 8px; line-height: 1.45; }

/* Process / FAQ / CTA */
.how-it-works { background: #e9e6dc; }.center-heading { text-align: center; }.center-heading .eyebrow { justify-content: center; }.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 970px; margin: 70px auto 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: 62px 1fr; gap: 19px; padding: 0 35px; }.steps li + li { border-left: 1px solid var(--line); }.steps li > span { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid #88aaa5; border-radius: 50%; color: #4d7776; font-family: var(--mono); font-size: 11px; }.steps h3 { margin: 6px 0 9px; font-size: 19px; }.steps p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.6; }
.outcomes { background: var(--paper-bright); }.outcomes-heading { margin-bottom: 55px; }.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.outcome-note { min-height: 260px; padding: 27px 25px 23px; border: 1px solid var(--line); background: var(--paper); }.outcome-note-dark { color: var(--paper-bright); border-color: transparent; background: var(--ink); }.outcome-label { display: block; margin-bottom: 45px; color: #6c8c90; font-family: var(--mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }.outcome-note-dark .outcome-label { color: var(--aqua); }.outcome-note blockquote { margin: 0 0 25px; font-family: var(--serif); font-size: 22px; line-height: 1.18; letter-spacing: -.035em; }.outcome-note p { margin: 0; color: #789497; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }.outcome-note-dark p { color: #86a6a6; }
.faq { background: var(--paper-bright); }.faq-layout { display: grid; grid-template-columns: .77fr 1.23fr; gap: 14%; }.faq-intro > p:not(.eyebrow) { margin: 31px 0 16px; color: var(--ink-muted); font-size: 13px; }.faq-list details { padding: 23px 0; border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 16px; font-weight: 600; letter-spacing: -.03em; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; display: block; width: 18px; height: 18px; flex: 0 0 auto; }.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 8px; left: 1px; width: 16px; height: 1px; content: ''; background: var(--ink); transition: transform .2s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 545px; margin: 14px 35px 0 0; color: var(--ink-muted); font-size: 14px; line-height: 1.6; }
.final-cta { position: relative; overflow: hidden; color: var(--paper-bright); text-align: center; background: var(--ink); }.final-cta::before { position: absolute; content: ''; width: 720px; height: 720px; top: -365px; left: 50%; border: 1px solid rgba(141, 217, 202, .2); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 66px rgba(141, 217, 202, .06), 0 0 0 137px rgba(141, 217, 202, .045), 0 0 0 220px rgba(141, 217, 202, .035); }.final-cta-inner { position: relative; z-index: 1; display: flex; min-height: 480px; flex-direction: column; align-items: center; justify-content: center; }.final-cta .eyebrow { margin-bottom: 25px; }.final-cta h2 { margin-bottom: 22px; font-size: clamp(52px, 7vw, 87px); }.final-cta-inner > p:not(.eyebrow) { margin-bottom: 30px; color: #a5bbbb; font-size: 15px; }.final-orbit i { position: absolute; top: 64px; width: 6px; height: 6px; border-radius: 50%; background: var(--tangerine); }.final-orbit i:nth-child(1) { left: 18%; }.final-orbit i:nth-child(2) { right: 15%; top: 185px; background: var(--acid); }.final-orbit i:nth-child(3) { left: 27%; top: 372px; width: 4px; height: 4px; background: var(--aqua); }

/* Footer */
.site-footer { color: #a7bebd; background: var(--ink-deep); }.footer-main { display: flex; align-items: start; justify-content: space-between; padding: 67px 0 63px; }.brand-footer { color: var(--paper-bright); }.brand-footer em { color: var(--aqua); }.footer-main > div:first-child > p { max-width: 250px; margin: 19px 0 0; color: #6f8e91; font-size: 12px; line-height: 1.6; }.footer-nav { display: flex; gap: 95px; }.footer-nav div { display: grid; align-content: start; gap: 12px; min-width: 113px; }.footer-nav strong { margin-bottom: 6px; color: var(--paper-bright); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.footer-nav a { color: #84a0a1; font-size: 12px; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-top: 1px solid rgba(141, 217, 202, .16); color: #638084; font-family: var(--mono); font-size: 9px; letter-spacing: .02em; }.footer-bottom p { margin: 0; }
.toast { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: grid; gap: 4px; max-width: 340px; padding: 17px 19px; border-left: 3px solid var(--tangerine); color: var(--paper-bright); background: var(--ink-deep); box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .25s ease, transform .25s ease; }.toast.visible { opacity: 1; transform: translateY(0); }.toast strong { color: var(--acid); font-size: 12px; }.toast span { color: #a4bcba; line-height: 1.4; }

/* Clean legal pages */
.legal-page { min-height: 100vh; color: var(--ink); background: var(--paper-bright); }.legal-header { padding: 25px 0; border-bottom: 1px solid var(--line); }.legal-header .brand { color: var(--ink); }.legal-header .button { margin-left: auto; }.legal-nav { display: flex; align-items: center; justify-content: space-between; }.legal-main { max-width: 780px; padding: 100px 0; }.legal-main .eyebrow { color: #64858b; }.legal-main h1 { margin-bottom: 24px; font-size: clamp(50px, 7vw, 82px); line-height: .93; }.legal-main .updated { margin-bottom: 64px; color: #789497; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.legal-main h2 { margin: 42px 0 13px; font-size: 24px; }.legal-main p, .legal-main li { color: var(--ink-muted); font-size: 15px; line-height: 1.72; }.legal-main ul { padding-left: 22px; }.legal-main a { color: #477c78; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 620px) {
  .consult-top { display: block; }
  .popular-badge { margin-top: 7px; }
  .refund-note { font-size: 8px; }
  .outcomes-heading { margin-bottom: 40px; }
  .outcome-grid { grid-template-columns: 1fr; gap: 14px; }
  .outcome-note { min-height: auto; padding: 24px 21px 21px; }
  .outcome-label { margin-bottom: 28px; }
  .outcome-note blockquote { font-size: 21px; }
}

/* Motion */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.is-visible { opacity: 1; transform: none; }.hero-visual.is-visible .globe { animation: float-globe 8s ease-in-out infinite; }.hero-visual.is-visible .postcard-top { animation: float-card 7s ease-in-out infinite; }.hero-visual.is-visible .postcard-bottom { animation: float-card 8s 1s ease-in-out infinite reverse; }
@keyframes float-globe { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes float-card { 0%, 100% { margin-top: 0; } 50% { margin-top: -8px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .shell { width: min(calc(100% - 48px), 760px); }
  .desktop-nav, .desktop-cta { display: none; }.menu-button { display: grid; width: 38px; height: 38px; place-content: center; gap: 6px; padding: 0; border: 1px solid rgba(244, 241, 232, .45); background: transparent; cursor: pointer; }.menu-button span { display: block; width: 16px; height: 1px; background: currentColor; transition: transform .2s ease; }.site-header.scrolled .menu-button { border-color: var(--line); }.menu-button[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.mobile-nav { position: absolute; top: 78px; right: 0; left: 0; display: grid; gap: 25px; padding: 25px 24px 30px; color: var(--paper-bright); background: var(--ink-deep); font-family: var(--mono); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; transform: translateY(-130%); transition: transform .3s ease; }.mobile-nav.is-open { transform: none; }.mobile-nav .button { width: 100%; margin-top: 5px; }
  .hero { min-height: 850px; }.hero-layout { min-height: 775px; grid-template-columns: 1fr; gap: 0; padding-top: 95px; }.hero-copy { align-self: start; padding-top: 42px; }.hero-copy h1 { font-size: clamp(64px, 11vw, 88px); }.hero-lede { max-width: 515px; }.hero-meta { margin-top: 38px; padding-top: 19px; }.hero-visual { position: absolute; right: -25px; bottom: 58px; width: 545px; min-height: 435px; transform: scale(.83); transform-origin: right bottom; }.sun-disc { top: 40px; }.globe { top: 49px; }.postcard-top { top: 77px; }.postcard-bottom { bottom: 18px; }.compass { top: 20px; }
  .manifesto-layout { gap: 7%; }.product-featured { grid-template-columns: 1fr; }.product-art { min-height: 430px; }.guide-cover { left: 50%; transform: translateX(-50%) rotate(-8deg); }.guide-shadow { left: calc(50% - 100px); }.art-stamp { right: 17%; bottom: 41px; }.product-body { min-height: 570px; }.product-grid { grid-template-columns: 1fr; }.consult-card { min-height: 550px; }.faq-layout { gap: 8%; }.steps li { padding: 0 20px; }
}
@media (max-width: 620px) {
  .zh-page .hero-copy h1 { font-size: 42px; line-height: 1.12; }
  .zh-page h2 { font-size: 40px; line-height: 1.16; }
  .zh-page .final-cta h2 { font-size: 42px; }
  .zh-page .product-body h3, .zh-page .consult-top h3 { font-size: 26px; }
  .shell { width: calc(100% - 40px); }.nav-wrap { height: 70px; }.brand { font-size: 14px; }.brand-mark { width: 26px; height: 26px; }.mobile-nav { top: 70px; }.section { padding: 92px 0; }
  .hero { min-height: 810px; }.hero-layout { min-height: 740px; padding-top: 70px; }.hero-copy { padding-top: 54px; }.hero-copy h1 { margin-bottom: 23px; font-size: clamp(54px, 16vw, 78px); }.hero-lede { font-size: 14px; line-height: 1.62; }.hero-actions { align-items: start; flex-direction: column; gap: 23px; }.hero-meta { display: none; }.hero-visual { right: -100px; bottom: 20px; transform: scale(.5); }
  .manifesto-layout { display: block; padding-bottom: 57px; }.manifesto-copy { margin-top: 32px; }.manifesto-copy p { font-size: 14px; }.principles-grid { grid-template-columns: 1fr; gap: 0; padding-top: 0; }.principle { padding: 38px 0 34px; border-bottom: 1px solid var(--line); }.principle:first-child { padding-top: 43px; }.principle + .principle { padding-left: 0; border-left: 0; }.principle svg { margin: 21px 0 15px; }.principle h3 { font-size: 18px; }.principle p { max-width: 320px; }
  .products-heading { display: block; margin-bottom: 40px; }.products-heading > p { margin-top: 23px; font-size: 13px; }.product-art { min-height: 390px; }.guide-cover { top: 43px; }.product-body { min-height: auto; padding: 34px 25px 30px; }.product-labels { flex-wrap: wrap; margin-bottom: 41px; }.product-body h3 { font-size: 28px; }.product-buy-row { align-items: end; flex-direction: column; }.product-buy-row .button { width: 100%; }.delivery-note { margin-top: 17px; }.consult-card { min-height: auto; padding: 35px 25px 30px; }.consult-top h3 { font-size: 28px; }.duration { width: 53px; height: 53px; }.consult-route { margin: 20px 0 23px; }.consult-footer { align-items: end; flex-direction: column; }.consult-footer .button { width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 0; margin-top: 47px; }.steps li { grid-template-columns: 49px 1fr; padding: 25px 0; }.steps li + li { border-top: 1px solid var(--line); border-left: 0; }.steps li > span { width: 39px; height: 39px; }.steps h3 { margin-top: 3px; font-size: 18px; }.faq-layout { display: block; }.faq-intro { margin-bottom: 45px; }.faq-list summary { font-size: 14px; }.faq-list details { padding: 19px 0; }.faq-list details p { margin-right: 0; font-size: 13px; }
  .final-cta-inner { min-height: 440px; }.final-cta h2 { font-size: clamp(49px, 15vw, 67px); }.final-cta-inner > p:not(.eyebrow) { max-width: 280px; font-size: 13px; }.final-cta .button { width: 100%; }.final-orbit i:nth-child(1) { left: 3%; }.final-orbit i:nth-child(2) { right: 3%; }.final-orbit i:nth-child(3) { left: 18%; top: 355px; }
  .footer-main { display: block; padding: 51px 0 43px; }.footer-nav { gap: 35px; margin-top: 42px; }.footer-bottom { align-items: start; flex-direction: column; justify-content: center; gap: 7px; min-height: 81px; }.legal-header .shell { width: calc(100% - 40px); }.legal-main { padding: 72px 0; }.legal-main h1 { font-size: 54px; }.legal-main .updated { margin-bottom: 43px; }.legal-main h2 { margin-top: 34px; font-size: 21px; }.legal-main p, .legal-main li { font-size: 14px; }.toast { right: 15px; bottom: 15px; left: 15px; max-width: none; }
}

/* Editorial travel redesign */
body { background: var(--paper); }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; }
h1 em, h2 em { letter-spacing: 0; }
h3, .button, .desktop-nav, .mobile-nav { letter-spacing: 0; }
.zh-page h1, .zh-page h2, .zh-page .outcome-note blockquote { font-family: "Noto Serif SC", "Songti SC", serif; }
.site-header { color: var(--ink); background: rgba(250, 248, 243, .93); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.site-header.scrolled { color: var(--ink); background: rgba(250, 248, 243, .97); }
.brand em { color: var(--tangerine); }
.desktop-nav { margin-right: 28px; }
.desktop-nav { gap: 26px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; content: ''; background: var(--tangerine); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.language-switch { color: var(--aqua); font-weight: 600; }
.button { border-radius: 0; }
.button-small, .button-bright { color: var(--paper-bright); background: var(--aqua); }
.button-small:hover, .button-bright:hover { color: var(--paper-bright); background: #315761; }
.button-dark { background: var(--aqua); }
.button-dark:hover { background: #315761; }
.button span, .button-bright span { color: inherit; }

.hero { min-height: 860px; color: var(--ink); background: var(--paper-bright); }
.hero::before { z-index: 1; width: auto; height: auto; inset: 78px 0 0; border-radius: 0; background: linear-gradient(90deg, rgba(250, 248, 243, .98) 0%, rgba(250, 248, 243, .95) 30%, rgba(250, 248, 243, .63) 48%, rgba(250, 248, 243, .08) 73%, transparent 100%); }
.hero-grid { display: none; }
.hero-layout { display: block; min-height: 780px; padding-top: 78px; }
.hero-copy { z-index: 3; width: min(545px, 48%); padding: 112px 0 40px; }
.hero-copy h1 { margin-bottom: 28px; font-size: clamp(66px, 6.5vw, 96px); line-height: .94; }
.zh-page .hero-copy { width: min(650px, 55%); }
.zh-page .hero-copy h1 { font-size: clamp(58px, 5vw, 72px); line-height: 1.08; }
.zh-page .hero-lede { max-width: 560px; }
.hero-copy h1 em { color: var(--tangerine); font-weight: 500; }
.hero-lede { max-width: 455px; color: #4e5653; font-size: 15px; line-height: 1.75; }
.hero .text-link { color: var(--ink); border-bottom-color: rgba(35, 40, 38, .36); }
.hero-actions { gap: 12px; }
.hero-product-button { width: 248px; min-height: 54px; padding: 0 18px; }
.hero-product-button-secondary { color: var(--aqua); background: rgba(250, 248, 243, .68); border-color: rgba(63, 102, 114, .56); }
.hero-product-button-secondary:hover { color: var(--paper-bright); background: var(--aqua); border-color: var(--aqua); }
.hero-product-button span { font-size: 15px; }
.editorial-photo { position: absolute; z-index: 0; top: 78px; bottom: 0; left: 50%; width: 100vw; height: calc(100% - 78px); min-height: 0; margin: 0; overflow: hidden; transform: translateX(-50%); }
.editorial-photo::before { position: absolute; z-index: 1; inset: 0; content: ''; background: linear-gradient(90deg, rgba(250, 248, 243, .98) 0%, rgba(250, 248, 243, .95) 30%, rgba(250, 248, 243, .62) 49%, rgba(250, 248, 243, .08) 74%, transparent 100%); pointer-events: none; }
.editorial-photo::after { position: absolute; inset: 0; content: ''; background: rgba(174, 133, 84, .08); mix-blend-mode: multiply; pointer-events: none; }
.editorial-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; filter: saturate(.72) contrast(1.05) sepia(.08); }

.eyebrow { color: var(--aqua); letter-spacing: .09em; }
.eyebrow-dark { color: var(--aqua); }
.section { padding: 150px 0; }
.manifesto { background: var(--paper-bright); }
.manifesto-layout { grid-template-columns: 1.18fr .82fr; gap: 12%; align-items: start; padding-bottom: 90px; }
.manifesto-intro h2 { max-width: 690px; }
.manifesto-deck { max-width: 520px; margin: 34px 0 0; color: var(--ink-muted); font-size: 16px; line-height: 1.75; }
.zh-page .manifesto-deck { line-height: 1.85; }
.manifesto-copy { max-width: 430px; }
.manifesto-copy p { color: var(--ink-muted); }
.manifesto-offer { padding: 0 0 28px; border-bottom: 1px solid var(--line); }
.manifesto-offer + .manifesto-offer { padding-top: 28px; }
.manifesto-offer-label { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--aqua); font-family: var(--mono); }
.manifesto-offer-label span { font-size: 10px; }
.manifesto-offer-label small { font-size: 9px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.manifesto-offer h3 { margin: 14px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: 0; line-height: 1.15; }
.zh-page .manifesto-offer h3 { font-family: 'Noto Serif SC', Georgia, serif; font-size: 25px; }
.manifesto-offer p { margin: 0; font-size: 14px; line-height: 1.75; }
.zh-page .manifesto-offer p { line-height: 1.85; }
.manifesto-photo { margin: 34px 0 0; }
.manifesto-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.68) contrast(1.04) sepia(.12); }
.manifesto-photo figcaption { margin-top: 10px; color: #7c817e; font-family: var(--mono); font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.principles-grid { gap: 0; }
.principle { padding-right: 38px; }
.principle + .principle { padding-left: 38px; }
.principle svg { stroke: var(--tangerine); }
.principle h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: 0; }

.products { background: var(--paper); }
.products-heading h2 { font-size: clamp(52px, 5.4vw, 76px); }
.product-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
.product-card { border: 1px solid var(--line); background: var(--paper-bright); }
.product-featured { grid-template-columns: .82fr 1.18fr; }
.product-art { background-color: #a9a394; background-image: linear-gradient(rgba(35, 40, 38, .12), rgba(35, 40, 38, .24)), url('assets/editorial-coffee.jpg'); background-position: center; background-size: cover; }
.product-art::before { display: none; }
.guide-cover { color: var(--paper-bright); background: var(--ink-deep); box-shadow: 11px 20px 40px rgba(23, 42, 49, .3); }
.guide-cover > strong { color: #e0b7a6; }
.guide-cover-map { border-color: rgba(250, 248, 243, .35); }
.guide-cover-map::before, .guide-cover-map::after { border-color: rgba(250, 248, 243, .22); }
.guide-cover-map i { border-color: var(--paper-bright); }
.product-body h3, .consult-top h3 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; }
.product-labels span { color: var(--aqua); border-color: rgba(63, 102, 114, .35); }
.check-list li::before { color: var(--tangerine); }
.consult-card { border-color: transparent; background: var(--ink-deep); }
.consult-top .product-kicker { color: #b8c9cd; }
.popular-badge { color: var(--paper-bright); background: var(--tangerine); }
.check-list-light li::before { color: #dba88f; }
.price-light strong { color: #e0b7a6; }
.scarcity-note { color: #e0b7a6; }
.button-outline:hover { color: var(--paper-bright); background: var(--tangerine); border-color: var(--tangerine); }

.how-it-works { background: #e8e2d7; }
.steps h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: 0; }
.steps li > span { border-color: var(--tangerine); color: var(--tangerine); }
.outcomes { background: var(--paper-bright); }
.outcome-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-note { min-height: 285px; padding: 37px 32px 30px; border: 0; background: transparent; }
.outcome-note + .outcome-note { border-left: 1px solid var(--line); }
.outcome-note-dark { color: var(--ink); background: #ebe5da; }
.outcome-note blockquote { font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: 0; }
.outcome-note-dark .outcome-label, .outcome-note-dark p { color: var(--aqua); }
.faq { background: var(--paper); }
.faq-list summary { font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: 0; }
.final-cta { color: var(--paper-bright); background-image: linear-gradient(rgba(23, 42, 49, .72), rgba(23, 42, 49, .76)), url('assets/editorial-coffee.jpg'); background-position: center 48%; background-size: cover; }
.final-cta::before { display: none; }
.final-cta h2 { color: var(--paper-bright); }
.final-cta h2 em { color: #e3b49e; }
.final-cta .button-bright { background: var(--tangerine); }
.site-footer { background: var(--ink-deep); }

@media (max-width: 980px) {
  .hero { min-height: 880px; }
  .hero-layout { min-height: 802px; padding-top: 78px; }
  .hero-copy { width: 68%; padding-top: 108px; }
  .hero-copy h1 { font-size: 76px; }
  .zh-page .hero-copy { width: 74%; }
  .zh-page .hero-copy h1 { font-size: 58px; }
  .editorial-photo { right: auto; left: 50%; width: 100vw; min-height: 0; transform: translateX(-50%); }
  .manifesto-layout { gap: 7%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-featured { grid-template-columns: .82fr 1.18fr; }
  .product-body { min-height: 0; }
}

@media (max-width: 760px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-product-button { width: 100%; max-width: 340px; }
}

@media (max-width: 620px) {
  .site-header { background: rgba(250, 248, 243, .96); }
  .menu-button { border-color: var(--line); }
  .mobile-nav { color: var(--paper-bright); background: var(--ink-deep); }
  .hero { min-height: 810px; }
  .hero::before { inset: 70px 0 0; background: linear-gradient(180deg, rgba(250, 248, 243, .99) 0%, rgba(250, 248, 243, .96) 52%, rgba(250, 248, 243, .65) 68%, rgba(250, 248, 243, .12) 100%); }
  .hero-layout { min-height: 740px; padding-top: 70px; }
  .hero-copy { width: 100%; padding: 75px 0 0; }
  .hero-copy h1 { font-size: 54px; line-height: .98; }
  .zh-page .hero-copy { width: 100%; }
  .zh-page .hero-copy h1 { font-size: 38px; line-height: 1.14; }
  .hero-lede { max-width: 340px; color: #49514e; }
  .hero-actions { gap: 19px; }
  .editorial-photo { top: 70px; right: auto; bottom: 0; left: 50%; width: 100vw; height: calc(100% - 70px); transform: translateX(-50%); }
  .editorial-photo::before { background: linear-gradient(180deg, rgba(250, 248, 243, .99) 0%, rgba(250, 248, 243, .96) 52%, rgba(250, 248, 243, .62) 69%, rgba(250, 248, 243, .08) 100%); }
  .editorial-photo img { object-position: 59% center; }
  .section { padding: 105px 0; }
  .manifesto-layout { display: block; }
  .manifesto-intro h2 { max-width: 610px; }
  .manifesto-deck { max-width: 520px; margin-top: 25px; font-size: 15px; }
  .manifesto-copy { max-width: none; }
  .manifesto-photo { margin-top: 34px; }
  .principle { padding-right: 0; }
  .principle + .principle { padding-left: 0; }
  .principle h3 { font-size: 23px; }
  .products-heading h2 { font-size: 47px; }
  .zh-page .products-heading h2 { font-size: 40px; }
  .product-featured { grid-template-columns: 1fr; }
  .product-art { min-height: 420px; }
  .product-card { border-color: var(--line); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-note { min-height: auto; }
  .outcome-note + .outcome-note { border-top: 1px solid var(--line); border-left: 0; }
  .outcome-note blockquote { font-size: 23px; }
  .faq-list summary { font-size: 17px; }
}

/* Unified service tiers */
.products-heading { margin-bottom: 48px; }
.service-progression { display: grid; grid-template-columns: 1fr 170px 1fr; align-items: center; margin-bottom: 24px; }
.progress-step { display: flex; align-items: center; gap: 17px; min-height: 72px; padding: 14px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.progress-step > span { font-family: var(--serif); font-size: 31px; line-height: 1; }
.progress-step p { display: grid; gap: 4px; margin: 0; }
.progress-step strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.progress-step small { color: var(--ink-muted); font-family: var(--mono); font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.progress-gold > span, .progress-gold strong { color: #8c6a32; }
.progress-diamond > span, .progress-diamond strong { color: #416a75; }
.progress-rail { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; color: #7a807d; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.progress-rail::before { position: absolute; z-index: 0; right: 0; left: 0; height: 1px; content: ''; background: var(--line); }
.progress-rail span, .progress-rail i { position: relative; z-index: 1; padding: 0 7px; background: var(--paper); font-style: normal; }
.progress-rail i { color: var(--tangerine); font-size: 16px; }

.tier-card { --tier-accent: #8c6a32; --tier-tint: #d5c39c; position: relative; display: flex; min-width: 0; flex-direction: column; color: var(--ink); background: var(--paper-bright); border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(35, 40, 38, .055); }
.tier-card::before { position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 4px; content: ''; background: var(--tier-accent); }
.tier-diamond { --tier-accent: #416a75; --tier-tint: #c7d9dc; }
.tier-visual { position: relative; display: flex; height: 250px; flex: 0 0 auto; align-items: flex-end; justify-content: space-between; overflow: hidden; padding: 31px 33px; color: var(--paper-bright); background-color: var(--tier-tint); background-position: center; background-size: cover; }
.tier-visual::before { position: absolute; inset: 0; content: ''; background: rgba(23, 42, 49, .58); }
.tier-visual::after { position: absolute; inset: 16px; content: ''; border: 1px solid rgba(250, 248, 243, .15); pointer-events: none; }
.tier-gold .tier-visual { background-image: url('assets/editorial-coffee.jpg'); background-position: center 47%; }
.tier-diamond .tier-visual { background-image: url('assets/editorial-remote-work.jpg'); background-position: center 61%; }
.tier-gold .tier-visual::before { background: rgba(62, 45, 24, .55); }
.tier-diamond .tier-visual::before { background: rgba(18, 42, 49, .62); }
.tier-visual-copy { position: relative; z-index: 1; display: grid; align-content: end; }
.tier-visual-copy > span, .tier-visual-copy small { font-family: var(--mono); font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.tier-visual-copy > span { margin-bottom: 34px; color: rgba(250, 248, 243, .72); }
.tier-visual-copy strong { font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: .95; letter-spacing: 0; }
.tier-visual-copy small { margin-top: 10px; color: rgba(250, 248, 243, .72); }
.tier-seal { position: relative; z-index: 1; display: grid; width: 104px; height: 104px; flex: 0 0 auto; place-content: center; gap: 4px; border: 1px solid rgba(250, 248, 243, .68); border-radius: 50%; text-align: center; }
.tier-seal span { font-family: var(--serif); font-size: 37px; line-height: 1; }
.tier-seal small { font-family: var(--mono); font-size: 7px; letter-spacing: 0; }
.tier-seal-diamond { width: 108px; height: 108px; border: 0; border-radius: 0; background: rgba(250, 248, 243, .17); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }

.tier-body { display: flex; flex: 1; flex-direction: column; padding: 40px 39px 33px; }
.tier-meta { display: flex; min-height: 30px; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.tier-meta span { display: inline-flex; min-height: 29px; align-items: center; padding: 0 10px; border: 1px solid color-mix(in srgb, var(--tier-accent) 45%, transparent); color: var(--tier-accent); font-family: var(--mono); font-size: 8px; letter-spacing: 0; text-transform: uppercase; }
.tier-meta span:first-child { color: var(--paper-bright); background: var(--tier-accent); border-color: var(--tier-accent); }
.tier-body .product-kicker { min-height: 15px; margin-bottom: 14px; color: var(--tier-accent); }
.tier-body h3 { min-height: 76px; margin-bottom: 17px; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.08; letter-spacing: 0; }
.zh-page .tier-body h3 { font-family: "Noto Serif SC", "Songti SC", serif; line-height: 1.22; }
.tier-body .product-description { min-height: 74px; margin-bottom: 0; font-size: 14px; line-height: 1.72; }
.tier-includes { display: flex; align-items: center; gap: 12px; margin: 25px 0 16px; color: var(--tier-accent); font-family: var(--mono); font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.tier-includes span { height: 1px; flex: 1; background: color-mix(in srgb, var(--tier-accent) 30%, transparent); }
.tier-check-list { min-height: 132px; margin: 0 0 25px; }
.tier-check-list li { align-items: flex-start; line-height: 1.5; }
.tier-check-list li::before { flex: 0 0 auto; color: var(--tier-accent); }
.tier-fit { display: grid; min-height: 79px; grid-template-columns: 72px 1fr; gap: 14px; align-items: start; margin: 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tier-fit span { color: var(--tier-accent); font-family: var(--mono); font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.tier-fit p { margin: -2px 0 0; color: var(--ink-muted); font-size: 11px; line-height: 1.6; }
.tier-order-note { display: grid; min-height: 78px; grid-template-columns: 72px 1fr; gap: 14px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); }
.tier-order-note span { color: var(--tier-accent); font-family: var(--mono); font-size: 9px; letter-spacing: 0; text-transform: uppercase; }
.tier-order-note p { margin: -2px 0 0; color: var(--ink-muted); font-size: 11px; line-height: 1.6; }
.tier-diamond .tier-order-note { background: color-mix(in srgb, var(--tier-accent) 5%, transparent); box-shadow: -39px 0 color-mix(in srgb, var(--tier-accent) 5%, transparent), 39px 0 color-mix(in srgb, var(--tier-accent) 5%, transparent); }
.tier-purchase { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 27px; }
.tier-card .price strong { color: var(--tier-accent); }
.tier-card .price strong { font-size: 46px; letter-spacing: 0; }
.tier-card .price span { min-width: 76px; margin-right: 0; letter-spacing: 0; }
.tier-button { width: 205px; min-width: 205px; color: var(--paper-bright); background: var(--tier-accent); }
.tier-button:hover { color: var(--paper-bright); background: var(--ink-deep); }
.tier-card button.tier-button { cursor: pointer; }
.tier-policy { min-height: 91px; margin-top: 20px; padding-top: 14px; border-top: 1px dashed color-mix(in srgb, var(--tier-accent) 28%, transparent); }
.tier-card .tier-policy .delivery-note { margin: 0; line-height: 1.5; }
.tier-card .tier-policy .scope-note { margin: 8px 0 0; color: var(--tier-accent); font-family: var(--mono); font-size: 8px; line-height: 1.5; }
.tier-card .tier-policy .refund-note { margin: 7px 0 0; color: #7b8582; line-height: 1.45; }

/* Product-specific delivery paths */
.service-paths { display: grid; grid-template-columns: 1fr 1fr; margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-path { --path-accent: #8c6a32; display: flex; min-width: 0; flex-direction: column; padding: 42px 46px 39px; }
.service-path + .service-path { border-left: 1px solid var(--line); }
.service-path-diamond { --path-accent: #416a75; background: rgba(250, 248, 243, .46); }
.service-path-head { display: flex; min-height: 28px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 29px; color: var(--path-accent); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.service-path-head span { color: var(--paper-bright); background: var(--path-accent); padding: 7px 9px; }
.service-path-head strong { font-size: 9px; font-weight: 500; }
.service-path h3 { min-height: 74px; max-width: 470px; margin-bottom: 31px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.18; letter-spacing: 0; }
.zh-page .service-path h3 { font-family: "Noto Serif SC", "Songti SC", serif; line-height: 1.42; }
.path-steps { display: grid; margin: 0 0 31px; padding: 0; list-style: none; }
.path-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; min-height: 75px; align-items: start; padding: 15px 0 14px; border-top: 1px solid var(--line); }
.path-steps li:last-child { border-bottom: 1px solid var(--line); }
.path-steps li > span { color: var(--path-accent); font-family: var(--serif); font-size: 18px; line-height: 1.2; }
.path-steps strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 12px; font-weight: 600; }
.path-steps p { margin: 0; color: var(--ink-muted); font-size: 11px; line-height: 1.55; }
.path-action { width: fit-content; margin-top: auto; border: 0; border-bottom: 1px solid var(--line); padding: 0 0 6px; background: transparent; cursor: pointer; }
.final-cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; }
.final-cta-actions .button-outline { color: var(--paper-bright); background: transparent; border-color: rgba(244, 241, 232, .52); cursor: pointer; }
.final-cta-actions .button-outline:hover { color: var(--paper-bright); background: var(--tangerine); border-color: var(--tangerine); }

@media (max-width: 980px) {
  .service-progression { grid-template-columns: 1fr 130px 1fr; }
  .tier-body h3, .tier-body .product-description, .tier-check-list, .tier-fit, .tier-order-note, .tier-policy { min-height: 0; }
  .service-path { padding: 38px 32px 35px; }
  .service-path h3 { min-height: 90px; font-size: 25px; }
}

@media (max-width: 620px) {
  .products-heading { margin-bottom: 34px; }
  .service-progression { grid-template-columns: 1fr; margin-bottom: 18px; }
  .progress-step { min-height: 65px; padding: 12px 15px; }
  .progress-step > span { font-size: 27px; }
  .progress-rail { min-height: 37px; }
  .progress-rail::before { top: 0; bottom: 0; left: 31px; width: 1px; height: auto; }
  .progress-rail span { margin-left: 47px; }
  .progress-rail i { transform: rotate(90deg); }
  .tier-visual { height: 220px; padding: 25px 23px; }
  .tier-visual-copy > span { margin-bottom: 26px; }
  .tier-visual-copy strong { font-size: 29px; }
  .tier-seal, .tier-seal-diamond { width: 82px; height: 82px; }
  .tier-seal span { font-size: 30px; }
  .tier-visual::after { inset: 12px; }
  .tier-body { padding: 31px 24px 28px; }
  .tier-meta { margin-bottom: 30px; }
  .tier-body h3, .zh-page .tier-body h3 { min-height: 0; font-size: 27px; }
  .tier-body .product-description { min-height: 0; }
  .tier-includes { margin-top: 23px; }
  .tier-check-list { min-height: 0; margin-bottom: 23px; }
  .tier-fit { min-height: 0; grid-template-columns: 65px 1fr; }
  .tier-order-note { min-height: 0; grid-template-columns: 65px 1fr; }
  .tier-diamond .tier-order-note { box-shadow: -24px 0 color-mix(in srgb, var(--tier-accent) 5%, transparent), 24px 0 color-mix(in srgb, var(--tier-accent) 5%, transparent); }
  .tier-purchase { align-items: stretch; flex-direction: column; }
  .tier-purchase .price { align-self: flex-start; }
  .tier-button { width: 100%; }
  .tier-policy { min-height: 0; }
  .service-paths { grid-template-columns: 1fr; margin-top: 46px; }
  .service-path { padding: 31px 0 32px; }
  .service-path + .service-path { border-top: 1px solid var(--line); border-left: 0; }
  .service-path-diamond { background: transparent; }
  .service-path-head { margin-bottom: 24px; }
  .service-path h3, .zh-page .service-path h3 { min-height: 0; margin-bottom: 23px; font-size: 24px; }
  .path-steps { margin-bottom: 25px; }
  .path-steps li { grid-template-columns: 38px 1fr; gap: 12px; }
  .final-cta-actions { width: 100%; flex-direction: column; }
  .final-cta-actions .button { width: 100%; }
}

/* Consultation application */
body.dialog-open { overflow: hidden; }
.application-dialog { width: min(780px, calc(100% - 40px)); max-height: calc(100vh - 48px); margin: auto; padding: 0; overflow: auto; color: var(--ink); background: var(--paper-bright); border: 0; box-shadow: 0 30px 90px rgba(9, 24, 29, .35); }
.application-dialog::backdrop { background: rgba(12, 28, 34, .72); backdrop-filter: blur(4px); }
.application-dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 28px; padding: 34px 38px 29px; border-top: 4px solid #416a75; border-bottom: 1px solid var(--line); }
.application-dialog-head .product-kicker { margin-bottom: 10px; color: #416a75; }
.application-dialog-head h2 { font-size: 36px; line-height: 1.1; }
.dialog-close { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-content: center; padding: 0; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.dialog-close:hover { color: var(--paper-bright); background: var(--ink-deep); }
.application-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0 38px; list-style: none; border-bottom: 1px solid var(--line); }
.application-steps li { display: grid; gap: 6px; min-height: 78px; align-content: center; color: var(--ink-muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.application-steps li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.application-steps span { color: #416a75; font-family: var(--serif); font-size: 19px; }
.application-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; padding: 32px 38px 38px; }
.form-field { display: grid; align-content: start; gap: 9px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: #416a75; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(35, 40, 38, .24); border-radius: 0; outline: 0; color: var(--ink); background: #fffdfa; font: 14px/1.5 var(--sans); }
.form-field input, .form-field select { min-height: 47px; padding: 0 13px; }
.form-field textarea { min-height: 126px; padding: 12px 13px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #416a75; box-shadow: 0 0 0 2px rgba(65, 106, 117, .12); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #949b97; }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: var(--ink-muted); font-size: 11px; line-height: 1.6; }
.form-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: #416a75; }
.form-consent a { color: #416a75; text-decoration: underline; text-underline-offset: 3px; }
.application-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid var(--line); }
.application-actions p { max-width: 330px; margin: 0; color: var(--ink-muted); font-size: 11px; line-height: 1.6; }
.application-actions .tier-button { width: auto; min-width: 245px; color: var(--paper-bright); background: #416a75; cursor: pointer; }
.application-actions .tier-button:hover { background: var(--ink-deep); }

@media (max-width: 620px) {
  .application-dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); }
  .application-dialog-head { padding: 25px 22px 22px; }
  .application-dialog-head h2 { font-size: 29px; }
  .application-steps { grid-template-columns: 1fr 1fr; padding: 0 22px; }
  .application-steps li { min-height: 65px; }
  .application-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .application-steps li:nth-child(4) { border-top: 1px solid var(--line); }
  .application-form { grid-template-columns: 1fr; padding: 26px 22px 30px; }
  .form-field-wide { grid-column: auto; }
  .application-actions { align-items: stretch; flex-direction: column; }
  .application-actions .tier-button { width: 100%; min-width: 0; }
}

/* Studio and editorial policy pages */
.studio-page { background: var(--paper-bright); }
.inner-site-header .desktop-nav a[aria-current='page']::after { transform: scaleX(1); }
.inner-site-header .mobile-nav a[aria-current='page'] { color: #e0b7a6; }
.studio-hero { position: relative; display: flex; min-height: 720px; align-items: flex-end; overflow: hidden; padding: 190px 0 86px; color: var(--paper-bright); background: var(--ink-deep); }
.studio-hero-media, .studio-hero-media img, .studio-hero-shade { position: absolute; inset: 0; }
.studio-hero-media { margin: 0; }
.studio-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.64) contrast(1.08) sepia(.07); }
.studio-hero-about .studio-hero-media img { object-position: center 55%; }
.studio-hero-policy .studio-hero-media img { object-position: center 47%; }
.studio-hero-shade { background: linear-gradient(90deg, rgba(16, 35, 41, .93) 0%, rgba(16, 35, 41, .75) 44%, rgba(16, 35, 41, .24) 77%, rgba(16, 35, 41, .12) 100%), linear-gradient(180deg, rgba(16, 35, 41, .05), rgba(16, 35, 41, .55)); }
.studio-hero-copy { position: relative; z-index: 1; }
.studio-hero-copy h1 { max-width: 850px; margin: 0 0 24px; font-size: clamp(72px, 8vw, 112px); line-height: .92; }
.policy-page .studio-hero-copy h1 { max-width: 1000px; font-size: clamp(68px, 7.2vw, 102px); }
.zh-page .studio-hero-copy h1 { max-width: 900px; font-size: clamp(60px, 7vw, 94px); line-height: 1.08; }
.studio-hero-deck { max-width: 650px; margin: 0 0 35px; color: rgba(250, 248, 243, .9); font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.zh-page .studio-hero-deck { font-family: "Noto Serif SC", "Songti SC", serif; line-height: 1.65; }
.studio-hero-note { margin: 0; color: rgba(250, 248, 243, .64); font-family: var(--mono); font-size: 9px; line-height: 1.6; text-transform: uppercase; }
.zh-page .studio-hero-note { text-transform: none; }

.studio-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); gap: 12%; align-items: start; }
.studio-split h2 { max-width: 650px; font-size: clamp(50px, 5.6vw, 76px); }
.studio-prose { max-width: 520px; padding-top: 2px; }
.studio-prose p { margin-bottom: 24px; color: var(--ink-muted); font-size: 16px; line-height: 1.82; }
.studio-prose p:last-child { margin-bottom: 0; }
.studio-band { background: var(--paper); }
.studio-section-heading { display: grid; max-width: 850px; grid-template-columns: minmax(0, 1fr) 290px; column-gap: 70px; align-items: end; margin-bottom: 63px; }
.studio-section-heading .eyebrow, .studio-section-heading h2 { grid-column: 1; }
.studio-section-heading h2 { font-size: clamp(50px, 5.4vw, 74px); }
.studio-section-heading > p:last-child:not(.eyebrow) { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0 0 4px; color: var(--ink-muted); font-size: 13px; line-height: 1.7; }
.studio-section-heading.compact-heading { display: block; margin-bottom: 57px; }
.studio-section-heading.compact-heading h2 { max-width: 720px; }
.studio-row-list { border-top: 1px solid var(--line); }
.studio-row { display: grid; min-height: 138px; grid-template-columns: 64px minmax(230px, .72fr) minmax(340px, 1fr); gap: 35px; align-items: center; border-bottom: 1px solid var(--line); }
.studio-row > span { color: var(--tangerine); font-family: var(--serif); font-size: 20px; }
.studio-row h3 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.zh-page .studio-row h3 { font-family: "Noto Serif SC", "Songti SC", serif; }
.studio-row p { max-width: 590px; margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.72; }
.source-rows .studio-row > span { color: var(--aqua); }
.studio-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.studio-principle-grid article { min-height: 285px; padding: 35px 36px 32px 0; }
.studio-principle-grid article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.studio-principle-grid span { color: var(--tangerine); font-family: var(--mono); font-size: 9px; }
.studio-principle-grid h3 { max-width: 290px; margin: 52px 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.24; letter-spacing: 0; }
.zh-page .studio-principle-grid h3 { font-family: "Noto Serif SC", "Songti SC", serif; }
.studio-principle-grid p { max-width: 300px; margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.7; }

.studio-boundary, .policy-alert { color: var(--paper-bright); background: var(--ink-deep); }
.studio-boundary-layout, .policy-alert-layout { display: grid; min-height: 430px; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); gap: 12%; align-items: center; }
.studio-boundary h2, .policy-alert h2 { max-width: 690px; color: var(--paper-bright); font-size: clamp(50px, 5.7vw, 76px); }
.boundary-copy p, .policy-alert-layout > div:last-child p { margin: 0 0 34px; color: #b4c2c3; font-size: 15px; line-height: 1.8; }
.studio-page-cta { background: #e8e2d7; }
.studio-page-cta-inner { display: flex; min-height: 470px; flex-direction: column; align-items: flex-start; justify-content: center; }
.studio-page-cta h2 { margin-bottom: 35px; font-size: clamp(54px, 6vw, 80px); }
.studio-page-actions { display: flex; align-items: center; gap: 30px; }

.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-grid article { min-height: 330px; padding: 32px 31px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-grid span { color: var(--aqua); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.policy-grid h3 { margin: 70px 0 17px; font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.2; letter-spacing: 0; }
.zh-page .policy-grid h3 { font-family: "Noto Serif SC", "Songti SC", serif; }
.policy-grid p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.72; }
.corrections-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); gap: 12%; align-items: start; }
.corrections-layout h2 { max-width: 650px; font-size: clamp(48px, 5vw, 70px); }
.correction-points { border-top: 1px solid var(--line); }
.correction-points article { padding: 26px 0 27px; border-bottom: 1px solid var(--line); }
.correction-points h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 22px; font-weight: 500; letter-spacing: 0; }
.zh-page .correction-points h3 { font-family: "Noto Serif SC", "Songti SC", serif; }
.correction-points p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.75; }
.correction-points a { color: var(--aqua); text-decoration: underline; text-underline-offset: 3px; }
.revision-strip { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.revision-strip-inner { display: grid; min-height: 74px; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: var(--ink-muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.revision-strip-inner a { color: var(--aqua); }
.zh-page .revision-strip-inner { text-transform: none; }
.legal-footer-links { display: flex; gap: 24px; }
.legal-footer-links a:hover { color: var(--paper-bright); }
.legal-page .legal-main { padding-top: 165px; }

@media (max-width: 980px) {
  .studio-hero { min-height: 660px; padding-bottom: 72px; }
  .studio-hero-copy h1, .policy-page .studio-hero-copy h1, .zh-page .studio-hero-copy h1 { font-size: 70px; }
  .studio-hero-deck { max-width: 580px; }
  .studio-split { grid-template-columns: 1fr; gap: 52px; }
  .studio-prose { max-width: 650px; }
  .studio-section-heading { max-width: none; }
  .studio-row { grid-template-columns: 50px minmax(200px, .8fr) minmax(290px, 1.2fr); gap: 23px; }
  .studio-principle-grid article { padding-right: 25px; }
  .studio-principle-grid article + article { padding-left: 25px; }
  .policy-grid { grid-template-columns: repeat(2, 1fr); }
  .corrections-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 620px) {
  .studio-hero { min-height: 660px; padding: 155px 0 58px; }
  .studio-hero-shade { background: linear-gradient(180deg, rgba(16, 35, 41, .7) 0%, rgba(16, 35, 41, .53) 32%, rgba(16, 35, 41, .92) 78%, rgba(16, 35, 41, .98) 100%); }
  .studio-hero-about .studio-hero-media img { object-position: 61% center; }
  .studio-hero-policy .studio-hero-media img { object-position: 58% center; }
  .studio-hero-copy h1, .policy-page .studio-hero-copy h1, .zh-page .studio-hero-copy h1 { font-size: 48px; line-height: 1.05; overflow-wrap: anywhere; }
  .studio-hero-deck { margin-bottom: 26px; font-size: 19px; }
  .studio-hero-note { font-size: 8px; }
  .studio-split { gap: 37px; }
  .studio-split h2, .studio-section-heading h2, .studio-boundary h2, .policy-alert h2, .corrections-layout h2 { font-size: 41px; line-height: 1.14; }
  .studio-prose p { font-size: 14px; }
  .studio-section-heading { display: block; margin-bottom: 42px; }
  .studio-section-heading > p:last-child:not(.eyebrow) { max-width: 500px; margin-top: 23px; }
  .studio-row { display: grid; min-height: 0; grid-template-columns: 38px 1fr; gap: 6px 14px; padding: 26px 0 28px; }
  .studio-row > span { grid-row: 1 / span 2; font-size: 17px; }
  .studio-row h3 { font-size: 22px; }
  .studio-row p { grid-column: 2; margin-top: 5px; }
  .studio-principle-grid { grid-template-columns: 1fr; }
  .studio-principle-grid article { min-height: 0; padding: 30px 0 32px; }
  .studio-principle-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .studio-principle-grid h3 { margin: 29px 0 12px; font-size: 23px; }
  .studio-boundary-layout, .policy-alert-layout { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding: 83px 0; }
  .boundary-copy p, .policy-alert-layout > div:last-child p { font-size: 14px; }
  .studio-page-cta-inner { min-height: 440px; }
  .studio-page-cta h2 { font-size: 42px; line-height: 1.14; }
  .studio-page-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 24px; }
  .studio-page-actions .button { width: 100%; }
  .policy-grid { grid-template-columns: 1fr; border-left: 0; }
  .policy-grid article { min-height: 0; padding: 28px 0 30px; border-right: 0; }
  .policy-grid h3 { margin: 36px 0 13px; font-size: 23px; }
  .corrections-layout { gap: 40px; }
  .revision-strip-inner { min-height: 110px; grid-template-columns: 1fr; gap: 8px; align-content: center; }
  .legal-footer-links { flex-wrap: wrap; gap: 9px 18px; }
  .legal-page .legal-main { padding-top: 135px; }
}

/* Checkout gateway */
.checkout-page { min-height: 100vh; background: var(--paper-bright); }
.checkout-main {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 36px 20px;
  background:
    linear-gradient(90deg, rgba(63, 102, 114, .08) 1px, transparent 1px),
    linear-gradient(rgba(63, 102, 114, .08) 1px, transparent 1px),
    var(--paper-bright);
  background-size: 42px 42px;
}
.checkout-panel {
  display: grid;
  width: min(100%, 430px);
  min-height: 360px;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 42px 34px;
  border: 1px solid var(--line);
  background: rgba(250, 248, 243, .92);
  box-shadow: var(--shadow);
  text-align: center;
}
.checkout-brand { margin-bottom: 12px; }
.checkout-spinner {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(63, 102, 114, .18);
  border-top-color: var(--aqua);
  border-radius: 50%;
  animation: checkout-spin 1s linear infinite;
}
.checkout-panel h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 7vw, 48px);
  line-height: 1;
}
.checkout-panel p {
  max-width: 300px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.65;
}
.checkout-fallback { margin-top: 8px; color: var(--paper-bright); background: var(--aqua); }
.checkout-success-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper-bright);
  background: var(--aqua);
  font-size: 24px;
  line-height: 1;
}
.checkout-panel-success { min-height: 380px; }

@keyframes checkout-spin {
  to { transform: rotate(360deg); }
}

/* Case intake and admin desk */
.case-page { min-height: 100vh; color: var(--ink); background: var(--paper-bright); }
.case-header {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 248, 243, .94);
  backdrop-filter: blur(12px);
}
.case-brand { color: var(--ink); }
.case-brand em { color: var(--aqua); }
.case-header > p {
  margin: 0;
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}
.case-shell {
  display: grid;
  min-height: calc(100vh - 78px);
  place-items: start center;
  padding: clamp(28px, 5vw, 64px) 20px;
  background:
    linear-gradient(90deg, rgba(63, 102, 114, .07) 1px, transparent 1px),
    linear-gradient(rgba(63, 102, 114, .07) 1px, transparent 1px),
    var(--paper-bright);
  background-size: 44px 44px;
}
.case-panel {
  width: min(100%, 760px);
  border: 1px solid var(--line);
  background: rgba(250, 248, 243, .96);
  box-shadow: var(--shadow);
}
.case-panel-head { padding: clamp(30px, 4vw, 42px) clamp(24px, 4vw, 42px) 0; }
.case-panel-head h1 {
  max-width: 620px;
  margin: 0 0 17px;
  font-size: clamp(42px, 7vw, 68px);
  line-height: 1;
}
.case-panel-head > p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.65;
}
.case-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 20px;
  padding: 34px clamp(24px, 4vw, 42px) clamp(26px, 4vw, 38px);
}
.case-form[hidden] { display: none; }
.case-form input[type='file'] {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 13px;
}
.case-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.case-actions p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
  line-height: 1.6;
}
.case-actions button[disabled] { opacity: .58; cursor: wait; }
.case-message {
  min-height: 54px;
  padding: 0 clamp(24px, 4vw, 42px) 30px;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.6;
}
.case-message[data-type='success'] { color: #2f6f62; }
.case-message[data-type='error'] { color: #a94a35; }

.admin-page { background: var(--paper); }
.admin-header { position: relative; }
.admin-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.admin-controls select, .admin-send-form select {
  min-height: 38px;
  border: 1px solid rgba(35, 40, 38, .24);
  color: var(--ink);
  background: #fffdfa;
  font: 12px/1.4 var(--sans);
}
.admin-controls select { min-width: 132px; padding: 0 10px; }
.admin-shell {
  display: grid;
  min-height: calc(100vh - 78px);
  grid-template-columns: minmax(310px, 380px) minmax(0, 1fr);
}
.admin-list-panel {
  border-right: 1px solid var(--line);
  background: var(--paper-bright);
}
.admin-list-head {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}
.admin-list-head .eyebrow { margin: 0; }
.admin-list-head strong {
  color: var(--aqua);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}
.admin-case-list {
  display: grid;
  align-content: start;
  max-height: calc(100vh - 156px);
  overflow: auto;
}
.admin-case-row {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
  gap: 18px;
  min-height: 92px;
  padding: 18px 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.admin-case-row:hover, .admin-case-row.active { background: #edf1eb; }
.admin-case-row span { display: grid; align-content: center; gap: 8px; min-width: 0; }
.admin-case-row strong, .admin-case-row b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-case-row small {
  overflow: hidden;
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 8px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.admin-detail-panel {
  display: grid;
  align-content: start;
  gap: 30px;
  padding: clamp(26px, 4vw, 48px);
}
.admin-empty {
  display: grid;
  min-height: 180px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--ink-muted);
  background: var(--paper-bright);
  font-size: 13px;
}
.admin-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.admin-detail-head .eyebrow { grid-column: 1 / -1; margin: 0; }
.admin-detail-head h1 {
  overflow-wrap: anywhere;
  margin: 0;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
}
.admin-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--paper-bright);
  background: var(--aqua);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}
.admin-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--paper-bright);
}
.admin-meta div {
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.admin-meta dt {
  margin-bottom: 18px;
  color: var(--aqua);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}
.admin-meta dd {
  overflow-wrap: anywhere;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}
.admin-section {
  display: grid;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}
.admin-section h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}
.admin-section p {
  margin: 0;
  white-space: pre-wrap;
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.72;
}
.admin-files {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.admin-files a, .admin-files > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  border: 1px solid rgba(63, 102, 114, .28);
  color: var(--ink);
  background: #fffdfa;
  font-size: 12px;
}
.admin-files a span {
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 8px;
}
.admin-email-log {
  display: grid;
  gap: 10px;
}
.admin-email-log article, .admin-email-log > span {
  display: grid;
  gap: 7px;
  padding: 13px 14px;
  border: 1px solid rgba(63, 102, 114, .2);
  background: #fffdfa;
}
.admin-email-log strong {
  color: var(--aqua);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}
.admin-email-log span, .admin-email-log small {
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 8px;
}
.admin-email-log p {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 13px;
}
.admin-email-log small { color: #a94a35; }
.admin-send-form {
  display: grid;
  grid-template-columns: minmax(160px, .32fr) minmax(0, 1fr);
  gap: 20px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--paper-bright);
}

@media (max-width: 920px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-list-panel { border-right: 0; border-bottom: 1px solid var(--line); }
  .admin-case-list { max-height: 360px; }
  .admin-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .case-header { align-items: flex-start; flex-direction: column; padding-top: 16px; padding-bottom: 16px; }
  .admin-controls { width: 100%; }
  .admin-controls select, .admin-controls .button { flex: 1 1 0; min-width: 0; }
  .case-form, .admin-send-form { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .case-actions { align-items: stretch; flex-direction: column; }
  .case-actions .button { width: 100%; }
  .admin-case-row { grid-template-columns: 1fr; gap: 5px; }
  .admin-detail-head { grid-template-columns: 1fr; }
  .admin-meta { grid-template-columns: 1fr; }
}
