/* ══════════════════════════════════════════
   CUEBO — Global IT Solutions
   Theme: Deep Navy + Metallic Gold (Luxury)
   Font: IM Fell English (Goudy Old Style) / Lato (body)
══════════════════════════════════════════ */

:root {
  --navy: #0a0f2e;
  --navy-mid: #0d1640;
  --navy-light: #1a2560;
  --gold: #c9960c;
  --gold-light: #f0b429;
  --gold-bright: #ffd04d;
  --gold-pale: #fef3c7;
  --white: #ffffff;
  --off-white: #f8f6f0;
  --text-muted: #8a96b4;
  --border: rgba(201,150,12,.25);
  --card-bg: rgba(255,255,255,.04);
  --radius: 12px;
  --radius-lg: 20px;
  --shadow: 0 8px 40px rgba(0,0,0,.35);
  --transition: .3s cubic-bezier(.4,0,.2,1);
  font-size: 16px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  background: var(--navy);
  color: var(--off-white);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ── UTILITY ── */
.gold-text {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-bright) 50%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.btn-primary {
  display: inline-block;
  padding: .85rem 2.2rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 60%, var(--gold-bright) 100%);
  color: var(--navy);
  font-family: 'IM Fell English', serif;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .06em;
  border-radius: 50px;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(201,150,12,.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(240,180,41,.5); }

.btn-outline {
  display: inline-block;
  padding: .85rem 2.2rem;
  border: 1.5px solid var(--gold);
  color: var(--gold-light);
  font-family: 'IM Fell English', serif;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: .06em;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--transition);
}
.btn-outline:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }

.btn-large { padding: 1.1rem 3rem; font-size: 1rem; }
.btn-full { width: 100%; text-align: center; }

/* ── FLASH ── */
.flash-container { position: fixed; top: 90px; right: 1.5rem; z-index: 9999; }
.flash {
  padding: 1rem 1.5rem; border-radius: var(--radius); font-weight: 600;
  animation: slideIn .4s ease;
  box-shadow: var(--shadow);
}
.flash-success { background: #065f46; color: #a7f3d0; border: 1px solid #10b981; }
@keyframes slideIn { from { opacity:0; transform:translateX(30px); } to { opacity:1; transform:translateX(0); } }

/* ══════ NAVBAR ══════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 1rem 2rem;
  background: rgba(10,15,46,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar.scrolled { padding: .7rem 2rem; background: rgba(10,15,46,.98); }

.nav-inner {
  max-width: 1200px; margin: auto;
  display: flex; align-items: center; justify-content: space-between;
}

.nav-logo img { display: block; transition: var(--transition); }
.nav-logo:hover img { filter: brightness(1.15); }

.nav-links {
  list-style: none;
  display: flex; gap: 2.5rem; align-items: center;
}
.nav-links a {
  color: var(--off-white); text-decoration: none;
  font-family: 'IM Fell English', serif; font-size: .82rem; letter-spacing: .1em;
  transition: var(--transition); position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1.5px;
  background: var(--gold); transform: scaleX(0); transition: var(--transition);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }

.nav-cta {
  padding: .55rem 1.5rem !important;
  border: 1.5px solid var(--gold) !important;
  border-radius: 50px;
  color: var(--gold-light) !important;
  transition: var(--transition) !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--navy) !important; }
.nav-cta::after { display: none !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--gold-light); border-radius: 2px; transition: var(--transition); }

/* ══════ HERO ══════ */
.hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  padding: 8rem 2rem 5rem;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a2560 0%, var(--navy) 70%);
}
.hero-bg::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9960c' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-particles {
  position: absolute; inset: 0; pointer-events: none;
}
.hero-content {
  position: relative; z-index: 1;
  text-align: center; max-width: 800px;
  animation: fadeUp .9s ease both;
}
@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }

.hero-badge {
  display: inline-block;
  padding: .4rem 1.2rem;
  border: 1px solid var(--border);
  border-radius: 50px;
  font-size: .78rem; letter-spacing: .15em; color: var(--gold-light);
  text-transform: uppercase; margin-bottom: 1.5rem;
  background: rgba(201,150,12,.08);
}
.hero-title {
  font-family: 'IM Fell English', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 900; line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--white);
}
.hero-sub {
  font-size: 1.1rem; color: var(--text-muted); line-height: 1.8;
  margin-bottom: 2.5rem; max-width: 580px; margin-inline: auto;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.hero-scroll-hint {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  color: var(--text-muted); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase;
  animation: bounce 2s infinite;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }

/* ══════ STATS BAR ══════ */
.stats-bar {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.025);
}
.stat-item {
  padding: 2rem 1rem; text-align: center;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; gap: .3rem;
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'IM Fell English', serif;
  font-size: 2.4rem; font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.stat-suffix { font-family:'IM Fell English',serif; font-size:1.4rem; color:var(--gold-light); display:inline; }
.stat-label { font-size: .78rem; letter-spacing: .12em; color: var(--text-muted); text-transform: uppercase; }

/* ══════ SECTIONS ══════ */
.section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: auto; }

.section-label {
  font-family: 'IM Fell English', serif;
  font-size: .72rem; letter-spacing: .25em; color: var(--gold);
  text-transform: uppercase; margin-bottom: 1rem;
}
.section-title {
  font-family: 'IM Fell English', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; line-height: 1.2; margin-bottom: 1rem;
  color: var(--white);
}
.section-sub {
  font-size: 1.05rem; color: var(--text-muted); max-width: 600px; line-height: 1.8;
  margin-bottom: 3.5rem;
}

/* ── SERVICES CARDS ── */
.cards-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem;
}
.service-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  transition: var(--transition);
  animation: fadeUp .6s var(--delay, 0s) both;
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,150,12,.5);
  background: rgba(201,150,12,.06);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
.card-icon { font-size: 2.4rem; margin-bottom: 1.2rem; }
.service-card h3 {
  font-family: 'IM Fell English', serif; font-size: 1.05rem; color: var(--white);
  margin-bottom: .8rem;
}
.service-card p { font-size: .92rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.2rem; }
.card-link { color: var(--gold-light); text-decoration: none; font-size: .88rem; font-weight: 600; transition: var(--transition); }
.card-link:hover { color: var(--gold-bright); }

/* ── TWO COL ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

/* ── WHY SECTION ── */
.why-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
.why-list { list-style: none; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 1rem; }
.why-list li { display: flex; gap: .8rem; align-items: flex-start; color: var(--off-white); font-size: .95rem; }
.check { color: var(--gold); font-size: .8rem; margin-top: .15rem; flex-shrink: 0; }

/* globe visual */
.why-visual { display: flex; justify-content: center; }
.globe-card {
  width: 300px; height: 300px;
  position: relative; display: flex; align-items: center; justify-content: center;
}
.globe-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(201,150,12,.2);
  animation: spin linear infinite;
}
.r1 { width: 100%; height: 100%; animation-duration: 20s; }
.r2 { width: 75%; height: 75%; animation-duration: 14s; animation-direction: reverse; border-color: rgba(201,150,12,.15); }
.r3 { width: 50%; height: 50%; animation-duration: 8s; border-color: rgba(201,150,12,.3); }
@keyframes spin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.globe-center { position: absolute; z-index: 2; }

.value-pill {
  display: inline-block;
  padding: .6rem 1.2rem; margin: .3rem;
  border: 1px solid var(--border);
  border-radius: 50px; font-size: .82rem;
  color: var(--gold-light);
  background: rgba(201,150,12,.07);
  transition: var(--transition);
}
.value-pill:hover { background: rgba(201,150,12,.15); }

/* ── CTA BANNER ── */
.cta-banner {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, var(--navy-light) 0%, #0d1640 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.cta-inner { max-width: 700px; margin: auto; }
.cta-banner h2 { font-family:'IM Fell English',serif; font-size: clamp(1.6rem,3vw,2.3rem); color:var(--white); margin-bottom:.8rem; }
.cta-banner p { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 2rem; line-height: 1.7; }

/* ══════ PAGE HERO ══════ */
.page-hero {
  padding: 10rem 2rem 5rem;
  position: relative; text-align: center;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 0%, var(--navy-light) 0%, var(--navy) 70%);
  border-bottom: 1px solid var(--border);
}
.page-hero-content { position: relative; z-index: 1; max-width: 700px; margin: auto; }
.page-hero-content h1 {
  font-family: 'IM Fell English', serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 900;
  color: var(--white); margin: .5rem 0 1.2rem;
}
.page-hero-content p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.8; }

/* ══════ SERVICES DETAIL ══════ */
.service-detail-card {
  display: grid; grid-template-columns: 80px 1fr; gap: 2.5rem;
  padding: 3rem; border: 1px solid var(--border);
  border-radius: var(--radius-lg); margin-bottom: 2rem;
  background: var(--card-bg); transition: var(--transition);
}
.service-detail-card:hover { border-color: rgba(201,150,12,.4); background: rgba(201,150,12,.03); }
.service-detail-card.reverse { direction: rtl; }
.service-detail-card.reverse .sdc-body { direction: ltr; }
.service-detail-card.reverse .sdc-icon { direction: ltr; }

.sdc-icon { font-size: 3rem; align-self: flex-start; }
.sdc-body h2 {
  font-family: 'IM Fell English', serif; font-size: 1.4rem; color: var(--white);
  margin-bottom: 1rem;
}
.sdc-body p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1.2rem; }
.service-features { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.service-features li { color: var(--off-white); font-size: .9rem; padding-left: 1.2rem; position: relative; }
.service-features li::before { content:'✦'; position:absolute; left:0; color:var(--gold); font-size:.6rem; top:.2rem; }

/* ══════ ABOUT ══════ */
.mission-section { }
.mission-text p { color: var(--text-muted); line-height: 1.9; margin-bottom: 1rem; font-size: .97rem; }
.mission-values { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .5rem; }

/* FOUNDER */
.founder-section { background: rgba(255,255,255,.015); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.founder-card {
  display: grid; grid-template-columns: 220px 1fr; gap: 3.5rem;
  margin-top: 3rem; align-items: flex-start;
}
.founder-avatar {
  display: flex; flex-direction: column; align-items: center; gap: 1rem;
  position: relative;
}
.avatar-initials {
  width: 160px; height: 160px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  border: 3px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'IM Fell English', serif; font-size: 4rem; font-weight: 900;
  color: var(--gold-bright);
  box-shadow: 0 0 40px rgba(201,150,12,.3);
}
.founder-badge-ring {
  width: 180px; height: 180px; border-radius: 50%;
  border: 1px dashed rgba(201,150,12,.3);
  position: absolute; top: -10px;
  animation: spin 20s linear infinite;
}
.founder-name-row { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.founder-name-row h3 { font-family:'IM Fell English',serif; font-size:1.8rem; color:var(--white); }
.founder-title-tag {
  padding: .3rem .9rem; border-radius: 50px;
  background: rgba(201,150,12,.15); border: 1px solid var(--border);
  font-size: .75rem; letter-spacing: .1em; color: var(--gold-light); text-transform: uppercase;
}
.founder-cert-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }
.cert-badge {
  padding: .3rem .8rem; border-radius: 6px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  font-size: .72rem; color: var(--text-muted); letter-spacing: .05em;
}
.founder-bio p { color: var(--text-muted); line-height: 1.9; font-size: .95rem; margin-bottom: 1.1rem; }
.founder-bio em { color: var(--gold-light); font-style: italic; }
.founder-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem;
}
.f-stat {
  text-align: center; padding: 1.2rem;
  background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius);
}
.f-stat-num {
  display: block; font-family:'IM Fell English',serif; font-size: 1.6rem; font-weight:700;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.f-stat-lbl { font-size: .72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: .08em; }

/* TEAM */
.team-section { }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.team-card {
  text-align: center; padding: 2rem 1.5rem;
  background: var(--card-bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  transition: var(--transition);
}
.team-card:hover { border-color: rgba(201,150,12,.4); transform: translateY(-4px); }
.team-avatar {
  width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 1.2rem;
  background: linear-gradient(135deg, hsl(var(--hue,210),50%,25%), hsl(var(--hue,210),50%,15%));
  border: 2px solid rgba(201,150,12,.35);
  display: flex; align-items: center; justify-content: center;
  font-family:'IM Fell English',serif; font-size:1.2rem; color:var(--gold-light);
}
.team-card h4 { font-family:'IM Fell English',serif; color:var(--white); margin-bottom:.5rem; font-size:.95rem; }
.team-card p { color: var(--text-muted); font-size:.85rem; line-height:1.6; }

/* ══════ CONTACT ══════ */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: flex-start; }
.contact-info h2 { font-family:'IM Fell English',serif; font-size:1.8rem; color:var(--white); margin-bottom:1.2rem; }
.contact-info > p { color:var(--text-muted); line-height:1.8; margin-bottom:2rem; }
.contact-item {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.2rem; border: 1px solid var(--border); border-radius: var(--radius);
  margin-bottom: 1rem; background: var(--card-bg);
}
.ci-icon { font-size: 1.5rem; }
.contact-item strong { display:block; color:var(--gold-light); font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:.25rem; }
.contact-item a, .contact-item span { color:var(--off-white); text-decoration:none; font-size:.95rem; }
.contact-item a:hover { color:var(--gold-light); }
.contact-direct-cta { margin-top: 2.5rem; }
.contact-direct-cta p { color:var(--text-muted); margin-bottom:1rem; }

.contact-form h2 { font-family:'IM Fell English',serif; font-size:1.5rem; color:var(--white); margin-bottom:2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.4rem; }
.form-group label {
  display: block; font-size: .78rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: .5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: .85rem 1.1rem;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  border-radius: var(--radius); color: var(--off-white);
  font-family: 'Lato', sans-serif; font-size: .95rem;
  transition: var(--transition); outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(201,150,12,.06);
  box-shadow: 0 0 0 3px rgba(201,150,12,.15);
}
.form-group select option { background: var(--navy-mid); }
.form-group textarea { resize: vertical; min-height: 130px; }

/* ══════ FOOTER ══════ */
.footer {
  background: #05091e;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1200px; margin: auto;
  display: grid; grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 4rem; padding: 4rem 2rem 3rem;
}
.footer-brand p { color: var(--text-muted); font-size: .9rem; line-height: 1.8; margin-top: 1rem; }
.footer-links h4, .footer-contact h4 {
  font-family: 'IM Fell English', serif; font-size: .85rem; letter-spacing: .15em;
  color: var(--gold-light); text-transform: uppercase; margin-bottom: 1.2rem;
}
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: .9rem; transition: var(--transition); }
.footer-links a:hover { color: var(--gold-light); padding-left: 4px; }
.footer-contact p { color: var(--text-muted); font-size: .9rem; margin-bottom: .5rem; }
.footer-email {
  display: inline-block; color: var(--gold-light); text-decoration: none;
  font-weight: 600; transition: var(--transition); margin-bottom: 1rem;
}
.footer-email:hover { color: var(--gold-bright); }
.footer-tagline {
  font-family: 'IM Fell English', serif; font-size: .78rem;
  letter-spacing: .2em; color: var(--text-muted); text-transform: uppercase;
  border-top: 1px solid var(--border); padding-top: .8rem; margin-top: .5rem;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  text-align: center; padding: 1.5rem 2rem;
  color: var(--text-muted); font-size: .82rem; letter-spacing: .05em;
}

/* ══════ RESPONSIVE ══════ */
@media (max-width: 1024px) {
  .two-col, .founder-card, .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .founder-card { text-align: center; }
  .founder-name-row { justify-content: center; }
  .founder-cert-row { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(10,15,46,.98); padding: 1.5rem 2rem;
    border-bottom: 1px solid var(--border);
    gap: 1.2rem;
  }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .stats-bar { grid-template-columns: 1fr 1fr; }
  .stat-item:nth-child(2) { border-right: none; }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-card.reverse { direction: ltr; }
  .founder-stats { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .globe-card { width: 220px; height: 220px; }
}

/* ══════ LANGUAGE SWITCHER ══════ */
.lang-switcher {
  display: flex; align-items: center; gap: .4rem;
  margin-left: .5rem;
  border-left: 1px solid var(--border);
  padding-left: 1.2rem;
}
.lang-btn {
  font-family: 'IM Fell English', serif;
  font-size: .76rem; letter-spacing: .1em;
  padding: .3rem .7rem; border-radius: 50px;
  border: 1px solid transparent;
  transition: var(--transition);
  cursor: pointer; white-space: nowrap;
  text-decoration: none;
}
.lang-active {
  background: rgba(201,150,12,.2);
  border-color: var(--gold);
  color: var(--gold-bright);
  font-weight: 700;
}
.lang-inactive {
  color: var(--text-muted);
  border-color: transparent;
}
.lang-inactive:hover {
  border-color: var(--border);
  color: var(--off-white);
  background: rgba(255,255,255,.06);
}
