:root {
  --ink: #18372d;
  --ink-2: #203f35;
  --cream: #f4f1e9;
  --paper: #fdfcf8;
  --gold: #96bc37;
  --gold-light: #c9e879;
  --muted: #66706c;
  --line: rgba(24, 55, 45, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 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; z-index: 1000; left: 20px; top: -80px; background: var(--gold); color: var(--ink); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; color: var(--ink); background: rgba(251,253,248,.96); border-bottom: 1px solid rgba(0,86,32,.15); box-shadow: 0 8px 30px rgba(2,48,23,.08); backdrop-filter: blur(16px); transition: background .3s, height .3s, box-shadow .3s; }
.site-header.scrolled { height: 70px; background: rgba(251,253,248,.985); box-shadow: 0 12px 34px rgba(2,48,23,.14); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { display: block; width: 232px; height: auto; filter: saturate(1.08); }
.main-nav { display: flex; align-items: center; gap: 33px; font-size: 13px; font-weight: 600; letter-spacing: .045em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.nav-cta { color: #fff; background: var(--ink); border: 1px solid var(--ink); padding: 12px 20px; transition: background .25s, color .25s, border-color .25s; }
.nav-cta:hover { background: var(--gold-light); color: #043319; border-color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s, opacity .25s, background .25s; }

.hero { min-height: 760px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(10,25,21,.94) 0%, rgba(12,35,28,.76) 37%, rgba(8,28,22,.12) 70%, rgba(8,28,22,.15) 100%), linear-gradient(0deg, rgba(8,28,22,.52), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-top: 65px; }
.eyebrow, .section-kicker { margin: 0 0 26px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .24em; }
.hero h1 { max-width: 810px; margin: 0; font-family: var(--serif); font-size: clamp(55px, 6.2vw, 91px); font-weight: 400; line-height: .99; letter-spacing: -.045em; }
.hero h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 585px; margin: 30px 0 0; color: rgba(255,255,255,.79); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #acd34b; }
.button-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-trust { display: flex; gap: 0; margin-top: 54px; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .04em; }
.hero-trust span { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.24); }
.hero-trust span:first-child { padding-left: 0; border-left: 0; }
.scroll-hint { position: absolute; z-index: 3; right: 42px; bottom: 40px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.63); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-hint span { width: 34px; height: 1px; background: var(--gold); }

h2 { margin: 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 68px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .65fr 2fr 1fr; gap: 58px; align-items: start; }
.intro-copy .lead { margin: 35px 0 24px; color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.intro-copy > p:last-child { max-width: 660px; color: var(--muted); line-height: 1.9; }
.intro-note { margin-top: 106px; padding: 30px 0 0 30px; border-left: 1px solid var(--gold); }
.note-mark { color: var(--gold); font-family: var(--serif); font-size: 56px; line-height: .5; }
.intro-note p { margin: 22px 0; font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.5; }
.signature { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .2em; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; gap: 100px; align-items: end; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 370px; padding: 38px 34px 32px; border-left: 1px solid var(--line); transition: background .3s, transform .3s; }
.service-card:last-child { border-right: 1px solid var(--line); }
.service-card:hover { background: var(--cream); transform: translateY(-5px); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 16px; }
.service-card h3 { margin: 66px 0 20px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-card p { min-height: 94px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card a, .text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 30px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .055em; }

.process { color: #fff; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.process-intro > p:not(.section-kicker) { max-width: 440px; margin-top: 28px; color: rgba(255,255,255,.58); line-height: 1.8; }
.process-intro .text-link { color: var(--gold-light); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li > span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.process-list h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 26px; font-weight: 400; }
.process-list p { margin: 0; color: rgba(255,255,255,.55); line-height: 1.7; }

.promise { min-height: 540px; display: grid; place-items: center; color: #fff; background: linear-gradient(115deg, rgba(12,31,26,.92), rgba(16,49,37,.6)), url("assets/hero-house.webp") center 62% / cover fixed; }
.promise-inner { text-align: center; }
.promise-inner > p { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .28em; }
.promise h2 { font-size: clamp(48px, 6vw, 78px); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; list-style: none; padding: 28px 52px 28px 0; cursor: pointer; font-family: var(--serif); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 3px; top: 24px; color: var(--gold); font-family: var(--sans); font-size: 25px; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary::after { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -6px 0 27px; color: var(--muted); line-height: 1.8; }

.site-footer { padding: 64px 0 24px; color: #fff; background: #10231d; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 60px; padding-bottom: 48px; }
.footer-top p { margin: 0; color: rgba(255,255,255,.5); line-height: 1.7; }
.footer-links { display: flex; gap: 30px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom a { color: var(--gold-light); }
.floating-contact { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; min-width: 218px; padding: 12px 17px 12px 12px; color: #fff; background: #25d366; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; box-shadow: 0 16px 42px rgba(0,0,0,.3), 0 0 0 5px rgba(37,211,102,.13); transition: transform .2s, background .2s, box-shadow .2s; }
.floating-contact:hover { transform: translateY(-4px) scale(1.02); background: #1fc45d; box-shadow: 0 20px 48px rgba(0,0,0,.34), 0 0 0 8px rgba(37,211,102,.16); }
.wa-icon { position: relative; display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,.14); }
.wa-icon::after { content: ""; position: absolute; right: -1px; top: 0; width: 9px; height: 9px; border: 2px solid #25d366; border-radius: 50%; background: #fff; }
.wa-icon img { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.wa-copy { display: flex; flex-direction: column; min-width: 0; }
.wa-copy small { font-size: 8px; font-weight: 900; letter-spacing: .2em; opacity: .82; }
.wa-copy strong { margin-top: 2px; font-size: 14px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 84px 0; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle[aria-expanded="true"] span:not(.sr-only) { background: #fff; }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 19px; padding: 88px 34px; color: #fff; background: #043b1d; transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-family: var(--serif); font-size: 30px; font-weight: 400; }
  .nav-cta { margin-top: 14px; color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); font-family: var(--sans) !important; font-size: 12px !important; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,25,21,.94), rgba(13,42,32,.48)), linear-gradient(0deg, rgba(8,28,22,.66), transparent 70%); }
  .hero h1 { font-size: clamp(48px, 11vw, 70px); }
  .hero-copy { max-width: 520px; font-size: 16px; }
  .scroll-hint { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .intro-note { margin-top: 20px; }
  .section-heading, .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 58px; }
  .section-heading > p { max-width: 600px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-card p { min-height: auto; }
  .service-card h3 { margin-top: 34px; }
  .promise { background-attachment: scroll; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; }
  .brand img { width: 190px; }
  .container { width: min(100% - 28px, 520px); }
  .hero { min-height: 760px; height: 100svh; }
  .hero-content { padding-top: 54px; }
  .hero h1 { font-size: clamp(43px, 13vw, 60px); }
  .hero-copy { margin-top: 24px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 330px; }
  .hero-trust { flex-wrap: wrap; gap: 10px 0; margin-top: 35px; }
  .hero-trust span { width: 50%; padding: 0 12px; }
  .hero-trust span:nth-child(3) { padding-left: 0; border-left: 0; }
  h2 { font-size: 43px; }
  .section { padding: 72px 0; }
  .service-card { padding: 30px 24px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 14px; }
  .promise { min-height: 440px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 13px; }
  .floating-contact { right: 14px; bottom: 14px; min-width: 0; padding: 10px; }
  .floating-contact .wa-copy { display: none; }
  .wa-icon { width: 44px; height: 44px; flex-basis: 44px; }
}

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