:root{
  --bg:#040404;
  --panel:#0d0d0d;
  --panel2:#131313;
  --line:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.16);

  --text:#f6f2e9;
  --muted:#a7a19a;
  --gold:#d8b36a;

  --container:1280px;
  --radius:32px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  background:#040404;
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Arial,sans-serif;
  line-height:1.5;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:42px 42px;
  opacity:.38;
}

a{
  color:inherit;
  text-decoration:none;
}

img,
video{
  display:block;
  max-width:100%;
}

.container{
  width:min(var(--container), calc(100% - 34px));
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* HEADER */

.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:100;
  background:rgba(0,0,0,.5);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}

.nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.brand{
  font-size:14px;
  font-weight:800;
  letter-spacing:.2em;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
}

.nav-links a{
  font-size:13px;
  color:var(--muted);
  transition:.25s ease;
}

.nav-links a:hover{
  color:var(--text);
}

/* HERO */

.hero{
  position:relative;
  min-height:100svh;
  width:100%;
  overflow:hidden;
}

.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  opacity:.78;
  filter:brightness(.72) saturate(1.05);
}

.hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,.5)),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
}

.hero-inner{
  position:relative;
  z-index:3;
  min-height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:110px 0 70px;
}

.hero-card{
  width:100%;
  max-width:1200px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.svg-hero{
  width:500px;
  max-width:86vw;
  position:relative;
}

.svg-hero img{
  width:100%;
  height:auto;
}

.hero-mark{
  position:absolute;
  color:rgba(255,255,255,.94);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:600;
  pointer-events:none;
}

.hero-mark-registered{
  top:10px;
  right:-18px;
  font-size:32px;
}

.hero-mark-domain{
  right:32px;
  bottom:18px;
  font-size:34px;
}

.domain-list{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.domain-sub{
  display:flex;
  align-items:center;
  justify-content:center;
}

.domain-domain{
  color:var(--gold);
  font-size:40px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.03em;
}

.hero-title-line{
  width:180px;
  height:2px;
  margin:30px auto 22px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-subheading{
  max-width:1200px;
  font-size:clamp(26px, 3vw, 46px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-.025em;
  color:#fff;
}

.hero-subtitle{
  max-width:840px;
  margin-top:14px;
  font-size:clamp(20px, 1.7vw, 40px);
  font-weight: bold;
  line-height:1.35;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  background:var(--gold);
  color:#090909;
  font-weight:800;
  transition:.25s ease;
}

.hero-subtitle:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
}

/* GENERAL SECTIONS */

.section{
  position:relative;
  z-index:2;
  padding:50px 0;
}

.section-kicker,
.section-title span,
.brand-copy span,
.final-label{
  display:block;
  color:rgba(246,242,233,.48);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.portfolio-grid,
.opportunity-grid{
  display:block;
  grid-template-columns:.55fr 1.45fr;
  gap:70px;
  align-items:start;
}

.portfolio-copy h1,
.opportunity-copy h2{
  font-size:clamp(56px, 8vw, 104px);
  line-height:.86;
  letter-spacing:-.015em;
  margin-bottom:28px;
  max-width:960px;
}

.portfolio-copy p,
.opportunity-copy p{
  color:var(--muted);
  font-size:18px;
  max-width:760px;
}

.pill-wrap{
  margin-top:34px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.pill-wrap span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 18px;
  border-radius:999px;
  background:#111;
  border:1px solid var(--line);
  color:#d8d0c3;
  font-size:14px;
}

/* SECTION TITLE */

.section-title{
  margin-bottom:24px;
}

.section-title span{
  margin-bottom:16px;
}

.section-title h2{
  font-size:clamp(54px, 8vw, 104px);
  line-height:.86;
  letter-spacing:-.025em;
  max-width:1100px;
}

/* FEATURE LAYOUT */

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

.feature-card{
  position:relative;
  min-height:430px;
  overflow:hidden;
  border-radius:var(--radius);
  background:var(--panel);
  border:1px solid var(--line);
  transition:transform .35s ease, border-color .35s ease;
}

.feature-card:hover{
  transform:translateY(-6px);
  border-color:var(--line-strong);
}

.feature-card-wide{
  grid-column:span 2;
  min-height:360px;
}

.feature-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.9;
  transition:transform .8s ease, opacity .35s ease;
}

.feature-card:hover img{
  transform:scale(1.04);
  opacity:1;
}

.feature-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:36px;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(0,0,0,.58) 28%,
      rgba(0,0,0,.96) 100%
    );
}

.feature-content span{
  display:block;
  margin-bottom:12px;
  color:rgba(246,242,233,.48);
  font-size:13px;
  font-weight:800;
}

.feature-content h3{
  max-width:560px;
  margin-bottom:14px;
  font-size:clamp(30px, 4vw, 48px);
  line-height:.94;
  letter-spacing:-.03em;
}

.feature-content p{
  max-width:560px;
  color:#bdb5aa;
  font-size:15px;
}

/* OPPORTUNITY */

.opportunity-section{
  padding-top:90px;
}

/* BRAND */

.brand-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  padding:34px;
  border-radius:36px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
}

.brand-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 0 20px 18px;
}

.brand-copy span{
  margin-bottom:18px;
}

.brand-copy h2{
  margin-bottom:22px;
  font-size:clamp(44px, 6vw, 52px);
  line-height:.88;
  letter-spacing:-.02em;
}

.brand-copy p{
  max-width:560px;
  color:var(--muted);
  font-size:17px;
}

.brand-image{
  min-height:430px;
  overflow:hidden;
  border-radius:28px;
}

.brand-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* FINAL */

.final-section{
  padding-top:05px;
}

.final-panel{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  padding:52px;
  border-radius:36px;
  border:1px solid rgba(216,179,106,.16);
  background:
    radial-gradient(circle at top left, rgba(216,179,106,.1), transparent 30%),
    linear-gradient(180deg, rgba(216,179,106,.08), rgba(255,255,255,.025));
}

.final-panel h2{
  margin-top:16px;
  font-size:clamp(46px, 6vw, 52px);
  line-height:.88;
  letter-spacing:-.02em;
}

.final-copy p{
  color:var(--muted);
  font-size:17px;
  max-width:540px;
  margin-bottom:28px;
}

.cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 28px;
  border-radius:999px;
  background:var(--gold);
  color:#090909;
  font-weight:800;
  transition:.25s ease;
}

.cta-button:hover{
  transform:translateY(-2px);
  filter:brightness(1.06);
}

/* FOOTER */

.footer{
  position:relative;
  z-index:2;
  padding:34px 0 44px;
}

.footer-inner{
  padding-top:22px;
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:18px;
  color:#777;
  font-size:13px;
}

/* ANIMATIONS */

.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .9s ease, transform .9s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

/* MOBILE */

@media(max-width:980px){
  .nav-links{
    display:none;
  }

  .portfolio-grid,
  .opportunity-grid,
  .feature-layout,
  .brand-panel,
  .final-panel{
    grid-template-columns:1fr;
  }

  .feature-card-wide{
    grid-column:auto;
  }

  .section{
    padding:82px 0;
  }

  .portfolio-grid,
  .opportunity-grid{
    gap:24px;
  }

  .svg-hero{
    width:290px;
  }

  .hero-mark-registered{
    top:8px;
    right:-8px;
    font-size:18px;
  }

  .hero-mark-domain{
    right:0;
    bottom:8px;
    font-size:20px;
  }

  .domain-domain{
    font-size:22px;
  }

  .hero-subheading{
    font-size:28px;
    max-width:92vw;
  }

  .hero-subtitle{
    font-size:16px;
    max-width:92vw;
  }

  .feature-card{
    min-height:360px;
  }

  .feature-card-wide{
    min-height:360px;
  }

  .feature-content{
    padding:26px;
  }

  .brand-copy{
    padding:0;
  }

  .brand-image{
    min-height:280px;
  }

  .final-panel{
    padding:34px 24px;
  }
}

@media(max-width:560px){
  .nav{
    height:70px;
  }

  .hero-inner{
    padding-top:90px;
  }

  .feature-card{
    min-height:330px;
  }

  .feature-content h3{
    font-size:30px;
  }
}