:root {
  --black: #101010;
  --graphite: #292929;
  --red: #c90000;
  --red-dark: #a80000;
  --light: #f3f4f5;
  --off-white: #f8f8f7;
  --white: #ffffff;
  --text: #656565;
  --line: #e5e5e5;
  --container: 1240px;
  --heading: "Manrope", sans-serif;
  --body: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--graphite); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.7; -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, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 88px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s ease, height .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled, .site-header.menu-active { height: 76px; color: var(--graphite); background: rgba(255,255,255,.97); box-shadow: 0 12px 35px rgba(0,0,0,.08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: clamp(24px, 3vw, 56px); }
.brand { width: 118px; height: 66px; padding: 5px 9px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; background: var(--white); }
.brand img { width: 100%; max-height: 56px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.25vw, 38px); margin-left: auto; }
.main-nav a { position: relative; font: 600 .78rem/1 var(--heading); letter-spacing: .025em; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 100%; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 12px; color: var(--white); border: 1px solid rgba(255,255,255,.4); font: 700 .76rem/1 var(--heading); transition: .25s ease; }
.site-header.is-scrolled .header-cta, .site-header.menu-active .header-cta { color: var(--white); background: var(--black); border-color: var(--black); }
.header-cta:hover { color: var(--white); background: var(--red) !important; border-color: var(--red) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: inherit; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 1.5px; margin: 6px auto; background: currentColor; transition: .25s ease; }

.hero { position: relative; color: var(--white); background: var(--black); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: 48% 52%; }
.hero-copy-wrap { min-width: 0; display: flex; align-items: center; background: radial-gradient(circle at 82% 38%, rgba(201,0,0,.08), transparent 32%), var(--black); }
.hero-copy { width: min(590px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - var(--container)) / 2)); padding: 150px 32px 106px 0; }
.eyebrow { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #d9d9d9; font: 700 .69rem/1.4 var(--heading); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow i { width: 28px; height: 2px; background: var(--red); }
.eyebrow b { color: var(--red); font-weight: 800; }
.eyebrow.dark { color: #555; }
.eyebrow.light { color: #c7c7c7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); letter-spacing: -.045em; }
h1 { max-width: 660px; margin-bottom: 27px; font-size: clamp(3.15rem, 4.3vw, 4.45rem); line-height: 1.04; font-weight: 700; }
h1 em, h2 em, .statement em { color: var(--red); font-style: normal; }
.hero-copy > p { max-width: 570px; margin-bottom: 9px; color: #bfbfbf; font-size: 1rem; line-height: 1.75; }
.hero-copy strong { color: var(--white); font-weight: 600; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; cursor: pointer; font: 700 .82rem/1 var(--heading); transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font: 700 .8rem/1 var(--heading); }
.hero-media { position: relative; min-width: 0; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,16,.48), transparent 28%), linear-gradient(0deg, rgba(16,16,16,.4), transparent 35%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 48%; transition: transform 1.4s ease; }
.hero:hover .hero-media img { transform: scale(1.018); }
.hero-index { position: absolute; z-index: 2; right: 34px; bottom: 30px; display: grid; grid-template-columns: auto 55px auto; align-items: center; gap: 12px; color: var(--white); font: 700 .68rem/1 var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.hero-index i { height: 1px; background: rgba(255,255,255,.55); }
.hero-index small { font-size: inherit; }
.hero-strip { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(16,16,16,.88); backdrop-filter: blur(8px); }
.strip-inner { min-height: 64px; display: flex; align-items: center; gap: clamp(14px, 3vw, 44px); color: #d0d0d0; font: 600 .68rem/1.3 var(--heading); letter-spacing: .13em; text-transform: uppercase; }
.strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.section { padding: 108px 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .68fr); gap: 10%; align-items: end; margin-bottom: 56px; }
.section-heading h2, .about-content h2, .contact-copy h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.35rem, 3.25vw, 3.25rem); line-height: 1.12; font-weight: 700; }
.split-heading > p { margin: 0; color: var(--text); font-size: 1rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { position: relative; min-height: 280px; padding: 31px 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, background .25s ease; }
.service-item::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 0; height: 3px; background: var(--red); transition: width .3s ease; }
.service-item:hover { z-index: 2; background: var(--off-white); transform: translateY(-4px); }
.service-item:hover::before { width: 100%; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; }
.service-top > span { color: #a8a8a8; font: 700 .68rem/1 var(--heading); letter-spacing: .14em; }
.service-top svg { width: 30px; height: 30px; fill: none; stroke: #777; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transition: stroke .25s ease; }
.service-item:hover svg { stroke: var(--red); }
.service-item h3 { margin-bottom: 12px; font-size: 1.13rem; line-height: 1.25; font-weight: 700; }
.service-item p { margin-bottom: 0; color: var(--text); font-size: .88rem; line-height: 1.65; }
.service-item > a { position: absolute; right: 28px; bottom: 25px; left: 28px; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); color: var(--red); font: 700 .76rem/1 var(--heading); }

.about { color: var(--white); background: var(--black); }
.about-grid { display: grid; grid-template-columns: 46% 54%; }
.about-media { position: relative; min-height: 800px; overflow: hidden; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,16,16,.68), transparent 46%); }
.about-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s ease; }
.about-media:hover img { transform: scale(1.018); }
.media-label { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; display: flex; align-items: center; gap: 12px; color: #e1e1e1; font: 600 .64rem/1 var(--heading); letter-spacing: .14em; text-transform: uppercase; }
.media-label i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }
.about-content { padding: 112px max(32px, calc((100vw - var(--container)) / 2)) 90px clamp(54px, 6vw, 100px); }
.about-content h2 { max-width: 710px; }
.about-text { max-width: 700px; margin-top: 38px; color: #bdbdbd; }
.about-text p { margin-bottom: 12px; }
.about-text strong { color: var(--white); }
.differentials { max-width: 720px; margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #3b3b3b; border-left: 1px solid #3b3b3b; }
.differentials article { min-height: 175px; padding: 24px; border-right: 1px solid #3b3b3b; border-bottom: 1px solid #3b3b3b; }
.differentials span { color: var(--red); font: 700 .62rem/1 var(--heading); }
.differentials h3 { margin: 20px 0 8px; font-size: .98rem; letter-spacing: -.025em; }
.differentials p { margin: 0; color: #a6a6a6; font-size: .78rem; line-height: 1.55; }
.statement { padding-block: 100px; display: grid; grid-template-columns: 1fr 3.25fr; gap: 7%; align-items: start; border-top: 1px solid #363636; }
.statement > span { color: #777; font: 700 .66rem/1 var(--heading); letter-spacing: .12em; text-transform: uppercase; }
.statement p { margin: 0; font: 700 clamp(2.4rem, 4.2vw, 4.4rem)/1.08 var(--heading); letter-spacing: -.055em; }

.contact { position: relative; padding: 82px 0; color: var(--white); background: var(--graphite); isolation: isolate; }
.contact-backdrop { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.contact-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,16,.96) 0%, rgba(16,16,16,.88) 45%, rgba(16,16,16,.55) 100%); }
.contact-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(.65); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); gap: 8%; align-items: center; }
.contact-copy h2 { max-width: 600px; }
.contact-copy > p { max-width: 590px; margin: 24px 0 0; color: #c4c4c4; font-size: 1.02rem; }
.whatsapp-card { position: relative; padding: 34px; overflow: hidden; color: var(--graphite); border-top: 3px solid var(--red); background: var(--white); box-shadow: 0 26px 70px rgba(0,0,0,.24); }
.whatsapp-card::after { content: ""; position: absolute; right: -52px; bottom: -62px; width: 150px; height: 150px; border: 1px solid rgba(201,0,0,.12); border-radius: 50%; }
.whatsapp-card-icon { width: 50px; height: 50px; margin-bottom: 25px; display: grid; place-items: center; color: var(--white); background: var(--red); }
.whatsapp-card-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-kicker { color: var(--red); font: 700 .65rem/1 var(--heading); letter-spacing: .14em; text-transform: uppercase; }
.whatsapp-card h3 { margin: 12px 0 14px; font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.18; }
.whatsapp-card > p { margin: 0 0 24px; color: var(--text); font-size: .9rem; line-height: 1.65; }
.whatsapp-button { position: relative; z-index: 1; width: 100%; }
.whatsapp-number { position: relative; z-index: 1; margin-top: 23px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.whatsapp-number span { color: #888; font: 600 .7rem/1 var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-number strong { font: 700 .88rem/1 var(--heading); }

.site-footer { padding: 76px 0 24px; color: #b7b7b7; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .9fr .95fr; gap: 6%; }
.footer-logo { width: 115px; margin-bottom: 24px; padding: 6px 10px; background: var(--white); }
.footer-brand h2 { margin-bottom: 8px; color: var(--white); font-size: 1.08rem; letter-spacing: -.02em; }
.footer-brand p { max-width: 300px; margin-bottom: 0; font-size: .78rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 8px; font-style: normal; }
.footer-links strong, .footer-contact strong { margin-bottom: 11px; color: var(--white); font: 700 .74rem/1 var(--heading); letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-contact a, .footer-contact span { font-size: .75rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-action > span { display: block; margin-bottom: 14px; color: #7d7d7d; font: 700 .64rem/1 var(--heading); letter-spacing: .11em; text-transform: uppercase; }
.footer-action a { display: flex; justify-content: space-between; padding: 15px 0; border-top: 1px solid #3a3a3a; border-bottom: 1px solid #3a3a3a; color: var(--white); font: 700 .78rem/1 var(--heading); }
.footer-action a span { color: var(--red); }
.footer-bottom { margin-top: 62px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #2d2d2d; color: #717171; font-size: .66rem; }
.footer-bottom b { font-weight: inherit; }
.floating-contact { position: fixed; z-index: 900; right: 20px; bottom: 20px; min-height: 49px; padding: 0 17px; display: flex; align-items: center; gap: 10px; color: var(--white); background: var(--red); box-shadow: 0 12px 30px rgba(0,0,0,.25); font: 700 .73rem/1 var(--heading); transition: transform .2s ease, background .2s ease; }
.floating-contact:hover { background: var(--red-dark); transform: translateY(-2px); }
.floating-contact svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 52% 48%; }
  .hero-copy { width: min(590px, calc(100% - 42px)); margin-left: 32px; padding-right: 25px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-item { min-height: 250px; }
  .about-grid { grid-template-columns: 42% 58%; }
  .about-content { padding-left: 50px; padding-right: 32px; }
  .contact-grid { gap: 5%; }
  .footer-grid { grid-template-columns: 1.3fr .8fr .9fr; }
  .footer-action { grid-column: 1 / -1; max-width: 380px; margin-top: 15px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 40px, var(--container)); }
  .site-header { height: 74px; }
  .site-header.is-scrolled, .site-header.menu-active { height: 70px; }
  .brand { width: 92px; height: 54px; }
  .menu-toggle { z-index: 2; display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; padding: 28px 20px 36px; display: grid; gap: 0; color: var(--graphite); background: var(--white); box-shadow: 0 18px 35px rgba(0,0,0,.12); transform: translateY(-135%); opacity: 0; visibility: hidden; transition: .3s ease; }
  .site-header.menu-active .main-nav { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .main-nav a::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy-wrap { min-height: 620px; }
  .hero-copy { width: calc(100% - 40px); margin-inline: auto; padding: 126px 0 94px; }
  h1 { max-width: 680px; font-size: clamp(2.65rem, 8.4vw, 4rem); }
  .hero-media { height: 520px; }
  .hero-media::after { background: linear-gradient(0deg, rgba(16,16,16,.45), transparent 45%); }
  .hero-strip { position: static; }
  .strip-inner { min-height: 70px; flex-wrap: wrap; justify-content: center; padding-block: 15px; text-align: center; }
  .section { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 40px; }
  .section-heading h2, .about-content h2, .contact-copy h2 { font-size: clamp(2.15rem, 6vw, 3rem); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { min-height: 520px; }
  .about-content { padding: 78px 20px; }
  .about-content h2, .about-text, .differentials { max-width: 100%; }
  .statement { padding-block: 72px; grid-template-columns: 1fr; gap: 25px; }
  .contact { padding: 70px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .whatsapp-card { max-width: 620px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px 8%; }
  .footer-action { grid-column: auto; margin-top: 0; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 40px); }
  .hero-copy-wrap { min-height: 600px; }
  .hero-copy { padding-top: 116px; }
  .eyebrow { margin-bottom: 21px; font-size: .59rem; gap: 7px; }
  .eyebrow i { width: 20px; }
  h1 { font-size: clamp(2.35rem, 11.2vw, 3.05rem); }
  .hero-copy > p { font-size: .93rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-media { height: 410px; }
  .hero-index { right: 20px; bottom: 20px; }
  .strip-inner { gap: 9px 14px; font-size: .58rem; }
  .section { padding: 66px 0; }
  .section-heading h2, .about-content h2, .contact-copy h2 { font-size: 1.95rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-item { min-height: 238px; padding: 27px 24px; }
  .service-top { margin-bottom: 42px; }
  .about-media { min-height: 390px; }
  .about-content { padding-block: 66px; }
  .differentials { grid-template-columns: 1fr; }
  .differentials article { min-height: 150px; }
  .statement p { font-size: clamp(2.05rem, 10vw, 3rem); }
  .contact { padding: 58px 0; }
  .whatsapp-card { padding: 28px 22px; }
  .whatsapp-number { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-action { max-width: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .floating-contact { width: 50px; height: 50px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-contact span { display: none; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .hero-copy { width: calc(100% - 32px); }
  h1 { font-size: 2.18rem; }
  .hero-media { height: 360px; }
  .about-content { padding-inline: 16px; }
  .statement p { font-size: 1.95rem; }
}
