:root {
  --black: #130c1e;
  --ink: #1a1228;
  --surface: #241934;
  --surface-2: #2c2042;
  --line: rgba(177, 77, 255, 0.26);
  --line-soft: rgba(255, 255, 255, 0.08);

  --bone: #f3f1f9;
  --bone-soft: #cfc8de;
  --muted: #968fa8;

  --oxblood: #9b3bef;
  --oxblood-deep: #6620a8;
  --oxblood-bright: #c069ff;
  --coral: #ff6a5a;
  --coral-deep: #ec5340;
  --coral-soft: #ff9180;
  --gold: #cbbfe0;
  --gold-soft: #e7dff4;

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Archivo', 'Inter', system-ui, -apple-system, sans-serif;

  --shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.85);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--bone);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; z-index: 999; background: var(--oxblood); color: #fff; padding: 10px 16px; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: 0.005em; color: var(--bone); }
h1 { font-size: clamp(2.5rem, 7vw, 4.6rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.red, em.red, i.red { color: var(--oxblood-bright); font-style: italic; }
p { color: var(--bone-soft); }

.eyebrow {
  font-family: var(--sans);
  font-size: .72rem; font-weight: 600;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--coral);
}
.rule { width: 72px; height: 2px; background: linear-gradient(90deg, var(--oxblood), var(--coral)); margin: 18px 0; }
.rule.center { margin-left: auto; margin-right: auto; background: linear-gradient(90deg, transparent, var(--oxblood), var(--coral), transparent); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans);
  font-weight: 600; font-size: .82rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 17px 34px;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.btn-join {
  background: linear-gradient(120deg, var(--oxblood) 0%, var(--coral) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 40px -14px rgba(255, 106, 90, 0.55);
}
.btn-join:hover { background: linear-gradient(120deg, var(--oxblood-bright) 0%, var(--coral-soft) 100%); border-color: transparent; color: #fff; transform: translateY(-2px); box-shadow: 0 20px 48px -14px rgba(255, 106, 90, 0.7); }
.btn-ghost {
  background: transparent; color: var(--gold); border-color: var(--gold);
}
.btn-ghost:hover { background: var(--gold); color: var(--black); }
.btn-lg { padding: 20px 44px; font-size: .9rem; }
.btn-block { width: 100%; }

.site-header {
  position: relative; z-index: 40;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 18px -6px rgba(0, 0, 0, 0.45);
}
.site-header .inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand img { width: clamp(140px, 20vw, 200px); height: auto; }
.header-right { display: flex; align-items: center; gap: clamp(10px, 2vw, 20px); }
.login-link {
  font-size: .76rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: #2a2023;
}
.login-link:hover { color: var(--oxblood); }
.header-right .btn { padding: 13px 26px; }

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.hero {
  position: relative;
  min-height: min(74vh, 700px);
  display: flex; align-items: center;
  padding: clamp(56px, 9vw, 100px) 0;
  background:
    linear-gradient(100deg, rgba(19,12,30,0.88) 0%, rgba(19,12,30,0.45) 48%, rgba(155,59,239,0.12) 100%),
    url('/images/hero-desktop.jpg?v=14') center center / cover no-repeat,
    var(--ink);
  border-bottom: 1px solid var(--line);
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 640px; }
.hero h1, .hero .hero-heading { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: 0.005em; color: var(--bone); font-size: clamp(2rem, 4.6vw, 3.1rem); margin-bottom: 22px; text-shadow: 0 2px 6px rgba(0,0,0,0.85), 0 6px 30px rgba(0,0,0,0.6); }
.hero h1 .gold, .hero .hero-heading .gold { color: var(--coral-soft); }
.hero .eyebrow { text-shadow: 0 1px 8px rgba(0,0,0,0.8); }
.hero-sub { font-size: 1.05rem; color: var(--bone-soft); margin-bottom: 30px; max-width: 48ch; }

.trustbar {
  padding: clamp(20px, 3vw, 30px) 0;
  background:
    radial-gradient(120% 100% at 50% 0%, rgba(255,106,90,0.14), transparent 62%),
    var(--ink);
  border-bottom: 1px solid var(--line);
}
.trustbar ul {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px clamp(22px, 5vw, 54px);
}
.trustbar li {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans);
  font-size: .78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--bone-soft);
}
.trustbar .t-ico {
  display: inline-grid; place-items: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(255, 106, 90, 0.16); border: 1px solid rgba(255, 106, 90, 0.40);
  color: var(--coral-soft); font-size: .68rem;
}

.editorial { padding: clamp(60px, 9vw, 120px) 0; }
.editorial .container { max-width: 980px; }
.editorial .container > h2,
.editorial .container > h3 { margin-top: clamp(34px, 5vw, 52px); margin-bottom: 16px; }
.editorial .container > h2:first-child,
.editorial .container > h3:first-child { margin-top: 0; }
.editorial .container > p { font-size: 1.12rem; line-height: 1.85; color: var(--bone-soft); margin-bottom: 18px; }
.prose-block { margin-bottom: clamp(48px, 7vw, 84px); position: relative; }
.prose-block:last-child { margin-bottom: 0; }
.prose-block h2, .prose-block h3 { margin-bottom: 18px; }
.prose-block p { font-size: 1.12rem; line-height: 1.85; color: var(--bone-soft); }
.prose-block.alt { padding-left: clamp(0px, 3vw, 40px); border-left: 1px solid var(--line); }
.prose-block .kicker {
  display: inline-block; font-family: var(--sans);
  font-size: .7rem; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.editorial .prose-block h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin-bottom: 18px; }
.prose-block ul { margin: 4px 0 18px 22px; }
.prose-block li { font-size: 1.12rem; line-height: 1.75; color: var(--bone-soft); margin-bottom: 10px; }

.cta-band {
  text-align: center;
  padding: clamp(64px, 9vw, 120px) 0;
  background:
    radial-gradient(100% 120% at 50% 0%, rgba(155,59,239,0.30), transparent 60%),
    linear-gradient(180deg, rgba(255,106,90,0.10), rgba(19,12,30,0.55)),
    var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-band h2 { margin-bottom: 14px; }
.cta-band p { max-width: 46ch; margin: 0 auto 30px; color: var(--bone-soft); }
.cta-band .btn-join { box-shadow: 0 20px 54px -16px rgba(255,106,90,0.60); }

.site-footer { background: var(--black); padding: 56px 0; border-top: 1px solid var(--line-soft); }
.footer-top { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.footer-top img { width: 170px; height: auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 22px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.footer-links a { font-size: .8rem; color: var(--muted); }
.footer-links a:hover { color: var(--gold); }
.footer-copy { margin-top: 22px; font-size: .78rem; color: var(--muted); letter-spacing: 0.04em; }

.cookie {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: var(--surface-2); border-top: 1px solid var(--line);
  padding: 16px var(--gutter);
  transform: translateY(120%); transition: transform .4s ease;
}
.cookie.show { transform: translateY(0); }
.cookie-inner { max-width: var(--maxw); margin: 0 auto; display: flex; gap: 18px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.cookie p { font-size: .86rem; color: var(--bone-soft); margin: 0; flex: 1; min-width: 240px; }
.cookie a { color: var(--gold); text-decoration: underline; }
.cookie .btn { padding: 12px 26px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .hero {
    min-height: 82vh;
    align-items: flex-end;
    padding: 0 0 clamp(38px, 8vw, 56px);
    background:
      linear-gradient(180deg, rgba(19,12,30,0.12) 0%, rgba(19,12,30,0.55) 50%, rgba(19,12,30,0.92) 100%),
      url('/images/hero-mobile.jpg?v=14') center top / cover no-repeat,
      var(--ink);
  }
  .hero-inner { max-width: 100%; }
  .hero-ctas { gap: 10px; }
  .hero-ctas .btn { padding: 13px 14px; font-size: .78rem; letter-spacing: 0.1em; }
  .hero-ctas .btn-join { flex: 1.6; }
  .hero-ctas .btn-ghost { flex: 1; }
}
