:root{
  --bg:#0e0d0b;
  --bg-soft:#171513;
  --panel:#1d1b19;
  --panel-strong:#23201d;
  --line:rgba(233,224,205,.09);
  --text:#ede1c9;
  --muted:#b4a892;
  --muted-strong:#8e8473;
  --accent:#ddd2bb;
  --accent-ink:#2a241b;
  --shadow:0 28px 70px rgba(0,0,0,.35);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:dark}
body{
  margin:0;
  font-family:"Aptos","Segoe UI Variable Text","Trebuchet MS","Gill Sans",sans-serif;
  background:
    radial-gradient(circle at top left,rgba(221,210,187,.07),transparent 28%),
    radial-gradient(circle at 85% 18%,rgba(221,210,187,.05),transparent 24%),
    linear-gradient(180deg,#12110f 0%,#0e0d0b 46%,#0b0a09 100%);
  color:var(--text);
}

img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
a:focus-visible,.button:focus-visible,.pill-link:focus-visible{
  outline:2px solid rgba(221,210,187,.88);
  outline-offset:3px;
}

.page-shell{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0 56px;
}

.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 22px;
  margin-bottom:32px;
  background:rgba(24,21,18,.72);
  border:1px solid var(--line);
  border-radius:22px;
  backdrop-filter:blur(14px);
  position:sticky;
  top:14px;
  z-index:10;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
  font-weight:800;
  letter-spacing:.03em;
}

.brand img{
  width:40px;
  height:40px;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.28));
}

.topnav{
  display:flex;
  gap:24px;
  color:var(--muted);
  font-size:14px;
}

.topnav a:hover,.footer-links a:hover{color:var(--text)}

.pill-link,.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease;
}

.pill-link{
  padding:12px 18px;
  background:rgba(33,29,25,.92);
  border:1px solid rgba(221,210,187,.18);
  color:var(--text);
  font-weight:700;
  font-size:14px;
}

.pill-link:hover,.button:hover{transform:translateY(-1px)}

.hero{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:42px;
  align-items:start;
  padding:36px 0 18px;
}

.hero-copy{
  max-width:680px;
  padding-top:18px;
}

.eyebrow{
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:12px;
  font-weight:800;
  color:var(--muted-strong);
}

.hero h1,.section-heading h2{
  margin:0;
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  font-weight:700;
  line-height:.94;
  letter-spacing:-.03em;
}

.hero h1{
  font-size:clamp(3.1rem,5.9vw,5.35rem);
  max-width:11ch;
  text-wrap:balance;
}

.hero-text,.section-copy,.feature-card p,.format-card p,.demo-copy p,.plan-text,.footer-text,.shot-card figcaption{
  color:var(--muted);
  line-height:1.75;
}

.hero-text{
  margin:22px 0 0;
  max-width:62ch;
  font-size:1.02rem;
}

.hero-actions{
  display:flex;
  gap:14px;
  margin:28px 0 26px;
  flex-wrap:wrap;
}

.button{
  padding:15px 24px;
  font-weight:800;
  font-size:14px;
  letter-spacing:.03em;
  border:1px solid transparent;
}

.button-primary{
  background:var(--accent);
  color:var(--accent-ink);
}

.button-secondary{
  background:rgba(28,24,20,.88);
  border-color:rgba(221,210,187,.18);
  color:var(--text);
}

.hero-points{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
  color:var(--muted);
}

.hero-points li{
  display:flex;
  align-items:center;
  gap:12px;
}

.hero-points li::before,.check-list li::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(221,210,187,.08);
  flex:none;
}

.hero-visual{
  position:relative;
  min-height:0;
  align-self:start;
}

.visual-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(33,29,25,.98),rgba(24,21,18,.98));
  border:1px solid rgba(221,210,187,.12);
  box-shadow:var(--shadow);
}

.visual-card img{width:100%;height:100%;object-fit:cover}
.visual-home-single{inset:auto;max-width:780px;margin-left:auto}

.stats-band{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:34px 0 18px;
}

.stats-band article,.feature-card,.format-card,.shot-card,.price-card,.demo-frame,.demo-copy{
  background:linear-gradient(180deg,rgba(31,28,24,.95),rgba(22,19,17,.95));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.stats-band article{
  padding:24px 26px;
  border-radius:22px;
}

.stat-value{
  display:block;
  margin-bottom:8px;
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  font-size:3rem;
  font-weight:700;
  font-variant-numeric:tabular-nums;
}

.stat-label{color:var(--muted);line-height:1.6}

.section{padding:88px 0 0}

.section-heading{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:28px;
}

.section-heading h2{font-size:clamp(2.3rem,4.2vw,4rem)}
.section-copy{margin:0}

.feature-grid,.format-grid,.pricing-grid{
  display:grid;
  gap:18px;
}

.feature-grid{grid-template-columns:repeat(3,1fr)}
.format-grid{grid-template-columns:repeat(3,1fr)}
.pricing-grid{grid-template-columns:repeat(3,1fr)}

.feature-card,.format-card,.price-card{
  padding:28px;
  border-radius:24px;
}

.feature-card h3,.format-card h3,.plan-name{
  margin:0 0 14px;
  font-size:1.15rem;
}

.showcase-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.shot-card{
  margin:0;
  padding:18px;
  border-radius:24px;
  display:grid;
  align-content:start;
}

.shot-card img{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.04);
}

.shot-card figcaption{padding:16px 6px 4px}
.shot-wide{grid-row:auto}

.demo-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:18px;
  align-items:stretch;
}

.demo-copy,.demo-frame{
  border-radius:24px;
  padding:28px;
}

.check-list{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  display:grid;
  gap:12px;
  color:var(--muted);
}

.check-list li{
  display:flex;
  align-items:center;
  gap:12px;
}

.demo-frame video{
  width:100%;
  border-radius:18px;
  background:#000;
}

.price-card{
  position:relative;
  min-height:250px;
}

.price-card-featured{
  background:linear-gradient(180deg,rgba(221,210,187,.16),rgba(42,36,28,.95));
  border-color:rgba(221,210,187,.28);
}

.plan-badge{
  margin:0 0 14px;
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.2em;
}

.plan-price{
  margin:10px 0 14px;
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  font-size:3.4rem;
  line-height:.92;
  font-variant-numeric:tabular-nums;
}

.plan-price span{
  display:block;
  font-family:"Aptos","Segoe UI Variable Text","Trebuchet MS","Gill Sans",sans-serif;
  font-size:.95rem;
  font-weight:700;
  color:var(--muted);
  line-height:1.5;
}

.footer{
  display:flex;
  justify-content:space-between;
  gap:28px;
  margin-top:86px;
  padding:28px 0 0;
  border-top:1px solid var(--line);
}

.footer-brand{
  margin:0 0 10px;
  font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,serif;
  font-size:2rem;
}

.footer-text{
  max-width:58ch;
  margin:0;
}

.footer-note{
  margin:14px 0 0;
  color:var(--muted-strong);
  font-size:13px;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
  color:var(--muted);
  text-align:right;
}

.legal-shell{
  max-width:920px;
  margin:0 auto;
  padding-top:18px;
}

.legal-hero{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:20px 0 10px;
}

.legal-card{
  background:linear-gradient(180deg,rgba(31,28,24,.95),rgba(22,19,17,.95));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:28px;
  padding:32px;
}

.legal-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-bottom:20px;
}

.legal-meta p{
  margin:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(18,16,14,.55);
}

.legal-meta strong{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  color:var(--muted-strong);
}

.legal-section + .legal-section{
  margin-top:26px;
  padding-top:26px;
  border-top:1px solid var(--line);
}

.legal-section h2{
  margin:0 0 12px;
  font-size:1.22rem;
}

.legal-section p{
  margin:0 0 14px;
  color:var(--text);
}

.legal-list{
  margin:0;
  padding-left:22px;
  color:var(--text);
}

.legal-list li + li{margin-top:10px}

@media (max-width:1100px){
  .hero,.demo-layout,.showcase-grid,.feature-grid,.format-grid,.pricing-grid,.stats-band{grid-template-columns:1fr}
  .hero{gap:26px;padding-top:20px}
  .hero-copy{max-width:940px;padding-top:0}
  .hero h1{max-width:11ch}
  .hero-visual{min-height:0}
  .visual-home-single{inset:auto;max-width:none;margin-left:0}
  .shot-wide{grid-row:auto}
}

@media (max-width:760px){
  .page-shell{width:min(100% - 26px,1220px)}
  .topbar{
    padding:16px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .topnav{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:16px;
  }
  .hero{
    gap:26px;
    padding-top:8px;
  }
  .hero-copy{max-width:none}
  .hero h1{
    font-size:clamp(2.8rem,12vw,4.35rem);
    max-width:10ch;
  }
  .hero-visual{min-height:0}
  .visual-home-single{inset:auto;max-width:none;margin-left:0}
  .legal-meta{grid-template-columns:1fr}
  .feature-card,.format-card,.price-card,.stats-band article,.shot-card,.demo-copy,.demo-frame{padding:22px}
  .footer{
    flex-direction:column;
  }
  .footer-links{text-align:left}
}
