/* ============================================================
   REGENT WORLD CRUISES — Main Stylesheet
   Design: Gilded Maritime Classicism
   Fonts: Playfair Display · Cormorant Garamond · Montserrat
   Palette: Deep Navy #0a1628 · Antique Gold #c9a84c · Ivory #f8f4ed
   ============================================================ */

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: #0a1628;
  color: #f8f4ed;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: #f8f4ed;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.9rem); }
em { font-style: italic; color: #c9a84c; }
p { font-size: 1.1rem; line-height: 1.8; color: #d4c9b8; }
strong { color: #f8f4ed; font-weight: 600; }

/* ── LAYOUT ── */
.regent-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 768px) { .regent-container { padding: 0 1.25rem; } }
.regent-page-wrap { padding-top: 96px; }
.regent-section { padding: 6rem 0; }

/* ── DESIGN TOKENS ── */
:root {
  --navy:      #0a1628;
  --navy-mid:  #0f2040;
  --navy-light:#162a4a;
  --gold:      #c9a84c;
  --gold-light:#e8c97a;
  --gold-dark: #a07830;
  --ivory:     #f8f4ed;
  --ivory-dim: #d4c9b8;
  --ivory-muted: #9a8f7e;
  --border:    rgba(201,168,76,0.25);
  --border-light: rgba(201,168,76,0.12);
  --shadow:    0 20px 60px rgba(0,0,0,0.4);
  --shadow-sm: 0 4px 20px rgba(0,0,0,0.3);
  --ease-out:  cubic-bezier(0.23,1,0.32,1);
}

/* ── GOLD DIVIDER ── */
.gold-divider {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  margin: 1rem 0;
}
.gold-divider--center { margin: 1rem auto; }

/* ── SECTION LABELS ── */
.section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c9a84c;
}

/* ── SECTION HEADERS ── */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 4rem; }
.section-header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  max-width: 100%;
  margin-bottom: 3rem;
}
.section-title { margin: 0.75rem 0 1rem; }
.section-subtitle { color: #9a8f7e; font-size: 1.05rem; }
.view-all-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a84c;
  border-bottom: 1px solid rgba(201,168,76,0.4);
  padding-bottom: 2px;
  white-space: nowrap;
  transition: color 0.2s;
}
.view-all-link:hover { color: #e8c97a; }

/* ── BUTTONS ── */
.btn-luxury {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: transparent;
  border: 1px solid #c9a84c;
  color: #c9a84c;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s var(--ease-out), color 0.25s var(--ease-out), transform 0.15s;
  text-decoration: none;
}
.btn-luxury:hover { background: #c9a84c; color: #0a1628; }
.btn-luxury:active { transform: scale(0.97); }
.btn-luxury--full { width: 100%; text-align: center; }
.btn-outline {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background: transparent;
  border: 1px solid rgba(248,244,237,0.4);
  color: #f8f4ed;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, transform 0.15s;
  text-decoration: none;
}
.btn-outline:hover { border-color: #c9a84c; color: #c9a84c; }
.btn-outline:active { transform: scale(0.97); }

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
.regent-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
}

/* Utility bar */
.utility-bar {
  background: #060e1a;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0.45rem 0;
}
.utility-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-bar__left { display: flex; gap: 1.5rem; }
.utility-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #9a8f7e;
  transition: color 0.2s;
}
.utility-link:hover { color: #c9a84c; }
.utility-bar__right {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a84c;
}
@media (max-width: 768px) {
  .utility-bar__right { display: none; }
  .utility-bar__left { gap: 1rem; }
}

/* Main nav */
.main-nav {
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-gold-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5) 20%, rgba(201,168,76,0.5) 80%, transparent);
}

/* Logo */
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}
.nav-logo__regent {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f8f4ed;
  letter-spacing: 0.05em;
}
.nav-logo__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-top: 1px;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d4c9b8;
  padding: 0.5rem 0.85rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  text-decoration: none;
}
.nav-link:hover { color: #c9a84c; }
.nav-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a84c;
  border: 1px solid rgba(201,168,76,0.5);
  padding: 0.5rem 1.2rem;
  margin-left: 0.5rem;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.nav-btn:hover { background: #c9a84c; color: #0a1628; }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 260px;
  background: #0a1628;
  border: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  z-index: 100;
  padding: 0.5rem 0;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown__trigger[aria-expanded="true"] + .nav-dropdown__menu { display: block; }
.nav-dropdown__gold-bar { height: 1px; background: rgba(201,168,76,0.2); margin: 0.25rem 0; }
.nav-dropdown__item {
  display: block;
  padding: 0.65rem 1.25rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d4c9b8;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
}
.nav-dropdown__item:hover { color: #c9a84c; background: rgba(201,168,76,0.06); }

/* Mobile toggle */
.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  background: #f8f4ed;
  transition: transform 0.25s, opacity 0.25s;
}
@media (max-width: 900px) {
  .nav-mobile-toggle { display: flex; }
  .nav-links {
    display: none;
    position: fixed;
    top: 96px; left: 0; right: 0; bottom: 0;
    background: rgba(10,22,40,0.98);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    gap: 0.5rem;
    overflow-y: auto;
    z-index: 999;
  }
  .nav-links.is-open { display: flex; }
  .nav-link, .nav-btn { font-size: 0.9rem; padding: 0.75rem 0; }
  .nav-btn { border: none; padding-left: 0; margin-left: 0; }
  .nav-dropdown__menu {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    background: transparent;
    padding-left: 1rem;
  }
  .nav-dropdown__item { font-size: 0.8rem; padding: 0.5rem 0; }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 20s ease-out forwards;
}
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,22,40,0.3) 0%,
    rgba(10,22,40,0.55) 50%,
    rgba(10,22,40,0.85) 100%
  );
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 2rem;
  animation: fadeUp 1.2s var(--ease-out) 0.3s both;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero__title { margin: 0.75rem 0 1.25rem; }
.hero__subtitle { font-size: 1.15rem; color: #d4c9b8; max-width: 700px; margin: 0 auto 2.5rem; }
.hero__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  animation: fadeIn 1s 1.5s both;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.hero__scroll-hint span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
}
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.7), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }

/* ============================================================
   BRAND PILLARS
   ============================================================ */
.pillars {
  background: #060e1a;
  border-top: 1px solid rgba(201,168,76,0.2);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 2.5rem 0;
}
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.pillar {
  padding: 1.5rem 2rem;
  border-right: 1px solid rgba(201,168,76,0.15);
  text-align: center;
}
.pillar:last-child { border-right: none; }
.pillar__icon { font-size: 1.2rem; color: #c9a84c; margin-bottom: 0.75rem; }
.pillar__title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #f8f4ed;
  margin-bottom: 0.5rem;
}
.pillar__text { font-size: 0.85rem; color: #9a8f7e; line-height: 1.6; }
@media (max-width: 900px) {
  .pillars__grid { grid-template-columns: repeat(2, 1fr); }
  .pillar:nth-child(2) { border-right: none; }
  .pillar { border-bottom: 1px solid rgba(201,168,76,0.15); }
  .pillar:nth-last-child(-n+2) { border-bottom: none; }
}
@media (max-width: 480px) {
  .pillars__grid { grid-template-columns: 1fr; }
  .pillar { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.15); }
  .pillar:last-child { border-bottom: none; }
}

/* ============================================================
   FLEET GRID
   ============================================================ */
.fleet-section { background: #0a1628; }
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(201,168,76,0.15);
}
@media (max-width: 1024px) { .fleet-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .fleet-grid { grid-template-columns: 1fr; } }

.ship-card {
  background: #0a1628;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out);
}
.ship-card:hover { transform: translateY(-4px); }
.ship-card__image-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.ship-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.ship-card:hover .ship-card__image { transform: scale(1.05); }
.ship-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.85) 0%, transparent 60%);
}
.ship-card__badge {
  position: absolute;
  top: 1rem; right: 1rem;
  background: rgba(201,168,76,0.9);
  color: #0a1628;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.25rem 0.6rem;
}
.ship-card__body { padding: 1.5rem; }
.ship-card__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 0.4rem;
}
.ship-card__name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #f8f4ed;
  margin-bottom: 0.3rem;
}
.ship-card__tagline { font-size: 0.9rem; color: #9a8f7e; margin-bottom: 1rem; }
.ship-card__specs {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(201,168,76,0.15);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.ship-spec { display: flex; flex-direction: column; }
.ship-spec__val {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #c9a84c;
  line-height: 1;
}
.ship-spec__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a8f7e;
  margin-top: 0.2rem;
}
.ship-card__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a84c;
  transition: color 0.2s;
  text-decoration: none;
}
.ship-card__link:hover { color: #e8c97a; }

/* ============================================================
   ALL-INCLUSIVE SECTION
   ============================================================ */
.inclusive-section { background: #060e1a; }
.inclusive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
@media (max-width: 900px) { .inclusive-grid { grid-template-columns: 1fr; gap: 3rem; } }
.inclusive-text { color: #9a8f7e; margin-bottom: 1.5rem; }
.inclusive-list {
  list-style: none;
  margin-bottom: 2rem;
}
.inclusive-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  font-size: 1rem;
  color: #d4c9b8;
}
.inclusive-list li::before {
  content: '✦';
  color: #c9a84c;
  font-size: 0.6rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
}
.inclusive-image {
  position: relative;
  border: 1px solid rgba(201,168,76,0.2);
}
.inclusive-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.inclusive-image__badge {
  position: absolute;
  bottom: -1px; right: -1px;
  background: #c9a84c;
  color: #0a1628;
  padding: 1rem 1.5rem;
  text-align: center;
}
.inclusive-badge__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
}
.inclusive-badge__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

/* ============================================================
   BLOG PREVIEW
   ============================================================ */
.blog-preview-section { background: #0a1628; }
.blog-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(201,168,76,0.15);
}
@media (max-width: 900px) { .blog-preview-grid { grid-template-columns: 1fr; } }
.blog-preview-card { background: #0a1628; overflow: hidden; }
.blog-preview-card__image-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-preview-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.blog-preview-card:hover .blog-preview-card__image { transform: scale(1.04); }
.blog-preview-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.7), transparent);
}
.blog-preview-card__body { padding: 1.5rem; }
.blog-preview-card__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: #c9a84c;
  margin-bottom: 0.6rem;
}
.blog-preview-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: #f8f4ed;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.blog-preview-card__title a { color: inherit; text-decoration: none; }
.blog-preview-card__title a:hover { color: #c9a84c; }
.blog-preview-card__excerpt { font-size: 0.9rem; color: #9a8f7e; }
.no-posts-note { color: #9a8f7e; font-size: 1rem; }
.no-posts-note a { color: #c9a84c; }

/* ============================================================
   SEO CONTENT SECTION
   ============================================================ */
.seo-section { background: #060e1a; border-top: 1px solid rgba(201,168,76,0.15); }
.seo-content { max-width: 900px; margin: 0 auto; }
.seo-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  color: #f8f4ed;
  margin-bottom: 1.5rem;
}
.seo-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #c9a84c;
  margin: 2rem 0 0.75rem;
}
.seo-content p { color: #9a8f7e; margin-bottom: 1.25rem; }
.seo-content a { color: #c9a84c; }
.seo-content a:hover { text-decoration: underline; }
.seo-content ul { margin: 1rem 0 1.5rem 1.5rem; }
.seo-content ul li { color: #9a8f7e; margin-bottom: 0.5rem; list-style: disc; }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, #060e1a 0%, #0f2040 50%, #060e1a 100%);
  border-top: 1px solid rgba(201,168,76,0.3);
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding: 5rem 0;
}
.cta-banner__inner { text-align: center; }
.cta-banner__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #f8f4ed;
  margin: 0.75rem 0 1rem;
}
.cta-banner__text { color: #9a8f7e; max-width: 600px; margin: 0 auto 2.5rem; font-size: 1.05rem; }
.cta-banner__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.regent-page-hero {
  position: relative;
  height: 55vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.regent-page-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.regent-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,22,40,0.5), rgba(10,22,40,0.8));
}
.regent-page-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
}
.regent-page-hero__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin: 0.75rem 0 1rem;
}
.regent-page-hero__subtitle { color: #d4c9b8; max-width: 600px; margin: 0 auto; }

/* ============================================================
   BLOG LIST PAGE
   ============================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: rgba(201,168,76,0.15);
}
.blog-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card { background: #0a1628; overflow: hidden; }
.blog-card__image-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  display: block;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}
.blog-card:hover .blog-card__image { transform: scale(1.04); }
.blog-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.7), transparent);
}
.blog-card__body { padding: 1.5rem; }
.blog-card__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  color: #c9a84c;
  margin-bottom: 0.6rem;
}
.blog-card__sep { margin: 0 0.4rem; }
.blog-card__date, .blog-card__read { color: #c9a84c; }
.blog-card__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #f8f4ed;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.blog-card__title--sm { font-size: 1rem; }
.blog-card__title a { color: inherit; text-decoration: none; }
.blog-card__title a:hover { color: #c9a84c; }
.blog-card__excerpt { font-size: 0.9rem; color: #9a8f7e; margin-bottom: 1rem; }
.blog-card__read-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a84c;
  text-decoration: none;
}
.blog-card__read-more:hover { color: #e8c97a; }
.regent-pagination { margin-top: 4rem; text-align: center; }
.regent-pagination .nav-links { display: flex; gap: 0.5rem; justify-content: center; }
.regent-pagination .page-numbers {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(201,168,76,0.3);
  color: #9a8f7e;
  transition: all 0.2s;
}
.regent-pagination .page-numbers.current,
.regent-pagination .page-numbers:hover { background: #c9a84c; color: #0a1628; border-color: #c9a84c; }
.no-posts { text-align: center; padding: 4rem 0; color: #9a8f7e; }

/* ============================================================
   SINGLE ARTICLE
   ============================================================ */
.article-hero {
  position: relative;
  height: 65vh;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.article-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,22,40,0.2) 0%, rgba(10,22,40,0.85) 100%);
}
.article-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
  width: 100%;
}
.article-hero__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: rgba(201,168,76,0.8);
  margin-bottom: 0.75rem;
}
.meta-sep { margin: 0 0.5rem; }
.article-hero__cat {
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.4);
  padding: 0.15rem 0.5rem;
  color: #c9a84c;
}
.article-hero__title {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  max-width: 800px;
  margin-bottom: 1rem;
}
.article-hero__excerpt { color: #d4c9b8; max-width: 700px; font-size: 1.05rem; }

.article-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: start;
}
@media (max-width: 1100px) { .article-layout { grid-template-columns: 1fr; } }
.article-divider { margin-bottom: 2.5rem; }
.article-content { max-width: 100%; }
.article-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #f8f4ed;
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.article-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #c9a84c;
  margin: 2rem 0 0.75rem;
}
.article-content p { color: #9a8f7e; margin-bottom: 1.25rem; line-height: 1.85; }
.article-content ul { margin: 1rem 0 1.5rem 1.5rem; }
.article-content ul li { color: #9a8f7e; margin-bottom: 0.5rem; list-style: disc; }
.article-content strong { color: #d4c9b8; }
.article-content a { color: #c9a84c; }
.article-content a:hover { text-decoration: underline; }

/* Blog lead */
.blog-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #d4c9b8 !important;
  line-height: 1.9;
  font-style: italic;
  border-left: 3px solid #c9a84c;
  padding-left: 1.5rem;
  margin-bottom: 2rem !important;
}
.blog-list { margin: 1rem 0 1.5rem 0 !important; list-style: none !important; }
.blog-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  color: #9a8f7e !important;
  list-style: none !important;
  padding-left: 1.5rem;
  position: relative;
}
.blog-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #c9a84c;
  font-size: 0.5rem;
  top: 0.95rem;
}

/* Article tags */
.article-tags { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(201,168,76,0.15); }
.article-tags__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a8f7e;
  margin-bottom: 0.75rem;
}
.article-tags__list { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.article-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(201,168,76,0.3);
  color: #9a8f7e;
  transition: all 0.2s;
  text-decoration: none;
}
.article-tag:hover { border-color: #c9a84c; color: #c9a84c; }

/* Article navigation */
.article-nav {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.article-nav__link {
  flex: 1;
  padding: 1.25rem;
  border: 1px solid rgba(201,168,76,0.2);
  transition: border-color 0.2s;
  text-decoration: none;
}
.article-nav__link:hover { border-color: #c9a84c; }
.article-nav__link--next { text-align: right; }
.article-nav__dir {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 0.4rem;
}
.article-nav__title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: #d4c9b8;
}

/* Sidebar */
.article-sidebar { position: sticky; top: 110px; }
.sidebar-widget {
  padding: 1.75rem;
  border: 1px solid rgba(201,168,76,0.2);
  margin-bottom: 1.5rem;
  background: #060e1a;
}
.sidebar-widget--cta { background: linear-gradient(135deg, #060e1a, #0f2040); }
.sidebar-widget__icon { font-size: 1.5rem; color: #c9a84c; margin-bottom: 0.75rem; }
.sidebar-widget__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #f8f4ed;
  margin: 0.5rem 0 0.75rem;
}
.sidebar-widget__text { font-size: 0.9rem; color: #9a8f7e; margin-bottom: 1.25rem; }
.sidebar-contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #9a8f7e;
  margin-top: 0.75rem;
  text-decoration: none;
  transition: color 0.2s;
}
.sidebar-contact-link:hover { color: #c9a84c; }
.sidebar-posts { list-style: none; }
.sidebar-post { border-bottom: 1px solid rgba(201,168,76,0.1); }
.sidebar-post:last-child { border-bottom: none; }
.sidebar-post__link {
  display: block;
  padding: 0.75rem 0;
  text-decoration: none;
  transition: color 0.2s;
}
.sidebar-post__title {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: #d4c9b8;
  margin-bottom: 0.25rem;
  line-height: 1.35;
}
.sidebar-post__link:hover .sidebar-post__title { color: #c9a84c; }
.sidebar-post__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: #9a8f7e;
}
.sidebar-ship {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  text-decoration: none;
  transition: opacity 0.2s;
}
.sidebar-ship:last-child { border-bottom: none; }
.sidebar-ship:hover { opacity: 0.8; }
.sidebar-ship__img {
  width: 64px;
  height: 44px;
  object-fit: cover;
  flex-shrink: 0;
}
.sidebar-ship__name {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  color: #d4c9b8;
}
.sidebar-ship__meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  color: #9a8f7e;
  margin-top: 0.2rem;
}

/* Related section */
.related-section { background: #060e1a; border-top: 1px solid rgba(201,168,76,0.15); }

/* ============================================================
   SHIP HERO
   ============================================================ */
.ship-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.ship-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.ship-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,22,40,0.2) 0%, rgba(10,22,40,0.9) 100%);
}
.ship-hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 3.5rem;
  width: 100%;
}
.ship-hero__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin: 0.75rem 0 0.5rem;
}
.ship-hero__tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: #c9a84c;
  margin-bottom: 1.5rem;
}
.ship-hero__specs {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.ship-hero__spec { display: flex; flex-direction: column; }
.ship-hero__spec-val {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #f8f4ed;
  line-height: 1;
}
.ship-hero__spec-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9a8f7e;
  margin-top: 0.2rem;
}
.ship-hero__spec-sep { color: rgba(201,168,76,0.4); font-size: 1.5rem; }
.ship-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Ship overview */
.ship-overview { background: #0a1628; }
.ship-overview__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1024px) { .ship-overview__grid { grid-template-columns: 1fr; } }
.ship-overview__desc { color: #9a8f7e; margin-bottom: 2rem; font-size: 1.05rem; }
.ship-specs-table { border: 1px solid rgba(201,168,76,0.2); }
.ship-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(201,168,76,0.1);
}
.ship-spec-row:last-child { border-bottom: none; }
.ship-spec-key {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9a8f7e;
}
.ship-spec-val {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #f8f4ed;
}
.suites-list { list-style: none; }
.suites-list__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: #d4c9b8;
}
.suites-list__item:last-child { border-bottom: none; }
.suites-list__icon { color: #c9a84c; font-size: 0.55rem; flex-shrink: 0; }

/* Ship all-inclusive features */
.ship-inclusive { background: #060e1a; }
.inclusive-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
@media (max-width: 900px) { .inclusive-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .inclusive-features { grid-template-columns: 1fr; } }
.inclusive-feature {
  padding: 1.75rem;
  border: 1px solid rgba(201,168,76,0.15);
  transition: border-color 0.25s;
}
.inclusive-feature:hover { border-color: rgba(201,168,76,0.4); }
.inclusive-feature__icon { font-size: 1.2rem; color: #c9a84c; margin-bottom: 0.75rem; }
.inclusive-feature h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: #f8f4ed;
  margin-bottom: 0.5rem;
}
.inclusive-feature p { font-size: 0.9rem; color: #9a8f7e; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section { background: #0a1628; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-cards { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-card {
  padding: 2rem;
  border: 1px solid rgba(201,168,76,0.2);
  background: #060e1a;
  transition: border-color 0.25s;
}
.contact-card:hover { border-color: rgba(201,168,76,0.5); }
.contact-card__icon { color: #c9a84c; margin-bottom: 0.75rem; }
.contact-card__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a8f7e;
  margin-bottom: 0.3rem;
}
.contact-card__value {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #f8f4ed;
  margin-bottom: 0.75rem;
}
.contact-card__text { font-size: 0.9rem; color: #9a8f7e; margin-bottom: 1.25rem; }

/* Contact form */
.contact-form-wrap { background: #060e1a; padding: 2.5rem; border: 1px solid rgba(201,168,76,0.2); }
.contact-form__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: #f8f4ed;
  margin: 0.75rem 0 0.5rem;
}
.contact-form__intro { color: #9a8f7e; margin-bottom: 2rem; font-size: 0.95rem; }
.regent-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: flex; gap: 1.25rem; }
.form-row--2 > * { flex: 1; }
@media (max-width: 600px) { .form-row { flex-direction: column; } }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9a8f7e;
}
.form-input {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.25);
  color: #f8f4ed;
  padding: 0.85rem 1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.form-input:focus { border-color: #c9a84c; }
.form-input::placeholder { color: #9a8f7e; }
.form-select { appearance: none; cursor: pointer; }
.form-textarea { resize: vertical; min-height: 120px; }

/* Guarantee section */
.guarantee-section { background: #060e1a; }
.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 900px) { .guarantee-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .guarantee-grid { grid-template-columns: 1fr; } }
.guarantee-item { text-align: center; padding: 2rem 1.5rem; }
.guarantee-item__icon { font-size: 1.5rem; color: #c9a84c; margin-bottom: 1rem; }
.guarantee-item__title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #f8f4ed;
  margin-bottom: 0.75rem;
}
.guarantee-item__text { font-size: 0.9rem; color: #9a8f7e; }

/* ============================================================
   GENERIC PAGE CONTENT
   ============================================================ */
.page-content { max-width: 900px; margin: 0 auto; }
.page-content h2 { font-family: 'Playfair Display', serif; color: #f8f4ed; margin: 2rem 0 1rem; }
.page-content h3 { font-family: 'Playfair Display', serif; color: #c9a84c; margin: 1.5rem 0 0.75rem; }
.page-content p { color: #9a8f7e; margin-bottom: 1.25rem; }
.page-content ul { margin: 1rem 0 1.5rem 1.5rem; }
.page-content ul li { color: #9a8f7e; margin-bottom: 0.5rem; list-style: disc; }
.page-content a { color: #c9a84c; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: rgba(201,168,76,0.6); text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: #c9a84c; }
.breadcrumb span:last-child { color: rgba(248,244,237,0.5); }

/* ============================================================
   FOOTER
   ============================================================ */
.regent-footer {
  background: #060e1a;
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 5rem 0 0;
}
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logo { margin-bottom: 1rem; }
.footer-logo__regent {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #f8f4ed;
  letter-spacing: 0.05em;
}
.footer-logo__sub {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-top: 2px;
}
.footer-gold-line {
  height: 1px;
  background: linear-gradient(90deg, #c9a84c, transparent);
  margin: 1rem 0;
}
.footer-tagline {
  font-size: 0.9rem;
  color: #9a8f7e;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.footer-contact-items { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: #9a8f7e;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-item:hover { color: #c9a84c; }
.footer-col__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-links li a {
  font-size: 0.9rem;
  color: #9a8f7e;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'Cormorant Garamond', serif;
}
.footer-links li a:hover { color: #c9a84c; }
.footer-text { font-size: 0.9rem; color: #9a8f7e; margin-bottom: 1.5rem; }
.footer-cta-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(201,168,76,0.5);
  color: #c9a84c;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.footer-cta-btn:hover { background: #c9a84c; color: #0a1628; }
.footer-bottom { padding: 2rem 0; }
.footer-bottom__inner { text-align: center; }
.footer-copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  color: #9a8f7e;
  margin-bottom: 0.5rem;
}
.footer-disclaimer {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  color: rgba(154,143,126,0.6);
}

/* ============================================================
   WORDPRESS DEFAULT ELEMENTS
   ============================================================ */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: #9a8f7e; text-align: center; margin-top: 0.5rem; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 1.5rem auto; }
blockquote {
  border-left: 3px solid #c9a84c;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(201,168,76,0.05);
}
blockquote p { color: #d4c9b8; font-style: italic; }
pre {
  background: rgba(255,255,255,0.05);
  padding: 1.25rem;
  overflow-x: auto;
  border: 1px solid rgba(201,168,76,0.15);
  font-size: 0.9rem;
  color: #d4c9b8;
}
code { font-size: 0.9em; color: #c9a84c; }
table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
th {
  background: rgba(201,168,76,0.1);
  color: #c9a84c;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
td { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(201,168,76,0.1); color: #9a8f7e; font-size: 0.95rem; }
tr:last-child td { border-bottom: none; }

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #060e1a; }
::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(201,168,76,0.7); }

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
:focus-visible { outline: 2px solid #c9a84c; outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
