:root {
  --navy: #082657;
  --navy-deep: #041b3f;
  --gold: #c8932d;
  --gold-light: #e5bb65;
  --cream: #f4f0e7;
  --paper: #fbfaf7;
  --ink: #14223a;
  --muted: #657083;
  --line: #d9dde4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 106px;
  display: grid;
  grid-template-columns: minmax(225px, 1fr) auto minmax(245px, 1fr);
  align-items: center;
  gap: 30px;
  padding: 14px clamp(24px, 5vw, 76px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e7e9ee;
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: block; width: min(330px, 100%); height: 76px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-header nav { display: flex; align-items: center; gap: 25px; }
.site-header nav a { font-size: 12px; font-weight: 700; letter-spacing: .03em; color: #354158; white-space: nowrap; }
.site-header nav a:hover { color: var(--gold); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 25px;
  background: var(--gold);
  color: white;
  border: 1px solid var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ad7b20; }
.button-small { min-height: 46px; padding: 0 19px; font-size: 12px; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
  align-items: center;
  gap: clamp(42px, 7vw, 105px);
  padding: clamp(70px, 8vw, 118px) clamp(24px, 7vw, 110px);
  overflow: hidden;
  background: radial-gradient(circle at 12% 10%, rgba(200,147,45,.10), transparent 28%), var(--paper);
}
.hero-copy { max-width: 750px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 2px; flex: 0 0 38px; background: currentColor; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 760px; color: var(--navy-deep); font-size: clamp(54px, 6vw, 90px); line-height: .98; }
.hero-text { max-width: 660px; margin: 32px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 39px; }
.text-link { padding: 14px 2px 10px; border-bottom: 1px solid #aab1bd; font-size: 13px; font-weight: 800; letter-spacing: .04em; }

.hero-photo { min-height: 540px; position: relative; overflow: hidden; box-shadow: 0 34px 80px rgba(4,27,63,.18); }
.hero-photo > img { width: 100%; height: 540px; object-fit: cover; }
.photo-badge { position: absolute; right: 0; bottom: 0; left: 13%; padding: 25px 30px; display: flex; flex-direction: column; gap: 7px; color: white; background: rgba(4,27,63,.94); }
.photo-badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; }
.photo-badge span { color: #c9d2e0; font-size: 12px; line-height: 1.5; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 24px clamp(24px, 7vw, 110px); background: var(--navy-deep); color: white; }
.trust-strip p { margin: 0; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.trust-strip span { margin-right: 9px; color: var(--gold-light); }

.section { padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.services { background: #fff; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 72px; }
h2 { margin: 0; color: var(--navy-deep); font-size: clamp(43px, 5vw, 70px); line-height: 1.08; }
.section-intro { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.service-feature { min-height: 570px; display: grid; grid-template-columns: 1.1fr .9fr; margin-bottom: 34px; background: var(--cream); }
.service-feature-reverse { grid-template-columns: .9fr 1.1fr; background: var(--navy-deep); color: white; }
.service-photo { min-height: 520px; position: relative; overflow: hidden; }
.service-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.service-copy { padding: clamp(45px, 6vw, 78px); display: flex; flex-direction: column; justify-content: center; }
.service-number { margin: 0 0 23px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-copy h3 { max-width: 560px; margin: 0; color: var(--navy-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 58px); font-weight: 500; line-height: 1.08; }
.service-copy > p:not(.service-number) { max-width: 600px; margin: 25px 0 22px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-copy ul { margin: 0 0 28px; padding: 0; display: grid; gap: 11px; list-style: none; color: #40506a; font-size: 14px; line-height: 1.55; }
.service-copy li::before { content: "✓"; margin-right: 10px; color: var(--gold); font-weight: 900; }
.service-copy a { align-self: flex-start; padding: 12px 0 8px; border-bottom: 1px solid #9ea7b7; color: var(--navy); font-size: 13px; font-weight: 800; }
.service-copy a span { margin-left: 10px; color: var(--gold); }
.service-feature-reverse .service-copy h3, .service-feature-reverse .service-copy a { color: white; }
.service-feature-reverse .service-copy > p:not(.service-number), .service-feature-reverse .service-copy ul { color: #c2ccdc; }
.service-feature-reverse .service-copy a { border-color: rgba(255,255,255,.45); }
.image-note { margin: 13px 0 0; color: #7a8494; font-size: 11px; line-height: 1.5; }

.process {
  padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
  background: linear-gradient(125deg, #041b3f 0%, #092b60 100%);
  color: white;
}
.eyebrow-light { color: var(--gold-light); }
.process h2, .warranty-section h2, .estimate h2 { color: white; }
.process-intro > p:last-child { max-width: 570px; margin: 30px 0 0; color: #bdc7d8; font-size: 16px; line-height: 1.85; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-list li > span { color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.process-list h3 { margin: -4px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; }
.process-list p { margin: 0; color: #bdc7d8; font-size: 14px; line-height: 1.7; }

.care-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 140px); background: #fff; }
.care-copy > p:last-child { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.care-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.care-grid article { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.care-grid article > span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.care-grid h3 { margin: 26px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.care-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.warranty-section { min-height: 560px; padding: clamp(75px, 9vw, 125px) clamp(24px, 9vw, 145px); display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(40px, 8vw, 130px); color: white; background: var(--navy-deep); overflow: hidden; }
.warranty-mark { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: clamp(220px, 27vw, 430px); line-height: .72; text-align: center; opacity: .96; }
.warranty-copy { max-width: 860px; }
.warranty-lead { margin: 29px 0 20px; color: #f2f5fa; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.65; }
.warranty-detail { margin: 0; color: #aebbd0; font-size: 12px; line-height: 1.75; }

.area-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(50px, 9vw, 150px); align-items: center; background: var(--paper); }
.area-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 25px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.area-list { display: flex; flex-wrap: wrap; align-content: center; gap: 12px; }
.area-list span { padding: 15px 18px; border: 1px solid #d3d8df; color: #425069; background: white; font-size: 13px; font-weight: 700; }

.estimate { padding: clamp(80px, 9vw, 135px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(50px, 10vw, 170px); background: linear-gradient(125deg, #082657 0%, #0f3c7b 100%); color: white; }
.estimate > div:first-child { max-width: 720px; }
.estimate-intro { max-width: 630px; margin: 27px 0 0; color: #c6d0df; font-size: 16px; line-height: 1.8; }
.estimate-card { max-width: 520px; padding: clamp(32px, 4vw, 50px); background: white; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.estimate-kicker { margin: 0 0 16px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.estimate-card h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 500; }
.estimate-card > p:not(.estimate-kicker) { margin: 18px 0 27px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.button-light { width: 100%; }
.estimate-card small { display: block; margin-top: 18px; color: #788294; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

footer { padding: 52px clamp(24px, 7vw, 110px) 30px; background: white; }
footer > img { width: min(350px, 100%); height: 90px; object-fit: cover; object-position: center; }
footer > p { margin: 23px 0 48px; color: var(--muted); font-size: 14px; }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: #7b8493; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 88px; }
  .site-header nav { display: none; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 820px; }
  .hero-photo { min-height: 520px; }
  .hero-photo > img { height: 520px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section-heading { display: block; }
  .section-intro { margin-top: 28px; }
  .service-feature, .service-feature-reverse { grid-template-columns: 1fr; }
  .service-feature-reverse .service-copy { order: 2; }
  .service-feature-reverse .service-photo { order: 1; }
  .process, .care-section, .area-section, .estimate, .warranty-section { grid-template-columns: 1fr; }
  .warranty-section { gap: 25px; }
  .warranty-mark { font-size: 210px; text-align: left; }
  .area-list { max-width: 760px; }
  .estimate-card { max-width: 620px; }
}

@media (max-width: 620px) {
  .site-header { padding: 10px 18px; }
  .brand { width: 220px; height: 56px; }
  .site-header > .button { display: none; }
  .hero { padding-top: 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-photo { min-height: 410px; }
  .hero-photo > img { height: 410px; }
  .photo-badge { left: 0; padding: 20px; }
  .trust-strip { grid-template-columns: 1fr; gap: 12px; }
  .section-heading { margin-bottom: 45px; }
  .service-photo, .service-photo img { min-height: 340px; }
  .service-copy { padding: 42px 25px; }
  .process { gap: 48px; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .care-grid { grid-template-columns: 1fr; }
  .care-grid article { min-height: 0; }
  .warranty-mark { font-size: 170px; }
  .footer-meta { flex-direction: column; }
}

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