:root {
  --navy: #173f67;
  --navy-dark: #0d2e4c;
  --sky: #d8f0f5;
  --cream: #f3f1e9;
  --ink: #112333;
  --orange: #ff6b35;
  --line: rgba(17, 35, 51, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); background: var(--cream); position: relative; z-index: 5; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.brand-spark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--orange); color: white; font-size: 20px; transform: rotate(-4deg); clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0 50%, 39% 35%); }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-wordmark strong { font-size: 18px; letter-spacing: -.055em; }
.brand-wordmark small { margin-top: 5px; font-size: 7px; letter-spacing: .2em; color: #596772; }
.nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 600; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { padding: 13px 18px; background: var(--navy); color: white; font-size: 14px; font-weight: 800; border-radius: 2px; }
.nav-cta span { margin-left: 12px; color: var(--sky); }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 96px 4vw 65px 7vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-size: 12px; letter-spacing: .18em; font-weight: 900; text-transform: uppercase; display: flex; align-items: center; gap: 12px; margin: 0 0 27px; }
.eyebrow > span { width: 32px; height: 3px; background: var(--orange); }
h1 { margin: 0; color: var(--navy-dark); font-size: clamp(58px, 6.3vw, 104px); line-height: .88; letter-spacing: -.075em; font-weight: 900; max-width: 900px; }
h1 em { color: var(--navy); font-style: italic; font-weight: 500; }
.hero-intro { max-width: 590px; margin: 36px 0 0; font-size: 19px; line-height: 1.6; color: #455563; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { padding: 18px 22px; font-weight: 850; font-size: 15px; display: inline-flex; gap: 30px; align-items: center; }
.button-primary { color: white; background: var(--orange); }
.button-primary:hover { background: #e95825; }
.text-link { border-bottom: 1px solid var(--ink); padding: 5px 0; font-weight: 750; }
.trust-row { display: flex; gap: 25px; margin-top: 45px; font-size: 13px; font-weight: 700; }
.trust-row span::first-letter { color: var(--orange); }
.hero-visual { background: #02264a; position: relative; overflow: hidden; min-height: 610px; display: grid; place-items: center; }
.hero-poster { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

.ticker { height: 60px; background: var(--orange); color: white; display: flex; align-items: center; justify-content: space-around; overflow: hidden; gap: 28px; font-size: 13px; letter-spacing: .16em; font-weight: 900; white-space: nowrap; }
.ticker b { color: var(--navy-dark); font-size: 18px; }
.section { padding: 110px 7vw; }
.section-heading { display: grid; grid-template-columns: 1fr 380px; gap: 50px; align-items: end; margin-bottom: 55px; }
.section-heading h2, .estimate-copy h2 { margin: 0; font-size: clamp(45px, 5vw, 76px); line-height: .95; letter-spacing: -.065em; color: var(--navy-dark); }
.section-heading > p { margin: 0; color: #5a6770; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.service-card { border: 1px solid var(--line); background: #faf9f4; padding: 28px; position: relative; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(17,35,51,.08); }
.service-top { display: flex; justify-content: space-between; }
.service-number { font-weight: 900; color: var(--orange); }
.service-arrow { width: 37px; height: 37px; border: 1px solid var(--line); display: grid; place-items: center; }
.service-art { margin: 45px 0 38px; height: 150px; background: var(--sky); display: grid; place-items: center; overflow: hidden; position: relative; }
.service-art::before, .service-art::after { content: ""; position: absolute; border: 8px solid white; width: 33%; height: 90%; }
.service-art::before { left: 14%; }
.service-art::after { right: 14%; }
.service-art span { z-index: 2; color: var(--orange); font-size: 52px; }
.wash-art { background: var(--navy); }
.wash-art::before, .wash-art::after { width: 160%; height: 60px; border: 4px solid var(--sky); border-radius: 50%; transform: rotate(-8deg); }
.service-card h3 { margin: 0 0 12px; font-size: 31px; letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { color: #5a6770; line-height: 1.6; max-width: 560px; margin-bottom: 28px; }
.service-card small { border-top: 1px solid var(--line); display: block; padding-top: 17px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--navy); }

.story { display: grid; grid-template-columns: 1.45fr .55fr; padding-top: 0; padding-bottom: 0; }
.story-card { background: var(--navy-dark); color: white; padding: 85px 8vw 80px 6vw; }
.eyebrow.light { color: var(--sky); }
.story-card blockquote { font-size: clamp(34px, 4vw, 62px); line-height: 1.05; letter-spacing: -.045em; margin: 0 0 35px; max-width: 930px; font-weight: 650; }
.story-body { max-width: 700px; line-height: 1.75; color: #bfd0dc; }
.signature { margin-top: 45px; display: flex; align-items: center; gap: 20px; }
.signature strong { font-size: 24px; font-style: italic; color: var(--orange); }
.signature span { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.story-aside { background: var(--sky); padding: 70px 4vw; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.big-number { font-size: clamp(140px, 18vw, 280px); font-weight: 950; line-height: .7; color: var(--navy); letter-spacing: -.1em; }
.story-aside p { text-transform: uppercase; font-weight: 900; letter-spacing: -.02em; font-size: 20px; line-height: 1.15; z-index: 1; }
.diagonal-lines { position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 17px, rgba(23,63,103,.08) 17px, rgba(23,63,103,.08) 19px); }

.work { background: #fffdf7; }
.compact { margin-bottom: 40px; }
.gallery-placeholder { height: 480px; position: relative; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); }
.gallery-side { position: relative; display: grid; place-items: center; overflow: hidden; }
.gallery-side > span { position: absolute; left: 22px; top: 22px; padding: 8px 11px; background: var(--ink); color: white; z-index: 2; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.before { background: #a6aba6; filter: saturate(.35); }
.after { background: linear-gradient(145deg, var(--sky), #fff 65%); }
.after > span { background: var(--orange); }
.after > b { font-size: 80px; color: white; position: absolute; right: 12%; top: 14%; }
.pane-grid { width: 72%; height: 73%; border: 14px solid #f3efe5; background: linear-gradient(90deg, transparent 48%, #f3efe5 48%, #f3efe5 52%, transparent 52%), linear-gradient(0deg, transparent 48%, #f3efe5 48%, #f3efe5 52%, transparent 52%); box-shadow: 0 25px 40px rgba(17,35,51,.16); }
.before .pane-grid { opacity: .6; box-shadow: inset 0 0 90px #4d574f, 0 25px 40px rgba(17,35,51,.2); }
.gallery-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: var(--cream); border: 1px solid var(--line); padding: 22px 30px; text-align: center; min-width: 340px; box-shadow: 8px 8px 0 var(--navy); }
.gallery-message strong { display: block; text-transform: uppercase; letter-spacing: -.02em; font-size: 18px; }
.gallery-message span { display: block; margin-top: 6px; color: #64717a; font-size: 13px; }

.estimate-section { background: var(--navy); color: white; padding: 110px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.estimate-copy { position: sticky; top: 30px; }
.estimate-copy h2 { color: white; }
.estimate-copy > p:not(.eyebrow) { color: #c2d2dd; line-height: 1.65; max-width: 500px; margin: 28px 0 45px; }
.phone-link { display: inline-flex; flex-direction: column; gap: 5px; border-left: 3px solid var(--orange); padding-left: 18px; }
.phone-link span { color: #c2d2dd; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.phone-link strong { font-size: 24px; }
.estimate-form { background: var(--cream); color: var(--ink); padding: 38px; box-shadow: 10px 10px 0 var(--orange); }
.form-heading { display: flex; justify-content: space-between; padding-bottom: 22px; margin-bottom: 25px; border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .12em; font-weight: 900; }
.form-heading b { color: var(--orange); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: 12px; letter-spacing: .04em; font-weight: 800; margin-bottom: 18px; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid #c4c6c2; background: white; padding: 14px 13px; color: var(--ink); border-radius: 0; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 2px rgba(23,63,103,.12); }
textarea { resize: vertical; }
.optional { float: right; color: #7a858c; font-weight: 500; }
.submit-button { width: 100%; border: 0; background: var(--orange); color: white; padding: 17px 20px; font-weight: 900; display: flex; justify-content: space-between; cursor: pointer; }
.submit-button:hover { background: #e95825; }
.submit-button:disabled { opacity: .7; cursor: wait; }
.form-status { margin: 15px 0 0; padding: 12px; font-size: 13px; line-height: 1.5; }
.form-status.success { background: #dff2e5; color: #174c2c; }
.form-status.error { background: #fae0db; color: #7d2516; }
.form-note { font-size: 11px; color: #758088; margin: 14px 0 0; text-align: center; line-height: 1.5; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

footer { background: #081e32; color: white; padding: 55px 7vw 30px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand small { font-size: 8px; letter-spacing: .18em; color: #b9c9d4; }
footer > p { text-align: center; color: #b9c9d4; font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 13px; font-weight: 700; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 25px; color: #8296a4; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 7vw 65px; }
  .hero-visual { min-height: 0; aspect-ratio: 3 / 2; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .service-grid { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .story-aside { min-height: 360px; }
  .estimate-section { grid-template-columns: 1fr; }
  .estimate-copy { position: static; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p { text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .nav { height: 74px; padding: 0 5vw; }
  .nav-cta { font-size: 0; }
  .nav-cta::before { content: "Estimate"; font-size: 13px; }
  .nav-cta span { font-size: 13px; }
  .hero-copy { padding-top: 60px; }
  h1 { font-size: 54px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { justify-content: space-between; }
  .trust-row { flex-wrap: wrap; gap: 12px 18px; }
  .hero-visual { min-height: 0; aspect-ratio: 3 / 2; }
  .ticker { justify-content: flex-start; padding-left: 20px; }
  .section { padding: 80px 5vw; }
  .section-heading h2, .estimate-copy h2 { font-size: 46px; }
  .story { padding: 0; }
  .story-card { padding: 70px 7vw; }
  .story-aside { padding: 60px 7vw; }
  .gallery-placeholder { height: 520px; grid-template-columns: 1fr; }
  .gallery-message { min-width: 86%; padding: 18px; }
  .pane-grid { height: 64%; }
  .estimate-section { padding: 80px 5vw; }
  .estimate-form { padding: 25px 18px; box-shadow: 6px 6px 0 var(--orange); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 45px 6vw 25px; }
}

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