@font-face {
  font-family: Inter;
  src: url('/assets/fonts/inter-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #031637; --green: #83d70f; --green-dark: #365b08; --green-soft: #f0fadd;
  --muted: #526174; --border: #dce3e7; --bg: #f7f9fa; --blue: #2563eb; --red: #b42318;
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none; text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
button:disabled { cursor: wait; opacity: .6; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.14; font-weight: 650; }
h2 { font-size: 42px; }
h3 { font-size: 20px; }
.hidden { display: none !important; }
.icon { width: 20px; height: 20px; flex: 0 0 20px; }
.invert { filter: invert(1); }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 100; padding: 12px 20px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 10px; }
.site-header { min-height: 80px; padding: 14px 4%; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--border); background: #fff; position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 700; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.brand img { display: block; border-radius: 8px; }
.beta-label { font-size: 11px; font-weight: 600; color: var(--green-dark); border: 1px solid #b4d8c2; padding: 1px 5px; border-radius: 3px; margin-left: 1px; }
.nav-links { display: flex; gap: 32px; margin-left: auto; margin-right: 24px; font-size: 14px; font-weight: 500; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border-radius: 8px; border: 1px solid transparent; font-size: 15px; line-height: 1.4; font-weight: 600; text-align: center; transition: background .16s ease, border-color .16s ease; }
.button:hover { text-decoration: none; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #26323f; }
.button-white { background: #fff; color: var(--ink); border-color: var(--border); }
.button-white:hover { background: #f1f5f4; border-color: #a9b8b1; }
.full-width { width: 100%; }
.hero { min-height: 590px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center 63%; }
.hero-inner { position: relative; width: min(1280px, 92%); margin: 0 auto; padding: 52px 0 64px; }
.eyebrow { font-size: 12px; font-weight: 650; color: var(--green-dark); margin-bottom: 18px; }
.hero .eyebrow { color: #334d40; max-width: 340px; }
.hero h1 { font-size: 92px; margin-bottom: 12px; }
.hero-tagline { font-size: 36px; font-weight: 550; line-height: 1.14; margin-bottom: 20px; }
.hero-description { color: #34423c; font-size: 15px; max-width: 425px; margin-bottom: 26px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-footnote { display: flex; align-items: center; gap: 8px; font-size: 12px; margin-top: 22px; color: #34423c; }
.hero-footnote .icon { width: 16px; height: 16px; flex-basis: 16px; }
.image-caption { position: absolute; bottom: 12px; right: 20px; background: #ffffffd9; border-radius: 3px; padding: 3px 7px; font-size: 10px; color: #46544d; }
.facts-band { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px 64px; padding: 25px 4%; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 500; }
.facts-band > div { display: flex; align-items: center; gap: 10px; }
.section { width: min(1200px, 92%); margin: 0 auto; padding: 84px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading > p, .section-description { color: var(--muted); max-width: 430px; font-size: 17px; }
.section-description { margin: 24px 0 28px; }
.steps-grid, .trust-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 44px; }
.steps-grid article { position: relative; padding: 28px 0 0; border-top: 1px solid var(--border); }
.step-number { position: absolute; right: 0; top: 26px; color: #6d7d76; font-size: 12px; }
.step-icon { width: 28px; height: 28px; margin-bottom: 24px; }
.steps-grid h3, .trust-grid h3 { margin-bottom: 14px; }
.steps-grid p, .trust-grid p { color: var(--muted); font-size: 15px; }
.host-band { background: var(--green-soft); }
.host-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.host-benefits { display: grid; gap: 30px; }
.host-benefits > div { display: flex; align-items: start; gap: 18px; }
.host-benefits h3 { font-size: 19px; margin: 4px 0 10px; }
.host-benefits p { font-size: 15px; color: var(--muted); }
.benefit-icon { display: inline-flex; flex: 0 0 44px; height: 44px; align-items: center; justify-content: center; background: #fff; border-radius: 8px; }
.trust-grid { gap: 52px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; margin-top: 18px; }
.faq-band { background: var(--bg); border-block: 1px solid var(--border); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details:first-child { border-top: 1px solid var(--border); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 17px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding: 0 28px 22px 0; font-size: 15px; }
.account-layout { display: grid; grid-template-columns: 1fr 460px; gap: 90px; align-items: start; }
.beta-note { font-size: 13px; color: var(--muted); max-width: 340px; padding-left: 14px; border-left: 2px solid var(--green); }
.auth-panel { border: 1px solid var(--border); border-radius: 8px; padding: 28px; background: #fff; min-width: 0; }
.auth-tabs { display: flex; border-bottom: 1px solid var(--border); margin-bottom: 24px; }
.auth-tabs button { width: 50%; min-height: 44px; background: none; border: 0; border-bottom: 2px solid transparent; color: var(--muted); font-size: 14px; font-weight: 600; padding: 10px 6px; }
.auth-tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--green-dark); }
.google-button { width: 100%; }
.auth-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 12px; margin: 20px 0; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 550; margin-bottom: 7px; }
.field input { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #bcc8cf; border-radius: 6px; font-size: 16px; background: #fff; color: var(--ink); }
.password-input { position: relative; }
.password-input input { padding-right: 48px; }
.icon-button { display: inline-flex; justify-content: center; align-items: center; width: 44px; height: 44px; background: none; border: 0; border-radius: 6px; }
.password-input .icon-button { position: absolute; right: 2px; top: 2px; }
.text-button { display: block; background: none; border: 0; min-height: 44px; color: var(--muted); font-size: 13px; margin: 8px auto 0; padding: 10px; }
.text-button:hover { color: var(--ink); text-decoration: underline; }
.auth-message { font-size: 13px; line-height: 1.5; color: var(--muted); overflow-wrap: anywhere; margin-top: 12px; }
.auth-message:empty { display: none; }
.auth-message.error { color: var(--red); }
.auth-loading { min-height: 200px; display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center; color: var(--muted); font-size: 14px; }
.spinner { width: 24px; height: 24px; border: 2px solid var(--border); border-top-color: var(--green-dark); border-radius: 50%; animation: spin 800ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.user-row { display: flex; align-items: center; gap: 14px; }
.user-row img { border-radius: 50%; flex: 0 0 48px; }
.user-row div { min-width: 0; }
.user-row strong, .user-row span { display: block; overflow-wrap: anywhere; }
.user-row span { color: var(--muted); font-size: 13px; }
.signed-in-copy { color: var(--muted); margin: 24px 0; font-size: 14px; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; padding: 30px 4%; border-top: 1px solid var(--border); }
.site-footer .brand { font-size: 22px; }
.site-footer p { color: var(--muted); font-size: 13px; }
.site-footer nav { margin-left: auto; display: flex; gap: 24px; font-size: 13px; }
.utility-page { max-width: 720px; margin: 0 auto; padding: 64px 24px 100px; }
.utility-page h1 { font-size: 42px; margin-bottom: 24px; }
.utility-page h2 { font-size: 24px; margin: 38px 0 16px; }
.utility-page p { color: var(--muted); margin-bottom: 20px; }
.utility-page .button { margin-top: 10px; }
@media (min-width: 1700px) { .hero { min-height: 660px; } .hero-inner { width: min(1480px, 92%); } }
@media (max-width: 1050px) {
  .hero { min-height: 570px; }
  .hero-image { object-position: 42% center; }
  .hero-inner { width: 92%; padding: 32px 0 80px; align-self: flex-start; }
  .hero h1 { font-size: 76px; }
  .hero-tagline { font-size: 32px; }
  .hero-description { max-width: 340px; }
  .desktop-break { display: none; }
  .section-heading, .host-layout, .account-layout { gap: 40px; }
  .account-layout { grid-template-columns: 1fr 410px; }
  .steps-grid, .trust-grid { gap: 28px; }
  .facts-band { gap: 18px 32px; }
  h2 { font-size: 36px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 80px; }
  .site-header { min-height: 72px; padding: 12px 5%; gap: 12px; }
  .brand { font-size: 23px; gap: 8px; }
  .brand img { width: 36px; height: 36px; }
  .nav-links { display: none; }
  .header-cta { margin-left: auto; min-height: 44px; padding: 10px 14px; font-size: 13px; }
  .hero { display: block; min-height: 650px; background: #f3f5f3; }
  .hero-image { top: auto; bottom: 0; height: 320px; object-position: 76% bottom; object-fit: cover; }
  .hero-inner { width: 90%; padding: 32px 0 320px; }
  .hero .eyebrow { margin-bottom: 10px; font-size: 11px; }
  .hero h1 { font-size: 58px; margin-bottom: 10px; }
  .hero-tagline { font-size: 28px; margin-bottom: 14px; }
  .hero-tagline br { display: none; }
  .hero-description { font-size: 14px; max-width: 360px; margin-bottom: 20px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding: 12px 16px; font-size: 14px; }
  .hero-footnote { margin-top: 15px; }
  .image-caption { bottom: 8px; right: 10px; font-size: 9px; }
  .facts-band { justify-content: flex-start; gap: 14px; padding: 24px 5%; font-size: 13px; }
  .facts-band > div { width: 100%; }
  .section { width: 90%; padding: 56px 0; }
  .section-heading, .host-layout, .faq-layout, .account-layout { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 32px; }
  h2 { font-size: 32px; }
  .section-heading > p, .section-description { font-size: 16px; }
  .steps-grid, .trust-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps-grid article { padding: 24px 0 0 48px; }
  .steps-grid .step-icon { position: absolute; left: 0; top: 24px; width: 24px; height: 24px; }
  .steps-grid .step-number { display: none; }
  .steps-grid h3, .trust-grid h3 { font-size: 19px; margin-bottom: 10px; }
  .trust-grid article { position: relative; padding-left: 48px; }
  .trust-grid .step-icon { position: absolute; left: 0; top: 0; width: 24px; height: 24px; }
  .host-benefits { margin-top: 12px; gap: 26px; }
  .host-benefits h3 { font-size: 18px; }
  .faq-list summary { font-size: 16px; padding: 20px 0; }
  .auth-panel { padding: 22px; }
  .site-footer { padding: 26px 5%; gap: 16px; }
  .site-footer p { margin-left: auto; font-size: 12px; }
  .site-footer nav { margin: 4px 0 0; width: 100%; }
  .utility-page { padding-top: 40px; }
  .utility-page h1 { font-size: 34px; }
}
@media (max-width: 350px) {
  .beta-label { display: none; }
  .hero-actions .button { padding: 12px; font-size: 13px; }
  .hero-tagline { font-size: 25px; }
  .hero-image { height: 280px; }
  .hero-inner { padding-bottom: 280px; }
  .auth-panel { padding: 18px; }
  .site-footer p { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* The marketing surface stays separate from the Builder-owned app. */
:root { --surface: #f3f6f8; }
.site-header { min-height: 76px; padding-inline: max(24px, calc((100% - 1320px) / 2)); gap: 24px; }
.nav-links { gap: 26px; margin-right: auto; }
.header-signin { font-size: 14px; font-weight: 600; white-space: nowrap; }
.button { min-height: 50px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 16px #03163712; }
.button-lime { background: var(--green); color: var(--ink); }
.button-lime:hover { background: #94e322; }
.button-lime .icon { filter: none; }
.beta-label { font-size: 12px; }
.hero { min-height: 570px; height: min(710px, calc(100svh - 126px)); align-items: center; background: #e9efec; }
.hero-inner { width: min(1280px, calc(100% - 64px)); padding: 32px 0 62px; margin: auto; align-self: auto; z-index: 2; }
.hero-image { inset: 0; width: 100%; height: 100%; object-position: center 60%; animation: arrival-pan 22s ease-in-out infinite alternate; }
.hero h1 { font-size: 116px; font-weight: 650; margin-bottom: 12px; }
.hero-tagline { font-size: 46px; font-weight: 550; line-height: 1.12; max-width: 530px; }
.hero-description { font-size: 17px; line-height: 1.6; margin-bottom: 28px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-dark); display: inline-block; }
.hero-beta { font-size: 11px; max-width: 350px; width: fit-content; color: var(--ink); margin-top: 18px; padding: 4px 8px; background: #ffffffe8; border-radius: 3px; }
.hero-scroll { position: absolute; bottom: 22px; left: 32px; z-index: 3; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #03163745; border-radius: 50%; }
.image-caption { z-index: 3; font-size: 11px; }
.facts-band { background: var(--ink); color: white; border: 0; padding-block: 22px; gap: 30px 60px; }
.facts-band .icon { filter: brightness(0) invert(1); }
.section { width: min(1240px, calc(100% - 64px)); padding-block: 94px; }
.eyebrow { font-size: 13px; font-weight: 600; margin-bottom: 18px; }
h2 { font-size: 46px; line-height: 1.1; font-weight: 600; }
.section-heading { gap: 90px; }
.steps-grid { gap: 60px; }
.steps-grid article { padding-top: 28px; }
.steps-grid p, .trust-grid p, .host-benefits p { font-size: 16px; }
.step-number { font-size: 14px; color: var(--muted); }
.step-icon { width: 32px; height: 32px; }
.motion-band { background: var(--ink); color: white; overflow: hidden; }
.motion-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-block: 40px; }
.motion-band .eyebrow, .motion-band h2 span { color: var(--green); }
.motion-band h2 { font-size: 52px; }
.motion-band .section-description { color: #b8c8db; }
.brand-film { height: 440px; min-width: 0; position: relative; }
.brand-film video { display: block; width: 100%; height: 100%; object-fit: contain; }
.film-control { position: absolute; bottom: 18px; right: 0; min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; color: white; border: 1px solid #ffffff50; border-radius: 6px; background: #031637dd; font-size: 13px; }
.host-band { background: white; }
.host-layout { gap: 100px; }
.host-benefits { gap: 26px; }
.benefit-icon { background: var(--green-soft); }
.host-photo { margin: 0; position: relative; height: 510px; overflow: hidden; }
.host-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 66%; }
.host-photo figcaption { position: absolute; bottom: 22px; left: 32px; right: 32px; display: flex; justify-content: space-between; gap: 16px; color: var(--ink); font-weight: 600; font-size: 14px; }
.host-photo figcaption span { font-size: 12px; font-weight: 400; background: #ffffffc9; padding: 3px 8px; }
.workspace-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 60px; }
.workspace-links > a { display: flex; gap: 22px; align-items: start; padding: 30px 0; border-top: 1px solid var(--border); text-decoration: none; }
.workspace-links > a > .step-icon { flex: 0 0 28px; width: 28px; height: 28px; }
.workspace-links > a > .icon { margin-left: auto; flex-shrink: 0; transition: transform .2s ease; }
.workspace-links > a:hover > .icon { transform: translate(3px, -3px); }
.workspace-links p { color: var(--muted); max-width: 370px; margin-top: 10px; font-size: 16px; }
.workspace-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border); padding-top: 30px; }
.workspace-bottom p { color: var(--muted); }
.potential-band { background: var(--green-soft); }
.potential-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.potential-form { min-width: 0; }
.range-field + .range-field { margin-top: 26px; }
.range-field label { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 15px; }
.range-field output { font-weight: 650; }
.range-field input { accent-color: var(--ink); width: 100%; min-height: 44px; margin: 5px 0 0; cursor: pointer; }
.potential-total { display: flex; gap: 20px; align-items: center; border-top: 1px solid #cad7b8; padding-top: 22px; margin-top: 20px; }
.potential-total > output { font-size: 56px; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1; }
.potential-total > span { color: var(--muted); font-size: 13px; }
.calculation-note { font-size: 12px; color: var(--muted); margin-top: 22px; max-width: 410px; }
.cities-band { background: var(--surface); }
.cities-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.city-list > span { padding: 20px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 20px; }
.city-list small { font-size: 12px; color: var(--green-dark); }
.city-list > p { font-size: 13px; color: var(--muted); margin-top: 22px; }
.faq-band { background: white; }
.account-layout { background: white; }
.account-app-link + .account-app-link { margin-top: 12px; }
.auth-panel { padding: 30px; box-shadow: 0 14px 40px #03163708; }
.field label, .text-button, .auth-message { font-size: 14px; }
.auth-tabs button { font-size: 15px; }
.auth-divider { font-size: 13px; }
.account-app-link[aria-disabled="true"] { opacity: .5; pointer-events: none; }
.site-footer { display: block; background: var(--ink); color: white; padding: 44px max(24px, calc((100% - 1280px) / 2)) 30px; border: 0; overflow: hidden; }
.footer-wordmark { font-size: 180px; font-weight: 600; line-height: 1; padding-bottom: 45px; }
.footer-wordmark span { color: var(--green); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; padding-top: 28px; border-top: 1px solid #ffffff25; }
.footer-bottom p { color: #b8c8db; }
.footer-bottom nav { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.motion-toggle { background: none; border: 0; color: white; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 13px; padding: 6px 0; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.3,1); }
.motion-ready [data-reveal].revealed { opacity: 1; transform: none; }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
.motion-paused [data-reveal] { opacity: 1; transform: none; transition: none; }
@keyframes arrival-pan { from { transform: scale(1); } to { transform: scale(1.025); } }
@media (min-width: 1700px) { .hero-inner { width: min(1380px, calc(100% - 100px)); } }
@media (max-width: 1120px) {
  .site-header { gap: 18px; }.nav-links { gap: 18px; }.nav-links a:last-child { display: none; }
  .hero h1 { font-size: 94px; }.hero-tagline { font-size: 40px; }.hero-image { object-position: 50% center; }
  .hero-description { max-width: 340px; }.section-heading { gap: 42px; }
  .host-layout, .potential-layout, .cities-layout { gap: 50px; }
  .footer-bottom nav { margin-left: 0; }
}
@media (max-width: 760px) {
  .site-header { padding: 12px 20px; min-height: 72px; gap: 12px; }.nav-links, .site-header .beta-label { display: none; }.header-signin { margin-left: auto; }.header-cta { margin-left: 0; font-size: 13px; padding: 10px 14px; flex-shrink: 0; white-space: nowrap; }
  .hero { height: min(730px, calc(100svh - 114px)); min-height: 586px; display: flex; align-items: start; }
  .hero::before { content: ''; position: absolute; inset: 0 0 auto; height: 398px; background: #ffffffdb; z-index: 1; }
  .hero-inner { width: calc(100% - 40px); padding: 26px 0 0; margin-top: 0; }.hero h1 { font-size: 68px; margin-bottom: 8px; }
  .hero-tagline { font-size: 30px; max-width: 340px; margin-bottom: 14px; }.hero-tagline br { display: block; }
  .hero-description { font-size: 15px; max-width: 330px; margin-bottom: 20px; }.hero-beta { max-width: 310px; margin-top: 14px; font-size: 11px; }
  .hero-image { inset: 0; height: 100%; width: 100%; object-position: 79% center; }.hero-actions .button { padding: 12px 15px; font-size: 14px; }
  .hero-scroll { bottom: 18px; left: 20px; background: #ffffffc0; }.image-caption { font-size: 10px; }
  .facts-band { display: grid; grid-template-columns: 1fr; padding: 22px 20px; gap: 13px; font-size: 13px; }
  .section { width: calc(100% - 40px); padding-block: 62px; } h2 { font-size: 34px; }
  .steps-grid { gap: 32px; }.steps-grid p { font-size: 16px; }
  .motion-layout { grid-template-columns: 1fr; gap: 12px; padding-bottom: 24px; }.motion-band h2 { font-size: 38px; }
  .brand-film { height: 320px; }.film-control { bottom: 14px; right: 0; }
  .host-layout, .potential-layout, .cities-layout { grid-template-columns: 1fr; gap: 30px; }.host-benefits { margin: 0; }
  .host-photo { height: 390px; }.host-photo > img { object-position: 52% 65%; }.host-photo figcaption { left: 20px; right: 20px; bottom: 14px; flex-direction: column; align-items: start; gap: 4px; }
  .workspace-links { grid-template-columns: 1fr; }.workspace-links > a { padding-block: 24px; gap: 15px; }.workspace-links h3 { font-size: 20px; }.workspace-links p { font-size: 15px; }.workspace-links > a > .step-icon { width: 24px; flex-basis: 24px; }
  .workspace-bottom { align-items: start; flex-direction: column; }.workspace-bottom p { font-size: 14px; }
  .potential-total { gap: 16px; }.potential-total > output { font-size: 48px; }
  .city-list > span { font-size: 18px; }.auth-panel { padding: 22px; }
  .footer-wordmark { font-size: 108px; padding-bottom: 28px; }.site-footer { padding-inline: 20px; }
  .footer-bottom { gap: 18px; }.footer-bottom p { margin: 0; }.footer-bottom nav { gap: 20px; margin: 0; width: 100%; }
}
@media (max-width: 360px) {
  .site-header { padding-inline: 16px; }.header-signin { display: none; }.header-cta { margin-left: auto; }
  .hero h1 { font-size: 68px; }.hero-tagline { font-size: 30px; }.hero-inner { width: calc(100% - 32px); }.hero-description { font-size: 14px; }
  .hero-beta { font-size: 11px; }.hero-actions .button { padding-inline: 12px; font-size: 13px; }
  .section { width: calc(100% - 32px); } h2 { font-size: 30px; }.footer-wordmark { font-size: 92px; }.potential-total > output { font-size: 42px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image { animation: none; }.motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  .button:hover { transform: none; }
}
