:root {
  --guide-ink: #11203a;
  --guide-muted: #637087;
  --guide-paper: #fbfaf6;
  --guide-card: #fff;
  --guide-coral: #f3655c;
  --guide-coral-dark: #d84e47;
  --guide-line: #e7e4dc;
  --guide-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--guide-paper); color: var(--guide-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.guide-header { position: relative; z-index: 30; display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; width: min(calc(100% - 40px), var(--guide-width)); margin: auto; }
.guide-brand { display: flex; align-items: center; gap: 9px; font-weight: 950; letter-spacing: .03em; text-decoration: none; }
.guide-brand img { width: 38px; height: 38px; }
.guide-nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 750; }
.guide-nav a { text-decoration: none; }
.guide-nav a[aria-current="page"] { color: var(--guide-coral-dark); }
.guide-nav .guide-nav-action { border: 1px solid var(--guide-ink); border-radius: 9px; padding: 10px 14px; }
.guide-home-hero { position: relative; display: grid; min-height: 610px; place-items: center; overflow: hidden; background: #23415b; color: #fff; text-align: center; }
.guide-home-hero::after, .guide-city-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(7 20 39 / 68%), rgb(7 20 39 / 25%), rgb(7 20 39 / 50%)); content: ""; }
.guide-home-hero > picture, .guide-home-hero > picture img, .guide-city-hero > picture, .guide-city-hero > picture img { position: absolute; inset: 0; width: 100%; height: 100%; }
.guide-home-hero img, .guide-city-hero img { object-fit: cover; object-position: center 45%; }
.guide-hero-copy { position: relative; z-index: 2; width: min(calc(100% - 36px), 800px); padding: 72px 0; }
.guide-eyebrow { margin: 0 0 12px; color: #ffd8d4; font-size: .76rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.guide-hero-copy h1 { margin: 0; font-size: clamp(2.9rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.045em; }
.guide-hero-copy > p:not(.guide-eyebrow) { max-width: 680px; margin: 22px auto 0; font-size: clamp(1rem, 1.7vw, 1.22rem); line-height: 1.6; }
.guide-city-search { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px; width: min(100%, 650px); margin: 30px auto 0; border-radius: 16px; padding: 8px; background: #fff; box-shadow: 0 20px 55px rgb(0 0 0 / 25%); }
.guide-city-search input { min-width: 0; min-height: 54px; border: 0; padding: 0 16px; outline: 0; color: var(--guide-ink); font: inherit; font-size: 1rem; }
.guide-city-search > button { min-height: 54px; border: 0; border-radius: 11px; padding: 0 22px; background: var(--guide-coral); color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.guide-city-suggestions { position: absolute; z-index: 60; top: calc(100% + 8px); right: 0; left: 0; display: grid; overflow: hidden; border: 1px solid var(--guide-line); border-radius: 13px; background: #fff; box-shadow: 0 18px 42px rgb(16 31 54 / 20%); text-align: left; }
.guide-city-suggestions[hidden] { display: none; }
.guide-city-suggestions button { border: 0; border-bottom: 1px solid var(--guide-line); padding: 15px 17px; background: #fff; color: var(--guide-ink); text-align: left; cursor: pointer; }
.guide-city-suggestions button:is(:hover, :focus-visible) { background: #fff3f1; outline: none; }
.guide-destination-search { grid-template-columns: auto minmax(0, 1fr) auto; width: min(100%, 760px); margin: 0 0 46px; border: 1px solid var(--guide-line); box-shadow: 0 12px 34px rgb(16 31 54 / 9%); }
.guide-destination-search > label { display: flex; align-items: center; padding: 0 8px 0 16px; color: var(--guide-ink); font-size: .86rem; font-weight: 850; }
.guide-destination-search > input { border-left: 1px solid var(--guide-line); }
.guide-section, .guide-page { width: min(calc(100% - 40px), var(--guide-width)); margin: 0 auto; }
.guide-section { padding: 74px 0; }
.guide-section + .guide-section { border-top: 1px solid var(--guide-line); }
.guide-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.guide-section-heading h2 { margin: 0; font-size: clamp(1.8rem, 3.5vw, 2.75rem); letter-spacing: -.03em; }
.guide-section-heading p { max-width: 610px; margin: 8px 0 0; color: var(--guide-muted); line-height: 1.6; }
.guide-text-link { color: var(--guide-coral-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.guide-destination-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.guide-destination-card { position: relative; min-height: 300px; overflow: hidden; border-radius: 18px; background: #263c50; color: #fff; text-decoration: none; }
.guide-destination-card::after { position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgb(5 18 35 / 88%)); content: ""; }
.guide-destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.guide-destination-card:hover img { transform: scale(1.035); }
.guide-destination-card span { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: grid; gap: 3px; }
.guide-destination-card strong { font-size: 1.55rem; }
.guide-destination-card small { color: #eef3f8; }
.guide-inspiration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.guide-inspiration-grid a { min-height: 118px; border: 1px solid var(--guide-line); border-radius: 15px; padding: 20px; background: var(--guide-card); font-size: 1.02rem; font-weight: 850; text-decoration: none; }
.guide-inspiration-grid a::before { display: block; width: 30px; height: 4px; margin-bottom: 28px; border-radius: 999px; background: var(--guide-coral); content: ""; }
.guide-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.guide-step { border-top: 3px solid var(--guide-coral); padding-top: 18px; }
.guide-step span { color: var(--guide-muted); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.guide-step h3 { margin: 8px 0; }
.guide-step p { margin: 0; color: var(--guide-muted); line-height: 1.55; }
.guide-ticket-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; border-radius: 22px; padding: clamp(28px, 5vw, 58px); background: var(--guide-ink); color: #fff; }
.guide-ticket-cta h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.guide-ticket-cta p { margin: 9px 0 0; color: #dbe2ec; }
.guide-app-intro { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 5vw, 64px); border-top: 0 !important; border-radius: 24px; padding: clamp(32px, 5vw, 58px); background: var(--guide-ink); color: #fff; }
.guide-app-intro-mark { display: grid; justify-items: center; gap: 8px; font-size: .78rem; font-weight: 950; letter-spacing: .13em; }
.guide-app-intro-mark img { width: 72px; height: 72px; }
.guide-app-intro .guide-eyebrow { margin-bottom: 9px; }
.guide-app-intro h2 { margin: 0; font-size: clamp(1.9rem, 3.7vw, 3.25rem); letter-spacing: -.04em; }
.guide-app-intro p:not(.guide-eyebrow) { max-width: 680px; margin: 13px 0 0; color: #dce4ef; line-height: 1.65; }
.guide-app-intro-action { white-space: nowrap; }
.guide-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 10px; padding: 0 18px; background: var(--guide-coral); color: #fff; font-weight: 850; text-decoration: none; }
.app-download-dialog {
  width: min(92vw, 470px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: var(--guide-paper);
  color: var(--guide-ink);
  box-shadow: 0 24px 80px rgb(11 27 54 / 28%);
}
.app-download-dialog::backdrop { background: rgb(8 22 44 / 62%); }
.app-download-dialog-inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 40px 34px 32px;
  text-align: center;
}
.app-download-dialog .guide-eyebrow { margin: 0; color: var(--guide-coral-dark); }
.app-download-dialog h2 { margin: 0; font-size: clamp(1.65rem, 4vw, 2.15rem); line-height: 1.12; letter-spacing: -.03em; }
.app-download-dialog p { max-width: 360px; margin: 0; color: var(--guide-muted); line-height: 1.55; }
.app-download-dialog small { color: var(--guide-muted); font-weight: 750; }
.app-download-dialog-qr {
  width: min(260px, 68vw);
  aspect-ratio: 1;
  border: 10px solid #fff;
  border-radius: 17px;
  background: #fff;
}
.app-download-dialog-qr svg { display: block; width: 100%; height: 100%; }
.app-download-dialog-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f0ece6;
  color: inherit;
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
}
.guide-page { padding: 34px 0 90px; }
.guide-breadcrumb { display: flex; gap: 8px; margin: 0 0 24px; color: var(--guide-muted); font-size: .86rem; }
.guide-breadcrumb a { text-decoration: none; }
.guide-page-intro { max-width: 790px; margin: 22px 0 38px; }
.guide-page-intro h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.05em; }
.guide-page-intro p { color: var(--guide-muted); font-size: 1.08rem; line-height: 1.7; }
.guide-city-hero { position: relative; display: flex; min-height: 440px; align-items: end; overflow: hidden; border-radius: 22px; padding: clamp(28px, 5vw, 60px); color: #fff; }
.guide-city-hero-copy { position: relative; z-index: 2; max-width: 700px; }
.guide-city-hero h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.2rem); letter-spacing: -.05em; }
.guide-city-hero p { margin: 14px 0 0; font-size: 1.08rem; line-height: 1.6; }
.guide-theme-nav { display: flex; gap: 8px; overflow-x: auto; margin: 24px 0 0; padding: 0 0 7px; scrollbar-width: thin; }
.guide-theme-nav a { flex: 0 0 auto; border: 1px solid var(--guide-line); border-radius: 999px; padding: 9px 14px; background: #fff; font-weight: 750; text-decoration: none; }
.marseille-content-section, .marseille-editorial-intro { padding: 68px 0 0; }
.marseille-editorial-intro { max-width: 1080px; }
.marseille-editorial-intro > h2 { max-width: 780px; margin: 0 0 26px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.04em; }
.marseille-editorial-intro > .guide-eyebrow, .marseille-first-time .guide-eyebrow,
.marseille-content-section .guide-eyebrow, .marseille-before-you-go .guide-eyebrow { color: var(--guide-coral-dark); }
.marseille-prose-columns { column-count: 2; column-gap: clamp(36px, 6vw, 76px); }
.marseille-prose-columns p { break-inside: avoid; margin: 0 0 20px; color: #354255; line-height: 1.78; }
.marseille-first-time { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; gap: clamp(26px, 5vw, 64px); margin-top: 72px; overflow: hidden; border-radius: 22px; background: var(--guide-ink); color: #fff; }
.marseille-first-time picture, .marseille-first-time img { width: 100%; height: 100%; min-height: 420px; }
.marseille-first-time img { display: block; object-fit: cover; object-position: 63% center; }
.marseille-first-time > div { align-self: center; padding: 42px clamp(28px, 5vw, 62px) 42px 0; }
.marseille-first-time h2 { margin: 0 0 20px; font-size: clamp(2rem, 3.7vw, 3.2rem); letter-spacing: -.04em; }
.marseille-first-time p:not(.guide-eyebrow) { margin: 0 0 16px; color: #e4e9f0; line-height: 1.7; }
.marseille-highlight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.marseille-highlight-card { border: 1px solid var(--guide-line); border-radius: 18px; padding: clamp(23px, 3vw, 34px); background: var(--guide-card); }
.marseille-highlight-card > span { color: var(--guide-coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.marseille-highlight-card h3 { margin: 13px 0 10px; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.marseille-highlight-card > p { margin: 0; color: var(--guide-muted); line-height: 1.7; }
.marseille-highlight-card > picture { display: block; margin-bottom: 20px; }
.marseille-highlight-card > picture img { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 13px; object-fit: cover; }
.guide-idea-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-idea-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--guide-line); border-radius: 18px; background: #fff; }
.guide-idea-card > picture img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.guide-idea-fallback { min-height: 76px; background: linear-gradient(118deg, #182b48, #274663 68%, #ed665e); }
.guide-idea-body { display: flex; flex: 1; flex-direction: column; padding: clamp(22px, 3vw, 30px); }
.guide-idea-category { color: var(--guide-coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.guide-idea-card h3 { margin: 10px 0 9px; font-size: clamp(1.3rem, 2vw, 1.7rem); }
.guide-idea-card p { margin: 0; color: var(--guide-muted); line-height: 1.65; }
.guide-idea-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; }
.guide-idea-meta span { border-radius: 999px; padding: 5px 9px; background: #eef1f5; color: #445064; font-size: .7rem; font-weight: 750; }
.guide-why-go { display: block; margin-top: 18px; color: var(--guide-ink); font-size: .88rem; line-height: 1.5; }
.guide-practical-note { margin-top: 14px !important; border-left: 3px solid var(--guide-coral); padding-left: 13px; font-size: .86rem; }
.guide-idea-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 18px; }
.guide-idea-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: 9px; object-fit: cover; }
.guide-gems-section { margin-top: 68px; border-radius: 22px; padding: clamp(28px, 5vw, 54px); background: #fff0ed; }
.guide-neighborhood-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.guide-neighborhood-grid article { min-height: 190px; border-radius: 16px; padding: 25px; background: var(--guide-ink); color: #fff; }
.guide-neighborhood-grid span { color: #ffd8d4; font-size: 1.2rem; font-weight: 900; }
.guide-neighborhood-grid p { margin: 35px 0 0; color: #dfe6ef; line-height: 1.6; }
.guide-neighborhood-narrative { border-top: 1px solid var(--guide-line); }
.guide-neighborhood-narrative article { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 82px); padding: clamp(28px, 4vw, 44px) 0; border-bottom: 1px solid var(--guide-line); }
.guide-neighborhood-narrative span { display: block; font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 900; letter-spacing: -.025em; }
.guide-neighborhood-narrative p { margin: 0; color: var(--guide-muted); line-height: 1.75; }
.guide-neighborhood-narrative .guide-neighborhood-purpose { margin-top: 10px; color: var(--guide-coral-dark); font-size: .78rem; font-weight: 800; line-height: 1.45; }
.guide-neighborhood-narrative .guide-neighborhood-pair { margin-top: 14px; color: var(--guide-ink); font-size: .86rem; }
.guide-itinerary-intro { color: var(--guide-ink) !important; font-weight: 750; }
.guide-itinerary-rhythm { margin-top: 18px !important; border-left: 3px solid var(--guide-coral); padding-left: 14px; color: var(--guide-ink) !important; font-size: .88rem; }
.marseille-highlight-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.marseille-highlight-actions .guide-button { min-height: 43px; font-size: .82rem; }
.marseille-highlight-actions .guide-pikote-button { border: 1px solid var(--guide-ink); background: transparent; color: var(--guide-ink); }
.marseille-highlight-actions small { flex: 1 0 100%; color: var(--guide-muted); font-size: .7rem; }
.guide-photo-credits { margin: 12px 0 34px; color: var(--guide-muted); font-size: .75rem; }
.guide-photo-credits summary { width: fit-content; padding: 7px 11px; border: 1px solid var(--guide-line); border-radius: 999px; cursor: pointer; font-weight: 750; }
.guide-photo-credits ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 14px 18px; border: 1px solid var(--guide-line); border-radius: 14px; background: rgb(255 255 255 / 58%); list-style: none; }
.guide-photo-credits li { display: grid; gap: 2px; }
.guide-photo-credits a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.guide-pikote-reminder { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; margin: 64px 0 0; border-radius: 20px; padding: clamp(28px, 4vw, 46px); background: #fff0ed; }
.guide-pikote-reminder h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.guide-pikote-reminder p:not(.guide-eyebrow) { max-width: 720px; margin: 10px 0 0; color: var(--guide-muted); line-height: 1.6; }
.guide-pikote-reminder-primary { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff0ed, #fff8f4); }
.guide-pikote-reminder-primary::after { position: absolute; right: -72px; bottom: -98px; width: 250px; height: 250px; border-radius: 50%; background: rgb(237 102 94 / 10%); content: ""; }
.guide-pikote-reminder-primary > * { position: relative; z-index: 1; }
.guide-pikote-reminder-compact { margin-top: 68px; border: 1px solid #f5cbc6; padding-block: clamp(24px, 3vw, 32px); background: #fffaf7; }
.guide-pikote-reminder-compact h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
.guide-getyourguide-section { overflow: visible; padding-inline: 0; }
.guide-getyourguide-intro { position: relative; overflow: hidden; margin-bottom: 18px; border-radius: 22px; padding: clamp(28px, 5vw, 52px); background: linear-gradient(135deg, #fff0ed, #fff8f4); }
.guide-getyourguide-intro::after { position: absolute; right: -72px; bottom: -98px; width: 250px; height: 250px; border-radius: 50%; background: rgb(237 102 94 / 10%); content: ""; }
.guide-getyourguide-intro .guide-section-heading { position: relative; z-index: 1; margin-bottom: 0; }
.guide-getyourguide-intro h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.guide-getyourguide-intro p:not(.guide-eyebrow) { max-width: 720px; }
.guide-getyourguide-widget { min-height: 420px; max-width: 100%; overflow: hidden; border: 1px solid var(--guide-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgb(20 36 58 / 7%); }
.guide-getyourguide-widget iframe { display: block; max-width: 100%; border: 0; }
.guide-destination-affiliate-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; margin-top: 68px; border: 1px solid var(--guide-line); border-radius: 18px; padding: clamp(24px, 4vw, 38px); background: #fff; }
.guide-destination-affiliate-footer .guide-eyebrow { color: var(--guide-coral-dark); }
.guide-destination-affiliate-footer h2 { max-width: 760px; margin: 0; font-size: clamp(1.55rem, 2.7vw, 2.3rem); letter-spacing: -.03em; }
.guide-destination-affiliate-footer p:not(.guide-eyebrow) { max-width: 680px; margin: 10px 0 0; color: var(--guide-muted); line-height: 1.55; }
.guide-native-ad { display: grid; min-height: 112px; place-items: center; margin-top: 68px; border: 1px solid var(--guide-line); border-radius: 16px; background: #f7f5f1; color: var(--guide-muted); }
.guide-native-ad small { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.marseille-highlight-card.highlight-wide { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); grid-column: 1 / -1; column-gap: 34px; }
.marseille-highlight-card.highlight-wide > span, .marseille-highlight-card.highlight-wide > h3 { grid-column: 1; }
.marseille-highlight-card.highlight-wide > p { grid-column: 1; }
.marseille-practical-callout { grid-column: 2; grid-row: 1 / span 3; border-left: 3px solid var(--guide-coral); padding: 8px 0 8px 24px; }
.marseille-practical-callout p { margin: 8px 0 14px; color: var(--guide-muted); line-height: 1.55; }
.marseille-practical-callout a { color: var(--guide-coral-dark); font-weight: 850; text-decoration: none; }
.marseille-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.marseille-choice-grid article { min-height: 164px; border-top: 3px solid var(--guide-coral); padding: 20px; background: #fff; box-shadow: 0 8px 24px rgb(20 36 58 / 5%); }
.marseille-choice-grid h3, .marseille-free-list h3 { margin: 0 0 10px; font-size: 1.08rem; }
.marseille-choice-grid p, .marseille-free-list p { margin: 0; color: var(--guide-muted); line-height: 1.55; }
.marseille-itinerary-flow { max-width: 980px; border-top: 1px solid var(--guide-line); }
.marseille-itinerary-flow details { border-bottom: 1px solid var(--guide-line); }
.marseille-itinerary-flow summary { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 26px; align-items: center; padding: 24px 44px 24px 0; cursor: pointer; list-style: none; position: relative; }
.marseille-itinerary-flow summary::-webkit-details-marker { display: none; }
.marseille-itinerary-flow summary::after { position: absolute; right: 8px; color: var(--guide-coral-dark); font-size: 1.35rem; font-weight: 850; content: "+"; }
.marseille-itinerary-flow details[open] summary::after { content: "−"; }
.marseille-itinerary-flow summary > span { color: var(--guide-coral); font-size: 1.75rem; font-weight: 950; letter-spacing: -.04em; }
.marseille-itinerary-flow .guide-eyebrow { margin-bottom: 6px; }
.marseille-itinerary-flow h3 { margin: 0 0 9px; font-size: clamp(1.25rem, 2vw, 1.6rem); }
.marseille-itinerary-detail { padding: 0 44px 25px 100px; }
.marseille-itinerary-flow p:not(.guide-eyebrow) { margin: 0; color: var(--guide-muted); line-height: 1.65; }
.marseille-itinerary-flow ol { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 15px 0 0; padding: 0; list-style-position: inside; }
.marseille-itinerary-flow li { color: #445064; font-size: .84rem; }
.guide-editorial-list { columns: 2; column-gap: clamp(32px, 6vw, 72px); border-top: 1px solid var(--guide-line); }
.guide-editorial-list article { break-inside: avoid; border-bottom: 1px solid var(--guide-line); padding: 20px 0; }
.guide-editorial-list h3 { margin: 0 0 6px; font-size: 1.08rem; }
.guide-editorial-list p { margin: 0; color: var(--guide-muted); line-height: 1.58; }
.guide-narrative-ideas-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--guide-line); }
.guide-narrative-ideas-list article { min-width: 0; padding: 28px clamp(0px, 3vw, 34px) 30px 0; border-bottom: 1px solid var(--guide-line); }
.guide-narrative-ideas-list article:nth-child(even) { border-left: 1px solid var(--guide-line); padding-right: 0; padding-left: clamp(20px, 3vw, 34px); }
.guide-narrative-ideas-list h3 { margin: 0 0 10px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.guide-narrative-ideas-list p:not(.guide-eyebrow) { margin: 0; color: var(--guide-muted); line-height: 1.7; }
.guide-narrative-ideas-list .marseille-highlight-actions { margin-top: 18px; }
.guide-editorial-topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.guide-editorial-topics details { align-self: start; overflow: hidden; border: 1px solid var(--guide-line); border-radius: 15px; background: #fff; }
.guide-editorial-topics summary { position: relative; display: grid; gap: 5px; padding: 20px 52px 20px 22px; cursor: pointer; list-style: none; }
.guide-editorial-topics summary::-webkit-details-marker { display: none; }
.guide-editorial-topics summary::after { position: absolute; top: 50%; right: 21px; color: var(--guide-coral-dark); font-size: 1.25rem; content: "+"; transform: translateY(-50%); }
.guide-editorial-topics details[open] summary::after { content: "−"; }
.guide-editorial-topics summary span { color: var(--guide-coral-dark); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.guide-editorial-topics summary strong { font-size: 1.05rem; }
.guide-editorial-topics details > div { padding: 0 22px 22px; color: var(--guide-muted); line-height: 1.66; }
.guide-editorial-topics details > div p { margin: 0 0 13px; }
.guide-editorial-topics .guide-topic-intro { color: var(--guide-ink); font-weight: 700; }
.guide-editorial-topics aside { border-left: 3px solid var(--guide-coral); padding-left: 14px; }
.marseille-advice-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(250px, .5fr); gap: 34px; }
.marseille-advice-layout > div p { margin: 0 0 14px; color: var(--guide-muted); line-height: 1.7; }
.marseille-advice-layout aside { border-radius: 16px; padding: 24px; background: #fff1ee; }
.marseille-advice-layout aside p { margin: 9px 0 0; color: var(--guide-muted); line-height: 1.55; }
.marseille-subheading { margin: 38px 0 18px; font-size: 1.35rem; }
.marseille-free-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.marseille-free-list article { border: 1px solid var(--guide-line); border-radius: 15px; padding: 22px; background: #fff; }
.marseille-editorial-note { max-width: 820px; border-left: 4px solid var(--guide-coral); padding: 3px 0 3px 24px; }
.marseille-editorial-note p { margin: 0; color: var(--guide-muted); font-size: 1.05rem; line-height: 1.7; }
.marseille-before-you-go { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 42px; margin-top: 72px; border-top: 1px solid var(--guide-line); }
.marseille-before-you-go h2 { margin: 0; font-size: clamp(1.9rem, 3.5vw, 2.8rem); }
.marseille-before-you-go ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.marseille-before-you-go li { position: relative; padding-left: 25px; color: var(--guide-muted); line-height: 1.55; }
.marseille-before-you-go li::before { position: absolute; top: .62em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--guide-coral); content: ""; }
.guide-rail-section { padding: 52px 0 0; }
.guide-rail-section[hidden] { display: none; }
.guide-rail { display: flex; gap: 14px; overflow-x: auto; padding: 2px 2px 14px; scroll-snap-type: x proximity; }
.guide-event-card { display: flex; flex: 0 0 min(300px, 78vw); flex-direction: column; overflow: hidden; border: 1px solid var(--guide-line); border-radius: 15px; background: #fff; scroll-snap-align: start; }
.guide-event-card > img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.guide-event-card > div { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.guide-event-card small { color: var(--guide-coral-dark); font-weight: 800; }
.guide-event-card h3 { margin: 7px 0; font-size: 1.05rem; }
.guide-event-card h3 a { text-decoration: none; }
.guide-event-card p { margin: 0 0 13px; color: var(--guide-muted); font-size: .84rem; }
.guide-card-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: auto; }
.guide-card-actions a { display: flex; min-height: 40px; align-items: center; justify-content: center; border: 1px solid var(--guide-coral); border-radius: 8px; padding: 6px; color: var(--guide-coral-dark); font-size: .78rem; font-weight: 800; text-align: center; text-decoration: none; }
.guide-card-actions a:first-child:not(:last-child) { background: var(--guide-coral); color: #fff; }
.guide-editorial-note { border-radius: 16px; padding: 24px; background: #fff1ee; }
.guide-editorial-note h3 { margin: 0 0 8px; }
.guide-editorial-note p { margin: 0; color: var(--guide-muted); line-height: 1.6; }
.guide-ticketing-hero { padding: 44px 0 18px; }
.guide-ticketing-hero h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.05em; }
.guide-ticketing-hero p { max-width: 720px; color: var(--guide-muted); font-size: 1.05rem; line-height: 1.65; }
.guide-ticket-search { margin: 24px 0; }
.guide-ticket-search.hero-search { position: relative; z-index: 12; grid-template-columns: minmax(0, 1.5fr) minmax(220px, .8fr) auto; width: 100%; max-width: none; }
.guide-ticket-search + .category-grid { margin: 18px 0 38px; color: var(--guide-ink); }
.guide-ticket-search + .category-grid button { color: var(--guide-ink); }
.guide-ticket-search + .category-grid > a { display: flex; min-width: 86px; min-height: 58px; align-items: center; justify-content: center; border: 1px solid var(--guide-line); border-radius: 12px; padding: 10px; background: #fff; color: var(--guide-ink); font-size: .75rem; font-weight: 800; text-align: center; text-decoration: none; }
.guide-catalogue-mount { padding-bottom: 68px; }
.guide-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(calc(100% - 40px), var(--guide-width)); margin: auto; border-top: 1px solid var(--guide-line); padding: 34px 0; color: var(--guide-muted); font-size: .82rem; }
.guide-footer nav { display: flex; flex-wrap: wrap; gap: 16px; }
.guide-footer a { text-decoration: none; }
@media (max-width: 760px) {
  .guide-header { min-height: 62px; width: min(calc(100% - 28px), var(--guide-width)); }
  .guide-nav a:not(.guide-nav-action) { display: none; }
  .guide-nav .guide-nav-action { padding: 8px 10px; font-size: .72rem; }
  .guide-home-hero { min-height: 600px; }
  .guide-home-hero img { object-position: 68% center; }
  .guide-hero-copy { width: min(calc(100% - 30px), 800px); padding: 60px 0; }
  .guide-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .guide-city-search { grid-template-columns: 1fr; padding: 7px; }
  .guide-city-search > button { width: 100%; }
  .guide-destination-search { grid-template-columns: 1fr; }
  .guide-destination-search > label { padding: 10px 12px 0; }
  .guide-destination-search > input { border-left: 0; }
  .guide-ticket-search.hero-search { grid-template-columns: 1fr; }
  .guide-section, .guide-page { width: min(calc(100% - 28px), var(--guide-width)); }
  .guide-section { padding: 52px 0; }
  .guide-section-heading { align-items: start; flex-direction: column; }
  .guide-destination-grid { grid-template-columns: 1fr; }
  .guide-app-intro { grid-template-columns: 1fr; justify-items: start; border-radius: 18px; }
  .guide-app-intro-mark { grid-auto-flow: column; align-items: center; }
  .guide-app-intro-mark img { width: 54px; height: 54px; }
  .guide-app-intro-action { width: 100%; }
  .guide-destination-card { min-height: 250px; }
  .guide-inspiration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-inspiration-grid a { min-height: 104px; padding: 16px; font-size: .9rem; }
  .guide-inspiration-grid a::before { margin-bottom: 23px; }
  .guide-steps { grid-template-columns: 1fr 1fr; }
  .guide-ticket-cta { grid-template-columns: 1fr; }
  .guide-city-hero { min-height: 390px; margin-right: -14px; margin-left: -14px; border-radius: 0; }
  .guide-city-hero h1 { font-size: clamp(2.4rem, 10.5vw, 3.25rem); }
  .guide-city-hero img { object-position: 68% center; }
  .marseille-content-section, .marseille-editorial-intro { padding-top: 50px; }
  .marseille-prose-columns { column-count: 1; }
  .marseille-first-time { grid-template-columns: 1fr; margin-top: 52px; }
  .marseille-first-time picture, .marseille-first-time img { min-height: 250px; max-height: 310px; }
  .marseille-first-time > div { padding: 8px 24px 28px; }
  .guide-pikote-reminder { grid-template-columns: 1fr; }
  .guide-pikote-reminder .guide-button { width: 100%; }
  .marseille-highlight-grid, .marseille-choice-grid,
  .marseille-advice-layout, .marseille-before-you-go,
  .guide-idea-grid, .guide-neighborhood-grid,
  .guide-destination-affiliate-footer { grid-template-columns: 1fr; }
  .guide-neighborhood-narrative article { grid-template-columns: 1fr; gap: 16px; }
  .guide-getyourguide-intro { margin-right: 0; margin-left: 0; padding: 30px 22px; }
  .guide-getyourguide-widget { min-height: 520px; }
  .guide-destination-affiliate-footer .guide-button { width: 100%; }
  .marseille-highlight-card.highlight-wide { display: block; grid-column: auto; }
  .marseille-practical-callout { margin-top: 22px; border-top: 1px solid var(--guide-line); border-left: 0; padding: 20px 0 0; }
  .marseille-choice-grid article { min-height: 0; }
  .marseille-itinerary-flow summary { grid-template-columns: 44px minmax(0, 1fr); gap: 16px; padding: 20px 36px 20px 0; }
  .marseille-itinerary-flow summary > span { font-size: 1.35rem; }
  .marseille-itinerary-detail { padding: 0 0 22px 60px; }
  .guide-editorial-list { columns: 1; }
  .guide-narrative-ideas-list, .guide-editorial-topics { grid-template-columns: 1fr; }
  .guide-narrative-ideas-list article:nth-child(even) { border-left: 0; padding-left: 0; }
  .marseille-free-list { grid-template-columns: 1fr 1fr; }
  .marseille-before-you-go { gap: 24px; margin-top: 52px; }
  .guide-card-actions { grid-template-columns: 1fr; }
  .guide-footer { align-items: start; flex-direction: column; width: min(calc(100% - 28px), var(--guide-width)); }
  .app-download-dialog-inner { padding: 38px 20px 26px; }
}
@media (max-width: 400px) {
  .guide-brand img { width: 34px; height: 34px; }
  .guide-steps { grid-template-columns: 1fr; }
  .marseille-free-list { grid-template-columns: 1fr; }
}
