/* ============================================================
   DREW CENTER PHARMACY — V4
   White base · Navy #0D1245 · Gold #F5A000 · Red #CC0000
   Clean, warm, professional. Figma-quality.
   ============================================================ */

:root {
  --navy:      #0D1245;
  --navy-mid:  #1A2275;
  --gold:      #F5A000;
  --gold-dk:   #C47E00;
  --red:       #CC0000;
  --red-2:     #E00;
  --green:     #1B6B3A;
  --green-2:   #22A04E;
  --white:     #FFFFFF;
  --bg:        #F7F8FC;
  --bg-2:      #EEF0F8;
  --border:    #E2E5F0;
  --text:      #0D1245;
  --text-2:    #3D4580;
  --text-3:    #5A6090;
  --r:         10px;
  --r-lg:      16px;
  --r-xl:      24px;
  --ease:      cubic-bezier(.22,1,.36,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: #fff;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── ANNOUNCE BAR ── */
.announce-bar {
  background: var(--navy);
  color: rgba(255,255,255,.92);
  font-size: 14.5px;
  padding: 0 24px;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 400;
  overflow: visible;
}
.announce-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.announce-sep { opacity: .5; }

/* Google Translate */
.translate-widget { display: flex; align-items: center; flex-shrink: 0; }
.lang-select {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 4px;
  color: rgba(255,255,255,0.92);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  padding: 3px 8px;
  cursor: pointer;
  outline: none;
}
.lang-select option { color: #1a1a2e; background: #fff; }
.translate-widget .goog-te-gadget-simple {
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 6px !important;
  padding: 2px 10px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}
.translate-widget .goog-te-gadget-simple span { color: rgba(255,255,255,.92) !important; }
.translate-widget .goog-te-gadget-simple .goog-te-menu-value span:first-child { color: var(--gold) !important; }
.goog-te-banner-frame { display: none !important; }
body { top: 0 !important; }

/* ── HEADER ── */
.header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: #fff;
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(13,18,69,.10); }
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-img {
  display: block;
  width: min(220px, 42vw);
  height: auto;
}
.logo-mark {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(13,18,69,.12);
}
.logo-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.logo-icon { width: 38px; height: 38px; flex-shrink: 0; }
.logo-icon svg { width: 100%; height: 100%; }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.1;
  display: block;
  text-shadow: 0 1px 0 var(--green), 0 2px 0 rgba(13,18,69,.14);
}
.logo-tag {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--navy);
  display: block;
  margin-top: -1px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.nav a {
  color: var(--text-2);
  font-size: 15.5px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: var(--r);
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nav a:hover { color: var(--navy); background: var(--bg); }
.header-ctas { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cta-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: 14.5px;
  font-weight: 700;
  padding: 8px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  transition: border-color .15s, background .15s;
  white-space: nowrap;
}
.cta-phone:hover { border-color: var(--navy); background: var(--bg); }
.cta-refill {
  background: var(--red);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--r);
  transition: background .15s, transform .15s;
  box-shadow: 0 4px 14px rgba(204,0,0,.22);
  white-space: nowrap;
}
.cta-refill:hover { background: var(--red-2); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; }

/* ── HERO ── */
.hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,10,42,.80) 0%, rgba(13,18,69,.54) 38%, rgba(13,18,69,.18) 72%, rgba(13,18,69,.10) 100%),
    linear-gradient(0deg, rgba(7,10,42,.42) 0%, rgba(7,10,42,.03) 46%),
    radial-gradient(ellipse 60% 80% at 88% 20%, rgba(245,160,0,.14) 0%, transparent 62%);
  pointer-events: none;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(13,18,69,.46), transparent);
  pointer-events: none;
  z-index: 1;
}
.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #080b2e;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: hidden;
  animation: heroFade 50s linear infinite;
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,10,42,.72) 0%, rgba(13,18,69,.30) 50%, rgba(13,18,69,.08) 100%),
    linear-gradient(to top, rgba(7,10,42,.55) 0%, transparent 52%);
  pointer-events: none;
  z-index: 2;
}
.hero-slide:nth-child(1) { animation-delay: 0s; }
.hero-slide:nth-child(2) { animation-delay: 5s; }
.hero-slide:nth-child(3) { animation-delay: 10s; }
.hero-slide:nth-child(4) { animation-delay: 15s; }
.hero-slide:nth-child(5) { animation-delay: 20s; }
.hero-slide:nth-child(6) { animation-delay: 25s; }
.hero-slide:nth-child(7) { animation-delay: 30s; }
.hero-slide:nth-child(8) { animation-delay: 35s; }
.hero-slide:nth-child(9) { animation-delay: 40s; }
.hero-slide:nth-child(10) { animation-delay: 45s; }
.hero-slide-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.12) brightness(.88) contrast(1.04);
  transform-origin: center center;
  animation: heroImageDrift 16s ease-in-out infinite;
}
.hero-slide-photo {
  display: none;
}
@keyframes heroFade {
  0%         { opacity: 0; }
  5%, 16%    { opacity: 1; }
  22%, 100%  { opacity: 0; }
}
@keyframes heroImageDrift {
  0%   { transform: scale(1.00) translate3d(0,    0,    0); }
  50%  { transform: scale(1.07) translate3d(-1.2%, -.6%, 0); }
  100% { transform: scale(1.00) translate3d(0,    0,    0); }
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 92px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 2;
  min-width: 0;
}
.hero-left {
  max-width: 720px;
  padding-top: 112px;
  min-width: 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 100px;
  padding: 7px 15px;
  font-size: 13.5px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: 24px;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  line-height: 1.35;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
}
.badge-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--gold);
  animation: blink 2.5s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 5.9vw, 82px);
  font-weight: 800;
  color: #fff;
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 24px;
  text-shadow: 0 4px 28px rgba(0,0,0,.42);
  max-width: 100%;
  overflow-wrap: normal;
}
.hero-title em {
  font-style: italic;
  color: var(--gold);
  display: block;
  text-shadow: 0 4px 28px rgba(0,0,0,.36);
}
.hero-desc {
  font-size: 20px;
  color: rgba(255,255,255,.88);
  line-height: 1.7;
  max-width: 650px;
  margin-bottom: 34px;
  text-shadow: 0 2px 18px rgba(0,0,0,.34);
  max-width: 100%;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 26px;
  border-radius: var(--r);
  transition: all .18s var(--ease);
  box-shadow: 0 4px 20px rgba(245,160,0,.30);
}
.btn-gold:hover { background: #FFB733; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(245,160,0,.38); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: var(--r);
  border: 1.5px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
  transition: all .18s var(--ease);
}
.btn-outline:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.35); transform: translateY(-2px); }

/* Hero trust row */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 650px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-lg);
  background: rgba(7,10,42,.28);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.trust-item { flex: 1; text-align: center; }
.trust-num {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.trust-label { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 3px; line-height: 1.4; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,.10); flex-shrink: 0; }

.dr-art-hero-card {
  justify-self: end;
  width: min(100%, 330px);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.40);
  border-radius: var(--r-xl);
  padding: 16px;
  color: var(--navy);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
  min-width: 0;
}
.dr-art-photo-frame {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 200 / 290;
  background: #0b102f;
  box-shadow: inset 0 0 0 1px rgba(13,18,69,.08);
}
.dr-art-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.dr-art-card-copy {
  padding: 16px 4px 2px;
  min-width: 0;
}
.dr-art-kicker {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 5px;
}
.dr-art-card-copy h2 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--navy);
  margin-bottom: 9px;
  overflow-wrap: anywhere;
}
.dr-art-card-copy p {
  font-size: 14.5px;
  color: var(--text-2);
  line-height: 1.55;
}

/* ── RX STRIP ── */
.rx-strip {
  background: #fff;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(13,18,69,.06);
}
.rx-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.rx-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid var(--border);
  cursor: pointer;
  transition: background .15s;
  position: relative;
  overflow: hidden;
}
.rx-tile:last-child { border-right: none; }
.rx-tile::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s var(--ease);
}
.rx-tile-red::after   { background: var(--red); }
.rx-tile-green::after { background: var(--green); }
.rx-tile-navy::after  { background: var(--navy); }
.rx-tile:hover { background: var(--bg); }
.rx-tile:hover::after { transform: scaleX(1); }
.rx-tile-icon {
  width: 48px; height: 48px;
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
  transition: transform .15s, box-shadow .15s;
}
.rx-tile:hover .rx-tile-icon { transform: translateY(-2px); }
.rx-tile-red   .rx-tile-icon { background: linear-gradient(135deg,#a00,var(--red)); box-shadow: 0 4px 16px rgba(204,0,0,.22); }
.rx-tile-green .rx-tile-icon { background: linear-gradient(135deg,var(--green),var(--green-2)); box-shadow: 0 4px 16px rgba(27,107,58,.22); }
.rx-tile-navy  .rx-tile-icon { background: linear-gradient(135deg,var(--navy),var(--navy-mid)); box-shadow: 0 4px 16px rgba(13,18,69,.18); }
.rx-tile .rx-tile-art {
  width: 86px;
  height: 62px;
  padding: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 4px 16px rgba(13,18,69,.12);
}
.rx-tile .rx-tile-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rx-tile:hover .rx-tile-red   .rx-tile-icon { box-shadow: 0 8px 24px rgba(204,0,0,.30); }
.rx-tile:hover .rx-tile-green .rx-tile-icon { box-shadow: 0 8px 24px rgba(27,107,58,.30); }
.rx-tile:hover .rx-tile-navy  .rx-tile-icon { box-shadow: 0 8px 24px rgba(13,18,69,.25); }
.rx-tile-title { font-size: 17px; font-weight: 700; color: var(--navy); }
.rx-tile-sub   { font-size: 14px; color: var(--text-3); margin-top: 2px; }
.rx-arrow { margin-left: auto; color: var(--border); flex-shrink: 0; transition: transform .15s, color .15s; }
.rx-tile:hover .rx-arrow { transform: translateX(4px); color: var(--text-3); }

/* ── INTRO VIDEO / PHOTO MONTAGE ── */
.legacy-video-sec {
  background:
    linear-gradient(180deg, #fff 0%, #f8f6f2 100%),
    radial-gradient(ellipse 50% 60% at 12% 20%, rgba(245,160,0,.10), transparent 58%);
  border-bottom: 1px solid var(--border);
  padding: 76px 24px;
}
.legacy-video-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 48px;
  align-items: center;
}
.legacy-video-copy p {
  font-size: 17px;
  line-height: 1.72;
  color: var(--text-2);
  max-width: 560px;
  margin-top: 14px;
}
.legacy-wordmark {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.legacy-wordmark span {
  border: 1px solid rgba(13,18,69,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 7px 12px;
  box-shadow: 0 6px 16px rgba(13,18,69,.05);
}
.intro-video-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  aspect-ratio: 16 / 9;
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(13,18,69,.18);
  border: 1px solid rgba(13,18,69,.10);
}
.intro-video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.intro-video-shell.has-video .intro-video { display: block; }
.intro-video-shell.has-video .photo-montage { display: none; }
.photo-montage {
  position: absolute;
  inset: 0;
  background: var(--navy);
}
.montage-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: montageFade 20s ease-in-out infinite;
}
.montage-slide:nth-child(1) { animation-delay: 0s; }
.montage-slide:nth-child(2) { animation-delay: 4s; }
.montage-slide:nth-child(3) { animation-delay: 8s; }
.montage-slide:nth-child(4) { animation-delay: 12s; }
.montage-slide:nth-child(5) { animation-delay: 16s; }
.montage-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,10,42,.68) 0%, rgba(7,10,42,.18) 62%),
    linear-gradient(0deg, rgba(7,10,42,.72) 0%, rgba(7,10,42,.08) 54%);
}
.montage-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transform: scale(1.05);
  animation: montageZoom 20s ease-in-out infinite;
}
.montage-slide:nth-child(2) img { object-position: center center; }
.montage-slide:nth-child(5) img { object-position: 58% center; }
.montage-slide figcaption {
  position: absolute;
  left: clamp(20px, 4vw, 42px);
  bottom: clamp(20px, 4vw, 38px);
  z-index: 1;
  max-width: min(540px, calc(100% - 40px));
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 4px 24px rgba(0,0,0,.42);
}
@keyframes montageFade {
  0%, 16% { opacity: 1; }
  23%, 100% { opacity: 0; }
}
@keyframes montageZoom {
  0% { transform: scale(1.05) translate3d(0,0,0); }
  50% { transform: scale(1.12) translate3d(-1.2%, -.8%, 0); }
  100% { transform: scale(1.05) translate3d(0,0,0); }
}

/* ── BODY WRAP ── */
.body-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 40px;
  align-items: start;
}

/* ── SIDEBAR ── */
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 88px; }
.s-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(13,18,69,.06);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), box-shadow .2s;
}
.s-card.in { opacity: 1; transform: translateY(0); }
.s-card:hover { box-shadow: 0 8px 32px rgba(13,18,69,.10); }
.s-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: var(--navy);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.s-card-body { padding: 16px; }
.info-row { padding: 9px 0; border-bottom: 1px solid var(--bg-2); }
.info-row:last-of-type { border-bottom: none; }
.info-label { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 3px; }
.info-val { font-size: 15px; font-weight: 500; color: var(--text); line-height: 1.45; }
.info-link { color: var(--navy-mid); transition: color .15s; }
.info-link:hover { color: var(--gold-dk); }
.s-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  background: var(--navy);
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  border-radius: var(--r);
  margin-top: 14px;
  transition: background .15s, transform .15s;
  letter-spacing: .03em;
}
.s-btn:hover { background: var(--navy-mid); transform: translateY(-1px); }

/* Hours table */
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table td { font-size: 15px; padding: 7px 0; border-bottom: 1px solid var(--bg-2); }
.hours-table td:last-child { text-align: right; font-weight: 700; }
.h-open td:last-child { color: var(--green); }
.h-closed td { color: var(--text-3); }
.h-closed td:last-child { color: var(--text-3); font-weight: 400; }
.h-break td { font-size: 12.5px; color: var(--text-3); font-style: italic; padding: 0 0 4px; border-bottom: none; }
.h-break td[colspan] { color: var(--text-3); }

/* Community list */
.comm-list { display: flex; flex-direction: column; }
.comm-list li {
  font-size: 15px;
  font-weight: 500;
  color: var(--text);
  padding: 7px 0;
  border-bottom: 1px solid var(--bg-2);
  display: flex;
  align-items: center;
  gap: 8px;
}
.comm-list li:last-child { border-bottom: none; }
.comm-list li::before { content:''; width:5px; height:5px; background:var(--gold); border-radius:50%; flex-shrink:0; }

/* ── CONTENT ── */
.content { display: flex; flex-direction: column; gap: 44px; }

/* Section labels */
.sec-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sec-label::before { content:''; width:20px; height:2px; background:var(--gold); border-radius:2px; flex-shrink:0; }
.sec-label-light { color: rgba(245,160,0,.80); }
.sec-label-light::before { background: rgba(245,160,0,.60); }
.sec-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -.01em;
  margin-bottom: 4px;
}
.sec-sub { font-size: 15px; color: var(--text-3); font-style: italic; margin-bottom: 20px; }

/* Welcome text */
.welcome-text { display: flex; flex-direction: column; gap: 13px; }
.welcome-text p { font-size: 17px; color: var(--text-2); line-height: 1.72; }
.welcome-text strong { color: var(--navy); font-weight: 700; }

/* Retail asset placement */
.retail-showcase {
  display: grid;
  grid-template-columns: minmax(190px, .9fr) 1.1fr;
  gap: 22px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(13,18,69,.07);
}
.retail-showcase-image {
  min-height: 260px;
  background: var(--bg-2);
}
.retail-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.retail-showcase-copy {
  padding: 28px 28px 28px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.retail-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 10px;
}
.retail-showcase-copy h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 12px;
}
.retail-showcase-copy p {
  font-size: 15.5px;
  color: var(--text-2);
  line-height: 1.7;
}

/* Delivery bar */
.delivery-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(110deg, #0e2e1a 0%, #1B6B3A 100%);
  border-radius: var(--r-xl);
  padding: 22px 26px;
  box-shadow: 0 6px 28px rgba(27,107,58,.18);
}
.delivery-bar-left { display: flex; align-items: center; gap: 16px; flex: 1; }
.delivery-bar-icon {
  width: 48px; height: 48px;
  background: rgba(255,255,255,.12);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.delivery-bar-title { font-size: 19px; font-weight: 800; color: #fff; }
.delivery-bar-sub { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 3px; line-height: 1.5; }
.delivery-tag { background: var(--gold); color: var(--navy); font-size: 13px; font-weight: 900; letter-spacing: .12em; padding: 5px 12px; border-radius: 100px; flex-shrink: 0; }

/* Services grid */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  box-shadow: 0 1px 6px rgba(13,18,69,.05);
  transition: all .22s var(--ease);
  opacity: 0;
  transform: translateY(12px);
}
.svc-card.in { opacity: 1; transform: translateY(0); }
.svc-card:hover { border-color: rgba(13,18,69,.15); box-shadow: 0 8px 28px rgba(13,18,69,.10); transform: translateY(-3px); }
.svc-icon {
  width: 44px; height: 44px;
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
  transition: transform .15s, box-shadow .15s;
}
.svc-card:hover .svc-icon { transform: translateY(-2px); }
.svc-navy  { background: linear-gradient(135deg,var(--navy),var(--navy-mid)); box-shadow: 0 3px 12px rgba(13,18,69,.18); }
.svc-gold  { background: linear-gradient(135deg,#b07000,var(--gold)); box-shadow: 0 3px 12px rgba(245,160,0,.22); }
.svc-red   { background: linear-gradient(135deg,#900,var(--red)); box-shadow: 0 3px 12px rgba(204,0,0,.18); }
.svc-green { background: linear-gradient(135deg,var(--green),var(--green-2)); box-shadow: 0 3px 12px rgba(27,107,58,.18); }
.svc-card:hover .svc-navy  { box-shadow: 0 6px 20px rgba(13,18,69,.25); }
.svc-card:hover .svc-gold  { box-shadow: 0 6px 20px rgba(245,160,0,.30); }
.svc-card:hover .svc-red   { box-shadow: 0 6px 20px rgba(204,0,0,.25); }
.svc-card:hover .svc-green { box-shadow: 0 6px 20px rgba(27,107,58,.25); }
.svc-title { font-size: 16px; font-weight: 700; color: var(--navy); }
.svc-desc  { font-size: 14.5px; color: var(--text-2); line-height: 1.55; }

/* Stagger */
.svc-card:nth-child(1){transition-delay:.04s}
.svc-card:nth-child(2){transition-delay:.08s}
.svc-card:nth-child(3){transition-delay:.12s}
.svc-card:nth-child(4){transition-delay:.16s}
.svc-card:nth-child(5){transition-delay:.20s}
.svc-card:nth-child(6){transition-delay:.24s}
.svc-card:nth-child(7){transition-delay:.28s}
.svc-card:nth-child(8){transition-delay:.32s}

/* ── ABOUT SECTION ── */
.about-sec {
  background: var(--navy);
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}
.about-sec::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(245,160,0,.06) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}
.about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.about-img-frame {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 741 / 299;
  box-shadow: 0 24px 72px rgba(0,0,0,.40), 0 0 0 1px rgba(245,160,0,.12);
  position: relative;
}
.about-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-nameplate {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(245,160,0,.20);
  border-radius: var(--r-lg);
  padding: 14px 18px;
  margin-top: 16px;
  text-align: center;
}
.about-nameplate-name { font-size: 16px; font-weight: 700; color: var(--gold); }
.about-nameplate-title { font-size: 13.5px; color: rgba(255,255,255,.55); margin-top: 3px; }
.about-copy p { font-size: 17px; color: rgba(255,255,255,.68); line-height: 1.74; margin-bottom: 16px; }
.about-copy strong { color: #fff; font-weight: 700; }
.about-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.10;
  letter-spacing: -.02em;
  margin-bottom: 28px;
}
.gold-text { color: var(--gold); }
.about-stats { display: flex; gap: 32px; margin-top: 36px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.10); flex-wrap: wrap; }
.about-stat {
  opacity: 0; transform: translateY(12px);
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.about-stat.in { opacity: 1; transform: translateY(0); }
.about-stat:nth-child(2){transition-delay:.08s}
.about-stat:nth-child(3){transition-delay:.16s}
.astat-n { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--gold); line-height: 1; }
.astat-l { font-size: 13px; color: rgba(255,255,255,.45); margin-top: 4px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }

/* ── PODCAST ── */
.podcast-sec {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 80px 24px;
}
.podcast-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.podcast-title { font-style: italic; margin-bottom: 16px; }
.podcast-desc { font-size: 17px; color: var(--text-2); line-height: 1.72; margin-bottom: 10px; }
.podcast-credit { font-size: 14px; color: var(--text-3); font-style: italic; }
.podcast-list { display: flex; flex-direction: column; gap: 12px; }
.ep-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 16px 18px;
  box-shadow: 0 1px 6px rgba(13,18,69,.05);
  cursor: pointer;
  transition: all .18s var(--ease);
  opacity: 0;
  transform: translateX(14px);
}
.ep-card.in { opacity: 1; transform: translateX(0); }
.ep-card:nth-child(2){transition-delay:.08s}
.ep-card:nth-child(3){transition-delay:.16s}
.ep-card:hover { border-color: var(--navy); box-shadow: 0 6px 24px rgba(13,18,69,.09); transform: translateX(4px); }
.ep-play {
  width: 38px; height: 38px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  transition: transform .15s, background .15s;
}
.ep-card:hover .ep-play { background: var(--navy-mid); transform: scale(1.10); }
.ep-title { font-size: 16px; font-weight: 600; color: var(--navy); }
.ep-meta  { font-size: 13px; color: var(--text-3); margin-top: 2px; }

.community-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.community-photo {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 18px rgba(13,18,69,.07);
  background: #fff;
}
.community-photo img {
  width: 100%;
  aspect-ratio: 741 / 299;
  object-fit: cover;
}

/* ── REFERRALS ── */
.referral-sec {
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 72px 24px;
}
.referral-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
}
.referral-title { max-width: 640px; margin-bottom: 14px; }
.referral-desc {
  font-size: 17px;
  line-height: 1.72;
  color: var(--text-2);
  max-width: 680px;
}
.referral-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.referral-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: var(--r);
  font-size: 14.5px;
  font-weight: 800;
  transition: transform .15s, box-shadow .15s, background .15s;
}
.referral-btn-primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 6px 18px rgba(13,18,69,.16);
}
.referral-btn-secondary {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 6px 18px rgba(245,160,0,.20);
}
.referral-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(13,18,69,.18);
}
.referral-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.referral-point {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: var(--r);
  padding: 15px 16px;
  font-size: 15px;
  font-weight: 800;
  color: var(--navy);
}

/* ── FOOTER ── */
.footer { background: var(--navy); padding: 64px 24px 0; border-top: 3px solid var(--gold); }
.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-logo .logo-name-light { color: var(--gold); }
.footer-logo .logo-tag-light  { color: rgba(255,255,255,.40); }
.footer-logo .logo-mark {
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 14px rgba(0,0,0,.24);
}
.footer-logo-img {
  width: min(240px, 70vw);
  height: auto;
}
.footer-desc { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.72; margin-top: 16px; max-width: 300px; }
.footer-col-title { font-size: 12.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 15px; color: rgba(255,255,255,.48); transition: color .15s; }
.footer-links a:hover { color: var(--gold); }
.footer-info { display: flex; flex-direction: column; gap: 8px; }
.footer-info p { font-size: 15px; color: rgba(255,255,255,.48); line-height: 1.5; }
.footer-info a { color: var(--gold); transition: color .15s; }
.footer-info a:hover { color: #FFB733; }
.footer-info small { font-size: 13px; color: rgba(255,255,255,.28); }
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: rgba(255,255,255,.35);
  gap: 16px;
  flex-wrap: wrap;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,.25); transition: color .15s; }
.footer-legal a:hover { color: rgba(255,255,255,.55); }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns:1fr; gap:34px; }
  .hero-slide { padding: clamp(14px, 3vw, 32px); }
  .hero-slide::after { inset: clamp(14px, 3vw, 32px); border-radius: 20px; }
  .hero-slide-photo { width: min(calc(100% - clamp(28px, 6vw, 64px)), 900px); border-radius: 20px; }
  .hero-left { padding-top: 0; }
  .dr-art-hero-card { justify-self: start; width: min(100%, 620px); display: grid; grid-template-columns: 180px 1fr; gap: 18px; align-items: center; }
  .dr-art-card-copy { padding: 4px 2px; }
  .hero-right { display:none; }
  .legacy-video-inner { grid-template-columns:1fr; gap:32px; }
  .about-inner { grid-template-columns:1fr; gap:40px; }
  .about-img-frame { aspect-ratio:16/9; max-height:340px; }
  .podcast-inner { grid-template-columns:1fr; gap:36px; }
  .referral-inner { grid-template-columns:1fr; gap:32px; }
  .body-wrap { grid-template-columns:250px 1fr; }
}
@media(max-width:768px){
  .announce-bar { font-size:13px; }
  .announce-inner span:nth-child(3), .announce-inner span:nth-child(4) { display:none; }
  .nav { display:none; flex-direction:column; position:absolute; top:70px; left:0; right:0; background:#fff; padding:12px; border-bottom:1px solid var(--border); gap:2px; z-index:200; }
  .nav.open { display:flex; }
  .nav-toggle { display:flex; }
  .header-ctas .cta-phone { display:none; }
  .rx-strip-inner { grid-template-columns:1fr; }
  .rx-tile { border-right:none; border-bottom:1px solid var(--border); }
  .rx-tile:last-child { border-bottom:none; }
  .rx-tile .rx-tile-art { width:76px; height:55px; }
  .legacy-video-sec { padding:56px 16px; }
  .legacy-video-copy p { font-size:16px; }
  .intro-video-shell { border-radius: var(--r-lg); }
  .body-wrap { grid-template-columns:1fr; padding:32px 16px; gap:28px; }
  .sidebar { position:static; }
  .retail-showcase { grid-template-columns:1fr; gap:0; }
  .retail-showcase-image { min-height:220px; }
  .retail-showcase-copy { padding:24px; }
  .svc-grid { grid-template-columns:1fr; }
  .about-sec { padding:60px 16px; }
  .about-inner { grid-template-columns:1fr; }
  .referral-sec { padding:56px 16px; }
  .referral-points { grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .footer-top { grid-template-columns:1fr; gap:32px; }
  .footer-bottom { flex-direction:column; align-items:flex-start; gap:8px; }
  .hero-inner { padding:64px 16px 58px; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(7,10,42,.18) 0%, rgba(7,10,42,.68) 30%, rgba(7,10,42,.84) 100%),
      linear-gradient(90deg, rgba(7,10,42,.72) 0%, rgba(13,18,69,.42) 100%);
  }
  .hero-badge { font-size:12.5px; padding:7px 12px; }
  .hero-title { font-size: clamp(38px, 11vw, 50px); line-height: 1.06; }
  .hero-desc { font-size:17px; }
  .hero-btns { flex-direction:column; align-items:stretch; max-width:360px; }
  .btn-gold, .btn-outline { width:100%; justify-content:center; text-align:center; }
  .hero-trust { flex-direction:column; gap:12px; align-items:stretch; }
  .trust-divider { width:100%; height:1px; }
  .dr-art-hero-card { grid-template-columns:120px 1fr; border-radius: var(--r-lg); padding:12px; }
  .dr-art-card-copy h2 { font-size:22px; }
  .dr-art-card-copy p { font-size:13.5px; }
}
@media(max-width:480px){
  .header-inner { padding: 0 14px; gap: 12px; }
  .logo { gap: 8px; }
  .logo-mark { width: 40px; height: 40px; }
  .logo-name { font-size: 22px; }
  .logo-tag { font-size: 10.5px; }
  .cta-refill { padding: 8px 12px; font-size: 13px; }
  .nav-toggle { margin-left: 0; }
  .hero-title { font-size:36px; }
  .dr-art-hero-card { grid-template-columns:112px 1fr; }
  .dr-art-photo-frame { aspect-ratio: 200 / 290; }
  .montage-slide figcaption { font-size: 25px; }
  .legacy-wordmark span { font-size: 11px; }
  .delivery-bar { flex-direction:column; text-align:center; }
  .delivery-bar-left { flex-direction:column; text-align:center; }
  .retail-showcase-image { min-height:190px; }
  .referral-actions { flex-direction:column; }
  .referral-btn { width:100%; }
  .referral-points { grid-template-columns:1fr; }
}
@media(max-width:380px){
  .header-ctas { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide img,
  .montage-slide,
  .montage-slide img,
  .badge-dot {
    animation: none;
  }
  .hero-slide:first-child,
  .montage-slide:first-child {
    opacity: 1;
  }
}

/* ================================================
   CONTACT SECTION
   ================================================ */
.contact-sec {
  background: #f8f6f2;
  padding: 72px 0;
  border-top: 3px solid var(--gold);
}

.contact-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: start;
}

/* Left panel */
.contact-info-panel {
  background: var(--navy);
  border-radius: 16px;
  padding: 36px 28px;
  color: #fff;
  position: sticky;
  top: 88px;
}

.contact-info-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.contact-logo-img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 14px rgba(0,0,0,.20);
}

.contact-brand-name {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
}

.contact-brand-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}

.contact-info-rows {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.cinfo-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.85);
}

.cinfo-row svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--gold);
  fill: var(--gold);
}

.cinfo-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--gold);
  margin-bottom: 3px;
}

.cinfo-val {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

.cinfo-break {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.cinfo-link {
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  transition: color 0.15s;
}
.cinfo-link:hover { color: var(--gold); }

.cinfo-services {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cinfo-svc-item {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 8px;
}

.cinfo-svc-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.cinfo-payments {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 16px;
  margin-top: 4px;
}
.cinfo-pay-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 8px;
}
.cinfo-pay-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cinfo-pay-items span {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

/* Right form panel */
.contact-form-panel {
  background: #fff;
  border-radius: 16px;
  padding: 40px 40px;
  box-shadow: 0 4px 24px rgba(13,18,69,0.07);
  border: 1px solid rgba(13,18,69,0.08);
}

.contact-form-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.contact-form-sub {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}

.contact-form-intro {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 8px;
}

.contact-form-req {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.req-star {
  color: #c0192e;
  font-weight: 700;
}

/* Form fields */
.cf-group {
  margin-bottom: 18px;
}

.cf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0;
}

.cf-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
  margin-bottom: 7px;
}

.cf-input,
.cf-textarea {
  width: 100%;
  padding: 12px 14px;
  background: #f8f6f2;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #1a1a1a;
  font-family: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.cf-input:focus,
.cf-textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,18,69,0.08);
  background: #fff;
}

.cf-input::placeholder,
.cf-textarea::placeholder { color: #aaa; }

.cf-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

/* Consent */
.cf-consent {
  margin: 20px 0 24px;
  padding: 14px 16px;
  background: #f8f6f2;
  border-radius: 8px;
  border: 1px solid #e8e4dc;
}

.cf-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.cf-consent-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--navy);
  cursor: pointer;
}

.cf-consent-label a {
  color: var(--navy);
  text-decoration: underline;
}

/* Submit button */
.cf-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 28px;
  background: var(--red);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.15s, transform 0.1s, box-shadow 0.15s;
  box-shadow: 0 4px 16px rgba(180,14,30,0.22);
}

.cf-submit:hover {
  background: #9b0c1a;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(180,14,30,0.3);
}

.cf-submit:active { transform: translateY(0); }

/* Success message */
.cf-success {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #e8f5ee;
  border: 1px solid #a8dab5;
  border-radius: 8px;
  color: #1a7a3a;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-info-panel {
    position: static;
  }
}

@media (max-width: 600px) {
  .cf-row { grid-template-columns: 1fr; }
  .contact-form-panel { padding: 28px 20px; }
}

/* ============================================================
   INNER PAGES — shared page hero + content layouts
   ============================================================ */

.page-hero {
  background: var(--navy);
  padding: 100px 24px 64px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 80% 40%, rgba(245,160,0,.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(204,0,0,.05) 0%, transparent 55%);
  pointer-events: none;
}
.page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin-bottom: 20px;
}
.breadcrumb a { color: rgba(255,255,255,.6); transition: color .15s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { font-size: 10px; opacity: .5; }
.page-hero-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 18px;
}
.page-hero-desc {
  font-size: 18px;
  color: rgba(255,255,255,.75);
  max-width: 620px;
  line-height: 1.7;
}
.page-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* Page content wrapper */
.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
}
.page-content-wide {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px;
}

/* Section headings (inner pages) */
.ip-section { margin-bottom: 64px; }
.ip-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 10px;
}
.ip-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 16px;
}
.ip-lead {
  font-size: 18px;
  color: var(--text-2);
  line-height: 1.75;
  max-width: 740px;
  margin-bottom: 32px;
}
.ip-body {
  font-size: 16px;
  color: var(--text-2);
  line-height: 1.8;
  max-width: 780px;
}
.ip-body p { margin-bottom: 16px; }
.ip-body strong { color: var(--navy); }

/* Product cards grid */
.prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.prod-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: box-shadow .2s, transform .2s;
}
.prod-card:hover { box-shadow: 0 8px 32px rgba(13,18,69,.10); transform: translateY(-3px); }
.prod-card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
}
.pci-navy { background: var(--navy); }
.pci-gold { background: var(--gold); color: var(--navy) !important; }
.pci-red  { background: var(--red); }
.pci-green{ background: var(--green); }
.prod-card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
}
.prod-card-desc {
  font-size: 14.5px;
  color: var(--text-3);
  line-height: 1.65;
}
.prod-card-tag {
  display: inline-block;
  margin-top: 12px;
  background: rgba(245,160,0,.12);
  color: var(--gold-dk);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: .03em;
}

/* DME list */
.dme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.dme-item {
  background: var(--bg);
  border-radius: var(--r);
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border: 1px solid var(--border);
}
.dme-item-icon {
  width: 36px; height: 36px;
  background: var(--navy);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.dme-item-text { font-size: 15px; font-weight: 600; color: var(--navy); line-height: 1.4; }
.dme-item-sub  { font-size: 13px; color: var(--text-3); margin-top: 2px; }

/* Insurance badge */
.insurance-strip {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 28px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ins-badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.ins-note { font-size: 14px; color: rgba(255,255,255,.65); flex: 1; min-width: 200px; }

/* Benefit card section */
.benefit-card-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: var(--r-xl);
  padding: 48px 40px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.benefit-card-hero::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(245,160,0,.07);
}
.benefit-card-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  margin-bottom: 12px;
}
.benefit-card-hero-desc { font-size: 16px; color: rgba(255,255,255,.78); line-height: 1.7; max-width: 520px; }
.benefit-card-visual {
  background: rgba(255,255,255,.08);
  border: 2px solid rgba(245,160,0,.4);
  border-radius: 16px;
  padding: 20px 28px;
  text-align: center;
  flex-shrink: 0;
}
.benefit-card-amount { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: var(--gold); }
.benefit-card-sublabel { font-size: 13px; color: rgba(255,255,255,.6); margin-top: 4px; }

/* Benefits list */
.benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.benefit-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.benefit-item-icon {
  width: 40px; height: 40px;
  background: rgba(245,160,0,.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-dk);
  flex-shrink: 0;
}
.benefit-item-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.benefit-item-desc  { font-size: 13.5px; color: var(--text-3); line-height: 1.6; }

/* Utility bill list */
.utility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 24px;
}
.utility-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 8px;
}
.utility-item::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

/* Blog article cards */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.blog-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { box-shadow: 0 10px 40px rgba(13,18,69,.12); transform: translateY(-4px); }
.blog-card-header {
  background: var(--navy);
  padding: 28px 24px 20px;
  position: relative;
  overflow: hidden;
}
.blog-card-header::before {
  content: '';
  position: absolute;
  right: -30px; bottom: -30px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: rgba(245,160,0,.09);
}
.blog-card-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.blog-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.blog-card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card-excerpt { font-size: 14.5px; color: var(--text-3); line-height: 1.7; flex: 1; margin-bottom: 16px; }
.blog-card-meta { font-size: 12.5px; color: var(--text-3); }
.blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 12px;
  transition: color .15s;
}
.blog-card-link:hover { color: var(--red); }

/* Article full text */
.article-body { max-width: 740px; margin: 0 auto; }
.article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  margin: 36px 0 14px;
}
.article-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin: 24px 0 10px;
}
.article-body p { margin-bottom: 18px; color: var(--text-2); line-height: 1.8; font-size: 16.5px; }
.article-body ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 18px;
}
.article-body ul li { margin-bottom: 8px; color: var(--text-2); font-size: 16px; line-height: 1.7; }

/* Privacy page */
.privacy-section { margin-bottom: 40px; }
.privacy-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--border);
}
.privacy-section p { font-size: 15.5px; color: var(--text-2); line-height: 1.8; margin-bottom: 12px; }
.privacy-section ul {
  list-style: disc;
  padding-left: 22px;
  margin-bottom: 12px;
}
.privacy-section ul li { font-size: 15px; color: var(--text-2); margin-bottom: 6px; line-height: 1.7; }

/* Referral form */
.referral-form-wrap {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: 40px;
  max-width: 680px;
}
.rf-group { margin-bottom: 20px; }
.rf-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 6px;
}
.rf-input, .rf-textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-size: 15px;
  color: var(--navy);
  font-family: inherit;
  transition: border-color .15s;
  background: #fff;
}
.rf-input:focus, .rf-textarea:focus {
  outline: none;
  border-color: var(--navy);
}
.rf-textarea { resize: vertical; min-height: 100px; }
.rf-submit {
  background: var(--navy);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 32px;
  border: none;
  border-radius: var(--r);
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.rf-submit:hover { background: var(--navy-mid); transform: translateY(-1px); }

/* Two-column layout */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.two-col-wide {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 768px) {
  .two-col, .two-col-wide { grid-template-columns: 1fr; }
  .benefit-card-hero { grid-template-columns: 1fr; }
  .benefit-card-visual { display: none; }
}

/* Highlight box */
.highlight-box {
  background: var(--bg);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--r) var(--r) 0;
  padding: 20px 24px;
  margin: 24px 0;
}
.highlight-box-title { font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.highlight-box p { font-size: 15px; color: var(--text-2); margin: 0; line-height: 1.7; }

/* Page CTA band */
.page-cta-band {
  background: var(--navy);
  padding: 56px 24px;
  text-align: center;
}
.page-cta-band-inner { max-width: 600px; margin: 0 auto; }
.page-cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}
.page-cta-band p { font-size: 16px; color: rgba(255,255,255,.72); margin-bottom: 28px; line-height: 1.7; }
.page-cta-band-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* About page */
.timeline { margin: 32px 0; }
.tl-item {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  align-items: flex-start;
}
.tl-year {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--gold);
  min-width: 60px;
  flex-shrink: 0;
  line-height: 1.2;
}
.tl-line { width: 2px; background: var(--border); flex-shrink: 0; margin-top: 6px; align-self: stretch; }
.tl-body { padding-top: 2px; }
.tl-body strong { font-size: 16px; color: var(--navy); display: block; margin-bottom: 4px; }
.tl-body p { font-size: 15px; color: var(--text-2); line-height: 1.7; margin: 0; }

/* Stats strip */
.stats-strip {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
  margin: 48px 0;
}
.stat-item-n {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.stat-item-l { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 6px; line-height: 1.4; }
@media (max-width: 640px) {
  .stats-strip { grid-template-columns: 1fr 1fr; }
}

/* Active nav indicator for inner pages */
.nav a.active { color: var(--gold) !important; }

/* ============================================================
   REFILL REQUEST FORM
   ============================================================ */
.refill-form-wrap {
  background: #fff;
  border: 1.5px solid #e8eaf0;
  border-radius: 16px;
  padding: 40px 44px;
  margin-top: 36px;
  box-shadow: 0 4px 24px rgba(13,18,69,.06);
}
.refill-form-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.refill-form-icon {
  width: 48px;
  height: 48px;
  background: var(--navy);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}
.refill-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.refill-form-sub {
  font-size: 13.5px;
  color: var(--text-3);
  line-height: 1.55;
}
.refill-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.refill-form-grid .rfg-full { grid-column: span 2; }
.refill-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.refill-field label .req { color: var(--red); margin-left: 2px; }
.refill-field input,
.refill-field select,
.refill-field textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d4d8e8;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: var(--navy);
  background: #fafbfd;
  transition: border-color .2s, box-shadow .2s;
  box-sizing: border-box;
}
.refill-field input:focus,
.refill-field select:focus,
.refill-field textarea:focus {
  outline: none;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(13,18,69,.08);
  background: #fff;
}
.refill-field textarea { resize: vertical; min-height: 88px; }
.refill-form-consent {
  font-size: 12.5px;
  color: var(--text-3);
  line-height: 1.6;
  margin-top: 8px;
  padding: 12px 16px;
  background: #f5f6fa;
  border-radius: 8px;
}
.refill-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.refill-form-note {
  font-size: 12.5px;
  color: var(--text-3);
  line-height: 1.5;
}
.refill-success {
  display: none;
  align-items: center;
  gap: 12px;
  background: #edf7f0;
  border: 1.5px solid #b6ddc3;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 16px;
  font-size: 14px;
  color: #1a6637;
  font-weight: 600;
}
@media (max-width: 700px) {
  .refill-form-wrap { padding: 28px 20px; }
  .refill-form-grid { grid-template-columns: 1fr; }
  .refill-form-grid .rfg-full { grid-column: span 1; }
}

/* ============================================================
   FLOATING MUSIC PLAYER
   ============================================================ */
.fp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(13,18,69,.93);
  border: 1px solid rgba(245,160,0,.4);
  border-radius: 999px;
  padding: 10px 12px 10px 14px;
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 36px rgba(0,0,0,.36);
  transform: translateY(90px);
  opacity: 0;
  transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .5s ease;
  pointer-events: none;
}
.fp.fp-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.fp-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  white-space: nowrap;
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
}
.fp-eq {
  display: flex;
  align-items: flex-end;
  gap: 2.5px;
  height: 16px;
}
.fp-bar {
  width: 3px;
  background: #F5A000;
  border-radius: 2px;
  height: 4px;
}
.fp.fp-playing .fp-bar:nth-child(1) { animation: fpEq .75s ease-in-out infinite; }
.fp.fp-playing .fp-bar:nth-child(2) { animation: fpEq .75s ease-in-out infinite .18s; }
.fp.fp-playing .fp-bar:nth-child(3) { animation: fpEq .75s ease-in-out infinite .34s; }
.fp.fp-playing .fp-bar:nth-child(4) { animation: fpEq .75s ease-in-out infinite .50s; }
@keyframes fpEq {
  0%, 100% { height: 3px; }
  50%       { height: 15px; }
}
.fp-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: #F5A000;
  color: #0D1245;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .18s var(--ease);
  flex-shrink: 0;
}
.fp-btn:hover  { background: #ffc333; transform: scale(1.1); }
.fp-btn:active { transform: scale(.96); }
.fp-icons {
  position: relative;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-icon {
  position: absolute;
  transition: opacity .2s;
}
.fp-icon-play  { opacity: 1; }
.fp-icon-pause { opacity: 0; }
.fp.fp-playing .fp-icon-play  { opacity: 0; }
.fp.fp-playing .fp-icon-pause { opacity: 1; }
