/* ============================================================
   Narinder Singh MD Inc — Addiction Medicine
   style.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400&family=Tenor+Sans&family=Jost:wght@200;300;400&display=swap');

/* ── VARIABLES ── */
:root {
  --ink:    #08111f;
  --deep:   #0b1929;
  --mid:    #0f2035;
  --navy:   #0a1628;
  --teal:   #0fa990;
  --teal2:  #12c9ab;
  --gold:   #d4a853;
  --gold2:  #f0cc7a;
  --cream:  #f7f2e9;
  --off:    #eee9df;
  --muted:  rgba(255,255,255,0.45);
  --glass:  rgba(255,255,255,0.04);
  --gb:     rgba(255,255,255,0.09);
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--ink);
  color: #fff;
  overflow-x: hidden;
  cursor: none;
}
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none; opacity: 0.5;
}

/* ── CANVAS ── */
#bgc { position: fixed; inset: 0; z-index: 0; pointer-events: none; }

/* ══════════════════════════════════════
   CURSOR
══════════════════════════════════════ */
#cur { position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; }
.cdot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); position: absolute;
  transform: translate(-50%, -50%);
}
.cring {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(212,168,83,0.5);
  position: absolute; transform: translate(-50%, -50%);
  transition: all 0.16s ease;
}

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 5%;
  transition: all 0.4s;
}
nav.stuck {
  background: rgba(8,17,31,0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--gb);
  padding: 1rem 5%;
}
.nlogo {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem; font-weight: 400; letter-spacing: 0.05em;
  color: #fff; text-decoration: none;
  display: flex; align-items: center; gap: 0.45rem;
}
.nldot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold); margin-bottom: 0.3rem; flex-shrink: 0;
}
.nlinks {
  display: flex; gap: 2.5rem; list-style: none;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nlinks a {
  font-family: 'Tenor Sans'; font-size: 0.68rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.25s; position: relative;
}
.nlinks a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1px; background: var(--gold);
  transform: scaleX(0); transition: transform 0.3s; transform-origin: left;
}
.nlinks a:hover { color: #fff; }
.nlinks a:hover::after { transform: scaleX(1); }
.nright { display: flex; align-items: center; gap: 1.2rem; }
.nphone { font-size: 0.76rem; color: var(--muted); }
.nbtn {
  font-family: 'Tenor Sans'; font-size: 0.66rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold2));
  padding: 0.62rem 1.4rem; border-radius: 2px;
  text-decoration: none; transition: all 0.25s;
}
.nbtn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(212,168,83,0.4); }
.nsym {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(212,168,83,0.35);
  background: rgba(212,168,83,0.06);
  display: flex; align-items: center; justify-content: center;
  padding: 6px; transition: all 0.3s; cursor: pointer;
}
.nsym:hover {
  background: rgba(212,168,83,0.16);
  border-color: rgba(212,168,83,0.7);
  transform: rotate(12deg);
}
.nsym svg { width: 100%; height: 100%; }

/* ══════════════════════════════════════
   AMBIENT ORBS
══════════════════════════════════════ */
.orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; }
.o1 {
  width: 550px; height: 550px;
  background: radial-gradient(circle, rgba(15,169,144,0.16), transparent 70%);
  top: -80px; right: -80px;
  animation: ofa 12s ease-in-out infinite;
}
.o2 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(212,168,83,0.1), transparent 70%);
  bottom: 5%; left: 5%;
  animation: ofb 15s ease-in-out infinite;
}
.o3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(196,91,106,0.08), transparent 70%);
  top: 40%; left: 40%;
  animation: ofa 18s ease-in-out infinite reverse;
}
@keyframes ofa {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%       { transform: translate(-40px, 40px) scale(1.08); }
}
@keyframes ofb {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%       { transform: translate(50px, -30px) scale(1.1); }
}

/* ══════════════════════════════════════
   HERO — sketch layout
   Top:    image LEFT  |  tagline RIGHT
   ─────── gold divider ───────────────
   Bottom: empty LEFT  |  headline RIGHT
══════════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  padding-top: 78px;
  position: relative; overflow: hidden;
}

/* Top half */
.hero-top {
  display: grid; grid-template-columns: 1fr 1fr;
  flex: 1; position: relative; z-index: 2;
  min-height: 50vh; align-items: center;
}

/* Image column */
.hi-col {
  display: flex; align-items: center; justify-content: center;
  padding: 3rem 2rem 2rem 7%;
}
.hi-wrap { position: relative; width: 100%; max-width: 400px; }
.hi-glow {
  position: absolute; inset: -30px;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(212,168,83,0.13), transparent 70%);
  filter: blur(24px); border-radius: 50%;
}
.hi-img {
  width: 100%; display: block; position: relative; z-index: 1;
  border-radius: 20px;
  box-shadow:
    0 40px 100px rgba(0,0,0,0.8),
    0 0 0 1px rgba(212,168,83,0.18),
    0 0 60px rgba(212,168,83,0.06);
  animation: imgfl 6s ease-in-out infinite;
}
@keyframes imgfl {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}
.hi-badge {
  position: absolute; bottom: 1.8rem; right: -1.6rem; z-index: 2;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--ink); border-radius: 12px; padding: 0.9rem 1.3rem;
  text-align: center; box-shadow: 0 12px 32px rgba(212,168,83,0.45);
  animation: imgfl 6s ease-in-out infinite; animation-delay: 0.3s;
}
.hib-m { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 600; line-height: 1; }
.hib-s { font-size: 0.6rem; letter-spacing: 0.07em; margin-top: 0.2rem; opacity: 0.8; }
.hi-vline {
  position: absolute; left: -1.4rem; top: 15%; height: 65%; width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold) 40%, var(--gold) 60%, transparent);
  border-radius: 2px; z-index: 1;
}

/* Tagline column */
.ht-col {
  display: flex; flex-direction: column; justify-content: center;
  padding: 3rem 7% 2rem 2rem;
}
.tagline-main {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400; line-height: 1.3;
  color: rgba(255,255,255,0.92);
}
.tagline-main em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.tagline-sub {
  font-family: 'Tenor Sans';
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.4); margin-top: 1.2rem;
}
.cert-row { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.ctag {
  background: rgba(212,168,83,0.1); border: 1px solid rgba(212,168,83,0.28);
  color: var(--gold); padding: 0.3rem 0.9rem; border-radius: 50px;
  font-size: 0.68rem; letter-spacing: 0.06em;
}

/* Gold divider */
.hero-divider {
  position: relative; z-index: 2;
  margin: 0 7%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(212,168,83,0.5) 30%, rgba(212,168,83,0.5) 70%, transparent);
  flex-shrink: 0;
}
.hero-divider::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 12px rgba(212,168,83,0.6);
}

/* Bottom half */
.hero-bottom {
  display: grid; grid-template-columns: 1fr 1fr;
  flex: 1; position: relative; z-index: 2;
  min-height: 44vh; align-items: center;
}
.hb-left { position: relative; padding: 2rem 2rem 3rem 7%; }
.hb-left::before {
  content: ''; position: absolute; left: 7%; top: 20%;
  width: 1px; height: 60%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.08), transparent);
}
.hb-left::after {
  content: ''; position: absolute; left: calc(7% + 16px); top: 30%;
  width: 1px; height: 45%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.05), transparent);
}
.hb-right {
  display: flex; flex-direction: column; justify-content: center;
  padding: 2rem 7% 3rem 2rem;
}

/* Kicker */
.hkicker { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.8rem; }
.hkbar  { width: 44px; height: 1px; background: var(--gold); }
.hktext {
  font-family: 'Tenor Sans'; font-size: 0.68rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
}

/* Main h1 */
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 400; line-height: 1.02; letter-spacing: -0.01em;
}
.rl { display: block; overflow: hidden; }
.rl span { display: block; animation: revup 1s cubic-bezier(0.16,1,0.3,1) both; }
.rl:nth-child(2) span { animation-delay: 0.12s; }
.rl:nth-child(3) span { animation-delay: 0.24s; }
.hero-h1 em { font-style: italic; color: var(--teal2); }
@keyframes revup {
  from { transform: translateY(105%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

.hero-desc {
  font-size: 1rem; font-weight: 200; line-height: 1.8;
  color: rgba(255,255,255,0.6); max-width: 460px;
  margin-top: 1.8rem; animation: fup 1s 0.4s both;
}
@keyframes fup {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-actions {
  display: flex; align-items: center; gap: 1.8rem;
  margin-top: 2rem; animation: fup 1s 0.55s both;
}

/* Buttons */
.btn-g {
  font-family: 'Tenor Sans'; font-size: 0.7rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold2));
  padding: 0.95rem 2.2rem; border-radius: 2px;
  text-decoration: none; transition: all 0.3s; position: relative; overflow: hidden;
}
.btn-g:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(212,168,83,0.45); }
.btn-gh {
  font-family: 'Tenor Sans'; font-size: 0.7rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.65); text-decoration: none;
  display: flex; align-items: center; gap: 0.7rem; transition: color 0.25s;
}
.btn-gh:hover { color: #fff; }
.gha {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.78rem; transition: all 0.3s;
}
.btn-gh:hover .gha { transform: translateX(4px); border-color: rgba(255,255,255,0.5); }

/* Stats */
.hero-stats {
  display: flex; gap: 0; margin-top: 2.8rem;
  border-top: 1px solid rgba(255,255,255,0.09); padding-top: 1.8rem;
  animation: fup 1s 0.7s both;
}
.hs { flex: 1; padding-right: 1.4rem; border-right: 1px solid rgba(255,255,255,0.09); margin-right: 1.4rem; }
.hs:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hs-n {
  font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 500; line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hs-l { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-top: 0.3rem; }

/* Scroll cue */
.scue {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  animation: fup 1.5s 1s both; z-index: 3;
}
.sline {
  width: 1px; height: 50px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: slani 2s ease-in-out infinite;
}
@keyframes slani {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}
.scue span {
  font-family: 'Tenor Sans'; font-size: 0.56rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.28);
}

/* ══════════════════════════════════════
   MARQUEE
══════════════════════════════════════ */
.mwrap {
  position: relative; z-index: 2; overflow: hidden; padding: 1.3rem 0;
  background: linear-gradient(90deg, var(--ink), rgba(15,169,144,0.05) 50%, var(--ink));
  border-top: 1px solid var(--gb); border-bottom: 1px solid var(--gb);
}
.mtrack { display: flex; white-space: nowrap; animation: mq 28s linear infinite; }
@keyframes mq {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.mi {
  display: inline-flex; align-items: center; gap: 1.4rem; padding: 0 2.2rem;
  font-family: 'Tenor Sans'; font-size: 0.66rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.33);
}
.md { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); opacity: 0.7; flex-shrink: 0; }

/* ══════════════════════════════════════
   BRAND — Narinder Singh MD Inc
   Navy wave LEFT · Cream RIGHT
══════════════════════════════════════ */
.brand {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 260px 1fr;
  min-height: 320px; overflow: hidden;
}
.bwave { position: relative; background: var(--navy); overflow: hidden; }
.bwave svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

.bcream {
  background: #f5f0e6;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 2.5rem 4rem;
}
.bcream::before {
  content: ''; position: absolute; inset: 12px;
  border: 1px solid rgba(201,169,78,0.22);
  border-radius: 3px; pointer-events: none;
}
.corn { position: absolute; width: 28px; height: 28px; }
.ctl  { top: 10px;    left: 10px; }
.ctr  { top: 10px;    right: 10px; }
.cbl  { bottom: 10px; left: 10px; }
.cbr  { bottom: 10px; right: 10px; }
.corn svg { width: 100%; height: 100%; }

.bcont { text-align: center; position: relative; z-index: 1; max-width: 480px; width: 100%; }
.brule { display: flex; align-items: center; margin: 0.9rem 0; }
.brline { flex: 1; height: 1px; background: linear-gradient(to right, transparent, #c9a94e, transparent); }
.brdiam { width: 13px; height: 13px; flex-shrink: 0; margin: 0 7px; }
.bname {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 500; color: var(--navy);
  letter-spacing: 0.01em; line-height: 1.2;
  margin: 0.3rem 0 0.5rem;
}
.bsub {
  font-family: 'Tenor Sans';
  font-size: 0.84rem; letter-spacing: 0.22em; text-transform: uppercase; color: #4a5568;
}
.btag  { font-size: 0.78rem; font-weight: 300; color: #6b7280; letter-spacing: 0.05em; margin-top: 0.9rem; }
.bdet  { display: flex; align-items: center; justify-content: center; gap: 0.6rem; font-size: 0.72rem; color: #9ca3af; margin-top: 0.45rem; }
.bdet .sep { color: #c9a94e; }

/* ══════════════════════════════════════
   ABOUT
══════════════════════════════════════ */
.about { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.abl {
  background: var(--cream); color: var(--ink);
  padding: 6rem 6% 6rem 8%;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.abl::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 240px; height: 240px; border-radius: 50%;
  background: radial-gradient(circle, rgba(15,169,144,0.06), transparent 70%);
}
.ablabel { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.4rem; }
.ablbar  { width: 28px; height: 1px; background: var(--teal); }
.ablabel span {
  font-family: 'Tenor Sans'; font-size: 0.66rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal);
}
.abl h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem); font-weight: 400; line-height: 1.15;
  color: var(--ink); margin-bottom: 1.4rem;
}
.abl h2 em { font-style: italic; color: var(--teal); }
.abl p { font-size: 0.93rem; line-height: 1.85; color: #4a5568; margin-bottom: 1rem; font-weight: 300; }
.avals {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 1.8rem;
  background: #d8d0c4; border: 1px solid #d8d0c4; border-radius: 10px; overflow: hidden;
}
.av { background: var(--off); padding: 1.1rem; }
.av-ic { font-size: 1rem; margin-bottom: 0.35rem; }
.av h4 { font-size: 0.82rem; font-weight: 500; color: var(--ink); margin-bottom: 0.18rem; }
.av p  { font-size: 0.74rem; color: #6b7280; line-height: 1.5; }

.abr {
  background: var(--mid); position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 3.5rem;
}
.abr-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(15,169,144,0.16), transparent 55%),
              radial-gradient(ellipse 55% 75% at 80% 100%, rgba(212,168,83,0.08), transparent 55%);
}
.abr-grid {
  position: absolute; inset: 0; opacity: 0.04;
  background-image: linear-gradient(rgba(255,255,255,0.8) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.8) 1px, transparent 1px);
  background-size: 56px 56px;
}
.abr-big {
  position: absolute; top: 2rem; left: 3rem;
  font-family: 'Playfair Display', serif; font-size: 8rem; font-weight: 700; line-height: 1;
  color: rgba(255,255,255,0.025); pointer-events: none;
}
.abr-cards { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; margin-bottom: 1.8rem; }
.abrc {
  background: var(--glass); border: 1px solid var(--gb);
  border-radius: 12px; padding: 1.3rem; backdrop-filter: blur(10px); transition: all 0.3s;
}
.abrc:hover { border-color: rgba(15,169,144,0.4); background: rgba(15,169,144,0.06); transform: translateY(-3px); }
.abrc-n {
  font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 500;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.abrc-l { font-size: 0.68rem; color: rgba(255,255,255,0.38); letter-spacing: 0.05em; margin-top: 0.18rem; }
.abr-certs { position: relative; z-index: 2; display: flex; gap: 0.65rem; flex-wrap: wrap; }
.abr-ct {
  background: rgba(212,168,83,0.1); border: 1px solid rgba(212,168,83,0.24);
  color: var(--gold); padding: 0.27rem 0.8rem; border-radius: 50px;
  font-size: 0.65rem; letter-spacing: 0.06em;
}

/* ══════════════════════════════════════
   SERVICES
══════════════════════════════════════ */
.svc-sec { position: relative; z-index: 2; padding: 7rem 7%; background: var(--deep); }
.sec-hdr { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3.5rem; }
.sec-hdr p { max-width: 280px; font-size: 0.86rem; line-height: 1.75; color: rgba(255,255,255,0.42); font-weight: 200; text-align: right; }
.skick { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.9rem; }
.skdot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.skick span { font-family: 'Tenor Sans'; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.stit { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.2vw, 2.8rem); font-weight: 400; line-height: 1.15; }
.stit em { font-style: italic; color: var(--teal2); }
.svcg {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px;
  background: var(--gb); border: 1px solid var(--gb); border-radius: 18px; overflow: hidden;
}
.sv {
  background: var(--ink); padding: 2.1rem;
  position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.sv::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,169,144,0.07), transparent 60%);
  opacity: 0; transition: opacity 0.4s;
}
.sv:hover { background: #0e1e35; }
.sv:hover::before { opacity: 1; }
.svn { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: rgba(255,255,255,0.04); position: absolute; top: 0.7rem; right: 1rem; line-height: 1; }
.svic { width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--gb); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; margin-bottom: 1.2rem; transition: border-color 0.3s; }
.sv:hover .svic { border-color: rgba(15,169,144,0.5); }
.sv h3 { font-family: 'Playfair Display', serif; font-size: 1.08rem; font-weight: 400; margin-bottom: 0.65rem; color: #fff; }
.sv p  { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.42); font-weight: 200; }
.svlnk { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1.2rem; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); text-decoration: none; font-family: 'Tenor Sans'; transition: gap 0.25s; }
.svlnk:hover { gap: 0.8rem; }

/* ══════════════════════════════════════
   DOCTORS
══════════════════════════════════════ */
.doc-sec { position: relative; z-index: 2; padding: 7rem 7%; background: var(--ink); }
.docg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.doc {
  border-radius: 16px; overflow: hidden; background: var(--mid);
  border: 1px solid var(--gb); transition: all 0.4s cubic-bezier(0.16,1,0.3,1);
}
.doc:hover { border-color: rgba(15,169,144,0.35); transform: translateY(-7px); box-shadow: 0 22px 55px rgba(0,0,0,0.5), 0 0 0 1px rgba(15,169,144,0.1); }
.dph { height: 170px; position: relative; overflow: hidden; background: linear-gradient(135deg, #0e1f3a, #162d50); }
.dph::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 40%, var(--mid)); }
.dgl { position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(15,169,144,0.2), transparent 60%); }
.din {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -58%);
  width: 70px; height: 70px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.13); background: rgba(255,255,255,0.05);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.4rem; color: rgba(255,255,255,0.7); z-index: 1;
}
.dbadge { position: absolute; bottom: 0.85rem; left: 0.85rem; z-index: 2; background: rgba(15,169,144,0.14); border: 1px solid rgba(15,169,144,0.3); color: var(--teal2); padding: 0.16rem 0.6rem; border-radius: 50px; font-size: 0.6rem; letter-spacing: 0.07em; }
.dbody  { padding: 1.3rem; }
.dname  { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 400; color: #fff; margin-bottom: 0.1rem; }
.dtitle { font-size: 0.68rem; color: var(--gold); letter-spacing: 0.04em; margin-bottom: 0.75rem; }
.dbio   { font-size: 0.76rem; line-height: 1.65; color: rgba(255,255,255,0.43); font-weight: 200; margin-bottom: 0.9rem; }
.dtags  { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.dtags span { font-size: 0.6rem; padding: 0.15rem 0.55rem; border-radius: 50px; background: rgba(255,255,255,0.04); border: 1px solid var(--gb); color: rgba(255,255,255,0.48); }

/* ══════════════════════════════════════
   LOCATIONS
══════════════════════════════════════ */
.loc-sec { position: relative; z-index: 2; background: var(--cream); color: var(--ink); padding: 7rem 7%; }
.locg { display: flex; flex-direction: column; gap: 2rem; }
.location-row { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; align-items: stretch; }
.loccards { display: flex; flex-direction: column; gap: 1.4rem; }
.lc { background: #fff; border-radius: 14px; padding: 1.8rem; border-left: 3px solid var(--teal); box-shadow: 0 4px 22px rgba(0,0,0,0.06); transition: all 0.3s; }
.lc:hover { transform: translateX(5px); box-shadow: 0 8px 36px rgba(0,0,0,0.1); }
.lch { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.2rem; }
.lch h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; color: var(--ink); }
.lcbadge { font-size: 0.62rem; letter-spacing: 0.07em; text-transform: uppercase; background: rgba(15,169,144,0.1); color: var(--teal); padding: 0.16rem 0.62rem; border-radius: 50px; border: 1px solid rgba(15,169,144,0.25); }
.lcgold  { background: rgba(212,168,83,0.1) !important; color: var(--gold) !important; border-color: rgba(212,168,83,0.25) !important; }
.lr { display: flex; gap: 0.8rem; margin-bottom: 0.8rem; align-items: flex-start; }
.lic { width: 26px; height: 26px; background: rgba(15,169,144,0.08); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; flex-shrink: 0; }
.lr strong { display: block; font-size: 0.78rem; color: var(--ink); font-weight: 500; }
.lr span   { font-size: 0.73rem; color: #6b7280; line-height: 1.5; }
.locmap { border-radius: 18px; overflow: hidden; position: relative; min-height: unset; background: linear-gradient(145deg, #0e1f3a, #162d50); display: flex; align-items: center; justify-content: center; }
.mapgrid { position: absolute; inset: 0; opacity: 0.05; background-image: linear-gradient(rgba(255,255,255,0.9) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.9) 1px, transparent 1px); background-size: 44px 44px; }
.mapglow { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(15,169,144,0.22), transparent 60%); }
.mapbody { position: relative; z-index: 2; text-align: center; padding: 2rem; }
.mappin  { width: 14px; height: 14px; border-radius: 50%; background: var(--gold); margin: 0 auto 0.9rem; box-shadow: 0 0 0 7px rgba(212,168,83,0.2), 0 0 0 16px rgba(212,168,83,0.07); animation: mpp 2.5s ease-in-out infinite; }
@keyframes mpp {
  0%, 100% { box-shadow: 0 0 0 7px rgba(212,168,83,0.24),  0 0 0 18px rgba(212,168,83,0.07); }
  50%       { box-shadow: 0 0 0 14px rgba(212,168,83,0.14), 0 0 0 32px rgba(212,168,83,0.04); }
}
.mapbody h4 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: #fff; margin-bottom: 0.3rem; }
.mapbody p  { font-size: 0.78rem; color: rgba(255,255,255,0.48); line-height: 1.6; }
.mapbtn { display: inline-block; margin-top: 1.3rem; font-family: 'Tenor Sans'; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); background: linear-gradient(135deg, var(--gold), var(--gold2)); padding: 0.72rem 1.7rem; border-radius: 2px; text-decoration: none; transition: all 0.25s; }
.mapbtn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(212,168,83,0.4); }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testi-sec { position: relative; z-index: 2; background: var(--deep); padding: 7rem 7%; }
.testig { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.tc { background: rgba(255,255,255,0.03); border: 1px solid var(--gb); border-radius: 16px; padding: 1.9rem; transition: all 0.35s; }
.tc:hover { border-color: rgba(212,168,83,0.3); background: rgba(212,168,83,0.03); transform: translateY(-4px); }
.tq { font-family: 'Playfair Display', serif; font-size: 3.2rem; line-height: 0.6; color: var(--gold); opacity: 0.22; margin-bottom: 0.75rem; }
.ts { color: var(--gold); font-size: 0.72rem; letter-spacing: 0.1em; margin-bottom: 0.75rem; }
.tc p  { font-size: 0.84rem; line-height: 1.8; color: rgba(255,255,255,0.58); font-weight: 200; margin-bottom: 1.5rem; }
.ta    { display: flex; align-items: center; gap: 0.85rem; }
.tav   { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--mid)); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.9rem; color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.1); }
.tan   { font-weight: 400; font-size: 0.84rem; }
.tal   { font-size: 0.7rem; color: rgba(255,255,255,0.33); }

/* ══════════════════════════════════════
   CTA
══════════════════════════════════════ */
.cta-sec { position: relative; z-index: 2; overflow: hidden; background: var(--mid); padding: 7rem 7%; text-align: center; }
.cta-o   { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.co1 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(15,169,144,0.13), transparent 70%); top: -130px; left: -80px; }
.co2 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(212,168,83,0.09), transparent 70%); bottom: -90px; right: -40px; }
.ctab { position: relative; z-index: 2; }
.cta-sec h2  { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; line-height: 1.1; margin-bottom: 1rem; }
.cta-sec h2 em { font-style: italic; color: var(--teal2); }
.cta-sec .desc { font-size: 0.98rem; color: rgba(255,255,255,0.52); max-width: 440px; margin: 0 auto 2.4rem; line-height: 1.8; font-weight: 200; }
.ctabtns { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.crisis  { display: flex; align-items: center; justify-content: center; gap: 0.6rem; font-size: 0.8rem; color: rgba(255,255,255,0.48); margin-top: 1.7rem; }
.crisis strong { color: #fff; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer { position: relative; z-index: 2; background: #040c18; padding: 4rem 7% 2.5rem; }
.fcris { margin: 0 0 2.8rem; padding: 1.3rem 1.8rem; background: rgba(212,168,83,0.06); border: 1px solid rgba(212,168,83,0.19); border-radius: 10px; display: flex; align-items: center; justify-content: space-between; }
.fcris p      { font-size: 0.76rem; color: rgba(255,255,255,0.43); }
.fcris strong { color: var(--gold); font-size: 0.98rem; }
.fgrid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; padding-bottom: 2.8rem; border-bottom: 1px solid var(--gb); }
.flogo { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 400; color: #fff; margin-bottom: 0.85rem; display: block; text-decoration: none; }
.flogo span { color: var(--gold); }
.fdesc { font-size: 0.78rem; line-height: 1.8; color: rgba(255,255,255,0.32); max-width: 250px; font-weight: 200; }
.facc  { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1.2rem; }
.facc span { font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.28); padding: 0.2rem 0.55rem; border-radius: 3px; }
.fc h4 { font-family: 'Tenor Sans'; font-size: 0.64rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.68); margin-bottom: 1.2rem; }
.fc ul { list-style: none; }
.fc li { margin-bottom: 0.58rem; }
.fc a  { font-size: 0.78rem; color: rgba(255,255,255,0.32); text-decoration: none; font-weight: 200; transition: color 0.2s; }
.fc a:hover { color: var(--teal2); }
.fbot { display: flex; justify-content: space-between; align-items: center; }
.fbot p   { font-size: 0.7rem; color: rgba(255,255,255,0.18); }
.fbot div { display: flex; gap: 1.3rem; }
.fbot a   { font-size: 0.68rem; color: rgba(255,255,255,0.18); text-decoration: none; transition: color 0.2s; }
.fbot a:hover { color: rgba(255,255,255,0.5); }

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.rv.on { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1050px) {
  .hero-top, .hero-bottom { grid-template-columns: 1fr; }
  .hi-col  { padding: 3rem 5% 1rem; }
  .hi-wrap { max-width: 300px; margin: 0 auto; }
  .ht-col  { padding: 1rem 5% 2rem; }
  .hb-left { display: none; }
  .hb-right { padding: 2rem 5% 3rem; }
  .about, .brand { grid-template-columns: 1fr; }
  .abr   { min-height: 320px; }
  .svcg, .docg, .testig { grid-template-columns: 1fr 1fr; }
  .locg  { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .sec-hdr { flex-direction: column; gap: 1rem; }
  .sec-hdr p { text-align: left; }
  .brand { grid-template-columns: 180px 1fr; }
}
@media (max-width: 640px) {
  .nlinks, .nphone { display: none; }
  .svcg, .docg, .testig { grid-template-columns: 1fr; }
  .avals  { grid-template-columns: 1fr; }
  .abr-cards { grid-template-columns: 1fr 1fr; }
  .brand  { grid-template-columns: 100px 1fr; }
  .bcream { padding: 1.5rem; }
  .bname  { font-size: 1.3rem; }
  .hi-badge { right: 0; bottom: 1rem; }
  .hero-stats { flex-wrap: wrap; gap: 1rem; }
  .hs { flex: 0 0 45%; border-right: none; margin-right: 0; padding-right: 0; }
  .fgrid { grid-template-columns: 1fr; }
}
