:root {
  --regent-ink: #f7fbff;
  --regent-muted: #c7d8e8;
  --regent-deep: #03111f;
  --regent-navy: #082640;
  --regent-blue: #2f9ed8;
  --regent-blue-soft: #b8e9ff;
  --regent-gold: #d4af63;
  --regent-gold-dark: #9b7535;
  --regent-line: rgba(212, 175, 99, .32);
  --regent-glass: rgba(5, 22, 38, .82);
  --regent-panel: rgba(7, 31, 51, .9);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  min-height: 100vh;
  color: var(--regent-ink) !important;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  line-height: 1.6;
  background:
    radial-gradient(circle at 50% -8%, rgba(104, 204, 255, .32), transparent 34rem),
    linear-gradient(180deg, #061a2e 0%, #092f50 36%, #03111f 100%) !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 82%);
}

a {
  color: var(--regent-blue-soft) !important;
  text-decoration-color: rgba(212, 175, 99, .55);
  text-underline-offset: .18em;
}

a:hover,
a:focus {
  color: #ffffff !important;
  text-decoration-color: var(--regent-gold);
}

.regent-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: .7rem 1rem;
  color: #071522 !important;
  background: var(--regent-gold);
  border-radius: 4px;
  font-weight: 800;
}

.skip-link:focus {
  top: 1rem;
}

.regent-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(212, 175, 99, .28);
  background: rgba(3, 17, 31, .9);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .26);
}

.regent-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.regent-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  color: #fff !important;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.regent-brand span {
  color: var(--regent-gold);
  font-size: .72rem;
  font-weight: 800;
}

.regent-brand strong {
  font-size: clamp(1.04rem, 2vw, 1.38rem);
  line-height: 1.1;
}

.regent-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--regent-line);
  color: #fff;
  background: rgba(255,255,255,.08);
  border-radius: 4px;
  font-size: 1.4rem;
}

.regent-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.regent-nav-links a,
.regent-button,
.regent-page-content input[type="submit"],
.regent-page-content button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(212, 175, 99, .42);
  border-radius: 4px;
  color: #fff !important;
  background: rgba(255,255,255,.07);
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.regent-button.primary,
.regent-page-content input[type="submit"] {
  color: #071522 !important;
  background: linear-gradient(180deg, #f0d891, var(--regent-gold));
  border-color: rgba(255, 236, 176, .8);
}

.regent-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(360px, 52vw, 650px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid rgba(212, 175, 99, .24);
}

.regent-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(3,17,31,.92), rgba(5,31,55,.68), rgba(3,17,31,.2));
}

.regent-hero img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.regent-hero-content {
  max-width: 820px;
  padding: clamp(38px, 6vw, 74px) 0;
  text-align: left;
}

.regent-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--regent-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.regent-hero h1,
.regent-page-content h1,
.regent-page-content h2,
.regent-page-content h3,
.section h2,
.hero h1 {
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0;
}

.regent-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5.6vw, 5rem);
  line-height: 1.02;
}

.regent-hero p {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--regent-muted);
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
}

.regent-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.regent-page-content {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto;
  text-align: center;
  color: var(--regent-ink) !important;
}

.regent-page-content > div,
.regent-page-content center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.regent-page-content table {
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: var(--regent-ink) !important;
  background: var(--regent-panel) !important;
  border: 1px solid var(--regent-line) !important;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.regent-page-content td,
.regent-page-content th {
  color: var(--regent-ink) !important;
  background: rgba(7, 31, 51, .86) !important;
  border-color: rgba(212, 175, 99, .28) !important;
  vertical-align: middle;
}

.regent-page-content tr:first-child td {
  background: linear-gradient(180deg, rgba(11, 48, 78, .96), rgba(6, 25, 42, .96)) !important;
}

.regent-page-content font,
.regent-page-content span,
.regent-page-content p,
.regent-page-content b,
.regent-page-content strong,
.regent-page-content div {
  color: inherit !important;
}

.regent-page-content img {
  max-width: 100%;
  height: auto;
  border-color: rgba(212, 175, 99, .48) !important;
}

.regent-page-content table img {
  border-radius: 6px;
}

.regent-page-content .style8,
.regent-page-content .style20,
.regent-page-content .style21,
.regent-page-content .style22 {
  color: var(--regent-blue-soft) !important;
}

.regent-page-content .hero,
.hero {
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(3,17,31,.94), rgba(9,57,94,.78)),
    url("../images/luxury-cruises-rssc-cruise-regent-seven-seas-cruises-mariner-navigator-voyager.jpg") center/cover !important;
}

.regent-page-content .section,
.section {
  background: transparent !important;
}

.regent-page-content .ship-card,
.regent-page-content .panel,
.regent-page-content .notice,
.regent-page-content details,
.ship-card,
.panel,
.notice,
details {
  color: var(--regent-ink) !important;
  background: rgba(7, 31, 51, .9) !important;
  border: 1px solid var(--regent-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .24) !important;
}

.regent-contact-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto;
  padding: clamp(22px, 4vw, 34px);
  color: #fff;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(5, 27, 46, .96), rgba(8, 54, 86, .92)),
    radial-gradient(circle at 50% 0, rgba(47,158,216,.24), transparent 30rem);
  border: 1px solid var(--regent-line);
  border-radius: 8px;
}

.regent-contact-panel h2 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.regent-contact-panel p {
  max-width: 820px;
  margin: 0 auto 18px;
  color: var(--regent-muted);
}

.regent-footer {
  margin-top: 40px;
  padding: 28px 0 34px;
  color: var(--regent-muted);
  text-align: center;
  border-top: 1px solid rgba(212, 175, 99, .24);
  background: rgba(2, 12, 22, .82);
}

.regent-footer strong {
  color: #fff;
}

@media (max-width: 820px) {
  .regent-nav {
    min-height: 68px;
  }

  .regent-menu-button {
    display: inline-flex;
  }

  .regent-nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: rgba(3,17,31,.97);
    border: 1px solid var(--regent-line);
    border-radius: 8px;
  }

  .regent-nav-links.is-open {
    display: flex;
  }

  .regent-nav-links a,
  .regent-button {
    width: 100%;
  }

  .regent-hero-content {
    text-align: center;
  }

  .regent-cta-row {
    justify-content: center;
  }

  .regent-page-content {
    width: min(100% - 20px, 1180px);
    overflow-x: auto;
  }

  .regent-page-content table {
    min-width: min(560px, 100%);
  }

  .regent-page-content td,
  .regent-page-content th {
    padding: 6px !important;
    font-size: .95rem !important;
  }
}
