:root {
  --cream: #f5f0e4;
  --cream-2: #efe8d8;
  --pine: #001840;
  --pine-2: #000f2e;
  --amber: #f7f3e9;
  --amber-2: #95312d;
  --amber-hover: #fffdf8;
  --sage: #e7edf6;
  --ink: #17233a;
  --muted: #566074;
  --line: rgba(0, 24, 64, .14);
  --danger: #9f332b;
  --paper: var(--cream);
  --paper-deep: var(--cream-2);
  --forest: var(--pine);
  --forest-2: var(--pine-2);
  --amber-deep: var(--amber-2);
  --sage-2: #b9c8b8;
  --display: "Postcard Serif", Georgia, serif;
  --ui: "Inter", system-ui, sans-serif;
  --soft-shadow: 0 1px 2px rgba(0,24,64,.06), 0 8px 24px rgba(0,24,64,.08);
}

* { box-sizing: border-box; }
html { overflow-x: clip; color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--ui); font-size: 17px; line-height: 1.65; }
body::before { display: none; }
::selection { background: #dbe9ed; color: #000f2e; }
* { scrollbar-width: thin; scrollbar-color: var(--forest-2) var(--paper-deep); }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--paper-deep); }
::-webkit-scrollbar-thumb { background: var(--forest-2); border: 2px solid var(--paper-deep); border-radius: 8px; }
:focus-visible { outline: 2px solid #376b82; outline-offset: 2px; }
.dashboard-nav :focus-visible, .conditions-board :focus-visible { outline-color: #79a3b5; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; display: inline-flex; align-items: center; min-height: 44px; padding: 8px 16px; background: #376b82; color: #fff; font-weight: 750; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-family: var(--display); font-size: 1.65rem; font-weight: 800; line-height: 1; text-decoration: none; }
.brand > span > span { color: var(--amber-deep); }
.brand img { width: 40px; height: 44px; object-fit: contain; }
.brand-inverse { color: var(--paper); }
.brand-inverse > span > span { color: var(--amber); }
.field-help { color: var(--muted); font-size: .92rem; }
.money { font-variant-numeric: tabular-nums; font-weight: 700; }

/* Public acquisition surface */
.marketing-page { background: var(--paper); }
.site-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 10px clamp(18px, 4vw, 58px); border-bottom: 1px solid rgba(83,103,95,.45); background: rgba(244,240,228,.96); }
.site-header nav { display: flex; align-items: center; gap: clamp(14px, 2.6vw, 34px); }
.site-header nav a { color: var(--forest); font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.site-header .header-demo { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 10px; background: var(--forest); color: #fff; }
.marketing-shell { overflow: clip; }
.marketing-hero { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.72fr); align-items: center; gap: clamp(38px,7vw,110px); min-height: calc(100vh - 76px); padding: clamp(54px,8vw,112px) clamp(18px,6vw,92px); }
.marketing-hero::after { content: ""; position: absolute; z-index: -1; right: -80px; bottom: -80px; width: 500px; height: 420px; background: url('/assets/decor/topo-contours.svg') center/contain no-repeat; opacity: .12; }
.hero-copy { max-width: 790px; }
.hero-copy h1 { max-width: 13ch; margin-bottom: 24px; color: var(--forest); font-family: var(--display); font-size: clamp(4rem,8vw,7.1rem); font-weight: 800; letter-spacing: -.025em; line-height: .82; }
.hero-copy > p { max-width: 60ch; color: var(--muted); font-size: clamp(1.08rem,2vw,1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 44px; }
.hero-actions .primary-action, .hero-actions .secondary-action { padding-inline: 20px; }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); max-width: 760px; margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.hero-facts li { padding: 17px 18px; border-right: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; }.hero-facts li:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }.hero-facts strong { color: var(--forest); font-family: var(--display); font-size: 2rem; line-height: 1; font-variant-numeric: tabular-nums; }.hero-facts span { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.demo-board { position: relative; display: grid; gap: 24px; padding: 30px; border-radius: 14px; background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: var(--soft-shadow); }
.demo-board::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; pointer-events: none; }
.demo-board h2 { margin: 14px 0 10px; font-family: var(--display); font-size: clamp(2.4rem,5vw,3.6rem); line-height: .9; }.demo-board p { color: #d7e3da; }
.demo-board .demo-badge { color: #d7e3da; border-color: rgba(255,255,255,.3); }
.demo-qr { position: relative; z-index: 1; display: grid; place-items: center; gap: 8px; padding: 18px; border-radius: 12px; background: var(--paper); color: var(--forest); font-weight: 750; text-decoration: none; }
.demo-qr img { width: min(100%,220px); }.demo-qr span { display: flex; align-items: center; gap: 5px; }.demo-qr svg { width: 17px; }
.how-strip { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,7vw,100px); padding: 72px clamp(18px,6vw,92px); background: var(--sage); }
.how-strip h2, .audience-copy h2 { color: var(--forest); font-family: var(--display); font-size: clamp(2.7rem,5vw,4.8rem); line-height: .88; }
.how-strip > div p, .audience-copy > p { color: var(--muted); font-size: 1.08rem; }
.how-strip ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.how-strip li { padding: 20px; border-right: 1px solid var(--line); }.how-strip li:last-child { border: 0; }.how-strip li svg { width: 30px; height: 30px; margin-bottom: 24px; color: var(--forest); }.how-strip li strong, .how-strip li span { display: block; }.how-strip li strong { color: var(--forest); font-family: var(--display); font-size: 1.55rem; }.how-strip li span { margin-top: 6px; color: var(--muted); font-size: .9rem; }
.audience-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.75fr); gap: clamp(44px,8vw,120px); padding: 100px clamp(18px,6vw,92px); border-bottom: 1px solid var(--line); }
.host-section { background: var(--paper-deep); }
.commission-math { display: grid; grid-template-columns: repeat(2,1fr); margin: 32px 0 0; border-block: 1px solid var(--line); }.commission-math div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 12px; border-bottom: 1px solid rgba(125,143,130,.46); }.commission-math div:nth-last-child(-n+2) { border-bottom: 0; }.commission-math dt { color: var(--muted); }.commission-math dd { margin: 0; color: var(--forest); font-weight: 800; font-variant-numeric: tabular-nums; }
.host-steps { display: grid; gap: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }.host-steps li { padding: 13px 0; border-top: 1px solid var(--line); }.host-steps li:first-child { border: 0; }
.lead-form { align-self: start; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 28px; border-radius: 14px; background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: var(--soft-shadow); }.lead-form h3, .lead-form > p { grid-column: 1/-1; }.lead-form h3 { margin: 0; font-family: var(--display); font-size: 2.25rem; }.lead-form > p { color: #d5e2d8; }.lead-form label { color: #eaf0eb; }.lead-form input, .lead-form select, .lead-form textarea { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.94); }.lead-form .span-two { grid-column: 1/-1; }.lead-form .primary-action { background: var(--amber); color: var(--forest); }
.form-confirmation { display: flex; align-items: center; gap: 20px; padding: 38px clamp(18px,6vw,92px); background: var(--amber); color: var(--forest); }.form-confirmation svg { width: 44px; height: 44px; }.form-confirmation h2 { margin-bottom: 3px; font-family: var(--display); font-size: 2.5rem; }.form-confirmation p { margin: 0; }
.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: 34px clamp(18px,6vw,92px); background: var(--forest); color: #dbe6de; }.site-footer p { max-width: 65ch; margin: 0; text-align: center; }.site-footer > a:last-child { color: #fff; font-weight: 700; }

/* Guest surface */
.guest-canvas { min-height: 100vh; }
.guest-shell { position: relative; width: min(100%, 880px); margin: 0 auto; padding: 18px 18px 118px; overflow: clip; }
.guest-shell::after { content: ""; position: absolute; right: -110px; bottom: 30px; width: 360px; height: 280px; background: url('/assets/decor/topo-contours.svg') center / contain no-repeat; opacity: .09; pointer-events: none; }
.guest-masthead { position: relative; display: flex; align-items: center; min-height: 64px; padding: 4px 0 14px; border-bottom: 1px solid rgba(63, 84, 71, .35); }
.property-lockup { display: flex; align-items: center; gap: 5px; margin-left: auto; max-width: 42%; color: var(--forest); font-weight: 650; font-size: .9rem; text-align: right; }
.property-lockup svg { width: 17px; flex: 0 0 17px; }
.valley-stamp { display: none; }
.conditions-board { isolation: isolate; position: relative; display: grid; grid-template-columns: 56px 1fr; gap: 8px 12px; margin: 18px 0 28px; padding: 23px 22px 18px; overflow: hidden; border: 1px solid #08251d; border-radius: 14px; background-color: var(--forest); background-image: url('/assets/materials/enamel-patina.png'); background-size: 100% 100%; color: #fffdf5; box-shadow: var(--soft-shadow); }
.conditions-board::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; pointer-events: none; }
.weather-icon { display: grid; place-items: center; align-self: start; width: 50px; height: 54px; color: var(--amber); }
.weather-icon svg { width: 42px; height: 42px; stroke-width: 1.8; }
.conditions-copy { position: relative; z-index: 1; }
.temperature { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; font-family: var(--display); font-size: clamp(2rem, 11vw, 3.4rem); font-weight: 700; font-variant-numeric: tabular-nums; line-height: .95; }
.temperature span { font-family: var(--ui); font-size: 1rem; font-weight: 550; }
.conditions-copy p { margin: 10px 0 0; color: #ffd178; font-size: 1.04rem; font-weight: 700; }
.condition-meta { grid-column: 1 / -1; display: flex; gap: 18px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.28); color: #dbe9df; font-size: .83rem; }
.condition-meta span { display: inline-flex; align-items: center; gap: 6px; }
.condition-meta svg { width: 15px; }
.condition-contours { position: absolute; z-index: -1; top: -20px; right: -55px; width: 230px; opacity: .16; filter: invert(1); }
.fastener { position: absolute; z-index: 2; width: 13px; height: 13px; opacity: .8; }
.fastener-a { top: 8px; left: 8px; }.fastener-b { top: 8px; right: 8px; }.fastener-c { bottom: 8px; left: 8px; }.fastener-d { bottom: 8px; right: 8px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.section-heading h1, .section-heading h2 { margin: 0; color: var(--forest); font-family: var(--display); font-size: clamp(2rem, 9vw, 3rem); font-weight: 800; line-height: .95; }
.section-heading h2 { font-size: 2rem; }
.section-heading p { margin: 7px 0 0; max-width: 58ch; color: var(--muted); }
.source-note, .record-count { flex: 0 0 auto; padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.recommendation-list { position: relative; }
.recommendation-list.is-ranking { animation: board-shuffle 440ms cubic-bezier(.16,1,.3,1); }
@keyframes board-shuffle { from { clip-path: inset(0 0 22% 0); filter: blur(3px); transform: translateY(12px); } to { clip-path: inset(0); filter: blur(0); transform: none; } }
.best-fit { position: relative; margin-bottom: 22px; overflow: hidden; border-radius: 14px; background: rgba(244,240,228,.72); box-shadow: inset 0 0 0 1px var(--line); }
.best-fit-photo { position: relative; aspect-ratio: 16 / 11; overflow: hidden; border-radius: 14px 14px 0 0; background: var(--sage); }
.best-fit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.demo-flag { position: absolute; top: 10px; left: 10px; padding: 5px 9px; border-radius: 99px; background: rgba(244,240,228,.92); color: var(--forest); font-size: .68rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.photo-title { position: absolute; z-index: 2; inset: auto 0 0; padding: 26px 14px 12px; background: rgba(23,54,47,.92); color: #fff; }
.best-fit-content { position: relative; z-index: 2; padding: 10px 64px 10px 14px; color: var(--ink); }
.vendor-name { margin-bottom: 1px; color: #c9ddcf; font-size: .78rem; font-weight: 700; }
.best-fit h2 { margin-bottom: 3px; color: #fff; font-family: var(--display); font-size: clamp(2rem, 10vw, 3.2rem); font-weight: 800; line-height: .88; letter-spacing: -.02em; }
.fit-reason { max-width: 62ch; margin-bottom: 7px; color: var(--muted); font-size: .8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.activity-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--line); }
.activity-facts div { padding: 10px 7px; border-right: 1px solid var(--line); }
.activity-facts div:first-child { padding-left: 0; }.activity-facts div:last-child { border-right: 0; }
.activity-facts dt { color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .05em; }
.activity-facts dd { margin: 0; color: var(--forest); font-size: .8rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.book-button, .primary-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; border: 0; border-radius: 12px; background: var(--forest); color: #fff; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 8px 20px rgba(24, 54, 47, .16), 0 2px 5px rgba(24, 54, 47, .18); transition: transform 160ms ease-out, background 160ms ease-out, box-shadow 160ms ease-out; }
.book-button { position: absolute; right: 12px; bottom: 18px; width: 44px; min-height: 44px; border: 1px solid rgba(255,255,255,.4); background: var(--amber); color: var(--forest); box-shadow: none; }
.book-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.book-button:hover, .primary-action:hover { background: #214c41; transform: translateY(-2px); box-shadow: 0 12px 25px rgba(24, 54, 47, .2), 0 3px 7px rgba(24, 54, 47, .2); }
.primary-action:disabled { cursor: not-allowed; opacity: .68; transform: none; box-shadow: none; }
.book-button svg, .primary-action svg { width: 19px; }
.recommendation-row { position: relative; display: grid; grid-template-columns: 116px 1fr 48px; min-height: 132px; padding: 10px 0; border-top: 1px solid var(--line); }
.recommendation-row:last-child { border-bottom: 1px solid var(--line); }
.recommendation-row > img { width: 106px; height: 112px; align-self: center; object-fit: cover; border-radius: 12px; }
.row-copy { align-self: center; min-width: 0; padding: 0 6px; }
.row-copy > p:first-child { margin-bottom: 0; color: var(--muted); font-size: .75rem; font-weight: 650; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-copy h2 { margin-bottom: 5px; color: var(--forest); font-family: var(--display); font-size: 1.42rem; font-weight: 800; line-height: 1; }
.row-facts { display: flex; flex-wrap: wrap; gap: 4px 12px; color: var(--forest); font-size: .78rem; font-variant-numeric: tabular-nums; }
.row-reason { display: none; }
.row-actions { display: grid; align-content: center; justify-items: center; gap: 7px; border-left: 1px solid var(--line); }
.category-medallion { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sage); color: var(--forest); }
.category-medallion svg { width: 17px; height: 17px; }
.row-book { display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--forest); cursor: pointer; }
.row-book:hover { color: var(--amber-deep); }
.row-book svg { width: 22px; }
.visually-hidden { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.demo-disclosure { display: flex; align-items: flex-start; gap: 8px; margin: -2px 0 15px; padding: 9px 10px; border: 1px solid rgba(82,103,95,.28); background: rgba(217,230,218,.5); color: var(--muted); font-size: .8rem; line-height: 1.35; }
.demo-disclosure svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--forest); }
.guest-context { display: none; }
.ranking-actions { display: grid; justify-items: end; gap: 8px; }
.personalize-fab { z-index: 2; display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 12px; border: 0; border-radius: 12px; background: var(--amber); color: var(--forest); font-family: var(--display); font-size: 1.05rem; font-weight: 800; cursor: pointer; box-shadow: 0 7px 18px rgba(66, 48, 16, .18), 0 2px 5px rgba(66, 48, 16, .15); }
.personalize-fab svg { width: 17px; }
.personalize-panel { position: fixed; z-index: 50; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; overflow-y: auto; border: 0; background: var(--paper); padding: 22px 18px max(30px, env(safe-area-inset-bottom)); }
.personalize-panel::backdrop { background: rgba(9,27,22,.72); }
.personalize-panel::before { content: ""; position: fixed; inset: 0; z-index: -1; background: url('/assets/materials/map-paper.webp') repeat; opacity: .38; }
.personalize-panel form { width: min(100%, 620px); margin: auto; }
.personalize-panel header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.personalize-panel h2 { margin-bottom: 3px; color: var(--forest); font-family: var(--display); font-size: 2.5rem; line-height: .95; }
.personalize-panel header p { color: var(--muted); }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.personalize-panel fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.personalize-panel legend { margin-bottom: 10px; color: var(--forest); font-family: var(--display); font-size: 1.5rem; font-weight: 750; }
.personalize-panel .field-help { margin: -7px 0 10px; }
.choice-grid { display: grid; gap: 8px; }
.party-grid { grid-template-columns: repeat(2, 1fr); }.interest-grid { grid-template-columns: repeat(2, 1fr); }.energy-grid { grid-template-columns: repeat(3, 1fr); }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: grid; place-items: center; min-height: 48px; padding: 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--forest); font-weight: 650; cursor: pointer; }
.choice-grid input:checked + span { border-color: var(--forest); background: var(--forest); color: #fff; }
.choice-grid input:focus-visible + span { outline: 2px solid #376b82; outline-offset: 2px; }
.date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.date-grid label, .auth-paper label, .promo-confirm label, .offering-editor label { display: grid; gap: 5px; color: var(--muted); font-size: .82rem; font-weight: 650; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.45); color: var(--ink); }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #566a62; }
.personalize-panel .primary-action { width: 100%; background: var(--amber); color: var(--forest); font-family: var(--display); font-size: 1.35rem; }
.form-error { min-height: 1.2em; margin: 8px 0; color: var(--danger); font-weight: 650; }
.booking-dialog { width: min(calc(100% - 28px), 460px); padding: 30px 25px; border: 0; border-radius: 14px; background: var(--paper); color: var(--ink); box-shadow: 0 28px 70px rgba(7, 24, 19, .35), 0 7px 18px rgba(7, 24, 19, .22); }
.booking-dialog::backdrop { background: rgba(9, 27, 22, .72); backdrop-filter: blur(3px); }
.dialog-close { position: absolute; top: 14px; right: 14px; }
.booking-dialog h2 { max-width: 9ch; color: var(--forest); font-family: var(--display); font-size: 2.4rem; line-height: .95; }
.promo-copy { display: flex; align-items: center; justify-content: space-between; width: 100%; margin: 18px 0; padding: 13px 15px; border: 1px dashed var(--forest); border-radius: 10px; background: var(--sage); color: var(--forest); font-size: 1.25rem; font-weight: 800; letter-spacing: .08em; cursor: pointer; }
.booking-dialog .primary-action { width: 100%; }

/* Auth and errors */
.auth-shell { min-height: 100vh; display: grid; align-content: center; justify-items: center; gap: 30px; padding: 30px 18px; background-color: var(--paper); background-image: url('/assets/decor/topo-contours.svg'); background-position: 110% 110%; background-repeat: no-repeat; background-size: min(70vw, 680px); }
.auth-paper { width: min(100%, 460px); padding: 28px; border-top: 5px solid var(--forest); background: rgba(255,255,255,.38); box-shadow: var(--soft-shadow); }
.auth-paper h1, .error-shell h1 { color: var(--forest); font-family: var(--display); font-size: 3rem; line-height: .9; }
.auth-paper form { display: grid; gap: 16px; }
.auth-paper .primary-action { margin-top: 4px; }
.demo-entry { display: grid; gap: 7px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.demo-entry span { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.demo-entry a { color: var(--forest); font-weight: 700; }
.error-shell { min-height: 100vh; display: grid; align-content: center; justify-items: start; max-width: 640px; margin: auto; padding: 40px 22px; }
.error-shell > p { max-width: 55ch; color: var(--muted); font-size: 1.1rem; }
.error-shell .primary-action { padding: 0 18px; }

/* Operational dashboards */
.dashboard-page { background: #ece9df; }
.dashboard-shell { min-height: 100vh; }
.dashboard-nav { position: fixed; inset: 0 auto 0 0; z-index: 30; display: flex; flex-direction: column; width: 255px; padding: 24px 18px; background-color: var(--forest); background-image: url('/assets/materials/enamel-patina.png'); background-size: cover; color: #fff; }
.dashboard-nav::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; pointer-events: none; }
.dashboard-nav nav { display: grid; gap: 4px; margin: 55px 0 24px; }
.dashboard-nav nav a { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; min-height: 44px; padding: 0 12px; border-radius: 10px; color: #dfe8e1; font-weight: 650; text-decoration: none; }
.dashboard-nav nav a:hover { background: rgba(255,255,255,.08); }.dashboard-nav nav a.active { background: var(--amber); color: var(--forest); }
.dashboard-nav nav svg { width: 19px; }
.nav-account { position: relative; z-index: 1; display: grid; grid-template-columns: 38px 1fr 34px; align-items: center; gap: 9px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sage); color: var(--forest); font-weight: 800; }
.nav-account strong, .nav-account small { display: block; }.nav-account small { color: #b9c8bf; }
.nav-account button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; background: transparent; color: #dfe8e1; cursor: pointer; }
.dashboard-main { width: calc(100% - 255px); margin-left: 255px; padding: 42px clamp(28px, 5vw, 74px) 80px; }
.dashboard-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.dashboard-header h1 { margin-bottom: 7px; color: var(--forest); font-family: var(--display); font-size: clamp(3rem, 6vw, 5.2rem); font-weight: 800; line-height: .86; letter-spacing: -.02em; }
.dashboard-header p:last-child { max-width: 65ch; margin-bottom: 0; color: var(--muted); }
.secondary-action, .text-action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 0 14px; border: 1px solid var(--forest); border-radius: 10px; background: transparent; color: var(--forest); font-weight: 700; text-decoration: none; cursor: pointer; }
.secondary-action:hover { background: var(--forest); color: #fff; }.secondary-action svg { width: 17px; }
.primary-action:disabled, .secondary-action:disabled { cursor: not-allowed; opacity: .62; box-shadow: none; }
.primary-action:disabled:hover { background: var(--forest); transform: none; box-shadow: none; }
.secondary-action:disabled:hover { background: transparent; color: var(--forest); }
.text-action { min-height: auto; padding: 7px 0; border: 0; color: var(--danger); text-decoration: underline; text-underline-offset: .2em; }
.metric-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 52px; border-block: 1px solid var(--line); }
.metric-strip > div { min-width: 0; padding: 20px 22px; border-right: 1px solid var(--line); }
.metric-strip > div:first-child { padding-left: 0; }.metric-strip > div:last-child { border-right: 0; }
.metric-strip span, .metric-strip small { display: block; color: var(--muted); }.metric-strip span { font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.metric-strip strong { display: block; margin: 2px 0 3px; color: var(--forest); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 750; line-height: 1; font-variant-numeric: tabular-nums; }
.dashboard-section { margin-top: 58px; scroll-margin-top: 28px; }
.dashboard-section > .section-heading { margin-bottom: 16px; }
.dashboard-section > .section-heading h2 { font-size: 2.4rem; }
.data-table-wrap { overflow-x: auto; border-block: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th { padding: 11px 12px; color: var(--muted); font-size: .72rem; letter-spacing: .05em; text-align: left; text-transform: uppercase; }
td { padding: 13px 12px; border-top: 1px solid rgba(125,143,130,.46); vertical-align: middle; }
td strong, td small { display: block; } td small { color: var(--muted); }
.status { display: inline-flex; padding: 4px 7px; border-radius: 99px; background: #d6ded8; color: #334b42; font-size: .7rem; font-weight: 800; letter-spacing: .04em; }
.status-booked, .status-paid { background: #c9e6d1; color: #1b6331; }.status-disputed { background: #f2d4c5; color: #8a2d27; }.status-void { background: #ddd9d0; color: #645f55; }.status-clicked { background: #f5dfb4; color: #774800; }
.property-assets { display: grid; gap: 16px; }
.property-asset { display: grid; grid-template-columns: 1fr 220px; border-block: 1px solid var(--line); background: rgba(255,255,255,.28); }
.property-copy { padding: 24px; }.property-copy h3 { margin: 0 0 8px; color: var(--forest); font-family: var(--display); font-size: 2.1rem; }.property-copy h3 span { color: var(--muted); font-family: var(--ui); font-size: .78rem; font-weight: 650; white-space: nowrap; }.property-copy > p { max-width: 52ch; color: var(--muted); }
.copy-text { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }.copy-text svg { width: 16px; }
.promo-field { display: flex; align-items: center; gap: 12px; margin-top: 18px; }.promo-field span { color: var(--muted); }.promo-field strong { padding: 6px 9px; border: 1px dashed var(--forest); background: var(--sage); color: var(--forest); letter-spacing: .08em; }
.qr-card { display: grid; place-items: center; align-content: center; gap: 8px; padding: 18px; border-left: 1px solid var(--line); }.qr-card img { width: 155px; background: var(--paper); }.qr-card a { display: flex; align-items: center; gap: 6px; min-height: 44px; color: var(--forest); font-size: .86rem; font-weight: 700; }.qr-card svg { width: 15px; }
.payout-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 28px; border-radius: 14px; background-color: var(--forest); background-image: url('/assets/materials/enamel-patina.png'); color: #fff; box-shadow: var(--soft-shadow); }.payout-callout h2 { margin-bottom: 5px; font-family: var(--display); font-size: 2.3rem; }.payout-callout p:last-child { color: #cedbd2; }.payout-callout .primary-action { padding: 0 18px; background: var(--amber); color: var(--forest); }
.locked-action-panel { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--sage); }
.locked-action-panel > svg { width: 34px; height: 34px; color: var(--forest); }
.locked-action-panel h3 { margin-bottom: 4px; color: var(--forest); font-family: var(--display); font-size: 1.7rem; }
.locked-action-panel p { margin: 0; color: var(--muted); }
.locked-action-panel .primary-action { padding-inline: 16px; }
.action-notice { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-bottom: 16px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--sage); color: var(--forest); }
.action-notice > svg { width: 21px; }
.action-notice strong, .action-notice span { display: block; }
.action-notice span { color: var(--muted); font-size: .82rem; }
.action-notice a, .action-notice button, .promo-locked a { min-height: 44px; border: 0; background: transparent; color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }
.action-notice-warning { background: var(--cream-2); }
.promo-locked { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 110px; color: var(--muted); }
.promo-locked svg { width: 22px; color: var(--forest); }
.void-action { min-height: 44px; }
.void-dialog { position: relative; width: min(calc(100% - 28px), 520px); padding: 34px 30px 28px; border: 0; border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: 0 28px 70px rgba(7,24,19,.35), 0 7px 18px rgba(7,24,19,.22); }
.void-dialog::backdrop { background: rgba(9,27,22,.72); }
.void-dialog .dialog-close { position: absolute; top: 14px; right: 14px; }
.void-dialog-icon { width: 34px; height: 34px; color: var(--danger); }
.void-dialog h2 { margin: 12px 50px 10px 0; color: var(--forest); font-family: var(--display); font-size: 2.35rem; line-height: 1; }
.void-dialog p { color: var(--muted); }
.void-dialog #voidDialogContext { color: var(--forest); font-weight: 700; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.danger-action { min-height: 44px; padding: 0 16px; border: 0; border-radius: 10px; background: var(--danger); color: #fff; font-weight: 700; cursor: pointer; }
.demo-badge { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: .74rem; font-weight: 700; }.demo-badge svg { width: 15px; }
.confirmation-list { border-block: 1px solid var(--line); }
.confirmation-row { display: grid; grid-template-columns: minmax(270px, 1fr) minmax(340px, .9fr) auto; align-items: center; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(125,143,130,.46); }.confirmation-row:first-child { border-top: 0; }
.confirmation-identity { display: flex; align-items: center; gap: 13px; }.confirmation-identity img { width: 76px; height: 66px; object-fit: cover; border-radius: 10px; }.confirmation-identity strong, .confirmation-identity span, .confirmation-identity small { display: block; }.confirmation-identity span, .confirmation-identity small { color: var(--muted); font-size: .85rem; }
.confirm-form { display: flex; align-items: end; gap: 10px; }.confirm-form label > span:first-child { display: block; margin-bottom: 4px; color: var(--muted); font-size: .75rem; font-weight: 650; }.money-input { position: relative; display: block; }.money-input b { position: absolute; top: 11px; left: 11px; color: var(--muted); }.money-input input { padding-left: 25px; }.confirm-form .primary-action { min-height: 46px; padding: 0 14px; white-space: nowrap; }
.empty-state { padding: 44px 20px; text-align: center; }.empty-state svg { width: 42px; height: 42px; color: var(--forest); }.empty-state h3 { margin: 10px 0 3px; color: var(--forest); font-family: var(--display); font-size: 1.8rem; }.empty-state p { color: var(--muted); }
.property-performance { border-block: 1px solid var(--line); }.performance-row { display: grid; grid-template-columns: minmax(180px, .9fr) 2fr 90px; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(125,143,130,.46); }.performance-row:first-child { border-top: 0; }.performance-row strong, .performance-row span { display: block; }.performance-row span { color: var(--muted); font-size: .82rem; }.performance-row b { color: var(--forest); text-align: right; font-variant-numeric: tabular-nums; }.bar-track { height: 10px; overflow: hidden; border-radius: 99px; background: #d8ddd4; }.bar-track span { height: 100%; border-radius: inherit; background: var(--amber); }
.offering-editor { border-block: 1px solid var(--line); }.offering-editor details { border-top: 1px solid rgba(125,143,130,.46); }.offering-editor details:first-child { border-top: 0; }.offering-editor summary { display: grid; grid-template-columns: 76px 1fr 24px; align-items: center; gap: 13px; padding: 12px 0; cursor: pointer; list-style: none; }.offering-editor summary::-webkit-details-marker { display: none; }.offering-editor summary img { width: 76px; height: 58px; object-fit: cover; border-radius: 9px; }.offering-editor summary strong, .offering-editor summary small { display: block; }.offering-editor summary small { color: var(--muted); }.offering-editor details[open] summary > svg { transform: rotate(180deg); }.offering-editor form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 8px 0 20px 89px; }.offering-editor .span-two { grid-column: 1/-1; }.check-label { display: flex!important; align-items: center; flex-direction: row; }.check-label input { width: auto; min-height: 0; }.offering-editor .secondary-action { justify-self: end; }
.offer-policy { max-width: 34ch; color: var(--muted); font-size: .75rem; text-align: right; }
.offer-editor { display: grid; gap: 14px; }
.offer-control { border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.28); }
.offer-control > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.offer-control > header span, .offer-control > header strong { display: block; }
.offer-control > header div > span { color: var(--muted); font-size: .75rem; }
.offer-control > header strong { color: var(--forest); font-family: var(--display); font-size: 1.45rem; }
.pause-offer { display: flex; align-items: center; gap: 12px; padding: 11px 18px; border-bottom: 1px solid var(--line); background: var(--sage); }
.pause-offer button { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; border: 0; background: transparent; color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: .2em; cursor: pointer; }
.pause-offer button svg, .pause-offer.paused svg { width: 17px; }
.pause-offer small { color: var(--muted); }
.pause-offer.paused { margin: 0; color: var(--forest); }
.offer-control details { padding: 0 18px; }
.offer-control summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; color: var(--forest); font-weight: 800; cursor: pointer; list-style: none; }
.offer-control summary::-webkit-details-marker { display: none; }
.offer-control summary svg { width: 18px; transition: transform 180ms ease-out; }
.offer-control details[open] summary svg { transform: rotate(180deg); }
.offer-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 20px; }
.offer-form label, .offer-form legend { color: var(--muted); font-size: .78rem; font-weight: 700; }
.offer-form label > span { font-weight: 400; }
.offer-form .span-two { grid-column: 1 / -1; }
.offer-days { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; border: 0; }
.offer-days legend { width: 100%; margin-bottom: 4px; }
.offer-days label { position: relative; }
.offer-days input { position: absolute; opacity: 0; }
.offer-days label span { display: grid; place-items: center; min-width: 48px; min-height: 44px; padding: 0 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--forest); cursor: pointer; }
.offer-days input:checked + span { border-color: var(--forest); background: var(--forest); color: #fff; }
.offer-days input:focus-visible + span { outline: 2px solid #376b82; outline-offset: 2px; }
.offer-form > button { justify-self: end; }
.promo-confirm { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; padding: 28px; background: var(--sage); box-shadow: inset 0 4px var(--forest); }.promo-confirm h2 { margin-bottom: 6px; color: var(--forest); font-family: var(--display); font-size: 2.4rem; }.promo-confirm > div > p:last-child { color: var(--muted); }.promo-confirm form { display: grid; grid-template-columns: 1fr 1.3fr; gap: 10px; }.promo-confirm form .primary-action { align-self: end; }
.dispute-list, .partner-roster, .property-roster { border-block: 1px solid var(--line); }.dispute-list article { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; }.dispute-list article > svg { color: var(--danger); }.dispute-list strong, .dispute-list span { display: block; }.dispute-list span { color: var(--muted); }.dispute-list p { margin: 4px 0 0; }
.partner-roster article, .property-roster article { display: grid; grid-template-columns: 46px 1fr auto auto; align-items: center; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(125,143,130,.46); }.partner-roster article:first-child, .property-roster article:first-child { border-top: 0; }.vendor-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: #fff; font-family: var(--display); font-weight: 750; }.partner-roster strong, .partner-roster small, .property-roster strong, .property-roster small { display: block; }.partner-roster small, .property-roster small { color: var(--muted); }.partner-roster a, .property-roster a { display: flex; align-items: center; gap: 5px; color: var(--forest); font-weight: 700; }.partner-roster a svg, .property-roster a svg { width: 16px; }.property-roster { margin-top: 24px; }.property-roster article { grid-template-columns: 1fr auto; }
code { padding: 2px 5px; background: rgba(23,54,47,.08); color: var(--forest); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .83em; }
.guest-feedback { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 42px; padding-block: 22px; border-block: 1px solid var(--line); }.guest-feedback h2 { margin-bottom: 3px; color: var(--forest); font-family: var(--display); font-size: 2rem; }.guest-feedback p { margin: 0; color: var(--muted); }.feedback-actions { display: flex; gap: 8px; }.feedback-actions button { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 13px; border: 1px solid var(--forest); border-radius: 10px; background: transparent; color: var(--forest); font-weight: 700; cursor: pointer; }.feedback-actions button:hover, .feedback-actions button.selected { background: var(--forest); color: #fff; }.feedback-actions button:disabled:not(.selected) { opacity: .5; }.feedback-actions svg { width: 17px; }.feedback-status { flex: 0 0 100%; font-size: .84rem; }
.crm-filters { display: flex; flex-wrap: wrap; align-items: end; gap: 10px; margin-bottom: 18px; }.crm-filters label { min-width: 150px; }.crm-filters label, .lead-update label { color: var(--muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }.crm-filters input, .crm-filters select, .lead-update input, .lead-update select { min-height: 42px; margin-top: 4px; }.lead-roster { border-block: 1px solid var(--line); }.lead-row { display: grid; grid-template-columns: 54px minmax(210px,.75fr) minmax(460px,1.25fr); align-items: center; gap: 18px; padding: 16px 0; border-top: 1px solid rgba(125,143,130,.46); }.lead-row:first-child { border: 0; }.lead-score { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--forest); color: #fff; }.lead-score strong { font-family: var(--display); font-size: 1.6rem; line-height: .8; }.lead-score span { font-size: .6rem; text-transform: uppercase; }.lead-identity strong, .lead-identity span, .lead-identity small { display: block; }.lead-identity span, .lead-identity p, .lead-identity small { color: var(--muted); }.lead-identity p { margin: 4px 0; }.lead-identity a { color: var(--forest); }.lead-update { display: grid; grid-template-columns: 120px 145px 1fr auto; align-items: end; gap: 8px; }.lead-update .secondary-action { min-height: 42px; }.funnel-summary { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 18px; border-block: 1px solid var(--line); }.funnel-summary div { padding: 14px 16px; border-right: 1px solid var(--line); }.funnel-summary div:first-child { padding-left: 0; }.funnel-summary div:last-child { border: 0; }.funnel-summary span, .funnel-summary strong { display: block; }.funnel-summary span { color: var(--muted); font-size: .74rem; font-weight: 700; text-transform: uppercase; }.funnel-summary strong { color: var(--forest); font-family: var(--display); font-size: 2.25rem; font-variant-numeric: tabular-nums; }
.onboarding-track { padding: 28px; background: var(--sage); box-shadow: inset 0 4px var(--forest); }.onboarding-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 20px 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }.onboarding-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 10px; padding: 18px 15px; border-right: 1px solid var(--line); }.onboarding-steps li:last-child { border: 0; }.onboarding-steps li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font-weight: 800; }.onboarding-steps li.complete > span { background: var(--forest); color: #fff; }.onboarding-steps strong { color: var(--forest); }.onboarding-steps p { margin: 5px 0 0; color: var(--muted); font-size: .84rem; }.agreement-panel { border-top: 1px solid var(--line); }.agreement-panel summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; color: var(--forest); font-weight: 800; cursor: pointer; }.agreement-panel summary svg { width: 18px; }.agreement-copy { max-width: 760px; padding: 10px 0 5px; }.agreement-copy h3 { color: var(--forest); font-family: var(--display); font-size: 2rem; }.agreement-copy form { display: grid; gap: 12px; max-width: 580px; }.agreement-copy .check-label { gap: 8px; }.agreement-receipt { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--forest); }.agreement-receipt svg { width: 20px; }

@media (min-width: 720px) {
  .guest-shell { padding: 24px 30px 130px; }
  .guest-masthead { min-height: 76px; }
  .brand { font-size: 2rem; }.brand img { width: 48px; height: 52px; }
  .property-lockup { max-width: none; font-size: 1rem; }
  .valley-stamp { display: block; position: absolute; right: -18px; top: -15px; width: 98px; opacity: .18; transform: rotate(5deg); pointer-events: none; }
  .property-lockup { margin-right: 78px; }
  .conditions-board { grid-template-columns: 80px 1fr; padding: 30px 34px 23px; }
  .weather-icon { width: 72px; height: 65px; }.weather-icon svg { width: 58px; height: 58px; }
  .temperature span { font-size: 1.25rem; }.conditions-copy p { font-size: 1.2rem; }
  .best-fit { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 400px; border-bottom: 1px solid var(--line); background: rgba(244,240,228,.72); }
  .best-fit-photo { position: relative; inset: auto; height: 100%; aspect-ratio: auto; border-radius: 14px 0 0 14px; }
  .best-fit-content { position: relative; inset: auto; display: flex; flex-direction: column; justify-content: center; padding: 26px 22px 26px 28px; background: transparent; color: var(--ink); }
  .photo-title .vendor-name { font-size: .9rem; }.photo-title h2 { font-size: 3.15rem; }.fit-reason { color: var(--muted); font-size: 1rem; white-space: normal; }.activity-facts { margin-bottom: 16px; border-block: 1px solid var(--line); }.activity-facts dt { color: var(--muted); }.activity-facts dd { color: var(--forest); font-size: .94rem; }
  .book-button { position: static; width: 100%; min-height: 52px; background: var(--forest); color: #fff; box-shadow: 0 8px 20px rgba(24, 54, 47, .16), 0 2px 5px rgba(24, 54, 47, .18); }.book-button span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  .recommendation-row { grid-template-columns: 190px 1fr 54px; min-height: 150px; }
  .recommendation-row > img { width: 176px; height: 128px; }
  .row-copy h2 { font-size: 1.8rem; }.row-reason { display: block; margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
  .interest-grid { grid-template-columns: repeat(3, 1fr); }.party-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1160px) {
  .guest-canvas { display: grid; grid-template-columns: minmax(620px, 880px) minmax(260px, 330px); justify-content: center; gap: clamp(40px, 6vw, 90px); padding: 30px 45px; }
  .guest-shell { width: 100%; padding-top: 0; }
  .guest-context { display: block; position: sticky; top: 70px; align-self: start; padding-top: 80px; }
  .guest-context > img { width: 122px; margin-bottom: 22px; opacity: .6; }
  .guest-context h2 { color: var(--forest); font-family: var(--display); font-size: 2.6rem; line-height: .95; }
  .guest-context > p { color: var(--muted); }
  .guest-context ul { display: grid; gap: 0; margin: 25px 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
  .guest-context li { display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid var(--line); }.guest-context li:first-child { border: 0; }.guest-context li svg { width: 20px; color: var(--forest); }.guest-context li strong { color: var(--forest); }.guest-context small { color: var(--muted); }
}

@media (max-width: 900px) {
  .site-header nav a:not(.header-demo) { display: none; }
  .marketing-hero { grid-template-columns: 1fr; min-height: auto; }.hero-copy h1 { font-size: clamp(4rem,13vw,6.4rem); }.demo-board { grid-template-columns: 1fr 250px; align-items: center; }
  .how-strip, .audience-section { grid-template-columns: 1fr; }.how-strip ol { margin-top: 8px; }
  .site-footer { grid-template-columns: 1fr auto; }.site-footer p { grid-column: 1/-1; grid-row: 2; text-align: left; }
  .lead-row { grid-template-columns: 54px 1fr; }.lead-update { grid-column: 2; }.onboarding-steps { grid-template-columns: repeat(2,1fr); }.onboarding-steps li:nth-child(2) { border-right: 0; }.onboarding-steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 980px) {
  .dashboard-nav { position: static; width: 100%; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 12px 18px; }
  .dashboard-nav::after { inset: 5px; }.dashboard-nav .brand { font-size: 1.45rem; }.dashboard-nav .brand img { width: 34px; height: 38px; }
  .dashboard-nav nav { display: flex; justify-content: center; margin: 0; }.dashboard-nav nav a { font-size: 0; padding: 0 12px; }.dashboard-nav nav a svg { width: 21px; height: 21px; }
  .nav-account { grid-template-columns: 34px 34px; margin: 0; padding: 0; border: 0; }.nav-account > div { display: none; }.avatar { width: 34px; height: 34px; }
  .dashboard-main { width: 100%; margin: 0; padding: 34px 24px 70px; }
  .dashboard-header h1 { font-size: 4.2rem; }
  .metric-strip { grid-template-columns: repeat(2, 1fr); }.metric-strip > div:nth-child(2) { border-right: 0; }.metric-strip > div:nth-child(n+3) { border-top: 1px solid var(--line); }.metric-strip > div:nth-child(3) { padding-left: 0; }
  .confirmation-row { grid-template-columns: 1fr; gap: 10px; }.confirm-form { justify-self: start; }
  .promo-confirm { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 66px; }.site-header .brand { font-size: 1.3rem; }.site-header .brand img { width: 34px; height: 38px; }.site-header .header-demo { font-size: .78rem; padding-inline: 10px; }
  .marketing-hero { padding-block: 48px 64px; }.hero-copy h1 { max-width: none; font-size: clamp(3.35rem,14vw,4.2rem); }.hero-actions { display: grid; }.hero-facts { grid-template-columns: 1fr; }.hero-facts li { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }.hero-facts li:last-child { border: 0; }.demo-board { grid-template-columns: 1fr; padding: 24px; }.demo-qr { width: 100%; }.demo-qr img { width: 180px; }
  .how-strip, .audience-section { padding-block: 64px; }.how-strip ol { grid-template-columns: 1fr; }.how-strip li { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }.how-strip li:last-child { border: 0; }.how-strip li svg { grid-row: 1/3; margin: 0; }.how-strip li span { grid-column: 2; }.lead-form { grid-template-columns: 1fr; padding: 22px; }.lead-form h3, .lead-form > p, .lead-form .span-two { grid-column: auto; }.commission-math { grid-template-columns: 1fr; }.commission-math div:nth-last-child(2) { border-bottom: 1px solid rgba(125,143,130,.46); }.site-footer { grid-template-columns: 1fr; }.site-footer p { grid-column: auto; grid-row: auto; }.form-confirmation { align-items: flex-start; }
  .dashboard-nav { grid-template-columns: 1fr auto; }.dashboard-nav nav { position: fixed; z-index: 40; inset: auto 8px 8px; justify-content: space-around; padding: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: var(--forest); box-shadow: 0 15px 35px rgba(0,0,0,.25), 0 4px 10px rgba(0,0,0,.18); }.dashboard-nav nav a { width: 52px; justify-content: center; }.nav-account { display: none; }
  .dashboard-main { padding: 28px 17px 100px; }.dashboard-header { display: grid; }.dashboard-header h1 { font-size: 3.5rem; }.dashboard-header .secondary-action, .dashboard-header form { justify-self: start; }
  .metric-strip > div { padding: 15px 12px; }.metric-strip > div:first-child, .metric-strip > div:nth-child(3) { padding-left: 0; }.metric-strip strong { font-size: 2.35rem; }
  .property-asset { grid-template-columns: 1fr; }.qr-card { border-left: 0; border-top: 1px solid var(--line); }.payout-callout { display: grid; }
  .performance-row { grid-template-columns: 1fr 65px; gap: 8px; }.performance-row .bar-track { grid-column: 1 / -1; grid-row: 2; }.performance-row b { grid-column: 2; grid-row: 1; }
  .offering-editor form { grid-template-columns: 1fr; padding-left: 0; }.offering-editor .span-two { grid-column: auto; }
  .offer-policy { max-width: none; text-align: left; }
  #offers > .section-heading { display: block; }
  #offers .offer-policy { display: block; margin-top: 8px; }
  .offer-form { grid-template-columns: 1fr; }
  .offer-form .span-two { grid-column: auto; }
  .pause-offer { align-items: flex-start; flex-direction: column; gap: 2px; }
  .promo-confirm form { grid-template-columns: 1fr; }.partner-roster article { grid-template-columns: 42px 1fr auto; }.partner-roster .demo-badge { display: none; }.partner-roster a { grid-column: 2; }
  .data-table-wrap { margin-inline: -17px; padding-inline: 17px; }
  .lead-row { grid-template-columns: 44px 1fr; gap: 12px; }.lead-score { width: 42px; height: 42px; }.lead-update { grid-column: 1/-1; grid-template-columns: 1fr 1fr; }.lead-update .lead-notes, .lead-update button { grid-column: 1/-1; }.funnel-summary { grid-template-columns: repeat(2,1fr); }.funnel-summary div:nth-child(2) { border-right: 0; }.funnel-summary div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.onboarding-track { margin-inline: -17px; padding-inline: 17px; }.onboarding-steps { grid-template-columns: 1fr; }.onboarding-steps li { border-right: 0; border-bottom: 1px solid var(--line); }.onboarding-steps li:last-child { border: 0; }.guest-feedback { flex-wrap: wrap; align-items: flex-start; }.feedback-actions { width: 100%; }.feedback-actions button { flex: 1; }
}

@media (max-width: 719px) {
  .guest-shell { padding-top: 10px; }
  .guest-masthead { min-height: 54px; padding-bottom: 8px; }
  .brand { font-size: 1.5rem; }.brand img { width: 35px; height: 38px; }
  .property-lockup { font-size: .82rem; }
  .conditions-board { grid-template-columns: 48px 1fr; margin: 10px 0 18px; padding: 16px 18px 13px; }
  .weather-icon { width: 43px; height: 43px; }.weather-icon svg { width: 36px; height: 36px; }
  .temperature { font-size: 2.72rem; }.temperature span { font-size: .92rem; }
  .conditions-copy p { margin-top: 6px; font-size: .93rem; }
  .condition-meta { gap: 14px; padding-top: 8px; font-size: .77rem; }
  .section-heading { gap: 10px; margin-bottom: 9px; }
  .section-heading h1 { font-size: 2.45rem; }.section-heading p { margin-top: 4px; font-size: .9rem; line-height: 1.35; }
  .source-note { padding: 4px 7px; font-size: .66rem; }
  .demo-disclosure { margin: 0 0 9px; padding: 7px 8px; font-size: .75rem; }
  .best-fit { margin-bottom: 12px; }
  .best-fit-content { padding: 8px 60px 8px 12px; }
  .fit-reason { margin-bottom: 4px; }
  .activity-facts div { padding-block: 7px; }
  .book-button { right: 10px; bottom: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}

/* Public guest and partner journeys */
.public-page { background: var(--paper); }
.public-page::after { content: ""; position: fixed; z-index: -1; inset: 76px 0 auto auto; width: min(42vw, 620px); height: min(42vw, 620px); background: url('/assets/decor/topo-contours.svg') center/contain no-repeat; opacity: .07; pointer-events: none; }
.public-header { position: sticky; z-index: 80; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 10px clamp(18px, 4vw, 64px); border-bottom: 1px solid rgba(82,103,95,.44); background: rgba(244,240,228,.96); backdrop-filter: blur(14px); }
.public-header nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); }
.public-header nav a { position: relative; color: var(--forest); font-size: .9rem; font-weight: 750; text-decoration: none; }
.public-header nav a:not(.public-login)::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--amber-deep); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease-out; }
.public-header nav a:hover::after, .public-header nav a[aria-current="page"]::after { transform: scaleX(1); }
.public-login { display: inline-flex; align-items: center; gap: 7px; min-height: 43px; padding: 0 14px; border: 1px solid var(--forest); }
.public-login:hover { background: var(--forest); color: #fff; }
.public-login svg { width: 16px; }
.public-menu { display: none; align-items: center; gap: 7px; min-height: 44px; padding: 0 12px; border: 1px solid var(--forest); background: transparent; color: var(--forest); font-weight: 750; }
.public-menu svg { width: 18px; }
.public-shell { overflow: clip; }
.public-page::after { display: none; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--amber-deep); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow svg { width: 17px; }
.public-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 30px; }
.public-primary { min-height: 56px; padding: 0 21px; border-radius: 0; background: var(--amber); color: var(--forest); box-shadow: 7px 7px 0 rgba(23,54,47,.16); }
.public-primary:hover { background: #f6b958; color: var(--forest); box-shadow: 4px 4px 0 rgba(23,54,47,.22); transform: translate(3px,3px); }
.text-action { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-weight: 750; text-decoration: underline; text-decoration-color: var(--amber-deep); text-decoration-thickness: 2px; }
.text-action svg { width: 17px; }
.public-hero-image { position: relative; overflow: hidden; background: var(--sage); }
.public-hero-image img { width: 100%; height: 100%; object-fit: cover; animation: public-photo-reveal 900ms cubic-bezier(.16,1,.3,1) both; }
.image-caption { position: absolute; right: 0; bottom: 0; padding: 8px 12px; background: var(--paper); color: var(--forest); font-size: .7rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
@keyframes public-photo-reveal { from { clip-path: inset(0 0 18% 0); transform: scale(1.035); } to { clip-path: inset(0); transform: scale(1); } }

.guest-public-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(410px, .78fr); min-height: calc(100svh - 76px); background: var(--forest); }
.guest-hero-image { grid-column: 1 / -1; grid-row: 1; min-height: calc(100svh - 76px); }
.guest-hero-image::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--amber); }
.guest-hero-image img { object-position: 62% center; filter: saturate(.86) contrast(1.04); }
.guest-hero-plate { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: center; width: min(650px, calc(100% - 7vw)); margin-left: clamp(24px, 6vw, 92px); padding: clamp(34px, 5vw, 64px); background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: 18px 18px 0 rgba(9,29,23,.32); }
.guest-hero-plate::before { content: "Bow Valley field note  /  01"; display: block; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.25); color: #c7d8cc; font-size: .67rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.guest-hero-plate .eyebrow { margin-top: 25px; color: #ffd178; }
.guest-hero-plate h1 { max-width: 9ch; margin-bottom: 24px; font-family: var(--display); font-size: clamp(4.6rem, 7vw, 7.2rem); font-weight: 800; letter-spacing: -.035em; line-height: .8; }
.guest-hero-plate > p { max-width: 49ch; color: #d6e3da; font-size: 1.1rem; }
.guest-hero-plate .text-action { color: #fff; }
.conditions-ticket { position: absolute; right: clamp(-250px, -16vw, -150px); bottom: clamp(24px, 8vh, 80px); display: grid; grid-template-columns: 1fr auto; width: 315px; padding: 17px 20px; border-top: 4px solid var(--amber); background: var(--paper); color: var(--forest); box-shadow: var(--soft-shadow); transform: rotate(-2deg); }
.conditions-ticket > span { display: flex; align-items: center; gap: 7px; font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.conditions-ticket svg { width: 18px; color: var(--amber-deep); }
.conditions-ticket strong { grid-row: 1 / 3; grid-column: 2; align-self: center; padding-left: 16px; font-family: var(--display); font-size: 3.7rem; line-height: .8; font-variant-numeric: tabular-nums; }
.conditions-ticket p { margin: 5px 0 0; color: var(--muted); font-size: .77rem; }

.guest-promise { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); align-items: stretch; padding: 0 clamp(18px, 6vw, 92px); background: var(--amber); color: var(--forest); }
.guest-promise > p { display: grid; align-items: center; margin: 0; padding: 30px 34px 30px 0; border-right: 1px solid rgba(23,54,47,.4); font-family: var(--display); font-size: 2rem; font-weight: 800; line-height: .95; }
.guest-promise ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.guest-promise li { display: grid; grid-template-columns: 31px 1fr; gap: 10px; padding: 28px clamp(17px, 2.2vw, 32px); border-right: 1px solid rgba(23,54,47,.4); }
.guest-promise li:last-child { border: 0; }
.guest-promise li svg { width: 24px; }
.guest-promise li strong, .guest-promise li span { display: block; }
.guest-promise li strong { margin-bottom: 3px; font-size: .92rem; }
.guest-promise li span { font-size: .8rem; }

.guide-preview { display: grid; grid-template-columns: minmax(0,.8fr) minmax(470px,1.2fr); gap: clamp(54px,9vw,140px); align-items: center; padding: clamp(82px,10vw,150px) clamp(18px,7vw,110px); background: var(--paper); }
.guide-preview-copy h2, .partner-fork h2, .partner-economics h2, .partner-flow > h2, .apply-copy h2, .host-kit h2, .ledger-copy h2 { color: var(--forest); font-family: var(--display); font-size: clamp(3.2rem,5.3vw,5.7rem); font-weight: 800; letter-spacing: -.025em; line-height: .83; }
.guide-preview-copy > p:not(.eyebrow), .partner-economics > div > p:last-child, .apply-copy > p:not(.eyebrow), .host-kit > div > p:last-child, .ledger-copy > p:not(.eyebrow) { max-width: 52ch; color: var(--muted); font-size: 1.06rem; }
.guide-preview-copy ol { margin: 34px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.guide-preview-copy li { display: flex; gap: 19px; padding: 13px 0; border-top: 1px solid rgba(82,103,95,.35); color: var(--forest); font-weight: 700; }
.guide-preview-copy li:first-child { border: 0; }
.guide-preview-copy li span { color: var(--amber-deep); font-variant-numeric: tabular-nums; }
.guide-preview-board { position: relative; padding: 24px; border: 1px solid #092a21; border-radius: 14px; background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: var(--soft-shadow); transform: rotate(1.4deg); }
.guide-preview-board::before { content: ""; position: absolute; inset: -22px -34px auto auto; width: 95px; height: 95px; background: url('/assets/decor/bow-valley-stamp.svg') center/contain no-repeat; opacity: .72; transform: rotate(8deg); }
.guide-preview-board header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.28); color: #c9d9cf; font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.preview-weather { display: grid; grid-template-columns: 52px auto 1fr; align-items: center; gap: 13px; padding: 24px 0; }
.preview-weather svg { width: 42px; height: 42px; color: var(--amber); }
.preview-weather strong { font-family: var(--display); font-size: 4rem; line-height: .8; }
.preview-weather span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.25); color: #d3e0d7; font-size: .82rem; }
.preview-best { padding: 25px; background: var(--paper); color: var(--forest); }
.preview-best > span { color: var(--amber-deep); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.preview-best h3 { margin: 6px 0 2px; font-family: var(--display); font-size: 2.8rem; line-height: .9; }
.preview-best p { color: var(--muted); font-size: .86rem; }
.preview-best a { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.preview-best a svg { width: 16px; }
.guide-preview-board > ul { margin: 0; padding: 5px 0 0; list-style: none; }
.guide-preview-board > ul li { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 9px; padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.2); }
.guide-preview-board > ul li:last-child { border: 0; }
.guide-preview-board > ul svg { width: 18px; color: var(--amber); }
.guide-preview-board > ul span { color: #e2eae4; }

.partner-fork { padding: clamp(76px,9vw,130px) clamp(18px,7vw,110px); background: var(--sage); }
.partner-fork h2 { max-width: 12ch; }
.partner-fork > div { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 52px; border-block: 1px solid var(--forest); }
.partner-fork a { display: grid; grid-template-columns: 1fr 42px; gap: 11px 20px; padding: 30px; text-decoration: none; transition: background 180ms ease-out, color 180ms ease-out; }
.partner-fork a:first-child { border-right: 1px solid var(--forest); }
.partner-fork a:hover { background: var(--forest); color: #fff; }
.partner-fork a span { grid-column: 1; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partner-fork a strong { grid-column: 1; font-family: var(--display); font-size: clamp(2rem,3vw,3.1rem); line-height: .9; }
.partner-fork a svg { grid-column: 2; grid-row: 1 / 3; align-self: center; width: 30px; height: 30px; }

.public-footer { display: grid; grid-template-columns: auto minmax(280px,1fr) auto; align-items: center; gap: clamp(25px,5vw,70px); padding: 38px clamp(18px,5vw,72px); background: var(--forest); color: #dbe6de; }
.public-footer p { max-width: 65ch; margin: 0; font-size: .83rem; }
.public-footer nav { display: flex; gap: 18px; }
.public-footer nav a { color: #fff; font-size: .8rem; font-weight: 700; }

/* Partner hero surfaces */
.partner-hero { position: relative; display: grid; grid-template-columns: minmax(400px,.76fr) minmax(0,1.24fr); min-height: calc(100svh - 76px); }
.partner-hero-copy { z-index: 2; align-self: center; padding: clamp(50px,7vw,110px) clamp(30px,6vw,90px); }
.partner-hero-copy h1, .host-hero-copy h1 { max-width: 8ch; margin-bottom: 25px; color: var(--forest); font-family: var(--display); font-size: clamp(4.7rem,7vw,7.6rem); font-weight: 800; letter-spacing: -.035em; line-height: .78; }
.partner-hero-copy > p:not(.eyebrow), .host-hero-copy > p:not(.eyebrow) { max-width: 50ch; color: var(--muted); font-size: 1.1rem; }
.vendor-hero-image { min-height: calc(100svh - 76px); }
.vendor-hero-image img { object-position: 50% center; }
.commission-flag { position: absolute; z-index: 3; left: calc(38% - 70px); bottom: 6vh; display: grid; width: 260px; padding: 20px 24px; border: 1px solid var(--forest); background: var(--amber); color: var(--forest); box-shadow: 10px 10px 0 rgba(23,54,47,.26); transform: rotate(-2deg); }
.commission-flag span, .commission-flag small { font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.commission-flag strong { margin: 6px 0; font-family: var(--display); font-size: 5rem; line-height: .78; }
.partner-economics { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.7fr); gap: clamp(50px,9vw,140px); align-items: center; padding: clamp(80px,10vw,140px) clamp(18px,7vw,110px); background: var(--sage); }
.partner-economics h2 { max-width: 10ch; }
.partner-economics dl { margin: 0; border-block: 1px solid var(--forest); }
.partner-economics dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 3px; border-top: 1px solid rgba(23,54,47,.35); }
.partner-economics dl div:first-child { border: 0; }
.partner-economics dt { color: var(--muted); }
.partner-economics dd { margin: 0; color: var(--forest); font-family: var(--display); font-size: 1.7rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.partner-flow { padding: clamp(80px,9vw,130px) clamp(18px,7vw,110px); }
.partner-flow > h2 { max-width: 11ch; }
.partner-flow ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 50px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.partner-flow li { position: relative; padding: 26px clamp(16px,2.4vw,34px); border-right: 1px solid var(--line); }
.partner-flow li:last-child { border: 0; }
.partner-flow li > span { position: absolute; top: 12px; right: 12px; color: var(--line); font-family: var(--display); font-size: 2.2rem; font-weight: 800; }
.partner-flow li > svg { width: 34px; height: 34px; margin: 24px 0 42px; color: var(--amber-deep); }
.partner-flow h3 { margin-bottom: 7px; color: var(--forest); font-family: var(--display); font-size: 1.8rem; }
.partner-flow li p { color: var(--muted); font-size: .9rem; }
.partner-apply { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(480px,1.28fr); gap: clamp(45px,8vw,120px); align-items: start; padding: clamp(80px,10vw,145px) clamp(18px,7vw,110px); background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; }
.apply-copy { position: sticky; top: 120px; }
.apply-copy h2 { color: #fff; }
.apply-copy > p:not(.eyebrow) { color: #d2dfd6; }
.apply-copy .eyebrow { color: #ffd178; }
.apply-copy ul { margin: 32px 0 0; padding: 0; border-block: 1px solid rgba(255,255,255,.25); list-style: none; }
.apply-copy li { display: flex; gap: 10px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.2); color: #e3ebe5; }
.apply-copy li:first-child { border: 0; }
.apply-copy li svg { width: 19px; color: var(--amber); }
.partner-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: clamp(24px,4vw,46px); background: var(--paper); color: var(--ink); box-shadow: 14px 14px 0 rgba(7,25,20,.36); }
.partner-form label { color: var(--forest); font-size: .8rem; font-weight: 750; }
.partner-form label > span { color: var(--muted); font-weight: 550; }
.partner-form input, .partner-form select, .partner-form textarea { margin-top: 6px; border-radius: 0; background: rgba(255,255,255,.55); }
.partner-form .span-two { grid-column: 1 / -1; }
.partner-form .consent-row { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-weight: 550; }
.partner-form .consent-row input { width: 18px; min-height: 18px; margin: 2px 0 0; }
.application-confirmation { padding: clamp(32px,5vw,60px); background: var(--paper); color: var(--forest); box-shadow: 14px 14px 0 rgba(7,25,20,.36); }
.application-confirmation > svg { width: 52px; height: 52px; color: var(--amber-deep); }
.application-confirmation h3 { margin: 18px 0 8px; font-family: var(--display); font-size: 3.2rem; line-height: .9; }
.application-confirmation p { color: var(--muted); }
.application-confirmation a { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; }

/* Founding vendor join surface */
.join-shell { background: var(--paper); }
.join-hero { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); gap: clamp(52px,8vw,126px); align-items: center; min-height: calc(100svh - 76px); padding: clamp(64px,8vw,110px) clamp(20px,6vw,92px); }
.join-hero-copy h1 { max-width: 10ch; margin-bottom: 26px; color: var(--forest); font-family: var(--display); font-size: clamp(3.9rem,7vw,6rem); font-weight: 600; letter-spacing: -.035em; line-height: .91; }
.join-hero-copy > p:not(.invite-note) { max-width: 59ch; color: var(--muted); font-size: 1.12rem; }
.invite-note { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; color: var(--forest); font-size: .9rem; font-weight: 700; }
.invite-note svg { width: 19px; color: var(--amber-deep); }
.join-trust { display: flex; flex-wrap: wrap; gap: 9px 22px; margin: 30px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); color: var(--forest); font-size: .84rem; font-weight: 650; list-style: none; }
.join-trust li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--amber-deep); }
.perk-console { position: relative; padding: clamp(26px,4vw,42px); overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: var(--soft-shadow); }
.perk-console::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; pointer-events: none; }
.perk-console-head, .perk-console-title, .perk-price, .perk-console dl div { position: relative; z-index: 1; }
.perk-console-head { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.24); color: #d2dfd6; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.perk-console-head strong { color: #ffd178; }
.perk-console-title { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px 0 22px; }
.perk-console-title small { color: #cbd9cf; }
.perk-console-title h2 { margin: 4px 0 0; color: #fff; font-family: var(--display); font-size: clamp(2.2rem,4vw,3.5rem); font-weight: 600; line-height: .95; }
.perk-toggle { display: flex; align-items: center; justify-content: flex-end; width: 58px; height: 32px; padding: 3px; border-radius: 999px; background: var(--amber); }
.perk-toggle i { display: block; width: 26px; height: 26px; border-radius: 50%; background: var(--forest); }
.perk-price { display: flex; align-items: center; gap: 18px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.24); }
.perk-price strong { color: #ffd178; font-family: var(--display); font-size: clamp(4rem,7vw,5.8rem); font-weight: 600; font-variant-numeric: tabular-nums; line-height: .8; }
.perk-price span { color: #e3ebe5; line-height: 1.4; }
.perk-console dl { margin: 8px 0 0; }
.perk-console dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.perk-console dt { color: #cbd9cf; }.perk-console dd { margin: 0; font-weight: 700; }
.perk-console > p { position: relative; z-index: 1; margin: 18px 0 0; color: #cbd9cf; font-size: .78rem; }
.founding-window { padding: clamp(62px,8vw,96px) 0; background: var(--sage); }
.founding-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: clamp(48px,8vw,120px); align-items: end; padding-inline: clamp(20px,6vw,92px); }
.founding-grid h2, .join-mechanics h2, .founder-copy h2 { max-width: 12ch; color: var(--forest); font-family: var(--display); font-size: clamp(2.8rem,5vw,4.8rem); font-weight: 600; letter-spacing: -.03em; line-height: .98; }
.founding-grid p, .join-mechanics .section-intro p, .founder-copy p { max-width: 62ch; color: var(--muted); }
.founding-grid dl { margin: 0; border-block: 1px solid var(--forest); }
.founding-grid dl div { display: flex; justify-content: space-between; gap: 22px; padding: 15px 2px; border-top: 1px solid rgba(18,59,46,.28); }
.founding-grid dl div:first-child { border: 0; }.founding-grid dd { margin: 0; color: var(--forest); font-family: var(--display); font-size: 1.55rem; font-weight: 600; }
.join-mechanics { padding: clamp(78px,10vw,138px) clamp(20px,6vw,92px); }
.join-mechanics .section-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 42px; align-items: end; }
.join-math { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); margin-top: 48px; border-block: 1px solid var(--forest); }
.join-math > div { min-height: 142px; padding: 22px; border-right: 1px solid var(--line); }
.join-math > div:last-child { border: 0; }.join-math span, .join-math strong, .join-math small { display: block; }
.join-math span { color: var(--muted); font-size: .8rem; }.join-math strong { margin-top: 12px; color: var(--forest); font-family: var(--display); font-size: 2.7rem; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1; }.join-math small { color: var(--muted); }
.join-math-total { background: var(--forest); }.join-math-total span { color: #cbd9cf; }.join-math-total strong { color: #ffd178; font-size: 3.8rem; }
.join-steps { display: grid; grid-template-columns: repeat(2,1fr); margin: 58px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.join-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 28px 30px 28px 0; border-bottom: 1px solid var(--line); }.join-steps li:nth-child(odd) { border-right: 1px solid var(--line); }.join-steps li:nth-child(even) { padding-left: 30px; }.join-steps li:nth-last-child(-n+2) { border-bottom: 0; }
.join-steps svg { width: 30px; color: var(--amber-deep); }.join-steps h3 { margin-bottom: 5px; color: var(--forest); font-family: var(--display); font-size: 1.7rem; font-weight: 600; }.join-steps p { margin: 0; color: var(--muted); }
.founder-story { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); min-height: 680px; background: var(--paper-deep); }
.founder-image { min-height: 620px; overflow: hidden; }.founder-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) sepia(.08); }
.founder-copy { align-self: center; padding: clamp(54px,7vw,108px); }.founder-copy .text-action { margin-top: 20px; }
.apply-resources { display: grid; gap: 8px; margin-top: 26px; }.apply-resources a { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 700; }.apply-resources svg { width: 18px; color: var(--amber); }
.join-form, .join-apply .application-confirmation { border-radius: 16px; box-shadow: var(--soft-shadow); }
#vendor-form, #host-form { scroll-margin-top: 96px; }

/* Host partner surface */
.host-public-hero { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(430px,.88fr); min-height: calc(100svh - 76px); background: var(--paper-deep); }
.host-hero-image { min-height: calc(100svh - 76px); }
.host-hero-image img { object-position: 62% center; }
.host-hero-copy { align-self: center; padding: clamp(48px,6vw,92px); }
.host-hero-copy h1 { max-width: 9ch; }
.host-hero-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 44px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.host-hero-facts li { padding: 16px 12px; border-right: 1px solid var(--line); }
.host-hero-facts li:first-child { padding-left: 0; }
.host-hero-facts li:last-child { border: 0; }
.host-hero-facts strong, .host-hero-facts span { display: block; }
.host-hero-facts strong { color: var(--forest); font-family: var(--display); font-size: 2.3rem; line-height: 1; }
.host-hero-facts span { color: var(--muted); font-size: .71rem; text-transform: uppercase; }
.host-kit { display: grid; grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr); gap: clamp(55px,9vw,130px); align-items: center; padding: clamp(82px,10vw,145px) clamp(18px,7vw,110px); }
.host-kit h2 { max-width: 10ch; }
.host-kit ol { display: grid; margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.host-kit li { display: grid; grid-template-columns: 46px 1fr; gap: 7px 17px; padding: 22px 0; border-top: 1px solid var(--line); }
.host-kit li:first-child { border: 0; }
.host-kit li svg { grid-row: 1 / 3; width: 34px; height: 34px; color: var(--amber-deep); }
.host-kit li strong { color: var(--forest); font-family: var(--display); font-size: 1.7rem; }
.host-kit li span { color: var(--muted); }
.host-ledger { display: grid; grid-template-columns: minmax(480px,1.1fr) minmax(300px,.9fr); gap: clamp(55px,9vw,140px); align-items: center; padding: clamp(82px,10vw,145px) clamp(18px,7vw,110px); background: var(--sage); }
.ledger-board { padding: 28px; border: 1px solid #08251d; border-radius: 14px; background: var(--forest) url('/assets/materials/enamel-patina.png') center/cover; color: #fff; box-shadow: var(--soft-shadow); transform: rotate(-1deg); }
.ledger-board header, .ledger-board > div, .ledger-board footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.ledger-board header { padding-top: 0; color: #cbd9cf; font-size: .72rem; text-transform: uppercase; }
.ledger-board header strong { grid-column: 2 / 4; }
.ledger-board > div span:nth-child(2) { color: #ffd178; font-size: .72rem; font-weight: 750; text-transform: uppercase; }
.ledger-board > div strong, .ledger-board footer strong { font-variant-numeric: tabular-nums; }
.ledger-board footer { border: 0; font-family: var(--display); font-size: 1.8rem; }
.ledger-board footer strong { grid-column: 3; }
.ledger-copy h2 { max-width: 9ch; }
.legal-shell { width: min(100% - 36px, 840px); min-height: 70vh; margin: 0 auto; padding: clamp(70px,10vw,130px) 0; }
.legal-shell h1 { color: var(--forest); font-family: var(--display); font-size: clamp(4.5rem,10vw,7.5rem); line-height: .8; }
.legal-shell h2 { margin-top: 42px; color: var(--forest); font-family: var(--display); font-size: 2rem; }
.legal-shell p { color: var(--muted); font-size: 1.05rem; }
.legal-note { margin-top: 48px; padding: 18px 0; border-block: 1px solid var(--line); }
.auth-notice { padding: 12px 0; border-block: 1px solid var(--amber-deep); color: var(--forest); }

@media (max-width: 1060px) {
  .guest-public-hero { grid-template-columns: 1fr; min-height: auto; padding: 64px 24px; }
  .guest-hero-image { position: absolute; inset: 0; min-height: 100%; }
  .guest-hero-plate { grid-column: 1; width: min(650px, calc(100% - 10vw)); margin: 0; }
  .conditions-ticket { right: -18vw; }
  .guest-promise { grid-template-columns: 1fr; }.guest-promise > p { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(23,54,47,.4); }
  .guide-preview, .partner-economics, .host-kit, .host-ledger { grid-template-columns: 1fr; }
  .guide-preview-copy, .partner-economics > div, .host-kit > div, .ledger-copy { max-width: 700px; }
  .partner-hero, .host-public-hero { grid-template-columns: 1fr 1fr; }
  .commission-flag { left: calc(50% - 70px); }
  .partner-flow ol { grid-template-columns: repeat(2,1fr); }.partner-flow li:nth-child(2) { border-right: 0; }.partner-flow li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .public-header { min-height: 66px; }
  .public-header .brand { font-size: 1.5rem; }.public-header .brand img { width: 35px; height: 39px; }
  .public-menu { display: inline-flex; }
  .public-header nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 12px 18px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 24px rgba(23,54,47,.14); }
  .public-header nav.is-open { display: grid; }
  .public-header nav a { padding: 11px 0; }
  .public-login { justify-content: center; margin-top: 5px; }
  .guest-public-hero { min-height: calc(100svh - 66px); padding: 28px 18px; align-items: end; }
  .guest-hero-image img { object-position: 66% center; }
  .guest-hero-plate { width: 100%; align-self: end; padding: 26px 22px; box-shadow: 8px 8px 0 rgba(9,29,23,.32); }
  .guest-hero-plate h1 { font-size: clamp(4rem,17vw,5.2rem); }
  .conditions-ticket { position: static; width: 100%; margin-top: 34px; transform: none; }
  .guest-promise ul { grid-template-columns: 1fr; }.guest-promise li { border-right: 0; border-bottom: 1px solid rgba(23,54,47,.4); padding-inline: 0; }.guest-promise li:last-child { border-bottom: 0; }
  .guide-preview { grid-template-columns: 1fr; padding-block: 74px; }.guide-preview-board { padding: 18px; transform: none; }.guide-preview-board::before { width: 70px; height: 70px; }.guide-preview-copy h2, .partner-fork h2, .partner-economics h2, .partner-flow > h2, .apply-copy h2, .host-kit h2, .ledger-copy h2 { font-size: clamp(3.3rem,14vw,4.6rem); }
  .partner-fork > div { grid-template-columns: 1fr; }.partner-fork a:first-child { border-right: 0; border-bottom: 1px solid var(--forest); }.partner-fork a { padding-inline: 0; }
  .public-footer { grid-template-columns: 1fr; }.public-footer nav { flex-wrap: wrap; }
  .partner-hero, .host-public-hero { grid-template-columns: 1fr; }
  .partner-hero-copy, .host-hero-copy { padding: 54px 20px 64px; }
  .partner-hero-copy h1, .host-hero-copy h1 { max-width: 12ch; font-size: clamp(3.7rem,15vw,4.5rem); }
  .partner-hero-copy, .host-hero-copy { grid-row: 1; }
  .vendor-hero-image, .host-hero-image { grid-row: 2; min-height: 48svh; }
  .vendor-hero-image img { object-position: 40% center; }
  .vendor-hero-image .image-caption { right: auto; left: 0; }
  .commission-flag { position: relative; grid-column: 1; grid-row: 2; align-self: end; justify-self: end; left: auto; top: auto; right: auto; bottom: auto; width: 225px; margin: 0 18px 32px 0; }
  .partner-economics, .partner-flow, .host-kit, .host-ledger { padding-block: 74px; }
  .partner-flow ol { grid-template-columns: 1fr; }.partner-flow li { border-right: 0; border-bottom: 1px solid var(--line); }.partner-flow li:nth-child(2) { border-right: 0; }.partner-flow li:last-child { border-bottom: 0; }
  .partner-apply { grid-template-columns: 1fr; padding-block: 74px; }.apply-copy { position: static; }
  .partner-form { grid-template-columns: 1fr; padding: 24px 18px; box-shadow: 7px 7px 0 rgba(7,25,20,.36); }.partner-form .span-two { grid-column: auto; }
  .host-hero-facts { grid-template-columns: 1fr; }.host-hero-facts li { display: flex; align-items: baseline; gap: 11px; padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }.host-hero-facts li:last-child { border: 0; }
  .ledger-board { padding: 20px 16px; transform: none; }.ledger-board header, .ledger-board > div, .ledger-board footer { gap: 9px; }.ledger-board > div span:nth-child(2) { display: none; }
}

@media (max-width: 430px) {
  .public-actions { align-items: stretch; flex-direction: column; }.public-actions .text-action { justify-content: center; min-height: 44px; }
  .guest-public-hero { min-height: auto; padding: 0 0 34px; background: var(--paper-deep); }
  .guest-hero-image { position: relative; grid-row: 1; min-height: 32svh; }
  .guest-hero-image img { object-position: 68% center; }
  .guest-hero-plate { grid-row: 2; align-self: start; width: auto; margin: -42px 18px 0; padding: 25px 21px; }
  .guest-hero-plate h1 { font-size: clamp(3.6rem, 16vw, 4.5rem); }
  .guest-hero-plate::before { display: none; }.guest-hero-plate .eyebrow { margin-top: 0; }
  .preview-weather { grid-template-columns: 42px auto 1fr; }.preview-weather strong { font-size: 3.3rem; }.preview-best { padding: 21px 17px; }.preview-best h3 { font-size: 2.35rem; }
  .commission-flag { top: auto; right: auto; bottom: auto; width: 205px; margin-right: 12px; }.commission-flag strong { font-size: 4.2rem; }
  .host-hero-copy { padding-top: 46px; }
}

/* Consumer marketplace guest experience */
.guest-page {
  --market-ink: #000f2e;
  --market-subtle: #5f665f;
  --market-line: #cfc8b8;
  --market-accent: #b93f38;
  --market-soft: #f7f3e9;
  background: #ffffff;
  color: var(--market-ink);
  font-size: 15px;
  line-height: 1.4;
}
.guest-page ::selection { background: #f5d4d1; color: #111111; }
.guest-page * { scrollbar-color: #b0b0b0 transparent; }
.guest-page :focus-visible { outline-color: var(--market-ink); outline-offset: 2px; }
.guest-page h1, .guest-page h2, .guest-page h3 { color: var(--market-ink); font-family: var(--ui); letter-spacing: -.025em; }
.market-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--market-line); background: rgba(255,255,255,.97); }
.market-header-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; width: min(100% - 64px, 1344px); min-height: 88px; margin-inline: auto; }
.market-brand { display: inline-flex; align-items: center; justify-self: start; gap: 9px; color: var(--pine); font-size: 1.08rem; font-weight: 700; text-decoration: none; }
.market-brand img { width: 31px; height: 35px; }
.market-search { display: grid; grid-template-columns: 1.2fr 1fr 1fr 48px; align-items: center; min-width: 480px; min-height: 64px; padding: 6px; border: 1px solid #d8d8d8; border-radius: 999px; background: #ffffff; box-shadow: 0 3px 12px rgba(0,0,0,.1); transition: box-shadow 180ms ease-out, transform 180ms ease-out; }
.market-search:hover { box-shadow: 0 5px 18px rgba(0,0,0,.14); transform: translateY(-1px); }
.market-search > button { display: grid; min-width: 0; min-height: 44px; padding: 3px 18px; border: 0; border-left: 1px solid #e5e5e5; background: transparent; text-align: left; cursor: pointer; }
.market-search > button:first-child { border: 0; }
.market-search span, .market-search strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.market-search span { color: var(--market-subtle); font-size: .7rem; }
.market-search strong { color: var(--market-ink); font-size: .82rem; font-weight: 600; }
.market-search .market-search-submit { display: grid; place-items: center; align-self: center; width: 46px; min-height: 46px; padding: 0; border: 0; border-radius: 50%; background: var(--market-accent); color: #ffffff; }
.market-search-submit svg { width: 19px; }
.market-header-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.current-location { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0 14px; border-radius: 999px; font-size: .78rem; font-weight: 600; }
.current-location svg { width: 17px; color: var(--amber-2); }
.header-icon, .detail-header button { display: grid; place-items: center; min-width: 44px; min-height: 44px; border: 1px solid var(--market-line); border-radius: 50%; background: #ffffff; cursor: pointer; }
.header-icon svg, .detail-header button svg { width: 19px; }
.market-filters { display: flex; gap: 10px; width: min(100% - 64px, 1344px); margin-inline: auto; padding: 13px 0 14px; overflow-x: auto; scrollbar-width: none; }
.market-filters::-webkit-scrollbar { display: none; }
.filter-button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; min-height: 40px; padding: 0 16px; border: 1px solid var(--market-line); border-radius: 999px; background: #ffffff; color: var(--market-ink); font-size: .78rem; font-weight: 500; cursor: pointer; transition: border-color 160ms ease-out, background 160ms ease-out, transform 160ms ease-out; }
.filter-button svg { width: 15px; }
.filter-button:hover { border-color: #8c8c8c; transform: translateY(-1px); }
.filter-button.is-active { border-color: var(--market-ink); background: var(--market-ink); color: #ffffff; }
.market-main { width: min(100% - 64px, 1344px); margin-inline: auto; padding: 44px 0 96px; }
.market-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.market-intro h1 { margin-bottom: 8px; font-size: clamp(2.3rem, 3.7vw, 3.9rem); font-weight: 650; line-height: 1.02; }
.market-intro > div:first-child > p { margin: 0; color: var(--market-subtle); font-size: 1rem; }
.weather-note { display: grid; grid-template-columns: 34px minmax(0, 270px); align-items: center; gap: 12px; padding: 14px 17px; border-radius: 14px; background: var(--market-soft); }
.weather-note > svg { width: 28px; height: 28px; color: var(--amber-2); }
.weather-note span, .weather-note strong { display: block; }
.weather-note span { color: var(--market-subtle); font-size: .75rem; }
.weather-note strong { margin-bottom: 2px; color: var(--market-ink); font-size: .82rem; }
.market-status { min-height: 20px; margin: -24px 0 8px; color: var(--market-subtle); font-size: .74rem; }
.experience-shelf { margin-bottom: 56px; }
.shelf-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.shelf-heading h2, .browse-all h2 { margin-bottom: 3px; font-size: 1.52rem; font-weight: 650; line-height: 1.15; }
.shelf-heading p, .browse-all > p { margin: 0; color: var(--market-subtle); font-size: .82rem; }
.shelf-arrows { display: flex; gap: 8px; }
.shelf-arrows button { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f1f1f1; cursor: pointer; }
.shelf-arrows button:hover { background: #e8e8e8; }
.shelf-arrows svg { width: 17px; }
.experience-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 120px) / 6); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
.experience-rail::-webkit-scrollbar { display: none; }
.experience-card { isolation: isolate; position: relative; min-width: 0; scroll-snap-align: start; }
.experience-card[hidden] { display: none; }
.experience-card-photo { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; border-radius: 16px; background: #eeeeee; cursor: pointer; }
.experience-card-photos { display: flex; width: 100%; height: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.experience-card-photos::-webkit-scrollbar { display: none; }
.experience-card-photos img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; scroll-snap-align: start; transition: filter 350ms ease-out; }
.experience-card:hover .experience-card-photos img { filter: saturate(1.04); }
.market-badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--market-ink); font-size: .69rem; font-weight: 600; line-height: 1; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.save-button { position: absolute; z-index: 5; top: 8px; right: 8px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent; color: #ffffff; filter: drop-shadow(0 1px 2px rgba(0,0,0,.65)); cursor: pointer; }
.save-button svg { width: 24px; fill: rgba(0,0,0,.22); stroke-width: 1.8; }
.save-button.is-saved svg, .detail-header [data-save].is-saved svg { fill: var(--market-accent); color: var(--market-accent); }
.card-photo-arrow { position: absolute; z-index: 5; top: 50%; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--market-ink); box-shadow: 0 2px 8px rgba(0,0,0,.16); opacity: 0; cursor: pointer; transform: translateY(-50%); transition: opacity 160ms ease-out, background 160ms ease-out; }
.card-photo-arrow:hover { background: #ffffff; }
.card-photo-arrow:disabled { opacity: 0; pointer-events: none; }
.card-photo-back { left: 9px; }
.card-photo-next { right: 9px; }
.experience-card-photo:hover .card-photo-arrow:not(:disabled), .card-photo-arrow:focus-visible { opacity: 1; }
.card-photo-arrow svg { width: 17px; }
.card-photo-count { position: absolute; z-index: 4; right: 11px; bottom: 10px; padding: 5px 8px; border-radius: 999px; background: rgba(20,20,20,.72); color: #ffffff; font-size: .63rem; font-variant-numeric: tabular-nums; line-height: 1; backdrop-filter: blur(5px); }
.experience-card-copy { position: relative; z-index: 3; padding-top: 10px; }
.experience-card-copy .card-vendor { overflow: hidden; margin-bottom: 3px; color: #595959; font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.experience-card-title { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.experience-card-copy h3 { min-height: 2.45em; margin-bottom: 3px; font-size: .94rem; font-weight: 550; line-height: 1.22; }
.experience-card-copy p { margin: 1px 0; color: var(--market-subtle); font-size: .76rem; line-height: 1.33; }
.experience-card-copy p strong { color: var(--market-ink); font-weight: 550; }
.experience-card-copy p s { color: var(--market-subtle); }
.experience-card-copy small { display: block; margin-top: 2px; color: #595959; font-size: .68rem; }
.experience-card-copy .card-offer-terms { margin-top: 7px; color: #595959; line-height: 1.35; }
.card-rating { color: var(--market-ink); white-space: nowrap; }
.browse-all { margin-top: 72px; padding-top: 54px; border-top: 1px solid var(--market-line); }
.browse-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 38px 24px; margin-top: 20px; }
.market-disclosure { display: grid; grid-template-columns: 22px 1fr; gap: 12px; max-width: 760px; margin: 72px auto 0; padding: 22px 0; border-block: 1px solid var(--market-line); }
.market-disclosure svg { width: 19px; }
.market-disclosure p { margin: 0; color: var(--market-subtle); font-size: .77rem; }
.market-disclosure strong { color: var(--market-ink); }
.market-bottom-nav { display: none; }

body.detail-is-open { background: #ffffff; }
.detail-is-open .market-header, .detail-is-open .market-main, .detail-is-open .market-bottom-nav { display: none; }
.experience-detail { min-height: 100vh; background: #ffffff; }
.detail-header { position: sticky; z-index: 90; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 78px; padding: 0 max(32px, calc((100% - 1200px) / 2)); border-bottom: 1px solid var(--market-line); background: rgba(255,255,255,.97); }
.detail-header > p { margin: 0; color: var(--market-subtle); font-size: .8rem; }
.detail-header > div { display: flex; justify-self: end; gap: 10px; }
.detail-header .detail-back { display: flex; justify-self: start; gap: 9px; width: auto; padding: 0 15px; border-radius: 999px; }
.detail-header .detail-back span { font-size: .78rem; font-weight: 600; }
.detail-shell { width: min(100% - 64px, 1200px); margin-inline: auto; padding: 30px 0 100px; }
.detail-gallery { position: relative; height: min(56vw, 560px); overflow: hidden; border-radius: 16px; background: #eeeeee; }
.detail-gallery-track { display: flex; width: 100%; height: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.detail-gallery-track::-webkit-scrollbar { display: none; }
.detail-gallery-slide { flex: 0 0 100%; height: 100%; margin: 0; scroll-snap-align: start; }
.detail-gallery-slide img { width: 100%; height: 100%; object-fit: cover; }
.detail-gallery-arrow { position: absolute; z-index: 3; top: 50%; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--market-ink); box-shadow: 0 2px 10px rgba(0,0,0,.17); cursor: pointer; transform: translateY(-50%); }
.detail-gallery-arrow:disabled { opacity: .35; cursor: default; }
.detail-gallery-arrow svg { width: 20px; }
.detail-gallery-back { left: 18px; }
.detail-gallery-next { right: 18px; }
.detail-gallery-footer { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.detail-gallery-footer > span { padding: 8px 11px; border-radius: 999px; background: rgba(20,20,20,.76); color: #ffffff; font-size: .7rem; font-variant-numeric: tabular-nums; backdrop-filter: blur(5px); }
.detail-gallery-dots { display: flex; gap: 5px; padding: 8px 10px; border-radius: 999px; background: rgba(20,20,20,.58); backdrop-filter: blur(5px); }
.detail-gallery-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); }
.detail-gallery-dots span.is-active { background: #ffffff; transform: scale(1.25); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 720px) 340px; justify-content: space-between; gap: 72px; padding-top: 40px; }
.detail-content > section { padding: 32px 0; border-bottom: 1px solid var(--market-line); }
.detail-content > section:first-child { padding-top: 0; }
.detail-title-block > p:first-child { margin-bottom: 8px; color: var(--market-subtle); font-size: .8rem; }
.detail-title-block h1 { max-width: 16ch; margin-bottom: 14px; font-size: clamp(2.35rem, 4.8vw, 4.5rem); font-weight: 650; line-height: .98; }
.detail-title-block > p:nth-of-type(2) { max-width: 62ch; color: var(--market-subtle); font-size: 1rem; line-height: 1.55; }
.detail-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; font-size: .82rem; }
.detail-rating strong { font-size: .9rem; }
.google-rating-label { padding: 5px 8px; border-radius: 6px; background: var(--market-soft); color: var(--market-subtle); font-size: .68rem; }
.detail-offer-callout { display: grid; grid-template-columns: 24px 1fr; gap: 12px; margin-top: 22px; padding: 16px; border-radius: 14px; background: var(--market-soft); }
.detail-offer-callout[hidden] { display: none; }
.detail-offer-callout svg { width: 20px; color: var(--market-accent); }
.detail-offer-callout strong { display: block; margin-bottom: 3px; font-size: .88rem; }
.detail-offer-callout p { margin: 0; color: var(--market-subtle); font-size: .75rem; line-height: 1.4; }
.detail-host { display: flex; align-items: center; gap: 14px; }
.host-avatar, .operator-avatar { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--pine); color: #ffffff; font-size: 1.15rem; font-weight: 650; }
.detail-host h2, .operator-card h3 { margin-bottom: 2px; font-size: 1rem; }
.detail-host p, .operator-card p { margin: 0; color: var(--market-subtle); font-size: .8rem; }
.detail-highlights { display: grid; gap: 22px; }
.detail-highlights article, .things-to-know article { display: grid; grid-template-columns: 28px 1fr; gap: 14px; }
.detail-highlights svg, .things-to-know svg { width: 22px; }
.detail-highlights h3, .things-to-know h3 { margin-bottom: 2px; font-size: .92rem; }
.detail-highlights p, .things-to-know p { margin: 0; color: var(--market-subtle); font-size: .8rem; }
.detail-section > h2 { margin-bottom: 24px; font-size: 1.7rem; font-weight: 650; }
.detail-itinerary { display: grid; gap: 0; }
.detail-itinerary article { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding-bottom: 26px; }
.detail-itinerary article:not(:last-child)::after { content: ""; position: absolute; top: 32px; bottom: 2px; left: 15px; width: 1px; background: var(--market-line); }
.detail-itinerary article > span { display: grid; z-index: 1; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--market-soft); font-size: .76rem; font-weight: 650; }
.detail-itinerary h3 { margin-bottom: 4px; font-size: .94rem; }
.detail-itinerary p { margin: 0; color: var(--market-subtle); font-size: .84rem; line-height: 1.5; }
.google-review-card { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 24px; border-radius: 14px; background: var(--market-soft); }
.google-wordmark { align-self: center; color: #4285f4; font-size: 1.1rem; font-weight: 650; }
.google-review-card strong { font-size: .9rem; }
.google-review-card p { margin: 5px 0 0; color: var(--market-subtle); font-size: .79rem; line-height: 1.5; }
.operator-card { display: flex; align-items: center; gap: 16px; }
.things-to-know { display: grid; gap: 22px; }
.things-to-know h2 { margin-bottom: 2px; }
.detail-booking-card { position: sticky; top: 112px; align-self: start; padding: 24px; border-radius: 16px; background: #ffffff; box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 12px 30px rgba(0,0,0,.11); }
.detail-price { display: flex; align-items: baseline; gap: 5px; }
.detail-price span { font-size: .78rem; }
.detail-price strong { font-size: 1.25rem; }
.detail-price small { color: var(--market-subtle); }
.detail-price s { margin-left: 3px; color: var(--market-subtle); font-size: .78rem; }
.detail-booking-rating { display: flex; gap: 7px; margin: 5px 0 20px; color: var(--market-subtle); font-size: .72rem; }
.detail-date-button, .detail-guests-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; padding: 0 14px; border: 1px solid var(--market-line); background: #ffffff; cursor: pointer; }
.detail-date-button { border-radius: 11px 11px 0 0; }
.detail-guests-button { margin-top: -1px; border-radius: 0 0 11px 11px; }
.detail-date-button span, .detail-guests-button span { color: var(--market-subtle); font-size: .73rem; }
.detail-date-button strong, .detail-guests-button strong { font-size: .78rem; }
.reserve-button { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 50px; margin-top: 16px; border: 0; border-radius: 10px; background: var(--market-accent); color: #ffffff; font-weight: 600; cursor: pointer; }
.reserve-button:hover { background: #b73731; }
.reserve-button svg { width: 17px; }
.detail-booking-card > p { margin: 12px 0 0; color: var(--market-subtle); font-size: .7rem; text-align: center; }
.mobile-reserve-bar { display: none; }
.guest-page .booking-dialog { max-width: 480px; padding: 32px; border: 0; border-radius: 20px; background: #ffffff; color: var(--market-ink); box-shadow: 0 18px 70px rgba(0,0,0,.22); }
.guest-page .booking-dialog::backdrop { background: rgba(0,0,0,.45); backdrop-filter: blur(2px); }
.guest-page .booking-dialog h2 { font-size: 1.65rem; }
.guest-page .booking-dialog > p { color: var(--market-subtle); }
.promo-line { display: flex; align-items: center; justify-content: space-between; margin: 20px 0; padding: 13px 14px; border-radius: 10px; background: var(--market-soft); font-size: .76rem; }
.promo-line .promo-copy { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.guest-page .booking-dialog .primary-action { background: var(--market-accent); color: #ffffff; }
.selection-dialog { width: min(calc(100% - 32px), 560px); padding: 30px; border: 0; border-radius: 20px; background: #ffffff; color: var(--market-ink); box-shadow: 0 18px 70px rgba(0,0,0,.22); }
.selection-dialog::backdrop { background: rgba(0,0,0,.42); backdrop-filter: blur(2px); }
.selection-dialog h2 { margin-bottom: 7px; font-size: 1.75rem; }
.selection-dialog > p { margin-bottom: 24px; color: var(--market-subtle); }
.selection-close { position: absolute; top: 20px; right: 20px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--market-soft); cursor: pointer; }
.selection-close svg { width: 18px; }
.selection-dialog form { display: grid; gap: 14px; }
.selection-dialog form > label { display: grid; gap: 6px; color: var(--market-ink); font-size: .76rem; font-weight: 600; }
.selection-dialog input, .selection-dialog select { width: 100%; min-height: 50px; padding: 0 13px; border: 1px solid var(--market-line); border-radius: 10px; background: #ffffff; color: var(--market-ink); }
.selection-apply { min-height: 50px; margin-top: 4px; border: 0; border-radius: 10px; background: var(--market-accent); color: #ffffff; font-weight: 600; cursor: pointer; }
.availability-dialog fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.availability-dialog legend { margin-bottom: 8px; font-size: .76rem; font-weight: 600; }
.date-choice { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 10px; min-height: 62px; padding: 10px 13px; border: 1px solid var(--market-line); border-radius: 10px; cursor: pointer; }
.date-choice:has(input:checked) { border-color: var(--market-ink); background: var(--market-soft); }
.date-choice input { width: 17px; min-height: 17px; }
.date-choice span, .date-choice strong, .date-choice small { display: block; }
.date-choice strong { font-size: .82rem; }
.date-choice small { color: var(--market-subtle); font-size: .72rem; font-weight: 400; }

@media (max-width: 1180px) {
  .market-header-row, .market-filters, .market-main { width: min(100% - 40px, 1080px); }
  .experience-rail { grid-auto-columns: calc((100% - 72px) / 4); }
  .browse-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .detail-layout { grid-template-columns: minmax(0, 650px) 320px; gap: 42px; }
}

@media (max-width: 860px) {
  .market-header-row { grid-template-columns: auto 1fr auto; gap: 14px; min-height: 76px; }
  .market-brand span { display: none; }
  .market-search { min-width: 0; grid-template-columns: 1fr 44px; min-height: 54px; }
  .market-search > button { display: none; }
  .market-search > button:first-child { display: grid; padding-inline: 15px; }
  .market-search .market-search-submit { display: grid; width: 42px; min-height: 42px; }
  .current-location { display: none; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-booking-card { display: none; }
  .mobile-reserve-bar { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--market-line); background: #ffffff; box-shadow: 0 -8px 28px rgba(0,0,0,.09); }
  .mobile-reserve-bar > div { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 4px; }
  .mobile-reserve-bar span, .mobile-reserve-bar small, .mobile-reserve-bar s { color: var(--market-subtle); font-size: .68rem; }
  .mobile-reserve-bar strong { margin-inline: 3px; font-size: 1rem; }
  .mobile-reserve-bar button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 10px; background: var(--market-accent); color: #ffffff; font-weight: 600; }
}

@media (max-width: 640px) {
  .guest-page { font-size: 14px; }
  .market-header { position: relative; }
  .market-header-row { grid-template-columns: 1fr; width: calc(100% - 32px); min-height: auto; padding: 18px 0 12px; }
  .market-brand, .market-header-actions { display: none; }
  .market-search { grid-template-columns: 1fr 42px; width: 100%; min-height: 56px; }
  .market-search > button:first-child span { display: none; }
  .market-search > button:first-child strong { font-size: .88rem; }
  .market-filters { width: 100%; padding: 8px 16px 14px; }
  .filter-button { min-height: 42px; padding-inline: 15px; }
  .market-main { width: 100%; padding: 26px 0 106px; }
  .market-intro { display: block; margin-bottom: 28px; padding: 0 16px; }
  .market-intro h1 { max-width: 10ch; margin-bottom: 8px; font-size: clamp(2.45rem, 12vw, 3.3rem); line-height: .98; }
  .market-intro > div:first-child > p { max-width: 34ch; font-size: .91rem; }
  .weather-note { margin-top: 18px; padding: 12px 14px; }
  .market-status { margin: -12px 16px 10px; }
  .experience-shelf { margin-bottom: 43px; }
  .shelf-heading { padding: 0 16px; }
  .shelf-heading h2 { font-size: 1.35rem; }
  .shelf-heading p { font-size: .76rem; }
  .shelf-arrows { display: none; }
  .experience-rail { grid-auto-columns: 45%; gap: 12px; padding: 0 16px; scroll-padding-inline: 16px; }
  .experience-card-photo { border-radius: 15px; }
  .card-photo-arrow { display: none; }
  .experience-card-copy h3 { min-height: 2.35em; font-size: .9rem; }
  .experience-card-copy p { font-size: .73rem; }
  .market-badge { top: 9px; left: 9px; }
  .market-badge-offer .badge-label { display: none; }
  .browse-all { margin-top: 48px; padding: 38px 16px 0; }
  .browse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .market-disclosure { margin: 58px 16px 0; }
  .market-bottom-nav { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 68px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--market-line); background: rgba(255,255,255,.98); }
  .market-bottom-nav button, .market-bottom-nav a { display: grid; place-items: center; align-content: center; gap: 2px; min-height: 62px; border: 0; background: transparent; color: var(--market-subtle); font-size: .66rem; text-decoration: none; }
  .market-bottom-nav svg { width: 21px; }
  .market-bottom-nav .is-active { color: var(--market-accent); }
  .detail-header { grid-template-columns: 44px 1fr auto; min-height: 68px; padding: 0 14px; }
  .detail-header .detail-back { width: 44px; padding: 0; }
  .detail-header .detail-back span { display: none; }
  .detail-header > p { justify-self: center; }
  .detail-header > div { gap: 6px; }
  .detail-header > div button { border: 0; }
  .detail-shell { width: 100%; padding: 0 0 112px; }
  .detail-gallery { height: 72vw; border-radius: 0; }
  .detail-gallery-arrow { width: 40px; height: 40px; }
  .detail-gallery-back { left: 12px; }
  .detail-gallery-next { right: 12px; }
  .detail-gallery-footer { right: 14px; bottom: 12px; left: 14px; }
  .detail-layout { display: block; padding: 28px 20px 0; }
  .detail-title-block h1 { max-width: none; font-size: clamp(2.3rem, 10.5vw, 3.4rem); }
  .detail-content > section { padding: 28px 0; }
  .detail-section > h2 { font-size: 1.55rem; }
  .google-review-card { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
  .mobile-reserve-bar { padding-inline: 16px; }
  .guest-page .booking-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); margin: auto auto 10px; padding: 28px 22px; border-radius: 22px; }
  .selection-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); margin: auto auto 8px; padding: 28px 20px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .experience-card-photos img, .market-search, .filter-button, .card-photo-arrow { transition: none; }
  .experience-rail, .experience-card-photos, .detail-gallery-track { scroll-behavior: auto; }
}

/* 2026 design-overhaul implementation */
.site-container { width: min(100% - 48px, 1200px); margin-inline: auto; }
.public-shell { overflow: clip; }
.public-page h1, .public-page h2, .auth-page h1, .auth-page h2, .admin-login-page h1 { color: var(--pine); font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: 1.05; }
.public-page h1 { max-width: 12ch; font-size: clamp(3rem, 5vw, 4rem); }
.public-page h2 { font-size: clamp(2.25rem, 3.4vw, 2.5rem); line-height: 1.1; }
.public-page h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
.eyebrow { margin: 0 0 16px; color: var(--pine); font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.primary-action, .secondary-action { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 18px; border-radius: 8px; font-weight: 600; line-height: 1.2; text-decoration: none; transition: transform 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out; }
.primary-action { border: 1px solid transparent; background: var(--amber); color: var(--pine); box-shadow: none; }
.primary-action:hover { background: var(--amber-hover); color: var(--pine); box-shadow: var(--soft-shadow); transform: translateY(-2px); }
.primary-action svg, .secondary-action svg, .text-action svg { width: 20px; height: 20px; stroke-width: 1.5; transition: transform 180ms ease-out; }
.primary-action:hover svg, .secondary-action:hover svg, .text-action:hover svg { transform: translateX(4px); }
.secondary-action { border: 1px solid var(--pine); background: transparent; color: var(--pine); box-shadow: none; }
.secondary-action:hover { background: var(--pine); color: var(--cream); transform: translateY(-2px); }
.secondary-action.on-dark { border-color: rgba(245,240,228,.65); color: var(--cream); }
.secondary-action.on-dark:hover { border-color: var(--cream); background: var(--cream); color: var(--pine); }
.public-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.public-header { position: sticky; z-index: 100; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 8px max(24px, calc((100vw - 1200px) / 2)); border-bottom: 1px solid var(--line); background: rgba(245,240,228,.82); backdrop-filter: blur(12px); }
.public-header .brand { font-size: 1.35rem; }
.public-header .brand img { width: 34px; height: 38px; }
.public-call { display: inline-flex; align-items: center; gap: 8px; min-width: 44px; min-height: 44px; margin-left: auto; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--pine); font-size: 13px; font-weight: 600; line-height: 1; text-decoration: none; transition: background-color 180ms ease-out, border-color 180ms ease-out; }
.public-call:hover { border-color: var(--pine); background: rgba(0,24,64,.06); }
.public-call svg { width: 20px; height: 20px; }
.public-header nav { display: flex; align-items: center; gap: 28px; }
.public-header nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; gap: 6px; color: var(--pine); font-size: .86rem; font-weight: 600; text-decoration: none; }
.public-header nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; background: var(--amber); }
.public-header .public-login { min-height: 44px; padding: 0 14px; border: 1px solid var(--pine); border-radius: 8px; }
.public-header .public-login:hover { background: var(--pine); color: var(--cream); }
.public-menu { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--pine); }
.public-footer { display: grid; grid-template-columns: minmax(260px, 1fr) 160px 130px; gap: 44px; padding: 56px max(24px, calc((100vw - 1200px) / 2)) 34px; background: var(--pine-2); color: var(--cream); }
.public-footer .footer-brand p { max-width: 42ch; margin: 18px 0 8px; color: rgba(245,240,228,.78); }
.public-footer .footer-brand small { color: var(--amber); }
.public-footer nav { display: grid; align-content: start; gap: 8px; }
.public-footer nav strong { margin-bottom: 5px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.public-footer nav a { color: rgba(245,240,228,.78); text-decoration: none; }
.public-footer nav a:hover { color: var(--cream); text-decoration: underline; }
.footer-disclosure { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 20px; border-top: 1px solid rgba(245,240,228,.14); color: rgba(245,240,228,.62); font-size: .78rem; }

/* Homepage */
.home-hero { position: relative; min-height: 88vh; overflow: hidden; background: var(--pine); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: rgba(232,163,61,.06); pointer-events: none; }
.home-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(.98); }
.home-hero-inner { position: relative; z-index: 1; display: flex; align-items: center; min-height: 88vh; padding-block: 64px; }
.home-hero-panel { width: min(100%, 560px); padding: 64px; border-radius: 16px; background: var(--pine); color: var(--cream); }
.home-hero-panel .eyebrow, .home-hero-panel h1 { color: var(--cream); }
.home-hero-panel h1 { margin-bottom: 20px; font-size: clamp(3.2rem, 5vw, 4rem); }
.home-hero-panel > p:last-of-type { max-width: 48ch; margin-bottom: 0; color: rgba(245,240,228,.82); }
.weather-chip { position: absolute; right: 0; bottom: 48px; display: grid; grid-template-columns: 10px 1fr; align-items: start; gap: 11px; max-width: 430px; padding: 16px 18px; border-radius: 12px; background: rgba(255,255,255,.85); color: var(--pine); backdrop-filter: blur(12px); box-shadow: var(--soft-shadow); }
.weather-chip strong, .weather-chip span { display: block; }
.weather-chip span { color: var(--muted); font-size: .82rem; }
.live-dot { width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: #2c824e; box-shadow: 0 0 0 0 rgba(44,130,78,.45); animation: live-pulse 2s infinite; }
@keyframes live-pulse { 70% { box-shadow: 0 0 0 8px rgba(44,130,78,0); } 100% { box-shadow: 0 0 0 0 rgba(44,130,78,0); } }
.scroll-cue { position: absolute; bottom: 22px; left: 50%; display: flex; align-items: center; gap: 7px; color: var(--cream); font-size: .75rem; text-decoration: none; transform: translateX(-50%); }
.scroll-cue svg { width: 16px; }
.locality-bar { margin: 0; padding: 14px 24px; border-bottom: 1px solid var(--line); background: var(--cream); color: var(--pine); font-size: .84rem; font-weight: 500; text-align: center; }
.proof-strip { padding-block: 28px; border-block: 1px solid var(--line); background: var(--sage); color: var(--pine); }
.proof-strip .site-container { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip p { display: flex; align-items: center; gap: 12px; margin: 0; padding: 0 24px; border-right: 1px solid rgba(18,59,46,.24); }
.proof-strip p:first-child { padding-left: 0; }
.proof-strip p:last-child { padding-right: 0; border: 0; }
.proof-strip svg { width: 20px; height: 20px; flex: 0 0 20px; color: var(--amber-2); stroke-width: 1.5; }
.proof-strip span, .proof-strip strong { display: block; }
.proof-strip span { font-size: .82rem; }
.proof-strip strong { font-size: .92rem; }
.home-how { display: grid; grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr); align-items: center; gap: 72px; padding-block: 96px; }
.home-how-copy > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.home-timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.home-timeline::before { content: ""; position: absolute; top: 18px; right: 12%; left: 12%; height: 1px; background: var(--line); }
.home-timeline li { position: relative; z-index: 1; padding-right: 16px; }
.home-timeline li > span { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 15px; border-radius: 50%; background: var(--amber); color: var(--pine); font-weight: 600; }
.home-timeline strong, .home-timeline small { display: block; }
.home-timeline small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.product-shot { position: relative; display: flex; justify-content: center; padding: 22px 54px 22px 0; }
.phone-frame { position: relative; width: 270px; aspect-ratio: 9 / 19.5; padding: 11px; border: 8px solid var(--pine-2); border-radius: 40px; background: var(--pine-2); box-shadow: var(--soft-shadow); transform: rotate(2deg); }
.phone-speaker { position: absolute; z-index: 2; top: 16px; left: 50%; width: 64px; height: 6px; border-radius: 999px; background: var(--pine-2); transform: translateX(-50%); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 25px; background: var(--cream); }
.phone-screen header { display: flex; align-items: center; gap: 7px; padding: 22px 12px 10px; border-bottom: 1px solid var(--line); font-size: .62rem; font-weight: 600; }
.phone-screen header b { margin-left: auto; padding: 2px 5px; border: 1px solid var(--amber); border-radius: 999px; color: var(--pine); font-size: .48rem; text-transform: uppercase; }
.phone-weather { display: grid; grid-template-columns: 28px 48px 1fr; align-items: center; gap: 6px; margin: 10px; padding: 10px; border-radius: 8px; background: var(--pine); color: var(--cream); }
.phone-weather svg { width: 24px; color: var(--amber); }
.phone-weather strong { font-family: var(--display); font-size: 1.5rem; }
.phone-weather span { font-size: .52rem; line-height: 1.35; }
.phone-label { margin: 14px 12px 7px; color: var(--muted); font-size: .52rem; font-weight: 600; text-transform: uppercase; }
.phone-activity { width: calc(100% - 24px); aspect-ratio: 4 / 3; margin-inline: 12px; border-radius: 9px; object-fit: cover; filter: saturate(.9); }
.phone-screen h3 { margin: 10px 12px 3px; color: var(--pine); font-family: var(--display); font-size: 1.25rem; line-height: 1; }
.phone-screen > p:not(.phone-label) { margin: 0 12px; color: var(--muted); font-size: .55rem; }
.phone-screen > a { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 12px; padding: 9px; border-radius: 6px; background: var(--pine); color: var(--cream); font-size: .62rem; font-weight: 600; text-decoration: none; }
.phone-screen > a svg { width: 12px; }
.shot-qr { position: absolute; right: 0; bottom: 46px; display: grid; width: 132px; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); color: var(--pine); font-size: .66rem; line-height: 1.25; text-align: center; text-decoration: none; box-shadow: var(--soft-shadow); }
.shot-qr img { width: 100%; }
.guide-showcase { padding-block: 96px; background: var(--pine); color: var(--cream); }
.guide-showcase-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(420px, 7fr); align-items: center; gap: 72px; }
.guide-showcase h2, .guide-showcase .eyebrow { color: var(--cream); }
.guide-showcase-copy > p:not(.eyebrow) { max-width: 44ch; color: rgba(245,240,228,.72); }
.field-guide-card { overflow: hidden; border: 1px solid rgba(245,240,228,.18); border-radius: 16px; }
.field-guide-best { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 18px; padding: 24px; background: var(--cream); color: var(--pine); }
.field-guide-best > span { align-self: start; padding: 5px 8px; border-radius: 999px; background: var(--amber); font-size: .68rem; font-weight: 600; text-transform: uppercase; }
.field-guide-best small { color: var(--muted); }
.field-guide-best h3 { margin: 3px 0; color: var(--pine); font-family: var(--display); font-size: 1.65rem; }
.field-guide-best p { margin: 0; color: var(--muted); font-size: .78rem; }
.field-guide-best > strong { font-family: var(--display); font-size: 1.7rem; }
.field-guide-card > a { display: grid; grid-template-columns: 24px 1fr auto 20px; align-items: center; gap: 13px; min-height: 78px; padding: 14px 20px; border-top: 1px solid rgba(245,240,228,.18); color: var(--cream); text-decoration: none; transition: transform 180ms ease-out, background 180ms ease-out; }
.field-guide-card > a:hover { background: rgba(245,240,228,.08); transform: translateY(-2px); }
.field-guide-card > a:hover > strong { color: var(--amber); transform: translateX(-4px); }
.field-guide-card > a svg { width: 20px; stroke-width: 1.5; }
.field-guide-card > a span, .field-guide-card > a small { display: block; }
.field-guide-card > a small { color: rgba(245,240,228,.62); }
.field-guide-card > a > strong { font-variant-numeric: tabular-nums; transition: color 180ms ease-out, transform 180ms ease-out; }
.partner-fork { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; padding-block: 96px; }
.partner-fork > div:first-child h2 { max-width: 14ch; margin-bottom: 0; }
.partner-fork-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.partner-fork-links a { position: relative; display: grid; align-content: space-between; min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: 16px; color: var(--pine); text-decoration: none; transition: background 180ms ease-out, color 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out; }
.partner-fork-links a:hover { background: var(--pine); color: var(--cream); transform: translateY(-2px); box-shadow: var(--soft-shadow); }
.partner-fork-links a span { color: var(--muted); font-size: .78rem; font-weight: 600; text-transform: uppercase; }
.partner-fork-links a:hover span { color: rgba(245,240,228,.68); }
.partner-fork-links a strong { max-width: 16ch; font-family: var(--display); font-size: 1.55rem; line-height: 1.1; }
.partner-fork-links a svg { position: absolute; right: 22px; bottom: 22px; width: 20px; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 96px; padding: 42px 48px; border-radius: 16px; background: var(--pine); color: var(--cream); }
.final-cta h2 { margin-bottom: 6px; color: var(--cream); }
.final-cta p, .final-cta .public-actions { margin: 0; }
.partner-final-cta { gap: 32px; padding: 48px; border-radius: 8px; }
.partner-final-cta h2 { margin-bottom: 8px; font-size: 39px; line-height: 1.1; }
.partner-final-cta p { max-width: 65ch; }

/* Guest demo */
.guest-page { background: var(--cream-2); }
.demo-app-shell { display: grid; grid-template-columns: minmax(0, 680px) minmax(300px, 360px); justify-content: center; gap: 56px; width: min(100% - 48px, 1096px); margin-inline: auto; padding: 28px 0 96px; }
.demo-main { min-width: 0; }
.demo-property-bar { display: grid; grid-template-columns: 34px 42px 1fr auto; align-items: center; gap: 10px; min-height: 64px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.demo-mark { display: grid; place-items: center; }
.demo-mark img { width: 30px; }
.lodge-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sage); color: var(--pine); font-size: .7rem; font-weight: 600; }
.demo-property-bar strong, .demo-property-bar span { display: block; }
.demo-property-bar > div:nth-child(3) span { color: var(--muted); font-size: .72rem; }
.demo-outline-pill { padding: 4px 8px; border: 1px solid var(--amber); border-radius: 999px; color: var(--pine); font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.weather-banner { margin: 18px 0 28px; padding: 18px; border-radius: 12px; background: var(--pine); color: var(--cream); }
.weather-now { display: flex; align-items: center; gap: 12px; }
.weather-now > svg { width: 32px; height: 32px; color: var(--amber); stroke-width: 1.5; }
.weather-now strong, .weather-now span { display: block; }
.weather-now strong { font-size: 1.1rem; }
.weather-now span { color: rgba(245,240,228,.72); font-size: .78rem; }
.weather-wind { float: right; display: flex; align-items: center; gap: 6px; margin-top: -30px; font-size: .76rem; }
.weather-wind svg { width: 17px; }
.micro-forecast { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 16px; border-top: 1px solid rgba(245,240,228,.18); border-bottom: 1px solid rgba(245,240,228,.18); }
.micro-forecast > div { display: grid; place-items: center; gap: 3px; padding: 8px 4px; border-right: 1px solid rgba(245,240,228,.14); font-size: .68rem; }
.micro-forecast > div:last-child { border: 0; }
.micro-forecast svg { width: 17px; color: var(--amber); }
.weather-banner > small { display: block; margin-top: 8px; color: rgba(245,240,228,.58); font-size: .68rem; text-align: right; }
.demo-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.demo-section-heading h1 { margin-bottom: 5px; color: var(--pine); font-family: var(--display); font-size: clamp(2.3rem, 5vw, 3rem); font-weight: 600; line-height: 1; }
.demo-section-heading p { margin: 0; color: var(--muted); font-size: .86rem; }
.quick-rank { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 8px; }
.quick-rank button { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--pine); font-size: .78rem; font-weight: 600; cursor: pointer; transition: background 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out; }
.quick-rank button svg { width: 16px; stroke-width: 1.5; }
.quick-rank button:hover, .quick-rank button.is-active { border-color: var(--pine); background: var(--pine); color: var(--cream); }
.quick-rank button:disabled { opacity: .6; cursor: wait; }
.rank-toast { min-height: 22px; margin: 0 0 8px; color: var(--pine); font-size: .78rem; font-weight: 500; }
.demo-disclosure { border: 0; border-radius: 8px; background: var(--sage); }
.demo-list .best-fit { display: grid; grid-template-columns: 40% 60%; min-height: 330px; margin-bottom: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); box-shadow: none; }
.demo-list .best-fit-photo { height: 100%; min-height: 330px; border-radius: 16px 0 0 16px; }
.demo-list .best-fit-photo::after, .partner-hero-media::after { content: ""; position: absolute; inset: 0; background: rgba(232,163,61,.06); pointer-events: none; }
.demo-list .best-fit-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
.demo-list .demo-flag { z-index: 1; background: rgba(245,240,228,.9); }
.demo-list .best-fit-content { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.best-fit-label { margin: 0 0 7px; color: var(--amber-2); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.demo-list .vendor-name { margin: 0; color: var(--muted); font-size: .74rem; }
.demo-list .best-fit h2 { margin: 4px 0 9px; color: var(--pine); font-family: var(--display); font-size: clamp(1.75rem, 3vw, 2.25rem); font-weight: 600; line-height: 1.05; }
.demo-list .fit-reason { margin: 0; color: var(--muted); font-size: .82rem; white-space: normal; }
.activity-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 18px 0; padding-block: 12px; border-block: 1px solid var(--line); color: var(--pine); font-size: .72rem; font-variant-numeric: tabular-nums; }
.activity-meta span { display: inline-flex; align-items: center; gap: 5px; }
.activity-meta svg { width: 15px; stroke-width: 1.5; }
.demo-list .book-button { position: static; width: 100%; min-height: 48px; border: 0; border-radius: 8px; background: var(--pine); color: var(--cream); box-shadow: none; }
.demo-list .book-button span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
.demo-list .book-button:hover { background: var(--pine-2); transform: translateY(-2px); box-shadow: var(--soft-shadow); }
.demo-list .recommendation-row { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 120px; padding: 12px 0; border-top: 1px solid var(--line); transition: transform 180ms ease-out; }
.demo-list .recommendation-row:hover { transform: translateY(-2px); }
.demo-list .recommendation-row > img { width: 96px; height: 96px; border-radius: 12px; object-fit: cover; filter: saturate(.9); }
.demo-list .row-copy { padding: 0; }
.demo-list .row-copy > p:first-child { margin: 0; color: var(--muted); font-size: .68rem; }
.demo-list .row-copy h2 { margin: 2px 0 7px; color: var(--pine); font-family: var(--ui); font-size: 1rem; font-weight: 600; line-height: 1.25; }
.reason-chip { display: inline-flex; padding: 4px 7px; border-radius: 999px; background: var(--sage); color: var(--pine); font-size: .62rem; font-weight: 500; }
.demo-list .row-facts { gap: 9px; margin-top: 7px; color: var(--muted); font-size: .68rem; }
.row-price { display: flex; align-items: center; gap: 5px; color: var(--pine); }
.row-price strong { font-size: .9rem; font-variant-numeric: tabular-nums; }
.row-price s { color: var(--muted); font-size: .72rem; }
.row-price .row-book { border-radius: 8px; transition: transform 180ms ease-out, background 180ms ease-out; }
.network-offer { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 3px 12px; margin: 18px 0 2px; padding: 13px 14px; border-radius: 12px; background: #fff4d4; color: var(--forest); }
.network-offer span { grid-column: 1 / -1; color: #6f4b00; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.network-offer strong { font-family: var(--display); font-size: 2rem; line-height: 1; }
.network-offer s { color: #6b6659; font-size: .78rem; }
.network-offer small { grid-column: 1 / -1; color: #554f42; font-size: .76rem; }
.booking-actions { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 10px; }
.call-action, .booking-call { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; color: var(--forest); font-weight: 800; text-underline-offset: 4px; }
.call-action svg, .booking-call svg, .row-call svg { width: 17px; }
.row-call { display: inline-flex; align-items: center; justify-content: center; gap: 4px; min-width: 44px; min-height: 44px; color: var(--forest); font-size: .72rem; font-weight: 800; }
.row-offer { flex-basis: 100%; color: #6f4b00; font-weight: 750; }
.booking-call { margin-top: 8px; }
.booking-dialog > small { display: block; margin-top: 12px; color: var(--muted); line-height: 1.5; }
.recommendation-row:hover .row-book { background: var(--sage); transform: translateX(4px); }
.recommendation-list.is-ranking { animation: demo-reflow 300ms cubic-bezier(.16,1,.3,1); }
@keyframes demo-reflow { from { opacity: .55; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.demo-sidebar { position: sticky; top: 100px; align-self: start; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.demo-sidebar h2 { margin-bottom: 18px; color: var(--pine); font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1.08; }
.demo-sidebar ul { margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.demo-sidebar li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 14px 0; border-top: 1px solid var(--line); }
.demo-sidebar li:first-child { border: 0; }
.demo-sidebar li > svg { width: 20px; color: var(--pine); stroke-width: 1.5; }
.demo-sidebar li span, .demo-sidebar li strong { display: block; }
.demo-sidebar li span { color: var(--muted); font-size: .74rem; line-height: 1.45; }
.demo-sidebar li strong { margin-bottom: 2px; color: var(--pine); }
.sidebar-qr { display: grid; place-items: center; gap: 8px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--pine); font-size: .78rem; font-weight: 600; }
.sidebar-qr img { width: 144px; }
.demo-sidebar > small { display: block; margin-top: 14px; color: var(--muted); }
.evaluator-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 48px; padding: 28px; border-radius: 16px; background: var(--pine); color: var(--cream); }
.evaluator-cta h2 { margin: 0; color: var(--cream); font-family: var(--display); font-size: 1.8rem; }
.evaluator-cta p { margin: 3px 0 0; color: rgba(245,240,228,.65); }
.evaluator-cta > div:last-child { display: grid; gap: 8px; }
.evaluator-cta a { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-width: 130px; padding: 8px 0; border-bottom: 1px solid rgba(245,240,228,.22); color: var(--cream); font-size: .78rem; font-weight: 600; text-decoration: none; }
.evaluator-cta a svg { width: 17px; }
.feedback-float { position: fixed; z-index: 30; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 8px; width: auto; margin: 0; padding: 8px 10px 8px 16px; border: 0; border-radius: 999px; background: var(--pine-2); color: var(--cream); box-shadow: var(--soft-shadow); transform: translate(-50%, 130%); transition: transform 300ms ease-out; }
.feedback-float.is-visible { transform: translate(-50%, 0); }
.feedback-float span { white-space: nowrap; font-size: .78rem; font-weight: 600; }
.feedback-float button { display: inline-flex; align-items: center; gap: 4px; min-height: 44px; padding: 0 12px; border: 1px solid rgba(245,240,228,.28); border-radius: 999px; background: transparent; color: var(--cream); font-size: .72rem; }
.feedback-float button:hover, .feedback-float button.selected { background: var(--cream); color: var(--pine); }
.feedback-float svg { width: 14px; }
.feedback-float .feedback-status { display: none; }
.feedback-float.is-thanked span, .feedback-float.is-thanked button { display: none; }
.feedback-float.is-thanked .feedback-status { display: block; margin: 0; padding: 4px 8px; color: var(--cream); }

/* Partner acquisition */
.partner-hero { display: grid; align-items: center; gap: 56px; min-height: calc(88vh - 72px); padding-block: 72px; }
.vendor-hero { grid-template-columns: 7fr 5fr; }
.host-hero { grid-template-columns: 5fr 7fr; }
.partner-hero-copy { padding: 0; }
.partner-hero-copy > p:not(.eyebrow):not(.micro-trust) { max-width: 56ch; color: var(--muted); }
.micro-trust { display: flex; align-items: center; gap: 7px; margin: 20px 0 0; color: var(--muted); font-size: .78rem; }
.micro-trust svg { width: 17px; color: var(--pine); }
.partner-hero-media { position: relative; overflow: hidden; min-height: 570px; border-radius: 16px; background: var(--sage); }
.partner-hero-media > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; filter: saturate(.9); }
.vendor-hero .partner-hero-media > img { object-position: 45% center; }
.host-hero .partner-hero-media > img { object-position: 48% center; }
.commission-card { position: absolute; z-index: 2; bottom: 24px; left: 24px; width: min(280px, calc(100% - 48px)); padding: 20px; border-radius: 12px; background: var(--amber); color: var(--pine); }
.commission-card span, .commission-card strong, .commission-card small { display: block; }
.commission-card span { font-size: .74rem; font-weight: 600; }
.commission-card strong { margin-block: 3px; font-family: var(--display); font-size: 3.5rem; line-height: 1; }
.commission-card small { color: rgba(18,59,46,.76); }
.image-caption { position: absolute; z-index: 2; right: 16px; bottom: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(245,240,228,.88); color: var(--pine); font-size: .68rem; font-weight: 600; }
.host-kpis { display: grid; grid-template-columns: repeat(3, 1fr); margin: 32px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.host-kpis li { padding: 16px; border-right: 1px solid var(--line); }
.host-kpis li:first-child { padding-left: 0; }
.host-kpis li:last-child { border: 0; }
.host-kpis strong, .host-kpis span { display: block; }
.host-kpis strong { color: var(--amber-2); font-family: var(--display); font-size: 2rem; line-height: 1; font-variant-numeric: tabular-nums; }
.host-kpis span { margin-top: 6px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.commission-section { padding-block: 96px; background: var(--cream-2); }
.commission-grid { display: grid; grid-template-columns: 7fr 5fr; align-items: end; gap: 72px; }
.commission-grid h2 { max-width: 17ch; }
.commission-bar { display: flex; height: 92px; margin-top: 30px; overflow: hidden; border-radius: 12px; color: var(--cream); font-size: .66rem; font-variant-numeric: tabular-nums; }
.commission-bar span { display: flex; flex-direction: column; justify-content: center; padding: 10px; overflow: hidden; }
.commission-bar b { display: block; }
.vendor-share { flex: 90; background: var(--pine); }
.property-share { flex: 7; min-width: 54px; background: var(--amber); color: var(--pine); }
.platform-share { flex: 3; min-width: 48px; background: var(--muted); }
.commission-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; color: var(--muted); font-size: .72rem; }
.commission-legend span { display: flex; align-items: center; gap: 6px; }
.commission-legend i { width: 8px; height: 8px; border-radius: 50%; }
.legend-pine { background: var(--pine); }.legend-amber { background: var(--amber); }.legend-muted { background: var(--muted); }
.commission-points { margin: 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.commission-points li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; padding: 16px 0; border-top: 1px solid var(--line); }
.commission-points li:first-child { border: 0; }
.commission-points svg { width: 20px; color: var(--pine); stroke-width: 1.5; }
.partner-flow { padding-block: 96px; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-intro .eyebrow { flex: 0 0 auto; margin-bottom: 8px; }
.section-intro h2 { max-width: 18ch; margin: 0; }
.partner-flow ol { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.partner-flow ol::before { content: ""; position: absolute; top: 29px; right: 10%; left: 10%; height: 1px; background: var(--line); }
.partner-flow li { position: relative; min-height: 250px; padding: 24px; border: 1px solid var(--line); border-right: 0; border-radius: 0; background: var(--cream); }
.partner-flow li:first-child { border-radius: 16px 0 0 16px; }
.partner-flow li:last-child { border-right: 1px solid var(--line); border-radius: 0 16px 16px 0; }
.partner-flow li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--amber); color: var(--pine); font-size: .78rem; font-weight: 600; }
.partner-flow li > svg { width: 24px; height: 24px; margin: 28px 0 18px; color: var(--pine); stroke-width: 1.5; }
.partner-flow h3 { margin-bottom: 8px; color: var(--pine); }
.partner-flow p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.category-section { padding-block: 96px; background: var(--sage); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-grid > div { display: flex; align-items: center; gap: 12px; min-height: 84px; padding: 18px; border: 1px solid rgba(18,59,46,.18); border-radius: 16px; background: rgba(245,240,228,.42); color: var(--pine); transition: border-color 180ms ease-out, transform 180ms ease-out; }
.category-grid > div:hover { border-color: var(--amber-2); transform: translateY(-2px); }
.category-grid svg { width: 22px; stroke-width: 1.5; }
.category-grid span { font-weight: 600; }
.faq-section { display: grid; grid-template-columns: 4fr 8fr; gap: 64px; padding-block: 96px; }
.faq-section .section-intro { display: block; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 66px; color: var(--pine); font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 20px; transition: transform 300ms ease-out; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 62ch; margin: 0 0 20px; color: var(--muted); }
.signup-bridge { display: grid; grid-template-columns: minmax(0, 7fr) minmax(250px, 5fr); align-items: center; gap: 64px; padding-block: 72px; border-block: 1px solid var(--line); }
.signup-bridge h2 { max-width: 16ch; margin-bottom: 12px; }
.signup-bridge p { max-width: 58ch; margin: 0; color: var(--muted); }
.signup-bridge .primary-action { justify-self: end; }
.partner-apply { display: block; padding-block: 96px; background: var(--pine); color: var(--cream); }
.apply-grid { display: grid; grid-template-columns: 5fr 7fr; align-items: start; gap: 72px; }
.apply-copy { position: sticky; top: 100px; }
.apply-copy h2, .apply-copy .eyebrow { color: var(--cream); }
.apply-copy > p:not(.eyebrow) { color: rgba(245,240,228,.72); }
.apply-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.apply-copy li { display: flex; align-items: center; gap: 9px; padding: 9px 0; color: rgba(245,240,228,.86); }
.apply-copy li svg { width: 18px; color: var(--amber); stroke-width: 1.5; }
.partner-form, .application-confirmation { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 32px; border: 0; border-radius: 8px; background: var(--cream); color: var(--ink); box-shadow: none; }
.partner-form label { color: var(--pine); font-size: 13px; font-weight: 600; }
.partner-form label > span { color: var(--muted); font-weight: 400; }
.partner-form input, .partner-form select, .partner-form textarea, .auth-form-wrap input, .money-field input, .operator-card input { width: 100%; min-height: 48px; margin-top: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.58); color: var(--ink); }
.partner-form textarea { resize: vertical; }
.partner-form input:focus, .partner-form select:focus, .partner-form textarea:focus, .auth-form-wrap input:focus, .operator-card input:focus { outline: 2px solid #376b82; outline-offset: 2px; border-color: var(--pine); }
.partner-form :is(input, select, textarea)[aria-invalid="true"], .auth-form-wrap input[aria-invalid="true"], .operator-card input[aria-invalid="true"] { border-color: var(--danger); }
.inline-error { display: block; grid-column: 1 / -1; margin-top: 4px; color: var(--danger) !important; font-size: 13px; font-weight: 500 !important; }
.form-error-summary { padding: 16px; border: 1px solid #d8766e; border-radius: 8px; background: #fff0ed; color: #721c17; }
.form-error-summary strong, .form-error-summary p { display: block; margin: 0; }
.form-error-summary p { margin-top: 4px; color: #721c17; font-size: 13px; }
.partner-form .span-two { grid-column: 1 / -1; }
.partner-form .consent-row { display: flex; align-items: center; gap: 12px; min-height: 44px; color: var(--muted); font-weight: 400; line-height: 1.5; }
.partner-form .consent-row input { width: 18px; min-height: 18px; margin: 2px 0 0; flex: 0 0 18px; }
.partner-form .consent-row a { color: var(--pine); }
.form-promise { max-width: 65ch; justify-self: center; color: var(--muted); font-size: 13px; line-height: 1.5; text-align: center; }
.form-promise a { color: var(--pine); text-underline-offset: 4px; }
.partner-form.is-loading button { cursor: wait; opacity: .72; }
.application-confirmation { display: block; text-align: center; }
.application-confirmation > svg { width: 48px; height: 48px; color: var(--pine); }
.application-confirmation h3 { margin: 16px 0 8px; color: var(--pine); font-family: var(--display); font-size: 31px; }
.application-confirmation p { color: var(--muted); }
.application-confirmation ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 28px 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.application-confirmation li { padding: 14px 6px; border-right: 1px solid var(--line); font-size: .78rem; }
.application-confirmation li:last-child { border: 0; }
.application-confirmation li span { display: grid; place-items: center; width: 26px; height: 26px; margin: 0 auto 6px; border-radius: 50%; background: var(--amber); color: var(--pine); }
.application-confirmation a { display: inline-flex; align-items: center; gap: 7px; color: var(--pine); font-weight: 600; }
.application-confirmation a svg { width: 18px; }
.mobile-apply-bar { display: none; }
.host-setup { padding-block: 96px; background: var(--cream-2); }
.host-setup-grid { display: grid; grid-template-columns: 5fr 7fr; align-items: center; gap: 72px; }
.host-setup-grid h2 { max-width: 16ch; }
.host-setup-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.setup-steps { margin: 28px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.setup-steps li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.setup-steps li:first-child { border: 0; }
.setup-steps svg { width: 22px; color: var(--pine); stroke-width: 1.5; }
.setup-steps strong, .setup-steps span { display: block; }
.setup-steps span { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.setup-steps strong { color: var(--pine); }
.ledger-board { padding: 28px; border: 0; border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: var(--soft-shadow); transform: none; }
.ledger-board header, .ledger-board > div, .ledger-board footer { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.ledger-board header { padding-top: 0; border: 0; }
.ledger-board header strong { padding: 4px 7px; border-radius: 999px; background: var(--sage); color: var(--pine); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.ledger-board > div > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ledger-board em { padding: 4px 7px; border-radius: 999px; font-size: .62rem; font-style: normal; font-weight: 600; }
.status-confirmed { background: var(--sage); color: var(--pine); }
.status-pending { border: 1px solid var(--amber); color: var(--pine); }
.ledger-board footer { padding-bottom: 0; font-weight: 600; }
.ledger-board footer span { grid-column: 1 / 3; }
.earnings-section { padding-block: 96px; background: var(--sage); }
.earnings-card { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; padding: 42px; border-radius: 16px; background: var(--cream); }
.earnings-card h2 { margin-bottom: 30px; }
.earnings-card label { display: flex; justify-content: space-between; margin: 16px 0 6px; color: var(--pine); font-size: .78rem; font-weight: 600; }
.earnings-card input[type="range"] { width: 100%; accent-color: var(--amber-2); }
.earnings-card output { font-variant-numeric: tabular-nums; }
.money-field { position: relative; max-width: 220px; }
.money-field span { position: absolute; z-index: 1; top: 17px; left: 12px; color: var(--muted); }
.money-field input { padding-left: 28px; }
.earnings-output { display: grid; place-items: center; align-content: center; padding-left: 40px; border-left: 1px solid var(--line); text-align: center; }
.earnings-output > span { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.earnings-output strong { margin: 8px 0 0; color: var(--amber-2); font-family: var(--display); font-size: clamp(3.6rem, 7vw, 5.4rem); font-weight: 600; line-height: 1; font-variant-numeric: tabular-nums; }
.earnings-output small { color: var(--muted); }
.earnings-output p { margin: 18px 0 0; color: var(--pine); font-weight: 500; }
.clear-design { display: grid; grid-template-columns: 7fr 5fr; align-items: center; gap: 72px; padding-block: 96px; }
.clear-design > div > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.clear-design ul { margin: 24px 0 0; padding: 0; border-block: 1px solid var(--line); list-style: none; }
.clear-design li { display: flex; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--pine); }
.clear-design li:first-child { border: 0; }
.clear-design li svg { width: 20px; stroke-width: 1.5; }
.cross-link-card { position: relative; display: grid; min-height: 220px; align-content: end; padding: 28px; border: 1px solid var(--line); border-radius: 16px; color: var(--pine); text-decoration: none; transition: background 180ms ease-out, color 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out; }
.cross-link-card:hover { background: var(--pine); color: var(--cream); transform: translateY(-2px); box-shadow: var(--soft-shadow); }
.cross-link-card span, .cross-link-card strong { display: block; }
.cross-link-card span { color: var(--muted); font-size: .76rem; }
.cross-link-card:hover span { color: rgba(245,240,228,.66); }
.cross-link-card strong { margin-top: 5px; font-family: var(--display); font-size: 1.8rem; }
.cross-link-card svg { position: absolute; top: 26px; right: 26px; width: 22px; }

/* Sign-in, legal, and operator entry */
.partner-auth { display: grid; grid-template-columns: 45% 55%; min-height: 100vh; }
.auth-brand-panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 48px max(48px, calc((100vw - 1200px) / 2)); background: var(--pine); color: var(--cream); }
.auth-brand-panel::after, .operator-entry::before { content: ""; position: absolute; inset: 0; background: url('/assets/decor/topo-contours.svg') center / cover no-repeat; opacity: .06; pointer-events: none; }
.auth-brand-panel > * { position: relative; z-index: 1; }
.auth-brand-panel h1 { max-width: 8ch; margin-bottom: 18px; color: var(--cream); font-size: clamp(3rem, 5vw, 4rem); }
.auth-brand-panel > div > p { max-width: 43ch; color: rgba(245,240,228,.72); }
.auth-brand-panel ol { margin: 36px 0 0; padding: 0; border-block: 1px solid rgba(245,240,228,.18); list-style: none; }
.auth-brand-panel li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(245,240,228,.18); }
.auth-brand-panel li:first-child { border: 0; }
.auth-brand-panel li svg { width: 20px; color: var(--amber); stroke-width: 1.5; }
.auth-form-panel { display: grid; place-items: center; padding: 48px 24px; background: var(--cream); }
.auth-form-wrap { width: min(100%, 420px); }
.auth-heading h2, .auth-success h2 { margin-bottom: 8px; color: var(--pine); font-size: 2.5rem; }
.auth-heading p, .auth-success p { color: var(--muted); }
.auth-form-wrap form { display: grid; gap: 20px; margin-top: 30px; }
.auth-form-wrap form > label, .auth-form-wrap .auth-field > label, .auth-form-wrap legend, .operator-card label { color: var(--pine); font-size: .78rem; font-weight: 600; }
.field-message { display: block; margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 400; }
.auth-form-wrap fieldset { margin: 0; padding: 0; border: 0; }
.password-field { position: relative; display: block; }
.password-field input { padding-right: 96px; }
.password-field button { position: absolute; right: 2px; bottom: 2px; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 12px; border: 0; border-radius: 8px; background: transparent; color: var(--pine); font: inherit; font-size: 13px; font-weight: 650; cursor: pointer; }
.password-field button:hover { background: rgba(0,24,64,.08); }
.password-field button:focus-visible { outline: 2px solid #376b82; outline-offset: 2px; }
.password-field button svg { width: 16px; height: 16px; }
.role-segments { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 7px; }
.role-segments input { position: absolute; opacity: 0; pointer-events: none; }
.role-segments span { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; color: var(--pine); cursor: pointer; }
.role-segments input:checked + span { border-color: var(--pine); background: var(--pine); color: var(--cream); }
.role-segments input:focus-visible + span { outline: 2px solid #376b82; outline-offset: 2px; }
.role-segments svg { width: 18px; }
.auth-form-wrap .primary-action { width: 100%; background: var(--pine); color: var(--cream); }
.auth-form-wrap .primary-action:hover { background: var(--pine-2); }
.auth-microcopy, .auth-apply-links { color: var(--muted); font-size: .7rem; text-align: center; }
.auth-form-wrap .form-error-summary { margin-top: 22px; }
.auth-support { margin-top: 22px; color: var(--muted); font-size: .76rem; text-align: center; }
.auth-support a { display: inline-flex; align-items: center; min-height: 44px; color: var(--pine); font-weight: 650; text-underline-offset: 3px; }
.auth-apply-links { margin-top: 22px; }
.auth-apply-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--pine); }
.demo-entry { margin-top: 30px; border-top: 1px solid var(--line); }
.demo-entry summary { display: flex; align-items: center; min-height: 44px; padding: 12px 0; color: var(--muted); font-size: 13px; cursor: pointer; }
.demo-entry > div { display: grid; gap: 6px; }
.demo-entry a { display: inline-flex; align-items: center; min-height: 44px; color: var(--pine); font-size: 13px; }
.demo-entry p { display: grid; gap: 4px; margin: 0 0 10px; }
.demo-entry code { overflow-wrap: anywhere; color: var(--pine); font-size: .72rem; }
.auth-success > svg { width: 48px; height: 48px; color: var(--pine); }
.auth-success .primary-action { margin: 24px 0 14px; }
.auth-success > a:last-child { display: flex; align-items: center; justify-content: center; min-height: 44px; color: var(--pine); font-size: 13px; text-align: center; }
.legal-layout { display: grid; grid-template-columns: 200px minmax(0, 720px); justify-content: center; gap: 56px; padding-block: 80px 96px; }
.legal-header { grid-column: 1 / -1; max-width: 720px; margin-left: 256px; }
.legal-header > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--sage); color: var(--pine); font-size: .72rem; }
.legal-header h1 { margin: 18px 0 16px; font-size: 3rem; }
.legal-header p { color: var(--muted); font-size: 1.2rem; line-height: 1.6; }
.legal-toc { position: sticky; top: 104px; align-self: start; }
.legal-toc > strong { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc nav { display: grid; gap: 3px; margin-top: 14px; }
.legal-toc a { padding: 7px 10px; border-left: 1px solid var(--line); color: var(--muted); font-size: .76rem; text-decoration: none; }
.legal-toc a:hover, .legal-toc a.is-active { border-left-color: var(--amber-2); color: var(--pine); }
.legal-copy { font-size: 1.06rem; line-height: 1.75; }
.legal-copy section { scroll-margin-top: 110px; padding: 34px 0; border-top: 1px solid var(--line); }
.legal-copy section:first-child { padding-top: 0; border: 0; }
.legal-copy h2 { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; font-size: 2rem; }
.legal-copy h2 span { color: var(--amber-2); font-family: var(--ui); font-size: .8rem; font-weight: 600; }
.legal-copy p { margin-bottom: 0; }
.legal-note, .legal-contact { padding: 20px; border-radius: 16px; background: var(--sage); color: var(--pine); }
.legal-mobile-copy { display: none; }
.legal-contact { grid-column: 2; display: flex; align-items: center; gap: 14px; }
.legal-contact svg { width: 28px; flex: 0 0 28px; }
.legal-contact p { margin: 0; }
.operator-entry { position: relative; display: grid; min-height: 100vh; place-items: center; overflow: hidden; padding: 24px; background: var(--pine-2); }
.operator-card { position: relative; z-index: 1; width: min(100%, 440px); padding: 38px; border: 1px solid rgba(245,240,228,.1); border-radius: 16px; background: var(--pine); color: var(--cream); }
.operator-mark { display: inline-grid; margin-bottom: 28px; }
.operator-card .eyebrow, .operator-card h1 { color: var(--cream); }
.operator-card h1 { margin-bottom: 24px; font-size: 2.7rem; }
.operator-card form { display: grid; gap: 16px; }
.operator-card input { border-color: rgba(245,240,228,.18); background: rgba(255,255,255,.08); color: var(--cream); }
.operator-card .field-message { color: rgba(245,240,228,.58); }
.operator-note { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: rgba(245,240,228,.62); font-size: .7rem; }
.operator-note svg { width: 17px; color: var(--amber); }

.reveal-ready .reveal-group > * { opacity: 0; transform: translateY(12px); transition: opacity 500ms ease-out, transform 500ms ease-out; }
.reveal-ready .reveal-group.is-visible > * { opacity: 1; transform: none; }
.reveal-ready .reveal-group.is-visible > *:nth-child(2) { transition-delay: 60ms; }

@media (max-width: 980px) {
  .public-header { gap: 8px; min-height: 64px; padding-inline: 16px; }
  .public-call { width: 44px; margin-left: auto; padding: 0; justify-content: center; }
  .public-call span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .public-menu { display: inline-flex; align-items: center; gap: 6px; }
  .public-header nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; padding: 84px 24px 40px; background: var(--pine); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity 220ms ease-out, transform 220ms ease-out, visibility 220ms; }
  .public-header nav.is-open { z-index: 1; opacity: 1; visibility: visible; transform: none; }
  .public-header nav a { justify-content: space-between; min-height: 58px; border-bottom: 1px solid rgba(245,240,228,.18); color: var(--cream); font-family: var(--display); font-size: 1.6rem; }
  .public-header nav a[aria-current="page"]::after { right: auto; bottom: 0; width: 60px; }
  .public-header .public-login { margin-top: 20px; border-color: var(--amber); color: var(--cream); }
  .public-menu { position: relative; z-index: 2; }
  body.menu-open { overflow: hidden; }
  .home-how, .guide-showcase-grid, .partner-fork, .commission-grid, .faq-section, .host-setup-grid, .earnings-card, .clear-design, .signup-bridge { grid-template-columns: 1fr; gap: 48px; }
  .signup-bridge .primary-action { justify-self: start; }
  .product-shot { max-width: 520px; margin-inline: auto; }
  .partner-hero { min-height: auto; }
  .partner-hero-media { min-height: 480px; }
  .partner-hero-media > img { min-height: 480px; }
  .partner-flow ol { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .partner-flow ol::before { display: none; }
  .partner-flow li, .partner-flow li:first-child, .partner-flow li:last-child { border: 1px solid var(--line); border-radius: 16px; }
  .apply-grid { gap: 48px; }
  .apply-copy { position: static; }
  .earnings-output { min-height: 260px; padding: 36px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .legal-header { margin-left: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-container { width: min(100% - 36px, 1200px); }
  .public-page h1 { font-size: clamp(2.65rem, 12vw, 3.2rem); }
  .public-page h2 { font-size: clamp(2rem, 9vw, 2.35rem); }
  .home-hero, .home-hero-inner { min-height: calc(100svh - 64px); }
  .home-hero-inner { align-items: end; width: 100%; padding: 0; }
  .home-hero-photo { object-position: 63% center; }
  .home-hero-panel { width: calc(100% - 28px); margin: 0 14px 104px; padding: 30px 24px; }
  .home-hero-panel h1 { font-size: clamp(2.75rem, 12vw, 3.25rem); }
  .weather-chip { right: 14px; bottom: 25px; left: 14px; max-width: none; }
  .scroll-cue { display: none; }
  .proof-strip { padding-block: 18px; }
  .proof-strip .site-container { grid-template-columns: 1fr; }
  .proof-strip p, .proof-strip p:first-child, .proof-strip p:last-child { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(18,59,46,.24); }
  .proof-strip p:last-child { border-bottom: 0; }
  .home-how, .guide-showcase, .partner-fork, .commission-section, .partner-flow, .category-section, .faq-section, .host-setup, .earnings-section, .clear-design, .partner-apply, .signup-bridge { padding-block: 56px; }
  .signup-bridge { gap: 24px; }
  .signup-bridge .primary-action { width: 100%; justify-content: center; }
  .home-how { gap: 30px; }
  .home-timeline { grid-template-columns: 1fr; gap: 12px; }
  .home-timeline::before { top: 12px; bottom: 12px; left: 17px; width: 1px; height: auto; }
  .home-timeline li { display: grid; grid-template-columns: 36px 1fr; column-gap: 12px; padding: 0; }
  .home-timeline li > span { grid-row: 1 / 3; margin: 0; }
  .product-shot { padding: 14px 38px 14px 0; }
  .phone-frame { width: 238px; }
  .shot-qr { right: -2px; width: 110px; }
  .guide-showcase-grid { grid-template-columns: 1fr; }
  .field-guide-best { grid-template-columns: 1fr auto; }
  .field-guide-best > span { grid-column: 1 / -1; width: fit-content; }
  .field-guide-card > a { grid-template-columns: 22px 1fr auto 16px; padding-inline: 14px; }
  .partner-fork-links { grid-template-columns: 1fr; }
  .partner-fork-links a { min-height: 170px; }
  .final-cta { flex-direction: column; align-items: stretch; margin-bottom: 56px; padding: 30px 24px; }
  .final-cta .public-actions { flex-direction: column; }
  .public-footer { grid-template-columns: 1fr 1fr; gap: 34px; padding: 44px 18px 90px; }
  .footer-brand { grid-column: 1 / -1; }
  .demo-app-shell { grid-template-columns: 1fr; width: min(100% - 28px, 680px); gap: 0; padding-top: 14px; }
  .demo-sidebar { position: static; margin-top: 40px; }
  .demo-list .best-fit { grid-template-columns: 1fr; }
  .demo-list .best-fit-photo { min-height: auto; aspect-ratio: 4 / 3; border-radius: 16px 16px 0 0; }
  .demo-list .best-fit-content { padding: 22px 18px; }
  .booking-actions { grid-template-columns: 1fr; }
  .call-action { justify-content: flex-start; }
  .quick-rank { display: grid; grid-template-columns: repeat(2, 1fr); }
  .quick-rank button { justify-content: center; }
  .demo-list .recommendation-row { grid-template-columns: 82px minmax(0, 1fr) auto; gap: 11px; }
  .demo-list .recommendation-row > img { width: 82px; height: 82px; }
  .reason-chip { display: none; }
  .row-price { align-self: stretch; flex-direction: column; justify-content: space-between; }
  .evaluator-cta { align-items: stretch; flex-direction: column; }
  .feedback-float { right: 12px; bottom: 12px; left: 12px; justify-content: center; transform: translateY(130%); }
  .feedback-float.is-visible { transform: none; }
  .partner-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 44px 56px; }
  .partner-hero-copy { grid-row: 1; }
  .partner-hero-media { grid-row: 2; min-height: 380px; }
  .partner-hero-media > img { min-height: 380px; }
  .host-kpis { grid-template-columns: repeat(3, 1fr); }
  .host-kpis li { padding: 12px 8px; }
  .commission-grid { gap: 36px; }
  .commission-bar { height: 78px; }
  .commission-bar span { padding: 7px; }
  .partner-flow ol { grid-template-columns: 1fr; }
  .partner-flow li { min-height: 0; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .section-intro { display: block; }
  .partner-form, .application-confirmation { grid-template-columns: 1fr; padding: 24px 16px; }
  .partner-form .span-two { grid-column: 1; }
  .application-confirmation ol { grid-template-columns: 1fr; }
  .application-confirmation li { border-right: 0; border-bottom: 1px solid var(--line); }
  .mobile-apply-bar { position: fixed; z-index: 60; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 8px; background: var(--amber); color: var(--pine); font-weight: 600; text-decoration: none; box-shadow: var(--soft-shadow); }
  .mobile-apply-bar svg { width: 18px; }
  .earnings-card { padding: 26px 20px; }
  .clear-design { gap: 30px; }
  .partner-auth { grid-template-columns: 1fr; }
  .auth-brand-panel { min-height: 82px; padding: 16px 18px; }
  .auth-brand-panel > div { display: none; }
  .auth-brand-panel .brand { font-size: 1.45rem; }
  .auth-form-panel { min-height: calc(100vh - 82px); padding-block: 42px; }
  .legal-layout { display: block; padding-block: 56px; }
  .legal-header h1 { font-size: 2.7rem; }
  .legal-header p { font-size: 1.05rem; }
  .legal-toc, .legal-desktop-copy { display: none; }
  .legal-mobile-copy { display: block; margin-top: 38px; border-top: 1px solid var(--line); }
  .legal-mobile-copy details { border-bottom: 1px solid var(--line); }
  .legal-mobile-copy summary { display: grid; grid-template-columns: 30px 1fr 20px; align-items: center; min-height: 64px; color: var(--pine); font-family: var(--display); font-size: 1.25rem; cursor: pointer; list-style: none; }
  .legal-mobile-copy summary::-webkit-details-marker { display: none; }
  .legal-mobile-copy summary span { color: var(--amber-2); font-family: var(--ui); font-size: .7rem; }
  .legal-mobile-copy summary svg { width: 18px; transition: transform 200ms ease-out; }
  .legal-mobile-copy details[open] summary svg { transform: rotate(45deg); }
  .legal-mobile-copy details p { padding: 0 0 22px 30px; color: var(--muted); }
  .legal-contact { margin-top: 32px; }
  .operator-card { padding: 30px 22px; }
}

@media (max-width: 420px) {
  .site-container { width: min(100% - 28px, 1200px); }
  .home-hero-panel { margin-inline: 10px; padding: 26px 20px; }
  .home-hero-panel .public-actions { flex-direction: column; }
  .phone-frame { width: 218px; }
  .shot-qr { width: 98px; }
  .category-grid { grid-template-columns: 1fr; }
  .demo-property-bar { grid-template-columns: 30px 38px 1fr auto; gap: 7px; }
  .demo-property-bar > div:nth-child(3) span { display: none; }
  .weather-wind { float: none; margin: 12px 0 0 44px; }
  .micro-forecast { margin-top: 12px; }
  .demo-list .row-copy h2 { font-size: .9rem; }
  .demo-list .row-facts { gap: 5px; }
  .host-kpis { grid-template-columns: 1fr; }
  .host-kpis li, .host-kpis li:first-child { display: flex; align-items: baseline; gap: 10px; padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .host-kpis li:last-child { border-bottom: 0; }
  .ledger-board header, .ledger-board > div, .ledger-board footer { grid-template-columns: minmax(0, 1fr) auto; }
  .ledger-board em { display: none; }
  .ledger-board footer span { grid-column: 1; }
}

@media (max-width: 640px) {
  .locked-action-panel { grid-template-columns: 40px 1fr; padding: 20px 16px; }
  .locked-action-panel .primary-action { grid-column: 1 / -1; width: 100%; }
  .action-notice { grid-template-columns: 24px 1fr; }
  .action-notice > :last-child { grid-column: 2; justify-self: start; }
  .promo-locked { align-items: flex-start; flex-direction: column; }
  .void-dialog { padding: 30px 20px 22px; }
  .dialog-actions { align-items: stretch; flex-direction: column-reverse; }
  .dialog-actions .secondary-action, .dialog-actions form, .dialog-actions .danger-action { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready .reveal-group > * { opacity: 1; transform: none; }
}

html.visual-review { scroll-behavior: auto !important; }
html.visual-review .public-header,
html.visual-review .demo-sidebar,
html.visual-review .apply-copy { position: static !important; }
html.visual-review .feedback-float,
html.visual-review .mobile-apply-bar { display: none !important; }
html.visual-review .reveal-group > * {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.join-page .perk-console-title h2 { color: #fff; }
.mobile-apply-bar { transition: opacity 180ms ease-out, transform 180ms ease-out; }
.mobile-apply-bar.is-hidden { opacity: 0; pointer-events: none; transform: translateY(120%); }

@media (max-width: 1060px) {
  .join-hero { grid-template-columns: 1fr 1fr; gap: 40px; }
  .founding-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .join-hero { grid-template-columns: 1fr; min-height: auto; padding-block: 54px 72px; }
  .join-hero-copy h1 { font-size: clamp(3.5rem,15vw,4.8rem); }
  .perk-console { max-width: 620px; }
  .founding-grid, .join-mechanics .section-intro, .founder-story { grid-template-columns: 1fr; }
  .founding-grid { align-items: start; }
  .join-math { grid-template-columns: 1fr 1fr; }
  .join-math > div { border-bottom: 1px solid var(--line); }
  .join-math > div:nth-child(2) { border-right: 0; }
  .join-math > div:nth-last-child(-n+2) { border-bottom: 0; }
  .founder-image { min-height: 48svh; }
  .founder-copy { padding: 58px 20px 76px; }
  .apply-grid { grid-template-columns: 1fr; gap: 48px; }
  .partner-form { grid-template-columns: 1fr; padding: 24px 16px; }
  .partner-form .span-two { grid-column: auto; }
}

@media (max-width: 430px) {
  .public-header .brand { gap: 7px; font-size: 1.18rem; }
  .public-header .brand img { width: 29px; height: 33px; }
  .public-menu { width: 44px; justify-content: center; padding-inline: 0; }
  .public-menu span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .join-hero { padding: 32px 16px 64px; }
  .join-hero-copy h1, .partner-hero-copy h1 { margin-bottom: 16px; font-size: 36px; line-height: 1; }
  .join-hero-copy > p:not(.invite-note) { font-size: 16px; line-height: 1.5; }
  .join-hero .public-actions { gap: 8px; margin-top: 24px; }
  .join-trust { display: grid; gap: 8px; margin-top: 24px; padding-top: 16px; }
  .perk-console { padding: 24px 20px; }
  .perk-price strong { font-size: 4rem; }
  .join-math { grid-template-columns: 1fr; }
  .join-math > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .join-math > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .join-math > div:last-child { border-bottom: 0; }
  .join-steps { grid-template-columns: 1fr; }
  .join-steps li, .join-steps li:nth-child(even) { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .join-steps li:nth-last-child(2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .partner-final-cta { gap: 24px; margin-bottom: 64px; padding: 32px 24px; }
  .partner-final-cta h2 { font-size: 31px; }
  .partner-final-cta .primary-action { width: 100%; }
}

/* Marketplace canvas wins over the retired guest-board background. */
.guest-page { background: #f7f3e9; color: var(--market-ink, #000f2e); font-size: 15px; line-height: 1.4; }

/* Guest-owned booking postcard. */
.booking-status { min-height: 100dvh; box-sizing: border-box; padding: clamp(22px, 6vw, 62px) 16px 70px; background: #efe8db; color: #001840; }
.booking-status__brand { display: block; width: min(210px, 58vw); margin: 0 auto 24px; }
.booking-status__brand img { display: block; width: 100%; height: auto; }
.booking-status__card { width: min(680px, 100%); box-sizing: border-box; margin: auto; overflow: hidden; border: 1px solid #d9cdbb; background: #fffdf7; box-shadow: 0 20px 56px rgba(38, 43, 36, .14); }
.booking-status__card::before { content: ""; display: block; height: 9px; background: repeating-linear-gradient(135deg, #b9362b 0, #b9362b 14px, #fffdf7 14px, #fffdf7 26px, #376b82 26px, #376b82 40px, #fffdf7 40px, #fffdf7 52px); }
.booking-status__photo { display: block; width: 100%; height: clamp(210px, 46vw, 360px); object-fit: cover; }
.booking-status__content { padding: clamp(24px, 6vw, 48px); }
.booking-status__state { display: inline-block; margin-bottom: 20px; padding: 6px 10px; border-radius: 999px; background: #eee8db; color: #524b43; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.booking-status__state--pending, .booking-status__state--confirmed, .booking-status__state--completed { background: #e6eee8; color: #214735; }
.booking-status__state--cancelled, .booking-status__state--vendor-cancelled, .booking-status__state--not-confirmed, .booking-status__state--no-show { background: #f2dcd6; color: #7e2d23; }
.booking-status__hello { margin: 0; color: #b9362b; font: 700 clamp(2.3rem, 9vw, 4.2rem)/.9 "Postcard Script", var(--display); transform: rotate(-1deg); transform-origin: left center; }
.booking-status__eyebrow { margin: 14px 0 7px; color: #6b6258; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.booking-status h1 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(2.1rem, 8vw, 3.9rem); line-height: .95; }
.booking-status__date { margin: 0; color: #675f55; line-height: 1.5; }
.booking-status .price-breakdown { display: grid; gap: 0; margin: 24px 0; font-variant-numeric: tabular-nums; }
.booking-status .price-breakdown > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 18px; padding: 8px 0; border-bottom: 1px solid #e4dac9; }
.booking-status .price-breakdown dt, .booking-status .price-breakdown dd { margin: 0; }
.booking-status .price-breakdown dt { color: #001840; font-size: .82rem; font-weight: 700; }
.booking-status .price-breakdown dt small { display: block; margin-top: 2px; color: #6b6258; font-size: .72rem; font-weight: 500; }
.booking-status .price-breakdown dd { text-align: right; font-weight: 750; }
.booking-status .price-breakdown__discount dd { color: #b9362b; }
.booking-status .price-breakdown > .price-breakdown__total { margin-top: 4px; padding-top: 13px; border-top: 2px solid #001840; border-bottom: 0; }
.booking-status .price-breakdown__total dt, .booking-status .price-breakdown__total dd { font-size: 1rem; font-weight: 850; }
.booking-status__message { display: grid; gap: 4px; padding: 16px 18px; border: 1px solid #d9cdbb; border-radius: 12px; background: #f4eee3; line-height: 1.45; }
.booking-status__message span { color: #5c554d; }
.booking-status__cancel { margin-top: 24px; padding: 20px; border: 1px solid #d9cdbb; border-radius: 14px; background: #fffaf0; }
.booking-status__cancel h2 { margin: 0 0 6px; font-family: var(--display); font-size: 1.45rem; }
.booking-status__cancel p { margin: 0 0 14px; color: #5c554d; line-height: 1.5; }
.booking-status__cancel-trigger { min-height: 44px; padding: 0 16px; border: 1px solid #a83c32; border-radius: 10px; background: transparent; color: #842d25; font-weight: 800; }
.booking-status__cancel-dialog { width: min(calc(100% - 24px), 500px); padding: 0; border: 0; border-radius: 16px; background: #fffdf7; color: #28221d; box-shadow: 0 24px 68px rgba(38, 43, 36, .24); }
.booking-status__cancel-dialog::backdrop { background: rgba(0, 15, 46, .64); }
.booking-status__cancel-dialog form { display: grid; gap: 16px; padding: clamp(24px, 6vw, 38px); }
.booking-status__cancel-dialog h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 6vw, 2.5rem); }
.booking-status__cancel-dialog p { margin: 0; color: #5c554d; line-height: 1.5; }
.booking-status__cancel-dialog label { display: grid; gap: 7px; font-weight: 800; }
.booking-status__cancel-dialog label span { color: #6b6258; font-size: .78rem; font-weight: 600; }
.booking-status__cancel-dialog textarea { min-height: 96px; padding: 12px; border: 1px solid #bfb4a4; border-radius: 10px; background: #fff; color: #28221d; font: inherit; resize: vertical; }
.booking-status__cancel-error { min-height: 1.4em; color: #842d25 !important; font-weight: 750; }
.booking-status__cancel-actions { display: flex; justify-content: flex-end; gap: 10px; }
.booking-status__cancel-actions button { min-height: 44px; padding: 0 16px; border: 1px solid #bfb4a4; border-radius: 10px; background: #fff; color: #28221d; font-weight: 800; }
.booking-status__cancel-actions .booking-status__cancel-confirm { border-color: #842d25; background: #842d25; color: #fff; }
.booking-status__cancel-actions button:disabled { opacity: .6; cursor: wait; }
.booking-status__vendor { margin-top: 24px; padding-top: 20px; border-top: 1px dashed #cfc1ae; }
.booking-status__vendor h2 { margin: 0 0 8px; color: #6b6258; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.booking-status__vendor > strong { display: block; font-family: var(--display); font-size: 1.4rem; }
.booking-status__vendor div { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 8px; }
.booking-status__vendor a { color: #376b82; font-weight: 750; }
.booking-status__actions { display: flex; margin-top: 26px; }
.booking-status__actions .primary-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 9px; background: #001840; color: #fff; font-weight: 800; text-decoration: none; }
@media (max-width: 520px) { .booking-status { padding-inline: 10px; } .booking-status__content { padding-inline: 22px; } .booking-status .price-breakdown > div { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; } .booking-status__actions a { width: 100%; } .booking-status__cancel-actions { align-items: stretch; flex-direction: column-reverse; } }

/* Host preview banner on signed property links (?preview=host) — display-only, no attribution change */
.host-preview-bar { background: #1d3a5f; color: #fff; padding: 10px 16px; text-align: center; font-size: 0.9rem; line-height: 1.4; }
.host-preview-bar strong { color: #ffd9a0; }
