:root {
  --gold: var(--site-accent);
  --gold-light: var(--site-accent);
  --gold-dark: var(--site-accent);
  --black: #080808;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --white: #f8f5ef;
  --white-2: #ede9e0;
  --gray: #888880;
  --gray-light: #bdbdb5;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Montserrat', sans-serif;
  --font-serif: 'Playfair Display', serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: radial-gradient(circle at 20% 0%, rgba(var(--site-accent-rgb, 218, 35, 42), 0.08), transparent 45%), var(--black);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  min-height: 100vh;
  overflow-x: hidden;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 22px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.45s ease, padding 0.45s ease, backdrop-filter 0.45s ease;
}

nav.scrolled {
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(18px);
  padding: 14px 60px;
  border-bottom: 1px solid rgba(var(--site-accent-rgb), 0.15);
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.nav-logo img {
  height: 46px;
  width: auto;
  position: relative;
  z-index: 1;
}

.nav-logo::before,
.footer-brand .logo::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 260%;
  height: 180%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.34) 36%, rgba(255, 255, 255, 0.1) 62%, rgba(255, 255, 255, 0) 86%);
  pointer-events: none;
  z-index: 0;
}

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
}

.nav-mobile-only {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 8, 8, 0.5);
  color: var(--white);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.nav-toggle svg {
  width: 20px;
  height: 20px;
}

.nav-links a {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white-2);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--site-accent);
  transition: width 0.35s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--site-accent);
}

.nav-links a:hover::after,
.nav-links a.is-active::after {
  width: 100%;
}

.nav-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
}

.nav-lang-switch a {
  font-size: 10px;
  letter-spacing: 1px;
  border: 1px solid rgba(var(--site-accent-rgb), 0.24);
  padding: 6px 8px;
  min-width: 34px;
  text-align: center;
}

.nav-lang-switch a::after {
  display: none;
}

.nav-lang-switch a.is-active {
  border-color: var(--site-accent);
}

.policy-hero {
  padding: 190px 60px 60px;
  position: relative;
  background: linear-gradient(to bottom, rgba(8, 8, 8, 0.6) 0%, rgba(8, 8, 8, 0.95) 100%);
}

.policy-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(var(--site-accent-rgb), 0.2), transparent 55%);
  pointer-events: none;
}

.policy-hero__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.policy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--site-accent);
  margin-bottom: 22px;
}

.policy-eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

.policy-title {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 78px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -1.4px;
  margin-bottom: 20px;
}

.policy-title em {
  color: var(--site-accent);
  font-style: italic;
}

.policy-updated {
  color: var(--gray-light);
  letter-spacing: 1.2px;
  font-size: 12px;
  text-transform: uppercase;
}

.policy-content {
  padding: 0 60px 110px;
}

.policy-content__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 52px;
  border: 1px solid rgba(var(--site-accent-rgb), 0.16);
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.95), rgba(11, 11, 11, 0.95));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.35);
}

.policy-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 4.2vw, 33px);
  font-weight: 400;
  letter-spacing: 0.4px;
  color: var(--white);
  margin: 34px 0 12px;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p,
.policy-content li {
  font-size: 15px;
  line-height: 1.9;
  color: var(--gray-light);
}

.policy-content p {
  margin-bottom: 16px;
}

.policy-content ul {
  margin: 0 0 18px 18px;
}

.policy-content a {
  color: var(--site-accent);
}

.policy-contact {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(var(--site-accent-rgb), 0.22);
}

footer {
  background: var(--dark-2);
  border-top: 1px solid rgba(var(--site-accent-rgb), 0.1);
  padding: 80px 60px 40px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand .logo {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer-brand .logo img {
  height: 46px;
  width: auto;
  position: relative;
  z-index: 1;
}

.footer-brand p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.8;
  max-width: 280px;
  margin-bottom: 32px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(var(--site-accent-rgb), 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray);
  text-decoration: none;
  font-size: 14px;
}

.footer-social a:hover {
  border-color: var(--site-accent);
  color: var(--site-accent);
  background: rgba(var(--site-accent-rgb), 0.08);
}

.footer-col h4 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--site-accent);
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(var(--site-accent-rgb), 0.15);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  font-size: 13px;
  color: var(--gray);
  text-decoration: none;
  letter-spacing: 0.5px;
}

.footer-col ul li a:hover {
  color: var(--site-accent);
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(var(--site-accent-rgb), 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-bottom p {
  font-size: 11px;
  color: var(--gray);
  letter-spacing: 1px;
}

.footer-bottom-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.footer-bottom-links a {
  font-size: 11px;
  color: var(--gray);
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-bottom-links a:hover,
.footer-bottom-links a.is-active {
  color: var(--site-accent);
}

@media (max-width: 900px) {
  nav {
    padding: 16px 20px;
  }

  nav.scrolled {
    padding: 16px 20px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  #mainNav .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(8, 8, 8, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 0;
    z-index: 1001;
  }

  #mainNav.open .nav-links {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-mobile-only {
    display: list-item;
  }

  .nav-links a {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }

  .nav-lang-switch {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 14px;
  }

  .policy-hero {
    padding: 140px 16px 45px;
  }

  .policy-content {
    padding: 0 16px 80px;
  }

  .policy-content__inner {
    padding: 24px 18px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 14px;
    line-height: 1.8;
  }

  footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    gap: 16px;
  }
}
