:root {
  color-scheme: light;
  --ink: #13231a;
  --muted: #5e6b63;
  --forest: #173f2a;
  --green: #2f6d3f;
  --sage: #dfe9dc;
  --gold: #d8a92e;
  --cream: #f1eee3;
  --paper: #f5f6f0;
  --line: #d9dfd7;
  --white: #fff;
  --shadow: 0 16px 42px rgba(19, 35, 26, 0.09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; background: var(--white); color: var(--forest); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.notice { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 20px; padding: 6px 20px; background: var(--forest); color: var(--white); font-size: 13px; }
.notice p { margin: 0; }
.notice a { color: #f5d478; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.notice-actions { display: flex; align-items: center; gap: 18px; }
.notice-actions a { white-space: nowrap; }
.notice-short { display: none; }
.notice .owner-utility { color: rgba(255,255,255,.82); text-decoration: none; }
.notice .owner-utility:hover { color: #f5d478; text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; min-height: 82px; padding: 8px max(20px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid rgba(23, 63, 42, 0.12); background: rgba(255, 253, 248, 0.95); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { color: var(--forest); font-size: 19px; letter-spacing: -0.02em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
#site-nav { display: flex; justify-content: center; gap: 4px; }
#site-nav a { padding: 9px 10px; border-radius: 999px; color: #314038; font-size: 14px; font-weight: 750; text-decoration: none; }
#site-nav a:hover { background: var(--sage); color: var(--forest); }
.menu-toggle { display: none; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--forest); border-radius: 999px; padding: 0 22px; background: var(--forest); color: var(--white); cursor: pointer; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #0d321f; }
.button-secondary { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.button-secondary:hover { background: var(--white); color: var(--forest); }
.header-cta { min-height: 43px; padding-inline: 18px; font-size: 13px; }

.hero { position: relative; isolation: isolate; min-height: 620px; display: grid; align-items: center; overflow: hidden; background: var(--forest); color: var(--white); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 37, 23, .96) 0%, rgba(10, 37, 23, .83) 43%, rgba(10, 37, 23, .18) 78%), linear-gradient(0deg, rgba(10,37,23,.35), transparent 50%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 36%; }
.hero-content { padding-block: 82px 118px; }
.eyebrow { margin: 0 0 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .light .eyebrow, .contact-section .eyebrow { color: #f5cf66; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(46px, 6vw, 78px); }
h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 64px); }
h3 { font-size: 25px; }
.hero-lede { max-width: 660px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 38px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 750; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: #f5cf66; }

.service-finder { position: relative; z-index: 3; display: grid; grid-template-columns: .65fr 1.35fr; gap: 32px; margin-top: -58px; margin-bottom: 18px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.service-finder-heading { align-self: center; }
.service-finder-heading h2 { font-size: clamp(30px, 3.4vw, 43px); }
.service-finder-heading > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.service-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.service-choice { display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 12px; min-height: 92px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fbfcf9; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.service-choice:hover { transform: translateY(-2px); border-color: var(--green); background: var(--sage); }
.service-choice > span { grid-row: 1 / 3; align-self: center; color: var(--green); font-size: 11px; font-weight: 900; }
.service-choice strong { color: var(--forest); font-size: 15px; line-height: 1.3; }
.service-choice small { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { padding-block: 76px; }
#services, #work, .faq-section { margin-block: 18px; padding: 62px 34px; border: 1px solid #e1e5dc; border-radius: 24px; background: rgba(255,255,255,.72); box-shadow: 0 10px 28px rgba(19,35,26,.035); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); align-items: end; gap: 46px; margin-bottom: 36px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-card { display: grid; grid-template-columns: minmax(180px, .8fr) minmax(0, 1.15fr); min-height: 276px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 22px rgba(19,35,26,.045); color: inherit; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #a8baaa; box-shadow: 0 14px 34px rgba(19,35,26,.11); }
.service-card img { width: 100%; height: 100%; object-fit: cover; }
.service-card > div { padding: 25px; }
.service-card span { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: 14px 0 12px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card .card-action { display: block; margin-top: 20px; color: var(--forest); letter-spacing: 0; }
.service-card-text { display: flex; background: var(--cream); }
.service-card-text.dark { background: var(--forest); color: var(--white); }
.service-card-text.dark span { color: #f5cf66; }
.service-card-text.dark p { color: rgba(255,255,255,.73); }

.process { margin-block: 18px; padding-block: 76px; background: var(--forest); color: var(--white); }
.section-heading.light > p { color: rgba(255,255,255,.7); }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.16); overflow: hidden; list-style: none; }
.process-grid li { padding: 32px; background: var(--forest); }
.process-grid li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #f5cf66; color: var(--forest); font-weight: 900; }
.process-grid h3 { margin: 30px 0 12px; }
.process-grid p { margin: 0; color: rgba(255,255,255,.68); }

.gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 280px); gap: 12px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: var(--sage); }
.gallery-wide { grid-row: 1 / 3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 16px 18px; border-radius: 14px; background: rgba(13, 35, 23, .86); color: var(--white); backdrop-filter: blur(10px); }
.gallery figcaption strong, .gallery figcaption span { display: block; }
.gallery figcaption span { color: rgba(255,255,255,.7); font-size: 13px; text-align: right; }
.gallery-note { margin: 18px 0 0; color: var(--muted); font-size: 14px; }

.about { margin-block: 18px; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.text-link { color: var(--forest); font-weight: 900; text-underline-offset: 5px; }
.expectations { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
.expectations article { display: flex; gap: 13px; padding: 21px; border: 1px solid #d9d8cb; border-radius: 15px; background: rgba(255,255,255,.72); }
.expectations article > span { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-weight: 900; }
.expectations h3 { margin: 3px 0 8px; font-size: 21px; }
.expectations p { margin: 0; color: var(--muted); font-size: 14px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-intro { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; color: var(--forest); font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 16px; font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -6px 0 22px; padding-right: 45px; color: var(--muted); }

.contact-section { margin-top: 18px; padding-block: 82px; background: #0f3522; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 80px; }
.contact-copy > p:not(.eyebrow):not(.service-area) { color: rgba(255,255,255,.74); font-size: 18px; }
.contact-methods { display: grid; gap: 8px; margin-top: 34px; }
.contact-methods a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-methods span { color: rgba(255,255,255,.6); font-size: 13px; font-weight: 850; text-transform: uppercase; }
.contact-methods strong { color: #f5cf66; text-align: right; }
.service-area { margin-top: 30px; color: rgba(255,255,255,.72); }
.estimate-form { display: grid; gap: 15px; padding: clamp(24px, 3.5vw, 38px); border: 1px solid rgba(255,255,255,.28); border-radius: 20px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.form-heading h3 { margin: 0; font-size: 34px; }
.form-heading p, .form-note { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.estimate-form label { display: grid; gap: 6px; color: #334138; font-size: 13px; font-weight: 800; }
.field-label { display: inline; }
.required-note { color: #9b331d; }
.optional-note { margin-left: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
.contact-helper { margin: -8px 0 0; color: var(--muted); font-size: 12px; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid #bdc8bf; border-radius: 10px; background: #fbfcf9; color: var(--ink); padding: 11px 12px; }
.estimate-form input, .estimate-form select { min-height: 48px; }
.estimate-form textarea { resize: vertical; }
.estimate-form fieldset { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 0; border: 0; padding: 0; }
.estimate-form legend { width: 100%; margin-bottom: 7px; color: #334138; font-size: 13px; font-weight: 800; }
.estimate-form fieldset label { display: flex; align-items: center; gap: 7px; }
.estimate-form fieldset input { width: 18px; min-height: 18px; }
.form-submit { width: 100%; margin-top: 4px; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-status { min-height: 1.4em; margin: 0; color: var(--green); font-size: 14px; font-weight: 800; }
.form-status a { color: var(--forest); text-underline-offset: 3px; }

.site-footer { padding-block: 52px 76px; background: #0b2518; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 42px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid a { color: rgba(255,255,255,.68); font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: #f5cf66; text-decoration: underline; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: rgba(255,255,255,.6); font-size: 13px; }
.copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.52); font-size: 12px; }
.mobile-actions { display: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .notice { justify-content: space-between; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; width: 46px; height: 46px; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
  .menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; background: var(--forest); }
  #site-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  #site-nav.open { display: flex; }
  #site-nav a { padding: 12px 14px; }
  .hero { min-height: 610px; }
  .service-finder { grid-template-columns: 1fr; gap: 22px; }
  .section-heading, .about-grid, .faq-section, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-card { grid-template-columns: 1fr; }
  .service-card img { height: 250px; }
  .about-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 84px; }
  body { padding-bottom: 60px; }
  .shell { width: min(calc(100% - 28px), 1160px); }
  .notice { min-height: 34px; gap: 8px; font-size: 11px; }
  .notice p { line-height: 1.3; }
  .notice-actions { gap: 10px; }
  .notice-full { display: none; }
  .notice-short { display: inline; }
  .owner-utility-label { display: none; }
  .site-header { min-height: 68px; padding: 5px 14px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; }
  .hero { min-height: 575px; align-items: end; }
  .hero-media::after { background: linear-gradient(0deg, rgba(9,32,20,.97) 10%, rgba(9,32,20,.64) 68%, rgba(9,32,20,.28)); }
  .hero-content { padding-block: 72px 86px; }
  h1 { font-size: clamp(40px, 11vw, 49px); }
  h2 { font-size: 40px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-call { display: none; }
  .trust-list { display: grid; gap: 6px; margin-top: 22px; font-size: 13px; }
  .service-finder { width: min(calc(100% - 20px), 1160px); margin-top: -48px; margin-bottom: 10px; padding: 22px 18px; border-radius: 20px; }
  .service-choice-grid { grid-template-columns: 1fr; }
  .service-choice { min-height: 74px; padding: 13px 14px; }
  .section, .contact-section { padding-block: 58px; }
  #services, #work, .faq-section { width: min(calc(100% - 20px), 1160px); margin-block: 10px; padding: 46px 18px; border-radius: 20px; }
  .process, .about { margin-block: 10px; }
  .contact-section { margin-top: 10px; }
  .service-grid, .process-grid, .expectations, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card img { height: 230px; }
  .service-card > div { padding: 24px; }
  .process-grid li { padding: 28px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 280px); }
  .gallery-wide { grid-row: auto; }
  .gallery figcaption { display: block; }
  .gallery figcaption span { margin-top: 4px; text-align: left; }
  .contact-methods a { display: grid; gap: 4px; }
  .contact-methods strong { text-align: left; overflow-wrap: anywhere; }
  .estimate-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .copyright { display: grid; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 58px; border-top: 1px solid #31513f; background: #0b2518; color: var(--white); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid #31513f; font-size: 13px; font-weight: 900; text-decoration: none; }
  .mobile-actions a:last-child { border-right: 0; background: #d8a92e; color: #15291d; }
}

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