:root {
  --ink: #0b1324;
  --ink-soft: #1a2740;
  --gold: #c9a227;
  --gold-soft: #e8c968;
  --mist: #dfe7f0;
  --paper: #f4f1ea;
  --river: #1a4a63;
  --foam: #f9fafb;
  --line: rgba(11, 19, 36, 0.12);
  --shadow: 0 24px 60px rgba(11, 19, 36, 0.18);
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

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

html { scroll-behavior: smooth; }

body.mkt {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--foam);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

.mkt a { color: inherit; text-decoration: none; }

.mkt-skip {
  position: absolute; left: -999px; top: 0;
}
.mkt-skip:focus { left: 12px; top: 12px; z-index: 100; background: #fff; padding: 8px 12px; }

.mkt-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}
.mkt-nav.is-scrolled {
  background: rgba(11, 19, 36, 0.88);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0,0,0,.18);
}
.mkt-brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: -0.02em;
  color: #fff;
}
.mkt-nav-links {
  display: none; gap: 1.25rem; align-items: center;
  font-size: 0.92rem; font-weight: 500; color: rgba(255,255,255,.88);
}
.mkt-nav-links a:hover { color: var(--gold-soft); }
.mkt-nav-cta {
  display: inline-flex; align-items: center;
  padding: 0.55rem 1rem; border-radius: 999px;
  background: var(--gold); color: var(--ink) !important;
  font-weight: 700; font-size: 0.88rem;
}
@media (min-width: 860px) {
  .mkt-nav-links { display: flex; }
}

.mkt-hero {
  position: relative;
  min-height: 100dvh;
  min-height: 100vh;
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.mkt-hero-media {
  position: absolute; inset: 0;
  background: var(--ink) center/cover no-repeat;
  transform: scale(1.06);
  animation: mkt- ken 18s ease-in-out infinite alternate;
}
@keyframes mkt-ken {
  from { transform: scale(1.06) translate3d(0,0,0); }
  to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}
.mkt-hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,19,36,.35) 0%, rgba(11,19,36,.55) 45%, rgba(11,19,36,.92) 100%),
    linear-gradient(90deg, rgba(11,19,36,.55) 0%, transparent 55%);
}
.mkt-hero-content {
  position: relative; z-index: 1;
  padding: clamp(5.5rem, 14vh, 8rem) clamp(1.1rem, 5vw, 3.5rem) clamp(2.5rem, 8vh, 4.5rem);
  max-width: 44rem;
}
.mkt-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold-soft);
  margin-bottom: 0.85rem;
}
.mkt-eyebrow::before {
  content: ""; width: 1.4rem; height: 2px; background: var(--gold);
}
.mkt-hero h1 {
  font-family: var(--font-display);
  font-weight: 550;
  font-size: clamp(2.35rem, 7vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
}
.mkt-hero-lede {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255,255,255,.86);
  max-width: 36rem;
  margin: 0 0 1.6rem;
}
.mkt-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.mkt-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 3rem; padding: 0.75rem 1.35rem; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; border: 0; cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.mkt-btn:hover { transform: translateY(-1px); }
.mkt-btn-primary { background: var(--gold); color: var(--ink); }
.mkt-btn-ghost {
  background: rgba(255,255,255,.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(8px);
}

.mkt-verified {
  display: flex; flex-wrap: wrap; gap: 0.65rem 1.25rem;
  align-items: center;
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,.9);
}
.mkt-verified-pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.18);
  border: 1px solid rgba(232, 201, 104, 0.45);
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--gold-soft);
}
.mkt-verified-pill svg { width: 14px; height: 14px; }

.mkt-section {
  padding: clamp(3.5rem, 9vw, 6.5rem) clamp(1.1rem, 5vw, 3.5rem);
}
.mkt-section-inner { max-width: 1120px; margin: 0 auto; }
.mkt-kicker {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--river); margin: 0 0 0.6rem;
}
.mkt-section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.mkt-section-lede {
  max-width: 38rem;
  color: #4a5568;
  margin: 0 0 2.25rem;
  font-size: 1.05rem;
}

.mkt-trust {
  background: var(--ink);
  color: #fff;
  padding: 2rem clamp(1.1rem, 5vw, 3.5rem);
}
.mkt-trust-grid {
  max-width: 1120px; margin: 0 auto;
  display: grid; gap: 1.5rem;
}
@media (min-width: 800px) {
  .mkt-trust-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.mkt-trust-item h3 {
  font-family: var(--font-display);
  font-size: 1.2rem; margin: 0 0 0.4rem;
  color: var(--gold-soft);
}
.mkt-trust-item p { margin: 0; color: rgba(255,255,255,.75); font-size: 0.95rem; }

.mkt-services {
  display: grid; gap: 1.25rem;
}
@media (min-width: 720px) {
  .mkt-services { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1020px) {
  .mkt-services { grid-template-columns: repeat(3, 1fr); }
}
.mkt-service {
  position: relative;
  display: block;
  min-height: 280px;
  border-radius: 1.1rem;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.mkt-service-bg {
  position: absolute; inset: 0;
  background: center/cover no-repeat;
  transition: transform 0.7s ease;
}
.mkt-service:hover .mkt-service-bg { transform: scale(1.06); }
.mkt-service-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(11,19,36,.92) 100%);
}
.mkt-service-body {
  position: absolute; inset: auto 0 0 0;
  padding: 1.25rem 1.2rem 1.35rem;
}
.mkt-service h3 {
  font-family: var(--font-display);
  font-size: 1.35rem; margin: 0 0 0.4rem;
}
.mkt-service p { margin: 0; font-size: 0.92rem; color: rgba(255,255,255,.82); }

.mkt-xp {
  display: grid; gap: 2.5rem;
}
.mkt-xp-row {
  display: grid; gap: 1.25rem; align-items: center;
}
@media (min-width: 860px) {
  .mkt-xp-row { grid-template-columns: 1.15fr 1fr; gap: 2.5rem; }
  .mkt-xp-row:nth-child(even) { direction: rtl; }
  .mkt-xp-row:nth-child(even) > * { direction: ltr; }
}
.mkt-xp-visual {
  min-height: clamp(220px, 42vw, 380px);
  border-radius: 1.25rem;
  background: center/cover no-repeat;
  box-shadow: var(--shadow);
}
.mkt-xp-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.65rem;
}
.mkt-xp-copy p { margin: 0; color: #445066; font-size: 1.05rem; }

.mkt-reviews-track {
  display: flex; gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.mkt-review {
  flex: 0 0 min(86vw, 340px);
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.35rem 1.3rem 1.45rem;
}
.mkt-stars { color: var(--gold); letter-spacing: 0.08em; font-size: 0.95rem; margin-bottom: 0.65rem; }
.mkt-review blockquote {
  margin: 0 0 1rem;
  font-size: 1.02rem;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-weight: 450;
  line-height: 1.4;
}
.mkt-review-meta { font-size: 0.88rem; color: #64748b; font-weight: 600; }

.mkt-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}
@media (min-width: 800px) {
  .mkt-gallery { grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
}
.mkt-gallery figure {
  margin: 0; position: relative; overflow: hidden;
  border-radius: 0.9rem; aspect-ratio: 4/3;
  background: #ccd5e0;
}
.mkt-gallery img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; transition: transform 0.6s ease;
}
.mkt-gallery figure:hover img { transform: scale(1.05); }
.mkt-gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.5rem 0.85rem 0.75rem;
  background: linear-gradient(transparent, rgba(11,19,36,.85));
  color: #fff; font-size: 0.82rem; font-weight: 500;
}

.mkt-tours {
  display: grid; gap: 1rem;
}
@media (min-width: 700px) {
  .mkt-tours { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1000px) {
  .mkt-tours { grid-template-columns: repeat(3, 1fr); }
}
.mkt-tour {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mkt-tour:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mkt-tour-photo {
  aspect-ratio: 16/10;
  background: center/cover no-repeat;
}
.mkt-tour-body { padding: 1.1rem 1.15rem 1.25rem; flex: 1; display: flex; flex-direction: column; }
.mkt-tour-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem; margin: 0 0 0.4rem;
}
.mkt-tour-body p {
  margin: 0 0 0.85rem; color: #556274; font-size: 0.92rem;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.mkt-tour-meta {
  margin-top: auto; font-size: 0.8rem; font-weight: 700;
  color: var(--river); letter-spacing: 0.04em; text-transform: uppercase;
}

.mkt-band {
  margin: 0 clamp(1.1rem, 5vw, 3.5rem) clamp(3rem, 8vw, 5rem);
  border-radius: 1.4rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(11,19,36,.88), rgba(26,74,99,.85)),
    var(--ink);
  color: #fff;
  padding: clamp(2.2rem, 6vw, 3.5rem);
  text-align: center;
}
.mkt-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  margin: 0 0 0.6rem;
}
.mkt-band p { margin: 0 auto 1.4rem; max-width: 32rem; color: rgba(255,255,255,.82); }

.mkt-footer {
  background: var(--ink);
  color: rgba(255,255,255,.72);
  padding: 2.5rem clamp(1.1rem, 5vw, 3.5rem) 2rem;
}
.mkt-footer-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; gap: 1.5rem;
}
@media (min-width: 800px) {
  .mkt-footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
}
.mkt-footer .mkt-brand { margin-bottom: 0.4rem; }
.mkt-footer h4 {
  color: #fff; font-size: 0.85rem; letter-spacing: 0.06em;
  text-transform: uppercase; margin: 0 0 0.75rem;
}
.mkt-footer a { color: rgba(255,255,255,.78); }
.mkt-footer a:hover { color: var(--gold-soft); }
.mkt-footer ul { list-style: none; margin: 0; padding: 0; }
.mkt-footer li { margin-bottom: 0.4rem; }
.mkt-footer-note {
  max-width: 1120px; margin: 2rem auto 0;
  padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.12);
  font-size: 0.82rem;
}

/* Reveal on scroll */
.mkt-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.mkt-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* Inner marketing page */
.mkt-page-hero {
  position: relative;
  min-height: 48vh;
  display: grid; align-items: end;
  color: #fff;
}
.mkt-page-hero .mkt-hero-media { animation: none; transform: scale(1.04); }
.mkt-page-body {
  max-width: 720px; margin: -2.5rem auto 0; position: relative; z-index: 2;
  background: #fff; border-radius: 1.2rem; padding: 1.75rem 1.35rem 2.5rem;
  box-shadow: var(--shadow);
}
@media (min-width: 700px) {
  .mkt-page-body { padding: 2.25rem 2.5rem 3rem; margin-top: -3rem; }
}
.mkt-page-body .prose {
  white-space: pre-wrap;
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.65;
}
