/* Self-hosted type (all OFL, latin subsets): the guide looks the same on every guest's phone. */
@font-face {
  font-family: "Postcard Serif";
  src: url("/assets/fonts/Rokkitt-latin.woff2") format("woff2"), url("/assets/fonts/Rokkitt-wght.ttf") format("truetype");
  font-display: optional;
  font-weight: 100 900;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-latin.woff2") format("woff2");
  font-display: optional;
  font-weight: 100 900;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Postcard Logo";
  src: url("/assets/brand/Kalam-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

:root {
  --postcard-cream: #f7f3e9;
  --postcard-paper: #fffdf8;
  --postcard-ink: #001840;
  --postcard-ink-deep: #000f2e;
  --postcard-red: #e31925;
  --postcard-red-dark: #b80f1a;
  --postcard-blue: #24527a;
  --postcard-blue-soft: #e5edf8;
  --logo-navy: #001840;
  --logo-red: #e31925;
  --postcard-rule: #cfc8b8;
  --postcard-muted: #566074;
  --postcard-shadow: 0 3px 8px rgba(0, 24, 64, .1), 0 18px 42px rgba(0, 24, 64, .09);
  --postcard-font-logo: "Postcard Logo", "Kalam", "Segoe Print", cursive;
  --forest: var(--postcard-ink);
  --paper: var(--postcard-cream);
  --ink: var(--postcard-ink-deep);
  --muted: var(--postcard-muted);
  --line: var(--postcard-rule);
  --coral: var(--postcard-red);
}

html { background: var(--postcard-cream); scrollbar-color: var(--postcard-red) var(--postcard-cream); }
body { background-color: var(--postcard-cream); color: var(--postcard-ink-deep); }
body::selection, ::selection { background: var(--postcard-blue-soft); color: var(--postcard-ink-deep); }
a { text-underline-offset: .18em; }
:focus-visible { outline-color: var(--postcard-blue) !important; outline-offset: 2px; }
input, select, textarea { caret-color: var(--postcard-red); }

h1, h2, h3, .market-intro h1, .shelf-heading h2, .dashboard-header h1, .section-heading h2,
.partner-hero-copy h1, .join-hero-copy h1, .home-market-copy h1, .home-section-heading h2,
.home-benefit-intro h2, .home-partner-paths h2, .home-final-cta h2, .auth-heading h2 {
  font-family: var(--display);
  font-weight: 650;
  letter-spacing: -.025em;
}
.public-page h1, .public-page h2, .public-page h3, .dashboard-page h1, .dashboard-page h2,
.marketplace-home h1, .marketplace-home h2, .join-page h1, .join-page h2, .host-public-page h1, .host-public-page h2 {
  font-family: var(--display) !important;
}

.public-header {
  background: rgba(247, 243, 233, .97);
  border-color: var(--postcard-rule);
}
.public-header::after, .market-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 7px;
  background: repeating-linear-gradient(135deg, var(--postcard-red) 0 10px, transparent 10px 18px, var(--postcard-blue) 18px 28px, transparent 28px 36px);
  opacity: .92;
  pointer-events: none;
}
.public-header nav a { color: var(--postcard-ink); }
.public-header nav a[aria-current="page"] { color: var(--postcard-red); }
.public-login, .primary-action, .public-primary, .selection-apply, .reserve-button, .mobile-reserve-bar button {
  background: var(--postcard-ink) !important;
  color: #fff !important;
  border-color: var(--postcard-ink) !important;
}
.primary-action:hover, .public-primary:hover, .selection-apply:hover, .reserve-button:hover { background: var(--postcard-ink-deep) !important; }
.secondary-action { border-color: var(--postcard-ink) !important; color: var(--postcard-ink) !important; background: var(--postcard-paper) !important; }
.secondary-action:hover { background: #ede8dc !important; }

.public-footer {
  background: var(--postcard-ink-deep);
  color: var(--postcard-cream);
  border-top: 7px solid transparent;
  border-image: repeating-linear-gradient(135deg, var(--postcard-red) 0 10px, transparent 10px 18px, #79a3b5 18px 28px, transparent 28px 36px) 7;
}
.public-page .public-footer a, .public-page .public-footer strong, .public-footer a, .public-footer strong { color: #fff !important; }
.public-page .public-footer p, .public-page .public-footer small, .footer-brand p, .footer-disclosure, .public-footer small { color: #d8e0dc !important; }

/* Guest guide: editorial postcard rack */
.guest-page, .guest-page .market-main { background-color: var(--postcard-cream); }
.guest-page .market-main {
  background-image: linear-gradient(rgba(247,243,233,.82), rgba(247,243,233,.82)), url("/assets/materials/map-paper.webp");
  background-size: auto, 900px auto;
}
.market-header {
  position: sticky;
  background: rgba(247, 243, 233, .96);
  border-color: var(--postcard-rule);
  backdrop-filter: blur(12px);
}
.market-header-row { position: relative; }
.market-brand { color: var(--postcard-ink); font-family: var(--display); font-size: 1.22rem; font-weight: 700; }
.market-search { border-color: #bbb4a5; background: var(--postcard-paper); box-shadow: 0 3px 12px rgba(0,24,64,.12); }
.market-search button + button { border-color: var(--postcard-rule); }
.market-search-submit { background: var(--postcard-red) !important; }
.market-filters { scrollbar-color: var(--postcard-blue) transparent; }
.filter-button { border-color: #aaa392; color: var(--postcard-ink); background: rgba(255,253,248,.74); }
.filter-button:hover { border-color: var(--postcard-ink); }
.filter-button.is-active { background: var(--postcard-ink); border-color: var(--postcard-ink); color: #fff; }

.postcard-guide-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .55fr);
  align-items: center;
  gap: clamp(36px, 7vw, 110px);
  min-height: 390px;
  margin-top: 48px;
  padding: clamp(44px, 6vw, 86px);
  overflow: hidden;
  border: 1px solid rgba(126, 116, 96, .28);
  border-radius: 16px;
  background-color: var(--postcard-paper);
  background-image: linear-gradient(rgba(255,253,248,.8), rgba(255,253,248,.8)), url("/assets/materials/map-paper.webp");
  background-size: auto, 720px auto;
  box-shadow: var(--postcard-shadow);
}
.postcard-guide-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: 13%;
  width: 30%;
  height: 1px;
  background: var(--postcard-blue);
  box-shadow: 0 8px 0 rgba(55,107,130,.7), 0 16px 0 rgba(55,107,130,.45);
  transform: rotate(-6deg);
}
.postcard-hero-copy { position: relative; z-index: 1; }
.postcard-hero-copy > span { display: block; margin-bottom: 18px; color: var(--postcard-blue); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.postcard-guide-hero h1 { max-width: 11ch; margin: 0 0 20px; color: var(--postcard-ink); font-size: clamp(3.8rem, 7vw, 6rem); line-height: .86; }
.postcard-guide-hero h1 em, .home-market-copy h1 em { color: var(--postcard-red); font-style: normal; }
.postcard-guide-hero p { max-width: 60ch; margin: 0; color: var(--postcard-muted); font-size: 1rem; line-height: 1.55; }
.date-postmark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 210px;
  aspect-ratio: 1;
  padding: 28px;
  border: 3px double var(--postcard-blue);
  border-radius: 50%;
  color: var(--postcard-blue);
  text-align: center;
  transform: rotate(4deg);
}
.date-postmark::after { content: ""; position: absolute; right: -58px; width: 72px; height: 1px; background: currentColor; box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor; }
.date-postmark span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.date-postmark strong { font-family: var(--display); font-size: 4rem; line-height: .8; }
.date-postmark small { max-width: 11ch; font-size: .72rem; font-weight: 650; line-height: 1.3; }
.airmail-divider { height: 8px; margin: 48px 0 62px; background: repeating-linear-gradient(135deg, var(--postcard-red) 0 12px, transparent 12px 22px, var(--postcard-blue) 22px 34px, transparent 34px 44px); opacity: .88; }

.experience-shelf { margin-bottom: clamp(70px, 8vw, 110px); }
.shelf-heading h2, .browse-all h2 { color: var(--postcard-ink); }
.shelf-heading p, .browse-all > p { color: var(--postcard-muted); }
.shelf-arrows button { background: var(--postcard-paper); border-color: var(--postcard-rule); color: var(--postcard-ink); }
.experience-rail { gap: 18px; padding-block: 10px 28px; }
.experience-card {
  padding: 10px 10px 18px;
  border: 1px solid rgba(126,116,96,.23);
  border-radius: 14px;
  background-color: var(--postcard-paper);
  background-image: linear-gradient(rgba(255,253,248,.84), rgba(255,253,248,.84)), url("/assets/materials/map-paper.webp");
  background-size: auto, 600px auto;
  box-shadow: var(--postcard-shadow);
  transition: transform 240ms cubic-bezier(.16,1,.3,1), box-shadow 240ms ease-out;
}
.experience-card:hover { transform: translateY(-4px) rotate(-.25deg); box-shadow: 0 8px 18px rgba(0,24,64,.12), 0 24px 48px rgba(0,24,64,.12); }
.experience-card:nth-child(even):hover { transform: translateY(-4px) rotate(.25deg); }
.experience-card-photo { border-radius: 9px; aspect-ratio: 1 / .92; }
.experience-card-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,24,64,.08); pointer-events: none; }
.experience-card-copy { padding: 15px 4px 0; }
.experience-card-title h3 { color: var(--postcard-ink); font-size: 1.52rem; line-height: 1.04; }
.experience-card-copy > p, .experience-card-copy > small { color: var(--postcard-muted); }
.experience-card-copy > p strong { color: var(--postcard-ink); font-variant-numeric: tabular-nums; }
.experience-card-copy s { color: #76766f; }
.card-vendor { min-height: 30px; }
.vendor-stamp {
  display: inline-block;
  padding: 4px 7px 3px;
  border: 1px solid var(--postcard-blue);
  border-radius: 4px;
  color: var(--postcard-blue);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform: rotate(-1.5deg);
}
.perk-stamp {
  top: 13px !important;
  left: auto !important;
  right: 13px !important;
  display: grid !important;
  place-items: center;
  width: 76px;
  height: 76px;
  padding: 8px !important;
  border: 2px dashed var(--postcard-red) !important;
  border-radius: 4px !important;
  background: var(--postcard-paper) !important;
  color: var(--postcard-red) !important;
  font-family: var(--display);
  font-size: 1.28rem !important;
  line-height: .92;
  text-align: center;
  box-shadow: 0 0 0 4px rgba(255,253,248,.92), 0 4px 12px rgba(0,24,64,.15);
  transform: rotate(2deg);
}
.perk-stamp .badge-label { display: block; font-family: Inter, system-ui, sans-serif; font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-postmark {
  position: absolute;
  right: 96px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 2px solid rgba(55,107,130,.85);
  border-radius: 50%;
  background: rgba(255,253,248,.84);
  color: var(--postcard-blue);
  font-size: .5rem;
  line-height: 1;
  text-align: center;
  transform: rotate(-8deg);
}
.card-postmark b { letter-spacing: .08em; }
.card-postmark i { font-style: normal; font-weight: 800; }
.card-postmark small { max-width: 48px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.postcard-note { margin-top: 12px !important; color: var(--postcard-red) !important; font-family: "Segoe Print", "Bradley Hand", cursive; font-size: 1rem; line-height: 1.3; transform: rotate(-1deg); }
.card-book-link { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 44px; margin-top: 12px; border: 1px solid var(--postcard-ink); background: var(--postcard-ink); color: #fff; font-weight: 800; }
.card-call { display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; color: var(--postcard-ink) !important; font-size: .78rem; font-weight: 800; text-decoration: underline; }
.browse-disclosure { margin-block: 30px 80px; }
.browse-disclosure > summary { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 16px 18px; border-block: 1px solid var(--postcard-rule); color: var(--postcard-ink); cursor: pointer; list-style: none; }
.browse-disclosure > summary::-webkit-details-marker { display: none; }
.browse-disclosure > summary span, .browse-disclosure > summary small { display: block; }
.browse-disclosure > summary strong { font-family: var(--display); font-size: 1.6rem; }
.browse-disclosure > summary small { margin-top: 3px; color: var(--postcard-muted); }
.browse-disclosure[open] > summary i { transform: rotate(180deg); }
.browse-disclosure .browse-grid { margin-top: 28px; }
.market-badge:not(.perk-stamp) { background: var(--postcard-paper); color: var(--postcard-ink); }
.save-button { color: var(--postcard-paper); }
.market-disclosure { border-color: var(--postcard-rule); background: rgba(255,253,248,.72); }
.market-bottom-nav { background: rgba(255,253,248,.96); border-color: var(--postcard-rule); }
.market-bottom-nav .is-active { color: var(--postcard-red); }

/* Public acquisition surfaces */
.public-page, .public-shell, .join-shell { background-color: var(--postcard-cream); }
.public-shell { background-image: linear-gradient(rgba(247,243,233,.88), rgba(247,243,233,.88)), url("/assets/materials/map-paper.webp"); background-size: auto, 1000px auto; }
.home-market-hero, .join-hero, .partner-hero { position: relative; }
.home-market-copy h1, .join-hero-copy h1, .partner-hero-copy h1 { color: var(--postcard-ink); }
.home-market-copy h1 { max-width: 9ch; font-size: clamp(4rem, 7vw, 6rem); line-height: .88; }
.home-market-photo, .partner-hero-media, .operator-hero-stage { border-radius: 16px; box-shadow: var(--postcard-shadow); }
.home-market-photo { padding: 10px; background: var(--postcard-paper); transform: rotate(1deg); }
.home-market-photo img { border-radius: 9px; }
.home-postmark { width: 132px; aspect-ratio: 1; right: 22px !important; bottom: 18px !important; display: grid !important; place-items: center; padding: 18px !important; border: 2px solid var(--postcard-blue); border-radius: 50% !important; background: rgba(255,253,248,.9) !important; color: var(--postcard-blue) !important; text-align: center; transform: rotate(-6deg); }
.home-postmark strong, .home-postmark span { color: inherit !important; }
.home-search-link { border-color: var(--postcard-rule); background: var(--postcard-paper); box-shadow: var(--postcard-shadow); }
.home-search-link b { background: var(--postcard-red); }
.home-experience-card { padding: 10px 10px 18px; border: 1px solid rgba(126,116,96,.23); border-radius: 14px; background: var(--postcard-paper); box-shadow: 0 3px 9px rgba(0,24,64,.08), 0 16px 32px rgba(0,24,64,.06); }
.home-experience-card > div { border-radius: 9px; }
.home-market-benefits, .partner-apply, .join-apply, .host-setup, .earnings-section { background: rgba(255,253,248,.68); }
.founding-window { background: var(--postcard-blue-soft); color: var(--postcard-ink-deep); }
.founding-window h2, .founding-window p, .founding-window dt, .founding-window dd { color: var(--postcard-ink-deep) !important; }
.partner-apply, .join-apply, .partner-apply h2, .join-apply h2, .partner-apply p, .join-apply p,
.partner-apply li, .join-apply li, .form-promise { color: var(--postcard-ink-deep) !important; }
.home-partner-paths > a, .cross-link-card { border-color: var(--postcard-rule); background: var(--postcard-paper); }
.join-trust li::before { background: var(--postcard-red); }
.founding-grid dl div, .join-math, .join-steps, .faq-list details { border-color: var(--postcard-rule); }
.operator-hero-stage { padding: 10px; background: var(--postcard-paper); }
.operator-hero-photo { border-radius: 9px; }
.perk-console { background-color: var(--postcard-paper); background-image: linear-gradient(rgba(255,253,248,.86),rgba(255,253,248,.86)),url("/assets/materials/map-paper.webp"); border: 1px solid rgba(126,116,96,.25); }
.perk-console-title h2, .perk-price strong { color: var(--postcard-ink); font-family: var(--display); }
.perk-toggle { background: var(--postcard-ink); }
.founding-stamp-sheet { display: grid; grid-template-columns: minmax(0,.8fr) minmax(420px,1.2fr); gap: clamp(40px,7vw,100px); align-items: center; padding-block: clamp(76px,9vw,120px); }
.founding-stamp-sheet h2, .host-tracks h2 { color: var(--postcard-ink); font-size: clamp(2.3rem,4vw,4rem); line-height: .96; }
.vendor-stamp-sheet { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 18px; background: var(--postcard-blue-soft); border: 1px solid #b6cbd2; }
.vendor-stamp-card { display: grid; place-content: center; min-height: 190px; padding: 24px 14px; border: 2px dashed var(--postcard-blue); background: var(--postcard-paper); color: var(--postcard-blue); text-align: center; transform: rotate(-1deg); }
.vendor-stamp-card:nth-child(2) { transform: rotate(1.2deg); }
.vendor-stamp-card:nth-child(3) { transform: rotate(-.5deg); }
.vendor-stamp-card b { font-family: var(--display); font-size: 1.5rem; line-height: 1; }
.vendor-stamp-card small { margin-top: 8px; font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.vendor-stamp-card.is-open { opacity: .64; }
.host-tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: clamp(60px,8vw,100px); }
.host-tracks article { position: relative; min-height: 330px; padding: clamp(32px,4vw,52px); border: 1px solid rgba(126,116,96,.3); background: var(--postcard-paper); box-shadow: var(--postcard-shadow); }
.host-tracks article:first-child { transform: rotate(-.5deg); }
.host-tracks article:last-child { transform: rotate(.5deg); }
.track-stamp { display: inline-block; margin-bottom: 32px; padding: 7px 10px; border: 1px solid var(--postcard-red); color: var(--postcard-red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.founding-cohort { background: var(--postcard-ink-deep); color: #fff; }
.founding-cohort > div { display: grid; grid-template-columns: 46px minmax(0,1fr) auto; align-items: center; gap: 22px; padding-block: 30px; }
.founding-cohort svg { width: 34px; height: 34px; color: #79a3b5; }
.founding-cohort h2 { margin: 0 0 4px; color: #fff !important; font-size: clamp(1.45rem, 2.4vw, 2.15rem); }
.founding-cohort p { max-width: 74ch; margin: 0; color: #cddbd6; }
.founding-cohort .secondary-action { border-color: #fff !important; background: transparent !important; color: #fff !important; }
.founding-cohort .secondary-action:hover { background: #fff !important; color: var(--postcard-ink-deep) !important; }

.product-proof { display: grid; grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(36px, 6vw, 84px); padding-block: clamp(72px, 9vw, 118px); }
.product-proof__copy h2 { max-width: 12ch; margin-bottom: 14px; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: .94; }
.product-proof__copy > p { max-width: 47ch; color: var(--postcard-muted); }
.proof-disclosure { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: 18px !important; padding: 5px 9px; border: 1px solid var(--postcard-red); border-radius: 999px; color: #8b2c27 !important; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.proof-disclosure svg { width: 15px; }
.workspace-preview { overflow: hidden; border: 1px solid var(--postcard-rule); border-radius: 14px; background: var(--postcard-paper); box-shadow: var(--postcard-shadow); color: var(--postcard-ink-deep); }
.workspace-preview--host { display: grid; grid-template-columns: 86px minmax(0,1fr); min-height: 360px; }
.workspace-preview__rail { display: grid; align-content: start; gap: 7px; padding: 18px 10px; background: var(--postcard-ink-deep); color: #cddbd6; }
.workspace-preview__rail img { width: 28px; margin: 0 auto 24px; }
.workspace-preview__rail span { padding: 8px 7px; border-radius: 7px; font-size: .66rem; text-align: center; }
.workspace-preview__rail .is-current { background: var(--postcard-paper); color: var(--postcard-ink-deep); }
.workspace-preview__main { min-width: 0; padding: 22px; }
.workspace-preview__main > header { display: flex; justify-content: space-between; gap: 16px; }
.workspace-preview__main > header strong { font-family: var(--display); font-size: 1.3rem; }
.workspace-preview__main > header small { color: var(--postcard-muted); }
.preview-kpis { display: grid; grid-template-columns: repeat(4,1fr); margin: 19px 0; border: 1px solid var(--postcard-rule); }
.preview-kpis span { min-width: 0; padding: 12px; border-right: 1px solid var(--postcard-rule); color: var(--postcard-muted); font-size: .58rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.preview-kpis span:last-child { border-right: 0; }
.preview-kpis strong { display: block; margin-top: 5px; color: var(--postcard-ink); font-family: var(--display); font-size: 1.35rem; font-variant-numeric: tabular-nums; letter-spacing: 0; text-transform: none; }
.preview-workspace-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.preview-workspace-grid > div { min-width: 0; padding: 15px; border: 1px solid var(--postcard-rule); }
.preview-workspace-grid > div > strong { display: block; margin-bottom: 12px; font-size: .75rem; }
.preview-workspace-grid span { display: grid; grid-template-columns: 78px 1fr; align-items: center; gap: 8px; margin-top: 8px; color: var(--postcard-muted); font-size: .62rem; }
.preview-workspace-grid b { display: block; width: var(--preview-bar); height: 3px; background: var(--postcard-ink); }
.preview-workspace-grid code { display: block; overflow: hidden; padding: 9px; background: var(--postcard-cream); color: var(--postcard-ink); font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.preview-workspace-grid .preview-kit-actions { display: block; color: var(--postcard-blue); font-weight: 750; }

.product-proof--vendor { grid-template-columns: minmax(270px,.68fr) minmax(0,1.32fr); }
.vendor-product-pair { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(210px,.8fr); align-items: center; gap: 18px; }
.workspace-preview--vendor { padding: 18px; }
.workspace-preview--vendor > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--postcard-rule); }
.workspace-preview--vendor > header strong { font-family: var(--display); font-size: 1.3rem; }
.workspace-preview--vendor > header span { color: #8b2c27; font-size: .66rem; font-weight: 800; }
.workspace-preview--vendor article { display: grid; grid-template-columns: 120px 1fr; gap: 14px; margin-top: 16px; }
.vendor-preview-photo { min-height: 105px; border-radius: 10px; background: var(--postcard-rule) url('/assets/photos/rundle-bike/legacy-trail-wide.jpg') center/cover; }
.workspace-preview--vendor article > span { display: grid; align-content: center; gap: 5px; }
.workspace-preview--vendor article b { width: fit-content; padding: 3px 7px; border-radius: 999px; background: #dceae4; color: #235f48; font-size: .58rem; text-transform: uppercase; }
.workspace-preview--vendor article strong { color: var(--postcard-ink); }
.workspace-preview--vendor article small { color: var(--postcard-muted); }
.workspace-preview--vendor footer { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 18px; border-top: 1px solid var(--postcard-rule); }
.workspace-preview--vendor footer span { padding-top: 10px; color: var(--postcard-muted); font-size: .66rem; font-weight: 750; text-align: center; }
.guest-card-preview { overflow: hidden; border-radius: 14px; background: var(--postcard-paper); box-shadow: var(--postcard-shadow); transform: rotate(1.2deg); }
.guest-card-preview__photo { position: relative; min-height: 145px; background: #d7ddd4 url('/assets/photos/rundle-bike/ready-to-roll.jpg') center/cover; }
.guest-card-preview__photo > span { position: absolute; top: 10px; left: 10px; padding: 7px 10px; border-radius: 4px; background: var(--postcard-red); color: #fff; font-family: var(--display); font-size: 1.3rem; font-weight: 750; }
.guest-card-preview__photo small { display: block; font: 700 .5rem/1.1 var(--ui); text-transform: uppercase; }
.guest-card-preview > div:last-child { padding: 15px; }
.guest-card-preview > div > small, .guest-card-preview > div > strong { display: block; }
.guest-card-preview > div > small { color: var(--postcard-blue); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.guest-card-preview > div > strong { margin: 3px 0; color: var(--postcard-ink); }
.guest-card-preview p { margin: 0 0 12px; color: var(--postcard-muted); font-size: .7rem; line-height: 1.4; }
.guest-card-preview button { width: 100%; min-height: 38px; border: 0; border-radius: 9px; background: var(--postcard-ink); color: #fff; font-size: .68rem; font-weight: 750; pointer-events: none; }
.time-to-live { display: flex; align-items: flex-start; gap: 9px; max-width: 55ch; padding: 12px 14px; border: 1px solid var(--postcard-rule); border-radius: 10px; background: rgba(255,253,248,.7); color: var(--postcard-ink) !important; }
.time-to-live svg { flex: 0 0 18px; width: 18px; color: var(--postcard-blue); }
.confirmation-actions { display: grid; gap: 10px; margin-top: 18px; }
.confirmation-actions .primary-action { justify-content: center; text-decoration: none; }
.faq-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 36px; padding: 30px; border-radius: 14px; background: var(--postcard-ink-deep); color: #fff; }
.faq-cta h2 { max-width: 18ch; margin: 0; color: #fff !important; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.faq-cta .primary-action { flex: 0 0 auto; background: var(--postcard-paper) !important; color: var(--postcard-ink-deep) !important; }
.public-page .partner-final-cta h2 { color: #fff !important; }
.public-page .partner-final-cta .public-primary { background: var(--postcard-red) !important; border-color: var(--postcard-red) !important; color: #fff !important; }
.public-page .partner-final-cta .public-primary:hover { background: var(--postcard-red-dark) !important; border-color: var(--postcard-red-dark) !important; }

/* Operational surfaces share the public guide's ink, paper, and postal accents. */
.dashboard-shell { background: #eeeae1; }
.dashboard-nav { background: var(--postcard-ink-deep) url('/assets/materials/enamel-patina.png') center/cover; border-color: transparent; }
.dashboard-nav nav a { color: #cddbd6; }
.dashboard-nav nav a:hover { background: rgba(255,255,255,.09); color: #fff; }
.dashboard-nav nav a.active { background: var(--postcard-paper); color: var(--postcard-ink-deep); }
.dashboard-nav nav a.active::before { background: var(--postcard-red); }
.dashboard-main { background: #eeeae1; }
.dashboard-header h1 { color: var(--postcard-ink); }
.metric-strip, .data-table-wrap, .property-asset, .offer-control, .lead-roster, .partner-roster, .property-roster, .promo-confirm { background: var(--postcard-paper); border-color: var(--postcard-rule); }
.payout-callout { background: var(--postcard-ink-deep) url('/assets/materials/enamel-patina.png') center/cover; border-color: transparent; }
.metric-strip strong, .dashboard-section:not(.payout-callout) h2, .section-heading h2 { color: var(--postcard-ink); }
.metric-strip > div, .data-table-wrap th, .data-table-wrap td, .offer-control > header, .pause-offer { border-color: #ddd6c8; }
.dashboard-section { border-color: var(--postcard-rule); }
.status-booked, .status-confirmed, .status-paid { background: #dceae4; color: #235f48; }
.status, .status-void { background: #ddd9d0; color: #645f55; }
.auth-brand-panel h1, .auth-heading h2, .auth-success h2 { font-family: var(--display); }
.vendor-calendar input[type="checkbox"], .vendor-weekly input[type="checkbox"], .vendor-check input[type="checkbox"], .platform-booking__check input[type="checkbox"], .check-label input[type="checkbox"], .consent-row input[type="checkbox"] { accent-color: var(--postcard-ink); }
.lead-update { grid-template-columns: 120px 145px minmax(160px,1fr); }
.lead-update > button:first-of-type { grid-column: 2; justify-self: end; }
.account-create-action { grid-column: 3; justify-self: start; gap: 7px; white-space: nowrap; }
.lead-update .form-error { grid-column: 1 / -1; }
.account-create-action svg { width: 17px; }
@media (max-width: 640px) {
  .lead-update > button:first-of-type, .lead-update .account-create-action { grid-column: 1 / -1; justify-self: stretch; }
}
.activation-link-notice { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 14px; margin: 0 0 22px; padding: 16px 18px; border: 1px solid var(--postcard-blue); border-radius: 14px; background: var(--postcard-blue-soft); color: var(--postcard-ink-deep); }
.activation-link-notice strong, .activation-link-notice span, .activation-link-notice code { display: block; }
.activation-link-notice span { color: var(--postcard-muted); font-size: .8rem; }
.activation-link-notice code { margin-top: 7px; overflow: hidden; background: var(--postcard-paper); text-overflow: ellipsis; white-space: nowrap; }
.activation-page .auth-form-wrap { align-self: center; }
.host-first-run { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: -4px 0 24px; padding: 0; overflow: hidden; border: 1px solid var(--postcard-rule); border-radius: 12px; background: var(--postcard-rule); list-style: none; }
.host-first-run li { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 14px; background: var(--postcard-paper); color: var(--postcard-muted); font-size: .8rem; font-weight: 750; }
.host-first-run li.complete { color: #235f48; }
.host-first-run svg { width: 17px; }
.record-count, .demo-badge { border-color: var(--postcard-blue); color: var(--postcard-blue); }
.avatar, .vendor-avatar { background: var(--postcard-blue); color: #fff; }
.offer-days input:checked + span { background: var(--postcard-ink) !important; border-color: var(--postcard-ink) !important; }
.auth-brand-panel { background-color: var(--postcard-ink-deep); background-image: linear-gradient(rgba(0,15,46,.92),rgba(0,15,46,.92)),url("/assets/materials/map-paper.webp"); }
.auth-brand-panel::after { border-color: #9fbeb6; }
.auth-form-panel { background: var(--postcard-cream); }
.role-segments input:checked + span { background: var(--postcard-ink); color: #fff; }

.validation-metric { position: relative; }
.milestone-track { display: block; height: 5px; margin-top: 11px; overflow: hidden; border-radius: 5px; background: #ddd6c8; }
.milestone-track b { display: block; height: 100%; min-width: 2px; border-radius: inherit; background: var(--postcard-red); }
.property-distribution-card { grid-template-columns: minmax(0,1fr) 240px; }
.property-title-line, .property-roster-preview article > header, .property-roster-controls article > header, .channel-report > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.property-title-line h3, .property-roster-preview h3, .property-roster-controls h3, .channel-report h3 { margin: 0; color: var(--postcard-ink); font-size: 1.7rem; }
.property-title-line p, .property-roster-preview header p, .property-roster-controls header p, .channel-report header p { margin: 4px 0 0; color: var(--postcard-muted); }
.property-title-line > a, .property-roster-preview header a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; color: var(--postcard-blue); font-weight: 750; text-decoration: underline; text-underline-offset: .22em; }
.property-title-line svg, .property-roster-preview header svg { width: 17px; }
.signed-link-field { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px 14px; margin: 22px 0 16px; padding: 14px 16px; border: 1px solid var(--postcard-rule); background: #f1eee5; }
.signed-link-field > span { grid-column: 1/-1; color: var(--postcard-muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.signed-link-field code, .channel-message code { min-width: 0; overflow: hidden; color: var(--postcard-ink); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.signed-link-field .copy-text { min-height: 44px; }
.channel-message-list { border-block: 1px solid var(--postcard-rule); }
.channel-message { border-top: 1px solid #ddd6c8; }
.channel-message:first-child { border-top: 0; }
.channel-message summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; cursor: pointer; }
.channel-message summary > span { display: inline-flex; align-items: center; gap: 9px; color: var(--postcard-ink); font-weight: 750; }
.channel-message summary svg { width: 18px; }
.channel-message summary > svg { transition: transform .2s ease-out; }
.channel-message[open] summary > svg { transform: rotate(180deg); }
.channel-message > div { display: grid; gap: 9px; padding: 0 0 16px 27px; }
.channel-message p { max-width: 68ch; margin: 0; color: var(--postcard-muted); }
.channel-message .copy-text { justify-self: start; }
.qr-card > span { color: var(--postcard-muted); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.qr-card small { max-width: 19ch; color: var(--postcard-muted); text-align: center; }
.channel-report { margin-top: 18px; }
.channel-report > header { align-items: end; padding: 0 2px 10px; }
.channel-report .data-table-wrap table { min-width: 840px; }
.property-roster-preview, .property-roster-controls { display: grid; gap: 18px; }
.property-roster-preview > article, .property-roster-controls > article, .channel-ops { overflow: hidden; border: 1px solid var(--postcard-rule); border-radius: 14px; background: var(--postcard-paper); box-shadow: 0 3px 8px rgba(0,24,64,.06), 0 14px 30px rgba(0,24,64,.05); }
.property-roster-preview article > header, .property-roster-controls article > header { padding: 18px 20px; border-bottom: 1px solid var(--postcard-rule); }
.property-roster-preview ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.property-roster-preview li { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; padding: 10px 20px; border-bottom: 1px solid #e5ded0; }
.property-roster-preview li:nth-child(odd) { border-right: 1px solid #e5ded0; }
.property-roster-preview li strong, .property-roster-preview li small { display: block; }
.property-roster-preview li small { color: var(--postcard-muted); }
.roster-note { display: flex; align-items: center; gap: 9px; margin: 0; padding: 13px 20px; color: var(--postcard-muted); background: #f1eee5; }
.roster-note svg { width: 18px; flex: 0 0 18px; color: var(--postcard-blue); }
.admin-channel-funnels { display: grid; gap: 14px; }
.channel-ops > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; padding: 12px 18px; cursor: pointer; }
.channel-ops > summary strong, .channel-ops > summary small { display: block; }
.channel-ops > summary strong { color: var(--postcard-ink); font-size: 1.15rem; }
.channel-ops > summary small { margin-top: 4px; color: var(--postcard-muted); }
.channel-ops > summary svg { width: 19px; transition: transform .2s ease-out; }
.channel-ops[open] > summary svg { transform: rotate(180deg); }
.channel-ops .data-table-wrap { border-inline: 0; border-bottom: 0; border-radius: 0; }
.channel-ops table { min-width: 1180px; }
.channel-input-form { display: grid; grid-template-columns: 74px 82px auto; gap: 5px; align-items: end; min-width: 250px; }
.channel-input-form label { color: var(--postcard-muted); font-size: .62rem; font-weight: 750; text-transform: uppercase; }
.channel-input-form input { min-height: 44px; margin-top: 3px; padding: 6px 7px; }
.channel-input-form .secondary-action { min-height: 44px; padding: 6px 9px; }
.property-roster-controls article > header > div:last-child { display: flex; align-items: center; gap: 14px; }
.roster-control-list form { display: grid; grid-template-columns: 44px minmax(180px,1fr) minmax(210px,.5fr) auto; align-items: center; gap: 12px; padding: 11px 20px; border-top: 1px solid #e5ded0; }
.roster-control-list form:first-child { border-top: 0; }
.roster-control-list label strong, .roster-control-list label small { display: block; }
.roster-control-list label small { color: var(--postcard-muted); }
.roster-control-list select { min-height: 44px; }
.roster-control-list .secondary-action { min-height: 44px; }

@media (max-width: 980px) {
  .postcard-guide-hero { grid-template-columns: minmax(0,1fr) 190px; }
  .date-postmark { width: 176px; }
  .founding-stamp-sheet { grid-template-columns: 1fr; }
  .property-distribution-card { grid-template-columns: minmax(0,1fr) 210px; }
  .property-roster-preview ul { grid-template-columns: 1fr; }
  .property-roster-preview li:nth-child(odd) { border-right: 0; }
}

@media (max-width: 760px) {
  .public-header::after { bottom: -5px; height: 5px; }
  .postcard-guide-hero { grid-template-columns: minmax(0,1fr) 118px; gap: 12px; min-height: 0; margin-top: 20px; padding: 34px 20px 30px; }
  .postcard-guide-hero h1 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
  .postcard-guide-hero p { grid-column: 1 / -1; font-size: .9rem; }
  .date-postmark { width: 116px; padding: 15px; border-width: 2px; }
  .date-postmark::after { right: -24px; width: 35px; }
  .date-postmark strong { font-size: 2.5rem; }
  .date-postmark small { font-size: .57rem; }
  .airmail-divider { height: 6px; margin: 28px 0 40px; }
  .market-header-row { grid-template-columns: auto minmax(0,1fr); gap: 10px; }
  .market-brand { display: inline-flex; }
  .market-header-actions { display: none; }
  .experience-rail { grid-auto-columns: 45%; gap: 12px; }
  .experience-card { padding: 8px 8px 15px; }
  .experience-card-title h3 { font-size: 1.35rem; }
  .perk-stamp { width: 66px; height: 66px; right: 10px !important; top: 10px !important; font-size: 1.12rem !important; }
  .card-postmark { width: 58px; height: 58px; right: 85px; top: 14px; }
  .home-market-copy h1 { font-size: clamp(3.7rem,16vw,5.2rem); }
  .home-market-photo { transform: none; }
  .host-tracks { grid-template-columns: 1fr; }
  .host-tracks article:first-child, .host-tracks article:last-child { transform: none; }
  .vendor-stamp-sheet { grid-template-columns: repeat(3, minmax(150px,1fr)); overflow-x: auto; }
  .vendor-stamp-card { min-height: 160px; }
  .founding-cohort > div { grid-template-columns: 36px 1fr; }
  .founding-cohort .secondary-action { grid-column: 1 / -1; }
  .product-proof, .product-proof--vendor { grid-template-columns: 1fr; }
  .product-proof__copy h2 { max-width: 15ch; }
  .vendor-product-pair { grid-template-columns: 1fr 44%; }
  .workspace-preview--host { min-height: 330px; }
  .preview-kpis { grid-template-columns: repeat(2,1fr); }
  .preview-kpis span:nth-child(2) { border-right: 0; }
  .preview-kpis span:nth-child(-n+2) { border-bottom: 1px solid var(--postcard-rule); }
  .faq-cta { align-items: flex-start; flex-direction: column; padding: 24px; }
  .dashboard-main { background: #eeeae1; }
  .activation-link-notice { grid-template-columns: 1fr; align-items: start; }
  .host-first-run { grid-template-columns: 1fr; }
  .property-distribution-card { grid-template-columns: 1fr; }
  .property-distribution-card .qr-card { border-left: 0; border-top: 1px solid var(--postcard-rule); }
  .roster-control-list form { grid-template-columns: 42px 1fr auto; }
  .roster-control-list select { grid-column: 2; }
  .roster-control-list button { grid-column: 3; grid-row: 1/3; }
}

@media (max-width: 430px) {
  .postcard-guide-hero { grid-template-columns: minmax(0,1fr) 100px; border-radius: 12px; }
  .postcard-guide-hero h1 { font-size: 3.08rem; }
  .postcard-hero-copy > span { font-size: .63rem; }
  .date-postmark { width: 98px; }
  .date-postmark strong { font-size: 2.15rem; }
  .date-postmark span, .date-postmark small { font-size: .5rem; }
  .experience-rail { grid-auto-columns: 45%; }
  .postcard-note { font-size: 1rem; }
  .product-proof { padding-block: 64px; }
  .workspace-preview--host { grid-template-columns: 56px minmax(0,1fr); }
  .workspace-preview__rail { padding-inline: 6px; }
  .workspace-preview__rail span { font-size: .55rem; }
  .workspace-preview__main { padding: 14px; }
  .preview-workspace-grid { grid-template-columns: 1fr; }
  .vendor-product-pair { grid-template-columns: 1fr; }
  .guest-card-preview { width: 78%; justify-self: end; margin-top: -10px; }
  .property-title-line, .property-roster-preview article > header, .property-roster-controls article > header, .channel-report > header { align-items: flex-start; flex-direction: column; }
  .signed-link-field { grid-template-columns: 1fr; }
  .signed-link-field > span { grid-column: auto; }
  .signed-link-field code, .channel-message code { white-space: normal; overflow-wrap: anywhere; }
  .property-roster-preview ul { grid-template-columns: 1fr; }
  .property-roster-preview li { padding-inline: 15px; }
  .property-roster-controls article > header > div:last-child { align-items: flex-start; flex-direction: column; }
  .roster-control-list form { grid-template-columns: 38px 1fr; padding: 12px 14px; }
  .roster-control-list select, .roster-control-list button { grid-column: 2; grid-row: auto; width: 100%; }
}

/* Compact guide hierarchy: search, filters, context, then one recommendation grid. */
.guest-page .market-header-row {
  display: grid;
  grid-template-columns: auto minmax(480px, 680px);
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
}
.guest-page .header-market-search {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border: 1px solid rgba(89,84,73,.22);
  border-radius: 999px;
  box-shadow: 0 3px 12px rgba(0,24,64,.1);
}
.guest-page .header-market-search:hover { box-shadow: 0 5px 16px rgba(0,24,64,.14); }
.guest-page .header-market-search > button { min-height: 42px; }
.guest-page .header-market-search .market-search-submit {
  min-width: 94px;
  min-height: 42px;
  border-radius: 999px;
}
.guest-page .guide-context {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 48px, var(--guest-max));
  margin: 18px auto 0;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(89,84,73,.2);
}
.guest-page .guide-context p { margin: 0; }
.guest-page .guide-context .guide-postmark {
  color: var(--postcard-blue);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.guest-page .guide-context p:last-child {
  color: #625f58;
  font-family: var(--display);
  font-size: 1rem;
  font-style: italic;
}
.guest-page .browse-all { margin-top: 24px; }
.guest-page .browse-heading h1 {
  margin: 0 0 5px;
  color: var(--postcard-ink-deep);
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1;
}
.guest-page .demo-listing-label {
  display: inline-flex;
  margin-top: 7px;
  padding: 3px 7px;
  border: 1px solid rgba(55,107,130,.5);
  border-radius: 4px;
  color: var(--postcard-blue);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.guest-page .availability-note {
  margin: 12px 0 0;
  color: #625f58;
  font-size: .72rem;
  line-height: 1.45;
  text-align: center;
}
.guest-page .detail-back { color: inherit; text-decoration: none; }

@media (max-width: 1020px) and (min-width: 761px) {
  .guest-page .market-header-row { grid-template-columns: auto minmax(440px, 1fr); }
  .guest-page .header-market-search { width: 100%; }
}

@media (max-width: 760px) {
  .guest-page .market-header-row { grid-template-columns: 1fr; }
  .guest-page .header-market-search { display: none; }
  .guest-page .guide-context {
    display: block;
    width: calc(100% - 32px);
    margin-top: 14px;
    padding-bottom: 14px;
  }
  .guest-page .guide-context .guide-postmark { font-size: .66rem; }
  .guest-page .guide-context p:last-child { margin-top: 5px; font-size: .92rem; }
  .guest-page .browse-all { margin-top: 0; }
  .guest-page .demo-listing-label { margin-top: 5px; font-size: .56rem; }
  .guest-page .detail-booking-card {
    display: block;
    position: static;
    margin: 8px 0 20px;
    box-shadow: none;
  }
  .guest-page .mobile-reserve-bar { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-card { transition: none; }
  .experience-card:hover, .experience-card:nth-child(even):hover { transform: none; }
}

/* ---------- Review fixes (2026-08-17): honesty labels, notices, dialogs, a11y sizing ---------- */
[data-lucide] { display: inline-block; width: 1em; height: 1em; vertical-align: -.125em; }
body:has(dialog[open]) { overflow: hidden; }
.demo-pill { position: absolute; z-index: 4; top: 12px; left: 12px; padding: 4px 9px; border-radius: 999px; background: rgba(0, 24, 64, .9); color: #fffdf8; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.demo-tag { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 999px; background: #efe9d8; color: #4f5f58; font-size: .72rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; vertical-align: middle; }
.experience-card-copy .card-vendor { overflow: visible; white-space: normal; font-size: .78rem; }
.experience-card-copy .card-offer-terms, .experience-card-copy small { font-size: .78rem; }
.experience-card-copy .card-price-line small { color: #595959; font-size: .78rem; font-weight: 600; }
.experience-card-copy .vendor-stamp { font-size: .74rem; }
.experience-card-heading { margin: 0; font-size: inherit; font-weight: inherit; }
.experience-card-heading .experience-card-title { font: inherit; }
.market-bottom-nav span { font-size: .76rem; }
.market-status { font-size: .84rem; }
.experience-card-copy s { color: #62625c; }
/* Save heart moves to the lower-left of the photo so it never sits over the perk stamp or the postmark. */
.experience-card-photo .save-button { top: auto; right: auto; bottom: 10px; left: 10px; width: 44px; height: 44px; }
.demo-pill { top: auto; right: auto; bottom: 18px; left: 62px; }
.card-photo-arrow, .shelf-arrows button, .selection-close, .detail-gallery-arrow { min-width: 44px; min-height: 44px; }
.selection-close { width: 44px; height: 44px; }
.detail-demo-note { display: flex; align-items: center; gap: 8px; margin: 6px 0 12px; padding: 8px 12px; border-radius: 10px; background: #efe9d8; color: #4f5f58; font-size: .85rem; }
.detail-demo-note svg { width: 16px; flex: none; }
.rating-source-label { color: #6a6a6a; font-size: .8rem; }
.rating-note-card { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 14px 16px; border: 1px solid var(--line, #d9d3c3); border-radius: 12px; background: #fbf8f0; }
.rating-note-card svg { width: 20px; margin-top: 2px; }
.rating-note-card p { margin: 4px 0 0; color: #595959; font-size: .9rem; }
.guest-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 18px; margin: 32px auto 96px; padding: 18px 20px; border-top: 1px solid var(--line, #d9d3c3); color: #595959; font-size: .84rem; }
.guest-footer p { margin: 0; }
.guest-footer nav { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.guest-footer nav a, .guest-footer nav button { min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--forest, #001840); font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }
.about-dialog { width: min(calc(100% - 28px), 560px); }
.about-dialog p { margin: 10px 0; line-height: 1.55; }
.about-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 16px; }
.about-links a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; }
.promo-copy-status, .copy-status { display: block; min-height: 1.2em; margin-top: 4px; color: #4f5f58; font-size: .8rem; }
.feedback-float .feedback-prompt { font-size: .82rem; }
.home-demo-label { display: inline-flex; align-items: center; gap: 6px; color: #4f5f58; font-size: .8rem; font-weight: 700; }
.home-demo-label svg { width: 14px; }
.preview-bar { position: sticky; z-index: 40; top: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 16px; padding: 10px 16px; background: #001840; color: #fffdf8; font-size: .9rem; }
.preview-bar svg { width: 18px; }
.preview-bar form { display: inline; }
.preview-bar button { min-height: 44px; padding: 6px 14px; border: 1px solid rgba(255,253,248,.55); border-radius: 999px; background: transparent; color: inherit; font-weight: 700; cursor: pointer; }
.action-notice-success { background: #e7edf8; color: #173f73; }
.action-notice-info { background: #eaf1f5; color: #274a5c; }
.action-notice-error { border-color: #d8766e; background: #fff0ed; color: #721c17; }
.action-notice-error strong { color: #721c17; }
.form-error { margin: 8px 0 0; padding: 8px 12px; border-left: 3px solid #b93f38; background: #fff0ed; color: #721c17; font-size: .88rem; font-weight: 650; }
.confirmation-row.has-error, .offer-control.has-error, .lead-update.has-error, .channel-input-form.has-error { outline: 2px solid #d8766e; outline-offset: 4px; border-radius: 12px; }
[aria-invalid="true"] { border-color: #b93f38 !important; box-shadow: 0 0 0 2px rgba(185, 63, 56, .18); }
.offer-form label small, .offering-editor label small { display: block; margin-top: 4px; color: #6a6a6a; font-size: .78rem; font-weight: 500; }
.offer-form label[hidden] { display: none; }
.pause-offer.paused { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.pause-offer.paused button { min-height: 40px; padding: 6px 14px; border: 1px solid var(--line, #d9d3c3); border-radius: 999px; background: #fffdf8; font-weight: 700; cursor: pointer; }
.empty-inline { margin: 0; color: #6a6a6a; font-size: .9rem; }
.status-paid { background: #dfe9f2; color: #274a5c; }
.inline-form { display: inline; }
.inline-form button.copy-text { padding: 4px 8px; }
.roster-vendor-previews { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line, #d9d3c3); font-size: .82rem; }
.data-table-wrap { position: relative; }
.data-table-wrap::after { content: "Scroll for more →"; position: absolute; right: 8px; bottom: 4px; padding: 2px 8px; border-radius: 999px; background: rgba(0,24,64,.92); color: #fffdf8; font-size: .7rem; opacity: 0; pointer-events: none; }
@media (max-width: 760px) { .data-table-wrap::after { opacity: .9; } .data-table-wrap { padding-bottom: 22px; } }
.legal-copy a, .legal-mobile-copy a { color: inherit; font-weight: 700; }

/* Guest marketplace redesign — photography leads, postcard details carry only useful information. */
.guest-page { --guest-max: 1240px; --guest-text: #44403c; color: var(--guest-text); }
.guest-page .airmail-top { height: 5px; background: repeating-linear-gradient(135deg, var(--postcard-red) 0 12px, transparent 12px 22px, var(--postcard-blue) 22px 34px, transparent 34px 44px); }
.guest-page .market-header { top: 0; border-bottom: 1px solid rgba(89, 84, 73, .18); background: rgba(247, 243, 233, .96); backdrop-filter: blur(12px); }
.guest-page .market-header::after { content: none; }
.guest-page .market-header-row { display: flex; justify-content: space-between; width: min(100% - 48px, var(--guest-max)); min-height: 72px; }
.guest-page .market-brand { display: inline-flex; align-items: center; color: var(--postcard-ink); text-decoration: none; }
.guest-page .market-brand .market-brand-logo { display: block; width: 224px; height: 56px; background: url("/assets/brand/postcardperks-stamp-lockup.webp?v=20260822-kalam") center / 224px auto no-repeat; }
.guest-page .market-header-actions { gap: 14px; }
.guest-page .currency-label { display: grid; place-items: center; min-width: 54px; min-height: 44px; color: var(--postcard-ink); font-size: .78rem; font-weight: 800; }
.guest-page .operator-link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 17px; border: 1px solid var(--postcard-ink); border-radius: 999px; color: var(--postcard-ink); font-size: .82rem; font-weight: 800; text-decoration: none; }
.guest-page .operator-link:hover { background: var(--postcard-ink); color: #fff; }
.guest-page .header-icon { min-width: 44px; min-height: 44px; }
.guest-page .market-main { width: auto; max-width: none; padding: 0 0 72px; }

.guest-page .postcard-guide-hero { display: grid; grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr); align-items: stretch; gap: 0; width: min(100% - 48px, var(--guest-max)); height: 460px; min-height: 0; margin: 28px auto 0; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: var(--postcard-ink-deep); box-shadow: var(--postcard-shadow); }
.guest-page .postcard-guide-hero::after { content: none; }
.guest-page .postcard-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 48px); color: #fff; }
.guest-page .postcard-guide-hero h1 { max-width: 9ch; margin: 0 0 20px; color: #fff; font-family: var(--display) !important; font-size: clamp(3.8rem, 5.8vw, 5.5rem); line-height: .86; letter-spacing: -.03em; }
.guest-page .postcard-guide-hero h1 em { color: #f07b6f; }
.guest-page .postcard-guide-hero p { max-width: 48ch; margin: 0; color: #dce7e2; font-size: 1rem; line-height: 1.55; }
.guest-page .hero-photo { position: relative; min-width: 0; height: 460px; min-height: 0; overflow: hidden; }
.guest-page .hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,15,46,.22), transparent 35%), linear-gradient(0deg, rgba(0,15,46,.2), transparent 45%); pointer-events: none; }
.guest-page .hero-photo > img { width: 100%; height: 100%; object-fit: cover; }
.guest-page .date-postmark { z-index: 2; inset: auto 24px 22px auto; width: 148px; min-height: 148px; padding: 21px; border: 2px solid rgba(255,253,248,.88); background: rgba(0,15,46,.74); color: #fffdf8; transform: rotate(-4deg); backdrop-filter: blur(7px); }
.guest-page .date-postmark::after { content: none; }
.guest-page .date-postmark span { font-size: .64rem; }
.guest-page .date-postmark strong { margin: 7px 0 6px; font-family: Inter, system-ui, sans-serif; font-size: 1.05rem; font-weight: 850; line-height: 1; }
.guest-page .date-postmark small { max-width: 12ch; font-size: .62rem; line-height: 1.25; }

.guest-page .market-search { grid-template-columns: 1.15fr 1fr 1fr auto; width: min(620px, calc(100% + 130px)); min-width: 0; min-height: 66px; margin-top: 30px; border: 0; border-radius: 14px; box-shadow: 0 14px 32px rgba(4, 19, 15, .28); transform: none; }
.guest-page .market-search:hover { transform: none; box-shadow: 0 18px 38px rgba(4, 19, 15, .34); }
.guest-page .market-search > button { min-height: 52px; padding-inline: 16px; border-left-color: #ded8ca; }
.guest-page .market-search span { color: var(--postcard-muted); font-size: .76rem; }
.guest-page .market-search strong { color: var(--postcard-ink-deep); font-size: .82rem; }
.guest-page .market-search .market-search-submit { display: flex; place-items: unset; align-items: center; justify-content: center; gap: 7px; width: auto; min-width: 100px; min-height: 52px; padding: 0 17px; border-radius: 10px; background: var(--postcard-ink) !important; }
.guest-page .market-search-submit span { color: #fff; font-size: .78rem; font-weight: 800; }
.guest-page .mobile-search { display: none; }

.guest-page .market-filters { gap: 4px; width: min(100% - 48px, var(--guest-max)); margin: 18px auto 0; padding: 14px 0 12px; border-bottom: 1px solid rgba(89,84,73,.22); }
.guest-page .filter-button { display: grid; flex: 1 0 92px; place-items: center; gap: 7px; min-width: 92px; min-height: 66px; padding: 8px 11px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: transparent; color: #57534e; }
.guest-page .filter-button svg { width: 20px; height: 20px; }
.guest-page .filter-button span { font-size: .73rem; font-weight: 750; white-space: nowrap; }
.guest-page .filter-button:hover { border-color: var(--postcard-rule); background: rgba(255,253,248,.56); }
.guest-page .filter-button.is-active { border-color: var(--postcard-ink); background: transparent; color: var(--postcard-ink); }
.guest-page .market-status { width: min(100% - 48px, var(--guest-max)); min-height: 22px; margin: 8px auto 0; color: #57534e; }

.guest-page .experience-shelf, .guest-page .browse-all, .guest-page .market-disclosure, .guest-page .guest-footer { width: min(100% - 48px, var(--guest-max)); margin-inline: auto; }
.guest-page .experience-shelf { margin-top: 48px; margin-bottom: 72px; }
.guest-page .shelf-heading, .guest-page .browse-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.guest-page .shelf-heading h2, .guest-page .browse-heading h2 { margin: 0 0 5px; color: var(--postcard-ink-deep); font-size: clamp(2rem, 3vw, 2.55rem); line-height: 1; }
.guest-page .shelf-heading p, .guest-page .browse-heading p { margin: 0; color: #57534e; font-size: .94rem; }
.guest-page .shelf-arrows { display: flex; gap: 8px; }
.guest-page .shelf-arrows button { width: 44px; height: 44px; border-radius: 50%; }
.guest-page .experience-rail { grid-auto-columns: calc((100% - 54px) / 4); gap: 18px; padding: 2px 0 10px; }
.guest-page .experience-card { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; cursor: pointer; transition: transform .22s cubic-bezier(.2,.8,.2,1); }
.guest-page .experience-card:hover, .guest-page .experience-card:nth-child(even):hover { transform: translateY(-3px); box-shadow: none; }
.guest-page .experience-card-photo { aspect-ratio: 4 / 3; border-radius: 14px; background: #e3ded3; }
.guest-page .experience-card-photo::after { box-shadow: inset 0 0 0 1px rgba(0,15,46,.08); }
.guest-page .experience-card-photos img { filter: none; }
.guest-page .experience-card:hover .experience-card-photos img { filter: saturate(1.04) contrast(1.02); }
.guest-page .market-badge-offer { top: 12px !important; right: auto !important; left: 12px !important; display: grid; width: auto; min-width: 74px; height: auto; min-height: 48px; place-items: start; padding: 7px 10px; border: 0; border-radius: 4px; background: var(--postcard-red); color: #fff; text-align: left; transform: none; box-shadow: 0 4px 12px rgba(54,26,23,.22); }
.guest-page .market-badge-offer strong { font-family: Inter, system-ui, sans-serif; font-size: .92rem; line-height: 1; }
.guest-page .market-badge-offer small { margin-top: 3px; font-size: .58rem; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; }
.guest-page .experience-card-photo .save-button { top: 10px; right: 10px; bottom: auto; left: auto; background: rgba(255,253,248,.92); color: var(--postcard-ink-deep); box-shadow: 0 3px 10px rgba(0,15,46,.18); }
.guest-page .experience-card-photo .save-button.is-saved { background: var(--postcard-ink); color: #fff; }
.guest-page .card-photo-count { right: 12px; bottom: 10px; }
.guest-page .experience-card-copy { padding: 11px 2px 0; }
.guest-page .experience-card-copy h3 { min-height: 0; margin: 0 0 4px; font-family: Inter, system-ui, sans-serif; font-size: .98rem; font-weight: 750; line-height: 1.28; }
.guest-page .experience-card-title { color: var(--postcard-ink-deep); text-decoration: none; }
.guest-page .experience-card-title::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.guest-page .experience-card-copy .card-meta, .guest-page .experience-card-copy .card-operator { overflow: hidden; margin: 0; color: #57534e; font-size: .79rem; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.guest-page .experience-card-copy .card-price-line { display: flex; align-items: baseline; gap: 5px; margin: 5px 0 1px; color: var(--postcard-ink-deep); font-size: .82rem; }
.guest-page .experience-card-copy .card-price-line strong { font-weight: 800; }
.guest-page .experience-card-copy .card-price-line s, .guest-page .experience-card-copy .card-price-line span { color: #625f58; }
.guest-page .experience-card-copy .card-operator { color: #6b675f; font-size: .72rem; }

.guest-page .browse-all { margin-bottom: 72px; }
.guest-page .browse-heading { margin-bottom: 26px; }
.guest-page .browse-heading label { display: grid; gap: 5px; color: #57534e; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.guest-page .browse-heading select { min-width: 190px; min-height: 44px; padding: 0 36px 0 12px; border: 1px solid #aaa392; border-radius: 9px; background: var(--postcard-paper); color: var(--postcard-ink-deep); font-weight: 650; }
.guest-page .browse-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 18px; margin-top: 0; }
.guest-page .show-more { display: block; min-height: 48px; margin: 34px auto 0; padding: 0 22px; border: 1px solid var(--postcard-ink); border-radius: 8px; background: transparent; color: var(--postcard-ink); font-weight: 800; cursor: pointer; }
.guest-page .show-more:hover { background: var(--postcard-ink); color: #fff; }
.guest-page .market-disclosure { margin-bottom: 54px; padding: 17px 20px; border-radius: 12px; color: #4b4842; }
.guest-page .guest-footer { display: grid; grid-template-columns: 1.2fr auto auto; margin-bottom: 0; padding: 28px 0 96px; }
.guest-page .guest-footer > div:first-child strong { color: var(--postcard-ink); font-family: var(--display); font-size: 1.15rem; }
.guest-page .guest-footer > div:first-child p { margin-top: 4px; }
.guest-page .footer-feedback { display: flex; align-items: center; gap: 6px; color: #57534e; }
.guest-page .footer-feedback button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--postcard-rule); border-radius: 50%; background: var(--postcard-paper); color: var(--postcard-ink); cursor: pointer; }
.guest-page .footer-feedback .feedback-status { grid-column: 1 / -1; }

.guest-page .experience-detail { background: var(--postcard-paper); }
.guest-page .detail-header { min-height: 72px; border-color: var(--postcard-rule); background: rgba(255,253,248,.96); backdrop-filter: blur(12px); }
.guest-page .detail-brand { color: var(--postcard-ink); font-family: var(--display); font-size: 1.25rem; font-weight: 750; text-decoration: none; }
.guest-page .detail-shell { width: min(100% - 48px, 1180px); padding-top: 24px; }
.guest-page .detail-gallery { height: 540px; border-radius: 14px; background: #ded9ce; }
.guest-page .detail-gallery-track { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; overflow: hidden; scroll-snap-type: none; }
.guest-page .detail-gallery-slide { min-width: 0; height: auto; overflow: hidden; }
.guest-page .detail-gallery-slide:first-child { grid-row: 1 / 3; }
.guest-page .detail-gallery-slide:last-child:nth-child(4) { grid-column: 2 / 4; }
.guest-page .detail-gallery-slide:nth-child(n+6) { display: none; }
.guest-page .detail-gallery-slide img { transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.guest-page .detail-gallery-slide:hover img { transform: scale(1.025); }
.guest-page .detail-gallery-arrow, .guest-page .detail-gallery-dots { display: none; }
.guest-page .detail-layout { grid-template-columns: minmax(0, 700px) 350px; gap: 70px; }
.guest-page .detail-title-block h1 { color: var(--postcard-ink-deep); }
.guest-page .detail-title-block > p:nth-of-type(2), .guest-page .detail-highlights p, .guest-page .things-to-know p, .guest-page .operator-card p { color: #57534e; }
.guest-page .detail-offer-callout { background: #f5e1de; }
.guest-page .detail-offer-callout svg { color: var(--postcard-red); }
.guest-page .detail-content > section { border-color: var(--postcard-rule); }
.guest-page .detail-booking-card { top: 96px; border: 1px solid var(--postcard-rule); background: var(--postcard-paper); box-shadow: 0 6px 16px rgba(0,24,64,.09), 0 24px 46px rgba(0,24,64,.1); }
.guest-page .booking-field { display: grid; gap: 5px; margin-top: 12px; color: #57534e; font-size: .7rem; font-weight: 800; }
.guest-page .booking-field input, .guest-page .booking-field select { min-height: 48px; padding: 0 12px; border: 1px solid #aaa392; border-radius: 9px; background: #fff; color: var(--postcard-ink-deep); font: inherit; font-size: .84rem; }
/* Legacy flex summary belongs to the old detail booking card only; the dl-based
   .price-breakdown component (viewer/dialog) must keep its own grid layout. */
.guest-page .detail-booking-card .price-breakdown { display: flex; justify-content: space-between; gap: 16px; margin: 18px 0 12px; padding-top: 14px; border-top: 1px solid var(--postcard-rule); color: #57534e; font-size: .8rem; }
.guest-page .detail-booking-card .price-breakdown > strong { color: var(--postcard-ink-deep); font-size: 1rem; font-variant-numeric: tabular-nums; }
.guest-page .reserve-button { width: 100%; min-height: 50px; border-radius: 8px; }
.guest-page .operator-card a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; margin-top: 10px; color: var(--postcard-ink); font-weight: 800; }

.guest-page .booking-dialog { width: min(calc(100% - 28px), 520px); }
.guest-page .booking-dialog h2 { max-width: 13ch; margin: 20px 0 12px; }
.guest-page .booking-operator { display: flex; align-items: center; gap: 12px; padding-right: 40px; }
.guest-page .booking-operator-mark { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--postcard-blue-soft); color: var(--postcard-blue); font-family: var(--display); font-size: 1.5rem; font-weight: 800; }
.guest-page .booking-operator span, .guest-page .booking-operator strong { display: block; }
.guest-page .booking-operator span { color: #625f58; font-size: .72rem; }
.guest-page .booking-operator strong { color: var(--postcard-ink-deep); font-size: .95rem; }
.guest-page .booking-perk-summary { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin: 14px 0; padding: 13px; border-radius: 10px; background: #f5e1de; color: var(--postcard-red-dark); }
.guest-page .booking-perk-summary[hidden] { display: none; }
.guest-page .booking-perk-summary p { margin: 3px 0 0; color: #6b3b37; font-size: .8rem; }
.guest-page .booking-steps { display: grid; gap: 8px; margin: 16px 0; padding-left: 22px; color: #4b4842; font-size: .86rem; line-height: 1.45; }
.guest-page .promo-line { border-color: var(--postcard-rule); background: #f1eee5; }

@media (max-width: 1020px) {
  .guest-page .postcard-guide-hero { grid-template-columns: .9fr 1.1fr; height: 430px; }
  .guest-page .postcard-hero-copy { padding: 38px; }
  .guest-page .postcard-guide-hero h1 { font-size: clamp(3.5rem, 7vw, 4.7rem); }
  .guest-page .hero-photo { height: 430px; }
  .guest-page .market-search { width: calc(100% + 90px); }
  .guest-page .experience-rail { grid-auto-columns: calc((100% - 36px) / 3); }
  .guest-page .browse-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guest-page .detail-gallery { height: 460px; }
  .guest-page .detail-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; }
}

@media (max-width: 760px) {
  .guest-page { padding-bottom: 78px; }
  .guest-page .airmail-top { height: 4px; }
  .guest-page .market-header-row { width: min(100% - 28px, var(--guest-max)); min-height: 64px; }
  .guest-page .market-brand small, .guest-page .currency-label, .guest-page .header-icon { display: none; }
  .guest-page .operator-link { min-height: 40px; padding-inline: 13px; font-size: .74rem; }
  .guest-page .postcard-guide-hero { display: block; width: auto; height: auto; min-height: 0; margin: 0; border-radius: 0; box-shadow: none; }
  .guest-page .postcard-hero-copy { position: relative; z-index: 2; min-height: 470px; justify-content: end; padding: 34px 20px 30px; background: linear-gradient(0deg, rgba(7,31,25,.92) 0, rgba(7,31,25,.3) 70%, rgba(7,31,25,.12) 100%); }
  .guest-page .postcard-guide-hero h1 { max-width: 8ch; margin-bottom: 14px; font-size: clamp(3.65rem, 16vw, 5rem); }
  .guest-page .postcard-guide-hero p { max-width: 36ch; color: #eef4f1; font-size: .92rem; }
  .guest-page .hero-photo { position: absolute; inset: 0 0 auto; height: 470px; min-height: 470px; }
  .guest-page .hero-photo::after, .guest-page .date-postmark, .guest-page .market-search { display: none; }
  .guest-page .mobile-search { display: flex; align-items: center; gap: 10px; width: 100%; min-height: 52px; margin-top: 22px; padding: 0 16px; border: 0; border-radius: 10px; background: var(--postcard-paper); color: var(--postcard-ink-deep); font-weight: 800; box-shadow: 0 8px 24px rgba(7,31,25,.25); }
  .guest-page .market-filters { width: 100%; margin-top: 0; padding: 10px 12px 8px; background: var(--postcard-cream); }
  .guest-page .filter-button { flex-basis: 76px; min-width: 76px; min-height: 62px; }
  .guest-page .market-status { width: calc(100% - 40px); margin-top: 8px; }
  .guest-page .experience-shelf, .guest-page .browse-all, .guest-page .market-disclosure, .guest-page .guest-footer { width: calc(100% - 40px); }
  .guest-page .experience-shelf { margin-top: 34px; margin-bottom: 60px; }
  .guest-page .shelf-heading, .guest-page .browse-heading { align-items: flex-start; }
  .guest-page .shelf-heading h2, .guest-page .browse-heading h2 { font-size: 2rem; }
  .guest-page .shelf-arrows { display: none; }
  .guest-page .experience-rail { grid-auto-columns: 86%; gap: 14px; margin-right: -20px; padding-right: 20px; }
  .guest-page .browse-heading { display: grid; }
  .guest-page .browse-heading label { width: 100%; }
  .guest-page .browse-heading select { width: 100%; }
  .guest-page .browse-grid { grid-template-columns: 1fr; gap: 34px; }
  .guest-page .experience-card-photo { aspect-ratio: 4 / 3; }
  .guest-page .guest-footer { grid-template-columns: 1fr; gap: 20px; padding-bottom: 28px; }
  .guest-page .footer-feedback { flex-wrap: wrap; }
  .guest-page .market-bottom-nav { display: none; }
  .guest-page .detail-header { grid-template-columns: 1fr auto; padding: 0 14px; }
  .guest-page .detail-brand { display: none; }
  .guest-page .detail-shell { width: 100%; padding-top: 0; }
  .guest-page .detail-gallery { height: min(78vw, 390px); border-radius: 0; }
  .guest-page .detail-gallery-track { display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; }
  .guest-page .detail-gallery-slide { flex: 0 0 100%; height: 100%; scroll-snap-align: start; }
  .guest-page .detail-gallery-slide:first-child { grid-row: auto; }
  .guest-page .detail-gallery-slide:last-child:nth-child(4) { grid-column: auto; }
  .guest-page .detail-gallery-slide:nth-child(n+6) { display: block; }
  .guest-page .detail-gallery-arrow, .guest-page .detail-gallery-dots { display: flex; }
  .guest-page .detail-layout { display: block; padding: 28px 20px 100px; }
  .guest-page .detail-booking-card { display: none; }
  .guest-page .mobile-reserve-bar { display: grid; grid-template-columns: 1fr minmax(150px, auto); gap: 12px; padding: 10px 14px; border-top: 1px solid var(--postcard-rule); background: rgba(255,253,248,.97); }
  .guest-page .mobile-reserve-bar > div { display: grid; align-content: center; justify-items: start; }
  .guest-page .mobile-reserve-bar > div > span, .guest-page .mobile-reserve-bar > div > s { display: none; }
  .guest-page .mobile-reserve-bar > div > strong { font-size: 1.05rem; line-height: 1; }
  .guest-page .mobile-reserve-bar > div > small { display: block; margin-top: 3px; color: #625f58; font-size: .62rem; }
  .guest-page .mobile-reserve-bar button { min-height: 48px; border-radius: 8px; }
}

/* Mobile guest guide: search, scan, book. Same paper, ink and type as desktop — one guide, two sizes. */
@media (max-width: 760px) {
  .guest-page {
    padding-bottom: 0;
    background: var(--postcard-cream);
    color: var(--postcard-ink-deep);
  }
  .guest-page .market-main {
    padding: 0 0 40px;
    background: var(--postcard-cream);
    background-image: none;
  }
  .guest-page .postcard-guide-hero,
  .guest-page .experience-shelf,
  .guest-page .market-disclosure {
    display: none;
  }

  .guest-page .market-header {
    position: sticky;
    top: 0;
    z-index: 80;
    border-bottom: 1px solid rgba(89, 84, 73, .18);
    background: rgba(247, 243, 233, .97);
    box-shadow: 0 2px 10px rgba(0, 24, 64, .06);
    backdrop-filter: blur(12px);
  }
  .guest-page .market-header-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    width: calc(100% - 32px);
    min-height: 0;
    padding: 6px 0 10px;
    transition: padding 200ms cubic-bezier(.2,.8,.2,1);
  }
  .guest-page .market-brand {
    display: grid;
    align-items: center;
    min-height: 40px;
    overflow: hidden;
    transition: min-height 200ms cubic-bezier(.2,.8,.2,1), opacity 160ms linear;
  }
  .guest-page .market-brand .market-brand-logo { width: 176px; height: 44px; background-size: contain; background-position: left center; }
  /* Scrolling down collapses the logo row so the guide keeps its viewport; scrolling up brings it back. */
  .guest-page .market-header.is-condensed .market-brand { min-height: 0; height: 0; opacity: 0; }
  .guest-page .market-header.is-condensed .market-header-row { padding-top: 8px; padding-bottom: 8px; }
  .guest-page .market-header-actions { display: none; }
  .guest-page .mobile-search {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 22px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 6px 8px 6px 15px;
    border: 1px solid rgba(89,84,73,.22);
    border-radius: 999px;
    background: var(--postcard-paper);
    color: var(--postcard-ink-deep);
    text-align: left;
    box-shadow: 0 3px 12px rgba(0,24,64,.1);
  }
  .guest-page .mobile-search > span,
  .guest-page .mobile-search strong,
  .guest-page .mobile-search small { display: block; min-width: 0; }
  .guest-page .mobile-search strong {
    overflow: hidden;
    font-size: .94rem;
    font-weight: 750;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guest-page .mobile-search small {
    overflow: hidden;
    margin-top: 2px;
    color: var(--postcard-muted);
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .guest-page .mobile-search small span { display: inline; }
  .guest-page .mobile-search .icon { width: 20px; height: 20px; }
  .guest-page .mobile-search .mobile-search-tune {
    width: 34px;
    height: 34px;
    padding: 8px;
    border: 1px solid rgba(89,84,73,.3);
    border-radius: 50%;
    color: var(--postcard-ink);
  }

  .guest-page .market-filters {
    gap: 2px;
    width: 100%;
    margin: 0;
    padding: 6px 8px 4px;
    border-bottom: 1px solid rgba(89,84,73,.16);
    background: var(--postcard-cream);
    scroll-padding-inline: 8px;
    /* fade hints that the rail scrolls */
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(90deg, #000 calc(100% - 28px), transparent);
  }
  .guest-page .filter-button {
    flex: 0 0 auto;
    min-width: 72px;
    min-height: 56px;
    gap: 4px;
    padding: 6px 10px;
    color: var(--postcard-muted);
  }
  .guest-page .filter-button .icon { width: 20px; height: 20px; }
  .guest-page .filter-button span { font-size: .78rem; font-weight: 650; }
  .guest-page .filter-button.is-active {
    border-color: var(--postcard-ink);
    color: var(--postcard-ink);
  }

  .guest-page .browse-all {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 18px 0 0;
    border: 0;
  }
  .guest-page .browse-heading {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
  }
  .guest-page .browse-heading h1 {
    margin: 0 0 4px;
    font-size: 1.62rem;
    line-height: 1.1;
  }
  .guest-page .browse-heading p {
    color: var(--postcard-muted);
    font-size: .9rem;
  }
  .guest-page .browse-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .guest-page .experience-card { cursor: pointer; }
  .guest-page .experience-card-photo {
    aspect-ratio: 1;
    border-radius: 12px;
    background: #eee;
  }
  .guest-page .experience-card-photo::after { box-shadow: none; }
  .guest-page .market-badge-offer {
    top: 8px !important;
    left: 8px !important;
    min-width: 0;
    min-height: 0;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    color: #222;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.14);
  }
  .guest-page .market-badge-offer strong { font-size: .72rem; }
  .guest-page .market-badge-offer small {
    margin-top: 2px;
    color: #666;
    font-size: .5rem;
  }
  .guest-page .experience-card-photo .save-button {
    top: 2px;
    right: 2px;
    width: 44px;
    height: 44px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.65));
  }
  .guest-page .experience-card-photo .save-button svg {
    width: 25px;
    fill: rgba(0,0,0,.18);
  }
  .guest-page .experience-card-copy { padding: 8px 2px 0; }
  .guest-page .experience-card-copy h3 {
    display: -webkit-box;
    min-height: 2.5em;
    margin-bottom: 3px;
    overflow: hidden;
    color: #222;
    font-size: .9rem;
    font-weight: 750;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .guest-page .experience-card-copy .card-meta {
    color: #525252;
    font-size: .72rem;
  }
  .guest-page .experience-card-copy .card-price-line {
    flex-wrap: wrap;
    gap: 2px 4px;
    margin-top: 5px;
    color: #222;
    font-size: .78rem;
    line-height: 1.25;
  }
  .guest-page .experience-card-copy .card-price-line span { font-size: .7rem; }
  .guest-page .experience-card-copy .card-operator { display: none; }
  .guest-page .show-more {
    width: 100%;
    min-height: 50px;
    margin-top: 28px;
  }

  .guest-page .detail-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 95;
    grid-template-columns: 1fr auto;
    min-height: 64px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .guest-page .detail-header .detail-back { width: 44px; padding: 0; }
  .guest-page .detail-header .detail-back span { display: none; }
  .guest-page .detail-header button {
    border: 0;
    background: rgba(255,255,255,.96);
    color: #222;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
  }
  .guest-page .detail-gallery { height: min(78vw, 390px); }
  .guest-page .detail-gallery-arrow { display: none; }
  .guest-page .detail-layout { padding: 22px 20px 100px; }
  .guest-page .detail-content > section { padding: 22px 0; }
  .guest-page .detail-title-block h1 {
    max-width: none;
    margin-bottom: 8px;
    color: #222;
    font-size: 1.8rem;
    font-weight: 750;
    line-height: 1.15;
  }
  .guest-page .detail-title-block > p:first-child { margin-bottom: 5px; }
  .guest-page .detail-title-block > p:nth-of-type(2) {
    color: #4f4f4f;
    font-size: .95rem;
    line-height: 1.5;
  }
  .guest-page .detail-demo-note {
    padding: 8px 10px;
    font-size: .76rem;
    line-height: 1.35;
  }
  .guest-page .detail-highlights {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .guest-page .detail-highlights article {
    display: block;
    min-width: 0;
  }
  .guest-page .detail-highlights svg { width: 20px; margin-bottom: 7px; }
  .guest-page .detail-highlights h3 {
    overflow: hidden;
    font-size: .8rem;
    line-height: 1.3;
    text-overflow: ellipsis;
  }
  .guest-page .detail-highlights p {
    margin-top: 2px;
    font-size: .72rem;
    line-height: 1.35;
  }
  .guest-page .detail-host { align-items: flex-start; }
  .guest-page .detail-host a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    margin-top: 5px;
    color: #222;
    font-size: .82rem;
    font-weight: 700;
  }
  .guest-page .detail-host a svg { width: 16px; }
  .guest-page .detail-section > h2 {
    margin-bottom: 18px;
    font-size: 1.3rem;
  }
  .guest-page .things-to-know { display: grid; gap: 17px; }
  .guest-page .things-to-know h2 { margin-bottom: 0; }
  .guest-page .things-to-know article { gap: 11px; }
  .guest-page .things-to-know p { font-size: .78rem; }
  .guest-page .mobile-reserve-bar {
    grid-template-columns: 1fr minmax(160px, auto);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.98);
  }
  .guest-page .mobile-reserve-bar button {
    border: 0;
    border-radius: 9px;
    background: var(--postcard-ink);
    color: #fff;
    font-weight: 750;
  }

  .guest-page .selection-dialog,
  .guest-page .booking-dialog {
    width: 100%;
    max-width: none;
    max-height: min(88svh, 760px);
    margin: auto 0 0;
    padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 18px 18px 0 0;
  }
  .guest-page .selection-dialog h2,
  .guest-page .booking-dialog h2 {
    max-width: none;
    margin: 10px 0 20px;
    font-size: 1.6rem;
  }
  .guest-page .selection-dialog form { gap: 14px; }
  .guest-page .selection-dialog::backdrop,
  .guest-page .booking-dialog::backdrop { background: rgba(0,0,0,.46); }
}

@media (prefers-reduced-motion: reduce) {
  .guest-page .experience-card, .guest-page .detail-gallery-slide img { transition: none; }
}

/* Author display rules must never override the hidden attribute (demo note, gallery arrows, offer fields). */
[hidden] { display: none !important; }

/* ---------- Guest guide polish (2026-08-18 UX audit): one paper, one ink, one primary button ---------- */
.guest-page {
  --guest-primary: var(--postcard-ink);
  --guest-primary-hover: var(--postcard-ink-deep);
  --guest-control-radius: 10px;
  font-size: 16px;
}
.guest-page .market-brand .market-brand-logo {
  background-image: url("/assets/brand/postcardperks-stamp-lockup.webp?v=20260822-kalam");
}
/* Header: brand left, search centred — the bar is the primary control, not an afterthought on the right. */
@media (min-width: 1021px) {
  .guest-page .market-header-row { display: grid; grid-template-columns: 1fr minmax(660px, 720px) 1fr; align-items: center; gap: 24px; }
  .guest-page .market-header-row .market-brand { justify-self: start; }
  .guest-page .market-header-row .header-market-search { grid-column: 2; }
}
.guest-page .header-market-search { grid-template-columns: 1.08fr .9fr .9fr 1.12fr auto; width: 100%; }
.guest-page .market-header-call {
  display: inline-flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(89,84,73,.32);
  border-radius: 8px;
  color: var(--postcard-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out;
}
.guest-page .market-header-call:hover { border-color: var(--postcard-blue); background: var(--postcard-blue-soft); }
.guest-page .market-header-call .icon { width: 20px; height: 20px; }
.guest-page .market-header-call-label { display: none; }
.guest-page .header-market-search > button { border-radius: 999px; }
.guest-page .header-market-search > button:hover { background: rgba(0, 24, 64, .05); }
.guest-page .market-search .market-search-submit { border-radius: 999px; }
.guest-page .market-activity-field {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: 42px;
  padding: 6px 12px 5px 16px;
  border-left: 1px solid #ded8ca;
  border-radius: 999px;
}
.guest-page .market-activity-field:hover { background: rgba(0,24,64,.05); }
.guest-page .market-activity-field:focus-within { outline: 2px solid var(--postcard-blue); outline-offset: 2px; }
.guest-page .market-activity-field > span { color: var(--postcard-muted); font-size: .76rem; line-height: 1; }
.guest-page .market-activity-field select {
  min-width: 0;
  width: 100%;
  margin-top: 3px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--postcard-ink-deep);
  font: inherit;
  font-size: .82rem;
  font-weight: 750;
  cursor: pointer;
}
.guest-page .mobile-search-row { display: none; }

/* Filter rail: compact, left-aligned category tabs (not five items spread over the whole width). */
.guest-page .market-filters { justify-content: flex-start; gap: 6px; padding: 8px 0 0; border-bottom: 1px solid rgba(89,84,73,.16); }
.guest-page .filter-button { flex: 0 0 auto; min-width: 0; min-height: 60px; padding: 8px 18px 10px; color: var(--postcard-muted); }
.guest-page .filter-button .icon { width: 22px; height: 22px; }
.guest-page .filter-button span { font-size: .8rem; font-weight: 700; }
.guest-page .filter-button:hover { border-color: rgba(0,24,64,.35); background: transparent; color: var(--postcard-ink); }
.guest-page .filter-button.is-active { color: var(--postcard-ink); border-color: var(--postcard-ink); }

/* Context row + heading: no dead band, one hairline, status line lives under the H1. */
.guest-page .guide-context { margin-top: 14px; padding-bottom: 12px; border-bottom: 0; }
.guest-page .guide-context .guide-postmark { font-size: .78rem; }
.guest-page .guide-context .guide-tagline { color: var(--postcard-muted); font-family: var(--display); font-size: 1.05rem; font-style: italic; }
.guest-page .browse-all { margin-top: 6px; padding-top: 0; border-top: 0; }
.guest-page .browse-heading { align-items: flex-end; margin-bottom: 22px; }
.guest-page .browse-heading h1 { margin: 0 0 6px; color: var(--postcard-ink-deep); font-family: var(--display); font-size: clamp(2rem, 3.2vw, 2.7rem); font-weight: 650; letter-spacing: -.02em; line-height: 1; }
.guest-page .browse-heading h1 .browse-heading-when { color: var(--postcard-blue); }
.guest-page .browse-heading .market-status { display: block; width: auto; min-height: 1.4em; margin: 0; padding: 0; color: var(--postcard-muted); font-size: .94rem; position: static; overflow: visible; clip: auto; white-space: normal; }
.guest-page .browse-grid { gap: 34px 20px; }
.guest-page .show-more { min-height: 50px; padding: 0 24px; border: 1.5px solid var(--postcard-ink); border-radius: var(--guest-control-radius); color: var(--postcard-ink); }
.guest-page .show-more:hover { background: var(--postcard-ink); color: #fff; }

/* Empty state: a real block, not a hidden status line. */
.guest-page .browse-empty { display: grid; justify-items: center; gap: 8px; max-width: 460px; margin: 30px auto 10px; padding: 34px 24px; border: 1px dashed rgba(89,84,73,.32); border-radius: 14px; background: rgba(255,253,248,.7); text-align: center; }
.guest-page .browse-empty-mark { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 4px; border-radius: 50%; background: var(--postcard-blue-soft); color: var(--postcard-blue); }
.guest-page .browse-empty-mark .icon { width: 24px; height: 24px; }
.guest-page .browse-empty h2 { margin: 0; color: var(--postcard-ink-deep); font-family: var(--display); font-size: 1.6rem; }
.guest-page .browse-empty p { margin: 0; color: var(--postcard-muted); font-size: .95rem; line-height: 1.5; }
.guest-page .browse-empty-reset { min-height: 46px; margin-top: 10px; padding: 0 20px; border: 0; border-radius: var(--guest-control-radius); background: var(--guest-primary); color: #fff; font: inherit; font-weight: 750; cursor: pointer; }
.guest-page .browse-empty-reset:hover { background: var(--guest-primary-hover); }

/* Footer: same on desktop and mobile — brand, one line of trust copy, help + legal + contact. */
.guest-page .guest-footer { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 18px 32px; margin: 40px auto 0; padding: 26px 0 40px; border-top: 1px solid rgba(89,84,73,.2); color: var(--postcard-muted); }
.guest-page .guest-footer::after { content: ""; flex: 1 0 100%; width: 100%; height: 6px; margin-top: 12px; background: repeating-linear-gradient(135deg, var(--postcard-red) 0 12px, transparent 12px 22px, var(--postcard-blue) 22px 34px, transparent 34px 44px); opacity: .82; }
.guest-page .guest-footer-brand { max-width: 46ch; }
.guest-page .guest-footer-brand strong { display: block; color: var(--postcard-ink); font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
.guest-page .guest-footer-brand p { margin: 4px 0 0; font-size: .88rem; line-height: 1.5; }
.guest-page .guest-footer nav { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 22px; }
.guest-page .guest-footer nav a, .guest-page .guest-footer nav button { display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--postcard-ink); font: inherit; font-size: .9rem; font-weight: 700; line-height: 1; text-decoration: underline; text-underline-offset: .22em; text-decoration-color: rgba(0,24,64,.35); cursor: pointer; }
.guest-page .guest-footer nav a:hover, .guest-page .guest-footer nav button:hover { text-decoration-color: currentColor; }

/* Dialogs (search, about, booking): one paper, one radius, one primary button. */
.guest-page .selection-dialog, .guest-page .booking-dialog { border: 0; border-radius: 18px; background: var(--postcard-paper); color: var(--postcard-ink-deep); box-shadow: 0 30px 80px rgba(0,15,46,.35); }
.guest-page .selection-dialog::backdrop, .guest-page .booking-dialog::backdrop { background: rgba(0,15,46,.5); backdrop-filter: blur(4px); }
.guest-page .selection-dialog h2, .guest-page .booking-dialog h2 { max-width: none; font-family: var(--display); font-weight: 650; letter-spacing: -.02em; }
.guest-page .selection-dialog form { display: grid; gap: 16px; }
.guest-page .selection-field { display: grid; gap: 6px; color: var(--postcard-muted); font-size: .8rem; font-weight: 750; }
.guest-page .selection-field small { color: var(--postcard-muted); font-size: .78rem; font-weight: 500; }
.guest-page .selection-field input, .guest-page .selection-field select { min-height: 48px; padding: 0 14px; border: 1px solid #aaa392; border-radius: var(--guest-control-radius); background: #fff; color: var(--postcard-ink-deep); font: inherit; font-size: 1rem; font-weight: 500; }
.guest-page .selection-select { position: relative; display: block; }
.guest-page .selection-select select { width: 100%; padding-right: 42px; appearance: none; -webkit-appearance: none; }
.guest-page .selection-select .selection-chevron { position: absolute; top: 50%; right: 14px; width: 16px; height: 16px; color: var(--postcard-ink); transform: translateY(-50%) rotate(90deg); pointer-events: none; }
.guest-page .stepper { display: grid; grid-template-columns: 48px 1fr 48px; align-items: center; gap: 8px; }
.guest-page .stepper output { display: block; color: var(--postcard-ink-deep); font-size: 1.05rem; font-weight: 700; text-align: center; font-variant-numeric: tabular-nums; }
.guest-page .stepper-btn { width: 48px; height: 48px; border: 1.5px solid var(--postcard-ink); border-radius: 50%; background: transparent; color: var(--postcard-ink); font: inherit; font-size: 1.4rem; font-weight: 500; line-height: 1; cursor: pointer; }
.guest-page .stepper-btn:hover:not(:disabled) { background: rgba(0,24,64,.06); }
.guest-page .stepper-btn:disabled { opacity: .3; cursor: default; }
.guest-page .selection-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 4px; }
.guest-page .selection-clear { min-height: 44px; padding: 0 6px; border: 0; background: transparent; color: var(--postcard-ink); font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }
.guest-page .selection-apply { flex: 1 1 auto; max-width: 260px; min-height: 50px; padding: 0 20px; border: 0; border-radius: var(--guest-control-radius); background: var(--guest-primary); color: #fff; font: inherit; font-size: 1rem; font-weight: 750; cursor: pointer; }
.guest-page .selection-apply:hover { background: var(--guest-primary-hover); }
.guest-page .selection-close { display: grid; place-items: center; }
.guest-page .selection-close .icon { width: 20px; height: 20px; }
.guest-page .about-steps { display: grid; gap: 12px; margin: 14px 0 6px; padding-left: 22px; line-height: 1.5; }
.guest-page .about-steps strong { color: var(--postcard-ink); }
.guest-page .about-contact { display: flex; align-items: center; gap: 8px; }
.guest-page .about-contact a { color: var(--postcard-ink); font-weight: 700; }
.guest-page .about-links a { color: var(--postcard-ink); }

.guest-page .booking-dialog h2 { margin: 18px 0 12px; font-size: 1.9rem; line-height: 1.05; }
.guest-page .booking-operator span { font-size: .78rem; }
.guest-page .booking-perk-summary { grid-template-columns: 22px 1fr; margin: 12px 0 14px; padding: 12px 14px; border-radius: var(--guest-control-radius); background: #f5e6e4; color: var(--postcard-red-dark); }
.guest-page .booking-perk-summary .icon { width: 20px; height: 20px; margin-top: 2px; }
.guest-page .booking-perk-summary strong { font-size: .98rem; }
.guest-page .booking-perk-summary p { color: #6b3b37; font-size: .86rem; }
.guest-page #booking-dialog-copy { color: var(--postcard-muted); font-size: .96rem; line-height: 1.5; }
.guest-page .promo-line { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 14px; margin: 16px 0 0; padding: 12px 14px; border: 1px dashed rgba(89,84,73,.4); border-radius: var(--guest-control-radius); background: #f3efe4; }
.guest-page .promo-line > span:first-child { color: var(--postcard-muted); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.guest-page .promo-copy { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--postcard-ink-deep); font: inherit; cursor: pointer; }
.guest-page .promo-copy strong { font-family: var(--display); font-size: 1.5rem; font-weight: 700; letter-spacing: .08em; }
.guest-page .promo-copy-action { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid rgba(0,24,64,.35); border-radius: 999px; color: var(--postcard-ink); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.guest-page .promo-copy.is-copied .promo-copy-action { background: var(--postcard-ink); border-color: var(--postcard-ink); color: #fff; }
.guest-page .promo-copy-action .icon { width: 16px; height: 16px; }
.guest-page .promo-copy-status { grid-column: 1 / -1; min-height: 0; margin: 0; }
.guest-page .promo-copy-status:empty { display: none; }
.guest-page .promo-how { margin: 10px 0 0; color: var(--postcard-muted); font-size: .84rem; line-height: 1.5; }
.guest-page .booking-dialog .primary-action { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 50px; margin-top: 18px; border-radius: var(--guest-control-radius); background: var(--guest-primary); color: #fff; font-weight: 750; text-decoration: none; }
.guest-page .booking-dialog .primary-action:hover { background: var(--guest-primary-hover); }
.guest-page .booking-dialog .primary-action .icon { width: 18px; height: 18px; }
.guest-page .booking-call { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 8px; color: var(--postcard-ink); font-weight: 750; }
.guest-page .booking-call .icon { width: 18px; height: 18px; }
.guest-page .dialog-close .icon { width: 20px; height: 20px; }
@keyframes guest-spin { to { transform: rotate(360deg); } }
.guest-page .icon.is-spinning { animation: guest-spin 900ms linear infinite; }

@media (max-width: 1020px) and (min-width: 761px) {
  .guest-page .market-header-row { grid-template-columns: auto minmax(0, 1fr) auto; }
  .guest-page .market-header-row .header-market-search { grid-column: 2; }
  .guest-page .market-header-call { grid-column: 3; }
  .guest-page .market-header-call-label { display: inline; }
  .guest-page .market-header-call-number { display: none; }
}
@media (max-width: 760px) {
  .guest-page .market-header-call { grid-column: 2; grid-row: 1; }
  .guest-page .mobile-search-row {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(116px, .56fr);
    gap: 6px;
    min-width: 0;
  }
  .guest-page .mobile-search-row .mobile-search { grid-column: auto; min-width: 0; }
  .guest-page .mobile-activity-field {
    display: grid;
    align-items: center;
    min-width: 0;
    min-height: 52px;
    padding: 0 9px;
    border: 1px solid rgba(89,84,73,.22);
    border-radius: 999px;
    background: var(--postcard-paper);
    box-shadow: 0 3px 12px rgba(0,24,64,.1);
  }
  .guest-page .mobile-activity-field:focus-within { outline: 2px solid var(--postcard-blue); outline-offset: 2px; }
  .guest-page .mobile-activity-field select {
    min-width: 0;
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--postcard-ink-deep);
    font: inherit;
    font-size: .78rem;
    font-weight: 750;
    cursor: pointer;
  }
  .guest-page .market-filters { gap: 2px; padding: 6px 8px 4px; }
  .guest-page .filter-button { min-height: 56px; padding: 6px 12px; }
  .guest-page .filter-button .icon { width: 20px; height: 20px; }
  .guest-page .filter-button span { font-size: .78rem; }
  .guest-page .guide-context { margin-top: 12px; padding-bottom: 8px; }
  .guest-page .guide-context .guide-tagline { margin-top: 4px; font-size: .98rem; }
  .guest-page .browse-all { padding-top: 12px; }
  .guest-page .browse-heading { margin-bottom: 18px; }
  .guest-page .browse-heading h1 { font-size: 1.7rem; }
  .guest-page .browse-grid { gap: 22px 12px; }
  .guest-page .browse-heading .market-status { font-size: .9rem; }
  .guest-page .browse-empty { margin: 16px auto 8px; padding: 26px 18px; }
  .guest-page .guest-footer { display: grid; width: calc(100% - 32px); gap: 14px; margin-top: 30px; padding: 22px 0 32px; }
  .guest-page .guest-footer nav { gap: 2px 18px; }
  .guest-page .selection-dialog, .guest-page .booking-dialog { border-radius: 18px 18px 0 0; }
  .guest-page .booking-dialog h2 { font-size: 1.7rem; }
  .guest-page .selection-apply { max-width: none; }
}
@media (max-width: 360px) {
  .guest-page .mobile-search-row { grid-template-columns: minmax(0, 1fr) 108px; }
  .guest-page .mobile-search { gap: 8px; padding-left: 11px; }
  .guest-page .mobile-activity-field { padding-inline: 7px; }
  .guest-page .mobile-activity-field select { font-size: .72rem; }
  .guest-page .market-header-call-label { display: inline; }
  .guest-page .market-header-call-number { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .guest-page .market-brand, .guest-page .market-header-row, .guest-page .market-header-call { transition: none; }
  .guest-page .icon.is-spinning { animation: none; }
}

/* Error page: same paper, ink and brand as the guest guide. */
.error-shell { color: var(--postcard-ink-deep); font-family: "Inter", system-ui, sans-serif; }
.error-shell .error-brand { display: inline-block; margin-bottom: 8px; line-height: 0; }
.error-shell .error-brand img { display: block; width: 200px; height: auto; }
.error-shell h1 { color: var(--postcard-ink-deep); font-family: var(--display); font-weight: 650; letter-spacing: -.02em; }
.error-shell > p { color: var(--postcard-muted); }
.error-shell .primary-action { display: inline-flex; align-items: center; gap: 8px; min-height: 48px; border-radius: 10px; background: var(--postcard-ink); color: #fff; }
.error-shell .primary-action:hover { background: var(--postcard-ink-deep); color: #fff; }
.error-shell .primary-action .icon { width: 18px; height: 18px; }
.error-shell .error-help { margin-top: 26px; color: var(--postcard-muted); font-size: .92rem; }
.error-shell .error-help a { color: var(--postcard-ink); font-weight: 700; }

/* Critique pass — make the postcard the guest-page structure, not just its garnish. */
.guest-page .guide-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(calc(100% - 64px), 1440px);
  margin: 28px auto 0;
  padding: clamp(26px, 4vw, 48px) clamp(24px, 4vw, 58px);
  border: 1px solid rgba(126, 116, 96, .28);
  border-radius: 14px;
  background-color: var(--postcard-paper);
  background-image: linear-gradient(rgba(255, 253, 248, .89), rgba(255, 253, 248, .89)), url("/assets/materials/map-paper.webp");
  box-shadow: 0 8px 18px rgba(0, 24, 64, .08), 0 28px 56px rgba(0, 24, 64, .07);
  transform: rotate(-.16deg);
}
.guest-page .guide-intro-copy { max-width: 72ch; }
.guest-page .guide-intro .guide-tagline {
  margin: 0 0 6px;
  color: var(--postcard-blue);
  font-family: var(--postcard-font-script);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1;
}
.guest-page .guide-intro h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--postcard-ink-deep);
  font-family: var(--display);
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: .95;
  text-wrap: balance;
}
.guest-page .guide-intro-copy > p:not(.guide-tagline) { max-width: 62ch; margin: 16px 0 0; color: var(--postcard-muted); line-height: 1.55; }
.guest-page .guide-intro-copy > a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: var(--postcard-ink); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(0, 24, 64, .35); text-underline-offset: .24em; }
.guest-page .guide-intro-copy > a:hover { text-decoration-color: currentColor; }
.guest-page .guide-intro .guide-postmark {
  display: grid;
  place-content: center;
  width: 164px;
  aspect-ratio: 1;
  margin: 0;
  border: 2px solid var(--postcard-blue);
  border-radius: 50%;
  color: var(--postcard-blue);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(5deg);
}
.guest-page .guide-intro .guide-postmark::before,
.guest-page .guide-intro .guide-postmark::after { content: ""; display: block; width: 106px; height: 1px; margin: 6px auto; background: currentColor; opacity: .65; }
.guest-page .guide-intro .guide-postmark span { display: block; }
.guest-page .browse-heading h2 { margin: 0 0 6px; color: var(--postcard-ink-deep); font-family: var(--display); font-size: clamp(2rem, 3.2vw, 2.7rem); font-weight: 650; letter-spacing: -.02em; line-height: 1; }
.guest-page .browse-heading h2 .browse-heading-when { color: var(--postcard-blue); }
.guest-page .booking-dialog { position: relative; overflow: auto; background-image: linear-gradient(rgba(255,253,248,.92), rgba(255,253,248,.92)), url("/assets/materials/map-paper.webp"); }
.guest-page .booking-dialog::after { content: ""; position: absolute; top: 18px; right: 18px; width: 45px; aspect-ratio: 379 / 451; background: url("/components/assets/postcard-stamp.svg?v=20260822-kalam") center / contain no-repeat; opacity: .72; transform: rotate(7deg); pointer-events: none; }
.guest-page .booking-mail-caption { display: block; max-width: 15ch; padding-right: 56px; color: var(--postcard-blue); font-family: var(--postcard-font-script); font-size: 18px; line-height: 1.1; }
.guest-page .booking-operator { margin-top: 14px; }
.guest-page .guest-footer {
  position: relative;
  min-height: 184px;
  padding: 32px 44px 44px;
  border: 1px solid rgba(126,116,96,.32);
  border-radius: 14px;
  background-color: var(--postcard-paper);
  background-image: linear-gradient(rgba(255,253,248,.9),rgba(255,253,248,.9)),url("/assets/materials/map-paper.webp");
  box-shadow: 0 8px 22px rgba(0,24,64,.07);
}
.guest-page .guest-footer::before { content: ""; position: absolute; top: 28px; bottom: 34px; left: 54%; width: 1px; background: rgba(89,84,73,.25); }
.guest-page .guest-footer-brand { max-width: 45%; }
.guest-page .guest-footer-signoff { display: block; margin-bottom: 2px; color: var(--postcard-blue); font-family: var(--postcard-font-script); font-size: 18px; }
.guest-page .guest-footer nav { max-width: 40%; }
.guest-page .guest-footer::after { position: absolute; right: 16px; bottom: 12px; left: 16px; width: auto; margin: 0; }

.founding-stamp-sheet--terms { align-items: start; }
.founding-terms { margin: 28px 0 0; border-block: 1px solid var(--postcard-rule); }
.founding-terms div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 2px; border-top: 1px solid rgba(89,84,73,.2); }
.founding-terms div:first-child { border-top: 0; }
.founding-terms dt { color: var(--postcard-muted); }
.founding-terms dd { margin: 0; color: var(--postcard-ink); font-family: var(--display); font-size: 1.2rem; font-weight: 700; }

@media (max-width: 760px) {
  .guest-page .guide-intro { grid-template-columns: 1fr; width: calc(100% - 24px); gap: 22px; margin-top: 14px; padding: 24px 20px 22px; }
  .guest-page .guide-intro h1 { font-size: clamp(2.15rem, 11vw, 3.3rem); }
  .guest-page .guide-intro .guide-postmark { justify-self: end; width: 118px; font-size: .58rem; }
  .guest-page .guide-intro .guide-postmark::before, .guest-page .guide-intro .guide-postmark::after { width: 76px; margin-block: 4px; }
  .guest-page .browse-heading h2 { font-size: 1.7rem; }
  .guest-page .guest-footer { width: calc(100% - 24px); min-height: 0; padding: 26px 22px 36px; }
  .guest-page .guest-footer::before { display: none; }
  .guest-page .guest-footer-brand, .guest-page .guest-footer nav { max-width: none; }
  .guest-page .booking-dialog::after { width: 38px; }
  .guest-page .booking-mail-caption { font-size: 18px; }
}

/* Full postcard world — featured mail, paper grain, tear lines, and mobile rack density. */
.guest-page .market-main {
  background-image:
    radial-gradient(circle, rgba(0, 24, 64, .025) 0 .55px, transparent .7px),
    radial-gradient(circle, rgba(227, 25, 37, .018) 0 .45px, transparent .65px),
    linear-gradient(rgba(247,243,233,.86), rgba(247,243,233,.86)),
    url("/assets/materials/map-paper.webp");
  background-position: 0 0, 5px 7px, 0 0, center top;
  background-size: 9px 9px, 13px 13px, auto, 900px auto;
}
.guest-page .guide-intro {
  position: relative;
  display: block;
  width: min(1120px, calc(100% - 48px));
  margin-bottom: 64px;
  padding: 16px 0 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.guest-page .guide-intro::after,
.guest-page .browse-all::after {
  content: "";
  display: block;
  height: 10px;
  border-top: 1px dashed rgba(36, 82, 122, .48);
  background: radial-gradient(circle, rgba(227,25,37,.7) 0 1.2px, transparent 1.5px) 1px 3px / 18px 8px repeat-x;
  pointer-events: none;
}
.guest-page .guide-intro::after { position: absolute; right: 24px; bottom: -42px; left: 24px; }
.guest-page .browse-all { position: relative; }
.guest-page .browse-all::after { margin: 52px 0 0; }
.guest-page .featured-perk { min-width: 0; }
.guest-page .featured-perk__stage { position: relative; height: clamp(420px, calc(100dvh - 315px), 540px); min-height: 0; }
.guest-page .featured-perk__slide {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.guest-page .featured-perk__postcard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  width: min(calc(100% - 136px), clamp(680px, calc(162dvh - 510px), 875px));
  aspect-ratio: 1.62 / 1;
  overflow: hidden;
  border-radius: 8px;
  background-color: var(--postcard-paper);
  background-image: linear-gradient(rgba(255,253,248,.91),rgba(255,253,248,.91)),url("/assets/materials/map-paper.webp");
  background-size: auto, 720px auto;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  transform: rotate(-.45deg);
  transform-origin: 50% 80%;
}
.guest-page .featured-perk__photo { position: relative; min-height: 0; margin: 16px 0 16px 16px; overflow: hidden; border-radius: 8px; background: var(--postcard-cream); }
.guest-page .featured-perk__photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,24,64,.18); pointer-events: none; }
.guest-page .featured-perk__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: var(--postcard-photo-filter); }
.guest-page .featured-perk__message {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(22px, 2.5dvh, 28px) clamp(24px, 2.6vw, 40px) clamp(28px, 3dvh, 36px);
  border-left: 1px solid rgba(89,84,73,.24);
  color: var(--postcard-ink);
  flex-direction: column;
}
.guest-page .featured-perk__message-head { display: flex; align-items: flex-start; justify-content: space-between; min-height: 112px; gap: 18px; }
.guest-page .featured-perk__wish { max-width: 14ch; color: var(--postcard-blue); font-family: var(--postcard-font-logo); font-size: 1rem; font-weight: 700; line-height: 1.05; }
.guest-page .featured-perk__copy { display: grid; align-content: start; gap: 12px; min-height: 0; }
.guest-page .featured-perk__copy h2 { max-width: 13ch; margin: 0; color: var(--postcard-ink-deep); font-family: var(--postcard-font-logo); font-size: clamp(2rem, 2.85vw, 2.7rem); font-weight: 700; letter-spacing: -.025em; line-height: .95; text-wrap: balance; }
.guest-page .featured-perk__copy p { display: -webkit-box; max-width: 31ch; margin: 0; overflow: hidden; color: var(--postcard-ink-soft); font-family: var(--postcard-font-display); font-size: 1.05rem; font-weight: 500; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.guest-page .featured-perk__signoff { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(36,82,122,.22); }
.guest-page .featured-perk__signoff small { max-width: 18ch; overflow: hidden; color: var(--postcard-blue); font-family: var(--postcard-font-logo); font-size: .9rem; font-weight: 700; line-height: 1.15; text-overflow: ellipsis; }
.guest-page .guide-intro .featured-perk .guide-postmark {
  position: relative;
  flex: 0 0 auto;
  width: 112px;
  margin: 0;
  padding: 10px;
  border-width: 2px;
  background: var(--postcard-paper);
  box-shadow: 0 3px 10px rgba(0,24,64,.1);
  font-size: .54rem;
  line-height: 1.28;
  transform: rotate(-8deg);
}
.guest-page .guide-intro .featured-perk .guide-postmark__place { font-size: .8em; letter-spacing: .14em; line-height: 1; }
.guest-page .guide-intro .featured-perk .guide-postmark__date { font-size: 1.33em; font-weight: 850; letter-spacing: .07em; line-height: 1.05; }
.guest-page .guide-intro .featured-perk .guide-postmark strong { display: block; margin: 3px 0; font-size: .7rem; font-weight: 850; letter-spacing: .04em; line-height: 1.2; }
.guest-page .guide-intro .featured-perk .guide-postmark.is-date-only .guide-postmark__date { font-size: 1rem; }
.guest-page .guide-intro .featured-perk .guide-postmark::before,
.guest-page .guide-intro .featured-perk .guide-postmark::after { width: 78px; margin-block: 3px; }
.guest-page .featured-perk__under { display: grid; min-height: 0; justify-items: stretch; gap: 8px; width: min(calc(100% - 136px), clamp(680px, calc(162dvh - 510px), 875px)); margin: 12px auto 0; }
.guest-page .featured-perk__open { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 12px 24px; border: 0; border-radius: 8px; background: var(--postcard-ink); color: #fff; font: inherit; font-weight: 800; cursor: pointer; transition: background 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out; }
.guest-page .featured-perk__open:hover { background: var(--postcard-ink-deep); box-shadow: 0 4px 12px rgba(0,0,0,.10); transform: translateY(-1px); }
.guest-page .featured-perk__open:focus-visible { outline: 2px solid var(--postcard-blue); outline-offset: 2px; }

.guest-page .booking-dialog[open] { animation: postcard-mail-arrive 360ms cubic-bezier(.16,1,.3,1) both; }
.guest-page .booking-dialog::before { content: ""; position: absolute; top: 28px; right: 42px; z-index: 2; width: 82px; aspect-ratio: 1; border: 3px double var(--postcard-blue); border-radius: 50%; opacity: 0; transform: rotate(-11deg); pointer-events: none; }
.guest-page .booking-dialog[open]::after { animation: postcard-stamp-thunk 220ms 180ms cubic-bezier(.16,1,.3,1) both; }
.guest-page .booking-dialog[open]::before { animation: postcard-postmark-ink 180ms 350ms linear forwards; }

@media (min-width: 761px) and (max-height: 740px) {
  .guest-page .featured-perk__message { padding: 18px 24px 22px; }
  .guest-page .featured-perk__message-head { min-height: 86px; gap: 12px; }
  .guest-page .featured-perk__wish { max-width: 13ch; font-size: .94rem; }
  .guest-page .featured-perk__copy { gap: 8px; }
  .guest-page .featured-perk__copy h2 { font-size: clamp(1.8rem, 2.7vw, 2.3rem); }
  .guest-page .featured-perk__copy p { font-size: .9rem; line-height: 1.32; -webkit-line-clamp: 3; }
  .guest-page .featured-perk__signoff { gap: 12px; padding-top: 9px; }
  .guest-page .featured-perk__signoff small { font-size: .78rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark { width: 86px; padding: 7px; font-size: .46rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark strong { font-size: .58rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark.is-date-only .guide-postmark__date { font-size: .78rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark::before,
  .guest-page .guide-intro .featured-perk .guide-postmark::after { width: 60px; margin-block: 2px; }
  .guest-page .featured-perk__signoff .postcard-price__stamp { min-width: 46px; min-height: 30px; padding-inline: 6px; }
  .guest-page .featured-perk__signoff .postcard-price__perk { font-size: .96rem; }
}

@media (max-width: 760px) {
  .guest-page .guide-intro { width: calc(100% - 12px); margin-bottom: 50px; padding-top: 10px; }
  .guest-page .guide-intro::after { right: 14px; bottom: -34px; left: 14px; }
  .guest-page .featured-perk__stage { height: clamp(350px, calc(100dvh - 330px), 440px); }
  .guest-page .featured-perk__postcard { grid-template-columns: 1fr; grid-template-rows: minmax(154px, 56%) minmax(0, 44%); width: calc(100% - 12px); height: 100%; min-height: 0; aspect-ratio: auto; transform: rotate(-.3deg); }
  .guest-page .featured-perk__photo { margin: 12px 12px 0; }
  .guest-page .featured-perk__message { min-height: 0; padding: 10px 16px 12px; border-top: 1px solid rgba(89,84,73,.24); border-left: 0; }
  .guest-page .featured-perk__message-head { min-height: 52px; }
  .guest-page .featured-perk__wish { max-width: 13ch; font-size: 1rem; }
  .guest-page .featured-perk__copy { gap: 0; }
  .guest-page .featured-perk__copy h2 { max-width: 15ch; font-size: clamp(1.45rem, 6.8vw, 2rem); }
  .guest-page .featured-perk__copy p { display: none; }
  .guest-page .featured-perk__signoff { padding-top: 7px; }
  .guest-page .featured-perk__signoff small { font-size: .8rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark { width: 76px; padding: 6px; font-size: .42rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark strong { font-size: .55rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark.is-date-only .guide-postmark__date { font-size: .72rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark::before,
  .guest-page .guide-intro .featured-perk .guide-postmark::after { width: 58px; margin-block: 2px; }
  .guest-page .featured-perk__under { width: calc(100% - 12px); margin-top: 8px; }
  .guest-page .market-filters { overflow-x: auto; padding-right: 34px; scrollbar-width: none; scroll-snap-type: x proximity; mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 28px), transparent 100%); }
  .guest-page .market-filters::-webkit-scrollbar { display: none; }
  .guest-page .filter-button { scroll-snap-align: start; }
  .guest-page .guest-footer nav a, .guest-page .guest-footer nav button { justify-content: center; min-width: 44px; }
}
@media (max-width: 480px) {
  .guest-page .browse-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .guest-page .postcard-card__title { font-size: 1.05rem; }
  .guest-page .postcard-card__facts { font-size: .88rem; }
  .guest-page .postcard-card__open { font-size: .8rem; }
}
@media (max-width: 380px) {
  .guest-page .featured-perk__stage { height: clamp(350px, calc(100dvh - 320px), 400px); }
  .guest-page .featured-perk__postcard { grid-template-rows: 50% 50%; }
  .guest-page .featured-perk__message { padding: 8px 12px 9px; }
  .guest-page .featured-perk__message-head { min-height: 42px; }
  .guest-page .featured-perk__wish { font-size: .82rem; }
  .guest-page .featured-perk__copy h2 { font-size: clamp(1.15rem, 6vw, 1.48rem); line-height: .92; }
  .guest-page .featured-perk__signoff small { font-size: .72rem; }
  .guest-page .guide-intro .featured-perk .guide-postmark { width: 60px; }
  .guest-page .featured-perk__signoff .postcard-price__was { font-size: .68rem; }
  .guest-page .featured-perk__signoff .postcard-price__stamp { min-width: 42px; min-height: 27px; padding-inline: 5px; }
  .guest-page .featured-perk__signoff .postcard-price__perk { font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) {
  .guest-page .booking-dialog[open], .guest-page .booking-dialog[open]::before, .guest-page .booking-dialog[open]::after { animation: none; }
  .guest-page .booking-dialog::before { opacity: .68; }
}

/* The final booking decision stays visible on phones while contact details scroll. */
.guest-page .platform-booking__payment-note { margin: 2px 0 0; color: var(--postcard-ink-soft); font-size: 1rem; line-height: 1.45; }
.guest-page .platform-booking__submit-bar .postcard-viewer__book { width: 100%; margin: 0; font-variant-numeric: tabular-nums; }

@media (max-width: 719px) {
  .guest-page .platform-booking:not(.is-confirmed) {
    box-sizing: border-box;
    width: calc(100% - 12px);
    height: calc(100dvh - max(12px, env(safe-area-inset-top)));
    max-height: none;
    margin: max(12px, env(safe-area-inset-top)) auto 0;
    padding: 20px 18px 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
  }
  .guest-page .platform-booking:not(.is-confirmed) [data-booking-content] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    height: 100%;
    min-height: 0;
  }
  .guest-page .platform-booking:not(.is-confirmed) h2 { padding-bottom: 8px; }
  .guest-page .platform-booking:not(.is-confirmed) form {
    min-height: 0;
    padding: 4px 3px 18px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
  }
  .guest-page .platform-booking__submit-bar {
    position: sticky;
    z-index: 3;
    bottom: 0;
    margin-inline: -18px;
    padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--postcard-divider);
    background: var(--postcard-paper);
    box-shadow: 0 -8px 24px rgba(0, 24, 64, .09);
  }
  .guest-page .platform-booking__submit-bar .postcard-viewer__book { min-height: 54px; }
}

/* Marketplace grid: compact photo-led cards, two-up on the canonical phone layout. */
.guest-page .browse-grid[data-view="grid"] { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 18px; }
.guest-page .browse-grid[data-view="grid"] .postcard-card { padding: 0; border: 0; background: transparent; background-image: none; box-shadow: none; transform: none; }
.guest-page .browse-grid[data-view="grid"] .postcard-card:hover,
.guest-page .browse-grid[data-view="grid"] .postcard-card:focus-visible { transform: translateY(-2px); box-shadow: none; }
.guest-page .browse-grid[data-view="grid"] .postcard-card__photo { border-radius: 12px; }
.guest-page .browse-grid[data-view="grid"] .postcard-card__meta { padding: 9px 2px 0; }
.guest-page .browse-grid[data-view="grid"] .postcard-card__caption,
.guest-page .browse-grid[data-view="grid"] .postcard-card__open { display: none; }
.guest-page .browse-grid[data-view="grid"] .postcard-card__facts { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.guest-page .browse-grid[data-view="grid"] .postcard-card__row { margin-top: 6px; }

@media (max-width: 760px) {
  .guest-page .browse-grid[data-view="grid"] { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .guest-page .browse-grid[data-view="grid"] .postcard-card__title { display: -webkit-box; min-height: 2.45em; overflow: hidden; font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .guest-page .browse-grid[data-view="grid"] .postcard-card__facts { font-size: .72rem; }
  .guest-page .browse-grid[data-view="grid"] .postcard-price__was { font-size: .72rem; }
  .guest-page .browse-grid[data-view="grid"] .postcard-price__stamp { min-width: 44px; min-height: 27px; padding-inline: 5px; }
  .guest-page .browse-grid[data-view="grid"] .postcard-price__perk { font-size: .9rem; }
  .guest-page .browse-grid[data-view="grid"] .postcard-card .postcard-card__stamp { top: 5px; right: 5px; width: 38px; }
}
