:root {
  --ink: #11282a;
  --muted: #687b7b;
  --paper: #f2eee4;
  --paper-deep: #e6dfcf;
  --teal: #082e32;
  --teal-soft: #0d4043;
  --jade: #67a99e;
  --gold: #d7a84b;
  --gold-light: #f0d596;
  --red: #9e4438;
  --line: rgba(17, 40, 42, .17);
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--teal); background: var(--gold-light); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); color: white; background: var(--teal); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--serif); font-size: 20px; line-height: 1.05; }
.brand small { display: block; margin-top: 5px; color: var(--jade); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.brand-mark { position: relative; width: 43px; aspect-ratio: 1; display: grid; place-items: center; color: var(--gold-light); font-family: var(--serif); font-size: 20px; line-height: 1; }
.brand-mark::before { content: ''; position: absolute; inset: 7px; border: 1px solid var(--gold); transform: rotate(45deg); }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a { position: relative; color: rgba(255,255,255,.67); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s ease; }
.site-nav a:hover, .site-nav a[aria-current='page'] { color: white; }
.site-nav a:hover::after, .site-nav a[aria-current='page']::after { right: 0; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); padding: 9px 12px; color: white; background: transparent; font: 700 12px var(--sans); }
.hero { min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(40px,8vw,110px); padding-block: 70px 90px; color: white; }
main { background: var(--teal); }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.hero h1, .page-hero h1, .article-hero h1, .not-found h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero h1 { font-size: clamp(54px,7vw,93px); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: clamp(17px,2vw,20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid var(--gold); text-decoration: none; font-size: 13px; font-weight: 800; }
.button-primary { color: var(--teal); background: var(--gold-light); box-shadow: 5px 5px 0 var(--gold); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translate(2px,2px); box-shadow: 3px 3px 0 var(--gold); }
.text-link { color: inherit; text-underline-offset: 5px; font-size: 13px; font-weight: 800; }
.issue-line { display: flex; gap: 12px; margin-top: 53px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.issue-line span { color: var(--gold); }
.compass-board { position: relative; width: min(100%,470px); aspect-ratio: 1; justify-self: end; border-radius: 50%; background: var(--teal-soft); box-shadow: 0 34px 80px rgba(0,0,0,.24); }
.outer-ring, .middle-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(240,213,150,.46); border-radius: 50%; transform: translate(-50%,-50%); }
.outer-ring { width: 88%; height: 88%; }
.middle-ring { width: 68%; height: 68%; border-style: dashed; }
.inner-square { position: absolute; top: 50%; left: 50%; width: 51%; aspect-ratio: 1; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(240,213,150,.7); transform: translate(-50%,-50%) rotate(45deg); }
.inner-square span, .inner-square b { display: grid; place-items: center; border-right: 1px solid rgba(240,213,150,.23); border-bottom: 1px solid rgba(240,213,150,.23); color: rgba(255,255,255,.65); font: 400 15px var(--serif); transform: rotate(-45deg); }
.inner-square b { color: var(--gold-light); }
.needle { position: absolute; top: 50%; left: 50%; width: 31%; height: 2px; background: var(--gold); transform: rotate(-28deg); transform-origin: left; }
.needle::after { content: ''; position: absolute; right: -2px; top: -4px; border-left: 8px solid var(--gold); border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
.direction { position: absolute; color: var(--gold); font-size: 9px; font-weight: 800; }
.north { top: 3%; left: 50%; }.east { right: 5%; top: 50%; }.south { bottom: 3%; left: 50%; }.west { left: 5%; top: 50%; }
.systems { padding-block: 100px; color: var(--ink); background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.section-heading h2, .editorial-band h2 { margin: 0; font: 400 clamp(38px,5vw,61px)/1 var(--serif); letter-spacing: -.04em; }
.system-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.system-card { min-height: 440px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; overflow: hidden; }
.system-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(17,40,42,.09); }
.system-symbol { height: 150px; display: grid; place-items: center; margin: -28px -28px 28px; color: white; font: 400 45px var(--serif); letter-spacing: .15em; }
.bazi-card .system-symbol { background: var(--teal); }
.ziwei-card .system-symbol { background: var(--red); }
.qimen-card .system-symbol { color: var(--teal); background: var(--gold-light); }
.system-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.system-card h3 { margin: 27px 0 12px; font: 400 34px var(--serif); }
.system-card p { margin: 0; color: var(--muted); font-size: 14px; }
.card-link { margin-top: auto; color: var(--teal); font-size: 12px; font-weight: 800; }
.latest { width: 100%; max-width: none; padding: 110px max(20px, calc((100vw - var(--max))/2)) 125px; color: var(--ink); background: var(--paper); }
.dark-heading { border-top: 1px solid var(--line); padding-top: 95px; }
.feature-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 440px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-art { position: relative; min-height: 400px; background: var(--teal); overflow: hidden; }
.map-circle { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(240,213,150,.5); border-radius: 50%; transform: translate(-50%,-50%); }
.circle-one { width: 290px; height: 290px; }
.circle-two { width: 185px; height: 185px; border-style: dashed; }
.map-square { position: absolute; top: 50%; left: 50%; width: 132px; height: 132px; border: 1px solid rgba(240,213,150,.75); transform: translate(-50%,-50%) rotate(45deg); }
.map-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--gold); }
.dot-one { top: 18%; left: 48%; }.dot-two { right: 19%; bottom: 29%; background: var(--jade); }.dot-three { left: 22%; bottom: 20%; background: var(--red); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px,7vw,80px); }
.article-meta { display: flex; gap: 15px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-meta span { color: var(--muted); }
.feature-copy h3 { margin: 20px 0; font: 400 clamp(34px,4.2vw,54px)/1.08 var(--serif); letter-spacing: -.035em; }
.feature-copy h3 a { text-decoration: none; }
.feature-copy > p:not(.article-meta) { margin: 0 0 26px; color: var(--muted); }
.editorial-band { padding-block: 95px; color: white; background: var(--red); }
.editorial-band .eyebrow { color: var(--gold-light); }
.editorial-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; }
.promise-list p { display: grid; grid-template-columns: 45px 1fr; gap: 10px; margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.promise-list span { color: var(--gold-light); font-size: 11px; font-weight: 800; }
.site-footer { padding-block: 65px; color: rgba(255,255,255,.65); background: #051f22; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 8%; }
.footer-brand { color: white; }
.footer-grid > div > p { max-width: 430px; margin: 20px 0 0; font-size: 13px; }
.footer-grid nav { display: grid; gap: 9px; }
.footer-grid nav a { color: white; font-size: 13px; text-underline-offset: 4px; }
.fine-print { margin: 0; font-size: 11px; line-height: 1.8; }
.page-hero { padding-block: 110px 90px; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.page-hero h1 { max-width: 900px; font-size: clamp(52px,8vw,94px); }
.page-hero > p:last-child { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 19px; }
.library { width: 100%; max-width: none; padding: 40px max(20px, calc((100vw - var(--max))/2)) 120px; background: var(--paper); }
.library-group { display: grid; grid-template-columns: 250px 1fr; gap: 60px; padding-block: 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.library-label span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.library-label h2 { margin: 8px 0; font: 400 38px var(--serif); }
.library-label p { margin: 0; color: var(--muted); font-size: 12px; }
.library-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.library-item { min-height: 205px; padding: 24px; border: 1px solid var(--line); text-decoration: none; background: rgba(255,255,255,.22); }
a.library-item { transition: transform .2s ease, border-color .2s ease; }
a.library-item:hover { border-color: var(--teal); transform: translateY(-3px); }
.library-item > span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.library-item h3 { margin: 34px 0 10px; font: 400 23px/1.15 var(--serif); }
.library-item p { margin: 0; color: var(--muted); font-size: 13px; }
.library-item.is-planned { opacity: .62; }
.prose-layout { width: 100%; max-width: none; display: grid; grid-template-columns: 270px minmax(0,720px); gap: 90px; padding: 90px max(20px,calc((100vw - var(--max))/2)) 130px; color: var(--ink); background: var(--paper); }
.prose-layout aside p { margin: 0 0 8px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.prose-layout aside strong { font: 400 30px/1.15 var(--serif); }
.prose h2 { margin: 48px 0 14px; font: 400 36px var(--serif); letter-spacing: -.02em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #43595a; font-size: 17px; }
.prose li { margin-bottom: 14px; padding-left: 8px; }
.reading-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }
.article-page main { background: var(--paper); }
.article-page .site-header { border-bottom-color: rgba(255,255,255,.14); }
.article-hero { max-width: 980px; padding-block: 80px 70px; color: var(--ink); }
.breadcrumb { display: flex; gap: 9px; margin-bottom: 58px; color: var(--muted); font-size: 11px; }
.breadcrumb a { text-underline-offset: 4px; }
.article-hero h1 { max-width: 940px; font-size: clamp(50px,7vw,82px); }
.dek { max-width: 780px; margin: 28px 0 36px; color: var(--muted); font: 400 23px/1.55 var(--serif); }
.byline { display: flex; align-items: center; gap: 13px; }
.byline-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--gold-light); background: var(--teal); font-size: 9px; font-weight: 800; }
.byline p { margin: 0; font-size: 12px; }
.byline span { display: block; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: 200px minmax(0,720px); gap: 80px; justify-content: center; padding-block: 70px 130px; border-top: 1px solid var(--line); }
.article-aside { position: sticky; top: 25px; align-self: start; display: grid; gap: 9px; }
.article-aside p { margin: 0 0 7px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-aside a { color: var(--muted); font-size: 12px; text-underline-offset: 4px; }
.article-body { min-width: 0; }
.article-body p, .article-body li { color: #334d4f; font-family: var(--serif); font-size: 19px; line-height: 1.82; }
.article-body .lead { margin-top: 0; color: var(--ink); font-size: 24px; line-height: 1.65; }
.article-body h2 { margin: 68px 0 17px; font: 400 41px/1.1 var(--serif); letter-spacing: -.025em; scroll-margin-top: 20px; }
.article-body li { margin-bottom: 12px; padding-left: 8px; }
.article-callout { margin: 42px 0; padding: 26px 30px; border-left: 3px solid var(--gold); background: var(--paper-deep); }
.article-callout p { margin: 0; }
.article-callout .callout-label { margin-bottom: 7px; color: var(--red); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.concept-figure { margin: 50px 0; }
.three-map-diagram { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--teal); background: var(--teal); }
.three-map-diagram > div { min-height: 205px; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; }
.three-map-diagram > div:last-child { border-right: 0; }
.three-map-diagram span { color: var(--gold); font: 400 29px var(--serif); }
.three-map-diagram b { margin: 20px 0 8px; color: white; font: 400 19px var(--serif); }
.three-map-diagram small { color: rgba(255,255,255,.56); font-size: 10px; }
.concept-figure figcaption { margin-top: 8px; color: var(--muted); font-size: 11px; }
.article-note { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-note strong { color: var(--red); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.article-note p { font-family: var(--sans); font-size: 13px; }
.article-footer { margin-top: 70px; padding: 30px; color: white; background: var(--teal); }
.article-footer p { margin: 0 0 8px; color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-footer a { font: 400 23px var(--serif); text-underline-offset: 5px; }
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: start; padding-block: 80px; color: white; }
.not-found h1 { max-width: 760px; font-size: clamp(53px,8vw,90px); }
.not-found > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 35px; color: rgba(255,255,255,.6); font-size: 18px; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .compass-board { justify-self: center; width: min(85vw,470px); }
  .system-grid { grid-template-columns: 1fr; }
  .system-card { min-height: 400px; }
  .feature-card, .editorial-grid, .footer-grid, .prose-layout { grid-template-columns: 1fr; }
  .footer-grid { gap: 38px; }
  .library-group { grid-template-columns: 1fr; gap: 26px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
}
@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px),var(--max)); }
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; display: none; gap: 0; padding: 10px 14px 18px; border-bottom: 1px solid rgba(255,255,255,.16); background: var(--teal); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 13px 8px; }
  .site-nav a::after { display: none; }
  .hero { min-height: 0; padding-block: 55px 75px; gap: 55px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .issue-line { flex-direction: column; gap: 3px; }
  .systems, .latest, .editorial-band { padding-block: 70px; }
  .section-heading { align-items: start; flex-direction: column; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-art { min-height: 310px; }
  .feature-copy { padding: 35px 4px; }
  .library-items { grid-template-columns: 1fr; }
  .page-hero { padding-block: 75px 65px; }
  .prose-layout { gap: 40px; padding-block: 65px 90px; }
  .article-hero { padding-block: 55px; }
  .breadcrumb { margin-bottom: 40px; }
  .article-layout { padding-block: 52px 90px; }
  .article-body .lead { font-size: 21px; }
  .article-body p, .article-body li { font-size: 18px; }
  .article-body h2 { font-size: 35px; }
  .three-map-diagram { grid-template-columns: 1fr; }
  .three-map-diagram > div { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Home edition: luminous technical field map */
.issue-ribbon { color: var(--teal); background: var(--gold-light); }
.issue-ribbon > div { min-height: 39px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.issue-ribbon span, .issue-ribbon a { font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.issue-ribbon p { margin: 0; font: italic 13px var(--serif); text-align: center; }
.issue-ribbon a { text-underline-offset: 3px; }
.home .hero { position: relative; width: 100%; max-width: none; min-height: 735px; margin: 0; padding: 78px max(20px, calc((100vw - var(--max))/2)) 100px; background:
  linear-gradient(rgba(103,169,158,.07) 1px, transparent 1px),
  linear-gradient(90deg, rgba(103,169,158,.07) 1px, transparent 1px),
  radial-gradient(circle at 78% 47%, rgba(215,168,75,.15), transparent 28%),
  radial-gradient(circle at 15% 15%, rgba(103,169,158,.12), transparent 35%), var(--teal);
  background-size: 52px 52px, 52px 52px, auto, auto, auto; overflow: hidden; }
.home .hero::before, .home .hero::after { content: ''; position: absolute; border: 1px solid rgba(240,213,150,.12); border-radius: 50%; pointer-events: none; }
.home .hero::before { width: 780px; height: 780px; right: -260px; top: -120px; }
.home .hero::after { width: 520px; height: 520px; left: -320px; bottom: -290px; box-shadow: 0 0 0 85px rgba(103,169,158,.025), 0 0 0 170px rgba(103,169,158,.018); }
.home .hero-copy, .home .compass-board { position: relative; z-index: 1; }
.home .compass-board { background: radial-gradient(circle, #155257 0, var(--teal-soft) 58%, #06272b 100%); box-shadow: 0 0 0 1px rgba(240,213,150,.28), 0 0 70px rgba(215,168,75,.15), 0 42px 90px rgba(0,0,0,.36); }
.home .compass-board::after { content: ''; position: absolute; inset: -18px; border: 1px dashed rgba(103,169,158,.3); border-radius: 50%; }
.home .system-card { background: rgba(255,255,255,.28); }
.more-stories { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 34px; }
.more-stories article { position: relative; min-height: 285px; padding: 31px; color: white; background: var(--teal); overflow: hidden; }
.more-stories article:nth-child(2) { background: #7f392f; }
.more-stories article::after { content: '紫微'; position: absolute; right: -10px; bottom: -26px; color: rgba(255,255,255,.055); font: 400 94px var(--serif); letter-spacing: .08em; }
.more-stories article:nth-child(2)::after { content: '奇門'; }
.more-stories .article-meta { color: var(--gold); }
.more-stories .article-meta span, .more-stories > article > p:not(.article-meta) { color: rgba(255,255,255,.62); }
.more-stories h3 { position: relative; z-index: 1; max-width: 500px; margin: 42px 0 16px; font: 400 clamp(27px,3vw,39px)/1.08 var(--serif); letter-spacing: -.025em; }
.more-stories h3 a { text-decoration: none; }
.more-stories > article > p:not(.article-meta) { max-width: 500px; margin: 0 0 28px; }
.more-stories .text-link { position: absolute; z-index: 1; left: 31px; bottom: 27px; color: var(--gold-light); }
@media (max-width: 760px) {
  .issue-ribbon > div { min-height: 34px; display: flex; justify-content: space-between; gap: 12px; }
  .issue-ribbon p { display: none; }
  .issue-ribbon span, .issue-ribbon a { font-size: 8px; }
  .home .hero { min-height: 0; padding-block: 58px 82px; }
  .home .hero::before, .home .hero::after { display: none; }
  .home .compass-board::after { inset: -9px; }
  .more-stories { grid-template-columns: 1fr; }
}

/* Multilingual editions */
.language-switcher { color: white; border-bottom: 1px solid rgba(255,255,255,.12); background: #061f23; }
.language-switcher > div { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.language-switcher > div > span { color: var(--jade); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.language-switcher nav { display: flex; flex-wrap: wrap; gap: 5px; }
.language-switcher a { padding: 5px 9px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; text-decoration: none; }
.language-switcher a:hover, .language-switcher a[aria-current='page'] { color: var(--teal); background: var(--gold-light); }
.locale-home main { background: var(--paper); }
.locale-hero { position: relative; min-height: 590px; display: grid; align-items: center; color: white; background:
  linear-gradient(rgba(103,169,158,.07) 1px, transparent 1px),
  linear-gradient(90deg, rgba(103,169,158,.07) 1px, transparent 1px),
  radial-gradient(circle at 82% 45%, rgba(215,168,75,.18), transparent 27%), var(--teal); background-size: 52px 52px, 52px 52px, auto, auto; overflow: hidden; }
.locale-hero::after { content: ''; position: absolute; width: 500px; height: 500px; right: -70px; top: 42px; border: 1px dashed rgba(240,213,150,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(103,169,158,.035), 0 0 0 140px rgba(103,169,158,.02); }
.locale-hero .shell { position: relative; z-index: 1; padding-block: 80px; }
.locale-hero h1 { max-width: 950px; margin: 0; font: 400 clamp(52px,7vw,92px)/1.05 var(--serif); letter-spacing: -.045em; }
.locale-hero h1 em { color: var(--gold-light); font-style: normal; }
.locale-hero .shell > p:not(.eyebrow) { max-width: 760px; margin: 28px 0 34px; color: rgba(255,255,255,.68); font-size: clamp(17px,2vw,21px); }
.locale-library { padding-block: 100px 120px; color: var(--ink); }
.locale-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.locale-card { min-height: 410px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: rgba(255,255,255,.3); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.locale-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(17,40,42,.11); }
.locale-card:nth-child(1) { border-top: 5px solid var(--teal); }
.locale-card:nth-child(2) { border-top: 5px solid var(--red); }
.locale-card:nth-child(3) { border-top: 5px solid var(--gold); }
.locale-card > span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.locale-card h2 { margin: 52px 0 18px; font: 400 clamp(27px,2.7vw,38px)/1.14 var(--serif); letter-spacing: -.03em; }
.locale-card p { margin: 0; color: var(--muted); font-size: 14px; }
.locale-card b { margin-top: auto; color: var(--teal); font-size: 12px; }
.locale-method { padding-block: 95px; color: white; background: linear-gradient(110deg, var(--red), #6f302b); }
.locale-method .eyebrow { color: var(--gold-light); }
.locale-method h2 { margin: 0; font: 400 clamp(38px,5vw,62px)/1.05 var(--serif); letter-spacing: -.035em; }
@media (max-width: 900px) {
  .locale-grid { grid-template-columns: 1fr; }
  .locale-card { min-height: 300px; }
}
@media (max-width: 680px) {
  .language-switcher > div { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 8px; }
  .language-switcher a { padding: 4px 7px; }
  .locale-hero { min-height: 500px; }
  .locale-hero::after { display: none; }
  .locale-library { padding-block: 70px 80px; }
}

/* Generated brand icon: shared header and footer treatment */
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; display: block; padding: 0; border: 0; border-radius: 10px; overflow: hidden; background: transparent; transform: none; }
.brand-mark::before { content: none; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.footer-brand .brand-mark { border: 0; color: inherit; }
