:root {
  --ink: #17211d;
  --muted: #66716c;
  --line: #dfe4e1;
  --paper: #fbfcfa;
  --cream: #f3f0e8;
  --green: #0f7250;
  --green-dark: #0b503a;
  --green-soft: #e8f4ee;
  --orange: #e76737;
  --orange-soft: #fff0e9;
  --gold: #f2c45d;
  --shadow: 0 22px 60px rgba(23, 33, 29, .12);
  --radius: 18px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: #c7e5d7; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0 max(24px, calc((100vw - var(--shell)) / 2)); border-bottom: 1px solid rgba(223, 228, 225, .9); background: rgba(251, 252, 250, .92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--ink); font-size: 17px; font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px 11px 11px 4px; background: var(--green); color: #fff; font-size: 16px; font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 9px 14px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 650; text-decoration: none; transition: .18s ease; }
.main-nav a:hover, .main-nav a.active { background: #edf1ee; color: var(--ink); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.demo-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.demo-pill span { width: 7px; height: 7px; border-radius: 50%; background: #28a66f; box-shadow: 0 0 0 4px rgba(40,166,111,.12); }
.role-switch { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.role-switch button { padding: 7px 11px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 750; cursor: pointer; }
.role-switch button.selected { background: var(--ink); color: #fff; }
.mobile-role-bar { display: none; }
.notice { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 24px; background: var(--green-dark); color: #fff; font-size: 13px; font-weight: 650; text-align: center; }
.notice span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); }

.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #9bd5ba; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--green); color: #fff; box-shadow: 0 9px 24px rgba(15,114,80,.2); }
.button.primary:hover { background: var(--green-dark); box-shadow: 0 12px 28px rgba(15,114,80,.25); }
.button.secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.button.muted { background: #e9ecea; color: #8a938f; cursor: not-allowed; }
.button.full { width: 100%; }
.text-link { padding: 0; border: 0; background: none; color: var(--green); font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; }
.back-link { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: none; }

.hero { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: center; min-height: 690px; padding-block: 70px 82px; }
.hero-copy h1 { margin-bottom: 25px; font-size: clamp(58px, 7vw, 94px); font-weight: 850; letter-spacing: -.075em; }
.hero-lede { max-width: 520px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 10px; align-items: center; }
.hero-actions form { margin: 0; }
.hero-stats { display: flex; gap: 30px; margin: 52px 0 0; }
.hero-stats div { padding-right: 30px; border-right: 1px solid var(--line); }
.hero-stats div:last-child { padding-right: 0; border-right: 0; }
.hero-stats dt { font-size: 16px; font-weight: 850; letter-spacing: -.02em; }
.hero-stats dd { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 530px; overflow: hidden; border-radius: 34px; background: #d9e3d7; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: -25%; background: linear-gradient(35deg, transparent 48%, rgba(255,255,255,.8) 49%, rgba(255,255,255,.8) 51%, transparent 52%), linear-gradient(115deg, transparent 47%, rgba(255,255,255,.55) 48%, rgba(255,255,255,.55) 51%, transparent 52%), repeating-linear-gradient(0deg, transparent 0 76px, rgba(23,33,29,.05) 77px 79px), repeating-linear-gradient(90deg, transparent 0 90px, rgba(23,33,29,.05) 91px 93px); transform: rotate(-6deg); }
.route-line { position: absolute; top: 160px; left: 45px; width: 76%; height: 180px; border: 5px solid transparent; border-top-color: var(--orange); border-radius: 50%; transform: rotate(17deg); }
.map-label { position: absolute; color: rgba(23,33,29,.48); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.label-one { top: 80px; left: 55px; }.label-two { right: 76px; bottom: 116px; }
.map-pin { position: absolute; z-index: 2; display: flex; gap: 6px; align-items: center; padding: 8px 10px; border-radius: 999px; background: #fff; box-shadow: 0 7px 18px rgba(23,33,29,.16); font-size: 11px; font-weight: 850; }
.map-pin i { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px var(--orange); }
.pin-one { top: 92px; right: 88px; }.pin-two { top: 240px; left: 66px; }.pin-three { right: 46px; bottom: 152px; }
.floating-card { position: absolute; right: 30px; bottom: 28px; left: 30px; display: grid; grid-template-columns: 126px 1fr; gap: 16px; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.8); border-radius: 20px; background: rgba(255,255,255,.92); box-shadow: 0 18px 38px rgba(23,33,29,.18); backdrop-filter: blur(12px); }
.floating-card img { width: 126px; height: 94px; object-fit: cover; border-radius: 13px; }
.floating-card div { display: flex; flex-direction: column; }
.floating-card span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.floating-card strong { margin: 5px 0 2px; font-size: 14px; }.floating-card small { color: var(--muted); }

.section { padding-block: 96px; }
.section-heading { margin-bottom: 28px; }.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 48px); }
.spot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.spot-grid.two-column { grid-template-columns: repeat(2, 1fr); }
.spot-card { min-width: 0; text-decoration: none; }
.spot-image { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--cream); }
.spot-image img { width: 100%; aspect-ratio: 1.28; object-fit: cover; transition: transform .4s ease; }.spot-card:hover img { transform: scale(1.025); }
.spot-image > span { position: absolute; bottom: 12px; left: 12px; padding: 7px 9px; border-radius: 8px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 850; backdrop-filter: blur(7px); }
.spot-copy { padding: 14px 2px 0; }.spot-copy > div { display: flex; justify-content: space-between; gap: 10px; }.spot-copy strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }.spot-copy span { flex: none; font-size: 12px; font-weight: 750; }
.spot-copy p { margin: 3px 0; color: var(--muted); font-size: 12px; }.spot-copy .price { margin-top: 9px; color: var(--ink); }.spot-copy .price b { font-size: 14px; }
.workflow-section { padding: 100px 0; background: var(--green-dark); color: #fff; }
.workflow-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 110px; align-items: center; }.workflow-copy h2 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 64px); }.workflow-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: rgba(255,255,255,.68); font-size: 16px; }
.light-button { background: #fff; color: var(--green-dark); }.workflow-steps { margin: 0; padding: 0; list-style: none; }.workflow-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.13); }.workflow-steps li > span { color: #9bd5ba; font-size: 11px; font-weight: 850; }.workflow-steps strong { font-size: 17px; }.workflow-steps p { margin: 3px 0 0; color: rgba(255,255,255,.76); font-size: 13px; }
.demo-disclosure { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-block: 70px; padding: 28px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.demo-disclosure > div { display: flex; gap: 16px; max-width: 850px; }.disclosure-icon { display: grid; flex: none; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 850; }.demo-disclosure strong { display: block; margin-bottom: 3px; }.demo-disclosure p { margin: 0; color: var(--muted); font-size: 12px; }

.page-hero { padding-top: 74px; padding-bottom: 48px; }.page-hero.compact { max-width: 800px; margin-left: max(24px, calc((100vw - var(--shell)) / 2)); }.page-hero h1 { margin-bottom: 13px; font-size: clamp(44px, 6vw, 72px); }.page-hero > p:last-child, .dashboard-hero > div > p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; }
.browse-layout { display: grid; grid-template-columns: 230px 1fr; gap: 52px; padding-bottom: 100px; }.filter-panel { align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }.filter-heading { display: flex; justify-content: space-between; margin-bottom: 24px; }.filter-heading a { color: var(--muted); font-size: 11px; font-weight: 750; }.filter-panel label, .booking-card label, .review-card label { display: block; margin: 18px 0 7px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.filter-panel select, .booking-card select, .review-card select, .review-card textarea { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }.filter-panel input[type=range] { width: 100%; margin: 8px 0 24px; accent-color: var(--green); }.results-heading { display: flex; justify-content: space-between; margin-bottom: 20px; color: var(--muted); font-size: 12px; }.results-heading p { margin: 0; color: var(--ink); }.empty-state { display: flex; min-height: 300px; flex-direction: column; align-items: center; justify-content: center; padding: 35px; border: 1px dashed #cdd4d0; border-radius: var(--radius); text-align: center; }.empty-state.large { min-height: 430px; background: #fff; }.empty-state > span { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 13px; background: var(--green-soft); color: var(--green); font-weight: 900; }.empty-state h2 { margin-bottom: 8px; }.empty-state p { max-width: 360px; margin-bottom: 22px; color: var(--muted); }

.detail-heading { padding-top: 50px; }.detail-heading > div { display: flex; justify-content: space-between; gap: 20px; align-items: end; }.detail-heading h1 { margin-bottom: 8px; font-size: clamp(38px, 5vw, 60px); }.detail-heading div p:last-child { margin: 0; color: var(--muted); font-size: 13px; }.type-badge { padding: 8px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 68px; padding-block: 32px 100px; }.detail-photo { width: 100%; max-height: 510px; object-fit: cover; border-radius: 24px; }.host-row { display: flex; gap: 14px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }.host-row > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--green-dark); color: #fff; font-weight: 850; }.host-row div { display: grid; }.host-row small, .host-row p { color: var(--muted); font-size: 11px; }.host-row p { margin: 1px 0 0; }.detail-section { padding: 32px 0 10px; }.detail-section h2 { margin-bottom: 12px; font-size: 25px; }.detail-section p { color: var(--muted); }.feature-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 15px 0 25px; }.feature-row span { padding: 8px 11px; border-radius: 8px; background: var(--green-soft); color: var(--green-dark); font-size: 11px; font-weight: 750; }.note-box { display: flex; gap: 14px; padding: 22px; border-radius: 15px; background: var(--cream); }.note-box > span { font-size: 20px; }.note-box p { margin: 4px 0 0; color: #4d5954; font-size: 13px; }
.booking-card { position: sticky; top: 100px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 18px 48px rgba(23,33,29,.08); }.booking-price { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 18px; border-bottom: 1px solid var(--line); }.booking-price strong { font-size: 25px; letter-spacing: -.04em; }.booking-price span { color: var(--muted); font-size: 12px; }.cost-row { display: flex; justify-content: space-between; padding: 20px 0; }.cost-row span { color: var(--muted); }.safe-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }.existing-booking { padding-top: 20px; }.existing-booking > span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.existing-booking > strong { display: block; margin: 6px 0; font-size: 20px; }.existing-booking p { color: var(--muted); font-size: 12px; }

.dashboard-hero { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.dashboard-hero h1 { margin-bottom: 10px; }.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 38px; padding-bottom: 100px; }.reservation-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.reservation-card > img { width: 100%; height: 230px; object-fit: cover; }.reservation-content { padding: 26px; }.reservation-top { display: flex; justify-content: space-between; gap: 20px; }.reservation-top h2 { margin: 10px 0 5px; }.reservation-top p { color: var(--muted); }.reservation-top > strong { font-size: 23px; }.status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.status.pending { background: #fff2d7; color: #8d5d00; }.status.confirmed { background: var(--green-soft); color: var(--green); }.status.completed { background: #e9edf8; color: #405481; }
.reservation-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 20px 0 0; border-block: 1px solid var(--line); }.reservation-facts div { padding: 18px 16px 18px 0; }.reservation-facts dt { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.reservation-facts dd { margin: 3px 0 0; font-size: 13px; font-weight: 750; }.next-step { display: flex; gap: 12px; align-items: center; margin-top: 20px; padding: 15px; border-radius: 12px; background: var(--orange-soft); }.next-step > span { padding: 5px 7px; border-radius: 6px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 900; text-transform: uppercase; }.next-step p { flex: 1; margin: 0; font-size: 12px; }.action-row { display: flex; gap: 9px; margin-top: 20px; }
.progress-card { align-self: start; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.progress-card h2 { margin-bottom: 22px; }.progress-card ol { margin: 0 0 20px; padding: 0; list-style: none; }.progress-card li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; padding: 0 0 20px; }.progress-card li > span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #59655f; font-size: 10px; font-weight: 850; }.progress-card li:not(.done):not(.current) strong { color: #59655f; }.progress-card li.done > span { background: var(--green); color: #fff; }.progress-card li.current > span { border-color: var(--orange); color: #a53f18; }.progress-card li p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.review-card { display: grid; grid-template-columns: .7fr 1fr; gap: 35px; margin-top: 20px; padding: 28px; border-radius: 20px; background: var(--green-dark); color: #fff; }.review-card .eyebrow { color: #9bd5ba; }.review-card > div > p:last-child { color: rgba(255,255,255,.6); font-size: 12px; }.review-card label { color: rgba(255,255,255,.6); }.review-card textarea { min-height: 84px; padding-top: 10px; resize: vertical; }.review-card .button { margin-top: 12px; background: #fff; color: var(--green-dark); }.posted-review { align-self: center; padding: 20px; border-radius: 14px; background: rgba(255,255,255,.09); }.posted-review span { color: var(--gold); letter-spacing: .1em; }.posted-review p { margin: 8px 0 0; }

.demo-earnings { display: grid; min-width: 180px; padding: 15px 18px; border-radius: 14px; background: var(--green-dark); color: #fff; }.demo-earnings small, .demo-earnings span { color: rgba(255,255,255,.78); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.demo-earnings strong { margin: 2px 0; font-size: 24px; }.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 55px; }.metric-grid article { display: grid; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.metric-grid span, .metric-grid small { color: var(--muted); font-size: 10px; }.metric-grid strong { margin: 8px 0; font-size: 29px; }.host-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 38px; padding-bottom: 100px; }.count-pill { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--orange-soft); color: #a53f18; font-size: 11px; font-weight: 900; }.host-request { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 23px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }.guest-avatar { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--orange-soft); color: #a53f18; font-weight: 900; }.host-request-main { display: flex; justify-content: space-between; gap: 20px; align-items: center; }.host-request h3 { margin: 8px 0 5px; font-size: 16px; }.host-request p { margin: 0; color: var(--muted); font-size: 11px; }.listing-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; }.listing-card img { width: 100%; height: 145px; object-fit: cover; }.listing-card > div { padding: 18px; }.listing-card h2 { margin-bottom: 5px; font-size: 18px; }.listing-card p:not(.eyebrow) { color: var(--muted); font-size: 11px; }.listing-card > div > div { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 750; }.host-tip { display: flex; gap: 11px; margin-top: 14px; padding: 17px; border-radius: 14px; background: var(--cream); }.host-tip > span { color: var(--green); font-weight: 900; }.host-tip p { margin: 3px 0 0; color: #4d5954; font-size: 10px; }

.error-page { display: flex; min-height: 70vh; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.error-page > span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }.error-page h1 { margin: 10px 0; font-size: 48px; }.error-page p { max-width: 500px; margin-bottom: 24px; color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 46px max(24px, calc((100vw - var(--shell)) / 2)); border-top: 1px solid var(--line); }.site-footer p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }.footer-note { display: grid; text-align: right; }.footer-note span { color: var(--muted); font-size: 10px; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; }.main-nav { display: none; }.demo-pill { display: none; }
  .hero { grid-template-columns: 1fr; gap: 45px; padding-top: 58px; }.hero-copy { max-width: 720px; }.hero-visual { min-height: 480px; }
  .workflow-grid { gap: 50px; }.detail-grid { grid-template-columns: 1fr 320px; gap: 35px; }
  .dashboard-grid, .host-layout { grid-template-columns: 1fr; }.progress-card { order: -1; }.progress-card ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.progress-card li { padding: 0; }.host-layout aside { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.host-tip { margin-top: 0; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }.site-header { min-height: 64px; padding-inline: 16px; }.header-actions .role-switch { display: none; }.mobile-role-bar { display: flex; align-items: center; justify-content: space-between; padding: 8px 16px; background: var(--green-dark); color: #fff; font-size: 11px; }.mobile-role-bar form, .mobile-role-bar button { margin: 0; }.mobile-role-bar button { border: 0; background: none; color: #a9dbc4; font-size: 11px; font-weight: 800; }
  .hero { min-height: auto; padding-block: 48px 62px; }.hero-copy h1 { font-size: clamp(55px, 18vw, 76px); }.hero-lede { font-size: 16px; }.hero-stats { gap: 15px; margin-top: 38px; }.hero-stats div { padding-right: 15px; }.hero-visual { min-height: 390px; border-radius: 24px; }.floating-card { right: 15px; bottom: 15px; left: 15px; grid-template-columns: 95px 1fr; }.floating-card img { width: 95px; height: 78px; }.map-pin { padding: 7px; }.pin-one { right: 35px; }.pin-three { right: 25px; }
  .section { padding-block: 70px; }.spot-grid, .spot-grid.two-column { grid-template-columns: 1fr; }.spot-image img { aspect-ratio: 1.55; }.section-heading.split { align-items: center; }.section-heading h2 { font-size: 34px; }
  .workflow-section { padding: 75px 0; }.workflow-grid { grid-template-columns: 1fr; }.workflow-copy h2 { font-size: 42px; }.demo-disclosure { align-items: flex-start; flex-direction: column; margin-block: 40px; padding: 22px; }
  .page-hero { padding-top: 52px; }.page-hero.compact { margin-left: 16px; }.page-hero h1 { font-size: 46px; }.browse-layout { grid-template-columns: 1fr; gap: 28px; }.filter-panel { padding: 18px; }.filter-panel form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }.filter-heading, .filter-panel .button { grid-column: 1 / -1; }
  .detail-heading > div { align-items: flex-start; flex-direction: column; }.detail-grid { grid-template-columns: 1fr; padding-top: 22px; }.booking-card { position: static; }.detail-photo { min-height: 280px; }
  .dashboard-hero { align-items: flex-start; flex-direction: column; }.dashboard-grid { gap: 20px; }.reservation-card > img { height: 190px; }.reservation-top { align-items: flex-start; }.reservation-facts { grid-template-columns: 1fr; }.reservation-facts div { padding: 12px 0; border-bottom: 1px solid var(--line); }.reservation-facts div:last-child { border: 0; }.next-step, .action-row { align-items: flex-start; flex-direction: column; }.progress-card ol { grid-template-columns: 1fr 1fr; }.review-card { grid-template-columns: 1fr; }.metric-grid { grid-template-columns: 1fr; }.host-request-main { align-items: flex-start; flex-direction: column; }.host-layout aside { grid-template-columns: 1fr; }.site-footer { align-items: flex-start; flex-direction: column; }.footer-note { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
