.listings-page{min-height:100vh;background:var(--light-cream);padding-top:72px}.listings-page>.site-footer{position:relative;width:100vw;left:auto;margin-left:calc(50% - 50vw)}.listings-main{width:100%;max-width:1120px;margin:0 auto;padding:32px 0 120px;display:flex;flex-direction:column;gap:24px}.listings-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.listings-filters{display:flex;align-items:center;gap:20px;--ui-filter-color: var(--dark-olive);--ui-filter-hover-color: var(--listings-text-hover);--ui-filter-hover-underline: var(--listings-fill-hover);--ui-filter-active-underline: var(--dark-olive)}.listings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 16px}.listing-card{display:flex;flex-direction:column;gap:8px;color:inherit;text-decoration:none}.listing-card__media{position:relative;border-radius:24px;overflow:hidden;background:var(--olive);aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}.listing-card__media img{width:100%;height:100%;object-fit:cover}.listing-card__placeholder{text-align:center;color:var(--dark-olive)}.listing-card__type{position:absolute;top:10px;left:9px;padding:4px 12px;background:var(--light-cream);border:1px solid var(--olive);rotate:-2deg}.listing-card__copy{display:flex;flex-direction:column;gap:2px}.listing-card__subtitle{color:var(--listings-text-soft)}.listing-card__meta{display:flex;align-items:center;justify-content:space-between;gap:16px}.listing-card__host{display:flex;align-items:center;gap:8px;margin-left:-2px;width:100%}.listing-card__avatars,.listing-card__avatar{flex-shrink:0}.listing-card__host-copy{display:flex;flex-direction:column;gap:2px;max-width:60%}.listing-card__price{white-space:nowrap}@media (max-width: 1200px){.listings-main{width:min(1120px,100%);padding:24px 24px 96px}}@media (max-width: 960px){.listings-header{flex-direction:column;align-items:flex-start}.listings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.listings-page .h1{font-size:36px}.listings-grid{grid-template-columns:minmax(0,1fr)}}.about-page{min-height:100vh;background:var(--light-cream);padding-top:80px}.about-page>.site-footer{position:relative;width:100vw;left:auto;margin-left:calc(50% - 50vw)}.about-main{width:100%;max-width:1120px;margin:0 auto;padding:80px 0 120px;display:flex;flex-direction:column;gap:88px}.about-intro{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center}.about-title{max-width:720px}.about-avatar{margin:0 auto 24px}.about-description{width:100%;max-width:720px;display:flex;flex-direction:column;padding-top:24px;gap:28px}.about-description__paragraph{white-space:pre-line}.about-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px}.about-gallery__link{grid-column:span 6;display:block;color:inherit;text-decoration:none}.about-gallery__media{aspect-ratio:552 / 358;border-radius:24px}.about-gallery__status{text-align:center}@media (max-width: 1200px){.about-main{padding:80px 24px 0}}@media (max-width: 960px){.about-main{gap:64px}.about-description{max-width:680px}}@media (max-width: 720px){.about-main{padding:56px 16px 0;gap:40px}.about-description{gap:20px}.about-gallery__link{grid-column:span 12}.about-gallery__media{aspect-ratio:4 / 3}}.home-page{min-height:100vh;background:var(--light-cream);padding-top:80px;overscroll-behavior:none}.home-main{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.home-inner{width:100%;max-width:1120px;margin:0 auto;padding-top:8px;display:flex;flex-direction:column;gap:80px}.home-section{display:flex;flex-direction:column;gap:0px}.home-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.home-section__heading{display:flex;flex-direction:column}.home-section__header--centered{justify-content:center}.home-section__header--centered h1{text-align:center}.home-section__subtitle{max-width:560px;margin:0}.home-section__subtitle--centered{max-width:none;text-align:center}.home-section__actions{display:flex;align-items:center;gap:8px}.home-section__footer{display:flex;justify-content:center;padding-top:8px}.home-section__cta{display:flex;justify-content:center;padding-top:36px}@media (max-width: 1200px){.home-main{padding:0 0 120px}.home-inner{padding:0 24px;gap:64px}}@media (max-width: 1024px){.home-hosts-section .home-section__header{justify-content:center;text-align:center}.home-hosts-section .home-section__heading{align-items:center}}@media (max-width: 720px){.home-main{padding:0;gap:28px}.home-page .h1{font-size:36px}.home-inner{width:100%;padding:0 16px;gap:36px}.home-section__header{flex-direction:column;align-items:flex-start}}.home-newest-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px 8px;margin-top:16px}.more-listings-carousel{overflow:hidden;margin-top:16px}.more-listings-track{display:flex;transform:translate(var(--carousel-offset-percent, 0%));transition:transform .24s ease;will-change:transform}.more-listings-page{width:100%;flex:0 0 100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px 8px}.more-listings-page .home-newest-card{grid-column:span 4}.home-newest-card{grid-column:span 4;gap:8px}.home-card{background:var(--white);padding:12px;border-radius:18px;box-shadow:var(--home-shadow-card);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:12px}.home-card .listing-card__media{border-radius:14px;overflow:hidden;background:var(--olive)}.home-card--large .listing-card__media{aspect-ratio:16 / 9}.home-card--compact{padding:10px;gap:10px}.home-card--compact .listing-card__media{aspect-ratio:1 / 1}.home-card__body{display:flex;flex-direction:column;gap:12px}.home-card__host{display:flex;align-items:center;gap:10px}.home-card__host .listing-card__avatar{width:56px;height:56px}@media (max-width: 1024px){.home-newest-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:28px 18px}.more-listings-page{gap:28px 18px}.home-newest-card{grid-column:span 4}.more-listings-page .home-newest-card{grid-column:span 6}}@media (max-width: 720px){.home-newest-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.home-newest-grid,.more-listings-page{gap:32px}.home-newest-card,.more-listings-page .home-newest-card{grid-column:span 12}}.home-site-features{position:relative;left:auto;width:auto;height:680px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--light-green);overflow:hidden}.home-site-features:before{content:"";position:absolute;left:-140px;bottom:-20px;width:600px;height:600px;background:url(/assets/branding/PalmTree.svg) left bottom / contain no-repeat;opacity:1;pointer-events:none}.home-site-features:after{content:"";position:absolute;right:-140px;bottom:-20px;width:600px;height:600px;background:url(/assets/branding/PalmTree.svg) right bottom / contain no-repeat;transform:scaleX(-1);opacity:1;pointer-events:none}.home-site-features__inner{position:relative;z-index:1;width:100%;max-width:1120px;height:100%;margin:0 auto;display:flex;align-items:center}.home-site-features__grid{width:100%;display:grid;grid-template-columns:repeat(3,350px);justify-content:space-between}.home-feature-card{width:350px;height:480px;background:var(--white);border-radius:32px;border-style:solid;border-color:var(--olive);box-shadow:0 4px 8px var(--olive);overflow:hidden;display:flex;flex-direction:column}.home-feature-card__image{width:100%;object-fit:cover}.home-feature-card__copy{padding:36px 48px;display:flex;flex-direction:column;flex:1}.home-feature-card__copy .h2{text-align:center;margin-bottom:4px;line-height:1.2em}.home-feature-card__copy .p1{text-align:center;margin:0 auto 36px;color:var(--sub-olive);width:90%}.home-feature-card__actions{margin-top:auto;display:flex;justify-content:center}.home-feature-card__actions .button{margin-bottom:48px;padding:14px 32px}@media (max-width: 1200px){.home-site-features__inner{padding:0 24px}.home-site-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;justify-content:stretch;min-width:50px}.home-feature-card{width:100%}}@media (max-width: 1024px){.home-site-features{height:auto;padding:64px 0}.home-site-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-feature-card{width:100%;height:auto;min-height:0}.home-feature-card__image{height:160px}.home-feature-card__actions .button{margin-bottom:24px}}@media (max-width: 960px){.home-site-features__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-feature-card__copy{padding:22px 18px}.home-feature-card__image{height:140px}.home-feature-card__copy .h2{margin-bottom:0}.home-feature-card__copy .p1{margin:0 auto 24px;width:100%}}@media (max-width: 720px){.home-site-features{padding:48px 0}.home-site-features__inner{padding:0 16px}.home-site-features__grid{grid-template-columns:minmax(0,1fr);gap:24px}.home-feature-card__image{height:180px}.home-feature-card__copy{padding:24px 26px 16px}.home-feature-card__copy .p1{width:82%;margin:0 auto 20px}.home-feature-card__actions .button{margin-bottom:12px}}.home-hero{position:relative;width:100vw;height:480px;border-radius:0;overflow:hidden;left:50%;margin-left:-50vw;margin-bottom:24px}.home-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero__inner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:1280px;margin:0 auto}.home-hero__title,.home-hero__title.h1{position:absolute;left:80px;top:50%;transform:translateY(-50%);max-width:640px;font-family:Nunito-ExtraBold;font-size:72px;line-height:1;color:var(--white)}@media (max-width: 1200px){.home-hero{width:100%;height:360px}.home-hero__inner{width:100%;padding:0 24px}.home-hero__title,.home-hero__title.h1{left:24px;max-width:min(640px,calc(100% - 48px))}}@media (max-width: 960px){.home-hero__title,.home-hero__title.h1{left:24px;top:120px;font-size:40px}}@media (max-width: 720px){.home-hero{height:280px}.home-hero__title,.home-hero__title.h1{left:16px;right:16px;top:50%;transform:translateY(-50%);max-width:none;font-size:36px}}.home-highlights-section{gap:24px;padding:24px 0}.home-highlights-section .home-section__header{justify-content:center}.home-highlights-section .home-section__heading{align-items:center}.home-highlight-stage{position:relative;width:100%;height:488px;border-radius:28px;overflow:hidden;background:var(--olive)}.home-highlight-image{position:relative;width:100%;height:100%}.home-highlight-image-frame{position:absolute;top:0;right:0;bottom:0;left:0}.home-highlight-image img{width:100%;height:100%;object-fit:cover}.home-highlight-image-frame--enter.home-highlight-image-frame--next{animation:home-highlight-slide-in-next .52s cubic-bezier(.22,1,.36,1) both}.home-highlight-image-frame--exit.home-highlight-image-frame--next{animation:home-highlight-slide-out-next .52s cubic-bezier(.22,1,.36,1) both}.home-highlight-image-frame--enter.home-highlight-image-frame--prev{animation:home-highlight-slide-in-prev .52s cubic-bezier(.22,1,.36,1) both}.home-highlight-image-frame--exit.home-highlight-image-frame--prev{animation:home-highlight-slide-out-prev .52s cubic-bezier(.22,1,.36,1) both}.home-highlight-aside{position:absolute;top:0;bottom:0;right:96px;width:min(373px,calc(100% - 96px))}.home-highlight-panel-frame{position:absolute;top:50%;right:0;width:100%;height:184px;transform:translateY(-50%)}.home-highlight-panel{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:var(--light-cream)}.home-highlight-panel__content{position:absolute;top:0;right:0;bottom:0;left:0;padding:24px 24px 16px;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;gap:8px}.home-highlight-panel__content--enter{opacity:0;animation:home-highlight-fade-in .18s ease .16s both}.home-highlight-panel__content--exit{animation:home-highlight-fade-out .16s ease both}.home-highlight-badge{position:absolute;top:-16px;right:24px;padding:8px 16px;background:var(--light-green)}.home-highlight-title{width:100%;line-height:1.08;letter-spacing:-.01em}.home-highlight-description{width:100%;margin:8px 0 0;color:var(--sub-olive);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.home-highlight-link{display:inline-block;margin-top:8px;align-self:flex-start}.home-highlight-controls{position:absolute;top:calc(50% + 104px);right:0;display:flex;gap:8px}@keyframes home-highlight-slide-in-next{0%{transform:translate(16%)}to{transform:translate(0)}}@keyframes home-highlight-slide-out-next{0%{transform:translate(0)}to{transform:translate(-16%)}}@keyframes home-highlight-slide-in-prev{0%{transform:translate(-16%)}to{transform:translate(0)}}@keyframes home-highlight-slide-out-prev{0%{transform:translate(0)}to{transform:translate(16%)}}@keyframes home-highlight-fade-in{0%{opacity:0}to{opacity:1}}@keyframes home-highlight-fade-out{0%{opacity:1}to{opacity:0}}@media (max-width: 1024px){.home-highlight-stage{height:420px}.home-highlight-panel-frame{height:184px}.home-highlight-controls{top:calc(50% + 116px)}}@media (max-width: 720px){.home-highlights-section{gap:16px}.home-highlights-section .home-section__header--carousel{justify-content:space-between}.home-highlights-section .home-section__heading--carousel{align-items:flex-start}.home-highlights-section .home-section__header{padding-top:0}.home-highlight-stage{height:auto;overflow:visible;border-radius:0;background:transparent}.home-highlight-image{height:280px;border-radius:24px;overflow:hidden}.home-highlight-aside{position:static;width:100%;margin-top:16px}.home-highlight-panel-frame{position:relative;top:auto;right:auto;height:184px;transform:none}.home-highlight-controls{position:static;margin-top:16px}}.home-hosts-section{gap:48px;padding:80px 0}.home-hosts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-host-card{display:flex;align-items:center;gap:16px;padding:14px;border:1px solid var(--olive);border-radius:36px;background:var(--white);box-shadow:var(--home-shadow-host-card);color:inherit;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease}.home-host-card:hover,.home-host-card:focus-visible{transform:scale(1.02);box-shadow:var(--home-shadow-host-card-hover);cursor:pointer}.home-host-card__copy{display:flex;flex-direction:column}.home-host-card__role{color:var(--home-text-soft);padding-bottom:4px}.home-host-card__body{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1024px){.home-hosts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hosts-section .home-section__header{justify-content:center;text-align:center}.home-hosts-section .home-section__heading{align-items:center}}@media (max-width: 960px){.home-host-card{min-height:0}}@media (max-width: 720px){.home-hosts-section{padding-top:0;padding-bottom:0}.home-hosts-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.home-host-card{grid-column:span 12;padding:20px}.home-hosts-section .home-section__header,.home-hosts-section .home-section__heading{align-items:center;text-align:center}}.home-popular-item{display:flex;flex-direction:column;gap:16px;grid-column:span 6}.home-popular-carousel{width:100%;margin:auto;overflow:hidden}.home-popular-track{display:flex;width:100%;transform:translate(var(--carousel-offset-percent, 0%));transition:transform .28s ease;will-change:transform}.home-popular-slide{flex:0 0 100%}.home-popular-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;padding:16px 20px 0}.home-popular-grid--static{padding:0;margin-top:0}.home-popular-polaroid{--polaroid-height: 328px;width:100%;text-decoration:none;color:inherit}.home-popular-polaroid .polaroid-card{width:100%;height:100%;gap:8px}.home-polaroid-media{position:relative;flex:1;width:100%;overflow:hidden;background:var(--olive);display:flex;align-items:center;justify-content:center}.home-polaroid-media img{width:100%;height:100%;object-fit:cover}.home-owner{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-owner-left{display:flex;align-items:center;gap:16px;min-width:0}.home-owner-price{white-space:nowrap}.home-owner-copy{display:flex;flex-direction:column;gap:2px}@media (max-width: 1024px){.home-popular-item{grid-column:span 6}}@media (max-width: 960px){.home-popular-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.home-popular-polaroid{width:100%}}@media (max-width: 720px){.home-section--popular .ui-mobile-carousel{margin-top:16px}.ui-mobile-carousel--popular .ui-mobile-carousel__slide{padding-inline:8px}.home-popular-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.home-popular-item{grid-column:span 12}}.home-reviews-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px 16px;margin-top:16px}.home-review-item{grid-column:span 4;display:flex;flex-direction:column;gap:16px}.home-review-polaroid{--polaroid-height: auto;text-decoration:none;color:inherit;height:auto}.home-review-polaroid .polaroid-card{height:auto;min-height:0}.home-review-polaroid .polaroid-copy{flex:0 0 auto;padding:8px 0 4px;align-items:center;justify-content:center}.home-review-title{min-height:calc(24px * 1.1 * 2);width:100%;display:flex;align-items:center;justify-content:center}.home-review-title__text{text-align:center;line-height:1.1;width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-review-media{position:relative;flex:0 0 auto;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--olive);display:flex;align-items:center;justify-content:center}.home-review-media img{width:100%;height:100%;object-fit:cover}.home-review-profile{display:flex;align-items:center;gap:16px}.home-review-profile-copy{display:flex;flex-direction:column;gap:4px}.home-review-body{color:var(--home-text-soft);line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1024px){.home-reviews-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:24px 18px}.home-review-item{grid-column:span 4;display:grid;grid-template-columns:minmax(0,150px) minmax(0,1fr);grid-template-areas:"polaroid profile" "polaroid body" "polaroid link";gap:12px 16px;align-items:start}.home-review-polaroid{grid-area:polaroid}.home-review-profile{grid-area:profile}.home-review-body{grid-area:body}.home-review-link{grid-area:link;align-self:start}}@media (max-width: 720px){.home-section--reviews .ui-mobile-carousel{margin-top:16px}.ui-mobile-carousel--reviews .home-review-polaroid{width:calc(100% + 8px);max-width:calc(100vw - 24px);margin:0 -4px}.home-reviews-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:36px}.home-review-item{grid-column:span 12;display:flex;flex-direction:column;gap:16px}}@font-face{font-family:Nunito-Bold;src:url(/assets/fonts/Nunito-Bold.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Nunito-SemiBold;src:url(/assets/fonts/Nunito-SemiBold.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Nunito-Regular;src:url(/assets/fonts/Nunito-Regular.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Nunito-ExtraBold;src:url(/assets/fonts/Nunito-ExtraBold.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Inter-Regular;src:url(/assets/fonts/Inter_18pt-Regular.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Inter-Bold;src:url(/assets/fonts/Inter_18pt-Bold.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Inter-Light;src:url(/assets/fonts/Inter_18pt-Light.ttf) format("truetype");font-style:normal;font-display:swap}:root{--dark-olive: #4d4b3b;--sub-olive: #858371;--red-accent: #a24954;--light-green: #e5e9e0;--olive: #ced4c3;--light-cream: #f6f6f1;--white: #ffffff;--editor-danger-text: rgba(162, 73, 84, .95);--editor-danger-border-strong: rgba(162, 73, 84, .9);--editor-danger-border-soft: rgba(162, 73, 84, .35);--editor-danger-fill-soft: rgba(162, 73, 84, .08);--editor-danger-ring: rgba(162, 73, 84, .15);--editor-border-subtle: rgba(77, 75, 59, .12);--editor-border-soft: rgba(77, 75, 59, .14);--editor-border-muted: rgba(77, 75, 59, .16);--editor-border-strong: rgba(77, 75, 59, .18);--editor-border-default: rgba(77, 75, 59, .2);--editor-border-focus: rgba(77, 75, 59, .32);--editor-text-faint: rgba(77, 75, 59, .45);--editor-text-muted: rgba(77, 75, 59, .5);--editor-text-subtle: rgba(77, 75, 59, .6);--editor-text-soft: rgba(77, 75, 59, .78);--editor-text-hover: rgba(77, 75, 59, .8);--editor-text-strong: #2f2d22;--editor-fill-muted: rgba(77, 75, 59, .05);--editor-fill-soft: rgba(255, 255, 255, .65);--editor-fill-elevated: rgba(255, 255, 255, .92);--editor-outline-drop-target: rgba(77, 75, 59, .22);--editor-shadow-card: 0 6px 12px rgba(77, 75, 59, .06);--editor-shadow-zoom: 0 16px 36px rgba(77, 75, 59, .18);--admin-border-subtle: rgba(77, 75, 59, .12);--admin-border-soft: rgba(77, 75, 59, .14);--admin-border-strong: rgba(77, 75, 59, .18);--admin-text-hover: rgba(77, 75, 59, .8);--admin-text-soft: rgba(77, 75, 59, .78);--admin-text-muted: rgba(77, 75, 59, .66);--admin-divider-edge: rgba(77, 75, 59, 0);--admin-divider-stop: rgba(77, 75, 59, .45);--admin-surface-panel: rgba(255, 255, 255, .72);--admin-surface-soft: rgba(255, 255, 255, .65);--admin-surface-empty: rgba(255, 255, 255, .52);--admin-surface-preview: rgba(207, 215, 197, .7);--admin-surface-drop-target: rgba(207, 215, 197, .45);--admin-danger-text: #7a2e1f;--admin-danger-border: rgba(122, 46, 31, .2);--admin-danger-surface: rgba(255, 241, 237, .9);--admin-inset-outline: rgba(77, 75, 59, .25);--listing-overlay-scrim: rgba(210, 219, 209, .72);--listing-text-strong: rgba(77, 75, 59, .9);--listing-text-soft: rgba(77, 75, 59, .82);--listing-border-subtle: rgba(77, 75, 59, .12);--listing-border-soft: rgba(77, 75, 59, .14);--listing-border-default: rgba(77, 75, 59, .2);--listing-border-strong: rgba(77, 75, 59, .9);--listing-surface-base: #f6f6f1;--listing-surface-solid: #ffffff;--listing-surface-glass: rgba(255, 255, 255, .35);--listing-surface-footer: rgba(255, 255, 255, .46);--listing-avatar-ring: #e8eadf;--listing-play-scrim: rgba(77, 75, 59, .3);--listing-shadow-modal: 0 14px 40px rgba(77, 75, 59, .22);--listing-shadow-card: 0 6px 36px rgba(77, 75, 59, .1), 0 2px 6px rgba(77, 75, 59, .05);--dashboard-success-text: #355d45;--dashboard-danger-text: #a24954;--dashboard-border-subtle: rgba(77, 75, 59, .12);--dashboard-border-strong: rgba(77, 75, 59, .18);--dashboard-success-fill: rgba(53, 93, 69, .12);--dashboard-success-border: rgba(53, 93, 69, .22);--dashboard-danger-fill: rgba(162, 73, 84, .08);--dashboard-danger-border: rgba(162, 73, 84, .2);--dashboard-surface-new: #cfd7c5;--dashboard-shadow-card: 0 6px 12px rgba(77, 75, 59, .08);--home-border-soft: rgba(77, 75, 59, .15);--home-text-soft: rgba(77, 75, 59, .78);--home-shadow-card: 0 3px 6px rgba(77, 75, 59, .22);--home-shadow-host-card: 0 4px 8px rgba(206, 212, 195, .5);--home-shadow-host-card-hover: 0 8px 16px rgba(206, 212, 195, .72);--listings-text-hover: rgba(77, 75, 59, .72);--listings-text-soft: rgba(77, 75, 59, .75);--listings-border-soft: rgba(77, 75, 59, .15);--listings-fill-hover: rgba(77, 75, 59, .4);--ui-shadow-button-hover: 0 3px 12px rgba(77, 75, 59, .2);--ui-shadow-button-active: 0 4px 10px rgba(77, 75, 59, .12);--ui-shadow-polaroid: 0 3px 6px rgba(77, 75, 59, .3);--ui-shadow-polaroid-hover: 0 2px 10px rgba(77, 75, 59, .3), 0 0 2px rgba(77, 75, 59, .7);--ui-shadow-cta-card: 0 2px 18px rgba(77, 75, 59, .1), 0 6px 7px rgba(77, 75, 59, .03);--ui-border-menu-button: rgba(77, 75, 59, .18);--ui-border-menu-button-hover: rgba(77, 75, 59, .32);--ui-backdrop-overlay: rgba(77, 75, 59, .2);--ui-shadow-mobile-panel: 0 20px 32px rgba(77, 75, 59, .12);--ui-border-divider-soft: rgba(206, 212, 195, .9);--ui-ring-carousel-inner: #58a081;--ui-ring-carousel-outer: #c0e3cd}*{box-sizing:border-box}body{margin:0;background:var(--light-cream);color:var(--dark-olive);font-family:Inter-Regular,sans-serif}img{display:block}.h1{font-family:Nunito-Bold,sans-serif;font-weight:700;font-size:42px;letter-spacing:-.02em;line-height:1.2em;margin:0;color:var(--dark-olive)}.ui-display-title{font-family:Nunito-ExtraBold,sans-serif;font-size:72px;line-height:1;margin:0;color:var(--dark-olive)}.h2{font-family:Nunito-SemiBold,sans-serif;font-weight:700;font-size:24px;letter-spacing:.01em;line-height:1.3em;margin:0;color:var(--dark-olive)}.h3{font-family:Nunito-SemiBold,sans-serif;font-weight:700;font-size:16px;margin:0;color:var(--dark-olive)}.h4{font-family:Nunito-Bold,sans-serif;font-weight:700;font-size:14px;margin:0;color:var(--dark-olive)}.p1{font-family:Inter-Regular,sans-serif;font-size:16px;line-height:22px;margin:0;color:var(--dark-olive)}.p1 strong{font-family:Inter-Bold,sans-serif}.ui-page-lead{font-family:Inter-Regular,sans-serif;font-size:22px;line-height:1.45;margin:0;color:var(--dark-olive)}.p2{font-family:Inter-Light,sans-serif;font-size:12px;margin:0;letter-spacing:.01em}.p2.strong{font-family:Inter-Bold,sans-serif;font-weight:700}.p3{font-family:Inter-Light,sans-serif;font-size:16px;line-height:130%;margin:0;color:var(--dark-olive)}.p4{font-family:Inter,sans-serif;color:var(--sub-olive);line-height:1.5em;font-size:16px}@media (max-width: 960px){.ui-display-title{font-size:40px}.ui-page-lead{font-size:18px}}@media (max-width: 720px){.ui-display-title{font-size:18px}.ui-page-lead{font-size:16px;line-height:1.5}}.cta-modal{position:absolute;left:calc(66.67% - 26.33px);top:650px;width:373px;background:var(--white);border-radius:36px;border-style:solid;border-width:1px;border-color:var(--olive);padding:24px;display:flex;flex-direction:column;gap:2px;box-shadow:var(--ui-shadow-cta-card)}.cta-modal.is-sticky{position:fixed;top:96px;left:calc(50% + 187px)}.cta-row{display:flex;align-items:center}.cta-summary{flex:1;min-width:0}.cta-price{flex:1;margin:0}.cta-title{margin:0}.cta-added{flex:1;text-align:right;margin:0}.cta-actions{display:flex;flex-direction:column;gap:16px;align-items:center}.cta-modal .button{width:325px}@media (max-width: 720px){.cta-modal,.cta-modal.is-sticky{position:fixed;left:0;right:0;top:auto;bottom:0;width:auto;max-width:none;border-radius:24px 24px 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;z-index:40}.cta-modal--mobile{width:auto;max-width:none}.cta-summary--mobile{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.cta-price-row{display:flex;align-items:center;gap:10px;min-width:0}.cta-price-row .icon{width:24px;height:24px;flex:0 0 24px}.cta-price-row .icon img{width:24px;height:24px}.cta-summary--mobile .cta-price,.cta-summary--mobile .cta-added{text-align:left}.cta-summary--mobile .cta-price{flex:0 0 auto;min-width:0}.cta-summary--mobile .cta-added{font-size:12px;line-height:1.35;margin:0}.cta-actions--mobile{display:flex;align-items:center;justify-content:flex-end;gap:0}.cta-actions--mobile .button{width:auto;max-width:100%;min-width:0;padding:14px 20px;font-size:15px;line-height:1.2;text-align:center}}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--red-accent);color:var(--light-cream);font-family:Nunito-Bold,sans-serif;font-weight:700;font-size:16px;padding:16px 42px;border-radius:30px;text-decoration:none;border:0;cursor:pointer}.ui-text-link{color:inherit;text-decoration:underline}.ui-nav-link{text-decoration:none;position:relative;font-size:16px;text-transform:uppercase}.ui-nav-link:hover{text-decoration:wavy underline;text-underline-offset:8px;text-decoration-thickness:1.5px}.ui-nav-link.is-active{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-color:var(--dark-olive);text-underline-offset:8px;text-decoration-thickness:1.5px}.ui-nav-link--mobile{display:block;width:100%;padding:14px 0;text-decoration:none;text-transform:uppercase;border-bottom:1px solid var(--ui-border-divider-soft)}.ui-text-link-button{color:var(--dark-olive);background:transparent;border:0;padding:0;cursor:pointer;text-align:left;text-decoration:underline}.ui-toc-link{border:0;background:transparent;text-align:left;padding:6px 0;border-radius:0;font-family:Inter-Regular,sans-serif;font-size:14px;color:var(--ui-toc-color, var(--dark-olive));cursor:pointer}.ui-toc-link:hover{color:var(--ui-toc-hover-color, var(--dark-olive))}.ui-toc-link.is-muted{color:var(--ui-toc-muted-color, var(--ui-toc-color, var(--dark-olive)))}.ui-toc-link.is-active{color:var(--ui-toc-active-color, var(--ui-toc-color, var(--dark-olive)));font-family:Inter-Bold,sans-serif;text-decoration:underline}.ui-filter-tab{border:0;background:transparent;padding:4px 0;cursor:pointer;font-family:var(--ui-filter-font-family, "Inter-Regular", sans-serif);font-size:var(--ui-filter-font-size, 12px);letter-spacing:var(--ui-filter-letter-spacing, .02em);color:var(--ui-filter-color, var(--dark-olive));position:relative}.ui-filter-tab:hover{color:var(--ui-filter-hover-color, var(--ui-filter-color, var(--dark-olive)))}.ui-filter-tab:hover:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:var(--ui-filter-hover-underline, var(--ui-filter-hover-color, var(--dark-olive)))}.ui-filter-tab.is-active:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--ui-filter-active-underline, var(--ui-filter-color, var(--dark-olive)))}.button.button--secondary{background:var(--white);color:var(--dark-olive);border:1px solid var(--dark-olive)}.button.button--olive{background:var(--dark-olive);color:var(--light-cream)}.button,.dashboard-button{transition:transform .14s ease,box-shadow .14s ease;transform:translateZ(0)}.dashboard-button{border:none;border-radius:999px;padding:6px 18px;font-family:Nunito-Bold,sans-serif;font-size:14px;cursor:pointer}.dashboard-button:disabled{opacity:.5;cursor:not-allowed}.dashboard-button.button{padding:6px 22px;font-size:14px}.dashboard-button--ghost{background:transparent;color:var(--dark-olive);border:1px solid var(--dark-olive)}.dashboard-button--icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:10px;border:1px solid var(--dark-olive);background:transparent;color:var(--dark-olive)}.dashboard-button--icon svg{width:16px;height:16px}.nav-arrow{width:40px;height:40px;border-radius:50%;border-width:1px;border-style:solid;border-color:var(--olive);background:var(--white);padding:0;display:flex;align-items:center;justify-content:center;position:relative;transition:background-color .14s ease,border-color .14s ease}.nav-arrow:before{content:"";width:12px;height:2px;background:var(--dark-olive)}.nav-arrow:after{content:"";position:absolute;width:7px;height:7px;border-top:2px solid var(--dark-olive);border-right:2px solid var(--dark-olive)}.nav-arrow.prev:after{transform:rotate(-135deg);left:14px}.nav-arrow.next:after{transform:rotate(45deg);right:14px}.button:not([disabled]):hover,.dashboard-button:not([disabled]):hover{box-shadow:var(--ui-shadow-button-hover);transform:scale(1.06);cursor:pointer}.nav-arrow:not([disabled]):hover{background:var(--light-green);border-color:var(--light-green);cursor:pointer}.button:not([disabled]):active,.dashboard-button:not([disabled]):active{box-shadow:var(--ui-shadow-button-active);transform:scale(1.01)}.nav-arrow:not([disabled]):active{background:var(--light-green);border-color:var(--light-green)}.icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.icon img{width:40px;height:40px;object-fit:contain}@media (prefers-reduced-motion: reduce){.button,.dashboard-button,.nav-arrow{transition:none}}.listing-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border:1px solid var(--dashboard-border-strong);font-family:Nunito-Bold,sans-serif;font-size:12px;background-clip:padding-box;cursor:pointer;line-height:1;white-space:nowrap}.listing-status-badge--published{background:var(--dashboard-success-fill);border-color:var(--dashboard-success-border);color:var(--dashboard-success-text)}.listing-status-badge--unpublished{background:var(--dashboard-danger-fill);border-color:var(--dashboard-danger-border);color:var(--dashboard-danger-text)}.listing-status-badge:disabled{opacity:.7;cursor:wait}.page-message-shell{padding:24px}.polaroid-row{display:flex;margin:8px 0 0 10px;gap:0;align-items:center}.polaroid{display:block;width:var(--polaroid-width, 318px);height:var(--polaroid-height, 239px);position:relative}.polaroid-card{width:var(--polaroid-card-width, 94%);height:100%;background:var(--white);padding:12px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--ui-shadow-polaroid);transition:transform .16s ease,box-shadow .16s ease;transform:translateZ(0);transform-origin:center;will-change:transform}.polaroid--fill,.polaroid--fill .polaroid-card{width:100%}@media (hover: hover){.polaroid:hover{z-index:2}.polaroid:hover .polaroid-card{transform:scale(1.03) rotate(var(--polaroid-tilt, 1deg));box-shadow:var(--ui-shadow-polaroid-hover)}}@media (prefers-reduced-motion: reduce){.polaroid-card{transition:none}}.polaroid-image{flex:1;width:100%}.polaroid-image img{width:100%;height:100%;object-fit:cover}.polaroid-copy{width:100%;display:flex;flex-direction:column;gap:0;align-items:center;text-align:center}.carousel-dots{width:92px;height:20px;display:flex;align-items:center;justify-content:center;gap:8px}.ui-carousel-dot{width:12px;height:12px;border-radius:50%;background:var(--olive);display:flex;align-items:center;justify-content:center;border:1px solid transparent;padding:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ui-carousel-dot.is-active{box-shadow:0 0 0 2px var(--ui-ring-carousel-inner),0 0 0 3px var(--ui-ring-carousel-outer)}.ui-media-frame{position:relative;overflow:hidden;border:1px solid var(--ui-media-frame-border, transparent);border-radius:var(--ui-media-frame-radius, 0);background:var(--ui-media-frame-background, transparent)}.ui-media-frame--preview{--ui-media-frame-border: var(--admin-border-soft);--ui-media-frame-radius: 18px;--ui-media-frame-background: var(--admin-surface-preview);--ui-media-empty-color: var(--editor-text-muted)}.ui-media-frame__image{width:100%;height:100%;object-fit:var(--ui-media-frame-fit, cover);display:block}.ui-media-hover>img,.ui-media-hover>.ui-media-frame__image{transition:transform .24s ease}.ui-media-hover:hover>img,.ui-media-hover:focus-visible>img,.ui-media-hover:hover>.ui-media-frame__image,.ui-media-hover:focus-visible>.ui-media-frame__image{transform:scale(1.03)}.ui-media-frame__empty{min-height:inherit;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:var(--ui-media-empty-padding, 12px);color:var(--ui-media-empty-color, currentColor);text-align:center}.ui-upload-control{position:relative;display:inline-flex;align-items:center;justify-content:center;width:fit-content;overflow:hidden}.ui-upload-control input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.ui-media-zoom{position:absolute;overflow:hidden;border:1px solid var(--ui-media-zoom-border, transparent);background:var(--ui-media-zoom-background, var(--white));box-shadow:var(--ui-media-zoom-shadow, none);opacity:0;pointer-events:none;transition:opacity .14s ease;z-index:2}.ui-media-zoom img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain}.ui-drag-handle{width:var(--ui-drag-handle-width, 36px);height:var(--ui-drag-handle-height, 36px);display:inline-flex;align-items:center;justify-content:center;margin:var(--ui-drag-handle-margin, 0);border:1px solid var(--ui-drag-handle-border, transparent);border-radius:var(--ui-drag-handle-radius, 12px);background:var(--ui-drag-handle-background, transparent);color:var(--ui-drag-handle-color, currentColor);cursor:grab;-webkit-user-select:none;user-select:none;flex:0 0 auto}.ui-drag-handle:active{cursor:grabbing}.ui-drag-handle svg{width:18px;height:18px}.ui-collection-list{display:flex;flex-direction:column;gap:var(--ui-collection-list-gap, 12px)}.ui-collection-row{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px;border:1px solid var(--admin-border-subtle);background:var(--white)}.ui-collection-row--drop-target{box-shadow:inset 0 0 0 2px var(--admin-inset-outline);background:var(--admin-surface-drop-target)}.ui-collection-empty{padding:var(--ui-collection-empty-padding, 18px);border-radius:var(--ui-collection-empty-radius, 18px);border:1px dashed var(--ui-collection-empty-border, transparent);background:var(--ui-collection-empty-background, transparent)}.home-section__header--carousel{align-items:flex-start;justify-content:space-between}.home-section__heading--carousel{min-width:0;flex:1}.home-section__actions--carousel{flex-shrink:0}.ui-mobile-carousel{display:flex;flex-direction:column;gap:16px}.ui-mobile-carousel .carousel-dots{width:auto;min-height:20px}.ui-mobile-carousel__viewport{width:100%;overflow:hidden;touch-action:pan-y}.ui-mobile-carousel__track{display:flex;gap:var(--ui-mobile-carousel-gap, 0px);width:100%;transform:translate(calc(var(--ui-mobile-carousel-offset, 0) * -1 * (var(--ui-mobile-carousel-slide-width, 100%) + var(--ui-mobile-carousel-gap, 0px))));transition:transform .28s ease;will-change:transform}.ui-mobile-carousel__slide{flex:0 0 var(--ui-mobile-carousel-slide-width, 100%);min-width:0}.ui-mobile-carousel__slide--spaced{padding-inline:6px}@media (max-width: 720px){.home-section__header--carousel{flex-direction:row;gap:12px}.home-section__actions--carousel .nav-arrow{width:32px;height:32px}.home-section__actions--carousel .nav-arrow:before{width:10px}.home-section__actions--carousel .nav-arrow:after{width:6px;height:6px}.home-section__actions--carousel .nav-arrow.prev:after{left:11px}.home-section__actions--carousel .nav-arrow.next:after{right:11px}}.ui-pill{border-radius:999px}.ui-empty-state--section{padding:32px 0 8px}.ui-empty-state--page{padding:64px 0}.ui-page-message{padding:24px}.ui-notice{padding:14px 18px;border-radius:16px}.ui-notice--admin{background:var(--admin-surface-panel);border:1px solid var(--admin-border-subtle)}.ui-notice--admin-error{color:var(--admin-danger-text);border-color:var(--admin-danger-border);background:var(--admin-danger-surface)}.ui-notice--dashboard-success{color:var(--dashboard-success-text)}.ui-notice--dashboard-error{color:var(--dashboard-danger-text)}.form-field,.general-admin__field{display:flex;flex-direction:column;gap:var(--ui-form-field-gap, 8px)}.form-field>:is(.p2,.ui-form-label):first-child,.general-admin__field>:is(.p2,.ui-form-label):first-child{display:block;color:var(--ui-form-label-color, currentColor)}.form-field input,.form-field select,.form-field textarea,.general-admin__field input,.general-admin__field select,.general-admin__field textarea{width:var(--ui-form-control-width, 100%);border:1px solid var(--ui-form-border-color, var(--dark-olive));border-radius:var(--ui-form-border-radius, 12px);background:var(--ui-form-background, var(--white));color:var(--ui-form-text-color, var(--dark-olive));padding:var(--ui-form-padding, 12px 14px)}.form-error,.ui-form-error{color:var(--ui-form-error-color, var(--red-accent))}.required-badge,.ui-field-badge--required{display:inline-flex;align-items:center;border:1px solid var(--ui-field-badge-border, var(--editor-danger-border-soft));background:var(--ui-field-badge-background, var(--editor-danger-fill-soft));color:var(--ui-field-badge-color, var(--red-accent));padding:4px 10px;font-family:Nunito-Bold,sans-serif;font-size:12px;line-height:1}.ui-section-intro,.ui-meta-copy,.ui-empty-copy{color:var(--ui-meta-text-color, currentColor)}.ui-picker{display:flex;align-items:center;gap:10px}.ui-picker__preview{width:32px;height:32px;overflow:hidden;border:1px solid var(--editor-border-default);background:var(--editor-fill-muted);flex:0 0 auto}.ui-picker__preview--circle{border-radius:50%}.ui-picker__preview--rounded{border-radius:10px;display:flex;align-items:center;justify-content:center}.ui-picker__preview img{width:100%;height:100%}.ui-picker__preview--circle img{object-fit:cover}.ui-picker__preview--rounded img{width:24px;height:24px;object-fit:contain}.ui-picker__empty{width:100%;height:100%}.ui-picker select{flex:1}.rich-text-editor{display:flex;flex-direction:column;gap:var(--ui-rich-text-gap, 10px)}.rich-text-editor__toolbar{display:flex;gap:var(--ui-rich-text-toolbar-gap, 8px);flex-wrap:wrap}.rich-text-editor__tool{width:var(--ui-rich-text-tool-size, 40px);height:var(--ui-rich-text-tool-size, 40px);border-radius:var(--ui-rich-text-tool-radius, 10px);border:var(--ui-rich-text-tool-border, 1px solid var(--dark-olive));background:var(--ui-rich-text-tool-background, var(--white));color:var(--ui-rich-text-tool-color, var(--dark-olive));font-family:var(--ui-rich-text-tool-font-family, "Nunito-Bold", sans-serif);font-size:var(--ui-rich-text-tool-font-size, 16px);line-height:1;cursor:pointer}.rich-text-editor__tool svg{width:16px;height:16px}.rich-text-editor__link-panel{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--dark-olive);border-radius:10px;background:var(--white)}.rich-text-editor__link-panel-label{color:var(--dark-olive)}.rich-text-editor__link-panel-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.rich-text-editor__link-panel-select{min-width:min(360px,100%);flex:1 1 260px;border:1px solid var(--dark-olive);border-radius:10px;padding:10px 12px;background:var(--white);color:var(--dark-olive);font-family:Inter-Regular,sans-serif;font-size:14px}.rich-text-editor__link-panel-action{border:1px solid var(--dark-olive);border-radius:10px;padding:10px 14px;background:var(--dark-olive);color:var(--light-cream);font-family:Nunito-Bold,sans-serif;font-size:14px;cursor:pointer}.rich-text-editor__link-panel-action:disabled{opacity:.5;cursor:not-allowed}.rich-text-editor__link-panel-action--ghost{background:transparent;color:var(--dark-olive)}.rich-text-editor__surface{min-height:var(--ui-rich-text-surface-min-height, 220px);border:var(--ui-rich-text-surface-border, 1px solid var(--dark-olive));border-radius:var(--ui-rich-text-surface-radius, 10px);padding:var(--ui-rich-text-surface-padding, 14px 16px);font-family:var(--ui-rich-text-surface-font-family, "Inter-Regular", sans-serif);font-size:var(--ui-rich-text-surface-font-size, 14px);line-height:var(--ui-rich-text-surface-line-height, 1.65);background:var(--ui-rich-text-surface-background, var(--white));color:var(--ui-rich-text-surface-color, var(--dark-olive));outline:none;white-space:pre-wrap}.rich-text-editor__surface:focus{border-color:var(--ui-rich-text-surface-focus-border, var(--dark-olive))}.rich-text-editor__surface[data-empty=true]:before{content:attr(data-placeholder);color:var(--ui-rich-text-placeholder-color, currentColor);white-space:pre-wrap}.rich-text-editor__surface p{margin:0 0 var(--ui-rich-text-paragraph-gap, 14px)}.rich-text-editor__surface p:last-child{margin-bottom:0}.rich-text-editor__surface strong,.rich-text-editor__surface b{font-family:var(--ui-rich-text-strong-font-family, "Inter-Bold", sans-serif);font-weight:700;color:var(--ui-rich-text-strong-color, currentColor)}.rich-text-editor__surface a{color:inherit}.site-header{position:fixed;top:0;left:0;height:80px;width:100vw;z-index:10;background:var(--light-cream);transition:transform .42s cubic-bezier(.22,1,.36,1)}.site-header.is-hidden{transform:translateY(-100%)}.site-header .inner{height:80px;width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 80px}.site-header .logo{width:88px}.site-header nav{display:flex;gap:36px}.site-header__menu-button{display:none;width:48px;height:48px;padding:0;border:1px solid var(--ui-border-menu-button);border-radius:999px;background:var(--white);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.site-header__menu-button span{width:18px;height:2px;border-radius:999px;background:var(--dark-olive);transition:transform .14s ease,opacity .14s ease}.site-header__menu-button:hover{background:var(--white);border-color:var(--ui-border-menu-button-hover)}.site-header.is-menu-open .site-header__menu-button span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-menu-open .site-header__menu-button span:nth-child(2){opacity:0}.site-header.is-menu-open .site-header__menu-button span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile{position:fixed;top:80px;right:0;bottom:0;left:0;z-index:9}.site-header__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:var(--ui-backdrop-overlay);padding:0;cursor:pointer}.site-header__mobile-panel{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;padding:12px 16px;background:var(--light-cream);border-top:1px solid var(--olive);box-shadow:var(--ui-shadow-mobile-panel)}.header-divider{width:100vw;height:2px;background:var(--olive);opacity:1}@media (max-width: 1200px){.site-header .inner{width:100%;padding:0 24px}}@media (max-width: 720px){.site-header nav{gap:0}.site-header .inner{padding:0 16px}.site-header .logo{width:80px}.site-header .site-header__nav{display:none}.site-header__menu-button{display:inline-flex;margin-left:auto}}.site-footer{width:100%;height:419px;position:relative;left:0;background:var(--light-green)}.site-footer .footer-divider{margin-top:88px;width:100%;height:1px;background:var(--olive);opacity:1}.site-footer .footer-text{position:absolute;top:50%;left:50%;transform:translate(-50%);text-align:center;width:35%}.site-footer .footer-text p{margin:0 0 12px}.site-footer .footer-text p:last-child{margin-bottom:0}.site-footer .admin{position:absolute;bottom:24px;left:50%;transform:translate(-50%)}@media (max-width: 720px){.site-footer .footer-text{top:136px;left:24px;transform:none;width:calc(100% - 48px)}}.avatar-small,.avatar-medium,.avatar-large,.avatar-shell,.avatar-overlap__item{border-radius:50%;overflow:hidden}.avatar-shell{flex:0 0 auto;background:var(--avatar-shell-bg, transparent);border:var(--avatar-shell-border, 0)}.avatar-shell--plain{--avatar-shell-bg: transparent;--avatar-shell-border: 0}.avatar-shell--soft{--avatar-shell-bg: var(--light-cream);--avatar-shell-border: 1px solid var(--home-border-soft)}.avatar-action{display:block;width:100%;height:100%;border:0;padding:0;background:transparent;cursor:pointer}.avatar-overlap{display:flex;align-items:center}.avatar-overlap__item{position:relative;flex:0 0 auto}.avatar-overlap__item+.avatar-overlap__item{margin-left:-16px}.avatar-overlap__item--raised{z-index:2}.avatar-overlap--ring .avatar-overlap__item{border:3px solid var(--listing-avatar-ring);background:var(--listing-avatar-ring);box-sizing:content-box}.avatar-small{width:56px;height:56px}.avatar-medium{width:88px;height:88px}.avatar-large{width:136px;height:136px}.avatar-small img,.avatar-medium img,.avatar-large img,.avatar-shell img,.avatar-action img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 960px){.avatar-medium{width:96px;height:96px}}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--listing-overlay-scrim);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:48px 64px}.lightbox-close{position:fixed;top:34px;right:56px;width:52px;height:52px;border:0;background:transparent;color:var(--listing-text-strong);font-size:52px;line-height:1;cursor:pointer}.lightbox-modal{width:min(980px,calc(100vw - 160px));max-height:calc(100vh - 120px);background:var(--listing-surface-base);border:1px solid var(--listing-border-soft);box-shadow:var(--listing-shadow-modal);display:flex;flex-direction:column;overflow:hidden}.avatar-lightbox-modal{width:fit-content;max-width:calc(100vw - 160px);max-height:calc(100vh - 120px);background:var(--listing-surface-base);border:1px solid var(--listing-border-soft);box-shadow:var(--listing-shadow-modal);padding:14px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.avatar-lightbox-image{width:auto;height:auto;max-width:calc(100vw - 220px);max-height:calc(100vh - 220px);object-fit:contain;display:block;background:transparent}.lightbox-strip{padding:14px 18px;display:flex;gap:10px;align-items:center;overflow-x:auto;overflow-y:hidden;background:var(--listing-surface-glass);border-bottom:1px solid var(--listing-border-subtle);scrollbar-width:none;-ms-overflow-style:none}.lightbox-strip::-webkit-scrollbar{display:none}.lightbox-thumb{width:92px;height:56px;padding:0;border:1px solid var(--listing-border-default);background:var(--listing-surface-solid);overflow:hidden;opacity:.5;cursor:pointer;flex:0 0 auto}.lightbox-thumb img{width:100%;height:100%;object-fit:cover;display:block}.lightbox-thumb.is-active{opacity:1;border:2px solid var(--listing-border-strong)}.lightbox-stage{padding:18px;display:flex;align-items:center;justify-content:center;background:transparent}.lightbox-image{width:100%;height:auto;max-height:calc(100vh - 300px);object-fit:contain;background:var(--listing-surface-solid)}.lightbox-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--listing-surface-footer);border-top:1px solid var(--listing-border-subtle);gap:16px}.lightbox-caption{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lightbox-meta{display:flex;align-items:center;gap:12px}.lightbox-meta .carousel-nav{gap:10px}@media (max-width: 900px){.lightbox-overlay{padding:32px 20px}.lightbox-modal{width:calc(100vw - 40px);max-height:calc(100vh - 90px)}.lightbox-close{right:18px;top:18px}.avatar-lightbox-modal{max-width:calc(100vw - 40px)}.avatar-lightbox-image{max-width:calc(100vw - 80px);max-height:calc(100vh - 180px)}}.reviews{width:1120px;position:relative;display:flex;flex-direction:column;gap:24px}.reviews .reviews-row{display:flex;gap:93px}.review-card{width:467px;display:flex;flex-direction:column;gap:16px}.review-head{display:flex;align-items:center;gap:16px}.review-meta{display:flex;gap:8px;align-items:center}.review-meta .stars{letter-spacing:-1px}.owner-section{width:1120px;display:flex;flex-direction:column;gap:24px}.owner-row{display:flex;gap:52px;align-items:flex-start;width:1028px}.owner-left-col{width:416px;display:flex;flex-direction:column;gap:24px}.owner-card{width:416px;background:var(--white);border-radius:72px;padding:24px;display:flex;gap:16px;box-shadow:var(--listing-shadow-card);height:263px;align-items:center}.owner-left{width:192px;display:flex;flex-direction:column;align-items:center;gap:4px}.owner-right{width:184px;display:flex;flex-direction:column;gap:16px}.category{display:flex;flex-direction:column;gap:2px}.owner-right-col{width:560px;display:flex;flex-direction:column;gap:36px}.owner-description{color:var(--listing-text-soft)}.owner-description--side{width:560px;margin:0}.quote-feature{width:560px}.owner-quote{font-family:Inter-Light,sans-serif;font-style:italic;font-weight:300;font-size:16px;line-height:1.4;color:var(--dark-olive);margin:0}.staff-section,.furniture-section{width:560px;display:flex;flex-direction:column;gap:16px}.staff-list{width:560px;display:flex;flex-direction:column;gap:10px}.furniture-list{width:560px;display:flex;flex-direction:column;gap:0}.square-thumb{width:40px;height:40px;overflow:hidden}.square-thumb img{width:100%;height:100%;object-fit:cover}@media (max-width: 720px){.reviews .reviews-row,.owner-row,.things-grid{flex-direction:column;gap:20px}.review-card,.owner-section,.owner-row,.owner-left-col,.owner-card,.owner-right-col,.owner-description--side,.quote-feature,.staff-section,.staff-list,.furniture-section,.things-to-know,.design-intention{width:100%}.reviews .reviews-row{gap:20px}.review-card{gap:12px}.owner-card{width:100%;height:auto;margin:0;border-radius:32px;padding:20px;flex-direction:row;align-items:flex-start;gap:8px}.owner-left{width:50%;flex:1 1 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.owner-right{width:50%;flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.owner-right-col{gap:20px}}.host-summary{width:500px;display:flex;align-items:center;gap:16px}.host-summary .copy{display:flex;flex-direction:column;gap:4px}.value-props{width:653px;display:grid;gap:14px 0;padding:8px 0}.value-props--single{grid-template-columns:minmax(0,1fr)}.value-props--double{grid-template-columns:repeat(2,minmax(0,1fr))}.featurette{display:flex;align-items:center;gap:16px}.paragraph-section{width:653px;display:flex;flex-direction:column;gap:16px}.paragraph-section__richtext{display:flex;flex-direction:column;gap:16px;line-height:1.7}.paragraph-section__richtext p,.paragraph-section__richtext ul,.paragraph-section__richtext ol{margin:0}.paragraph-section__richtext ul,.paragraph-section__richtext ol{padding-left:20px}.video-section,.features-section{width:654px;display:flex;flex-direction:column;gap:24px}.notable-details{width:653px;display:flex;flex-direction:column;gap:8px;align-items:center}.notable-details .polaroid-card[role=button]{cursor:pointer}.notable-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:4px}.carousel-nav{display:flex;gap:8px;align-items:center}.notable-carousel{width:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-snap-stop:always;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:6px 0 14px;scrollbar-width:none;-ms-overflow-style:none}.notable-carousel::-webkit-scrollbar{display:none}.notable-page{flex:0 0 100%;scroll-snap-align:start;opacity:.55;transition:opacity .22s ease}.notable-page.is-active{opacity:1}.notable-page .polaroid-row{width:100%;justify-content:flex-start}.video-frame{width:653px;height:367px;border-radius:8px;overflow:hidden;position:relative}.video-frame img{width:100%;height:100%;object-fit:cover}.play-button{position:absolute;left:50%;top:50%;width:92px;height:92px;transform:translate(-50%,-50%);background:var(--listing-play-scrim);border-radius:50%;display:flex;align-items:center;justify-content:center}.play-button:before{content:"";width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:20px solid var(--light-cream);margin-left:4px}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 0}@media (max-width: 720px){.listing-more-listings__title{margin-bottom:8px}.value-props,.paragraph-section,.video-section,.features-section,.notable-details,.reviews{width:100%}.value-props{gap:18px}.value-props--double,.features-grid{grid-template-columns:minmax(0,1fr)}.paragraph-section__richtext{gap:12px;line-height:1.6}.video-section,.features-section,.reviews{gap:16px}.notable-details{align-items:stretch}.notable-details .carousel-dots{margin:0 auto}.notable-header{gap:12px}.notable-carousel{padding:6px 0 8px}.listing-mobile-carousel--notable .ui-mobile-carousel__slide{padding:0 6px 8px}.listing-mobile-carousel--notable .polaroid{width:100%;max-width:320px}.listing-mobile-carousel--notable .polaroid-card{width:100%}.notable-page .polaroid-row{margin:0;flex-direction:column;gap:16px}.notable-page .polaroid{width:100%;max-width:calc(100vw - 32px)}.video-frame{width:100%;height:auto;aspect-ratio:16 / 9}.reviews--mobile{gap:16px}.listing-mobile-carousel--reviews .review-card{width:100%;max-width:320px}.listing-mobile-carousel--more-listings .listing-card{width:100%}}.page{position:relative;width:1280px;margin:0 auto;background:var(--bg);min-height:100vh;padding-top:80px}.page>.site-footer{position:relative;width:100vw;left:auto;margin-left:calc(50% - 50vw)}.main{margin-left:80px;margin-top:16px;width:1120px;display:flex;flex-direction:column;gap:24px}.overhead-title{position:relative;height:48px;width:1120px;padding-top:8px}.overhead-title .row{position:absolute;width:1120px;display:flex;align-items:center;justify-content:space-between}.top-actions{display:inline-flex;align-items:center;gap:24px}.gallery{position:relative;width:1120px;display:grid;grid-template-columns:560px 272px 272px;grid-template-rows:230px 230px;gap:8px;box-sizing:border-box;border-radius:36px;overflow:hidden}.gallery-image{padding:0;border:0;background:transparent;overflow:hidden;cursor:pointer;display:block}.gallery-image--main{grid-column:1 / 2;grid-row:1 / 3;width:560px;height:468px}.gallery-image--thumb{width:272px;height:230px}.gallery-image img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease;transform:scale(1)}.gallery-image:hover img,.gallery-image:focus-visible img{transform:scale(1.04)}.gallery .main-image,.gallery .thumb{width:100%;height:100%}.gallery .see-all{position:absolute;right:20px;bottom:20px}.title-block{width:653px;display:flex;flex-direction:column;gap:4px}.title-block__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.title-block__header>:first-child{min-width:0}.listing-type-pill{flex:0 0 auto;margin-left:auto;padding:6px 12px;border-style:solid;border-width:1px;border-color:var(--sub-olive);background:transparent;color:var(--sub-olive);line-height:1;white-space:nowrap}.title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.divider-long,.divider-short{--divider-width: 653px;--divider-height: 8px;position:relative;inline-size:var(--divider-width);block-size:var(--divider-height)}.divider-long:before,.divider-short:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--olive);transform:translateY(-50%)}.divider-long{--divider-width: 1120px}.cta-modal .divider-short{--divider-width: 100%;padding:16px 0}@media (max-width: 720px){.page{width:100%;max-width:none;margin:0;padding-top:96px;padding-bottom:env(safe-area-inset-bottom,0px);overflow-x:hidden}.page>.site-footer{width:100%;margin-left:0}.main{width:100%;max-width:none;margin:0;padding:0 16px;gap:20px}.overhead-title,.overhead-title .row,.host-summary{width:min(100%,calc(min(100vw,390px) - 32px));max-width:100%}.title-block,.title-block__header{width:100%;max-width:none}.overhead-title{height:auto;padding-top:0}.overhead-title .row{position:static;flex-direction:column;align-items:flex-start;gap:12px}.overhead-title .row>*{width:100%;max-width:100%}.overhead-title .h1{font-size:clamp(30px,8vw,36px);line-height:1.08;overflow-wrap:anywhere;text-wrap:balance}.top-actions{gap:16px}.gallery{width:calc(100% + 32px);max-width:none;margin-left:-16px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto;gap:0;border-radius:0}.gallery-image--main{grid-column:1;grid-row:1;width:100%;height:auto;aspect-ratio:16 / 11}.gallery-image--thumb{display:none}.gallery .see-all{right:max(16px,calc(100vw - min(100vw,390px) + 16px));bottom:16px;padding:14px 18px;font-size:14px}.title-block{gap:8px}.title-block__header{flex-direction:row;align-items:flex-start;gap:8px}.title-block__header>:first-child{flex:1 1 auto;min-width:0;width:auto}.title-block__header .h2{font-size:clamp(20px,6vw,24px);line-height:1.15;overflow-wrap:anywhere;text-wrap:balance}.listing-type-pill{flex:0 0 auto;margin-left:auto}.title-row{align-items:flex-start}.host-summary{gap:12px}.divider-long,.divider-short{--divider-width: 100%}}.things-to-know{width:1120px;display:flex;flex-direction:column;gap:16px}.things-grid{display:flex;gap:94px;align-items:center}.big-feature{width:280px;display:flex;flex-direction:column;gap:16px}.big-feature .copy{display:flex;flex-direction:column;gap:8px}.big-feature-list{display:flex;flex-direction:column;gap:0}.learn-more{text-decoration:underline}.design-intention{width:1120px;min-height:196px;display:flex;align-items:flex-start;gap:24px;padding:24px;border-radius:72px;background:var(--light-green)}.design-intention__avatar{flex:0 0 136px}.design-intention__content{min-width:0;min-height:148px;align-self:stretch;display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:8px;padding:24px 24px 24px 0}.design-intention__body-shell{width:100%;max-height:22px;overflow:hidden;transition:max-height .24s ease}.design-intention.is-expanded .design-intention__body-shell{max-height:1000px}.design-intention__body{width:100%;color:var(--listing-text-soft);overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.design-intention.is-expanded .design-intention__body{overflow:visible;display:block;-webkit-line-clamp:unset}.design-intention__body p{margin:0 0 12px}.design-intention__body p:last-child{margin-bottom:0}.design-intention__toggle{display:inline-flex;align-items:center;gap:12px;margin-top:auto;padding:0;border:0;background:transparent;color:var(--sub-olive);font-family:Nunito-SemiBold,sans-serif;font-size:16px;font-weight:700;cursor:pointer}.design-intention__toggle:hover{color:var(--dark-olive)}.design-intention__chevron{width:12px;height:12px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-3px) rotate(45deg);transition:transform .14s ease}.design-intention.is-expanded .design-intention__chevron{transform:translateY(3px) rotate(225deg)}@media (prefers-reduced-motion: reduce){.design-intention__body-shell,.design-intention__chevron{transition:none}}@media (max-width: 720px){.things-to-know,.design-intention,.things-to-know--mobile .big-feature{width:100%}.listing-mobile-carousel--things .ui-mobile-carousel__slide{padding-inline:6px}.listing-mobile-carousel--things .big-feature{width:100%;max-width:320px}.design-intention{min-height:0;flex-direction:column;gap:16px;padding:20px;border-radius:28px}.design-intention__avatar{flex-basis:auto;align-self:center}.design-intention__content{min-height:0;padding:0}}
