:root{--ink:#13231c;--muted:#52645b;--surface:#fff;--surface-soft:#f4f7f5;--surface-warm:#f8f4ea;--line:#d8e2dc;--brand:#0f6b49;--brand-dark:#084b34;--brand-light:#e1f3ea;--accent:#e9a23b;--danger:#b33d3d;--danger-soft:#fff0f0;--radius-sm:10px;--radius:18px;--radius-lg:28px;--shadow-sm:0 8px 24px #112f2212;--shadow:0 22px 60px #112f221c;--content:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{background:var(--surface-soft);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed}img{max-width:100%;display:block}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:8px;padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.shell{width:min(calc(100% - 2.5rem), var(--content));margin-inline:auto}.mobile-site-header,.mobile-bottom-nav{display:none}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4f7f5e0;border-bottom:1px solid #d8e2dcb3;padding:.62rem 0;position:sticky;top:0}.nav{min-height:60px;box-shadow:var(--shadow-sm);background:#fffffff0;border:1px solid #d8e2dceb;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:.42rem .5rem .42rem .78rem;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:.65rem;font-size:1.28rem;font-weight:800;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid;box-shadow:inset 0 0 0 1px #ffffff2e}.nav-links{color:#3a4d43;align-items:center;gap:.24rem;font-size:.94rem;font-weight:700;display:flex}.nav-links>a:not(.button),.language-button{min-height:44px;color:inherit;background:0 0;border:0;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem .78rem;display:inline-flex}.nav-links>a:hover,.nav-links>a[aria-current=page],.language-button:hover{background:var(--brand-light);color:var(--brand-dark)}.footer-links a:hover{color:#fff;text-underline-offset:3px;text-decoration:underline}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-height:46px;padding:.7rem 1.05rem;font-weight:750;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.button:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #0f6b4947}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark);box-shadow:0 8px 20px #084b342e}.button-secondary{border-color:var(--line);color:var(--ink);background:#fff}.button-secondary:hover{background:#fbfdfc;border-color:#8da497}.button-danger{background:var(--danger);color:#fff}.button-small{min-height:44px;padding:.55rem .85rem;font-size:.9rem}.button[disabled]{opacity:.58;cursor:not-allowed}.hero{background:linear-gradient(140deg,#eaf6f0 0%,#f8f5ea 65%,#f2e8d2 100%);padding:5.4rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#e9a23b1f,#0000 68%);border-radius:50%;width:34rem;height:34rem;position:absolute;bottom:-17rem;left:-10rem}.hero:after{content:"";background:radial-gradient(circle,#0f6b4924,#0000 67%);border-radius:50%;width:35rem;height:35rem;position:absolute;top:-12rem;right:-9rem}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(390px,.78fr);align-items:center;gap:clamp(2rem,5vw,5rem);display:grid;position:relative}.hero-content{max-width:710px}.eyebrow{color:var(--brand);letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.82rem;font-weight:850;display:inline-flex}.hero h1{letter-spacing:-.062em;text-wrap:balance;max-width:760px;margin:0;font-size:clamp(3.1rem,5.6vw,5.2rem);line-height:.98}.hero-copy{max-width:650px;color:var(--muted);margin:1.4rem 0 1.8rem;font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions{flex-wrap:wrap;gap:.8rem;display:flex}.trust-row{color:#42544b;flex-wrap:wrap;gap:1rem 1.5rem;margin-top:1.5rem;font-size:.92rem;font-weight:650;display:flex}.trust-row span{align-items:center;gap:.38rem;display:inline-flex}.hero-panel{border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #ffffffe6;padding:1.4rem}.hero-panel h2{letter-spacing:-.02em;margin:.1rem 0 1rem;font-size:1.15rem}.section{padding:5rem 0}.section-tight{padding:2.4rem 0}.section-head{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.6rem;display:flex}.section-head h1,.section-head h2{letter-spacing:-.045em;margin:0;font-size:clamp(1.8rem,4vw,2.65rem);line-height:1.1}.section-head p{max-width:580px;color:var(--muted);margin:.45rem 0 0}.steps-section{border-top:1px solid var(--line);background:#fff}.step-grid{counter-reset:steps;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.step-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(155deg,#fff,#f7faf8);min-height:230px;padding:1.45rem;position:relative;overflow:hidden}.step-card:after{content:"";background:var(--brand-light);opacity:.65;border-radius:50%;width:9rem;height:9rem;position:absolute;bottom:-3rem;right:-2.5rem}.step-number{color:#9aa9a1;letter-spacing:.08em;font-size:.8rem;font-weight:850;position:absolute;top:1rem;right:1.1rem}.step-icon{z-index:1;background:var(--brand-light);width:46px;height:46px;color:var(--brand-dark);border-radius:14px;place-items:center;display:grid;position:relative}.step-card h3{z-index:1;letter-spacing:-.02em;margin:1.25rem 0 .45rem;font-size:1.15rem;position:relative}.step-card p{z-index:1;max-width:30ch;color:var(--muted);margin:0;position:relative}.search-box{grid-template-columns:1fr 1.25fr auto;gap:.75rem;display:grid}.search-box .field{margin:0}.search-box .button{align-self:end}.field{gap:.42rem;margin-bottom:1rem;display:grid}.field label,.field-label{color:#34463d;font-size:.9rem;font-weight:750}.field-hint{color:var(--muted);margin:-.18rem 0 0;font-size:.82rem}.input,.select,.textarea{width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #c8d4cd;border-radius:12px;padding:.75rem .86rem;font-size:1rem}.input:hover,.select:hover,.textarea:hover{border-color:#9caf9f}.textarea{resize:vertical;min-height:130px}.input::placeholder,.textarea::placeholder{color:#87938d}.field-error{color:var(--danger);font-size:.82rem;font-weight:650}.form-error{background:var(--danger-soft);color:#842d2d;border:1px solid #efb7b7;border-radius:12px;padding:.8rem 1rem}.form-success{color:#174f35;background:#effaf3;border:1px solid #a9d7bd;border-radius:12px;padding:.8rem 1rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;display:grid}.form-span{grid-column:1/-1}.form-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;padding:clamp(1.15rem,3vw,2rem)}.form-section+.form-section{border-top:1px solid var(--line);margin-top:2rem;padding-top:2rem}.form-section h2{margin:0 0 .3rem;font-size:1.2rem}.form-section>p{color:var(--muted);margin:0 0 1.2rem}.check-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.check-card{border:1px solid var(--line);background:var(--surface-soft);cursor:pointer;border-radius:11px;align-items:center;gap:.55rem;min-height:48px;padding:.7rem;display:flex}.check-card:has(input:checked){border-color:var(--brand);background:var(--brand-light)}.check-card input{width:18px;height:18px;accent-color:var(--brand)}.photo-selection{margin-top:.55rem}.photo-selection-count{color:var(--muted);margin:0 0 .55rem;font-size:.82rem;font-weight:750}.photo-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.photo-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:12px;min-width:0;position:relative;overflow:hidden}.photo-preview-image{aspect-ratio:4/3;background:#e5ece8;position:relative;overflow:hidden}.photo-preview-image img{object-fit:cover}.photo-preview>span{color:#46574f;text-overflow:ellipsis;white-space:nowrap;padding:.48rem .55rem;font-size:.75rem;font-weight:650;display:block;overflow:hidden}.photo-remove{z-index:2;color:#fff;cursor:pointer;background:#1d2722e6;border:0;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:.38rem;right:.38rem}.photo-remove:hover,.photo-remove:focus-visible{background:var(--danger)}.verification-panel{background:var(--surface-soft);border:1px solid #cfd8d2;border-radius:14px;gap:.85rem;margin-top:1rem;padding:1rem;display:grid}.verification-panel-success{background:#effaf3;border-color:#79b697}.verification-panel-heading{color:var(--brand-dark);align-items:flex-start;gap:.65rem;display:flex}.verification-panel-heading p{color:var(--muted);margin:.2rem 0 0;font-size:.86rem}.verification-confirmed{align-items:center;min-height:28px}.verification-confirmed svg{flex:none}.otp-entry{gap:.8rem;display:grid}.otp-entry .field{margin:0}.otp-input{letter-spacing:.14em;max-width:240px;font-size:1.15rem;font-weight:800}.demo-code{flex-wrap:wrap;align-items:baseline;gap:.35rem .8rem;padding:.75rem;display:flex}.demo-code strong{letter-spacing:.12em;font-size:1.2rem}.demo-code small{color:#47705a;flex-basis:100%}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.form-actions .button{min-height:50px}.form-actions-publish .button{width:100%;font-size:1rem}.form-actions-publish .button:disabled{box-shadow:none;color:#68766f;opacity:1;background:#e5ece8;border-color:#ccd9d2}.form-actions-edit .button{min-width:190px}.form-feedback{border:1px solid;border-radius:12px;flex:1;align-items:center;gap:.55rem;min-height:48px;padding:.7rem .85rem;font-size:.9rem;font-weight:750;display:inline-flex}.form-feedback svg{flex:none}.form-feedback-success{color:#174f35;background:#effaf3;border-color:#a9d7bd}.form-feedback-error{background:var(--danger-soft);color:#842d2d;border-color:#efb7b7}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.listing-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;transition:border-color .2s,box-shadow .2s;position:relative;overflow:hidden}.listing-card:hover{box-shadow:var(--shadow);border-color:#aec0b6}.listing-card-link{color:inherit;display:block}.listing-card-link:focus-visible{outline-offset:-3px;outline:3px solid #176b4d6b}.card-media{aspect-ratio:16/10;background:linear-gradient(145deg,#e4eee8,#f3eee1);position:relative;overflow:hidden}.card-media img{object-fit:cover;width:100%;height:100%}.photo-placeholder{color:#60736a;place-items:center;width:100%;height:100%;display:grid}.card-badge{background:#ffffffe6;border-radius:999px;padding:.3rem .58rem;font-size:.73rem;font-weight:800;position:absolute;top:.7rem;left:.7rem}.card-body{padding:1.05rem}.card-location{color:var(--brand);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .2rem;font-size:.8rem;font-weight:800}.card-title{margin:0;font-size:1.08rem;line-height:1.32}.card-rent{margin:.75rem 0 .6rem;font-size:1.22rem;font-weight:850}.card-rent span{color:var(--muted);font-size:.8rem;font-weight:600}.card-meta{color:var(--muted);justify-content:space-between;gap:1rem;font-size:.82rem;display:flex}.share-listing-button{white-space:nowrap;flex:none}.share-listing-card{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border-color:#cad7cfe6;position:absolute;top:.62rem;right:.62rem;box-shadow:0 4px 14px #142d211f}.filter-panel{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:1.5rem;padding:1.1rem}.filter-grid{grid-template-columns:1fr 1.15fr 1fr .78fr .78fr 1fr auto auto;align-items:end;gap:.7rem;display:grid}.filter-grid .field{margin:0}.advanced-filter-details,.advanced-filter-fields{display:contents}.advanced-filter-details>summary{display:none}.empty-state{border-radius:var(--radius);text-align:center;background:#fff;border:1px dashed #bdc9c1;padding:4rem 1.5rem}.empty-state h2{margin:.8rem 0 .4rem}.empty-state p{max-width:500px;color:var(--muted);margin:0 auto 1.25rem}.detail-grid{grid-template-columns:minmax(0,1.5fr) minmax(290px,.65fr);align-items:start;gap:2rem;display:grid}.gallery{border-radius:var(--radius);grid-template-columns:2fr 1fr;gap:.7rem;margin-bottom:1.5rem;display:grid;overflow:hidden}.gallery-button{background:#e3ebe6;border:0;border-radius:12px;min-width:0;padding:0;position:relative;overflow:hidden}.gallery-button:first-child{grid-row:span 2}.gallery-button img{object-fit:cover;width:100%;height:100%;min-height:220px;transition:transform .25s}.gallery-button:first-child img{min-height:450px}.gallery-button:hover img{transform:scale(1.018)}.gallery-button:focus-visible{outline-offset:-3px;outline:3px solid #176b4d6b}.gallery-expand{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#17221dd6;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .62rem;font-size:.76rem;font-weight:750;display:inline-flex;position:absolute;bottom:.65rem;right:.65rem}.photo-lightbox{color:#fff;background:#101512;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0}.photo-lightbox::backdrop{background:#080c0aeb}.photo-lightbox-header{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101512e6;border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:center;gap:1rem;min-height:76px;padding:.75rem max(1rem,50vw - 590px);display:flex;position:sticky;top:0}.photo-lightbox-header .eyebrow{color:#a9d7bd;margin:0 .7rem 0 0}.photo-lightbox-close{color:#fff;background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;flex:none;place-items:center;width:44px;height:44px;display:grid}.photo-lightbox-close:hover{background:#ffffff2e}.photo-lightbox-scroll{gap:1.5rem;width:min(100% - 2rem,1180px);margin:0 auto;padding:1.5rem 0 3rem;display:grid}.photo-lightbox-image{background:#080b09;border-radius:14px;scroll-margin-top:92px;position:relative}.photo-lightbox-image img{object-fit:contain;border-radius:14px;width:100%;height:auto;max-height:calc(100dvh - 110px)}.photo-lightbox-image>span{background:#000000a8;border-radius:999px;padding:.3rem .55rem;font-size:.76rem;font-weight:750;position:absolute;bottom:.7rem;right:.7rem}.detail-title{letter-spacing:-.05em;margin:.3rem 0 .7rem;font-size:clamp(2rem,5vw,3.2rem);line-height:1.04}.detail-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.detail-title-row .detail-title{min-width:0}.share-listing-detail{margin-top:.3rem}.detail-price{color:var(--brand);margin:0 0 1.2rem;font-size:1.5rem;font-weight:850}.detail-description{white-space:pre-wrap;color:#394940;font-size:1.04rem}.fact-grid{grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.5rem 0;display:grid}.fact{border:1px solid var(--line);background:#fff;border-radius:12px;padding:.85rem}.fact span{color:var(--muted);font-size:.78rem;display:block}.fact strong{margin-top:.14rem;display:block}.amenity-list{flex-wrap:wrap;gap:.55rem;padding:0;list-style:none;display:flex}.amenity-list li{background:var(--brand-light);color:var(--brand-dark);border-radius:999px;padding:.4rem .68rem;font-size:.85rem;font-weight:700}.sticky-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:1.3rem;position:sticky;top:100px}.sticky-card h2{margin:0 0 .3rem}.sticky-card p{color:var(--muted)}.contact-data{background:var(--brand-light);border-radius:12px;gap:.65rem;margin:.8rem 0;padding:.9rem;display:grid}.contact-data a{color:var(--brand-dark);word-break:break-word;font-weight:800}.notice{background:var(--surface-warm);color:#66522e;border-radius:12px;align-items:flex-start;gap:.6rem;padding:.8rem;font-size:.86rem;display:flex}.danger-notice{background:var(--danger-soft);color:#7f3030}.content-page{max-width:780px;padding:4rem 0 5.5rem}.content-page h1{letter-spacing:-.05em;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1}.content-page h2{margin-top:2.2rem}.content-page p,.content-page li{color:#47574f}.manage-banner{border-radius:var(--radius);background:var(--ink);color:#fff;margin-bottom:1.5rem;padding:1.2rem}.manage-banner p{color:#cdd8d2;margin:.2rem 0 0}.action-grid{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.action-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1rem}.action-card h3{margin:0 0 .35rem}.action-card p{color:var(--muted);min-height:2.7rem;font-size:.88rem}.secret-box{word-break:break-all;background:#effaf3;border:1px solid #9fcbb3;border-radius:12px;padding:1rem}.my-listings-access{gap:.8rem;display:grid}.my-listings-access h1,.my-listings-access p{margin:0}.my-listings-access>.field{margin:.5rem 0 0}.access-icon{background:var(--brand-light);width:52px;height:52px;color:var(--brand-dark);border-radius:15px;place-items:center;display:grid}.my-listings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.my-listing-card{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:180px minmax(0,1fr);display:grid;overflow:hidden}.my-listing-media{min-height:210px;color:var(--muted);background:linear-gradient(145deg,#e4eee8,#f3eee1);place-items:center;display:grid;overflow:hidden}.my-listing-media img{object-fit:cover;width:100%;height:100%}.my-listing-content{min-width:0;padding:1rem}.my-listing-content h2{margin:.65rem 0 .3rem;font-size:1.12rem;line-height:1.3}.my-listing-content>p{color:var(--muted);margin:.25rem 0;font-size:.86rem}.my-listing-topline{color:var(--muted);justify-content:space-between;align-items:center;gap:.6rem;font-size:.76rem;display:flex}.my-listing-expiry{min-height:2.6rem}.my-listing-content .inline-actions{flex-wrap:wrap;margin-top:.8rem}.admin-layout{grid-template-columns:230px minmax(0,1fr);min-height:calc(100vh - 72px);display:grid}.admin-nav{border-right:1px solid var(--line);background:#fff;padding:1.4rem}.admin-nav a{color:#46584f;border-radius:9px;margin-bottom:.25rem;padding:.65rem .7rem;font-weight:700;display:block}.admin-nav a:hover{background:var(--surface-soft);color:var(--brand)}.admin-main{min-width:0;padding:2rem}.stat-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:1rem}.stat-card span{color:var(--muted);font-size:.82rem}.stat-card strong{margin-top:.2rem;font-size:1.8rem;display:block}.table-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:.8rem}th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.status-pill{background:var(--surface-soft);border-radius:999px;padding:.25rem .52rem;font-size:.75rem;font-weight:800;display:inline-flex}.status-published{background:var(--brand-light);color:var(--brand-dark)}.status-open,.status-hidden,.status-under_review{background:var(--surface-warm);color:#76561f}.inline-actions{gap:.4rem;display:flex}.admin-filters{grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) minmax(150px,1fr) auto auto;align-items:end;gap:.7rem;margin-bottom:1rem;display:grid}.admin-filters .field{margin:0}.table-subtext{color:var(--muted);margin-top:.25rem;display:block}.empty-table{text-align:center;color:var(--muted);padding:1.5rem}.site-footer{color:#fff;background:#10231b;border-top:1px solid #263a31;padding:3.5rem 0 1.5rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:2rem;display:grid}.footer-copy{color:#bdc9c2;max-width:480px}.footer-links{color:#dbe3de;align-content:start;gap:.55rem;display:grid}.footer-links h2{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .4rem;font-size:.9rem}.footer-bottom{color:#aebcb4;border-top:1px solid #35453d;margin-top:2.5rem;padding-top:1.2rem;font-size:.82rem}@media (max-width:960px){.hero-grid,.detail-grid{grid-template-columns:1fr}.hero{padding-top:4.5rem}.hero-content{max-width:760px}.hero-panel{max-width:720px}.card-grid{grid-template-columns:repeat(2,1fr)}.filter-grid,.admin-filters{grid-template-columns:repeat(3,1fr)}.sticky-card{position:static}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){html{scroll-padding-top:76px}body{padding-bottom:calc(64px + env(safe-area-inset-bottom));overflow-x:hidden}.shell{width:min(calc(100% - 1.5rem), var(--content))}.desktop-header{display:none}.mobile-site-header{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border-bottom:1px solid #d8e2dce6;display:block;position:sticky;top:0}.mobile-topbar{min-height:60px;padding:.45rem max(.75rem, env(safe-area-inset-left)) .45rem max(.75rem, env(safe-area-inset-right));justify-content:space-between;align-items:center;gap:.75rem;display:flex}.mobile-brand{font-size:1.18rem}.mobile-brand .brand-mark{width:36px;height:36px}.mobile-header-actions{align-items:center;gap:.35rem;display:flex}.mobile-icon-button{width:44px;height:44px;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:12px;place-items:center;display:grid}.mobile-icon-button:hover,.mobile-icon-button[aria-expanded=true]{border-color:var(--line);background:var(--surface-soft);color:var(--brand-dark)}.mobile-secondary-menu{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:.55rem;display:none;position:absolute;inset:calc(100% + .45rem) .75rem auto}.mobile-secondary-menu[data-open=true]{display:grid}.mobile-secondary-menu a{border-radius:11px;align-items:center;gap:.7rem;min-height:48px;padding:.65rem .8rem;font-weight:750;display:flex}.mobile-secondary-menu a:hover{background:var(--brand-light);color:var(--brand-dark)}.mobile-bottom-nav{z-index:50;padding:.25rem max(.3rem,env(safe-area-inset-right)) calc(.25rem + env(safe-area-inset-bottom)) max(.3rem,env(safe-area-inset-left));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff7;border-top:1px solid #c8d5cdf2;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #112f2217}.mobile-bottom-nav a{color:#5d6e65;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;min-width:0;min-height:52px;font-size:.68rem;font-weight:750;line-height:1.1;display:flex}.mobile-bottom-nav a[aria-current=page]{background:var(--brand-light);color:var(--brand-dark)}.mobile-bottom-nav .mobile-post-action{color:var(--brand-dark)}.mobile-bottom-nav .mobile-post-action svg{background:var(--brand);color:#fff;box-sizing:content-box;border-radius:999px;padding:.25rem}.hero{padding:2.7rem 0 2.2rem}.hero:before{left:-18rem}.hero:after{top:-18rem;right:-16rem}.hero-grid{gap:1.7rem}.hero h1{letter-spacing:-.055em;max-width:10.5ch;font-size:clamp(2.55rem,11.5vw,3.6rem);line-height:1}.hero-copy{margin:1rem 0 1.25rem;font-size:1rem;line-height:1.55}.hero-actions{grid-template-columns:1fr auto;display:grid}.hero-actions .button{min-height:50px}.trust-row{grid-template-columns:1fr 1fr;gap:.7rem;margin-top:1.1rem;font-size:.78rem;display:grid}.trust-row span:last-child{grid-column:1/-1}.hero-panel{border-radius:20px;padding:1rem}.hero-panel h2{margin-bottom:.8rem}.search-box,.form-grid,.card-grid,.filter-grid,.admin-filters,.footer-grid,.action-grid,.step-grid{grid-template-columns:1fr}.search-box{gap:.65rem}.search-box .button{width:100%;min-height:50px}.check-grid,.photo-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section{padding:3.25rem 0}.section-tight{padding:2rem 0 3rem}.section-head{margin-bottom:1.25rem;display:block}.section-head h1,.section-head h2{font-size:clamp(1.75rem,8vw,2.35rem)}.section-head .button{width:100%;margin-top:1rem}.step-grid{gap:.75rem}.step-card{min-height:0;padding:1.15rem}.step-card h3{margin-top:.9rem}.step-card p{max-width:none}.card-grid{gap:.9rem}.listing-card{border-radius:16px}.card-media{aspect-ratio:16/9}.form-card{border-radius:16px;padding:1rem}.form-section+.form-section{margin-top:1.5rem;padding-top:1.5rem}.form-actions-edit{flex-direction:column;align-items:stretch}.form-actions-edit .button{width:100%;min-width:0}.filter-panel{border-radius:16px;margin-inline:-.15rem;padding:.9rem}.advanced-filter-details{grid-column:1/-1;display:block}.advanced-filter-details>summary{border:1px solid var(--line);background:var(--surface-soft);min-height:48px;color:var(--brand-dark);cursor:pointer;border-radius:12px;align-items:center;gap:.55rem;padding:.7rem .8rem;font-weight:800;list-style:none;display:flex}.advanced-filter-details>summary::-webkit-details-marker{display:none}.advanced-filter-details>summary:after{content:"+";margin-left:auto;font-size:1.2rem;line-height:1}.advanced-filter-details[open]>summary:after{content:"−"}.advanced-filter-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding-top:.8rem;display:grid}.advanced-filter-details:not([open])>.advanced-filter-fields{display:none}.advanced-filter-fields .check-card{align-self:end}.empty-state{padding:2.8rem 1rem}.gallery{border-radius:16px;grid-template-columns:1fr 1fr;gap:.5rem}.gallery-button:first-child{grid-area:auto/1/auto/-1}.gallery-button img,.gallery-button:first-child img{min-height:160px}.gallery-button:first-child img{min-height:250px}.detail-title{font-size:clamp(2rem,10vw,2.75rem)}.detail-title-row{display:block}.share-listing-detail{width:100%;margin:0 0 1rem}.photo-lightbox-header{min-height:64px;padding-inline:.75rem}.photo-lightbox-scroll{gap:.75rem;width:calc(100% - 1rem);padding:.75rem 0 1.5rem}.my-listings-grid{grid-template-columns:1fr}.content-page{padding:2.5rem 0 3.5rem}.content-page h1{font-size:clamp(2.2rem,11vw,3rem)}.admin-layout{grid-template-columns:1fr}.admin-nav{border-right:0;border-bottom:1px solid var(--line);scrollbar-width:thin;padding:.6rem;display:flex;overflow-x:auto}.admin-nav a{flex:none;min-height:44px;margin:0}.admin-main{padding:1rem .75rem 2rem}.inline-actions{gap:.5rem}.inline-actions .button{min-height:44px}.site-footer{padding:2.6rem 0 calc(1.25rem + env(safe-area-inset-bottom))}.footer-grid{gap:1.75rem}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.footer-links h2{grid-column:1/-1}.footer-bottom{margin-top:2rem}}@media (max-width:440px){.hero-actions{grid-template-columns:1fr}.hero-actions .button{width:100%}.check-grid,.fact-grid,.stat-grid{grid-template-columns:1fr}.gallery{display:block}.gallery-button{width:100%;margin-bottom:.55rem;display:block}.gallery-button img,.gallery-button:first-child img{min-height:220px}.gallery-expand{font-size:0}.gallery-expand svg{width:18px;height:18px}.my-listing-card{grid-template-columns:1fr}.my-listing-media{height:148px;min-height:148px;max-height:148px}.my-listing-content{padding:.85rem}.my-listing-content h2{margin:.5rem 0 .2rem;font-size:1rem}.my-listing-expiry{min-height:0;margin-block:.35rem}.my-listing-content .inline-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.my-listing-content .inline-actions .button{min-width:0;padding-inline:.5rem;font-size:.82rem;line-height:1.2}.advanced-filter-fields{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:more){:root{--line:#91a69a;--muted:#3d5147}.button-secondary,.input,.select,.textarea,.form-card,.listing-card,.filter-panel{border-width:2px}}
