/* Remarkable Places® — Preview Stylesheet */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&family=Fraunces:opsz,wght,SOFT@9..144,300..900,0..100&display=swap');

:root {
  /* Brand palette — pulled from live remarkableplaces.travel */
  --cyan: #1EBDD6;         /* primary brand cyan-teal — "places", buttons */
  --cyan-dark: #18A1B8;    /* hover state */
  --cyan-soft: rgba(30, 189, 214, 0.85);  /* button overlay on imagery */

  --black: #0E0E0E;
  --white: #FFFFFF;
  --paper: #F7F4ED;        /* warm off-white for editorial sections */
  --gray-50: #FAFAFA;
  --gray-100: #F1F1F1;
  --gray-200: #E5E5E5;
  --gray-400: #B8B8B8;
  --gray-500: #8A8A8A;
  --gray-700: #4A4A4A;

  --serif: 'Fraunces', 'Times New Roman', Georgia, serif;
  --sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --max: 1280px;
  --max-wide: 1440px;
  --radius: 2px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ============ NAV ============ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gray-200);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.logo {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #ff7b00, #ffd400, #00c853, #00b8d4, #2962ff, #aa00ff, #ff1744, #ff7b00);
  flex-shrink: 0;
}
.logo .remarkable { color: var(--black); }
.logo .places { color: var(--cyan); }
.logo sup { font-size: 10px; vertical-align: super; font-weight: 500; }

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  font-weight: 500;
  font-size: 13px;
  color: var(--black);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--cyan); }
.nav-links a.active { color: var(--cyan); }

.nav-cta {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid var(--cyan);
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.15s;
}
.nav-cta:hover { background: var(--cyan); color: var(--white); }

/* primary CTA — the planner button, filled so it stands out next to "Inquire" */
.nav-cta-plan { background: var(--cyan); color: var(--white); margin-right: 10px; }
.nav-cta-plan:hover { background: var(--black); border-color: var(--black); color: var(--white); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.15s;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.btn-primary {
  background: var(--cyan);
  color: var(--white);
}
.btn-primary:hover { background: var(--cyan-dark); }
.btn-overlay {
  background: var(--cyan-soft);
  color: var(--white);
  backdrop-filter: blur(4px);
}
.btn-overlay:hover { background: var(--cyan); }
.btn-ghost {
  background: transparent;
  border: 2px solid var(--black);
  color: var(--black);
}
.btn-ghost:hover { background: var(--black); color: var(--white); }

/* ============ HERO ============ */
.hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.5) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 32px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}
.hero-eyebrow {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.75), 0 0 24px rgba(0,0,0,0.5);
}
.hero-eyebrow span { display: block; margin: 12px 0; font-size: 14px; letter-spacing: 0.4em; font-weight: 500; }
.hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 800;
  font-size: clamp(40px, 7vw, 84px);
  letter-spacing: -0.02em;
}
.hero-logo .logo-mark { width: clamp(48px, 7vw, 88px); height: clamp(48px, 7vw, 88px); }
.hero-logo .remarkable { color: var(--white); }
.hero-logo .places { color: var(--cyan); }
.hero-logo sup { font-size: 0.3em; vertical-align: super; font-weight: 500; }

/* ============ SECTIONS ============ */
.section {
  padding: 100px 32px;
}
.section-narrow {
  max-width: 900px;
  margin: 0 auto;
}
.container {
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
}

h1, h2, h3 { font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; }
h1 { font-size: clamp(36px, 5vw, 64px); }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: clamp(20px, 2.5vw, 28px); }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

/* ============ PORTFOLIO GRID (3 tiles) ============ */
.portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .portfolio { grid-template-columns: 1fr; }
  .portfolio .tile { aspect-ratio: 16 / 11; }
}
.tile {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tile-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 1;
}
.tile:hover .tile-bg { transform: scale(1.05); }
.tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 2;
}
.tile-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white);
  padding: 24px;
}
.tile-title {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.6), 0 0 40px rgba(0,0,0,0.3);
}
.tile-sub {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* ============ TWO-COLUMN (Instagram, What We Do) ============ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }

.col-text h2 {
  margin-bottom: 24px;
}
.col-text .brand-headline {
  font-weight: 800;
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 24px;
}
.col-text .brand-headline .ink { color: var(--black); }
.col-text .brand-headline .cyan { color: var(--cyan); }
.col-text p { color: var(--gray-700); margin-bottom: 24px; max-width: 480px; }

.col-image img { width: 100%; }

/* ============ EMAIL CTA ============ */
.email-cta {
  background: var(--gray-50);
  text-align: center;
  padding: 100px 32px;
}
.email-cta h2 { margin-bottom: 24px; }
.email-cta p { max-width: 560px; margin: 0 auto 40px; color: var(--gray-700); }
.email-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 8px;
}
.email-form input {
  flex: 1;
  padding: 16px 20px;
  font-family: inherit;
  font-size: 15px;
  border: 2px solid var(--gray-200);
  background: var(--white);
  outline: none;
  transition: border-color 0.15s;
}
.email-form input:focus { border-color: var(--cyan); }

/* ============ FOOTER ============ */
.footer {
  background: var(--black);
  color: var(--gray-400);
  padding: 64px 32px 32px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul a { font-size: 14px; color: var(--gray-400); transition: color 0.15s; }
.footer ul a:hover { color: var(--cyan); }
.footer-brand p {
  font-size: 14px;
  color: var(--gray-400);
  margin-top: 16px;
  max-width: 320px;
}
.footer-brand .logo .remarkable { color: var(--white); }
.footer-bottom {
  border-top: 1px solid #2a2a2a;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--gray-500);
}

/* ============ PAGE HEADER (interior pages) ============ */
.page-header {
  padding: 120px 32px 80px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.page-header .eyebrow { margin-bottom: 20px; }
.page-header h1 { margin-bottom: 24px; }
.page-header p { color: var(--gray-700); font-size: 19px; max-width: 640px; margin: 0 auto; }

/* ============ DESTINATION GRID (3-up or 2-up) ============ */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

/* ============ FEATURE / VALUE LIST ============ */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: var(--max);
  margin: 0 auto;
}
.feature h3 { margin-bottom: 16px; font-size: 22px; }
.feature p { color: var(--gray-700); font-size: 16px; }
.feature .num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--cyan);
  margin-bottom: 16px;
  display: block;
}

/* ============ CONTACT ============ */
.contact-form {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.contact-form label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: var(--gray-700);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 15px;
  border: 2px solid var(--gray-200);
  background: var(--white);
  outline: none;
  transition: border-color 0.15s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color: var(--cyan); }
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-submit { justify-self: start; }

/* ============ MOBILE ============ */
/* ===== Global mobile overflow guard ===== */
@media (max-width: 900px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
  img, svg, video { max-width: 100%; height: auto; }
  .section, .container { max-width: 100vw; overflow-x: hidden; box-sizing: border-box; }

  /* Force inline-styled grids to stack — override with high specificity */
  .dest-grid-2col[style] { grid-template-columns: 1fr !important; }
  .andi-journey-grid[style] { grid-template-columns: 1fr !important; gap: 24px !important; }
  .andi-stats-row[style] { gap: 20px !important; }
  .andi-stats-row[style] > div > div:first-child { font-size: clamp(40px, 14vw, 56px) !important; }
}

/* ===== Mobile nav hamburger (hidden on desktop) ===== */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
  transition: transform 0.25s, opacity 0.25s;
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 900px) {
  .nav-inner { padding: 16px 20px; gap: 12px; }
  .nav-toggle { display: flex; }

  /* Mobile nav drawer */
  .nav-links {
    display: flex !important;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--gray-200);
    padding: 24px 28px 32px;
    gap: 0;
    transform: translateY(-110%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    z-index: 99;
  }
  .nav-links.is-open { transform: translateY(0); }
  .nav-links a {
    padding: 18px 0;
    font-size: 16px;
    letter-spacing: 0.18em;
    border-bottom: 1px solid var(--gray-200);
  }
  .nav-links a:last-child { border-bottom: none; }

  .nav-cta { font-size: 11px; padding: 10px 14px; flex-shrink: 0; }
  .logo-img { max-height: 28px; width: auto; }

  /* Hero — lock everything to viewport, never overflow */
  .hero { overflow: hidden; }
  .hero-content {
    padding: 0 20px;
    max-width: 100vw;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-logo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .hero-logo-img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .hero-eyebrow { font-size: 14px; letter-spacing: 0.4em; }
  .hero-eyebrow span { font-size: 11px; letter-spacing: 0.32em; }

  .section { padding: 56px 20px; }
  .portfolio, .dest-grid { grid-template-columns: 1fr; }
  .two-col, .two-col.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    direction: ltr;
    text-align: left;
  }
  .col-text, .col-image { max-width: 100%; min-width: 0; }
  .col-text .brand-headline {
    font-size: clamp(28px, 8vw, 36px);
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.05;
  }
  .col-text p { max-width: 100%; }
  .col-image img { width: 100%; height: auto; }
  .features { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .email-form { flex-direction: column; }
  .contact-form .row { grid-template-columns: 1fr; }
  .hero { height: 70vh; min-height: 480px; }
}

/* ============================================================
   EDITORIAL MAGAZINE — added for the elevated aesthetic
   ============================================================ */

/* Serif display headlines — Fraunces with optical-size axis */
.serif-display {
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.serif-display.italic { font-style: italic; }
.serif-display.cyan { color: var(--cyan); }

/* Editorial section labels — Chapter / Issue style */
.chapter-label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: flex;
  align-items: center;
  gap: 16px;
}
.chapter-label::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
}
.chapter-label .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--cyan);
}

/* Editorial section padding — more breathing room */
.section-editorial {
  padding: 140px 32px;
}
.section-editorial.compact { padding: 100px 32px; }
.section-editorial.dark {
  background: var(--black);
  color: var(--white);
}
.section-editorial.paper {
  background: var(--paper);
}

/* Editorial hero — split-asymmetric */
.hero-editorial {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 88vh;
  align-items: stretch;
}
.hero-editorial .hero-art {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hero-editorial .hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.15) 100%);
}
.hero-editorial .hero-copy {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}
.hero-editorial .hero-copy h1 {
  font-size: clamp(48px, 6vw, 88px);
  margin: 24px 0;
}
.hero-editorial .hero-copy .lead {
  font-family: var(--sans);
  font-size: 18px;
  color: var(--gray-700);
  font-weight: 400;
  max-width: 440px;
  margin-top: 8px;
  line-height: 1.55;
}
.hero-editorial .hero-meta {
  margin-top: 48px;
  display: flex;
  gap: 32px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.hero-editorial .hero-meta a { color: var(--black); font-weight: 600; }
.hero-editorial .hero-meta a:hover { color: var(--cyan); }

/* Editorial offerings — asymmetric magazine spreads */
.spread {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 100px 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  align-items: center;
}
.spread + .spread { padding-top: 0; }

.spread.left .spread-art { grid-column: 1 / 8; }
.spread.left .spread-copy { grid-column: 9 / 13; }

.spread.right .spread-art { grid-column: 6 / 13; grid-row: 1; }
.spread.right .spread-copy { grid-column: 1 / 5; grid-row: 1; }

.spread-art {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.spread-art.wide { aspect-ratio: 16 / 10; }
.spread-art.tall { aspect-ratio: 3 / 4; }
.spread-art a {
  position: absolute;
  inset: 0;
  z-index: 5;
}

.spread-copy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 20px 0 24px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.spread-copy h2 em {
  font-style: italic;
  color: var(--cyan);
}
.spread-copy p {
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.spread-copy .read-more {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 4px;
}
.spread-copy .read-more:hover { color: var(--cyan); }

/* Editorial pull-quote / manifesto block */
.manifesto {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 32px;
}
.manifesto blockquote {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--black);
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}
.manifesto blockquote .cyan-accent {
  font-style: normal;
  color: var(--cyan);
}
.manifesto cite {
  display: block;
  margin-top: 40px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-style: normal;
}

/* Editorial section header (for Why Us etc.) */
.section-head {
  max-width: 920px;
  margin: 0 auto 80px;
  text-align: center;
}
.section-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 24px 0;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.section-head h2 em {
  font-style: italic;
  color: var(--cyan);
}
.section-head .deck {
  font-family: var(--sans);
  font-size: 17px;
  color: var(--gray-700);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Editorial three-column numbered list */
.numbered-three {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.numbered-three .item .marker {
  font-family: var(--serif);
  font-style: italic;
  font-size: 56px;
  font-weight: 300;
  color: var(--cyan);
  line-height: 1;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}
.numbered-three .item h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 16px 0 12px;
  font-variation-settings: 'opsz' 60, 'SOFT' 50;
}
.numbered-three .item p {
  font-family: var(--sans);
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.6;
}

/* Andi feature — editorial dark spread */
.andi-feature {
  background: var(--black);
  color: var(--white);
  padding: 120px 32px;
}
.andi-feature-inner {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.andi-feature .chapter-label { color: var(--gray-400); }
.andi-feature .chapter-label .num { color: var(--cyan); }
.andi-feature h2 {
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--cyan);
  margin: 24px 0 32px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.andi-feature p {
  color: var(--gray-400);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 480px;
}
.andi-feature .andi-portrait img {
  max-width: 540px;
  margin: 0 auto;
  display: block;
}

/* Editorial email CTA */
.cta-editorial {
  background: var(--paper);
  padding: 140px 32px;
  text-align: center;
}
.cta-editorial .chapter-label { justify-content: center; }
.cta-editorial h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.015em;
  margin: 24px auto 32px;
  max-width: 720px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}

/* Mobile adjustments for editorial */
@media (max-width: 900px) {
  .hero-editorial { grid-template-columns: 1fr; min-height: auto; }
  .hero-editorial .hero-art { aspect-ratio: 4 / 3; }
  .hero-editorial .hero-copy { padding: 48px 24px; }
  .spread { padding: 56px 24px; grid-template-columns: 1fr; gap: 32px; }
  .spread.left .spread-art, .spread.right .spread-art,
  .spread.left .spread-copy, .spread.right .spread-copy {
    grid-column: 1 / -1; grid-row: auto;
  }
  .section-editorial { padding: 64px 24px; }
  .andi-feature { padding: 64px 24px; }
  .andi-feature-inner { grid-template-columns: 1fr; gap: 40px; }
  .numbered-three { grid-template-columns: 1fr; gap: 40px; }
  .cta-editorial { padding: 72px 24px; }
}

/* ============================================================
   DESTINATION CARDS — for Experiences page
   ============================================================ */
.dest-card {
  display: block;
  background: var(--white);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.10);
}
.dest-img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
}
.dest-body {
  padding: 28px 28px 32px;
}
.dest-coords {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
}
.dest-card h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  color: var(--black);
}
.dest-quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--black);
  margin-bottom: 16px !important;
  line-height: 1.35;
  font-variation-settings: 'opsz' 60, 'SOFT' 100;
}
.dest-body p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.dest-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 2px;
}

@media (max-width: 900px) {
  .container[style*="grid-template-columns: repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   AMENITY TILES — Oshana page
   ============================================================ */
.amenity-tile {
  padding: 22px 20px;
  border-right: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--gray-700);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 76px;
  transition: background 0.2s, color 0.2s;
}
.amenity-tile:hover {
  background: var(--cyan);
  color: var(--white);
}

@media (max-width: 900px) {
  .container[style*="grid-template-columns: repeat(3, 1fr)"] .amenity-tile {
    /* tiles already handled by parent grid override */
  }
}

/* ============================================================
   HERO VIDEO — background video that replaces hero photo
   ============================================================ */
.hero-with-video { position: relative; overflow: hidden; }
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.hero-with-video .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.hero-with-video .hero-content { z-index: 3; }

/* ============================================================
   REAL BRAND LOGO — image variants for nav, footer, hero
   ============================================================ */
.logo-img {
  height: 36px;
  width: auto;
  display: block;
}
.footer .logo-img {
  height: 32px;
}
.hero-logo-img {
  max-width: 720px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.35));
}

/* ============================================================
   STACKED PORTFOLIO — 3 full-width cinematic tiles
   ============================================================ */
.portfolio.portfolio-stacked {
  grid-template-columns: 1fr;
}
.portfolio.portfolio-stacked .tile {
  aspect-ratio: auto;
  height: 65vh;
  min-height: 480px;
}
.portfolio.portfolio-stacked .tile-title {
  font-size: clamp(56px, 8vw, 120px);
}
.portfolio.portfolio-stacked .tile-sub {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  .portfolio.portfolio-stacked .tile {
    height: 55vh;
    min-height: 360px;
  }
}

/* ============================================================
   ABOUT PAGE — "What we do" cards + Founder Letter
   ============================================================ */

/* "One brand. Five ways in." cards */
.about-card {
  display: block;
  background: var(--white);
  padding: 32px;
  text-decoration: none;
  color: inherit;
  border-top: 3px solid var(--cyan);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.about-card-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  font-weight: 300;
  color: var(--cyan);
  line-height: 1;
  margin-bottom: 16px;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}
.about-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--black);
  letter-spacing: -0.01em;
}
.about-card p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.about-card-cta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  border-bottom: 2px solid var(--cyan);
  padding-bottom: 2px;
}

/* Founder letter */
.founder-letter {
  max-width: 760px;
  margin: 0 auto;
}
.founder-header {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray-200);
}
.founder-photo-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: var(--gray-100);
  border: 2px dashed var(--gray-400);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-500);
  font-weight: 600;
  line-height: 1.5;
}
.founder-photo-placeholder em {
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gray-500);
  font-weight: 400;
  font-size: 11px;
}
.founder-intro h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
}
.founder-body p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--gray-700);
  margin-bottom: 24px;
}
.founder-body .dropcap {
  float: left;
  font-family: var(--serif);
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  line-height: 0.85;
  padding: 8px 12px 0 0;
  color: var(--cyan);
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.founder-body .founder-signoff {
  font-family: var(--serif);
  font-style: italic;
  font-size: 28px;
  font-weight: 400;
  color: var(--black);
  margin-top: 48px;
  margin-bottom: 8px;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
}
.founder-body .founder-sig {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: var(--cyan);
  margin-bottom: 0;
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
}

@media (max-width: 760px) {
  .about-card { padding: 24px; }
  .founder-header,
  .founder-header[style] {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 24px !important;
  }
  .founder-header > img {
    width: 180px !important;
    height: 180px !important;
    margin: 0 auto;
  }
  .founder-intro h2 { font-size: clamp(32px, 8vw, 44px) !important; }
  .founder-body p { font-size: 16px; }
  .founder-body .dropcap { font-size: 56px; padding: 4px 10px 0 0; }
}

/* ============================================================
   VISION BOARD — masonry wall of destination tiles
   ============================================================ */
.vision-wall {
  max-width: var(--max-wide);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 12px;
}
.vision-tile {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: var(--gray-100);
  cursor: pointer;
}
.vision-tile.tall {
  grid-row: span 2;
}
.vision-tile .vt-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.vision-tile:hover .vt-img {
  transform: scale(1.06);
}
.vision-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
}
.vision-tile .vt-meta {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vision-tile .vt-place {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.vision-tile .vt-coord {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

@media (max-width: 1100px) {
  .vision-wall { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .vision-wall { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
}

/* ============================================================
   LIGHTWIDGET WRAPPER — for Vision Board Instagram embed
   ============================================================ */
.ig-wall-wrap {
  max-width: var(--max-wide);
  margin: 0 auto;
}
.ig-wall-wrap .lightwidget-widget {
  display: block;
  width: 100%;
  min-height: 400px;
}

/* ============================================================
   CONTACT PAGE — direct contact side panel
   ============================================================ */
.contact-side {
  padding: 24px 0;
}
.contact-item {
  margin-bottom: 28px;
}
.contact-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 8px;
}
.contact-value {
  font-size: 17px;
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
a.contact-value:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan);
}
.contact-address {
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-700);
}
.contact-social {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.contact-social a {
  font-size: 15px;
  color: var(--cyan);
  font-weight: 600;
  border-bottom: 1px solid var(--cyan);
  padding-bottom: 1px;
  text-decoration: none;
}

/* Stack the form + side panel on mobile */
@media (max-width: 900px) {
  section.section > .container[style*="grid-template-columns: 1.4fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  section.section[style*="background: var(--paper)"] > .container[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

/* ============================================================
   TRAVEL HUB — comparison grid
   ============================================================ */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: var(--max);
}
.compare-col {
  padding: 24px 0;
}
.compare-col-divider {
  padding-left: 64px;
  border-left: 1px solid var(--gray-200);
}
.compare-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
}
.compare-list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.compare-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.55;
}
.compare-list li strong {
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  margin-right: 6px;
}

@media (max-width: 900px) {
  .compare-grid { grid-template-columns: 1fr; gap: 48px; }
  .compare-col-divider { padding-left: 0; border-left: none; border-top: 1px solid var(--gray-200); padding-top: 48px; }
}

/* Match the inter-tile gap when the portfolio follows the hero (homepage flow) */
.hero + .portfolio {
  margin-top: 6px;
}
