:root {
  --bg: #f8f4ed;
  --bg-deep: #ffffff;
  --ink: #443321;
  --muted: #70818a;
  --muted-strong: #586973;
  --line: rgba(72, 48, 24, 0.12);
  --line-strong: rgba(96, 144, 168, 0.24);
  --teal: #5f92ac;
  --sea: #90a8c0;
  --gold: #b48657;
  --sand: #ecdfcf;
  --coral: #b48f72;
  --shadow: 0 18px 38px rgba(96, 72, 48, 0.08);
  --radius: 24px;
  --max: 1180px;
  --sale-height: 40px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at 82% 8%, rgba(144, 168, 192, 0.26), transparent 22%),
    radial-gradient(circle at 14% 12%, rgba(236, 223, 207, 0.95), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7f2ea 58%, #f2ece1 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent 22%);
  opacity: 0.3;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--ink);
  text-decoration: none;
}

a:hover {
  color: var(--teal);
}

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell {
  width: min(var(--max), calc(100vw - 2rem));
  margin: 0 auto;
}

.sale-bar {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: var(--sale-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1rem;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(72, 48, 24, 0.08);
}

.sale-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: var(--muted-strong);
}

.sale-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(236, 223, 207, 0.86);
  border: 1px solid rgba(180, 143, 114, 0.2);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 800;
}

.sale-copy {
  color: var(--ink);
  font-weight: 800;
}

.sale-bar a {
  color: var(--teal);
}

.site-header {
  position: sticky;
  top: var(--sale-height);
  z-index: 70;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(72, 48, 24, 0.08);
}

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  font-weight: 800;
  font-size: 1.04rem;
}

.site-nav {
  display: none;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0 0 1rem;
}

body.nav-open .site-nav {
  display: flex;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(72, 48, 24, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
  transform: translateY(-1px);
  border-color: rgba(96, 144, 168, 0.24);
  background: rgba(144, 168, 192, 0.16);
  color: var(--ink);
}

.nav-toggle {
  width: 52px;
  height: 52px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  border-radius: 50%;
  border: 1px solid rgba(72, 48, 24, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.page-main {
  position: relative;
  z-index: 1;
}

.section-gap {
  padding: 2.5rem 0 0;
}

.hero-grid,
.split-layout,
.planner-layout {
  display: grid;
  gap: 1.35rem;
}

.hero-copy,
.hero-visual,
.panel-stack,
.article-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.7rem, 10.8vw, 5.15rem);
  max-width: 12ch;
  line-height: 0.95;
}

h2 {
  font-size: clamp(2rem, 7vw, 3.55rem);
  max-width: 15ch;
}

h3 {
  font-size: clamp(1.45rem, 4vw, 2rem);
}

p {
  margin: 0;
}

.lede {
  margin-top: 1.25rem;
  max-width: 36rem;
  font-size: 1.04rem;
  color: var(--muted-strong);
}

.hero-kicker {
  margin-top: 1rem;
  max-width: 34rem;
  color: var(--muted);
}

.button-row,
.share-row,
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button-row {
  margin-top: 1.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #17313d;
  background: #8fb0c6;
  box-shadow: 0 12px 28px rgba(96, 144, 168, 0.2);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid rgba(96, 144, 168, 0.2);
  background: rgba(255, 255, 255, 0.82);
}

.full-width {
  width: 100%;
}

.hero-metrics,
.feature-strip {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-metrics div,
.feature-strip .card,
.mini-specs div,
.output-grid div {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(143, 176, 198, 0.08);
  border: 1px solid rgba(96, 144, 168, 0.14);
}

.hero-metrics strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.65rem;
  color: var(--sand);
}

.media-card,
.card,
.share-card,
.form-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(72, 48, 24, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 237, 0.98));
  box-shadow: var(--shadow);
}

.media-card::after,
.card::after,
.share-card::after,
.form-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(144, 168, 192, 0.06), transparent 42%);
}

.media-card img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.media-caption {
  position: absolute;
  inset: auto 1.1rem 1.1rem 1.1rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(72, 48, 24, 0.08);
}

.media-caption span,
.news-date,
.meta-line {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--gold);
  font-weight: 800;
}

.media-caption strong {
  font-size: 1rem;
  line-height: 1.4;
}

.card,
.share-card,
.form-shell {
  padding: 1.3rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.stat-card h3,
.compact-card h3,
.news-body h3,
.news-body h2 {
  margin-top: 0.28rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.text-link {
  color: var(--teal);
  font-weight: 800;
}

.activity-card,
.stay-card,
.news-card {
  padding: 0;
}

.activity-image,
.stay-image,
.news-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.activity-body,
.stay-body,
.news-body {
  padding: 1.25rem;
}

.mini-specs,
.output-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.mini-specs dt,
.output-grid dt {
  margin-bottom: 0.22rem;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 800;
}

.mini-specs dd,
.output-grid dd {
  margin: 0;
  color: var(--muted-strong);
}

.compact-row {
  margin-top: 1.05rem;
}

.stay-vibe,
.muted-strong,
.stay-budget {
  color: var(--muted-strong);
}

.stay-budget {
  margin-top: 0.9rem;
  font-weight: 700;
}

.panel-stack,
.stack-list {
  display: grid;
  gap: 1rem;
}

.accent-card {
  background: linear-gradient(180deg, rgba(242, 236, 225, 0.98), rgba(236, 244, 250, 0.98));
}

.share-shell {
  padding-top: 2.6rem;
}

.share-card h2 {
  max-width: 14ch;
}

.share-row {
  margin-top: 1.2rem;
}

.form-shell h2 {
  margin-bottom: 1rem;
  max-width: 14ch;
}

.contact-form {
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.field-grid {
  display: grid;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted-strong);
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(72, 48, 24, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  outline: none;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(96, 144, 168, 0.42);
  box-shadow: 0 0 0 4px rgba(96, 144, 168, 0.12);
}

.notice {
  position: relative;
  z-index: 1;
  padding: 0.9rem 1rem;
  margin-bottom: 0.9rem;
  border-radius: 16px;
  font-weight: 700;
}

.notice.success {
  background: rgba(144, 168, 192, 0.12);
  color: #35505f;
}

.notice.error {
  background: rgba(180, 143, 114, 0.12);
  color: #7b5742;
}

.filter-row {
  margin-bottom: 1rem;
}

.filter-chip {
  min-height: 44px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(72, 48, 24, 0.1);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
}

.filter-chip.is-active,
.filter-chip:hover {
  background: rgba(144, 168, 192, 0.14);
  border-color: rgba(96, 144, 168, 0.22);
}

.planner-form,
.planner-output {
  align-self: start;
}

.clean-steps,
.clean-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted-strong);
}

.clean-steps li,
.clean-list li {
  margin-bottom: 0.72rem;
}

.article-shell,
.legal-shell {
  display: grid;
  gap: 1rem;
}

.article-copy,
.legal-shell {
  font-size: 1.02rem;
  color: var(--muted-strong);
}

.article-copy p + p,
.legal-shell h2,
.legal-shell p + h2 {
  margin-top: 1rem;
}

.meta-line {
  margin-top: 1rem;
  margin-bottom: 0;
}

.aside-card {
  align-self: start;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
  padding: 3rem 0 1.5rem;
}

.site-footer {
  margin-top: 3rem;
  background: rgba(249, 245, 238, 0.96);
  border-top: 1px solid rgba(72, 48, 24, 0.08);
}

.footer-title {
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: var(--sand);
}

.footer-copy {
  color: var(--muted);
}

.footer-grid a {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--muted-strong);
}

.footer-bottom {
  padding: 1.1rem 0 1.7rem;
  color: var(--muted);
  border-top: 1px solid rgba(72, 48, 24, 0.08);
}

.empty-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(180deg, rgba(236, 244, 250, 0.98), rgba(242, 236, 225, 0.98));
}

.page-home .hero-copy h1,
.page-contact .hero-copy h1,
.page-planner .hero-copy h1 {
  max-width: 9ch;
}

.page-contact .hero-copy .lede {
  max-width: 32rem;
}

.page-contact .hero-visual .media-card img {
  min-height: 300px;
}

.activity-card.is-hidden {
  display: none;
}

@media (min-width: 720px) {
  .field-grid,
  .feature-strip,
  .hero-metrics,
  .mini-specs,
  .output-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid.two-up,
  .planner-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.62rem;
    padding: 0 0 1rem;
  }

  .hero-grid,
  .split-layout {
    grid-template-columns: 1.04fr 0.96fr;
    align-items: start;
  }

  .planner-layout {
    grid-template-columns: 0.94fr 1.06fr;
    align-items: start;
  }

  .card-grid.three-up,
  .feature-strip,
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid.four-up {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .article-shell {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  }
}

@media (min-width: 1080px) {
  .shell {
    width: min(var(--max), calc(100vw - 4rem));
  }

  .section-gap {
    padding-top: 4rem;
  }

  .card,
  .share-card,
  .form-shell {
    padding: 1.55rem;
  }
}
