:root {
  --red: #d43743;
  --red-dark: #c82f3b;
  --ink: #111;
  --muted: #5f5f5f;
  --paper: #fff;
  --soft: #f2f2f2;
  --max: 1140px;
  --header-height: 90px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; min-width: 320px; background: #fff; color: #111; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 1rem; padding: .75rem 1rem; background: #000; color: #fff; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative;
  z-index: 100;
  height: var(--header-height);
  background: rgba(255,255,255,.98);
  box-shadow: 0 6px 18px rgba(0,0,0,.07);
}
.site-header.is-sticky { position: sticky; top: 0; }
.header-inner { width: min(var(--max), calc(100% - 40px)); height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 150px; overflow: hidden; }
.brand img { width: 100%; aspect-ratio: 1000 / 433; object-fit: contain; }
.main-nav { height: 100%; display: flex; align-items: center; gap: 44px; }
.main-nav > a:not(.quote-button) { position: relative; display: grid; align-items: center; height: 100%; color: #292929; font-size: 13px; font-weight: 400; letter-spacing: 1.25px; white-space: nowrap; }
.main-nav > a:not(.quote-button)::after { position: absolute; inset: auto 0 0; height: 3px; background: var(--red); content: ""; opacity: 0; transform: scaleX(.3); transition: .24s ease; }
.main-nav > a:not(.quote-button):hover, .main-nav > a.active { color: #a92d39; }
.main-nav > a:not(.quote-button):hover::after, .main-nav > a.active::after { opacity: 1; transform: scaleX(1); }
.quote-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 39px; padding: 0 24px; border-radius: 99px; background: var(--red); color: #fff; box-shadow: 0 7px 26px rgba(205,49,61,.19); font-size: 13px; letter-spacing: 1.1px; white-space: nowrap; transition: transform .2s ease, background .2s ease; }
.quote-button:hover { background: #b92734; transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px 0 10px 12px; }
.menu-toggle span { display: block; width: 28px; height: 4px; margin: 4px 0; border-radius: 2px; background: #111; transition: .22s ease; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(rgba(207,53,65,.68),rgba(207,53,65,.68)), var(--hero-image) center 52% / cover no-repeat; }
.hero::after, .contact-hero::after, .inner-hero::after { position: absolute; inset: 0; content: ""; background: rgba(209,50,62,.12); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding-top: 55px; }
.eyebrow { margin: 0 0 22px; font-size: clamp(22px, 2vw, 28px); font-weight: 300; letter-spacing: .2px; }
.white-rule { display: block; width: 55px; height: 4px; margin-bottom: 20px; background: #fff; }
.hero h1 { max-width: 920px; margin: 0; font-family: Arial, sans-serif; font-size: clamp(48px, 4.25vw, 64px); line-height: .98; font-weight: 700; letter-spacing: -.6px; text-shadow: 1px 2px 2px rgba(0,0,0,.55); }
.section-wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.about { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 55px; min-height: 680px; padding-block: 80px; }
.section-title { position: relative; margin: 0 0 38px; padding: 12px 0 12px 20px; font-family: Arial, sans-serif; font-size: 33px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }
.section-title::before { position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--red); content: ""; }
.about-copy p { margin: 0 0 20px; color: #545454; font-size: 14px; line-height: 1.95; text-align: justify; }
.about-image { margin: 0; box-shadow: 0 2px 8px rgba(0,0,0,.26); }
.about-image img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.services { padding: 70px 0 100px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-card { position: relative; min-height: 605px; display: flex; align-items: center; overflow: hidden; background: #222; color: #fff; isolation: isolate; }
.service-card::before { position: absolute; z-index: -2; inset: 0; background: var(--card-image) center / cover no-repeat; content: ""; transition: transform .65s ease; }
.service-card::after { position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,.36); content: ""; }
.service-card:hover::before { transform: scale(1.035); }
.service-card-content { padding: 48px 30px; }
.service-card h3 { max-width: 460px; margin: 0 0 20px; font-family: Arial, sans-serif; font-size: 45px; line-height: 1.08; }
.service-card ul { margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 0 0 18px; padding-left: 28px; font-size: 16px; line-height: 1.25; text-transform: uppercase; }
.service-card li::before { position: absolute; top: -2px; left: 0; content: "✓"; color: var(--red); font-size: 23px; font-weight: 800; }

.instagram-band { min-height: 310px; display: grid; place-items: center; background: #f1f1f1; }
.instagram-band h2 { margin: 0 0 15px; font-family: Arial, sans-serif; font-size: 31px; line-height: 1.05; }
.instagram-band a { color: var(--red); font-size: 18px; }
.site-footer { padding: 70px 0 35px; background: #fff; }
.footer-inner { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.site-footer h2 { margin: 0 0 45px; text-align: center; font-family: Arial, sans-serif; font-size: 30px; }
.affiliates { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 80px; padding: 0 40px 45px; border-bottom: 1px solid #d7d7d7; }
.affiliates a, .affiliates span { display: grid; place-items: center; height: 85px; }
.affiliates img { max-width: 155px; max-height: 75px; object-fit: contain; }
.footer-bottom { min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; color: #747474; font-size: 12px; }
.footer-bottom > p { margin: 0; text-align: right; }
.socials { display: flex; align-items: center; gap: 18px; font-size: 15px; }
.socials a { color: var(--red); font-family: Arial, sans-serif; font-weight: 700; font-size: 20px; }
.legal-links { display: flex; gap: 14px; font-size: 11px; }
.legal-links a:hover, .footer-bottom p a:hover { color: var(--red); }

.contact-hero { position: relative; min-height: 585px; display: grid; place-items: center; color: #fff; background: linear-gradient(rgba(204,48,89,.66),rgba(218,47,55,.69)), url('/assets/images/installation.jpg') center / cover no-repeat; }
.contact-hero h1 { position: relative; z-index: 1; margin: 0; font-family: Arial, sans-serif; font-size: 64px; line-height: 1.02; text-align: center; text-shadow: 1px 2px 2px rgba(0,0,0,.6); }
.contact-section { padding: 100px 0 80px; }
.contact-grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 70px; align-items: start; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 14px; }
.contact-form label { display: block; }
.contact-form label > span { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; overflow: hidden; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #999; border-radius: 0; outline: none; padding: 12px 15px; background: transparent; color: #222; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); }
.message-field { grid-column: 1 / -1; }
.contact-form textarea { min-height: 90px; resize: vertical; }
.contact-form button { grid-column: 2; min-height: 46px; margin-top: 5px; border: 0; background: #050505; color: #fff; font-size: 13px; letter-spacing: 1px; }
.hidden-field { display: none !important; }
.contact-card { min-height: 360px; display: flex; flex-direction: column; justify-content: center; padding: 48px 30px; background: var(--red); color: #fff; }
.phone-icon { margin-bottom: 10px; text-align: center; font-size: 50px; font-weight: 700; line-height: 1; }
.contact-card .phone { margin-bottom: 44px; text-align: center; font-family: Arial, sans-serif; font-size: 35px; font-weight: 800; }
.contact-card p { margin: 0 0 12px; font-size: 14px; line-height: 1.25; }
.map-wrap { margin-top: 100px; }
.map-wrap iframe, .map-placeholder { width: 100%; height: 400px; border: 0; }
.map-placeholder { display: grid; place-items: center; background: linear-gradient(135deg,#d8e9dc,#a4d6e7); }
.map-placeholder button { border: 0; border-radius: 99px; padding: 13px 22px; background: #fff; box-shadow: 0 8px 25px rgba(0,0,0,.15); color: #333; }

.inner-hero { position: relative; min-height: 440px; display: grid; place-items: center; background: linear-gradient(rgba(205,50,61,.7),rgba(205,50,61,.7)), var(--inner-image) center / cover no-repeat; color: #fff; }
.inner-hero h1 { position: relative; z-index: 1; max-width: 900px; margin: 0; padding: 30px; text-align: center; text-transform: uppercase; font-size: clamp(44px,6vw,74px); line-height: 1; text-shadow: 1px 2px 2px rgba(0,0,0,.5); }
.content-page { padding-block: 90px; }
.content-page p { max-width: 900px; margin: 0 auto 24px; color: #555; font-size: 17px; line-height: 1.8; }
.content-page ul { max-width: 900px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 45px auto 0; padding: 0; list-style: none; }
.content-page li { padding: 20px; background: #f1f1f1; border-left: 4px solid var(--red); font-weight: 700; }
.legal-page { max-width: 900px; padding-block: 100px; }
.legal-page h1 { margin: 0 0 60px; padding-left: 20px; border-left: 5px solid var(--red); font-size: 44px; }
.legal-page h2 { margin: 42px 0 12px; font-size: 23px; }
.legal-page p { color: #525252; line-height: 1.75; }
.thank-you { min-height: 620px; display: grid; place-content: center; justify-items: center; gap: 20px; padding: 50px 20px; text-align: center; }
.thank-you h1 { margin: 0; font-size: 48px; }
.thank-you p { color: #555; }

.consent { position: fixed; z-index: 500; left: 20px; bottom: 20px; width: min(430px, calc(100% - 40px)); padding: 26px; border-radius: 10px; background: #fff; box-shadow: 0 18px 60px rgba(0,0,0,.25); }
.consent[hidden] { display: none; }
.consent h2 { margin: 0 30px 10px 0; font-size: 20px; }
.consent p { margin: 0 0 18px; color: #555; font-size: 14px; line-height: 1.5; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.consent-actions button { flex: 1 1 100px; border: 0; border-radius: 4px; padding: 10px; background: var(--red); color: #fff; }
.consent-actions button:nth-child(2), .consent-actions button:nth-child(3) { background: #ececec; color: #222; }
.consent-close { position: absolute; top: 13px; right: 14px; border: 0; background: transparent; font-size: 25px; }
.consent-details { margin-top: 18px; padding-top: 15px; border-top: 1px solid #ddd; }
.consent-manage { position: fixed; z-index: 90; left: 8px; bottom: 7px; border: 0; border-radius: 4px; padding: 7px 10px; background: #eee; color: #555; font-size: 10px; opacity: .85; }

.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.reveal.reveal-pending { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  :root { --header-height: 93px; }
  .header-inner { width: calc(100% - 40px); }
  .brand { width: 130px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; height: auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 25px; background: #fff; box-shadow: 0 14px 24px rgba(0,0,0,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.quote-button) { height: auto; padding: 16px 5px; border-bottom: 1px solid #eee; }
  .main-nav > a:not(.quote-button)::after { display: none; }
  .quote-button { margin-top: 15px; min-height: 46px; }
  .hero { min-height: 506px; align-items: center; background-position: center center; }
  .hero-inner { width: calc(100% - 20px); padding-top: 0; }
  .eyebrow { max-width: 280px; margin-bottom: 21px; font-size: 20px; line-height: 1.05; }
  .white-rule { width: 37px; height: 3px; margin-bottom: 20px; }
  .hero h1 { max-width: 370px; font-size: 36px; line-height: .98; }
  .section-wrap { width: calc(100% - 40px); }
  .about { grid-template-columns: 1fr; gap: 35px; min-height: 0; padding-block: 75px; }
  .section-title { margin-bottom: 34px; padding-left: 15px; font-size: 24px; }
  .about-copy p { font-size: 14px; line-height: 2; text-align: left; }
  .about-image { margin-top: 5px; }
  .services { width: 100%; padding: 15px 0 85px; }
  .services > .section-title { width: calc(100% - 40px); margin: 0 auto 40px; }
  .services-grid { grid-template-columns: 1fr; gap: 0; }
  .service-card { min-height: 620px; }
  .service-card-content { padding: 45px 30px; }
  .service-card h3 { max-width: 325px; font-size: 30px; }
  .service-card li { margin-bottom: 20px; padding-left: 25px; font-size: 16px; }
  .instagram-band { min-height: 310px; }
  .instagram-band h2 { font-size: 29px; }
  .site-footer { padding-top: 55px; }
  .site-footer h2 { font-size: 29px; margin-bottom: 40px; }
  .affiliates { grid-template-columns: 1fr; gap: 45px; padding: 0 20px 55px; }
  .affiliates a, .affiliates span { height: auto; }
  .affiliates img { max-width: 170px; max-height: 105px; }
  .footer-bottom { min-height: 280px; grid-template-columns: 1fr; justify-items: center; text-align: center; padding-top: 25px; }
  .footer-bottom > p { max-width: 320px; text-align: center; }
  .legal-links { order: 2; }
  .socials { order: 1; flex-wrap: wrap; justify-content: center; }
  .socials span { flex-basis: 100%; }
  .footer-bottom > p { order: 3; }
  .contact-hero { min-height: 430px; }
  .contact-hero h1 { font-size: 48px; }
  .contact-section { padding-block: 70px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form button { grid-column: 1; }
  .contact-card { min-height: 330px; }
  .map-wrap { margin-top: 55px; }
  .map-wrap iframe, .map-placeholder { height: 330px; }
  .inner-hero { min-height: 390px; }
  .content-page { padding-block: 65px; }
  .content-page ul { grid-template-columns: 1fr; }
  .legal-page { padding-block: 65px; }
  .legal-page h1 { margin-bottom: 45px; font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
