:root {
  --navy: #103255;
  --navy-dark: #0a2239;
  --brass: #ab843e;
  --cream: #fefef8;
  --cream-deep: #f5f0e4;
  --ink: #13202b;
  --muted: #6d716f;
  --line: rgba(16, 50, 85, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(16,50,85,.12);
}
.header-brand { display: flex; align-items: center; gap: 12px; }
.header-brand .mini-mark { width: 52px; color: var(--brass); }
.header-brand span { display: grid; line-height: 1; letter-spacing: .12em; }
.header-brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 13px; font-weight: 500; }
.header-brand em { font-style: normal; font-size: 10px; letter-spacing: .28em; margin-top: 5px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-cta { border: 1px solid var(--navy); padding: 13px 18px; }

.hero {
  min-height: 900px;
  padding: 180px clamp(24px, 7vw, 116px) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 60px 8vw;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  border: 1px solid rgba(171,132,62,.17);
  border-radius: 50%;
  right: -320px;
  top: 110px;
}
.hero-copy { align-self: center; max-width: 760px; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass);
}
.eyebrow.light { color: #d6b775; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(58px, 7.5vw, 122px); line-height: .92; margin-bottom: 34px; }
.lede { max-width: 690px; font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: #52616c; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.button.primary { background: var(--navy); color: var(--cream); }
.button.primary:hover { background: var(--navy-dark); }
.text-link { font-size: 13px; border-bottom: 1px solid var(--brass); padding-bottom: 4px; }
.text-link span { color: var(--brass); margin-left: 5px; }

.hero-logo-card {
  align-self: center;
  justify-self: end;
  width: min(100%, 510px);
  padding: 46px 36px 28px;
  background: #fffdf5;
  border: 1px solid rgba(171,132,62,.22);
  box-shadow: 0 34px 70px rgba(35, 39, 38, .08);
  position: relative;
  z-index: 3;
}
.hero-logo-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(171,132,62,.12);
  pointer-events: none;
}
.hero-logo-card img { width: 100%; height: auto; display: block; }
.hero-logo-card p { margin: 6px 0 0; text-align: center; font-family: Georgia, 'Times New Roman', serif; font-style: italic; color: #7a6a4d; }
.hero-footnote { grid-column: 1 / -1; display: flex; align-items: center; gap: 18px; max-width: 620px; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-footnote span { font-family: Georgia, 'Times New Roman', serif; color: var(--brass); }
.hero-footnote p { margin: 0; font-size: 13px; line-height: 1.5; color: #65717a; }

.statement {
  background: var(--navy-dark);
  color: var(--cream);
  padding: 110px clamp(24px, 7vw, 116px) 120px;
}
.statement h2 { font-size: clamp(48px, 6vw, 86px); line-height: 1.02; max-width: 1000px; margin-bottom: 70px; }
.statement h2 em { color: #d3b16a; font-weight: 400; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; max-width: 1100px; margin-left: auto; }
.statement-grid p { font-size: 18px; line-height: 1.75; color: #d3d6d5; }

.services { padding: 110px clamp(24px, 7vw, 116px) 120px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, .55fr); gap: 8vw; align-items: end; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(48px, 5.2vw, 76px); line-height: 1; margin-bottom: 0; }
.section-heading > p { line-height: 1.6; color: #6b7479; max-width: 390px; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.service { padding: 34px 32px 44px 0; border-bottom: 1px solid var(--line); }
.service + .service { padding-left: 32px; border-left: 1px solid var(--line); }
.service > span { color: var(--brass); font-family: Georgia, 'Times New Roman', serif; font-size: 14px; }
.service-rule { width: 100%; height: 1px; background: var(--line); margin: 24px 0 38px; }
.service h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; margin-bottom: 18px; }
.service p { color: #68737b; line-height: 1.65; }

.process { display: grid; grid-template-columns: .72fr 1fr; background: #eae4d8; }
.process-intro { padding: 90px clamp(24px, 7vw, 116px); background: var(--brass); color: #fff; }
.process-intro h2 { font-size: clamp(48px, 5vw, 72px); line-height: 1; margin-bottom: 28px; }
.process-intro > p:last-child { line-height: 1.7; max-width: 430px; color: #fffaf0; }
.process-list { list-style: none; padding: 40px clamp(24px, 6vw, 88px); margin: 0; display: grid; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 26px; align-items: start; padding: 38px 0; border-bottom: 1px solid rgba(16,50,85,.15); }
.process-list li:last-child { border-bottom: 0; }
.process-list span { font-family: Georgia, 'Times New Roman', serif; color: var(--brass); }
.process-list h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: 27px; margin-bottom: 12px; }
.process-list p { margin: 0; line-height: 1.65; color: #626b70; }

.quote-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 120px clamp(24px, 7vw, 116px); }
.quote-copy { position: sticky; top: 48px; align-self: start; }
.quote-copy h2 { font-size: clamp(48px, 5vw, 72px); line-height: 1; }
.quote-copy > p:not(.eyebrow) { line-height: 1.7; color: #69737a; max-width: 460px; }
.area-note { display: flex; gap: 18px; align-items: center; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); }
.area-note .mini-mark { width: 74px; color: var(--brass); flex: none; }
.area-note p { margin: 0; line-height: 1.5; font-size: 13px; color: #647077; }
.area-note strong { color: var(--navy); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; padding: 42px; border: 1px solid var(--line); background: #fffdf8; }
.field { display: grid; gap: 9px; }
.field.span-2, .span-2 { grid-column: 1 / -1; }
.field label { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; }
.field label span { color: #8b918f; text-transform: none; letter-spacing: 0; font-weight: 400; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bec2bd;
  border-radius: 0;
  background: transparent;
  padding: 13px 0 14px;
  color: var(--ink);
  outline: none;
}
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--brass); }
.field textarea { resize: vertical; border: 1px solid #cdd0ca; padding: 14px; min-height: 130px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 6px; }
.form-footer p { margin: 0; max-width: 350px; color: #7a8181; font-size: 12px; line-height: 1.5; }
.form-error { color: #a32c2c; font-size: 13px; }
.success-card { align-self: start; padding: 58px; background: var(--navy); color: white; min-height: 420px; }
.success-card span { display: block; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: #d2b274; margin-bottom: 28px; }
.success-card h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 46px; font-weight: 400; line-height: 1.05; margin-bottom: 26px; }
.success-card p { color: #d7dcdf; line-height: 1.7; max-width: 590px; }
.success-card button { margin-top: 28px; background: transparent; color: #fff; border: 0; border-bottom: 1px solid #d2b274; padding: 0 0 6px; cursor: pointer; }

.faq { padding: 90px clamp(24px, 7vw, 116px) 120px; background: #f4f0e7; }
.faq-heading { grid-template-columns: 1fr; }
.faq-list { max-width: 1040px; margin-left: auto; }
details { border-bottom: 1px solid rgba(16,50,85,.16); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: Arial, Helvetica, sans-serif; font-weight: 300; color: var(--brass); font-size: 26px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 760px; color: #667178; line-height: 1.7; padding: 0 0 28px; }

footer { background: var(--navy-dark); color: var(--cream); padding: 70px clamp(24px, 7vw, 116px) 36px; }
.footer-brand { display: flex; align-items: center; gap: 16px; color: #d3b16a; }
.footer-brand .mini-mark { width: 88px; }
.footer-brand p { margin: 0; font-family: Georgia, 'Times New Roman', serif; letter-spacing: .16em; font-size: 15px; color: var(--cream); }
.footer-brand strong { display: block; font-size: 26px; letter-spacing: .08em; font-weight: 400; margin-top: 4px; }
.footer-line { margin: 70px 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 6vw, 78px); line-height: 1; max-width: 900px; }
.footer-meta { border-top: 1px solid rgba(255,255,255,.16); padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: #bac2c7; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 165px; }
  .hero-logo-card { justify-self: start; width: min(100%, 540px); }
  .hero-footnote { grid-column: auto; }
  .statement-grid, .section-heading, .quote-section { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .service + .service { border-left: 0; padding-left: 0; }
  .process { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
}

@media (max-width: 640px) {
  .site-header { padding: 22px 20px; }
  .header-brand .mini-mark { width: 42px; }
  .header-brand strong { font-size: 11px; }
  nav { gap: 0; }
  .nav-cta { padding: 11px 12px; font-size: 9px; }
  .hero { min-height: auto; padding: 145px 20px 58px; gap: 42px; }
    h1 { font-size: 58px; }
  .lede { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-logo-card { padding: 26px 16px 18px; }
  .statement, .services, .faq { padding-left: 20px; padding-right: 20px; }
  .statement h2, .section-heading h2, .process-intro h2, .quote-copy h2 { font-size: 48px; }
  .statement-grid { grid-template-columns: 1fr; gap: 20px; }
  .service { padding: 28px 0 34px; }
  .process-intro { padding: 70px 20px; }
  .process-list { padding: 20px; }
  .quote-section { padding: 80px 20px; gap: 44px; }
  .quote-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field.span-2, .span-2 { grid-column: auto; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .success-card { padding: 40px 24px; }
  .success-card h3 { font-size: 38px; }
  .faq-list { margin-left: 0; }
  summary { font-size: 20px; }
  .footer-line { margin: 50px 0; font-size: 44px; }
  .footer-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
