:root {
  --green: #103b2e;
  --green-deep: #092b21;
  --cream: #f5f0e6;
  --paper: #fffdfa;
  --ink: #18201c;
  --copper: #a8572d;
  --copper-light: #c97a4d;
  --line: rgba(24, 32, 28, .15);
  --shell: min(1180px, calc(100vw - 48px));
  --serif: 'Lora', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7.5rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { 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:focus { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .65rem 1rem; color: white; background: var(--green); }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; color: white; background: var(--green); border-bottom: 1px solid rgba(255,255,255,.1); box-shadow: 0 2px 12px rgba(0,0,0,.12); transition: box-shadow .25s ease; }
.site-header.is-scrolled { background: var(--green); box-shadow: 0 5px 20px rgba(0,0,0,.17); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 235px; height: 72px; display: flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 100%; height: auto; }
.footer-logo { filter: none; mix-blend-mode: normal; }
.primary-nav { display: flex; align-items: center; gap: 2.1rem; font-size: .85rem; font-weight: 600; }
.primary-nav > a:not(.button) { opacity: .9; transition: opacity .2s; }
.primary-nav > a:not(.button):hover { opacity: 1; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .85rem; min-height: 52px; padding: .9rem 1.35rem; color: #fff; border: 1px solid var(--copper-light); border-radius: 6px; background: var(--copper); box-shadow: inset 0 1px rgba(255,255,255,.2), 0 8px 18px rgba(0,0,0,.12); font-family: var(--serif); font-weight: 700; line-height: 1; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #934720; }
.button-small { min-height: 42px; padding: .72rem 1.1rem; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 700px; height: min(88vh, 850px); color: white; overflow: hidden; display: grid; align-items: center; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,28,21,.87) 0%, rgba(6,29,21,.55) 40%, rgba(7,34,25,.05) 76%); }
.hero-content { position: relative; padding-top: 5.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--copper); font-size: .68rem; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #f3e4d6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 720px; margin-bottom: 1.35rem; font-size: clamp(3.1rem, 5.4vw, 5.2rem); letter-spacing: -.02em; line-height: 1.05; }
.hero-copy { max-width: 455px; margin-bottom: 2rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; }
.text-link { color: var(--green); font-weight: 700; border-bottom: 1px solid currentColor; padding-bottom: .15rem; }
.text-link-light { color: #fff; }

.section { padding-block: clamp(5rem, 7vw, 7.25rem); }
.section-cream { background: var(--cream); }
.section-white { background: var(--paper); }
.section-green { background: var(--green); color: white; }
.section-heading { display: grid; grid-template-columns: 1.45fr .72fr; align-items: end; gap: 3rem; margin-bottom: clamp(2.75rem, 5vw, 4.75rem); }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4.3vw, 4.2rem); letter-spacing: -.02em; }
.section-heading > div::after { display: block; width: 70px; height: 2px; margin-top: 1.65rem; background: var(--copper); content: ''; }
.section-intro { max-width: 345px; margin: 0 0 .35rem auto; color: #59615b; font-size: 1.02rem; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-item { position: relative; padding: 2rem clamp(1.5rem, 3vw, 2.75rem); background: rgba(255,255,255,.52); border: 1px solid rgba(24,32,28,.12); border-radius: 10px; box-shadow: 0 12px 28px rgba(24,32,28,.035); text-align: left; }
.service-index { position: absolute; top: 1.25rem; right: 1.35rem; color: rgba(168,87,45,.75); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.service-icon { display: grid; place-items: center; width: 50px; height: 50px; margin: 0 0 1.5rem; color: var(--copper); border: 1px solid rgba(168,87,45,.35); border-radius: 50%; font-size: 1.75rem; }
.service-item h3 { margin-bottom: .65rem; font-size: 1.65rem; }
.service-item p { max-width: 285px; margin: 0; color: #60655f; font-size: .96rem; }
.service-process { display: grid; grid-template-columns: .76fr 1.5fr; gap: clamp(2.25rem, 5vw, 5rem); margin-top: clamp(2.25rem, 4vw, 3.5rem); padding: clamp(2rem, 4vw, 3.25rem); color: white; background: var(--green); border-radius: 12px; box-shadow: 0 18px 38px rgba(16,59,46,.16); }
.process-copy h3 { max-width: 280px; margin: 0 0 1.5rem; font-size: clamp(1.8rem, 2.8vw, 2.65rem); }
.process-copy .text-link { color: #f5d5bd; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin: 0; padding: 0; list-style: none; }
.process-steps li { padding-left: 1rem; border-left: 2px solid rgba(230,164,117,.72); }
.process-steps span { display: block; margin-bottom: .55rem; color: #e6a475; font-size: .67rem; font-weight: 700; letter-spacing: .14em; }
.process-steps strong { display: block; margin-bottom: .4rem; color: white; font-family: var(--serif); font-size: 1.08rem; }
.process-steps p { margin: 0; color: rgba(255,255,255,.72); font-size: .84rem; line-height: 1.45; }

.work-section { padding-bottom: clamp(5rem, 7vw, 7.25rem); }
.section-heading-work { display: block; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.comparison { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(24,32,28,.11); border-radius: 12px; box-shadow: 0 22px 55px rgba(24,32,28,.14); }
.comparison img { width: 100%; aspect-ratio: 16 / 7.5; object-fit: cover; }
.comparison figcaption { position: absolute; inset: 1.25rem 1.25rem auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; color: white; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.comparison figcaption span:nth-child(2) { text-align: left; padding-left: .8rem; }
.comparison figcaption span { width: max-content; padding: .4rem .65rem; background: rgba(9,43,33,.9); border-radius: 2px; }
.comparison figcaption span:nth-child(2) { background: var(--green); }

.section-heading-green .section-intro { color: rgba(255,255,255,.7); }
.section-heading-green > div::after { background: #e6a475; }
.eyebrow-copper { color: #e6a475; }
.cap-options { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.cap-option { min-height: 260px; padding: 2rem clamp(1.5rem, 3vw, 3.3rem) 1.5rem; border-right: 1px solid rgba(255,255,255,.2); transition: background-color .2s ease; }
.cap-option:hover { background: rgba(255,255,255,.045); }
.cap-option:first-child { padding-left: 0; }
.cap-option:last-child { border: 0; padding-right: 0; }
.cap-number { color: var(--copper-light); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.cap-option h3 { margin-bottom: .75rem; font-size: clamp(1.45rem, 2vw, 2rem); }
.cap-option p:last-child { max-width: 280px; color: rgba(255,255,255,.7); }
.center-action { margin-top: 3.5rem; text-align: center; }
.button-cream { color: var(--green-deep); background: var(--cream); border-color: var(--cream); box-shadow: none; }
.button-cream:hover { background: #fff; }

.contact-section { padding-bottom: clamp(6.5rem, 11vw, 10rem); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3.5rem, 8vw, 9rem); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { margin-bottom: 1.4rem; font-size: clamp(2.2rem, 3.1vw, 3.15rem); letter-spacing: -.02em; line-height: 1.1; }
.contact-copy > p:not(.eyebrow) { max-width: 310px; color: #59615b; font-size: 1.06rem; }
.service-area { max-width: 340px; margin: 1.4rem 0 0; padding: .8rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-area summary { color: var(--green); font-size: .78rem; font-weight: 700; cursor: pointer; list-style: none; }
.service-area summary::-webkit-details-marker { display: none; }
.service-area summary::after { content: '+'; float: right; color: var(--copper); font-size: 1.05rem; line-height: .8; }
.service-area[open] summary::after { content: '−'; }
.service-area p { margin: .75rem 0; color: #59615b; font-size: .82rem; }
.service-area ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .25rem .8rem; margin: 0; padding: 0; list-style: none; color: #48524b; font-size: .76rem; }
.phone-link { display: grid; gap: .15rem; margin-top: 2.5rem; color: var(--green); font-family: var(--serif); font-size: 1.6rem; line-height: 1; }
.phone-link span { font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.quote-form { padding: clamp(1.5rem, 3.5vw, 3rem); background: var(--paper); border: 1px solid rgba(24,32,28,.12); border-radius: 12px; box-shadow: 0 22px 55px rgba(24,32,28,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .42rem; margin-bottom: 1.1rem; color: #29332d; font-size: .74rem; font-weight: 700; }
.quote-form label > span { color: var(--copper); }
input, textarea { width: 100%; padding: .78rem .82rem; color: var(--ink); background: #fff; border: 1px solid #ccd2cb; border-radius: 5px; outline-color: var(--copper); font-size: 1rem; font-weight: 400; resize: vertical; transition: border-color .2s, box-shadow .2s; }
input:focus, textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(168,87,45,.12); }
.message-field { margin-bottom: 1.6rem !important; }
.photo-checklist { margin: 0 0 1.5rem; padding: 1.4rem; border: 1px solid #d9ddd7; border-radius: 8px; }
.photo-checklist legend { padding: 0 .5rem; font-family: var(--serif); font-size: 1.3rem; font-weight: 700; }
.photo-checklist > p { margin-bottom: 1.1rem; color: #656c66; font-size: .86rem; }
.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.upload-tile { min-height: 112px; display: grid !important; place-content: center; justify-items: center; margin: 0 !important; padding: .8rem; color: #344139 !important; background: #f8f7f3; border: 1px dashed #bbc2ba; border-radius: 6px; text-align: center; transition: border-color .2s, background .2s; cursor: pointer; }
.upload-tile:hover, .upload-tile.has-file { background: #edf2ec; border-color: var(--green); }
.upload-tile input { position: absolute; inline-size: 1px; block-size: 1px; opacity: 0; }
.upload-icon { color: var(--green); font-size: 1.4rem; line-height: 1; }
.upload-tile small { max-width: 130px; overflow: hidden; color: #7a817a; font-size: .65rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.photo-help { margin: 1.05rem 0 0 !important; padding-left: 1.3rem; position: relative; }
.photo-help::before { position: absolute; left: 0; content: 'i'; display: grid; place-items: center; width: .9rem; height: .9rem; border-radius: 50%; color: white; background: var(--green); font-size: .65rem; font-weight: 700; }
.form-status { min-height: 1.5em; margin-bottom: 1rem; color: var(--green); font-size: .9rem; font-weight: 600; }
.button-submit { width: 100%; border: 0; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }

.site-footer { padding: 2.3rem 0 calc(2.3rem + env(safe-area-inset-bottom)); color: white; background: var(--green-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.footer-logo { width: 138px; }
.footer-inner p { margin: 0; font-family: var(--serif); font-size: 1.05rem; text-align: center; line-height: 1.3; }
.footer-inner p span { font-family: var(--sans); font-size: .56rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.footer-inner > a { justify-self: end; color: #f5d5bd; font-weight: 600; }
.copyright { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.6); font-size: .72rem; }
.mobile-actions { display: none; }

/* Interior pages share the fixed header but keep their own quiet, generous rhythm. */
.interior-page { padding-top: 88px; }
.page-hero { padding: clamp(4.75rem, 8vw, 7.5rem) 0 clamp(4.25rem, 7vw, 6.5rem); }
.page-hero h1 { max-width: 800px; margin-bottom: 1.2rem; }
.page-hero .shell > p:not(.eyebrow) { max-width: 610px; margin-bottom: 0; color: #59615b; font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.page-hero.section-green .shell > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.service-list .service-item h2 { margin: 0 2rem .7rem 0; font-size: clamp(1.4rem, 2.1vw, 1.9rem); }
.gallery-note { max-width: 660px; margin: 1.5rem auto 0; color: #667069; text-align: center; }
.city-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; margin: 0; padding: 0; list-style: none; }
.city-grid li { padding: 1rem 1.1rem; color: var(--green); background: rgba(255,255,255,.55); border: 1px solid rgba(24,32,28,.1); border-radius: 7px; font-weight: 600; }
.faq-list { max-width: 860px; display: grid; gap: 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.25rem 2.4rem 1.25rem 0; position: relative; color: var(--green-deep); cursor: pointer; font-family: var(--serif); font-size: clamp(1.15rem, 2.2vw, 1.45rem); font-weight: 700; line-height: 1.25; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: .2rem; top: 1.15rem; color: var(--copper); content: '+'; font-family: var(--sans); font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 680px; margin: 0; padding: 0 0 1.4rem; color: #59615b; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 40px, 1180px); }
  body { padding-bottom: 66px; }
  .header-inner { height: 76px; }
  .brand { width: 178px; height: 54px; }
  .nav-toggle { width: 42px; height: 42px; display: grid; gap: 6px; place-content: center; padding: 0; color: white; background: transparent; border: 0; }
  .nav-toggle span:not(.sr-only) { width: 22px; height: 1px; display: block; background: currentColor; transition: transform .2s; }
  .nav-toggle[aria-expanded='true'] span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 1.2rem 20px 1.5rem; background: var(--green-deep); box-shadow: 0 10px 18px rgba(0,0,0,.18); }
  .primary-nav.is-open { display: grid; gap: .25rem; }
  .primary-nav a:not(.button) { padding: .75rem 0; }
  .primary-nav .button { margin-top: .5rem; }
  .hero { min-height: 660px; height: 88vh; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,28,21,.88) 0%, rgba(6,29,21,.62) 60%, rgba(6,29,21,.14) 100%); }
  .hero-content { padding-top: 4rem; }
  h1 { font-size: clamp(2.8rem, 10vw, 3.6rem); }
  .hero-copy { max-width: 300px; font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-mark { display: none; }
  .section-heading, .contact-grid { display: block; }
  .section-heading h2 { font-size: clamp(2rem, 8vw, 2.25rem); }
  .section-heading { margin-bottom: 3rem; }
  .section-intro { margin: 1.5rem 0 0; }
  .service-list, .cap-options { grid-template-columns: 1fr; }
  .service-list { gap: .85rem; }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 1.5rem; border: 1px solid rgba(24,32,28,.12); text-align: left; }
  .service-icon { margin: 0 0 1rem; }
  .service-item p { margin-left: 0; }
  .service-process { grid-template-columns: 1fr; gap: 2rem; margin-top: 3rem; padding-top: 2rem; }
  .process-steps { grid-template-columns: 1fr; gap: 1rem; }
  .comparison img { aspect-ratio: 1.15 / 1; object-fit: cover; }
  .comparison figcaption { inset: .8rem .8rem auto; }
  .comparison figcaption span { padding: .3rem .5rem; }
  .cap-option, .cap-option:first-child, .cap-option:last-child { min-height: auto; padding: 1.75rem 0; border: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .cap-option h3 { font-size: 1.7rem; }
  .center-action { margin-top: 2.25rem; }
  .contact-copy { position: static; margin-bottom: 3rem; }
  .interior-page { padding-top: 76px; }
  .page-hero { padding: 4rem 0 3.75rem; }
  .page-hero h1 { font-size: clamp(2.55rem, 10vw, 3.35rem); }
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
  .city-grid li { padding: .85rem .8rem; font-size: .88rem; }
  .faq-list summary { padding-block: 1.1rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 1.15rem; }
  .photo-checklist { padding: 1rem; }
  .upload-grid { grid-template-columns: 1fr; }
  .upload-tile { min-height: 92px; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.25rem; text-align: center; }
  .footer-logo, .footer-inner > a { justify-self: center; }
  .copyright { text-align: center; }
  .mobile-actions { position: fixed; z-index: 30; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1.35fr; height: calc(62px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); color: white; background: var(--green-deep); box-shadow: 0 -4px 18px rgba(0,0,0,.2); }
  .mobile-actions a { display: grid; place-items: center; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-actions a:last-child { color: white; background: var(--copper); }
}

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