*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  overflow-x:hidden;
  background:radial-gradient(circle at 50% -10%,#1b2024 0,#111417 36%,#0e1012 70%);
  color:#f3f5f6;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased
}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%}
.site-header,.hero,.section,.views-section,.physical,.cta,footer{
  width:min(1180px,calc(100vw - 48px));
  max-width:100%;
  margin:auto
}
.site-header{
  padding:26px 0;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.18em
}
.brand img{width:34px;height:34px;border-radius:9px}
nav{display:flex;gap:28px;align-items:center;color:#969fa8;font-size:14px}
.pill{border:1px solid #292f34;border-radius:999px;padding:10px 15px;color:#f3f5f6}

.hero{
  min-width:0;
  min-height:690px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:58px;
  align-items:center;
  padding:70px 0 110px
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:12px;
  font-weight:650;
  color:#aab2ba
}
.hero h1{
  font-size:clamp(64px,7vw,108px);
  line-height:.93;
  letter-spacing:-.055em;
  margin:18px 0 24px
}
.hero-copy{min-width:0}
.hero-copy>p{
  font-size:20px;
  line-height:1.65;
  color:#b4bcc4;
  max-width:620px
}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:12px;
  font-size:14px;
  font-weight:650
}
.primary{background:#f3f5f6;color:#111315}
.secondary{border:1px solid #292f34}
.micro{font-size:12px;color:#727c85;margin-top:16px}

.product-shot{
  width:100%;
  max-width:100%;
  min-width:0;
  border:1px solid #292f34;
  border-radius:24px;
  overflow:hidden;
  background:#101214;
  box-shadow:0 30px 90px rgba(0,0,0,.36)
}
.product-shot img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  object-fit:contain
}
.hero-shot{padding:0}
.hero-shot img{border-radius:23px}

.section{padding:120px 0 100px}
.section-intro{
  text-align:center;
  max-width:900px;
  margin:0 auto
}
.section-intro h2{
  font-size:clamp(44px,5.6vw,76px);
  line-height:1;
  letter-spacing:-.045em;
  margin:0
}
.section-intro p{
  margin:16px 0 0;
  color:#8f98a0;
  font-size:clamp(18px,2vw,24px);
  letter-spacing:-.015em
}
.cards{
  min-width:0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:58px
}
.cards article{
  min-height:280px;
  padding:28px;
  border:1px solid #292f34;
  border-radius:20px;
  background:rgba(255,255,255,.018)
}
.cards small{color:#69737c;letter-spacing:.16em}
.cards h3{margin:72px 0 12px;font-size:24px}
.cards p,.physical p{color:#969fa8;line-height:1.7}

.views-section{padding:40px 0 120px}
.section-intro.compact{margin-bottom:44px}
.section-intro.compact h2{
  margin-top:14px;
  font-size:clamp(38px,4.4vw,62px)
}
.combined-shot{
  width:100%;
  max-width:1120px;
  margin:0 auto
}
.combined-shot img{border-radius:23px}

.physical{
  min-width:0;
  padding:120px 0;
}
.physical-consolidated{
  max-width:980px;
  margin:0 auto;
  padding:64px 68px;
  border:1px solid #292f34;
  border-radius:24px;
  background:radial-gradient(circle at 82% 18%,rgba(245,182,63,.07),transparent 34%),linear-gradient(180deg,#171b1f,#101214);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.physical h2,.cta h2{
  font-size:clamp(42px,5vw,70px);
  line-height:1;
  letter-spacing:-.04em;
  margin:14px 0 0;
  max-width:780px
}
.physical-consolidated p{
  max-width:720px;
  margin:26px 0 0;
  color:#969fa8;
  font-size:20px;
  line-height:1.65;
}
.text-link{
  display:inline-block;
  margin-top:28px;
  color:#c9d0d6;
  font-weight:600
}
.cta img{width:64px;border-radius:16px}
.cta h2{font-size:34px;margin-top:6px}

footer{
  padding:28px 0 40px;
  border-top:1px solid #292f34;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  color:#737d86;
  font-size:12px
}
footer div:last-child{text-align:right}

@media(max-width:980px){
  nav a:not(.pill){display:none}
  .hero{
    grid-template-columns:1fr;
    min-height:0
  }
  .hero-copy{text-align:center}
  .hero-copy{min-width:0}
.hero-copy>p{margin-left:auto;margin-right:auto}
  .actions{justify-content:center}
  .cards{grid-template-columns:1fr}
  .cta{grid-template-columns:auto 1fr}
  .cta .button{grid-column:1/-1}
}
@media(max-width:620px){
  .site-header,.hero,.section,.views-section,.physical,.cta,footer{
    width:min(calc(100vw - 28px),1180px)
  }
  nav .pill{display:none}
  .hero{padding:44px 0 70px}
  .hero h1{font-size:clamp(58px,18vw,82px)}
  .hero-copy{min-width:0}
.hero-copy>p{font-size:17px}
  .section{padding:78px 0 70px}
  .views-section{padding:20px 0 80px}
  .physical{padding:80px 0}
  .physical-consolidated{padding:40px 28px}
  .physical-consolidated p{font-size:18px}
  .cta{grid-template-columns:1fr}
  footer{grid-template-columns:1fr;gap:12px}
  footer div:last-child{text-align:left}
}
