:root {
  --ink: #18312d; --muted: #60736c; --forest: #244f43; --deep: #173b34;
  --moss: #829a72; --sand: #f4f1e8; --paper: #fbfaf6; --line: #d8ded4;
  --accent: #d48d53; --shadow: 0 24px 70px rgba(24, 49, 45, .09);
  color: var(--ink); background: var(--sand);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6; font-synthesis: none; text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--sand); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--forest); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.site-header, .site-footer, .section-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.wordmark { color: var(--deep); font-size: .88rem; font-weight: 800; letter-spacing: .25em; }
.site-nav, .footer-links { display: flex; align-items: center; gap: 25px; font-size: .84rem; }
.site-nav a, .footer-links a { color: var(--muted); }
.site-nav a:hover, .footer-links a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.language-switcher { display: flex; align-items: center; gap: 7px; margin-left: 8px; color: #a1aca4; }
.language-button { padding: 3px 0; border: 0; color: var(--muted); background: transparent; font: inherit; font-size: .76rem; cursor: pointer; }
.language-button.is-active { color: var(--ink); font-weight: 700; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 8%; padding: 62px 0 100px; }
.eyebrow { margin: 0 0 18px; color: var(--forest); font-size: .73rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 670px; margin-bottom: 26px; color: var(--deep); font-size: clamp(3.3rem, 7vw, 6.6rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; }
.hero-description { max-width: 490px; margin-bottom: 32px; color: var(--muted); font-size: 1.13rem; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid #cbd6c9; border-radius: 100px; color: var(--forest); font-size: .8rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--moss); }
.hero-mark { position: relative; width: min(100%, 440px); aspect-ratio: 1 / 1.05; margin-inline: auto; overflow: hidden; border-radius: 48% 48% 42% 42%; background: #dfe7d9; box-shadow: var(--shadow); }
.hero-sun { position: absolute; top: 17%; right: 19%; width: 24%; aspect-ratio: 1; border-radius: 50%; background: #dca978; }
.hero-ridge { position: absolute; bottom: -10%; left: -15%; width: 125%; transform: rotate(-8deg); border-radius: 50% 50% 0 0; }
.hero-ridge-back { height: 63%; background: #8ca287; }
.hero-ridge-front { bottom: -18%; left: 24%; height: 63%; transform: rotate(12deg); background: var(--forest); }
.hero-path { position: absolute; bottom: -5%; left: 39%; width: 20%; height: 55%; transform: rotate(13deg); border-radius: 50%; background: #cda47b; opacity: .9; }
.intro-section { display: grid; grid-template-columns: .8fr 1fr; gap: 16%; padding: 105px 0 130px; border-top: 1px solid var(--line); }
h2 { color: var(--deep); font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.intro-content > p { max-width: 520px; color: var(--muted); font-size: 1.03rem; }
.feature-list { margin-top: 36px; border-top: 1px solid var(--line); }
.feature-item { display: flex; align-items: baseline; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .97rem; }
.feature-number { color: var(--moss); font-size: .7rem; letter-spacing: .08em; }
.closing-section { padding: 50px 0 130px; }
.closing-line { max-width: 700px; color: var(--forest); font-size: clamp(1.45rem, 3vw, 2.6rem); font-weight: 450; letter-spacing: -.035em; line-height: 1.2; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: .77rem; }
.site-footer p { margin: 0; }
.legal-page { padding: 86px 0 120px; }
.legal-header { max-width: 760px; padding-bottom: 54px; }
.legal-header h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 5.7rem); }
.legal-intro { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.publication-note { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-bottom: 64px; padding: 17px 20px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.42); color: var(--muted); font-size: .86rem; }
.publication-note strong { color: var(--ink); }
.legal-content { max-width: 760px; }
.legal-content section[hidden] { display: none; }
.legal-content h2 { margin: 52px 0 14px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 28px 0 7px; color: var(--forest); font-size: 1rem; }
.legal-content p, .legal-content li { color: #50645d; font-size: .96rem; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content li { margin: 8px 0; padding-left: 4px; }
.legal-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.support-page { min-height: 650px; display: grid; place-items: center; padding: 70px 0 120px; }
.support-card { width: min(100%, 700px); padding: clamp(35px, 7vw, 78px); border-radius: 4px; background: var(--paper); box-shadow: var(--shadow); }
.support-card h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 7vw, 5.7rem); }
.support-card > p { max-width: 530px; color: var(--muted); font-size: 1.08rem; }
.support-detail { display: flex; gap: 18px; margin-top: 52px; padding-top: 23px; border-top: 1px solid var(--line); }
.support-icon { color: var(--accent); font-size: 1.5rem; }
.support-detail h2 { margin: 0 0 4px; font-size: 1.05rem; letter-spacing: 0; }
.support-detail p { margin-bottom: 8px; color: var(--muted); font-size: .88rem; }
.reserved-contact { color: var(--forest); font-size: .87rem; }
@media (min-width: 721px) {
  .legal-header, .legal-content { max-width: 900px; margin-inline: auto; }
}
@media (max-width: 720px) {
  .site-header, .site-footer, .section-shell { width: min(100% - 36px, 1160px); }
  .site-header { align-items: flex-start; gap: 22px; }
  .site-nav { min-width: 0; flex-wrap: wrap; justify-content: flex-end; gap: 12px 17px; }
  .language-switcher { width: 100%; justify-content: flex-end; margin: 0; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 65px 0 90px; }
  .hero-mark { width: min(82vw, 360px); margin-top: 18px; }
  .intro-section { display: block; padding: 75px 0 90px; }
  .intro-content { margin-top: 40px; }
  .closing-section { padding-bottom: 90px; }
  .site-footer { flex-wrap: wrap; gap: 20px; }
  .site-footer p { width: 100%; }
  .legal-page { padding-top: 55px; }
  .publication-note { display: block; }
  .publication-note span { display: block; margin-top: 5px; }
  .support-page { min-height: 580px; padding: 45px 0 80px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
