
:root { --ink: #080808; --accent: #ffd21a; --teal: #47696d; --soft-blue: #dbeef5; --soft-green: #e8f3e7; --muted: #5e6467; --line: #dde2e5; --bg: #ffffff; --cream: #f7f4ec; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.site-shell { position: fixed; inset: 0 0 auto 0; z-index: 50; padding: 18px 20px; pointer-events: none; }
.nav-wrap { display: flex; justify-content: center; position: relative; }
.nav-pill { pointer-events: auto; width: fit-content; max-width: calc(100vw - 32px); display: inline-flex; align-items: center; gap: 28px; padding: 12px 14px 12px 18px; border-radius: 999px; background: rgba(255,255,255,.91); border: 1px solid rgba(8,8,8,.12); box-shadow: 0 18px 44px rgba(8,8,8,.13); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 176px; height: auto; }
.nav-links { display: flex; gap: 22px; align-items: center; margin: 0; }
.nav-links a { font-size: .94rem; color: #202325; white-space: nowrap; }
.nav-links a.active { color: #000; font-weight: 800; }
.nav-quote { background: var(--ink); color: var(--accent); padding: 12px 18px; border-radius: 999px; font-weight: 800; white-space: nowrap; box-shadow: 0 10px 20px rgba(8,8,8,.18); }
.mobile-menu-toggle { display: flex; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; }
.mobile-menu-toggle span { width: 18px; height: 2px; background: var(--accent); display: block; }
.mobile-nav { display: none; position: absolute; top: 74px; left: 50%; transform: translateX(-50%); width: min(420px, calc(100vw - 32px)); padding: 16px; border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: 0 20px 50px rgba(0,0,0,.18); border: 1px solid var(--line); }
.mobile-nav.open { display: grid; gap: 8px; }
.mobile-nav a { padding: 13px 14px; border-radius: 10px; background: #f6f7f7; font-weight: 800; }
@media (min-width: 1024px) { .mobile-menu-toggle { display: none !important; } }
.hero-home, .page-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; overflow: hidden; background: #111; }
.compact-hero { min-height: 620px; }
.contact-hero { min-height: 540px; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.38) 55%, rgba(0,0,0,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 150px 0 96px; color: #fff; }
.hero-content h1 { font-size: 4.25rem; line-height: 1.02; margin: 14px 0 20px; max-width: 980px; letter-spacing: 0; }
.hero-content p { font-size: 1.18rem; max-width: 690px; color: rgba(255,255,255,.9); }
.availability, .eyebrow { text-transform: uppercase; font-size: .78rem !important; letter-spacing: 0; font-weight: 900; color: var(--accent) !important; margin: 0; }
.availability span { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); margin-right: 8px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 2px solid transparent; white-space: normal; text-align: center; }
.btn-primary { background: var(--accent); color: var(--ink); box-shadow: 0 14px 28px rgba(0,0,0,.17); }
.btn-light { background: rgba(255,255,255,.94); color: var(--ink); }
.btn-secondary { background: var(--ink); color: var(--accent); }
.section, .section-alt, .offer-band, .split-band, .contact-panel, .plain-hero { padding: 92px max(20px, calc((100vw - 1180px)/2)); }
.section-alt { background: var(--soft-blue); }
.wrap { width: min(1180px, 100%); margin: 0 auto; }
.section-head, .offer-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
h2 { font-size: 2.55rem; line-height: 1.08; margin: 8px 0 0; letter-spacing: 0; }
h3 { font-size: 1.32rem; line-height: 1.2; margin: 0 0 10px; letter-spacing: 0; }
p { color: var(--muted); }
.text-link { font-weight: 900; color: var(--teal); border-bottom: 2px solid currentColor; width: fit-content; }
.offer-band { background: var(--accent); }
.offer-grid, .service-grid, .detail-grid, .area-grid, .proof-tiles { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.offer-grid article, .proof-tiles article { background: #fff; border-radius: 8px; padding: 28px; min-height: 150px; box-shadow: 0 16px 34px rgba(0,0,0,.12); }
.offer-grid strong, .proof-tiles strong { display: block; font-size: 3rem; line-height: 1; margin-bottom: 12px; }
.offer-grid span, .proof-tiles span { font-weight: 800; color: #292d30; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: grid; box-shadow: 0 18px 40px rgba(25,35,40,.08); }
.service-card picture, .service-card img { aspect-ratio: 1.34 / 1; width: 100%; height: auto; object-fit: cover; }
.service-card div { padding: 24px; display: grid; gap: 10px; align-content: start; }
.card-index { font-weight: 900; color: var(--accent); background: var(--ink); border-radius: 999px; padding: 5px 10px; width: fit-content; }
.split-band { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 56px; align-items: center; background: #f7f4ec; }
.split-copy { max-width: 560px; }
.tick-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 14px; }
.tick-list li { padding-left: 30px; position: relative; font-weight: 700; color: #2d3335; }
.tick-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255,210,26,.3); }
.image-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.image-stack picture, .image-stack img { height: 100%; min-height: 380px; object-fit: cover; border-radius: 8px; }
.reviews-wrap { display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 38px; align-items: center; }
.gr-summary { background: #fff; border-radius: 8px; padding: 28px; box-shadow: 0 20px 48px rgba(0,0,0,.13); border: 1px solid rgba(0,0,0,.08); }
.gr-top { display: flex; gap: 18px; align-items: center; margin-bottom: 18px; }
.gr-g { width: 48px; height: 48px; flex: 0 0 auto; }
.gr-top strong { font-size: 3rem; line-height: 1; display: block; }
.gr-stars { color: #fbbc05; font-size: 1.3rem; }
.gr-pill { display: inline-flex; margin-top: 10px; min-height: 44px; align-items: center; padding: 10px 16px; border-radius: 999px; background: var(--ink); color: var(--accent); font-weight: 900; }
.area-grid a { min-height: 150px; border-radius: 8px; border: 1px solid var(--line); padding: 24px; display: grid; align-content: end; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,.07); }
.area-grid span { font-size: 1.35rem; font-weight: 900; }
.area-grid small { color: var(--teal); font-weight: 900; }
.location-cards { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 16px; }
.location-cards article { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
.location-cards img { aspect-ratio: 1.25 / 1; object-fit: cover; }
.location-cards div { padding: 18px; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; }
.detail-grid article { border-left: 5px solid var(--accent); padding: 24px; background: #fff; border-radius: 8px; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 44px; align-items: start; }
.faq-section.full { display: block; max-width: 980px; margin: 0 auto; }
.faq-list { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 900; }
summary::marker { color: var(--teal); }
.contact-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: start; background: var(--ink); color: #fff; }
.contact-panel p { color: rgba(255,255,255,.75); }
.quote-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; background: #fff; color: var(--ink); border-radius: 8px; padding: 24px; box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.quote-form label { display: grid; gap: 7px; font-size: .86rem; font-weight: 900; color: #2c3335; }
.quote-form .wide, .quote-form button, .quote-form .form-note { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cfd7da; border-radius: 8px; padding: 12px 13px; background: #fff; color: var(--ink); min-width: 0; }
textarea { resize: vertical; }
.form-note { margin: 0; font-size: .9rem; color: var(--muted) !important; }
.plain-hero { padding-top: 160px; min-height: 420px; background: var(--cream); }
.plain-hero h1 { font-size: 3.5rem; line-height: 1.05; max-width: 900px; margin: 12px 0 16px; }
.site-footer { background: #111; color: #fff; padding: 64px max(20px, calc((100vw - 1180px)/2)) 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr .9fr; gap: 36px; }
.footer-brand img { width: 250px; filter: invert(1) brightness(8); margin-bottom: 16px; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer h2 { font-size: 1rem; color: #fff; margin: 0 0 14px; }
.site-footer div div { display: flex; flex-direction: column; gap: 8px; }
.footer-cta { color: var(--accent) !important; font-weight: 900; }
.nap { margin-top: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 40px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: rgba(255,255,255,.72); }
.footer-credit a { color: #fff; font-weight: 900; }
.sticky-mobile-cta { display: none; }
@media (max-width: 1120px) { .nav-pill { gap: 18px; } .nav-links { gap: 14px; } .brand img { width: 150px; } .location-cards { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 1023px) { .nav-links, .nav-quote { display: none; } .brand img { width: 172px; } .nav-pill { width: calc(100vw - 32px); justify-content: space-between; } .hero-content h1 { font-size: 3rem; } .offer-grid, .service-grid, .detail-grid, .area-grid, .proof-tiles { grid-template-columns: 1fr 1fr; } .split-band, .two-col, .reviews-wrap, .contact-panel, .faq-section { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .site-shell { padding: 12px; } .hero-home, .page-hero { min-height: 690px; } .compact-hero, .contact-hero { min-height: 600px; } .hero-content { width: calc(100% - 32px); padding: 120px 0 78px; } .hero-content h1 { font-size: 2.45rem; } .hero-content p { font-size: 1rem; } h2 { font-size: 2rem; } .section, .section-alt, .offer-band, .split-band, .contact-panel, .plain-hero { padding: 68px 16px; } .section-head, .offer-head { display: block; } .offer-grid, .service-grid, .detail-grid, .area-grid, .proof-tiles, .quote-form, .footer-grid, .location-cards, .image-stack { grid-template-columns: 1fr; } .image-stack picture, .image-stack img { min-height: 240px; } .plain-hero h1 { font-size: 2.4rem; } .sticky-mobile-cta { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -12px 28px rgba(0,0,0,.2); } .sticky-mobile-cta a { min-height: 58px; display: flex; align-items: center; justify-content: center; font-weight: 900; } .sticky-mobile-cta a:first-child { background: var(--accent); color: var(--ink); } .sticky-mobile-cta a:last-child { background: var(--ink); color: #fff; } body { padding-bottom: 58px; } .footer-bottom { display: block; } }
