/*
Theme Name: Ocean Villa Lombok Pro
Theme URI: https://oceanvillalombok.com/
Author: Ocean Villa Lombok
Description: Tema WordPress editorial-hospitality untuk panduan villa dan perjalanan Lombok. Konten utama dapat diedit melalui custom fields native WordPress dan diimpor melalui JSON.
Version: 1.2.4
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: ocean-villa-lombok
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, one-column, two-columns
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ovl-ocean-950: #082e2a;
  --ovl-ocean-900: #0c3a34;
  --ovl-ocean-800: #164e46;
  --ovl-ocean-700: #28695f;
  --ovl-lagoon: #6fa99d;
  --ovl-sky: #dcecea;
  --ovl-coral: #e8754d;
  --ovl-coral-dark: #c95834;
  --ovl-sand: #f3edde;
  --ovl-sand-light: #faf7f0;
  --ovl-white: #fffefa;
  --ovl-ink: #17302c;
  --ovl-muted: #63736f;
  --ovl-line: rgba(12, 58, 52, 0.14);
  --ovl-shadow: 0 24px 70px rgba(8, 46, 42, 0.13);
  --ovl-shadow-soft: 0 14px 40px rgba(8, 46, 42, 0.08);
  --ovl-radius-sm: 12px;
  --ovl-radius-md: 22px;
  --ovl-radius-lg: 34px;
  --ovl-container: 1240px;
  --ovl-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ovl-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ovl-ink);
  background: var(--ovl-white);
  font-family: var(--ovl-sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ovl-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

a {
  color: var(--ovl-ocean-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ovl-coral-dark);
}

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

button,
.button,
.wp-element-button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--ovl-coral);
  outline-offset: 3px;
}

::selection {
  color: var(--ovl-white);
  background: var(--ovl-ocean-700);
}

.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: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
  border-radius: 8px;
}

.ovl-container {
  width: min(calc(100% - 40px), var(--ovl-container));
  margin-inline: auto;
}

.ovl-narrow {
  width: min(calc(100% - 40px), 790px);
  margin-inline: auto;
}

.ovl-section {
  padding: clamp(76px, 9vw, 132px) 0;
}

.ovl-section--sand {
  background: var(--ovl-sand-light);
}

.ovl-section--ocean {
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
}

.ovl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--ovl-ocean-700);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ovl-kicker::before {
  width: 28px;
  height: 1px;
  content: "";
  background: currentColor;
}

.ovl-section--ocean .ovl-kicker,
.ovl-hero .ovl-kicker,
.ovl-cta .ovl-kicker {
  color: #a7d4cb;
}

.ovl-display,
.ovl-section-title,
.ovl-entry-title,
.ovl-card-title {
  margin: 0;
  font-family: var(--ovl-serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.ovl-display {
  max-width: 820px;
  font-size: clamp(3.35rem, 7.7vw, 7.5rem);
}

.ovl-section-title {
  max-width: 850px;
  font-size: clamp(2.55rem, 5.2vw, 5rem);
}

.ovl-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--ovl-muted);
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.ovl-section--ocean .ovl-lead,
.ovl-hero .ovl-lead,
.ovl-cta .ovl-lead {
  color: rgba(255, 254, 250, 0.72);
}

.ovl-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  color: var(--ovl-white);
  background: var(--ovl-coral);
  border: 1px solid var(--ovl-coral);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(232, 117, 77, 0.22);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ovl-button::after {
  content: "→";
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.ovl-button:hover {
  color: var(--ovl-white);
  background: var(--ovl-coral-dark);
  border-color: var(--ovl-coral-dark);
  box-shadow: 0 16px 34px rgba(201, 88, 52, 0.28);
  transform: translateY(-2px);
}

.ovl-button:hover::after {
  transform: translateX(4px);
}

.ovl-button--ghost {
  color: currentColor;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: none;
}

.ovl-button--ghost:hover {
  color: var(--ovl-white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: none;
}

.ovl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ovl-ocean-800);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.ovl-text-link::after {
  content: "↗";
  transition: transform 180ms ease;
}

.ovl-text-link:hover::after {
  transform: translate(3px, -3px);
}

/* Header */
.ovl-announcement {
  color: rgba(255, 254, 250, 0.8);
  background: var(--ovl-ocean-950);
  font-size: 0.78rem;
}

.ovl-announcement__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.ovl-announcement a {
  color: var(--ovl-white);
  font-weight: 800;
  text-decoration: none;
}

.ovl-site-header {
  position: relative;
  z-index: 50;
  background: rgba(255, 254, 250, 0.96);
  border-bottom: 1px solid var(--ovl-line);
  backdrop-filter: blur(16px);
}

.admin-bar .ovl-site-header.is-sticky {
  top: 32px;
}

.ovl-site-header.is-sticky {
  position: sticky;
  top: 0;
}

.ovl-header-inner {
  display: grid;
  min-height: 84px;
  align-items: center;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  gap: 30px;
}

.ovl-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ovl-ocean-950);
  text-decoration: none;
}

.ovl-brand:hover {
  color: var(--ovl-ocean-950);
}

.ovl-brand__mark {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ovl-white);
  background: var(--ovl-ocean-900);
  border-radius: 50%;
  font-family: var(--ovl-serif);
  font-size: 1.15rem;
}

.custom-logo {
  width: auto;
  max-height: 54px;
}

.ovl-brand__name {
  display: block;
  font-family: var(--ovl-serif);
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.1;
}

.ovl-brand__tagline {
  display: block;
  margin-top: 4px;
  color: var(--ovl-muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ovl-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ovl-primary-nav li {
  position: relative;
}

.ovl-primary-nav .sub-menu {
  position: absolute;
  top: calc(100% + 19px);
  left: -18px;
  display: flex;
  min-width: 220px;
  padding: 13px;
  visibility: hidden;
  flex-direction: column;
  align-items: stretch;
  gap: 1px;
  opacity: 0;
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-sm);
  box-shadow: var(--ovl-shadow-soft);
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ovl-primary-nav .sub-menu a {
  display: block;
  padding: 9px 10px;
}

.ovl-primary-nav .sub-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
  content: "";
}

.ovl-primary-nav li:hover > .sub-menu,
.ovl-primary-nav li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.ovl-primary-nav a {
  position: relative;
  color: var(--ovl-ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.ovl-primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--ovl-coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.ovl-primary-nav a:hover::after,
.ovl-primary-nav .current-menu-item > a::after,
.ovl-primary-nav .current_page_item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ovl-header-actions {
  display: flex;
  justify-content: flex-end;
}

.ovl-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--ovl-ocean-950);
  background: transparent;
  border: 1px solid var(--ovl-line);
  border-radius: 50%;
}

.ovl-menu-toggle span,
.ovl-menu-toggle span::before,
.ovl-menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.ovl-menu-toggle span {
  position: relative;
}

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

.ovl-menu-toggle span::before {
  top: -6px;
}

.ovl-menu-toggle span::after {
  top: 6px;
}

.ovl-menu-toggle[aria-expanded="true"] span {
  background: transparent;
}

.ovl-menu-toggle[aria-expanded="true"] span::before {
  top: 0;
  transform: rotate(45deg);
}

.ovl-menu-toggle[aria-expanded="true"] span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Hero */
.ovl-hero {
  position: relative;
  isolation: isolate;
  min-height: min(820px, calc(100vh - 122px));
  overflow: hidden;
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
}

.ovl-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 18%, rgba(111, 169, 157, 0.38), transparent 34%),
    linear-gradient(118deg, rgba(8, 46, 42, 1) 0%, rgba(8, 46, 42, 0.92) 48%, rgba(8, 46, 42, 0.2) 78%);
}

.ovl-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 42%;
}

.ovl-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--ovl-ocean-950), transparent 45%), linear-gradient(0deg, rgba(8, 46, 42, 0.35), transparent 48%);
}

.ovl-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ovl-hero__inner {
  display: grid;
  min-height: inherit;
  align-items: center;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  gap: clamp(40px, 7vw, 110px);
  padding-block: clamp(92px, 10vw, 150px);
}

.ovl-hero__copy {
  max-width: 830px;
}

.ovl-hero__copy .ovl-lead {
  max-width: 640px;
}

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

.ovl-hero-card {
  align-self: end;
  padding: clamp(28px, 3vw, 42px);
  color: var(--ovl-ink);
  background: rgba(250, 247, 240, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--ovl-radius-lg);
  box-shadow: var(--ovl-shadow);
  backdrop-filter: blur(16px);
}

.ovl-hero-card__label {
  margin: 0 0 16px;
  color: var(--ovl-ocean-700);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ovl-hero-card h2 {
  margin: 0 0 15px;
  font-family: var(--ovl-serif);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.05;
}

.ovl-hero-card p {
  margin: 0;
  color: var(--ovl-muted);
  font-size: 0.94rem;
}

.ovl-hero-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid var(--ovl-line);
  color: var(--ovl-ocean-800);
  font-size: 0.78rem;
  font-weight: 800;
}

.ovl-marquee {
  overflow: hidden;
  color: var(--ovl-ocean-950);
  background: var(--ovl-coral);
  border-block: 1px solid rgba(8, 46, 42, 0.14);
}

.ovl-marquee__track {
  display: flex;
  width: max-content;
  animation: ovl-marquee 30s linear infinite;
}

.ovl-marquee__group {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: 34px;
  padding: 16px 17px;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ovl-marquee__group span::after {
  padding-left: 34px;
  content: "✦";
}

@keyframes ovl-marquee {
  to { transform: translateX(-50%); }
}

/* Homepage sections */
.ovl-intro-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(48px, 8vw, 120px);
}

.ovl-photo-stack {
  position: relative;
  min-height: 620px;
}

.ovl-photo-stack__main,
.ovl-photo-stack__accent {
  overflow: hidden;
  border-radius: var(--ovl-radius-lg);
  box-shadow: var(--ovl-shadow-soft);
}

.ovl-photo-stack__main {
  position: absolute;
  inset: 0 18% 11% 0;
}

.ovl-photo-stack__accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 43%;
  border: 8px solid var(--ovl-white);
}

.ovl-photo-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ovl-photo-stack__stamp {
  position: absolute;
  top: 8%;
  right: 4%;
  display: grid;
  width: 114px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--ovl-white);
  background: var(--ovl-ocean-900);
  border: 8px solid var(--ovl-white);
  border-radius: 50%;
  box-shadow: var(--ovl-shadow-soft);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(7deg);
}

.ovl-stats {
  display: grid;
  padding: 0;
  margin: 38px 0 0;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-block: 1px solid var(--ovl-line);
}

.ovl-stats li {
  padding: 22px 16px 22px 0;
}

.ovl-stats li + li {
  padding-left: 18px;
  border-left: 1px solid var(--ovl-line);
}

.ovl-stats strong {
  display: block;
  color: var(--ovl-ocean-900);
  font-family: var(--ovl-serif);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.ovl-stats span {
  display: block;
  margin-top: 7px;
  color: var(--ovl-muted);
  font-size: 0.73rem;
  font-weight: 750;
}

.ovl-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.ovl-section-head__copy {
  max-width: 860px;
}

.ovl-section-head .ovl-lead {
  max-width: 650px;
}

.ovl-guide-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.ovl-guide-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  grid-column: span 4;
  color: var(--ovl-white);
  background: var(--ovl-ocean-900);
  border-radius: var(--ovl-radius-md);
  box-shadow: var(--ovl-shadow-soft);
}

.ovl-guide-card:first-child {
  grid-column: span 5;
}

.ovl-guide-card:nth-child(2) {
  grid-column: span 7;
}

.ovl-guide-card__media,
.ovl-guide-card__media::after,
.ovl-guide-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ovl-guide-card__media::after {
  content: "";
  background: linear-gradient(0deg, rgba(8, 46, 42, 0.96) 0%, rgba(8, 46, 42, 0.14) 72%);
}

.ovl-guide-card__media img {
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}

.ovl-guide-card:hover .ovl-guide-card__media img {
  transform: scale(1.04);
}

.ovl-guide-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
}

.ovl-guide-card__number {
  display: block;
  margin-bottom: 11px;
  color: #b6dbd3;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ovl-guide-card h3 {
  max-width: 510px;
  margin: 0;
  font-family: var(--ovl-serif);
  font-size: clamp(2rem, 3.7vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}

.ovl-guide-card p {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.ovl-guide-card > a {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.ovl-compare {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 120px);
}

.ovl-compare__intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.ovl-compare-list {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ovl-compare-item {
  display: grid;
  padding: 32px 0;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ovl-compare-item__number {
  color: #9ccfc5;
  font-family: var(--ovl-serif);
  font-size: 1.35rem;
}

.ovl-compare-item h3 {
  margin: 0 0 9px;
  color: var(--ovl-white);
  font-family: var(--ovl-serif);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.ovl-compare-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
}

.ovl-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ovl-post-card {
  position: relative;
  overflow: hidden;
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-md);
  box-shadow: 0 0 0 rgba(8, 46, 42, 0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ovl-post-card:hover {
  box-shadow: var(--ovl-shadow-soft);
  transform: translateY(-6px);
}

.ovl-post-card__media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--ovl-sky);
}

.ovl-post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ovl-post-card:hover .ovl-post-card__media img {
  transform: scale(1.035);
}

.ovl-post-card__content {
  padding: 26px;
}

.ovl-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ovl-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.ovl-post-meta a {
  color: var(--ovl-ocean-700);
  text-decoration: none;
}

.ovl-card-title {
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1.06;
}

.ovl-card-title a {
  color: var(--ovl-ink);
  text-decoration: none;
}

.ovl-post-card__excerpt {
  margin: 17px 0 0;
  color: var(--ovl-muted);
  font-size: 0.9rem;
}

.ovl-post-card__link {
  margin-top: 22px;
}

.ovl-post-grid > .ovl-empty-state {
  grid-column: 1 / -1;
}

.ovl-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(78px, 10vw, 135px) 0;
  color: var(--ovl-white);
  background: var(--ovl-ocean-800);
}

.ovl-cta::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 90% 20%, rgba(232, 117, 77, 0.44), transparent 28%),
    radial-gradient(circle at 0 100%, rgba(111, 169, 157, 0.36), transparent 34%);
}

.ovl-cta__inner {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.45fr);
  gap: 50px;
}

.ovl-cta__actions {
  display: flex;
  justify-content: flex-end;
}

/* Blog/archive */
.ovl-page-hero {
  padding: clamp(82px, 10vw, 144px) 0;
  color: var(--ovl-white);
  background:
    radial-gradient(circle at 78% 18%, rgba(111, 169, 157, 0.28), transparent 32%),
    var(--ovl-ocean-950);
}

.ovl-page-hero .ovl-display {
  max-width: 960px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

.ovl-blog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
}

.ovl-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ovl-category-list a {
  display: inline-flex;
  padding: 9px 14px;
  color: var(--ovl-ocean-800);
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.ovl-category-list a:hover,
.ovl-category-list .is-active a {
  color: var(--ovl-white);
  background: var(--ovl-ocean-800);
}

.ovl-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.ovl-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ovl-pagination .page-numbers {
  display: grid;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  place-items: center;
  color: var(--ovl-ocean-800);
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.ovl-pagination .page-numbers.current,
.ovl-pagination a.page-numbers:hover {
  color: var(--ovl-white);
  background: var(--ovl-ocean-800);
}

/* Single and page content */
.ovl-reading-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--ovl-coral);
}

.admin-bar .ovl-reading-progress {
  top: 32px;
}

.ovl-article-hero {
  padding: clamp(75px, 9vw, 128px) 0 clamp(62px, 8vw, 104px);
  background: var(--ovl-sand-light);
  border-bottom: 1px solid var(--ovl-line);
}

.ovl-article-hero__inner {
  max-width: 1030px;
}

.ovl-entry-title {
  max-width: 1000px;
  font-size: clamp(3rem, 6.7vw, 6.4rem);
}

.ovl-article-hero .ovl-post-meta {
  margin-top: 28px;
  margin-bottom: 0;
}

.ovl-featured-image {
  width: min(calc(100% - 40px), var(--ovl-container));
  max-height: 720px;
  margin: -46px auto 0;
  overflow: hidden;
  border-radius: var(--ovl-radius-lg);
  box-shadow: var(--ovl-shadow);
}

.ovl-featured-image img {
  width: 100%;
  height: min(62vw, 720px);
  object-fit: cover;
}

.ovl-article-layout {
  display: grid;
  padding-block: clamp(70px, 9vw, 120px);
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: clamp(54px, 8vw, 110px);
}

.ovl-prose {
  min-width: 0;
  color: #354945;
  font-family: var(--ovl-serif);
  font-size: clamp(1.12rem, 1.65vw, 1.28rem);
  line-height: 1.82;
}

.ovl-prose > *:first-child {
  margin-top: 0;
}

.ovl-prose p,
.ovl-prose ul,
.ovl-prose ol,
.ovl-prose blockquote,
.ovl-prose figure,
.ovl-prose table {
  margin-top: 0;
  margin-bottom: 1.55em;
}

.ovl-prose h2,
.ovl-prose h3,
.ovl-prose h4 {
  color: var(--ovl-ink);
  font-family: var(--ovl-serif);
  font-weight: 500;
  line-height: 1.12;
  scroll-margin-top: 120px;
}

.ovl-prose h2 {
  margin: 2.1em 0 0.65em;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.025em;
}

.ovl-prose h3 {
  margin: 1.8em 0 0.6em;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.ovl-prose a {
  color: var(--ovl-ocean-700);
  font-weight: 650;
}

.ovl-prose blockquote {
  padding: 6px 0 6px 28px;
  color: var(--ovl-ocean-800);
  border-left: 3px solid var(--ovl-coral);
  font-size: 1.25em;
  font-style: italic;
}

.ovl-prose aside {
  padding: 22px 24px;
  margin: 2em 0;
  color: var(--ovl-ocean-800);
  background: var(--ovl-sand-light);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-sm);
  font-family: var(--ovl-sans);
  font-size: 0.88rem;
}

.ovl-prose img {
  border-radius: var(--ovl-radius-sm);
}

.ovl-prose table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-sm);
  font-family: var(--ovl-sans);
  font-size: 0.9rem;
}

.ovl-prose th,
.ovl-prose td {
  padding: 14px;
  border-bottom: 1px solid var(--ovl-line);
  text-align: left;
}

.ovl-prose th {
  background: var(--ovl-sand-light);
}

.ovl-toc {
  position: sticky;
  top: 128px;
  align-self: start;
  padding: 24px;
  background: var(--ovl-sand-light);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-sm);
}

.ovl-toc__title {
  margin: 0 0 14px;
  color: var(--ovl-ocean-900);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ovl-toc ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ovl-toc li + li {
  margin-top: 10px;
}

.ovl-toc a {
  display: block;
  color: var(--ovl-muted);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.ovl-toc a:hover {
  color: var(--ovl-coral-dark);
}

.ovl-related {
  padding: clamp(70px, 8vw, 110px) 0;
  background: var(--ovl-sand-light);
}

.ovl-page-content {
  padding: clamp(74px, 9vw, 120px) 0;
}

.ovl-page-content .ovl-prose {
  width: min(100%, 820px);
  margin-inline: auto;
}

.ovl-search-form {
  display: flex;
  max-width: 560px;
  gap: 10px;
  margin-top: 28px;
}

.ovl-search-form input[type="search"] {
  min-width: 0;
  flex: 1;
  padding: 13px 16px;
  color: var(--ovl-ink);
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: 999px;
}

.ovl-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(50px, 8vw, 110px);
}

.ovl-contact-cards {
  display: grid;
  gap: 14px;
}

.ovl-contact-card {
  display: grid;
  padding: 26px;
  color: var(--ovl-ink);
  background: var(--ovl-sand-light);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-md);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ovl-contact-card:hover {
  color: var(--ovl-ink);
  border-color: var(--ovl-lagoon);
  box-shadow: var(--ovl-shadow-soft);
  transform: translateY(-3px);
}

.ovl-contact-card > span {
  margin-bottom: 14px;
  color: var(--ovl-coral-dark);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ovl-contact-card strong {
  font-family: var(--ovl-serif);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.ovl-contact-card small {
  margin-top: 7px;
  color: var(--ovl-muted);
}

/* Footer */
.ovl-site-footer {
  padding: 72px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  background: var(--ovl-ocean-950);
}

.ovl-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.8fr 1fr;
  gap: 50px;
}

.ovl-footer-brand .ovl-brand {
  color: var(--ovl-white);
}

.ovl-footer-brand .ovl-brand__tagline {
  color: rgba(255, 255, 255, 0.5);
}

.ovl-footer-brand p {
  max-width: 340px;
  margin: 22px 0 0;
  font-size: 0.86rem;
}

.ovl-footer-title {
  margin: 3px 0 18px;
  color: var(--ovl-white);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ovl-footer-menu,
.ovl-footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ovl-footer-menu li + li,
.ovl-footer-list li + li {
  margin-top: 10px;
}

.ovl-footer-menu a,
.ovl-footer-list a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  text-decoration: none;
}

.ovl-footer-menu a:hover,
.ovl-footer-list a:hover {
  color: var(--ovl-white);
}

.ovl-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
}

.ovl-floating-contact {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #fff;
  background: #20a85b;
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(5, 61, 33, 0.3);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none;
}

.ovl-floating-contact:hover {
  color: #fff;
  background: #168c49;
  transform: translateY(-2px);
}

.ovl-empty-state {
  padding: 48px;
  text-align: center;
  background: var(--ovl-sand-light);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-md);
}

/* Forms */
.ovl-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

.ovl-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--ovl-ocean-900);
  font-size: 0.75rem;
  font-weight: 800;
}

.ovl-field input,
.ovl-field textarea,
.ovl-field select {
  width: 100%;
  padding: 13px 15px;
  color: var(--ovl-ink);
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: var(--ovl-radius-sm);
}

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

.ovl-field input:focus,
.ovl-field textarea:focus,
.ovl-field select:focus {
  border-color: var(--ovl-lagoon);
  box-shadow: 0 0 0 3px rgba(111, 169, 157, 0.18);
  outline: none;
}

/* Motion helpers */
.ovl-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.ovl-reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 1080px) {
  .ovl-header-inner { grid-template-columns: 1fr auto; }
  .ovl-primary-nav,
  .ovl-header-actions .ovl-button { display: none; }
  .ovl-menu-toggle { display: inline-flex; }
  .ovl-primary-nav.is-open {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    padding: 24px 20px 30px;
    background: var(--ovl-white);
    border-bottom: 1px solid var(--ovl-line);
    box-shadow: var(--ovl-shadow-soft);
  }
  .ovl-primary-nav.is-open ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .ovl-primary-nav.is-open a { display: block; padding: 12px 0; font-family: var(--ovl-serif); font-size: 1.7rem; font-weight: 500; }
  .ovl-primary-nav.is-open a::after { display: none; }
  .ovl-primary-nav.is-open .sub-menu { position: static; min-width: 0; padding: 0 0 0 18px; visibility: visible; opacity: 1; background: transparent; border: 0; box-shadow: none; transform: none; }
  .ovl-primary-nav.is-open .sub-menu::before { display: none; }
  .ovl-primary-nav.is-open .sub-menu a { font-size: 1.25rem; }
  .ovl-hero__inner { grid-template-columns: 1fr; }
  .ovl-hero-card { max-width: 480px; }
  .ovl-hero__media { left: 26%; }
  .ovl-guide-card,
  .ovl-guide-card:first-child,
  .ovl-guide-card:nth-child(2) { grid-column: span 6; }
  .ovl-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ovl-footer-grid { grid-template-columns: 1.2fr repeat(2, 0.8fr); }
  .ovl-footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 782px) {
  .admin-bar .ovl-site-header.is-sticky { top: 46px; }
  .admin-bar .ovl-reading-progress { top: 46px; }
  .ovl-container,
  .ovl-narrow,
  .ovl-featured-image { width: min(calc(100% - 28px), var(--ovl-container)); }
  .ovl-brand__tagline { display: none; }
  .ovl-hero { min-height: auto; }
  .ovl-hero__media { inset: 0; opacity: 0.48; }
  .ovl-hero::before { background: linear-gradient(120deg, rgba(8, 46, 42, 0.98), rgba(8, 46, 42, 0.65)); }
  .ovl-hero__inner { padding-block: 88px 62px; }
  .ovl-hero-card { align-self: auto; }
  .ovl-intro-grid,
  .ovl-compare,
  .ovl-cta__inner,
  .ovl-article-layout,
  .ovl-contact-layout { grid-template-columns: 1fr; }
  .ovl-photo-stack { min-height: 520px; }
  .ovl-compare__intro,
  .ovl-toc { position: static; }
  .ovl-section-head { align-items: flex-start; flex-direction: column; }
  .ovl-guide-card,
  .ovl-guide-card:first-child,
  .ovl-guide-card:nth-child(2) { min-height: 440px; grid-column: 1 / -1; }
  .ovl-blog-toolbar { align-items: flex-start; flex-direction: column; }
  .ovl-article-layout { gap: 36px; }
  .ovl-article-layout .ovl-toc { order: -1; }
  .ovl-cta__actions { justify-content: flex-start; }
  .ovl-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ovl-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .ovl-header-inner { min-height: 74px; }
  .ovl-brand__name { font-size: 1.05rem; }
  .ovl-brand__mark { width: 39px; }
  .ovl-display { font-size: clamp(3rem, 15vw, 4.4rem); }
  .ovl-section-title { font-size: clamp(2.5rem, 13vw, 3.7rem); }
  .ovl-hero__actions { align-items: stretch; flex-direction: column; }
  .ovl-hero__actions .ovl-button { width: 100%; }
  .ovl-hero-card { padding: 25px; border-radius: var(--ovl-radius-md); }
  .ovl-photo-stack { min-height: 420px; }
  .ovl-photo-stack__main { inset: 0 10% 13% 0; }
  .ovl-photo-stack__stamp { top: -8px; right: -4px; width: 92px; border-width: 6px; }
  .ovl-stats { grid-template-columns: 1fr; }
  .ovl-stats li + li { padding-left: 0; border-top: 1px solid var(--ovl-line); border-left: 0; }
  .ovl-guide-card__content { padding: 26px; }
  .ovl-post-grid { grid-template-columns: 1fr; }
  .ovl-compare-item { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .ovl-entry-title { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .ovl-featured-image { margin-top: -25px; border-radius: var(--ovl-radius-md); }
  .ovl-form-grid { grid-template-columns: 1fr; }
  .ovl-field--full { grid-column: auto; }
  .ovl-footer-grid { grid-template-columns: 1fr; }
  .ovl-footer-brand,
  .ovl-footer-grid > :last-child { grid-column: auto; }
  .ovl-footer-bottom { align-items: flex-start; flex-direction: column; }
  .ovl-floating-contact { right: 14px; bottom: 14px; width: 50px; min-height: 50px; justify-content: center; padding: 0; }
  .ovl-floating-contact span { display: none; }
}

/* ========================================================================== 
   1.1.0 visual direction — independent editorial island guide
   ========================================================================== */

:root {
  --ovl-ocean-950: #102631;
  --ovl-ocean-900: #173542;
  --ovl-ocean-800: #244a55;
  --ovl-ocean-700: #1e5d63;
  --ovl-lagoon: #9bb8b1;
  --ovl-sky: #dce7e4;
  --ovl-coral: #b8422f;
  --ovl-coral-dark: #8f2f22;
  --ovl-sand: #efe6d6;
  --ovl-sand-light: #f5efe4;
  --ovl-white: #fffaf3;
  --ovl-ink: #172631;
  --ovl-muted: #52616a;
  --ovl-line: rgba(23, 38, 49, 0.16);
  --ovl-shadow: 0 24px 70px rgba(16, 38, 49, 0.16);
  --ovl-shadow-soft: 0 14px 36px rgba(16, 38, 49, 0.1);
  --ovl-radius-sm: 8px;
  --ovl-radius-md: 16px;
  --ovl-radius-lg: 26px;
  --ovl-serif: "Avenir Next", Avenir, "Century Gothic", Futura, Arial, sans-serif;
  --ovl-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  color: var(--ovl-ink);
  background: var(--ovl-white);
}

a {
  color: var(--ovl-ocean-700);
}

.ovl-display,
.ovl-section-title,
.ovl-entry-title,
.ovl-card-title {
  font-family: var(--ovl-serif);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ovl-display {
  max-width: 640px;
  font-size: clamp(3.25rem, 6.6vw, 6.65rem);
}

.ovl-section-title {
  font-size: clamp(2.35rem, 4.6vw, 4.65rem);
}

.ovl-lead {
  color: var(--ovl-muted);
}

.ovl-kicker {
  color: var(--ovl-coral-dark);
  font-size: 0.7rem;
  letter-spacing: 0.19em;
}

.ovl-kicker::before {
  width: 8px;
  height: 8px;
  background: var(--ovl-coral);
  border-radius: 1px;
  transform: rotate(45deg);
}

.ovl-button {
  min-height: 50px;
  padding: 13px 23px;
  color: var(--ovl-white);
  background: var(--ovl-coral);
  border-color: var(--ovl-coral);
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ovl-button:hover {
  color: var(--ovl-white);
  background: var(--ovl-coral-dark);
  border-color: var(--ovl-coral-dark);
  box-shadow: 0 10px 24px rgba(143, 47, 34, 0.2);
}

/* Crisp, quiet navigation instead of a resort-style floating treatment. */
.ovl-announcement {
  color: var(--ovl-ink);
  background: #e5b85f;
}

.ovl-announcement a {
  color: var(--ovl-ink);
}

.ovl-site-header {
  background: rgba(255, 250, 243, 0.97);
  border-bottom-color: var(--ovl-line);
}

.ovl-header-inner {
  min-height: 88px;
}

.ovl-brand__mark {
  width: 44px;
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
  border-radius: 7px;
  font-family: var(--ovl-serif);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ovl-brand__name {
  font-family: var(--ovl-serif);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.ovl-brand__tagline,
.ovl-primary-nav a {
  color: #465862;
}

.ovl-primary-nav a {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.ovl-primary-nav a::after {
  bottom: -10px;
  height: 3px;
  background: var(--ovl-coral);
}

/* Split editorial hero: copy on paper, photography in a dedicated frame. */
.ovl-hero {
  min-height: min(780px, calc(100vh - 126px));
  color: var(--ovl-ink);
  background: var(--ovl-white);
}

.ovl-hero::before {
  z-index: 0;
  inset: auto auto 8% -70px;
  width: 220px;
  height: 220px;
  background: repeating-linear-gradient(45deg, transparent 0 13px, rgba(184, 66, 47, 0.11) 13px 15px);
  border-radius: 50%;
}

.ovl-hero__media {
  z-index: 0;
  inset: 24px 24px 24px 50%;
  overflow: hidden;
  border-radius: 18px 18px 18px 72px;
}

.ovl-hero__media::after {
  background: linear-gradient(180deg, transparent 60%, rgba(16, 38, 49, 0.28));
}

.ovl-hero__inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 0.72fr);
  gap: clamp(44px, 6vw, 90px);
  padding-block: clamp(88px, 10vw, 138px);
}

.ovl-hero__copy {
  max-width: 620px;
  padding-right: clamp(0px, 2vw, 30px);
}

.ovl-hero .ovl-kicker {
  color: var(--ovl-coral-dark);
}

.ovl-hero .ovl-lead {
  max-width: 570px;
  color: #4f6069;
}

.ovl-hero .ovl-button--ghost {
  color: var(--ovl-ocean-950);
  background: transparent;
  border-color: rgba(16, 38, 49, 0.38);
}

.ovl-hero .ovl-button--ghost:hover {
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
  border-color: var(--ovl-ocean-950);
}

.ovl-hero-card {
  width: min(92%, 390px);
  align-self: end;
  justify-self: end;
  padding: 27px 29px;
  color: var(--ovl-ink);
  background: rgba(255, 250, 243, 0.96);
  border: 0;
  border-left: 6px solid #e5b85f;
  border-radius: 10px;
  box-shadow: 0 22px 54px rgba(16, 38, 49, 0.2);
  backdrop-filter: blur(12px);
}

.ovl-hero-card__label {
  color: var(--ovl-coral-dark);
}

.ovl-hero-card h2 {
  color: var(--ovl-ink);
  font-family: var(--ovl-serif);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ovl-hero-card p {
  color: #52616a;
}

.ovl-hero-card__meta {
  color: var(--ovl-ocean-800);
}

/* The old moving ribbon is now a calm destination index. */
.ovl-marquee {
  color: var(--ovl-ink);
  background: #e5b85f;
  border-block-color: rgba(23, 38, 49, 0.18);
}

.ovl-marquee__track {
  width: max-content;
  animation: ovl-marquee 30s linear infinite;
  will-change: transform;
}

.ovl-marquee__group {
  width: auto;
  min-width: max-content;
  justify-content: flex-start;
  gap: 24px;
  padding-block: 18px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}

.ovl-marquee__group[aria-hidden="true"] {
  display: flex;
}

.ovl-marquee__group span::after {
  padding-left: 24px;
  content: "/";
  opacity: 0.55;
}

/* Magazine-like image composition with no resort-style floating circle. */
.ovl-intro-grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(48px, 8vw, 118px);
}

.ovl-photo-stack {
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 1.6fr) minmax(145px, 0.6fr);
  grid-template-rows: 1fr auto;
  gap: 16px;
}

.ovl-photo-stack__main,
.ovl-photo-stack__accent {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 12px;
}

.ovl-photo-stack__main {
  grid-row: 1 / 3;
}

.ovl-photo-stack__accent {
  min-height: 220px;
}

.ovl-photo-stack__stamp {
  position: static;
  width: auto;
  aspect-ratio: auto;
  padding: 22px 15px;
  color: var(--ovl-ink);
  background: #e5b85f;
  border: 0;
  border-radius: 8px;
  font-family: var(--ovl-sans);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  transform: none;
}

.ovl-section--sand {
  background: var(--ovl-sand-light);
}

/* Destination cards show copy on paper, not over a dark photo. */
.ovl-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ovl-guide-card,
.ovl-guide-card:first-child,
.ovl-guide-card:nth-child(2) {
  display: grid;
  min-height: 0;
  overflow: hidden;
  grid-column: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  color: var(--ovl-ink);
  background: var(--ovl-white);
  border: 1px solid var(--ovl-line);
  border-radius: 14px;
  box-shadow: none;
}

.ovl-guide-card__media,
.ovl-guide-card__media img {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 330px;
  inset: auto;
}

.ovl-guide-card__media::after {
  display: none;
}

.ovl-guide-card__media img {
  object-fit: cover;
}

.ovl-guide-card__content {
  position: static;
  z-index: 2;
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-end;
}

.ovl-guide-card__number {
  color: var(--ovl-coral-dark);
}

.ovl-guide-card h3 {
  color: var(--ovl-ink);
  font-family: var(--ovl-serif);
  font-size: clamp(1.55rem, 2.35vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.ovl-guide-card p {
  color: var(--ovl-muted);
}

.ovl-section--ocean {
  color: var(--ovl-white);
  background: var(--ovl-ocean-950);
}

.ovl-section--ocean .ovl-kicker,
.ovl-cta .ovl-kicker {
  color: #efc873;
}

.ovl-section--ocean .ovl-lead,
.ovl-cta .ovl-lead {
  color: #cbd6d8;
}

.ovl-compare-item p {
  color: #c4d0d3;
}

.ovl-compare-item__number {
  color: #efc873;
}

.ovl-post-card {
  border-radius: 12px;
}

.ovl-post-card__content {
  display: flex;
  min-height: 285px;
  flex-direction: column;
}

.ovl-post-card__excerpt {
  display: -webkit-box;
  min-height: 4.75em;
  overflow: hidden;
  color: #52616a;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ovl-post-card__link {
  padding-top: 20px;
  margin-top: auto;
}

.ovl-card-title {
  font-family: var(--ovl-serif);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ovl-cta {
  background: var(--ovl-ocean-900);
}

.ovl-cta::before {
  background: linear-gradient(100deg, rgba(229, 184, 95, 0.12), transparent 42%), repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 250, 243, 0.035) 18px 20px);
}

.ovl-page-hero {
  color: #fffaf3;
  background:
    radial-gradient(circle at 82% 18%, rgba(229, 184, 95, 0.2), transparent 29%),
    linear-gradient(118deg, #102631 0%, #173542 62%, #2b5660 100%);
  border-bottom: 1px solid rgba(255, 250, 243, 0.14);
}

.ovl-page-hero .ovl-display {
  color: #fffaf3;
  font-family: var(--ovl-serif);
  font-weight: 800;
}

.ovl-page-hero .ovl-kicker {
  color: #efc873;
}

.ovl-page-hero .ovl-kicker::before {
  background: #e5b85f;
}

.ovl-page-hero .ovl-lead {
  color: #d7e1e2;
}

.ovl-site-footer {
  color: #c5d0d2;
  background: #0d2029;
}

.ovl-footer-brand .ovl-brand__tagline,
.ovl-footer-menu a,
.ovl-footer-list a {
  color: #c5d0d2;
}

.ovl-footer-title {
  color: #efc873;
}

@media (max-width: 1080px) {
  .ovl-hero__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(290px, 0.72fr);
    gap: 34px;
  }

  .ovl-hero__media {
    left: 49%;
  }

  .ovl-guide-card,
  .ovl-guide-card:first-child,
  .ovl-guide-card:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .ovl-guide-card__media,
  .ovl-guide-card__media img {
    min-height: 280px;
  }
}

@media (max-width: 782px) {
  .ovl-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .ovl-hero::before {
    display: none;
  }

  .ovl-hero__media {
    position: relative;
    inset: auto;
    order: 0;
    width: min(calc(100% - 28px), var(--ovl-container));
    height: clamp(320px, 72vw, 520px);
    margin: 14px auto 0;
    opacity: 1;
    border-radius: 14px 14px 14px 46px;
  }

  .ovl-hero__media::after {
    background: linear-gradient(180deg, transparent 58%, rgba(16, 38, 49, 0.25));
  }

  .ovl-hero__inner {
    order: 1;
    grid-template-columns: 1fr;
    padding-block: 50px 64px;
  }

  .ovl-hero-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .ovl-intro-grid {
    grid-template-columns: 1fr;
  }

  .ovl-photo-stack {
    min-height: 500px;
  }

  .ovl-guide-card,
  .ovl-guide-card:first-child,
  .ovl-guide-card:nth-child(2) {
    min-height: 0;
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .ovl-marquee {
    overflow: hidden;
  }

  .ovl-marquee__track,
  .ovl-marquee__group {
    width: max-content;
  }

  .ovl-guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .ovl-display {
    font-size: clamp(2.85rem, 14vw, 4.15rem);
  }

  .ovl-section-title {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .ovl-hero__actions .ovl-button {
    width: 100%;
  }

  .ovl-hero-card {
    padding: 23px;
    border-radius: 8px;
  }

  .ovl-photo-stack {
    min-height: 420px;
    grid-template-columns: 1fr 108px;
    gap: 10px;
  }

  .ovl-photo-stack__accent {
    min-height: 150px;
  }

  .ovl-photo-stack__stamp {
    padding: 14px 8px;
    font-size: 0.58rem;
  }

  .ovl-guide-card__media,
  .ovl-guide-card__media img {
    min-height: 245px;
  }
}

/* ========================================================================== 
   1.2.1 contrast, card rhythm, and content-management refinements
   ========================================================================== */

/* Keep all text on sand sections explicitly dark, even when the section is
   nested after a dark treatment that changes inherited foreground colours. */
.ovl-section--sand {
  color: var(--ovl-ink);
  background: var(--ovl-sand-light);
}

.ovl-section--sand .ovl-display,
.ovl-section--sand .ovl-section-title,
.ovl-section--sand .ovl-entry-title,
.ovl-section--sand .ovl-card-title,
.ovl-section--sand h1,
.ovl-section--sand h2,
.ovl-section--sand h3,
.ovl-section--sand h4,
.ovl-section--sand h5,
.ovl-section--sand h6 {
  color: var(--ovl-ink);
}

.ovl-section--sand .ovl-kicker,
.ovl-section--sand .ovl-text-link {
  color: var(--ovl-coral-dark);
}

.ovl-section--sand .ovl-lead,
.ovl-section--sand .ovl-prose,
.ovl-section--sand .ovl-post-card__excerpt {
  color: var(--ovl-muted);
}

/* Equalise vertical rhythm across every destination/guide card. */
.ovl-guide-card__content {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.ovl-guide-card__number,
.ovl-guide-card h3,
.ovl-guide-card p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Explicit high-contrast CTA foreground colours. */
.ovl-cta {
  color: var(--ovl-white);
  background: var(--ovl-ocean-900);
}

.ovl-cta .ovl-section-title {
  color: var(--ovl-white);
}

.ovl-cta .ovl-kicker {
  color: #efc873;
}

.ovl-cta .ovl-lead {
  color: #dce5e6;
}

.ovl-cta .ovl-button {
  color: var(--ovl-white);
  background: var(--ovl-coral);
  border-color: var(--ovl-coral);
}

.ovl-cta .ovl-button:hover,
.ovl-cta .ovl-button:focus-visible {
  color: var(--ovl-white);
  background: var(--ovl-coral-dark);
  border-color: var(--ovl-coral-dark);
}

@media (max-width: 1080px) {
  .ovl-guide-card__content {
    min-height: 250px;
  }
}

@media (max-width: 580px) {
  .ovl-guide-card__content {
    min-height: 220px;
    gap: 16px;
  }
}

/* ========================================================================== 
   1.2.1 ocean-section contrast fix
   ========================================================================== */

/* Lock the complete foreground palette on dark ocean sections so later global
   typography rules cannot reintroduce dark text on the dark background. */
.ovl-section--ocean {
  color: #fffaf3;
  background: var(--ovl-ocean-950);
}

.ovl-section--ocean .ovl-display,
.ovl-section--ocean .ovl-section-title,
.ovl-section--ocean .ovl-entry-title,
.ovl-section--ocean .ovl-card-title,
.ovl-section--ocean h1,
.ovl-section--ocean h2,
.ovl-section--ocean h3,
.ovl-section--ocean h4,
.ovl-section--ocean h5,
.ovl-section--ocean h6 {
  color: #fffaf3;
}

.ovl-section--ocean .ovl-kicker,
.ovl-section--ocean .ovl-compare-item__number,
.ovl-section--ocean .ovl-text-link {
  color: #efc873;
}

.ovl-section--ocean .ovl-lead,
.ovl-section--ocean .ovl-prose,
.ovl-section--ocean .ovl-compare-item p,
.ovl-section--ocean p,
.ovl-section--ocean li {
  color: #dce5e6;
}

.ovl-section--ocean a:not(.ovl-button):not(.ovl-text-link) {
  color: #efc873;
}

.ovl-section--ocean a:not(.ovl-button):hover,
.ovl-section--ocean a:not(.ovl-button):focus-visible,
.ovl-section--ocean .ovl-text-link:hover,
.ovl-section--ocean .ovl-text-link:focus-visible {
  color: #fffaf3;
}

.ovl-section--ocean .ovl-compare-list,
.ovl-section--ocean .ovl-compare-item {
  border-color: rgba(255, 250, 243, 0.22);
}

