:root {
  --forest: #173f36;
  --forest-deep: #0d2f28;
  --forest-soft: #2f6055;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --gold: #b98b46;
  --gold-light: #e7d2aa;
  --sage: #dbe7df;
  --ink: #20332e;
  --muted: #677771;
  --line: #d9e0dc;
  --shadow: 0 24px 70px rgba(15, 54, 45, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif; line-height: 1.6; }
button, input, textarea { font: inherit; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 50; left: 1rem; top: -5rem; padding: .7rem 1rem; color: white; background: var(--forest); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; background: rgba(255, 253, 248, .94); border-bottom: 1px solid rgba(23, 63, 54, .09); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: .75rem; align-items: center; text-decoration: none; }
.brand-mark { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; }
.brand span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 400; }
.brand small { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; margin-top: .3rem; }
nav { display: flex; gap: 1.8rem; align-items: center; }
nav a { text-decoration: none; font-size: .86rem; font-weight: 700; }
.nav-cta { border: 1px solid var(--forest); padding: .62rem 1rem; border-radius: 999px; }

.hero { min-height: calc(100vh - 84px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); align-items: center; gap: clamp(2.5rem, 7vw, 8rem); padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: linear-gradient(110deg, var(--cream) 0 58%, #e3ece5 58% 100%); overflow: hidden; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .65rem; color: var(--forest-soft); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.06; margin-top: 0; }
h1 { color: var(--forest-deep); font-size: clamp(3.4rem, 7vw, 6.6rem); letter-spacing: -.035em; margin: 1.4rem 0 1.5rem; max-width: 800px; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-lede { color: #4e625b; font-size: clamp(1rem, 1.5vw, 1.17rem); max-width: 610px; }
.service-area { width: fit-content; margin-top: 1.35rem; padding: .68rem .9rem; border: 1px solid rgba(23,63,54,.18); border-radius: 999px; display: flex; align-items: center; gap: .55rem; color: var(--forest-soft); background: rgba(255,255,255,.46); font-size: .76rem; }
.service-area svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-area strong { color: var(--forest); margin-right: .3rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.1rem; }
.button { border: 0; border-radius: 999px; padding: .92rem 1.3rem; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; text-decoration: none; font-weight: 800; font-size: .88rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible + span, textarea:focus-visible { outline: 3px solid #d3aa64; outline-offset: 3px; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(23, 63, 54, .18); }
.button-primary:hover { background: var(--forest-deep); }
.button-outline { color: var(--forest); background: transparent; border: 1px solid var(--forest); }
.button-quiet { color: var(--forest); background: transparent; padding-left: .4rem; }
.text-link { font-size: .86rem; font-weight: 800; text-underline-offset: .25rem; }
.trust-row { border-top: 1px solid #d7ddd7; margin-top: 3.6rem; padding-top: 1.6rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-row > div { display: flex; gap: .7rem; align-items: center; }
.trust-row svg { width: 25px; height: 25px; padding: .3rem; border-radius: 50%; background: var(--sage); fill: none; stroke: var(--forest); stroke-width: 2; }
.trust-row span { display: flex; flex-direction: column; line-height: 1.25; }
.trust-row strong { font-size: .77rem; }
.trust-row small { color: var(--muted); font-size: .67rem; margin-top: .15rem; }

.hero-art { position: relative; min-height: 460px; display: grid; place-items: center; }
.arch { width: min(100%, 560px); height: 390px; border-radius: 195px 195px 28px 28px; background: linear-gradient(160deg, #b8ccbf, #dbe7df); position: relative; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(23,63,54,.08); }
.photo-frame { box-shadow: 0 28px 70px rgba(22,57,49,.17), inset 0 0 0 1px rgba(23,63,54,.08); }
.photo-frame img { width: 100%; height: 112%; display: block; object-fit: cover; object-position: 52% 40%; transform: translateY(-4%); }
.home-line { position: absolute; width: 78%; left: 11%; top: 13%; fill: none; stroke: var(--forest); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: .9; }
.sun { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(185,139,70,.32); border-radius: 50%; right: -30px; top: -28px; }
.sun::before, .sun::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(185,139,70,.2); inset: 24px; }
.sun::after { inset: 52px; }
.leaf { position: absolute; border: 2px solid rgba(23,63,54,.32); width: 100px; height: 44px; border-radius: 100% 0 100% 0; transform: rotate(-35deg); }
.leaf-one { left: 10%; bottom: 10%; }
.leaf-two { right: 3%; bottom: 17%; transform: rotate(145deg) scale(.75); }
.leaf-three { left: 2%; top: 31%; transform: rotate(15deg) scale(.55); }
.care-note { position: absolute; left: -32px; bottom: 55px; padding: 1rem 1.3rem; background: white; border-radius: 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: .9rem; }
.care-note > span { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--gold); border-radius: 50%; }
.care-note p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.care-note strong { color: var(--forest); font-size: .82rem; }

.services-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; margin-bottom: 3.5rem; }
.section-heading h2, .explorer-intro h2 { color: var(--forest); font-size: clamp(2.5rem, 5vw, 4.6rem); margin: 1rem 0 0; max-width: 760px; letter-spacing: -.025em; }
.section-heading > p { color: var(--muted); margin: 0; max-width: 480px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 295px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: #fffefa; transition: transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 18px 40px rgba(22,57,49,.1); }
.service-card.featured { background: var(--forest); color: white; }
.service-card.featured p, .service-card.featured .service-number { color: #cbdad3; }
.service-number { color: #98a69f; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 45px; height: 45px; margin: 2.7rem 0 1.3rem; }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: var(--gold); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.45rem; margin: 0 0 .65rem; }
.service-card p { color: var(--muted); font-size: .88rem; margin: 0; }
.scope-note { color: var(--muted); font-size: .76rem; max-width: 940px; margin: 1.5rem 0 0; }
.scope-note strong { color: var(--forest); }

.explorer-section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--forest-deep); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.explorer-intro { color: white; padding-top: 1.5rem; position: sticky; top: 120px; }
.eyebrow.light { color: var(--gold-light); }
.explorer-intro h2 { color: white; }
.explorer-intro > p { color: #b8c9c3; max-width: 470px; }
.privacy-card { margin-top: 2rem; padding: 1rem; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; display: flex; gap: .85rem; align-items: center; max-width: 420px; }
.privacy-card svg { width: 28px; fill: none; stroke: var(--gold-light); stroke-width: 1.7; }
.privacy-card span { display: flex; flex-direction: column; line-height: 1.4; }
.privacy-card strong { font-size: .8rem; }
.privacy-card small { color: #afc1bb; font-size: .7rem; }
.explorer-card { background: var(--paper); border-radius: 22px; padding: clamp(1.4rem, 4vw, 3.2rem); box-shadow: var(--shadow); min-height: 620px; }
.progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.progress-track { height: 3px; background: var(--line); margin-top: .7rem; overflow: hidden; }
.progress-track span { display: block; height: 100%; width: 25%; background: var(--gold); transition: width .3s ease; }
fieldset { padding: 0; margin: 2.6rem 0 0; border: 0; }
.step { display: none; }
.step.active { display: block; animation: rise .32s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
legend { width: 100%; color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3vw, 2.55rem); line-height: 1.15; }
.question-help { color: var(--muted); font-size: .85rem; margin: .6rem 0 1.5rem; }
.choice-grid { display: grid; gap: .75rem; }
.single-grid, .multi-grid { grid-template-columns: repeat(2, 1fr); }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { min-height: 68px; display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: white; color: #40524c; font-size: .8rem; font-weight: 700; transition: border .2s, background .2s, color .2s, transform .2s; }
.choice span:hover { transform: translateY(-2px); border-color: #9fb6ad; }
.choice b { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; color: var(--gold); font-size: 1rem; }
.choice input:checked + span { border-color: var(--forest); background: #eef4f0; color: var(--forest); box-shadow: inset 0 0 0 1px var(--forest); }
.choice input:checked + span::after { content: "✓"; margin-left: auto; color: var(--forest); }
.form-error { min-height: 1.4em; color: #a33a2b; font-size: .76rem; font-weight: 700; }
.textarea-label { display: block; color: var(--forest); font-size: .76rem; font-weight: 800; margin-bottom: .45rem; }
textarea { width: 100%; min-height: 190px; resize: vertical; border: 1px solid var(--line); border-radius: 12px; padding: 1rem; color: var(--ink); background: white; }
textarea::placeholder { color: #9aa6a1; }
.character-count { text-align: right; color: var(--muted); font-size: .7rem; }
.form-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 2.1rem; }
.form-actions #next-button { margin-left: auto; }
.summary { animation: rise .35s ease both; }
.summary-kicker { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; margin-top: 2rem; }
.summary h3 { color: var(--forest); font-size: clamp(2.3rem, 4vw, 3.5rem); margin: .5rem 0 .5rem; }
.summary-lede { color: var(--muted); margin-top: 0; }
.summary-block { border-top: 1px solid var(--line); padding: 1rem 0; }
.summary-block strong { display: block; color: var(--forest); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .4rem; }
.summary-block p, .summary-block ul { margin: 0; font-size: .86rem; }
.summary-block ul { padding-left: 1.1rem; }
.summary-services { display: flex; flex-wrap: wrap; gap: .45rem; }
.summary-services span { color: var(--forest); background: var(--sage); border-radius: 999px; padding: .42rem .7rem; font-size: .72rem; font-weight: 700; }
.summary-note { padding: .9rem 1rem; border-radius: 10px; background: var(--cream); color: var(--muted); font-size: .7rem; margin-top: .6rem; }
.inquiry-next-step { margin-top: 1.2rem; padding: 1.1rem; border-radius: 14px; color: white; background: var(--forest); display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.inquiry-next-step > div { display: flex; flex-direction: column; gap: .2rem; }
.inquiry-next-step strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.inquiry-next-step span { color: #cbdad3; font-size: .7rem; line-height: 1.45; }
.inquiry-next-step .button { flex: 0 0 auto; color: var(--forest-deep); background: var(--gold-light); box-shadow: none; }
.inquiry-next-step .button span { color: inherit; }
.summary-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.action-status { color: var(--forest); font-size: .75rem; font-weight: 700; min-height: 1.3rem; }

footer { padding: 2rem clamp(1.25rem, 7vw, 8rem); display: flex; align-items: center; gap: 1.2rem; background: #09251f; color: #b8c9c3; font-size: .72rem; }
.footer-brand { display: flex; align-items: baseline; gap: .6rem; margin-right: auto; }
.footer-brand strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 400; }
.footer-brand span { color: var(--gold-light); }
.footer-contact { display: flex; align-items: center; gap: 1rem; }
.footer-contact a { color: white; text-underline-offset: .2rem; }
footer p { margin: 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; background: var(--cream); }
  .hero-art { min-height: 430px; }
  .arch { height: 360px; width: 510px; max-width: 92%; }
  .section-heading, .explorer-section { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .explorer-intro { position: static; padding-top: 0; }
}

@media (max-width: 680px) {
  .site-header { height: 72px; }
  nav a:first-child { display: none; }
  .nav-cta { padding: .5rem .72rem; font-size: .72rem; }
  .brand strong { font-size: 1.05rem; }
  .brand-mark { width: 46px; height: 46px; }
  .hero { min-height: auto; padding-top: 4rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; }
  .hero-art { min-height: 320px; }
  .arch { height: 235px; width: 330px; }
  .care-note { left: 0; bottom: 22px; }
  .section-heading { gap: 1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .single-grid, .multi-grid { grid-template-columns: 1fr; }
  .explorer-card { min-height: 0; }
  .summary-actions { align-items: stretch; flex-direction: column; }
  .inquiry-next-step { align-items: stretch; flex-direction: column; }
  .inquiry-next-step .button { width: 100%; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-contact { align-items: flex-start; flex-direction: column; gap: .25rem; }
}

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