:root {
  --ink: #1f2822;
  --cream: #f2efe7;
  --paper: #faf9f5;
  --sage: #677f69;
  --sage-dark: #263b2d;
  --coral: #d66d54;
  --line: rgba(31, 40, 34, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }

.site-header { min-height: 86px; padding: 12px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); background: rgba(250,249,245,.96); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { border-radius: 50%; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, serif; font-size: 24px; letter-spacing: .08em; }
.brand small { margin-top: 6px; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a:hover, .text-link:hover { color: var(--coral); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; background: var(--sage-dark); color: white; border: 1px solid var(--sage-dark); font-weight: 700; font-size: 14px; letter-spacing: .02em; transition: .2s ease; }
.button:hover { background: var(--coral); border-color: var(--coral); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { background: var(--cream); border-color: var(--cream); color: var(--ink); }
.text-link { font-weight: 700; font-size: 14px; }
.text-link span { color: var(--coral); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.1fr .9fr; }
.hero-copy { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--coral); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 850px; font-size: clamp(48px, 6.4vw, 92px); }
h2 { font-size: clamp(40px, 4.6vw, 68px); }
.lede { max-width: 650px; margin: 28px 0; font-size: clamp(18px, 1.8vw, 24px); line-height: 1.55; color: #4e5a52; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.proof-list { margin: 56px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-list li { display: grid; gap: 6px; }
.proof-list strong { font-family: Georgia, serif; font-size: 17px; }
.proof-list span { font-size: 12px; color: #687169; }
.hero-visual { position: relative; min-height: 620px; overflow: hidden; }
.experience-card { position: absolute; left: 0; bottom: 0; width: 170px; height: 170px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--coral); color: white; }
.experience-card strong { font: 52px/1 Georgia, serif; }
.experience-card span { margin-top: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }

.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { max-width: 460px; margin: 0; font-size: 17px; line-height: 1.7; color: #5f6961; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 360px; padding: 32px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { background: var(--sage-dark); color: white; transform: translateY(-5px); }
.service-number { color: var(--coral); font: 22px Georgia, serif; }
.service-card h3 { margin: auto 0 20px; font: 30px/1.1 Georgia, serif; }
.service-card p { min-height: 82px; margin: 0 0 28px; line-height: 1.6; color: #616b63; }
.service-card:hover p { color: #dbe0dc; }
.card-link { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.section-dark { background: var(--sage-dark); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 160px); }
.about-copy > p:not(.eyebrow) { margin: 32px 0; color: #cad2cc; font-size: 18px; line-height: 1.7; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.method-list li { padding: 24px 0; display: grid; grid-template-columns: 58px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.2); }
.method-list > li > span { color: var(--coral); font: 20px Georgia, serif; }
.method-list strong { font: 25px Georgia, serif; }
.method-list p { margin: 7px 0 0; color: #bdc8c0; line-height: 1.5; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-grid figure { margin: 0; }
.project-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--cream); }
.project-image img { transition: transform .5s ease; }
.project-grid figure:hover img { transform: scale(1.035); }
.project-grid figcaption { padding: 16px 0; font: 22px Georgia, serif; }

.cta-section { padding: clamp(80px, 10vw, 140px) 24px; text-align: center; background: var(--coral); color: white; }
.cta-section .eyebrow { color: var(--sage-dark); }
.cta-section h2 { max-width: 900px; margin: 0 auto; }
.cta-section > p:not(.eyebrow) { margin: 26px auto; font-size: 18px; }

footer { padding: 60px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 40px; background: #17221b; color: white; }
footer > div { display: flex; flex-direction: column; gap: 10px; }
footer strong { font: 20px Georgia, serif; }
footer p, footer a { margin: 0; color: #b9c3bc; font-size: 14px; line-height: 1.6; }

.inner-hero { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); }
.inner-hero-copy { padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.inner-hero-copy h1 { font-size: clamp(46px, 5.6vw, 82px); }
.inner-hero-image { position: relative; min-height: 580px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.benefit-grid article { min-height: 310px; padding: 32px; background: var(--paper); }
.benefit-grid span { color: var(--coral); font: 22px Georgia, serif; }
.benefit-grid h3 { margin: 62px 0 18px; font: 27px/1.12 Georgia, serif; }
.benefit-grid p { margin: 0; color: #606b62; line-height: 1.65; }
.process-section { align-items: start; }
.process-section > div h2 { max-width: 660px; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 24px 0; }
.faq-list summary { cursor: pointer; list-style: none; font: 24px/1.3 Georgia, serif; }
.faq-list summary::after { content: "+"; float: right; color: var(--coral); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: 18px 40px 0 0; color: #5d675f; line-height: 1.7; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 28px; }
.page-intro { padding: clamp(80px, 10vw, 150px) clamp(24px, 12vw, 190px); background: var(--cream); }
.page-intro h1 { max-width: 1050px; }
.page-intro .lede { max-width: 850px; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 28px; }
.gallery-card { display: block; }
.gallery-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--cream); }
.gallery-image img { transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card > p { margin: 18px 0 8px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-card h2 { margin: 0 0 14px; font-size: clamp(28px, 3vw, 44px); }
.gallery-card > span { font-size: 12px; font-weight: 800; text-transform: uppercase; }

.quote-hero { min-height: 760px; padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); align-items: start; background: var(--cream); }
.quote-hero > div:first-child { position: sticky; top: 130px; }
.quote-hero h1 { font-size: clamp(48px, 6vw, 82px); }
.quote-direct { display: grid; gap: 8px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.quote-direct strong { font: 22px Georgia, serif; }
.quote-direct a { color: var(--coral); font-size: 22px; font-weight: 800; }
.quote-form { padding: clamp(26px, 4vw, 50px); display: grid; gap: 24px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(31,40,34,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote-form label { display: grid; gap: 9px; font-size: 13px; font-weight: 800; }
.quote-form label > span[aria-hidden="true"] { display: inline; color: var(--coral); }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid rgba(31,40,34,.25); border-radius: 0; padding: 14px 15px; background: white; color: var(--ink); font: 16px Arial, Helvetica, sans-serif; }
.quote-form input, .quote-form select { min-height: 50px; }
.quote-form textarea { resize: vertical; line-height: 1.5; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(214,109,84,.2); border-color: var(--coral); }
.quote-form .form-consent { grid-template-columns: 22px 1fr; align-items: start; font-weight: 400; line-height: 1.5; }
.quote-form .form-consent input { min-height: 0; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--sage-dark); }
.quote-form .button { width: fit-content; cursor: pointer; }
.form-note { margin: -10px 0 0; color: #69736b; font-size: 12px; }
.form-status { padding: 16px; border-left: 4px solid var(--coral); background: #fff1ec; line-height: 1.5; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.thanks-page { min-height: 680px; padding: clamp(90px, 12vw, 170px) clamp(24px, 12vw, 190px); display: flex; align-items: center; background: var(--cream); }
.thanks-page section { max-width: 900px; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-dark { grid-template-columns: 1fr; }
  .inner-hero { grid-template-columns: 1fr; }
  .inner-hero-image { min-height: 500px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-section { grid-template-columns: 1fr; }
  .quote-hero { grid-template-columns: 1fr; }
  .quote-hero > div:first-child { position: static; }
  .section-heading { align-items: start; flex-direction: column; }
  footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header .button { display: none; }
  .brand small { display: none; }
  .hero-copy { padding-top: 72px; }
  h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-list { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .service-grid, .project-grid, footer { grid-template-columns: 1fr; }
  .benefit-grid, .gallery-grid { grid-template-columns: 1fr; }
  .inner-hero-image { min-height: 380px; }
  .cta-actions { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
}
