:root {
  --navy: #071b31;
  --navy-2: #0b2744;
  --blue: #0e4b82;
  --yellow: #f4c430;
  --yellow-2: #ffd95a;
  --white: #ffffff;
  --off-white: #f5f7f9;
  --gray-100: #e8edf1;
  --gray-300: #b4bec8;
  --gray-500: #6f7c87;
  --text: #14202b;
  --shadow: 0 22px 60px rgba(4, 24, 43, 0.14);
  --radius: 2px;
  --container: 1180px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--yellow);
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.section { padding: 112px 0; }
.section-dark { background: var(--navy); color: var(--white); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header-height);
  color: var(--white);
  background: rgba(7, 27, 49, .95);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 35px rgba(0,0,0,.22); background: rgba(7, 27, 49, .99); }
.header-accent { height: 4px; background: var(--yellow); }
.nav-wrap { height: calc(var(--header-height) - 4px); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; position: relative; flex: 0 0 auto; transform: skewX(-10deg); }
.brand-mark::before { content: ""; position: absolute; inset: 0; background: var(--yellow); }
.brand-mark span { position: absolute; width: 5px; height: 24px; background: var(--navy); top: 9px; }
.brand-mark span:nth-child(1) { left: 11px; }
.brand-mark span:nth-child(2) { left: 19px; }
.brand-mark span:nth-child(3) { left: 27px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 700 19px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }
.brand-copy small { margin-top: 5px; color: var(--gray-300); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 8px 0; color: #eaf1f6; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 1px; width: 0; height: 2px; background: var(--yellow); transition: width .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.nav-cta { padding: 13px 20px; background: var(--yellow); color: var(--navy); }
.nav-cta:hover { background: var(--yellow-2); }
.menu-toggle { display: none; width: 46px; height: 44px; border: 1px solid rgba(255,255,255,.2); background: transparent; color: white; padding: 10px; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero {
  min-height: 780px;
  padding: calc(var(--header-height) + 105px) 0 100px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(14,75,130,.42), transparent 33%),
    linear-gradient(135deg, #06172a 0%, #071b31 56%, #0a2e52 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 720px;
  height: 720px;
  right: -320px;
  top: 80px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 86px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: #d4dde6; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 3px; background: var(--yellow); }
.eyebrow.dark { color: var(--blue); }
.hero h1 {
  margin: 0;
  max-width: 770px;
  font: 800 clamp(65px, 8.7vw, 122px)/.79 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.035em;
}
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px var(--yellow); font-style: normal; }
.hero-statement { margin: 34px 0 0; padding-left: 19px; border-left: 4px solid var(--yellow); color: #f1f5f8; font: 600 22px/1.3 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--navy); }
.button-primary:hover { background: var(--yellow-2); }
.button-outline { border-color: rgba(255,255,255,.42); color: var(--white); }
.button-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.hero-panel { position: relative; padding: 36px 34px 31px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.055); backdrop-filter: blur(9px); box-shadow: 0 22px 50px rgba(0,0,0,.16); }
.hero-panel::before { content: ""; position: absolute; top: -1px; left: -1px; width: 90px; height: 5px; background: var(--yellow); }
.panel-number { position: absolute; top: 23px; right: 26px; color: rgba(255,255,255,.12); font: 800 54px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; }
.panel-label { margin: 0 0 25px; color: var(--yellow); font: 700 12px/1 "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .2em; }
.hero-panel ul { list-style: none; padding: 0; margin: 0; }
.hero-panel li { display: flex; gap: 14px; align-items: center; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.11); color: #eef3f7; font-size: 14px; }
.hero-panel li span { color: var(--yellow); font: 700 11px/1 "Segoe UI", Arial, sans-serif; }
.panel-location { display: flex; align-items: center; gap: 9px; margin-top: 17px; color: #c9d5df; font-size: 13px; }
.panel-location svg { width: 20px; height: 20px; fill: var(--yellow); }
.road-lines { position: absolute; right: 0; bottom: 16%; width: 38%; height: 150px; opacity: .26; transform: skewY(-8deg); overflow: hidden; }
.road-lines span { position: absolute; height: 6px; width: 52%; right: -2%; background: var(--yellow); }
.road-lines span:nth-child(1) { top: 5%; }
.road-lines span:nth-child(2) { top: 35%; right: 17%; }
.road-lines span:nth-child(3) { top: 65%; right: -6%; }
.road-lines span:nth-child(4) { top: 95%; right: 14%; }
.hero-bottom-line { position: absolute; left: 0; bottom: 0; width: 40%; height: 7px; background: var(--yellow); }

.ticker { overflow: hidden; background: var(--yellow); color: var(--navy); }
.ticker-track { width: max-content; min-width: 100%; display: flex; justify-content: center; align-items: center; gap: 25px; padding: 17px 28px; font: 700 15px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: .11em; }
.ticker i { width: 7px; height: 7px; background: var(--navy); transform: rotate(45deg); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); align-items: end; gap: 60px; margin-bottom: 56px; }
.section-heading h2, .specialties h2, .promise h2, .contact h2 { margin: 0; font: 800 clamp(47px, 6vw, 78px)/.91 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; letter-spacing: -.025em; }
.section-heading > p { margin: 0 0 7px; color: var(--gray-500); font-size: 15px; max-width: 400px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gray-100); border-left: 1px solid var(--gray-100); }
.service-card { min-height: 365px; position: relative; padding: 38px 34px 32px; border-right: 1px solid var(--gray-100); border-bottom: 1px solid var(--gray-100); background: var(--white); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--yellow); transition: width .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover::after { width: 100%; }
.service-card.featured { background: var(--navy); color: white; }
.service-card.featured li { color: #d5dfe7; border-color: rgba(255,255,255,.13); }
.service-card.wide { grid-column: span 2; min-height: 290px; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 35px; background: var(--yellow); }
.service-icon svg { width: 34px; height: 34px; fill: var(--navy); }
.service-no { position: absolute; top: 35px; right: 34px; color: var(--gray-300); font: 700 14px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; }
.service-card.featured .service-no { color: rgba(255,255,255,.35); }
.service-card h3 { margin: 0 0 22px; font: 700 29px/1.05 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.service-card ul { list-style: none; margin: 0; padding: 0; }
.service-card li { position: relative; padding: 8px 0 8px 17px; color: var(--gray-500); font-size: 13px; border-bottom: 1px solid var(--gray-100); }
.service-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 2px; background: var(--yellow); }
.inline-list { display: flex; flex-wrap: wrap; gap: 10px 28px; }
.inline-list li { min-width: 170px; }

.specialties { position: relative; overflow: hidden; }
.specialties::before { content: ""; position: absolute; right: -100px; bottom: -230px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.012); }
.specialties-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; position: relative; z-index: 2; }
.specialties-copy { position: sticky; top: 125px; }
.specialties h2 { max-width: 500px; }
.lead { max-width: 520px; margin: 30px 0; color: #bcc9d4; font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 2px solid var(--yellow); color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { font-size: 18px; }
.specialty-list { border-top: 1px solid rgba(255,255,255,.15); }
.specialty-row { display: grid; grid-template-columns: 48px 1fr 40px; gap: 22px; align-items: center; min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.15); }
.specialty-index { color: var(--yellow); font: 700 12px/1 "Segoe UI", Arial, sans-serif; }
.specialty-row h3 { margin: 0 0 10px; font: 700 33px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.specialty-row p { margin: 0; color: #aebdca; font-size: 13px; }
.specialty-row .arrow { color: var(--yellow); font-size: 25px; transition: transform .2s ease; }
.specialty-row:hover .arrow { transform: translate(4px, -4px); }

.gallery { background: var(--off-white); }
.gallery-heading { margin-bottom: 44px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 115px; gap: 16px; }
.gallery-item { position: relative; display: block; padding: 0; border: 0; background: #dce3e9; overflow: hidden; min-height: 220px; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,22,40,.84), rgba(4,22,40,0) 55%); opacity: .75; transition: opacity .25s ease; }
.gallery-item::before { content: "+"; position: absolute; z-index: 3; right: 18px; top: 18px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); font-size: 24px; line-height: 1; opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-item:hover::before, .gallery-item:focus-visible::before { opacity: 1; transform: translateY(0); }
.gallery-item:hover::after { opacity: .95; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-caption { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: white; text-align: left; display: flex; flex-direction: column; line-height: 1.05; }
.gallery-caption b { font: 700 22px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.gallery-caption small { margin-top: 6px; color: #d7e1e9; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.item-a { grid-column: span 7; grid-row: span 3; }
.item-b { grid-column: span 5; grid-row: span 5; }
.item-c { grid-column: span 3; grid-row: span 4; }
.item-d { grid-column: span 4; grid-row: span 2; }
.item-e { grid-column: span 4; grid-row: span 4; }
.item-f { grid-column: span 5; grid-row: span 4; }
.item-g { grid-column: span 4; grid-row: span 2; }
.item-h { grid-column: span 4; grid-row: span 2; }

.promise { padding: 88px 0; position: relative; overflow: hidden; }
.promise::after { content: ""; position: absolute; right: -70px; top: 0; width: 260px; height: 100%; background: var(--yellow); transform: skewX(-14deg); transform-origin: top; }
.promise-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 34px; }
.promise-rule { width: 8px; height: 88px; background: var(--yellow); }
.promise p { margin: 0 0 5px; color: #b9c6d0; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.promise h2 { font-size: clamp(46px, 5.5vw, 74px); }
.promise .button { margin-right: 90px; white-space: nowrap; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-intro { max-width: 440px; color: var(--gray-500); }
.manager-card { margin-top: 45px; padding: 28px 30px; border-left: 5px solid var(--yellow); background: var(--off-white); }
.manager-card span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.manager-card h3 { margin: 7px 0 0; font: 700 29px/1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; text-transform: uppercase; }
.contact-list { border-top: 1px solid var(--gray-100); }
.contact-item { display: grid; grid-template-columns: 54px 1fr 30px; gap: 19px; align-items: center; min-height: 112px; border-bottom: 1px solid var(--gray-100); transition: background .2s ease, padding .2s ease; }
a.contact-item:hover { padding-inline: 14px; background: var(--off-white); }
.contact-icon { width: 50px; height: 50px; display: grid; place-items: center; background: var(--navy); }
.contact-icon svg { width: 24px; height: 24px; fill: var(--yellow); }
.contact-item > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.contact-item small { color: var(--gray-500); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.contact-item strong { margin-top: 5px; font: 700 clamp(20px, 2.6vw, 28px)/1.1 "Arial Narrow", "Aptos Narrow", "Segoe UI", Arial, sans-serif; overflow-wrap: anywhere; }
.contact-item > b { color: var(--blue); font-size: 22px; }

.site-footer { padding: 70px 0 22px; color: white; background: #041321; border-top: 5px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 50px; }
.footer-brand { color: white; }
.footer-grid > div:first-child > p { margin: 22px 0 0; color: #93a4b3; font-size: 13px; }
.footer-grid nav, .footer-contact { display: flex; flex-direction: column; gap: 13px; }
.footer-grid nav a, .footer-contact a, .footer-contact span { color: #b8c4ce; font-size: 12px; }
.footer-grid nav a:hover, .footer-contact a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #718595; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 12px 28px rgba(0,0,0,.25); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.02); }
.whatsapp-float svg { width: 30px; height: 30px; fill: white; }
.back-to-top { position: fixed; right: 28px; bottom: 94px; z-index: 890; width: 44px; height: 44px; border: 0; color: white; background: var(--navy); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

.lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 54px 78px; background: rgba(2,12,22,.96); }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1100px, 100%); max-height: 100%; display: flex; flex-direction: column; align-items: center; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 135px); object-fit: contain; box-shadow: 0 20px 65px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top: 13px; color: #c8d3dc; font-size: 13px; }
.lightbox-close, .lightbox-nav { position: absolute; border: 1px solid rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.06); }
.lightbox-close { top: 18px; right: 22px; width: 46px; height: 46px; font-size: 30px; line-height: 1; }
.lightbox-nav { top: 50%; width: 48px; height: 58px; transform: translateY(-50%); font-size: 38px; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-close:hover, .lightbox-nav:hover { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .menu-toggle { display: block; }
  .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); }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: grid; gap: 0; padding: 18px 20px 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: transform .25s ease, opacity .25s ease, visibility .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav > a:not(.nav-cta) { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-cta { margin-top: 16px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-panel { max-width: 600px; }
  .road-lines { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.wide { grid-column: span 1; min-height: 365px; }
  .specialties-grid { grid-template-columns: 1fr; gap: 60px; }
  .specialties-copy { position: static; }
  .gallery-grid { grid-auto-rows: 95px; }
  .item-a { grid-column: span 7; }
  .item-b { grid-column: span 5; }
  .item-c { grid-column: span 5; }
  .item-d { grid-column: span 7; }
  .item-e { grid-column: span 5; }
  .item-f { grid-column: span 7; }
  .item-g, .item-h { grid-column: span 6; }
  .promise::after { width: 130px; right: -70px; }
  .promise-inner { grid-template-columns: 10px 1fr; }
  .promise .button { grid-column: 2; justify-self: start; margin-right: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; letter-spacing: .12em; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-mark span { top: 8px; height: 22px; }
  .hero { padding-top: calc(var(--header-height) + 78px); padding-bottom: 80px; }
  .hero h1 { font-size: clamp(56px, 18vw, 86px); }
  .hero-statement { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-panel { padding: 33px 24px 25px; }
  .ticker-track { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .ticker-track::-webkit-scrollbar { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .section-heading h2, .specialties h2, .promise h2, .contact h2 { font-size: clamp(43px, 14vw, 62px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.wide { min-height: 330px; }
  .specialty-row { grid-template-columns: 34px 1fr 25px; gap: 10px; min-height: 155px; }
  .specialty-row h3 { font-size: 27px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .gallery-item, .item-a, .item-b, .item-c, .item-d, .item-e, .item-f, .item-g, .item-h { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; min-height: 0; }
  .gallery-item.item-b, .gallery-item.item-c, .gallery-item.item-e, .gallery-item.item-f { aspect-ratio: 3 / 4; }
  .promise { padding: 72px 0; }
  .promise::after { display: none; }
  .promise-inner { grid-template-columns: 7px 1fr; gap: 20px; }
  .promise-rule { height: 115px; width: 6px; }
  .contact-item { grid-template-columns: 48px 1fr 20px; gap: 12px; min-height: 100px; }
  .contact-icon { width: 46px; height: 46px; }
  .contact-item strong { font-size: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .lightbox { padding: 70px 14px 54px; }
  .lightbox-nav { top: auto; bottom: 10px; transform: none; width: 44px; height: 40px; }
  .lightbox-prev { left: calc(50% - 52px); }
  .lightbox-next { right: calc(50% - 52px); }
  .lightbox img { max-height: calc(100vh - 170px); }
  .whatsapp-float { width: 54px; height: 54px; right: 16px; bottom: 16px; }
  .back-to-top { right: 21px; bottom: 82px; }
}
