:root {
  --navy: #071b34;
  --navy-light: #0b2d55;
  --blue: #0878d1;
  --blue-bright: #28a5ff;
  --sky: #eaf6ff;
  --white: #ffffff;
  --ink: #0b1b2e;
  --muted: #617185;
  --line: #d9e6f0;
  --shadow: 0 28px 70px rgba(5, 28, 55, .16);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 104px 0; }

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  background: rgba(7, 27, 52, .94);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; min-width: 0; }
.brand-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 15px; background: rgba(255,255,255,.08); flex: 0 0 auto; }
.brand-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: grid; line-height: 1.1; }
.brand-text strong { font-size: 1.45rem; text-transform: uppercase; letter-spacing: .05em; }
.brand-text small { margin-top: 4px; color: rgba(255,255,255,.68); font-size: .72rem; }
.menu { display: flex; align-items: center; gap: 30px; }
.menu a { color: rgba(255,255,255,.82); text-decoration: none; font-size: .92rem; font-weight: 800; }
.menu a:hover, .menu a:focus-visible { color: var(--white); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 13px; background: rgba(255,255,255,.09); cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .2s ease, opacity .2s ease; }

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 140px 0 90px;
  color: var(--white);
  background: linear-gradient(130deg, #06162d 0%, #092b54 58%, #0d5792 100%);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; bottom: -250px; border: 82px solid rgba(255,255,255,.04); border-radius: 50%; }
.hero-shape { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 54px 54px; opacity: .45; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .8fr; align-items: center; gap: 82px; }
.kicker { margin: 0 0 16px; color: #8ed2ff; font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker::before { content: ""; display: inline-block; width: 34px; height: 2px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.kicker-blue { color: var(--blue); }
.hero h1 { max-width: 730px; margin: 0; font-size: clamp(3.6rem, 6.8vw, 7rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { display: block; color: #62c5ff; }
.hero-text { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 25px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue-bright); box-shadow: 0 16px 38px rgba(40,165,255,.3); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 470px); }
.hero-photo { overflow: hidden; aspect-ratio: 4 / 5; border: 10px solid rgba(255,255,255,.1); border-radius: 44px 44px 120px 44px; box-shadow: 0 42px 90px rgba(0,0,0,.32); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.coverage-chip { position: absolute; left: -46px; bottom: 48px; width: 170px; padding: 19px; color: var(--navy); border: 6px solid rgba(255,255,255,.82); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.coverage-chip strong, .coverage-chip span { display: block; }
.coverage-chip strong { font-size: 1.35rem; }
.coverage-chip span { margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading h2, .work-copy h2, .closing-copy h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.045em; }
.section-heading > p:last-child, .work-copy > p:not(.kicker) { color: var(--muted); }
.coverage { background: #f6fafe; }
.coverage-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.coverage-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(9,47,84,.08); }
.coverage-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -80px; bottom: -110px; border: 42px solid rgba(8,120,209,.07); border-radius: 50%; }
.coverage-card-dark { color: var(--white); border-color: transparent; background: linear-gradient(145deg, var(--navy), var(--navy-light)); }
.coverage-card-dark::after { border-color: rgba(255,255,255,.06); }
.coverage-number { position: absolute; top: 28px; right: 32px; color: rgba(7,27,52,.13); font-size: 4rem; font-weight: 900; }
.coverage-card-dark .coverage-number { color: rgba(255,255,255,.1); }
.coverage-symbol { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 22px; color: var(--blue); background: var(--sky); }
.coverage-card-dark .coverage-symbol { color: var(--white); background: rgba(255,255,255,.1); }
.coverage-symbol svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.coverage-card h3 { position: relative; z-index: 1; max-width: 430px; margin: 86px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }

.work { color: var(--white); background: linear-gradient(135deg, #071b34, #0b3765); }
.work-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 84px; }
.work-images { position: relative; min-height: 620px; }
.work-image { position: absolute; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.work-image img { width: 100%; height: 100%; object-fit: cover; }
.work-image-main { left: 0; top: 0; width: 64%; height: 82%; }
.work-image-small { right: 0; bottom: 0; width: 52%; height: 64%; border: 9px solid #0a2c53; }
.work-copy > p:not(.kicker) { max-width: 560px; color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: #80d0ff; text-decoration: none; font-weight: 900; }
.text-link span { font-size: 1.4rem; }

.section-heading-row { max-width: none; display: grid; grid-template-columns: 1fr minmax(260px, 430px); align-items: end; gap: 40px; text-align: left; }
.section-heading-row > p { margin: 0 0 8px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 16px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #dce9f3; cursor: pointer; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); }
.gallery-item > span { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(7,27,52,.75); font-size: 1.35rem; }

.videos { color: var(--white); background: #06162c; }
.section-heading-light { color: var(--white); }
.section-heading-light > p:last-child { color: rgba(255,255,255,.66); }
.video-grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: start; gap: 24px; }
.video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: #0a2444; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.video-frame { display: grid; place-items: center; overflow: hidden; background: #020912; }
.video-frame-wide { aspect-ratio: 16 / 9; }
.video-frame-vertical { aspect-ratio: 368 / 464; }
.video-frame video { width: 100%; height: 100%; object-fit: contain; }
.video-label { display: flex; align-items: center; gap: 14px; padding: 18px 20px; }
.video-label span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--blue-bright); font-size: .75rem; font-weight: 900; }
.video-label strong { font-size: .92rem; }

.closing { background: #f2f8fc; }
.closing-box { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 34px; color: var(--white); background: linear-gradient(135deg, #071b34, #0b4a81); box-shadow: var(--shadow); }
.closing-copy { padding: 64px; align-self: center; }
.closing-copy h2 { max-width: 650px; }
.button-light { margin-top: 28px; color: var(--navy); background: var(--white); }
.closing-image { min-height: 520px; }
.closing-image img { width: 100%; height: 100%; object-fit: cover; }

.footer { color: rgba(255,255,255,.68); background: #041124; }
.footer-inner { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-inner > div { display: grid; }
.footer-inner strong { color: var(--white); font-size: 1.4rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-inner span { margin-top: 3px; font-size: .78rem; }
.footer-inner p { margin: 0; font-size: .88rem; }
.footer-inner nav { display: flex; gap: 20px; }
.footer-inner nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .85rem; font-weight: 800; }

.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; padding: 28px; color: var(--white); background: rgba(1,7,15,.96); }
.lightbox-body { height: calc(100vh - 56px); display: grid; grid-template-rows: 1fr auto; place-items: center; gap: 12px; }
.lightbox-body img { max-width: 100%; max-height: calc(100vh - 105px); width: auto; height: auto; border-radius: 12px; box-shadow: 0 25px 70px rgba(0,0,0,.45); }
.lightbox-body p { margin: 0; color: rgba(255,255,255,.68); font-size: .85rem; }
.lightbox-close, .lightbox-arrow { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; }
.lightbox-close { position: absolute; right: 22px; top: 18px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox-arrow { width: 52px; height: 52px; font-size: 2.2rem; }

:focus-visible { outline: 3px solid #59bdff; outline-offset: 4px; }

@media (max-width: 980px) {
  .hero-grid { gap: 48px; }
  .coverage-chip { left: -20px; }
  .work-grid { gap: 50px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-item-wide { grid-column: span 1; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 38px 0; }
  .footer-inner nav { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; }
  .brand-text small { display: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu { position: absolute; left: 20px; right: 20px; top: 68px; display: none; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: #092544; box-shadow: 0 20px 45px rgba(0,0,0,.3); }
  .menu.open { display: grid; }
  .menu a { padding: 12px; border-radius: 10px; }
  .menu a:hover { background: rgba(255,255,255,.07); }
  .hero { min-height: auto; padding: 118px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-actions { justify-content: center; }
  .hero-visual { justify-self: center; width: min(82%, 460px); }
  .coverage-cards { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-images { min-height: 540px; width: min(100%, 620px); margin: 0 auto; }
  .work-copy { text-align: center; }
  .section-heading-row { grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card-vertical { width: min(100%, 430px); justify-self: center; }
  .closing-box { grid-template-columns: 1fr; }
  .closing-copy { text-align: center; }
  .closing-image { min-height: 420px; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner nav { grid-column: auto; justify-content: center; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .section { padding: 64px 0; }
  .brand-icon { width: 42px; height: 42px; }
  .brand-text strong { font-size: 1.22rem; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-visual { width: 84%; }
  .coverage-chip { left: -24px; bottom: 28px; width: 145px; padding: 14px; }
  .coverage-card { min-height: 280px; padding: 28px; }
  .coverage-card h3 { margin-top: 72px; }
  .work-images { min-height: 430px; }
  .section-heading h2, .work-copy h2, .closing-copy h2 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .gallery-grid { grid-auto-rows: 190px; gap: 10px; }
  .gallery-item { border-radius: 14px; }
  .gallery-item > span { right: 8px; bottom: 8px; width: 34px; height: 34px; }
  .closing-copy { padding: 42px 24px; }
  .lightbox { grid-template-columns: 42px 1fr 42px; padding: 14px; }
  .lightbox-arrow { width: 38px; height: 38px; font-size: 1.7rem; }
  .lightbox-close { right: 12px; top: 10px; width: 42px; height: 42px; }
}

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