:root {
  --ink: #0d2138;
  --ink-soft: #31445a;
  --gold: #b98526;
  --cream: #ffffff;
  --paper: #ffffff;
  --line: #d9d8d2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.shell { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }
.section { padding: 132px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 20; padding: .75rem 1rem; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; left: 0; right: 0; top: 0; padding: 7px 0; border-bottom: 1px solid rgba(13,33,56,.11); background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; line-height: 1; }
.brand-symbol { display: block; width: 104px; height: 104px; background: var(--paper); }
.brand-symbol img { width: 100%; height: 100%; object-fit: contain; }
.wordmark strong { display: none; }
.wordmark strong span { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 29px; color: var(--ink); font-size: 16px; font-weight: 650; }
.site-nav > a:not(.button) { transition: color .2s, opacity .2s; }
.site-nav > a:not(.button):hover { color: var(--gold); }
.nav-phone { padding-left: 24px; border-left: 1px solid rgba(13,33,56,.25); color: var(--gold); font-weight: 750; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 13px; font-weight: 600; transition: color .2s, background .2s, transform .2s; }
.button:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.button-small { padding: 11px 15px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 6px; }

.hero { min-height: 745px; padding-top: 150px; padding-bottom: 90px; background: var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 27px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 690px; margin-bottom: 27px; font-size: clamp(50px, 5.3vw, 80px); line-height: .99; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 490px; margin-bottom: 33px; color: var(--ink-soft); font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; transition: color .2s; }
.text-link:hover { color: var(--gold); }
.quick-quote { padding: 36px 37px 39px; background: var(--ink); color: var(--paper); box-shadow: 14px 16px 0 rgba(185,133,38,.85); }
.quick-quote .eyebrow { margin-bottom: 18px; }
.quick-quote h2 { margin-bottom: 18px; font-size: clamp(39px, 3.6vw, 53px); }
.quick-quote > p:not(.eyebrow) { max-width: 350px; margin-bottom: 26px; color: #c4ced8; font-size: 14px; line-height: 1.55; }
.quick-form { display: grid; gap: 12px; }
.form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.quick-form input, .quick-form select { width: 100%; border: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; padding: 12px 13px; background: transparent; color: var(--paper); font: 500 14px/1.2 var(--sans); }
.quick-form input::placeholder { color: #d6dce1; opacity: 1; }
.quick-form select { cursor: pointer; color: #d6dce1; }
.quick-form select:valid { color: var(--paper); }
.quick-form option { color: var(--ink); background: var(--paper); }
.quick-form input:focus, .quick-form select:focus { border-color: var(--gold); }
.button-gold { width: 100%; margin-top: 7px; border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button-gold:hover { border-color: var(--paper); background: var(--paper); color: var(--ink); }

.section-heading { display: grid; grid-template-columns: 1fr 2.05fr; gap: 60px; align-items: start; margin-bottom: 60px; }
.section-heading .eyebrow { margin-top: 14px; }
h2 { margin-bottom: 0; font-size: clamp(42px, 4.15vw, 60px); line-height: 1.02; letter-spacing: -.06em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.service-card > img { width: 100%; height: 255px; object-fit: cover; filter: saturate(.84) contrast(.98); }
.service-card-copy { padding: 27px 27px 30px; }
.service-card h3 { margin: 0 0 17px; font-size: 33px; line-height: 1.03; letter-spacing: -.05em; }
.service-card p { min-height: 88px; margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.service-card a { display: inline-flex; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 700; }
.service-card a:hover { color: var(--gold); }

.process { background: var(--ink); color: var(--paper); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eyebrow-light { color: #b7c3ce; }
.process-copy h2 { margin-bottom: 27px; }
.process-copy > p:not(.eyebrow) { max-width: 390px; margin-bottom: 32px; color: #c4ced8; font-size: 16px; line-height: 1.65; }
.light-link { color: var(--paper); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.steps li { padding: 24px 0 25px; border-bottom: 1px solid rgba(255,255,255,.25); }
.steps strong { display: block; margin-bottom: 6px; font: 400 24px/1.1 var(--serif); letter-spacing: -.04em; }
.steps p { margin: 0; color: #b7c3ce; font-size: 13px; }

.areas-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.areas h2 { margin-bottom: 26px; }
.areas-intro { max-width: 330px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; border-top: 1px solid var(--line); }
.area-list span { padding: 15px 2px; border-bottom: 1px solid var(--line); font: 400 17px/1.3 var(--serif); letter-spacing: -.025em; }

.contact { padding-top: 0; }
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 75px 80px; background: var(--gold); color: var(--paper); }
.contact .eyebrow { color: #f5e5bf; }
.contact .eyebrow > span { background: var(--paper); }
.contact-copy h2 { margin-bottom: 17px; }
.contact-copy > p:not(.eyebrow) { max-width: 360px; margin: 0; color: #fff5df; font-size: 15px; }
.contact-actions { display: flex; flex-direction: column; justify-content: center; gap: 19px; }
.contact-link { padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.55); transition: opacity .2s; }
.contact-link:hover { opacity: .75; }
.contact-link span { display: block; margin-bottom: 4px; color: #fff1d4; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-link strong { font: 400 clamp(20px, 2vw, 28px)/1.1 var(--serif); letter-spacing: -.04em; }
.intake-wrap { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; padding: 76px 80px 84px; border: 1px solid #e0e3e3; background: var(--paper); box-shadow: 0 18px 35px rgba(13,33,56,.06); }
.intake-heading h3 { margin-bottom: 17px; font-size: 44px; line-height: 1.03; letter-spacing: -.055em; }
.intake-heading > p:not(.eyebrow) { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.intake-form { display: grid; grid-template-columns: 1fr 1fr; gap: 29px 30px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 10px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid #8f9999; border-radius: 0; outline: 0; padding: 13px 0; background: transparent; color: var(--ink); font: 400 18px/1.45 var(--sans); transition: border-color .2s; }
.form-field textarea { min-height: 138px; resize: vertical; }
.form-field select { cursor: pointer; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #77838c; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-submit { display: flex; align-items: center; gap: 22px; margin-top: 7px; }
.form-status { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.4; }
.form-status-light { color: #d6dce1; }

.site-footer { padding: 36px 0; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; color: var(--ink-soft); font-size: 11px; }
.footer-mark { color: var(--ink); }
.footer-mark .brand-symbol { width: 86px; height: 86px; }
.footer-inner > a:hover { color: var(--gold); }

[data-reveal] { animation: rise .7s both; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 860px) {
  .shell { width: min(100% - 44px, 680px); }
  .site-header { padding: 20px 0; }
  .brand-symbol { width: 76px; height: 76px; }
  .footer-mark .brand-symbol { width: 70px; height: 70px; }
  .menu-toggle { display: grid; gap: 5px; z-index: 2; }
  .menu-toggle .menu-line { width: 24px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] .menu-line:nth-of-type(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-line:nth-of-type(3) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 0; right: 0; left: 0; display: none; flex-direction: column; align-items: start; gap: 20px; padding: 83px 22px 27px; background: var(--paper); box-shadow: 0 10px 24px rgba(13,33,56,.1); }
  .site-nav.is-open { display: flex; }
  .site-nav .button { width: 100%; }
  .hero { min-height: auto; padding-top: 135px; padding-bottom: 90px; }
  .hero-grid, .process-grid, .areas-grid, .contact-panel, .intake-wrap { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { order: 1; }
  .quick-quote { order: 2; max-width: 500px; }
  .section-heading { grid-template-columns: 1fr; gap: 19px; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading .eyebrow { margin: 0; }
  .service-grid { gap: 17px; }
  .service-card > img { height: 210px; }
  .service-card-copy { padding: 22px; }
  .service-card h3 { font-size: 29px; }
  .process-grid { gap: 48px; }
  .area-list { gap: 0 20px; }
  .contact { padding-top: 0; }
  .contact-panel { gap: 35px; padding: 56px 42px; }
  .intake-wrap { gap: 31px; padding: 50px 42px 56px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 22px; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 32px, 680px); }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(45px, 13vw, 59px); }
  h2 { font-size: 42px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: start; gap: 20px; }
  .quick-quote { padding: 30px 25px 31px; box-shadow: 9px 10px 0 rgba(185,133,38,.85); }
  .quick-quote h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card > img { height: min(67vw, 305px); }
  .area-list { grid-template-columns: 1fr; }
  .contact-panel { padding: 45px 25px; }
  .intake-wrap { padding: 43px 25px 49px; }
  .intake-form { grid-template-columns: 1fr; gap: 22px; }
  .form-field-wide { grid-column: auto; }
  .form-submit { flex-direction: column; align-items: start; }
  .contact-link strong { font-size: 20px; }
  .footer-inner { grid-template-columns: 1fr; }
}
