:root {
    --red: #9f1519;
    --red-dark: #5f080b;
    --red-bright: #c52228;
    --gold: #c9a24f;
    --ink: #151515;
    --muted: #6e6e6e;
    --paper: #f6f3ed;
    --white: #ffffff;
    --line: rgba(21,21,21,.14);
    --radius: 28px;
    --shadow: 0 24px 60px rgba(16, 13, 13, .14);
    --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
button { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.section { padding: 108px 0; }

.page-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1100; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--gold); }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1000;
    padding: 18px 0; color: #fff; transition: .35s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.08); backdrop-filter: blur(16px); padding: 12px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 48px; height: 48px; border-radius: 16px; background: #fff; padding: 6px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand-fallback { width: 100%; height: 100%; place-items: center; font: 800 13px/1 'Manrope'; color: var(--red); display: none; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 800 14px/1.2 'Manrope'; }
.brand-copy small { margin-top: 4px; font-size: 11px; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { background: var(--gold); color: #211706; padding: 13px 18px; border-radius: 999px; font-weight: 800; font-size: 13px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: rgba(255,255,255,.14); border-radius: 14px; place-items: center; padding: 11px; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: currentColor; margin: 4px 0; }
.site-header.scrolled .menu-toggle { background: #f1ede5; }

.mobile-menu { position: fixed; inset: 0; z-index: 1200; background: rgba(18,12,12,.55); opacity: 0; pointer-events: none; transition: .3s; }
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu-panel { width: min(420px, 92vw); height: 100%; margin-left: auto; background: var(--paper); padding: 22px; transform: translateX(100%); transition: .35s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-menu-top button { border: 0; background: #fff; width: 42px; height: 42px; border-radius: 50%; font-size: 25px; }
.mobile-menu nav { display: grid; margin-top: 18px; }
.mobile-menu nav a { display: grid; grid-template-columns: 34px 1fr; padding: 17px 0; border-bottom: 1px solid var(--line); font: 700 22px/1.1 'Manrope'; }
.mobile-menu nav a span { font: 600 11px/1 'DM Sans'; color: var(--red); }
.mobile-wa { margin-top: auto; display: grid; place-items: center; background: var(--red); color: #fff; padding: 17px; border-radius: 18px; font-weight: 800; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; color: #fff; background: #221414; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-fallback { position: absolute; inset: 0; z-index: -1; }
.hero-overlay { background: linear-gradient(90deg, rgba(25,7,7,.9) 0%, rgba(40,10,10,.64) 48%, rgba(0,0,0,.18) 100%), linear-gradient(0deg, rgba(0,0,0,.48), transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-top: 115px; padding-bottom: 120px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.hero-kicker::before { content: ''; width: 44px; height: 2px; background: var(--gold); }
.hero h1 { max-width: 900px; margin: 24px 0; font: 800 clamp(44px, 7vw, 92px)/.98 'Manrope'; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { max-width: 620px; font-size: clamp(16px, 2vw, 21px); line-height: 1.65; color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { min-height: 54px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red-bright); color: #fff; }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn-light { background: #fff; color: var(--red-dark); }
.hero-footer { position: absolute; inset: auto 0 28px; z-index: 2; display: flex; align-items: end; gap: 42px; }
.hero-stat { display: grid; }
.hero-stat strong { font: 800 28px/1 'Manrope'; color: var(--gold); }
.hero-stat span { margin-top: 5px; font-size: 12px; color: rgba(255,255,255,.64); }
.scroll-cue { margin-left: auto; display: flex; align-items: center; gap: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue span { width: 30px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; position: relative; }
.scroll-cue span::after { content:''; width: 4px; height: 8px; border-radius: 999px; background: #fff; position: absolute; left: 50%; top: 8px; transform: translateX(-50%); animation: scrollDot 1.6s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%,0);} 30%{opacity:1;} 100%{opacity:0; transform:translate(-50%,18px);} }

.eyebrow { display: inline-block; color: var(--red); font-weight: 800; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 16px; }
.section-head { margin-bottom: 52px; }
.section-head h2 { max-width: 760px; margin: 0; font: 800 clamp(34px,5vw,64px)/1.05 'Manrope'; letter-spacing: -.045em; }
.split-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.split-head p { margin: 0; font-size: 17px; line-height: 1.75; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 48px; align-items: center; }
.about-visual { position: relative; min-height: 560px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-visual img { height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-year { position: absolute; right: 18px; bottom: 18px; width: 146px; height: 146px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; align-content: center; color: #2a1e08; }
.about-year span { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.about-year strong { font: 800 34px/1 'Manrope'; margin-top: 4px; }
.about-copy { padding: 20px 0; }
.mini-label { display: inline-block; color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.about-copy h3 { font: 800 clamp(31px,4vw,49px)/1.08 'Manrope'; margin: 0 0 20px; letter-spacing: -.04em; }
.about-copy > p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.feature-list { margin-top: 28px; border-top: 1px solid var(--line); }
.feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--red); font-weight: 800; font-size: 12px; }
.feature-list p { margin: 0; font-weight: 700; }

.services { background: #fff; }
.service-list { display: grid; gap: 18px; }
.service-card { display: grid; grid-template-columns: 72px 1fr minmax(280px, 38%); gap: 28px; align-items: stretch; border: 1px solid #e7e1d8; border-radius: 24px; padding: 18px; transition: .35s; overflow: hidden; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service-number { padding: 10px 0 0 8px; color: var(--red); font-weight: 800; }
.service-copy { padding: 20px 0; display: flex; flex-direction: column; align-items: flex-start; }
.service-copy h3 { margin: 0 0 14px; font: 800 clamp(25px,3vw,38px)/1.1 'Manrope'; letter-spacing: -.03em; }
.service-copy p { margin: 0; line-height: 1.7; color: var(--muted); max-width: 640px; }
.service-copy a { margin-top: auto; padding-top: 24px; color: var(--red); font-weight: 800; }
.service-image { min-height: 270px; border-radius: 18px; overflow: hidden; background: #eee; }
.service-image img { height: 100%; object-fit: cover; transition: .55s; }
.service-card:hover .service-image img { transform: scale(1.045); }

.workflow { background: var(--red-dark); color: #fff; }
.workflow-wrap { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; }
.workflow .eyebrow { color: var(--gold); }
.workflow-copy h2 { font: 800 clamp(36px,5vw,66px)/1.04 'Manrope'; margin: 0 0 20px; letter-spacing: -.045em; }
.workflow-copy p { color: rgba(255,255,255,.65); line-height: 1.7; font-size: 17px; }
.workflow-steps { border-top: 1px solid rgba(255,255,255,.2); }
.workflow-step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step-index { color: var(--gold); font-weight: 800; font-size: 12px; }
.workflow-step h3 { margin: 0 0 7px; font: 800 25px/1.1 'Manrope'; }
.workflow-step p { margin: 0; line-height: 1.65; color: rgba(255,255,255,.65); }

.coverage { background: linear-gradient(135deg, #f6f3ed 0%, #fff 58%, #f2e9db 100%); position: relative; overflow: hidden; }
.coverage::before { content: ''; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(159,21,25,.09); border-radius: 50%; right: -170px; top: -180px; box-shadow: 0 0 0 68px rgba(159,21,25,.025), 0 0 0 138px rgba(201,162,79,.025); pointer-events: none; }
.coverage-shell { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.coverage-intro h2 { margin: 0 0 22px; max-width: 650px; font: 800 clamp(36px,5vw,64px)/1.04 'Manrope'; letter-spacing: -.045em; }
.coverage-intro p { margin: 0; max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.coverage-cities { position: relative; border-top: 1px solid var(--line); }
.coverage-cities::before { content: ''; position: absolute; left: 55px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient(var(--gold), rgba(201,162,79,.18)); }
.coverage-city { position: relative; min-height: 94px; display: grid; grid-template-columns: 56px 1fr 24px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.coverage-index { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.coverage-city strong { font: 800 clamp(25px,3vw,36px)/1 'Manrope'; letter-spacing: -.03em; }
.coverage-dot { justify-self: end; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(201,162,79,.14); transition: .3s; }
.coverage-city:hover .coverage-dot { transform: scale(1.18); box-shadow: 0 0 0 11px rgba(201,162,79,.12); }

.company-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.company-card { background: #fff; border-radius: 24px; padding: 28px; border: 1px solid #e8e1d8; min-height: 310px; display: flex; flex-direction: column; transition: .3s; }
.company-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.company-logo { width: 88px; height: 88px; background: var(--paper); border-radius: 22px; padding: 12px; display: grid; place-items: center; }
.company-logo img { height: 100%; object-fit: contain; }
.company-logo span { display: none; place-items: center; width: 100%; height: 100%; color: var(--red); font: 800 20px/1 'Manrope'; }
.company-card h3 { margin: auto 0 12px; font: 800 24px/1.15 'Manrope'; }
.company-card p { margin: 0; color: var(--muted); line-height: 1.65; }

.gallery { background: #171313; color: #fff; overflow: hidden; }
.gallery .eyebrow { color: var(--gold); }
.gallery-head { display: flex; justify-content: space-between; align-items: end; }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); background: transparent; color: #fff; cursor: pointer; }
.gallery-track-wrap { overflow: hidden; }
.gallery-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 max(20px, calc((100vw - 1180px)/2)) 8px; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display:none; }
.gallery-item { min-width: min(72vw, 520px); height: 470px; margin: 0; border-radius: 24px; overflow: hidden; position: relative; scroll-snap-align: start; background: #302929; }
.gallery-item img { height: 100%; object-fit: cover; transition: .55s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 22px; background: linear-gradient(transparent, rgba(0,0,0,.75)); font-weight: 700; }

.contact { background: #fff; }
.contact-shell { background: var(--red); color: #fff; border-radius: 34px; padding: 56px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; box-shadow: var(--shadow); }
.contact .eyebrow { color: #f0cb77; }
.contact-main h2 { margin: 0 0 20px; font: 800 clamp(36px,5vw,66px)/1.03 'Manrope'; letter-spacing: -.045em; }
.contact-main p { color: rgba(255,255,255,.72); line-height: 1.7; max-width: 600px; }
.contact-main .btn { margin-top: 20px; }
.contact-info { display: grid; align-content: center; }
.contact-info > * { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; gap: 5px; }
.contact-info span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.58); }
.contact-info strong { font-size: 16px; overflow-wrap: anywhere; }

.site-footer { background: #0e0b0b; color: #fff; padding: 70px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 40px; }
.footer-brand p { color: rgba(255,255,255,.55); }
.brand-footer .brand-logo { background: var(--red); padding: 0; }
.footer-fallback { display: grid; color: #fff; }
.footer-links { display: grid; align-content: start; gap: 11px; }
.footer-links span { color: var(--gold); font-weight: 800; margin-bottom: 5px; }
.footer-links a { color: rgba(255,255,255,.7); }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); }

.mobile-shortcut { display: none; }
.floating-wa { position: fixed; right: 20px; bottom: 22px; z-index: 700; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #23c763; color: #fff; font-weight: 900; box-shadow: 0 14px 30px rgba(23,145,70,.35); }
.back-to-top { position: fixed; right: 26px; bottom: 92px; z-index: 690; width: 42px; height: 42px; border-radius: 50%; border: 0; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.14); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s; }
.back-to-top.show { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@media (max-width: 980px) {
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: block; color: inherit; }
    .split-head, .about-grid, .workflow-wrap, .coverage-shell, .contact-shell { grid-template-columns: 1fr; }
    .split-head { gap: 22px; }
    .company-grid { grid-template-columns: 1fr 1fr; }
    .service-card { grid-template-columns: 60px 1fr; }
    .service-image { grid-column: 1 / -1; }
    .workflow-wrap { gap: 44px; }
    .coverage-shell { gap: 42px; }
    .contact-shell { gap: 34px; }
}

@media (max-width: 680px) {
    :root { --container: min(100% - 28px, 1180px); --radius: 22px; }
    .section { padding: 78px 0; }
    .site-header { padding: 12px 0; }
    .brand-logo { width: 42px; height: 42px; border-radius: 13px; }
    .brand-copy strong { font-size: 12px; }
    .brand-copy small { font-size: 10px; }
    .hero { min-height: 100svh; }
    .hero-overlay { background: linear-gradient(0deg, rgba(15,4,4,.9), rgba(23,6,6,.43) 72%); }
    .hero-content { padding-top: 120px; padding-bottom: 175px; }
    .hero h1 { font-size: clamp(42px, 13vw, 62px); max-width: 100%; }
    .hero p { font-size: 16px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
    .hero-footer { bottom: 92px; gap: 22px; align-items: center; }
    .hero-stat strong { font-size: 22px; }
    .scroll-cue { display: none; }
    .section-head { margin-bottom: 34px; }
    .section-head h2, .about-copy h3, .workflow-copy h2, .contact-main h2 { font-size: 37px; }
    .about-visual { min-height: 430px; }
    .about-year { width: 120px; height: 120px; }
    .service-card { grid-template-columns: 40px 1fr; gap: 12px; padding: 12px; }
    .service-copy { padding: 8px 0 16px; }
    .service-copy h3 { font-size: 27px; }
    .service-image { min-height: 220px; }
    .workflow-step { grid-template-columns: 44px 1fr; }
    .coverage-intro h2 { font-size: 37px; }
    .coverage-shell { gap: 32px; }
    .coverage-cities::before { left: 38px; }
    .coverage-city { min-height: 78px; grid-template-columns: 40px 1fr 18px; gap: 12px; }
    .coverage-city strong { font-size: 26px; }
    .coverage-dot { width: 10px; height: 10px; box-shadow: 0 0 0 6px rgba(201,162,79,.14); }
    .company-grid { grid-template-columns: 1fr; }
    .company-card { min-height: 270px; }
    .gallery-head { align-items: center; }
    .gallery-controls { display: none; }
    .gallery-item { min-width: 84vw; height: 390px; }
    .contact-shell { padding: 30px 22px; border-radius: 26px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { display: grid; gap: 8px; }
    .site-footer { padding-bottom: 110px; }
    .floating-wa { display: none; }
    .mobile-shortcut { display: grid; grid-template-columns: repeat(4,1fr); position: fixed; z-index: 800; left: 10px; right: 10px; bottom: 10px; background: rgba(255,255,255,.94); border: 1px solid rgba(0,0,0,.08); border-radius: 20px; box-shadow: 0 14px 45px rgba(0,0,0,.18); backdrop-filter: blur(16px); padding: 7px; }
    .mobile-shortcut a { min-width: 0; min-height: 52px; display: grid; place-items: center; align-content: center; gap: 2px; font-size: 10px; font-weight: 700; border-radius: 15px; }
    .mobile-shortcut a span { font-size: 18px; line-height: 1; }
    .mobile-shortcut .shortcut-wa { background: #23c763; color: #fff; }
    .back-to-top { right: 18px; bottom: 86px; }
}

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