@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#123f36;--green-deep:#10372f;--lime:#e1f2a6;--ink:#172b24;--muted:#64716b;--line:#e3e8e4;--soft:#f4f6f3;--white:#fff;--radius:12px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.5}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,select{ -webkit-tap-highlight-color:transparent}button,select{cursor:pointer}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}button{border:0;background:none}h1,h2,h3,p{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #a0ba5c;outline-offset:4px}svg{width:20px;height:20px;display:block;flex-shrink:0}select{min-width:0;color:var(--ink)}.wrap{max-width:1240px;width:calc(100% - 88px);margin-inline:auto}.draft-bar{text-align:center;background:var(--green);color:#ecf2e9;font-size:12px;padding:7px 16px;letter-spacing:.02em}.draft-bar span{padding:0 9px;color:#b9d092}.header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;gap:10px;align-items:center;font-family:Manrope,Arial,sans-serif;font-size:26px;font-weight:750;letter-spacing:-1px;line-height:1.1;white-space:nowrap}.brand-mark{width:38px;height:44px;display:flex;align-items:center;color:var(--green)}.brand-mark svg{width:38px;height:38px}.amp{font-weight:400;color:#608073;margin:0 3px}.brand small{display:block;font-family:'DM Sans',Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:2.5px;padding-top:9px}.header nav{display:flex;align-items:center;gap:34px;font-size:14px;font-weight:500}.header nav a{padding:13px 0;position:relative}.header nav a:hover{color:#427657}.nav-active:after{content:'';position:absolute;bottom:4px;left:0;right:0;height:2px;background:var(--green)}.button{min-height:48px;border-radius:7px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:14px;font-weight:600;transition:background .2s,transform .2s;line-height:1.45}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--green);color:#fff}.button-dark:hover{background:#22584a}.button-outline{border:1px solid #a7b4a8;background:transparent;color:var(--green)}.button-outline:hover{background:#eaf0e3}.button-lime{background:var(--lime);color:var(--green)}.button-lime:hover{background:#d4e992}.header-list{min-height:43px;padding:11px 17px}.hero{display:grid;grid-template-columns:43% 57%;height:344px;border-radius:14px;overflow:hidden}.hero-copy{background:var(--green);color:white;padding:33px 36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:650;line-height:1.5;display:flex;align-items:center;gap:9px}.tiny-line{width:20px;height:1px;background:#c7df9b}.hero .eyebrow{font-size:12px;letter-spacing:1.6px;color:#dce7d2}h1{font-family:Manrope,Arial,sans-serif;font-size:clamp(36px,3.7vw,51px);line-height:1.15;letter-spacing:-1.8px;font-weight:500;margin:17px 0 15px}h1 span{color:#d5e4b4}.hero-copy p{font-size:14px;color:#e0e8e1;line-height:1.65}.hero-link{font-size:12px;font-weight:550;margin-top:22px;display:flex;gap:26px;align-items:center}.hero-link span{font-size:18px}.hero-photo{position:relative;overflow:hidden}.hero-photo>img{height:100%;object-position:center 56%}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 40%,rgba(0,0,0,.57))}.hero-photo-top{position:absolute;inset:22px 24px auto;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff}.photo-pill{background:#ffffffeb;color:var(--green);border-radius:4px;font-size:12px;font-weight:650;letter-spacing:1px;padding:6px 10px}.photo-label{font-size:12px;text-shadow:0 1px 5px #000}.hero-property{position:absolute;bottom:25px;left:28px;right:28px;display:flex;align-items:center;justify-content:space-between;color:white;text-align:left;padding:0}.hero-property>span:first-child{display:flex;flex-direction:column;gap:3px}.hero-property small{font-size:12px;letter-spacing:1.7px;font-weight:550}.hero-property strong{font-size:24px;font-family:Manrope,sans-serif;font-weight:550;letter-spacing:-.5px}.hero-property span span{font-size:12px}.circle-arrow{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;font-size:21px}.search-section{margin-top:22px;border:1px solid var(--line);border-radius:10px;box-shadow:0 8px 28px #16392707}.search-tabs{display:flex;gap:27px;border-bottom:1px solid var(--line);padding:0 25px;align-items:center}.search-tabs button{min-height:45px;padding:0 1px;font-size:14px;font-weight:550;position:relative;color:var(--muted)}.search-tabs button[aria-selected=true]{color:var(--green)}.search-tabs button[aria-selected=true]:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--green)}.search-helper{margin-left:auto;font-size:12px;color:var(--muted)}.search-form{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr auto;padding:20px 24px;gap:23px;align-items:center}.search-field{display:flex;flex-direction:column;gap:8px;border-right:1px solid var(--line);padding-right:20px}.search-field>span:first-child{font-size:12px;letter-spacing:1.2px;color:var(--muted);font-weight:550}.field-content{display:flex;align-items:center;gap:9px}.field-content svg{width:18px;height:18px;color:#748079}.field-content select{border:0;background:transparent;font-size:14px;width:100%;padding:2px 0}.search-button{align-self:stretch;min-width:159px}.search-button svg{width:17px;height:17px}.properties{padding-top:47px;scroll-margin-top:20px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.green{color:#617a66;font-size:12px;letter-spacing:1.6px}h2{font-family:Manrope,Arial,sans-serif;font-size:32px;font-weight:550;letter-spacing:-1.1px;line-height:1.3;margin-top:9px}.sort{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding-bottom:3px}.sort select{background:white;border:1px solid var(--line);border-radius:6px;padding:9px;font-size:12px}.results-line{display:flex;align-items:center;justify-content:space-between;margin:16px 0 20px;min-height:24px}.results-line p{font-size:13px;color:var(--muted)}.text-button{padding:0;font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:3px}.text-button[hidden]{display:none}.property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.property-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;transition:box-shadow .25s,transform .25s}.property-card:hover{box-shadow:0 12px 30px #1537290c;transform:translateY(-3px)}.card-photo{display:block;position:relative;width:100%;padding:0;text-align:left;overflow:hidden;background:#e6ece4}.card-photo img{height:223px;transition:transform .55s}.card-photo:hover img{transform:scale(1.035)}.card-tags{position:absolute;left:15px;top:15px;display:flex;gap:7px}.card-tags span{background:white;color:#263d31;font-size:12px;font-weight:600;letter-spacing:.6px;padding:5px 9px;border-radius:4px}.card-tags span.secondary{background:var(--green);color:white}.card-image-note{position:absolute;bottom:12px;right:12px;background:#163e33d9;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px}.card-content{padding:19px 19px 0}.card-price{font-family:Manrope,Arial,sans-serif;font-weight:750;font-size:23px;letter-spacing:-.6px}.card-price small{font-family:'DM Sans',Arial,sans-serif;font-weight:400;font-size:12px;letter-spacing:0;color:var(--muted)}.card-title{display:block;text-align:left;padding:0;font-size:16px;font-weight:500;margin:7px 0 4px}.card-title:hover{text-decoration:underline}.card-location{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:12px}.card-location svg{width:14px;height:14px}.card-features{display:flex;gap:16px;padding:17px 0 18px;font-size:12px;color:#52645a;flex-wrap:wrap}.card-features>span{display:flex;align-items:center;gap:5px}.card-features svg{height:16px;width:16px}.card-bottom{border-top:1px solid var(--line);padding:13px 0;display:flex;align-items:center;justify-content:space-between;gap:12px}.card-agent{display:flex;align-items:center;gap:7px;font-size:12px;color:#55685b}.avatar{width:27px;height:27px;background:#ebefdf;color:#506444;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:650;flex-shrink:0}.card-bottom button{font-size:12px;font-weight:600;color:var(--green);padding:5px 0}.match-strip{margin:30px 0 48px;padding:24px 26px;background:#f0f4e9;border-radius:10px;display:flex;gap:18px;align-items:center;border:1px solid #e1e9d5}.match-symbol{width:43px;height:43px;background:#e2ebcd;display:grid;place-items:center;border-radius:50%;flex-shrink:0}.match-symbol svg{width:24px;height:24px;color:#50693d}.match-strip strong{font-size:16px;font-weight:550}.match-strip p{font-size:13px;color:#627256;margin-top:3px}.match-strip .button{margin-left:auto;white-space:nowrap}.tours-section{background:var(--soft);padding:51px 0}.tours-layout{display:grid;grid-template-columns:.95fr 1.8fr;gap:64px;align-items:center}.tours-copy h2{font-size:39px;line-height:1.22;margin:13px 0 19px}.tours-copy>p{font-size:14px;color:var(--muted);line-height:1.85;max-width:340px}.tour-note{display:flex;align-items:center;gap:12px;margin-top:24px;font-size:13px;font-weight:550}.tour-note>span:first-child{width:36px;height:36px;background:white;border-radius:50%;display:grid;place-items:center}.tour-note small{font-size:12px;font-weight:400;color:var(--muted)}.tour-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.tour-card{position:relative;height:306px;overflow:hidden;border-radius:10px;padding:0;color:#fff;text-align:left;background:var(--green)}.tour-card img{height:100%;transition:transform .5s}.tour-card:hover img{transform:scale(1.05)}.tour-card:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0003,transparent 20%,#000a)}.tour-badge{position:absolute;top:13px;left:12px;font-size:12px;z-index:1;letter-spacing:1.2px}.tour-play{position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);border:1px solid #ffffff9c;background:#ffffff1a;backdrop-filter:blur(4px);border-radius:50%;width:43px;height:43px;display:grid;place-items:center;z-index:1}.tour-title{position:absolute;bottom:20px;left:14px;right:14px;z-index:1}.tour-title strong{display:block;font-size:17px;font-weight:500;line-height:1.35}.tour-title small{font-size:12px;color:#e7ece7;display:block;margin-top:5px}.owners{margin-top:56px;margin-bottom:56px;background:var(--green);border-radius:13px;color:white;display:grid;grid-template-columns:1fr 1fr;padding:45px 50px;gap:80px}.owners .eyebrow{font-size:12px;color:#dae5c4}.owners h2{font-size:38px;margin:14px 0 15px}.owners-copy>p{font-size:14px;color:#d8e4da;max-width:360px;line-height:1.85}.owners .button{margin-top:25px}.owner-steps{display:flex;flex-direction:column;justify-content:center;gap:24px}.owner-steps>div{display:flex;gap:17px}.owner-steps>div>span{font-size:12px;font-weight:500;display:grid;place-items:center;border:1px solid #547566;min-width:31px;height:31px;border-radius:50%;color:var(--lime);margin-top:3px}.owner-steps h3{font-size:16px;font-weight:500;margin-bottom:5px}.owner-steps p{font-size:12px;color:#cbdbd0;line-height:1.75;max-width:330px}.footer{display:flex;justify-content:space-between;gap:40px;padding-bottom:28px;padding-top:26px;border-top:1px solid var(--line)}.footer-brand{font-family:Manrope,sans-serif;font-size:25px;font-weight:750;letter-spacing:-1px}.footer-brand span{color:#789a82;margin:0 3px}.footer p{font-size:12px;color:var(--muted);margin:7px 0}.footer-right{text-align:right}.footer small{font-size:12px;color:#798278;line-height:1.7}.footer .text-button{display:block;font-size:12px;margin:8px 0 0 auto}.skip{position:fixed;top:-100px;left:20px;padding:12px 20px;background:white;z-index:100}.skip:focus{top:15px}.empty-state{grid-column:1/-1;text-align:center;padding:50px 24px;border:1px dashed #b5c6b3;border-radius:12px;background:var(--soft)}.empty-state h3{font-size:22px;margin-bottom:8px}.empty-state p{font-size:15px;color:var(--muted);margin-bottom:22px}
dialog{border:0;padding:0;border-radius:16px;width:min(940px,calc(100% - 36px));max-height:90dvh;color:var(--ink);box-shadow:0 30px 110px #09291b45;overflow:auto}dialog::backdrop{background:#061e18a6;backdrop-filter:blur(4px)}.close-dialog{position:absolute;right:14px;top:14px;z-index:3;width:38px;height:38px;background:white;border:1px solid var(--line);border-radius:50%;box-shadow:0 2px 8px #0001;font-size:26px;line-height:1;display:grid;place-items:center}.detail-hero{height:310px;position:relative;overflow:hidden}.detail-hero img{height:100%}.detail-hero>span{position:absolute;left:23px;bottom:18px;background:#ffffffeb;padding:5px 9px;font-size:12px;border-radius:4px}.detail-body{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;padding:29px}.detail-body h2{font-size:30px;margin:7px 0 8px}.detail-location{color:var(--muted);font-size:14px}.detail-body .card-price{font-size:28px;margin:19px 0 4px}.detail-body .card-features{font-size:14px;gap:20px;border-bottom:1px solid var(--line);margin-bottom:20px}.detail-description{font-size:15px;line-height:1.8;color:#53665b}.detail-body h3{font-size:16px;margin:24px 0 12px}.amenities{display:flex;flex-wrap:wrap;gap:8px}.amenities span{font-size:12px;background:var(--soft);padding:7px 10px;border-radius:5px}.agent-panel{background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:22px;height:max-content}.agent-heading{display:flex;gap:12px;align-items:center;margin:16px 0}.agent-heading .avatar{width:48px;height:48px;font-size:16px}.agent-heading strong{display:block;font-size:17px}.agent-heading small{color:var(--muted);font-size:12px}.agent-panel p{font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:18px}.agent-panel .button{width:100%;margin-top:10px}.fine-print{font-size:12px!important;color:var(--muted);line-height:1.65;margin-top:16px!important}.modal-basic{padding:38px;max-width:680px;margin:auto}.modal-basic .eyebrow{margin-right:34px}.modal-basic h2{font-size:30px;margin:9px 0 12px}.modal-intro{font-size:15px;color:var(--muted);line-height:1.75}.demo-notice{background:#f0f4e9;border:1px solid #dee7d2;border-radius:7px;padding:12px 14px;margin:20px 0;font-size:13px;color:#4d6345}.input-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}.form-field{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;padding:12px;border:1px solid #cad4c9;border-radius:6px;background:white;font-size:15px;color:var(--ink);min-height:47px}.form-field.full{grid-column:1/-1}.form-field textarea{min-height:100px;resize:vertical}.full-width{width:100%}.summary-box{background:var(--soft);border-radius:9px;padding:20px;margin:22px 0}.summary-box p{font-size:15px;margin:7px 0;color:#58665d}.success-symbol{height:50px;width:50px;border-radius:50%;background:var(--lime);color:var(--green);font-size:24px;display:grid;place-items:center;margin-bottom:20px}.success-actions{display:flex;gap:12px;flex-wrap:wrap}.finder-results{margin-top:24px}.finder-result{display:flex;align-items:center;gap:15px;width:100%;border:1px solid var(--line);border-radius:8px;margin:10px 0;padding:10px;text-align:left}.finder-result img{height:65px;width:88px;border-radius:5px}.finder-result strong{font-size:14px;display:block}.finder-result small{font-size:12px;color:var(--muted)}.finder-result>span:last-child{margin-left:auto}.tour-preview{display:grid;grid-template-columns:1fr 1fr;gap:0}.tour-preview-photo{position:relative;min-height:510px;overflow:hidden}.tour-preview-photo img{height:100%;position:absolute;inset:0;animation:tour-pan 20s ease-in-out infinite alternate}.tour-preview-photo:after{position:absolute;inset:0;content:'';background:linear-gradient(transparent 50%,#000b)}.tour-preview-overlay{position:absolute;bottom:30px;left:26px;right:26px;color:white;z-index:1}.tour-preview-overlay p{font-size:12px;letter-spacing:1.5px;margin-bottom:9px}.tour-preview-overlay h2{font-size:30px}.tour-preview-info{padding:54px 29px 30px;display:flex;flex-direction:column;justify-content:center}.tour-preview-info h2{font-size:26px}.tour-preview-info p{font-size:14px;color:var(--muted);margin:15px 0;line-height:1.8}.tour-preview-info ol{padding-left:20px;font-size:14px;color:#53665b;margin:10px 0 23px;line-height:2}.tour-preview-info .button{width:100%}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--green);color:white;border-radius:8px;padding:12px 20px;font-size:14px;z-index:50;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px)}#toast.visible{opacity:1;transform:translate(-50%,0)}.credit-list{padding-left:20px;font-size:14px;color:var(--muted);line-height:2}.credit-list a{color:var(--green);text-decoration:underline}@keyframes tour-pan{from{transform:scale(1)}to{transform:scale(1.1)}}
@media(min-width:1450px){.hero{height:360px}.hero-copy{padding-left:44px}.card-photo img{height:240px}}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.header{gap:20px}.header nav{gap:20px;font-size:13px}.brand{font-size:23px}.hero-copy{padding:28px}.hero{grid-template-columns:45% 55%}.hero-copy p{font-size:13px}h1{font-size:42px}.search-form{gap:14px;padding:19px}.search-field{padding-right:10px}.search-button{min-width:auto;padding:12px 16px}.property-grid{gap:19px}.card-photo img{height:200px}.card-content{padding:16px 15px 0}.card-features{gap:10px;font-size:12px}.card-price{font-size:21px}.tours-layout{gap:32px;grid-template-columns:1fr 1.65fr}.tour-card{height:277px}.tour-cards{gap:10px}.tour-title strong{font-size:15px}.owners{gap:40px;padding:38px}.match-strip{padding:22px;gap:13px}.match-strip p{max-width:410px}.match-strip .button{padding:12px 16px}.eyebrow{letter-spacing:1.3px}}
@media(max-width:800px){.header{height:86px}.header nav{gap:20px}.header nav a:last-child{display:none}.header-list{font-size:12px;padding:10px 12px}.hero-copy{padding:25px}.hero{height:325px}.hero .eyebrow{font-size:12px;letter-spacing:1px}h1{font-size:35px;letter-spacing:-1px}.hero-link{font-size:12px;gap:12px}.hero-photo-top{inset:18px 18px auto}.photo-label{display:none}.hero-property{left:20px;right:20px}.hero-property strong{font-size:19px}.hero-property small{font-size:12px}.search-form{grid-template-columns:1fr 1fr;gap:19px}.search-field:nth-child(2){border:0}.search-field:nth-child(3){border-right:1px solid var(--line)}.search-button{align-self:stretch}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-photo img{height:222px}.section-top h2{font-size:28px}.sort{flex-direction:column;gap:3px;align-items:flex-end}.match-strip{flex-wrap:wrap}.match-strip>div{flex:1}.match-strip .button{margin-left:61px}.tours-layout{grid-template-columns:1fr;gap:28px}.tours-copy h2 br{display:none}.tours-copy h2{font-size:31px}.tours-copy>p{max-width:550px}.tour-note{display:none}.tour-card{height:340px}.tour-title strong{font-size:19px}.tours-section{padding:37px 0}.owners{padding:31px;gap:28px}.owners h2{font-size:31px}.owner-steps h3{font-size:14px}.owner-steps p{font-size:12px}.detail-body{gap:22px;padding:25px;grid-template-columns:1.3fr 1fr}.agent-panel{padding:17px}.detail-body h2{font-size:25px}.detail-body .card-price{font-size:24px}.footer{gap:24px}.footer-right{max-width:390px}}
@media(max-width:600px){.wrap{width:calc(100% - 32px)}.draft-bar{font-size:12px;padding:6px 12px}.draft-bar span{padding:0 4px}.header{height:79px;gap:12px}.brand{font-size:22px;gap:7px}.brand-mark,.brand-mark svg{width:29px}.brand small{font-size:12px;letter-spacing:1.9px;padding-top:7px}.header nav{display:none}.header-list{font-size:12px;min-height:39px;gap:8px;padding:9px 12px}.hero{grid-template-columns:1fr;height:auto;border-radius:11px}.hero-copy{padding:28px 25px 26px;min-height:268px}.hero .eyebrow{font-size:12px}.hero h1{font-size:43px;line-height:1.1;margin:18px 0 14px}.hero-copy p{font-size:13px}.hero-copy p br{display:none}.hero-link{display:none}.hero-photo{height:233px}.hero-photo-top{top:15px;left:18px}.hero-property{bottom:19px}.hero-property strong{font-size:22px}.hero-property span span{font-size:12px}.hero-property small{font-size:12px}.hero-property .circle-arrow{width:35px;height:35px}.search-section{margin-top:17px}.search-tabs{padding:0 18px;gap:29px}.search-tabs button{font-size:14px}.search-helper{display:none}.search-form{padding:17px;gap:20px 16px}.search-field>span:first-child{font-size:12px}.search-field{padding-right:9px;gap:6px}.field-content{gap:6px}.field-content select{font-size:12px}.field-content svg{width:15px}.search-button{font-size:12px;padding:12px;gap:7px;min-height:49px}.search-button svg{width:15px}.properties{padding-top:35px}.section-top{gap:13px;align-items:center}.section-top h2{font-size:25px;line-height:1.25;max-width:240px}.section-top .eyebrow{font-size:12px;letter-spacing:1.2px}.sort{font-size:12px;flex-shrink:0}.sort select{font-size:12px;max-width:99px;padding:7px 4px}.results-line{margin:15px 0 18px}.results-line p{font-size:12px}.property-grid{grid-template-columns:1fr;gap:22px}.card-photo img{height:248px}.card-content{padding:18px 19px 0}.card-price{font-size:24px}.card-title{font-size:17px}.card-location{font-size:13px}.card-features{font-size:13px;gap:21px}.card-bottom{padding:14px 0}.card-agent{font-size:12px}.card-bottom button{font-size:12px}.card-tags span{font-size:12px}.match-strip{margin:26px 0 36px;padding:20px;gap:13px}.match-strip>div{flex-basis:calc(100% - 60px)}.match-strip strong{font-size:15px;line-height:1.5;display:block}.match-strip p{font-size:12px;line-height:1.7;margin-top:7px}.match-strip .button{margin-left:0;width:100%;margin-top:3px}.tours-section{padding:33px 0}.tours-copy h2{font-size:31px}.tours-copy>p{font-size:14px}.tours-copy .eyebrow{font-size:12px}.tour-cards{gap:12px;overflow-x:auto;grid-template-columns:repeat(3,175px);padding-bottom:10px;scroll-snap-type:x mandatory}.tour-card{height:279px;scroll-snap-align:start}.tour-title strong{font-size:18px}.owners{grid-template-columns:1fr;margin-top:35px;margin-bottom:35px;padding:29px 25px;gap:31px}.owners h2{font-size:34px}.owners-copy>p{font-size:14px}.owner-steps{gap:23px;border-top:1px solid #ffffff30;padding-top:26px}.owner-steps h3{font-size:15px}.owner-steps p{font-size:13px}.owners .button{width:100%;margin-top:22px}.footer{display:block;padding-top:21px}.footer-right{text-align:left;margin-top:22px}.footer .text-button{margin-left:0}.footer small{font-size:12px}.detail-hero{height:235px}.detail-body{display:block;padding:23px}.detail-body h2{font-size:27px}.detail-body .card-price{font-size:27px}.agent-panel{margin-top:26px;padding:21px}.modal-basic{padding:31px 23px}.modal-basic h2{font-size:26px;margin-right:15px}.modal-intro{font-size:14px}.input-grid{grid-template-columns:1fr;gap:16px;margin:21px 0}.form-field.full{grid-column:auto}.tour-preview{display:block}.tour-preview-photo{min-height:360px}.tour-preview-info{padding:28px 24px}.tour-preview-info h2{font-size:25px}.close-dialog{width:36px;height:36px;right:10px;top:10px}.finder-result{gap:11px}.finder-result img{width:75px;height:62px}.finder-result strong{font-size:13px}.finder-result small{font-size:12px}.fine-print{font-size:12px!important}dialog{width:calc(100% - 24px);max-height:92dvh}.detail-body .card-features{font-size:13px}.form-field input,.form-field select,.form-field textarea{font-size:16px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{animation:none!important;transition:none!important}}

/* Readable primary copy and controls across viewports. */
.hero-copy p,.tours-copy>p,.owners-copy>p,.owner-steps p,.tour-preview-info p,.modal-intro{font-size:16px}.search-tabs button,.field-content select,.sort,.sort select,.card-location,.card-bottom button,.card-agent,.form-field,.button{font-size:14px}.hero-copy{padding-top:25px;padding-bottom:25px}.hero .eyebrow{letter-spacing:1px}.brand small{letter-spacing:1.5px}.hero-property small{letter-spacing:1px}.card-features{font-size:14px}.owner-steps p{line-height:1.65}.card-bottom{flex-wrap:wrap}.hero-copy p{line-height:1.6}.hero-link{margin-top:17px}.sort{white-space:nowrap}.tours-copy .eyebrow{max-width:350px}.card-tags span{letter-spacing:.25px}.tour-badge{letter-spacing:.5px}
@media(max-width:1050px){.header nav{gap:16px}.header nav a{font-size:14px}.header-list{font-size:14px}.hero-copy{padding-inline:24px}.hero{height:370px}.search-helper{display:none}.card-features{gap:12px}.card-agent{font-size:12px}.card-bottom button{font-size:12px}.owners{gap:35px}}
@media(max-width:800px){.header nav{display:none}.hero{height:360px}.hero-property small{display:none}.hero .eyebrow{font-size:12px;max-width:230px}.hero-copy p br{display:none}.hero-copy p{font-size:16px}.hero-link{font-size:12px;gap:9px}.hero-property strong{font-size:21px}.match-strip p{font-size:14px}.owner-steps h3{font-size:16px}.owner-steps p{font-size:14px}.hero-property{left:18px;right:18px}}
@media(max-width:600px){.hero{height:auto}.hero-copy{padding:28px 25px;min-height:290px}.hero .eyebrow{max-width:none}.hero h1{font-size:43px}.brand small{font-size:12px;letter-spacing:.8px}.brand{font-size:21px}.header-list{font-size:12px}.header-list span{display:none}.hero-photo{height:235px}.hero-property strong{font-size:22px}.section-top{align-items:flex-start}.section-top h2{font-size:25px}.section-top .eyebrow{font-size:12px}.sort{font-size:12px}.sort select{font-size:12px;max-width:103px}.field-content select{font-size:14px}.search-field{padding-right:6px}.search-form{gap:17px 12px}.field-content{gap:4px}.field-content svg{width:14px}.search-button{font-size:14px;padding:11px 8px;gap:5px}.card-bottom{flex-wrap:nowrap}.card-agent,.card-bottom button{font-size:14px}.owner-steps p{font-size:14px}.owners h2{font-size:34px}.tours-copy .eyebrow{font-size:12px}.match-strip .button{font-size:14px}.tour-title small{font-size:12px}.tour-title strong{font-size:18px}.hero-property span span{font-size:14px}.brand-mark{display:none}.draft-bar{font-size:12px;line-height:1.4}}
