/* ═══════════════════════════════════════════════
   HR SECURITY ZONE — Global Stylesheet
   Premium Dark-Gold Design System
═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=Barlow:wght@300;400;500&family=Barlow+Condensed:wght@400;500;600;700&display=swap');

:root {
  --gold: #c8922a;
  --gold-light: #e8b84b;
  --gold-dim: #7a5818;
  --black: #060606;
  --black2: #0d0d0d;
  --black3: #141414;
  --black4: #1c1c1c;
  --white: #f2ede4;
  --white-dim: rgba(242,237,228,0.55);
  --white-faint: rgba(242,237,228,0.06);
  --orange: #e05500;
  --red: #b50e08;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ── */
#crsr { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; }
.c-dot {
  position: absolute; width: 8px; height: 8px;
  background: var(--gold-light); border-radius: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 14px rgba(232,184,75,0.9);
  transition: width .2s, height .2s;
}
.c-ring {
  position: absolute; width: 42px; height: 42px;
  border: 1px solid rgba(200,146,42,0.55); border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: width .35s cubic-bezier(0.16,1,0.3,1),
              height .35s cubic-bezier(0.16,1,0.3,1),
              background .35s, border-color .35s;
}
.c-label {
  position: absolute; transform: translate(-50%,-50%);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-light); opacity: 0; white-space: nowrap; transition: opacity .25s;
}
body.ch .c-dot { width: 0; height: 0; }
body.ch .c-ring { width: 70px; height: 70px; border-color: rgba(200,146,42,0.8); background: rgba(200,146,42,0.07); }
body.ch .c-label { opacity: 1; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 64px; transition: all .5s;
}
nav.scrolled {
  background: rgba(6,6,6,0.97);
  border-bottom: 1px solid rgba(200,146,42,0.12);
  padding: 13px 64px;
  backdrop-filter: blur(18px);
}
.nav-logo img { height: 40px; display: block; object-fit: contain; }
.nav-menu { display: flex; gap: 40px; list-style: none; align-items: center; }
.nav-menu a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white-dim); text-decoration: none; font-weight: 500;
  transition: color .3s; position: relative;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .3s;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--white); }
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-menu a.active { color: var(--gold-light); }
.nav-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600; cursor: none; background: transparent;
  color: var(--gold); border: 1px solid var(--gold-dim);
  padding: 10px 26px; transition: all .3s; position: relative; overflow: hidden;
}
.nav-cta::before {
  content: ''; position: absolute; inset: 0;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s; z-index: -1;
}
.nav-cta:hover { color: var(--black); border-color: var(--gold); }
.nav-cta:hover::before { transform: scaleX(1); }

/* Mobile hamburger */
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: none; padding: 4px;
}
.nav-burger span {
  display: block; width: 24px; height: 1.5px;
  background: var(--white); transition: all .3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu {
  display: none; position: fixed; top: 68px; left: 0; right: 0;
  background: rgba(6,6,6,0.98); border-bottom: 1px solid rgba(200,146,42,0.15);
  padding: 32px 28px 28px; z-index: 199;
  backdrop-filter: blur(18px);
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 0; }
.mobile-menu a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--white-dim); text-decoration: none; display: block;
  padding: 14px 0; border-bottom: 1px solid rgba(200,146,42,0.08);
  transition: color .3s;
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-contact { margin-top: 20px; }
.mobile-contact p {
  font-size: 13px; color: var(--white-dim); padding: 6px 0;
  font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.05em;
}

/* ── TICKER ── */
.ticker {
  background: var(--gold); overflow: hidden; height: 38px;
  display: flex; align-items: center;
}
.ticker-inner { display: flex; animation: tick 30s linear infinite; white-space: nowrap; }
.ti {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--black); padding: 0 28px; display: flex; align-items: center; gap: 16px;
}
.td { width: 4px; height: 4px; background: rgba(0,0,0,0.3); border-radius: 50%; }
@keyframes tick { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SHARED SECTION PARTS ── */
.slabel {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.slabel::before { content: ''; width: 22px; height: 1px; background: var(--gold); }
.sh {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px,3.8vw,60px);
  font-weight: 300; line-height: 1.05; letter-spacing: -0.015em;
}
.sh em {
  font-style: italic; font-weight: 300;
  background: linear-gradient(135deg, var(--gold-light), var(--orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hr-gold { width: 54px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); margin: 26px 0; }

/* ── BUTTONS ── */
.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
  color: var(--black); border: none;
  padding: 14px 38px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: none; text-decoration: none; display: inline-block;
  transition: all .3s; position: relative; overflow: hidden;
}
.btn-gold::after {
  content: ''; position: absolute; top: -50%; left: -60%;
  width: 40%; height: 200%;
  background: rgba(255,255,255,0.18);
  transform: skewX(-20deg); transition: left .5s;
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 14px 44px rgba(200,146,42,0.35); }
.btn-gold:hover::after { left: 130%; }
.btn-outline {
  background: transparent; color: var(--white);
  border: 1px solid rgba(242,237,228,0.2);
  padding: 14px 38px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: none; text-decoration: none; display: inline-block; transition: all .3s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── REVEAL ANIMATIONS ── */
.r { opacity: 0; transform: translateY(38px); transition: opacity .9s cubic-bezier(0.16,1,0.3,1), transform .9s cubic-bezier(0.16,1,0.3,1); }
.r.in { opacity: 1; transform: translateY(0); }
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}
.d4{transition-delay:.4s}.d5{transition-delay:.5s}

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  padding: 160px 64px 90px;
  background: var(--black2); position: relative; overflow: hidden;
  border-bottom: 1px solid rgba(200,146,42,0.1);
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(200,146,42,0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(200,146,42,0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}
.page-hero::after {
  content: ''; position: absolute; bottom: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(200,146,42,0.07) 0%, transparent 70%);
}
.page-hero-inner { position: relative; z-index: 1; }
.page-hero-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.page-hero-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); }
.page-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 5.5vw, 88px);
  font-weight: 300; line-height: 0.95; letter-spacing: -0.02em;
}
.page-hero h1 em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-light), var(--orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── FOOTER ── */
footer { background: var(--black); border-top: 1px solid rgba(200,146,42,0.1); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding: 72px 64px 60px; }
.footer-brand img { height: 36px; margin-bottom: 22px; opacity: 0.75; display: block; }
.footer-brand p { font-size: 13px; color: var(--white-dim); line-height: 1.82; max-width: 260px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 36px; height: 36px; border: 1px solid rgba(200,146,42,0.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-dim); text-decoration: none; transition: all .3s;
  font-size: 13px;
}
.footer-social a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.footer-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 13px; color: var(--white-dim); text-decoration: none; transition: color .3s; }
.footer-links a:hover { color: var(--gold); }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact-item svg { width: 14px; height: 14px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: 13px; color: var(--white-dim); line-height: 1.5; }
.footer-bottom {
  border-top: 1px solid rgba(200,146,42,0.07);
  padding: 22px 64px; display: flex; align-items: center; justify-content: space-between;
}
.footer-copy { font-size: 11px; color: rgba(242,237,228,0.28); letter-spacing: 0.05em; }

/* ── RESPONSIVE ── */
@media(max-width:1100px) {
  nav { padding: 16px 28px; }
  nav.scrolled { padding: 12px 28px; }
  .nav-menu { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .page-hero { padding: 120px 28px 70px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; padding: 52px 28px; }
  .footer-bottom { padding: 18px 28px; flex-direction: column; gap: 8px; text-align: center; }
}
@media(max-width:600px) {
  .footer-main { grid-template-columns: 1fr; }
}
