* { box-sizing: border-box; }
:root {
  --black: #070808;
  --black2: #121313;
  --charcoal: #1a1b1c;
  --white: #fff;
  --offwhite: #f3f1eb;
  --gray: #a8aaad;
  --line: rgba(255,255,255,.14);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  background: rgba(5,6,6,.93); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .05em; }
.brand img { width: 52px; height: 52px; border-radius: 50%; background: white; }
.nav-links { display: flex; align-items: center; gap: 25px; font-weight: 700; font-size: .9rem; }
.menu-toggle { display: none; color: white; background: none; border: 0; font-size: 1.8rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border: 2px solid white;
  background: white; color: black; text-transform: uppercase;
  font-weight: 800; letter-spacing: .06em; font-size: .82rem;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); background: #ddd; }
.btn-small { min-height: 42px; padding: 0 17px; }
.btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.btn-dark { background: #0b0c0c; color: white; border-color: #0b0c0c; }
.btn-light { background: white; color: black; }
.hero {
  min-height: 890px; display: flex; align-items: center; position: relative; overflow: hidden;
  background: radial-gradient(circle at 75% 35%, #272929 0%, #121313 28%, #080909 65%);
}
.hero-grid { position: absolute; inset: 0; opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding-top: 90px; }
.hero-logo-wrap { display: flex; justify-content: center; }
.hero-logo-wrap img { width: min(430px, 100%); border-radius: 50%; box-shadow: 0 20px 80px rgba(0,0,0,.45); background: white; }
.eyebrow { margin: 0 0 15px; font-weight: 800; letter-spacing: .14em; font-size: .8rem; color: #c9c9c9; }
h1,h2,h3 { margin-top: 0; }
h1 { font-family: Anton, sans-serif; font-size: clamp(4.7rem, 8.5vw, 8rem); line-height: .9; margin-bottom: 28px; }
h1 span { -webkit-text-stroke: 1px white; color: transparent; }
h2 { font-family: Anton, sans-serif; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .98; margin-bottom: 18px; }
h3 { font-size: 1.25rem; }
.hero-copy { max-width: 650px; color: #c3c5c7; font-size: 1.12rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 60px; max-width: 680px; }
.hero-points div { padding-left: 14px; border-left: 2px solid white; }
.hero-points strong { display:block; font-size: 1.12rem; }
.hero-points span { color: #9d9fa2; font-size: .82rem; }
.section { padding: 100px 0; }
.strip { padding: 32px 0; background: white; color: black; }
.strip-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 25px; text-align: center; }
.strip-grid strong { display: block; font-family: Anton, sans-serif; font-size: 1.4rem; letter-spacing: .03em; }
.strip-grid small { color: #555; }
.light { background: var(--offwhite); color: #111; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.left { margin-left: 0; text-align: left; }
.section-heading p:not(.eyebrow) { color: #64676a; }
.pricing-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.price-card { position: relative; padding: 36px; background: white; border: 1px solid #ddd9d0; box-shadow: 0 8px 28px rgba(0,0,0,.05); }
.price-card.featured { background: #111; color: white; border-color: #111; }
.price-label { font-size: .76rem; letter-spacing: .15em; font-weight: 800; color: #666; }
.featured .price-label { color: #b8b8b8; }
.price { font-family: Anton, sans-serif; font-size: 4rem; line-height: 1; margin: 12px 0; }
.price span { font-size: 2rem; vertical-align: top; }
.price small { font-family: Inter, sans-serif; font-size: .9rem; color: #777; margin-left: 6px; }
.featured .price small { color: #aaa; }
.savings { font-weight: 700; color: #777; }
.featured .savings { color: #bbb; }
.price-card ul { padding-left: 18px; margin: 25px 0 30px; }
.price-card li { margin: 8px 0; }
.popular { position: absolute; top: 18px; right: 18px; background: white; color: black; padding: 6px 9px; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.dark-section { background: #101111; }
.dark-section .section-heading p:not(.eyebrow) { color: #aaa; }
.equipment-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.equipment-grid article { background: #181919; border: 1px solid #272929; padding: 28px; min-height: 260px; }
.equipment-grid span { font-family: Anton, sans-serif; font-size: 2rem; color: #888; }
.equipment-grid p { color: #aaa; font-size: .93rem; }
.photo-placeholder-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 16px; margin-top: 35px; }
.photo-card { min-height: 300px; display:grid; place-items:center; border:1px solid #303232; background: repeating-linear-gradient(45deg,#151616,#151616 14px,#181919 14px,#181919 28px); }
.photo-card span { color:#6f7275; font-size:.75rem; letter-spacing:.13em; font-weight:800; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-copy { color: #505356; font-size: 1.08rem; }
.join-section { background: #0b0c0c; border-top: 1px solid #232525; border-bottom: 1px solid #232525; }
.join-box { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.join-box p { color:#b5b7b9; }
.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.contact-grid > div { background:white; border:1px solid #dedbd3; padding:30px; }
footer { background:#050606; padding:32px 0; color:#aaa; }
.footer-wrap { display:flex; justify-content:space-between; align-items:center; gap:24px; }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:58px; height:58px; border-radius:50%; background:white; }
.footer-brand strong { color:white; }
.footer-brand p, .footer-wrap > p { margin:3px 0 0; font-size:.8rem; }

@media (max-width: 900px) {
  .menu-toggle { display:block; }
  .nav-links { display:none; position:absolute; top:76px; left:0; right:0; background:#070808; padding:24px; flex-direction:column; align-items:stretch; }
  .nav-links.open { display:flex; }
  .hero { min-height: 930px; }
  .hero-layout { grid-template-columns:1fr; padding-top:130px; padding-bottom:70px; }
  .hero-logo-wrap { order:-1; }
  .hero-logo-wrap img { width:250px; }
  .hero-points { grid-template-columns:1fr; }
  .strip-grid, .equipment-grid { grid-template-columns:repeat(2,1fr); }
  .photo-placeholder-grid { grid-template-columns:1fr; }
  .split { grid-template-columns:1fr; gap:28px; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px,1160px); }
  .brand span { font-size:.72rem; }
  .brand img { width:46px; height:46px; }
  h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .section { padding:72px 0; }
  .pricing-grid, .strip-grid, .equipment-grid, .contact-grid { grid-template-columns:1fr; }
  .join-box, .footer-wrap { flex-direction:column; align-items:flex-start; }
  .price-card { padding:28px; }
}
