.explore-page { color: var(--ink); background: var(--cream); }
.explore-page main { overflow: hidden; }
.section-top-none { padding-top: 0; }

.explore-hero { position: relative; min-height: 560px; overflow: hidden; color: var(--white); background: var(--lagoon-950); }
.explore-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.explore-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,42,51,.88), rgba(3,42,51,.42) 58%, rgba(3,42,51,.18)); content: ""; }
.explore-hero-inner { position: relative; z-index: 1; display: flex; min-height: 560px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-block: 64px; }
.explore-hero .breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 auto; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.explore-hero h1 { max-width: 1020px; margin: 18px 0 20px; color: var(--white); font-size: clamp(60px, 8vw, 108px); letter-spacing: -.04em; line-height: .92; }
.explore-hero h1 em { color: #efbd92; }
.explore-hero-copy { max-width: 680px; margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.85; }

.explore-intro { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 120px); align-items: start; }
.explore-intro h2 { margin: 16px 0 0; }
.explore-intro-copy { padding-top: 35px; }
.explore-intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.95; }

.amenity-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-card { min-height: 235px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--terra); background: #f6e5d6; font-family: var(--serif); font-size: 23px; }
.amenity-card h3 { margin: 26px 0 12px; font-size: 28px; }
.amenity-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.feature-split.reverse .feature-media { order: 2; }
.feature-media { min-height: 650px; }
.feature-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(55px, 8vw, 120px); background: var(--sand); }
.feature-split.dark .feature-copy { color: var(--white); background: var(--lagoon-950); }
.feature-copy h2 { margin: 17px 0 25px; }
.feature-split.dark .feature-copy h2 { color: var(--white); }
.feature-copy p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.feature-split.dark .feature-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.feature-kicker { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 28px; }
.feature-kicker span { padding: 8px 11px; color: var(--lagoon-900); background: rgba(7,86,106,.08); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.feature-split.dark .feature-kicker span { color: #f0c39e; background: rgba(255,255,255,.08); }

.explore-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 270px 270px; gap: 14px; }
.explore-gallery-button { position: relative; min-width: 0; min-height: 44px; overflow: hidden; border: 0; padding: 0; background: var(--sand); cursor: pointer; }
.explore-gallery-button:first-child { grid-row: 1 / 3; }
.explore-gallery-button:last-child { grid-column: 2 / 4; }
.explore-gallery-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.explore-gallery-button:hover img { transform: scale(1.04); }
.explore-gallery-button::after { position: absolute; right: 14px; bottom: 14px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: rgba(4,53,63,.78); content: "+"; font-family: var(--serif); font-size: 24px; }

.catalog-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 410px); gap: 50px; align-items: end; }
.catalog-head h2 { margin: 16px 0 0; font-size: clamp(54px, 7vw, 88px); }
.catalog-head > p { margin: 0; color: var(--muted); line-height: 1.9; }
.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin: 48px 0 34px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip, .pagination-button { min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 17px; color: var(--ink); background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.filter-chip[aria-pressed="true"], .pagination-button[aria-current="page"] { border-color: var(--lagoon-900); color: var(--white); background: var(--lagoon-900); }
.catalog-search { position: relative; min-width: min(100%, 290px); }
.catalog-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.catalog-search input { width: 100%; min-height: 46px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 0 40px 0 2px; color: var(--ink); background: transparent; }
.catalog-search span { position: absolute; top: 50%; right: 2px; transform: translateY(-50%); color: var(--terra); font-size: 18px; }
.catalog-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.explore-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 22px; }
.explore-card { display: flex; min-width: 0; flex-direction: column; background: var(--white); box-shadow: 0 15px 42px rgba(8,62,72,.09); }
.explore-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.explore-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.explore-card:hover .explore-card-media img { transform: scale(1.04); }
.explore-card-tag { position: absolute; top: 16px; left: 16px; padding: 8px 10px; color: var(--white); background: rgba(4,53,63,.82); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.explore-card-body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.explore-card-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: var(--terra); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.explore-card h3 { margin: 13px 0 15px; font-size: 31px; line-height: 1.08; }
.explore-card p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.82; }
.explore-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.explore-card-footer span { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.explore-card-footer a { font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.empty-state { padding: 65px 24px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.empty-state h3 { margin-bottom: 10px; }
.empty-state p { color: var(--muted); }
.catalog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 42px; }
.pagination-button:disabled { opacity: .42; cursor: not-allowed; }

.area-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 54px; background: var(--line); }
.area-intro { padding: 34px; background: var(--white); }
.area-intro span { color: var(--terra); font-family: var(--serif); font-size: 42px; }
.area-intro h3 { margin: 24px 0 13px; font-size: 29px; }
.area-intro p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }

.newsletter-band { color: var(--white); background: var(--lagoon-950); }
.newsletter-inner { display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: 70px; align-items: center; }
.newsletter-inner h2 { margin: 15px 0 18px; color: var(--white); }
.newsletter-inner p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.72); line-height: 1.85; }
.newsletter-form { display: flex; gap: 10px; align-items: start; flex-wrap: wrap; }
.newsletter-field { flex: 1 1 220px; }
.newsletter-field label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.7); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.newsletter-field input { width: 100%; min-height: 48px; border: 1px solid rgba(255,255,255,.28); padding: 0 14px; color: var(--white); background: rgba(255,255,255,.06); }
.newsletter-form .form-status { flex-basis: 100%; margin: 7px 0 0; color: rgba(255,255,255,.8); font-size: 11px; }
.newsletter-form .form-status a { color: #f0bf96; text-decoration: underline; }

.story-article .article-title-section { background: var(--sand); }
.story-article .article-layout { grid-template-columns: minmax(0, 760px) 300px; }
.article-toc { align-self: start; position: sticky; top: 120px; padding: 27px; border: 1px solid var(--line); background: var(--white); }
.article-toc h2 { margin-bottom: 17px; font-size: 28px; }
.article-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.article-toc li + li { margin-top: 8px; }
.article-toc a { display: flex; min-height: 44px; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.article-toc a::before { color: var(--terra); content: counter(toc, decimal-leading-zero); counter-increment: toc; font-family: var(--serif); font-size: 18px; }
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); }
.article-share > span { margin-right: 8px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.article-share a, .article-share button { display: inline-flex; min-height: 44px; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 15px; color: var(--ink); background: transparent; font-size: 10px; font-weight: 600; cursor: pointer; }

.destination-title { padding: 62px 0 52px; background: var(--sand); }
.destination-title .breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 38px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.destination-title-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 70px; align-items: end; }
.destination-title h1 { margin: 17px 0 0; font-size: clamp(56px, 8vw, 104px); letter-spacing: -.04em; line-height: .91; }
.destination-title-copy { color: var(--muted); font-size: 14px; line-height: 1.9; }
.destination-hero { width: min(100% - 40px, 1400px); height: min(63vw, 740px); min-height: 430px; margin: 0 auto; overflow: hidden; background: var(--lagoon-950); }
.destination-hero img { width: 100%; height: 100%; object-fit: cover; }
.fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--white); }
.fact-card { padding: 30px; }
.fact-card + .fact-card { border-left: 1px solid var(--line); }
.fact-card span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.fact-card strong { font-family: var(--serif); font-size: 28px; font-weight: 600; }
.destination-body { display: grid; grid-template-columns: minmax(0, 760px) minmax(250px, 320px); gap: clamp(50px, 8vw, 110px); justify-content: center; }
.highlight-panel { align-self: start; padding: 30px; color: var(--white); background: var(--lagoon-950); }
.highlight-panel h2 { margin-bottom: 18px; color: var(--white); font-size: 31px; }
.highlight-panel ul { margin: 0; padding: 0; list-style: none; }
.highlight-panel li { position: relative; padding: 14px 0 14px 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.7; }
.highlight-panel li::before { position: absolute; top: 18px; left: 0; color: #efbd92; content: "✦"; }
.directions-panel { display: grid; grid-template-columns: .85fr 1.15fr; color: var(--white); background: var(--terra); }
.directions-copy { padding: clamp(55px, 7vw, 100px); }
.directions-copy h2 { margin: 16px 0 22px; color: var(--white); }
.directions-copy p { color: rgba(255,255,255,.8); line-height: 1.9; }
.directions-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.directions-media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.destination-related .explore-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.explore-lightbox { width: min(94vw, 1120px); max-width: none; height: min(88vh, 780px); max-height: none; border: 0; padding: 0; overflow: visible; background: transparent; }
.explore-lightbox::backdrop { background: rgba(2,27,33,.92); backdrop-filter: blur(5px); }
.explore-lightbox img { width: 100%; height: 100%; object-fit: contain; }
.explore-lightbox-close { position: absolute; z-index: 2; top: -52px; right: 0; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--white); background: transparent; font-family: var(--serif); font-size: 28px; cursor: pointer; }

@media (max-width: 1024px) {
  .amenity-list { grid-template-columns: repeat(2, 1fr); }
  .feature-copy { padding: 65px 45px; }
  .explore-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-article .article-layout, .destination-body { grid-template-columns: minmax(0, 1fr) 270px; gap: 45px; }
  .destination-title-grid { gap: 45px; }
}

@media (max-width: 767px) {
  .explore-hero, .explore-hero-inner { min-height: 470px; }
  .explore-hero-inner { padding-block: 44px; }
  .explore-hero h1 { font-size: clamp(49px, 15vw, 70px); overflow-wrap: anywhere; }
  .explore-hero-copy { font-size: 13px; }
  .explore-intro, .feature-split, .catalog-head, .newsletter-inner, .destination-title-grid, .destination-body, .story-article .article-layout, .directions-panel { grid-template-columns: 1fr; }
  .feature-split.reverse .feature-media { order: 0; }
  .feature-media, .feature-split { min-height: 0; }
  .feature-media img { height: 430px; }
  .feature-copy { padding: 58px 24px; }
  .amenity-list, .area-intro-grid, .explore-card-grid, .destination-related .explore-card-grid { grid-template-columns: 1fr; }
  .amenity-card { min-height: 210px; }
  .explore-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px 170px; gap: 8px; }
  .explore-gallery-button:first-child { grid-column: 1 / 3; grid-row: auto; }
  .explore-gallery-button:last-child { grid-column: 1 / 3; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search { width: 100%; }
  .newsletter-inner { gap: 35px; }
  .newsletter-form { flex-direction: column; }
  .newsletter-field, .newsletter-form .button { width: 100%; flex-basis: auto; }
  .article-toc { position: static; order: -1; }
  .destination-title h1 { font-size: clamp(49px, 14vw, 70px); overflow-wrap: anywhere; }
  .destination-hero { height: 72vw; min-height: 330px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-card + .fact-card { border-top: 1px solid var(--line); border-left: 0; }
  .directions-media { order: -1; }
  .directions-media img { min-height: 350px; }
  .directions-copy { padding: 58px 24px; }
  .explore-lightbox { width: calc(100vw - 24px); height: 78vh; }
}

@media (max-width: 420px) {
  .explore-hero h1 { font-size: 48px; }
  .filter-chips { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-chip { width: 100%; padding-inline: 10px; }
  .explore-card-body { padding: 24px 20px; }
  .explore-card h3 { font-size: 28px; }
  .explore-gallery { grid-template-rows: 240px 145px 155px; }
}

@media (prefers-reduced-motion: reduce) {
  .explore-card-media img, .explore-gallery-button img { transition: none; }
}
