/* =========================================================
   HIPP ROOFING — Tightened: hero stays, everything else compact
   ========================================================= */

:root {
  --bg: #0a0b0d;
  --bg-2: #111316;
  --surface: #16181c;
  --surface-2: #1c1f24;
  --ink: #ffffff;
  --ink-2: #ffffff;
  --soft: #ffffff;
  --muted: #ffffff;
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --brand: #f59e2c;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1240px;
  --r: 4px;
  --r-md: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.55; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }

h1, h2, h3, h4 { margin: 0; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); line-height: 1.1; }
h1 { font-size: clamp(2.5rem, 6.5vw, 5.5rem); font-weight: 400; letter-spacing: -0.04em; }
h2 { font-size: clamp(1.4rem, 2.6vw, 1.95rem); }
h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); font-weight: 500; }
h4 { font-size: 0.92rem; font-weight: 600; }
p { margin: 0 0 0.85em; color: var(--ink-2); font-size: 0.92rem; }

.eyebrow { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--soft); display: inline-block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(1.25rem, 3vw, 2rem); position: relative; z-index: 2; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 clamp(1.25rem, 3vw, 2rem); }

section { padding: clamp(2.5rem, 4.5vw, 3.5rem) 0; position: relative; z-index: 2; }
.section-alt { background: var(--bg-2); }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0.5rem 0; transition: background 0.4s var(--ease), padding 0.4s var(--ease), border-color 0.4s var(--ease), backdrop-filter 0.4s var(--ease); border-bottom: 1px solid transparent; background: transparent; }
.site-header.scrolled { background: rgba(10, 11, 13, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); padding: 0.35rem 0; border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: 0; font-size: 1.15rem; font-weight: 600; letter-spacing: -0.015em; color: var(--ink); }
.brand-mark { display: block; height: 96px; width: auto; flex-shrink: 0; }
.brand-mark img { display: block; height: 100%; width: auto; max-width: none; max-height: none; object-fit: contain; }
.brand-name { display: none; }

.nav-links { display: flex; gap: 1.75rem; align-items: center; }
.nav-links a { font-size: 0.8rem; font-weight: 500; color: var(--ink-2); position: relative; padding: 0.5rem 0; transition: color 0.25s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--ink); }

.nav-toggle { display: none; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--r); background: rgba(255,255,255,0.04); }
.nav-toggle span { display: block; width: 14px; height: 1.5px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ''; position: absolute; left: 0; width: 14px; height: 1.5px; background: var(--ink); transition: transform 0.3s var(--ease); }
.nav-toggle span::before { top: -5px; }
.nav-toggle span::after  { top:  5px; }
.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.open span::after  { top: 0; transform: rotate(-45deg); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.7rem 1.2rem; font-size: 0.78rem; font-weight: 600; border-radius: var(--r); transition: opacity 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease); border: 1px solid transparent; white-space: nowrap; }
.btn-primary { background: var(--ink); color: #0a0b0d; }
.btn-primary:hover { opacity: 0.85; }
.btn-outline { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #0a0b0d; border-color: var(--ink); }
.btn .arrow { width: 13px; height: 13px; transition: transform 0.25s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* HERO — unchanged */
.hero-cinema { position: relative; height: 100vh; min-height: 640px; overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.8s var(--ease); will-change: opacity, transform; }
.hero-slide.active { opacity: 1; animation: kenburns 10s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.0) translate(0, 0); } to { transform: scale(1.10) translate(-1.5%, -1%); } }
.hero-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,11,13,0.55) 0%, rgba(10,11,13,0.22) 32%, rgba(10,11,13,0.50) 70%, rgba(10,11,13,0.94) 100%); }
.hero-cinema .container { position: relative; z-index: 2; padding-bottom: clamp(3rem, 7vw, 5rem); width: 100%; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; margin-bottom: 1.5rem; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--ink); }
.hero-eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.hero-cinema h1 { max-width: 18ch; margin-bottom: 1.5rem; color: var(--ink); text-shadow: 0 2px 30px rgba(0,0,0,0.4); }
.hero-cinema .hero-lede { max-width: 50ch; font-size: clamp(0.95rem, 1.05vw, 1.05rem); color: var(--ink); opacity: 0.92; margin-bottom: 1.75rem; text-shadow: 0 1px 12px rgba(0,0,0,0.3); }
.hero-ctas { display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center; }
.hero-dots { position: absolute; bottom: clamp(1.5rem, 3vw, 2.5rem); right: clamp(1.5rem, 4vw, 3rem); z-index: 3; display: flex; gap: 0.5rem; }
.hero-dot { width: 20px; height: 2px; background: rgba(255,255,255,0.28); transition: background 0.4s var(--ease); }
.hero-dot.active { background: var(--ink); }

/* TRUST STRIP — tightened */
.trust-strip { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0.8rem 0; }
.trust-strip-inner { display: flex; align-items: center; justify-content: space-around; gap: 1.5rem; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 0.45rem; color: var(--ink-2); font-size: 0.72rem; font-weight: 500; }
.trust-badge svg { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; }
.trust-badge .strong { color: var(--ink); font-weight: 700; }

/* Section heads */
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.25rem); align-items: end; }
.section-head-single { max-width: 540px; margin-bottom: clamp(1.5rem, 3vw, 2.25rem); }
.section-head .eyebrow, .section-head-single .eyebrow { margin-bottom: 0.75rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: center; }
.photo { position: relative; overflow: hidden; background: var(--surface); border-radius: var(--r-md); border: 1px solid var(--line); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo.aspect-4-5 { aspect-ratio: 4/5; }
.photo.aspect-4-3 { aspect-ratio: 4/3; }
.photo.aspect-3-4 { aspect-ratio: 3/4; }
.photo.aspect-1-1 { aspect-ratio: 1/1; }
.photo.aspect-16-9 { aspect-ratio: 16/9; }
.photo.aspect-3-2 { aspect-ratio: 3/2; }

.feature-list { display: grid; gap: 0; margin-top: 1.25rem; }
.feature-list .item { display: grid; grid-template-columns: 32px 1fr; gap: 1rem; align-items: start; padding: 1rem 0; border-top: 1px solid var(--line); }
.feature-list .item:last-child { border-bottom: 1px solid var(--line); }
.feature-list .icon-wrap { width: 32px; height: 32px; display: grid; place-items: center; color: var(--ink); }
.feature-list .icon-wrap svg { width: 18px; height: 18px; }
.feature-list h4 { margin-bottom: 0.25rem; font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.feature-list p { margin: 0; font-size: 0.85rem; color: var(--soft); }

/* Services — compact */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--bg); padding: 1.5rem 1.4rem; display: flex; flex-direction: column; gap: 0.55rem; position: relative; transition: background 0.3s var(--ease); min-height: 220px; }
.section-alt .service-card { background: var(--bg-2); }
.service-card .num { font-size: 0.7rem; font-weight: 600; color: var(--soft); letter-spacing: 0.08em; }
.service-card .icon { width: 30px; height: 30px; color: var(--ink); margin-bottom: 0.3rem; }
.service-card h3 { font-weight: 500; font-size: 1.05rem; color: var(--ink); }
.service-card p { font-size: 0.82rem; margin: 0; flex: 1; color: var(--soft); line-height: 1.5; }
.service-card .arrow-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.7rem; font-weight: 600; color: var(--ink); align-self: flex-start; margin-top: auto; transition: gap 0.25s var(--ease); }
.service-card .arrow-link svg { width: 12px; height: 12px; transition: transform 0.25s var(--ease); }
.service-card:hover { background: var(--surface-2); }
.service-card:hover .arrow-link { gap: 0.65rem; }
.service-card:hover .arrow-link svg { transform: translateX(3px); }

/* Process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { background: var(--bg-2); padding: 1.25rem 1.2rem; }
.section-alt .step { background: var(--bg); }
.step .step-num { font-size: 1.6rem; font-weight: 300; color: var(--ink); line-height: 1; margin-bottom: 0.5rem; letter-spacing: -0.04em; }
.step h4 { font-weight: 600; font-size: 0.92rem; margin-bottom: 0.3rem; color: var(--ink); }
.step p { font-size: 0.8rem; margin: 0; color: var(--soft); line-height: 1.5; }

/* Stats */
.stats-strip { background: var(--bg-2); color: var(--ink); padding: clamp(1.75rem, 3.5vw, 2.5rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat .val { font-size: clamp(1.65rem, 3vw, 2.4rem); font-weight: 400; line-height: 1; color: var(--ink); display: flex; align-items: baseline; gap: 0.1rem; letter-spacing: -0.03em; }
.stat .val .suffix { font-size: 0.5em; color: var(--ink); font-weight: 500; opacity: 0.6; }
.stat .label { margin-top: 0.4rem; font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--soft); font-weight: 600; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.testimonial { background: var(--bg); padding: 1.5rem; position: relative; }
.section-alt .testimonial { background: var(--bg-2); }
.testimonial-quote { font-size: 0.92rem; line-height: 1.55; color: var(--ink); margin: 0 0 1rem; }
.testimonial-meta { display: flex; align-items: center; gap: 0.65rem; }
.testimonial-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2); color: var(--ink); display: grid; place-items: center; font-weight: 600; font-size: 0.78rem; border: 1px solid var(--line); }
.testimonial-name { font-weight: 600; font-size: 0.85rem; display: block; color: var(--ink); }
.testimonial-role { font-size: 0.7rem; color: var(--muted); }
.stars { color: var(--ink); letter-spacing: 0.08em; font-size: 0.78rem; margin-bottom: 0.4rem; opacity: 0.85; }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; padding: 1.1rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; font-size: clamp(0.95rem, 1.3vw, 1.05rem); font-weight: 500; color: var(--ink); }
.faq-toggle { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; flex-shrink: 0; transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease); }
.faq-toggle svg { width: 11px; height: 11px; transition: transform 0.3s var(--ease); }
.faq-item.open .faq-toggle { background: var(--ink); color: #0a0b0d; border-color: var(--ink); }
.faq-item.open .faq-toggle svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-a-inner { padding: 0 0 1.1rem; max-width: 60ch; color: var(--soft); font-size: 0.88rem; }
.faq-item.open .faq-a { max-height: 320px; }

/* Gallery */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 1.75rem; justify-content: center; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; width: fit-content; margin-left: auto; margin-right: auto; }
.gallery-filter { padding: 0.55rem 1rem; border-right: 1px solid var(--line); font-size: 0.7rem; font-weight: 600; color: var(--soft); background: transparent; transition: all 0.25s var(--ease); }
.gallery-filter:last-child { border-right: none; }
.gallery-filter:hover { color: var(--ink); background: var(--surface); }
.gallery-filter.active { background: var(--ink); color: #0a0b0d; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0.5rem; grid-auto-flow: dense; }
.gallery-item { position: relative; cursor: pointer; overflow: hidden; border-radius: var(--r-md); border: 1px solid var(--line); background: var(--surface); }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.gallery-item.size-1 { grid-column: span 4; aspect-ratio: 1; }
.gallery-item.size-2 { grid-column: span 4; aspect-ratio: 3/4; }
.gallery-item.size-3 { grid-column: span 8; aspect-ratio: 16/9; }
.gallery-item.size-4 { grid-column: span 6; aspect-ratio: 4/3; }
.gallery-item.size-5 { grid-column: span 6; aspect-ratio: 5/4; }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(10, 11, 13, 0.92)); display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; color: var(--ink); opacity: 0; transition: opacity 0.4s var(--ease); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-tag { font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 0.2rem; font-weight: 600; opacity: 0.7; }
.gallery-title { font-weight: 500; font-size: 0.98rem; color: var(--ink); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(10, 11, 13, 0.96); z-index: 200; display: none; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.active { display: flex; }
.lightbox-inner { max-width: 1200px; width: 100%; position: relative; }
.lightbox-img { width: 100%; aspect-ratio: 16/10; background: var(--surface); border-radius: var(--r-md); display: grid; place-items: center; color: var(--muted); border: 1px solid var(--line); overflow: hidden; }
.lightbox-img img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-close { position: absolute; top: -3rem; right: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #0a0b0d; display: grid; place-items: center; }
.lightbox-caption { color: var(--ink); text-align: center; margin-top: 1rem; font-size: 0.88rem; }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: var(--ink); display: grid; place-items: center; border: 1px solid var(--line); transition: background 0.25s var(--ease); }
.lightbox-nav:hover { background: var(--ink); color: #0a0b0d; }
.lightbox-prev { left: -3rem; }
.lightbox-next { right: -3rem; }

/* Page banner */
.page-banner { padding: clamp(7rem, 14vh, 9rem) 0 clamp(2rem, 3.5vw, 2.5rem); position: relative; overflow: hidden; background: var(--bg); border-bottom: 1px solid var(--line); }
.page-banner h1 { max-width: 18ch; margin-bottom: 0.65rem; line-height: 1.05; font-size: clamp(1.9rem, 4.5vw, 3rem); }
.page-banner p { font-size: 0.95rem; }
.crumbs { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.25rem; font-weight: 600; }
.crumbs a { color: var(--ink-2); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
.contact-info { display: grid; gap: 0; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.contact-card { padding: 1rem 1.1rem; background: var(--bg-2); display: flex; gap: 0.85rem; align-items: flex-start; border-bottom: 1px solid var(--line); transition: background 0.25s var(--ease); }
.contact-card:last-child { border-bottom: none; }
.contact-card:hover { background: var(--surface-2); }
.contact-card .icon-wrap { width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; color: var(--ink); }
.contact-card h4 { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--soft); font-weight: 600; margin-bottom: 0.25rem; }
.contact-card .value { font-size: 0.95rem; font-weight: 500; color: var(--ink); margin: 0; line-height: 1.35; }
.form-card { padding: clamp(1.25rem, 2.5vw, 1.75rem); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.form-field { margin-bottom: 0.9rem; display: block; }
.form-field label { display: block; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; color: var(--soft); margin-bottom: 0.35rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 0.7rem 0.85rem; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); font-family: var(--font); font-size: 0.88rem; color: var(--ink); transition: border-color 0.25s var(--ease); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--ink); }
.form-field textarea { resize: vertical; min-height: 100px; }
.map-embed { margin-top: 2.5rem; aspect-ratio: 21/9; background: var(--surface); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: invert(0.92) hue-rotate(180deg) saturate(0.5) contrast(0.95); }

/* Storm band — tightened */
.storm-band { background: var(--bg-2); padding: clamp(2rem, 4vw, 3rem) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.storm-band-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.5rem; align-items: center; }
.storm-band h2 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
.storm-band p { font-size: 0.88rem; }
.storm-band .pulse { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); margin-right: 0.4rem; vertical-align: middle; animation: pulse 1.6s var(--ease) infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.7); } }

/* CTA */
.cta-band { background: var(--bg-2); padding: clamp(2.5rem, 5vw, 3.5rem) 0; border-top: 1px solid var(--line); }
.cta-band-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 1.5rem; align-items: center; }
.cta-band h2 { color: var(--ink); }
.cta-band-ctas { display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: flex-end; }

/* Footer — tightened */
.site-footer { background: var(--bg); color: var(--soft); padding: clamp(2.25rem, 4.5vw, 3rem) 0 1.25rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 1.75rem; margin-bottom: 2.25rem; }
.footer-brand { font-size: 1.15rem; color: var(--ink); margin-bottom: 0.6rem; display: block; font-weight: 600; }
.footer p { color: var(--soft); font-size: 0.82rem; }
.footer-col h4 { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 0.85rem; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul a, .footer-col ul li { color: var(--soft); transition: color 0.25s var(--ease); font-size: 0.82rem; }
.footer-col ul a:hover { color: var(--ink); }
.footer-social { display: flex; gap: 0.4rem; margin-top: 0.9rem; }
.footer-social a { width: 30px; height: 30px; border-radius: var(--r); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: background 0.25s var(--ease), border-color 0.25s var(--ease); }
.footer-social a:hover { background: var(--ink); color: #0a0b0d; border-color: var(--ink); }
.footer-social svg { width: 13px; height: 13px; }
.footer-bottom { padding-top: 1.25rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.85rem; font-size: 0.7rem; color: var(--muted); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.06s; }
.reveal-delay-2 { transition-delay: 0.12s; }
.reveal-delay-3 { transition-delay: 0.18s; }
.reveal-delay-4 { transition-delay: 0.24s; }

/* Mobile call button */
.mobile-call { display: none; }
@media (max-width: 720px) {
  .mobile-call { display: flex; align-items: center; justify-content: center; gap: 0.5rem; position: fixed; bottom: 0.85rem; left: 0.85rem; right: 0.85rem; z-index: 90; padding: 0.85rem; background: var(--brand); color: #0a0b0d; font-weight: 700; font-size: 0.9rem; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
  .mobile-call svg { width: 16px; height: 16px; }
  body { padding-bottom: 4.5rem; }
}

/* Responsive */
@media (max-width: 980px) {
  .split, .contact-grid, .section-head, .cta-band-inner, .storm-band-inner { grid-template-columns: 1fr; }
  .cta-band-ctas, .storm-band-inner .cta-band-ctas { justify-content: flex-start; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(6, 1fr); }
  .gallery-item.size-1, .gallery-item.size-2 { grid-column: span 3; }
  .gallery-item.size-3, .gallery-item.size-4, .gallery-item.size-5 { grid-column: span 6; }
  .lightbox-prev { left: 0.5rem; }
  .lightbox-next { right: 0.5rem; }
  .brand-mark { height: 78px; }
  .trust-strip-inner { gap: 0.75rem; justify-content: flex-start; }
  .trust-badge { font-size: 0.68rem; }
  .trust-badge svg { width: 14px; height: 14px; }
}

@media (max-width: 640px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 1rem; right: 1rem; flex-direction: column; background: rgba(10, 11, 13, 0.98); backdrop-filter: blur(20px); padding: 1rem; border-radius: var(--r-md); border: 1px solid var(--line); gap: 0.85rem; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 0.35rem; }
  .gallery-item.size-1, .gallery-item.size-2,
  .gallery-item.size-3, .gallery-item.size-4, .gallery-item.size-5 { grid-column: span 2; aspect-ratio: 4/3; }
  .lightbox-close { top: 0.5rem; right: 0.5rem; }
  .hero-dots { right: 1rem; bottom: 1rem; }
  .brand-mark { height: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide.active { animation: none; transform: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
