@font-face {
  font-family: "C059";
  src: url("../fonts/c059-roman.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "C059";
  src: url("../fonts/c059-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "C059";
  src: url("../fonts/c059-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans";
  src: url("../fonts/nimbus-sans-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Nimbus Sans";
  src: url("../fonts/nimbus-sans-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ocean: #062f3f;
  --navy: #082838;
  --lagoon: #10a6a4;
  --gold: #f6b82e;
  --coral: #e84622;
  --orange: #ff8a00;
  --sand: #f8f1e5;
  --sand-deep: #eee2cf;
  --porcelain: #fffdf8;
  --white: #ffffff;
  --muted: #4e6b73;
  --line: rgba(6, 47, 63, 0.16);
  --shadow-sm: 0 12px 34px rgba(6, 47, 63, 0.11);
  --shadow-lg: 0 30px 80px rgba(6, 47, 63, 0.18);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 42px;
  --container: min(1180px, calc(100vw - 48px));
  --serif: "C059", Georgia, serif;
  --sans: "Nimbus Sans", Arial, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ocean);
  background: var(--sand);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  color: var(--white);
  background: var(--coral);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.shell {
  width: var(--container);
  margin-inline: auto;
}

.site-utility {
  position: relative;
  z-index: 1001;
  color: rgba(255, 253, 248, 0.88);
  background: var(--ocean);
  font-size: 13px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-utility__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.site-utility a {
  color: var(--gold);
  font-weight: 700;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background:
    radial-gradient(circle at 13% 0, rgba(246, 184, 46, 0.13), transparent 28%),
    linear-gradient(110deg, #fffdf8 0%, #f8f1e5 68%, #fff9ef 100%);
  box-shadow: 0 8px 32px rgba(6, 47, 63, 0.07);
}

.site-header::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--lagoon) 0 45%, var(--gold) 63%, var(--coral) 82%, transparent 96%);
}

.site-header__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 230px;
  text-decoration: none;
}

.brand-lockup__mark {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  overflow: hidden;
  border: 1px solid rgba(6, 47, 63, 0.08);
  border-radius: 18px;
  background: #fbf7f0;
  box-shadow: 0 8px 22px rgba(6, 47, 63, 0.09);
}

.brand-lockup__mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-lockup__copy {
  display: grid;
  line-height: 1;
}

.brand-lockup__name {
  color: var(--ocean);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-lockup__tagline {
  margin-top: 7px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 12px 12px;
  border-radius: 999px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  background: rgba(16, 166, 164, 0.10);
}

.desktop-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 4px;
  left: 15px;
  height: 2px;
  border-radius: 2px;
  background: var(--coral);
}

.button,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 21px;
  border: 0;
  border-radius: 14px;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 11px 24px rgba(232, 70, 34, 0.22);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.header-cta:hover {
  background: #d83d1c;
  box-shadow: 0 15px 30px rgba(232, 70, 34, 0.28);
  transform: translateY(-2px);
}

.button--secondary {
  color: var(--ocean);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(6, 47, 63, 0.2);
  box-shadow: none;
}

.button--secondary:hover {
  color: var(--white);
  background: var(--ocean);
}

.button--gold {
  color: var(--ocean);
  background: var(--gold);
  box-shadow: 0 11px 24px rgba(246, 184, 46, 0.22);
}

.button--gold:hover {
  color: var(--ocean);
  background: #ffc63d;
}

.menu-trigger {
  display: none;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  color: var(--gold);
  background: var(--ocean);
  box-shadow: 0 10px 22px rgba(6, 47, 63, 0.18);
  cursor: pointer;
}

.menu-trigger__lines,
.menu-trigger__lines::before,
.menu-trigger__lines::after {
  width: 25px;
  height: 2px;
  display: block;
  margin: auto;
  border-radius: 2px;
  background: currentColor;
}

.menu-trigger__lines {
  position: relative;
}

.menu-trigger__lines::before,
.menu-trigger__lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-trigger__lines::before { top: -8px; }
.menu-trigger__lines::after { top: 8px; }

.drawer-backdrop {
  position: fixed;
  z-index: 1190;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 24, 34, 0.64);
  backdrop-filter: blur(5px);
  transition: opacity 260ms ease, visibility 260ms ease;
}

.mobile-drawer {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(460px, 92vw);
  padding: 26px;
  overflow-y: auto;
  color: var(--porcelain);
  background:
    radial-gradient(circle at 90% 18%, rgba(16, 166, 164, 0.22), transparent 32%),
    linear-gradient(160deg, #062f3f 0%, #052633 100%);
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.28);
  visibility: hidden;
  transform: translateX(104%);
  transition: transform 280ms cubic-bezier(.25,.8,.25,1), visibility 280ms ease;
}

.mobile-drawer::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 350px;
  height: 350px;
  opacity: 0.06;
  background: url("../brand/travelbug-vacations-runtime.png") center / contain no-repeat;
  pointer-events: none;
}

.drawer-backdrop.is-open {
  visibility: visible;
  opacity: 1;
}

.mobile-drawer.is-open {
  visibility: visible;
  transform: translateX(0);
}

.mobile-drawer__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.mobile-drawer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 300px;
  padding: 10px 14px 10px 10px;
  border-radius: 20px;
  color: var(--ocean);
  background: var(--sand);
  text-decoration: none;
}

.mobile-drawer__brand img {
  width: 58px;
  height: 58px;
  border-radius: 13px;
}

.mobile-drawer__brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.05;
}

.mobile-drawer__brand small {
  display: block;
  margin-top: 5px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.drawer-close {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--ocean);
  background: var(--porcelain);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.drawer-close span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

.mobile-nav {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 48px;
}

.mobile-nav a {
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding: 15px 2px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.13);
  color: var(--porcelain);
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.15;
  text-decoration: none;
}

.mobile-nav a span {
  color: var(--lagoon);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mobile-nav a[aria-current="page"] {
  color: var(--gold);
}

.mobile-drawer__cta {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 30px;
}

.mobile-drawer__utility {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 248, 0.15);
  color: rgba(255, 253, 248, 0.78);
  font-size: 14px;
}

.mobile-drawer__utility p {
  margin: 7px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold));
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ocean);
  font-family: var(--serif);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3.65rem, 6.4vw, 6.65rem);
}

h2 {
  font-size: clamp(2.75rem, 5.1vw, 5.25rem);
}

h3 {
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  line-height: 1.05;
}

p {
  margin: 0 0 1.2em;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.12rem, 1.7vw, 1.36rem);
  line-height: 1.56;
}

.hero {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 90% 12%, rgba(246, 184, 46, 0.20), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f8f1e5 62%, #f2e6d4 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 70px;
  left: -130px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(16, 166, 164, 0.18);
  border-radius: 50%;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: clamp(42px, 6vw, 90px);
  min-height: 730px;
  padding-block: clamp(70px, 8vw, 118px);
  align-items: center;
}

.hero__copy {
  position: relative;
}

.hero__copy h1 {
  max-width: 820px;
}

/*
 * The Home headline is intentionally longer than the inner-page titles.
 * Keep its editorial scale without letting it dominate the two-column hero.
 */
.tvv-main--front-page .hero:not(.page-hero) .hero__copy h1 {
  max-width: 700px;
  font-size: clamp(3.25rem, 4.15vw, 4.4rem);
  line-height: 0.98;
  text-wrap: balance;
  hyphens: none;
}

.tvv-main--front-page .hero:not(.page-hero) .hero__inner {
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  gap: clamp(36px, 4vw, 58px);
  padding-block: clamp(58px, 6vw, 86px);
}

.tvv-main--front-page .hero:not(.page-hero) .hero-photo {
  height: clamp(520px, 45vw, 590px);
  min-height: 0;
}

.hero__copy .lead {
  margin-top: 30px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero__visual {
  position: relative;
  min-width: 0;
}

.hero-photo {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  border-radius: 40% 40% 25px 25px;
  box-shadow: var(--shadow-lg);
}

.hero-label {
  position: absolute;
  right: -16px;
  bottom: 36px;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--ocean);
  background: var(--gold);
  box-shadow: var(--shadow-sm);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.logo-plaque {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: -74px;
  width: 205px;
  padding: 14px;
  border: 1px solid rgba(6, 47, 63, 0.10);
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.95);
  box-shadow: var(--shadow-sm);
  transform: rotate(-3deg);
}

.page-hero .hero__inner {
  gap: clamp(36px, 5vw, 70px);
  min-height: 520px;
  padding-block: clamp(56px, 6vw, 84px);
}

.page-hero h1 {
  font-size: clamp(3.1rem, 5.25vw, 5.55rem);
}

.page-hero .hero__copy .lead {
  margin-top: 22px;
}

.page-hero .hero-photo {
  min-height: 400px;
  border-radius: var(--radius-lg);
}

.page-hero--dark {
  color: var(--porcelain);
  background:
    radial-gradient(circle at 82% 8%, rgba(16, 166, 164, 0.26), transparent 28%),
    var(--ocean);
}

.page-hero--dark h1,
.page-hero--dark .lead {
  color: var(--porcelain);
}

.proof-strip {
  color: var(--porcelain);
  background: var(--ocean);
}

.proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  position: relative;
  padding: 28px 30px;
  border-right: 1px solid rgba(255, 253, 248, 0.15);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.section {
  position: relative;
  padding-block: clamp(86px, 10vw, 150px);
}

.section.section--closing {
  padding-block: clamp(58px, 7vw, 96px);
}

.section--porcelain {
  background: var(--porcelain);
}

.section--ocean {
  color: rgba(255, 253, 248, 0.84);
  background:
    radial-gradient(circle at 90% 5%, rgba(16, 166, 164, 0.18), transparent 30%),
    var(--ocean);
}

.section--ocean h2,
.section--ocean h3,
.section--ocean .lead {
  color: var(--porcelain);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.55fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 56px;
}

.section-heading--single {
  display: block;
  max-width: 850px;
}

.section-heading--single .lead {
  margin-top: 24px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.experience-card,
.info-card {
  position: relative;
  min-height: 325px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-sm);
}

.experience-card:nth-child(2) {
  transform: translateY(24px);
}

.experience-card__num {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 54px;
  place-items: center;
  border: 1px solid rgba(6, 47, 63, 0.25);
  border-radius: 50%;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.experience-card h3 {
  margin-bottom: 18px;
}

.experience-card p,
.info-card p {
  color: var(--muted);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.logo-wall--home {
  grid-template-columns: repeat(3, 1fr);
}

.resort-card {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 30px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(6, 47, 63, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,253,248,0.92));
  box-shadow: 0 10px 28px rgba(6, 47, 63, 0.08);
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resort-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lagoon), var(--gold), var(--coral));
}

.resort-card:hover {
  box-shadow: 0 20px 45px rgba(6, 47, 63, 0.14);
  transform: translateY(-5px);
}

.resort-card img {
  width: 100%;
  height: 84px;
  object-fit: contain;
}

.resort-card[data-brand="sandals"] img,
.resort-card[data-brand="beaches"] img,
.resort-card[data-brand="zilara"] img,
.resort-card[data-brand="xcaret"] img {
  height: 74px;
}

.resort-card[data-brand="sandals"],
.resort-card[data-brand="unico"] {
  background: var(--ocean);
  border-color: rgba(255, 253, 248, 0.20);
}

.resort-card[data-brand="sandals"] .resort-card__name,
.resort-card[data-brand="unico"] .resort-card__name {
  color: var(--porcelain);
}

.resort-card__name {
  color: var(--ocean);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.brand-signature {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  margin-top: 34px;
  padding: 25px 30px;
  align-items: center;
  border-radius: 24px;
  color: var(--porcelain);
  background: var(--ocean);
}

.brand-signature > br,
.photo-story > br {
  display: none;
}

.brand-signature__mark {
  display: grid;
  place-items: center;
}

.brand-signature__copy {
  min-width: 0;
}

.brand-signature img {
  width: 96px;
  height: 96px;
  border-radius: 22px;
}

.brand-signature strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 27px;
}

.brand-signature__copy p {
  margin: 0;
}

.photo-story {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.photo-story__media {
  min-width: 0;
  margin: 0;
}

.photo-story__image {
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.photo-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: var(--radius-lg);
  background: var(--ocean);
}

.photo-story__copy h2,
.photo-story__copy .lead {
  color: var(--porcelain);
}

.photo-story__copy .lead {
  margin-top: 26px;
}

.profiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.profile-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--porcelain);
  box-shadow: var(--shadow-sm);
}

.profile-card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.profile-card__body {
  padding: 36px;
}

.profile-card__role {
  display: block;
  margin: 10px 0 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 360px 320px;
  gap: 20px;
}

.journal-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.journal-card:first-child {
  grid-row: 1 / 3;
}

.journal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-card__tag {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ocean);
  background: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.comparison-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--porcelain);
}

.comparison-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 27px;
}

.comparison-card p {
  margin: 0;
  color: var(--muted);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 40px 34px;
  border-radius: 30px;
  color: var(--ocean);
  background: var(--gold);
  box-shadow: var(--shadow-sm);
}

.testimonial-card:nth-child(2) {
  color: var(--porcelain);
  background: var(--lagoon);
}

.testimonial-card:nth-child(3) {
  background: var(--porcelain);
  border: 1px solid var(--line);
}

.testimonial-card--short {
  justify-content: center;
}

.testimonial-card--short .testimonial-card__quote {
  font-size: clamp(1.9rem, 2.5vw, 2.35rem);
}

.testimonial-card--short .testimonial-card__name {
  margin-top: 32px;
}

.testimonial-card__quote {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.34;
}

.testimonial-card__name {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 90px);
  border-radius: var(--radius-lg);
  color: var(--porcelain);
  background:
    radial-gradient(circle at 90% 10%, rgba(246, 184, 46, 0.22), transparent 26%),
    var(--ocean);
}

.cta-panel h2 {
  max-width: 840px;
  color: var(--porcelain);
}

.cta-panel .lead {
  margin-top: 24px;
  color: rgba(255, 253, 248, 0.78);
}

.cta-panel .hero__actions {
  margin-top: 32px;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(480px, 1.38fr);
  gap: 44px;
  align-items: start;
}

.plan-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(480px, 1.38fr);
  gap: 44px;
  align-items: start;
}

.inquiry__intro {
  position: sticky;
  top: 145px;
}

.inquiry__contact {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.inquiry__contact h3 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.inquiry__contact a {
  display: block;
}

.form-trust {
  position: sticky;
  top: 145px;
  padding: 30px;
  border-radius: 28px;
  color: var(--porcelain);
  background: var(--ocean);
}

.form-trust__logo {
  width: 160px;
  margin-bottom: 28px;
  padding: 10px;
  border-radius: 20px;
  background: var(--sand);
}

.form-trust h3 {
  color: var(--porcelain);
}

.form-trust ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.form-trust li {
  position: relative;
  padding: 10px 0 10px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.form-trust li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.inquiry-form {
  padding: clamp(28px, 5vw, 55px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--porcelain);
  box-shadow: var(--shadow-sm);
}

.inquiry-form-host {
  min-width: 0;
}

.form-section + .form-section {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.form-section h3 {
  margin-bottom: 23px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.field legend {
  color: var(--ocean);
  font-size: 14px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 12px 15px;
  border: 1px solid rgba(6,47,63,0.25);
  border-radius: 12px;
  color: var(--ocean);
  background: var(--white);
}

.field textarea {
  min-height: 145px;
  resize: vertical;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 25px 0;
  font-size: 14px;
}

.checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  accent-color: var(--coral);
}

.legal-wrap {
  width: min(880px, calc(100vw - 48px));
  margin-inline: auto;
}

.legal-content {
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--porcelain);
}

.legal-content h2 {
  margin: 52px 0 18px;
  font-size: 36px;
  line-height: 1.05;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content li {
  margin-bottom: 12px;
}

.simple-page {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding-block: 90px;
  text-align: center;
}

.simple-page__logo {
  width: min(320px, 70vw);
  margin: 0 auto 32px;
  padding: 15px;
  border-radius: 36px;
  background: var(--porcelain);
  box-shadow: var(--shadow-sm);
}

.simple-page h1 {
  max-width: 920px;
  margin-inline: auto;
}

.simple-page .lead {
  margin: 28px auto 0;
}

.simple-page .hero__actions {
  justify-content: center;
}

.site-footer {
  padding: 74px 0 28px;
  color: rgba(255, 253, 248, 0.76);
  background: #042631;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr;
  gap: 60px;
}

.footer-brand {
  max-width: 460px;
}

.footer-logo-plaque {
  display: block;
  width: 190px;
  margin-bottom: 24px;
  padding: 10px;
  border-radius: 28px;
  background: var(--sand);
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: 20px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-footer nav {
  display: grid;
  gap: 10px;
}

.site-footer a {
  color: var(--porcelain);
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 253, 248, 0.13);
  font-size: 13px;
}

.site-footer__legal {
  display: flex;
  gap: 20px;
}

.fine-print {
  color: var(--muted);
  font-size: 14px;
}

.footer-powered-by {
  color: rgba(255, 253, 248, 0.62);
}

.mobile-drawer__intro {
  position: relative;
  z-index: 1;
  margin: 28px 0 -22px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 14px;
}

.noscript-navigation {
  display: none;
}

@media (max-width: 1120px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-trigger {
    display: block;
  }

  .noscript-navigation {
    display: block;
    padding: 16px clamp(18px, 4vw, 48px);
    color: var(--porcelain);
    background: var(--ocean);
  }

  .tvv-noscript-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tvv-noscript-menu a {
    color: var(--porcelain);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  }

  .logo-plaque {
    left: -34px;
    width: 165px;
  }

  .logo-wall {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .tvv-main--front-page .hero:not(.page-hero) .hero__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .tvv-main--front-page .hero:not(.page-hero) .hero__visual {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .tvv-main--front-page .hero:not(.page-hero) .hero-photo {
    height: clamp(450px, 70vw, 560px);
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 36px, 720px);
  }

  .site-header__inner {
    min-height: 86px;
  }

  .brand-lockup__mark {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  .brand-lockup__name {
    font-size: 21px;
  }

  .brand-lockup__tagline {
    font-size: 8px;
  }

  .hero__inner,
  .section-heading,
  .photo-story,
  .form-layout,
  .plan-intro {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 70px;
  }

  .hero__visual {
    width: min(100%, 640px);
    margin-inline: auto;
  }

  .hero-photo {
    min-height: 620px;
  }

  .logo-plaque {
    top: -52px;
    left: 24px;
  }

  .section-heading {
    gap: 24px;
  }

  .proof-strip__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 253, 248, 0.15);
  }

  .experience-grid,
  .testimonial-grid,
  .comparison-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-card:nth-child(2) {
    transform: none;
  }

  .logo-wall {
    grid-template-columns: repeat(2, 1fr);
  }

  .profiles {
    grid-template-columns: 1fr;
  }

  .profile-card img {
    height: 620px;
  }

  .journal-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 480px 300px;
  }

  .form-trust {
    position: static;
  }

  .inquiry__intro {
    position: static;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 28px);
  }

  body {
    font-size: 17px;
  }

  .site-utility {
    font-size: 10px;
    letter-spacing: 0.09em;
  }

  .site-utility__inner {
    min-height: 30px;
  }

  .site-utility a {
    display: none;
  }

  .site-header__inner {
    min-height: 80px;
  }

  .brand-lockup {
    gap: 9px;
    min-width: 0;
  }

  .brand-lockup__mark {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
    border-radius: 14px;
  }

  .brand-lockup__name {
    font-size: 18px;
  }

  .brand-lockup__tagline {
    max-width: 165px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .menu-trigger {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .mobile-drawer {
    padding: 20px;
  }

  .mobile-drawer__brand {
    max-width: 265px;
  }

  .mobile-drawer__brand strong {
    font-size: 18px;
  }

  .mobile-nav {
    margin-top: 34px;
  }

  .mobile-nav a {
    font-size: 25px;
  }

  h1 {
    font-size: clamp(3.1rem, 15vw, 4.7rem);
  }

  .tvv-main--front-page .hero:not(.page-hero) .hero__copy h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1;
  }

  .tvv-main--front-page .hero:not(.page-hero) .hero-photo {
    height: clamp(390px, 112vw, 450px);
    min-height: 0;
  }

  h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero__inner {
    min-height: auto;
    padding-block: 72px 90px;
  }

  .page-hero .hero__inner {
    min-height: auto;
  }

  .hero__copy .lead {
    margin-top: 24px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero-photo,
  .page-hero .hero-photo {
    min-height: 470px;
    border-radius: 32% 32% 22px 22px;
  }

  .page-hero .hero__inner {
    gap: 48px;
    padding-block: 58px 72px;
  }

  .page-hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 3.9rem);
  }

  .page-hero .hero-photo {
    min-height: 400px;
  }

  .logo-plaque {
    top: -43px;
    left: 14px;
    width: 138px;
    padding: 9px;
    border-radius: 22px;
  }

  .hero-label {
    right: 10px;
    bottom: 18px;
    max-width: 75%;
    padding: 9px 13px;
    font-size: 10px;
  }

  .proof-strip__inner,
  .experience-grid,
  .testimonial-grid,
  .comparison-grid,
  .field-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.15);
  }

  .proof-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding-block: 88px;
  }

  .experience-card,
  .info-card {
    min-height: 0;
    padding: 30px;
  }

  .experience-card__num {
    margin-bottom: 32px;
  }

  .resort-card {
    min-height: 190px;
  }

  .brand-signature {
    grid-template-columns: 76px 1fr;
    gap: 18px;
    padding: 20px;
  }

  .brand-signature img {
    width: 76px;
    height: 76px;
  }

  .brand-signature strong {
    font-size: 22px;
  }

  .photo-story__image {
    min-height: 470px;
  }

  .photo-story__copy {
    padding: 34px 27px;
  }

  .profile-card img {
    height: 440px;
  }

  .profile-card__body {
    padding: 28px;
  }

  .journal-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 390px);
  }

  .journal-card:first-child {
    grid-row: auto;
  }

  .testimonial-card {
    min-height: 0;
  }

  .testimonial-card__quote {
    font-size: 24px;
  }

  .form-layout {
    gap: 24px;
  }

  .inquiry-form {
    padding: 25px 20px;
  }

  .field--full {
    grid-column: auto;
  }

  .site-footer__grid {
    gap: 40px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .site-footer__bottom {
    display: grid;
  }

  .site-footer__legal {
    flex-wrap: wrap;
  }
}

@media (max-width: 349px) {
  .logo-wall {
    grid-template-columns: 1fr;
  }
}

/* Native WordPress post fallbacks ---------------------------------------- */

.tvv-post-index > .section-heading,
.tvv-single-content__header {
  margin-bottom: 48px;
}

.tvv-post-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.tvv-post-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--porcelain);
  box-shadow: var(--shadow-sm);
}

.tvv-post-card__image {
  display: block;
}

.tvv-post-card__image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.tvv-post-card__body {
  padding: 34px;
}

.tvv-post-card h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.tvv-post-card h2 a {
  text-decoration: none;
}

.tvv-single-wrap,
.tvv-empty-state {
  max-width: 900px;
}

.tvv-single-content__image {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.tvv-single-content__image img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
}

.navigation.pagination {
  margin-top: 50px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 11px;
  color: var(--ocean);
  background: var(--porcelain);
  text-decoration: none;
}

.page-numbers.current {
  color: var(--white);
  background: var(--coral);
}

@media (max-width: 760px) {
  .tvv-post-list {
    grid-template-columns: 1fr;
  }

  .tvv-post-card__image img {
    height: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress and Astra integration ----------------------------------------- */

body.tvv-v3 {
  min-width: 320px;
}

body.tvv-v3 #page,
body.tvv-v3 .site-content,
body.tvv-v3 .ast-container,
body.tvv-v3 .content-area,
body.tvv-v3 .site-main {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.tvv-v3 .tvv-main,
body.tvv-v3 .tvv-page-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.tvv-v3 .tvv-page-content::before,
body.tvv-v3 .tvv-page-content::after {
  display: none;
}

body.tvv-v3.home .entry-title,
body.tvv-v3.home .page-title {
  display: none;
}

.desktop-nav ul,
.mobile-nav ul,
.site-footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.desktop-nav li,
.mobile-nav li,
.site-footer nav li {
  margin: 0;
}

.desktop-nav .current-menu-item > a,
.desktop-nav .current_page_item > a,
.desktop-nav .current-menu-ancestor > a {
  background: rgba(16, 166, 164, 0.1);
}

.desktop-nav .current-menu-item > a::after,
.desktop-nav .current_page_item > a::after,
.desktop-nav .current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 4px;
  left: 15px;
  height: 2px;
  border-radius: 2px;
  background: var(--coral);
}

.mobile-nav ul {
  display: grid;
  counter-reset: tvv-mobile-menu;
}

.mobile-nav li {
  counter-increment: tvv-mobile-menu;
}

.mobile-nav a::before {
  content: counter(tvv-mobile-menu, decimal-leading-zero);
  color: var(--lagoon);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.mobile-nav .current-menu-item > a,
.mobile-nav .current_page_item > a,
.mobile-nav .current-menu-ancestor > a {
  color: var(--gold);
}

.site-footer nav ul {
  display: grid;
  gap: 10px;
}

.drawer-backdrop[hidden],
.mobile-drawer[hidden] {
  display: none;
}

body.tvv-v3 #trip-inquiry-form [hidden],
body.tvv-v3 .inquiry-form [hidden],
body.tvv-v3 .form-card [hidden] {
  display: none !important;
}

body.tvv-v3 #ast-scroll-top {
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(6, 47, 63, 0.18);
  border-radius: 50%;
  color: var(--ocean);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(6, 47, 63, 0.22);
  line-height: 48px;
  text-align: center;
}

body.tvv-v3 #ast-scroll-top:hover {
  color: var(--white);
  background: var(--coral);
}

body.tvv-v3 #ast-scroll-top:focus-visible {
  outline: 3px solid var(--lagoon);
  outline-offset: 4px;
}

body.tvv-v3 #ast-scroll-top .ast-icon {
  display: inline-grid;
  place-items: center;
  line-height: 1;
  vertical-align: middle;
}

body.tvv-v3 #ast-scroll-top svg {
  width: 18px;
  height: auto;
  fill: currentColor;
}

body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .mobile-drawer {
  top: 32px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--white);
  background: var(--coral);
}

/* Existing booktravelbug-core form contract: presentation only. */
.form-card {
  padding: clamp(28px, 5vw, 55px);
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--porcelain);
  box-shadow: var(--shadow-sm);
}

.form-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-card__header p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.form-card__step {
  color: var(--coral);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#trip-inquiry-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#trip-inquiry-form fieldset + fieldset {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

#trip-inquiry-form legend {
  width: 100%;
  margin: 0 0 23px;
  color: var(--ocean);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.6vw, 2.65rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.field-help,
.field-error {
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.field-help {
  color: var(--muted);
}

.field-error:not(:empty) {
  color: #a72f1f;
  font-weight: 700;
}

.consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin: 28px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--sand);
}

.consent-field input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: var(--coral);
}

.consent-field label {
  color: var(--ocean);
  font-size: 14px;
  font-weight: 700;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.form-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.button--submit {
  flex: 0 0 auto;
  white-space: nowrap;
}

.button__spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: tvv-spin 700ms linear infinite;
}

.button--submit.is-loading .button__spinner {
  display: inline-block;
}

.form-error-summary,
.form-status {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 14px;
}

.form-error-summary,
.form-status.is-failure {
  color: #782215;
  background: #fff0ec;
  border: 1px solid rgba(167, 47, 31, 0.25);
}

.form-status.is-success {
  color: #064f4c;
  background: #eaf9f6;
  border: 1px solid rgba(16, 166, 164, 0.25);
}

.form-error-summary h3,
.form-status h3 {
  margin-bottom: 10px;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0;
}

@keyframes tvv-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .mobile-drawer {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.tvv-v3 #ast-scroll-top {
    right: 14px;
    bottom: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .form-card {
    padding: 25px 20px;
  }

  .form-card__header,
  .form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button--submit {
    width: 100%;
    white-space: normal;
  }
}
