:root {
  --ink: #17261f;
  --forest: #1d4939;
  --forest-deep: #123227;
  --green: #4f8f68;
  --green-hover: #407b59;
  --green-soft: #dce9e0;
  --cream: #f3f1e9;
  --warm-white: #fbfaf7;
  --line: #d9e0da;
  --muted: #5f6e66;
  --white: #ffffff;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header { position: relative; z-index: 50; background: rgba(251,250,246,.97); }
.header-top { background: var(--forest-deep); color: #d9e3de; font-size: 12px; letter-spacing: .02em; }
.header-top__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.header-top__inner div { display: flex; gap: 28px; }
.header-top a:hover { color: white; }
.header-main { height: 90px; display: flex; align-items: center; gap: 42px; }
.logo-link { width: 230px; flex: 0 0 auto; }
.logo-link img { width: 100%; mix-blend-mode: multiply; }
.desktop-nav { height: 100%; margin-left: auto; display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.desktop-nav > a, .desktop-nav .nav-item > button { height: 100%; cursor: pointer; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; transition: color .2s; }
.desktop-nav > a { display: flex; align-items: center; }
.desktop-nav > a:hover, .desktop-nav .nav-item > button:hover, .desktop-nav .nav-item[data-open="true"] > button { color: var(--green); }
.desktop-nav .nav-item { position: relative; height: 100%; display: flex; align-items: stretch; }
.desktop-nav .nav-item > button { display: flex; align-items: center; }
.nav-chevron { width: 7px; height: 7px; display: inline-block; margin: 0 0 3px 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
.desktop-nav .nav-item[data-open="true"] .nav-chevron { transform: rotate(225deg); margin-bottom: -1px; }
.nav-menu { position: absolute; top: calc(100% - 7px); left: -20px; width: 260px; padding: 14px; background: white; box-shadow: 0 18px 50px rgba(25,40,33,.15); border: 1px solid var(--line); animation: nav-menu-in .16s ease-out; }
.nav-menu a { display: block; padding: 11px 10px; font-size: 13px; }
.nav-menu a:hover { background: var(--cream); }
@keyframes nav-menu-in {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 25px; font-size: 13px; font-weight: 700; letter-spacing: .015em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--header { min-height: 48px; padding: 0 19px; background: var(--forest); color: white; }
.button--primary { background: var(--forest); color: white; }
.button--dark { background: var(--forest-deep); color: white; }
.button--white { background: white; color: var(--forest-deep); }
.button--header:hover, .button--primary:hover { background: var(--forest-deep); }
.arrow { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
a:hover .arrow, .button:hover .arrow { transform: translateX(3px); }
.mobile-menu { display: none; margin-left: auto; position: relative; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero__wash { position: absolute; inset: 0 auto 0 0; width: 68%; background: linear-gradient(135deg, #f7f5ef 0%, #edf1e9 100%); clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; min-height: 690px; align-items: center; }
.hero__copy { position: relative; z-index: 2; padding: 75px 40px 64px 0; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #4e655a; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--green); }
.eyebrow--light { color: #b8cbc1; }
.hero h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 670px; font-size: clamp(58px, 5.8vw, 88px); line-height: .98; }
.hero h1 em { color: var(--green-hover); font-weight: 400; }
.hero__lead { max-width: 630px; margin: 30px 0; color: #53625b; font-size: 18px; line-height: 1.72; }
.button-row { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 700; }
.hero__copy .text-link { padding-bottom: 4px; border-bottom: 1px solid #9aa9a1; }
.hero__facts { display: flex; gap: 0; margin-top: 54px; }
.hero__facts div { min-width: 150px; padding-right: 25px; margin-right: 25px; border-right: 1px solid #cbd2cd; }
.hero__facts div:last-child { border: 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { margin-bottom: 5px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.hero__facts span { color: var(--muted); font-size: 11px; }
.hero__visual { position: relative; align-self: stretch; min-height: 650px; }
.hero__image-wrap { position: absolute; inset: 0 calc((1180px - 100vw)/2) 0 0; overflow: hidden; }
.hero__image { width: 100%; height: 100%; object-fit: cover; }
.hero__image-wrap::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(31,53,43,.2), transparent 35%); }
.hero__note { position: absolute; z-index: 2; left: -56px; bottom: 46px; width: 355px; padding: 22px 24px 22px 28px; display: flex; background: white; border-left: 4px solid var(--green); box-shadow: 0 18px 60px rgba(25,43,34,.18); }
.hero__note strong, .hero__note span { display: block; }
.hero__note small { display: block; margin-bottom: 7px; color: var(--green-hover); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__note strong { margin-bottom: 5px; font-family: Georgia, serif; font-size: 15px; }
.hero__note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.trust-line { background: white; border-bottom: 1px solid var(--line); }
.trust-line__inner { min-height: 75px; display: flex; align-items: center; justify-content: center; gap: 35px; color: #52625a; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.trust-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.intro-section { background: var(--warm-white); }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: start; }
h2 { font-size: clamp(42px, 4.3vw, 63px); line-height: 1.06; }
.split-heading__text { padding-top: 42px; }
.split-heading__text p, .region-copy > p, .about-copy > p, .faq-aside { color: var(--muted); font-size: 16px; line-height: 1.8; }
.split-heading__text p:first-child { color: var(--ink); font-size: 19px; }
.inline-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid #8da198; font-size: 13px; font-weight: 800; }

.services-section { background: var(--forest-deep); color: white; }
.section-head { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: end; margin-bottom: 50px; }
.section-head > p { margin: 0 0 5px; color: #afc0b7; font-size: 15px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: white; color: var(--ink); transition: transform .25s; }
.service-card:hover { transform: translateY(-7px); }
.service-card__image { height: 185px; position: relative; overflow: hidden; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover img { transform: scale(1.03); }
.service-card__number { position: absolute; right: 0; bottom: 0; width: 48px; height: 42px; display: grid; place-items: center; background: var(--green); color: #163126; font: 700 12px/1 sans-serif; }
.service-card__body { padding: 29px 30px 32px; }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 21px; background: var(--green-soft); color: var(--forest); }
.service-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.service-card p { min-height: 72px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.card-link { display: inline-flex; align-items: center; gap: 14px; color: var(--forest); font-size: 12px; font-weight: 800; }
.service-more { display: flex; justify-content: flex-end; gap: 36px; margin-top: 30px; }
.service-more a { display: inline-flex; gap: 12px; color: #d4e1da; font-size: 13px; border-bottom: 1px solid #637d70; padding-bottom: 5px; }

.region-section { background: var(--cream); }
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.location-card { position: relative; min-height: 520px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 54px; background: linear-gradient(145deg, #e6ece5, #dce6de); }
.location-card__grid { position: absolute; inset: -20%; opacity: .45; background-image: linear-gradient(25deg, transparent 48%, rgba(86,132,105,.22) 49%, rgba(86,132,105,.22) 51%, transparent 52%), linear-gradient(115deg, transparent 48%, rgba(86,132,105,.18) 49%, rgba(86,132,105,.18) 51%, transparent 52%); background-size: 180px 180px, 150px 150px; transform: rotate(-8deg); }
.location-card::after { content:""; position:absolute; width:370px; height:370px; right:-90px; top:-105px; border:1px solid rgba(39,89,64,.18); border-radius:50%; box-shadow: 0 0 0 48px rgba(255,255,255,.09), 0 0 0 100px rgba(39,89,64,.04); }
.location-card__pin { position: relative; z-index: 2; width: 70px; height: 70px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--forest); transform: rotate(-45deg); box-shadow: 0 15px 35px rgba(23,55,42,.22); }
.location-card__pin span { width: 24px; height: 24px; border: 5px solid white; border-radius: 50%; }
.location-card__address { position: relative; z-index: 2; padding: 27px 30px; background: rgba(255,255,255,.92); border-left: 4px solid var(--green); box-shadow: 0 18px 45px rgba(30,53,42,.12); }
.location-card__address small, .location-card__address strong, .location-card__address span { display: block; }
.location-card__address small { margin-bottom: 8px; color: var(--green-hover); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.location-card__address strong { margin-bottom: 7px; font: 400 19px/1.3 Georgia, serif; }
.location-card__address span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.location-card__areas { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.location-card__areas span { padding: 8px 12px; background: var(--forest-deep); color: white; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.region-copy h2 { margin-bottom: 30px; }
.region-links { margin-top: 34px; border-top: 1px solid #cfd5ce; }
.region-links a { display: flex; justify-content: space-between; padding: 17px 2px; border-bottom: 1px solid #cfd5ce; font-size: 14px; font-weight: 700; }
.region-links a:hover { color: var(--green); }

.process-section { background: white; }
.process-intro { max-width: 650px; margin-bottom: 60px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-card { padding: 30px 32px 10px 0; border-right: 1px solid var(--line); }
.process-card + .process-card { padding-left: 30px; }
.process-card:last-child { border-right: 0; }
.process-card > span { color: var(--green); font-family: Georgia, serif; font-size: 14px; }
.process-card h3 { margin: 42px 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.process-card p { color: var(--muted); font-size: 13px; line-height: 1.75; }

.about-section { background: #dfe9df; }
.about-grid { display: grid; grid-template-columns: .82fr 1fr; gap: 105px; align-items: center; }
.about-photo { position: relative; max-width: 470px; }
.about-photo::before { content:""; position:absolute; inset: 25px -25px -25px 25px; border: 1px solid #aebfb2; }
.about-photo img { position: relative; width: 100%; aspect-ratio: 1/1.08; object-fit: cover; object-position: center 25%; }
.about-badge { position: absolute; right: -58px; bottom: 38px; padding: 15px 22px; background: white; box-shadow: 0 15px 40px rgba(31,53,43,.12); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.about-badge span { color: var(--muted); font-size: 11px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy .quote { color: var(--forest); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.about-copy .button { margin-top: 18px; }

.faq-section { background: var(--warm-white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 110px; }
.faq-grid h2 { margin-bottom: 40px; }
.faq-aside { margin-bottom: 0; }
.accordion details { border-top: 1px solid #cfd4cf; }
.accordion details:last-child { border-bottom: 1px solid #cfd4cf; }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 19px; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { color: var(--green); font-family: sans-serif; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -4px 45px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.closing-cta { position: relative; overflow: hidden; background: var(--forest-deep); color: white; }
.closing-cta::after { content:""; position:absolute; width: 520px; height: 520px; right:-150px; top:-180px; border: 80px solid rgba(112,167,124,.13); border-radius: 50%; }
.closing-cta__inner { position: relative; z-index: 1; padding: 95px 0; }
.closing-cta h2 { max-width: 760px; font-size: clamp(48px, 5vw, 72px); }
.closing-cta p:not(.eyebrow) { max-width: 660px; color: #b9c8c1; font-size: 16px; line-height: 1.7; }
.closing-cta .button-row { margin-top: 30px; }
.text-link--light { color: white; }

.site-footer { background: #12261f; color: #dce4e0; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 100px; }
.footer-brand img { width: 260px; filter: brightness(0) invert(1); opacity: .93; }
.footer-brand p { max-width: 380px; color: #9fb0a8; font-size: 13px; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.footer-grid > div > a { display: block; margin: 10px 0; color: #b9c6c0; font-size: 13px; }
.footer-grid p, .footer-grid small { color: #9fb0a8; font-size: 12px; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid #32443d; color: #82968c; font-size: 11px; }
.footer-bottom div { display: flex; gap: 24px; }

/* Subpages */
.breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 28px; color: #839088; font-size: 11px; }
.breadcrumb strong { color: #506058; font-weight: 600; }
.subhero { background: var(--cream); overflow: hidden; }
.subhero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 85px; min-height: 610px; align-items: center; padding-top: 38px; padding-bottom: 70px; }
.subhero h1, .simple-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(55px, 5.6vw, 78px); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; }
.subhero__grid > div:first-child > p:not(.eyebrow), .simple-hero > .container > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.subhero__visual { position: relative; height: 480px; }
.subhero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.portrait-visual > img { object-position: center 25%; }
.subhero__visual blockquote { position: absolute; left: -45px; right: 45px; bottom: -24px; margin: 0; padding: 24px 28px; background: var(--forest-deep); color: white; font: 400 18px/1.5 Georgia, serif; box-shadow: 0 20px 50px rgba(25,42,34,.2); }
.highlight-band { background: white; border-bottom: 1px solid var(--line); }
.highlight-band > .container { min-height: 102px; display: grid; grid-template-columns: repeat(3, 1fr); }
.highlight-band div div { display: flex; align-items: center; gap: 17px; padding: 0 30px; border-right: 1px solid var(--line); }
.highlight-band div div:first-child { padding-left: 0; }
.highlight-band div div:last-child { border: 0; }
.highlight-band span { color: var(--green); font: 400 14px/1 Georgia, serif; }
.highlight-band strong { font-size: 13px; }
.decision-section { background: white; }
.decision-head { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: end; margin-bottom: 50px; }
.decision-head > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.decision-grid article { min-height: 360px; padding: 36px 34px; background: var(--warm-white); }
.decision-grid article > span { color: var(--green-hover); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.decision-grid h3 { margin: 52px 0 18px; font: 400 25px/1.25 Georgia, serif; }
.decision-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.decision-note { margin: 24px 0 0; padding: 19px 22px; border-left: 3px solid var(--green); background: var(--green-soft); color: #43564d; font-size: 12px; line-height: 1.7; }
.calculator-band { position: relative; overflow: hidden; background: var(--forest-deep); color: white; }
.calculator-band::after { content:""; position:absolute; width: 330px; height: 330px; right:-100px; top:-140px; border: 55px solid rgba(111,167,124,.12); border-radius: 50%; }
.calculator-band__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; padding-top: 80px; padding-bottom: 80px; }
.calculator-band h2 { max-width: 620px; font-size: 50px; }
.calculator-band__inner > div:last-child > p { margin: 0 0 23px; color: #bdcbc4; font-size: 15px; line-height: 1.75; }
.calculator-band small { display: block; max-width: 540px; margin-top: 16px; color: #93a79e; font-size: 10px; line-height: 1.6; }
.content-section { background: var(--warm-white); }
.content-grid { display: grid; grid-template-columns: .68fr 1fr; gap: 115px; }
.content-grid aside { position: sticky; top: 30px; align-self: start; }
.content-grid aside h2 { font-size: 43px; }
.content-sections article { position: relative; padding: 0 0 55px 58px; margin-bottom: 50px; border-bottom: 1px solid var(--line); }
.content-sections article:last-child { margin-bottom: 0; }
.content-sections article > span { position: absolute; left: 0; top: 5px; color: var(--green); font: 400 15px/1 Georgia, serif; }
.content-sections h2 { margin-bottom: 20px; font-size: 36px; }
.content-sections p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.content-sections ul { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.content-sections li { position: relative; padding-left: 20px; font-size: 14px; }
.content-sections li::before { content:""; position:absolute; left:0; top:8px; width:7px; height:7px; background:var(--green); }
.page-faq { background: #e6ede6; }
.sub-cta { background: var(--forest-deep); color: white; }
.sub-cta__inner { display: grid; grid-template-columns: 1.1fr .8fr; gap: 110px; align-items: end; padding: 90px 0; }
.sub-cta h2 { font-size: 51px; }
.sub-cta__inner > div:last-child > p { color: #b7c7bf; font-size: 15px; line-height: 1.75; }
.sub-cta .button { margin-top: 18px; }
.simple-hero { padding: 0 0 90px; background: var(--cream); }
.simple-hero .breadcrumb { margin-bottom: 85px; }
.simple-hero h1 { max-width: 920px; }
.article-section { background: white; }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.article-grid article { min-height: 330px; padding: 38px 42px; background: var(--warm-white); }
.article-meta { display: flex; justify-content: space-between; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-meta i { color: #a2aaa6; font: 400 13px/1 Georgia, serif; }
.article-grid h2 { margin: 52px 0 15px; font-size: 31px; }
.article-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.article-grid a { display: inline-flex; gap: 12px; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid #9bab9f; font-size: 12px; font-weight: 800; }
.profile-section { background: white; }
.profile-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 105px; }
.profile-grid .lead-copy { margin-top: 0; color: var(--ink); font: 400 21px/1.65 Georgia, serif; }
.profile-grid p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.qualification-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.qualification-grid div { min-height: 120px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.qualification-grid strong, .qualification-grid span { display: block; }
.qualification-grid strong { margin-bottom: 8px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.qualification-grid span { color: var(--muted); font-size: 11px; }
.logo-band { background: var(--cream); }
.logo-band > .container { min-height: 160px; display: flex; align-items: center; justify-content: center; gap: 80px; }
.logo-band img { max-width: 260px; max-height: 70px; mix-blend-mode: multiply; }
.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .68fr 1.2fr; gap: 90px; align-items: start; }
.contact-sidebar h2 { margin-bottom: 40px; font-size: 44px; }
.contact-sidebar > a, .contact-sidebar > div { display: block; padding: 20px 0; border-top: 1px solid var(--line); }
.contact-sidebar small, .contact-sidebar strong { display: block; }
.contact-sidebar small { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-sidebar strong { font: 400 17px/1.5 Georgia, serif; overflow-wrap: anywhere; }
.service-area-note { margin-top: 30px; padding: 20px; background: var(--green-soft); color: #44564d; font-size: 12px; line-height: 1.7; }
.form-panel { padding: 48px; background: var(--cream); }
.form-kicker { margin: 0 0 10px; color: var(--green-hover) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-panel > h2 { font-size: 42px; }
.form-panel > p { color: var(--muted); font-size: 13px; }
.contact-form { display: grid; gap: 20px; margin-top: 34px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid--single { grid-template-columns: 1fr; max-width: calc(50% - 9px); }
.contact-form label { display: grid; gap: 9px; color: #4a5952; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd3cd; border-radius: 0; background: white; padding: 14px 15px; color: var(--ink); font: 400 14px/1.4 inherit; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 2px rgba(111,167,124,.15); }
.contact-form textarea { resize: vertical; }
.field-grid--address { grid-template-columns: 1.8fr .7fr .7fr 1.3fr; }
.service-choice { margin: 0; padding: 0; border: 0; }
.service-choice legend { margin-bottom: 12px; color: #4a5952; font-size: 12px; font-weight: 700; }
.service-choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; }
.service-choice__grid label { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; padding: 11px 12px; background: white; border: 1px solid #ccd3cd; font-weight: 500; line-height: 1.45; }
.service-choice__grid input { width: 16px; height: 16px; margin: 2px 0 0; }
.service-choice > small { display: block; margin-top: 10px; color: #6f7c75; font-size: 10px; line-height: 1.6; }
.form-error { display: block; margin-top: 10px; color: #8d2b2b; font-size: 11px; line-height: 1.5; }
.contact-form .check-row { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; font-weight: 400; line-height: 1.6; }
.check-row input { width: 16px; height: 16px; margin-top: 2px; }
.check-row a { text-decoration: underline; }
.form-submit { border: 0; cursor: pointer; justify-self: start; }
.contact-form > small { color: #7c8882; font-size: 10px; }
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-status {
  min-height: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.form-status--error { color: #8d2b2b; font-weight: 700; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-success { padding: 70px 45px; text-align: center; background: var(--green-soft); }
.form-success > .success-mark { position: relative; width: 55px; height: 55px; display: block; margin: 0 auto 25px; border-radius: 50%; background: var(--green); }
.success-mark::after { content:""; position:absolute; left:18px; top:15px; width:15px; height:8px; border-left:2px solid white; border-bottom:2px solid white; transform:rotate(-45deg); }
.form-success h2 { font-size: 40px; }
.form-success p { color: var(--muted); line-height: 1.7; }
.form-success button { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-weight: 700; }
.calculator-page { background: #f3f1e9; }
.calculator-page__bar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.calculator-page__bar .breadcrumb { padding: 0; }
.calculator-page__bar > a { color: var(--forest); font-size: 12px; font-weight: 800; border-bottom: 1px solid #9bab9f; padding-bottom: 4px; }
.calculator-frame { display: block; width: 100%; min-height: 900px; border: 0; background: #f5f7f5; }
.legal-hero { padding-bottom: 75px; }
.legal-section { background: white; }
.legal-panel { max-width: 940px; padding: 58px 64px; background: var(--warm-white); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(31,53,43,.08); }
.legal-panel .itrk-legaltext { color: var(--ink); font-size: 14px; line-height: 1.75; }
.legal-panel .itrk-legaltext h1, .legal-panel .itrk-legaltext h2, .legal-panel .itrk-legaltext h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; }
.legal-panel .itrk-legaltext h1 { font-size: 38px; }
.legal-panel .itrk-legaltext h2 { margin-top: 44px; font-size: 27px; }
.legal-panel .itrk-legaltext h3 { margin-top: 30px; font-size: 20px; }
.legal-panel .itrk-legaltext a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1020px) {
  .desktop-nav, .button--header, .header-top { display: none; }
  .header-main { height: 74px; }
  .logo-link { width: 205px; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { width: 42px; height: 42px; display: grid; align-content:center; gap:5px; padding:10px; list-style:none; cursor:pointer; background:var(--forest); }
  .mobile-menu > summary::-webkit-details-marker { display:none; }
  .mobile-menu > summary span { display:block; height:1px; background:white; }
  .mobile-menu nav { position: absolute; right: 0; top: 48px; width: min(340px, calc(100vw - 32px)); padding: 14px 22px; background: white; box-shadow: 0 18px 50px rgba(25,40,33,.18); }
  .mobile-menu nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding-right: 0; }
  .hero__visual { min-height: 460px; }
  .hero__image-wrap { inset: 0 calc((100% - 100vw)/2); }
  .hero__note { left: 25px; }
  .split-heading, .region-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1/3; max-width: calc(50% - 11px); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .footer-grid { gap: 45px; }
  .subhero__grid { grid-template-columns: 1fr; gap: 45px; }
  .subhero__visual { height: 430px; }
  .decision-head, .calculator-band__inner { grid-template-columns: 1fr; gap: 38px; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-grid article { min-height: 0; }
  .content-grid, .profile-grid, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .content-grid aside { position: static; }
  .sub-cta__inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .hero__copy { padding: 64px 0 52px; }
  .hero__wash { width: 100%; clip-path: none; }
  .hero h1 { font-size: clamp(50px, 15vw, 66px); }
  .hero__lead { font-size: 16px; }
  .button-row { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero__copy .text-link { align-self: center; justify-content: center; }
  .hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero__facts div { min-width: 0; margin: 0; padding: 0 8px 0 0; }
  .hero__facts strong { font-size: 15px; }
  .hero__facts span { font-size: 9px; }
  .hero__visual { min-height: 335px; }
  .hero__note { left: 16px; right: 16px; bottom: 18px; width: auto; padding: 18px 20px; }
  .trust-line__inner { justify-content: flex-start; overflow-x: auto; gap: 18px; white-space: nowrap; }
  .trust-line__inner span { flex: 0 0 auto; }
  h2 { font-size: 40px; }
  .split-heading { gap: 25px; }
  .split-heading__text { padding-top: 0; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; max-width: none; }
  .service-more { flex-direction: column; gap: 18px; align-items: flex-start; }
  .region-grid { gap: 45px; }
  .location-card { min-height: 420px; padding: 28px 22px; }
  .location-card__pin { width: 58px; height: 58px; margin-bottom: 20px; }
  .location-card__pin span { width: 20px; height: 20px; border-width: 4px; }
  .location-card__address { padding: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card + .process-card { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card h3 { margin-top: 20px; }
  .about-photo { margin-right: 20px; }
  .about-badge { right: -20px; }
  .faq-grid { gap: 35px; }
  .closing-cta__inner { padding: 78px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 16px; }
  .breadcrumb { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .subhero__grid { min-height: auto; padding-top: 45px; }
  .subhero h1, .simple-hero h1 { font-size: 49px; }
  .subhero__visual { height: 330px; margin-bottom: 25px; }
  .subhero__visual blockquote { left: 15px; right: 15px; bottom: -30px; font-size: 16px; }
  .highlight-band > .container { grid-template-columns: 1fr; padding-top: 12px; padding-bottom: 12px; }
  .highlight-band div div, .highlight-band div div:first-child { min-height: 58px; padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .highlight-band div div:last-child { border-bottom: 0; }
  .decision-head { margin-bottom: 35px; }
  .decision-grid article { padding: 30px 26px; }
  .decision-grid h3 { margin-top: 30px; font-size: 23px; }
  .calculator-band__inner { padding-top: 64px; padding-bottom: 64px; }
  .calculator-band h2 { font-size: 40px; }
  .calculator-band .button { width: 100%; }
  .content-sections article { padding-left: 38px; }
  .content-sections h2 { font-size: 31px; }
  .sub-cta h2 { font-size: 41px; }
  .simple-hero { padding-bottom: 65px; }
  .simple-hero .breadcrumb { margin-bottom: 65px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid article { min-height: 290px; padding: 32px 25px; }
  .article-grid h2 { margin-top: 40px; }
  .profile-grid { gap: 28px; }
  .qualification-grid { grid-template-columns: 1fr; }
  .logo-band > .container { flex-direction: column; gap: 25px; padding-top: 35px; padding-bottom: 35px; }
  .logo-band img { max-width: 230px; }
  .form-panel { padding: 30px 22px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid--single { max-width: none; }
  .service-choice__grid { grid-template-columns: 1fr; }
  .calculator-page__bar { min-height: 58px; }
  .calculator-page__bar > a { display: none; }
  .legal-panel { padding: 35px 22px; }
  .legal-panel .itrk-legaltext h1 { font-size: 32px; }
  .legal-panel .itrk-legaltext h2 { font-size: 24px; }
}
