:root {
  --black: #0c0a0b;
  --ink: #110d0f;
  --surface: #171115;
  --surface-2: #1f1619;
  --line: rgba(201, 168, 106, 0.18);
  --line-soft: rgba(255, 255, 255, 0.07);

  --bone: #f4ede4;
  --bone-soft: #cdc0b4;
  --muted: #9a8c80;

  --oxblood: #a0182a;
  --oxblood-deep: #6e0f1c;
  --oxblood-bright: #c81f34;
  --gold: #c9a86a;
  --gold-soft: #e0c690;

  --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(--gold);
}
.rule { width: 64px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 18px 0; }
.rule.center { margin-left: auto; margin-right: auto; background: linear-gradient(90deg, transparent, var(--gold), 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: var(--oxblood);
  color: #fff;
  border-color: var(--oxblood);
  box-shadow: 0 14px 36px -14px rgba(160, 24, 42, 0.9);
}
.btn-join:hover { background: var(--oxblood-bright); border-color: var(--oxblood-bright); color: #fff; transform: translateY(-2px); }
.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; }

.country-select {
  font-family: var(--sans); font-size: .74rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: #2a2023; background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2); padding: 9px 12px;
  cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #2a2023 50%), linear-gradient(135deg, #2a2023 50%, transparent 50%);
  background-position: calc(100% - 16px) 52%, calc(100% - 11px) 52%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 34px;
  min-width: 190px;
}
.country-select:hover { border-color: var(--oxblood); }
.country-select option { background: #fff; color: #2a2023; }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  font-size: 1.4rem; color: #2a2023;
  border: 1px solid rgba(0, 0, 0, 0.2); background: #fff;
}

.mainnav { border-top: 1px solid rgba(0, 0, 0, 0.08); background: #faf6f2; }
.nav-list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 2px; }
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: block; padding: 15px 18px;
  font-size: .78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: #2a2023;
}
.nav-list > li > a:hover { color: var(--oxblood); }
.nav-list > li.has-sub > a::after { content: ' \25BE'; color: var(--oxblood); font-size: .7em; }
.subnav {
  list-style: none; position: absolute; top: 100%; left: 0; min-width: 210px;
  background: #fff; border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 36px -12px rgba(0, 0, 0, 0.3);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 45;
}
.nav-list > li.has-sub:hover .subnav,
.nav-list > li.has-sub:focus-within .subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.subnav li a {
  display: block; padding: 13px 18px;
  font-size: .76rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #2a2023; white-space: nowrap;
}
.subnav li a:hover { background: rgba(160, 24, 42, 0.07); color: var(--oxblood); }

.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:
    url('/images/hero-desktop.jpg') 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 { 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 { color: var(--gold-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(160,24,42,0.12), transparent 60%),
    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(201, 168, 106, 0.14); border: 1px solid var(--line);
  color: var(--gold); 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;
}

.cta-band {
  text-align: center;
  padding: clamp(64px, 9vw, 120px) 0;
  background:
    linear-gradient(180deg, rgba(110,15,28,0.30), rgba(12,10,11,0.6)),
    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 18px 50px -16px rgba(160,24,42,0.95); }

.blog-index { padding: clamp(46px, 7vw, 84px) 0 clamp(70px, 10vw, 120px); }
.blog-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.blog-card { display: block; background: var(--ink); padding: clamp(26px, 4vw, 38px); transition: background .3s ease; }
.blog-card:hover { background: var(--surface); }
.blog-card-tag { font-size: .68rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.blog-card h3 { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin: 14px 0 12px; color: var(--bone); }
.blog-card:hover h3 { color: var(--gold-soft); }
.blog-card p { font-size: .95rem; color: var(--bone-soft); }

.article-hero {
  text-align: center;
  padding: clamp(48px, 8vw, 90px) 0 clamp(26px, 4vw, 44px);
  background: radial-gradient(120% 100% at 50% 0%, rgba(160,24,42,0.16), transparent 60%), var(--ink);
  border-bottom: 1px solid var(--line);
}
.article-hero h1 { max-width: 20ch; margin: 0 auto; }
.article-back { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.article-back:hover { color: var(--gold-soft); }
.article-body { padding: clamp(50px, 8vw, 90px) 0 clamp(70px, 10vw, 120px); }
.article-body .container { max-width: 760px; }
.article-body h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin: 40px 0 16px; }
.article-body h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 32px 0 14px; }
.article-body p { font-size: 1.12rem; line-height: 1.85; color: var(--bone-soft); margin-bottom: 18px; }
.article-body ul { margin: 0 0 18px 22px; }
.article-body li { font-size: 1.06rem; line-height: 1.7; color: var(--bone-soft); margin-bottom: 8px; }
.article-cta { text-align: center; margin-top: 52px; }
.article-cta .rule { margin: 0 auto 22px; }
.article-cta p { margin-bottom: 18px; color: var(--bone); font-family: var(--serif); font-style: italic; font-size: 1.4rem; }

.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-regions { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-regions a { font-size: .76rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.footer-regions a:hover { color: var(--gold); }
.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) {
  .menu-toggle { display: flex; }
  .country-select { display: none; }
  .mainnav { display: none; }
  .mainnav.open { display: block; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list > li { border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .nav-list > li:first-child { border-top: none; }
  .nav-list > li > a { padding: 15px 0; }
  .nav-list > li.has-sub > a::after { content: ''; }
  .subnav {
    position: static; opacity: 1; visibility: visible; transform: none;
    border: none; background: transparent; min-width: 0; padding-left: 16px;
  }
  .subnav li a { padding: 11px 0; }

  .hero {
    min-height: 82vh;
    align-items: flex-end;
    padding: 0 0 clamp(38px, 8vw, 56px);
    background:
      url('/images/hero-mobile.jpg') 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; }
}
@media (max-width: 520px) {
  .header-right .login-link { display: none; }
}
