:root {
  --ink: #171a1d;
  --ink-soft: #252a2f;
  --paper: #f3f0e8;
  --paper-deep: #e7e1d5;
  --surface: #ffffff;
  --accent: #f3b51b;
  --accent-dark: #b87d00;
  --muted: #686d6b;
  --line: rgba(23, 26, 29, 0.15);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.skip-link { background: var(--accent); left: 10px; padding: 10px 16px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 10px; }

.site-header {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  min-height: 112px;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 78px);
  position: relative;
  z-index: 10;
}
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 13px; }
.brand-logo { background: #fff; border: 2px solid var(--accent); border-radius: 12px; height: 94px; object-fit: contain; padding: 2px; width: 94px; }
.brand-mark {
  align-items: center;
  background: var(--accent);
  color: var(--ink);
  display: inline-flex;
  font-size: 25px;
  font-weight: 900;
  height: 50px;
  justify-content: center;
  letter-spacing: -2px;
  position: relative;
  width: 54px;
}
.brand-mark::after { border-bottom: 8px solid var(--ink); border-left: 8px solid transparent; bottom: 0; content: ''; position: absolute; right: 0; }
.brand-copy { display: grid; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.brand-copy strong { font-size: 15px; }
.site-header nav { align-items: center; display: flex; gap: clamp(16px, 2.2vw, 34px); font-size: 13px; font-weight: 700; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--accent); }
.header-actions { align-items: center; display: flex; gap: 20px; }
.phone-placeholder { color: #b7bbbd; font-size: 12px; }
.nav-cta { border: 1px solid var(--accent); color: var(--accent); font-size: 13px; font-weight: 800; padding: 13px 18px; }
.nav-cta:hover { background: var(--accent); color: var(--ink); }

.hero {
  background: linear-gradient(115deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 34px 34px, var(--ink);
  color: white;
  min-height: 680px;
  padding: 0 clamp(24px, 5vw, 78px) 68px;
}
.hero-grid { display: grid; gap: clamp(32px, 6vw, 90px); grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); margin: 0 auto; max-width: var(--max); padding-top: 72px; }
.hero-copy { align-self: center; max-width: 700px; }
.eyebrow { align-items: center; color: #d5d7d8; display: flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: 1.5px; line-height: 1.4; text-transform: uppercase; }
.eyebrow span { background: var(--accent); display: inline-block; flex: 0 0 auto; height: 3px; width: 28px; }
.eyebrow.dark { color: var(--muted); }
.eyebrow.light { color: #cfd2d3; }
.hero h1 { font-size: clamp(46px, 5vw, 82px); letter-spacing: -3.7px; line-height: .96; margin: 24px 0; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { color: #c9cdcf; font-size: 17px; line-height: 1.7; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 800; justify-content: center; min-height: 50px; padding: 0 22px; }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #ffca3a; }
.button-ghost { border: 1px solid #555c61; color: white; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--accent); color: var(--accent); }
.button-full { width: 100%; }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px 28px; list-style: none; margin: 32px 0 0; padding: 0; }
.hero-points li { color: #e6e7e8; font-size: 12px; font-weight: 700; }
.hero-points li::before { color: var(--accent); content: '■'; font-size: 8px; margin-right: 9px; vertical-align: 2px; }

.hero-visual { min-height: 490px; position: relative; }
.photo-placeholder { align-items: flex-end; background: linear-gradient(145deg, transparent 58%, rgba(243,181,27,.28) 58.2%, rgba(243,181,27,.28) 59%, transparent 59.2%), linear-gradient(25deg, #4a5054, #24292d 58%); border: 1px solid #50575c; display: flex; justify-content: space-between; overflow: hidden; padding: 28px; position: relative; }
.photo-placeholder::before { border: 20px solid rgba(255,255,255,.045); border-radius: 50%; content: ''; height: 170px; left: 50%; position: absolute; top: 45%; transform: translate(-50%, -50%); width: 170px; }
.hero-photo { inset: 0 18px 34px 0; position: absolute; }
.photo-placeholder > div { display: grid; gap: 5px; position: relative; }
.photo-placeholder strong { color: var(--accent); font-size: 12px; letter-spacing: 1.4px; }
.photo-placeholder span { color: #c8cbcd; font-size: 11px; position: relative; }
.photo-number { font-size: 34px !important; font-weight: 900; opacity: .42; }
.service-area-card { background: var(--accent); bottom: 0; color: var(--ink); display: grid; padding: 17px 21px; position: absolute; right: 0; width: 178px; }
.service-area-card span { font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.service-area-card strong { font-size: 22px; }

.lead-card { align-self: center; background: var(--surface); color: var(--ink); padding: 28px; }
.card-kicker { color: var(--accent-dark); font-size: 10px !important; font-weight: 900; letter-spacing: 1.4px; margin: 0 0 8px !important; text-transform: uppercase; }
.lead-card h2 { font-size: 27px; letter-spacing: -1px; margin: 0; }
.lead-card > p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.lead-card form { display: grid; gap: 12px; margin-top: 19px; }
.lead-card label { color: #4e5355; display: grid; font-size: 10px; font-weight: 800; gap: 5px; text-transform: uppercase; }
.lead-card input, .lead-card select { background: #f7f6f2; border: 1px solid #dfded8; border-radius: 0; min-height: 43px; outline: 0; padding: 0 12px; text-transform: none; width: 100%; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--accent-dark); }
.lead-card small { color: #888c8b; display: block; font-size: 9px; margin-top: 10px; text-align: center; }
.form-status { color: #347048; font-size: 11px; line-height: 1.5; margin: 0; min-height: 0; }
.form-status:not(:empty) { background: #edf7ef; border-left: 3px solid #4d9160; padding: 9px 11px; }
.form-honey { display: none !important; }
.order-summary { background: #f5f2e9; border-left: 4px solid var(--accent); display: grid; gap: 5px; padding: 14px; }
.order-summary span { color: var(--accent-dark); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.order-summary strong { font-size: 16px; }
.order-summary b { color: var(--ink); font-size: 12px; }
.order-summary small { color: var(--muted); font-size: 10px; }
.consent-check { align-items: flex-start !important; display: flex !important; font-size: 10px !important; gap: 9px; line-height: 1.45; text-transform: none !important; }
.consent-check input { accent-color: var(--accent-dark); flex: 0 0 auto; height: 16px !important; margin-top: 1px; width: 16px !important; }
.submission-confirmation { background: #f8fff8; border: 1px solid #b9ddc1; display: grid; gap: 14px; padding: 26px; text-align: center; }
.submission-confirmation[hidden] { display: none; }
.submission-confirmation > span { align-items: center; background: #2f7a43; border-radius: 50%; color: #fff; display: inline-flex; font-size: 28px; font-weight: 900; height: 56px; justify-content: center; justify-self: center; width: 56px; }
.submission-confirmation strong { color: #245f35; font-size: 22px; line-height: 1.15; }
.submission-confirmation p { color: #4b5e50; font-size: 13px !important; line-height: 1.65 !important; margin: 0 !important; }

.service-strip { background: var(--accent); display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 5vw, 78px); }
.service-strip a { display: grid; min-height: 134px; padding: 27px 32px; transition: background .2s; }
.service-strip a + a { border-left: 1px solid rgba(23,26,29,.22); }
.service-strip a:hover { background: rgba(255,255,255,.2); }
.service-strip span { font-size: 10px; font-weight: 900; opacity: .5; }
.service-strip strong { font-size: 21px; }
.service-strip small { font-size: 11px; }

.section { margin: 0 auto; max-width: var(--max); padding: 120px clamp(24px, 5vw, 78px); }
.section-heading h2, .diagnostic h2, .projects h2, .proof-intro h2, .faq h2 { font-size: clamp(42px, 5vw, 70px); letter-spacing: -3px; line-height: 1; margin: 20px 0; }
.split-heading, .estimator-heading, .projects-heading { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; margin-bottom: 58px; }
.split-heading > p, .estimator-heading > p, .projects-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 20px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { background: #fff; border: 1px solid var(--line); min-height: 510px; padding: 36px; position: relative; }
.service-card + .service-card { border-left: 0; }
.service-card.featured { background: var(--ink); color: white; transform: translateY(-16px); }
.service-index { font-size: 11px; font-weight: 900; opacity: .5; position: absolute; right: 28px; top: 28px; }
.service-symbol { align-items: center; background: var(--accent); color: var(--ink); display: flex; font-size: 30px; font-weight: 900; height: 70px; justify-content: center; margin-bottom: 48px; width: 70px; }
.service-card h3 { font-size: 31px; letter-spacing: -1.3px; margin: 0 0 18px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card.featured p { color: #c8ccce; }
.service-card ul { list-style: none; margin: 26px 0 42px; padding: 0; }
.service-card li { border-top: 1px solid var(--line); font-size: 12px; padding: 12px 0; }
.service-card.featured li { border-color: rgba(255,255,255,.13); }
.service-card li::before { color: var(--accent-dark); content: '■'; font-size: 7px; margin-right: 9px; vertical-align: 2px; }
.text-link { background: transparent; border: 0; bottom: 34px; cursor: pointer; font-size: 12px; font-weight: 900; left: 36px; padding: 0; position: absolute; text-transform: uppercase; }
.text-link span { color: var(--accent-dark); font-size: 18px; margin-left: 7px; }
.service-card.featured .text-link span { color: var(--accent); }

.diagnostic { background: var(--ink-soft); color: white; max-width: none; padding-left: max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); padding-right: max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); }
.diagnostic-grid { display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; margin: 0 auto; max-width: calc(var(--max) - 156px); }
.diagnostic-copy > p:not(.eyebrow) { color: #c4c8ca; font-size: 16px; line-height: 1.75; margin: 0 0 32px; }
.factor-list { border-top: 1px solid #4d5357; }
.factor-list > div { border-bottom: 1px solid #4d5357; display: grid; gap: 20px; grid-template-columns: 38px .8fr 1.2fr; padding: 25px 0; }
.factor-list span { color: var(--accent); font-size: 10px; font-weight: 900; }
.factor-list strong { font-size: 18px; }
.factor-list p { color: #aeb3b5; font-size: 12px; line-height: 1.6; margin: 0; }

.estimator-section { padding-bottom: 140px; }
.calculator-first {
  background: linear-gradient(135deg, #fff8df 0%, #ffffff 58%);
  border-top: 8px solid var(--accent);
  padding-top: clamp(48px, 7vw, 92px);
}
.calculator-first .estimator-heading h2 { max-width: 760px; }
.calculator-first .estimator-shell {
  box-shadow: 0 24px 70px rgba(16, 18, 20, .16);
  outline: 1px solid rgba(255, 190, 0, .22);
}
.price-calculator { background: #fff; border: 1px solid rgba(23,26,29,.1); border-radius: 28px; box-shadow: 0 28px 80px rgba(16,18,20,.18); display: flex; flex-direction: column; overflow: hidden; }
.price-controls { background: #fff; display: grid; gap: 0 48px; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); padding: clamp(34px, 5vw, 64px); }
.price-controls > .calculator-step:first-child, .price-controls > .length-heading, .price-controls > .price-range, .price-controls > .range-labels { grid-column: 1; }
.calculator-step { color: var(--accent-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; margin: 0 0 18px; text-transform: uppercase; }
.length-heading { align-items: center; display: flex; justify-content: space-between; }
.length-heading label, .foundation-choice legend, .price-selects label { font-size: 15px; font-weight: 900; }
.length-heading strong { background: var(--ink); border-radius: 999px; color: var(--accent); font-size: 18px; padding: 10px 16px; }
.price-range { --range-progress: 24.4%; appearance: none; background: linear-gradient(90deg, var(--accent) 0 var(--range-progress), #d8d5ce var(--range-progress) 100%); border-radius: 999px; height: 12px; margin: 34px 0 14px; outline: 0; width: 100%; }
.price-range::-webkit-slider-thumb { appearance: none; background: var(--accent); border: 6px solid var(--ink); border-radius: 50%; box-shadow: 0 4px 14px rgba(23,26,29,.28); cursor: grab; height: 30px; width: 30px; }
.price-range::-moz-range-thumb { background: var(--accent); border: 6px solid var(--ink); border-radius: 50%; box-shadow: 0 4px 14px rgba(23,26,29,.28); cursor: grab; height: 18px; width: 18px; }
.price-range:focus-visible { box-shadow: 0 0 0 4px rgba(243,181,27,.28); }
.price-range:active::-webkit-slider-thumb { cursor: grabbing; transform: scale(1.08); }
.range-labels { color: var(--muted); display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; }
.foundation-choice { border: 0; display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin: 30px 0; padding: 0; }
.foundation-choice legend { margin-bottom: 14px; }
.foundation-choice input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.foundation-choice span { border: 2px solid #dedede; border-radius: 12px; cursor: pointer; display: block; padding: 16px; text-align: center; }
.foundation-choice input:checked + span { background: #fff8dc; border-color: var(--accent); }
.price-selects { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.price-selects select { background: #fafafa; border: 1px solid #d7d7d7; border-radius: 9px; display: block; margin-top: 8px; padding: 13px; width: 100%; }
.simple-options { align-self: stretch; background: #f5f2e9; border: 0; border-left: 6px solid var(--accent); border-radius: 0 16px 16px 0; display: flex; flex-direction: column; grid-column: 2; grid-row: 1 / 5; justify-content: center; margin: 0; padding: 28px; }
.simple-options > label:first-child { font-size: 15px; font-weight: 900; }
.simple-options select { background: #fff; border: 1px solid #d7d7d7; border-radius: 9px; display: block; margin-top: 9px; padding: 14px; width: 100%; }
.simple-options .pump-option { background: #fff; margin-top: 0; }
.pump-option { align-items: center; background: #f7f7f7; border: 1px solid #ddd; border-radius: 10px; display: flex; gap: 14px; margin-top: 28px; padding: 18px; }
.pump-option input { accent-color: var(--accent-dark); height: 20px; width: 20px; }
.pump-option span { display: grid; gap: 5px; }
.pump-option small { color: var(--muted); }
.price-result { align-items: center; background: linear-gradient(110deg, #121416 0%, #24282c 100%); border-radius: 0; color: #fff; display: grid; gap: 8px 32px; grid-template-columns: minmax(260px, .85fr) minmax(220px, .55fr) minmax(260px, .8fr); min-height: 0; order: -1; padding: clamp(30px, 4vw, 52px); text-align: left; }
.price-result > p { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: 1.6px; margin: 0; text-transform: uppercase; }
.price-total { color: var(--accent); font-size: clamp(48px, 6vw, 76px); grid-column: 1; letter-spacing: -2px; line-height: 1; margin: 8px 0; }
.price-result > span { color: #9ea2a4; font-size: 10px; grid-column: 1; text-transform: uppercase; }
.price-per-foot { border-bottom: 1px solid #45494c; border-top: 1px solid #45494c; display: flex; flex-direction: column; gap: 8px; grid-column: 2; grid-row: 1 / 4; margin: 0; padding: 22px 0; text-align: center; }
.price-per-foot strong { color: var(--accent); font-size: 30px; }
.price-result details { grid-column: 3; margin: 0; text-align: left; }
.price-result summary { cursor: pointer; font-size: 13px; font-weight: 800; padding: 12px 0; }
.price-result details p { color: #b8bbbd; font-size: 12px; line-height: 1.6; }
.price-result > .button { grid-column: 3; }
.price-result > small { color: #858b8e; font-size: 9px; grid-column: 3; line-height: 1.55; margin-top: 4px; }
.estimator-shell { background: var(--surface); border: 1px solid var(--line); display: grid; grid-template-columns: 1.25fr .75fr; }
.estimator-form { display: grid; gap: 23px; grid-template-columns: repeat(2, 1fr); padding: clamp(30px, 5vw, 66px); }
.field-group { display: grid; gap: 9px; }
.field-group.full, .check-group.full { grid-column: 1 / -1; }
.field-group label, .check-group legend { font-size: 11px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.field-group input, .field-group select { background: #f6f4ee; border: 1px solid #d9d5cc; min-height: 52px; outline: 0; padding: 0 14px; width: 100%; }
.field-group input:focus, .field-group select:focus { border-color: var(--accent-dark); }
.input-suffix { position: relative; }
.input-suffix span { color: var(--muted); font-size: 11px; position: absolute; right: 13px; top: 19px; }
.check-group { border: 0; border-top: 1px solid var(--line); display: grid; gap: 13px; margin: 10px 0 0; padding: 25px 0 0; }
.check-group legend { margin-bottom: 16px; padding: 0; }
.check-group label { align-items: center; color: #4f5452; display: flex; font-size: 12px; gap: 10px; line-height: 1.4; }
.check-group input { accent-color: var(--accent-dark); height: 17px; width: 17px; }
.estimator-result { background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 4vw, 58px); }
.result-label { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; margin: 0 0 12px; text-transform: uppercase; }
.result-meter { background: #3b4044; height: 5px; margin-bottom: 28px; overflow: hidden; }
.result-meter span { background: var(--accent); display: block; height: 100%; transition: width .25s; width: 55%; }
.estimator-result h3 { font-size: 34px; letter-spacing: -1.4px; margin: 0 0 15px; }
.estimator-result > p:not(.result-label) { color: #c2c6c8; font-size: 13px; line-height: 1.7; }
.result-factors { border-bottom: 1px solid #444a4e; border-top: 1px solid #444a4e; margin: 22px 0; padding: 21px 0; }
.result-factors strong { font-size: 11px; letter-spacing: .7px; text-transform: uppercase; }
.result-factors ul { color: #c4c8ca; font-size: 12px; line-height: 1.7; margin: 12px 0 0; padding-left: 18px; }
.result-next { display: grid; margin-bottom: 24px; }
.result-next span { color: #999fa2; font-size: 10px; text-transform: uppercase; }
.result-next strong { font-size: 16px; margin-top: 6px; }
.estimator-result small { color: #858b8e; display: block; font-size: 9px; line-height: 1.5; margin-top: 12px; text-align: center; }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 0; padding: 0; }
.steps li { border-left: 1px solid var(--line); min-height: 280px; padding: 30px; }
.steps li:last-child { border-right: 1px solid var(--line); }
.steps span { color: var(--accent-dark); font-size: 11px; font-weight: 900; }
.steps h3 { font-size: 22px; margin: 80px 0 15px; }
.steps p { color: var(--muted); font-size: 12px; line-height: 1.7; }

.projects { background: var(--ink); color: white; max-width: none; padding-left: max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); padding-right: max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); }
.projects-heading { margin-left: auto; margin-right: auto; max-width: calc(var(--max) - 156px); }
.projects-heading > p { color: #b5babc; }
.project-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); margin: 0 auto; max-width: calc(var(--max) - 156px); }
.project-card { margin: 0; }
.project-photo { aspect-ratio: 16 / 10; background: #272b2e; overflow: hidden; position: relative; }
.project-photo::after { border: 1px solid rgba(243,181,27,.45); content: ''; inset: 10px; pointer-events: none; position: absolute; }
.project-photo img { display: block; height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.project-card:hover .project-photo img { transform: scale(1.025); }
.project-card:first-child .project-photo img { object-position: center 58%; }
.project-wide { grid-column: span 2; }
.project-card .photo-placeholder { aspect-ratio: 1.22 / 1; border-color: #444b4f; }
.project-wide .photo-placeholder { aspect-ratio: 2.5 / 1; }
.project-card .photo-placeholder > span { color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: 1.5px; }
.project-card p { display: grid; gap: 5px; margin: 14px 0 25px; }
.project-card p strong { font-size: 14px; }
.project-card p span { color: #8e9598; font-size: 11px; }

.proof-section { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.proof-intro > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.proof-grid { border-top: 1px solid var(--line); }
.proof-grid div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 40px 1fr 1fr; min-height: 92px; }
.proof-grid span { color: var(--accent-dark); font-size: 10px; font-weight: 900; }
.proof-grid strong { font-size: 19px; }
.proof-grid small { color: var(--muted); font-size: 11px; }

.faq { display: grid; gap: 90px; grid-template-columns: .75fr 1.25fr; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 800; justify-content: space-between; list-style: none; padding: 25px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent-dark); font-size: 23px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: -5px 45px 25px 0; }

.final-cta { align-items: center; background: var(--accent); display: flex; justify-content: space-between; padding: 80px max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); }
.final-cta .eyebrow { color: #5d4300; }
.final-cta .eyebrow span { background: var(--ink); }
.final-cta h2 { font-size: clamp(46px, 6vw, 82px); letter-spacing: -3.5px; margin: 18px 0; }
.final-cta p:not(.eyebrow) { font-size: 14px; max-width: 650px; }
.final-cta .button { background: var(--ink); color: white; flex: 0 0 auto; margin-left: 40px; }

footer { background: #101214; color: white; display: grid; gap: 50px; grid-template-columns: 1.4fr repeat(3, 1fr); padding: 70px max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)) 100px; position: relative; }
.footer-brand { align-items: center; display: flex; gap: 16px; }
.footer-brand > div { display: grid; gap: 6px; }
.footer-brand strong { font-size: 14px; }
.footer-brand span:not(.brand-mark) { color: #83898c; font-size: 10px; }
footer > div:not(.footer-brand) { align-content: start; display: grid; gap: 9px; }
footer > div > strong { color: var(--accent); font-size: 10px; letter-spacing: 1px; margin-bottom: 6px; text-transform: uppercase; }
footer > div > span, footer > div > a { color: #a4a9ab; font-size: 11px; }
.footer-phone { color: white; font-size: 18px; font-weight: 900; letter-spacing: .4px; }
.footer-phone:hover, .footer-phone:focus-visible { color: var(--accent); }
.copyright { bottom: 34px; color: #63696c; font-size: 9px; left: max(clamp(24px,5vw,78px), calc((100vw - var(--max))/2 + 78px)); margin: 0; position: absolute; }
.mobile-actions { display: none; }

@media (max-width: 1180px) {
  .site-header nav { display: none; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; }
  .lead-card { grid-column: 1 / -1; max-width: 680px; width: 100%; }
  .diagnostic-grid, .proof-section, .faq { gap: 55px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .site-header { min-height: 88px; }
  .brand-logo { height: 74px; width: 74px; }
  .brand-copy { display: none; }
  .phone-placeholder { display: none; }
  .header-actions .nav-cta { padding: 11px 13px; }
  .hero { padding-bottom: 42px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 50px; }
  .hero h1 { letter-spacing: -2.6px; }
  .hero-visual { min-height: 370px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip a + a { border-left: 0; border-top: 1px solid rgba(23,26,29,.22); }
  .section { padding-bottom: 85px; padding-top: 85px; }
  .split-heading, .estimator-heading, .projects-heading, .diagnostic-grid, .proof-section, .faq { grid-template-columns: 1fr; }
  .split-heading, .estimator-heading, .projects-heading { gap: 15px; }
  .service-grid { gap: 14px; grid-template-columns: 1fr; }
  .service-card + .service-card { border-left: 1px solid var(--line); }
  .service-card.featured { transform: none; }
  .diagnostic-grid { gap: 50px; }
  .factor-list > div { grid-template-columns: 32px 1fr; }
  .factor-list p { grid-column: 2; }
  .estimator-shell { grid-template-columns: 1fr; }
  .price-controls { grid-template-columns: 1fr; }
  .simple-options { border-left: 0; border-top: 6px solid var(--accent); border-radius: 0 0 16px 16px; grid-column: 1; grid-row: auto; margin-top: 28px; }
  .price-result { grid-template-columns: 1fr; text-align: center; }
  .price-total, .price-result > span, .price-per-foot, .price-result details, .price-result > .button, .price-result > small { grid-column: 1; grid-row: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(3) { border-top: 1px solid var(--line); }
  .steps li:nth-child(4) { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-wide { grid-column: span 2; }
  .proof-grid div { grid-template-columns: 35px 1fr; padding: 16px 0; }
  .proof-grid small { grid-column: 2; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .final-cta .button { margin: 25px 0 0; }
  footer { grid-template-columns: repeat(2, 1fr); }
  .mobile-actions { background: var(--ink); bottom: 0; display: grid; grid-template-columns: 1fr 1fr; left: 0; position: fixed; right: 0; z-index: 50; }
  .mobile-actions a { color: white; font-size: 12px; font-weight: 900; padding: 18px; text-align: center; }
  .mobile-actions a:first-child { background: var(--accent); color: var(--ink); }
}

@media (max-width: 560px) {
  .hero h1, .section-heading h2, .diagnostic h2, .projects h2, .proof-intro h2, .faq h2, .final-cta h2 { letter-spacing: -2px; }
  .hero-points { display: grid; }
  .hero-visual { min-height: 315px; }
  .hero-photo { inset: 0 10px 28px 0; }
  .lead-card { padding: 23px; }
  .estimator-form { grid-template-columns: 1fr; }
  .foundation-choice, .price-selects { grid-template-columns: 1fr; }
  .field-group.full, .check-group.full { grid-column: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps li { border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .steps li:first-child { border-top: 0; }
  .steps h3 { margin-top: 42px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .photo-placeholder, .project-card .photo-placeholder { aspect-ratio: 1.25 / 1; }
  footer { grid-template-columns: 1fr; }
  .copyright { right: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
