:root {
  --forest: #123d2d;
  --deep: #08261c;
  --moss: #618042;
  --sky: #7fb8d7;
  --orange: #d56b2b;
  --cream: #f4f0e6;
  --paper: #fffdf7;
  --ink: #172019;
  --line: rgba(23,32,25,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, sans-serif; }
a { color: inherit; }
.concept-bar { background: var(--sky); color: var(--deep); padding: 8px 20px; text-align: center; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.concept-bar a { text-underline-offset: 3px; }
.site-header { min-height: 96px; padding: 12px 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-logo { width: 72px; height: 72px; object-fit: cover; border-radius: 50%; border: 3px solid var(--sky); background: var(--sky); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Archivo Black", sans-serif; font-size: 1.05rem; text-transform: uppercase; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #5d6a61; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav-cta { padding: 14px 18px; background: var(--orange); color: #fff; }
.menu-toggle { display: none; }

.hero { min-height: 730px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("https://wgxa.tv/resources/media2/16x9/565/800/3x0/80/8cb0412c-f7b6-4a42-b741-3ccc548cddc1-Screenshot20260501001343.png") center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,38,28,.97) 0%, rgba(8,38,28,.84) 44%, rgba(8,38,28,.1) 78%), linear-gradient(0deg, rgba(8,38,28,.45), transparent); }
.hero-copy { position: relative; z-index: 2; width: min(830px, 80%); padding: 9vw 6vw; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Archivo Black", sans-serif; line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
h1 { font-size: clamp(3.7rem, 7.5vw, 7.5rem); }
h1 span { color: var(--sky); }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin: 25px 0 32px; font-size: 1.08rem; line-height: 1.7; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; width: fit-content; padding: 17px 22px; text-decoration: none; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.button-orange { background: var(--orange); color: #fff; }
.button-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.trust-card { position: absolute; z-index: 3; right: 5vw; bottom: 0; width: 250px; padding: 30px; background: var(--sky); color: var(--deep); }
.trust-card strong, .trust-card span, .trust-card small { display: block; }
.trust-card strong { font-family: "Archivo Black", sans-serif; font-size: 3.3rem; }
.trust-card span { font-weight: 800; text-transform: uppercase; }
.trust-card small { margin-top: 7px; font-size: .72rem; }

.quick-needs { padding: 25px 5vw; display: flex; align-items: center; gap: 28px; overflow-x: auto; background: var(--orange); color: #fff; white-space: nowrap; }
.quick-needs p { margin: 0 auto 0 0; font-weight: 800; text-transform: uppercase; }
.quick-needs a { font-size: .82rem; font-weight: 700; text-underline-offset: 5px; }
.services { padding: 120px 6vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.section-intro { position: sticky; top: 30px; align-self: start; }
h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.section-intro > p:last-child { max-width: 520px; margin-top: 28px; font-size: 1rem; line-height: 1.75; color: #526057; }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 58px .65fr 1fr; gap: 22px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--sky); color: var(--deep); font-weight: 900; }
.service-list h3 { margin: 7px 0 0; font-family: "Archivo Black", sans-serif; font-size: 1.1rem; text-transform: uppercase; }
.service-list p { margin: 5px 0 0; line-height: 1.65; color: #566259; font-size: .92rem; }

.owner-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 730px; background: var(--deep); color: #fff; }
.story-photo { position: relative; min-height: 560px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo span { position: absolute; bottom: 20px; left: 20px; padding: 9px 12px; background: rgba(8,38,28,.85); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.story-copy { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.story-copy > p:not(.eyebrow) { font-size: 1rem; line-height: 1.75; color: rgba(255,255,255,.72); }
blockquote { margin: 28px 0; padding: 0 0 0 24px; border-left: 4px solid var(--orange); font-size: 1.08rem; font-weight: 600; line-height: 1.6; }
.text-link { color: var(--sky); font-size: .8rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }

.why { padding: 115px 6vw; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--sky); }
.why .eyebrow { color: var(--deep); opacity: .7; }
.why h2 { color: var(--deep); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(8,38,28,.25); }
.why-grid article { padding: 34px; background: rgba(255,255,255,.62); }
.why-grid strong { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.why-grid p { margin-bottom: 0; line-height: 1.6; font-size: .9rem; }
.estimate { padding: 115px 6vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--forest); color: #fff; }
.estimate h2 { font-size: clamp(3rem, 5.8vw, 6rem); }
.estimate-actions { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.big-contact { width: 100%; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); text-decoration: none; }
.big-contact span, .big-contact strong { display: block; }
.big-contact span { margin-bottom: 7px; color: var(--sky); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.big-contact strong { overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.45rem); }
.estimate-actions .button { margin-top: 28px; }
footer { padding: 50px 5vw; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; background: #061b14; color: #fff; }
.footer-brand { grid-row: span 2; }
.footer-brand .brand-logo { width: 58px; height: 58px; }
footer p { margin: 0; color: rgba(255,255,255,.62); font-size: .76rem; text-align: right; }
.concept-note a { color: var(--sky); }

@media (max-width: 850px) {
  .site-header { min-height: 78px; padding: 8px 18px; }
  .brand-logo { width: 58px; height: 58px; }
  .brand strong { font-size: .82rem; }
  .brand small { font-size: .6rem; }
  .menu-toggle { display: block; padding: 11px 13px; background: transparent; border: 1px solid var(--forest); color: var(--forest); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 24px; background: var(--paper); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .hero { min-height: 720px; align-items: flex-end; }
  .hero-image { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(8,38,28,.98) 0%, rgba(8,38,28,.82) 60%, rgba(8,38,28,.15) 100%); }
  .hero-copy { width: 100%; padding: 70px 22px 160px; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .trust-card { width: auto; left: 22px; right: 22px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: baseline; }
  .trust-card strong { font-size: 2rem; }
  .trust-card small { grid-column: 1 / -1; }
  .quick-needs { padding: 22px; }
  .services, .why, .estimate { padding: 78px 22px; grid-template-columns: 1fr; }
  .section-intro { position: static; }
  .service-list article { grid-template-columns: 50px 1fr; }
  .service-list p { grid-column: 2; }
  .owner-story { grid-template-columns: 1fr; }
  .story-photo { min-height: 420px; }
  .story-copy { padding: 78px 22px; }
  .why-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
