/* COMMON ASTEROID TRAVELER STYLESHEET */

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

:root {
  --black: #080808;
  --white: #f5f3ee;
  --accent: #C8E64A;
  --muted: #888880;
  --card-bg: #111110;
  --border: rgba(245,243,238,0.08);
  --dark2: #0d1122;
  --green: #C8E64A;
  --dark: #080b14;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4 { font-family: 'DM Serif Display', Georgia, serif; }

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

::selection { background: var(--accent); color: var(--black); }

/* NAVIGATION */
.top-bar { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: #C8E64A; z-index: 300; }

nav {
  position: fixed; top: 3px; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 3rem;
  transition: transform 0.35s ease, background 0.35s ease;
  background: linear-gradient(to bottom, rgba(8,11,20,0.92) 0%, transparent 100%);
}

nav.hidden { transform: translateY(-100%); }

nav.solid { background: rgba(8,11,20,0.97); backdrop-filter: blur(20px); }

.logo {
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.3em;
  text-transform: uppercase; color: #fff;
  display: flex; align-items: center; gap: 0.55rem;
  text-decoration: none; font-family: 'Inter', sans-serif;
}

.logo-mark { color: #C8E64A; }

.nav-links { display: flex; align-items: center; gap: 2rem; }

.nav-hamburger:focus-visible { outline: 2px solid #C8E64A; outline-offset: 3px; border-radius: 4px; }

.nav-hamburger {
  display: none; background: none; border: none;
  color: #fff; font-size: 1.4rem; cursor: pointer;
  padding: 6px; line-height: 1; margin-left: auto; flex-shrink: 0;
}

.nav-link { font-size: 0.78rem; color: rgba(255,255,255,0.45); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }

.nav-link:hover { color: #fff; }

.nav-cta {
  background: #C8E64A; color: #080b14;
  padding: 0.55rem 1.4rem; border-radius: 100px;
  font-size: 0.78rem; font-weight: 700; text-decoration: none;
  letter-spacing: 0.04em; transition: opacity 0.2s;
  font-family: 'Inter', sans-serif;
}

.nav-cta:hover { opacity: 0.88; }

/* HERO */
.dest-hero {
  position: relative; height: 62vh; min-height: 480px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 60px 64px;
}

.dest-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 55%;
}

.dest-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.96) 0%, rgba(8,8,8,0.45) 50%, rgba(8,8,8,0.15) 100%);
}

.dest-hero-content { position: relative; z-index: 2; max-width: 900px; }

.dest-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}

.dest-kicker::before { content: ''; display: block; width: 32px; height: 1px; background: var(--accent); }

.dest-hero-title {
  font-size: clamp(52px, 7vw, 100px); font-weight: 400; line-height: 0.95;
  letter-spacing: -2px; color: var(--white); margin-bottom: 18px;
}

.dest-hero-title em { font-style: italic; color: var(--accent); }

.dest-hero-sub { font-size: 16px; color: rgba(245,243,238,0.6); line-height: 1.65; max-width: 560px; }

/* BREADCRUMB */
.breadcrumb {
  padding: 20px 60px; font-size: 12px; color: var(--muted);
  display: flex; gap: 8px; align-items: center; border-bottom: 1px solid var(--border);
}

.breadcrumb a { color: var(--muted); transition: color 0.2s; }

.breadcrumb a:hover { color: var(--accent); }

.breadcrumb span { color: rgba(245,243,238,0.3); }

/* OVERVIEW */
.overview {
  padding: 80px 60px 60px; max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 340px; gap: 80px;
}

.overview-main h2 {
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 400; line-height: 1.2;
  margin-bottom: 28px; letter-spacing: -0.5px;
}

.overview-main h2 em { font-style: italic; color: var(--accent); }

.overview-main p { font-size: 16px; color: rgba(245,243,238,0.72); line-height: 1.8; margin-bottom: 18px; }

.overview-facts {
  background: var(--card-bg); border: 1px solid var(--border); padding: 32px;
  align-self: start; position: sticky; top: 84px;
}

.overview-facts h4 {
  font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--accent);
  margin-bottom: 24px;
}

.fact-row {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--border); gap: 16px;
}

.fact-row:last-child { border-bottom: none; padding-bottom: 0; }

.fact-label { font-size: 11px; color: var(--muted); letter-spacing: 0.5px; flex-shrink: 0; }

.fact-value { font-size: 13px; font-weight: 600; text-align: right; }

/* SECTION HEADER */
.section-header { padding: 80px 60px 0; max-width: 1400px; margin: 0 auto; }

.section-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
  display: flex; align-items: center; gap: 16px;
}

.section-eyebrow::after { content: ''; flex: 1; max-width: 60px; height: 1px; background: var(--accent); }

.section-title { font-size: clamp(32px, 4vw, 54px); font-weight: 400; line-height: 1.1; letter-spacing: -1px; }

.section-title em { font-style: italic; color: var(--accent); }

.section-intro {
  font-size: 16px; color: rgba(245,243,238,0.65); line-height: 1.8;
  max-width: 720px; margin-top: 20px; margin-bottom: 56px;
}

/* RESTAURANT/CARD LAYOUT */
.restaurant-section { padding: 0 60px 100px; max-width: 1400px; margin: 0 auto; }

.restaurant-featured {
  display: grid; grid-template-columns: 1.1fr 1fr;
  min-height: 420px; margin-bottom: 3px; background: var(--card-bg);
}

.restaurant-featured-img { background-size: cover; background-position: center; min-height: 420px; }

.restaurant-featured-body { padding: 44px 48px; display: flex; flex-direction: column; justify-content: center; }

.restaurant-featured-body .r-name { font-size: 36px; font-weight: 400; line-height: 1.1; margin-bottom: 6px; }

.restaurant-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 3px; }

.restaurant-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px; margin-bottom: 3px; }

.restaurant-split { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3px; margin-bottom: 3px; }

.restaurant-split-r { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3px; margin-bottom: 3px; }

.r-card { background: var(--card-bg); display: flex; flex-direction: column; transition: background 0.3s; }

.r-card:hover { background: #161614; }

.r-img { width: 100%; height: 220px; background-size: cover; background-position: center; flex-shrink: 0; }

.r-img-tall { height: 300px; }

.r-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }

.r-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }

.r-price { font-size: 11px; font-weight: 700; letter-spacing: 1px; color: var(--accent); font-family: 'Inter', sans-serif; }

.r-location { font-size: 11px; color: var(--muted); }

.r-name { font-family: 'DM Serif Display', Georgia, serif; font-size: 22px; font-weight: 400; line-height: 1.15; margin-bottom: 10px; color: var(--white); }

.r-dish { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }

.r-copy { font-size: 14px; color: rgba(245,243,238,0.65); line-height: 1.75; flex: 1; margin-bottom: 16px; }

.r-hours { font-size: 11px; color: rgba(245,243,238,0.35); margin-bottom: 16px; }

/* X POST CARD */
.x-post-card { background: var(--dark2); border: 1px solid rgba(255,255,255,0.07); border-radius: 10px; padding: 14px 16px; margin-top: auto; }

.x-post-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }

.x-post-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: var(--black); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; flex-shrink: 0; font-family: 'Inter', sans-serif; }

.x-post-avatar-blue { background: #1d9bf0; color: white; }

.x-post-info { flex: 1; }

.x-post-handle { font-size: 13px; font-weight: 700; color: var(--white); }

.x-post-platform { font-size: 10px; color: rgba(255,255,255,0.35); }

.x-post-logo { color: rgba(255,255,255,0.25); font-size: 14px; }

.x-post-text { font-size: 13px; color: rgba(245,243,238,0.72); line-height: 1.55; margin-bottom: 12px; font-style: italic; }

.x-post-footer { display: flex; align-items: center; justify-content: space-between; }

.x-post-stats { font-size: 11px; color: rgba(255,255,255,0.3); }

.x-post-link { font-size: 11px; font-weight: 700; color: var(--accent); text-decoration: none; letter-spacing: 0.5px; transition: opacity 0.2s; }

.x-post-link:hover { opacity: 0.75; }

/* CARD SECTIONS (temples, activities, etc.) */
.card-section { padding: 0 60px 60px; max-width: 1400px; margin: 0 auto; }

.card-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--card-bg); border-radius: 12px; overflow: hidden; margin-bottom: 1.2rem; }
.card-featured-img { background-size: cover; background-position: center; min-height: 320px; }
.card-featured-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; }

.card-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.card-trio { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.2rem; }

.c-card { background: var(--card-bg); border-radius: 12px; overflow: hidden; }
.c-img { height: 180px; background-size: cover; background-position: center; }
.c-body { padding: 24px; }
.c-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; font-size: 12px; color: var(--muted); }
.c-price { }
.c-location { }
.c-name { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: var(--white); margin-bottom: 10px; }
.c-copy { font-size: 13px; color: rgba(245,243,238,0.6); line-height: 1.7; margin: 0; }

@media (max-width: 768px) {
  .card-section { padding: 0 24px 40px; }
  .card-featured { grid-template-columns: 1fr; }
  .card-featured-img { min-height: 200px; }
  .card-pair { grid-template-columns: 1fr; }
  .card-trio { grid-template-columns: 1fr; }
}

/* WHERE TO STAY */
.stay-section { padding: 0 60px 100px; max-width: 1400px; margin: 0 auto; }

.stay-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 3px; margin-top: 48px; }

.stay-card { background: var(--card-bg); padding: 32px; }

.stay-tier { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }

.stay-name { font-size: 20px; font-weight: 400; line-height: 1.2; margin-bottom: 8px; }

.stay-price { font-size: 13px; color: var(--muted); margin-bottom: 14px; }

.stay-copy { font-size: 13px; color: rgba(245,243,238,0.6); line-height: 1.7; }

/* LOGISTICS */
.logistics-section { padding: 0 60px 100px; max-width: 1400px; margin: 0 auto; }

.logistics-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 48px; }

.logistics-card { background: var(--card-bg); padding: 32px; }

.logistics-card h4 { font-family: 'Inter', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }

.logistics-card p, .logistics-card li { font-size: 14px; color: rgba(245,243,238,0.65); line-height: 1.75; }

.logistics-card ul { padding-left: 16px; }

/* PROTECT CTA */
.protect-section {
  background: #0e0e0c; border-left: 3px solid var(--accent);
  padding: 48px 56px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px;
}

.protect-copy h3 { font-size: 26px; font-weight: 400; margin-bottom: 16px; }

.protect-copy p { font-size: 15px; color: rgba(245,243,238,0.65); line-height: 1.75; max-width: 680px; }

.protect-copy a { color: var(--accent); font-weight: 600; }

.protect-cta { flex-shrink: 0; padding: 16px 32px; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; background: var(--accent); color: var(--black); border: none; border-radius: 4px; cursor: pointer; white-space: nowrap; text-decoration: none; display: inline-block; }

.protect-cta:hover { opacity: 0.85; }

/* PAID ME */
.paid-me-section { padding: 0 60px 100px; max-width: 1400px; margin: 0 auto; }

.paid-me-card { background: var(--dark2); border: 1px solid rgba(200,255,0,0.12); padding: 40px 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

.paid-me-quote { font-family: 'DM Serif Display', Georgia, serif; font-size: 26px; font-weight: 400; line-height: 1.4; color: var(--white); border-left: 3px solid var(--accent); padding-left: 24px; font-style: italic; }

.paid-me-right { display: flex; flex-direction: column; gap: 16px; }

.paid-me-handle { font-size: 12px; color: var(--accent); font-weight: 700; letter-spacing: 1px; }

.paid-me-context { font-size: 14px; color: var(--muted); line-height: 1.65; }

.paid-me-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,255,0,0.08); border: 1px solid rgba(200,255,0,0.2); padding: 8px 16px; border-radius: 100px; font-size: 11px; font-weight: 700; color: var(--accent); letter-spacing: 1px; text-transform: uppercase; align-self: flex-start; }

/* FOOTER */
footer {
  background: #04060d; border-top: 1px solid rgba(255,255,255,0.04);
  padding: 2.5rem 3rem;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: start; gap: 3rem;
}

.footer-left p { font-size: 0.72rem; color: rgba(255,255,255,0.25); margin-top: 0.75rem; max-width: 240px; line-height: 1.6; }

.footer-links { display: flex; flex-direction: column; gap: 0.6rem; text-align: left; }

.footer-links a { font-size: 0.72rem; color: rgba(255,255,255,0.3); text-decoration: none; letter-spacing: 0.05em; transition: color 0.2s; }

.footer-links a:hover { color: #fff; }

.footer-right { text-align: right; }

.footer-social { display: flex; gap: 1.5rem; justify-content: flex-end; margin-bottom: 0.75rem; }

.footer-social a { font-size: 0.72rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }

.footer-social a:hover { color: #C8E64A; }

.footer-copy { font-size: 0.65rem; color: rgba(255,255,255,0.15); letter-spacing: 0.05em; }

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
  .overview { grid-template-columns: 1fr; gap: 40px; padding: 60px 40px; }
  .overview-facts { position: static; }
  .section-header, .restaurant-section, .stay-section, .logistics-section, .paid-me-section { padding-left: 40px; padding-right: 40px; }
  .protect-section { margin: 0 40px 80px; }
  .dest-hero { padding: 0 40px 56px; }
  .breadcrumb { padding: 16px 40px; }
}

@media (max-width: 768px) {
  nav { padding: 1rem 1.25rem; }
  .nav-hamburger { display: block; }
  .nav-links .nav-link { display: none; }
  .nav-links .nav-cta { display: none; }
  .nav-links.open { display: flex !important; flex-direction: column; align-items: flex-start; position: fixed; top: 59px; left: 0; right: 0; background: rgba(8,11,20,0.98); backdrop-filter: blur(20px); padding: 20px 24px; gap: 14px; z-index: 199; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .nav-links.open .nav-link { display: block; font-size: 15px; color: rgba(255,255,255,0.75); padding: 4px 0; }
  .nav-links.open .nav-link:hover { color: #fff; }
  .nav-links.open .nav-cta { display: inline-block; margin-top: 8px; }
  footer { grid-template-columns: 1fr; text-align: center; padding: 2rem 1.5rem; }
  .footer-right { text-align: center; }
  .footer-social { justify-content: center; }
  .dest-hero { padding: 0 24px 48px; }
  .breadcrumb { padding: 14px 24px; }
  .overview, .section-header, .restaurant-section, .stay-section, .logistics-section, .paid-me-section { padding-left: 24px; padding-right: 24px; }
  .protect-section { margin: 0 24px 60px; grid-template-columns: 1fr; }
  .restaurant-featured { grid-template-columns: 1fr; }
  .restaurant-featured-img { min-height: 280px; }
  .restaurant-cards { grid-template-columns: 1fr !important; padding: 0 24px 40px !important; }
  .restaurant-pair, .restaurant-trio, .restaurant-split, .restaurant-split-r { grid-template-columns: 1fr; }
  .stay-grid { grid-template-columns: 1fr 1fr; }
  .logistics-grid { grid-template-columns: 1fr; }
  .paid-me-card { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 40px 24px; }

  /* Trip Studio mobile */
  .ts-hero { min-height: 80vh; }
  .ts-hero-content { padding: 0 24px; }
  .ts-hero-title { font-size: 2.4rem; }
  .how-grid { grid-template-columns: 1fr; }
  .concept { padding: 60px 24px; }
  .how-inner { padding: 60px 24px; }
  .season-inner { padding: 60px 24px; }
  .season-cards { grid-template-columns: 1fr; }
  .ts-cta-inner { padding: 60px 24px; }
}

/* ========================================
   TRIP STUDIO PAGE
   ======================================== */

/* Hero */
.ts-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ts-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1628 0%, #0d2818 30%, #1a0e2e 70%, #0a1628 100%);
  background-size: 400% 400%;
  animation: ts-shift 20s ease infinite;
}

@keyframes ts-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ts-hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(200,230,74,0.06) 0%, transparent 60%);
}

.ts-hero-content {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 720px;
  padding: 0 40px;
}

.ts-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.ts-hero-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 3.6rem;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.ts-hero-title em {
  color: var(--accent);
  font-style: italic;
}

.ts-hero-sub {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 2rem;
}

.ts-badge {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(200,230,74,0.3);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.ts-detail {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 2rem;
}

/* Concept */
.concept {
  max-width: 720px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
}

.concept h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 2rem;
}

.concept h2 em {
  color: var(--accent);
  font-style: italic;
}

.concept p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

/* How It Works */
.how-it-works {
  background: var(--card-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.how-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 60px;
}

.how-inner h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--white);
  text-align: center;
  margin-bottom: 3.5rem;
}

.how-inner h2 em {
  color: var(--accent);
  font-style: italic;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.how-step {
  padding: 0;
}

.how-num {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.how-step h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.how-step p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--muted);
}

/* Season */
.season {
  background: var(--black);
}

.season-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 60px;
  text-align: center;
}

.season-inner h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 1rem;
}

.season-inner h2 em {
  color: var(--accent);
  font-style: italic;
}

.season-sub {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 3rem;
}

.season-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.season-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
}

.season-card-bg {
  position: absolute; inset: 0;
}

.season-card-overlay {
  position: absolute; inset: 0;
}

.season-card-content {
  position: relative; z-index: 2;
  padding: 24px;
  text-align: left;
}

.season-card-label {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}

.season-card-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 1.2rem;
  color: var(--white);
}

/* CTA */
.ts-cta {
  background: var(--card-bg);
  border-top: 1px solid var(--border);
}

.ts-cta-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
}

.ts-cta-inner h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 2.2rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.ts-cta-inner h2 em {
  color: var(--accent);
  font-style: italic;
}

.ts-cta-inner p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 2rem;
}

/* ========================================
   EDITORIAL LIGHT SECTIONS
   ======================================== */

/* Light section — cream/warm background for contrast */
.section-light {
  background: #f5f3ee;
  color: #1a1a18;
  padding: 80px 60px;
  margin: 0 -60px;
  width: calc(100% + 120px);
}

.section-light .section-header { padding: 0; }
.section-light .section-eyebrow { color: #666; }
.section-light .section-title { color: #1a1a18; }
.section-light .section-title em { color: #2d6a1e; }
.section-light .section-intro { color: #555; }

.section-light .stay-section { padding: 0; }

.section-light .stay-card {
  background: #fff;
  border: 1px solid #e5e3de;
}

.section-light .stay-tier { color: #2d6a1e; }
.section-light .stay-name { color: #1a1a18; }
.section-light .stay-copy { color: #555; }
.section-light .stay-price { color: #888; }

/* Mid-tone warm section */
.section-warm {
  background: #1c1c1a;
  padding: 80px 60px;
  margin: 0 -60px;
  width: calc(100% + 120px);
}

/* Full-bleed image break */
.image-break {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 50vh;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-break-caption {
  position: absolute;
  bottom: 24px;
  right: 32px;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  background: rgba(0,0,0,0.4);
  padding: 6px 12px;
  border-radius: 4px;
}

/* ========================================
   SOCIAL EMBEDS SECTION
   ======================================== */

.social-section {
  padding: 40px 60px 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.social-grid .instagram-media {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
}

.social-grid iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 550px !important;
  border-radius: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
}

/* Placeholder for when embeds load */
.embed-placeholder {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.embed-placeholder .embed-icon {
  font-size: 2rem;
  opacity: 0.3;
}

.embed-placeholder .embed-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}

.embed-placeholder .embed-handle {
  font-size: 0.85rem;
  color: var(--accent);
}

/* Responsive */
@media (max-width: 768px) {
  .section-light, .section-warm {
    padding: 60px 24px;
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
  .social-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .social-section {
    padding: 0 24px 60px;
  }
}

/* ========================================
   STORIES PAGE
   ======================================== */

.stories-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.stories-hero-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
}

.stories-hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}

.stories-hero-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(8,8,8,0.75) 0%, rgba(8,11,20,0.65) 50%, rgba(8,8,8,0.75) 100%);
  z-index: 2;
}

.stories-hero-content {
  position: relative; z-index: 3;
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 0 40px; text-align: center;
}

.stories-label {
  display: inline-block;
  font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent); background: rgba(200,230,74,0.1);
  border: 1px solid rgba(200,230,74,0.3);
  padding: 6px 14px; border-radius: 20px; margin-bottom: 24px;
}

.stories-hero-headline {
  font-family: 'DM Serif Display', serif;
  font-size: 64px; font-weight: 400; line-height: 1.15;
  color: var(--white); margin: 0 0 24px;
}

.stories-hero-headline em { font-style: italic; color: var(--accent); }

.stories-hero-sub {
  font-size: 18px; font-weight: 300; line-height: 1.6;
  color: rgba(245,243,238,0.7); max-width: 500px; margin: 0 auto;
}

.stories-section { width: 100%; padding: 80px 40px; background: var(--dark); }

.section-header-label {
  font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent); white-space: nowrap;
}

.section-header-line { flex: 1; height: 1px; background: var(--border); }

.section-header-count { font-size: 13px; color: var(--muted); white-space: nowrap; }

.stories-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
  max-width: 1200px; margin: 0 auto;
}

.story-card {
  display: flex; flex-direction: column;
  background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden; transition: all 0.3s;
}

.story-card:hover { border-color: rgba(200,230,74,0.4); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.4); }

.story-card-img { display: block; width: 100%; height: 280px; object-fit: cover; }

.story-card-body { display: flex; flex-direction: column; flex: 1; padding: 28px 24px; gap: 16px; }

.story-cat-badge {
  display: inline-block;
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--white); background: rgba(200,230,74,0.15);
  border: 1px solid rgba(200,230,74,0.25);
  padding: 5px 10px; border-radius: 4px; width: fit-content;
}

.story-card-title {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; font-weight: 400; line-height: 1.3; color: var(--white); margin: 0;
}

.story-card-excerpt { font-size: 15px; line-height: 1.6; color: rgba(245,243,238,0.7); margin: 0; }

.story-card-footer { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; padding-top: 16px; border-top: 1px solid var(--border); }

.story-card-meta { font-size: 12px; color: var(--muted); }

.story-read-link { font-size: 14px; font-weight: 500; color: var(--accent); text-decoration: none; transition: all 0.2s; }
.story-read-link:hover { color: var(--white); transform: translateX(4px); }

/* X EMBEDS (Quote Blocks) */
.x-embed {
  background: rgba(200,230,74,0.05); border-left: 3px solid var(--accent);
  padding: 16px; border-radius: 4px; margin: 8px 0;
}

.x-embed-quote { font-size: 14px; line-height: 1.6; color: rgba(245,243,238,0.85); font-style: italic; padding: 0 0 12px; margin: 0; }

.x-embed-meta { display: flex; flex-direction: column; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(200,230,74,0.15); }

.x-embed-handle { font-size: 12px; font-weight: 600; color: var(--accent); }
.x-embed-date { font-size: 12px; color: var(--muted); }
.x-embed-link { font-size: 12px; font-weight: 500; color: var(--accent); text-decoration: none; }
.x-embed-link:hover { color: var(--white); }

@media (max-width: 768px) {
  .stories-hero { height: 50vh; min-height: 400px; }
  .stories-hero-headline { font-size: 42px; }
  .stories-hero-content { padding: 0 24px; }
  .stories-section { padding: 60px 24px; }
  .stories-grid { grid-template-columns: 1fr; gap: 24px; }
  .story-card-img { height: 240px; }
}

/* ========================================
   GUIDES PAGE
   ======================================== */

.guides-hero {
  position: relative; height: 50vh; min-height: 380px;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 60px 56px; overflow: hidden;
}

.guides-hero h1 { font-size: clamp(36px, 5vw, 64px); font-weight: 400; line-height: 1.05; margin-bottom: 14px; }
.guides-hero h1 em { font-style: italic; color: var(--accent); }
.guides-hero p { font-size: 16px; color: rgba(245,243,238,0.6); line-height: 1.65; max-width: 520px; }

.hero-label {
  font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.hero-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--accent); }

.guides-divider { height: 1px; background: var(--border); margin: 48px 0; }

.guides-section { padding: 0 60px 100px; max-width: 1400px; margin: 0 auto; }

.guides-row-large { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 3px; }
.guides-row-small { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 3px; }

.guide-card {
  position: relative; overflow: hidden; display: block;
  background: var(--card-bg); transition: transform 0.3s;
  text-decoration: none; color: inherit;
}
.guide-card:hover { transform: scale(1.01); }

.guide-card-large { min-height: 380px; }
.guide-card-small { min-height: 300px; }

.guide-card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.4s;
}
.guide-card:hover .guide-card-img { transform: scale(1.06); }

.guide-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.2) 50%, transparent 100%);
}

.guide-card-body {
  position: relative; z-index: 2; padding: 28px;
  display: flex; flex-direction: column; justify-content: flex-end; height: 100%;
}

.guide-card-tag { font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }

.guide-card-title { font-family: 'DM Serif Display', serif; font-size: 22px; font-weight: 400; line-height: 1.15; color: var(--white); margin-bottom: 10px; }
.guide-card-large .guide-card-title { font-size: 28px; }

.guide-card-desc { font-size: 14px; color: rgba(245,243,238,0.65); line-height: 1.6; margin-bottom: 12px; }

.guide-card-arrow { font-size: 11px; font-weight: 700; color: var(--accent); opacity: 0; transition: opacity 0.3s; }
.guide-card:hover .guide-card-arrow { opacity: 1; }

.guide-coming-soon { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-top: 12px; opacity: 0.6; }

@media (max-width: 768px) {
  .guides-hero { padding: 0 24px 40px; }
  .guides-section { padding: 0 24px 60px; }
  .guides-row-large { grid-template-columns: 1fr; }
  .guides-row-small { grid-template-columns: 1fr 1fr; }
  .guide-card-large, .guide-card-small { min-height: 280px; }
  .guide-card-title { font-size: 18px; }
  .guide-card-large .guide-card-title { font-size: 22px; }
}

@media (max-width: 480px) {
  .guides-row-small { grid-template-columns: 1fr; }
}

/* ========================================
   REAL STORIES PAGE
   ======================================== */

.real-stories-hero {
  min-height: 60vh; display: flex; align-items: center; justify-content: center;
  background: var(--black); padding: 6rem 2rem; text-align: center;
}

.real-stories-hero-content { max-width: 700px; display: flex; flex-direction: column; gap: 1.5rem; }

.real-stories-label {
  display: inline-block;
  font-size: 0.875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent); align-self: center;
}

.real-stories-headline {
  font-family: 'DM Serif Display', serif;
  font-size: 3.5rem; font-weight: 400; line-height: 1.1; color: var(--white); margin: 0;
}

.real-stories-sub { font-size: 1.125rem; line-height: 1.6; color: var(--muted); margin: 0; }

.coming-soon-section {
  background: var(--black); padding: 6rem 2rem;
  display: flex; align-items: center; justify-content: center; min-height: 50vh;
}

.coming-soon-box {
  max-width: 500px; background: var(--card-bg); border: 1px solid var(--border);
  border-radius: 8px; padding: 3rem 2rem;
  display: flex; flex-direction: column; gap: 1.5rem; align-items: center; text-align: center;
}

.coming-soon-emoji { font-size: 2.5rem; }

.coming-soon-heading {
  font-family: 'DM Serif Display', serif;
  font-size: 1.75rem; font-weight: 400; line-height: 1.2; color: var(--white); margin: 0;
}

.coming-soon-text { font-size: 1rem; line-height: 1.6; color: var(--muted); margin: 0; }

.coming-soon-cta {
  font-weight: 600; color: var(--black); background: var(--accent);
  padding: 0.75rem 2rem; border-radius: 6px; text-decoration: none;
  display: inline-block; margin-top: 0.5rem; transition: all 0.3s;
}
.coming-soon-cta:hover { opacity: 0.9; transform: translateY(-2px); }

@media (max-width: 768px) {
  .real-stories-hero { min-height: 50vh; padding: 4rem 1.5rem; }
  .real-stories-headline { font-size: 2.25rem; }
  .coming-soon-section { padding: 4rem 1.5rem; min-height: 40vh; }
  .coming-soon-box { padding: 2rem 1.5rem; }
}

/* ========================================
   MINOR: RESTAURANT CARDS & STAY LINKS
   ======================================== */

.restaurant-cards {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.2rem;
  padding: 0 60px 60px; max-width: 1400px; margin: 0 auto;
}

.stay-links { display: flex; gap: 12px; margin-top: 8px; }
.stay-links a { font-size: 11px; color: var(--accent); text-decoration: none; letter-spacing: 0.5px; }
.stay-links a:hover { color: var(--white); }

@media (max-width: 768px) {
  .restaurant-cards { grid-template-columns: 1fr !important; padding: 0 24px 40px !important; }
}

/* ========================================
   SOCIAL CARDS GRID (destinations page)
   ======================================== */
.social-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.social-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: var(--card-bg);
  transition: transform 0.3s ease;
}
.social-card:hover { transform: translateY(-4px); }
.social-card-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
}
.social-card:hover .social-card-img { transform: scale(1.08); }
.social-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(8,8,8,0.9) 0%, rgba(8,8,8,0.2) 50%, rgba(8,8,8,0.3) 100%);
}
.social-card-badge {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8,8,8,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50%;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.1);
}
.social-card-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 24px;
}
.social-card-handle {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.social-card-caption {
  font-size: 13px;
  color: rgba(245,243,238,0.85);
  line-height: 1.5;
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
}

@media (max-width: 900px) {
  .social-cards-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .social-cards-grid { grid-template-columns: 1fr; gap: 16px; }
  .social-card { aspect-ratio: 4 / 3; }
}

/* ========================================
   ARTICLE PAGES
   ======================================== */

/* Hero */
.article-hero {
  position: relative; width: 100%; min-height: 70vh;
  display: flex; align-items: flex-end; overflow: hidden;
}
.article-hero-img { position: absolute; inset: 0; z-index: 0; }
.article-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(8,8,8,0.95) 0%, rgba(8,8,8,0.4) 50%, transparent 100%);
}
.article-hero-content {
  position: relative; z-index: 2;
  max-width: 820px; padding: 4rem 60px 3rem; width: 100%;
}
.article-hero-title {
  font-family: 'DM Serif Display', serif; font-size: 3rem;
  color: var(--white); line-height: 1.15; margin: 0.5rem 0 0;
}
.article-category, .article-cat-badge {
  display: inline-block; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--accent); background: rgba(200,230,74,0.1);
  padding: 4px 14px; border-radius: 20px;
}
.article-breadcrumb {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--muted); margin-bottom: 12px;
}
.article-breadcrumb a { color: var(--muted); text-decoration: none; }
.article-breadcrumb a:hover { color: var(--white); }

/* Page Grid (article + sidebar) */
.article-page-grid {
  display: grid; grid-template-columns: 1fr 320px; gap: 60px;
  max-width: 1200px; margin: 0 auto; padding: 3rem 60px 4rem;
}

/* Article Body */
.article-body-wrap { min-width: 0; }
.article-byline {
  font-size: 13px; color: var(--muted); margin-bottom: 2rem;
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
}
.article-body { font-size: 15px; color: rgba(245,243,238,0.8); line-height: 1.85; }
.article-body h2 {
  font-family: 'DM Serif Display', serif; font-size: 1.6rem;
  color: var(--white); margin: 2.5rem 0 1rem;
}
.article-body p { margin-bottom: 1.2rem; }
.article-body ul, .article-body ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.article-body li { margin-bottom: 0.6rem; }
.article-divider {
  text-align: center; color: var(--accent); font-size: 1.2rem;
  margin: 2.5rem 0; letter-spacing: 4px;
}
.article-img {
  margin: 2rem 0; border-radius: 12px; overflow: hidden;
}
.article-img img { width: 100%; height: auto; display: block; border-radius: 12px; }
.article-img figcaption {
  font-size: 12px; color: var(--muted); margin-top: 10px;
  text-align: center; line-height: 1.5;
}

/* Pull Quote */
.pull-quote {
  border-left: 3px solid var(--accent); padding: 1rem 0 1rem 1.5rem;
  margin: 2rem 0; font-family: 'DM Serif Display', serif;
  font-size: 1.25rem; color: var(--white); font-style: italic;
  line-height: 1.5; background: none;
}

/* Lang Switch (article pages only) */
.ap-lang-switch { display: flex; gap: 6px; margin-bottom: 1.5rem; }
.ap-lang-btn {
  font-size: 11px; font-weight: 600; padding: 4px 12px;
  border-radius: 20px; border: 1px solid var(--border);
  background: transparent; color: var(--muted); cursor: pointer;
  transition: all 0.2s;
}
.ap-lang-btn.active, .ap-lang-btn:hover { background: var(--accent); color: var(--black); border-color: var(--accent); }
.ap-lang-bar { display: flex; justify-content: center; padding: 12px 0; }
.ap-lang-switcher { display: flex; gap: 6px; }

/* Breadcrumb (standalone nav) */
nav.breadcrumb {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 60px; font-size: 12px; color: var(--muted);
  max-width: 1200px; margin: 0 auto;
}
nav.breadcrumb a { color: var(--muted); text-decoration: none; }
nav.breadcrumb a:hover { color: var(--white); }
.breadcrumb-sep { color: rgba(255,255,255,0.15); }
.breadcrumb-tag {
  font-size: 10px; background: rgba(255,255,255,0.06);
  padding: 2px 8px; border-radius: 10px; color: var(--muted);
}

/* Sidebar */
.article-sidebar { position: sticky; top: 100px; align-self: start; }
.sidebar-share { margin-bottom: 2rem; }
.sidebar-share h4, .sidebar-section h4 {
  font-size: 13px; font-weight: 600; color: var(--white);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;
}
.sidebar-share-btns { display: flex; flex-direction: column; gap: 8px; }
.sidebar-share-btn {
  display: block; font-size: 12px; padding: 10px 14px;
  background: rgba(255,255,255,0.04); border: 1px solid var(--border);
  border-radius: 8px; color: var(--muted); text-decoration: none;
  transition: all 0.2s;
}
.sidebar-share-btn:hover { background: rgba(255,255,255,0.08); color: var(--white); }
.sidebar-section { margin-bottom: 2rem; }
.sidebar-article-card {
  display: flex; gap: 12px; align-items: center;
  text-decoration: none; padding: 10px 0;
  border-bottom: 1px solid var(--border); transition: opacity 0.2s;
}
.sidebar-article-card:hover { opacity: 0.8; }
.sidebar-article-img {
  width: 60px; height: 60px; border-radius: 8px;
  object-fit: cover; flex-shrink: 0;
}
.sidebar-article-title {
  font-size: 13px; color: var(--white); line-height: 1.4;
  font-weight: 500;
}
.sidebar-newsletter input {
  width: 100%; padding: 10px 14px; border-radius: 8px;
  border: 1px solid var(--border); background: rgba(255,255,255,0.04);
  color: var(--white); font-size: 13px; margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}
.sidebar-newsletter input::placeholder { color: var(--muted); }
.sidebar-newsletter button {
  width: 100%; padding: 10px 14px; border-radius: 8px;
  border: none; background: var(--accent); color: var(--black);
  font-size: 13px; font-weight: 600; cursor: pointer;
  font-family: 'Inter', sans-serif; transition: opacity 0.2s;
}
.sidebar-newsletter button:hover { opacity: 0.9; }

/* Tip List */
.tip-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.tip-list li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid var(--border);
  font-size: 14px; color: rgba(245,243,238,0.8); line-height: 1.7;
}
.tip-tag {
  flex-shrink: 0; font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.8px;
  padding: 3px 10px; border-radius: 12px;
  background: rgba(200,230,74,0.1); color: var(--accent);
  margin-top: 3px;
}

/* Budget Box */
.budget-box {
  background: var(--card-bg); border-radius: 12px;
  padding: 2rem; margin: 2rem 0; border: 1px solid var(--border);
}
.budget-box h3 {
  font-family: 'DM Serif Display', serif; font-size: 1.2rem;
  color: var(--white); margin-bottom: 1.2rem;
}
.budget-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0; border-bottom: 1px solid var(--border);
  font-size: 13px;
}
.b-label { color: rgba(245,243,238,0.7); }
.b-value { color: var(--accent); font-weight: 600; font-variant-numeric: tabular-nums; }

/* Related Section */
.related-section {
  max-width: 1200px; margin: 0 auto; padding: 3rem 60px 4rem;
  border-top: 1px solid var(--border);
}
.related-label {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--muted); margin-bottom: 1.5rem;
}
.related-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem;
}
.related-card {
  display: block; text-decoration: none;
  background: var(--card-bg); border-radius: 12px; overflow: hidden;
  transition: transform 0.2s;
}
.related-card:hover { transform: translateY(-4px); }
.related-card img { width: 100%; height: 200px; object-fit: cover; }
.related-card-body { padding: 20px; }
.related-cat {
  font-size: 10px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1px; color: var(--accent);
}
.related-title {
  font-family: 'DM Serif Display', serif; font-size: 1.1rem;
  color: var(--white); margin: 8px 0; line-height: 1.3;
}
.related-link { font-size: 12px; color: var(--muted); }

/* X-Embed Extras (article variant) */
.x-embed-post-img { width: 100%; border-radius: 8px; margin-top: 12px; }
.x-embed-inner { padding: 0 0 8px; }
.x-embed-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.x-embed-avatar { font-size: 1.5rem; }
.x-embed-name-wrap { display: flex; flex-direction: column; }
.x-embed-stats { display: flex; gap: 16px; font-size: 12px; color: var(--muted); }
.x-embed-text { font-size: 14px; line-height: 1.6; color: rgba(245,243,238,0.8); margin: 0; }

/* Instagram Media (embed placeholder) */
.instagram-media {
  background: var(--card-bg) !important; border: 1px solid var(--border) !important;
  border-radius: 12px !important; margin: 1.5rem auto !important;
  max-width: 540px !important;
}

/* ========================================
   DESTINATIONS INDEX PAGE
   ======================================== */
.dp-hero {
  position: relative; min-height: 60vh; display: flex;
  align-items: center; justify-content: center;
  text-align: center; padding: 6rem 2rem 4rem;
}
.dp-hero h1 {
  font-family: 'DM Serif Display', serif; font-size: 3.5rem;
  color: var(--white); line-height: 1.15;
}
.dp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
  max-width: 1400px; margin: 0 auto; padding: 0 60px 60px;
}
.dp-card {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 3/4; display: block; text-decoration: none;
}
.dp-card-img {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; transition: transform 0.4s;
}
.dp-card:hover .dp-card-img { transform: scale(1.05); }
.dp-card-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, rgba(8,8,8,0.85) 0%, transparent 60%);
}
.dp-card-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 24px;
}
.dp-card-body h3 {
  font-family: 'DM Serif Display', serif; font-size: 1.4rem;
  color: var(--white); margin: 0 0 6px;
}
.dp-card-body p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }

/* ========================================
   404 PAGE
   ======================================== */
.error-container {
  min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: 4rem 2rem;
}
.error-code {
  font-family: 'DM Serif Display', serif; font-size: 8rem;
  color: var(--accent); line-height: 1; margin-bottom: 1rem;
}
.error-title {
  font-family: 'DM Serif Display', serif; font-size: 2rem;
  color: var(--white); margin-bottom: 1rem;
}
.error-message { font-size: 15px; color: var(--muted); max-width: 480px; line-height: 1.7; margin-bottom: 2rem; }
.error-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.error-link {
  padding: 10px 24px; border-radius: 8px; font-size: 13px;
  font-weight: 600; text-decoration: none; transition: all 0.2s;
  border: 1px solid var(--border); color: var(--white);
}
.error-link:hover { background: rgba(255,255,255,0.06); }
.error-link.primary { background: var(--accent); color: var(--black); border-color: var(--accent); }
.error-link.primary:hover { opacity: 0.9; }
.err-logo { font-size: 2rem; margin-bottom: 2rem; text-decoration: none; color: var(--white); }
.err-note { font-size: 12px; color: var(--muted); margin-top: 3rem; }

/* ========================================
   TRIP STUDIO PAGE
   ======================================== */
.ts-hero {
  position: relative; min-height: 100vh; display: flex;
  align-items: center; justify-content: center; overflow: hidden;
}
.ts-hero-bg {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1506929562872-bb421503ef21?w=1600&q=80') center/cover;
}
.ts-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(8,11,20,0.7) 0%, rgba(8,11,20,0.9) 100%);
}
.ts-hero-content {
  position: relative; z-index: 2; text-align: center;
  max-width: 720px; padding: 2rem;
}
.ts-kicker {
  font-size: 12px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 2px; color: var(--accent); margin-bottom: 1.5rem;
}
.ts-hero-title {
  font-family: 'DM Serif Display', serif; font-size: 3.5rem;
  color: var(--white); line-height: 1.15; margin-bottom: 1.5rem;
}
.ts-hero-title em { font-style: italic; color: var(--accent); }
.ts-hero-sub {
  font-size: 15px; color: rgba(245,243,238,0.7); line-height: 1.8;
  max-width: 580px; margin: 0 auto 2rem;
}
.ts-badge {
  display: inline-block; font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding: 6px 18px; border-radius: 20px;
  background: rgba(200,230,74,0.1); color: var(--accent);
  margin-bottom: 0.5rem;
}
.ts-detail { font-size: 13px; color: var(--muted); margin-bottom: 2rem; }

/* Concept */
.concept {
  max-width: 760px; margin: 0 auto; padding: 5rem 2rem;
  text-align: center;
}
.concept h2 {
  font-family: 'DM Serif Display', serif; font-size: 2.5rem;
  color: var(--white); line-height: 1.2; margin-bottom: 2rem;
}
.concept h2 em { font-style: italic; color: var(--accent); }
.concept p {
  font-size: 15px; color: rgba(245,243,238,0.7); line-height: 1.85;
  margin-bottom: 1.5rem;
}

/* How It Works */
.how-it-works {
  background: var(--card-bg); padding: 5rem 0;
}
.how-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 60px;
}
.how-inner h2 {
  font-family: 'DM Serif Display', serif; font-size: 2.5rem;
  color: var(--white); text-align: center; margin-bottom: 3rem;
}
.how-inner h2 em { font-style: italic; color: var(--accent); }
.how-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.how-step { padding: 2rem; }
.how-num {
  font-size: 11px; font-weight: 600; letter-spacing: 2px;
  color: var(--accent); margin-bottom: 1rem;
}
.how-step h3 {
  font-family: 'DM Serif Display', serif; font-size: 1.3rem;
  color: var(--white); margin-bottom: 0.8rem;
}
.how-step p { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* Season */
.season { padding: 5rem 0; }
.season-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 60px;
  text-align: center;
}
.season-inner h2 {
  font-family: 'DM Serif Display', serif; font-size: 2.5rem;
  color: var(--white); margin-bottom: 0.8rem;
}
.season-inner h2 em { font-style: italic; color: var(--accent); }
.season-sub { font-size: 14px; color: var(--muted); margin-bottom: 2.5rem; }
.season-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; }
.season-card {
  position: relative; border-radius: 12px; overflow: hidden;
  aspect-ratio: 3/4; min-height: 380px;
}
.season-card-bg { position: absolute; inset: 0; transition: transform 0.4s; }
.season-card:hover .season-card-bg { transform: scale(1.05); }
.season-card-overlay { position: absolute; inset: 0; z-index: 1; }
.season-card-content {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 24px;
}
.season-card-label {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--accent);
}
.season-card-title {
  font-family: 'DM Serif Display', serif; font-size: 1.4rem;
  color: var(--white); margin-top: 6px;
}

/* CTA */
.ts-cta { padding: 5rem 0; text-align: center; }
.ts-cta-inner { max-width: 600px; margin: 0 auto; padding: 0 2rem; }
.ts-cta-inner h2 {
  font-family: 'DM Serif Display', serif; font-size: 2.5rem;
  color: var(--white); margin-bottom: 1rem;
}
.ts-cta-inner h2 em { font-style: italic; color: var(--accent); }
.ts-cta-inner p {
  font-size: 15px; color: var(--muted); line-height: 1.7;
  margin-bottom: 2rem;
}

/* ========================================
   ARTICLE + TRIP STUDIO RESPONSIVE
   ======================================== */
@media (max-width: 768px) {
  .article-hero { min-height: 50vh; }
  .article-hero-content { padding: 2rem 1.5rem; }
  .article-hero-title { font-size: 2rem; }
  .article-page-grid { grid-template-columns: 1fr; padding: 2rem 1.5rem; gap: 2rem; }
  .article-sidebar { position: static; }
  nav.breadcrumb { padding: 12px 1.5rem; }
  .related-section { padding: 2rem 1.5rem; }
  .related-grid { grid-template-columns: 1fr; }
  .tip-list li { flex-direction: column; gap: 6px; }
  .budget-box { padding: 1.5rem; }
  .ts-hero-title { font-size: 2.25rem; }
  .how-grid { grid-template-columns: 1fr; }
  .season-cards { grid-template-columns: 1fr; }
  .dp-grid { grid-template-columns: 1fr; padding: 0 24px 40px; }
}

/* ─── Story detail page additions (byline · wine strip · related strip) ─── */
.article-meta {
  max-width: 1400px; margin: 0 auto; padding: 20px 60px 0;
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted);
}
.article-meta .am-sep { color: rgba(245,243,238,0.3); margin: 0 10px; }

.wine-strip {
  max-width: 1400px; margin: 48px auto 0; padding: 0 60px 100px;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px;
}
.wine-item { background: var(--card-bg); padding: 32px; }
.wine-eyebrow {
  font-size: 9px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.wine-item h4 { font-size: 20px; font-weight: 400; line-height: 1.2; margin: 0 0 8px; color: var(--white); }
.wine-item p { font-size: 13px; color: rgba(245,243,238,0.6); line-height: 1.7; margin: 0; }

/* eat/stay card thumbnail (breaks out of the card's 32px padding to sit flush at the top) */
.stay-thumb { display: block; width: calc(100% + 64px); height: 170px; object-fit: cover; margin: -32px -32px 22px; background: #1c1c1a; }
.stay-credit { margin: 16px 0 0; font-size: 10px; letter-spacing: 0.3px; color: rgba(245,243,238,0.35); }
.stay-credit a { color: rgba(245,243,238,0.55); }

.related-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .related-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .wine-strip { grid-template-columns: 1fr; padding: 0 24px 60px; margin-top: 32px; }
  .article-meta { padding: 16px 24px 0; }
}
@media (max-width: 600px) { .related-grid--4 { grid-template-columns: 1fr; } }
