:root {
  --ink: #172229;
  --slate: #22343e;
  --rust: #b85c32;
  --rust-dark: #8f3f20;
  --sand: #e6d2b7;
  --cream: #f5f1e9;
  --paper: #fffdf8;
  --line: #d8d1c6;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; color: black; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 5vw, 5rem);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1.05; text-transform: uppercase; letter-spacing: .1em; }
.brand img { object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; }
.brand small { margin-top: .3rem; font-size: .65rem; letter-spacing: .18em; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
nav a { text-decoration: none; font-size: .83rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
nav a:not(.nav-call):hover { color: var(--sand); }
.nav-call { border: 1px solid rgba(255,255,255,.65); padding: .7rem 1rem; }
.nav-call:hover { background: white; color: var(--ink); }
.menu-button { display: none; border: 1px solid white; background: transparent; color: white; padding: .55rem .75rem; }

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background: url('assets/about-2.jpg') center 42%/cover no-repeat;
  color: var(--white);
}
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,19,24,.88) 0%, rgba(10,19,24,.66) 48%, rgba(10,19,24,.18) 100%); }
.hero-content { position: relative; width: min(760px, 90%); margin-left: clamp(1.25rem, 8vw, 8rem); padding: 8rem 0 11rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--sand); text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.eyebrow.dark { color: var(--rust-dark); }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; line-height: 1.08; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6.2vw, 6.5rem); font-weight: 500; letter-spacing: -.04em; }
h2 { margin: 0 0 1.25rem; font-size: clamp(2.2rem, 4vw, 4.25rem); font-weight: 500; letter-spacing: -.035em; }
h3 { font-size: 1.75rem; }
.hero-copy { max-width: 620px; margin: 1.5rem 0 2rem; font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .75rem 1.4rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; font-size: .8rem; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--rust); color: white; }
.button-primary:hover { background: var(--rust-dark); }
.button-outline { border-color: currentColor; color: white; background: transparent; }
.button-outline:hover { background: white; color: var(--ink); }
.hero-proof { position: absolute; bottom: 0; right: 0; display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); width: min(820px, 82%); background: var(--paper); color: var(--ink); }
.hero-proof span { padding: 1.3rem 1.5rem; border-left: 1px solid var(--line); font-size: .75rem; color: #5b6469; }
.hero-proof strong { display: block; color: var(--ink); font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.section-heading { max-width: 800px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { max-width: 650px; color: #59646a; font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-feature { position: relative; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.service-number { color: var(--rust); font-weight: 800; letter-spacing: .1em; }
.service-feature h3 { margin: 2rem 0 .8rem; }
.service-feature p { color: #5a6469; max-width: 560px; }
.service-feature a, .text-link { color: var(--rust-dark); text-decoration: none; font-weight: 800; }
.service-feature a:hover, .text-link:hover { text-decoration: underline; }

.about-section { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 760px; background: var(--slate); color: white; }
.about-images { position: relative; min-height: 650px; }
.about-main { width: 100%; height: 100%; object-fit: cover; }
.about-small { position: absolute; width: 44%; right: -4rem; bottom: 3rem; border: 10px solid var(--slate); box-shadow: 0 16px 50px rgba(0,0,0,.25); }
.about-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.about-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.check-list { list-style: none; padding: 1rem 0; margin: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.check-list li { position: relative; padding: .8rem 0 .8rem 1.6rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--sand); font-weight: 800; }
.about-copy .text-link { color: var(--sand); }

.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; max-width: none; gap: 4rem; align-items: end; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 290px 290px; gap: 1rem; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; background: var(--slate); }
.gallery-wide { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1rem 1rem; background: linear-gradient(transparent, rgba(0,0,0,.78)); color: white; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.gallery-grid-added { margin-top: 1rem; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 390px); }
.gallery-grid-added img { object-position: center 42%; }
.gallery-grid-added figure:nth-child(2) img { object-position: center 30%; }
.gallery-grid-added figure:nth-child(5) img { object-position: center 55%; }

.recognition { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: center; background: var(--rust); color: white; padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 8vw, 8rem); }
.recognition h2 { margin: 0; font-size: clamp(2rem, 3vw, 3.3rem); }
.recognition p { margin: 0; color: rgba(255,255,255,.85); }

.areas-section { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; background: var(--ink); color: white; }
.areas-photo { background: url('assets/hero.jpg') center/cover no-repeat; min-height: 520px; }
.areas-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.areas-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.area-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.area-list span { padding: .9rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.small-note { font-size: .9rem; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); background: var(--cream); }
.faq-list { border-top: 1px solid #bdb5a8; }
details { border-bottom: 1px solid #bdb5a8; }
summary { cursor: pointer; list-style: none; padding: 1.4rem 2.2rem 1.4rem 0; font-family: Georgia, 'Times New Roman', serif; font-size: 1.2rem; font-weight: 700; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: .2rem; color: var(--rust); font-family: Arial, sans-serif; }
details[open] summary::after { content: '–'; }
details p { margin: -.4rem 0 1.5rem; color: #59646a; }

.estimate-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); background: var(--slate); color: white; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.estimate-intro > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.direct-contact { margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.2); }
.direct-contact a { display: block; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.direct-contact span { display: inline-block; width: 95px; color: var(--sand); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; }
.estimate-form { background: white; color: var(--ink); padding: clamp(1.5rem, 4vw, 3rem); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: 1rem; font-size: .82rem; font-weight: 800; letter-spacing: .03em; }
input, select, textarea { width: 100%; margin-top: .35rem; border: 1px solid #c7c2b8; border-radius: 0; background: #fff; padding: .78rem; color: var(--ink); font-size: 1rem; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--rust); outline-offset: 1px; }
.form-note { margin-bottom: 0; color: #657076; font-size: .78rem; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem 4rem; padding: 3rem clamp(1.25rem, 8vw, 8rem); background: #0f181d; color: white; }
.footer-brand { grid-row: span 2; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer-links a { text-decoration: none; }
footer > p, footer > small { margin: 0; color: rgba(255,255,255,.65); }
.mobile-call { display: none; }

@media (max-width: 1000px) {
  .menu-button { display: block; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.2rem; background: var(--ink); flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  .hero { min-height: 700px; }
  .hero-content { margin-left: 6vw; }
  .hero-proof { width: 94%; }
  .about-section, .areas-section { grid-template-columns: 1fr; }
  .about-images { min-height: 580px; }
  .about-small { right: 2rem; }
  .recognition { grid-template-columns: 1fr 1fr; }
  .recognition .button { justify-self: start; }
  .faq-section, .estimate-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 58px; }
  .site-header { padding: .8rem 1rem; }
  .brand strong { font-size: .85rem; }
  .brand img { width: 48px; height: 48px; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-content { width: auto; margin: 0; padding: 9rem 1.2rem 13rem; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .hero-proof { grid-template-columns: 1fr; width: calc(100% - 1.5rem); }
  .hero-proof span { padding: .72rem 1rem; border-bottom: 1px solid var(--line); }
  .hero-proof strong { display: inline-block; min-width: 115px; margin-right: .4rem; font-size: .95rem; }
  .section { padding: 4.5rem 1.2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-feature { padding: 2rem 1.3rem; }
  .about-images { min-height: 430px; }
  .about-small { width: 42%; right: 1rem; bottom: -2rem; border-width: 6px; }
  .about-copy { padding: 5rem 1.2rem 4rem; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 210px 210px; }
  .gallery-wide { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid-added { grid-template-rows: none; grid-auto-rows: 280px; }
  .gallery-grid-added figure:last-child { grid-column: 1 / 3; }
  .recognition { grid-template-columns: 1fr; gap: 1.3rem; padding: 4rem 1.2rem; }
  .areas-copy { padding: 4rem 1.2rem; }
  .faq-section, .estimate-section { padding: 4rem 1.2rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  .footer-brand { grid-row: auto; }
  .footer-links { flex-direction: column; gap: .5rem; }
  .mobile-call { display: flex; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 58px; align-items: center; justify-content: center; background: var(--rust); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-grid img { transition: none; }
}
