:root {
  --navy: #0b1f3a;
  --blue: #1e6fd9;
  --blue-2: #3b8cf0;
  --silver: #c5d0dc;
  --paper: #f4f7fb;
  --white: #ffffff;
  --ink: #122033;
  --muted: #5b6b80;
  --line: #d7e0ea;
  --ok: #067647;
}
* { box-sizing: border-box; }
html, body { margin: 0; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .btn, .kicker, .nav a, .ham {
  font-family: Outfit, sans-serif;
  letter-spacing: 0.01em;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; }

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 10px 22px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.brand { display: flex; align-items: center; min-width: 0; }
.brand img { height: 132px; width: auto; object-fit: contain; }
.nav { display: flex; gap: 22px; align-items: center; font-size: 17px; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a.on, .nav a:hover { color: var(--navy); }
.nav .cta {
  background: var(--blue); color: #fff !important;
  padding: 11px 18px; border-radius: 999px; font-size: 16px;
}
.ham {
  display: none; background: none; border: 1px solid var(--line);
  color: var(--navy); padding: 10px 14px; cursor: pointer; border-radius: 8px; font-size: 16px;
}

.hero {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  background: var(--navy); color: #fff; min-height: 560px;
}
.hero-copy { padding: 64px 48px; display: flex; flex-direction: column; justify-content: center; }
.kicker { color: var(--blue-2); font-size: 13px; margin: 0 0 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero h1 { font-size: 48px; line-height: 1.05; margin: 0 0 16px; max-width: 14ch; }
.hero p { color: var(--silver); font-size: 17px; max-width: 44ch; margin: 0 0 28px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-visual {
  min-height: 360px;
  background: linear-gradient(180deg, rgba(11,31,58,.15), rgba(11,31,58,.72)), #122033 center/cover no-repeat;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 20px; border-radius: 999px; font-size: 14px; font-weight: 650;
  border: 1px solid transparent; cursor: pointer;
}
.btn-blue { background: var(--blue); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: #3a5273; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 56px 28px; }
.section-title { font-size: 28px; margin: 0 0 8px; color: var(--navy); }
.lede { color: var(--muted); margin: 0 0 28px; max-width: 62ch; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.cards { border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 18px; margin-bottom: 12px; }
.cards h3 { margin: 0 0 8px; font-size: 16px; }
.cards p { margin: 0; color: var(--muted); font-size: 15px; }
.photo { border-radius: 12px; overflow: hidden; min-height: 420px; background: #122033 center/cover no-repeat; }

.svc-list { display: flex; flex-direction: column; gap: 10px; }
.svc-line {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 14px 16px;
}
.svc-line .n { color: var(--blue); font-family: Outfit, sans-serif; font-weight: 700; font-size: 15px; width: 2ch; }
.svc-line b { display: block; color: var(--navy); font-size: 16px; }
.svc-line small { color: var(--muted); font-size: 13px; }

.svc-story {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; margin-bottom: 18px;
}
.svc-story.reverse .svc-pic { order: 2; }
.svc-pic { min-height: 280px; background: #122033 center/cover no-repeat; }
.svc-copy { padding: 32px 28px; display: flex; flex-direction: column; justify-content: center; }
.svc-copy .n { color: var(--blue); font-family: Outfit, sans-serif; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 8px; }
.svc-copy h2 { margin: 0 0 10px; font-size: 26px; color: var(--navy); }
.svc-copy p { margin: 0 0 20px; color: var(--muted); }
.svc-story.urgent { background: var(--navy); border-color: var(--navy); }
.svc-story.urgent h2, .svc-story.urgent .n { color: #fff; }
.svc-story.urgent p { color: var(--silver); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step { background: var(--navy); color: #fff; border-radius: 14px; padding: 20px; }
.step b { display: block; color: var(--blue-2); font-size: 13px; margin-bottom: 8px; }
.step p { margin: 8px 0 0; color: var(--silver); }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tile {
  position: relative; border-radius: 12px; overflow: hidden; cursor: pointer;
  aspect-ratio: 1; background: #122033 center/cover no-repeat; border: 0; padding: 0; width: 100%;
}
.tile .badge {
  position: absolute; left: 8px; bottom: 8px;
  background: rgba(11,31,58,.82); color: #fff;
  font-size: 12px; padding: 4px 8px; border-radius: 999px;
}
.tile .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; letter-spacing: .04em;
  background: rgba(11,31,58,.28);
}

.form { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.form label { display: block; font-size: 13px; font-weight: 700; color: var(--navy); margin: 12px 0 4px; }
.form input:not([type=radio]):not([type=checkbox]),
.form select, .form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px; font-size: 16px; background: #fff;
}
.form textarea { min-height: 110px; resize: vertical; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-row { display: flex; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.choice {
  display: inline-flex; align-items: center; gap: 10px;
  width: max-content; flex: none;
  margin: 0; padding: 10px 16px; font-weight: 600; font-size: 16px;
  border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer;
}
.choice input { width: 18px; height: 18px; margin: 0; flex: none; accent-color: var(--blue); }
.hint { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.flash { background: #ecfdf3; color: var(--ok); padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; }
.flash.err { background: #fef2f2; color: #b42318; }

footer { background: var(--navy); color: #d7e0ea; padding: 36px 28px 24px; }
.foot { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
footer h3 { margin: 0 0 10px; color: #fff; font-size: 15px; }
footer p, footer a { color: var(--silver); font-size: 14px; }
footer .tiny { margin-top: 24px; color: #8ea0b8; font-size: 12px; }
.socials { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.socials a { border: 1px solid #3a5273; color: #fff; padding: 6px 10px; border-radius: 999px; font-size: 12px; }

.lightbox {
  display: none; position: fixed; inset: 0; z-index: 500;
  background: rgba(7,13,22,.92); color: #fff;
  align-items: center; justify-content: center; flex-direction: column; padding: 16px;
}
.lightbox.on { display: flex; }
.lightbox img, .lightbox iframe { max-width: min(96vw, 980px); max-height: 78vh; object-fit: contain; }
.lightbox iframe { width: min(96vw, 980px); height: min(56vw, 551px); border: 0; }
.lightbox-x, .lightbox-prev, .lightbox-next {
  background: none; border: 0; color: #fff; font-size: 15px; cursor: pointer; padding: 10px;
}
.lightbox-x { position: absolute; top: 12px; right: 12px; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
.lightbox-meta { margin-top: 10px; color: #c5d0dc; font-size: 14px; }

@media (max-width: 900px) {
  .brand img { height: 92px; max-width: 100%; }
  .brand { flex: 1; }
  .ham { display: inline-flex; }
  .nav { display: none; }
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; padding: 14px 18px 18px; gap: 12px;
    border-bottom: 1px solid var(--line); z-index: 50; font-size: 18px;
  }
  .site-header { padding: 8px 12px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 36px 20px 28px; }
  .hero h1 { font-size: 32px; }
  .hero-visual { min-height: 220px; }
  .wrap { padding: 32px 18px; }
  .split, .svc-story, .svc-story.reverse, .steps, .foot, .row2 { grid-template-columns: 1fr; }
  .svc-story.reverse .svc-pic { order: 0; }
  .photo { min-height: 220px; }
  .svc-pic { min-height: 180px; }
  .svc-copy { padding: 22px 18px; }
  .svc-copy h2 { font-size: 22px; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .choice { flex: 1; width: auto; justify-content: center; }
  footer { padding: 28px 18px 20px; }
  .lightbox-prev, .lightbox-next { display: none; }
}
