/* ============================================================
   SpoilMe · travel & relationships
   ------------------------------------------------------------
   Aesthetic: sun-drenched Riviera postcard, stamped and
   torn — the itinerary journal for people who travel in twos.
   Distinct from purpleme (dark celestial), dyana (warm romantic
   magazine) and prple (cream editorial newspaper): here the
   base is aged cream paper with deep marine ink, brass stamps
   and a coral sun.
   ============================================================ */

:root {
  --ink:      #0e2035;   /* deep marine — primary text */
  --ink-2:    #24405c;   /* secondary text */
  --paper:    #f6efe1;   /* aged cream paper */
  --paper-2:  #efe4cd;   /* one tone deeper (cards) */
  --paper-3:  #e6d7b5;   /* postcard rim */
  --brass:    #b98735;   /* postmark brass */
  --brass-2:  #d9a656;
  --coral:    #d94a3d;   /* Riviera sun */
  --coral-2:  #ec7961;
  --teal:     #0b6b6f;   /* sea depth */
  --teal-2:   #158a90;
  --olive:    #6a7345;
  --muted:    #6d7783;
  --line:     rgba(14, 32, 53, 0.14);
  --line-2:   rgba(14, 32, 53, 0.24);
  --shadow-1: 0 1px 0 rgba(14, 32, 53, 0.06), 0 8px 24px -12px rgba(14, 32, 53, 0.22);
  --shadow-2: 0 2px 0 rgba(14, 32, 53, 0.08), 0 20px 44px -18px rgba(14, 32, 53, 0.28);

  --font-display: "Fraunces", "DM Serif Display", ui-serif, Georgia, serif;
  --font-body:    "Manrope", "Inter", -apple-system, system-ui, sans-serif;
  --font-mono:    "JetBrains Mono", "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;

  --measure: 68ch;
  --gap-lg: 72px;
  --gap-md: 48px;
  --gap-sm: 28px;
  --radius: 4px;   /* postcard corners = crisp */
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* Aged-paper texture — very subtle repeating noise, no image request. */
  background-image:
    radial-gradient(circle at 15% 12%, rgba(217, 74, 61, 0.045) 0, transparent 42%),
    radial-gradient(circle at 92% 88%, rgba(11, 107, 111, 0.05) 0, transparent 44%),
    linear-gradient(180deg, var(--paper) 0%, #f2e8d3 100%);
  background-attachment: fixed;
}
img, video { display: block; max-width: 100%; height: auto; margin: 0; }
figure { margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
a:hover, a:focus-visible { color: var(--coral); }
button { font: inherit; color: inherit; border: 0; background: transparent; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 500; font-family: var(--font-display); letter-spacing: -0.005em; color: var(--ink); }
p { margin: 0; }

::selection { background: var(--coral); color: var(--paper); }

/* ── Utilities ─────────────────────────────────────────── */
.sm-container         { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.sm-container--narrow { max-width: 760px;  margin: 0 auto; padding: 0 32px; }
.sm-container--wide   { max-width: 1440px; margin: 0 auto; padding: 0 32px; }
.sm-section           { padding: var(--gap-lg) 0; }
.sm-section--tight    { padding: var(--gap-md) 0; }

.sm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
}
.sm-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--brass);
  display: inline-block;
}
.sm-eyebrow--plain::before { display: none; }

.sm-title-xl {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.sm-title-xl em { font-style: italic; color: var(--coral); font-weight: 400; }
.sm-title-l {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
}
.sm-title-l em { font-style: italic; color: var(--coral); }
.sm-title-m {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.sm-lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 60ch;
}
.sm-body p { color: var(--ink); font-size: 1.05rem; line-height: 1.72; }
.sm-body p + p { margin-top: 20px; }
.sm-body h2 { font-size: 1.7rem; margin: 40px 0 14px; }
.sm-body h3 { font-size: 1.3rem; margin: 32px 0 10px; }
.sm-body blockquote {
  margin: 32px 0;
  padding: 8px 0 8px 24px;
  border-left: 2px solid var(--coral);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--ink-2);
}

/* ── Masthead / top nav ────────────────────────────────── */
.sm-mark {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 239, 225, 0.88);
  backdrop-filter: saturate(120%) blur(14px);
  -webkit-backdrop-filter: saturate(120%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.sm-mark__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px 32px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px 32px;
}
.sm-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.sm-brand em { font-style: italic; color: var(--coral); }
.sm-brand .stamp {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 20px;
  padding: 0 6px;
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.18em;
  color: var(--brass);
  border: 1px solid var(--brass);
  border-radius: 999px;
  text-transform: uppercase;
  transform: rotate(-3deg);
  margin-left: 4px;
}
.sm-nav {
  justify-self: center;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 26px;
}
.sm-nav a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
  padding: 8px 0 6px;
  border-bottom: 1px solid transparent;
  transition: color 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}
.sm-nav a::before {
  content: attr(data-num);
  font-family: var(--font-display);
  font-style: italic;
  color: var(--coral);
  font-size: 0.98rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
}
.sm-nav a:hover,
.sm-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--coral);
}
.sm-mark__right {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
}
.sm-mark__coord {
  border-left: 1px solid var(--line);
  padding-left: 14px;
}

@media (max-width: 1024px) {
  .sm-mark__inner {
    grid-template-columns: 1fr;
    padding: 14px 24px 12px;
  }
  .sm-nav {
    justify-self: start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
    padding-bottom: 4px;
  }
  .sm-nav::-webkit-scrollbar { display: none; }
  .sm-nav a { flex-shrink: 0; font-size: 0.7rem; }
  .sm-mark__right { display: none; }
}

/* ── Hero ──────────────────────────────────────────────── */
.sm-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
}
.sm-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 68px 32px 88px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  position: relative;
}
.sm-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass);
}
.sm-hero__eyebrow .rule { display: inline-block; width: 42px; height: 1px; background: var(--brass); opacity: 0.7; }
.sm-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 18ch;
  margin: 6px 0 26px;
}
.sm-hero__title em { font-style: italic; color: var(--coral); font-weight: 400; }
.sm-hero__lede {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 48ch;
  margin: 0 0 34px;
}
.sm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
}
.sm-hero__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  border: 8px solid var(--paper);
  box-shadow: var(--shadow-2);
  background: #0e2035;
}
.sm-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sm-hero__caption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(246, 239, 225, 0.85);
  background: rgba(14, 32, 53, 0.55);
  padding: 6px 10px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
}

/* Postmark badge — rotated circular stamp, floated on hero */
.sm-postmark {
  position: absolute;
  top: 44px;
  right: 44px;
  width: 130px;
  height: 130px;
  border: 1.5px dashed var(--brass);
  border-radius: 50%;
  transform: rotate(-8deg);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--brass);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.4;
  pointer-events: none;
  opacity: 0.9;
}
.sm-postmark strong {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.2rem;
  color: var(--coral);
  letter-spacing: 0;
  margin: 4px 0;
  text-transform: none;
}
.sm-postmark::before,
.sm-postmark::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  opacity: 0.35;
}
.sm-postmark::after { inset: 14px; opacity: 0.25; }

@media (min-width: 1024px) {
  .sm-hero__inner {
    grid-template-columns: 1.05fr 1fr;
    gap: 72px;
    padding: 96px 32px 120px;
    align-items: center;
  }
  .sm-hero__media { aspect-ratio: 4 / 5; }
}
@media (max-width: 640px) {
  .sm-hero__inner { padding: 40px 24px 60px; gap: 32px; }
  .sm-postmark { width: 92px; height: 92px; top: 24px; right: 24px; }
  .sm-postmark strong { font-size: 0.95rem; }
}

/* ── Buttons ───────────────────────────────────────────── */
.sm-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 22px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 200ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
  cursor: pointer;
  line-height: 1;
}
.sm-btn--ink {
  background: var(--ink);
  color: var(--paper);
}
.sm-btn--ink:hover { background: transparent; color: var(--ink); border-color: var(--ink); transform: translateY(-1px); }
.sm-btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line-2);
}
.sm-btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-1px); }
.sm-btn--coral {
  background: var(--coral);
  color: var(--paper);
}
.sm-btn--coral:hover { background: var(--ink); color: var(--paper); transform: translateY(-1px); }
.sm-btn__arrow { transition: transform 200ms ease; }
.sm-btn:hover .sm-btn__arrow { transform: translateX(3px); }

/* ── Split section ─────────────────────────────────────── */
.sm-split {
  display: grid;
  gap: 44px;
  align-items: stretch;
}
@media (min-width: 900px) {
  .sm-split { grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }
  .sm-split--reverse .sm-split__media { order: 2; }
}
.sm-split__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-1);
  background: #0e2035;
}
.sm-split__media img,
.sm-split__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sm-split__stamp {
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--coral);
  padding: 6px 10px;
  border-radius: 999px;
}
.sm-split__body h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.05; letter-spacing: -0.02em; margin: 12px 0 20px; }
.sm-split__body h2 em { font-style: italic; color: var(--coral); }
.sm-split__body p { color: var(--ink-2); font-size: 1.1rem; line-height: 1.6; max-width: 52ch; }
.sm-split__body p + p { margin-top: 18px; }
.sm-split__body .sm-btn { margin-top: 28px; }

/* ── Section header ────────────────────────────────────── */
.sm-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px 44px;
  margin-bottom: 44px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.sm-section-head h2 { font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1.05; margin: 6px 0 0; letter-spacing: -0.015em; }
.sm-section-head h2 em { font-style: italic; color: var(--coral); }
.sm-section-head p { color: var(--ink-2); font-family: var(--font-display); font-style: italic; font-size: 1.15rem; line-height: 1.5; max-width: 46ch; }
.sm-section-head .sm-cta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  align-self: end;
  white-space: nowrap;
}
.sm-section-head .sm-cta:hover { color: var(--ink); }
@media (max-width: 720px) {
  .sm-section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
}

/* ── Destination cards ─────────────────────────────────── */
.sm-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px 24px;
}
.sm-dest {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 220ms ease;
}
.sm-dest:hover { transform: translateY(-3px); }
.sm-dest__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0e2035;
  box-shadow: var(--shadow-1);
}
.sm-dest__frame img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 800ms ease;
}
.sm-dest:hover .sm-dest__frame img { transform: scale(1.04); }
.sm-dest__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 32, 53, 0) 46%, rgba(14, 32, 53, 0.55) 100%);
}
/* Stretched clickable overlay */
.sm-dest__link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
}
.sm-dest__stamp {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
}
.sm-dest__stamp--coral { background: var(--coral); }
.sm-dest__stamp--teal  { background: var(--teal); }
.sm-dest__title {
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}
.sm-dest__title em { font-style: italic; color: var(--coral); }
.sm-dest__meta {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sm-dest__meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }
.sm-dest__dek {
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 4px 0 0;
}

/* ── Feature: large editorial card ─────────────────────── */
.sm-feature {
  display: grid;
  gap: 40px;
  padding: 44px 0 0;
  border-top: 1px solid var(--line);
}
@media (min-width: 1024px) {
  .sm-feature { grid-template-columns: 1.15fr 1fr; gap: 72px; align-items: center; }
}
.sm-feature__media {
  position: relative;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0e2035;
  box-shadow: var(--shadow-2);
}
.sm-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.sm-feature__link::after {
  content: ""; position: absolute; inset: 0; z-index: 3;
}
.sm-feature__body { padding: 8px 0; }
.sm-feature__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
}
.sm-feature__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 14px 0 14px;
}
.sm-feature__title em { font-style: italic; color: var(--coral); }
.sm-feature__dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 44ch;
}
.sm-feature__meta {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 24px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.sm-feature__meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }

/* ── Journal (essay) cards ─────────────────────────────── */
.sm-journal-grid {
  display: grid;
  gap: 44px 32px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.sm-essay {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.sm-essay__link::after {
  content: ""; position: absolute; inset: 0; z-index: 2;
}
.sm-essay__num {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--coral);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sm-essay__num .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.sm-essay__num .read { color: var(--muted); }
.sm-essay__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 4px 0 4px;
}
.sm-essay__title em { font-style: italic; color: var(--coral); }
.sm-essay__dek {
  color: var(--ink-2);
  line-height: 1.55;
  font-size: 1rem;
}
.sm-essay:hover .sm-essay__title { color: var(--coral); }

/* ── Itinerary card ────────────────────────────────────── */
.sm-itin {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 32px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}
.sm-itin:hover { transform: translateY(-3px); background: #eee0be; border-color: var(--line-2); }
.sm-itin__header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 12px 20px;
}
.sm-itin__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--coral);
  font-size: 1.6rem;
  line-height: 1;
}
.sm-itin__pill {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  color: var(--ink);
  align-self: start;
}
.sm-itin__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 4px 0 0;
}
.sm-itin__title em { font-style: italic; color: var(--coral); }
.sm-itin__meta {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; gap: 10px; align-items: center;
}
.sm-itin__meta .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }
.sm-itin__dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 60ch;
}
.sm-itin__days {
  display: grid;
  gap: 18px;
  margin-top: 6px;
}
.sm-itin__day {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px dashed var(--line-2);
}
.sm-itin__day:first-child { border-top: 0; padding-top: 0; }
.sm-itin__day-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}
.sm-itin__day-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 4px;
}
.sm-itin__day-body {
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
}

/* ── Stay card ─────────────────────────────────────────── */
.sm-stay-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.sm-stay {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.sm-stay:hover { transform: translateY(-3px); box-shadow: var(--shadow-1); }
.sm-stay__frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 3px;
  background: #0e2035;
}
.sm-stay__frame img { width: 100%; height: 100%; object-fit: cover; }
.sm-stay__body { display: grid; gap: 10px; }
.sm-stay__where {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}
.sm-stay__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}
.sm-stay__name em { font-style: italic; color: var(--coral); }
.sm-stay__dek {
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
}
.sm-stay__facts {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.sm-stay__facts .dot { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: 0.5; }

/* ── Ribbon of quick facts (Today / At-a-glance) ────── */
.sm-ribbon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}
.sm-ribbon__cell {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 6px;
}
.sm-ribbon__cell:last-child { border-right: 0; }
.sm-ribbon__label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
}
.sm-ribbon__value {
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--ink);
}
.sm-ribbon__value em { font-style: italic; color: var(--coral); }

/* ── Pull quote / manifesto block ───────────────────── */
.sm-pull {
  padding: var(--gap-lg) 0;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}
.sm-pull__q {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  max-width: 30ch;
  margin: 0 auto;
}
.sm-pull__attr {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 22px;
}

/* ── Newsletter / subscribe ─────────────────────────── */
.sm-sub {
  background: var(--ink);
  color: var(--paper);
  padding: var(--gap-lg) 0;
  position: relative;
  overflow: hidden;
}
.sm-sub::before {
  content: "";
  position: absolute; inset: auto -20px -60px auto;
  width: 320px; height: 320px;
  background: radial-gradient(closest-side, rgba(217, 74, 61, 0.35), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.sm-sub__inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) {
  .sm-sub__inner { grid-template-columns: 1.1fr 1fr; gap: 60px; }
}
.sm-sub__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--paper);
  margin: 0 0 16px;
}
.sm-sub__title em { font-style: italic; color: var(--coral-2); }
.sm-sub__dek {
  color: rgba(246, 239, 225, 0.78);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 44ch;
}
.sm-sub form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: stretch;
}
.sm-sub input {
  padding: 16px 20px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(246, 239, 225, 0.24);
  border-radius: 999px;
  outline: none;
  transition: border-color 200ms ease;
}
.sm-sub input::placeholder { color: rgba(246, 239, 225, 0.5); }
.sm-sub input:focus { border-color: var(--coral); }
.sm-sub__fine {
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 239, 225, 0.5);
}

/* ── Footer ────────────────────────────────────────── */
.sm-foot {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 68px 0 36px;
}
.sm-foot__inner {
  display: grid;
  gap: 36px 44px;
  grid-template-columns: 1.4fr repeat(2, 1fr);
}
@media (max-width: 900px) {
  .sm-foot__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .sm-foot__inner { grid-template-columns: 1fr; }
}
.sm-foot h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  line-height: 1.1;
  margin: 0 0 14px;
}
.sm-foot h3 em { font-style: italic; color: var(--coral); }
.sm-foot__brand-copy {
  color: var(--ink-2);
  max-width: 34ch;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
}
.sm-foot h4 {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 8px 0 16px;
}
.sm-foot ul { display: grid; gap: 10px; }
.sm-foot a { color: var(--ink); border-bottom: 1px solid transparent; transition: border-color 200ms ease, color 200ms ease; }
.sm-foot a:hover { color: var(--coral); border-color: var(--coral); }
.sm-foot__legal {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

/* ── Reveal animation ─────────────────────────────── */
.sm-reveal { opacity: 0; transform: translateY(14px); transition: opacity 700ms ease, transform 700ms ease; }
.sm-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .sm-reveal { opacity: 1; transform: none; }
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* ── Essay page (long-form article layout) ────────── */
.sm-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 32px 120px;
}
.sm-article__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.sm-article__eyebrow .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.sm-article__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0 0 22px;
}
.sm-article__title em { font-style: italic; color: var(--coral); }
.sm-article__dek {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0 0 40px;
  max-width: 44ch;
}
.sm-article__byline {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 36px;
}
.sm-article__body p { font-size: 1.12rem; line-height: 1.7; color: var(--ink); }
.sm-article__body p + p { margin-top: 22px; }
.sm-article__body p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 0.9;
  float: left;
  padding: 6px 12px 0 0;
  color: var(--coral);
}
.sm-article__body h2 {
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1.15;
  margin: 44px 0 16px;
}
.sm-article__body h2 em { font-style: italic; color: var(--coral); }
.sm-article__body blockquote {
  margin: 40px -20px;
  padding: 16px 24px;
  border-left: 3px solid var(--coral);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--ink-2);
  background: var(--paper-2);
}
.sm-article__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 60px;
}
.sm-article__back:hover { color: var(--coral); }

/* ── Small helpers ──────────────────────────────── */
.sm-divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: var(--gap-lg) 0;
}
.sm-rule {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--coral);
  margin: 20px 0;
}

/* Utility: 2-col text block */
.sm-2col {
  display: grid;
  gap: 30px 44px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .sm-2col { grid-template-columns: 1fr 1fr; } }
.sm-2col p { font-size: 1.08rem; line-height: 1.68; color: var(--ink); }

/* Editorial callout box */
.sm-callout {
  background: var(--paper-2);
  border-left: 3px solid var(--coral);
  padding: 26px 28px;
  border-radius: 3px;
  margin: 30px 0;
}
.sm-callout h4 {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 8px;
}
.sm-callout p { color: var(--ink); font-size: 1rem; line-height: 1.6; }
