:root {
  --paper: #f3efe7;
  --paper-soft: #f7f4ed;
  --paper-muted: #ded8cc;
  --ink: #1a221e;
  --surface-dark: #1c2823;
  --text: #4f5853;
  --muted: #626a65;
  --line: rgba(26, 34, 30, .2);
  --accent: #a8523a;
  --accent-on-dark: #cf896e;
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", "SimSun", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { color: var(--paper); background: var(--accent); }

.nb { display: inline-block; white-space: nowrap; }

.home-hero h1,
.home-core-heading h2,
.home-trust-heading h2,
.home-contact h2,
.page-hero h1,
.section-title,
.principle-row h2,
.consult-intro h1 { overflow-wrap: anywhere; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.page-line {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  height: 2px;
  pointer-events: none;
}

.page-line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--accent);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 2.5vw;
  border-bottom: 1px solid transparent;
  transition: min-height .35s ease, background-color .35s ease, border-color .35s ease;
}

.site-header.is-scrolled {
  min-height: 66px;
  background: rgba(243, 239, 231, .9);
  border-bottom-color: var(--line);
  backdrop-filter: blur(14px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 650;
  letter-spacing: .08em;
}

.wordmark i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.2vw;
  font-size: 13px;
}

.site-nav a:not(.nav-cta) {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.site-nav a span { color: var(--muted); font-size: 10px; }

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  transition: color .25s ease, background-color .25s ease;
}

.nav-cta:hover { color: white; background: var(--accent); }

.nav-cta[aria-current="page"] { background: var(--accent); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 118px 2.5vw 34px;
  border-bottom: 1px solid var(--line);
}

.hero-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 34vw;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .12em;
}

.hero-meta p { margin: 0; }

.hero-title-wrap {
  position: relative;
  z-index: 3;
  margin-top: clamp(70px, 10vh, 118px);
}

.hero-kicker {
  margin: 0 0 15px .4vw;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .18em;
}

.hero h1 {
  max-width: 93vw;
  margin: 0;
  font-size: clamp(64px, 8.3vw, 146px);
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.07em;
}

.hero h1 span { display: block; }

.hero h1 .offset {
  margin-left: 13vw;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.09em;
}

.route-figure {
  position: absolute;
  top: 8vh;
  right: -8vw;
  width: min(45vw, 700px);
  aspect-ratio: 1;
  color: var(--paper);
  border-radius: 50%;
  background: var(--ink);
  transform: rotate(-8deg);
}

.route-ring {
  position: absolute;
  border: 1px solid rgba(236, 235, 228, .24);
  border-radius: 50%;
}

.ring-one { inset: 13%; }
.ring-two { inset: 28%; }
.ring-three { inset: 43%; border-color: var(--accent); }

.route-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(217, 80, 53, .15);
}

.dot-one {
  top: 25%;
  left: 16%;
  animation: float-one 7s ease-in-out infinite;
}

.dot-two {
  right: 21%;
  bottom: 20%;
  width: 6px;
  height: 6px;
  background: var(--paper);
  box-shadow: none;
  animation: float-two 9s ease-in-out infinite;
}

.route-figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .13em;
  text-align: center;
  transform: translate(-50%, -50%) rotate(8deg);
}

.route-figure b { color: var(--accent); font-weight: 500; }

.hero-bottom {
  position: absolute;
  z-index: 4;
  right: 2.5vw;
  bottom: 42px;
  display: grid;
  grid-template-columns: minmax(270px, 33vw) auto;
  gap: 5vw;
  align-items: end;
}

.hero-intro {
  margin: 0;
  color: #363c38;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.85;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  padding-bottom: 5px;
  white-space: nowrap;
  font-size: 14px;
}

.text-link i, .contact-link i { font-style: normal; font-size: 22px; }

.scroll-note {
  position: absolute;
  bottom: 35px;
  left: 2.5vw;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .16em;
  writing-mode: vertical-rl;
}

.scroll-note span {
  width: 1px;
  height: 40px;
  background: var(--line);
}

/* Homepage v4 — restrained editorial structure with a concierge atmosphere. */
.home-page {
  background: var(--paper);
}

.home-page .site-header.is-scrolled {
  background: rgba(243, 239, 231, .9);
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  grid-template-rows: minmax(620px, 1fr) auto;
  gap: 34px 3.5vw;
  min-height: 100svh;
  padding: 108px 2.5vw 30px;
  background: var(--paper);
  border-bottom: 1px solid rgba(26, 34, 30, .16);
}

.home-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  padding: 34px 2vw 46px 0;
}

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(42px, 7vh, 76px);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .16em;
}

.home-eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--accent);
}

.home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 5.8vw, 104px);
  font-weight: 520;
  line-height: 1.03;
  letter-spacing: -.075em;
}

.home-hero h1 em {
  display: block;
  margin-top: .08em;
  color: #65746b;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.09em;
}

.home-hero-intro {
  max-width: 600px;
  margin: clamp(34px, 5vh, 54px) 0 0;
  color: var(--text);
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.9;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.home-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  min-height: 56px;
  padding: 0 22px;
  color: var(--paper);
  background: var(--ink);
  font-size: 14px;
  transition: background-color .25s ease, transform .25s ease;
}

.home-primary-action:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.home-primary-action span {
  font-size: 19px;
}

.home-secondary-action {
  padding: 12px 0 8px;
  border-bottom: 1px solid rgba(26, 34, 30, .58);
  font-size: 13px;
}

.home-fee-note {
  margin: 24px 0 0;
  color: #555e59;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: .06em;
}

.home-hero-visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #d8d3c9;
}

.home-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(20, 28, 24, .54));
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% center;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}

.home-hero-visual:hover img {
  transform: scale(1.018);
}

.home-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 23px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  color: rgba(255, 255, 255, .82);
}

.home-hero-visual figcaption span {
  max-width: 240px;
  font-size: 11px;
  line-height: 1.7;
}

.home-hero-visual figcaption b {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(24px, 2.15vw, 38px);
  font-weight: 400;
  letter-spacing: -.05em;
}

.home-assurance {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(26, 34, 30, .2);
}

.home-assurance p {
  display: grid;
  gap: 3px;
  min-height: 92px;
  margin: 0;
  padding: 19px 28px 10px 0;
  border-right: 1px solid rgba(26, 34, 30, .16);
}

.home-assurance p + p {
  padding-left: 28px;
}

.home-assurance p:last-child {
  border-right: 0;
}

.home-assurance b {
  font-size: 14px;
  font-weight: 550;
}

.home-assurance small {
  color: #59625d;
  font-size: 11px;
  line-height: 1.55;
}

.home-section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .15em;
}

.home-section-label span {
  color: var(--accent);
}

.home-section-label p {
  margin: 0;
}

.home-core {
  padding: clamp(110px, 12vw, 190px) 6vw 110px;
  background: var(--paper-soft);
  border-bottom: 1px solid rgba(26, 34, 30, .16);
}

.home-core-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
  gap: 9vw;
  align-items: end;
  margin-top: clamp(72px, 8vw, 126px);
}

.home-core-heading h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(54px, 6.1vw, 108px);
  font-weight: 520;
  line-height: 1.01;
  letter-spacing: -.075em;
}

.home-core-heading h2 em {
  display: block;
  margin-top: .12em;
  color: #65746b;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.085em;
}

.home-core-heading > p {
  max-width: 480px;
  margin: 0 0 8px;
  color: #545d58;
  line-height: 1.95;
}

.home-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(94px, 10vw, 150px);
  border-top: 1px solid rgba(26, 34, 30, .22);
}

.home-capabilities article {
  min-height: 292px;
  padding: 24px 34px 32px 0;
  border-right: 1px solid rgba(26, 34, 30, .17);
}

.home-capabilities article + article {
  padding-left: 34px;
}

.home-capabilities article:last-child {
  border-right: 0;
}

.home-capabilities h3 {
  margin: 58px 0 17px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.25vw, 40px);
  font-weight: 400;
  letter-spacing: -.055em;
}

.home-capabilities p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.home-detail-link,
.home-trust-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 430px);
  margin: 70px 0 0 auto;
  padding: 19px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  transition: padding .25s ease, color .25s ease;
}

.home-detail-link:hover,
.home-trust-link:hover {
  padding-right: 8px;
  color: var(--accent);
}

.home-detail-link span,
.home-trust-link span {
  font-size: 20px;
}

.home-trust {
  padding: clamp(110px, 11vw, 170px) 6vw 110px;
  color: var(--paper);
  background: var(--surface-dark);
}

.home-trust .home-section-label {
  color: rgba(243, 239, 231, .54);
}

.home-trust .home-section-label span {
  color: var(--accent-on-dark);
}

.home-trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
  gap: 9vw;
  align-items: end;
  margin-top: clamp(72px, 8vw, 120px);
}

.home-trust-heading h2 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 108px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.075em;
}

.home-trust-heading h2 em {
  color: #d6cbb8;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.085em;
}

.home-trust-heading > p {
  max-width: 480px;
  margin: 0 0 8px;
  color: rgba(243, 239, 231, .62);
  line-height: 1.95;
}

.home-trust-list {
  margin-top: clamp(88px, 9vw, 138px);
  border-top: 1px solid rgba(243, 239, 231, .22);
}

.home-trust-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4vw;
  align-items: center;
  min-height: 154px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(243, 239, 231, .22);
}

.home-trust-list h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.45vw, 43px);
  font-weight: 400;
  letter-spacing: -.05em;
}

.home-trust-list p {
  margin: 0;
  color: rgba(243, 239, 231, .56);
  font-size: 13px;
}

.home-trust-list b {
  color: rgba(243, 239, 231, .72);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .12em;
}

.home-trust-link {
  color: #f3efe7;
}

.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 6vw 10vw;
  align-items: end;
  min-height: 84svh;
  padding: clamp(110px, 12vw, 190px) 6vw 110px;
  background: var(--paper-muted);
}

.home-contact-overline {
  grid-column: 1 / -1;
  align-self: start;
  margin: 0;
  color: #545d58;
  font-size: 11px;
  letter-spacing: .16em;
}

.home-contact h2 {
  margin: 0;
  font-size: clamp(58px, 6.6vw, 116px);
  font-weight: 520;
  line-height: 1.01;
  letter-spacing: -.08em;
}

.home-contact h2 em {
  display: block;
  color: #65746b;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -.09em;
}

.home-contact-side > p {
  margin: 0 0 42px;
  color: var(--text);
  line-height: 1.9;
}

.home-contact-side > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 20px;
  color: var(--paper);
  background: var(--ink);
  font-size: 15px;
  transition: background-color .25s ease;
}

.home-contact-side > a:hover {
  background: var(--accent);
}

.home-contact-side > a span {
  font-size: 21px;
}

.home-contact-side small {
  display: block;
  margin-top: 16px;
  color: #555e59;
  font-size: 11px;
}

.home-page .site-footer {
  background: var(--surface-dark);
}

.section-space { padding: 120px 2.5vw; }

.section-index {
  margin: 0 0 84px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .15em;
}

.statement {
  min-height: 100svh;
  background: var(--ink);
  color: var(--paper);
}

.statement .section-index { color: rgba(236, 235, 228, .55); }

.statement-main {
  display: grid;
  grid-template-columns: 1.7fr .65fr;
  gap: 10vw;
  align-items: end;
}

.statement h2, .contact h2 {
  margin: 0;
  font-size: clamp(50px, 6.6vw, 112px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.07em;
}

.statement h2 em, .contact h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
}

.statement h2 em { color: var(--accent); }

.statement-copy {
  margin: 0 0 10px;
  color: rgba(236, 235, 228, .68);
  line-height: 1.9;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 130px;
  border-top: 1px solid rgba(236, 235, 228, .24);
}

.proof-item {
  min-height: 270px;
  padding: 24px 30px 30px 0;
  border-right: 1px solid rgba(236, 235, 228, .24);
}

.proof-item + .proof-item { padding-left: 30px; }
.proof-item:last-child { border-right: 0; }
.proof-item > span { color: var(--accent); font-size: 11px; }

.proof-item h3 {
  margin: 72px 0 14px;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 500;
  letter-spacing: -.045em;
}

.proof-item p {
  max-width: 320px;
  margin: 0;
  color: rgba(236, 235, 228, .58);
  font-size: 14px;
}

.contact { min-height: 82svh; }

.contact-main {
  display: grid;
  grid-template-columns: 1.65fr .55fr;
  gap: 11vw;
  align-items: end;
}

.contact h2 em { color: var(--accent); }

.contact-side p {
  margin: 0 0 45px;
  color: #454b47;
  line-height: 1.9;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 19px;
  transition: color .25s ease, padding .25s ease;
}

.contact-link:hover { color: var(--accent); padding-right: 8px; }

.contact-side small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) repeat(3, auto);
  gap: 3vw;
  align-items: center;
  padding: 34px 2.5vw;
  color: rgba(236, 235, 228, .54);
  background: var(--ink);
  font-size: 11px;
  border-top: 1px solid rgba(236, 235, 228, .2);
}

.site-footer p { margin: 0; }
.footer-mark { color: var(--paper); }
.subpage .site-footer { grid-template-columns: minmax(180px, 1fr) auto auto; }

.site-nav a.is-active:not(.nav-cta)::after { transform: scaleX(1); }

.subpage { padding-top: 82px; }

.page-hero {
  position: relative;
  min-height: calc(100svh - 82px);
  overflow: hidden;
  padding: 80px 2.5vw 70px;
  border-bottom: 1px solid var(--line);
}

.page-number {
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .16em;
}

.page-hero h1 {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  margin: clamp(76px, 12vh, 130px) 0 0;
  font-size: clamp(62px, 8vw, 140px);
  font-weight: 500;
  line-height: .97;
  letter-spacing: -.075em;
}

.page-hero h1 em {
  color: var(--accent);
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
}

.page-lead {
  position: absolute;
  z-index: 3;
  right: 2.5vw;
  bottom: 68px;
  width: min(35vw, 520px);
  margin: 0;
  color: #454b47;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.9;
}

.page-orbit {
  position: absolute;
  top: 10%;
  right: -6vw;
  width: 31vw;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.page-orbit::before,
.page-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.page-orbit::before { inset: 20%; }
.page-orbit::after { inset: 40%; border-color: var(--accent); }

.page-orbit span,
.page-orbit i {
  position: absolute;
  border-radius: 50%;
}

.page-orbit span {
  top: 17%;
  left: 17%;
  width: 9px;
  height: 9px;
  background: var(--accent);
  animation: float-one 7s ease-in-out infinite;
}

.page-orbit i {
  right: 23%;
  bottom: 20%;
  width: 6px;
  height: 6px;
  background: var(--ink);
  animation: float-two 9s ease-in-out infinite;
}

.section-title {
  max-width: 90vw;
  margin: 0;
  font-size: clamp(50px, 6.2vw, 104px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.07em;
}

.section-title em {
  color: var(--accent);
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
}

.process { background: #1c2823; color: var(--paper); }
.process .section-index { color: rgba(236, 235, 228, .55); }
.process .section-title em { color: var(--accent-on-dark); }

.process-list {
  margin: 110px 0 0;
  padding: 0;
  border-top: 1px solid rgba(236, 235, 228, .24);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: .2fr .9fr .8fr;
  gap: 4vw;
  align-items: start;
  padding: 32px 0 48px;
  border-bottom: 1px solid rgba(236, 235, 228, .24);
}

.process-list li > span { color: var(--accent-on-dark); font-size: 11px; }

.process-list h3 {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 43px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.05em;
}

.process-list p {
  max-width: 520px;
  margin: 3px 0 0;
  color: rgba(236, 235, 228, .62);
  line-height: 1.9;
}

.service-page { border-bottom: 1px solid var(--line); }

.service-rows { margin-top: 100px; border-top: 1px solid var(--line); }

.service-rows article {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 4vw;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.service-rows h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 500;
  letter-spacing: -.055em;
}

.service-rows p { max-width: 560px; margin: 0; color: #535954; line-height: 1.85; }

.page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5vw;
  align-items: center;
  padding: 70px 2.5vw;
  color: var(--paper);
  background: var(--accent);
}

.page-cta p { margin: 0; font-size: 14px; }

.page-cta a {
  display: flex;
  gap: 56px;
  align-items: center;
  font-size: clamp(24px, 3vw, 50px);
  letter-spacing: -.04em;
}

.page-cta a span { font-size: .7em; }

.principle-hero h1 { max-width: 80vw; }

.principle-seal {
  position: absolute;
  top: 16%;
  right: 8vw;
  display: grid;
  place-items: center;
  width: 150px;
  aspect-ratio: 1;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  transform: rotate(9deg);
}

.principle-seal::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(236, 235, 228, .36);
  border-radius: 50%;
}

.principle-seal span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .12em;
  text-align: center;
}

.principle-board { padding-top: 0; background: #1c2823; color: var(--paper); }

.principle-row {
  display: grid;
  grid-template-columns: 1.15fr .7fr;
  gap: 5vw;
  align-items: end;
  min-height: 390px;
  padding: 70px 0;
  border-bottom: 1px solid rgba(236, 235, 228, .24);
}

.principle-row h2 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 96px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.07em;
}

.principle-row p {
  max-width: 520px;
  margin: 0;
  color: rgba(236, 235, 228, .62);
  line-height: 1.9;
}

.light-cta { color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); }

.consult-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 7vw;
  min-height: calc(100svh - 82px);
  padding: 110px 2.5vw 100px;
}

.consult-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.consult-intro h1 {
  margin: 78px 0 42px;
  font-size: clamp(58px, 6.5vw, 110px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.075em;
}

.consult-intro h1 em {
  color: var(--accent);
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
}

.consult-intro > p:last-child { max-width: 520px; color: #535954; line-height: 1.9; }

.editorial-form { padding-top: 56px; }
.editorial-form fieldset { margin: 0 0 76px; padding: 0; border: 0; }

.editorial-form legend,
.input-label {
  display: flex;
  gap: 26px;
  width: 100%;
  margin-bottom: 28px;
  padding-bottom: 16px;
  font-size: 19px;
  border-bottom: 1px solid var(--ink);
}

.editorial-form legend span,
.input-label b { color: var(--accent); font-size: 11px; font-weight: 400; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.choice-grid label { position: relative; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }

.choice-grid label > span {
  display: block;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.choice-grid input:checked + span { color: var(--paper); background: var(--ink); }
.choice-grid input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: -3px; }

.input-group { display: block; margin-bottom: 62px; }

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 8px 0 18px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  font-size: clamp(24px, 2.4vw, 40px);
}

.input-group textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}

.input-group input:focus,
.input-group textarea:focus { border-bottom-color: var(--accent); }

.input-group input::placeholder,
.input-group textarea::placeholder { color: #5d6661; opacity: 1; }

.input-group input[aria-invalid="true"],
.input-group textarea[aria-invalid="true"] { border-bottom-color: #9d3d2e; }

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 24px;
  color: var(--paper);
  background: var(--ink);
  border: 0;
  cursor: pointer;
  font-size: 19px;
  transition: background-color .25s ease;
}

.form-submit:hover { background: var(--accent); }
.form-submit:disabled { cursor: wait; opacity: .66; }
.form-submit i { font-style: normal; font-size: 24px; }

.form-disclaimer, .form-result { margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.form-result { min-height: 1.6em; font-weight: 550; }
.form-result[data-state="error"] { color: #8d3428; }
.form-result[data-state="loading"] { color: var(--muted); }
.form-result[data-state="success"] { color: #356047; }

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
}

.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

.hero-reveal { animation: hero-rise .65s cubic-bezier(.22, 1, .36, 1) both; }
.home-hero-copy .hero-reveal:nth-child(2),
.consult-intro .hero-reveal:nth-child(2),
.page-hero .hero-reveal:nth-child(2) { animation-delay: 60ms; }
.home-hero-copy .hero-reveal:nth-child(3),
.consult-intro .hero-reveal:nth-child(3),
.page-hero .hero-reveal:nth-child(3) { animation-delay: 110ms; }

@keyframes hero-rise {
  from { transform: translateY(16px); }
  to { transform: translateY(0); }
}

@keyframes float-one {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(18px, -11px, 0); }
}

@keyframes float-two {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-14px, 14px, 0); }
}

@media (max-width: 900px) {
  .site-header { min-height: 68px; padding: 0 16px; }
  .site-nav { gap: 12px; font-size: 12px; }
  .site-nav a:not(.nav-cta) { gap: 0; }
  .site-nav a span { display: none; }
  .nav-cta { min-height: 36px; padding: 0 13px; }
  .home-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(520px, 72svh) auto;
    gap: 26px;
    padding: 104px 20px 26px;
  }
  .home-hero-copy { max-width: 720px; padding: 28px 0 20px; }
  .home-eyebrow { margin-bottom: 48px; }
  .home-hero h1 { font-size: clamp(54px, 10.5vw, 88px); }
  .home-hero-intro { max-width: 620px; }
  .home-hero-visual { min-height: 520px; }
  .home-hero-visual img { object-position: 100% center; }
  .home-assurance { grid-template-columns: 1fr; }
  .home-assurance p,
  .home-assurance p + p {
    min-height: auto;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 34, 30, .16);
  }
  .home-assurance p:last-child { border-bottom: 0; }
  .home-core,
  .home-trust,
  .home-contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-core-heading,
  .home-trust-heading {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-core-heading h2,
  .home-trust-heading h2,
  .home-contact h2 {
    font-size: clamp(50px, 10vw, 84px);
  }
  .home-core-heading > p,
  .home-trust-heading > p {
    max-width: 600px;
    margin-left: auto;
  }
  .home-capabilities {
    grid-template-columns: 1fr;
  }
  .home-capabilities article,
  .home-capabilities article + article {
    min-height: auto;
    padding: 24px 0 40px;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 34, 30, .17);
  }
  .home-capabilities article:last-child { border-bottom: 0; }
  .home-capabilities h3 { margin-top: 42px; }
  .home-detail-link,
  .home-trust-link { margin-left: 0; }
  .home-trust-list article {
    grid-template-columns: 1fr auto;
    gap: 24px;
  }
  .home-trust-list article > b {
    justify-self: start;
  }
  .home-contact {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .home-contact-side {
    max-width: 600px;
    margin-left: auto;
  }
  .section-space { padding: 92px 20px; }
  .section-index { margin-bottom: 58px; }
  .site-footer, .subpage .site-footer { grid-template-columns: 1fr; gap: 9px; padding: 30px 20px; }
  .subpage { padding-top: 68px; }
  .page-hero { min-height: 850px; padding: 68px 20px 48px; }
  .page-hero h1 { margin-top: 100px; font-size: clamp(50px, 12vw, 90px); }
  .page-lead { right: 20px; bottom: 56px; left: 20px; width: auto; max-width: 620px; margin-left: auto; }
  .process-list li { grid-template-columns: .16fr 1fr; gap: 22px; }
  .process-list p { grid-column: 2; }
  .service-rows article, .principle-row { grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 32px; }
  .principle-row { min-height: auto; padding: 58px 0; }
  .page-cta { grid-template-columns: 1fr; padding: 54px 20px; }
  .page-cta a { justify-content: space-between; }
  .consult-layout { grid-template-columns: 1fr; min-height: auto; padding: 84px 20px 90px; }
  .consult-intro { position: static; }
  .consult-intro h1 { margin-top: 70px; font-size: clamp(52px, 12vw, 88px); }
  .editorial-form { padding-top: 20px; }
}

@media (max-width: 560px) {
  .wordmark { font-size: 14px; }
  .site-header { padding: 0 12px; }
  .site-nav { gap: 8px; font-size: 11px; }
  .nav-cta { min-height: 34px; padding: 0 10px; }
  .home-hero { grid-template-rows: auto minmax(430px, 64svh) auto; padding-top: 92px; }
  .home-hero-copy { padding-top: 18px; }
  .home-eyebrow { margin-bottom: 38px; }
  .home-hero h1 { font-size: clamp(48px, 13.5vw, 68px); line-height: 1.06; }
  .home-hero-intro { font-size: 14px; line-height: 1.8; }
  .home-hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .home-primary-action { width: 100%; }
  .home-secondary-action { width: fit-content; }
  .home-fee-note { max-width: 310px; line-height: 1.7; }
  .home-hero-visual { min-height: 430px; }
  .home-hero-visual img { object-position: 100% center; }
  .home-hero-visual figcaption { right: 16px; bottom: 16px; left: 16px; }
  .home-hero-visual figcaption span { display: none; }
  .home-hero-visual figcaption b { font-size: 26px; }
  .home-core,
  .home-trust,
  .home-contact { padding-top: 92px; padding-bottom: 78px; }
  .home-core-heading,
  .home-trust-heading { margin-top: 64px; gap: 36px; }
  .home-core-heading h2,
  .home-trust-heading h2,
  .home-contact h2 { font-size: 12.2vw; }
  .home-core-heading > p,
  .home-trust-heading > p { font-size: 14px; }
  .home-capabilities,
  .home-trust-list { margin-top: 72px; }
  .home-capabilities article,
  .home-capabilities article + article { padding-bottom: 34px; }
  .home-trust-list article { grid-template-columns: 1fr; gap: 12px; padding: 28px 0 34px; }
  .home-trust-list article > b { grid-column: auto; }
  .home-contact { gap: 58px; }
  .home-contact-side { margin-left: 0; }
  .page-hero { min-height: 780px; }
  .page-hero h1 { font-size: 13vw; }
  .principle-hero h1 { max-width: 100%; font-size: 11.2vw; }
  .section-title { font-size: 12vw; }
  .process-list { margin-top: 74px; }
  .process-list li, .service-rows article, .principle-row { grid-template-columns: 1fr; gap: 16px; }
  .process-list p { grid-column: auto; }
  .process-list h3 { font-size: 28px; }
  .service-rows h3 { font-size: 34px; }
  .principle-row h2 { font-size: 13vw; }
  .choice-grid { grid-template-columns: 1fr; }
  .consult-intro h1 { font-size: 13vw; }
}

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