:root {
  --black: #000000;
  --white: #ffffff;
  --chip: #efefef;
  --hover: #e2e2e2;
  --text: #111111;
  --muted: #4b4b4b;
  --soft: rgba(0, 0, 0, 0.12);
  --soft-2: rgba(0, 0, 0, 0.16);
  --radius: 12px;
  --pill: 999px;
  --container: 1136px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}
.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  width: 46px; height: 46px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 6px 18px var(--soft); background: var(--white);
}
.brand-text strong { display: block; font-size: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.brand-text span { color: var(--muted); font-size: 13px; }
.nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.pill {
  display: inline-flex; align-items: center; justify-content: center; border-radius: var(--pill);
  padding: 12px 16px; border: none; font: inherit; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; white-space: nowrap;
}
.pill:hover { transform: translateY(-1px); }
.pill.chip { background: var(--chip); color: var(--black); }
.pill.chip:hover { background: var(--hover); }
.pill.black { background: var(--black); color: var(--white); box-shadow: 0 10px 24px var(--soft-2); }
.pill.black:hover { background: #111111; }
.pill.white { background: var(--white); color: var(--black); box-shadow: 0 6px 18px var(--soft); }
.pill.white:hover { background: #f3f3f3; }
.hero { padding: 34px 0 22px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; align-items: stretch; }
.hero-copy, .hero-panel, .card, .feature, .contact, .about-panel {
  border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 18px var(--soft);
}
.hero-copy {
  padding: 34px; display: flex; flex-direction: column; justify-content: space-between; min-height: 540px;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; width: fit-content;
  background: var(--chip); color: var(--black); border-radius: var(--pill);
  padding: 9px 14px; font-size: 13px; font-weight: 600;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.1; }
h1 { font-size: clamp(2.6rem, 5vw, 4.3rem); letter-spacing: -0.04em; max-width: 10ch; margin: 18px 0 16px; }
.lead { font-size: 1.05rem; color: var(--muted); max-width: 60ch; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.stat { padding: 16px; border-radius: 18px; background: #fafafa; border: 1px solid rgba(0,0,0,0.05); }
.stat strong { display: block; font-size: 1.2rem; margin-bottom: 6px; }
.stat span { color: var(--muted); font-size: 0.95rem; }
.hero-panel {
  overflow: hidden; position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: space-between;
  background: linear-gradient(180deg, #111111 0%, #000000 100%); color: var(--white); padding: 24px;
}
.panel-badge {
  display: inline-flex; padding: 9px 14px; border-radius: var(--pill); background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px); font-size: 13px;
}
.mock-card {
  margin-top: 18px; background: rgba(255,255,255,0.96); color: var(--black); border-radius: 28px; padding: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.mock-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 14px; }
.mock-item {
  border-radius: 20px;
  min-height: 220px;
  padding: 14px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  overflow: hidden;
}
.mock-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center / cover no-repeat;
  transform: scale(1.02);
}
.mock-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.55) 100%);
}
.mock-item strong, .mock-item span { position: relative; z-index: 1; color: #fff; }
.mock-item strong { font-size: 15px; }
.mock-item span { font-size: 13px; opacity: 0.92; }
.placeholder-image {
  margin-top: 18px;
  border-radius: 24px;
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.02)),
    repeating-linear-gradient(90deg, #111111 0 28px, #1b1b1b 28px 56px);
  border: 1px solid rgba(255,255,255,0.15);
  display: grid; place-items: center; text-align: center; color: rgba(255,255,255,.9); padding: 24px;
}
.placeholder-image span { max-width: 26ch; }
.image-banner {
  margin-top: 18px;
  border-radius: 24px;
  min-height: 220px;
  background: var(--bg) center / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.58) 100%);
}
.image-banner .banner-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--white);
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(10px);
  border-radius: var(--pill);
  padding: 8px 12px;
  font-size: 13px;
}
.feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding: 24px;
}
.feature-link {
  color: inherit;
  text-decoration: none;
}
.feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center / cover no-repeat;
  z-index: 0;
}
.feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.16) 0%, rgba(0,0,0,0.64) 100%);
  z-index: 1;
}
.feature > * {
  position: relative;
  z-index: 2;
}
.feature .feature-image {
  display: none;
}
.feature-title-only {
  min-height: 520px;
  justify-content: flex-end;
  padding: 26px;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-title-only:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.22);
}
.feature-title-only h3 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  max-width: 12ch;
  line-height: 1.1;
  margin-top: auto;
}
a.feature-title-only {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.feature h3, .feature p, .feature .meta {
  color: #fff;
}
.feature .meta { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 0; }
.feature .pill.chip { background: rgba(255,255,255,0.16); color: #fff; }
.feature .pill.chip:hover { background: rgba(255,255,255,0.24); }
.feature .pill.black { background: #fff; color: #000; box-shadow: none; }
.feature .pill.black:hover { background: #f3f3f3; }
.section { padding: 20px 0 30px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; }
.section-head p { margin: 0; color: var(--muted); max-width: 65ch; }
.section-head h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -0.03em; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.card, .feature, .contact, .about-panel { padding: 24px; border: 1px solid rgba(0,0,0,0.05); }
.card h3, .feature h3, .contact h3, .about-panel h3 { font-size: 1.35rem; margin-bottom: 10px; }
.card p, .feature p, .contact p, .about-panel p { margin: 0; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.feature { display: flex; flex-direction: column; min-height: 100%; }
.feature .meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; padding-top: 18px; }
.split-banner { margin-top: 18px; border-radius: 30px; overflow: hidden; box-shadow: 0 4px 18px var(--soft); display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; background: #f4f4f4; }
.split-banner .left, .split-banner .right { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.split-banner .left { background: var(--black); color: var(--white); }
.split-banner .left p { color: rgba(255,255,255,.82); }
.split-banner .right { background: linear-gradient(180deg, #fafafa, #ededed); }
.split-banner ul { padding-left: 18px; margin: 14px 0 0; color: var(--muted); }
.split-banner .left ul { color: rgba(255,255,255,.82); }
.contact { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin-top: 18px; }
footer { margin-top: 30px; padding: 42px 0; background: var(--black); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.74); }
.footer-grid a:hover { color: var(--white); }
.fineprint { margin-top: 26px; color: rgba(255,255,255,.55); font-size: 0.92rem; }
.image-frame {
  border-radius: 24px; min-height: 260px; background: #f7f7f7; border: 1px dashed rgba(0,0,0,0.14);
  display: grid; place-items: center; text-align: center; color: var(--muted); padding: 22px;
}
.image-frame strong { display: block; color: var(--black); margin-bottom: 8px; }
.image-frame.full-bleed {
  border: none;
  padding: 0;
  overflow: hidden;
}
.image-frame.full-bleed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
}
.image-frame.full-bleed > * { display: none; }
.video-section {
  margin-top: 18px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 18px var(--soft);
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.05);
}
.segment-video {
  width: 100%;
  height: min(72vh, 760px);
  display: block;
  object-fit: cover;
  background: #000;
}
.segment-video::-webkit-media-controls-panel {
  background: rgba(0,0,0,0.35);
}
.segment-video::-webkit-media-controls-enclosure {
  border-radius: 0;
}
.video-section .video-placeholder {
  min-height: 320px;
  background: linear-gradient(135deg, #111 0%, #000 100%);
  display: grid;
  place-items: center;
  color: var(--white);
  padding: 24px;
}
.video-section .video-placeholder-inner {
  max-width: 34ch;
  text-align: center;
}
.video-section .video-placeholder-inner strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.video-section .video-placeholder-inner span {
  color: rgba(255,255,255,0.78);
}
@media (max-width: 960px) {
  .hero-grid, .grid-2, .grid-3, .split-banner, .contact, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-panel { min-height: auto; }
  .stats { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
}
@media (max-width: 640px) {
  .nav { align-items: start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .hero { padding-top: 18px; }
  .hero-copy { padding: 22px; }
  .hero-panel { padding: 18px; }
  .card, .feature, .contact, .about-panel { padding: 18px; }
}
