/* Public website layout owner. Shared materials/assets stay in the Mini App;
   web-only density, controls and responsive geometry live here. */
body.public-web-mode {
  --web-gutter: 20px;
  --web-title: 24px;
  --web-body: 16px;
  --web-action: 14px;
  --web-meta: 12px;
  --web-muted: rgba(255,255,255,.68);
  --web-quiet: rgba(255,255,255,.58);
  --web-gold-rgb: 196,169,100;
  --seq-muted: var(--web-muted);
  --seq-quiet: var(--web-quiet);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/* One quiet canvas until the complete entry can be painted. No splash/fade. */
body.public-web-mode #app-loader {
  background: #050505; /* Same base canvas as .client-home-page.main-bg.noir. */
  transition: none;
}
body.public-web-mode #app-error .error-detail { display: none; }
.public-web-language-slot {
  position: fixed;
  top: max(4px, var(--safe-area-top));
  right: max(12px, var(--safe-area-right));
  z-index: 50;
}
.public-web-language {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--web-quiet);
  cursor: pointer;
}
.public-web-language > span { display: flex; }
.public-web-language svg { width: 16px; height: 16px; }
.public-web-language:hover { color: var(--blanc); }
.public-web-language:focus-visible { outline: 1px solid var(--gold); outline-offset: -3px; }
.form-open .public-web-language-slot,
.client-dialog-open .public-web-language-slot { display: none; }

/* The card reserves room for the utility above and the unchanged 64px nav below. */
body.public-web-mode .client-home-page .perspective-luxury:not(.card-expanded) {
  width: min(calc(100vw - 40px), 340px) !important;
  height: min(520px, calc(100dvh - 148px)) !important;
  min-height: 344px;
  top: calc(50% - 20px);
}
body.public-web-mode .client-home-page .card-face:not(.back) {
  padding: 28px 24px 20px;
  gap: 20px;
  grid-template-rows: auto minmax(0,1fr) auto;
}
body.public-web-mode .client-home-page .card-logo-text { font-size: 48px; line-height: 1.15; }
body.public-web-mode .client-home-page .card-logo-subtitle { color: var(--web-muted); font-size: 12px; line-height: 1.5; }
body.public-web-mode .client-home-page.client-state-wrote .status-card-copy--wrote { width: 100%; gap: 8px; }
body.public-web-mode .client-home-page.client-state-wrote .status-card-eyebrow { font-size: 18px; font-weight: 400; line-height: 1.35; letter-spacing: 0; }
body.public-web-mode .client-home-page.client-state-wrote .status-card-message { font-size: var(--web-body); line-height: 1.5; }
body.public-web-mode .client-home-page .status-card-actions { gap: 8px; }
.public-web-channels { display: flex; align-items: stretch; justify-content: center; gap: 20px; width: 100%; }
.public-web-channel {
  flex: 0 1 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 88px;
  min-height: 76px;
  padding: 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--web-muted);
  font: 400 var(--web-action)/1.5 var(--font-sans);
  letter-spacing: 0;
}
.public-web-channel-symbol { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.public-web-channel:hover { color: var(--blanc); }
.public-web-channel--preferred { color: var(--gold-light); }
.public-web-channel--preferred .public-web-channel-symbol { border-color: var(--gold); background: rgba(var(--web-gold-rgb),.07); }
.public-web-channel-check { position: absolute; right: -3px; bottom: -2px; width: 14px; height: 14px; border-radius: 50%; background: var(--noir); color: var(--gold-light); }
.public-web-channel:focus-visible { outline: 1px solid var(--gold); outline-offset: 2px; }
body.public-web-mode .sequential-concierge { color: var(--web-muted); font-size: var(--web-action); line-height: 1.5; font-weight: 400; letter-spacing: 0; padding: 10px 8px; }
body.public-web-mode .sequential-concierge:hover { color: var(--blanc); }

/* Real grid rows own header, scroll area and footer. No magic bottom padding. */
body.public-web-mode .sequential-form-shell {
  --seq-muted: var(--web-muted);
  --seq-quiet: var(--web-quiet);
  display: grid;
  grid-template-rows: auto minmax(0,1fr) auto;
  height: 100%;
  min-height: 0;
}
body.public-web-mode .sequential-app-bar {
  position: relative;
  inset: auto;
  height: calc(60px + var(--safe-area-top));
  padding: var(--safe-area-top) max(8px,var(--safe-area-right)) 0 max(8px,var(--safe-area-left));
  background: var(--noir);
}
body.public-web-mode .sequential-screen {
  height: auto;
  min-height: 0;
  max-width: 440px;
  padding: 0 max(var(--web-gutter),var(--safe-area-right)) 24px max(var(--web-gutter),var(--safe-area-left));
  scroll-padding-block: 12px;
}
body.public-web-mode .sequential-screen h1 { font-size: var(--web-title); line-height: 1.25; letter-spacing: -.025em; font-weight: 400; margin-bottom: 24px; }
body.public-web-mode .sequential-form-nav {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: min(100%,440px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 12px max(var(--web-gutter),var(--safe-area-right)) max(12px,var(--safe-area-bottom)) max(var(--web-gutter),var(--safe-area-left)) !important;
  background: var(--noir) !important;
  z-index: 1;
}
body.public-web-mode .sequential-primary { min-height: 48px; padding: 12px 16px; font-size: var(--web-action); font-weight: 500; line-height: 1.5; letter-spacing: .02em; box-shadow: none; }
body.public-web-mode .sequential-primary .nav-label { font: inherit; letter-spacing: inherit; }
body.public-web-mode .sequential-primary-final,
body.public-web-mode .sequential-primary-final::after { animation: none; }
.public-web-step-count { display: flex; align-items: center; min-height: 32px; margin-bottom: 12px; color: var(--web-muted); font-size: var(--web-meta); }
.public-web-trip-summary { margin: 0 0 12px; }
.public-web-trip-summary > summary { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 12px; color: var(--web-muted); font-size: var(--web-meta); list-style: none; cursor: pointer; }
.public-web-trip-summary > summary::-webkit-details-marker { display: none; }
.public-web-trip-summary > summary > span:last-child { display: flex; align-items: center; gap: 6px; }
.public-web-trip-summary[open] > summary svg { transform: rotate(180deg); }
.public-web-trip-summary > div { padding-bottom: 12px; }
.public-web-trip-summary button { display: grid; grid-template-columns: 88px minmax(0,1fr); align-items: baseline; gap: 12px; width: 100%; min-height: 44px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); background: none; color: var(--web-muted); font: 400 var(--web-action)/1.5 var(--font-sans); text-align: left; }
.public-web-trip-summary strong { color: var(--blanc); font-weight: 400; overflow-wrap: anywhere; }
.public-web-trip-summary summary:focus-visible,
.public-web-trip-summary button:focus-visible { outline: 1px solid var(--gold); outline-offset: 2px; }
body.public-web-mode .sequential-group-label { color: var(--web-muted); font-size: 12px; font-weight: 500; letter-spacing: .08em; }
body.public-web-mode .sequential-region-card { min-height: 64px; gap: 12px; padding: 12px; }
body.public-web-mode .sequential-region-card span,
body.public-web-mode .sequential-chip,
body.public-web-mode .sequential-selection-chip { font-size: var(--web-action); font-weight: 400; letter-spacing: 0; }
body.public-web-mode .sequential-chip { padding-inline: 12px; }
body.public-web-mode .sequential-freeflow input,
body.public-web-mode .sequential-note { font-size: var(--web-body); letter-spacing: 0; background: rgba(255,255,255,.06); }
body.public-web-mode .sequential-freeflow input::placeholder,
body.public-web-mode .sequential-note::placeholder { color: var(--web-muted); opacity: 1; }
body.public-web-mode .sequential-note { min-height: 96px; margin-top: 20px; }
body.public-web-mode .sequential-budget-price-row { min-height: 52px; padding-block: 12px; font-size: var(--web-body); letter-spacing: 0; }
body.public-web-mode .sequential-budget-loading { font-size: var(--web-action); color: var(--web-muted); }
body.public-web-mode .sequential-tag-group + .sequential-tag-group { margin-top: 20px; }
body.public-web-mode .sequential-tag-group .sequential-chip-cloud { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
body.public-web-mode .sequential-tag-group .sequential-chip { min-width: 0; min-height: 44px; padding: 8px; line-height: 1.4; border-radius: 12px; white-space: normal; }
body.public-web-mode .sequential-number-grid:not(.children) { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
body.public-web-mode .sequential-range-value strong { font-size: 14px; }
body.public-web-mode .sequential-range-value span { font-size: 12px; letter-spacing: .06em; }
body.public-web-mode .sequential-calendar-panel { padding: 12px 0; }
body.public-web-mode .sequential-calendar-panel h2 { padding-inline: 12px; }
body.public-web-mode :is(.sequential-chip,.sequential-region-card,.sequential-month,.sequential-number,.sequential-age,.sequential-budget-price-row).selected,
body.public-web-mode .sequential-selection-chip { border-color: rgba(var(--web-gold-rgb),.7); background: rgba(var(--web-gold-rgb),.08); }
body.public-web-mode .sequential-calendar-cell.in-range::before,
body.public-web-mode .sequential-range-picker.complete .sequential-calendar-cell:is(.range-start,.range-end)::before { background: rgba(var(--web-gold-rgb),.16); }
.public-web-handoff-note { order: -1; margin: 0; font-size: var(--web-action); line-height: 1.5; color: var(--web-muted); text-align: left; }
body.public-web-mode .sequential-form-nav:has(.public-web-handoff-note) { grid-template-columns: 1fr !important; }
@media (max-width:359px) {
  body.public-web-mode { --web-gutter: 16px; }
  body.public-web-mode .sequential-calendar-panel { margin-inline: -10px; border-inline: 0; border-radius: 0; }
  body.public-web-mode .client-home-page .card-face:not(.back) { padding-inline: 20px; }
}
@media (max-height:480px) and (orientation:landscape) {
  body.public-web-mode .client-home-page .perspective-luxury:not(.card-expanded) { width: min(560px,calc(100vw - 120px)) !important; height: calc(100dvh - 112px) !important; min-height: 240px; top: calc(50% - 32px); }
  body.public-web-mode .client-home-page .card-face:not(.back) { grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); grid-template-rows: 1fr auto; padding: 20px 24px; gap: 12px 28px; }
  body.public-web-mode .client-home-page .card-logo { grid-row: 1 / 3; align-self: center; }
  body.public-web-mode .client-home-page .status-card-copy { grid-column: 2; align-self: end; }
  body.public-web-mode .client-home-page .status-card-actions { grid-column: 2; gap: 0; }
  body.public-web-mode .client-home-page .invite-card-copy { grid-column: 2; }
  body.public-web-mode .client-home-page .invite-card-action { grid-column: 2; }
  body.public-web-mode .sequential-app-bar { height: 48px; }
  body.public-web-mode .sequential-form-nav { grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; gap: 8px !important; padding-block: 8px !important; }
  body.public-web-mode .sequential-form-nav:has(>button:only-child) { grid-template-columns: 1fr !important; }
}
@media (prefers-reduced-motion:reduce) {
  body.public-web-mode *, body.public-web-mode *::before, body.public-web-mode *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Hotel sheets: one scroll owner below a dedicated close strip. */
body.public-web-mode .dialog-overlay { padding: max(12px,var(--safe-area-top)) max(12px,var(--safe-area-right)) max(12px,var(--safe-area-bottom)) max(12px,var(--safe-area-left)); }
body.public-web-mode .dialog-content { display: flex; flex-direction: column; padding-top: 52px; max-height: calc(100dvh - 24px - var(--safe-area-top) - var(--safe-area-bottom)); }
body.public-web-mode .dialog-close { top: 4px; right: 8px; color: var(--web-muted); }
body.public-web-mode .dialog-close:focus-visible { outline: 1px solid var(--gold); border-radius: 50%; }
body.public-web-mode .partner-dialog-destination-face { min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
body.public-web-mode .partner-details { max-height: none; padding: 4px 20px 24px; overflow: visible; }
body.public-web-mode .dialog-content > .partner-details { min-height: 0; overflow-y: auto; }
body.public-web-mode .partner-description,
body.public-web-mode .partner-detail-perks li,
body.public-web-mode .partner-perk-text { font-size: var(--web-body); line-height: 1.6; color: var(--web-muted); }
body.public-web-mode .partner-detail-perks__note,
body.public-web-mode .public-web-offer-note { font-size: var(--web-action); color: var(--web-muted); line-height: 1.55; margin: 16px 0 24px; }
body.public-web-mode .partner-details__logo { max-height: 64px; margin-bottom: 20px; }
body.public-web-mode .partner-details h2:not(.sr-only) { font-size: 24px; font-weight: 400; letter-spacing: -.02em; line-height: 1.3; }
body.public-web-mode .partner-perk-dot { background: var(--gold); }
body.public-web-mode .partner-detail-perks li::before { background: var(--gold); }
/* All concierge shortcuts share the secondary action role. */
body.public-web-mode .nav-button-form-connect { min-height: 48px; padding: 12px 16px; font-size: var(--web-action); line-height: 1.5; letter-spacing: .02em; background: transparent; border: 0; box-shadow: none; color: var(--web-muted); text-transform: none; text-decoration: underline; text-decoration-color: rgba(255,255,255,.2); text-underline-offset: 4px; font-weight: 400; }
body.public-web-mode .nav-button-form-connect .nav-label { font: inherit; letter-spacing: inherit; text-transform: none; }
body.public-web-mode .nav-button-form-connect:hover { background: transparent; color: var(--blanc); }

/* FAQ: short editorial cards, readable individual answers and one contact action. */
body.public-web-mode .faq-container { padding-inline: var(--web-gutter); }
body.public-web-mode .faq-service { gap: 16px; margin-bottom: 24px; }
body.public-web-mode .faq-service-number { width: 24px; }
body.public-web-mode .faq-service-number span { font-size: 16px; color: var(--web-quiet); }
body.public-web-mode .faq-examples { margin-top: 32px; padding-block: 24px; }
body.public-web-mode .faq-examples-rail { grid-auto-columns: clamp(200px,65vw,232px); margin-inline: calc(-1 * var(--web-gutter)); padding-inline: var(--web-gutter); scroll-padding-inline: var(--web-gutter); }
body.public-web-mode .faq-example-card { padding: 20px; min-height: 216px; gap: 20px; }
body.public-web-mode .faq-example-card__art { width: 32px; height: 32px; color: var(--web-muted); }
body.public-web-mode .faq-example-card__meta { font-size: var(--web-meta); letter-spacing: .04em; line-height: 1.5; color: var(--web-muted); }
body.public-web-mode .faq-example-card p { font-size: var(--web-body); line-height: 1.5; }
body.public-web-mode .faq-details { margin-top: 24px; }
body.public-web-mode .faq-item { margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
body.public-web-mode .faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 12px 0; margin: 0; font-size: var(--web-body); line-height: 1.5; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--blanc); list-style: none; cursor: pointer; }
body.public-web-mode .faq-question::-webkit-details-marker { display: none; }
body.public-web-mode .faq-question::after { content: ''; flex: 0 0 7px; height: 7px; margin-right: 4px; border: solid var(--web-muted); border-width: 0 1px 1px 0; transform: rotate(45deg); }
body.public-web-mode .faq-item[open] .faq-question::after { transform: rotate(225deg); }
body.public-web-mode .faq-answer { padding: 0 0 20px; margin: 0; color: var(--web-muted); font-size: var(--web-body); line-height: 1.6; }
body.public-web-mode .faq-question:focus-visible,
.public-web-process summary:focus-visible,
.public-web-process { margin-top: 24px; color: var(--web-muted); }
.public-web-process > summary { min-height: 44px; padding-block: 12px; font-size: 14px; cursor: pointer; }
body.public-web-mode .public-web-process .faq-steps { margin: 12px 0 0; padding: 0; border: 0; }
body.public-web-mode .faq-steps-item { gap: 16px; margin-bottom: 20px; }
body.public-web-mode .faq-steps-num { min-width: 24px; font-size: 12px; color: var(--web-quiet); }
body.public-web-mode .faq-steps-step-title { font-size: 16px; font-weight: 500; letter-spacing: 0; }
body.public-web-mode .faq-steps-body p { font-size: 16px; line-height: 1.55; color: var(--web-muted); }
body.public-web-mode .faq-connect { margin-top: 28px; }
body.public-web-mode .member-locked-gate { flex-direction: row; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(15,15,15,.9); }
body.public-web-mode .member-locked-gate__icon { width: 20px; height: 20px; flex: 0 0 20px; border: 0; border-radius: 0; background: none; box-shadow: none; backdrop-filter: none; }
body.public-web-mode .member-locked-gate__icon svg { width: 18px; height: 18px; }
body.public-web-mode .member-locked-gate p { padding: 0; border: 0; background: none; backdrop-filter: none; border-radius: 0; font-size: var(--web-action); line-height: 1.5; letter-spacing: 0; color: var(--blanc); text-align: left; }
body.public-web-mode .card-expanded .business-card { border: 0; }
/* VisualViewport follows the mobile keyboard without shrinking type. */
body.public-web-mode .client-home-page .perspective-luxury.card-expanded { height: var(--web-viewport-height,100dvh) !important; top: var(--web-viewport-top,0px) !important; }
/* Local text-stress fixture doubles semantic roles, not the physical viewport. */
body.public-web-large-text { --web-title:48px; --web-body:32px; --web-action:28px; --web-meta:24px; --text-xs:24px; --text-sm:28px; --text-base:32px; --text-lg:36px; --text-xl:48px; }
body.public-web-large-text .client-home-page { position: relative !important; min-height: 100dvh; overflow: visible !important; }
body.public-web-large-text .client-home-page .perspective-luxury:not(.card-expanded) { position: relative; inset: auto !important; transform: none; margin: 48px auto 96px; height: auto !important; min-height: 600px; }
body.public-web-large-text .client-home-page .perspective-luxury:not(.card-expanded) .business-card { min-height: 600px; }
body.public-web-large-text .client-home-page .perspective-luxury:not(.card-expanded) .card-face:not(.back) { position: relative !important; grid-template-rows: auto auto auto; gap: 32px; }
body.public-web-large-text .client-home-page.client-state-wrote .status-card-eyebrow { font-size: 36px; }
body.public-web-large-text .public-web-channels { flex-direction: column; align-items: stretch; gap: 16px; }
body.public-web-large-text .public-web-channel { flex-direction: row; justify-content: center; flex-basis: auto; gap: 12px; }
body.public-web-large-text .sequential-region-grid { grid-template-columns: 1fr; }
body.public-web-large-text .sequential-group-label { font-size: 24px; }
body.public-web-large-text .sequential-month-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
body.public-web-large-text .sequential-chip-cloud { flex-wrap: wrap; }
body.public-web-large-text .sequential-tag-group .sequential-chip-cloud { grid-template-columns: 1fr; }
body.public-web-large-text .public-web-trip-summary button { grid-template-columns: 1fr; gap: 4px; }
body.public-web-large-text .public-web-trip-summary > summary { align-items: flex-start; flex-direction: column; padding-block: 8px; }
body.public-web-large-text .public-web-process > summary { font-size: 28px; }
.public-web-notice { position: fixed; z-index: 200; top: max(8px,var(--safe-area-top)); left: 50%; transform: translateX(-50%); display: flex; align-items: flex-start; gap: 8px; width: min(calc(100vw - 24px),440px); padding: 12px 8px 12px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: #191919; color: var(--blanc); box-shadow: 0 8px 32px rgba(0,0,0,.3); }
.public-web-notice p { flex: 1; min-width: 0; margin: 0; font-size: var(--web-action); line-height: 1.5; }
.public-web-notice button { flex: 0 0 44px; display: grid; place-items: center; min-height: 44px; border: 0; background: none; color: var(--web-muted); }
.public-web-notice button:focus-visible { outline: 1px solid var(--gold); border-radius: 50%; }
.public-web-notice--dialog { position: relative; inset: auto; transform: none; width: auto; flex: 0 0 auto; margin: 0 12px 16px; box-shadow: none; }
body.public-web-mode:has(.public-web-notice) .public-web-language-slot { visibility: hidden; }
