:root {
  --blue: #096b9c;
  --blue-deep: #064a6c;
  --red: #ec2127;
  --ink: #0d1520;
  --muted: #65707c;
  --surface: rgba(255,255,255,.70);
  --line: rgba(13,21,32,.10);
  --shadow: 0 28px 90px rgba(30,56,76,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: linear-gradient(180deg,#f6f9fc 0%,#fff 38%,#f3f6f9 100%); overflow-x: hidden; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.page-glow { position: fixed; z-index: -1; width: 34rem; height: 34rem; border-radius: 50%; filter: blur(110px); opacity: .14; pointer-events: none; }
.page-glow-blue { top: -16rem; right: -10rem; background: var(--blue); }
.page-glow-red { left: -18rem; bottom: 3rem; background: var(--red); opacity: .09; }
.glass { background: var(--surface); border: 1px solid rgba(255,255,255,.92); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.88); backdrop-filter: blur(28px) saturate(145%); -webkit-backdrop-filter: blur(28px) saturate(145%); }
.site-header { position: relative; z-index: 20; max-width: 1360px; margin: 0 auto; padding: 28px 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; flex-direction: column; text-decoration: none; line-height: .95; }
.wordmark-stars { font-family: Oswald, Impact, sans-serif; text-transform: uppercase; letter-spacing: -.025em; font-size: clamp(1.55rem,2.4vw,2.25rem); font-weight: 700; }
.wordmark-stars::after { content:""; display:block; width:42%; height:4px; margin-top:7px; border-radius:99px; background:linear-gradient(90deg,var(--blue) 0 48%,#fff 48% 53%,var(--red) 53%); }
.wordmark-sub { margin-top: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .23em; font-size: .69rem; font-weight: 900; }
.site-nav { position: sticky; top: 14px; display: flex; align-items: center; gap: 26px; padding: 9px 9px 9px 24px; border-radius: 999px; }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 800; white-space: nowrap; }
.site-nav a:not(.nav-call):hover { color: var(--blue); }
.nav-call { padding: 13px 20px; color: #fff; background: var(--blue); border-radius: 999px; box-shadow: 0 12px 28px rgba(9,107,156,.24); }
.menu-button { display:none; width:48px; height:48px; padding:0; border:1px solid var(--line); border-radius:50%; background:#fff; }
.menu-button span:not(.sr-only) { display:block; width:19px; height:2px; margin:4px auto; background:var(--ink); border-radius:2px; }
.section-shell { width: min(1360px,100%); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.hero { min-height: 760px; padding-top: 96px; padding-bottom: 104px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 84px; }
.eyebrow { margin:0; color:var(--blue); text-transform:uppercase; letter-spacing:.18em; font-size:.74rem; font-weight:900; }
h1,h2,h3 { font-family: Oswald, Impact, sans-serif; text-transform:uppercase; }
h1 { margin:20px 0 26px; max-width:900px; font-size:clamp(4.8rem,8.1vw,8.4rem); line-height:.88; letter-spacing:-.052em; }
h1 span { color:var(--red); }
.hero-lead { max-width:720px; margin:0; color:var(--muted); font-size:1.14rem; line-height:1.8; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { display:inline-flex; min-height:54px; align-items:center; justify-content:center; padding:0 24px; border-radius:999px; text-decoration:none; font-size:.92rem; font-weight:850; transition:.25s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { color:#fff; background:linear-gradient(135deg,var(--blue),var(--blue-deep)); box-shadow:0 16px 35px rgba(9,107,156,.24); }
.button-secondary { background:rgba(255,255,255,.78); border:1px solid rgba(13,21,32,.09); box-shadow:0 12px 35px rgba(30,56,76,.08); }
.hero-card { position:relative; overflow:hidden; min-height:520px; padding:34px; border-radius:44px; display:flex; flex-direction:column; justify-content:space-between; }
.hero-card::before { content:""; position:absolute; width:340px; height:340px; right:-140px; top:-140px; border-radius:50%; background:rgba(9,107,156,.11); }
.hero-card::after { content:""; position:absolute; width:260px; height:260px; left:-120px; bottom:-120px; border-radius:50%; background:rgba(236,33,39,.08); }
.hero-card > * { position:relative; z-index:1; }
.hero-card-topline { display:flex; align-items:center; justify-content:space-between; color:var(--muted); font-size:.76rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.status-dot { width:11px; height:11px; border-radius:50%; background:var(--red); box-shadow:0 0 0 7px rgba(236,33,39,.10); }
.hero-card-kicker { margin:auto 0 0; max-width:330px; color:var(--muted); font-size:1.02rem; line-height:1.65; }
.hero-metric { margin:25px 0 30px; }
.hero-metric strong { display:block; color:var(--blue); font-family:Oswald,Impact,sans-serif; text-transform:uppercase; font-size:5.6rem; line-height:.9; letter-spacing:-.05em; }
.hero-metric span { display:block; margin-top:8px; font-weight:800; }
.hero-card-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.hero-card-grid div { padding:18px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.hero-card-grid small { display:block; margin-bottom:6px; color:var(--muted); }
.hero-card-grid strong { font-size:.9rem; }
.trust-strip { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; padding-bottom:28px; }
.trust-pill { padding:17px 18px; border-radius:999px; text-align:center; color:var(--ink); font-size:.82rem; font-weight:850; }
.section-block { padding-top:112px; padding-bottom:112px; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:54px; margin-bottom:48px; }
.section-heading h2 { margin:13px 0 0; font-size:clamp(3.2rem,6vw,6.2rem); line-height:.93; letter-spacing:-.04em; }
.section-heading > p { max-width:560px; margin:0 0 9px; color:var(--muted); line-height:1.75; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.service-card { position:relative; min-height:280px; padding:28px; border-radius:32px; transition:.3s ease; overflow:hidden; }
.service-card:hover { transform:translateY(-6px); box-shadow:0 36px 90px rgba(9,107,156,.14); }
.service-card > span { color:var(--red); font-size:.76rem; font-weight:900; }
.service-card h3 { margin:66px 0 12px; font-size:1.8rem; }
.service-card p { margin:0; color:var(--muted); line-height:1.7; }
.service-card-accent { color:#fff; background:linear-gradient(145deg,var(--blue),#07587f); border:1px solid rgba(255,255,255,.18); box-shadow:0 28px 70px rgba(9,107,156,.22); }
.service-card-accent > span,.service-card-accent p { color:rgba(255,255,255,.78); }
.process-panel { padding:58px; border-radius:44px; }
.section-heading.compact { align-items:flex-start; }
.process-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:0 46px; }
.process-list li { display:grid; grid-template-columns:56px 1fr; gap:18px; padding:25px 0; border-top:1px solid var(--line); }
.process-list li > span { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; color:var(--blue); background:rgba(9,107,156,.09); font-size:.73rem; font-weight:900; }
.process-list strong { display:block; margin-bottom:7px; font-size:1rem; }
.process-list p { margin:0; color:var(--muted); line-height:1.6; }
.gallery-grid { display:grid; grid-template-columns:repeat(12,1fr); gap:16px; }
.gallery-item { position:relative; min-height:330px; grid-column:span 4; padding:0; border:0; border-radius:30px; overflow:hidden; cursor:pointer; background:linear-gradient(145deg,#e8eef3,#f9fbfc); box-shadow:0 22px 62px rgba(29,50,66,.12); text-align:left; }
.gallery-item:nth-child(1),.gallery-item:nth-child(6) { grid-column:span 7; min-height:440px; }
.gallery-item:nth-child(2),.gallery-item:nth-child(7) { grid-column:span 5; min-height:440px; }
.gallery-item img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform:scale(1.035); }
.gallery-placeholder { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:space-between; padding:24px; background:linear-gradient(145deg,rgba(9,107,156,.08),rgba(255,255,255,.9)); }
.gallery-placeholder strong { font-family:Oswald,Impact,sans-serif; font-size:4rem; color:rgba(9,107,156,.18); }
.gallery-placeholder span { color:var(--muted); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.gallery-item.loaded .gallery-placeholder { display:none; }
.gallery-caption { position:absolute; left:14px; right:14px; bottom:14px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:13px 15px; border-radius:18px; color:#fff; background:rgba(8,15,22,.53); border:1px solid rgba(255,255,255,.2); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); opacity:0; transform:translateY(8px); transition:.25s ease; }
.gallery-item.loaded:hover .gallery-caption,.gallery-item.loaded:focus-visible .gallery-caption { opacity:1; transform:none; }
.gallery-caption span { font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; }
.gallery-caption strong { font-size:.78rem; }
.contact-panel { padding:58px; border-radius:44px; display:grid; grid-template-columns:1fr 1fr; gap:84px; background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(225,239,247,.72)); }
.contact-copy h2 { margin:14px 0 22px; font-size:clamp(3.2rem,5.7vw,5.9rem); line-height:.94; letter-spacing:-.04em; }
.contact-copy > p:not(.eyebrow) { max-width:560px; color:var(--muted); line-height:1.75; }
.contact-list { align-self:center; }
.contact-list a { display:flex; align-items:flex-start; justify-content:space-between; gap:28px; padding:20px 0; border-bottom:1px solid var(--line); text-decoration:none; }
.contact-list a:first-child { border-top:1px solid var(--line); }
.contact-list span { color:var(--muted); }
.contact-list strong { text-align:right; overflow-wrap:anywhere; }
footer { width:min(1360px,100%); margin:0 auto; padding:34px 28px 52px; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:30px; border-top:1px solid var(--line); }
.footer-wordmark { display:flex; flex-direction:column; }
.footer-wordmark strong { font-family:Oswald,Impact,sans-serif; text-transform:uppercase; font-size:1.25rem; }
.footer-wordmark span { color:var(--blue); text-transform:uppercase; letter-spacing:.18em; font-size:.58rem; font-weight:900; }
footer p { color:var(--muted); }
footer a { color:var(--blue); text-decoration:none; font-weight:850; }
.lightbox { position:fixed; inset:0; z-index:1000; display:grid; grid-template-columns:72px minmax(0,1fr) 72px; align-items:center; gap:18px; padding:34px; background:rgba(7,12,18,.91); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); }
.lightbox-content { width:min(1180px,100%); height:min(82vh,860px); justify-self:center; display:grid; grid-template-rows:minmax(0,1fr) auto; padding:10px; border-radius:30px; background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.16); }
.lightbox-content img { width:100%; height:100%; object-fit:contain; min-height:0; border-radius:22px; }
.lightbox-meta { display:flex; justify-content:space-between; gap:20px; padding:13px 10px 5px; color:#fff; }
.lightbox-meta span { color:rgba(255,255,255,.6); }
.lightbox-close,.lightbox-arrow { border:1px solid rgba(255,255,255,.22); color:#fff; background:rgba(255,255,255,.10); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); cursor:pointer; }
.lightbox-close { position:fixed; top:20px; right:22px; width:52px; height:52px; border-radius:50%; font-size:2rem; line-height:1; }
.lightbox-arrow { width:58px; height:58px; border-radius:50%; font-size:2.5rem; line-height:1; }
.lightbox-arrow:disabled { opacity:.25; cursor:default; }
@media (max-width: 980px) {
  .hero { min-height:auto; grid-template-columns:1fr; gap:46px; padding-top:76px; }
  .hero-card { min-height:460px; }
  .trust-strip { grid-template-columns:repeat(3,1fr); }
  .services-grid { grid-template-columns:1fr 1fr; }
  .section-heading { flex-direction:column; align-items:flex-start; gap:20px; }
  .process-list { grid-template-columns:1fr; }
  .gallery-item,.gallery-item:nth-child(n) { grid-column:span 6; min-height:360px; }
  .contact-panel { grid-template-columns:1fr; gap:48px; }
}
@media (max-width: 720px) {
  .site-header { padding:16px 16px 0; }
  .menu-button { display:block; position:relative; z-index:32; }
  .site-nav { display:none; position:absolute; top:76px; left:16px; right:16px; width:auto; padding:14px; border-radius:25px; flex-direction:column; align-items:stretch; gap:2px; }
  .site-nav.open { display:flex; }
  .site-nav a { padding:14px 15px; border-radius:14px; }
  .nav-call { text-align:center; margin-top:5px; }
  .section-shell { padding-left:16px; padding-right:16px; }
  .hero { padding-top:68px; padding-bottom:78px; }
  h1 { font-size:clamp(4rem,18vw,5.6rem); }
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .hero-card { min-height:430px; padding:25px; border-radius:32px; }
  .hero-metric strong { font-size:4.6rem; }
  .hero-card-grid div { padding:14px 11px; }
  .trust-strip { display:flex; overflow-x:auto; padding-bottom:18px; scrollbar-width:none; }
  .trust-strip::-webkit-scrollbar { display:none; }
  .trust-pill { min-width:145px; }
  .section-block { padding-top:82px; padding-bottom:82px; }
  .section-heading h2 { font-size:3.7rem; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:235px; }
  .process-panel { padding:30px 22px; border-radius:32px; }
  .process-list li { grid-template-columns:46px 1fr; gap:13px; }
  .gallery-grid { gap:11px; }
  .gallery-item,.gallery-item:nth-child(n) { grid-column:span 12; min-height:330px; border-radius:24px; }
  .gallery-caption { opacity:1; transform:none; }
  .contact-panel { padding:30px 22px; border-radius:32px; }
  .contact-list a { display:block; }
  .contact-list strong { display:block; margin-top:7px; text-align:left; }
  footer { grid-template-columns:1fr auto; padding:28px 16px 42px; }
  footer p { grid-column:1/-1; grid-row:2; margin:0; }
  .lightbox { grid-template-columns:1fr 1fr; grid-template-rows:minmax(0,1fr) auto; gap:12px; padding:70px 14px 18px; }
  .lightbox-content { grid-column:1/-1; grid-row:1; width:100%; height:72vh; }
  .lightbox-prev { grid-column:1; grid-row:2; justify-self:start; }
  .lightbox-next { grid-column:2; grid-row:2; justify-self:end; }
  .lightbox-arrow { width:52px; height:52px; }
}

/* Focused logo and gallery refinements */
.logo-mark {
  display: inline-flex;
  align-items: center;
  width: clamp(170px, 18vw, 255px);
  min-width: 0;
}
.logo-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.gallery-empty {
  margin-top: 24px;
  padding: 34px;
  border-radius: 28px;
  text-align: center;
}
.gallery-empty strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.gallery-empty p {
  margin: 0;
  color: var(--muted);
}
.lightbox-content {
  grid-template-rows: minmax(0,1fr) auto auto;
}
.lightbox-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 10px 10px;
}
.lightbox-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  cursor: pointer;
  transition: width .2s ease, background .2s ease, transform .2s ease;
}
.lightbox-dot:hover { transform: scale(1.2); }
.lightbox-dot.active {
  width: 24px;
  background: #fff;
}
@media (max-width: 720px) {
  .logo-mark { width: 165px; }
}
