:root {
  color-scheme: light;
  --ink: #073537;
  --deep: #063b3d;
  --deep-2: #052d30;
  --copper: #b97855;
  --copper-hover: #9e6242;
  --body: #42565a;
  --muted: #627477;
  --line: #dce3e1;
  --paper: #fff;
  --soft: #f4f6f5;
  --serif: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "STSong", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --page-width: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
::selection { background: #d6a184; color: #072f31; }

.skip-link {
  position: absolute;
  top: -60px;
  left: 12px;
  z-index: 20;
  padding: 10px 16px;
  background: var(--deep);
  color: white;
}
.skip-link:focus { top: 10px; }

.page-gutter,
.section-shell,
.header-inner {
  width: min(calc(100% - 10.5vw), var(--page-width));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid rgba(6, 59, 61, .09);
}
.header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.wordmark {
  display: inline-block;
  position: relative;
  flex: none;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: -.055em;
  line-height: 1;
  color: var(--ink);
}
.wordmark-stroke {
  position: absolute;
  bottom: -10px;
  right: 31px;
  width: 67px;
  height: 9px;
  border-bottom: 2px solid var(--copper);
  border-radius: 50%;
  transform: rotate(7deg);
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 46px);
  margin-left: auto;
  color: #153c3e;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover { color: var(--copper-hover); }
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 48px;
  padding: 0 29px;
  border-radius: 100px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}
.header-cta,
.button-copper { color: #fff; background: var(--copper); border: 1px solid var(--copper); }
.header-cta:hover,
.button-copper:hover { background: var(--copper-hover); border-color: var(--copper-hover); transform: translateY(-2px); }
.header-cta span,
.button span { font-size: 19px; line-height: 1; font-weight: 400; }
.privacy-header .header-cta { margin-left: auto; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: clamp(560px, 46vw, 660px);
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
.hero-image {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
}
.hero-veil {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 25%, rgba(255,255,255,.82) 41%, rgba(255,255,255,0) 64%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  padding-block: clamp(105px, 11vw, 150px) 105px;
}
.hero h1 {
  max-width: 770px;
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(52px, 5.25vw, 82px);
  letter-spacing: -.055em;
  line-height: 1.2;
  text-wrap: balance;
}
.copper-rule { width: 70px; height: 2px; margin-top: 34px; background: var(--copper); }
.hero p {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--body);
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.82;
  letter-spacing: .01em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero-actions .button { min-height: 54px; padding-inline: 30px; }
.button-outline { color: var(--deep); border: 1px solid var(--deep); background: rgba(255,255,255,.83); }
.button-outline:hover { background: var(--deep); color: #fff; transform: translateY(-2px); }

.approach {
  background: radial-gradient(ellipse at 55% 0, #155759 0, var(--deep) 50%, var(--deep-2) 100%);
  color: #fff;
  padding-block: clamp(86px, 8vw, 120px) clamp(90px, 8vw, 124px);
}
.approach-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 8%;
  align-items: end;
}
.approach h2,
.questions h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.27;
  font-size: clamp(38px, 3.9vw, 58px);
}
.approach-heading p { max-width: 560px; margin: 0 0 7px; color: #d6e7e4; font-size: 18px; line-height: 1.9; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3.2vw, 56px);
  list-style: none;
  margin: 88px 0 0;
  padding: 0;
}
.steps li { position: relative; padding-top: 33px; border-top: 1px solid rgba(221, 233, 228, .44); }
.step-number {
  position: absolute;
  top: -20px;
  left: 0;
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border: 1.5px solid var(--copper);
  border-radius: 50%;
  background: var(--deep);
  color: #e4ab89;
  font: 500 18px Georgia, serif;
}
.steps h3 { margin: 0 0 16px; font: 600 clamp(20px, 1.6vw, 25px)/1.45 var(--serif); }
.steps p { max-width: 270px; margin: 0; color: #c7dad6; font-size: 15px; line-height: 1.9; }

.questions { padding-block: clamp(94px, 8.5vw, 134px) clamp(90px, 8vw, 120px); background: #fff; }
.questions-heading { max-width: 850px; }
.questions h2 { color: var(--ink); }
.questions-heading p { margin: 22px 0 0; color: var(--body); font-size: 18px; line-height: 1.85; }
.question-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 8%; margin-top: 65px; }
.question-item { padding: 28px 0 34px; border-top: 1px solid var(--line); }
.question-index { color: var(--copper-hover); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.question-item h3 { margin: 20px 0 10px; font: 600 clamp(20px, 1.75vw, 25px)/1.5 var(--serif); }
.question-item p { max-width: 520px; margin: 0; color: var(--body); font-size: 15px; line-height: 1.85; }
.questions-note { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.mobile-only { display: none; }

.contact {
  position: relative;
  min-height: 425px;
  isolation: isolate;
  overflow: hidden;
  background: var(--soft);
  border-top: 1px solid #e9eeed;
}
.contact-image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}
.contact-inner { position: relative; padding-block: 85px 73px; }
.contact h2 { font-size: clamp(36px, 3.2vw, 51px); }
.contact h2 { text-wrap: balance; }
.contact-inner > p:not(.contact-note) { margin: 18px 0 0; color: var(--body); font-size: 18px; line-height: 1.8; }
.contact-row { display: flex; flex-wrap: wrap; align-items: end; gap: 42px; margin-top: 36px; }
.contact-numbers { display: flex; flex-direction: column; gap: 4px; }
.service-number { font: 500 clamp(34px, 3.4vw, 52px)/1.2 Georgia, serif; letter-spacing: -.02em; }
.service-number:hover,
.contact-numbers span a:hover { color: var(--copper-hover); }
.contact-numbers span { color: var(--body); font-size: 15px; }
.contact-row .button { min-height: 51px; }
.contact-note { margin: 33px 0 0; max-width: 650px; color: var(--muted); font-size: 12px; line-height: 1.75; }

.site-footer { background: #fff; color: var(--ink); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 34px; border-bottom: 1px solid var(--line); }
.footer-top > div:first-child { display: flex; align-items: baseline; flex-wrap: wrap; gap: 24px; }
.footer-brand { font: 500 25px Georgia, serif; letter-spacing: -.04em; }
.footer-owner { color: var(--body); font-size: 13px; }
.footer-links,
.filing-links { display: flex; flex-wrap: wrap; gap: 18px 29px; }
.footer-links { color: var(--body); font-size: 13px; }
.footer-links a:hover,
.filing-links a:hover { color: var(--copper-hover); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-block: 19px 26px; color: var(--muted); font-size: 12px; }

.privacy-page { max-width: 960px; padding-block: 76px 120px; }
.privacy-back { margin: 0 0 36px; color: var(--copper-hover); font-size: 14px; }
.privacy-page h1 { margin: 0; font: 600 clamp(44px, 5vw, 64px)/1.25 var(--serif); }
.privacy-intro { margin: 22px 0 45px; font-size: 18px; line-height: 1.9; color: var(--body); }
.privacy-page section { border-top: 1px solid var(--line); padding-block: 26px 32px; }
.privacy-page h2 { margin: 0 0 12px; font: 600 24px/1.5 var(--serif); }
.privacy-page section p { margin: 0; color: var(--body); font-size: 16px; line-height: 1.95; }
.privacy-page section a { color: var(--copper-hover); text-decoration: underline; }
.privacy-updated { color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  .page-gutter, .section-shell, .header-inner { width: calc(100% - 72px); }
  .header-inner { gap: 24px; }
  .primary-nav { gap: 19px; font-size: 14px; }
  .wordmark { font-size: 31px; }
  .header-cta { padding-inline: 19px; }
  .hero h1 { font-size: clamp(50px, 6vw, 67px); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .page-gutter, .section-shell, .header-inner { width: calc(100% - 40px); }
  .header-inner { height: 70px; gap: 12px; }
  .wordmark { font-size: 29px; }
  .header-cta { margin-left: auto; padding-inline: 15px; min-height: 38px; gap: 6px; font-size: 12px; }
  .menu-toggle { order: 3; display: flex; width: 38px; height: 38px; padding: 9px; flex-direction: column; justify-content: space-around; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; height: 2px; width: 100%; background: var(--ink); }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; margin: 0; padding: 14px 20px 24px; background: white; box-shadow: 0 16px 25px rgba(4, 36, 37, .11); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 0; }
  .hero { min-height: 0; }
  .hero-image { position: relative; z-index: auto; height: auto; aspect-ratio: 1.53; object-position: 58% center; }
  .hero-veil { display: none; }
  .hero-content { padding-block: 48px 66px; }
  .hero h1 { font-size: clamp(39px, 9vw, 60px); line-height: 1.28; }
  .hero p { font-size: 17px; line-height: 1.8; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding-inline: 20px; min-height: 48px; font-size: 14px; }
  .approach { padding-block: 72px 74px; }
  .approach-heading { display: block; }
  .approach h2, .questions h2, .contact h2 { font-size: clamp(34px, 7.5vw, 46px); }
  .approach-heading p { margin-top: 21px; font-size: 16px; }
  .steps { margin-top: 64px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 24px; }
  .steps p { font-size: 14px; }
  .questions { padding-block: 78px 76px; }
  .questions-heading p { font-size: 16px; }
  .question-grid { margin-top: 40px; grid-template-columns: 1fr; }
  .question-item { padding-block: 23px 28px; }
  .mobile-only { display: initial; }
  .contact { min-height: 0; }
  .contact-image { object-position: 62% center; opacity: .35; }
  .contact-inner { padding-block: 77px 65px; }
  .contact-row { gap: 23px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .privacy-page { padding-block: 54px 90px; }
}

@media (max-width: 420px) {
  .header-cta { padding-inline: 12px; }
  .header-cta span { display: none; }
  .wordmark { font-size: 26px; }
  .hero h1 { font-size: 37px; }
  .steps { grid-template-columns: 1fr; gap: 44px; }
  .contact-image { opacity: .23; }
  .contact h2 { font-size: 30px; }
}

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