:root {
  --ink: #102a45;
  --ink-2: #091d32;
  --signal: #c7a36a;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --muted: #68736d;
  --line: #d8d0c3;
  --background: #f4f0e8;
  --foreground: #102a45;
  --card: #fffdf8;
  --card-foreground: #102a45;
  --primary: #102a45;
  --primary-foreground: #fffdf8;
  --secondary: #c7a36a;
  --secondary-foreground: #102a45;
  --muted-foreground: #68736d;
  --border: #d8d0c3;
  --ring: #c7a36a;
  --radius: 0;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

h1,
.section h2,
.process-band h2,
.local-cta h2,
.artisan-photo-caption h2,
.review-summary h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
}

.site-header {
  height: 96px;
  padding: 0 max(6vw, 28px);
  background: rgba(244, 240, 232, .97);
  border-bottom-color: rgba(23, 60, 53, .16);
}

.brand-mark {
  width: 46px;
  height: 46px;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--signal);
}

.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; }
.brand small { color: #876c43; font-size: 12px; letter-spacing: .29em; }
.header-local { color: #496173; font-weight: 600; }
.status-dot { background: #4d8a6c; box-shadow: 0 0 0 5px rgba(77, 138, 108, .12); }

.call-button--header {
  min-width: 228px;
  background: var(--ink);
  color: var(--white);
  padding: 13px 20px;
  box-shadow: none;
  border: 1px solid var(--ink);
}

.call-button--header svg { color: var(--signal); }
.call-button--header small { color: #d8ded9; }

.hero {
  min-height: calc(100vh - 96px);
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .78fr);
  gap: clamp(54px, 8vw, 130px);
  padding: 78px max(6vw, 28px) 96px;
  background:
    linear-gradient(90deg, rgba(199, 163, 106, .08) 1px, transparent 1px) 0 0 / 90px 90px,
    var(--paper);
}

.hero::before {
  width: 520px;
  height: 520px;
  left: auto;
  right: -330px;
  bottom: -250px;
  border-color: rgba(199, 163, 106, .3);
  box-shadow: 0 0 0 90px rgba(255, 253, 248, .35), 0 0 0 180px rgba(255, 253, 248, .2);
}

.hero-copy { max-width: 790px; }
.eyebrow {
  background: transparent;
  border: 0;
  border-left: 2px solid var(--signal);
  padding: 3px 0 3px 12px;
  color: #715a38;
  letter-spacing: .17em;
}

h1 { font-size: clamp(50px, 6.3vw, 94px); line-height: .94; margin: 30px 0 30px; }
h1 em { color: #6d756f; font-family: "Helvetica Neue", Arial, sans-serif; font-size: .46em; font-weight: 400; letter-spacing: -.025em; margin-top: 17px; }
.hero-lead { color: #536575; line-height: 1.7; max-width: 710px; }
.hero-secondary { color: #687784; margin-bottom: 34px; }
.hero-secondary strong { color: var(--ink); }

.call-button--hero {
  background: var(--ink);
  color: var(--white);
  padding: 13px 26px 13px 13px;
  box-shadow: none;
  border: 1px solid var(--ink);
}

.call-button--hero:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(9, 29, 50, .16); }
.phone-disc { background: var(--signal); color: var(--ink); }
.hero-trust { margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 575px; }
.score strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }

.hero-panel {
  background: var(--white);
  color: var(--ink);
  box-shadow: 22px 22px 0 rgba(199, 163, 106, .38);
  border: 1px solid rgba(23, 60, 53, .16);
}

.panel-topline { border-bottom-color: var(--line); color: #536575; }
.panel-topline strong { background: #e0e7ec; color: #315471; }
.door-visual { height: auto; aspect-ratio: 1672 / 941; }
.door-visual img { filter: saturate(.7) contrast(.96); }
.quick-prices { background: var(--white); }
.price-note { background: var(--ink); color: #eee5d7; font-weight: 600; }

.section { padding: 105px max(6vw, 28px); }
.kicker { color: #8b6e41; letter-spacing: .19em; }
.section h2, .process-band h2, .local-cta h2 { font-size: clamp(41px, 4.6vw, 68px); }
.section-intro { grid-template-columns: .55fr 1fr .85fr; margin-bottom: 50px; }

.service-grid { gap: 14px; border: 0; }
.service-card {
  min-height: 300px;
  background: var(--white);
  border: 1px solid rgba(23, 60, 53, .13);
  padding: 34px;
}

.service-card--featured { background: #e8e0d2; border-color: #cbb894; }
.service-card--call { background: var(--ink); }
.service-card h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 23px; }
.service-card > svg { color: #8b6e41; }
.service-card--featured > svg { color: var(--ink); }
.service-card--call > svg, .service-card--call a { color: #dcc08f; }

.artisan-photo-section { min-height: 520px; }
.artisan-photo-section::after { background: linear-gradient(90deg, rgba(9, 29, 50, .96), rgba(9, 29, 50, .72) 37%, rgba(9, 29, 50, .08) 72%); }
.artisan-photo-caption { margin-bottom: 62px; border-left-color: var(--signal); }
.kicker--yellow { color: #ddc190; }

.process-band { background: var(--ink); padding: 88px max(6vw, 28px); }
.process-band li { border-bottom-color: rgba(255,255,255,.13); }
.process-band li > span { border-color: rgba(199, 163, 106, .65); color: #ddc190; border-radius: 50%; }
.call-button--light { background: var(--white); color: var(--ink); box-shadow: none; border-left: 4px solid var(--signal); }

.prices { background: #ebe5da; }
.price-table { background: var(--white); border-color: #d5cbbb; }
.price-table > div { border-bottom-color: #ded6c9; padding: 25px 30px; }
.price-table svg { color: #876c43; }
.price-reassurance { background: #ded8cc; }

.reviews { background: var(--white); }
.big-rating strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.stars { color: #b98a43; }
.review-list blockquote { padding: 36px 0; }
.review-list blockquote > p { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #435b70; }

.expertise { background: #e6e9e3; }
.expertise-content article > span { border-color: #9faf9f; border-radius: 50%; }
.expertise-content h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 800; }

.local-section { background: var(--white); }
.local-map-card { background: #284966; box-shadow: 18px 18px 0 #d9c4a1; }
.local-map-card svg { color: #ddc190; }
.local-map-card strong { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.local-tags span { background: #f6f2ea; border-color: #dcd3c5; }

.glass-section { background: #7c5c44; }
.glass-section .kicker { color: #f0d9b0; }
.glass-section > a { background: var(--white); color: #684a35; }

.faq { background: #f4f0e8; }
.faq-list summary { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 18px; }
.faq-list summary span { color: #9a743e; }

.local-cta { background: var(--ink-2); padding: 95px max(6vw, 28px); }
.call-button--final { background: var(--white); color: var(--ink); box-shadow: none; border: 1px solid #d8c49d; }
.call-button--final .phone-disc { background: var(--signal); color: var(--ink); }
.footer { background: #0b211d; padding: 52px max(6vw, 28px); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; }
  .section-intro { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  .hero { padding: 46px 18px 125px; }
  h1 { font-size: 52px; }
  .door-visual { height: auto; }
  .section { padding: 80px 18px; }
  .service-grid { gap: 10px; }
  .artisan-photo-section { min-height: 440px; }
  .process-band, .local-cta { padding-left: 18px; padding-right: 18px; }
  .mobile-call { background: #d4b47c; border-color: var(--ink); }
}
