:root {
  --navy: #07142d;
  --navy-2: #0a1c3d;
  --blue: #00a7e8;
  --ink: #0b1731;
  --muted: #667085;
  --paper: #f4f6f8;
  --white: #ffffff;
  --line: rgba(7, 20, 45, 0.14);
  --shell: min(1280px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  transform: translateY(-150%);
  background: var(--blue);
  color: var(--navy);
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 96px;
  padding: 0 max(40px, calc((100vw - 1280px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.brand img { width: 164px; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a {
  color: var(--white);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.nav-contact {
  border: 1px solid rgba(255,255,255,.55);
  padding: 11px 18px;
}
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: heroReveal 1.15s cubic-bezier(.2,.7,.2,1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 12, 30, .94) 0%, rgba(2, 12, 30, .72) 43%, rgba(2, 12, 30, .12) 78%), linear-gradient(0deg, rgba(2, 12, 30, .55), transparent 42%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
}
.eyebrow, .section-kicker {
  margin: 0 0 22px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4rem, 8.2vw, 8.3rem);
  line-height: .82;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--blue); }
.hero-copy {
  max-width: 590px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 850;
  letter-spacing: .035em;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--navy); }
.button-primary:hover { background: #32bcf0; }
.button-ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--navy); }
.hero-index {
  position: absolute;
  z-index: 3;
  right: max(40px, calc((100vw - 1280px) / 2));
  bottom: 52px;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.hero-index strong { color: var(--blue); font-size: 3.2rem; line-height: .8; }
.hero-index span { width: 68px; color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }

.intro {
  padding: 128px 0 120px;
  display: grid;
  grid-template-columns: .8fr 2.15fr;
  gap: 32px 70px;
}
.intro-copy h2, .section-heading h2, .statement h2, .contact h2 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .97;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.intro-copy p {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}
.facts {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--line);
}
.facts div { padding: 26px 12px 0 0; }
.facts strong { display: block; color: var(--blue); font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; }
.facts span { display: block; margin-top: 8px; color: var(--muted); font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .09em; }

.portfolio { background: var(--paper); padding: 112px 0 124px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 52px; }
.section-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); }
.location-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 310px;
  gap: 18px;
}
.location-card {
  position: relative;
  grid-column: span 4;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: var(--navy);
  cursor: pointer;
  color: var(--white);
  text-align: left;
}
.location-card.card-wide { grid-column: span 8; }
.location-card.card-tall { grid-row: span 2; }
.location-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.location-card:hover img, .location-card:focus-visible img { transform: scale(1.045); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,10,25,.88), transparent 63%); }
.card-copy { position: absolute; left: 26px; right: 70px; bottom: 24px; display: grid; }
.card-copy small { margin-bottom: 8px; color: var(--blue); font-weight: 900; letter-spacing: .12em; }
.card-copy strong { font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.card-copy > span { margin-top: 5px; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.card-plus { position: absolute; right: 25px; bottom: 26px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); font-size: 1.3rem; line-height: 1; }

.statement { position: relative; min-height: 620px; color: var(--white); display: grid; align-items: center; overflow: hidden; }
.statement > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.statement-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,12,30,.94), rgba(2,12,30,.43) 68%, rgba(2,12,30,.2)); }
.statement-copy { position: relative; z-index: 2; }
.statement h2 { max-width: 900px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 38px; color: var(--blue); font-weight: 850; text-decoration: none; }
.text-link span { font-size: 1.25rem; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.contact { padding: 120px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: start; }
.contact-grid > div:first-child > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 1.1rem; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details a, .contact-details address {
  display: grid;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-style: normal;
}
.contact-details a:hover strong { color: var(--blue); }
.contact-details span { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.contact-details strong { font-size: 1rem; line-height: 1.5; transition: color .2s ease; }

.site-footer { padding: 38px 0; color: rgba(255,255,255,.62); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-grid img { width: 130px; filter: brightness(0) invert(1); }
.footer-grid p { margin: 0; font-size: .78rem; letter-spacing: .04em; }
.footer-grid p:nth-child(2) { text-align: center; }
.footer-grid p:last-child { text-align: right; }

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  border: 0;
  padding: 26px 34px 34px;
  color: var(--white);
  background: rgba(2, 9, 23, .97);
}
.lightbox::backdrop { background: rgba(2, 9, 23, .8); }
.lightbox-top { min-height: 74px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.lightbox-top > div { display: flex; align-items: baseline; gap: 18px; }
.lightbox h2 { margin: 0; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
#lightbox-count { color: var(--blue); font-size: .74rem; font-weight: 900; }
.lightbox-close, .lightbox-prev, .lightbox-next { border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { font-size: 2.25rem; line-height: 1; }
.lightbox-stage { position: relative; height: calc(100vh - 126px); display: grid; grid-template-columns: 54px 1fr 54px; align-items: center; gap: 18px; }
.lightbox-stage img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-prev, .lightbox-next { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.35); font-size: 2rem; }
.lightbox button:hover, .lightbox button:focus-visible { color: var(--blue); border-color: var(--blue); }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

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

@media (max-width: 980px) {
  :root { --shell: min(100% - 44px, 840px); }
  .site-header { padding-inline: 22px; }
  .hero { min-height: 720px; }
  .hero h1 { font-size: clamp(3.5rem, 11vw, 6rem); }
  .hero-index { right: 22px; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy, .facts { grid-column: 1; }
  .facts { margin-top: 24px; }
  .location-grid { grid-auto-rows: 280px; }
  .location-card, .location-card.card-wide { grid-column: span 6; }
  .location-card.card-tall { grid-row: span 1; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 78px; }
  .brand img { width: 138px; }
  .menu-button { width: 44px; height: 44px; border: 0; padding: 9px; display: grid; align-content: center; gap: 5px; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--white); transition: transform .2s ease, opacity .2s ease; }
  .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); }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 22px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: rgba(7,20,45,.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .nav-contact { border: 0; }
  .hero { min-height: 700px; max-height: 840px; }
  .hero-image { object-position: 62% center; }
  .hero-content { justify-content: flex-end; padding: 0 0 110px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 5rem); line-height: .86; }
  .hero-copy { margin-top: 24px; font-size: 1rem; }
  .hero-actions { margin-top: 28px; }
  .button { width: 100%; }
  .hero-index { display: none; }
  .intro, .portfolio, .contact { padding-top: 84px; padding-bottom: 84px; }
  .intro { gap: 18px; }
  .intro-copy p { margin-top: 24px; font-size: 1.02rem; }
  .facts { grid-template-columns: 1fr; }
  .facts div { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 34px; }
  .section-heading > p { margin: 0; }
  .location-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; gap: 12px; }
  .location-card, .location-card.card-wide { grid-column: 1; }
  .statement { min-height: 560px; }
  .statement > img { object-position: 58% center; }
  .contact-grid { gap: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-grid p:nth-child(2), .footer-grid p:last-child { text-align: left; }
  .lightbox { padding: 18px; }
  .lightbox-stage { height: calc(100vh - 106px); grid-template-columns: 42px 1fr 42px; gap: 4px; }
  .lightbox-prev, .lightbox-next { width: 42px; height: 48px; background: rgba(2,9,23,.7); }
  .lightbox h2 { max-width: 200px; }
}
