:root {
  color-scheme: dark;
  --bg: #07090d;
  --bg-2: #0f141c;
  --panel: rgba(15, 20, 28, 0.88);
  --panel-strong: rgba(23, 29, 39, 0.96);
  --line: rgba(255, 255, 255, 0.1);
  --line-soft: rgba(255, 255, 255, 0.06);
  --text: #eff3f8;
  --muted: #9ca9bb;
  --accent: #e23434;
  --accent-soft: rgba(226, 52, 52, 0.16);
  --success: #2ec27e;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI Variable", "Trebuchet MS", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(226, 52, 52, 0.18), transparent 22%),
    radial-gradient(circle at bottom right, rgba(226, 52, 52, 0.12), transparent 28%),
    linear-gradient(180deg, #05070a 0%, #0a0f15 100%);
}

a {
  color: inherit;
}

.page-shell {
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 320px;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 22px;
}

.hero-copy,
.hero-visual,
.nav-card,
.section-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  padding: 34px;
}

.hero-visual {
  padding: 28px;
  display: grid;
  gap: 18px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(226, 52, 52, 0.08), transparent 45%),
    var(--panel-strong);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
ol,
ul {
  margin: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.94;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

h3 {
  font-size: 18px;
}

.intro {
  max-width: 58ch;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.hero-stats article {
  border: 1px solid var(--line-soft);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-stats strong {
  display: block;
  font-size: 26px;
}

.hero-stats span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(226, 52, 52, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #d7dfe9;
  font-size: 13px;
}

.pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.hero-brand {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.hero-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-brand strong,
.hero-footnote strong {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-brand span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.hero-footnote span {
  font-size: 28px;
  font-weight: 700;
}

.hero-footnote p {
  color: var(--muted);
  line-height: 1.7;
}

.screen-mini,
.shot-frame {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  overflow: hidden;
  background: #0a1017;
}

.screen-bar,
.shot-topbar {
  display: flex;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.screen-bar span,
.shot-topbar::before,
.shot-topbar::after,
.shot-topbar {
  color: transparent;
}

.screen-bar span,
.shot-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.screen-bar span:first-child,
.shot-topbar span:first-child {
  background: #ff6a63;
}

.screen-bar span:nth-child(2),
.shot-topbar span:nth-child(2) {
  background: #ffcf53;
}

.screen-bar span:nth-child(3),
.shot-topbar span:nth-child(3) {
  background: #37d67a;
}

.screen-body {
  padding: 18px;
}

.screen-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.screen-chip-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.screen-columns {
  display: grid;
  gap: 12px;
}

.screen-panel {
  border-radius: 18px;
  padding: 15px;
  background:
    linear-gradient(135deg, rgba(226, 52, 52, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.screen-panel strong {
  display: block;
  font-size: 14px;
}

.screen-panel p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.content-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
}

.side-nav {
  position: relative;
}

.nav-card {
  position: sticky;
  top: 22px;
  padding: 22px;
}

.nav-card h2 {
  font-size: 18px;
  margin-bottom: 14px;
}

.nav-card nav {
  display: grid;
  gap: 8px;
}

.nav-card a {
  padding: 11px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--muted);
  border: 1px solid transparent;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.nav-card a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line-soft);
  transform: translateX(2px);
}

.article-stack {
  display: grid;
  gap: 18px;
}

.section-card {
  padding: 28px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-intro {
  margin-top: 12px;
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.8;
}

.step-list,
.bullet-list {
  display: grid;
  gap: 12px;
  color: var(--muted);
  line-height: 1.8;
  padding-left: 20px;
}

.info-grid,
.menu-grid,
.shot-grid,
.howto-grid,
.highlight-strip {
  display: grid;
  gap: 14px;
}

.info-grid,
.menu-grid,
.shot-grid,
.howto-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.menu-card,
.faq-item,
.shot-card,
.howto-card,
.callout,
.highlight-strip article {
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.info-card p,
.menu-card p,
.faq-item p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.75;
}

.shot-card {
  padding: 16px;
}

.shot-image,
.gallery-card img {
  display: block;
  width: 100%;
  height: auto;
}

.image-link {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(7, 9, 13, 0.78) 100%);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.image-link-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(7, 9, 13, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eff3f8;
  font-size: 12px;
  letter-spacing: 0.04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.image-link:hover::after,
.image-link:focus-visible::after {
  opacity: 1;
}

.image-link:hover .image-link-label,
.image-link:focus-visible .image-link-label {
  opacity: 1;
  transform: translateY(0);
}

.image-link:focus-visible {
  outline: 2px solid rgba(226, 52, 52, 0.7);
  outline-offset: 0;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 5, 9, 0.84);
  backdrop-filter: blur(8px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1400px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 16, 23, 0.96);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lightbox-toolbar strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.lightbox-close {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.lightbox-stage {
  overflow: auto;
  border-radius: 18px;
  background: #06080c;
}

.lightbox-stage img {
  display: block;
  width: 100%;
  height: auto;
}

.shot-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.shot-layout {
  min-height: 220px;
  padding: 18px;
  display: grid;
  align-content: end;
  gap: 8px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.9) 100%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.18), rgba(255, 255, 255, 0.03));
}

.shot-layout strong {
  font-size: 24px;
  line-height: 1.1;
}

.shot-layout p {
  color: #d6dee8;
  line-height: 1.6;
}

.shot-badge {
  justify-self: start;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.jobs-shot {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.92) 100%),
    radial-gradient(circle at top right, rgba(46, 194, 126, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.14), rgba(255, 255, 255, 0.03));
}

.stock-shot {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.92) 100%),
    radial-gradient(circle at center left, rgba(255, 207, 83, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.12), rgba(255, 255, 255, 0.02));
}

.mail-shot {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.92) 100%),
    radial-gradient(circle at top left, rgba(83, 152, 255, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.1), rgba(255, 255, 255, 0.03));
}

.bridge-shot {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.92) 100%),
    radial-gradient(circle at top center, rgba(46, 194, 126, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.14), rgba(255, 255, 255, 0.03));
}

.cp-shot {
  background:
    linear-gradient(180deg, transparent 0%, rgba(7, 9, 13, 0.92) 100%),
    radial-gradient(circle at right center, rgba(255, 207, 83, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(226, 52, 52, 0.14), rgba(255, 255, 255, 0.03));
}

.shot-card-accent .branded-placeholder {
  min-height: 307px;
  display: grid;
  gap: 18px;
  place-items: center;
  text-align: center;
  padding: 28px;
  background:
    radial-gradient(circle at top center, rgba(226, 52, 52, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.branded-placeholder img {
  width: min(220px, 100%);
  height: auto;
}

.branded-placeholder strong {
  display: block;
  font-size: 22px;
}

.branded-placeholder p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item h3 {
  color: var(--text);
}

.section-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.section-gallery-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-card {
  margin: 0;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.gallery-card figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  line-height: 1.7;
}

.howto-card h3,
.callout strong,
.highlight-strip strong {
  color: var(--text);
}

.compact-list {
  margin-top: 10px;
  gap: 10px;
  font-size: 15px;
}

.callout {
  margin-top: 16px;
  background:
    linear-gradient(135deg, rgba(226, 52, 52, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.03);
}

.callout p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.8;
}

.highlight-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.highlight-strip article {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 60%),
    rgba(255, 255, 255, 0.02);
}

.highlight-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.7;
}

code {
  padding: 3px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line-soft);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.95em;
}

@media (max-width: 1120px) {
  .hero,
  .content-layout,
  .info-grid,
  .menu-grid,
  .shot-grid,
  .howto-grid,
  .section-gallery,
  .section-gallery-wide,
  .highlight-strip,
  .hero-stats,
  .hero-brand {
    grid-template-columns: 1fr;
  }

  .nav-card {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding: 16px;
  }

  .hero-copy,
  .hero-visual,
  .nav-card,
  .section-card {
    border-radius: 22px;
  }

  .hero-copy,
  .hero-visual,
  .section-card {
    padding: 22px;
  }

  .intro {
    font-size: 16px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-dialog {
    max-height: calc(100vh - 24px);
    padding: 14px;
    border-radius: 18px;
  }
}
