:root {
  --bg: #090909;
  --bg2: #0e0e0d;
  --bg3: #141412;
  --panel: #10100f;
  --panel2: #151513;
  --rule: #2a2824;
  --rule-soft: #1d1b18;
  --muted: #77736b;
  --mid: #aaa59b;
  --text: #ded8cf;
  --bright: #f2ede3;
  --pulse: #3d7a5e;
  --pulse2: #2e6e50;
  --pulse3: #1f4c38;
  --pulse-soft: rgba(61, 122, 94, 0.08);
  --mono: 'DM Mono', monospace;
  --sans: 'Syne', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  background:
    radial-gradient(circle at 78% 0%, rgba(61,122,94,0.10), transparent 34%),
    radial-gradient(circle at 12% 22%, rgba(255,255,255,0.025), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page { min-height: 100vh; overflow-x: hidden; padding-top: 74px; }
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 0 52px;
  background: rgba(8,8,8,0.995);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(222,216,207,0.16);
}
.brand-lockup { display: flex; flex-direction: column; gap: 4px; line-height: 1.15; flex: 0 0 auto; }
.brand-main {
  font-family: var(--mono);
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--bright);
}
.brand-sub {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #66b587;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  list-style: none;
  min-width: 0;
}
.nav-links a {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  color: #c0bab0;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] { color: var(--bright); }

section, header { scroll-margin-top: 74px; }
.section {
  padding: 82px 52px;
  border-bottom: 0.5px solid var(--rule-soft);
}
.section.tight { padding-top: 58px; padding-bottom: 58px; }
.eyebrow {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pulse2);
  margin-bottom: 18px;
}
.section-title,
h1 {
  color: var(--bright);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
h1 { font-size: clamp(36px, 4.4vw, 64px); max-width: 860px; }
.section-title { font-size: clamp(28px, 4vw, 48px); max-width: 860px; }
.lede {
  color: #c8c4bc;
  font-size: clamp(16px, 1.65vw, 20px);
  line-height: 1.65;
  max-width: 860px;
  margin-top: 26px;
}
.copy {
  color: var(--mid);
  font-size: 15px;
  line-height: 1.85;
  max-width: 760px;
  margin-top: 18px;
}

.hero {
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 54px;
  align-items: center;
  padding: 42px 52px;
  border-bottom: 0.5px solid var(--rule);
}
.home-hero {
  min-height: calc(100vh - 66px);
  grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.58fr);
  gap: 46px;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
}
.home-hero h1 {
  max-width: 820px;
  font-size: clamp(40px, 5vw, 72px);
}
.home-hero .lede {
  max-width: 680px;
  margin-top: 24px;
}
.home-hero .copy {
  max-width: 620px;
  font-size: 16px;
}
.hero-context {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin-top: 28px;
}
.hero-context span {
  border: 0.5px solid var(--rule);
  background: rgba(15,15,14,0.72);
  color: #bcb6ad;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 10px 12px;
  text-transform: uppercase;
}
.product-title {
  color: var(--pulse);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.28em;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.home-hero .hero-panel {
  min-height: 0;
  height: clamp(210px, 32vh, 280px);
  align-self: center;
}
.hero.compact { min-height: 620px; }
.pulse-life-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
}
.pulse-life-hero .hero-panel {
  max-width: 620px;
  justify-self: end;
}
.hero.compact .hero-panel {
  aspect-ratio: 16 / 9;
  min-height: 0;
}
.hero.compact .hero-panel.frame-life { aspect-ratio: 1744 / 902; }
.hero.compact .hero-panel.frame-publish { aspect-ratio: 1672 / 941; }
.hero.compact .hero-panel.frame-player { aspect-ratio: 1256 / 594; }
.hero.compact .hero-panel.frame-tv { aspect-ratio: 1082 / 594; }
.hero.compact .hero-panel.frame-vinyl { aspect-ratio: 1250 / 591; }
.hero-panel {
  min-height: 420px;
  border: 0.5px solid var(--rule);
  background: var(--panel);
  overflow: hidden;
}
.hero-panel img,
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-panel img.fit,
.media-frame img.fit {
  object-fit: contain;
  object-position: top center;
  background: #050605;
}

.frame-life,
.media-frame.frame-life { aspect-ratio: 1744 / 902; }
.frame-publish,
.media-frame.frame-publish { aspect-ratio: 1672 / 941; }
.frame-player,
.media-frame.frame-player { aspect-ratio: 1256 / 594; }
.frame-tv,
.media-frame.frame-tv { aspect-ratio: 1082 / 594; }
.frame-loop,
.media-frame.frame-loop { aspect-ratio: 1536 / 1024; }
.frame-vinyl,
.media-frame.frame-vinyl { aspect-ratio: 1250 / 591; }
.frame-admin,
.media-frame.frame-admin { aspect-ratio: 579 / 520; }

.hero-panel.frame-life,
.hero-panel.frame-publish,
.hero-panel.frame-player,
.hero-panel.frame-tv,
.hero-panel.frame-vinyl,
.split-visual.frame-loop,
.split-visual.frame-vinyl,
.split-visual.frame-admin {
  min-height: 0;
}

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  border: 0.5px solid var(--rule);
  padding: 11px 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid);
  background: rgba(15,15,14,0.75);
}
.button.primary {
  color: var(--pulse);
  border-color: var(--pulse3);
  background: var(--pulse-soft);
}

.grid {
  display: grid;
  gap: 1px;
  background: var(--rule);
  border: 0.5px solid var(--rule);
  margin-top: 38px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.five { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.grid.five > .card { grid-column: span 2; }
.grid.five > .card:nth-last-child(2),
.grid.five > .card:last-child { grid-column: span 3; }
.card {
  background: var(--bg2);
  padding: 26px;
  min-height: 220px;
}
.card.visual-card { padding: 0; display: flex; flex-direction: column; }
.card h3 {
  color: var(--bright);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
}
.card p { color: var(--mid); font-size: 14px; line-height: 1.75; }
.tag {
  display: block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pulse2);
  margin-bottom: 14px;
}
.media-frame {
  aspect-ratio: 16 / 9;
  background: #050605;
  border-bottom: 0.5px solid var(--rule);
  overflow: hidden;
}
.visual-card .card-body { padding: 22px; flex: 1; }

.flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 0.5px solid var(--rule);
  margin-top: 36px;
}
.flow-step {
  background: var(--bg2);
  padding: 22px 18px;
  min-height: 130px;
}
.flow-step span {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--pulse2);
  text-transform: uppercase;
}
.flow-step strong {
  display: block;
  color: var(--bright);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 12px;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1px;
  background: var(--rule);
  border: 0.5px solid var(--rule);
  margin-top: 38px;
}
.split > * { background: var(--bg2); }
.split-copy { padding: 32px; }
.split-visual { min-height: 420px; overflow: hidden; }
.split-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
  background: #050605;
}

.asset-needed {
  margin-top: 38px;
  border: 0.5px solid var(--rule);
  background:
    linear-gradient(135deg, rgba(61,122,94,0.08), transparent 46%),
    var(--bg2);
  padding: 28px;
  min-height: 180px;
}
.asset-needed h3 {
  color: var(--bright);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
.asset-needed p {
  color: var(--mid);
  font-size: 14px;
  line-height: 1.75;
  max-width: 560px;
  margin-top: 12px;
}

.visual-band {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-bottom: 0.5px solid var(--rule-soft);
  background: #050605;
}
.visual-band img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
  opacity: 0.86;
}
.visual-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9,9,9,0.62), rgba(9,9,9,0.08) 48%, rgba(9,9,9,0.54)),
    linear-gradient(0deg, rgba(9,9,9,0.55), transparent 44%, rgba(9,9,9,0.25));
  pointer-events: none;
}
.visual-caption {
  position: absolute;
  left: 52px;
  bottom: 46px;
  z-index: 1;
  max-width: 620px;
  color: var(--bright);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.visual-feature { padding-top: 70px; }
.wide-visual {
  border: 0.5px solid var(--rule);
  background: #050605;
  overflow: hidden;
  max-height: 720px;
}
.wide-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.wide-visual + .copy {
  max-width: 900px;
  margin-top: 26px;
}

.list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin-top: 22px;
}
.list li {
  color: var(--mid);
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 0.5px solid var(--rule-soft);
}
.list li::before { content: "-> "; color: var(--pulse2); font-family: var(--mono); }

.status-note {
  margin-top: 28px;
  border: 0.5px solid var(--pulse3);
  background: var(--pulse-soft);
  color: var(--mid);
  padding: 20px 22px;
  max-width: 820px;
}
.status-note strong { color: var(--bright); font-weight: 400; }

.pull-quote {
  margin-top: 34px;
  max-width: 980px;
  color: var(--bright);
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.12;
  border-left: 0.5px solid var(--pulse3);
  padding-left: 28px;
}

.site-footer {
  padding: 36px 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-top: 0.5px solid var(--rule-soft);
  background: rgba(8,8,8,0.72);
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
}
.footer-brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(110, 119, 255, 0.18);
}
.footer-brand div {
  display: grid;
  gap: 4px;
}
.footer-brand span {
  display: block;
  font-family: var(--mono);
  text-transform: uppercase;
}
.footer-brand span:first-child {
  color: var(--bright);
  font-size: 10px;
  letter-spacing: 0.16em;
}
.footer-brand span:last-child {
  color: #66b587;
  font-size: 9px;
  letter-spacing: 0.14em;
  line-height: 1.45;
}
.footer-disclaimer {
  max-width: 620px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .hero, .split { grid-template-columns: 1fr; }
  .pulse-life-hero .hero-panel { justify-self: stretch; max-width: none; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero .hero-panel { max-width: 760px; width: 100%; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.five { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid.five > .card { grid-column: span 2; }
  .grid.five > .card:nth-last-child(2) { grid-column: span 2; }
  .grid.five > .card:last-child { grid-column: 1 / -1; }
  .flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow .flow-step:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .nav { padding: 0 22px; }
  .nav-links { display: none; }
  .hero, .section, .site-footer { padding-left: 22px; padding-right: 22px; }
  .hero { min-height: auto; padding-top: 38px; }
  .visual-band { min-height: 420px; }
  .visual-band img { min-height: 420px; }
  .visual-caption { left: 22px; right: 22px; bottom: 28px; }
  .home-hero { gap: 30px; padding-bottom: 34px; }
  .home-hero h1 { font-size: 38px; }
  .home-hero .hero-panel { height: 220px; }
  h1 { font-size: 36px; }
  .section-title { font-size: 32px; }
  .grid.two, .grid.three, .grid.four, .grid.five, .flow { grid-template-columns: 1fr; }
  .grid.five > .card,
  .grid.five > .card:nth-last-child(2),
  .grid.five > .card:last-child,
  .flow .flow-step:last-child { grid-column: auto; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .footer-brand { min-width: 0; }
}
