:root {
  --navy: #102235;
  --navy-dark: #0a1826;
  --copper: #c85f25;
  --copper-dark: #a94c1d;
  --ivory: #f7f3ec;
  --white: #fff;
  --slate: #586977;
  --line: #ddd7ce;
  --ink: #122236;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--white);
  padding: 12px 18px;
  color: var(--navy);
}
.skip-link:focus {
  top: 16px;
}
.demo-banner {
  padding: 11px 24px;
  background: var(--copper);
  color: var(--white);
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.demo-banner strong {
  font-weight: 800;
}
.site-header {
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  gap: 34px;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 0.85;
  min-width: 216px;
}
.brand-main {
  color: var(--navy);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1.5px;
}
.brand-sub {
  color: var(--copper);
  font-size: 13px;
  letter-spacing: 6px;
  font-weight: 700;
  margin-top: 8px;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.8vw, 43px);
  margin-left: auto;
}
.nav a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  padding: 32px 0 27px;
  border-bottom: 3px solid transparent;
}
.nav a:hover {
  color: var(--copper);
  border-color: var(--copper);
}
.header-cta,
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 720;
  border: 0;
  cursor: pointer;
  transition: 0.2s ease;
}
.header-cta {
  background: var(--copper);
  color: var(--white);
  white-space: nowrap;
}
.header-cta:hover,
.button-primary:hover {
  background: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0a18262a;
}
.menu-button {
  display: none;
  background: none;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 10px 14px;
  border-radius: 4px;
}
.hero {
  min-height: 635px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--navy);
}
.hero-copy {
  padding: clamp(64px, 8vw, 112px) clamp(40px, 5vw, 72px);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  color: var(--copper);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}
h1 {
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 720px;
}
.hero-lede {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
  color: #dce2e6;
  max-width: 570px;
  margin: 26px 0 0;
}
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.button-primary {
  background: var(--copper);
  color: var(--white);
}
.button-secondary-on-dark {
  color: var(--white);
  border: 2px solid #f7f3ec;
  background: transparent;
}
.button-secondary-on-dark:hover {
  background: var(--ivory);
  color: var(--navy);
  transform: translateY(-2px);
}
.hero-image {
  min-height: 500px;
  background: url("assets/hot-top-hero.png") center/cover no-repeat;
}
.trust-strip {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 34px clamp(28px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}
.trust-strip article {
  display: flex;
  gap: 22px;
  padding: 6px 38px;
  border-right: 1px solid var(--line);
}
.trust-strip article:first-child {
  padding-left: 0;
}
.trust-strip article:last-child {
  border: 0;
  padding-right: 0;
}
.trust-strip h2 {
  font-size: 20px;
  margin: 0 0 6px;
}
.trust-strip p {
  color: var(--slate);
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.line-icon {
  color: var(--copper);
  font-size: 40px;
  line-height: 1;
}
.section {
  padding: clamp(76px, 9vw, 130px) clamp(24px, 6vw, 88px);
}
.intro-grid,
.prose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 130px);
  align-items: start;
}
.section h2,
.process-band h2,
.cta-band h2 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 0;
}
.section p {
  color: var(--slate);
  line-height: 1.75;
  font-size: 18px;
  margin-top: 0;
}
.text-link {
  display: inline-flex;
  gap: 12px;
  color: var(--copper);
  font-weight: 750;
  margin-top: 20px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.services-section {
  background: #fff;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.service-card {
  background: var(--ivory);
  border-top: 4px solid var(--copper);
  padding: 34px;
  min-height: 300px;
}
.service-card > span {
  color: var(--copper);
  font-weight: 800;
}
.service-card h3 {
  font-size: 27px;
  margin: 48px 0 16px;
}
.service-card p {
  font-size: 16px;
}
.button-outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
}
.button-outline:hover {
  background: var(--navy);
  color: #fff;
}
.process-band {
  background: var(--navy);
  color: #fff;
  padding: clamp(76px, 9vw, 125px) clamp(24px, 6vw, 88px);
}
.section-heading.light h2 {
  color: #fff;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 50px 0 22px;
  border-top: 1px solid #ffffff33;
}
.steps-grid article {
  padding: 34px 28px 20px 0;
  border-right: 1px solid #ffffff33;
}
.steps-grid article + article {
  padding-left: 28px;
}
.steps-grid article:last-child {
  border: 0;
}
.steps-grid span {
  color: var(--copper);
  font-weight: 800;
}
.steps-grid h3 {
  font-size: 25px;
  margin: 28px 0 12px;
}
.steps-grid p {
  color: #cad3d9;
  line-height: 1.65;
  margin: 0;
}
.light-link {
  color: #fff;
}
.service-area-callout {
  display: grid;
  grid-template-columns: 1.5fr auto;
  align-items: end;
  gap: 50px;
}
.service-area-callout p {
  max-width: 760px;
  margin: 24px 0 0;
}
.cta-band {
  background: var(--copper);
  color: #fff;
  padding: 70px clamp(24px, 6vw, 88px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.cta-band .eyebrow {
  color: #ffe3d2;
}
.cta-band h2 {
  font-size: clamp(36px, 4vw, 52px);
}
.cta-band p {
  margin: 12px 0 0;
  font-size: 18px;
}
.button-cream {
  background: var(--ivory);
  color: var(--navy);
  min-width: 230px;
}
.button-cream:hover {
  background: #fff;
  transform: translateY(-2px);
}
.site-footer {
  background: var(--navy-dark);
  color: #e8edf0;
  padding: 70px clamp(24px, 6vw, 88px) 28px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}
.footer-brand .brand-main {
  color: #fff;
}
.site-footer p {
  color: #aebac2;
  max-width: 380px;
  line-height: 1.6;
}
.site-footer h2 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px;
}
.site-footer > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.site-footer a,
.footer-button {
  width: max-content;
  color: #d4dce1;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.site-footer a:hover,
.footer-button:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff22;
  padding-top: 24px;
  margin-top: 20px;
  font-size: 13px;
}
.cookie-banner {
  position: fixed;
  z-index: 80;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 55px #0a182638;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}
.cookie-banner h2 {
  margin: 0 0 6px;
  font-size: 20px;
}
.cookie-banner p {
  margin: 0;
  color: var(--slate);
  line-height: 1.5;
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-actions button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--navy);
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.cookie-actions .button-primary {
  background: var(--copper);
  color: #fff;
  border-color: var(--copper);
}
.interior-hero {
  padding: 90px clamp(24px, 10vw, 145px);
  background: var(--navy);
  color: #fff;
}
.interior-hero h1 {
  max-width: 900px;
}
.interior-hero > p:last-child {
  color: #d4dde2;
  font-size: 21px;
  line-height: 1.65;
  max-width: 760px;
  margin: 25px 0 0;
}
.detail-list {
  display: grid;
  gap: 0;
}
.detail-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding: 50px 0;
}
.detail-list article > span,
.timeline span {
  color: var(--copper);
  font-weight: 800;
}
.detail-list h2 {
  font-size: 38px;
  margin-bottom: 16px;
}
.detail-list ul {
  line-height: 2;
  color: var(--slate);
  padding-left: 20px;
}
.timeline {
  max-width: 1000px;
  margin: auto;
}
.timeline article {
  display: grid;
  grid-template-columns: 80px 280px 1fr;
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 40px 0;
}
.timeline h2 {
  font-size: 28px;
}
.area-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}
.area-layout h2,
.contact-layout h2 {
  font-size: 38px;
  margin-bottom: 25px;
}
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.area-grid span {
  background: #fff;
  border-left: 3px solid var(--copper);
  padding: 18px;
  font-weight: 650;
}
.area-layout aside {
  background: #fff;
  padding: 38px;
}
.contact-layout ol {
  color: var(--slate);
  line-height: 1.8;
  padding-left: 22px;
}
.estimate-form {
  background: #fff;
  padding: clamp(26px, 4vw, 48px);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.estimate-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 650;
  margin-bottom: 20px;
}
.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  border: 1px solid #9aa5ad;
  border-radius: 3px;
  padding: 14px;
  background: #fff;
  color: var(--navy);
}
.estimate-form textarea {
  resize: vertical;
}
.form-note {
  font-size: 13px !important;
  margin: 14px 0 0 !important;
}
.form-success {
  background: #fff;
  padding: 48px;
}
.form-success h2 {
  font-size: 36px;
  margin-bottom: 18px;
}
.prose-grid p {
  margin-bottom: 22px;
}
.legal {
  max-width: 900px;
  margin: auto;
  background: #fff;
}
.legal h2 {
  font-size: 28px;
  margin: 40px 0 10px;
}
.legal h2:first-child {
  margin-top: 0;
}
.legal-note {
  border-left: 4px solid var(--copper);
  padding: 18px;
  background: var(--ivory);
  font-size: 15px !important;
}
.not-found {
  min-height: 70vh;
  padding: 120px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-found h1 {
  max-width: 850px;
}
.not-found > p:not(.eyebrow) {
  color: var(--slate);
  font-size: 20px;
  max-width: 650px;
  line-height: 1.6;
  margin: 24px 0 32px;
}
@media (max-width: 1100px) {
  .site-header {
    flex-wrap: wrap;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .menu-button {
    display: block;
    margin-left: auto;
  }
  .header-cta {
    display: none;
  }
  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    width: 100%;
    padding: 14px 0;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-image {
    min-height: 420px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .trust-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 0;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-area-callout {
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 720px) {
  h1 {
    font-size: 43px;
  }
  .hero-copy {
    padding: 64px 24px;
  }
  .hero-image {
    min-height: 330px;
  }
  .section {
    padding: 72px 24px;
  }
  .intro-grid,
  .prose-grid,
  .area-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .card-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-grid article,
  .steps-grid article + article {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff33;
  }
  .trust-strip {
    padding: 24px;
  }
  .service-area-callout {
    gap: 30px;
  }
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 24px;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .copyright {
    grid-column: auto;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-actions {
    flex-direction: column;
  }
  .detail-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .timeline article {
    grid-template-columns: 50px 1fr;
  }
  .timeline article p {
    grid-column: 2;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .area-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
