:root {
  --ink: #153332;
  --forest: #123b3a;
  --forest-2: #1b4c49;
  --teal: #57a79c;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --sand: #ded4c3;
  --muted: #647472;
  --line: rgba(21, 51, 50, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 720; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cream); background: var(--forest); border-radius: 50%; font-family: Georgia, serif; font-size: 13px; letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--ink); }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0 105px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 40px;
  width: 470px;
  height: 470px;
  border: 1px solid var(--sand);
  border-radius: 50%;
  box-shadow: 0 0 0 55px var(--paper), 0 0 0 56px var(--sand), 0 0 0 115px var(--paper), 0 0 0 116px var(--sand);
  z-index: -1;
}
.eyebrow { color: var(--forest-2); text-transform: uppercase; letter-spacing: .16em; font-weight: 750; font-size: 12px; margin-bottom: 24px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 900px; margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--teal); font-weight: 400; }
.lead { max-width: 660px; font-size: 21px; color: #455c5a; margin-bottom: 36px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 26px; min-width: 220px; padding: 15px 18px; border: 1px solid var(--forest); text-decoration: none; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--forest); }
.button.secondary { background: transparent; }
.button.pale { color: var(--forest); background: var(--cream); border-color: var(--cream); }
.microcopy { color: var(--muted); font-size: 12px; margin: 16px 0 0; }

.intro, .process, .about, .faq {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}
.intro { display: grid; grid-template-columns: 70px 1.1fr .9fr; gap: 48px; border-top: 1px solid var(--line); }
.section-number { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; margin-bottom: 25px; }
.intro > div:nth-child(2) p { max-width: 560px; color: var(--muted); font-size: 18px; }
.focus-card { background: var(--cream); padding: 34px 38px; }
.focus-card span { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.focus-card ul { list-style: none; margin: 22px 0 0; padding: 0; }
.focus-card li { padding: 10px 0; border-top: 1px solid rgba(21, 51, 50, .13); }

.process { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 70px 1fr; gap: 48px; align-items: start; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { padding: 30px 28px 36px 0; }
.steps article + article { border-left: 1px solid var(--line); padding-left: 28px; }
.steps article > span { color: var(--teal); font-size: 12px; font-weight: 800; }
.steps h3 { margin: 48px 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.steps p { color: var(--muted); font-size: 14px; margin: 0; }

.locations { background: var(--forest); color: white; padding: 96px max(20px, calc((100vw - 1180px) / 2)); }
.section-heading.light .section-number { color: #80c7bd; }
.section-heading.light p:last-child { color: #bfd0cd; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 56px; }
.location-card { border: 1px solid rgba(255,255,255,.26); padding: 42px; min-height: 420px; display: flex; flex-direction: column; }
.location-card.accent { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.area { color: #80c7bd; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.location-card.accent .area { color: var(--forest-2); }
.location-card h3 { font-family: Georgia, serif; font-size: 34px; font-weight: 400; margin-bottom: 18px; }
address { font-style: normal; color: #bfd0cd; }
.accent address { color: var(--muted); }
.location-card dl { margin: 25px 0; }
.location-card dl div { display: grid; grid-template-columns: 55px 1fr; gap: 12px; font-size: 14px; }
.location-card dt { color: #80c7bd; font-weight: 800; }
.location-card dd { margin: 0; }
.availability { color: var(--muted); max-width: 410px; }
.location-card .fee-list { margin: 4px 0 28px; }
.location-card .fee-list div { grid-template-columns: 1fr auto; padding: 8px 0; border-top: 1px solid rgba(21, 51, 50, .16); font-size: 15px; }
.location-card .fee-list dt { color: var(--ink); font-weight: 500; }
.location-card .fee-list dd { font-weight: 800; }
.location-card > a { margin-top: auto; padding-top: 24px; border-top: 1px solid currentColor; text-decoration: none; display: flex; justify-content: space-between; font-weight: 700; font-size: 14px; }
.schedule-note { color: #bfd0cd; font-size: 12px; margin: 18px 0 0; }
.nearby-areas { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; margin-top: 46px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.26); }
.nearby-areas h3 { margin: 0; font-family: Georgia, serif; font-size: 29px; line-height: 1.2; font-weight: 400; }
.nearby-areas p { margin: 0; color: #bfd0cd; }

.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; margin: 45px 0 0 118px; }
.large-copy { font-family: Georgia, serif; font-size: 28px; line-height: 1.35; color: var(--ink); }
.about-grid > div > p:last-child { color: var(--muted); }
.credentials { margin: 0; }
.credentials div { padding: 20px 0; border-top: 1px solid var(--line); }
.credentials dt { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; margin-bottom: 8px; }
.credentials dd { margin: 0; }

.chinese { background: #dcebe6; padding: 96px max(20px, calc((100vw - 1180px) / 2)); }
.chinese-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; margin: 45px 0 0 118px; }
.chinese-grid p { color: #3f5956; }
.chinese-grid h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }

.faq details { margin-left: 118px; border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: Georgia, serif; font-size: 22px; list-style-position: outside; }
.faq details p { color: var(--muted); max-width: 760px; margin: 15px 0 0; }

.closing { text-align: center; background: var(--cream); padding: 95px 20px; }
.closing > p { color: var(--teal); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.closing h2 { max-width: 730px; margin-left: auto; margin-right: auto; }
.centered { justify-content: center; }

footer { background: #0d2928; color: #b8c9c6; padding: 45px max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1.6fr auto; align-items: center; gap: 40px; font-size: 11px; }
.footer-brand { color: white; }
footer p { margin: 0; }

@media (max-width: 800px) {
  .site-header { min-height: 70px; }
  nav a:not(:last-child) { display: none; }
  .hero { padding: 80px 0 75px; }
  .hero::after { opacity: .45; right: -270px; }
  h1 { font-size: clamp(47px, 14vw, 70px); }
  .lead { font-size: 18px; }
  .intro, .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .intro { gap: 25px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .steps article:nth-child(4) { border-top: 1px solid var(--line); }
  .location-grid, .about-grid, .chinese-grid, .nearby-areas { grid-template-columns: 1fr; }
  .nearby-areas { gap: 18px; }
  .about-grid, .chinese-grid { margin-left: 0; gap: 35px; }
  .faq details { margin-left: 0; }
  footer { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 520px) {
  .site-header, .hero, .intro, .process, .about, .faq { width: min(100% - 28px, 1180px); }
  .actions, .button { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0; }
  .steps article:first-child { border-top: 0; }
  .steps h3 { margin-top: 20px; }
  .location-card { padding: 30px 24px; min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
