:root {
  --ink: #171716;
  --muted: #5e5c57;
  --paper: #f8f6f1;
  --white: #fff;
  --line: rgba(23, 23, 22, .14);
  --sea: #0b2e3d;
  --sea-soft: #eaf1f4;
  --terracotta: #b84d2d;
  --terracotta-dark: #92391f;
  --sand: #e8d6b7;
  --max: 1240px;
  --serif: Georgia, "Noto Serif SC", "Times New Roman", serif;
  --sans: Inter, "Noto Sans SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 72px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 246, 241, .94);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font: 600 22px/1 var(--serif); text-decoration: none; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--terracotta); }
.language { white-space: nowrap; font-size: 13px; font-weight: 700; text-decoration: none; }
.nav-cta { padding: 10px 18px; background: var(--terracotta); color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; }
.nav-cta:hover, .nav-cta:focus-visible, .button:hover, .button:focus-visible { background: var(--terracotta-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { border-bottom: 1px solid var(--line); background: #faf9f6; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(42px, 7vw, 96px); }
.eyebrow { margin: 0 0 16px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { max-width: 590px; margin-bottom: 20px; font-size: clamp(46px, 5.1vw, 74px); letter-spacing: -.035em; }
h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 56px); letter-spacing: -.025em; }
h3 { font-size: 26px; }
.hero-copy > p:not(.eyebrow) { max-width: 530px; margin: 0 0 30px; color: #4e4c47; font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 1px solid var(--terracotta); background: var(--terracotta); color: #fff; font-weight: 700; text-decoration: none; transition: background .18s, color .18s, border-color .18s; }
.button.secondary { border-color: rgba(255,255,255,.55); background: transparent; }
.button.secondary:hover, .button.secondary:focus-visible { border-color: #fff; background: #fff; color: var(--sea); }
.hero-mosaic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
.hero-mosaic figure { aspect-ratio: 1; margin: 0; overflow: hidden; background: #ddd; }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.hero-mosaic figure:nth-child(1) img { object-position: 50% 48%; }
.hero-mosaic figure:nth-child(2) img { object-position: 50% 42%; }

.quick-facts { background: #fff; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { position: relative; min-height: 126px; padding: 26px 24px 24px 66px; border-left: 1px solid var(--line); }
.quick-item:first-child { border-left: 0; }
.quick-item b { position: absolute; top: 29px; left: 23px; color: var(--terracotta); font: 600 18px/1 var(--serif); }
.quick-item strong, .quick-item span { display: block; }
.quick-item strong { margin-bottom: 5px; font-size: 14px; }
.quick-item span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.chapter { padding: 0; }
.chapter-split { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); min-height: 440px; }
.chapter-copy { padding: clamp(46px, 6vw, 80px) clamp(34px, 5vw, 74px); }
.chapter-copy .eyebrow { color: #e4b07e; }
.chapter-copy h2 { max-width: 420px; color: #fff; }
.chapter-copy p:last-child { max-width: 400px; color: rgba(255,255,255,.78); }
.dark { background: var(--sea); color: #fff; }
.chapter-media { overflow: hidden; margin: 0; }
.chapter-media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.market-media img { object-position: 50% 47%; }
.evening-media img { object-position: 50% 52%; }

.daily-life { padding: 76px 0 84px; background: #fbfaf7; }
.daily-layout { display: grid; grid-template-columns: minmax(240px, .42fr) minmax(0, 1.58fr); gap: 54px; align-items: start; }
.section-intro { position: sticky; top: 108px; }
.section-intro h2 { font-size: clamp(36px, 3.5vw, 52px); }
.section-intro > p:last-child { max-width: 330px; color: var(--muted); }
.daily-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.daily-card { margin: 0; }
.daily-card .image-wrap { aspect-ratio: 4 / 3; overflow: hidden; margin-bottom: 17px; background: #e5e2db; }
.daily-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.daily-card:hover img { transform: scale(1.025); }
.daily-card h3 { margin-bottom: 7px; font: 700 15px/1.35 var(--sans); }
.daily-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.number { display: inline-block; margin-right: 6px; color: var(--terracotta); font-weight: 800; }

.schools-health { padding: 86px 0; background: linear-gradient(115deg, #edf4f7 0%, #f9faf9 66%, #f0ede7 100%); }
.schools-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(42px, 7vw, 94px); align-items: start; }
.schools-layout > div:first-child p { max-width: 430px; color: var(--muted); }
.priority-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(11,46,61,.12); background: rgba(255,255,255,.65); }
.priority-card { min-height: 300px; padding: 34px; }
.priority-card + .priority-card { border-left: 1px solid rgba(11,46,61,.12); }
.priority-card h3 { margin-bottom: 10px; font-size: 24px; }
.priority-card > p { min-height: 52px; margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.priority-card ul { margin: 0; padding: 0; list-style: none; }
.priority-card li { position: relative; margin: 8px 0; padding-left: 20px; color: #47545b; font-size: 13px; }
.priority-card li::before { content: ""; position: absolute; top: .62em; left: 2px; width: 7px; height: 4px; border-left: 1.5px solid #587a87; border-bottom: 1.5px solid #587a87; transform: rotate(-45deg); }
.priority-card a { color: var(--terracotta-dark); font-weight: 700; text-underline-offset: 3px; }

.landmarks { padding: 78px 0 82px; background: #fff; border-bottom: 1px solid var(--line); }
.landmark-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 40px; }
.landmark-head h2 { margin-bottom: 0; }
.landmark-head > p { max-width: 530px; margin: 0; color: var(--muted); }
.landmark-groups { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.landmark-group { padding: 25px 24px 24px; border-left: 1px solid var(--line); }
.landmark-group:first-child { border-left: 0; }
.landmark-group h3 { min-height: 50px; margin-bottom: 18px; color: var(--terracotta); font: 800 12px/1.45 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.landmark-group ul { margin: 0; padding: 0; list-style: none; }
.landmark-group li { margin: 11px 0; font-size: 13px; line-height: 1.45; }
.landmark-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; }

.fit { padding: 82px 0; background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.fit-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.fit-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.fit-card:nth-child(2) img { object-position: 50% 42%; }
.fit-card-copy { padding: 22px 24px 25px; }
.fit-card h3 { margin-bottom: 9px; font-size: 24px; }
.fit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.perspectives { padding: 80px 0; background: #eee8dc; }
.perspective-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(44px, 7vw, 100px); }
.perspective-layout > div:first-child > p:last-child { color: var(--muted); }
.quote-stack { border-top: 1px solid rgba(23,23,22,.2); }
.quote-card { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(23,23,22,.2); }
.quote-card span { color: var(--terracotta); font: 600 20px/1 var(--serif); }
.quote-card blockquote { margin: 0; font: 500 clamp(20px, 2vw, 28px)/1.35 var(--serif); }
.quote-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.source-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.source-note a { text-underline-offset: 3px; }

.residence { background: #fff; }
.residence-layout { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 430px; }
.residence-image { overflow: hidden; margin: 0; }
.residence-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.residence-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px clamp(36px, 6vw, 92px); }
.residence-copy p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--terracotta-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.faq { padding: 82px 0; background: #f8f6f1; }
.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(44px, 8vw, 110px); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; list-style: none; font: 600 18px/1.4 var(--sans); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 20px; right: 3px; color: var(--terracotta); font: 400 25px/1 var(--serif); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; margin: -5px 0 23px; color: var(--muted); }

.advisor { padding: 84px 0; background: var(--sea); color: #fff; }
.advisor-layout { display: grid; grid-template-columns: 240px 1fr; gap: clamp(44px, 7vw, 90px); align-items: center; }
.advisor img { width: 240px; aspect-ratio: 1; border: 7px solid rgba(255,255,255,.13); border-radius: 50%; object-fit: cover; object-position: 50% 27%; }
.advisor h2 { color: #fff; }
.advisor-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.76); }
.advisor .eyebrow { color: #e5b181; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.site-footer { padding: 36px 0; background: #071e28; color: rgba(255,255,255,.72); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-grid p { margin: 0; font-size: 12px; }
.footer-grid a { margin-left: 20px; font-size: 12px; text-underline-offset: 3px; }
.mobile-contact { display: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: .88fr 1.12fr; gap: 38px; }
  .daily-layout { grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .section-intro > p:last-child { max-width: 670px; }
  .landmark-groups { grid-template-columns: repeat(3, 1fr); }
  .landmark-group:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .landmark-group:nth-child(5) { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 40px), var(--max)); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-wrap { height: 64px; }
  .nav-tools { display: flex; align-items: center; gap: 6px; }
  .menu-button { display: block; }
  .mobile-menu { position: static; z-index: 45; display: grid; max-height: 0; padding: 0 20px; overflow: hidden; opacity: 0; pointer-events: none; background: #faf9f6; box-shadow: 0 20px 36px rgba(23,23,22,.12); transition: max-height .25s ease, padding .25s ease, opacity .2s; }
  .mobile-menu.open { max-height: 390px; padding: 16px 20px 28px; opacity: 1; pointer-events: auto; }
  .mobile-menu a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-weight: 700; text-decoration: none; }
  .mobile-menu .mobile-cta { margin-top: 18px; border: 0; background: var(--terracotta); color: #fff; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding: 54px 0 38px; gap: 34px; }
  .hero-copy { max-width: 670px; }
  h1 { font-size: clamp(44px, 8vw, 64px); }
  .hero-mosaic { max-width: 720px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .quick-item:nth-child(4) { border-top: 1px solid var(--line); }
  .chapter-split { grid-template-columns: 1fr; }
  .chapter-copy { padding: 48px 20px 26px; }
  .chapter-copy h2 { max-width: 680px; }
  .chapter-media { padding: 0 20px 42px; }
  .chapter-media img { min-height: 0; aspect-ratio: 16 / 9; border-radius: 4px; }
  .daily-cards { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .schools-layout, .perspective-layout, .faq-layout { grid-template-columns: 1fr; }
  .priority-grid { max-width: 720px; }
  .landmark-head { align-items: start; flex-direction: column; }
  .residence-layout { grid-template-columns: 1fr; }
  .residence-image img { min-height: 0; aspect-ratio: 16 / 9; }
  .advisor-layout { grid-template-columns: 180px 1fr; }
  .advisor img { width: 180px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .brand { font-size: 21px; }
  .hero-grid { padding-top: 38px; }
  h1 { font-size: clamp(40px, 12vw, 54px); }
  h2 { font-size: 36px; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-mosaic { gap: 3px; }
  .quick-item { min-height: 114px; padding: 22px 16px 20px 50px; }
  .quick-item b { top: 25px; left: 16px; font-size: 16px; }
  .quick-item strong { font-size: 13px; }
  .quick-item span { font-size: 11px; }
  .chapter-copy h2 { margin-bottom: 10px; font-size: 30px; }
  .chapter-media { padding-bottom: 34px; }
  .daily-life, .schools-health, .landmarks, .fit, .perspectives, .faq, .advisor { padding: 60px 0; }
  .daily-layout { gap: 28px; }
  .daily-cards { grid-template-columns: 1fr; gap: 10px; }
  .daily-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 126px; border: 1px solid var(--line); background: #fff; }
  .daily-card .image-wrap { height: 100%; margin: 0; }
  .daily-card img { height: 100%; aspect-ratio: auto; }
  .daily-card figcaption { align-self: center; padding: 16px; }
  .daily-card h3 { font-size: 14px; }
  .daily-card p { font-size: 12px; }
  .priority-grid { grid-template-columns: 1fr; background: transparent; border: 0; gap: 10px; }
  .priority-card { min-height: 0; padding: 24px; border: 1px solid rgba(11,46,61,.12); background: rgba(255,255,255,.65); }
  .priority-card + .priority-card { border-left: 1px solid rgba(11,46,61,.12); }
  .priority-card > p { min-height: 0; }
  .landmark-groups { grid-template-columns: repeat(2, 1fr); }
  .landmark-group { padding: 22px 18px; }
  .landmark-group:nth-child(3), .landmark-group:nth-child(5) { border-left: 0; }
  .landmark-group:nth-child(3) { border-top: 1px solid var(--line); }
  .landmark-group:nth-child(4) { border-left: 1px solid var(--line); }
  .landmark-group h3 { min-height: 0; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card { display: grid; grid-template-columns: .78fr 1.22fr; }
  .fit-card img { height: 100%; aspect-ratio: auto; }
  .fit-card-copy { padding: 20px; }
  .fit-card h3 { font-size: 21px; }
  .quote-card { grid-template-columns: 34px 1fr; }
  .quote-card blockquote { font-size: 22px; }
  .residence-copy { padding: 46px 20px 54px; }
  .advisor-layout { grid-template-columns: 1fr; text-align: center; }
  .advisor img { width: 150px; margin: 0 auto; }
  .advisor-copy > p:not(.eyebrow) { margin-inline: auto; }
  .button-row { justify-content: center; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-grid a { margin: 0 18px 0 0; }
  .mobile-contact { position: fixed; z-index: 35; right: 14px; bottom: 14px; display: inline-flex; padding: 12px 16px; border-radius: 999px; background: var(--terracotta); color: #fff; box-shadow: 0 10px 30px rgba(60,20,9,.28); font-size: 13px; font-weight: 800; text-decoration: none; }
}

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