:root {
  --black: #090a0a;
  --black-2: #111111;
  --cream: #f1eee7;
  --cream-2: #e8e1d5;
  --gold: #b9a176;
  --gold-dark: #9a835e;
  --line: rgba(185,161,118,.48);
  --text: #f7f2ea;
  --muted: rgba(247,242,234,.72);
  --ink: #1d1a16;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  height: 86px;
  display: flex;
  align-items: center;
  padding: 0 7.1vw;
  background: linear-gradient(to bottom, rgba(3,4,5,.86), rgba(3,4,5,.05));
  transition: background .35s ease, height .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(8,9,9,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand { min-width: 190px; line-height: 1; display: inline-flex; flex-direction: column; letter-spacing: .18em; }
.brand-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: .065em;
}
.brand-sub { font-size: 11px; letter-spacing: .42em; margin-left: 8px; margin-top: 2px; }
.primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.primary-nav a:not(.nav-contact) { opacity: .92; }
.primary-nav a:hover { color: var(--gold); }
.nav-contact {
  border: 1px solid var(--cream-2);
  padding: 15px 31px;
  margin-left: 7px;
  letter-spacing: .18em;
}
.nav-toggle { display:none; margin-left:auto; width:38px; height:30px; background:none; border:0; }
.nav-toggle span { display:block; height:1px; background:#fff; margin:7px 0; }
.hero {
  position: relative;
  min-height: 640px;
  height: 58vw;
  max-height: 770px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 7.1vw;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.01); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(4,5,7,.82) 0%, rgba(4,5,7,.62) 28%, rgba(4,5,7,.2) 58%, rgba(4,5,7,.34) 100%),
              linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.12) 38%, rgba(0,0,0,.46));
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(770px, 48vw);
}
h1, h2, h3 { margin: 0; font-weight: 400; }
h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 5.8vw, 92px);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero-content p { max-width: 560px; margin: 31px 0 31px; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.78; }
.button-row { display:flex; align-items:center; gap: 22px; flex-wrap: wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center;
  min-height: 46px;
  padding: 0 30px;
  border: 1px solid rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { border-color: var(--gold); background: var(--gold); color: #fff; }
.btn-gold:hover { background: #c8b086; }
.btn-outline { background: rgba(0,0,0,.1); color: #fff; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.compact { min-height: 40px; padding: 0 24px; }
.trusted {
  background: linear-gradient(90deg, #f5f2ec 0%, #eee9e0 48%, #f5f2ec 100%);
  color: var(--ink);
  padding: 23px 7.1vw 27px;
  border-top: 1px solid rgba(255,255,255,.7);
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .36em;
  text-transform: uppercase;
  color: inherit;
}
.centered { text-align:center; color:#2c2821; }
.industry-strip { display:grid; grid-template-columns: repeat(7, 1fr); gap: 18px; align-items:end; }
.industry, .audience-grid div { text-align:center; color:#4e4538; }
.industry span, .audience-grid span, .ecosystem-grid span { display:block; margin:0 auto 7px; width:42px; height:42px; color: var(--gold-dark); }
.industry b, .audience-grid b { display:block; font-size: 10px; font-weight: 500; }
.section-dark { background: radial-gradient(circle at 50% -10%, #1a1917, #070808 58%); }
.solutions { position: relative; padding: 34px 7.1vw 49px; }
.vertical-note {
  position:absolute; left: 37px; top: 185px; writing-mode: vertical-rl; transform: rotate(180deg);
  color: var(--gold); text-transform: uppercase; letter-spacing:.52em; font-size: 14px; font-weight:500;
}
.section-heading { text-align:center; margin-bottom: 29px; }
.section-heading h2 { font-family:"Cormorant Garamond", Georgia, serif; text-transform: uppercase; font-size: 27px; letter-spacing:.085em; }
.section-heading span { display:block; width:74px; height:1px; background:var(--gold); margin:14px auto 0; }
.solution-grid { max-width: 1096px; margin:0 auto; display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { position:relative; min-height: 352px; overflow:hidden; border:1px solid rgba(185,161,118,.66); background:#111; }
.solution-card img { width:100%; height:100%; min-height:352px; object-fit:cover; transition:transform .7s ease; filter: saturate(.9) brightness(.78); }
.solution-card:hover img { transform:scale(1.05); }
.card-shade { position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.42) 42%, rgba(0,0,0,.86) 100%); }
.card-copy { position:absolute; left: 24px; right: 22px; bottom: 25px; }
.card-copy i { width:52px; height:52px; border:1px solid rgba(255,255,255,.75); border-radius:50%; display:flex; margin-bottom:16px; color:#fff; }
.card-copy h3 { font-family:"Cormorant Garamond", Georgia, serif; font-size: 24px; line-height:1.1; margin-bottom:10px; }
.card-copy p { margin: 0 0 17px; color:rgba(255,255,255,.82); font-size: 11px; line-height:1.65; max-width: 290px; }
.card-copy a { color:var(--gold); font-size:10px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.card-copy a span { margin-left: 8px; }
.audience {
  display:grid;
  grid-template-columns: 29% 1px 1fr;
  gap: 47px;
  align-items:center;
  padding: 55px 8.1vw 55px;
  background: linear-gradient(90deg,#f6f3ee,#e9e4db 56%,#f7f4ee);
  color: var(--ink);
}
.audience-copy h2, .ecosystem-panel h2, .cta-content h2 { font-family:"Cormorant Garamond", Georgia, serif; font-size: 42px; line-height: .98; letter-spacing:-.025em; }
.audience-copy p:not(.eyebrow) { color:#4b453c; font-size:13px; line-height:1.62; margin:18px 0 22px; }
.audience-divider { width:1px; height:190px; background:rgba(185,161,118,.34); }
.audience-grid { display:grid; grid-template-columns: repeat(5, 1fr); row-gap: 31px; column-gap: 19px; }
.stats {
  display:grid; grid-template-columns: repeat(4, 1fr); padding: 38px 7.1vw 35px; background:#080909; color:#fff;
  border-top:1px solid #151515; border-bottom:1px solid #151515;
}
.stat { text-align:center; border-right:1px solid rgba(185,161,118,.48); min-height:82px; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.stat:last-child { border-right:0; }
.stat strong { font-family:"Cormorant Garamond", Georgia, serif; color:var(--gold); font-weight:400; font-size:48px; line-height:1; }
.stat span { margin-top:10px; font-size:10px; line-height:1.45; font-weight:700; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.78); }
.ecosystem { display:grid; grid-template-columns: 40% 60%; background:#eee9df; color:var(--ink); min-height: 432px; }
.magazine-image { overflow:hidden; }
.magazine-image img { width:100%; height:100%; object-fit:cover; }
.ecosystem-panel { padding: 58px 8.4vw 44px 8.2vw; background:linear-gradient(90deg,#f5f1ea,#e9e3d7); }
.ecosystem-panel .intro { max-width: 560px; color:#4e483e; margin:18px 0 32px; }
.ecosystem-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 25px; }
.ecosystem-grid article { border-right:1px solid rgba(185,161,118,.34); padding-right: 20px; min-height: 166px; }
.ecosystem-grid article:last-child { border-right:0; }
.ecosystem-grid span { margin:0 0 11px; }
.ecosystem-grid h3 { font-size: 12px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; font-family:"Montserrat", Arial, sans-serif; line-height:1.35; }
.ecosystem-grid p { font-size: 11px; line-height:1.65; color:#514b42; min-height:80px; }
.ecosystem-grid a { color:var(--gold-dark); font-size:10px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.final-cta { position:relative; height: 190px; overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; }
.final-cta img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 58%; }
.cta-shade { position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.35), rgba(0,0,0,.75)); }
.cta-content { position:relative; z-index:1; }
.cta-content h2 { font-size: 43px; color:#fff; }
.cta-content p { margin:7px 0 18px; color:rgba(255,255,255,.82); }
.centered-row { justify-content:center; }
.site-footer {
  display:grid; grid-template-columns: 1.3fr 1.2fr .7fr auto; gap: 38px; align-items:start;
  padding: 24px 7.1vw 22px; background:#0b0c0c; color:rgba(255,255,255,.74); position:relative;
}
.site-footer .brand-mark { font-size: 39px; color:#d8d1c5; }
.site-footer .brand-sub { color:#d8d1c5; }
.footer-brand small { display:block; margin-top:24px; font-size:9px; color:rgba(255,255,255,.36); }
.footer-links { columns:2; }
.footer-links a, .legal a { display:block; margin-bottom:8px; font-size:9px; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.54); }
.socials span { display:block; font-size:9px; font-weight:700; letter-spacing:.17em; text-transform:uppercase; margin-bottom:7px; color:rgba(255,255,255,.62); }
.socials a { color: var(--gold); margin-right:14px; font-weight:700; }
.footer-btn { min-height:42px; padding:0 34px; align-self:center; }
.legal { position:absolute; right:7.1vw; bottom:17px; display:flex; gap:40px; }
.reveal { opacity:0; transform:translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
@media (max-width: 1120px) {
  .primary-nav { gap:20px; }
  .solution-grid { grid-template-columns:repeat(2,1fr); }
  .audience { grid-template-columns:1fr; gap:28px; }
  .audience-divider { display:none; }
  .audience-grid { grid-template-columns:repeat(5,1fr); }
  .ecosystem { grid-template-columns:1fr; }
  .magazine-image { height:390px; }
}
@media (max-width: 860px) {
  .site-header { height:78px; padding:0 24px; }
  .brand-mark { font-size:34px; }
  .brand-sub { font-size:9px; }
  .nav-toggle { display:block; }
  .primary-nav { position:fixed; top:78px; right:0; left:0; display:none; padding:24px; background:rgba(7,7,7,.96); flex-direction:column; align-items:flex-start; gap:18px; }
  .primary-nav.open { display:flex; }
  .nav-contact { margin-left:0; }
  .hero { min-height:720px; height:100vh; padding: 0 24px; }
  .hero-content { width:auto; }
  .hero-content p { font-size:13px; }
  .trusted { padding-left:24px; padding-right:24px; }
  .industry-strip { grid-template-columns:repeat(2,1fr); }
  .solutions { padding:44px 24px; }
  .vertical-note { display:none; }
  .solution-grid { grid-template-columns:1fr; }
  .audience { padding:44px 24px; }
  .audience-grid { grid-template-columns:repeat(2,1fr); }
  .stats { grid-template-columns:1fr 1fr; padding-left:24px; padding-right:24px; row-gap:20px; }
  .stat:nth-child(2) { border-right:0; }
  .ecosystem-panel { padding:44px 24px; }
  .ecosystem-grid { grid-template-columns:1fr 1fr; }
  .final-cta { height:280px; padding:0 24px; }
  .site-footer { grid-template-columns:1fr; padding:32px 24px 64px; }
  .legal { left:24px; right:auto; bottom:20px; }
}
@media (max-width: 540px) {
  h1 { font-size:48px; }
  .button-row, .centered-row { align-items:stretch; flex-direction:column; }
  .btn { width:100%; }
  .stats { grid-template-columns:1fr; }
  .stat { border-right:0; border-bottom:1px solid rgba(185,161,118,.32); }
  .stat:last-child { border-bottom:0; }
  .ecosystem-grid { grid-template-columns:1fr; }
  .ecosystem-grid article { border-right:0; border-bottom:1px solid rgba(185,161,118,.25); padding-bottom:18px; }
}
