:root {
  --ink: #1e302b;
  --forest: #2f584d;
  --forest-dark: #1f352f;
  --sage: #dce7dd;
  --sage-soft: #edf3ed;
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --terracotta: #c46f4d;
  --gold: #d9aa65;
  --line: rgba(30, 48, 43, .14);
  --muted: #62706c;
  --shadow: 0 24px 70px rgba(30, 48, 43, .12);
  --radius: 24px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 112px 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; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%);
  background: var(--paper); color: var(--forest-dark); padding: 10px 16px; border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.4);
}
.site-header.scrolled {
  position: fixed; background: rgba(255,253,248,.94); border-bottom-color: var(--line);
  box-shadow: 0 8px 28px rgba(30,48,43,.06); backdrop-filter: blur(12px);
  animation: slideDown .28s ease both;
}
@keyframes slideDown { from { transform: translateY(-100%); } }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 218px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a:not(.button) { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button)::after {
  content: ''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1px;
  background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s ease; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px;
  padding: 14px 23px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest);
  color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer;
  box-shadow: 0 9px 24px rgba(49,91,80,.18); transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 13px 30px rgba(49,91,80,.24); }
.button:active { transform: translateY(0); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--forest-dark); box-shadow: none; }
.button-light:hover { background: #fff; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.hero { position: relative; min-height: 770px; display: grid; align-items: center; overflow: hidden; background: var(--cream); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.hero-wash {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(248,243,233,.98) 0%, rgba(248,243,233,.94) 31%, rgba(248,243,233,.28) 60%, rgba(248,243,233,0) 76%);
}
.hero::after {
  content: ''; position: absolute; right: 7%; bottom: -95px; width: 190px; height: 190px;
  border: 1px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.12);
}
.hero-inner { position: relative; z-index: 2; padding-top: 86px; }
.hero-copy { width: min(570px, 55%); }
.eyebrow { margin: 0 0 20px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { color: var(--terracotta); margin-right: 7px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 650px; font-size: clamp(55px, 6.1vw, 88px); }
h1 em { color: var(--forest); font-weight: 500; }
.hero-lead { max-width: 530px; margin: 27px 0 30px; color: #43524e; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 34px 0 0; list-style: none; }
.trust-list li { color: #4d5e59; font-size: 12px; font-weight: 700; }
.trust-list li::before { content: '✓'; color: var(--terracotta); margin-right: 7px; font-weight: 900; }

.section-heading { margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(44px, 5vw, 69px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; }
.split-heading > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 38px 34px 32px;
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--sage-soft); border-color: transparent; }
.card-number { position: absolute; top: 24px; right: 28px; color: rgba(49,91,80,.18); font-family: var(--serif); font-size: 62px; line-height: 1; }
.card-kicker { margin: 0 0 50px; color: var(--terracotta); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.1; }
.service-card > p:not(.card-kicker) { margin: 0 0 22px; color: var(--muted); }
.service-card ul { padding: 20px 0 0; margin: 0 0 24px; border-top: 1px solid var(--line); list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 19px; color: #465650; font-size: 14px; }
.service-card li::before { content: '•'; position: absolute; left: 2px; color: var(--terracotta); }
.service-card > a { margin-top: auto; color: var(--forest); font-size: 13px; font-weight: 850; }
.add-ons { display: flex; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 22px 28px; border-radius: 15px; background: var(--cream); }
.add-ons p { margin: 0; font-size: 14px; }
.add-ons a { flex: 0 0 auto; color: var(--forest); font-size: 13px; font-weight: 850; }

.why { position: relative; overflow: hidden; background: var(--forest-dark); color: #fff; }
.why::before, .why::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.why::before { width: 560px; height: 560px; top: -330px; left: -120px; }
.why::after { width: 310px; height: 310px; right: -120px; bottom: -130px; }
.why-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.eyebrow.light { color: #b9d1c8; }
.why-intro h2 { max-width: 500px; color: var(--paper); font-size: clamp(44px, 5vw, 68px); }
.why-intro > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 32px; color: #c5d2ce; }
.value-list article { display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.15); }
.value-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.value-list > article > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #b9d1c8; font-size: 12px; font-weight: 800; }
.value-list h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.value-list p { margin: 0; color: #b8c7c2; font-size: 14px; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 0; margin: 60px 0 0; list-style: none; }
.process-grid li { position: relative; padding: 35px 30px 30px; text-align: center; }
.process-grid li:not(:last-child)::after { content: '······'; position: absolute; top: 40px; right: -47px; color: rgba(49,91,80,.3); letter-spacing: 7px; }
.process-grid span { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 22px; border-radius: 50%; background: var(--paper); color: var(--forest); font-family: var(--serif); font-size: 22px; box-shadow: 0 8px 24px rgba(49,91,80,.1); }
.process-grid h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.process-grid p { max-width: 280px; margin: 0 auto; color: var(--muted); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: center; }
.about-visual { position: relative; min-height: 530px; }
.arch-card {
  position: absolute; inset: 0 55px 0 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden; border-radius: 220px 220px 30px 30px; background: var(--sage); text-align: center;
}
.arch-card::before { content: ''; position: absolute; width: 260px; height: 260px; top: -70px; right: -90px; border: 1px solid rgba(49,91,80,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(49,91,80,.05); }
.about-logo-mark { display: block; width: 230px; height: auto; }
.arch-card > p { margin: 22px 0 0; font-family: var(--serif); font-size: 26px; line-height: 1.2; }
.note-card {
  position: absolute; right: 0; bottom: 45px; padding: 23px 26px; transform: rotate(3deg);
  border-radius: 8px; background: var(--terracotta); color: #fff; font-family: var(--serif); font-size: 21px; line-height: 1.15;
  box-shadow: 0 16px 35px rgba(62,43,33,.2);
}
.note-card span { font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-copy h2 { max-width: 650px; font-size: clamp(43px, 5vw, 67px); }
.about-copy p { color: var(--muted); }
.about-copy .large-copy { margin-top: 30px; color: #354842; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.signature { margin-top: 26px; color: var(--forest); font-family: 'Segoe Script', 'Bradley Hand', cursive; font-size: 21px; transform: rotate(-2deg); transform-origin: left; }
.signature span { color: var(--terracotta); }

.quote-strip { padding: 42px 0; background: var(--terracotta); color: #fff; }
.quote-strip blockquote { max-width: 920px; margin: 0 auto; text-align: center; font-family: var(--serif); font-size: clamp(24px, 3.2vw, 41px); font-style: italic; line-height: 1.35; }

.contact { background: var(--sage-soft); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { max-width: 540px; font-size: clamp(48px, 5vw, 72px); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin: 27px 0; color: var(--muted); font-size: 17px; }
.contact-phone {
  display: inline-flex; flex-direction: column; gap: 2px; margin-top: 4px; color: var(--forest-dark);
  text-decoration: none;
}
.contact-phone span { color: var(--forest); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-phone strong { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.2; }
.contact-phone:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.contact-email { display: block; width: fit-content; margin-top: 9px; color: var(--forest); font-size: 14px; font-weight: 750; }
.contact-promise { display: flex; gap: 16px; align-items: flex-start; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line); }
.contact-promise > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 50%; background: var(--terracotta); color: #fff; }
.contact-promise p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-promise strong { color: var(--ink); font-size: 14px; }
.quote-form { padding: 42px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cad2ce; border-radius: 10px; background: #fff; color: var(--ink);
  padding: 13px 14px; outline: none; transition: border-color .2s, box-shadow .2s;
}
.field input, .field select { min-height: 50px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #929d99; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(49,91,80,.12); }
.field [aria-invalid="true"] { border-color: #ad493f; }
.field-error { display: block; min-height: 17px; margin-top: 4px; color: #9c3830; font-size: 11px; }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.form-status { display: none; margin-top: 18px; padding: 14px 16px; border-radius: 10px; background: var(--sage); color: var(--forest-dark); font-size: 13px; }
.form-status.show { display: block; }
.form-status.error { background: #f8e6df; color: #7d352d; }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 48px 20px; background: var(--cream); }
.thanks-card { width: min(100%, 680px); padding: 64px 52px; border: 1px solid rgba(47,88,77,.14); border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(35,65,57,.12); text-align: center; }
.thanks-card .brand-logo { margin: 0 auto 38px; }
.thanks-card h1 { margin-bottom: 20px; font-size: clamp(48px, 8vw, 76px); }
.thanks-card > p { max-width: 520px; margin: 0 auto 30px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.thanks-card .button { margin-top: 5px; }

.site-footer { padding: 76px 0 24px; background: #172b26; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr .7fr .8fr; gap: 70px; padding-bottom: 55px; }
.brand-footer .brand-logo { filter: brightness(0) invert(1); opacity: .9; }
.footer-grid > div:first-child > p { max-width: 340px; margin: 22px 0 0; color: #98aaa4; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links p { margin: 0 0 5px; color: #bcd1c9; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #fff; font-size: 14px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #80928c; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #b8c7c2; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 960px) {
  .section-pad { padding: 88px 0; }
  .hero { min-height: 720px; align-items: end; }
  .hero-photo { object-position: 63% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(248,243,233,.98) 0%, rgba(248,243,233,.89) 45%, rgba(248,243,233,.18) 85%); }
  .hero-inner { padding-bottom: 68px; }
  .hero-copy { width: 62%; }
  .split-heading { gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 450px; }
  .why-grid { gap: 55px; }
  .about-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 620px); }
  .site-header { position: absolute; }
  .site-header.scrolled { position: fixed; }
  .nav-wrap { min-height: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 30; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 28px; transform: translateY(-105%); background: var(--paper); transition: transform .35s ease;
  }
  .site-nav.open { transform: translateY(0); }
  .site-nav > a:not(.button) { font-family: var(--serif); font-size: 30px; font-weight: 500; }
  .hero { min-height: 850px; align-items: start; }
  .hero-photo { height: 47%; top: auto; object-position: 67% center; }
  .hero-wash { background: linear-gradient(180deg, var(--cream) 0%, var(--cream) 48%, rgba(248,243,233,.96) 58%, rgba(248,243,233,.05) 88%); }
  .hero-inner { padding-top: 130px; padding-bottom: 0; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(51px, 14vw, 72px); }
  .hero-lead { max-width: 520px; font-size: 16px; }
  .trust-list { gap: 7px 15px; }
  .split-heading, .why-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: auto; }
  .service-card ul { margin-bottom: 38px; }
  .add-ons { align-items: flex-start; flex-direction: column; gap: 11px; }
  .why-grid { gap: 45px; }
  .process-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 25px; }
  .process-grid li:not(:last-child)::after { display: none; }
  .about-grid { gap: 55px; }
  .about-visual { min-height: 430px; order: 2; }
  .about-copy { order: 1; }
  .contact-copy { position: static; }
  .quote-form { padding: 29px 22px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 520px) {
  .section-pad { padding: 74px 0; }
  .brand-logo { width: 188px; }
  .hero { min-height: 865px; }
  .hero-inner { padding-top: 115px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .section-heading h2, .why-intro h2, .about-copy h2, .contact-copy h2 { font-size: 43px; }
  .service-card { padding: 33px 25px 27px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .about-visual { min-height: 370px; }
  .arch-card { right: 30px; }
  .note-card { bottom: 28px; padding: 18px 20px; font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .thanks-card { padding: 48px 24px; }
}
