@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/font-1.woff2) format("truetype");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/font-2.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/font-3.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/font-4.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/font-5.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/font-6.woff2) format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/font-7.woff2) format("truetype");
}

/**
 * Atlas de dos mares — sistema visual editorial costero. Sal, arena caliza y
 * azul alisio organizan un portal de recorrido, nunca una landing genérica.
 */

:root {
  --ink: #082f3e;
  --navy: #073b4c;
  --deep: #052b39;
  --teal: #008fae;
  --sea: #e4f2f1;
  --sand: #f4efe6;
  --paper: #fffdf8;
  --coral: #ec7358;
  --line: rgba(8, 47, 62, 0.18);
  --muted: #61777a;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.site-frame {
  min-height: 100vh;
}
.sale-strip {
  background: var(--coral);
  color: #fff9f2;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.sale-strip-inner {
  min-height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.sale-strip p {
  margin: 0;
}
.sale-strip p span {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 10px;
}
.sale-strip a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  white-space: nowrap;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid rgba(8, 47, 62, 0.1);
  backdrop-filter: blur(16px);
}
.nav-row {
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13.5px;
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.brand img {
  width: 52.5px;
  height: 52.5px;
  object-fit: contain;
}
.brand-dot {
  color: var(--coral);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: auto;
}
.desktop-nav a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.035em;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: var(--teal);
  transition: width 0.18s ease;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.search-link {
  color: var(--navy);
  padding: 6px;
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    transform 0.16s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.16s,
    color 0.16s,
    border-color 0.16s;
}
.nav-cta {
  background: var(--ink);
  color: white;
  padding: 11px 15px;
  font-size: 11px;
}
.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}
.nav-cta:active,
.button:active {
  transform: scale(0.97);
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  color: var(--ink);
  padding: 5px;
}
.mobile-menu {
  display: none;
}
.hero-home {
  position: relative;
  height: calc(100svh - 112px);
  min-height: 610px;
  max-height: 790px;
  color: white;
  background: var(--navy);
  overflow: hidden;
}
.hero-image,
.page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 32, 43, 0.83) 0%,
      rgba(5, 32, 43, 0.55) 38%,
      rgba(5, 32, 43, 0.04) 72%
    ),
    linear-gradient(0deg, rgba(5, 32, 43, 0.45), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(88px, 13vh, 150px);
}
.hero-index {
  display: flex;
  gap: 27px;
  color: #c3e1df;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--teal);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 800;
}
.eyebrow.light {
  color: #bde9e4;
}
.hero-content .eyebrow {
  margin-top: 33px;
}
.hero-home h1,
.page-hero h1,
.sale-hero h1,
.article-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  font-size: clamp(58px, 8vw, 108px);
}
em {
  font-weight: 400;
  color: var(--teal);
}
.hero-home h1 em,
.page-hero h1 em,
.sale-hero h1 em,
.article-hero h1 em {
  color: #d4fbf8;
}
.hero-copy {
  font-size: 17px;
  max-width: 470px;
  margin: 25px 0 29px;
  color: #f3f8f8;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.button {
  font-size: 12px;
  padding: 14px 18px;
  border: 1px solid transparent;
}
.button-primary {
  background: var(--coral);
  color: white;
}
.button-ghost {
  border-color: rgba(255, 255, 255, 0.75);
  color: white;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-outline {
  border-color: var(--ink);
  color: var(--ink);
}
.button-coral {
  background: var(--coral);
  color: white;
}
.hero-coastline {
  position: absolute;
  right: 5.5%;
  bottom: 31px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.hero-coastline i {
  width: 150px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}
.hero-coastline i:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  position: absolute;
  left: 55%;
  top: -3px;
}
.hero-scroll {
  position: absolute;
  z-index: 3;
  bottom: 27px;
  left: 5.5%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
}
.now-section {
  position: relative;
  background: var(--paper);
  padding: 115px 0 110px;
}
.coast-rule {
  position: absolute;
  left: 0;
  right: 0;
  top: 26px;
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--teal);
  font-size: 9px;
  letter-spacing: 0.1em;
}
.coast-rule span:first-child {
  margin-left: 5%;
}
.coast-rule span:last-child {
  margin-right: 5%;
}
.coast-rule i {
  height: 1px;
  background: rgba(0, 143, 174, 0.25);
  flex: 1;
}
.now-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
  gap: 20px;
  align-items: stretch;
}
.now-lead h2,
.section-heading h2,
.feature-copy h2,
.guide-list h2,
.partner-band h2,
.page-hero h1,
.image-callout h2,
.zone-panel h2,
.article-feature h2,
.source-section h2,
.sale-hero h1,
.contact-section h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.now-lead h2 {
  font-size: 51px;
  margin: 0 0 17px;
}
.now-lead p:not(.eyebrow) {
  max-width: 315px;
  color: var(--muted);
  margin: 0 0 25px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 800;
}
.today-card {
  min-height: 270px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.weather-card {
  background: var(--sea);
}
.agenda-card {
  background: var(--sand);
  position: relative;
}
.status-line {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: auto;
}
.pulse {
  width: 7px;
  height: 7px;
  background: var(--coral);
  border-radius: 50%;
}
.weather-card > svg {
  color: var(--teal);
  margin-bottom: 8px;
}
.weather-card strong {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}
.weather-card strong small {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
}
.today-card p:not(.agenda-type) {
  font-size: 12px;
  margin: 11px 0 15px;
}
.today-card a {
  font-size: 11px;
  font-weight: 800;
  margin-top: auto;
  display: flex;
  gap: 6px;
  align-items: center;
}
.date-chip {
  position: absolute;
  right: 20px;
  top: 20px;
  background: var(--coral);
  color: white;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  padding: 8px 10px;
  line-height: 1.1;
}
.date-chip b {
  font-size: 22px;
}
.agenda-type {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--teal);
  margin: 0 0 8px;
}
.agenda-card strong {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 400;
  display: block;
}
.shore-section {
  padding: 104px 0 126px;
  background: #d5e8e6;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 44px;
}
.section-heading h2 {
  font-size: clamp(38px, 4.1vw, 62px);
  margin: 0;
}
.section-heading h2 em {
  color: var(--teal);
}
.heading-side {
  max-width: 380px;
}
.section-heading > p,
.heading-side p {
  color: var(--muted);
  margin: 0 0 15px;
}
.split-heading > p {
  max-width: 330px;
}
.plan-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.plan-card {
  position: relative;
  min-height: 345px;
  padding: 28px;
  background: rgba(255, 253, 248, 0.75);
  transition:
    transform 0.18s,
    background 0.18s;
}
.plan-card:hover {
  transform: translateY(-7px);
  background: var(--paper);
}
.plan-number,
.flavour-number {
  position: absolute;
  right: 23px;
  top: 19px;
  font-family: var(--serif);
  font-size: 23px;
  color: rgba(8, 47, 62, 0.35);
}
.plan-card > svg {
  color: var(--teal);
  margin-top: 18px;
}
.plan-card .eyebrow {
  margin: 35px 0 8px;
}
.plan-card h3 {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  margin: 0 0 12px;
  font-weight: 400;
  letter-spacing: -0.035em;
}
.plan-card > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  max-width: 260px;
}
.circle-arrow {
  position: absolute;
  left: 28px;
  bottom: 26px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  display: grid;
  place-items: center;
}
.feature-pair {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 610px;
}
.feature-image {
  position: relative;
  min-height: 460px;
}
.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-caption {
  position: absolute;
  left: 27px;
  bottom: 24px;
  color: white;
  display: flex;
  gap: 17px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.feature-copy {
  padding: clamp(65px, 9vw, 130px) clamp(30px, 7vw, 100px);
  background: var(--sand);
}
.feature-copy h2 {
  font-size: clamp(42px, 4.8vw, 65px);
  margin: 0 0 23px;
}
.feature-copy > p:not(.eyebrow) {
  max-width: 440px;
  color: var(--muted);
  margin: 0 0 24px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 31px;
}
.check-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 11px 0;
  font-size: 12px;
  font-weight: 700;
}
.check-list svg {
  color: var(--teal);
}
.beaches-strip {
  background: var(--navy);
  color: white;
  padding: 105px 0 110px;
}
.compact-heading {
  margin-bottom: 35px;
}
.light {
  color: #bde9e4;
}
.beach-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.beach-card {
  display: flex;
  min-height: 290px;
  background: #0d5365;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  transition:
    background 0.18s,
    transform 0.18s;
}
.beach-card:hover {
  background: #126c7c;
  transform: translateY(-5px);
}
.beach-card:nth-child(2) {
  background: #11586a;
}
.beach-card:nth-child(3) {
  background: #0a4758;
}
.beach-card-top {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.dual-dots {
  display: flex;
  gap: 4px;
}
.dual-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bde9e4;
}
.dual-dots i + i {
  background: #6098ad;
}
.beach-card p {
  font-size: 10px;
  color: #c8e5e2;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin: 0 0 6px;
}
.beach-card h3 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  margin: 0 0 10px;
  letter-spacing: -0.04em;
}
.beach-card div > span {
  color: #d6e8e8;
  font-size: 12px;
  display: block;
  max-width: 210px;
}
.beach-arrow {
  align-self: flex-end;
  margin-top: 15px;
}
.guide-section {
  padding: 120px 0;
  background: var(--paper);
}
.guide-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: start;
}
.guide-image {
  position: relative;
  margin-top: 50px;
}
.guide-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.image-km {
  position: absolute;
  right: -55px;
  top: -27px;
  background: var(--coral);
  color: white;
  padding: 15px 18px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}
.image-km small {
  font-size: 9px;
  letter-spacing: 0.07em;
}
.guide-list h2 {
  font-size: clamp(45px, 5vw, 68px);
  margin: 0 0 14px;
}
.guide-intro {
  color: var(--muted);
  margin: 0 0 26px;
}
.guide-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  transition: padding 0.18s;
}
.guide-row:hover {
  padding-left: 8px;
}
.guide-row > span {
  font-size: 10px;
  font-weight: 800;
  color: var(--teal);
}
.guide-row > div {
  flex: 1;
}
.guide-row p {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  color: var(--teal);
  margin: 0;
}
.guide-row h3 {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: 3px 0;
}
.guide-list > .button {
  margin-top: 27px;
}
.partner-band {
  background: var(--coral);
  color: white;
  padding: 80px 0;
}
.partner-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr;
  gap: 55px;
  align-items: end;
}
.partner-band h2 {
  font-size: 50px;
  margin: 0;
}
.partner-band h2 em {
  color: #ffe1cf;
}
.partner-grid > div:nth-child(2) > p {
  margin: 0 0 20px;
  max-width: 330px;
}
.partner-note {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 20px;
}
.partner-note span {
  font-family: var(--serif);
  font-size: 29px;
}
.partner-note p {
  font-size: 12px;
  margin: 7px 0 0;
}
.site-footer {
  background: var(--deep);
  color: #eaf3f2;
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 60px;
}
.footer-intro p {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.05;
  max-width: 280px;
  margin: 20px 0;
}
.footer-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #bde9e4;
}
.footer-grid > div:not(.footer-intro) {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
}
.footer-label {
  color: #89babf;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 5px;
}
.footer-grid span {
  font-size: 12px;
  color: #a5c7c8;
}
.footer-bottom {
  border-top: 1px solid rgba(226, 250, 248, 0.18);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #a5c7c8;
}
/* Interior pages */
.page-hero {
  height: 465px;
  position: relative;
  color: white;
  background: var(--navy);
}
.page-hero-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 39, 50, 0.87),
    rgba(4, 39, 50, 0.5) 55%,
    rgba(4, 39, 50, 0.12)
  );
}
.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 88px;
}
.page-hero h1 {
  font-size: clamp(52px, 6.4vw, 82px);
  max-width: 760px;
}
.page-hero-content > p:not(.eyebrow) {
  max-width: 510px;
  font-size: 15px;
  margin: 19px 0 0;
  color: #ebf5f5;
}
.hero-quiet-label {
  position: absolute;
  right: 0;
  top: 228px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #bde9e4;
  writing-mode: vertical-rl;
}
.breadcrumb {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--muted);
}
.breadcrumb a {
  color: var(--teal);
  font-weight: 800;
}
.content-section {
  padding: 83px 0 108px;
}
.compact-bottom {
  padding-bottom: 85px;
}
.filter-bar {
  border-block: 1px solid var(--line);
  padding: 14px 0;
  display: flex;
  gap: 9px;
  align-items: center;
  overflow: auto;
  margin-bottom: 65px;
}
.filter-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  margin-right: 11px;
}
.filter-bar button {
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 10px;
  white-space: nowrap;
  padding: 7px 11px;
  color: var(--ink);
}
.filter-bar button:hover {
  background: var(--ink);
  color: white;
}
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.listing-card {
  border: 1px solid var(--line);
  padding: 23px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.18s,
    border-color 0.18s,
    box-shadow 0.18s;
}
.listing-card:hover {
  transform: translateY(-5px);
  border-color: var(--teal);
  box-shadow: 0 14px 30px rgba(8, 47, 62, 0.08);
}
.listing-meta {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: 0.11em;
}
.dual-label {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  letter-spacing: 0;
}
.dual-label i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.dual-label i + i {
  background: #4e8597;
  margin-left: -7px;
  opacity: 0.9;
}
.listing-card h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 33px 0 8px;
}
.listing-card > p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.listing-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  margin-top: auto;
  padding-top: 18px;
}
.image-callout {
  background: var(--navy);
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 465px;
}
.image-callout-copy {
  padding: 80px max(calc((100vw - 1200px) / 2), 24px);
}
.image-callout h2 {
  font-size: 51px;
  margin: 0 0 16px;
}
.image-callout h2 em {
  color: #c8f1ed;
}
.image-callout-copy > p:not(.eyebrow) {
  max-width: 340px;
  color: #d1e4e2;
  margin: 0 0 24px;
}
.image-callout > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-grid,
.tip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.faq-grid > div,
.tip-grid > div {
  padding: 24px;
  border-top: 2px solid var(--teal);
  background: var(--sand);
}
.faq-grid h3,
.tip-grid h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 12px;
  letter-spacing: -0.025em;
}
.faq-grid p,
.tip-grid p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.tip-grid > div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 2px solid var(--teal);
}
.tip-grid svg {
  color: var(--teal);
  margin-bottom: 26px;
}
.today-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 16px;
}
.decision-main {
  background: var(--sea);
  padding: 29px;
  min-height: 360px;
  position: relative;
}
.decision-main svg {
  color: var(--teal);
  margin-top: 30px;
}
.decision-number {
  position: absolute;
  right: 24px;
  top: 18px;
  font-family: var(--serif);
  font-size: 27px;
  color: rgba(8, 47, 62, 0.35);
}
.decision-main h3 {
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  margin: 0 0 11px;
  letter-spacing: -0.04em;
}
.decision-main > p:not(.eyebrow) {
  font-size: 13px;
  max-width: 295px;
  color: var(--muted);
  margin: 0;
}
.decision-main a {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  margin-top: 26px;
}
.dark-decision {
  background: var(--navy);
  color: white;
}
.dark-decision .decision-number {
  color: #8fc5c8;
}
.dark-decision svg {
  color: #bde9e4;
}
.dark-decision .eyebrow {
  color: #bde9e4;
}
.dark-decision > p:not(.eyebrow) {
  color: #d6e8e8;
}
.day-sidebar {
  background: var(--sand);
  padding: 28px;
}
.day-sidebar > div {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}
.day-sidebar > div svg {
  color: var(--teal);
  flex: none;
}
.day-sidebar a {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}
.soft-section {
  padding: 90px 0;
  background: var(--sand);
}
.plan-list-large {
  border-top: 1px solid var(--line);
}
.plan-list-large > a {
  display: grid;
  grid-template-columns: 70px 1fr 25px;
  align-items: center;
  gap: 15px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.18s;
}
.plan-list-large > a:hover {
  padding-left: 8px;
}
.plan-list-large > a > span {
  font-family: var(--serif);
  font-size: 32px;
  color: var(--teal);
}
.plan-list-large p {
  font-size: 9px;
  letter-spacing: 0.13em;
  font-weight: 800;
  color: var(--teal);
  margin: 0;
}
.plan-list-large h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.03em;
  font-size: 31px;
  line-height: 1;
  margin: 4px 0;
}
.zone-timeline {
  border-top: 1px solid var(--line);
}
.zone-row {
  display: grid;
  grid-template-columns: 100px 18px 1fr 165px 25px;
  gap: 19px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  transition:
    background 0.18s,
    padding 0.18s;
}
.zone-row:hover {
  padding-left: 8px;
  background: rgba(228, 242, 241, 0.35);
}
.zone-index {
  font-family: var(--serif);
  font-size: 25px;
  color: var(--teal);
}
.zone-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--coral);
  position: relative;
}
.zone-dot:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 64px;
  background: var(--line);
  left: 5px;
  top: 11px;
}
.zone-row:last-child .zone-dot:after {
  display: none;
}
.zone-row h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0 0 5px;
}
.zone-row p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.zone-verbs {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.zone-panel {
  background: var(--navy);
  color: white;
  padding: 82px 0;
}
.zone-panel-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.5fr;
  gap: 55px;
  align-items: end;
}
.zone-panel h2 {
  font-size: 50px;
  margin: 0;
}
.zone-panel h2 em {
  color: #bde9e4;
}
.zone-panel-grid > div:nth-child(2) > p {
  color: #d5e9e7;
  margin: 0 0 22px;
  max-width: 330px;
}
.zone-stat {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.zone-stat b {
  font-family: var(--serif);
  font-size: 59px;
  font-weight: 400;
  line-height: 1;
}
.zone-stat span {
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.calendar-ribbon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--ink);
  color: white;
  padding: 21px 26px;
  margin-bottom: 67px;
}
.calendar-ribbon > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}
.calendar-ribbon span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.calendar-ribbon b {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}
.week-dots {
  display: flex;
  gap: 12px;
}
.week-dots span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #bbdfe0;
  font-size: 9px;
}
.week-dots .active {
  background: var(--coral);
  color: white;
  border-radius: 50%;
}
.calendar-ribbon > a {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  gap: 7px;
  align-items: center;
}
.agenda-list {
  border-top: 1px solid var(--line);
}
.agenda-row {
  display: grid;
  grid-template-columns: 74px 1fr 100px 25px;
  gap: 21px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.18s;
}
.agenda-row:hover {
  padding-left: 8px;
}
.agenda-date {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.agenda-date strong {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
}
.agenda-date span {
  font-size: 9px;
  font-weight: 800;
  color: var(--teal);
  letter-spacing: 0.1em;
}
.agenda-title p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--teal);
  font-weight: 800;
  margin: 0;
}
.agenda-title h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
  margin: 4px 0;
  letter-spacing: -0.03em;
}
.agenda-time {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}
.schedule-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.schedule-cards article {
  background: var(--paper);
  padding: 26px;
  min-height: 250px;
  position: relative;
}
.schedule-cards article > span {
  position: absolute;
  right: 20px;
  top: 16px;
  font-family: var(--serif);
  font-size: 28px;
  color: rgba(8, 47, 62, 0.35);
}
.schedule-cards h3 {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 25px 0 11px;
}
.schedule-cards p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 19px;
}
.schedule-cards a,
.flavour-card a {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  gap: 7px;
  align-items: center;
}
.article-stack {
  border-top: 1px solid var(--line);
}
.article-row {
  display: grid;
  grid-template-columns: 70px 1fr 28px;
  align-items: center;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.18s;
}
.article-row:hover {
  padding-left: 8px;
}
.article-count {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--teal);
}
.article-row p {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--teal);
  margin: 0;
}
.article-row h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 4px 0;
}
.article-row div > span {
  font-size: 11px;
  color: var(--muted);
}
.article-feature {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 465px;
}
.article-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-feature > div {
  background: var(--sea);
  padding: 78px clamp(26px, 7vw, 95px);
}
.article-feature h2 {
  font-size: 50px;
  margin: 0 0 17px;
}
.article-feature > div > p:not(.eyebrow) {
  color: var(--muted);
  margin: 0 0 24px;
}
.flavour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.flavour-card {
  border-top: 2px solid var(--coral);
  padding: 25px;
  background: var(--sand);
  min-height: 325px;
  position: relative;
}
.flavour-card > span {
  font-size: 9px;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: 0.1em;
}
.flavour-card svg {
  color: var(--teal);
  margin: 32px 0 24px;
}
.flavour-card h3 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
}
.flavour-card h4 {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--teal);
  letter-spacing: 0.1em;
  margin: 8px 0;
}
.flavour-card p {
  font-size: 12px;
  color: var(--muted);
  max-width: 265px;
  margin: 0 0 20px;
}
.food-pair .feature-copy {
  background: var(--sea);
}
.ecology-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ecology-grid article {
  padding: 30px;
  background: var(--sand);
  min-height: 260px;
}
.ecology-grid svg {
  color: var(--teal);
  margin-bottom: 34px;
}
.ecology-grid h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0 0 12px;
}
.ecology-grid p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.source-section {
  background: var(--navy);
  color: white;
  padding: 80px 0;
}
.source-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.45fr;
  gap: 48px;
  align-items: end;
}
.source-section h2 {
  font-size: 47px;
  margin: 0;
}
.source-section h2 em {
  color: #bde9e4;
}
.source-grid > div:nth-child(2) > p {
  color: #d0e4e2;
  max-width: 390px;
  margin: 0 0 22px;
}
.source-seal {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.source-seal svg {
  color: #bde9e4;
}
.source-seal span {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: 800;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 10%;
  align-items: start;
}
.detail-story {
  max-width: 610px;
}
.lead-text {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 28px;
}
.detail-rule {
  width: 55px;
  height: 2px;
  background: var(--coral);
  margin: 32px 0;
}
.detail-story h2 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 29px 0 10px;
}
.detail-story > p:not(.lead-text) {
  color: var(--muted);
  margin: 0 0 21px;
}
.detail-aside {
  background: var(--sea);
  padding: 26px;
}
.detail-aside > div {
  border-top: 1px solid rgba(8, 47, 62, 0.17);
  padding: 14px 0;
  display: flex;
  flex-direction: column;
}
.detail-aside > div span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--teal);
}
.detail-aside > div b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 4px;
}
.detail-aside a {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 8px;
}
.related-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.related-mini a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding: 24px;
  background: var(--paper);
  min-height: 160px;
}
.related-mini span {
  font-size: 9px;
  color: var(--teal);
  letter-spacing: 0.1em;
  font-weight: 800;
  grid-column: 1/-1;
}
.related-mini h3 {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  margin: 30px 0 0;
  letter-spacing: -0.03em;
}
.article-hero {
  background: var(--navy);
  color: white;
  padding: 40px 0 70px;
}
.article-hero .breadcrumb {
  margin-bottom: 46px;
  color: #afd3d3;
}
.article-hero h1 {
  font-size: clamp(55px, 7vw, 94px);
  max-width: 850px;
}
.article-dek {
  font-size: 16px;
  line-height: 1.5;
  color: #d4e8e6;
  max-width: 530px;
  margin: 24px 0;
}
.article-byline {
  display: flex;
  gap: 9px;
  color: #bde9e4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.article-hero-image {
  height: 470px;
}
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-body {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 12%;
  padding-top: 80px;
  padding-bottom: 110px;
}
.article-body aside {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  align-self: start;
  position: sticky;
  top: 108px;
}
.article-body aside span {
  color: var(--teal);
  display: block;
  margin-bottom: 12px;
}
.article-body aside a {
  display: block;
  border-top: 1px solid var(--line);
  padding: 11px 0;
}
.article-body article {
  max-width: 670px;
}
.article-body h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.04em;
  font-size: 43px;
  line-height: 1;
  margin: 39px 0 13px;
}
.article-body article > p:not(.lead-text) {
  font-size: 16px;
  color: #456064;
  line-height: 1.7;
}
.article-body blockquote {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.1;
  color: var(--teal);
  border-left: 2px solid var(--coral);
  margin: 38px 0;
  padding-left: 25px;
}
.article-cta {
  background: var(--sand);
  padding: 28px;
  margin-top: 42px;
}
.article-cta h3 {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0 0 18px;
}
.sale-hero {
  background: var(--navy);
  color: white;
  min-height: 500px;
  padding: 80px 0;
  position: relative;
}
.sale-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.sale-hero h1 {
  font-size: clamp(72px, 10vw, 130px);
  margin: 0;
}
.sale-hero h1 span {
  color: var(--coral);
}
.sale-hero p:not(.eyebrow) {
  max-width: 500px;
  font-size: 17px;
  color: #d4e8e6;
  margin: 19px 0 27px;
}
.sale-orbit {
  height: 330px;
  position: relative;
  display: grid;
  place-items: center;
}
.sale-orbit b {
  font-family: var(--serif);
  font-size: 94px;
  font-weight: 400;
  line-height: 0.7;
  position: relative;
  z-index: 2;
}
.sale-orbit small {
  position: absolute;
  margin-top: 88px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 10px;
  z-index: 2;
}
.sale-orbit > span {
  position: absolute;
  font-size: 10px;
  color: #bde9e4;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.sale-orbit > span:first-child {
  left: 12%;
  top: 20%;
}
.sale-orbit > span:last-child {
  right: 9%;
  bottom: 18%;
}
.orbit-ring {
  position: absolute;
  border: 1px solid rgba(189, 233, 228, 0.7);
  border-radius: 50%;
}
.orbit-ring.one {
  width: 270px;
  height: 175px;
  transform: rotate(-22deg);
}
.orbit-ring.two {
  width: 180px;
  height: 280px;
  border-color: rgba(236, 115, 88, 0.9);
  transform: rotate(28deg);
}
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.business-grid > div {
  padding: 25px;
  background: var(--sand);
  min-height: 245px;
}
.business-grid span {
  font-family: var(--serif);
  font-size: 34px;
  color: var(--coral);
}
.business-grid h3 {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  font-weight: 400;
  margin: 35px 0 11px;
  letter-spacing: -0.035em;
}
.business-grid p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.contact-section {
  background: var(--coral);
  color: white;
  padding: 85px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 12%;
  align-items: end;
}
.contact-section h2 {
  font-size: 58px;
  margin: 0;
}
.contact-section h2 em {
  color: #ffe1cf;
}
.contact-grid > div:last-child > p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 21px;
}
.contact-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  font-family: var(--serif);
  font-size: 29px;
}
.contact-grid small {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  color: #ffdfcf;
}
@media (max-width: 850px) {
  .shell {
    width: min(100% - 32px, 680px);
  }
  .sale-strip-inner {
    min-height: 44px;
  }
  .sale-strip p {
    font-size: 10px;
    line-height: 1.25;
  }
  .sale-strip a {
    font-size: 10px;
  }
  .site-header,
  .mobile-menu {
    display: none !important;
  }
  .desktop-nav,
  .nav-cta,
  .search-link {
    display: none;
  }
  .menu-button {
    display: none;
  }
  .mobile-menu .shell {
    padding: 16px 0 20px;
  }
  .mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 25px;
    animation: menuin 0.25s both;
  }
  .mobile-menu .mobile-sale {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 800;
    color: var(--coral);
    border: 0;
    padding-top: 18px;
  }
  @keyframes menuin {
    from {
      opacity: 0;
      transform: translateY(-7px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .nav-row {
    height: 68px;
  }
  .hero-home {
    height: 620px;
    min-height: 0;
  }
  .hero-content {
    padding-top: 76px;
  }
  .hero-home h1 {
    font-size: 61px;
  }
  .hero-index {
    gap: 16px;
  }
  .hero-copy {
    font-size: 15px;
    max-width: 370px;
  }
  .hero-coastline {
    right: 16px;
    bottom: 23px;
  }
  .hero-coastline i {
    width: 72px;
  }
  .hero-scroll {
    left: 16px;
    bottom: 21px;
  }
  .now-section,
  .shore-section,
  .guide-section {
    padding: 75px 0;
  }
  .now-grid,
  .plan-rail,
  .beach-cards,
  .feature-pair,
  .guide-layout,
  .partner-grid,
  .footer-grid,
  .today-decision-grid,
  .zone-panel-grid,
  .schedule-cards,
  .article-feature,
  .flavour-grid,
  .ecology-grid,
  .source-grid,
  .detail-layout,
  .business-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .now-grid {
    gap: 14px;
  }
  .now-lead {
    margin-bottom: 15px;
  }
  .today-card {
    min-height: 210px;
  }
  .section-heading {
    display: block;
    margin-bottom: 31px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .heading-side {
    margin-top: 16px;
  }
  .plan-rail,
  .beach-cards {
    gap: 10px;
  }
  .plan-card {
    min-height: 260px;
    padding: 21px;
  }
  .plan-card h3 {
    font-size: 27px;
  }
  .plan-card > svg {
    margin-top: 12px;
  }
  .plan-card .eyebrow {
    margin-top: 23px;
  }
  .circle-arrow {
    left: 21px;
    bottom: 20px;
  }
  .feature-image {
    min-height: 340px;
  }
  .feature-copy {
    padding: 56px 16px;
  }
  .feature-copy h2 {
    font-size: 47px;
  }
  .beach-card {
    min-height: 245px;
    padding: 21px;
  }
  .guide-layout {
    gap: 39px;
  }
  .guide-image {
    margin-top: 0;
  }
  .guide-image img {
    aspect-ratio: 16/10;
  }
  .image-km {
    right: 10px;
    top: 10px;
  }
  .partner-grid {
    gap: 27px;
  }
  .partner-band h2 {
    font-size: 47px;
  }
  .footer-grid {
    gap: 28px;
  }
  .footer-intro p {
    font-size: 22px;
  }
  .footer-bottom {
    font-size: 9px;
  }
  .page-hero {
    height: 410px;
  }
  .page-hero-content {
    padding-top: 70px;
  }
  .page-hero h1 {
    font-size: 56px;
  }
  .page-hero-content > p:not(.eyebrow) {
    font-size: 14px;
  }
  .hero-quiet-label {
    display: none;
  }
  .content-section {
    padding: 62px 0 75px;
  }
  .filter-bar {
    margin-bottom: 48px;
  }
  .listing-grid,
  .faq-grid,
  .tip-grid,
  .related-mini {
    grid-template-columns: 1fr;
  }
  .listing-card {
    min-height: 190px;
  }
  .image-callout {
    grid-template-columns: 1fr;
  }
  .image-callout-copy {
    padding: 60px 16px;
  }
  .image-callout > img {
    min-height: 330px;
  }
  .today-decision-grid {
    gap: 10px;
  }
  .decision-main {
    min-height: 300px;
  }
  .soft-section {
    padding: 65px 0;
  }
  .zone-row {
    grid-template-columns: 69px 14px 1fr 20px;
    gap: 9px;
  }
  .zone-row .zone-verbs {
    display: none;
  }
  .zone-row h3 {
    font-size: 26px;
  }
  .zone-row p {
    font-size: 11px;
  }
  .zone-panel {
    padding: 64px 0;
  }
  .zone-panel h2 {
    font-size: 46px;
  }
  .zone-stat {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0 0;
  }
  .calendar-ribbon {
    margin-bottom: 45px;
    padding: 16px;
  }
  .week-dots {
    gap: 3px;
  }
  .week-dots span {
    width: 20px;
    height: 20px;
  }
  .calendar-ribbon > a {
    display: none;
  }
  .agenda-row {
    grid-template-columns: 55px 1fr 20px;
    gap: 9px;
  }
  .agenda-time {
    display: none;
  }
  .agenda-title h3 {
    font-size: 25px;
  }
  .article-row {
    grid-template-columns: 45px 1fr 22px;
    padding: 20px 0;
  }
  .article-row h3 {
    font-size: 27px;
  }
  .article-feature > div {
    padding: 56px 16px;
  }
  .article-feature h2 {
    font-size: 46px;
  }
  .flavour-card {
    min-height: 285px;
  }
  .source-section {
    padding: 64px 0;
  }
  .source-section h2 {
    font-size: 43px;
  }
  .source-seal {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0 0;
  }
  .detail-layout {
    gap: 35px;
  }
  .article-hero {
    padding: 22px 0 55px;
  }
  .article-hero .breadcrumb {
    margin-bottom: 30px;
  }
  .article-body {
    grid-template-columns: 1fr;
    padding-top: 52px;
    padding-bottom: 80px;
  }
  .article-body aside {
    display: none;
  }
  .article-body h2 {
    font-size: 39px;
  }
  .article-body blockquote {
    font-size: 27px;
  }
  .article-hero-image {
    height: 350px;
  }
  .sale-hero {
    padding: 65px 0;
  }
  .sale-hero-grid {
    grid-template-columns: 1fr;
  }
  .sale-orbit {
    height: 230px;
    margin-top: 35px;
  }
  .orbit-ring.one {
    width: 200px;
    height: 120px;
  }
  .orbit-ring.two {
    width: 130px;
    height: 210px;
  }
  .sale-orbit b {
    font-size: 75px;
  }
  .sale-orbit small {
    margin-top: 70px;
  }
  .sale-orbit > span:first-child {
    left: 15%;
    top: 17%;
  }
  .sale-orbit > span:last-child {
    right: 12%;
    bottom: 13%;
  }
  .contact-section {
    padding: 65px 0;
  }
  .contact-section h2 {
    font-size: 51px;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-email {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  .sale-strip p {
    max-width: 220px;
  }
  .sale-strip a {
    font-size: 0;
  }
  .sale-strip a svg {
    width: 17px;
    height: 17px;
  }
  .hero-home h1 {
    font-size: 54px;
  }
  .hero-coastline {
    display: none;
  }
  .hero-scroll {
    font-size: 10px;
  }
  .plan-rail,
  .beach-cards {
    grid-template-columns: 1fr;
  }
  .plan-card {
    min-height: 220px;
  }
  .plan-card > p:not(.eyebrow) {
    max-width: 300px;
  }
  .beach-card {
    min-height: 220px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin: 4px 0;
  }
  .page-hero h1 {
    font-size: 51px;
  }
  .page-hero {
    height: 390px;
  }
  .filter-label {
    display: none;
  }
  .page-hero-content {
    padding-top: 62px;
  }
  .article-hero h1 {
    font-size: 55px;
  }
  .lead-text {
    font-size: 28px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .plan-card,
  .beach-card,
  .listing-card,
  .guide-row,
  .zone-row,
  .agenda-row,
  .article-row,
  .plan-list-large > a {
    will-change: transform;
  }
  .hero-image {
    animation: slowdrift 16s ease-in-out infinite alternate;
  }
  @keyframes slowdrift {
    to {
      transform: scale(1.035);
    }
  }
}

/* Navegación móvil estática: se activa únicamente con JavaScript vanilla. */
@media (max-width: 850px) {
  .mobile-menu {
    display: none;
  }
  .mobile-menu.is-open {
    display: block;
  }
}

/* La publicación estática conserva en móvil el logo y el acceso al menú. */
@media (max-width: 850px) {
  .site-header {
    display: block !important;
  }
  .menu-button {
    display: block !important;
  }
  .mobile-menu {
    display: none !important;
  }
  .mobile-menu.is-open {
    display: block !important;
  }
}
