:root {
  --orange: #ff7400;
  --orange-light: #ff9a3c;
  --ink: #0a0b0d;
  --ink-2: #111318;
  --graphite: #1a1d23;
  --paper: #f5f3ef;
  --white: #fff;
  --muted: #73777f;
  --line: rgba(10, 11, 13, .12);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .14);
  --container: min(1220px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, figure { margin-top: 0; }
::selection { color: var(--white); background: var(--orange); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; background: var(--orange); color: var(--ink); font-weight: 800; padding: 12px 18px; border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.button {
  align-items: center;
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: .82rem;
  font-weight: 850;
  justify-content: center;
  letter-spacing: .09em;
  min-height: 52px;
  padding: 0 27px;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease, color .25s ease;
}
.button:hover, .button:focus-visible { background: var(--orange-light); box-shadow: 0 12px 32px rgba(255, 116, 0, .28); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: .72rem; }
.button-ghost { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .55); color: var(--white); backdrop-filter: blur(9px); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--white); border-color: var(--white); color: var(--ink); }

.eyebrow { align-items: center; color: rgba(255, 255, 255, .72); display: flex; font-size: .75rem; font-weight: 800; gap: 11px; letter-spacing: .18em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow > span { background: var(--orange); display: block; height: 2px; width: 34px; }
.eyebrow.dark { color: #656970; }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .location h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.35rem);
  letter-spacing: -.055em;
  line-height: 1.03;
  margin-bottom: 22px;
  max-width: 900px;
}
.section-heading h2 em, .about-copy h2 em, .location h2 em { color: var(--orange); font-style: normal; }
.section-heading > p { color: #686c74; margin-bottom: 0; max-width: 600px; }
.section-heading.centered { align-items: center; display: flex; flex-direction: column; margin-inline: auto; max-width: 900px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { max-width: 830px; }
.section-heading.split { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); }
.section-heading.split h2 { margin-bottom: 0; }

/* Header */
.site-header { background: rgba(8, 9, 11, .86); border-bottom: 1px solid rgba(255, 255, 255, .08); color: var(--white); left: 0; position: fixed; right: 0; top: 0; z-index: 1000; backdrop-filter: blur(18px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(7, 8, 10, .96); box-shadow: 0 12px 40px rgba(0, 0, 0, .25); }
.header-inner { align-items: center; display: flex; height: 78px; justify-content: space-between; }
.brand { align-items: center; display: flex; flex: 0 0 auto; }
.brand img { height: 66px; object-fit: contain; transition: transform .3s ease, filter .3s ease; width: 92px; }
.brand:hover img { filter: drop-shadow(0 0 10px rgba(255, 116, 0, .24)); transform: scale(1.03); }
.desktop-nav { align-items: center; display: flex; gap: clamp(14px, 1.8vw, 27px); margin-inline: auto; padding-inline: 25px; }
.desktop-nav a { color: rgba(255, 255, 255, .76); font-size: .76rem; font-weight: 750; letter-spacing: .08em; padding: 27px 0 25px; position: relative; text-transform: uppercase; }
.desktop-nav a::after { background: var(--orange); bottom: 20px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; width: 100%; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--white); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions, .social-list { align-items: center; display: flex; }
.header-actions { gap: 13px; }
.social-list { gap: 8px; }
.social-link { align-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; color: var(--white); display: inline-flex; height: 35px; justify-content: center; transition: border-color .2s, color .2s, background .2s, transform .2s; width: 35px; }
.social-link svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }
.social-link span { font-size: .62rem; font-weight: 850; }
.social-link:hover, .social-link:focus-visible { background: var(--orange); border-color: var(--orange); color: var(--ink); transform: translateY(-2px); }
.social-link.is-disabled { cursor: default; opacity: .42; }
.social-link.is-disabled:hover { background: transparent; border-color: rgba(255, 255, 255, .18); color: var(--white); transform: none; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 42px; padding: 9px 6px; width: 42px; }
.menu-toggle span { background: var(--white); display: block; height: 2px; margin: 5px 0 5px auto; transition: transform .25s, width .25s, opacity .25s; width: 28px; }
.menu-toggle span:nth-child(2) { width: 20px; }
.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); }
.mobile-menu { background: rgba(7, 8, 10, .99); border-top: 1px solid rgba(255, 255, 255, .08); max-height: calc(100dvh - 78px); overflow-y: auto; padding: 20px; }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { border-bottom: 1px solid rgba(255, 255, 255, .09); font-size: 1.1rem; font-weight: 700; padding: 15px 4px; }
.mobile-menu-footer { align-items: center; display: flex; gap: 20px; justify-content: space-between; padding-top: 22px; }

/* Hero */
.hero { background: var(--ink); color: var(--white); height: max(720px, 100svh); min-height: 720px; overflow: hidden; position: relative; }
.hero-slides, .hero-slide, .hero-slide picture { inset: 0; position: absolute; }
.hero-slide { opacity: 0; transform: scale(1.025); transition: opacity 1.4s ease, transform 7s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(5, 6, 8, .68) 0%, rgba(5, 6, 8, .23) 48%, rgba(5, 6, 8, .03) 73%), linear-gradient(0deg, rgba(5, 6, 8, .62) 0%, transparent 38%); inset: 0; position: absolute; z-index: 2; }
.hero-content { display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding-top: 100px; position: relative; z-index: 3; }
.hero h1 { font-size: clamp(3.3rem, 6vw, 6.4rem); letter-spacing: -.065em; line-height: .94; margin: 0 0 28px; max-width: 900px; text-wrap: balance; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { color: rgba(255, 255, 255, .76); font-size: clamp(1rem, 1.4vw, 1.22rem); margin-bottom: 34px; max-width: 590px; }
.hero-lead strong { color: var(--white); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-dots { align-items: center; display: flex; gap: 10px; margin-top: 48px; }
.hero-dot { background: rgba(255, 255, 255, .34); border: 0; border-radius: 999px; cursor: pointer; height: 4px; padding: 0; transition: background .3s, width .3s; width: 27px; }
.hero-dot.is-active { background: var(--orange); width: 62px; }
.hero-scroll { bottom: 32px; height: 46px; left: 50%; position: absolute; transform: translateX(-50%); width: 28px; z-index: 4; }
.hero-scroll::before { border: 1px solid rgba(255, 255, 255, .45); border-radius: 99px; content: ""; inset: 0; position: absolute; }
.hero-scroll span { animation: scrollDrop 1.8s infinite; background: var(--orange); border-radius: 50%; height: 6px; left: 11px; position: absolute; top: 9px; width: 6px; }
@keyframes scrollDrop { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(20px); } }

.trust-strip { background: var(--ink); color: var(--white); padding: 0 0 28px; position: relative; }
.trust-grid { background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .09); display: grid; grid-template-columns: repeat(4, 1fr); transform: translateY(-28px); position: relative; z-index: 5; }
.trust-grid article { align-items: center; display: flex; gap: 17px; min-height: 116px; padding: 25px; }
.trust-grid article + article { border-left: 1px solid rgba(255, 255, 255, .09); }
.mini-icon { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .92rem; }
.trust-grid small { color: rgba(255, 255, 255, .53); font-size: .77rem; margin-top: 4px; }

/* About */
.about { background: var(--paper); }
.about::before { background: linear-gradient(90deg, transparent 0 60%, rgba(255, 116, 0, .04)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.about-grid { align-items: center; display: grid; gap: clamp(55px, 7vw, 100px); grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.about-media { min-width: 0; position: relative; }
.section-label { color: #7c8087; font-size: .66rem; font-weight: 850; letter-spacing: .18em; margin: 0 0 14px 10px; text-transform: uppercase; }
.about-carousel { border: 3px solid var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); min-height: 600px; overflow: hidden; position: relative; }
.about-track, .about-slide { height: 100%; inset: 0; position: absolute; }
.about-slide { opacity: 0; transition: opacity .7s ease; }
.about-slide.is-active { opacity: 1; z-index: 1; }
.about-slide img { height: 100%; object-fit: cover; width: 100%; }
.carousel-arrow, .expand-image { align-items: center; backdrop-filter: blur(10px); background: rgba(8, 9, 11, .72); border: 1px solid rgba(255, 255, 255, .18); color: var(--white); cursor: pointer; display: flex; justify-content: center; position: absolute; z-index: 4; }
.carousel-arrow { border-radius: 50%; bottom: 28px; font-size: 1.7rem; height: 48px; width: 48px; }
.carousel-arrow.prev { right: 88px; }
.carousel-arrow.next { right: 28px; }
.carousel-arrow:hover, .expand-image:hover { background: var(--orange); color: var(--ink); }
.expand-image { border-radius: 10px; height: 44px; right: 25px; top: 25px; width: 44px; }
.expand-image svg { fill: none; height: 19px; stroke: currentColor; stroke-width: 1.8; width: 19px; }
.about-count { background: rgba(8, 9, 11, .68); border-radius: 99px; bottom: 32px; color: var(--white); font-size: .72rem; left: 26px; padding: 5px 13px; position: absolute; z-index: 4; }
.experience-badge { align-items: center; background: var(--orange); border: 8px solid var(--paper); bottom: -45px; color: var(--ink); display: flex; gap: 11px; height: 145px; justify-content: center; position: absolute; right: -35px; width: 175px; z-index: 6; }
.experience-badge strong { font-size: 2.5rem; letter-spacing: -.07em; }
.experience-badge span { font-size: .68rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.about-copy { position: relative; }
.about-copy h2 { max-width: 660px; }
.about-copy .lead { color: #34373d; font-size: 1.16rem; font-weight: 600; }
.about-copy > p:not(.eyebrow), .about-more p { color: #666a71; }
.about-more[hidden] { display: none; }
.about-actions { display: flex; gap: 30px; margin: 27px 0 33px; }
.text-button { background: transparent; border: 0; border-bottom: 1px solid #aeb1b6; cursor: pointer; font-size: .76rem; font-weight: 850; letter-spacing: .1em; padding: 0 0 7px; text-transform: uppercase; }
.text-button span { color: var(--orange); margin-left: 8px; }
.text-button:hover { border-color: var(--orange); }
.values-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.values-grid article { display: grid; grid-template-columns: 28px 1fr; padding: 20px 12px 14px 0; }
.values-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.values-grid article:nth-child(even) { padding-left: 25px; }
.values-grid span { color: var(--orange); grid-row: 1 / span 2; }
.values-grid strong { font-size: .88rem; }
.values-grid small { color: #7b7f86; font-size: .73rem; }

/* Video */
.video-section { background: #ebe8e2; padding-top: 95px; }
.video-facade { aspect-ratio: 16 / 9; background: var(--ink); border-radius: 24px; box-shadow: var(--shadow); cursor: pointer; max-width: 1080px; margin-inline: auto; overflow: hidden; position: relative; }
.video-facade::after { background: linear-gradient(90deg, rgba(0,0,0,.18), transparent 60%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.video-facade > img, .video-facade iframe { border: 0; height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.video-play { background: var(--orange); border: 5px solid var(--white); border-radius: 50%; cursor: pointer; height: 110px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); transition: transform .25s, box-shadow .25s; width: 110px; z-index: 3; }
.video-play span { border-bottom: 17px solid transparent; border-left: 27px solid var(--ink); border-top: 17px solid transparent; display: block; height: 0; margin-left: 39px; width: 0; }
.video-facade:hover .video-play { box-shadow: 0 0 0 13px rgba(255, 116, 0, .22); transform: translate(-50%, -50%) scale(1.05); }

/* Stats */
.stats { background: var(--ink); color: var(--white); overflow: hidden; padding: 72px 0; position: relative; }
.stats::after { color: rgba(255, 255, 255, .02); content: "BM"; font-size: 28rem; font-weight: 950; line-height: .7; position: absolute; right: -40px; top: 20px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.stats article { padding: 13px 34px; }
.stats article + article { border-left: 1px solid rgba(255, 255, 255, .12); }
.stats strong { color: var(--orange); display: block; font-size: clamp(2.7rem, 4vw, 4.4rem); letter-spacing: -.06em; line-height: 1; }
.stats strong b { font-size: .55em; }
.stats p { color: rgba(255, 255, 255, .63); font-size: .72rem; font-weight: 800; letter-spacing: .1em; margin: 14px 0 0; max-width: 180px; text-transform: uppercase; }

/* Services */
.services { background: var(--paper); }
.services-grid { display: grid; gap: 26px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(8, 9, 11, .05); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.service-card:hover { box-shadow: 0 24px 55px rgba(8, 9, 11, .12); transform: translateY(-7px); }
.service-image { aspect-ratio: 1.62 / 1; background: #d8d8d8; overflow: hidden; position: relative; }
.service-image::after { background: linear-gradient(0deg, rgba(5, 6, 8, .52), transparent 50%); content: ""; inset: 0; position: absolute; }
.service-image img { height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-image > span { bottom: 14px; color: var(--white); font-size: .73rem; font-weight: 850; left: 18px; letter-spacing: .15em; position: absolute; z-index: 2; }
.service-body { padding: 24px 24px 25px; }
.service-body h3 { font-size: 1.22rem; letter-spacing: -.025em; margin-bottom: 9px; }
.service-body p { color: #73777e; font-size: .87rem; line-height: 1.55; min-height: 55px; }
.card-actions { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; padding-top: 18px; }
.card-actions > * { background: transparent; border: 0; cursor: pointer; font-size: .69rem; font-weight: 850; letter-spacing: .09em; padding: 5px; text-align: center; text-transform: uppercase; }
.card-actions > * + * { border-left: 1px solid var(--line); }
.card-actions button:hover, .card-actions a:hover { color: var(--orange); }
.center-action { margin-top: 48px; text-align: center; }

/* Gallery */
.gallery-section { background: #e9e6df; overflow: hidden; }
.gallery-viewport { overflow: hidden; }
.gallery-track { display: flex; gap: 20px; transition: transform .65s cubic-bezier(.22,.75,.18,1); }
.gallery-item { aspect-ratio: 1.28 / 1; background: var(--ink-2); border: 0; border-radius: 16px; cursor: zoom-in; flex: 0 0 calc((100% - 40px) / 3); overflow: hidden; padding: 0; position: relative; }
.gallery-item::after { background: linear-gradient(0deg, rgba(6,7,8,.72), transparent 48%); content: ""; inset: 0; opacity: .65; position: absolute; transition: opacity .25s; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
.gallery-item span { bottom: 16px; color: var(--white); font-size: .68rem; font-weight: 850; left: 18px; letter-spacing: .12em; position: absolute; text-transform: uppercase; z-index: 2; }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-item:hover::after { opacity: 1; }
.gallery-controls { align-items: center; display: flex; gap: 18px; justify-content: flex-end; margin-top: 28px; }
.gallery-controls button { background: transparent; border: 1px solid #aaadb1; border-radius: 50%; cursor: pointer; font-size: 1.2rem; height: 48px; transition: background .2s, border-color .2s; width: 48px; }
.gallery-controls button:hover { background: var(--orange); border-color: var(--orange); }
.gallery-progress { background: rgba(10, 11, 13, .15); height: 2px; max-width: 180px; overflow: hidden; width: 25vw; }
.gallery-progress span { background: var(--orange); display: block; height: 100%; transform: scaleX(.22); transform-origin: left; transition: transform .5s; width: 100%; }

/* Reviews */
.reviews { background: var(--ink); color: var(--white); }
.reviews::before { background: radial-gradient(circle, rgba(255,116,0,.12), transparent 68%); content: ""; height: 520px; left: -260px; position: absolute; top: 50px; width: 520px; }
.reviews .section-heading > p { color: rgba(255,255,255,.58); }
.reviews-widget { background: var(--white); border-radius: var(--radius); color: var(--ink); min-height: 240px; overflow: hidden; padding: 25px; }
.widget-fallback { color: #777b82; margin: 70px auto; max-width: 520px; text-align: center; }
.review-cta { align-items: center; border: 1px solid rgba(255,255,255,.12); display: flex; gap: 35px; justify-content: space-between; margin-top: 28px; padding: 28px 32px; }
.review-cta > div { align-items: center; display: flex; gap: 20px; }
.review-cta > div > span { align-items: center; background: rgba(255,116,0,.13); border-radius: 50%; color: var(--orange); display: flex; font-size: 1.6rem; height: 55px; justify-content: center; width: 55px; }
.review-cta strong { font-size: 1.02rem; }
.review-cta p { color: rgba(255,255,255,.58); font-size: .84rem; margin: 3px 0 0; max-width: 660px; }

/* Contact */
.contact { background: var(--paper); }
.contact-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; min-height: 280px; padding: 26px; transition: border-color .25s, transform .25s, box-shadow .25s; }
a.contact-card:hover { border-color: var(--orange); box-shadow: 0 18px 45px rgba(0,0,0,.09); transform: translateY(-5px); }
.contact-card > span { color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.contact-card small { color: #858990; font-size: .69rem; font-weight: 850; letter-spacing: .13em; margin: 46px 0 9px; text-transform: uppercase; }
.contact-card strong { font-size: 1rem; line-height: 1.4; overflow-wrap: anywhere; }
.contact-card p { color: #6f737a; font-size: .84rem; margin: 11px 0 0; }
.contact-card em { color: var(--orange); font-size: .7rem; font-style: normal; font-weight: 850; letter-spacing: .08em; margin-top: auto; padding-top: 22px; text-transform: uppercase; }

.location { background: var(--ink); color: var(--white); display: grid; grid-template-columns: 1fr 1.25fr; min-height: 610px; }
.location-copy { align-items: center; display: flex; justify-content: flex-end; padding: 80px max(50px, 6vw); }
.location-copy > div { max-width: 540px; }
.location h2 { margin-bottom: 24px; }
.location-copy > div > p:not(.eyebrow) { color: rgba(255,255,255,.61); }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.map-wrap { min-height: 610px; }
.map-wrap iframe { filter: grayscale(1) contrast(.95); height: 100%; width: 100%; }

/* Footer */
.site-footer { background: #07080a; color: var(--white); }
.footer-top { display: grid; gap: 55px; grid-template-columns: 1.6fr .65fr 1fr .8fr; padding-block: 85px 55px; }
.footer-brand > img { height: auto; max-width: 270px; object-fit: contain; width: min(100%, 270px); }
.footer-brand h2 { font-size: 1.65rem; letter-spacing: -.04em; margin: 25px 0 13px; max-width: 390px; }
.footer-brand p { color: rgba(255,255,255,.51); font-size: .86rem; max-width: 440px; }
.footer-brand .social-list { margin-top: 25px; }
.footer-social { gap: 11px; }
.footer-brand .footer-social .social-link { border-width: 0; box-shadow: 0 9px 22px rgba(0,0,0,.28); height: 42px; opacity: 1; width: 42px; }
.footer-brand .footer-social .social-link svg { height: 20px; stroke-width: 2; width: 20px; }
.footer-brand .footer-social .social-whatsapp { background: #25d366; color: #07140c; }
.footer-brand .footer-social .social-instagram { background: linear-gradient(135deg, #833ab4, #e1306c 52%, #fcb045); color: #fff; opacity: .62; }
.footer-brand .footer-social .social-facebook { background: #1877f2; color: #fff; }
.footer-brand .footer-social .social-facebook svg path { fill: currentColor; stroke: none; }
.footer-brand .footer-social .social-link:hover,
.footer-brand .footer-social .social-link:focus-visible { filter: brightness(1.08); transform: translateY(-3px); }
.footer-brand .footer-social .social-link.is-disabled:hover { background: linear-gradient(135deg, #833ab4, #e1306c 52%, #fcb045); color: #fff; filter: none; opacity: .62; transform: none; }
.footer-column h3 { color: var(--orange); font-size: .7rem; letter-spacing: .14em; margin-bottom: 24px; text-transform: uppercase; }
.footer-column > a { color: rgba(255,255,255,.65); display: block; font-size: .83rem; margin: 10px 0; transition: color .2s; }
.footer-column > a:hover { color: var(--orange); }
.footer-column p { color: rgba(255,255,255,.48); font-size: .78rem; margin-top: 18px; }
.footer-contact > a { overflow-wrap: anywhere; }
.footer-winners { align-items: flex-start; display: flex; flex-direction: column; }
.footer-winners > span { color: rgba(255,255,255,.45); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-winners img { height: auto; margin: 17px 0 26px; max-width: 180px; }
.access-counter { border-block: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
.access-counter > div { align-items: baseline; display: flex; gap: 11px; justify-content: center; }
.access-counter > div + div { border-left: 1px solid rgba(255,255,255,.09); }
.access-counter span { color: var(--orange); font-size: 1.4rem; font-weight: 850; }
.access-counter small { color: rgba(255,255,255,.45); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom { color: rgba(255,255,255,.38); font-size: .68rem; padding: 21px 0; }
.footer-bottom .container { align-items: center; display: flex; justify-content: space-between; }
.footer-bottom p { margin: 0; }
.footer-bottom div div { display: flex; gap: 22px; }
.footer-bottom a:hover { color: var(--orange); }

.floating-whatsapp { align-items: center; background: #25d366; border-radius: 999px; bottom: 22px; box-shadow: 0 13px 32px rgba(0,0,0,.22); color: #07120b; display: flex; font-size: .7rem; font-weight: 850; gap: 8px; left: 22px; letter-spacing: .07em; padding: 12px 17px 12px 12px; position: fixed; text-transform: uppercase; transition: transform .25s; z-index: 800; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 25px; }
.scroll-top { background: var(--orange); border: 0; border-radius: 50%; bottom: 22px; cursor: pointer; height: 48px; opacity: 0; pointer-events: none; position: fixed; right: 22px; transform: translateY(20px); transition: opacity .25s, transform .25s; width: 48px; z-index: 800; }
.scroll-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* Dialogs */
dialog { border: 0; color: var(--ink); margin: auto; padding: 0; }
dialog::backdrop { background: rgba(2,3,5,.87); backdrop-filter: blur(7px); }
.service-modal { background: var(--paper); border-radius: 20px; max-height: 88dvh; max-width: 1120px; overflow: visible; width: calc(100% - 46px); }
.service-modal.is-expanded { height: calc(100dvh - 30px); max-height: none; max-width: none; width: calc(100% - 30px); }
.service-modal-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 610px; }
.modal-image { background: var(--ink); border-radius: 20px 0 0 20px; min-height: 520px; overflow: hidden; position: relative; }
.modal-image img { height: 100%; object-fit: cover; width: 100%; }
.modal-copy { align-self: center; max-height: 82dvh; overflow-y: auto; padding: 62px; }
.modal-copy h2 { font-size: clamp(2rem,3.5vw,3.5rem); letter-spacing: -.05em; line-height: 1; margin-bottom: 20px; }
.modal-copy > p:not(.eyebrow) { color: #666a72; }
.modal-copy ul { color: #555961; margin: 25px 0 30px; padding-left: 20px; }
.modal-copy li { margin: 8px 0; }
.modal-number { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.modal-close { align-items: center; background: var(--orange); border: 0; border-radius: 50%; cursor: pointer; display: flex; font-size: 1.6rem; height: 42px; justify-content: center; position: absolute; right: -14px; top: -14px; width: 42px; z-index: 7; }
.modal-nav { background: rgba(8,9,11,.8); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); cursor: pointer; font-size: 2rem; height: 52px; position: absolute; top: 50%; transform: translateY(-50%); width: 52px; z-index: 6; }
.modal-nav:hover { background: var(--orange); color: var(--ink); }
.modal-prev { left: -70px; }
.modal-next { right: -70px; }
.modal-expand { background: rgba(8,9,11,.76); border: 1px solid rgba(255,255,255,.25); border-radius: 9px; bottom: 18px; color: var(--white); cursor: pointer; font-size: 1.25rem; height: 44px; position: absolute; right: 18px; width: 44px; }
.lightbox { background: transparent; height: 92dvh; max-width: 1200px; overflow: visible; width: calc(100% - 90px); }
.lightbox figure { align-items: center; display: flex; height: 100%; justify-content: center; margin: 0; position: relative; }
.lightbox figure img { border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.45); max-height: 84dvh; max-width: 100%; object-fit: contain; }
.lightbox figcaption { background: rgba(5,6,8,.72); border-radius: 99px; bottom: 3px; color: var(--white); font-size: .75rem; left: 50%; max-width: 80%; padding: 7px 16px; position: absolute; text-align: center; transform: translateX(-50%); }
.lightbox .modal-close { right: 0; top: 0; }
.lightbox-count { background: rgba(5,6,8,.72); border-radius: 99px; color: var(--white); font-size: .73rem; left: 0; padding: 6px 14px; position: absolute; top: 0; }

/* Entry effects */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Legal pages */
.legal-page { background: var(--paper); min-height: 100vh; padding: 135px 0 90px; }
.legal-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); margin-inline: auto; max-width: 900px; padding: clamp(28px,5vw,70px); }
.legal-card h1 { font-size: clamp(2.3rem,5vw,4rem); letter-spacing: -.05em; line-height: 1; }
.legal-card h2 { font-size: 1.35rem; margin-top: 34px; }
.legal-card p, .legal-card li { color: #656970; }
.legal-back { color: var(--orange); display: inline-block; font-size: .78rem; font-weight: 850; letter-spacing: .08em; margin-bottom: 34px; text-transform: uppercase; }

/* New BM logos */
@media (max-width: 768px) {
  .brand img { height: 58px; width: 82px; }
  .footer-brand > img { max-width: 250px; }
}

@media (max-width: 1100px) {
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: .67rem; }
  .header-social { display: none; }
  .about-grid { gap: 55px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { min-height: 245px; }
  .footer-top { grid-template-columns: 1.35fr .6fr 1fr; }
  .footer-winners { grid-column: 2 / span 2; }
  .service-modal { max-width: 900px; }
  .modal-prev { left: 12px; }
  .modal-next { right: 12px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 760px); }
  .section { padding: 84px 0; }
  .desktop-nav, .header-quote { display: none; }
  .menu-toggle { display: block; }
  .hero { height: 860px; min-height: 760px; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,6,8,.76) 0%, rgba(5,6,8,.37) 43%, rgba(5,6,8,.12) 73%, rgba(5,6,8,.54) 100%); }
  .hero-content { justify-content: flex-start; padding-top: 155px; text-align: center; }
  .hero-content .eyebrow { justify-content: center; }
  .hero h1 { font-size: clamp(3rem, 9vw, 5rem); margin-inline: auto; max-width: 700px; }
  .hero-lead { margin-inline: auto; }
  .hero-buttons, .hero-dots { justify-content: center; }
  .hero-slide img { object-position: center; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .trust-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.09); }
  .about-grid { grid-template-columns: 1fr; }
  .about-media { margin-right: 20px; }
  .about-carousel { min-height: 520px; }
  .about-copy { margin-top: 35px; }
  .section-heading.split { align-items: start; gap: 18px; grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 36px; }
  .stats article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 36px; }
  .gallery-item { flex-basis: calc((100% - 20px) / 2); }
  .review-cta { align-items: flex-start; flex-direction: column; }
  .location { grid-template-columns: 1fr; }
  .location-copy { justify-content: center; padding: 80px 30px; }
  .map-wrap { min-height: 480px; }
  .footer-top { grid-template-columns: 1.5fr 1fr; }
  .footer-winners { grid-column: auto; }
  .service-modal-grid { grid-template-columns: 1fr; max-height: 86dvh; overflow-y: auto; }
  .modal-image { border-radius: 20px 20px 0 0; min-height: 310px; }
  .modal-copy { overflow: visible; padding: 36px; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 26px); --radius: 17px; }
  html { scroll-padding-top: 70px; }
  body { font-size: 15px; }
  .section { padding: 70px 0; }
  .header-inner { height: 70px; }
  .brand img { height: 58px; width: 72px; }
  .brand strong { font-size: .78rem; }
  .brand small { font-size: .56rem; }
  .mobile-menu { max-height: calc(100dvh - 70px); }
  .mobile-menu-footer { align-items: stretch; flex-direction: column; }
  .mobile-menu-footer .social-list { justify-content: center; }
  .hero { height: max(790px, 100svh); min-height: 720px; }
  .hero-content { justify-content: flex-start; padding-bottom: 118px; padding-top: 92px; }
  .hero-content .eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.2rem, 9.5vw, 3.1rem); line-height: .96; margin-bottom: 17px; }
  .hero-lead { font-size: .91rem; line-height: 1.5; margin-bottom: 0; max-width: 340px; }
  .hero-buttons { align-items: stretch; bottom: 48px; flex-direction: row; flex-wrap: nowrap; gap: 8px; left: 50%; margin: 0; max-width: 440px; position: absolute; transform: translateX(-50%); width: calc(100% - 32px); }
  .hero-buttons .button { flex: 1 1 0; font-size: clamp(.58rem, 2.4vw, .68rem); min-height: 50px; padding: 13px 6px; white-space: nowrap; width: auto; }
  .hero-buttons .button-ghost { background: rgba(7,8,10,.78); backdrop-filter: blur(8px); border-color: rgba(255,255,255,.58); }
  .hero-dots { bottom: 20px; left: 50%; margin: 0; position: absolute; transform: translateX(-50%); }
  .hero-slide:nth-child(1) img { transform: scale(1.055) translateY(-2.5%); }
  .hero-slide:nth-child(2) img { transform: scale(1.06) translateY(-3.5%); }
  .hero-slide:nth-child(3) img { transform: scale(1.06) translateY(-4%); }
  .hero-scroll { display: none; }
  .trust-strip { padding-bottom: 10px; }
  .trust-grid { grid-template-columns: 1fr; transform: translateY(-18px); }
  .trust-grid article { min-height: 94px; padding: 20px; }
  .trust-grid article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .about-copy h2, .location h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .about-media { margin-right: 10px; }
  .about-carousel { min-height: 430px; }
  .experience-badge { bottom: -35px; height: 120px; right: -12px; width: 145px; }
  .experience-badge strong { font-size: 2rem; }
  .about-actions { gap: 22px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article:nth-child(odd) { border-right: 0; }
  .values-grid article:nth-child(even) { padding-left: 0; }
  .values-grid article + article { border-top: 1px solid var(--line); }
  .video-play { height: 82px; width: 82px; }
  .video-play span { border-bottom-width: 13px; border-left-width: 21px; border-top-width: 13px; margin-left: 29px; }
  .stats { padding: 55px 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats article { padding: 24px 10px; text-align: center; }
  .stats article + article, .stats article:nth-child(3), .stats article:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); margin-top: 0; padding-top: 24px; }
  .stats p { margin-inline: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .service-body p { min-height: 0; }
  .gallery-item { flex-basis: 100%; }
  .gallery-controls { justify-content: center; }
  .gallery-progress { width: 35vw; }
  .reviews-widget { padding: 12px; }
  .review-cta { padding: 25px 20px; }
  .review-cta > div { align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 225px; }
  .contact-card small { margin-top: 35px; }
  .location-copy { padding: 70px 22px; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .map-wrap { min-height: 420px; }
  .footer-top { gap: 40px; grid-template-columns: 1fr; padding-block: 65px 45px; }
  .footer-winners { grid-column: auto; }
  .access-counter { gap: 16px; grid-template-columns: 1fr; }
  .access-counter > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); padding-top: 16px; }
  .footer-bottom .container { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom div div { flex-wrap: wrap; gap: 14px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { border-radius: 50%; height: 54px; justify-content: center; padding: 0; width: 54px; }
  .scroll-top { height: 45px; width: 45px; }
  .service-modal { max-height: 92dvh; width: calc(100% - 24px); }
  .modal-copy { padding: 30px 23px 35px; }
  .modal-nav { height: 44px; top: 255px; transform: none; width: 44px; }
  .modal-prev { left: 8px; }
  .modal-next { right: 8px; }
  .modal-close { right: 4px; top: 4px; }
  .lightbox { height: 88dvh; width: calc(100% - 24px); }
  .lightbox .modal-prev { left: 0; top: 50%; transform: translateY(-50%); }
  .lightbox .modal-next { right: 0; top: 50%; transform: translateY(-50%); }
  .legal-page { padding-top: 105px; }
}

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