:root {
  --ink: #111820;
  --ink-soft: #42505d;
  --navy: #0b1118;
  --navy-2: #101b26;
  --paper: #f7f8f6;
  --white: #ffffff;
  --line: #dbe0e3;
  --accent: #d9f057;
  --green: #16a477;
  --max: 1200px;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(6, 15, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(217, 240, 87, .85); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.fill, .icon-fill { fill: currentColor; stroke: none; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; background: var(--accent); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); transition: background .25s ease, height .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { height: 70px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 30px rgba(7,15,24,.08); backdrop-filter: blur(16px); border-color: rgba(17,24,32,.08); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand { width: 166px; height: 55px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; filter: invert(1); transition: filter .25s ease; }
.site-header.scrolled .brand img { filter: none; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.main-nav a { position: relative; font-size: .88rem; font-weight: 700; letter-spacing: .03em; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--accent); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-small { min-height: 42px; padding: 0 17px; background: var(--accent); color: var(--navy); font-size: .88rem; }
.button-primary { background: var(--accent); color: var(--navy); }
.button-primary:hover { background: #e6f878; }
.button-light { background: var(--white); color: var(--navy); }

.scroll-hero { position: relative; height: 250vh; min-height: 1500px; background: var(--navy); }
.hero-sticky { position: sticky; top: 0; height: 100svh; min-height: 640px; overflow: hidden; color: var(--white); }
#hero-canvas, .hero-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,15,.94) 0%, rgba(5,10,15,.8) 36%, rgba(5,10,15,.24) 68%, rgba(5,10,15,.12) 100%), linear-gradient(0deg, rgba(5,10,15,.36) 0%, transparent 45%); }
.hero-content { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: #597080; font-size: .78rem; font-weight: 900; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.78); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 2px; background: var(--accent); }
.hero-content h1 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 7vw, 6.6rem); font-weight: 400; line-height: .91; letter-spacing: -.055em; }
.hero-content h1 em { color: var(--accent); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.04rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { padding: 10px 2px; border-bottom: 1px solid rgba(255,255,255,.55); font-weight: 700; }
.hero-proof { display: flex; gap: clamp(28px, 4vw, 56px); margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof div { display: grid; gap: 1px; }
.hero-proof strong { font-size: .92rem; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: .78rem; }
.scroll-cue { position: absolute; right: max(20px, calc((100vw - var(--max))/2)); bottom: 35px; width: 170px; display: grid; gap: 10px; color: rgba(255,255,255,.6); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.scroll-track { height: 2px; background: rgba(255,255,255,.25); overflow: hidden; }
.scroll-track i { display: block; width: 0; height: 100%; background: var(--accent); }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.intro h2, .section-heading h2, .why h2, .quote h2, .location h2, .faq h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4.6rem); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.intro-copy > p { margin: 3px 0 30px; color: var(--ink-soft); font-size: 1.08rem; }
.mini-features { display: grid; gap: 13px; padding-top: 26px; border-top: 1px solid var(--line); }
.mini-features span { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.mini-features svg { width: 19px; height: 19px; color: var(--green); stroke-width: 2.5; }

.solutions { background: #eef1f0; }
.section-heading { margin-bottom: clamp(42px, 6vw, 74px); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 1.05rem; }
.solution-card { background: var(--white); }
.solution-featured { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 620px; }
.solution-image { position: relative; min-height: 380px; overflow: hidden; background: #d9ddda; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.solution-card:hover .solution-image img { transform: scale(1.025); }
.image-label { position: absolute; left: 20px; bottom: 20px; padding: 7px 10px; color: var(--white); background: rgba(8,14,20,.8); backdrop-filter: blur(8px); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.solution-body { padding: clamp(34px, 4.5vw, 64px); display: flex; flex-direction: column; align-items: flex-start; }
.solution-number { margin: 0 0 auto; color: #91a0a9; font-family: Georgia, serif; font-size: 1.1rem; }
.solution-body h3 { margin: 30px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; line-height: 1.08; }
.solution-body > p:not(.solution-number) { margin: 0 0 28px; color: var(--ink-soft); }
.spec-list { width: 100%; margin: 0 0 30px; }
.spec-list div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.spec-list dt { color: #6b7881; }
.spec-list dd { margin: 0; font-weight: 800; text-align: right; }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; border-bottom: 1px solid currentColor; }
.arrow-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.arrow-link:hover svg { transform: translateX(4px); }
.solution-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: 24px; }
.compact-card { display: grid; grid-template-rows: 430px auto; }
.compact-card .solution-number { margin-bottom: 0; }
.compact-card .solution-body h3 { margin-top: 18px; font-size: clamp(1.8rem, 2.5vw, 2.7rem); }
.spec-note { max-width: 820px; margin: 24px 0 0; color: #6b7881; font-size: .78rem; line-height: 1.55; }

.why { background: var(--navy); color: var(--white); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.section-kicker.light { color: #9aabb8; }
.why-heading { position: sticky; top: 110px; align-self: start; }
.why-heading > p:not(.section-kicker) { max-width: 520px; margin: 30px 0; color: #aab6c0; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.15); }
.benefit-list article { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(217,240,87,.35); }
.icon-box svg { width: 27px; height: 27px; }
.benefit-list h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.benefit-list p { margin: 0; color: #98a7b2; }

.projects { background: var(--white); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 12px; }
.gallery-item { position: relative; grid-column: span 1; grid-row: span 1; padding: 0; overflow: hidden; border: 0; color: var(--white); background: #cdd3d4; text-align: left; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4,9,14,.86)); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item > span { position: absolute; z-index: 1; left: 20px; bottom: 18px; display: grid; }
.gallery-item b { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.gallery-item small { color: rgba(255,255,255,.72); }
.gallery-item > svg { position: absolute; z-index: 2; top: 16px; right: 16px; width: 18px; height: 18px; }

.process { background: var(--paper); }
.centered-heading { max-width: 740px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--ink-soft); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid #cfd6d9; }
.process-list li { position: relative; padding: 32px 28px 10px 0; }
.process-list li:not(:last-child) { border-right: 1px solid #cfd6d9; margin-right: 28px; }
.process-list li::before { content: ""; position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px var(--paper); }
.process-list > li > span { color: #81909a; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin: 36px 0 10px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.process-list p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.quote { background: var(--navy-2); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro > p:not(.section-kicker) { max-width: 490px; margin: 26px 0 40px; color: #aab7c0; }
.quote-contact { display: grid; gap: 20px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.quote-contact > a, .quote-contact > span { display: flex; align-items: center; gap: 14px; font-weight: 800; }
.quote-contact svg { width: 23px; height: 23px; color: var(--accent); }
.quote-contact span span, .quote-contact a span { display: grid; }
.quote-contact small { color: #91a1ad; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.quote-form { padding: clamp(28px, 5vw, 56px); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field > span { font-size: .77rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfd6d9; border-radius: 2px; background: #fafbfa; color: var(--ink); padding: 13px 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { height: 50px; }
.field textarea { resize: vertical; min-height: 112px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(22,164,119,.13); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 2px 0 22px; color: #596771; font-size: .8rem; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--green); }
.button-whatsapp { width: 100%; background: #17a672; color: var(--white); }
.button-whatsapp:hover { background: #128a5f; }
.form-note { margin: 12px 0 0; color: #78858d; font-size: .72rem; text-align: center; }

.location { background: #e8edeb; }
.location-grid { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 500px; background: var(--white); box-shadow: var(--shadow); }
.location-card { padding: clamp(38px, 6vw, 76px); align-self: center; }
.location-card h2 { font-size: clamp(2.2rem, 3.7vw, 3.8rem); }
.location-card > p:not(.section-kicker) { margin: 24px 0 30px; color: var(--ink-soft); }
.map-wrap { min-height: 460px; background: #d8dedb; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 460px; border: 0; filter: grayscale(.9) contrast(1.05); }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 110px; }
.faq-grid > div:first-child > p:last-child { color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 48px 25px 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; line-height: 1.35; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 5px; top: 34px; width: 18px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -6px 48px 26px 0; color: var(--ink-soft); }

.final-cta { padding: clamp(60px, 7vw, 92px) 0; color: var(--white); background: #16232d; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta p { margin: 0 0 8px; color: #a8b6c0; font-weight: 700; }
.final-cta h2 { font-size: clamp(2.4rem, 4.2vw, 4.2rem); }

.site-footer { padding: 84px 0 0; color: #d7dee2; background: #070c11; }
.footer-main { display: grid; grid-template-columns: 1.2fr .54fr .68fr 1.08fr; gap: clamp(34px, 5vw, 82px); padding-bottom: 70px; }
.footer-brand > a { display: inline-flex; }
.footer-brand img { width: 205px; height: auto; filter: invert(1); }
.footer-brand > p { max-width: 370px; margin: 26px 0 24px; color: #83919a; font-size: .85rem; line-height: 1.75; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.social-links a, .footer-column a, .footer-legal a { position: relative; color: #a8b3ba; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.social-links a { padding-bottom: 4px; border-bottom: 1px solid #364049; }
.social-links a span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.social-links a:hover, .footer-column a:hover, .footer-legal a:hover { color: var(--accent); }
.social-links a:hover span { transform: translate(2px,-2px); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column h2 { margin: 4px 0 12px; color: var(--white); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-column > span { color: #8998a2; font-size: .75rem; line-height: 1.45; }
.footer-column a { text-transform: none; letter-spacing: .01em; font-weight: 650; }
.footer-pitch { padding-left: clamp(24px, 3.4vw, 52px); border-left: 1px solid #25313a; }
.footer-eyebrow { margin: 0 0 17px; color: var(--accent); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-pitch h2 { margin: 0 0 24px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 400; line-height: 1.25; letter-spacing: -.025em; }
.footer-wa { min-height: 54px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; padding: 0 17px; color: var(--navy); background: var(--accent); border-radius: 2px; font-size: .78rem; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.footer-wa:hover { background: #e6f878; transform: translateY(-2px); }
.footer-wa svg { width: 22px; height: 22px; }
.footer-wa b { font-size: 1rem; }
.footer-pitch small { display: block; margin-top: 13px; color: #6f7e88; font-size: .7rem; }
.footer-legal { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; border-top: 1px solid #202b33; color: #71808a; }
.footer-legal p { margin: 0; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-legal > div { display: flex; align-items: center; gap: 25px; }
.footer-legal > div span { font-size: .68rem; }
.creator-credit { min-height: 84px; display: flex; align-items: center; justify-content: center; gap: 14px; border-top: 1px solid #202b33; }
.creator-credit span { color: #6f7e88; font-size: .6rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.creator-credit img { width: 142px; max-height: 34px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .72; transition: opacity .2s ease; }
.creator-credit:hover img { opacity: 1; }

.floating-wa { position: fixed; z-index: 90; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 19px; color: var(--white); background: #08783f; border-radius: 99px; box-shadow: 0 12px 34px rgba(0,0,0,.25); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.floating-wa:hover { transform: translateY(-3px); background: #066432; }
.floating-wa svg { width: 23px; height: 23px; }

.lightbox { max-width: min(92vw, 1100px); max-height: 90vh; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(3,7,10,.91); backdrop-filter: blur(8px); }
.lightbox img { max-width: min(92vw, 1100px); max-height: 85vh; object-fit: contain; box-shadow: 0 30px 90px #000; }
.lightbox-close { position: absolute; z-index: 2; top: -46px; right: 0; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: transparent; font-size: 1.6rem; line-height: 1; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto 1fr auto; gap: 20px; }
  .menu-toggle { justify-self: end; width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; padding: 0; color: inherit; border: 0; background: transparent; }
  .menu-toggle span { width: 23px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 22px 20px 30px; color: var(--ink); background: var(--white); box-shadow: 0 24px 30px rgba(0,0,0,.15); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav a::after { display: none; }
  .intro-grid, .why-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .why-heading, .quote-intro, .faq-grid > div:first-child { position: static; }
  .solution-featured { grid-template-columns: 1fr; }
  .solution-featured .solution-image { min-height: 500px; }
  .solution-number { margin-bottom: 0; }
  .solution-pair { grid-template-columns: 1fr; }
  .compact-card { grid-template-columns: .85fr 1.15fr; grid-template-rows: auto; }
  .reverse-card .solution-image { order: 2; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .process-list { grid-template-columns: repeat(2,1fr); gap: 34px 0; }
  .process-list li:nth-child(2) { border-right: 0; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-pitch { grid-column: 1 / -1; max-width: 600px; padding: 38px 0 0; border-top: 1px solid #25313a; border-left: 0; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section { padding: 72px 0; }
  .site-header, .site-header.scrolled { height: 66px; }
  .brand { width: 128px; height: 46px; }
  .main-nav { top: 66px; }
  .scroll-hero { height: 190vh; min-height: 1200px; }
  .hero-sticky { min-height: 570px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,10,15,.96) 0%, rgba(5,10,15,.82) 52%, rgba(5,10,15,.2) 100%); }
  #hero-canvas, .hero-fallback { object-position: 57% center; }
  .hero-content { justify-content: flex-end; padding-top: 90px; padding-bottom: 72px; }
  .eyebrow { margin-bottom: 14px; font-size: .68rem; }
  .hero-content h1 { font-size: clamp(2.8rem, 14.2vw, 4.2rem); }
  .hero-lead { margin-top: 18px; font-size: 1rem; line-height: 1.5; }
  .hero-actions { width: 100%; gap: 18px; margin-top: 24px; }
  .hero-actions .button { min-height: 50px; padding: 0 17px; font-size: .87rem; }
  .text-link { font-size: .86rem; }
  .hero-proof { width: 100%; gap: 0; justify-content: space-between; margin-top: 28px; padding-top: 18px; }
  .hero-proof div:nth-child(2) { display: none; }
  .hero-proof span { font-size: .68rem; }
  .scroll-cue { right: 15px; bottom: 18px; width: 130px; font-size: .6rem; }
  .intro-grid { gap: 30px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .solution-featured .solution-image { min-height: 360px; }
  .solution-body { padding: 30px 24px 36px; }
  .compact-card { grid-template-columns: 1fr; grid-template-rows: 340px auto; }
  .reverse-card .solution-image { order: initial; }
  .spec-list div { font-size: .8rem; }
  .benefit-list article { grid-template-columns: 48px 1fr; gap: 18px; }
  .icon-box { width: 44px; height: 44px; }
  .gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 190px; }
  .gallery-wide { grid-column: span 2; }
  .gallery-tall { grid-row: span 2; }
  .gallery-item > span { left: 13px; bottom: 12px; }
  .gallery-item b { font-size: 1rem; }
  .gallery-item small { font-size: .68rem; }
  .process-list { grid-template-columns: 1fr; border-top: 0; }
  .process-list li, .process-list li:not(:last-child) { display: grid; grid-template-columns: 42px 1fr; gap: 14px; margin: 0; padding: 24px 0; border-right: 0; border-top: 1px solid #cfd6d9; }
  .process-list li::before { display: none; }
  .process-list h3 { margin: 0 0 8px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 28px 20px; }
  .location-grid { width: 100%; }
  .location-card { padding: 42px 24px; }
  .map-wrap, .map-wrap iframe { min-height: 380px; }
  .faq-grid { gap: 30px; }
  .faq-list summary { font-size: 1.12rem; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .site-footer { padding-top: 66px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px 26px; padding-bottom: 52px; }
  .footer-brand, .footer-pitch { grid-column: 1 / -1; }
  .footer-brand img { width: 178px; }
  .footer-pitch { max-width: none; }
  .footer-legal { flex-direction: column; align-items: flex-start; }
  .footer-legal > div { flex-direction: column; align-items: flex-start; gap: 8px; }
  .creator-credit { min-height: 96px; flex-direction: column; gap: 8px; }
  .floating-wa { right: 14px; bottom: 14px; width: 56px; height: 56px; min-width: 56px; padding: 0; justify-content: center; }
  .floating-wa span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scroll-hero { height: 100svh; min-height: 640px; }
  .scroll-cue { display: none; }
}
