:root {
  --navy: #070b1f;
  --navy-2: #101737;
  --red: #e3222c;
  --red-dark: #aa1019;
  --cream: #f2f0eb;
  --white: #fff;
  --muted: #aeb4c7;
  --ink: #111426;
  --line: rgba(255,255,255,.14);
  --radius: 3px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; height: 78px; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - var(--max))/2)); color: white; border-bottom: 1px solid var(--line); transition: background .3s, height .3s; }
.site-header.scrolled { height: 66px; background: rgba(7,11,31,.92); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand > img:first-child { width: 38px; height: 38px; object-fit: contain; }
.brand .wordmark { width: 231px; height: 34px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { opacity: .8; transition: opacity .2s; }
.main-nav > a:hover { opacity: 1; }
.nav-cta { background: var(--red); padding: 12px 18px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 26px; height: 2px; margin: 5px; background: white; }
.hero { position: relative; min-height: 780px; height: 100vh; max-height: 980px; color: white; overflow: hidden; display: grid; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; transform: scale(1.03); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,31,.96) 0%, rgba(7,11,31,.78) 38%, rgba(7,11,31,.28) 69%, rgba(7,11,31,.45) 100%), linear-gradient(0deg, rgba(7,11,31,.76), transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(680px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - var(--max))/2)); padding-top: 40px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: #d3d7e7; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; }
.eyebrow span { width: 34px; height: 3px; background: var(--red); }
.eyebrow.dark { color: #696e7c; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { letter-spacing: -.045em; line-height: .94; }
h1 { font-size: clamp(62px, 7.2vw, 108px); margin-bottom: 28px; font-weight: 850; }
h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.8); }
.hero-text { max-width: 600px; color: #c7cada; line-height: 1.7; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #f02a35; }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.hero-side { position: absolute; right: 24px; top: 50%; z-index: 2; transform: rotate(90deg) translateX(50%); transform-origin: 100% 50%; font-size: 10px; letter-spacing: .28em; color: rgba(255,255,255,.45); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; border-radius: 3px; background: white; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { opacity:0; transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0; transform:translate(-50%,15px)} }
.stats { position: relative; z-index: 5; margin-top: -66px; display: grid; grid-template-columns: repeat(4,1fr); background: white; box-shadow: 0 18px 60px rgba(7,11,31,.12); }
.stat { padding: 28px 32px; border-right: 1px solid #e3e4e9; }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--red); font-size: 34px; letter-spacing: -.04em; }
.stat span { color: #696e7c; font-size: 13px; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 84px; padding-block: 130px; }
.section-copy h2, .section-heading h2, .recruitment h2 { font-size: clamp(48px, 6vw, 78px); margin-bottom: 30px; }
.section-copy > p:not(.eyebrow) { color: #5f6471; line-height: 1.8; }
.text-link { display: inline-flex; gap: 14px; margin-top: 20px; color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.about-image { position: relative; margin: 0; }
.about-image::before { content:""; position:absolute; width: 38%; height: 48%; background: var(--red); right: -20px; bottom: -20px; z-index:-1; }
.about-image img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.about-image figcaption { position: absolute; left: -34px; bottom: 28px; padding: 18px 22px; background: var(--navy); color: white; font-weight: 800; font-size: 13px; }
.about-image figcaption span { color: var(--red); margin-right: 16px; }
.services { padding-block: 120px; color: white; background: var(--navy); position: relative; overflow: hidden; }
.services::after { content:"HDR"; position:absolute; right:-30px; bottom:-80px; font-size: 280px; line-height:1; font-weight:900; color:rgba(255,255,255,.025); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 410px; color: var(--muted); line-height: 1.7; }
.section-heading.dark > p { color: #666b78; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); position:relative; z-index:2; }
.service-card { min-height: 430px; padding: 28px; border-right: 1px solid var(--line); position:relative; transition: background .25s, transform .25s; }
.service-card:last-child { border-right:0; }
.service-card:hover { background:rgba(255,255,255,.055); transform:translateY(-5px); }
.service-number { color:#787e94; font-size:11px; letter-spacing:.16em; }
.service-icon { margin: 62px 0 26px; font-size: 28px; color: var(--red); }
.service-card h3 { font-size: 28px; margin-bottom: 18px; }
.service-card p { color:var(--muted); line-height:1.65; font-size:14px; }
.service-card ul { padding:0; margin:28px 0 0; list-style:none; }
.service-card li { padding:9px 0; border-top:1px solid var(--line); color:#d9dce7; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.gallery { padding-block: 130px; }
.gallery-grid { display:grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 280px); gap:14px; }
.gallery-item { position:relative; overflow:hidden; border:0; padding:0; cursor:pointer; background:#111; text-align:left; }
.gallery-wide { grid-row:1 / span 2; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition: transform .45s, opacity .3s; }
.gallery-item:hover img { transform:scale(1.035); opacity:.82; }
.gallery-item span { position:absolute; inset:auto 0 0; display:flex; justify-content:space-between; color:white; padding:34px 24px 20px; font-weight:800; background:linear-gradient(transparent,rgba(7,11,31,.9)); }
.recruitment { position:relative; min-height:620px; display:grid; align-items:center; color:white; overflow:hidden; }
.recruitment > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 48%; }
.recruitment-overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,11,31,.96),rgba(7,11,31,.72) 50%,rgba(7,11,31,.2)); }
.recruitment-content { position:relative; z-index:2; }
.recruitment-content > p:not(.eyebrow) { max-width:590px; color:#c7cada; line-height:1.7; }
.footer { background:#050716; color:white; padding:72px 0 24px; }
.footer-grid { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:60px; padding-bottom:64px; }
.footer-brand { margin-bottom:20px; }
.footer-grid p { max-width:320px; color:#8f95aa; line-height:1.7; }
.footer-grid h3 { margin:10px 0 20px; font-size:12px; text-transform:uppercase; letter-spacing:.15em; color:#7d8399; }
.footer-grid > div:not(:first-child) { display:flex; flex-direction:column; gap:13px; font-size:14px; }
.footer-grid a:hover { color:var(--red); }
.footer-bottom { border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; gap:30px; color:#747a8e; font-size:12px; }
.lightbox { width:min(1100px,92vw); padding:0; border:0; background:transparent; overflow:visible; }
.lightbox::backdrop { background:rgba(3,5,15,.92); backdrop-filter:blur(5px); }
.lightbox img { width:100%; max-height:82vh; object-fit:contain; }
.lightbox-close { position:absolute; right:-6px; top:-48px; width:42px; height:42px; border:1px solid rgba(255,255,255,.3); background:transparent; color:white; font-size:28px; cursor:pointer; }
.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 960px) {
  .main-nav { position:absolute; top:100%; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px 24px 24px; background:rgba(7,11,31,.98); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:14px 0; }
  .nav-cta { text-align:center; margin-top:8px; }
  .menu-button { display:block; }
  .hero-side { display:none; }
  .stats { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid #e3e4e9; }
  .about { grid-template-columns:1fr; gap:56px; }
  .about-image { width:90%; margin-left:auto; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .service-card:nth-child(2) { border-right:0; }
  .service-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .footer-grid { grid-template-columns:2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2; }
}
@media (max-width: 650px) {
  .section-shell { width:min(100% - 30px,var(--max)); }
  .site-header { padding-inline:15px; height:68px; }
  .brand .wordmark { width:185px; height:auto; }
  .brand > img:first-child { width:32px; height:32px; }
  .hero { min-height:720px; }
  .hero-content { width:calc(100% - 30px); margin-left:15px; }
  h1 { font-size:clamp(52px,17vw,76px); }
  .hero-text { font-size:16px; }
  .button { width:100%; }
  .stats { margin-top:0; width:100%; }
  .stat { padding:22px 20px; }
  .stat strong { font-size:28px; }
  .about,.gallery { padding-block:90px; }
  .about { gap:45px; }
  .about-image { width:100%; }
  .about-image figcaption { left:0; bottom:0; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:24px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:360px; border-right:0; border-bottom:1px solid var(--line); }
  .service-card:last-child { border-bottom:0; }
  .service-icon { margin-top:35px; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:340px 230px 230px; }
  .gallery-wide { grid-row:auto; }
  .recruitment { min-height:720px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:42px 24px; }
  .footer-grid > div:first-child { grid-column:1 / -1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation:none!important; transition:none!important; }
  .reveal { opacity:1; transform:none; }
}
