
.route-page{--ink:#3d3a38;min-height:100vh;background:#faf7f2;color:var(--ink);font-family:Manrope,sans-serif}
.route-page *{box-sizing:border-box}
.route-page a{color:inherit;text-decoration:none}
.route-nav{position:sticky;z-index:20;top:0;height:86px;padding:0 max(4vw,24px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(70,62,57,.1);background:rgba(250,247,242,.92);backdrop-filter:blur(16px)}
.route-logo img{height:64px;width:auto}
.route-links{display:flex;align-items:center;gap:28px;font-size:11px;font-weight:700}
.route-links .route-cta{padding:14px 20px;border-radius:99px;background:#E67FB3}
.route-main{min-height:70vh}
.route-hero{padding:110px max(5vw,26px) 85px;background:radial-gradient(circle at 82% 20%,rgba(230,127,179,.2),transparent 30%)}
.route-inner{width:min(1280px,100%);margin:auto}
.route-kicker{color:#b44e72;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.route-hero h1,.route-section h2{margin:18px 0 24px;font-size:clamp(52px,7vw,98px);line-height:.88;letter-spacing:-.065em}
.route-hero h1 em,.route-section h2 em{font-family:"Cormorant Garamond",serif;font-weight:500}
.route-hero p{max-width:680px;color:#706965;font-size:16px;line-height:1.8}
.route-section{padding:90px max(5vw,26px)}
.route-section.alt{background:#f2ece5}
.route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.route-card{overflow:hidden;padding:30px;border:1px solid #e3d8cf;border-radius:25px;background:#fffdf9;box-shadow:0 14px 35px rgba(62,52,47,.05)}
.route-card h3{margin:10px 0;font-size:23px}
.route-card p{color:#746c67;font-size:13px;line-height:1.75}
.route-card>a,.route-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:18px;padding:0 22px;border:0;border-radius:99px;background:#E67FB3;color:#383436;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.route-button.dark{background:#38383a;color:#fff}
.route-footer{padding:65px max(5vw,26px);background:#303032;color:#ddd8d3}
.route-footer .route-inner{display:flex;justify-content:space-between;gap:40px}
.route-footer nav{display:flex;flex-wrap:wrap;gap:20px;font-size:10px}
.route-footer small{color:#aaa4a0}
.search-toolbar{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:10px;padding:18px;border:1px solid #e1d6cd;border-radius:22px;background:#fff}
.search-toolbar input,.search-toolbar select,.route-form input,.route-form select,.route-form textarea{width:100%;min-height:50px;padding:12px 14px;border:1px solid #dcd1c8;border-radius:12px;background:#fff;font:inherit;font-size:12px}
.search-actions{display:flex;gap:10px;align-items:center;margin:20px 0 34px}
.search-actions button{min-height:44px;padding:0 18px;border:1px solid #d9cec5;border-radius:99px;background:#fff}
.results-layout{display:grid;grid-template-columns:1fr;gap:24px}
.results-layout.list .route-property-card{grid-template-columns:280px 1fr}
.route-property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.route-property-card{overflow:hidden;display:grid;border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(55,45,40,.07)}
.route-property-image{height:250px;background:#e8e0d8 center/cover}
.route-property-copy{padding:24px}
.route-property-copy h3{font-size:25px;margin:5px 0}
.route-property-copy p{color:#746c67;font-size:12px}
.route-property-facts{display:flex;gap:12px;margin:16px 0;font-size:10px}
.route-form{max-width:850px}
.form-progress{display:flex;gap:8px;margin-bottom:30px}
.form-progress i{height:5px;flex:1;border-radius:9px;background:#e0d6ce}
.form-progress i.active{background:#E67FB3}
.form-step{display:none}
.form-step.active{display:block}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.route-form label{display:grid;gap:7px;color:#665f5b;font-size:11px;font-weight:700}
.route-form label.full{grid-column:1/-1}
.form-controls{display:flex;justify-content:space-between;margin-top:28px}
.form-error{color:#a5294f;font-size:11px}
.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:70px}
.legal-toc{position:sticky;top:115px;align-self:start;display:grid;gap:12px}
.legal-copy{max-width:800px}
.legal-copy h2{margin-top:50px;font-size:34px}
.legal-copy p,.legal-copy li{color:#665f5b;line-height:1.85}
.legal-copy a{text-decoration:underline;text-decoration-color:#E67FB3;text-underline-offset:3px}
.legal-updated{margin:0 0 24px;color:#9b4f6b!important;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.legal-table-wrap{overflow-x:auto;margin:28px 0;border:1px solid #e3d8cf;border-radius:18px;background:#fffdf9}
.legal-cookie-table{width:100%;min-width:660px;border-collapse:collapse;text-align:left}
.legal-cookie-table th{padding:15px 18px;background:#f4ece8;color:#8e3f5c;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.legal-cookie-table td{padding:18px;border-top:1px solid #eadfd7;color:#665f5b;font-size:13px;line-height:1.65;vertical-align:top}
.legal-cookie-table code{padding:3px 6px;border-radius:5px;background:#f4ece8;color:#3d3a38}
.cookie-consent[hidden]{display:none}
.cookie-consent{position:fixed;z-index:1000;right:22px;bottom:22px;width:min(580px,calc(100vw - 44px));display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;padding:28px;border:1px solid rgba(230,127,179,.35);border-radius:22px;background:#fffaf5;color:#3d3a38;box-shadow:0 24px 70px rgba(50,39,43,.18)}
.cookie-consent span{color:#a64468;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.cookie-consent h2{margin:8px 0 10px;font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500;line-height:1}
.cookie-consent p{max-width:440px;margin:0 0 10px;color:#6f6662;font-size:12px;line-height:1.65}
.cookie-consent a{font-size:10px;font-weight:750;text-decoration:underline;text-decoration-color:#E67FB3;text-underline-offset:3px}
.cookie-consent nav{display:grid;gap:8px;min-width:145px}
.cookie-consent button{min-height:42px;padding:0 15px;border:1px solid #3d3a38;border-radius:99px;background:transparent;color:#3d3a38;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.cookie-consent button:last-child{border-color:#E67FB3;background:#E67FB3}
.route-footer nav button,.site-footer nav button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
@media(max-width:620px){.cookie-consent{right:10px;bottom:10px;width:calc(100vw - 20px);grid-template-columns:1fr;gap:18px;padding:22px}.cookie-consent nav{grid-template-columns:1fr 1fr}.cookie-consent h2{font-size:27px}}
.review-required{padding:16px;border-left:4px solid #E67FB3;background:#fff2f6}
.admin-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.admin-metrics .route-card strong{display:block;font-size:32px}
.area-hero-image{height:420px;border-radius:28px;background:center/cover}
.mortgage-box{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.mortgage-output{padding:30px;border-radius:20px;background:#373739;color:#fff}
.empty-state{grid-column:1/-1;padding:80px 25px;text-align:center;border:1px dashed #d5c8be;border-radius:25px}
.mobile-route-menu{display:none}
.route-map{min-height:360px;border-radius:24px;background:linear-gradient(135deg,#e7ded4,#f5eee8);display:grid;place-items:center;color:#736a64}
@media(max-width:900px){
.route-links{display:none}
.mobile-route-menu{display:block}
.route-grid,.route-property-grid,.admin-metrics{grid-template-columns:1fr 1fr}
.search-toolbar{grid-template-columns:1fr 1fr}
.legal-layout{grid-template-columns:1fr}
.legal-toc{position:static}
.mortgage-box{grid-template-columns:1fr}
}
@media(max-width:620px){
.route-nav{height:72px}
.route-logo img{height:52px}
.route-hero{padding:80px 20px 65px}
.route-hero h1,.route-section h2{font-size:52px}
.route-section{padding:65px 20px}
.route-grid,.route-property-grid,.admin-metrics,.form-grid,.search-toolbar{grid-template-columns:1fr}
.results-layout.list .route-property-card{grid-template-columns:1fr}
.route-footer .route-inner{display:grid}
.route-property-image{height:230px}
.route-card{padding:24px}
.search-toolbar{position:relative}
.legal-copy h2{font-size:29px}
}
.property-search-hero{position:relative;isolation:isolate;overflow:hidden;padding-bottom:62px;background-color:#f8f5f1;background-image:radial-gradient(circle at 82% 18%,rgba(235,195,207,.3),transparent 30%),radial-gradient(circle at 12% 82%,rgba(255,255,255,.65),transparent 27%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)' opacity='.018'/%3E%3C/svg%3E")}
.property-search-hero h1{max-width:870px}
.property-search-hero p{max-width:610px}
.property-stats{display:flex;gap:0;width:min(610px,100%);margin-top:48px;border-top:1px solid #ded4cc;border-bottom:1px solid #ded4cc}
.property-stats>div{flex:1;padding:21px 25px}
.property-stats>div+div{border-left:1px solid #ded4cc}
.property-stats strong{display:block;font-family:"Cormorant Garamond",serif;font-size:30px;font-style:italic}
.property-stats span{color:#8a8079;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.property-search-section{padding-top:52px;background:#f8f5f1}
.premium-search-card{position:relative;z-index:2;margin-top:-88px;padding:24px;border:1px solid rgba(94,78,69,.1);border-radius:28px;background:rgba(255,253,248,.96);box-shadow:0 30px 70px rgba(75,60,51,.1),0 6px 18px rgba(75,60,51,.05)}
.boutique-search{grid-template-columns:2fr repeat(5,1fr);gap:9px;padding:0;border:0;background:none}
.boutique-search label{min-width:0;display:grid;gap:7px;padding:12px 14px;border:1px solid #e8ded6;border-radius:16px;background:#fbf8f4;color:#8d827b;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s}
.boutique-search label:hover,.boutique-search label:focus-within{z-index:1;transform:translateY(-2px);border-color:#ebc3cf;background:#fff8fa;box-shadow:0 9px 20px rgba(70,55,48,.06)}
.boutique-search input,.boutique-search select{min-height:26px;padding:0;border:0;border-radius:0;background:transparent;color:#343033;font-size:11px;outline:0}
.boutique-search .location-search{grid-template-columns:25px 1fr;align-items:center}
.boutique-search .location-search>span{grid-row:1/3;color:#c36786;font-size:22px}
.boutique-search .location-search input{grid-column:2;text-transform:none}
.property-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:38px 0 14px}
.view-pills,.sort-pills{display:flex;align-items:center;gap:8px}
.view-pills button,.sort-pills>button,.sort-pills>label{min-height:45px;padding:0 17px;border:1px solid #dfd5cd;border-radius:99px;background:#fdfbf8;color:#69615c;font-size:9px;font-weight:800;transition:.25s}
.view-pills button:hover,.sort-pills>button:hover,.view-pills button.active{transform:translateY(-2px);border-color:#ebc3cf;background:#f6dce4;color:#403a3d;box-shadow:0 8px 18px rgba(76,59,66,.06)}
.sort-pills>label{display:flex;align-items:center;gap:8px;line-height:normal}
.sort-pills select{height:20px;margin:0;padding:0 24px 0 2px;border:0;background-color:transparent;color:#49413e;font-family:inherit;font-size:10px;font-weight:600;line-height:20px;outline:0}
#property-sort,#property-sort option{font-family:Manrope,system-ui,sans-serif!important;font-size:9px!important;font-weight:800!important;line-height:1!important}
.native-sort-select{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}
.property-sort-control{position:relative;min-height:45px;padding:0 12px 0 17px;display:flex;align-items:center;gap:12px;border:1px solid #dfd5cd;border-radius:99px;background:#fdfbf8;color:#69615c;font-size:9px;font-weight:800}
.property-sort-custom{position:relative;min-width:145px;margin-left:auto}
.property-sort-trigger{width:100%;min-height:35px;padding:0 7px 0 12px;display:flex;align-items:center;justify-content:flex-end;gap:16px;border:0;background:transparent;color:#49413e;font-size:10px;font-weight:800}
.property-sort-trigger svg{width:15px;height:15px;fill:none;stroke:#8e5268;stroke-width:1.8;transition:transform .2s}
.property-sort-trigger[aria-expanded="true"] svg{transform:rotate(180deg)}
.property-sort-menu{position:absolute;z-index:40;right:0;top:calc(100% + 10px);width:190px;padding:7px;overflow:hidden;border:1px solid rgba(151,111,103,.2);border-radius:17px;background:#fffdf9;box-shadow:0 18px 48px rgba(61,43,40,.16)}
.property-sort-menu[hidden]{display:none}
.property-sort-menu button{width:100%;min-height:40px;padding:0 13px;display:flex;align-items:center;border:0;border-radius:11px;background:transparent;color:#5d5350;font-size:9px;font-weight:700;text-align:left;transition:background .18s,color .18s}
.property-sort-menu button:hover,.property-sort-menu button:focus-visible{outline:0;background:#f9e9ee;color:#824b5f}
.property-sort-menu button[aria-selected="true"]{background:#efd0da;color:#754257;font-weight:800}
.property-sort-menu button[aria-selected="true"]:after{content:"✓";margin-left:auto;color:#a45c75;font-size:11px}
.back-to-property-filters{display:none}
.traditional-search-panel{scroll-margin-top:90px}
.property-status-toggle{height:44px;min-height:44px;padding:0 14px 0 17px;display:flex;align-items:center;gap:14px;border:1px solid #dfd5cd;border-radius:99px;background:#fdfbf8}
.property-status-toggle__text{color:#69615c;font-size:9px;font-weight:800;line-height:normal;white-space:nowrap}
.property-status-switch{position:relative;display:block;width:46px;height:26px;flex:0 0 46px;cursor:pointer}
.property-status-switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}
.property-status-switch span{position:absolute;inset:0;border-radius:99px;background:#ddd5d2;transition:background .22s ease,box-shadow .22s ease}
.property-status-switch span::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(61,44,49,.2);transition:transform .22s ease}
.property-status-switch input:checked+span{background:#c46f8d}
.property-status-switch input:checked+span::after{transform:translateX(20px)}
.property-status-switch input:focus-visible+span{outline:2px solid #a96179;outline-offset:3px}
.view-pills button.active{transform:none}
.active-filter-chips{min-height:38px;display:flex;flex-wrap:wrap;gap:8px}
.active-filter-chips button{padding:8px 12px;border:0;border-radius:99px;background:#efd0da;color:#554b4e;font-size:9px}
.active-filter-chips b{margin-left:7px;font-size:13px}
.results-heading{display:flex;justify-content:space-between;align-items:end;margin:38px 0 28px;padding-top:25px;border-top:1px solid #e0d6ce;scroll-margin-top:100px}
.results-heading p{margin:0;color:#393536;font-family:"Cormorant Garamond",serif;font-size:27px;font-style:italic}
.results-heading p strong{font-size:33px}
.results-heading>span{color:#9a8f88;font-size:8px;letter-spacing:.13em;text-transform:uppercase}
.property-results-stage{display:grid;scroll-margin-top:110px}
.property-results-stage.map-view{grid-template-columns:minmax(380px,.85fr) minmax(500px,1.15fr);gap:24px;align-items:start}
.property-results-stage.map-view .boutique-map{position:sticky;top:100px;display:block;height:calc(100vh - 125px)}
.property-results-stage.map-view .results-layout{grid-template-columns:1fr}
.boutique-map{overflow:hidden;padding:0}
.map-paper{position:relative;height:100%;min-height:520px;background-color:#e9e3dc;background-image:linear-gradient(31deg,transparent 48%,rgba(255,255,255,.75) 49%,rgba(255,255,255,.75) 51%,transparent 52%),linear-gradient(-42deg,transparent 48%,rgba(255,255,255,.6) 49%,rgba(255,255,255,.6) 51%,transparent 52%);background-size:110px 90px}
.map-paper i{position:absolute;left:var(--x);top:var(--y);width:42px;height:42px;display:grid;place-items:center;border:5px solid rgba(255,255,255,.75);border-radius:50%;background:#ebc3cf;color:#3d3739;font-size:10px;font-style:normal;font-weight:800;box-shadow:0 9px 20px rgba(73,58,64,.15)}
.map-paper>span{position:absolute;left:22px;bottom:22px;padding:10px 15px;border-radius:99px;background:#fff;font-size:9px}
.route-property-grid{gap:30px}
.route-property-card{position:relative;border:1px solid rgba(102,86,76,.08);border-radius:28px;box-shadow:0 14px 34px rgba(72,57,49,.065);transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s}
.route-property-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px rgba(72,57,49,.13)}
.route-property-image{position:relative;height:auto;aspect-ratio:4/3;transition:background-size .7s cubic-bezier(.22,.61,.36,1);background-size:100%}
.route-property-card:hover .route-property-image{background-size:106%}
.route-property-image:after{content:"";position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(26,23,22,.28));pointer-events:none}
.property-image-link,.homepage-property-image-link{display:block;cursor:pointer}
.property-status,.property-image-count,.property-heart{position:absolute;z-index:2}
.property-status{left:18px;top:18px;padding:8px 12px;border-radius:99px;background:rgba(255,255,255,.9);font-size:8px;font-weight:800;text-transform:uppercase;box-shadow:0 0 0 0 rgba(235,195,207,0);transition:box-shadow .3s}
.route-property-card:hover .property-status{box-shadow:0 0 22px 5px rgba(235,195,207,.45)}
.property-image-count{left:18px;bottom:16px;color:#fff;font-size:8px}
.property-heart{right:17px;top:17px;width:43px;height:43px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:19px;transition:.25s}
.property-heart:hover{transform:scale(1.08);background:#ebc3cf}
.route-property-copy{padding:27px}
.route-property-copy h3{margin:9px 0 7px;font-size:29px}
.route-property-copy h4{margin:0;color:#433e3c;font-size:14px}
.property-town{margin:5px 0 16px!important;color:#9b9089!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em}
.property-editorial{min-height:42px;color:#766d68!important;line-height:1.7!important}
.route-property-facts{padding:15px 0;border-top:1px solid #eee4dc;border-bottom:1px solid #eee4dc;flex-wrap:wrap;color:#68605c}
.property-card-actions{display:flex;align-items:center;justify-content:space-between}
.property-card-actions .route-button b{margin-left:20px;transition:transform .25s}
.route-property-card:hover .property-card-actions .route-button b{transform:translateX(4px)}
.text-save{border:0;background:transparent;color:#8f8480;font-size:9px;text-transform:uppercase}
.results-layout.list{display:grid;grid-template-columns:1fr}
.results-layout.list .route-property-card{grid-template-columns:minmax(330px,.8fr) 1.2fr}
.results-layout.list .route-property-image{height:100%;min-height:390px;aspect-ratio:auto}
.results-layout.list .route-property-copy{padding:40px}
.boutique-empty>span{display:block;color:#ebc3cf;font-size:65px}
.boutique-empty h2{max-width:650px;margin:20px auto;font-size:45px}
.ai-empty-state p{max-width:680px;margin:0 auto 20px;line-height:1.75}
.ai-empty-state>span{color:#e67fb3}
.ai-recovery{grid-column:1/-1;padding:42px;border:1px solid rgba(200,174,157,.38);border-radius:26px;background:#fffdf9;color:#443b3a}
.ai-recovery>header{max-width:760px;margin:0 auto 34px;text-align:center}
.ai-recovery>header span{color:#a45170;font-size:9px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.ai-recovery>header h2{margin:12px 0 10px;font-family:"Cormorant Garamond",serif;font-size:44px;font-weight:500;line-height:1}
.ai-recovery>header p{margin:0;color:#756965;font-size:13px;line-height:1.7}
.ai-adjustments,.ai-closest{max-width:1120px;margin:0 auto 38px}
.ai-adjustments h3,.ai-closest h3{margin:0 0 14px;font:500 25px/1.2 "Cormorant Garamond",serif}
.ai-adjustments>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.ai-adjustments button{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center;padding:17px 18px;border:1px solid rgba(174,126,142,.26);border-radius:14px;background:#fcf7f4;color:#453a3d;text-align:left;cursor:pointer;transition:transform .25s,border-color .25s,box-shadow .25s}
.ai-adjustments button:hover{transform:translateY(-2px);border-color:#E67FB3;box-shadow:0 10px 25px rgba(91,58,69,.08)}
.ai-adjustments button span{font-size:11px;font-weight:750}.ai-adjustments button strong{grid-column:1;color:#a45170;font-size:10px}.ai-adjustments button b{grid-column:2;grid-row:1/3;color:#E67FB3;font-size:18px;font-weight:400}
.ai-closest>div{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ai-closest article{overflow:hidden;border:1px solid rgba(200,174,157,.4);border-radius:18px;background:#faf6f2;transition:transform .25s,box-shadow .25s}.ai-closest article:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(74,52,48,.09)}
.ai-closest article>a{display:block;color:inherit;text-decoration:none}.ai-closest figure{position:relative;height:175px;margin:0;background:#eee6df;overflow:hidden}.ai-closest figure img{width:100%;height:100%;object-fit:cover}.ai-closest figure b{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;background:#E67FB3;color:#fff;font-size:9px}
.ai-closest article>a>div{padding:17px}.ai-closest small{color:#a45170;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ai-closest h4{margin:6px 0 3px;font:500 22px/1.05 "Cormorant Garamond",serif}.ai-closest article>a>div>strong{font-size:11px}
.ai-closest ul{display:grid;gap:6px;margin:13px 0;padding:0;list-style:none}.ai-closest li{color:#5e5350;font-size:10px;line-height:1.35}.ai-closest li.compromise{color:#966079}.ai-closest article>a>div>span{color:#3f3538;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ai-recovery-actions{display:flex;justify-content:center;gap:10px;margin:0 auto 28px}.ai-recovery-actions .route-button{margin:0}
@media(max-width:760px){.ai-recovery{padding:28px 16px;border-radius:20px}.ai-recovery>header{margin-bottom:26px}.ai-recovery>header h2{font-size:34px}.ai-adjustments>div,.ai-closest>div{grid-template-columns:1fr}.ai-closest figure{height:210px}.ai-recovery-actions{flex-direction:column}.ai-recovery-actions>*{width:100%;box-sizing:border-box;text-align:center}}
.empty-alert{display:block;margin-top:22px;color:#a25872;font-size:10px;font-weight:800}
.property-skeleton{height:530px;border-radius:28px;background:linear-gradient(100deg,#eee7e0 20%,#f8f3ed 40%,#eee7e0 60%);background-size:200% 100%;animation:skeleton 1.4s infinite}
.results-layout.is-loading{opacity:.55}
@keyframes skeleton{to{background-position:-200% 0}
}
@media(max-width:1100px){
.boutique-search{grid-template-columns:2fr 1fr 1fr}
.property-results-stage.map-view{grid-template-columns:1fr}
.property-results-stage.map-view .boutique-map{position:relative;top:0;height:480px}
.route-property-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
.property-search-hero{padding:100px 20px 75px}
.property-stats{margin-top:35px}
.property-stats>div{padding:17px 10px}
.property-stats strong{font-size:25px}
.property-stats span{font-size:6px}
.property-search-section{padding:42px 15px}
.premium-search-card{margin-top:-66px;padding:12px;border-radius:22px}
.boutique-search{display:block}
.boutique-search label{display:none;margin-top:8px;min-height:58px}
.boutique-search .location-search{display:grid}
.property-toolbar{position:sticky;z-index:10;top:69px;margin:20px -15px;padding:10px 15px;overflow-x:auto;background:rgba(248,245,241,.94);backdrop-filter:blur(12px)}
.view-pills,.sort-pills{flex:0 0 auto}
.view-pills button{font-size:0;padding:0 14px}
.view-pills button:first-letter{font-size:15px}
.sort-pills>label{display:flex}
.results-heading{align-items:start;flex-direction:column;gap:8px}
.route-property-grid{grid-template-columns:1fr;gap:22px}
.route-property-image{aspect-ratio:4/3}
.results-layout.list .route-property-card{grid-template-columns:1fr}
.results-layout.list .route-property-image{min-height:260px}
.property-results-stage.map-view .boutique-map{height:58vh;position:fixed;z-index:30;left:12px;right:12px;bottom:12px;top:auto;border:6px solid #fff;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.property-results-stage.map-view .results-layout{opacity:.25}
.boutique-empty h2{font-size:34px}
}
.property-search-hero{padding:118px max(5vw,26px) 72px;background-image:radial-gradient(circle at 76% 25%,rgba(235,195,207,.13),transparent 30%)}
.compact-property-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.72fr);grid-template-rows:auto auto auto auto;column-gap:70px;align-items:center}
.compact-property-hero>.route-kicker,.compact-property-hero>h1,.compact-property-hero>p,.compact-property-hero>.property-stats{grid-column:1}
.compact-property-hero h1{max-width:650px;margin:14px 0 18px;font-size:clamp(54px,5.4vw,78px);line-height:.88}
.compact-property-hero h1 em{white-space:nowrap}
.compact-property-hero>p{max-width:620px;margin:0;font-size:14px;line-height:1.65}
.property-hero-image{grid-column:2;grid-row:1/5;position:relative;margin:0 12px 0 0}
.property-hero-image:after{content:"";position:absolute;z-index:-1;inset:16px -13px -13px 16px;border:1px solid #ebc3cf;border-radius:23px}
.property-hero-image img{display:block;width:100%;height:245px;border-radius:20px;object-fit:cover}
.property-stats{width:auto;margin-top:24px;border:0}
.property-stats p{margin:0;color:#817770;font-size:10px}
.property-stats strong{display:inline;color:#514a47;font-family:inherit;font-size:10px;font-style:normal}
.property-stats i{margin:0 9px;color:#E67FB3;font-style:normal}
.property-search-section{padding-top:32px}
.premium-search-card{margin-top:-54px;padding:24px;border-radius:23px;box-shadow:0 18px 42px rgba(75,60,51,.08),0 4px 12px rgba(75,60,51,.04)}
.boutique-search{grid-template-columns:1.8fr repeat(5,minmax(105px,1fr)) auto;align-items:stretch}
.boutique-search label{min-height:62px;padding:10px 13px;border-radius:13px;font-size:9px;letter-spacing:.04em;text-transform:none}
.boutique-search label>span:not(:only-child){text-transform:none}
.boutique-search label>span:first-child{font-size:9px}
.boutique-search input,.boutique-search select{font-size:12px}
.property-search-submit{min-width:142px;border:0;border-radius:14px;background:#ebc3cf;color:#332f30;font-size:10px;font-weight:800;transition:transform .25s,background .25s,box-shadow .25s}
.property-search-submit span{margin-left:15px}
.property-search-submit:hover{transform:translateY(-2px);background:#E67FB3;box-shadow:0 10px 22px rgba(125,76,93,.14)}
.property-toolbar{margin:22px 0 10px}
.view-pills button,.sort-pills>button,.sort-pills>label{height:44px;min-height:44px}
.view-pills button{display:flex;align-items:center;gap:7px}
.view-pills svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.3}
.active-filter-chips{min-height:28px}
.results-heading{margin:20px 0 22px;padding-top:18px}
.results-heading p{font-family:Manrope,sans-serif;font-size:16px;font-style:normal}
.results-heading p strong{font-size:18px}
.results-heading>span{display:none}
.route-property-grid{gap:23px}
.route-property-card{border-radius:22px;box-shadow:0 9px 24px rgba(72,57,49,.05)}
.route-property-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(72,57,49,.09)}
.route-property-copy{padding:23px}
.property-editorial{min-height:38px}
.property-skeleton{height:450px}
@media(max-width:1100px){
.compact-property-hero{grid-template-columns:1.2fr .8fr;column-gap:35px}
.property-hero-image img{height:210px}
.boutique-search{grid-template-columns:2fr 1fr 1fr 1fr}
.property-search-submit{min-height:58px}
.route-property-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
.property-search-hero{padding:92px 20px 67px}
.compact-property-hero{display:block}
.compact-property-hero h1{font-size:52px}
.compact-property-hero h1 em{white-space:normal}
.compact-property-hero>p{font-size:13px}
.property-hero-image{display:none}
.property-stats{margin-top:18px}
.property-stats p{font-size:8px}
.premium-search-card{margin-top:-44px;padding:12px}
.boutique-search label{min-height:58px}
.property-search-submit{width:100%;min-height:56px;margin-top:8px}
.property-toolbar{margin-top:14px}
.view-pills button{font-size:9px!important}
.view-pills button:first-letter{font-size:inherit}
.view-pills button span{display:none}
.results-heading{margin-top:14px}
.route-property-grid{grid-template-columns:1fr}
}
/* Keep the desktop filter row readable at real viewport widths. */
@media(min-width:1251px){
.premium-search-card{width:min(1180px,calc(100% - 32px));margin-left:auto;margin-right:auto}
.boutique-search{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.boutique-search label,.boutique-search input,.boutique-search select{min-width:0}
.boutique-search .location-search{grid-column:1/5;grid-row:1;grid-template-columns:30px minmax(0,1fr)}
.boutique-search .location-search input{width:100%;font-size:13px;text-overflow:clip}
.boutique-search>label:not(.location-search){grid-row:2}
.property-search-submit{grid-column:5;grid-row:1;min-width:0;white-space:nowrap}
}
.boutique-search .location-search>span{grid-row:1/3;position:relative;width:20px;height:20px;align-self:center}
.boutique-search .location-search>span:before,.boutique-search .location-search>span:after{display:none}
.boutique-search .location-search>span svg{display:block;width:20px;height:20px;fill:none;stroke:#b84f73;stroke-width:1.7;stroke-linecap:round}
.boutique-search .location-search>small{grid-column:2;grid-row:1;color:#6f6560;font-size:9px;font-weight:500;letter-spacing:.04em}
.boutique-search .location-search input{grid-column:2;grid-row:2}
.route-property-card{grid-template-rows:auto 1fr;overflow:hidden;border:1px solid #e8ded6;border-radius:24px;background:#fffdf9;box-shadow:0 8px 24px rgba(61,49,43,.055);transition:transform .4s cubic-bezier(.22,.61,.36,1),box-shadow .4s,border-color .4s}
.route-property-card:hover{transform:translateY(-6px);border-color:#e2d3ca;box-shadow:0 22px 48px rgba(61,49,43,.11)}
.route-property-image{overflow:hidden;aspect-ratio:4/3;background-position:center;background-size:cover;transition:transform .7s cubic-bezier(.22,.61,.36,1)}
.route-property-card:hover .route-property-image{transform:scale(1.018);background-size:106%}
.property-status{top:17px;left:17px;padding:9px 14px;border:1px solid rgba(92,77,68,.08);background:rgba(255,252,246,.94);color:#514945;box-shadow:0 6px 16px rgba(52,42,37,.08);letter-spacing:.07em}
.property-heart{display:grid;place-items:center;color:#50484a;font-family:Arial,sans-serif;font-size:22px;line-height:1}
.property-image-count{right:17px;bottom:15px;left:auto;padding:7px 10px;border-radius:99px;background:rgba(37,33,31,.58);opacity:0;transform:translateY(5px);transition:opacity .3s,transform .3s;backdrop-filter:blur(5px)}
.route-property-card:hover .property-image-count{opacity:1;transform:none}
.route-property-copy{display:flex;flex-direction:column;padding:28px 28px 27px}
.property-card-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}
.route-property-copy .property-card-heading h3{margin:0;color:#302d2c;font-size:30px;line-height:1;letter-spacing:-.035em}
.route-property-copy h4{margin:16px 0 0;color:#393534;font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;font-weight:600;line-height:1.12}
.property-town{margin:7px 0 5px!important;color:#827871!important;font-size:9px!important;letter-spacing:.09em}
.property-type-label{color:#a05d74;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.property-editorial{display:-webkit-box;min-height:66px;margin:20px 0 18px!important;overflow:hidden;color:#6d6560!important;font-size:11px!important;line-height:1.75!important;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.route-property-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:auto 0 0;padding:15px 0;border-top:1px solid #eee5de;border-bottom:1px solid #eee5de}
.route-property-facts span{display:flex;align-items:center;gap:6px;color:#655d59;font-size:8px;white-space:nowrap}
.route-property-facts svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:#a65e77;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.property-card-actions{margin-top:19px}
.explore-home{width:100%;min-height:47px;padding:0 3px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #cdbdb4;color:#393535;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:padding .3s,border-color .3s,color .3s}
.explore-home b{font-size:17px;font-weight:400;transition:transform .3s}
.route-property-card:hover .explore-home{padding:0 9px;border-color:#E67FB3;color:#9c506a}
.route-property-card:hover .explore-home b{transform:translateX(4px)}
.results-layout.list .route-property-copy{padding:36px 40px}
.results-layout.list .property-editorial{min-height:48px;-webkit-line-clamp:2}
@media(max-width:700px){
.route-property-copy{padding:25px 22px}
.route-property-copy .property-card-heading h3{font-size:28px}
.route-property-copy h4{font-size:21px}
.route-property-facts{gap:3px}
.route-property-facts span{font-size:7px}
.route-property-facts svg{width:15px;height:15px}
.explore-home{min-height:52px}
.property-image-count{opacity:1;transform:none}
}
.route-property-image{background:none!important;transform:none!important}
.route-property-image img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(.98) saturate(.94) sepia(.025);transform:scale(1);transition:transform 600ms cubic-bezier(.16,1,.3,1),filter 600ms cubic-bezier(.16,1,.3,1)}
.route-property-card:hover .route-property-image img{filter:brightness(1.025) saturate(.98) sepia(.015);transform:scale(1.027)}
.property-status{border-radius:999px;padding:8px 12px;font-size:7px;letter-spacing:.11em;box-shadow:0 4px 12px rgba(49,40,36,.075)}
.property-heart{width:39px;height:39px;transition:transform 240ms cubic-bezier(.22,.61,.36,1),background-color 240ms,color 240ms,box-shadow 240ms}
.property-heart:hover{background:#E67FB3;color:#fff;transform:scale(1.07);box-shadow:0 8px 18px rgba(146,73,98,.22)}
.property-heart.saved{background:#fff;color:#d0658a;animation:heartSpring 380ms cubic-bezier(.34,1.56,.64,1)}
.property-heart:focus-visible,.explore-home:focus-visible{outline:3px solid rgba(184,79,115,.42);outline-offset:3px}
@keyframes heartSpring{0%{transform:scale(.82)}
55%{transform:scale(1.13)}
100%{transform:scale(1)}
}
.property-price{display:block;color:#2f2f31;font-size:31px;font-weight:700;line-height:1;letter-spacing:-.045em}
.property-name{display:-webkit-box;min-height:49px;margin:17px 0 0!important;overflow:hidden;color:#3b3635!important;font-family:"Cormorant Garamond",Georgia,serif!important;font-size:22px!important;font-weight:600!important;font-variant-numeric:lining-nums;font-feature-settings:"lnum" 1;line-height:1.12!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.property-town{margin:7px 0 0!important;color:#655d59!important;font-size:10px!important;font-weight:600;letter-spacing:.025em!important;text-transform:none}
.property-postcode{min-height:15px;margin:2px 0 7px;color:#958a84;font-size:8px;letter-spacing:.11em;text-transform:uppercase}
.property-type-label{display:block;min-height:13px}
.property-editorial{height:66px;min-height:66px;max-height:66px}
.route-property-facts{min-height:62px;align-items:center}
.property-card-actions{position:relative;margin-top:17px}
.explore-home{position:relative;border:0;min-height:49px;padding:0;color:#3b3637}
.explore-home:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:#b76581;transform:scaleX(0);transform-origin:right;transition:transform 360ms cubic-bezier(.22,.61,.36,1)}
.route-property-card:hover .explore-home{padding:0;color:#2f2f31}
.route-property-card:hover .explore-home:after,.explore-home:hover:after,.explore-home:focus-visible:after{transform:scaleX(1);transform-origin:left}
.route-property-card:hover .explore-home b{transform:translateX(5px)}
.route-property-card{min-height:100%}
.route-property-copy{height:100%}
.property-image-count{transition:opacity 260ms ease,transform 260ms ease}
.property-skeleton{animation-duration:1.65s}
@media(max-width:700px){
.property-price{font-size:29px}
.property-name{min-height:47px;font-size:21px!important}
.property-heart{width:44px;height:44px}
.explore-home{min-height:54px}
.route-property-facts{min-height:60px}
}
.property-status{font-size:8px}
.property-name{font-size:24px!important}
.property-town{font-size:11px!important}
.property-postcode,.property-type-label{font-size:9px}
.property-editorial{font-size:12px!important;line-height:1.7!important}
.route-property-facts span{font-size:9px}
.explore-home{font-size:10px}
@media(max-width:700px){
.property-name{font-size:23px!important}
.property-editorial{font-size:12px!important}
.route-property-facts span{font-size:8px}
}
.property-results-stage.map-view{grid-template-columns:minmax(390px,2fr) minmax(560px,3fr)}
.property-results-stage.map-view .results-layout{order:1}
.property-results-stage.map-view .boutique-map{order:2}
.boutique-map{position:relative;isolation:isolate;background:#eae4dd}
.boutique-map #cw-map-canvas{position:absolute;inset:0;border-radius:24px}
.mapboxgl-canvas{outline:none}
.cw-map-controls{position:absolute;z-index:5;right:16px;top:16px;display:grid;gap:7px}
.cw-map-controls button{width:44px;height:44px;border:1px solid rgba(74,62,56,.1);border-radius:13px;background:rgba(255,253,249,.94);color:#393536;font-size:18px;box-shadow:0 7px 20px rgba(48,41,37,.1);backdrop-filter:blur(10px);transition:transform .22s,background .22s}
.cw-map-controls button:hover{transform:translateY(-2px);background:#f3d6df}
.map-lifestyle-panel{position:absolute;z-index:5;right:70px;top:16px;width:205px;padding:18px;border:1px solid rgba(74,62,56,.1);border-radius:18px;background:rgba(255,253,249,.96);box-shadow:0 13px 35px rgba(48,41,37,.13);backdrop-filter:blur(12px)}
.map-lifestyle-panel strong{display:block;margin-bottom:10px;font-family:"Cormorant Garamond",serif;font-size:19px}
.map-lifestyle-panel label{display:block;padding:6px 0;color:#625a56;font-size:9px}
.map-lifestyle-panel input{accent-color:#E67FB3}
.search-map-area{position:absolute;z-index:5;left:50%;top:16px;min-height:43px;padding:0 18px;border:0;border-radius:99px;background:#2f2f31;color:#fff;font-size:9px;font-weight:800;opacity:0;transform:translate(-50%,-8px);pointer-events:none;transition:.25s}
.search-map-area.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.map-property-preview{position:absolute;z-index:6;left:16px;bottom:16px;width:min(360px,calc(100% - 32px));overflow:hidden;display:grid;grid-template-columns:125px 1fr;border:1px solid rgba(255,255,255,.55);border-radius:20px;background:rgba(255,253,249,.92);box-shadow:0 18px 45px rgba(44,36,33,.2);opacity:0;transform:translateY(12px);pointer-events:none;backdrop-filter:blur(14px);transition:.3s}
.map-property-preview.show{opacity:1;transform:none;pointer-events:auto}
.map-property-preview>img{width:100%;height:100%;object-fit:cover}
.map-property-preview>div{padding:15px}
.map-property-preview span{color:#a25a72;font-size:7px;font-weight:800;text-transform:uppercase}
.map-property-preview strong{display:block;margin-top:5px;font-size:17px}
.map-property-preview h3{margin:4px 0;font-family:"Cormorant Garamond",serif;font-size:17px}
.map-property-preview p{margin:0;color:#736a65;font-size:7px;line-height:1.5}
.map-property-preview nav{display:flex;gap:6px;margin-top:10px}
.map-property-preview a{padding:7px 9px;border-radius:99px;background:#ebc3cf;font-size:7px;font-weight:800;text-transform:uppercase}
.map-property-preview a+ a{background:#343436;color:#fff}
.route-property-card.map-selected{border-color:#E67FB3;box-shadow:0 0 0 3px rgba(235,195,207,.35),0 18px 40px rgba(61,49,43,.1)}
.map-token-message{position:absolute;inset:0;padding:35px;display:grid;place-content:center;text-align:center}
.map-token-message>span{color:#c4718e;font-size:45px}
.map-token-message h3{margin:12px 0 6px;font-family:"Cormorant Garamond",serif;font-size:29px}
.map-token-message p{max-width:330px;color:#716864;font-size:10px;line-height:1.7}
.map-token-message code{padding:2px 5px;border-radius:5px;background:#fff}
.mapboxgl-ctrl-logo{opacity:.45}
.mapboxgl-ctrl-attrib{font-size:8px!important}
@media(max-width:1100px){
.property-results-stage.map-view{grid-template-columns:1fr}
.property-results-stage.map-view .boutique-map{order:1}
.property-results-stage.map-view .results-layout{order:2}
}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{order:initial}
.map-property-preview{grid-template-columns:105px 1fr;bottom:10px;left:10px;width:calc(100% - 20px)}
.cw-map-controls{right:10px;top:10px}
.cw-map-controls button{width:46px;height:46px}
.map-lifestyle-panel{right:64px;top:10px}
.search-map-area{top:10px}
}
.property-results-stage>.boutique-map[hidden]{display:none!important}
.property-results-stage.map-view{grid-template-columns:minmax(330px,1fr) minmax(620px,2fr);gap:30px}
.property-results-stage.map-view .results-layout{max-height:calc(100vh - 125px);overflow-y:auto;padding:4px 14px 40px 4px;scroll-snap-type:y proximity;scrollbar-width:thin;scrollbar-color:#d8c9c2 transparent}
.property-results-stage.map-view .route-property-card{scroll-snap-align:start}
.property-results-stage.map-view .boutique-map{height:calc(100vh - 105px);min-height:650px;border-radius:30px;box-shadow:0 24px 65px rgba(54,45,41,.14)}
.map-property-preview{grid-template-columns:180px 1fr;width:min(470px,calc(100% - 32px));border-radius:26px;box-shadow:0 24px 65px rgba(44,36,33,.24);transform:translateY(18px) scale(.96)}
.map-property-preview.show{transform:none}
.map-property-preview>div{padding:22px}
.map-property-preview strong{font-size:24px}
.map-property-preview h3{font-size:24px}
.map-property-preview p{font-size:9px}
.map-property-preview em{display:inline-flex;margin-top:9px;padding:6px 9px;border-radius:99px;background:#f1d6df;color:#6f4755;font-size:7px;font-style:normal;font-weight:800;text-transform:uppercase}
.map-property-preview a{padding:10px 12px}
.cw-map-controls{gap:9px}
.cw-map-controls button{border-color:rgba(255,255,255,.55);background:rgba(255,253,249,.82);box-shadow:0 9px 28px rgba(48,41,37,.14);backdrop-filter:blur(18px)}
.cw-map-controls button.active{background:#343436;color:#fff}
.search-map-area{min-height:48px;padding:0 23px;box-shadow:0 12px 30px rgba(33,29,27,.2);font-size:10px}
.map-lifestyle-panel{width:230px;padding:22px;border-radius:22px}
.map-lifestyle-panel label{display:flex;align-items:center;gap:8px}
.map-lifestyle-panel label i{width:20px;color:#ba6684;font-size:13px;font-style:normal}
.map-fullscreen{position:fixed!important;z-index:1000!important;inset:14px!important;width:auto!important;height:auto!important;min-height:0!important;border:7px solid #fff}
.draw-mode{cursor:crosshair}
.marker-hovering .route-property-card:not(.map-selected){opacity:.55;transform:scale(.985)}
.route-property-card.map-selected{transform:translateY(-5px);border-color:#E67FB3;box-shadow:0 0 0 3px rgba(235,195,207,.4),0 26px 58px rgba(61,49,43,.16)}
@media(max-width:1100px){
.property-results-stage.map-view .results-layout{max-height:none;overflow:visible}
.property-results-stage.map-view .boutique-map{min-height:520px}
}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{inset:72px 8px 8px;height:auto;min-height:0;border-radius:24px}
.property-results-stage.map-view .results-layout{position:fixed;z-index:34;left:14px;right:14px;bottom:18px;display:flex;gap:12px;overflow-x:auto;padding:0 0 8px;opacity:1;scroll-snap-type:x mandatory}
.property-results-stage.map-view .route-property-card{min-width:82vw;scroll-snap-align:center}
.property-results-stage.map-view .route-property-copy{padding:18px}
.property-results-stage.map-view .route-property-image{aspect-ratio:16/8}
.property-results-stage.map-view .property-editorial,.property-results-stage.map-view .route-property-facts{display:none}
.map-property-preview{display:none}
.cw-map-controls{top:12px;right:12px}
.cw-map-controls button{width:42px;height:42px}
.map-lifestyle-panel{top:12px;right:62px}
}
.property-results-stage.map-view{display:grid;grid-template-columns:1fr;gap:42px}
.property-results-stage.map-view .boutique-map{position:relative;top:auto;order:1;width:100%;height:min(72vh,780px);min-height:580px}
.property-results-stage.map-view .results-layout{order:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;overflow:visible;padding:0;scroll-snap-type:none}
.property-results-stage.map-view .route-property-card{scroll-snap-align:none}
@media(max-width:1100px){
.property-results-stage.map-view .results-layout{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{position:relative;inset:auto;width:100%;height:62vh;min-height:460px;border-width:0}
.property-results-stage.map-view .results-layout{position:relative;z-index:auto;inset:auto;display:grid;grid-template-columns:1fr;overflow:visible;padding:0;opacity:1;scroll-snap-type:none}
.property-results-stage.map-view .route-property-card{min-width:0}
.property-results-stage.map-view .route-property-image{aspect-ratio:4/3}
.property-results-stage.map-view .property-editorial{display:block}
.property-results-stage.map-view .route-property-facts{display:flex}
}
.property-results-stage.map-view .boutique-map{overflow:hidden;padding:14px;border:1px solid rgba(206,188,155,.34);background-color:#f8f5f1;background-image:radial-gradient(circle at 18% 5%,rgba(255,255,255,.9),transparent 34%),radial-gradient(circle at 88% 92%,rgba(235,195,207,.15),transparent 30%),repeating-linear-gradient(0deg,rgba(90,76,66,.018) 0,rgba(90,76,66,.018) 1px,transparent 1px,transparent 4px);box-shadow:inset 0 0 0 6px rgba(255,253,249,.78),inset 0 0 0 7px rgba(235,195,207,.16),0 28px 70px rgba(57,48,43,.13),0 2px 0 rgba(255,255,255,.95)}
.property-results-stage.map-view .boutique-map:before{content:"";position:absolute;z-index:3;inset:10px;border:1px solid rgba(217,202,181,.42);border-radius:22px;box-shadow:inset 0 0 30px rgba(206,188,155,.12);pointer-events:none}
.property-results-stage.map-view .boutique-map:after{content:"CW  ·  N ↑";position:absolute;z-index:4;left:30px;top:29px;padding:8px 11px;border:1px solid rgba(217,202,181,.38);border-radius:99px;background:rgba(248,245,241,.76);color:rgba(47,47,49,.58);font-family:"Cormorant Garamond",serif;font-size:11px;font-style:italic;letter-spacing:.14em;box-shadow:0 7px 20px rgba(50,42,38,.07);backdrop-filter:blur(9px);pointer-events:none}
.boutique-map #cw-map-canvas{inset:14px;border-radius:20px;background:#eee9e2}
.cw-map-controls{right:30px;top:30px}
.cw-map-controls button{width:46px;height:46px;border:1px solid rgba(230,127,179,.52);border-radius:50%;background:rgba(248,245,241,.94);color:#2f2f31;box-shadow:0 9px 24px rgba(48,40,36,.12),inset 0 1px rgba(255,255,255,.9);transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s,box-shadow .35s}
.cw-map-controls button:hover{transform:translateY(-3px);background:#ebc3cf;box-shadow:0 13px 28px rgba(74,55,62,.16),0 0 0 5px rgba(235,195,207,.16)}
.search-map-area{top:30px;min-height:50px;padding:0 25px;background:#2f2f31;color:#f8f5f1;box-shadow:0 13px 34px rgba(47,47,49,.2);letter-spacing:.04em}
.search-map-area:hover{transform:translate(-50%,-3px);box-shadow:0 17px 38px rgba(47,47,49,.24),0 0 0 5px rgba(217,202,181,.14)}
.map-lifestyle-panel{right:84px;top:30px;border:1px solid rgba(217,202,181,.46);background:rgba(248,245,241,.94);box-shadow:0 20px 48px rgba(50,42,38,.16)}
.map-property-preview{left:30px;bottom:30px;border:1px solid rgba(217,202,181,.48);background:rgba(248,245,241,.94);box-shadow:0 24px 60px rgba(48,40,36,.2),inset 0 0 0 5px rgba(255,255,255,.35);backdrop-filter:blur(18px)}
.map-property-preview>div{position:relative}
.map-property-preview>div:before{content:"CW Estate Agents";display:block;margin-bottom:8px;color:#9a8378;font-family:"Cormorant Garamond",serif;font-size:10px;font-style:italic;letter-spacing:.08em}
.map-property-preview nav{padding-top:12px;border-top:1px solid rgba(217,202,181,.38)}
.map-property-preview a{background:#ebc3cf;color:#2f2f31}
.map-property-preview a+a{background:#2f2f31;color:#f8f5f1}
.mapboxgl-canvas{filter:saturate(.72) sepia(.04) contrast(.96)}
.mapboxgl-ctrl-attrib{margin:0 18px 17px 0!important;border-radius:8px;background:rgba(248,245,241,.76)!important;color:#746b65}
.map-fullscreen{padding:14px!important;background:#f8f5f1!important}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{padding:9px}
.boutique-map #cw-map-canvas{inset:9px}
.property-results-stage.map-view .boutique-map:before{inset:6px}
.property-results-stage.map-view .boutique-map:after{left:20px;top:20px}
.cw-map-controls{right:20px;top:20px}
.search-map-area{top:20px}
}
.property-results-stage.map-view .boutique-map{height:min(78vh,860px);min-height:650px;padding:10px;border-color:rgba(206,188,155,.26);box-shadow:inset 0 0 0 4px rgba(255,253,249,.76),inset 0 0 0 5px rgba(235,195,207,.12),0 30px 76px rgba(57,48,43,.12)}
.property-results-stage.map-view .boutique-map:before{inset:7px;border-radius:24px}
.boutique-map #cw-map-canvas{inset:10px;border-radius:23px}
.cw-map-controls{right:28px;top:28px;gap:11px}
.cw-map-controls button{width:43px;height:43px}
.search-map-area{top:28px;padding:0 28px;gap:8px;display:flex;align-items:center}
.search-map-area span{font-size:17px;font-weight:400}
.map-property-preview{grid-template-columns:220px 1fr;width:min(620px,calc(100% - 60px));max-height:calc(100% - 60px);border-radius:28px}
.map-property-preview>img{aspect-ratio:16/10;min-height:100%;transition:transform .8s cubic-bezier(.22,.61,.36,1)}
.map-property-preview:hover>img{transform:scale(1.035)}
.map-property-preview>div{padding:28px}
.map-property-preview strong{margin-top:8px;font-size:27px}
.map-property-preview h3{margin:7px 0 2px;font-size:27px;line-height:1}
.map-preview-location{margin:0!important;font-size:8px!important;letter-spacing:.08em;text-transform:uppercase}
.map-property-preview small{display:block;margin-top:7px;color:#81756f;font-size:8px}
.map-property-preview em{margin:12px 0}
.map-preview-description{margin:11px 0!important;color:#6d645f!important;font-size:9px!important;line-height:1.65!important}
.map-property-preview ul{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px;padding:13px 0;border-top:1px solid rgba(217,202,181,.32);border-bottom:1px solid rgba(217,202,181,.32);list-style:none}
.map-property-preview li{color:#5f5753;font-size:7px}
.map-property-preview nav{gap:8px;margin-top:0;padding-top:0;border-top:0}
.map-property-preview a{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:36px;padding:0 15px;transition:transform .3s,background .3s,box-shadow .3s}
.map-property-preview a b{font-size:12px;transition:transform .3s}
.map-property-preview a:hover{transform:translateY(-2px);background:#E67FB3;box-shadow:0 9px 20px rgba(82,59,67,.14)}
.map-property-preview a:hover b{transform:translateX(3px)}
.map-property-preview a+a:hover{background:#48484a}
.map-lifestyle-panel{padding:24px}
.map-lifestyle-panel label{padding:8px 0}
.mapboxgl-canvas{filter:saturate(.68) sepia(.035) contrast(.94) brightness(1.015)}
@media(max-width:900px){
.map-property-preview{grid-template-columns:170px 1fr;width:min(520px,calc(100% - 50px))}
.map-property-preview>div{padding:22px}
.map-preview-description{display:none}
.map-property-preview ul{margin-bottom:10px;padding:9px 0}
}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{height:68vh;min-height:520px;padding:7px}
.boutique-map #cw-map-canvas{inset:7px}
.map-property-preview{display:none}
.cw-map-controls{right:18px;top:18px;gap:8px}
.cw-map-controls button{width:40px;height:40px}
.search-map-area{top:18px}
}
.map-mobile-instruction{display:none}
@media(max-width:700px){
.property-results-stage.map-view .boutique-map{height:52vh;min-height:390px;max-height:520px}
.property-results-stage.map-view .route-property-card{scroll-margin-top:88px}
.map-mobile-instruction{position:absolute;z-index:6;left:50%;bottom:18px;display:flex;align-items:center;gap:7px;width:max-content;max-width:calc(100% - 36px);margin:0;padding:10px 14px;border:1px solid rgba(230,127,179,.42);border-radius:999px;background:rgba(255,253,249,.94);color:#51494a;font-size:9px;font-weight:700;letter-spacing:.02em;box-shadow:0 10px 25px rgba(48,40,36,.14);transform:translateX(-50%);pointer-events:none;backdrop-filter:blur(10px)}
.map-mobile-instruction span{color:#b86683;font-size:14px}
.route-property-card.map-selected{transform:none;box-shadow:0 0 0 3px rgba(230,127,179,.48),0 18px 42px rgba(61,49,43,.14)}
}
.map-property-preview{grid-template-columns:240px 1fr;width:min(680px,calc(100% - 60px));background:rgba(255,253,249,.97)}
.map-property-preview>div{padding:30px}
.map-property-preview>div:before{font-size:12px}
.map-property-preview>div>span{font-size:9px;letter-spacing:.08em}
.map-property-preview strong{font-size:31px;line-height:1.05}
.map-property-preview h3{font-size:30px;line-height:1.05}
.map-preview-location{color:#665d58!important;font-size:10px!important;line-height:1.5!important}
.map-property-preview small{color:#5e5652;font-size:10px}
.map-property-preview em{font-size:9px}
.map-preview-description{color:#554e4a!important;font-size:11px!important;line-height:1.7!important}
.map-property-preview ul{gap:9px 14px;padding:15px 0}
.map-property-preview li{color:#49423f;font-size:9px;font-weight:650}
.map-property-preview a{min-height:42px;padding:0 18px;font-size:8px}
.map-property-preview a b{font-size:14px}
@media(max-width:900px){
.map-property-preview{grid-template-columns:190px 1fr;width:min(570px,calc(100% - 50px))}
.map-property-preview>div{padding:24px}
.map-property-preview strong{font-size:26px}
.map-property-preview h3{font-size:25px}
}
.map-preview-close{position:absolute;z-index:8;right:13px;top:13px;width:34px;height:34px;border:1px solid rgba(230,127,179,.5);border-radius:50%;background:rgba(255,253,249,.94);color:#2f2f31;font-size:22px;line-height:1;box-shadow:0 7px 18px rgba(48,40,36,.13);cursor:pointer;transition:transform .25s,background .25s}
.map-preview-close:hover{transform:translateY(-2px) rotate(4deg);background:#ebc3cf}
.map-preview-close:focus-visible{outline:3px solid rgba(235,195,207,.5);outline-offset:2px}
.ai-property-search{margin-bottom:20px;padding:5px;border:1px solid rgba(217,202,181,.42);border-radius:22px;background:#f8f5f1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 12px 32px rgba(67,54,47,.055)}
.ai-panel-heading{width:100%;display:flex;align-items:center;gap:14px;padding:16px 18px;border:0;background:transparent;color:#2f2f31;text-align:left;cursor:pointer}
.ai-panel-heading .ai-sparkle{width:35px;height:35px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#ebc3cf;font-size:14px}
.ai-panel-heading>span:nth-child(2){display:grid;gap:3px;flex:1}
.ai-panel-heading strong{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600}
.ai-panel-heading small{color:#756c67;font-size:9px;line-height:1.5}
.ai-panel-heading>b{font-size:17px;transition:transform .3s}
.ai-property-search.open .ai-panel-heading>b{transform:rotate(180deg)}
.ai-panel-body{padding:0 17px 17px}
.ai-conversation-field{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;padding:13px;border:1px solid #e2d7cf;border-radius:18px;background:#fffdf9;box-shadow:inset 0 1px 5px rgba(58,47,42,.035)}
.ai-conversation-field textarea{width:100%;min-height:54px;max-height:160px;resize:none;padding:10px 11px;border:0;background:transparent;color:#353133;font:500 13px/1.65 Manrope,sans-serif;outline:0}
.ai-conversation-field textarea::placeholder{color:#9a8e87}
.ai-conversation-field>button{min-height:48px;padding:0 19px;border:0;border-radius:99px;background:#ebc3cf;color:#302d2f;font-size:9px;font-weight:800;box-shadow:0 8px 19px rgba(113,70,84,.11);transition:transform .3s,background .3s,box-shadow .3s}
.ai-conversation-field>button b{display:inline-block;margin-left:10px;font-size:13px;transition:transform .3s}
.ai-conversation-field>button:hover{transform:translateY(-2px);background:#E67FB3;box-shadow:0 12px 25px rgba(113,70,84,.16),0 0 0 5px rgba(235,195,207,.15)}
.ai-conversation-field>button:hover b{transform:translateX(3px)}
.guided-search-actions{display:flex;justify-content:flex-end;margin:8px 4px 0}
.guided-search-actions button{padding:4px 0;border:0;border-bottom:1px solid rgba(230,127,179,.55);background:transparent;color:#795e68;font:700 8px/1.4 Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .2s,border-color .2s,opacity .2s}
.guided-search-actions button:hover{color:#3f3639;border-color:#E67FB3}
.guided-search-actions button:disabled{opacity:.35;cursor:default}
.ai-suggestion-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.ai-suggestion-chips button,.ai-recent-searches button{padding:8px 11px;border:1px solid rgba(217,202,181,.55);border-radius:99px;background:#fffdf9;color:#655c58;font-size:8px;font-weight:700;transition:.25s}
.ai-suggestion-chips button:hover,.ai-recent-searches button:hover{transform:translateY(-1px);border-color:#E67FB3;background:#f7e5eb;color:#3c3739}
.ai-recent-searches{margin-top:14px;padding-top:12px;border-top:1px solid rgba(217,202,181,.32)}
.ai-recent-searches>span{display:block;margin-bottom:8px;color:#9a8f88;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.ai-recent-searches>div{display:flex;flex-wrap:wrap;gap:6px}
.ai-property-search.searching{box-shadow:inset 0 0 0 1px rgba(235,195,207,.7),0 15px 38px rgba(67,54,47,.08)}
.ai-searching-state{position:relative;grid-column:1/-1;padding:34px 28px 28px;border:1px solid rgba(217,202,181,.4);border-radius:24px;background:radial-gradient(circle at 50% 0,rgba(230,127,179,.12),transparent 34%),#fffdf9;text-align:center;overflow:hidden;scroll-margin-top:100px}
.ai-searching-state>small{display:block;margin:7px 0 8px;color:#a65a75;font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.ai-searching-state>[data-ai-search-count]{display:block;margin:0 0 4px;color:#3f3638;font-family:"Cormorant Garamond",serif;font-size:30px;font-weight:500;line-height:1.15}
.ai-searching-state>span{display:block;min-height:34px;margin-bottom:10px;color:#4b4140;font-family:"Cormorant Garamond",serif;font-size:27px;font-style:italic;transition:opacity .18s,transform .18s}
.ai-searching-state>span.changing{opacity:0;transform:translateY(4px)}
.ai-search-pulse{position:relative;width:58px;height:58px;margin:0 auto 5px;display:grid;place-items:center}
.ai-search-pulse i{position:absolute;inset:0;border:1px solid rgba(230,127,179,.35);border-radius:50%;animation:ai-search-ring 2.2s ease-out infinite}
.ai-search-pulse i:nth-child(2){animation-delay:1.1s}
.ai-search-pulse b{position:relative;color:#E67FB3;font-size:25px;font-weight:400;animation:ai-search-home 1.8s ease-in-out infinite}
.ai-search-progress{width:min(390px,72%);height:2px;margin:0 auto 16px;background:#efe6e1;overflow:hidden}
.ai-search-progress i{display:block;width:38%;height:100%;background:linear-gradient(90deg,transparent,#E67FB3,transparent);animation:ai-search-progress 1.6s ease-in-out infinite}
.ai-search-steps{display:flex;justify-content:center;gap:26px;margin:0 0 25px;padding:0;list-style:none;color:#a79b95;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.ai-search-steps li{position:relative;padding-left:13px;transition:color .35s}
.ai-search-steps li:before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:50%;background:#d9cec8;transform:translateY(-50%);transition:.35s}
.ai-search-steps li.active{color:#5b4d51}.ai-search-steps li.active:before{background:#E67FB3;box-shadow:0 0 0 4px rgba(230,127,179,.12)}
.ai-loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ai-loading-grid>i{height:270px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;border-radius:20px;background:#f3ede8;overflow:hidden}
.ai-loading-grid>i>*{display:block;border-radius:99px;background:linear-gradient(105deg,#e8dfda 20%,#fffaf6 42%,#e8dfda 64%);background-size:220% 100%;animation:skeleton 1.5s infinite}
.ai-loading-grid>i>b{width:100%;height:155px;border-radius:13px}.ai-loading-grid>i>span{width:72%;height:10px;margin-top:15px}.ai-loading-grid>i>span+span{width:48%;margin-top:9px}.ai-loading-grid>i>em{width:30%;height:9px;margin-top:auto}
@keyframes ai-search-ring{0%{transform:scale(.55);opacity:0}35%{opacity:1}100%{transform:scale(1.3);opacity:0}}
@keyframes ai-search-home{50%{transform:translateY(-3px)}}
@keyframes ai-search-progress{from{transform:translateX(-110%)}to{transform:translateX(290%)}}
.ai-match-reasons{order:20;margin-top:20px;padding:20px 21px;border:1px solid rgba(193,132,153,.32);border-radius:15px;background:#faf5f1}
.ai-match-reasons>strong{display:block;color:#7d405b;font-family:"Cormorant Garamond",serif;font-size:20px;line-height:1.2}
.ai-match-reasons ul{display:grid;grid-template-columns:1fr;gap:10px;margin:14px 0 0;padding:0;list-style:none}
.ai-match-reasons li{position:relative;padding-left:15px;color:#493f3d;font-size:12px;font-weight:500;line-height:1.55}
.ai-match-reasons li:before{content:"";position:absolute;left:0;top:.63em;width:5px;height:5px;border-radius:50%;background:#E67FB3}
@media(max-width:700px){
.ai-property-search{margin-bottom:10px}
.ai-property-search:not(.open) .ai-panel-body{display:none}
.ai-panel-heading{padding:14px}
.ai-panel-heading strong{font-size:20px}
.ai-panel-heading small{display:none}
.ai-panel-body{padding:0 9px 10px}
.ai-conversation-field{grid-template-columns:1fr;padding:8px}
.ai-conversation-field>button{width:100%}
.ai-suggestion-chips{max-height:86px;overflow:auto}
.ai-loading-grid{grid-template-columns:1fr}
.ai-loading-grid i:not(:first-child){display:none}
.ai-search-steps{gap:12px}.ai-search-steps li{max-width:90px;line-height:1.45}
.ai-match-reasons ul{grid-template-columns:1fr}
}
.premium-search-card{padding:30px;background:#fffdf9}
.ai-property-search{margin:0;padding:0;border:0;border-radius:18px;background:#faf6f0;box-shadow:none}
.ai-panel-heading{padding:24px 26px 14px}
.ai-panel-heading strong{font-size:28px}
.ai-panel-heading small{font-size:11px}
.ai-panel-body{padding:0 26px 26px}
.ai-conversation-field{padding:15px;border-color:rgba(217,202,181,.52);box-shadow:none;transition:border-color .3s,box-shadow .3s}
.ai-conversation-field:focus-within{border-color:#E67FB3;box-shadow:0 0 0 4px rgba(235,195,207,.15)}
.ai-conversation-field textarea{min-height:62px;font-size:15px}
.ai-conversation-field>button{min-height:54px;padding:0 25px;font-size:10px}
.ai-suggestion-chips{gap:10px;margin-top:16px}
.ai-suggestion-chips button{padding:9px 14px;border-color:rgba(217,202,181,.34);background:rgba(255,253,249,.78)}
.ai-suggestion-chips .ai-extra-prompt{display:none;opacity:0}
.ai-property-search.show-more-prompts .ai-extra-prompt{display:inline-flex;animation:aiPromptIn .35s ease both}
.ai-more-prompts{border-style:dashed!important;color:#985b72!important}
.search-method-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;margin:34px 4px 27px;color:#756b66}
.search-method-divider i{height:1px;background:linear-gradient(90deg,transparent,rgba(217,202,181,.72))}
.search-method-divider i:last-child{background:linear-gradient(90deg,rgba(217,202,181,.72),transparent)}
.search-method-divider span{display:grid;gap:3px;text-align:center;font-family:"Cormorant Garamond",serif;font-size:20px}
.search-method-divider b{color:#b26d86;font:800 7px Manrope,sans-serif;letter-spacing:.2em}
.boutique-search{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}
.boutique-search .location-search{grid-column:1/-1;grid-row:1;min-height:58px}
.boutique-search>label:not(.location-search){grid-row:2;min-height:58px}
.property-search-submit{grid-column:6;grid-row:2;min-width:0;min-height:58px;padding:0 18px;border-radius:13px}
.boutique-search label{border-color:rgba(217,202,181,.48);background:#fcf9f5}
.boutique-search label:hover,.boutique-search label:focus-within{transform:none;box-shadow:0 0 0 3px rgba(235,195,207,.12)}
@keyframes aiPromptIn{from{opacity:0;transform:translateY(-5px)}
to{opacity:1;transform:none}
}
.ai-property-search:not(.open) .ai-panel-body{display:none}
.ai-property-search:not(.open) .ai-panel-heading{padding-bottom:24px}
@media(max-width:1100px){
.boutique-search{grid-template-columns:repeat(3,1fr)}
.boutique-search .location-search{grid-column:1/-1}
.boutique-search>label:not(.location-search){grid-row:auto}
.property-search-submit{grid-column:auto;grid-row:auto}
}
@media(max-width:700px){
.premium-search-card{padding:14px}
.ai-panel-heading{padding:17px}
.ai-panel-heading strong{font-size:22px}
.ai-panel-body{padding:0 12px 15px}
.ai-conversation-field textarea{font-size:13px}
.search-method-divider{gap:10px;margin:24px 2px 20px}
.search-method-divider span{font-size:17px}
.boutique-search{display:block}
.boutique-search .location-search{display:grid}
.property-search-submit{display:block}
.ai-suggestion-chips .ai-extra-prompt{display:none}
.ai-property-search.show-more-prompts .ai-extra-prompt{display:inline-flex}
}
.premium-search-card{padding:0;border:0;background:transparent;box-shadow:none}
.ai-property-search{padding:8px;border:1px solid rgba(217,202,181,.2);border-radius:24px;background:#faf5ee;box-shadow:0 18px 48px rgba(67,54,47,.075),inset 0 1px rgba(255,255,255,.8)}
.ai-panel-heading{padding:27px 30px 18px}
.ai-panel-heading strong{font-size:30px;font-weight:500;letter-spacing:-.015em}
.ai-panel-heading small{max-width:620px;color:#6d645f;font-size:12px;font-weight:400}
.ai-panel-body{padding:0 30px 30px}
.ai-conversation-field{padding:18px;border-color:rgba(217,202,181,.26);background:rgba(255,253,249,.72);border-radius:19px}
.ai-conversation-field textarea{min-height:70px;padding:12px 14px;font-size:16px;font-weight:400;transition:opacity .22s,color .3s}
.ai-conversation-field textarea.placeholder-fade{opacity:.28}
.ai-conversation-field>button{min-height:58px;padding:0 29px;font-size:10px}
.ai-suggestion-chips{gap:11px;margin-top:19px}
.ai-suggestion-chips button,.ai-recent-searches button{border-color:rgba(217,202,181,.25);font-weight:600}
.ai-suggestion-chips button:hover,.ai-recent-searches button:hover{border-color:#E67FB3}
.search-method-divider{margin:46px 6px 33px;gap:30px}
.search-method-divider i{opacity:.72}
.search-method-divider span{gap:5px;font-size:inherit}
.search-method-divider b{color:#3f3937;font:500 23px "Cormorant Garamond",serif;letter-spacing:0;text-transform:none}
.search-method-divider small{color:#817770;font:400 9px/1.5 Manrope,sans-serif}
.boutique-search{gap:13px}
.boutique-search label{border-color:rgba(217,202,181,.3);background:rgba(252,249,245,.72);box-shadow:none}
.boutique-search label>span{font-weight:500}
.boutique-search input,.boutique-search select{font-weight:500}
.property-search-submit{height:58px;box-shadow:0 8px 20px rgba(125,76,93,.1)}
.property-search-submit span{display:inline-block;transition:transform .25s}
.property-search-submit:hover span{transform:translateX(3px)}
.ai-panel-heading:focus-visible,.ai-suggestion-chips button:focus-visible,.ai-conversation-field>button:focus-visible,.property-search-submit:focus-visible{outline:3px solid rgba(180,78,114,.38);outline-offset:3px}
@media(max-width:700px){
.premium-search-card{padding:0}
.ai-property-search{padding:4px}
.ai-panel-heading{padding:18px}
.ai-panel-heading strong{font-size:23px}
.ai-panel-body{padding:0 14px 16px}
.ai-conversation-field{padding:10px}
.ai-conversation-field textarea{min-height:62px;font-size:14px}
.search-method-divider{margin:30px 3px 25px}
.search-method-divider b{font-size:20px}
.search-method-divider small{font-size:8px}
}
.ai-property-search{box-shadow:0 22px 62px rgba(67,54,47,.065),0 4px 14px rgba(67,54,47,.035),inset 0 1px rgba(255,255,255,.82)}
.ai-panel-heading{padding-top:32px;padding-bottom:23px}
.ai-panel-heading span:nth-child(2){gap:5px}
.ai-panel-heading em{margin-top:5px;color:#958a83;font-size:9px;font-style:normal;font-weight:400}
.ai-panel-body{padding-bottom:34px}
.search-method-divider{width:70%;margin:76px auto 62px;gap:28px}
.search-method-divider b{font-size:27px;font-weight:500}
.search-method-divider small{margin-top:4px;font-size:10px}
.boutique-search{align-items:stretch;row-gap:16px}
.boutique-search label,.property-search-submit{height:60px;min-height:60px}
.boutique-search input:focus-visible,.boutique-search select:focus-visible,.ai-conversation-field textarea:focus-visible{outline:0}
.boutique-search label:focus-within{border-color:rgba(180,78,114,.46);background:#fffafc;box-shadow:0 0 0 4px rgba(235,195,207,.14)}
.property-search-submit{transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s,box-shadow .35s}
.property-search-submit:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(125,76,93,.15)}
.ai-conversation-field>button{transition:transform .35s cubic-bezier(.22,.61,.36,1),background .35s,box-shadow .35s}
.ai-suggestion-chips button{transition:transform .3s cubic-bezier(.22,.61,.36,1),border-color .3s,background .3s}
.ai-property-search,.search-method-divider,.boutique-search{animation:searchSectionIn .65s cubic-bezier(.22,.61,.36,1) both}
.search-method-divider{animation-delay:.08s}
.boutique-search{animation-delay:.14s}
@keyframes searchSectionIn{from{opacity:0;transform:translateY(8px)}
to{opacity:1;transform:none}
}
@media(max-width:700px){
.ai-panel-heading em{display:none}
.search-method-divider{width:92%;margin:44px auto 38px;gap:12px}
.search-method-divider b{font-size:22px}
.search-method-divider small{font-size:8px}
.boutique-search label,.property-search-submit{height:auto;min-height:58px}
}
.team-page-intro{max-width:680px;margin-bottom:42px}
.team-page-intro h2{margin-bottom:18px}
.team-page-intro>p{color:#746c67;font-size:14px;line-height:1.8}
.team-flip-card{min-height:520px;perspective:1400px}
.team-flip-inner{position:relative;width:100%;height:100%;min-height:520px;transition:transform .75s cubic-bezier(.22,.61,.36,1);transform-style:preserve-3d}
.team-flip-card.is-flipped .team-flip-inner{transform:rotateY(180deg)}
.team-flip-face{position:absolute;inset:0;overflow:hidden;width:100%;height:100%;border:1px solid #e3d8cf;border-radius:25px;background:#fffdf9;box-shadow:0 18px 45px rgba(62,52,47,.09);backface-visibility:hidden;-webkit-backface-visibility:hidden}
.team-flip-front{padding:0;text-align:left}
.team-flip-front img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.22,.61,.36,1)}
.team-flip-front:hover img{transform:scale(1.025)}
.team-image-cue{position:absolute;left:20px;right:20px;bottom:20px;min-height:54px;padding:0 20px;border-radius:999px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,249,.9);color:#3e3938;font-size:11px;font-weight:700;box-shadow:0 12px 30px rgba(41,34,31,.13);backdrop-filter:blur(12px)}
.team-image-cue b,.team-flip-close b{font-size:17px;font-weight:400;transition:transform .3s}
.team-flip-front:hover .team-image-cue b{transform:rotate(45deg)}
.team-flip-back{padding:clamp(30px,3.5vw,48px);display:flex;flex-direction:column;justify-content:center;transform:rotateY(180deg);background:linear-gradient(145deg,#fffdf9,#f6eee8)}
.team-flip-back:after{content:"";position:absolute;right:-55px;bottom:-75px;width:210px;height:210px;border:1px solid rgba(230,127,179,.45);border-radius:50%;pointer-events:none}
.team-flip-back h3{margin:18px 0 5px;font:500 clamp(42px,4vw,58px)/.95 "Cormorant Garamond",serif}
.team-flip-role{margin:0 0 23px!important;color:#aa627c!important;font-size:9px!important;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.team-flip-back>p:last-of-type{position:relative;z-index:1;font-size:13px;line-height:1.9}
.team-flip-close{position:relative;z-index:1;align-self:flex-start;margin-top:20px;padding:12px 17px;border:1px solid #dfd2c8;border-radius:999px;background:transparent;color:#4b4542;font-size:9px;font-weight:750}
.team-flip-close:hover{background:#f3d5df}
.team-flip-front:focus-visible,.team-flip-close:focus-visible{outline:3px solid rgba(180,78,114,.45);outline-offset:4px}
@media(max-width:900px){
.team-flip-card,.team-flip-inner{min-height:500px}
}
@media(max-width:620px){
.team-page-intro{margin-bottom:28px}
.team-flip-card,.team-flip-inner{min-height:480px}
}
.sourcing-hero{padding:128px max(4vw,24px) 88px;background:radial-gradient(circle at 78% 25%,rgba(230,127,179,.18),transparent 33%),#faf7f2}
.sourcing-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(45px,6vw,95px)}
.sourcing-hero-copy h1{margin:20px 0 28px;font-size:clamp(60px,6.4vw,94px);line-height:.91;letter-spacing:-.065em}
.sourcing-hero-copy h1 em,.sourcing-two-col h2 em,.sourcing-benefits h2 em,.sourcing-process h2 em,.sourcing-for-card h2 em{font-family:"Cormorant Garamond",serif;font-weight:500}
.sourcing-hero-copy>p{max-width:620px;color:#6e6662;font-size:15px;line-height:1.85}
.sourcing-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px;margin-top:30px}
.sourcing-actions .route-button{margin:0}
.sourcing-actions .route-button b{margin-left:18px;font-size:15px;transition:transform .25s}
.sourcing-actions .route-button:hover b{transform:translateX(4px)}
.sourcing-text-link{padding-bottom:5px;border-bottom:1px solid #E67FB3;font-size:11px;font-weight:700}
.sourcing-trust{display:flex;flex-wrap:wrap;gap:9px 22px;margin-top:38px;color:#7d736e;font-size:9px}
.sourcing-trust span:before{content:"✓";margin-right:7px;color:#b44e72}
.sourcing-hero-image{position:relative;margin:0;padding:13px;border:1px solid #e4d8cf;border-radius:110px 24px 110px 24px;background:#fff;box-shadow:0 28px 65px rgba(55,45,40,.12)}
.sourcing-hero-image img{display:block;width:100%;height:min(62vh,610px);min-height:480px;border-radius:98px 17px 98px 17px;object-fit:cover}
.sourcing-hero-image figcaption{position:absolute;left:42px;right:42px;bottom:35px;padding:18px 22px;border-radius:18px;background:rgba(255,253,249,.88);box-shadow:0 12px 30px rgba(47,39,35,.14);backdrop-filter:blur(14px)}
.sourcing-hero-image figcaption span{display:block;color:#a66079;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.sourcing-hero-image figcaption strong{display:block;margin-top:5px;font:500 24px "Cormorant Garamond",serif}
.sourcing-two-col{display:grid;grid-template-columns:.9fr 1fr;gap:clamp(50px,8vw,130px);align-items:start}
.sourcing-two-col h2,.sourcing-benefits h2,.sourcing-process h2,.sourcing-for-card h2{font-size:clamp(48px,5.5vw,76px);line-height:.94}
.sourcing-prose p{margin:0 0 20px;color:#6e6662;font-size:14px;line-height:1.95}
.sourcing-benefits h2{max-width:850px}
.sourcing-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:50px}
.sourcing-benefit-grid article{min-height:280px;padding:30px 25px;border:1px solid rgba(216,201,190,.75);border-radius:22px;background:rgba(255,253,249,.72);transition:.35s}
.sourcing-benefit-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(58,48,43,.08)}
.sourcing-benefit-grid i{color:#c47d96;font:italic 24px "Cormorant Garamond",serif}
.sourcing-benefit-grid h3{margin:42px 0 12px;font-size:20px}
.sourcing-benefit-grid p,.sourcing-process li p{color:#756c67;font-size:12px;line-height:1.75}
.sourcing-process .route-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,120px)}
.sourcing-process-head>p{max-width:380px;color:#766d68;line-height:1.8}
.sourcing-process ol{margin:0;padding:0;list-style:none}
.sourcing-process li{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:25px 0;border-top:1px solid #e3d8cf}
.sourcing-process li:last-child{border-bottom:1px solid #e3d8cf}
.sourcing-process li>span{width:43px;height:43px;display:grid;place-items:center;border-radius:50%;background:#f3d4df;color:#8d4d65;font-size:9px;font-weight:800}
.sourcing-process li h3{margin:0;font-size:24px}
.sourcing-process li p{margin:8px 0 0}
.sourcing-for{padding-top:30px}
.sourcing-for-card{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding:clamp(38px,6vw,80px);border-radius:34px;background:#343436;color:#fff;box-shadow:0 30px 70px rgba(45,39,38,.16)}
.sourcing-for-card h2{margin-bottom:0}
.sourcing-for-card ul{align-self:center;margin:0;padding:0;list-style:none}
.sourcing-for-card li{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12);color:#ddd5d0;font-size:12px}
.sourcing-for-card li:before{content:"◇";margin-right:13px;color:#E67FB3}
@media(max-width:950px){
.sourcing-hero-grid,.sourcing-two-col,.sourcing-process .route-inner,.sourcing-for-card{grid-template-columns:1fr}
.sourcing-hero-image{max-width:720px}
.sourcing-benefit-grid{grid-template-columns:1fr 1fr}
.sourcing-for-card{gap:30px}
}
@media(max-width:620px){
.sourcing-hero{padding:95px 20px 65px}
.sourcing-hero-copy h1{font-size:55px}
.sourcing-hero-image img{height:430px;min-height:0}
.sourcing-hero-image figcaption{left:25px;right:25px;bottom:25px}
.sourcing-trust{display:grid}
.sourcing-benefit-grid{grid-template-columns:1fr}
.sourcing-benefit-grid article{min-height:230px}
.sourcing-benefit-grid h3{margin-top:25px}
.sourcing-for-card{padding:35px 25px}
}
.selling-hero{padding:128px max(4vw,24px) 90px;background:radial-gradient(circle at 77% 30%,rgba(230,127,179,.2),transparent 36%),#f8f5f1}
.selling-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(50px,7vw,105px)}
.selling-hero-copy h1{margin:20px 0 28px;font-size:clamp(62px,6.4vw,96px);line-height:.9;letter-spacing:-.068em}
.selling-hero-copy h1 em,.selling-section-head h2 em,.selling-why h2 em,.selling-faq h2 em,.selling-final-cta h2 em{font-family:"Cormorant Garamond",serif;font-weight:500}
.selling-hero-copy>p{max-width:620px;color:#69625e;font-size:15px;line-height:1.9}
.selling-actions{display:flex;align-items:center;flex-wrap:wrap;gap:25px;margin-top:31px}
.selling-actions .route-button{margin:0}
.selling-actions .route-button b,.selling-final-cta .route-button b{margin-left:18px;font-size:15px;transition:transform .25s}
.selling-actions .route-button:hover b,.selling-final-cta .route-button:hover b{transform:translateX(4px)}
.selling-secondary{padding-bottom:5px;border-bottom:1px solid #E67FB3;font-size:11px;font-weight:750}
.selling-trust{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:38px;color:#776f6a;font-size:8px;font-weight:650}
.selling-trust span:before{content:"✓";margin-right:7px;color:#b44e72}
.selling-hero-visual{position:relative;margin:0;padding:13px;isolation:isolate}
.selling-hero-blush{position:absolute;z-index:-1;inset:-28px -36px 26px 35px;border-radius:46% 54% 58% 42%;background:rgba(230,127,179,.24);filter:blur(2px)}
.selling-hero-visual>img{display:block;width:100%;height:min(65vh,620px);min-height:500px;border-radius:105px 26px 105px 26px;object-fit:cover;box-shadow:0 30px 70px rgba(50,41,38,.15)}
.selling-hero-visual figcaption{position:absolute;left:42px;right:42px;bottom:36px;padding:18px 22px;border-radius:18px;background:rgba(255,253,249,.89);box-shadow:0 12px 30px rgba(47,39,35,.14);backdrop-filter:blur(14px)}
.selling-hero-visual small{display:block;color:#a35f78;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.selling-hero-visual strong{display:block;margin-top:6px;font:500 23px "Cormorant Garamond",serif}
.selling-stat-band{padding:0 max(4vw,24px);background:#f8f5f1}
.selling-stat-band .route-inner{position:relative;z-index:2;margin-bottom:-45px;padding:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid #e3d8cf;border-radius:26px;background:#fffdf9;box-shadow:0 22px 55px rgba(61,50,44,.09)}
.selling-stat-band article{padding:18px 25px;border-right:1px solid #eee4dc;text-align:center}
.selling-stat-band article:last-child{border:0}
.selling-stat-band strong{display:block;color:#3c3837;font:500 43px "Cormorant Garamond",serif}
.selling-stat-band span{display:block;margin-top:4px;color:#8b7f78;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.selling-process{padding-top:155px}
.selling-section-head{max-width:820px;margin-bottom:65px}
.selling-section-head h2{font-size:clamp(50px,5.8vw,78px);line-height:.93}
.selling-section-head>p{max-width:590px;color:#716863;font-size:14px;line-height:1.85}
.selling-timeline{position:relative;max-width:1050px;margin:auto}
.selling-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(#ecc5d3,#d9c8bd,#ecc5d3)}
.selling-timeline article{position:relative;width:50%;min-height:240px;padding:18px 70px 50px 0;display:grid;grid-template-columns:58px 1fr;gap:20px;align-content:start}
.selling-timeline article.is-even{margin-left:50%;padding:18px 0 50px 70px}
.selling-stage-number{position:absolute;z-index:2;right:-25px;top:12px;width:50px;height:50px;display:grid;place-items:center;border:8px solid #faf7f2;border-radius:50%;background:#E67FB3;color:#60434e;font-size:9px;font-weight:800}
.is-even .selling-stage-number{left:-25px;right:auto}
.selling-stage-copy small{color:#bd6f8b;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.selling-stage-copy h3{margin:9px 0;font-size:27px}
.selling-stage-copy p{color:#736a65;font-size:12px;line-height:1.8}
.selling-timeline figure{grid-column:1/-1;margin:18px 0 0;height:190px;overflow:hidden;border-radius:21px}
.selling-timeline figure img{width:100%;height:100%;object-fit:cover}
.selling-why-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,7vw,100px)}
.selling-why figure{position:relative;margin:0}
.selling-why figure img{width:100%;height:680px;border-radius:32px 110px 32px 110px;object-fit:cover;box-shadow:0 28px 65px rgba(55,45,40,.13)}
.selling-why figcaption{position:absolute;left:28px;bottom:28px;padding:15px 19px;border-radius:99px;background:rgba(255,253,249,.9);font:italic 17px "Cormorant Garamond",serif}
.selling-why h2{font-size:clamp(52px,5.7vw,78px);line-height:.93}
.selling-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:36px}
.selling-feature-grid article{min-height:128px;padding:22px;border:1px solid #e1d5cb;border-radius:19px;background:rgba(255,253,249,.74);transition:.3s}
.selling-feature-grid article:hover{transform:translateY(-4px);background:#fff9fb;box-shadow:0 15px 35px rgba(57,47,43,.07)}
.selling-feature-grid i{color:#bc6c89;font:normal 20px "Cormorant Garamond",serif}
.selling-feature-grid h3{margin:22px 0 0;font-size:15px}
.selling-marketing{background:#fffdf9}
.selling-masonry{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:14px}
.marketing-tile{position:relative;overflow:hidden;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border-radius:24px;background:linear-gradient(0deg,rgba(37,33,33,.82),rgba(37,33,33,.05)),var(--marketing-image) center/cover;color:#fff;transition:.4s}
.marketing-tile:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(45,37,34,.18)}
.marketing-tile:nth-child(1),.marketing-tile:nth-child(6){grid-row:span 2}
.marketing-tile:nth-child(4),.marketing-tile:nth-child(7){grid-column:span 2}
.marketing-tile span{font-size:8px;font-weight:800;letter-spacing:.12em}
.marketing-tile h3{max-width:180px;margin:0;font-size:18px}
.selling-testimonial{padding:110px max(5vw,26px);background:#343436;color:#fff}
.selling-testimonial .route-inner{display:grid;grid-template-columns:320px 1fr;align-items:center;gap:clamp(50px,8vw,120px)}
.selling-testimonial figure{margin:0}
.selling-testimonial img{width:100%;aspect-ratio:4/5;border-radius:110px 28px 110px 28px;object-fit:cover}
.selling-testimonial blockquote{position:relative;margin:0}
.selling-testimonial blockquote>span{position:absolute;left:-28px;top:-75px;color:#E67FB3;font:170px/1 "Cormorant Garamond",serif;opacity:.25}
.selling-testimonial blockquote p{position:relative;margin:0;font:500 clamp(28px,3.6vw,48px)/1.17 "Cormorant Garamond",serif}
.selling-testimonial footer{margin-top:30px}
.selling-testimonial footer strong,.selling-testimonial footer small{display:block}
.selling-testimonial footer small{margin-top:6px;color:#bdb5b0;font-size:9px}
.selling-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,120px)}
.selling-faq h2{font-size:clamp(50px,5.2vw,74px);line-height:.94}
.selling-faq header>p{color:#756c67;line-height:1.8}
.selling-accordion details{border-top:1px solid #ded2c8}
.selling-accordion details:last-child{border-bottom:1px solid #ded2c8}
.selling-accordion summary{padding:23px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;font-size:14px;font-weight:700}
.selling-accordion summary::-webkit-details-marker{display:none}
.selling-accordion summary span{color:#bd708b;font-size:22px;font-weight:400;transition:transform .25s}
.selling-accordion details[open] summary span{transform:rotate(45deg)}
.selling-accordion details p{margin:0;padding:0 40px 24px 0;color:#756c67;font-size:12px;line-height:1.85;animation:sellingFaq .3s ease}
@keyframes sellingFaq{from{opacity:0;transform:translateY(-5px)}
to{opacity:1;transform:none}
}
.selling-final-cta{position:relative;overflow:hidden;padding:115px max(5vw,26px);background:#f2dce4;text-align:center}
.selling-final-cta>i{position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.55);border-radius:50%}
.selling-final-cta>i:first-child{left:-100px;top:-150px}
.selling-final-cta>i:nth-child(2){right:-80px;bottom:-190px}
.selling-final-cta h2{margin:18px 0;font-size:clamp(58px,7vw,92px);line-height:.88}
.selling-final-cta p{max-width:640px;margin:auto;color:#665a5e;font-size:14px;line-height:1.8}
.selling-final-cta .route-inner>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:26px;margin-top:30px}
.selling-final-cta .route-button{margin:0;background:#343436;color:#fff}
.selling-final-cta .route-inner>div>a:last-child{padding-bottom:5px;border-bottom:1px solid #9d6276;font-size:11px;font-weight:750}
@media(max-width:950px){
.selling-hero-grid,.selling-why-grid,.selling-faq-grid{grid-template-columns:1fr}
.selling-hero-visual{max-width:740px}
.selling-stat-band .route-inner{grid-template-columns:1fr 1fr}
.selling-stat-band article:nth-child(2){border-right:0}
.selling-stat-band article:nth-child(-n+2){border-bottom:1px solid #eee4dc}
.selling-why figure img{height:520px}
.selling-masonry{grid-template-columns:repeat(2,1fr)}
.selling-testimonial .route-inner{grid-template-columns:240px 1fr}
}
@media(max-width:620px){
.selling-hero{padding:95px 20px 70px}
.selling-hero-copy h1{font-size:55px}
.selling-hero-visual>img{height:430px;min-height:0}
.selling-trust{display:grid}
.selling-stat-band .route-inner{padding:10px}
.selling-stat-band article{padding:16px 7px}
.selling-stat-band strong{font-size:35px}
.selling-process{padding-top:125px}
.selling-timeline:before{left:24px}
.selling-timeline article,.selling-timeline article.is-even{width:100%;margin:0;padding:15px 0 48px 72px;display:block}
.selling-stage-number,.is-even .selling-stage-number{left:0;right:auto}
.selling-timeline figure{height:170px}
.selling-feature-grid{grid-template-columns:1fr}
.selling-why figure img{height:430px}
.selling-masonry{display:grid;grid-template-columns:1fr;grid-auto-rows:210px}
.marketing-tile:nth-child(n){grid-column:auto;grid-row:auto}
.selling-testimonial .route-inner{grid-template-columns:1fr}
.selling-testimonial figure{max-width:240px}
.selling-testimonial blockquote>span{left:-5px}
.selling-faq-grid{gap:30px}
.selling-final-cta{padding:85px 20px}
}
@media(max-width:620px){
.selling-hero{overflow:hidden}
.selling-hero-grid,.selling-hero-copy,.selling-hero-visual{width:100%;min-width:0}
.selling-hero-copy h1{max-width:100%;font-size:clamp(46px,14vw,55px);overflow-wrap:break-word}
.selling-hero-copy>p{max-width:100%;font-size:14px}
.selling-hero-visual{margin:0;padding:8px}
.selling-hero-visual>img{width:100%}
}
.selling-hero{position:relative;overflow:hidden;padding-top:138px;background-color:#f8f5f1;background-image:radial-gradient(ellipse at 78% 18%,rgba(230,127,179,.095),transparent 31%),radial-gradient(ellipse at 92% 70%,rgba(233,195,207,.08),transparent 27%),radial-gradient(ellipse at 7% 90%,rgba(244,221,213,.12),transparent 30%);isolation:isolate}
.selling-hero:after{content:"";position:absolute;z-index:-1;inset:0;opacity:.19;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E")}
.selling-hero-grid{grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr);gap:clamp(65px,7vw,115px)}
.selling-hero-copy{max-width:590px}
.selling-hero-copy h1{max-width:550px;margin:22px 0 36px;font-size:clamp(60px,5.8vw,88px)}
.selling-hero-copy h1 span,.selling-hero-copy h1 em{display:block;animation:sellingLineReveal .85s cubic-bezier(.16,1,.3,1) both}
.selling-hero-copy h1 em{animation-delay:.12s}
.selling-hero-copy>p{max-width:560px;margin:0;font-size:15px;line-height:1.95}
.selling-actions{gap:30px;margin-top:39px;animation:sellingFadeUp .75s .28s both}
.selling-actions .route-button{min-height:56px;padding:0 27px;box-shadow:0 10px 24px rgba(167,89,117,.12);transition:transform .3s,box-shadow .3s,background .3s}
.selling-actions .route-button:hover{transform:translateY(-3px);background:#E67FB3;box-shadow:0 16px 34px rgba(167,89,117,.19)}
.selling-secondary{position:relative;padding:10px 0 8px;border:0}
.selling-secondary:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:#cf8ca4;transform:scaleX(.28);transform-origin:left;transition:transform .35s cubic-bezier(.22,.61,.36,1)}
.selling-secondary:hover:after{transform:scaleX(1)}
.selling-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:48px}
.selling-trust article{min-height:112px;padding:18px 15px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(222,207,196,.58);border-radius:17px;background:rgba(255,253,249,.68);box-shadow:0 8px 22px rgba(64,52,46,.035);transition:transform .3s,box-shadow .3s,background .3s}
.selling-trust article:hover{transform:translateY(-4px);background:rgba(255,253,249,.92);box-shadow:0 16px 32px rgba(64,52,46,.07)}
.selling-trust svg{width:24px;height:24px;fill:none;stroke:#b86582;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.selling-trust article span{color:#675f5b;font-size:9.5px;font-weight:700;line-height:1.5}
.selling-trust span:before{display:none}
.selling-hero-visual{padding:0;animation:sellingCardArrival .85s .15s both}
.selling-hero-blush{inset:-3% -4% 6% 4%;border-radius:42% 58% 51% 49%;opacity:.28;background:radial-gradient(ellipse at 45% 35%,rgba(230,127,179,.36),transparent 58%),radial-gradient(ellipse at 75% 72%,rgba(236,198,208,.25),transparent 55%);filter:blur(18px)}
.selling-hero-image-wrap{height:min(68vh,650px);min-height:540px;overflow:hidden;border-radius:92px 26px 92px 26px;box-shadow:0 28px 65px rgba(53,44,40,.13)}
.selling-hero-image-wrap img{--hero-x:0px;--hero-y:0px;display:block;width:calc(100% + 16px);height:calc(100% + 16px);margin:-8px;object-fit:cover;object-position:center;transform:translate(var(--hero-x),var(--hero-y)) scale(1);animation:sellingImageSettle 1.15s cubic-bezier(.16,1,.3,1) both;transition:transform .5s cubic-bezier(.22,.61,.36,1)}
.selling-hero-visual>img{display:none}
.selling-hero-visual figcaption{left:auto;right:-18px;bottom:42px;width:min(400px,68%);padding:24px 25px;border:1px solid rgba(255,255,255,.54);border-radius:21px;background:rgba(255,252,248,.78);box-shadow:0 18px 45px rgba(45,38,35,.13);backdrop-filter:blur(18px);animation:sellingFadeUp .7s .62s both}
.selling-hero-visual figcaption small{font-size:8px;letter-spacing:.15em}
.selling-hero-visual figcaption strong{max-width:320px;margin-top:9px;font-size:25px;line-height:1.08}
.selling-hero-visual figcaption div{display:flex;flex-wrap:wrap;gap:8px 15px;margin-top:17px;padding-top:14px;border-top:1px solid rgba(112,93,84,.12)}
.selling-hero-visual figcaption div span{color:#6c625d;font-size:7px;font-weight:700}
.selling-review-card{position:absolute;z-index:3;left:-42px;bottom:-35px;width:245px;padding:20px 22px;border:1px solid rgba(225,211,200,.7);border-radius:19px;background:rgba(255,253,249,.94);box-shadow:0 18px 42px rgba(57,47,43,.13);transform:rotate(-1.5deg);animation:sellingFadeUp .7s .78s both}
.selling-review-card b{color:#c47793;font-size:10px;letter-spacing:2px}
.selling-review-card p{margin:10px 0 8px;color:#48413e;font:italic 17px/1.28 "Cormorant Garamond",serif}
.selling-review-card small{color:#8a7e77;font-size:8px;font-weight:650}
@keyframes sellingLineReveal{from{opacity:0;transform:translateY(24px);clip-path:inset(0 0 100%)}
to{opacity:1;transform:none;clip-path:inset(0)}
}
@keyframes sellingFadeUp{from{opacity:0;transform:translateY(16px)}
to{opacity:1;transform:none}
}
@keyframes sellingCardArrival{from{opacity:0;transform:translateY(14px)}
to{opacity:1;transform:none}
}
@keyframes sellingImageSettle{from{transform:translate(var(--hero-x),var(--hero-y)) scale(1.03)}
to{transform:translate(var(--hero-x),var(--hero-y)) scale(1)}
}
@media(max-width:1100px){
.selling-trust{grid-template-columns:1fr}
.selling-trust article{min-height:0;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px}
.selling-review-card{left:15px}
.selling-hero-visual figcaption{right:15px}
}
@media(max-width:950px){
.selling-hero-copy{max-width:720px}
.selling-hero-copy h1{max-width:650px}
.selling-trust{grid-template-columns:repeat(3,1fr)}
.selling-trust article{display:flex;min-height:100px}
.selling-hero-visual{margin-top:15px}
.selling-review-card{bottom:-25px}
}
@media(max-width:620px){
.selling-hero{padding-top:94px}
.selling-hero-copy h1{margin-bottom:28px}
.selling-actions{align-items:flex-start;gap:20px;margin-top:30px}
.selling-actions .route-button{width:100%}
.selling-trust{grid-template-columns:1fr;margin-top:36px}
.selling-trust article{min-height:72px;display:grid;grid-template-columns:32px 1fr;align-items:center}
.selling-hero-visual{margin-top:18px;padding-bottom:90px}
.selling-hero-image-wrap{height:470px;min-height:0;border-radius:62px 20px 62px 20px}
.selling-hero-visual figcaption{left:18px;right:18px;bottom:88px;width:auto;padding:19px}
.selling-hero-visual figcaption strong{font-size:21px}
.selling-hero-visual figcaption div{gap:7px 12px}
.selling-review-card{left:0;bottom:0;width:220px;padding:16px 18px}
.selling-review-card p{font-size:15px}
}
@media(prefers-reduced-motion:reduce){
.selling-hero-copy h1 span,.selling-hero-copy h1 em,.selling-actions,.selling-hero-visual,.selling-hero-image-wrap img,.selling-hero-visual figcaption,.selling-review-card{animation:none}
.selling-hero-image-wrap img{transition:none}
}
.selling-stat-band{position:relative;padding:0 max(4vw,24px);background:#f8f5f1;isolation:isolate}
.selling-stat-band:before,.selling-stat-band:after{content:"";position:absolute;z-index:-1;width:28%;height:150%;top:-25%;pointer-events:none;filter:blur(35px)}
.selling-stat-band:before{left:0;background:radial-gradient(ellipse at left,rgba(230,127,179,.13),transparent 68%)}
.selling-stat-band:after{right:0;background:radial-gradient(ellipse at right,rgba(239,205,213,.11),transparent 68%)}
.selling-stat-band .route-inner{position:relative;overflow:hidden;min-height:280px;margin-bottom:-54px;padding:18px;gap:0;border:1px solid rgba(218,202,190,.72);border-radius:31px;background-color:rgba(255,253,249,.91);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='s'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23s)' opacity='.035'/%3E%3C/svg%3E");box-shadow:0 26px 70px rgba(60,49,43,.085),0 5px 18px rgba(60,49,43,.035)}
.selling-stat-band article{position:relative;min-width:0;padding:32px clamp(22px,2.4vw,38px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:0;text-align:left;opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.22,.61,.36,1),transform .4s cubic-bezier(.22,.61,.36,1),background .4s,box-shadow .4s;border-radius:22px}
.selling-stat-band article:after{content:"";position:absolute;right:-1px;top:18%;bottom:18%;width:1px;background:linear-gradient(transparent,rgba(185,167,155,.34),transparent)}
.selling-stat-band article:last-child:after{display:none}
.selling-stat-band article.is-visible{opacity:1;transform:none}
.selling-stat-band article:nth-child(2){transition-delay:.09s}
.selling-stat-band article:nth-child(3){transition-delay:.18s}
.selling-stat-band article:nth-child(4){transition-delay:.27s}
.selling-stat-band article:hover{z-index:2;transform:translateY(-4px);background:rgba(250,228,235,.6);box-shadow:0 18px 38px rgba(76,57,56,.085)}
.selling-stat-band article svg{width:27px;height:27px;margin-bottom:21px;fill:none;stroke:#6b625d;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .35s,transform .35s}
.selling-stat-band article:hover svg{stroke:#be6d8a;transform:translateY(-2px)}
.selling-stat-band strong{display:block;max-width:100%;color:#373332;font:italic 500 clamp(42px,4vw,61px)/.9 "Cormorant Garamond",serif;letter-spacing:-.04em;white-space:nowrap;transition:transform .35s,color .35s}
.selling-stat-band article:last-child strong{font-size:clamp(34px,3.1vw,48px);letter-spacing:-.03em}
.selling-stat-band article:hover strong{color:#493b40;transform:scale(1.025);transform-origin:left}
.selling-stat-band article>span{margin-top:17px;color:#625a56;font-size:8px;font-weight:800;line-height:1.45;letter-spacing:.14em;text-transform:uppercase}
.selling-stat-band article>p{max-width:230px;margin:10px 0 0;color:#8a7e77;font-size:9px;line-height:1.7}
@media(max-width:950px){
.selling-stat-band .route-inner{grid-template-columns:1fr 1fr;min-height:0}
.selling-stat-band article{min-height:235px}
.selling-stat-band article:nth-child(-n+2){border-bottom:0}
.selling-stat-band article:nth-child(2):after{display:none}
.selling-stat-band article:nth-child(-n+2):before{content:"";position:absolute;left:12%;right:12%;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(185,167,155,.3),transparent)}
}
@media(max-width:620px){
.selling-stat-band{padding:0 20px}
.selling-stat-band .route-inner{grid-template-columns:1fr;padding:10px;border-radius:27px}
.selling-stat-band article{min-height:225px;padding:28px 26px;align-items:center;text-align:center}
.selling-stat-band article:after{left:12%;right:12%;top:auto;bottom:0;width:auto;height:1px;background:linear-gradient(90deg,transparent,rgba(185,167,155,.3),transparent)}
.selling-stat-band article:nth-child(2):after{display:block}
.selling-stat-band article:nth-child(-n+2):before{display:none}
.selling-stat-band article svg{margin-bottom:18px}
.selling-stat-band strong{font-size:55px}
.selling-stat-band article:last-child strong{font-size:44px}
.selling-stat-band article:hover strong{transform:scale(1.02);transform-origin:center}
.selling-stat-band article>p{max-width:270px}
}
@media(prefers-reduced-motion:reduce){
.selling-stat-band article{opacity:1;transform:none;transition:none}
}
.selling-stat-band{z-index:2;padding-bottom:48px}
.selling-stat-band .route-inner{min-height:300px;margin-bottom:0}
.selling-process{position:relative;overflow:hidden;padding-top:110px;padding-bottom:115px;background-color:#faf7f2;background-image:radial-gradient(ellipse at 3% 24%,rgba(230,127,179,.09),transparent 25%),radial-gradient(ellipse at 97% 58%,rgba(239,205,213,.1),transparent 27%),url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.025'/%3E%3C/svg%3E")}
.selling-process .selling-section-head{max-width:980px;margin-bottom:48px}
.selling-process .selling-section-head h2{max-width:950px;margin-bottom:28px;font-size:clamp(54px,5.9vw,82px)}
.selling-process .selling-section-head>p{max-width:760px;font-size:15px;line-height:1.9}
.selling-timeline{--timeline-progress:0%;max-width:1180px;padding:18px 0 25px}
.selling-timeline:before{left:50%;top:18px;bottom:25px;width:2px;background:linear-gradient(transparent 0,#ded0c8 4%,#ded0c8 96%,transparent)}
.selling-timeline:after{content:"";position:absolute;z-index:1;left:calc(50% - 1px);top:18px;width:2px;height:var(--timeline-progress);max-height:calc(100% - 43px);border-radius:99px;background:linear-gradient(#E67FB3,#c97593);box-shadow:0 0 15px rgba(201,117,147,.22)}
.selling-timeline article,.selling-timeline article.is-even{position:relative;width:50%;min-height:0;margin:0;padding:34px 66px 78px 0;display:block;opacity:.42;transform:translateY(24px);transition:opacity .65s,transform .65s}
.selling-timeline article.is-even{margin-left:50%;padding:34px 0 78px 66px}
.selling-timeline article.is-active{opacity:1;transform:none}
.selling-stage-number,.is-even .selling-stage-number{z-index:3;left:auto;right:-31px;top:48px;width:62px;height:62px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border:7px solid #faf7f2;border-radius:50%;background:#f0d4de;color:#6e4655;box-shadow:0 9px 24px rgba(75,58,54,.12);font-size:12px;line-height:1.05;transition:transform .45s,border-color .45s,box-shadow .45s,background .45s}
.selling-stage-number small{font-size:6px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.is-even .selling-stage-number{left:-31px;right:auto}
.selling-timeline article.is-active .selling-stage-number{transform:scale(1.09);border-color:#efbfd0;background:#f5dce5;box-shadow:0 0 0 6px rgba(230,127,179,.1),0 10px 28px rgba(83,60,59,.15);animation:sellingMarkerPulse .65s .15s both}
.selling-stage-card{position:relative;padding:38px 38px 31px;border:1px solid rgba(220,204,193,.8);border-radius:29px;background:rgba(255,253,249,.9);box-shadow:0 18px 50px rgba(61,49,43,.07);transition:transform .45s cubic-bezier(.22,.61,.36,1),box-shadow .45s,border-color .45s}
.selling-stage-card:after{content:"";position:absolute;right:-67px;top:73px;width:67px;height:32px;border-top:1px solid rgba(210,180,190,.7);border-radius:0 70% 0 0;pointer-events:none}
.is-even .selling-stage-card:after{left:-67px;right:auto;border-top:1px solid rgba(210,180,190,.7);border-radius:70% 0 0 0}
.selling-timeline article.is-active .selling-stage-card,.selling-stage-card:hover{transform:translateY(-5px);border-color:rgba(230,127,179,.76);box-shadow:0 28px 62px rgba(61,49,43,.105)}
.selling-stage-icon{width:43px;height:43px;margin-bottom:25px;display:grid;place-items:center;border-radius:14px;background:#f4e1e7;color:#a85a76;transition:transform .45s,background .45s}
.selling-stage-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.selling-timeline article.is-active .selling-stage-icon{transform:rotate(-3deg) scale(1.06);background:#f0ccd8}
.selling-stage-card>small{color:#bc6f8a;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.selling-stage-card h3{margin:10px 0 13px;color:#373332;font-size:clamp(28px,2.4vw,36px);letter-spacing:-.035em}
.selling-stage-card>p{max-width:500px;margin:0;color:#716863;font-size:13px;line-height:1.85}
.selling-stage-details{margin-top:23px;padding-top:19px;border-top:1px solid #eee4dd}
.selling-stage-details b{color:#4e4845;font-size:8px;letter-spacing:.12em;text-transform:uppercase}
.selling-stage-details ul{margin:12px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:7px 15px;list-style:none}
.selling-stage-details li{color:#7b716b;font-size:8px}
.selling-stage-details li:before{content:"✓";margin-right:6px;color:#c16f8c}
.selling-stage-card figure{position:relative;z-index:1;width:calc(100% + 20px);height:225px;margin:28px -10px -45px;overflow:hidden;border-radius:22px;box-shadow:0 18px 35px rgba(55,44,40,.13)}
.selling-stage-card figure img{width:100%;height:100%;object-fit:cover;transform:scale(1.035);transition:transform .8s cubic-bezier(.22,.61,.36,1)}
.selling-timeline article.is-active figure img,.selling-stage-card:hover figure img{transform:scale(1)}
.selling-process-cta{position:relative;z-index:2;max-width:980px;margin:75px auto 0;padding:65px 55px;border:1px solid rgba(226,202,210,.75);border-radius:36px;background:linear-gradient(135deg,rgba(249,227,234,.92),rgba(255,249,245,.95));box-shadow:0 24px 60px rgba(70,54,49,.09);text-align:center}
.selling-process-cta h3{margin:18px 0 12px;font-size:clamp(48px,5.3vw,72px);line-height:.95;letter-spacing:-.05em}
.selling-process-cta h3 em{font-family:"Cormorant Garamond",serif;font-weight:500}
.selling-process-cta>p{color:#716662;font-size:14px}
.selling-process-cta>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:28px;margin-top:28px}
.selling-process-cta .route-button{margin:0;background:#E67FB3}
.selling-process-cta .route-button b{margin-left:16px;transition:transform .3s}
.selling-process-cta .route-button:hover b{transform:translateX(4px)}
.selling-process-cta>div>a:last-child{padding-bottom:5px;border-bottom:1px solid #c17b94;font-size:10px;font-weight:750}
@keyframes sellingMarkerPulse{0%{transform:scale(1)}
55%{transform:scale(1.15)}
100%{transform:scale(1.09)}
}
@media(max-width:950px){
.selling-process .selling-section-head{margin-bottom:38px}
.selling-timeline article,.selling-timeline article.is-even{padding-right:50px;padding-left:0}
.selling-timeline article.is-even{padding-right:0;padding-left:50px}
.selling-stage-card{padding:30px 28px 27px}
.selling-stage-card:after{right:-51px;width:51px}
.is-even .selling-stage-card:after{left:-51px}
.selling-stage-card figure{height:190px}
.selling-process-cta{margin-top:55px}
}
@media(max-width:700px){
.selling-process{padding-top:130px;padding-bottom:80px}
.selling-process .selling-section-head h2{font-size:51px}
.selling-process .selling-section-head>p{font-size:13px}
.selling-timeline{padding-left:31px}
.selling-timeline:before{left:31px}
.selling-timeline:after{left:30px}
.selling-timeline article,.selling-timeline article.is-even{width:100%;margin:0;padding:24px 0 58px 52px;opacity:.58}
.selling-stage-number,.is-even .selling-stage-number{left:0;right:auto;top:42px;width:54px;height:54px;margin-left:-27px}
.selling-stage-card:after,.is-even .selling-stage-card:after{left:-53px;right:auto;top:63px;width:53px;border-radius:70% 0 0}
.selling-stage-card{padding:28px 24px 24px;border-radius:24px}
.selling-stage-card h3{font-size:29px}
.selling-stage-card>p{font-size:12px}
.selling-stage-details ul{display:grid}
.selling-stage-card figure{width:calc(100% + 8px);height:190px;margin:24px -4px -34px}
.selling-process-cta{margin-top:35px;padding:48px 23px;border-radius:28px}
.selling-process-cta h3{font-size:48px}
.selling-process-cta .route-button{width:100%}
}
@media(prefers-reduced-motion:reduce){
.selling-timeline article{opacity:1;transform:none;transition:none}
.selling-timeline article.is-active .selling-stage-number{animation:none}
.selling-stage-card figure img{transform:none;transition:none}
}
.selling-why{position:relative;overflow:hidden;background-color:#f2ece5;background-image:radial-gradient(ellipse at 0 18%,rgba(230,127,179,.11),transparent 27%),radial-gradient(ellipse at 100% 82%,rgba(237,200,210,.1),transparent 29%),url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23w)' opacity='.028'/%3E%3C/svg%3E")}
.selling-why-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(75px,8vw,135px)}
.selling-why figure{align-self:stretch;min-height:760px}
.selling-why figure>img{display:block;width:100%;height:100%;min-height:760px;border-radius:36px 118px 36px 118px;object-fit:cover;object-position:center;box-shadow:0 32px 75px rgba(53,43,39,.145)}
.selling-why figcaption{left:34px;right:34px;bottom:35px;padding:23px 25px;border:1px solid rgba(255,255,255,.56);border-radius:22px;background:rgba(255,252,248,.8);box-shadow:0 18px 45px rgba(44,37,34,.14);backdrop-filter:blur(17px);font:inherit}
.selling-why figcaption b,.selling-why figcaption strong,.selling-why figcaption small{display:block}
.selling-why figcaption b{color:#c1718e;font-size:10px;letter-spacing:2px}
.selling-why figcaption strong{max-width:390px;margin-top:10px;color:#3e3937;font:italic 500 23px/1.18 "Cormorant Garamond",serif}
.selling-why figcaption small{margin-top:11px;color:#857a74;font-size:7px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}
.selling-why-copy{align-self:center}
.selling-why-copy h2{margin:18px 0 31px}
.selling-why-copy>p{max-width:590px;margin:0;color:#6f6661;font-size:14px;line-height:1.9}
.selling-feature-grid{grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:14px;margin-top:43px}
.selling-feature-grid article{min-height:175px;padding:27px 25px;display:flex;align-items:flex-start;gap:17px;border:1px solid rgba(217,201,190,.78);border-radius:21px;background:rgba(255,253,249,.82);box-shadow:0 10px 27px rgba(61,49,43,.045);transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s,border-color .35s,background .35s}
.selling-feature-grid article:hover{transform:translateY(-4px);border-color:#E67FB3;background:#fffafc;box-shadow:0 19px 40px rgba(61,49,43,.09)}
.selling-feature-grid i{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:14px;background:#f3e7e3;color:#776b65;transition:color .35s,background .35s,transform .35s}
.selling-feature-grid svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.selling-feature-grid article:hover i{color:#b85f7f;background:#f4dce5;transform:translateY(-2px)}
.selling-feature-grid h3{margin:2px 0 10px;color:#45403e;font-size:16px;line-height:1.25;transition:color .35s}
.selling-feature-grid article:hover h3{color:#2f2b2a}
.selling-feature-grid p{margin:0;color:#81766f;font-size:10px;line-height:1.7}
@media(max-width:1100px){
.selling-why-grid{gap:65px}
.selling-feature-grid{grid-template-columns:1fr}
.selling-feature-grid article{min-height:130px}
.selling-why figure,.selling-why figure>img{min-height:700px}
}
@media(max-width:950px){
.selling-why-grid{grid-template-columns:1fr;gap:58px}
.selling-why figure{min-height:0;max-height:720px}
.selling-why figure>img{height:680px;min-height:0}
.selling-why-copy{max-width:850px}
.selling-feature-grid{grid-template-columns:1fr 1fr}
.selling-feature-grid article{min-height:160px}
}
@media(max-width:620px){
.selling-why figure>img{height:500px;border-radius:27px 70px 27px 70px}
.selling-why figcaption{left:17px;right:17px;bottom:18px;padding:18px}
.selling-why figcaption strong{font-size:20px}
.selling-why-copy h2{font-size:51px}
.selling-why-copy>p{font-size:13px}
.selling-feature-grid{grid-template-columns:1fr;gap:11px;margin-top:34px}
.selling-feature-grid article{min-height:135px;padding:23px 21px}
}
.selling-marketing{position:relative;overflow:hidden;padding-top:115px;padding-bottom:110px;background-color:#fffdf9;background-image:radial-gradient(ellipse at 0 22%,rgba(230,127,179,.1),transparent 24%),radial-gradient(ellipse at 100% 75%,rgba(237,200,210,.09),transparent 27%),url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='m'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.91' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23m)' opacity='.026'/%3E%3C/svg%3E")}
.selling-marketing .selling-section-head{max-width:1050px;margin-bottom:48px}
.selling-marketing .selling-section-head h2{max-width:1020px;margin-bottom:25px;font-size:clamp(58px,6.2vw,88px)}
.selling-marketing .selling-section-head h2 em{color:#c86f8e}
.selling-marketing .selling-section-head>p{max-width:680px;font-size:14px;line-height:1.85}
.marketing-editorial-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.marketing-editorial-card{min-width:0;min-height:455px;overflow:hidden;display:grid;grid-template-rows:225px 1fr;border:1px solid rgba(222,207,197,.8);border-radius:27px;background:rgba(255,253,249,.94);box-shadow:0 13px 34px rgba(59,47,42,.06);transition:transform .4s cubic-bezier(.22,.61,.36,1),box-shadow .4s,border-color .4s}
.marketing-editorial-card:hover{transform:translateY(-6px);border-color:#E67FB3;box-shadow:0 25px 55px rgba(59,47,42,.12)}
.marketing-card-image{position:relative;overflow:hidden;margin:9px 9px 0;border-radius:20px}
.marketing-card-image img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.001);transition:transform .8s cubic-bezier(.22,.61,.36,1)}
.marketing-editorial-card:hover .marketing-card-image img{transform:scale(1.05)}
.marketing-card-image>span{position:absolute;left:13px;top:13px;min-width:38px;height:28px;padding:0 10px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.6);border-radius:99px;background:rgba(255,252,248,.91);color:#c36f8c;box-shadow:0 5px 14px rgba(53,43,39,.1);font-size:9px;font-weight:800;backdrop-filter:blur(9px)}
.marketing-card-image>span{display:none}
.marketing-card-copy{position:relative;padding:31px 24px 25px}
.marketing-card-copy i{position:absolute;left:23px;top:-25px;width:52px;height:52px;display:grid;place-items:center;border:7px solid #fffdf9;border-radius:50%;background:#fff;color:#c06787;box-shadow:0 8px 20px rgba(63,47,48,.09);transition:background .35s,color .35s,transform .35s}
.marketing-card-copy svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.marketing-editorial-card:hover .marketing-card-copy i{color:#fff;background:#E67FB3;transform:translateY(-2px)}
.marketing-card-copy h3{display:flex;align-items:center;gap:9px;margin:11px 0 11px;color:#403b39;font-size:18px;line-height:1.25;transition:color .35s}
.marketing-card-copy h3 b{opacity:0;color:#b95f7f;font-size:17px;font-weight:400;transform:translateX(-6px);transition:opacity .3s,transform .3s}
.marketing-editorial-card:hover h3{color:#292625}
.marketing-editorial-card:hover h3 b{opacity:1;transform:none}
.marketing-card-copy p{margin:0;color:#756c66;font-size:10px;line-height:1.72}
.marketing-closing{max-width:720px;margin:57px auto 0;text-align:center}
.marketing-closing>div{display:flex;align-items:center;justify-content:center;gap:15px;color:#cd7e9a}
.marketing-closing>div span{width:135px;height:1px;background:linear-gradient(90deg,transparent,#E67FB3)}
.marketing-closing>div span:last-child{background:linear-gradient(90deg,#E67FB3,transparent)}
.marketing-closing>div b{font:400 20px "Cormorant Garamond",serif}
.marketing-closing p{margin:16px 0 0;color:#58514d;font:500 24px/1.3 "Cormorant Garamond",serif}
@media(max-width:1100px){
.marketing-editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.marketing-editorial-card{grid-template-rows:255px 1fr;min-height:470px}
.marketing-card-copy p{font-size:11px}
}
@media(max-width:620px){
.selling-marketing{padding-top:82px;padding-bottom:80px}
.selling-marketing .selling-section-head h2{font-size:51px}
.selling-marketing .selling-section-head>p{font-size:13px}
.marketing-editorial-grid{grid-template-columns:1fr;gap:16px}
.marketing-editorial-card{min-height:445px;grid-template-rows:245px 1fr;border-radius:24px}
.marketing-card-copy{padding:31px 22px 24px}
.marketing-card-copy h3{font-size:19px}
.marketing-closing{margin-top:42px}
.marketing-closing>div span{width:85px}
.marketing-closing p{font-size:21px}
}
.selling-testimonial{position:relative;overflow:hidden;padding:125px max(5vw,26px);background-color:#3b3838;background-image:radial-gradient(ellipse at 16% 30%,rgba(230,127,179,.13),transparent 28%),radial-gradient(ellipse at 88% 68%,rgba(230,127,179,.09),transparent 30%),url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t)' opacity='.04'/%3E%3C/svg%3E");color:#fff}
.selling-testimonial:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(100deg,rgba(255,255,255,.018),transparent 45%,rgba(230,127,179,.025))}
.selling-testimonial .route-inner{position:relative;z-index:1;grid-template-columns:minmax(300px,390px) minmax(0,1fr);gap:clamp(75px,9vw,145px)}
.selling-testimonial figure{position:relative;margin:0}
.selling-testimonial figure>div{padding:9px;border:1px solid rgba(255,250,243,.22);border-radius:125px 32px 125px 32px;background:rgba(255,255,255,.035);box-shadow:0 32px 70px rgba(20,17,17,.3)}
.selling-testimonial figure img{display:block;width:100%;aspect-ratio:4/5.1;border-radius:114px 24px 114px 24px;object-fit:cover;box-shadow:none}
.selling-testimonial figure img[src*="testimonial-clients"]{object-position:50% 44%}
.selling-testimonial figure figcaption{margin-top:18px;color:#bdb3ae;font:italic 16px "Cormorant Garamond",serif;text-align:center}
.selling-testimonial-copy{max-width:820px}
.selling-testimonial blockquote{position:relative;margin:0;max-width:790px}
.selling-testimonial blockquote>span{left:-38px;top:-78px;color:#E67FB3;font-size:150px;opacity:.12}
.selling-testimonial blockquote p{display:grid;gap:13px;font:500 clamp(37px,4vw,56px)/1.16 "Cormorant Garamond",serif;letter-spacing:-.02em}
.selling-testimonial blockquote p em{display:block;font-style:normal}
.selling-reviewer{width:max-content;min-width:280px;margin-top:40px;padding:21px 25px;display:grid;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.065);box-shadow:0 18px 45px rgba(20,17,17,.2);backdrop-filter:blur(12px)}
.selling-reviewer b{color:#E67FB3;font-size:10px;letter-spacing:2px}
.selling-reviewer strong{margin-top:12px;font-size:15px}
.selling-reviewer span{margin-top:5px;color:#d3cac5;font-size:10px}
.selling-reviewer small{margin-top:9px;color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.selling-review-trust{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:29px;padding-top:24px;border-top:1px solid rgba(255,255,255,.09)}
.selling-review-trust span{display:flex;align-items:center;gap:8px;color:#c8bfba;font-size:8px;font-weight:650}
.selling-review-trust svg{width:18px;height:18px;fill:none;stroke:#E67FB3;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
@supports (animation-timeline:view()){
.selling-testimonial figure{animation:testimonialPortraitIn 1s both;animation-timeline:view();animation-range:entry 5% cover 38%}
.selling-testimonial blockquote p em{animation:testimonialQuoteIn .85s both;animation-timeline:view();animation-range:entry 8% cover 34%}
.selling-testimonial blockquote p em:nth-child(2){animation-range:entry 14% cover 42%}
.selling-reviewer{animation:testimonialReviewIn .75s both;animation-timeline:view();animation-range:entry 18% cover 45%}
.selling-testimonial blockquote>span{animation:testimonialMarkIn .8s both;animation-timeline:view();animation-range:entry 5% cover 30%}
}
@keyframes testimonialPortraitIn{from{opacity:0;transform:translateY(18px)}
to{opacity:1;transform:none}
}
@keyframes testimonialQuoteIn{from{opacity:0;transform:translateY(17px)}
to{opacity:1;transform:none}
}
@keyframes testimonialReviewIn{from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:none}
}
@keyframes testimonialMarkIn{from{opacity:0}
to{opacity:.12}
}
@media(max-width:950px){
.selling-testimonial{padding-top:95px;padding-bottom:95px}
.selling-testimonial .route-inner{grid-template-columns:280px 1fr;gap:55px}
.selling-testimonial blockquote p{font-size:38px}
.selling-review-trust{display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
.selling-testimonial .route-inner{grid-template-columns:1fr}
.selling-testimonial figure{width:min(310px,85%);margin:auto}
.selling-testimonial-copy{max-width:620px;margin:auto}
.selling-testimonial blockquote>span{left:-5px;top:-70px}
.selling-reviewer{width:100%;min-width:0}
.selling-review-trust{grid-template-columns:1fr}
.selling-testimonial blockquote p{font-size:36px}
}
@media(prefers-reduced-motion:reduce){
.selling-testimonial figure,.selling-testimonial blockquote p em,.selling-reviewer,.selling-testimonial blockquote>span{animation:none!important}
}
.selling-faq{position:relative;overflow:hidden;padding-top:120px;padding-bottom:120px;background-color:#faf7f2;background-image:radial-gradient(ellipse at 0 24%,rgba(230,127,179,.1),transparent 26%),radial-gradient(ellipse at 100% 78%,rgba(237,200,210,.09),transparent 29%),url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='.027'/%3E%3C/svg%3E")}
.selling-faq .route-inner{max-width:1400px}
.selling-faq-grid{grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);align-items:center;gap:clamp(90px,9vw,150px)}
.selling-faq h2{margin-bottom:28px;font-size:clamp(55px,5.5vw,78px)}
.selling-faq h2 em{font-size:1.08em}
.selling-faq header>p{max-width:500px;margin:0;color:#756b65;font-size:13px;line-height:1.85}
.selling-faq-divider{max-width:280px;margin:29px 0 25px;display:flex;align-items:center;gap:13px;color:#cb7895}
.selling-faq-divider span{height:1px;flex:1;background:linear-gradient(90deg,transparent,#E67FB3)}
.selling-faq-divider span:last-child{background:linear-gradient(90deg,#E67FB3,transparent)}
.selling-faq-divider b{font:400 18px "Cormorant Garamond",serif}
.selling-faq-reassurance{max-width:430px;padding:24px;display:grid;grid-template-columns:48px 1fr;gap:17px;border:1px solid rgba(221,204,193,.78);border-radius:23px;background:rgba(255,253,249,.88);box-shadow:0 16px 38px rgba(62,50,44,.07)}
.selling-faq-reassurance>i{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#f4dfe6;color:#a95875}
.selling-faq-reassurance svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.selling-faq-reassurance strong{color:#423d3a;font-size:15px}
.selling-faq-reassurance p{margin:8px 0 15px;color:#7a706a;font-size:10px;line-height:1.65}
.selling-faq-reassurance a{display:inline-flex;gap:12px;padding-bottom:4px;border-bottom:1px solid #cf829e;color:#4c4442;font-size:9px;font-weight:800;text-transform:uppercase}
.selling-faq-reassurance a b{transition:transform .3s}
.selling-faq-reassurance a:hover b{transform:translateX(4px)}
.selling-accordion{display:grid;gap:13px}
.selling-accordion details,.selling-accordion details:last-child{position:relative;overflow:hidden;border:1px solid rgba(219,203,192,.82);border-radius:20px;background:rgba(255,253,249,.9);box-shadow:0 10px 28px rgba(60,48,42,.045);transition:transform .28s cubic-bezier(.22,.61,.36,1),border-color .28s,background .28s,box-shadow .28s}
.selling-accordion details:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 99px 99px 0;background:#E67FB3;opacity:0;transition:opacity .28s}
.selling-accordion details:hover{transform:translateY(-2px);border-color:#d8bdb3;box-shadow:0 16px 34px rgba(60,48,42,.075)}
.selling-accordion details[open]{border-color:#E67FB3;background:#fff4f7;box-shadow:0 18px 42px rgba(94,58,71,.085)}
.selling-accordion details[open]:before{opacity:1}
.selling-accordion summary{min-height:82px;padding:20px 22px 20px 27px;font-size:14px;color:#514a46;transition:color .28s}
.selling-accordion summary:hover,.selling-accordion details[open] summary{color:#2f2b2a}
.selling-accordion summary span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid #e0ccc3;border-radius:50%;background:#fffdf9;color:#b65e7e;font-size:20px;line-height:1;transition:transform .28s,background .28s,color .28s,border-color .28s}
.selling-accordion details[open] summary span{transform:rotate(45deg);border-color:#E67FB3;background:#E67FB3;color:#fff}
.selling-accordion details p{max-width:65ch;margin:0;padding:0 78px 27px 27px;color:#716762;font-size:12px;line-height:1.9;animation:sellingFaqPremium .28s ease}
@keyframes sellingFaqPremium{from{opacity:0;transform:translateY(-7px)}
to{opacity:1;transform:none}
}
.selling-accordion summary:focus-visible{outline:3px solid rgba(180,78,114,.35);outline-offset:-4px;border-radius:18px}
.selling-faq-cta{margin-top:25px;padding:31px 32px;border:1px solid rgba(226,194,205,.75);border-radius:24px;background:linear-gradient(135deg,rgba(248,226,233,.78),rgba(255,251,247,.93));box-shadow:0 15px 38px rgba(68,51,48,.06)}
.selling-faq-cta h3{margin:0;color:#3e3937;font-size:26px}
.selling-faq-cta>p{max-width:650px;margin:10px 0 0;color:#746a65;font-size:11px;line-height:1.75}
.selling-faq-cta>div{display:flex;align-items:center;flex-wrap:wrap;gap:25px;margin-top:20px}
.selling-faq-cta .route-button{min-height:48px;margin:0}
.selling-faq-cta .route-button b{margin-left:14px;transition:transform .3s}
.selling-faq-cta .route-button:hover b{transform:translateX(4px)}
.selling-faq-cta>div>a:last-child{padding-bottom:4px;border-bottom:1px solid #c57b95;font-size:9px;font-weight:750}
@media(max-width:950px){
.selling-faq-grid{grid-template-columns:1fr;gap:58px}
.selling-faq header{max-width:760px}
.selling-faq-reassurance{max-width:520px}
.selling-accordion summary{min-height:78px}
}
@media(max-width:620px){
.selling-faq{padding-top:82px;padding-bottom:82px}
.selling-faq h2{font-size:51px}
.selling-faq-divider{max-width:240px}
.selling-faq-reassurance{grid-template-columns:42px 1fr;padding:20px}
.selling-faq-reassurance>i{width:42px;height:42px}
.selling-accordion{gap:10px}
.selling-accordion summary{min-height:76px;padding:17px 17px 17px 21px;font-size:13px}
.selling-accordion summary span{width:36px;height:36px;flex-basis:36px}
.selling-accordion details p{padding:0 22px 23px;font-size:11px}
.selling-faq-cta{padding:27px 21px}
.selling-faq-cta .route-button{width:100%}
}
@media(prefers-reduced-motion:reduce){
.selling-accordion details,.selling-accordion summary span,.selling-accordion details p{transition:none;animation:none}
}
.buying-hero{position:relative;overflow:hidden;padding:170px 0 90px;background:#fbf7f1 radial-gradient(circle at 82% 30%,rgba(235,195,207,.25),transparent 34%)}
.buying-hero-grid{display:grid;grid-template-columns:.88fr .72fr;align-items:center;gap:clamp(55px,7vw,110px)}
.buying-hero-copy h1{margin:18px 0 28px;color:#383334;font-size:clamp(58px,6.2vw,94px);line-height:.88;letter-spacing:-.065em}
.buying-hero-copy h1 em{color:#bc708b}
.buying-hero-copy>p{max-width:650px;color:#68605c;font-size:15px;line-height:1.9}
.buying-actions{display:flex;align-items:center;gap:24px;margin-top:35px}
.buying-actions>a:last-child,.buying-final div>a:last-child{padding:12px 2px;border-bottom:1px solid #b96d88;font-size:10px;font-weight:800;text-transform:uppercase}
.buying-trust{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:42px;padding-top:25px;border-top:1px solid #decec4}
.buying-trust span{color:#6e6460;font-size:9px;font-weight:700}
.buying-hero-visual{position:relative;margin:0}
.buying-hero-visual:before{content:"";position:absolute;inset:-22px 25px 30px -25px;border:1px solid #dfb7c5;border-radius:190px 190px 34px 34px}
.buying-hero-visual img{position:relative;width:100%;height:min(650px,67vh);display:block;object-fit:cover;border-radius:190px 190px 34px 34px;box-shadow:0 35px 75px rgba(70,54,47,.16)}
.buying-hero-visual figcaption{position:absolute;right:-28px;bottom:32px;width:210px;padding:22px;border-radius:20px;background:#fffdf9eb;box-shadow:0 20px 45px #46362f1f}
.buying-hero-visual figcaption small,.buying-hero-visual figcaption strong{display:block}
.buying-hero-visual figcaption small{color:#b56d87;font-size:8px;text-transform:uppercase}
.buying-hero-visual figcaption strong{margin-top:7px;font:600 22px "Cormorant Garamond",serif}
.buying-stat-band>.route-inner{position:relative;z-index:2;margin-top:-28px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e3d7cf;border-radius:24px;background:#fffdf9;box-shadow:0 22px 60px #42352e16}
.buying-stat-band article{min-height:155px;padding:35px;display:flex;flex-direction:column;justify-content:center}
.buying-stat-band article+article{border-left:1px solid #e3d7cf}
.buying-stat-band strong{font:600 clamp(30px,3vw,45px) "Cormorant Garamond",serif}
.buying-stat-band span{margin-top:9px;color:#8b7e78;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.buying-section-head{display:grid;grid-template-columns:1fr minmax(280px,.6fr);align-items:end;gap:35px;margin-bottom:70px}
.buying-section-head .route-kicker{grid-column:1/-1}
.buying-section-head h2{margin:0;font-size:clamp(50px,5vw,75px);line-height:.92;letter-spacing:-.055em}
.buying-section-head>p{margin:0;color:#756b66;font-size:13px;line-height:1.85}
.buying-journey{padding-top:130px}
.buying-timeline{position:relative;display:grid;gap:55px}
.buying-timeline:before{content:"";position:absolute;left:50%;top:50px;bottom:50px;width:1px;background:#e8c4cf}
.buying-timeline article{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}
.buying-timeline article:nth-child(even) .buying-stage-copy{grid-column:2;grid-row:1}
.buying-timeline article:nth-child(even) figure{grid-column:1;grid-row:1}
.buying-stage-copy{padding:45px}
.buying-stage-copy span{color:#c36f8e;font-size:9px;font-weight:800;text-transform:uppercase}
.buying-stage-copy h3{margin:15px 0 13px;font:600 clamp(31px,3vw,43px) "Cormorant Garamond",serif}
.buying-stage-copy p{color:#746b67;font-size:12px;line-height:1.8}
.buying-timeline figure{height:360px;margin:0;overflow:hidden;border-radius:30px}
.buying-timeline img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.buying-timeline article:hover img{transform:scale(1.035)}
.buying-why{background:#f8f2ed}
.buying-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.buying-feature-grid article{min-height:270px;padding:34px;border:1px solid #dfd0c7;border-radius:24px;background:#fffdf9c7;transition:.35s}
.buying-feature-grid article:hover{transform:translateY(-7px);background:#fff;box-shadow:0 25px 50px #4e3b3317}
.buying-feature-grid i{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#f3d7df;color:#a55c77;font:normal 22px serif}
.buying-feature-grid h3{margin:48px 0 12px;font:600 28px "Cormorant Garamond",serif}
.buying-feature-grid p{color:#756c68;font-size:11px;line-height:1.75}
.buying-discovery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.buying-discovery-grid>a{grid-column:span 2;min-height:330px;padding:28px;display:flex;flex-direction:column;border:1px solid #eee3db;border-radius:26px;background:#fcf9f5;transition:.35s}
.buying-discovery-grid>a:nth-child(4){grid-column:2/span 2}
.buying-discovery-grid>a>div{height:125px;padding:18px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(3,1fr);gap:8px 14px;border-radius:17px;background:linear-gradient(145deg,#f3e7e0,#fff)}
.buying-discovery-grid>a>div span{grid-row:1/-1;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:#efd1dc;color:#a45c76}
.buying-discovery-grid>a>div i{height:8px;border-radius:9px;background:#806e651c}
.buying-discovery-grid h3{margin:28px 0 9px;font:600 27px "Cormorant Garamond",serif}
.buying-discovery-grid p{flex:1;color:#766d68;font-size:10px;line-height:1.75}
.buying-discovery-grid b{color:#aa607b;font-size:9px;text-transform:uppercase}
.buying-discovery-grid>a:hover{transform:translateY(-7px);box-shadow:0 22px 45px #48372f17}
.buying-areas{background:#2e2b2c;color:#fff}
.buying-area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.buying-area-grid a{position:relative;isolation:isolate;min-height:420px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border-radius:28px;background:var(--area-image) center/cover}
.buying-area-grid a:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,#1d191ae6,#1d191a0f 75%)}
.buying-area-grid span,.buying-area-grid small{font-size:8px;text-transform:uppercase}
.buying-area-grid h3{margin:9px 0 5px;font:600 38px "Cormorant Garamond",serif}
.buying-testimonial{padding:120px 0;background:#f6e1e7}
.buying-testimonial>.route-inner{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:clamp(60px,9vw,145px)}
.buying-testimonial figure{height:520px;margin:0;overflow:hidden;border-radius:180px 180px 30px 30px}
.buying-testimonial img{width:100%;height:100%;object-fit:cover}
.buying-stars{color:#b25e7d}
.buying-testimonial blockquote{margin:28px 0 35px;font:500 clamp(38px,4.3vw,65px)/1.08 "Cormorant Garamond",serif}
.buying-testimonial strong,.buying-testimonial small{display:block}
.buying-testimonial nav{margin-top:45px;display:flex;align-items:center;gap:15px}
.buying-testimonial nav button{width:42px;height:42px;border:1px solid #503e444d;border-radius:50%;background:transparent}
.buying-faq>.route-inner{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}
.buying-faq header h2{font-size:clamp(50px,5vw,76px);line-height:.92}
.buying-faq details{border-top:1px solid #ded2ca}
.buying-faq details:last-child{border-bottom:1px solid #ded2ca}
.buying-faq summary{padding:25px 5px;display:flex;justify-content:space-between;cursor:pointer;list-style:none;font:600 23px "Cormorant Garamond",serif}
.buying-faq summary span{color:#ba6c87;transition:.25s}
.buying-faq details[open] summary span{transform:rotate(45deg)}
.buying-faq details p{padding:0 45px 26px 5px;color:#766c67;font-size:11px;line-height:1.8}
.buying-final{padding:130px 0;text-align:center;background:#efd0da radial-gradient(circle at 20% 20%,#ffffffa6,transparent 30%)}
.buying-final h2{margin:18px 0 25px;font-size:clamp(58px,7vw,98px);line-height:.86;letter-spacing:-.06em}
.buying-final p{max-width:600px;margin:auto}
.buying-final>div>div{margin-top:35px;display:flex;justify-content:center;align-items:center;gap:25px}
@media(max-width:1000px){
.buying-hero-grid{grid-template-columns:1fr}
.buying-section-head{grid-template-columns:1fr}
.buying-feature-grid,.buying-area-grid{grid-template-columns:repeat(2,1fr)}
.buying-testimonial>.route-inner,.buying-faq>.route-inner{grid-template-columns:1fr}
}
@media(max-width:700px){
.buying-hero{padding:120px 0 65px}
.buying-hero-copy h1{font-size:52px}
.buying-actions,.buying-trust,.buying-final>div>div{align-items:stretch;flex-direction:column}
.buying-stat-band>.route-inner{grid-template-columns:1fr 1fr;margin:0 16px}
.buying-stat-band article{min-height:125px;padding:23px}
.buying-timeline:before{display:none}
.buying-timeline article{grid-template-columns:1fr;gap:0}
.buying-timeline article:nth-child(even) .buying-stage-copy,.buying-timeline article:nth-child(even) figure{grid-column:auto;grid-row:auto}
.buying-stage-copy{padding:30px 5px}
.buying-feature-grid,.buying-area-grid,.buying-discovery-grid{grid-template-columns:1fr}
.buying-discovery-grid>a,.buying-discovery-grid>a:nth-child(4){grid-column:auto}
.buying-testimonial figure{height:410px}
.buying-faq>.route-inner{gap:35px}
.buying-final{padding:95px 0}
}
.buying-hero{padding-top:178px;padding-bottom:112px;background-color:#fbf7f1;background-image:radial-gradient(ellipse at 78% 48%,rgba(255,255,255,.92) 0,rgba(247,218,227,.28) 29%,transparent 59%),linear-gradient(112deg,rgba(255,255,255,.7),transparent 45%)}
.buying-hero:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.07'/%3E%3C/svg%3E")}
.buying-hero-grid{position:relative;z-index:1;grid-template-columns:minmax(0,.84fr) minmax(430px,.76fr);gap:clamp(70px,7.5vw,126px)}
.buying-hero-copy{max-width:690px;animation:buyHeroFade .8s cubic-bezier(.22,.61,.36,1) both}
.buying-hero-copy>.route-kicker{display:block;margin-bottom:27px}
.buying-hero-copy h1{max-width:650px;margin:0;color:#383334}
.buying-hero-copy h1 span,.buying-hero-copy h1 em{display:block;opacity:0;transform:translateY(24px);animation:buyLineIn .85s cubic-bezier(.16,1,.3,1) forwards}
.buying-hero-copy h1 span{animation-delay:.12s}
.buying-hero-copy h1 em{margin-top:12px;color:#b9718b;font-weight:400;letter-spacing:-.045em;animation-delay:.25s}
.buying-hero-copy>p{max-width:610px;margin:38px 0 0;font-size:15px;line-height:1.95;letter-spacing:.002em;opacity:0;animation:buyUp .75s .38s ease forwards}
.buying-actions{margin-top:39px;gap:29px;opacity:0;animation:buyUp .75s .5s ease forwards}
.buying-actions .route-button{min-height:56px;padding-inline:28px;box-shadow:0 12px 25px rgba(65,48,53,.12);transition:transform .35s cubic-bezier(.22,.61,.36,1),box-shadow .35s,background .35s}
.buying-actions .route-button b{display:inline-block;margin-left:17px;transition:transform .35s cubic-bezier(.22,.61,.36,1)}
.buying-actions .route-button:hover{transform:translateY(-3px);box-shadow:0 19px 38px rgba(65,48,53,.2)}
.buying-actions .route-button:hover b{transform:translateX(5px)}
.buying-actions>a:last-child{position:relative;border:0;color:#615559;transition:color .3s}
.buying-actions>a:last-child:after{content:"";position:absolute;left:2px;right:2px;bottom:6px;height:1px;background:#b96d88;transform-origin:right;transition:transform .35s cubic-bezier(.22,.61,.36,1)}
.buying-actions>a:last-child:hover{color:#a65774}
.buying-actions>a:last-child:hover:after{transform:scaleX(.42);transform-origin:left}
.buying-trust{gap:15px 28px;margin-top:48px;padding-top:28px;opacity:1}
.buying-trust span{display:flex;align-items:center;gap:8px;opacity:0;transform:translateY(8px);animation:buyUp .55s ease forwards}
.buying-trust span:nth-child(1){animation-delay:.65s}
.buying-trust span:nth-child(2){animation-delay:.74s}
.buying-trust span:nth-child(3){animation-delay:.83s}
.buying-trust i{width:18px;height:18px;display:grid;place-items:center;border:1px solid rgba(188,112,139,.45);border-radius:50%;color:#af627e;font:normal 9px/1 Manrope,sans-serif}
.buying-hero-visual{z-index:2;margin-right:-12px;transform:translateY(10px);filter:drop-shadow(0 25px 35px rgba(91,66,70,.12))}
.buying-hero-visual:after{content:"";position:absolute;z-index:-1;inset:6% -5% -5%;border-radius:45%;background:rgba(236,194,208,.25);filter:blur(42px)}
.buying-hero-visual img{height:min(680px,70vh);transform:scale(1.03);animation:buyImageSettle 1.45s .1s cubic-bezier(.16,1,.3,1) forwards;box-shadow:0 38px 85px rgba(65,49,45,.2),0 10px 30px rgba(187,113,139,.11)}
.buying-hero-visual figcaption{right:-32px;bottom:38px;width:245px;padding:24px 25px 22px;border:1px solid rgba(255,255,255,.68);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,248,244,.58));box-shadow:0 24px 60px rgba(55,41,43,.18),inset 0 1px rgba(255,255,255,.9);backdrop-filter:blur(18px) saturate(1.12);opacity:0;transform:translateY(15px);animation:buyCardIn .7s .9s cubic-bezier(.16,1,.3,1) forwards}
.buying-hero-visual figcaption small{font-weight:800;letter-spacing:.16em}
.buying-hero-visual figcaption strong{margin-top:8px;font-size:24px;line-height:1.08}
.buying-hero-visual figcaption b{display:block;margin-top:14px;color:#b4617e;font-size:10px;letter-spacing:.17em}
.buying-hero-visual figcaption p{margin:9px 0 0;color:#6f6265;font-size:9px;line-height:1.55}
.buying-stat-band>.route-inner{margin-top:-32px}
@keyframes buyHeroFade{from{opacity:0}
to{opacity:1}
}
@keyframes buyLineIn{to{opacity:1;transform:none}
}
@keyframes buyUp{to{opacity:1;transform:none}
}
@keyframes buyImageSettle{to{transform:scale(1)}
}
@keyframes buyCardIn{to{opacity:1;transform:none}
}
@media(max-width:1000px){
.buying-hero{padding-top:145px}
.buying-hero-grid{grid-template-columns:1fr;gap:78px}
.buying-hero-copy{max-width:760px}
.buying-hero-visual{width:min(650px,88%);margin:0 auto}
.buying-hero-visual img{height:min(720px,78vh)}
}
@media(max-width:700px){
.buying-hero{padding:116px 0 82px}
.buying-hero-grid{gap:58px}
.buying-hero-copy>.route-kicker{margin-bottom:20px}
.buying-hero-copy h1{font-size:clamp(48px,14vw,60px);line-height:.9}
.buying-hero-copy h1 em{margin-top:9px}
.buying-hero-copy>p{margin-top:29px;font-size:13px;line-height:1.85}
.buying-actions{margin-top:31px;gap:14px}
.buying-actions .route-button{width:100%}
.buying-actions>a:last-child{align-self:center}
.buying-trust{flex-direction:column;gap:13px;margin-top:35px;padding-top:23px}
.buying-hero-visual{width:94%;transform:none}
.buying-hero-visual img{height:520px;border-radius:130px 130px 28px 28px}
.buying-hero-visual figcaption{right:-12px;bottom:25px;width:min(235px,78vw)}
}
@media(prefers-reduced-motion:reduce){
.buying-hero-copy,.buying-hero-copy h1 span,.buying-hero-copy h1 em,.buying-hero-copy>p,.buying-actions,.buying-trust span,.buying-hero-visual img,.buying-hero-visual figcaption{opacity:1;transform:none;animation:none!important}
}
.buying-experience{position:relative;padding:0 0 28px;background:#fbf8f3}
.buying-experience:before{content:"";position:absolute;inset:-85px 0 0;pointer-events:none;background:radial-gradient(ellipse at 50% 15%,rgba(238,204,215,.19),transparent 48%)}
.buying-experience>.route-inner{position:relative;margin-top:-34px;padding:0;grid-template-columns:repeat(4,1fr);overflow:hidden;background-color:rgba(255,253,249,.97);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92'%3E%3Cfilter id='x'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23x)' opacity='.018'/%3E%3C/svg%3E");box-shadow:0 26px 65px rgba(71,55,48,.09)}
.buying-experience header{grid-column:1/-1;padding:30px 38px 25px;border-bottom:1px solid rgba(213,199,190,.7);display:flex;align-items:end;justify-content:space-between;gap:25px}
.buying-experience header h2{margin:0;color:#413a3b;font:600 clamp(28px,2.5vw,39px)/1 "Cormorant Garamond",serif;letter-spacing:-.035em}
.buying-experience article{position:relative;min-height:285px;padding:38px 34px 35px;justify-content:flex-start;border:1px solid transparent;transition:transform .35s cubic-bezier(.22,.61,.36,1),border-color .35s,box-shadow .35s,background .35s}
.buying-experience article+article{border-left-color:rgba(213,199,190,.65)}
.buying-experience article:hover{z-index:2;transform:translateY(-4px);border-color:#E67FB3;background:rgba(255,255,255,.85);box-shadow:0 22px 44px rgba(69,51,46,.11)}
.buying-experience article i{width:46px;height:46px;display:grid;place-items:center;margin-bottom:35px;border:1px solid rgba(194,164,151,.55);border-radius:50%;color:#81746f;transition:color .3s,border-color .3s,background .3s}
.buying-experience article:hover i{color:#af607d;border-color:#E67FB3;background:#f8e4ea}
.buying-experience article svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.buying-experience article h3{min-height:44px;margin:0 0 15px;color:#433c3d;font:600 23px/1.05 "Cormorant Garamond",serif;letter-spacing:-.018em}
.buying-experience article p{margin:0;color:#766b67;font-size:10px;line-height:1.75}
.buying-journey{padding-top:112px}
@media(max-width:1000px){
.buying-experience>.route-inner{grid-template-columns:repeat(2,1fr)}
.buying-experience article:nth-of-type(3){border-left-color:transparent;border-top-color:rgba(213,199,190,.65)}
.buying-experience article:nth-of-type(4){border-top-color:rgba(213,199,190,.65)}
}
@media(max-width:620px){
.buying-experience{padding-inline:16px}
.buying-experience>.route-inner{grid-template-columns:1fr;margin-top:-20px}
.buying-experience header{padding:26px 25px;align-items:start;flex-direction:column-reverse;gap:10px}
.buying-experience article{min-height:0;padding:30px 25px}
.buying-experience article+article{border-left-color:transparent;border-top-color:rgba(213,199,190,.65)}
.buying-experience article i{margin-bottom:24px}
.buying-experience article h3{min-height:0}
}
.buying-experience{padding:54px max(4vw,24px) 30px;background:#f8f5f1;isolation:isolate}
.buying-experience:before,.buying-experience:after{content:"";position:absolute;z-index:-1;top:-20%;width:28%;height:140%;filter:blur(35px);pointer-events:none}
.buying-experience:before{left:0;background:radial-gradient(ellipse at left,rgba(230,127,179,.13),transparent 68%)}
.buying-experience:after{right:0;background:radial-gradient(ellipse at right,rgba(239,205,213,.11),transparent 68%)}
.buying-experience-head{margin-bottom:25px!important;padding:0 4px!important;display:flex!important;align-items:end!important;justify-content:space-between!important;background:none!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.buying-experience-head h2{margin:0;color:#413a3b;font:500 clamp(31px,3vw,43px)/1 "Cormorant Garamond",serif;letter-spacing:-.035em}
.buying-experience>.route-inner:not(.buying-experience-head){min-height:280px;margin-top:0;padding:18px;gap:0;overflow:hidden;border:1px solid rgba(218,202,190,.72);border-radius:31px;background-color:rgba(255,253,249,.91);box-shadow:0 26px 70px rgba(60,49,43,.085),0 5px 18px rgba(60,49,43,.035)}
.buying-experience article{min-height:244px;padding:32px clamp(22px,2.4vw,38px);border:0!important;border-radius:22px;background:transparent;text-align:left}
.buying-experience article:after{content:"";position:absolute;right:-1px;top:18%;bottom:18%;width:1px;background:linear-gradient(transparent,rgba(185,167,155,.34),transparent)}
.buying-experience article:last-child:after{display:none}
.buying-experience article:hover{transform:translateY(-4px);border-color:transparent;background:rgba(250,228,235,.6);box-shadow:0 18px 38px rgba(76,57,56,.085)}
.buying-experience article i{width:auto;height:auto;margin-bottom:21px;border:0;border-radius:0;background:none;color:#6b625d}
.buying-experience article:hover i{border:0;background:none;color:#be6d8a;transform:translateY(-2px)}
.buying-experience article svg{width:27px;height:27px;stroke-width:1.2}
.buying-experience article h3{min-height:0;margin:0 0 14px;font-size:clamp(21px,1.8vw,27px);font-weight:500}
.buying-experience article p{font-size:10px;line-height:1.75}
@media(max-width:950px){
.buying-experience>.route-inner:not(.buying-experience-head){grid-template-columns:1fr 1fr}
.buying-experience article:nth-of-type(2):after{display:none}
.buying-experience article:nth-of-type(-n+2){border-bottom:1px solid #eee4dc!important}
}
@media(max-width:620px){
.buying-experience{padding:42px 20px 25px}
.buying-experience-head{padding:0!important;align-items:start!important;flex-direction:column-reverse;gap:9px}
.buying-experience>.route-inner:not(.buying-experience-head){grid-template-columns:1fr;padding:10px}
.buying-experience article{min-height:0;padding:27px 21px}
.buying-experience article:after{display:none}
.buying-experience article:nth-of-type(n){border-bottom:1px solid #eee4dc!important}
.buying-experience article:last-child{border-bottom:0!important}
}
.buying-experience>.buying-experience-head{margin:0 auto 25px!important}
.buying-journey{position:relative;overflow:hidden;padding-top:145px;padding-bottom:145px;background-color:#fffdf9;background-image:radial-gradient(ellipse at 8% 36%,rgba(244,218,226,.16),transparent 27%),radial-gradient(ellipse at 92% 72%,rgba(244,218,226,.13),transparent 28%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='j'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23j)' opacity='.014'/%3E%3C/svg%3E")}
.buying-journey .buying-section-head{max-width:1050px;margin-bottom:58px}
.buying-journey .buying-section-head h2{max-width:650px}
.buying-journey .buying-section-head>p{max-width:470px;line-height:1.9}
.buying-journey-progress{position:sticky;z-index:5;top:92px;width:120px;margin:0 auto 80px;padding:10px 13px;border:1px solid rgba(212,191,181,.7);border-radius:99px;background:rgba(255,253,249,.86);box-shadow:0 8px 24px rgba(68,52,45,.06);backdrop-filter:blur(12px)}
.buying-journey-progress span{display:block;margin-bottom:7px;color:#9b6075;font-size:8px;font-weight:800;letter-spacing:.15em;text-align:center}
.buying-journey-progress i{height:2px;display:block;overflow:hidden;border-radius:2px;background:#eaded7}
.buying-journey-progress b{width:var(--buying-progress,0%);height:100%;display:block;border-radius:2px;background:#c57391;transition:width .6s cubic-bezier(.22,.61,.36,1)}
.buying-timeline{--buying-progress:0%;max-width:1160px;margin:auto;gap:100px}
.buying-timeline:before{left:50%;top:32px;bottom:120px;width:2px;background:#efdbe2}
.buying-timeline:after{content:"";position:absolute;left:50%;top:32px;width:2px;height:var(--buying-progress);max-height:calc(100% - 152px);background:linear-gradient(#E67FB3,#b86382);transition:height .75s cubic-bezier(.22,.61,.36,1)}
.buying-timeline article{position:relative;min-height:430px;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(80px,9vw,135px);opacity:.44;transition:opacity .65s ease}
.buying-timeline article:nth-child(even){grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr)}
.buying-timeline article.is-active{opacity:1}
.buying-stage-marker{position:absolute;z-index:3;left:50%;top:45%;width:58px;height:58px;display:grid;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:#fffdf9;color:#9d5b73;font:600 11px "Cormorant Garamond",serif;transform:translate(-50%,-50%);box-shadow:0 0 0 10px #fffdf9;transition:transform .55s cubic-bezier(.16,1,.3,1),background .4s,color .4s,box-shadow .4s}
.buying-timeline article.is-active .buying-stage-marker{color:#fff;background:#bd6c89;box-shadow:0 0 0 10px #fffdf9,0 10px 25px rgba(165,86,115,.22);transform:translate(-50%,-50%) scale(1.08)}
.buying-stage-copy{max-width:none;padding:40px 8px;opacity:0;transform:translateX(-22px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1)}
.buying-timeline article:nth-child(even) .buying-stage-copy{transform:translateX(22px)}
.buying-timeline article.is-active .buying-stage-copy{opacity:1;transform:none}
.buying-stage-copy>span{letter-spacing:.16em}
.buying-stage-copy h3{margin:18px 0 16px;font-size:clamp(36px,3.4vw,49px);line-height:.96;letter-spacing:-.035em}
.buying-stage-copy>p{max-width:440px;font-size:12px;line-height:1.9}
.buying-stage-copy aside{max-width:440px;margin-top:28px;padding:18px 20px;border-left:2px solid #E67FB3;border-radius:0 16px 16px 0;background:rgba(244,219,227,.42)}
.buying-stage-copy aside small{display:block;color:#ac607c;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.buying-stage-copy aside p{margin:7px 0 0;color:#665c59;font:italic 500 15px/1.5 "Cormorant Garamond",serif}
.buying-timeline figure{height:430px;border-radius:34px;box-shadow:0 28px 65px rgba(64,49,43,.13);opacity:0;transform:translateY(25px);transition:opacity .75s .08s ease,transform .75s .08s cubic-bezier(.22,.61,.36,1),box-shadow .4s}
.buying-timeline article.is-active figure{opacity:1;transform:none}
.buying-timeline article:hover figure{box-shadow:0 34px 75px rgba(64,49,43,.17)}
.buying-timeline article:nth-child(even) .buying-stage-copy{grid-column:2;grid-row:1}
.buying-timeline article:nth-child(even) figure{grid-column:1;grid-row:1}
.buying-final-stage{margin-top:30px}
.buying-final-stage figure{height:500px}
.buying-final-stage .buying-stage-copy h3:after{content:"Welcome home.";display:block;margin-top:13px;color:#b46984;font:italic 500 25px "Cormorant Garamond",serif}
.buying-stage-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}
.buying-stage-actions a{padding:11px 15px;border:1px solid #c990a5;border-radius:99px;color:#805163;font-size:8px;font-weight:800;text-transform:uppercase;transition:.3s}
.buying-stage-actions a:first-child{background:#E67FB3;color:#49383e}
.buying-stage-actions a:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(107,67,82,.1)}
@media(max-width:950px){
.buying-timeline{padding-left:68px;gap:75px}
.buying-timeline:before,.buying-timeline:after{left:26px}
.buying-timeline article,.buying-timeline article:nth-child(even){grid-template-columns:1fr;gap:25px}
.buying-stage-marker{left:-42px;top:44px}
.buying-timeline article:nth-child(even) .buying-stage-copy,.buying-timeline article:nth-child(even) figure{grid-column:auto;grid-row:auto}
.buying-timeline article:nth-child(even) .buying-stage-copy{order:0}
.buying-timeline article:nth-child(even) figure{order:1}
.buying-stage-copy,.buying-timeline article:nth-child(even) .buying-stage-copy{padding:10px 0;transform:translateX(18px)}
.buying-timeline figure,.buying-final-stage figure{height:430px}
.buying-journey-progress{margin-left:0}
}
@media(max-width:620px){
.buying-journey{padding-top:100px;padding-bottom:100px}
.buying-journey .buying-section-head{margin-bottom:42px}
.buying-journey-progress{position:sticky;top:76px;width:100%;margin:0 0 55px;padding:11px 14px}
.buying-journey-progress span{text-align:left}
.buying-timeline{padding-left:0;gap:70px}
.buying-timeline:before,.buying-timeline:after{display:none}
.buying-timeline article{min-height:0;opacity:1}
.buying-stage-marker{display:none}
.buying-stage-copy,.buying-timeline article:nth-child(even) .buying-stage-copy{opacity:1;transform:none}
.buying-stage-copy h3{font-size:38px}
.buying-stage-copy aside{margin-top:22px}
.buying-timeline figure,.buying-final-stage figure{height:300px;border-radius:25px;opacity:1;transform:none}
.buying-final-stage figure{height:360px}
}
@media(prefers-reduced-motion:reduce){
.buying-journey-progress b,.buying-timeline:after,.buying-timeline article,.buying-stage-marker,.buying-stage-copy,.buying-timeline figure{transition:none!important}
.buying-timeline article,.buying-stage-copy,.buying-timeline figure{opacity:1;transform:none}
}
.buying-hero{padding:128px max(4vw,24px) 90px;background:radial-gradient(circle at 77% 30%,rgba(230,127,179,.2),transparent 36%),#f8f5f1}
.buying-hero-grid{grid-template-columns:.92fr 1.08fr;gap:clamp(50px,7vw,105px)}
.buying-hero-copy{max-width:none}
.buying-hero-copy h1{max-width:680px;font-size:clamp(62px,6.4vw,96px);line-height:.9;letter-spacing:-.068em}
.buying-hero-copy h1 em{font-family:"Cormorant Garamond",serif;font-weight:500}
.buying-hero-copy>p{max-width:620px;font-size:15px;line-height:1.9}
.buying-hero-visual{margin:0;padding:13px;filter:none;transform:none}
.buying-hero-visual:before{z-index:-1;inset:-28px -36px 26px 35px;border:0;border-radius:46% 54% 58% 42%;background:rgba(230,127,179,.24)}
.buying-hero-visual:after{display:none}
.buying-hero-visual img{height:min(65vh,620px);min-height:500px;border-radius:105px 26px 105px 26px;box-shadow:0 30px 70px rgba(50,41,38,.15)}
.buying-hero-visual figcaption{left:42px;right:42px;bottom:36px;width:auto;padding:18px 22px;border-radius:18px;background:rgba(255,253,249,.89);box-shadow:0 12px 30px rgba(47,39,35,.14);backdrop-filter:blur(14px)}
.buying-hero-visual figcaption strong{font-size:23px;font-weight:500}
.buying-hero-visual figcaption b,.buying-hero-visual figcaption p{display:inline-block;margin-top:10px}
.buying-hero-visual figcaption p{margin-left:12px}
.buying-experience{padding-top:0}
.buying-experience>.buying-experience-head{padding-top:48px!important}
.buying-section-head{max-width:820px;display:block;margin-bottom:65px}
.buying-section-head .route-kicker{display:block}
.buying-section-head h2{margin-top:17px;font-size:clamp(50px,5.8vw,78px);line-height:.93}
.buying-section-head>p{max-width:590px;margin-top:24px;font-size:14px;line-height:1.85}
.buying-why{background:#faf7f2}
.buying-feature-grid{grid-template-columns:1fr 1fr;gap:11px}
.buying-feature-grid article{min-height:156px;padding:24px;border-color:#e1d5cb;border-radius:19px;background:rgba(255,253,249,.74)}
.buying-feature-grid article:hover{transform:translateY(-4px);background:#fff9fb;box-shadow:0 15px 35px rgba(57,47,43,.07)}
.buying-feature-grid i{width:38px;height:38px;background:transparent;color:#bc6c89}
.buying-feature-grid h3{margin:22px 0 8px;font:650 16px Manrope,sans-serif}
.buying-feature-grid p{margin:0}
.buying-discovery{background:#fffdf9}
.buying-discovery-grid>a{border-radius:24px;background:#faf7f2}
.buying-discovery-grid>a:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(45,37,34,.1)}
.buying-testimonial{padding:110px max(5vw,26px);background:#343436;color:#fff}
.buying-testimonial>.route-inner{grid-template-columns:320px 1fr;gap:clamp(50px,8vw,120px)}
.buying-testimonial figure{height:auto;border-radius:110px 28px 110px 28px}
.buying-testimonial img{aspect-ratio:4/5}
.buying-testimonial blockquote{font-size:clamp(28px,3.6vw,48px);line-height:1.17}
.buying-testimonial small{color:#bdb5b0}
.buying-testimonial nav button{border-color:#817a78;color:#fff}
.buying-faq>.route-inner{grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,120px)}
.buying-faq summary{padding:23px 0;font:700 14px Manrope,sans-serif}
.buying-faq details p{font-size:12px;line-height:1.85}
.buying-final{position:relative;overflow:hidden;padding:115px max(5vw,26px);background:#f2dce4}
.buying-final:before,.buying-final:after{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.55);border-radius:50%;pointer-events:none}
.buying-final:before{left:-100px;top:-150px}
.buying-final:after{right:-80px;bottom:-190px}
.buying-final h2{font-size:clamp(58px,7vw,92px);line-height:.88}
.buying-final p{max-width:640px;font-size:14px;line-height:1.8}
@media(max-width:950px){
.buying-hero-grid{grid-template-columns:1fr}
.buying-hero-visual{width:auto;max-width:740px;margin:0}
.buying-testimonial>.route-inner,.buying-faq>.route-inner{grid-template-columns:1fr}
.buying-testimonial figure{max-width:320px}
}
@media(max-width:620px){
.buying-hero{padding:95px 20px 70px}
.buying-hero-copy h1{font-size:55px}
.buying-hero-visual{width:auto}
.buying-hero-visual img{height:430px;min-height:0;border-radius:80px 22px 80px 22px}
.buying-hero-visual figcaption{left:27px;right:27px;bottom:27px}
.buying-hero-visual figcaption p{display:block;margin-left:0}
.buying-feature-grid{grid-template-columns:1fr}
.buying-testimonial{padding:85px 20px}
.buying-testimonial figure{height:auto;max-width:240px}
.buying-final{padding:85px 20px}
}
.buying-why{position:relative;overflow:visible;padding-top:145px;padding-bottom:145px;background-color:#faf7f2;background-image:radial-gradient(ellipse at 72% 25%,rgba(244,214,224,.18),transparent 38%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23w)' opacity='.014'/%3E%3C/svg%3E")}
.buying-why-layout{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(65px,8vw,125px)}
.buying-why .buying-section-head{position:sticky;top:120px;max-width:475px;margin:0}
.buying-why .buying-section-head h2{max-width:460px;margin-top:22px;font-size:clamp(57px,5.7vw,82px);line-height:.9}
.buying-why .buying-section-head>p{max-width:445px;margin-top:32px;font-size:13px;line-height:1.95}
.buying-why-divider{width:95px;height:1px;display:block;margin:37px 0 29px;background:linear-gradient(90deg,#c87a96,transparent)}
.buying-why-cta{display:inline-flex;align-items:center;gap:20px;padding-bottom:7px;border-bottom:1px solid #be7891;color:#6b5059;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.buying-why-cta b{font-size:14px;transition:transform .3s}
.buying-why-cta:hover b{transform:translateX(5px)}
.buying-why .buying-feature-grid{display:grid;grid-template-columns:1fr;gap:20px}
.buying-why .buying-feature-grid>article{min-height:0;padding:0;display:grid;grid-template-columns:1fr;border:1px solid rgba(215,198,187,.78);border-radius:29px;background:linear-gradient(145deg,rgba(255,254,251,.98),rgba(248,241,235,.88));box-shadow:0 14px 35px rgba(66,51,44,.055);overflow:hidden;opacity:0;transform:translateY(25px);transition:opacity .7s var(--feature-delay) ease,transform .7s var(--feature-delay) cubic-bezier(.22,.61,.36,1),border-color .35s,box-shadow .35s}
.buying-why .buying-feature-grid>article.is-visible{opacity:1;transform:none}
.buying-why .buying-feature-grid>article.has-image{grid-template-columns:1.1fr .9fr}
.buying-why .buying-feature-grid>article:hover{transform:translateY(-6px);border-color:#E67FB3;background:linear-gradient(145deg,#fff,#fbf1f4);box-shadow:0 28px 58px rgba(75,54,51,.12)}
.buying-feature-copy{padding:clamp(30px,3.2vw,46px)}
.buying-feature-copy>i{width:52px;height:52px;display:grid;place-items:center;margin:0 0 35px;border-radius:50%;background:#f3dfe5;color:#a95f79;transition:background .35s,color .35s,transform .35s}
.buying-feature-copy>i svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.buying-why article:hover .buying-feature-copy>i{color:#fff;background:#bd6e8a;transform:rotate(-4deg) scale(1.05)}
.buying-feature-copy h3{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 15px;font:500 clamp(28px,2.7vw,39px)/1 "Cormorant Garamond",serif}
.buying-feature-copy h3 b{color:#bd708b;font:400 18px Manrope,sans-serif;opacity:0;transform:translateX(-8px);transition:.3s}
.buying-why article:hover h3 b{opacity:1;transform:none}
.buying-feature-copy>p{max-width:520px;margin:0;color:#746a65;font-size:11px;line-height:1.85}
.buying-feature-copy aside{margin-top:27px;padding:17px 19px;border-left:2px solid #E67FB3;border-radius:0 14px 14px 0;background:rgba(242,218,225,.38)}
.buying-feature-copy aside small{display:block;margin-bottom:6px;color:#a65d77;font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.buying-feature-copy aside strong{color:#5f5552;font:italic 500 16px/1.45 "Cormorant Garamond",serif}
.buying-why .buying-feature-grid figure{min-height:100%;margin:0;overflow:hidden}
.buying-why .buying-feature-grid figure img{width:100%;height:100%;min-height:330px;display:block;object-fit:cover;transition:transform .75s cubic-bezier(.22,.61,.36,1)}
.buying-why article:hover figure img{transform:scale(1.04)}
.buying-reassurance{margin-top:18px;padding:clamp(35px,5vw,64px);border:1px solid rgba(215,189,196,.75);border-radius:31px;background:linear-gradient(135deg,rgba(247,219,228,.8),rgba(255,250,247,.96));box-shadow:0 22px 55px rgba(72,53,53,.08)}
.buying-reassurance h3{max-width:670px;margin:17px 0;font:500 clamp(36px,4vw,55px)/1 "Cormorant Garamond",serif;letter-spacing:-.035em}
.buying-reassurance>p{max-width:620px;color:#6b5f5f;font-size:12px;line-height:1.85}
.buying-reassurance>div{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}
.buying-reassurance a{padding:13px 18px;border:1px solid #a8677d;border-radius:99px;color:#5d444d;font-size:8px;font-weight:800;text-transform:uppercase;transition:.3s}
.buying-reassurance a:first-child{background:#343436;border-color:#343436;color:#fff}
.buying-reassurance a:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(70,48,56,.12)}
@media(max-width:1000px){
.buying-why-layout{grid-template-columns:minmax(270px,.68fr) minmax(0,1.32fr);gap:48px}
.buying-why .buying-section-head h2{font-size:58px}
.buying-why .buying-feature-grid>article.has-image{grid-template-columns:1fr}
.buying-why .buying-feature-grid figure{height:280px;grid-row:1}
.buying-why .buying-feature-grid figure img{min-height:280px}
}
@media(max-width:760px){
.buying-why{padding-top:100px;padding-bottom:100px}
.buying-why-layout{grid-template-columns:1fr;gap:58px}
.buying-why .buying-section-head{position:relative;top:auto;max-width:620px}
.buying-why .buying-section-head h2{font-size:55px}
.buying-why .buying-feature-grid>article,.buying-why .buying-feature-grid>article.has-image{grid-template-columns:1fr}
.buying-feature-copy{padding:29px 25px}
.buying-feature-copy>i{margin-bottom:27px}
.buying-feature-copy h3{font-size:31px}
.buying-why .buying-feature-grid figure{height:250px}
.buying-reassurance{padding:34px 25px}
}
@media(prefers-reduced-motion:reduce){
.buying-why .buying-feature-grid>article{opacity:1;transform:none;transition:none}
.buying-feature-copy>i,.buying-feature-copy h3 b,.buying-why .buying-feature-grid figure img{transition:none}
}
.buying-why{isolation:isolate;overflow:hidden;padding:clamp(130px,11vw,190px) max(4vw,24px);background-color:#f8f3ed;background-image:radial-gradient(circle at 83% 19%,rgba(244,203,217,.38),transparent 29%),radial-gradient(circle at 8% 82%,rgba(209,184,145,.13),transparent 24%),linear-gradient(rgba(255,255,255,.36),rgba(255,255,255,0) 42%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill='none' stroke='%239c8379' stroke-width='.45' opacity='.11'%3E%3Cpath d='M20 210V68l72-42 72 42v142M57 210v-88h70v88M164 94h76v116M185 124h32M185 151h32M185 178h32'/%3E%3Cpath d='M8 222h244M20 68h144M92 26v184' stroke-dasharray='3 7'/%3E%3C/g%3E%3C/svg%3E")}
.buying-why:before{content:"";position:absolute;z-index:-1;width:520px;height:520px;right:-160px;top:9%;border-radius:50%;background:rgba(230,127,179,.22);filter:blur(90px)}
.buying-why:after{content:"";position:absolute;z-index:-1;left:4.5%;top:13%;bottom:13%;width:1px;background:linear-gradient(transparent,rgba(176,139,102,.34) 20%,rgba(176,139,102,.16) 78%,transparent)}
.buying-why-number{position:absolute;z-index:-1;right:3.5vw;top:56px;color:rgba(91,72,68,.055);font:500 clamp(130px,17vw,260px)/1 "Cormorant Garamond",serif;letter-spacing:-.08em}
.buying-why-geometry i{position:absolute;z-index:-1;border:1px solid rgba(190,145,160,.18);border-radius:50%;animation:buyWhyFloat 11s ease-in-out infinite alternate}
.buying-why-geometry i:first-child{width:74px;height:74px;right:11%;top:12%}
.buying-why-geometry i:nth-child(2){width:18px;height:18px;left:45%;top:8%;background:rgba(199,157,112,.12);animation-delay:-3s}
.buying-why-geometry i:last-child{width:38px;height:38px;right:4%;bottom:17%;animation-delay:-6s}
@keyframes buyWhyFloat{to{transform:translate3d(0,-15px,0) rotate(8deg)}
}
.buying-why .buying-why-layout{position:relative;display:grid;grid-template-columns:minmax(320px,.68fr) minmax(580px,1.32fr);align-items:start;gap:clamp(70px,8vw,145px);max-width:1380px}
.buying-why .buying-section-head{position:sticky;top:118px;max-width:500px;margin:0;padding:18px 0 50px 35px}
.buying-why .buying-section-head:before{content:"";position:absolute;left:0;top:13px;width:1px;height:108px;background:linear-gradient(#c6966d,#c97794,transparent)}
.buying-why .buying-section-head>.route-kicker{color:#9a6476;letter-spacing:.19em}
.buying-why-quote{position:absolute;z-index:-1;left:-16px;top:42px;color:rgba(189,112,139,.1);font:400 170px/.8 "Cormorant Garamond",serif}
.buying-why .buying-section-head h2{max-width:560px;margin:27px 0 0;color:#332e2d;font-size:clamp(64px,6vw,94px);font-weight:500;line-height:.83;letter-spacing:-.064em}
.buying-why .buying-section-head h2 em{display:inline-block;margin-top:14px;color:#ad657e;font-weight:400}
.buying-why .buying-section-head>p{max-width:450px;margin:36px 0 0;color:#69605d;font-size:13px;font-weight:400;line-height:2}
.buying-why-proof{position:relative;margin:42px 0 36px;padding:24px 0 24px 27px;border-top:1px solid rgba(174,145,128,.35);border-bottom:1px solid rgba(174,145,128,.2)}
.buying-why-proof:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:2px;background:linear-gradient(#c79868,#c87592)}
.buying-why-proof strong,.buying-why-proof span{display:inline-block}
.buying-why-proof strong{color:#3b3432;font:italic 500 35px/1 "Cormorant Garamond",serif}
.buying-why-proof span{margin-left:9px;color:#a45f78;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.buying-why-proof small{display:block;margin-top:9px;color:#827670;font-size:9px;line-height:1.7}
.buying-why .buying-why-cta{position:relative;min-width:210px;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;padding:17px 21px;border:1px solid rgba(155,103,120,.55);border-radius:999px;background:rgba(255,252,249,.45);color:#45383c;font-size:8px;letter-spacing:.14em;backdrop-filter:blur(10px);transition:color .4s,box-shadow .4s,transform .4s}
.buying-why .buying-why-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#393235,#6b4d58);transform:translateX(-102%);transition:transform .45s cubic-bezier(.16,1,.3,1)}
.buying-why .buying-why-cta span,.buying-why .buying-why-cta b{position:relative}
.buying-why .buying-why-cta b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#ecc8d4;font-size:13px;transition:transform .45s cubic-bezier(.16,1,.3,1)}
.buying-why .buying-why-cta:hover{color:#fff;transform:translateY(-3px);box-shadow:0 16px 35px rgba(67,48,53,.16)}
.buying-why .buying-why-cta:hover:before{transform:none}
.buying-why .buying-why-cta:hover b{color:#44363b;transform:translateX(4px)}
.buying-why-content{min-width:0}
.buying-why-gallery{position:relative;height:610px;margin:0 4% 110px 0}
.buying-why-gallery figure{position:absolute;margin:0;overflow:hidden;border-radius:34px;background:#ddd;box-shadow:0 30px 70px rgba(70,52,47,.14)}
.buying-why-gallery img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.82) sepia(.06) contrast(.97);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .7s}
.buying-why-gallery figure:hover img{transform:scale(1.045);filter:saturate(.92) sepia(.03) contrast(.98)}
.buying-why-photo-main{inset:0 10% 55px 0}
.buying-why-photo-small{z-index:2;width:34%;height:48%;right:0;bottom:0;border:8px solid rgba(250,247,242,.88);border-radius:30px!important;transform:translateY(var(--buying-parallax,0))}
.buying-why-gallery>span{position:absolute;z-index:3;left:-27px;bottom:34px;padding:17px 22px;border:1px solid rgba(255,255,255,.7);border-radius:18px;background:rgba(255,252,248,.72);box-shadow:0 16px 38px rgba(59,46,43,.12);color:#5d4c4f;font:italic 500 18px/1.2 "Cormorant Garamond",serif;backdrop-filter:blur(15px)}
.buying-why .buying-feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:24px}
.buying-why .buying-feature-grid>article{position:relative;isolation:isolate;min-height:0;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.78);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(250,241,238,.55));box-shadow:0 20px 55px rgba(65,48,45,.075),inset 0 1px rgba(255,255,255,.8);backdrop-filter:blur(18px) saturate(1.06);opacity:0;transform:translateY(36px);transition:opacity .8s var(--feature-delay) ease,transform .8s var(--feature-delay) cubic-bezier(.16,1,.3,1),box-shadow .45s,border-color .45s}
.buying-why .buying-feature-grid>article:before{content:"";position:absolute;z-index:-1;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,transparent 18%,rgba(194,148,97,.62),rgba(204,116,147,.55),transparent 80%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .45s}
.buying-why .buying-feature-grid>article.is-visible{opacity:1;transform:none}
.buying-why .buying-feature-grid>article:hover{transform:translateY(-9px);border-color:rgba(213,176,189,.7);background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(250,238,242,.68));box-shadow:0 32px 70px rgba(67,48,49,.13),0 0 40px rgba(230,127,179,.13)}
.buying-why .buying-feature-grid>article:hover:before{opacity:1}
.buying-feature-card-1{min-height:430px!important}
.buying-feature-card-2{min-height:500px!important;margin-top:68px}
.buying-feature-card-3{grid-column:1/-1;min-height:390px!important;width:76%;margin:-35px 0 0 11%}
.buying-feature-accent{position:absolute;left:42px;right:42px;top:0;height:2px;background:linear-gradient(90deg,#c79567,#c66f8f,transparent);transform:scaleX(.18);transform-origin:left;transition:transform .65s cubic-bezier(.16,1,.3,1)}
.buying-feature-card:hover .buying-feature-accent{transform:scaleX(1)}
.buying-feature-watermark{position:absolute;z-index:-1;right:-17px;top:20px;color:rgba(174,102,127,.045);font:150px/1 "Cormorant Garamond",serif}
.buying-feature-card-2 .buying-feature-watermark{color:rgba(185,141,93,.07)}
.buying-why .buying-feature-copy{padding:clamp(38px,4vw,58px)}
.buying-why .buying-feature-copy>i{width:60px;height:60px;margin:0 0 42px;border:1px solid rgba(192,127,149,.36);background:linear-gradient(145deg,rgba(255,255,255,.8),rgba(239,210,220,.65));color:#9c5d73;box-shadow:0 9px 24px rgba(95,62,73,.09);transition:transform .45s cubic-bezier(.16,1,.3,1),background .4s,color .4s}
.buying-why .buying-feature-copy>i svg{width:26px;height:26px}
.buying-why article:hover .buying-feature-copy>i{color:#fff;background:linear-gradient(145deg,#bd718c,#9d5e75);transform:scale(1.11) rotate(-5deg)}
.buying-why .buying-feature-copy>small{display:block;margin-bottom:14px;color:#b08472;font-size:7px;font-weight:800;letter-spacing:.2em}
.buying-why .buying-feature-copy h3{display:block;margin:0 0 19px;color:#3a3332;font:500 clamp(34px,3vw,48px)/.96 "Cormorant Garamond",serif;letter-spacing:-.04em}
.buying-why .buying-feature-copy>p{max-width:460px;color:#746966;font-size:11px;font-weight:400;line-height:1.95}
.buying-why .buying-feature-copy aside{margin-top:34px;padding:20px 0 0;border:0;border-top:1px solid rgba(176,143,128,.28);border-radius:0;background:transparent}
.buying-why .buying-feature-copy aside small{margin-bottom:8px;color:#a7637a;letter-spacing:.17em}
.buying-why .buying-feature-copy aside strong{color:#5b5150;font:italic 500 18px/1.45 "Cormorant Garamond",serif}
@media(max-width:1080px){
.buying-why .buying-why-layout{grid-template-columns:minmax(280px,.62fr) minmax(480px,1.38fr);gap:55px}
.buying-why .buying-section-head{padding-left:25px}
.buying-why-gallery{height:520px}
.buying-feature-card-1,.buying-feature-card-2{min-height:450px!important}
.buying-feature-card-3{width:86%;margin-left:7%}
}
@media(max-width:850px){
.buying-why{padding:115px 26px}
.buying-why:after{left:26px}
.buying-why .buying-why-layout{grid-template-columns:1fr;gap:85px}
.buying-why .buying-section-head{position:relative;top:auto;max-width:650px}
.buying-why-gallery{height:590px;margin-left:25px}
.buying-why .buying-feature-grid{max-width:760px;margin:auto}
.buying-feature-card-3{margin-top:-20px}
}
@media(max-width:620px){
.buying-why{padding:95px 20px 110px}
.buying-why:after{display:none}
.buying-why-number{top:38px}
.buying-why .buying-why-layout,.buying-why-content,.buying-why .buying-section-head{min-width:0}
.buying-why .buying-section-head{padding:10px 0 30px 18px}
.buying-why .buying-section-head h2{max-width:340px;font-size:clamp(47px,13.4vw,54px);line-height:.86}
.buying-why .buying-section-head>p{font-size:12px}
.buying-why-gallery{height:460px;margin:0 0 82px}
.buying-why-photo-main{inset:0 8% 45px 0}
.buying-why-photo-small{width:42%;height:42%;border-width:5px}
.buying-why-gallery>span{left:14px;bottom:14px;font-size:15px}
.buying-why .buying-feature-grid{min-width:0;grid-template-columns:minmax(0,1fr);gap:20px}
.buying-feature-card-1,.buying-feature-card-2,.buying-feature-card-3{grid-column:auto;width:auto;min-width:0;min-height:0!important;margin:0}
.buying-why .buying-feature-copy{padding:37px 29px}
.buying-why .buying-feature-copy>i{margin-bottom:34px}
.buying-why .buying-feature-copy h3{font-size:39px}
.buying-feature-accent{left:29px;right:29px}
}
@media(prefers-reduced-motion:reduce){
.buying-why-geometry i{animation:none}
.buying-why .buying-feature-grid>article{opacity:1;transform:none}
.buying-why-gallery img,.buying-why .buying-feature-grid>article,.buying-why .buying-feature-copy>i,.buying-why .buying-why-cta:before,.buying-why .buying-why-cta b{transition:none}
}
/* Buying page: tighter desktop feature-card composition. */
@media(min-width:851px){
.buying-why{padding-top:105px;padding-bottom:105px}
.buying-why .buying-feature-grid{gap:18px}
.buying-feature-card-1{min-height:350px!important}
.buying-feature-card-2{min-height:375px!important;margin-top:24px}
.buying-feature-card-3{width:100%;min-height:310px!important;margin:0}
.buying-why .buying-feature-copy{padding:clamp(32px,3vw,46px)}
.buying-why .buying-feature-copy>i{margin-bottom:28px}
.buying-why .buying-feature-copy aside{margin-top:24px}
}
.buying-areas{position:relative;isolation:isolate;overflow:hidden;padding:clamp(135px,11vw,190px) max(4vw,24px);background-color:#292728;background-image:radial-gradient(circle at 11% 15%,rgba(207,113,146,.2),transparent 28%),radial-gradient(circle at 88% 74%,rgba(190,141,99,.12),transparent 25%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='390' height='230' viewBox='0 0 390 230'%3E%3Cg fill='none' stroke='%23fff' opacity='.035'%3E%3Cpath d='M-20 64c50-44 95 22 146-12s88-33 139 4 95 20 144-20M-15 93c56-39 91 27 151-8s90-21 134 10 92 15 132-17M-8 128c48-26 99 27 148-3s92-18 135 9 85 10 126-12M-13 164c61-32 102 21 154-8s92-13 137 10 83 5 126-18'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");color:#fff}
.buying-areas:before{content:"";position:absolute;z-index:-1;width:470px;height:470px;right:-140px;top:12%;border-radius:50%;background:rgba(230,127,179,.14);filter:blur(100px)}
.buying-areas-orbit{position:absolute;z-index:-1;width:250px;height:250px;left:-90px;bottom:11%;border:1px solid rgba(239,192,208,.13);border-radius:50%}
.buying-areas-orbit:after{content:"";position:absolute;width:12px;height:12px;right:20px;top:35px;border-radius:50%;background:#E67FB3;box-shadow:0 0 35px rgba(230,127,179,.45)}
.buying-areas .route-inner{max-width:1380px}
.buying-areas-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.62fr);align-items:end;gap:clamp(50px,8vw,130px);margin-bottom:65px}
.buying-areas-head .route-kicker{color:#E67FB3;letter-spacing:.2em}
.buying-areas-head>div>i{width:92px;height:1px;display:block;margin:22px 0 32px;background:linear-gradient(90deg,#d4a36f,#E67FB3,transparent)}
.buying-areas-head h2{margin:0;font-size:clamp(62px,7vw,105px);font-weight:500;line-height:.82;letter-spacing:-.065em}
.buying-areas-head h2 em{display:block;margin-top:15px;color:#E67FB3;font-weight:400}
.buying-areas-head>p{max-width:430px;margin:0 0 5px;color:#c5bcba;font-size:12px;font-weight:400;line-height:2}
.buying-area-filters{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:38px;padding-bottom:27px;border-bottom:1px solid rgba(255,255,255,.1)}
.buying-area-filters button{position:relative;overflow:hidden;padding:12px 17px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.035);color:#c9c0be;font-size:8px;font-weight:750;letter-spacing:.08em;transition:color .35s,border-color .35s,background .35s,transform .35s;backdrop-filter:blur(10px)}
.buying-area-filters button:hover{transform:translateY(-2px);border-color:rgba(230,127,179,.48);color:#fff}
.buying-area-filters button.is-active{border-color:#E67FB3;background:#E67FB3;color:#332b2e;box-shadow:0 8px 25px rgba(230,127,179,.16)}
.buying-area-editorial{display:grid;grid-template-columns:1.15fr .85fr;grid-auto-rows:340px;gap:22px}
.buying-area-story{min-width:0;transition:opacity .35s,transform .45s,filter .35s}
.buying-area-story.is-filtered-out{display:none}
.buying-area-story.is-featured{grid-row:span 2}
.buying-area-story:nth-child(4){grid-column:1/-1;height:430px;margin:35px 7% 0}
.buying-area-story>a{position:relative;isolation:isolate;width:100%;height:100%;display:block;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:#211f20;box-shadow:0 24px 65px rgba(0,0,0,.2);transition:transform .48s cubic-bezier(.16,1,.3,1),box-shadow .48s,border-color .4s}
.buying-area-story>a:before{content:"";position:absolute;z-index:3;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(120deg,transparent 20%,rgba(211,161,105,.75),rgba(230,127,179,.72),transparent 78%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s}
.buying-area-story:hover>a{transform:translateY(-10px);border-color:rgba(230,127,179,.5);box-shadow:0 40px 90px rgba(0,0,0,.3),0 0 50px rgba(230,127,179,.09)}
.buying-area-story:hover>a:before{opacity:1}
.buying-area-story img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.02);transition:transform .75s cubic-bezier(.16,1,.3,1),filter .5s}
.buying-area-story:hover img{transform:scale(1.055);filter:saturate(.95) contrast(1.04)}
.buying-area-vignette{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(25,22,23,.06) 20%,rgba(25,22,23,.86) 93%),linear-gradient(100deg,rgba(31,26,27,.48),transparent 58%);transition:background .45s}
.buying-area-story:hover .buying-area-vignette{background:linear-gradient(180deg,rgba(25,22,23,.1),rgba(25,22,23,.92)),linear-gradient(100deg,rgba(31,26,27,.58),transparent 62%)}
.buying-area-pin{position:absolute;z-index:3;right:25px;top:25px;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(36,31,33,.28);color:#f3d5df;box-shadow:0 8px 25px rgba(0,0,0,.13);backdrop-filter:blur(13px);transition:transform .45s,background .35s}
.buying-area-pin svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.3}
.buying-area-story:hover .buying-area-pin{transform:translateY(-4px) rotate(5deg);background:rgba(201,113,143,.52)}
.buying-area-panel{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:25px 27px;border:1px solid rgba(255,255,255,.22);border-radius:27px;background:linear-gradient(135deg,rgba(39,34,35,.68),rgba(44,37,39,.43));box-shadow:0 18px 45px rgba(0,0,0,.16);backdrop-filter:blur(18px) saturate(1.08);transition:transform .45s cubic-bezier(.16,1,.3,1),background .4s}
.buying-area-story:hover .buying-area-panel{transform:translateY(-7px);background:linear-gradient(135deg,rgba(41,34,37,.82),rgba(55,42,47,.58))}
.buying-area-panel>small{color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.buying-area-panel h3{margin:7px 0 5px;font:500 clamp(38px,4vw,62px)/.88 "Cormorant Garamond",serif;letter-spacing:-.04em;transition:transform .45s}
.buying-area-story:hover h3{transform:translateY(-3px)}
.buying-area-panel>p{max-width:520px;margin:0;color:#d4ccca;font-size:10px;line-height:1.7}
.buying-area-facts{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-height:0;margin-top:0;overflow:hidden;opacity:0;transform:translateY(12px);transition:max-height .48s,margin .48s,opacity .35s .08s,transform .45s}
.buying-area-story:hover .buying-area-facts,.buying-area-story.is-featured .buying-area-facts{max-height:100px;margin-top:20px;opacity:1;transform:none}
.buying-area-facts span{min-width:0;color:#dbd3d0;font-size:8px;line-height:1.45}
.buying-area-facts i{display:block;margin-bottom:7px;color:#E67FB3;font:normal 15px serif}
.buying-area-facts b{display:block;margin-bottom:3px;color:#fff;font-size:6px;letter-spacing:.08em;text-transform:uppercase}
.buying-area-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}
.buying-area-tags span{padding:6px 9px;border:1px solid rgba(255,255,255,.19);border-radius:99px;color:#d7cecc;font-size:6px;letter-spacing:.06em;text-transform:uppercase}
.buying-area-panel>strong{position:absolute;right:27px;bottom:26px;color:#fff;font-size:7px;letter-spacing:.1em;text-transform:uppercase}
.buying-area-panel>strong b{display:inline-block;margin-left:8px;color:#E67FB3;font-size:12px;transition:transform .4s}
.buying-area-story:hover .buying-area-panel>strong b{transform:translateX(6px)}
.buying-area-story:not(.is-featured) .buying-area-panel{padding-right:115px}
.buying-area-story:not(.is-featured) .buying-area-facts{grid-template-columns:repeat(3,1fr)}
.buying-area-story:not(.is-featured) .buying-area-facts span:nth-child(n+4){display:none}
.buying-areas-cta{position:relative;margin:130px auto 0;padding:70px 30px 15px;text-align:center}
.buying-areas-cta:before{content:"";position:absolute;left:50%;top:0;width:1px;height:45px;background:linear-gradient(#d7a26d,#E67FB3);transform:translateX(-50%)}
.buying-areas-cta .route-kicker{color:#E67FB3}
.buying-areas-cta h3{margin:18px 0 10px;font:500 clamp(48px,5.7vw,78px)/.95 "Cormorant Garamond",serif;letter-spacing:-.045em}
.buying-areas-cta p{margin:0 auto;color:#bfb5b3;font-size:12px;line-height:1.8}
.buying-areas-cta a{min-width:225px;display:inline-flex;align-items:center;justify-content:center;gap:24px;margin-top:30px;padding:16px 22px;border:1px solid rgba(230,127,179,.5);border-radius:999px;background:#E67FB3;color:#332b2e;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:transform .4s,box-shadow .4s,background .4s}
.buying-areas-cta a:hover{transform:translateY(-4px);background:#efc3d2;box-shadow:0 18px 40px rgba(230,127,179,.2)}
.buying-areas-cta a b{font-size:13px;transition:transform .35s}
.buying-areas-cta a:hover b{transform:translateX(5px)}
@media(max-width:980px){
.buying-areas-head{grid-template-columns:1fr}
.buying-area-editorial{grid-template-columns:1fr 1fr;grid-auto-rows:390px}
.buying-area-story.is-featured{grid-column:1/-1;grid-row:auto;height:650px}
.buying-area-story:nth-child(4){grid-column:1/-1;height:430px;margin:20px 5% 0}
.buying-area-story:not(.is-featured) .buying-area-panel{padding-right:27px}
.buying-area-story:not(.is-featured) .buying-area-panel>strong{position:relative;right:auto;bottom:auto;display:block;margin-top:18px}
.buying-area-facts{grid-template-columns:repeat(3,1fr)}
.buying-area-facts span:nth-child(n+4){display:none}
}
@media(max-width:680px){
.buying-areas{padding:100px 20px}
.buying-areas-head{margin-bottom:45px}
.buying-areas-head h2{font-size:54px}
.buying-area-filters{flex-wrap:nowrap;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}
.buying-area-filters button{flex:0 0 auto}
.buying-area-editorial{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:18px}
.buying-area-story,.buying-area-story.is-featured,.buying-area-story:nth-child(4){grid-column:auto;height:570px;margin:0}
.buying-area-story>a{border-radius:29px}
.buying-area-panel{left:14px;right:14px;bottom:14px;padding:24px 22px!important;border-radius:23px}
.buying-area-panel h3{font-size:46px}
.buying-area-facts,.buying-area-story.is-featured .buying-area-facts{grid-template-columns:1fr 1fr;max-height:none;margin-top:18px;opacity:1;transform:none}
.buying-area-facts span:nth-child(n+5){display:none}
.buying-area-panel>strong{position:relative;right:auto;bottom:auto;display:block;margin-top:20px}
.buying-areas-cta{margin-top:90px;padding-inline:0}
.buying-areas-cta h3{font-size:52px}
}
@media(prefers-reduced-motion:reduce){
.buying-area-story>a,.buying-area-story img,.buying-area-panel,.buying-area-pin,.buying-area-facts,.buying-area-panel h3,.buying-area-panel>strong b{transition:none}
}
.buying-areas{overflow:hidden;padding:clamp(130px,10vw,180px) max(4vw,24px);background-color:#f8f3ed;background-image:radial-gradient(circle at 86% 12%,rgba(239,194,209,.31),transparent 28%),radial-gradient(circle at 5% 78%,rgba(241,216,224,.23),transparent 24%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.018'/%3E%3C/svg%3E");color:#373131}
.buying-areas:before{width:430px;height:430px;right:-180px;top:9%;background:rgba(230,127,179,.17);filter:blur(105px)}
.buying-areas-orbit{display:none}
.buying-areas-head{max-width:860px;display:block;margin:0 0 58px}
.buying-areas-head .route-kicker{color:#aa617b;letter-spacing:.2em}
.buying-areas-head>i{width:88px;height:1px;display:block;margin:21px 0 34px;background:linear-gradient(90deg,#bd708b,rgba(184,129,92,.62),transparent)}
.buying-areas-head h2{margin:0;color:#363131;font-size:clamp(61px,6.4vw,92px);line-height:.88;letter-spacing:-.062em}
.buying-areas-head h2 em{display:block;margin-top:13px;color:#a9637b;font-weight:400}
.buying-areas-head>p{max-width:650px;margin:33px 0 0;color:#6f6561;font-size:13px;font-weight:400;line-height:1.95}
.buying-area-filters{gap:10px;margin-bottom:48px;padding-bottom:25px;border-bottom:1px solid rgba(74,62,58,.13)}
.buying-area-filters button{padding:12px 17px;border:1px solid rgba(62,52,49,.48);background:rgba(255,252,248,.65);color:#514846;box-shadow:none;backdrop-filter:blur(8px)}
.buying-area-filters button:hover{border-color:#c48199;background:#f1dce4;color:#514047}
.buying-area-filters button.is-active{border-color:#b66c87;background:#b96f89;color:#fff;box-shadow:0 9px 24px rgba(173,95,123,.16)}
.buying-areas-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:clamp(40px,5vw,75px)}
.buying-area-editorial{display:grid;grid-template-columns:1.08fr .92fr;grid-auto-rows:auto;align-items:start;gap:25px}
.buying-area-story,.buying-area-story.is-featured,.buying-area-story:nth-child(4){grid-column:auto;grid-row:auto;height:auto;margin:0}
.buying-area-story.is-featured{grid-column:1/-1}
.buying-area-story:nth-child(4){grid-column:1/-1;width:82%;margin:12px auto 0}
.buying-area-story>a{height:auto;overflow:visible;display:block;border:1px solid rgba(126,103,94,.16);border-radius:34px;background:#fffaf5;box-shadow:0 17px 45px rgba(72,54,48,.075);transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s,border-color .35s}
.buying-area-story>a:before{background:linear-gradient(115deg,transparent 20%,rgba(190,144,93,.55),rgba(205,117,149,.52),transparent 78%)}
.buying-area-story:hover>a,.buying-area-story.is-map-active>a{transform:translateY(-6px);border-color:rgba(193,125,148,.42);box-shadow:0 28px 65px rgba(71,53,48,.13),0 0 35px rgba(208,150,171,.08)}
.buying-area-story figure{height:315px;margin:0;overflow:hidden;border-radius:33px 33px 23px 23px;background:#ddd}
.buying-area-story.is-featured figure{height:500px}
.buying-area-story:nth-child(4) figure{height:390px}
.buying-area-story img{position:relative;inset:auto;width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(.98) sepia(.035);transition:transform .55s cubic-bezier(.16,1,.3,1),filter .45s}
.buying-area-story:hover img,.buying-area-story.is-map-active img{transform:scale(1.05);filter:saturate(.9) contrast(1) sepia(.02)}
.buying-area-panel{position:relative;left:auto;right:auto;bottom:auto;padding:31px 32px 33px;border:0;border-radius:0 0 33px 33px;background:#fffaf5;box-shadow:none;color:#373131;backdrop-filter:none;transition:none}
.buying-area-story:hover .buying-area-panel{transform:none;background:#fffaf5}
.buying-area-panel>small{color:#a9637b;font-size:7px;letter-spacing:.16em}
.buying-area-panel h3{margin:9px 0 10px;color:#393231;font-size:clamp(38px,3.2vw,52px);line-height:.92}
.buying-area-story:hover h3{transform:none}
.buying-area-panel>p{max-width:520px;margin:0;color:#716763;font-size:10px;line-height:1.75}
.buying-area-tags{gap:7px;margin-top:20px}
.buying-area-tags span{padding:7px 10px;border:1px solid rgba(91,73,67,.2);background:#fcf5f1;color:#766461;font-size:6px;transition:transform .35s,background .35s,border-color .35s}
.buying-area-story:hover .buying-area-tags span{transform:translateY(-2px);border-color:rgba(190,112,139,.33);background:#f4e1e7}
.buying-area-story:hover .buying-area-tags span:nth-child(2){transition-delay:.04s}
.buying-area-story:hover .buying-area-tags span:nth-child(3){transition-delay:.08s}
.buying-area-panel>strong,.buying-area-story:not(.is-featured) .buying-area-panel>strong{position:relative;right:auto;bottom:auto;display:inline-flex;align-items:center;margin-top:23px;color:#8e5368;font-size:7px;letter-spacing:.11em}
.buying-area-panel>strong b{margin-left:9px;color:#b76380}
.buying-area-story:hover .buying-area-panel>strong b{transform:translateX(5px)}
.buying-area-map{position:sticky;top:105px;padding:31px 28px 27px;border:1px solid rgba(151,119,107,.18);border-radius:31px;background:rgba(255,250,246,.72);box-shadow:0 20px 55px rgba(74,55,49,.075);backdrop-filter:blur(16px)}
.buying-area-map>.route-kicker{color:#a45e77}
.buying-area-map>h3{margin:12px 0 3px;font:500 38px/.95 "Cormorant Garamond",serif;letter-spacing:-.035em}
.buying-area-map-canvas{position:relative;height:390px;margin:19px 0 12px}
.buying-area-map-canvas>svg{width:100%;height:100%;display:block;overflow:visible}
.buying-map-outline{fill:rgba(235,210,197,.3);stroke:#9e8176;stroke-width:1.2}
.buying-map-river{fill:none;stroke:#E67FB3;stroke-width:2;stroke-linecap:round;stroke-dasharray:3 7;opacity:.75}
.buying-area-map-canvas>a{position:absolute;left:var(--map-x);top:var(--map-y);display:flex;align-items:center;gap:8px;transform:translate(-50%,-50%);color:#6e5b58;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:opacity .3s,color .3s}
.buying-area-map-canvas>a.is-filtered-out{opacity:.17;pointer-events:none}
.buying-area-map-canvas>a i{width:12px;height:12px;border:3px solid #fffaf5;border-radius:50%;background:#b96f89;box-shadow:0 0 0 1px rgba(126,83,98,.4),0 5px 12px rgba(111,72,85,.18);transition:transform .35s,box-shadow .35s}
.buying-area-map-canvas>a:hover,.buying-area-map-canvas>a.is-active{color:#9f536f}
.buying-area-map-canvas>a:hover i,.buying-area-map-canvas>a.is-active i{transform:scale(1.45);box-shadow:0 0 0 5px rgba(207,137,161,.16),0 7px 16px rgba(111,72,85,.2)}
.buying-area-map>p{margin:0;color:#827773;font-size:8px;line-height:1.75}
.buying-areas-cta{margin-top:130px;padding:68px 25px 0}
.buying-areas-cta:before{background:linear-gradient(#c17a92,#c9a06f)}
.buying-areas-cta .route-kicker{color:#a76079}
.buying-areas-cta h3{max-width:800px;margin:18px auto 12px;color:#383130;font-size:clamp(48px,5.7vw,78px)}
.buying-areas-cta p{color:#756965}
.buying-areas-cta>div{display:flex;justify-content:center;flex-wrap:wrap;gap:11px;margin-top:30px}
.buying-areas-cta a{min-width:200px;margin:0;border-color:#b96e88;background:#b96e88;color:#fff}
.buying-areas-cta a:nth-child(2){border-color:rgba(65,53,50,.42);background:transparent;color:#413936}
.buying-areas-cta a:hover{background:#a85f79;color:#fff}
.buying-areas-cta a:nth-child(2):hover{border-color:#c17b94;background:#f0dbe2;color:#4a3c41}
@media(max-width:1050px){
.buying-areas-layout{grid-template-columns:1fr}
.buying-area-map{position:relative;top:auto;display:grid;grid-template-columns:200px 1fr;align-items:center;gap:30px}
.buying-area-map>.route-kicker,.buying-area-map>h3,.buying-area-map>p{grid-column:1}
.buying-area-map-canvas{grid-column:2;grid-row:1/5;height:300px;margin:0}
.buying-area-editorial{grid-template-columns:1fr 1fr}
.buying-area-story.is-featured,.buying-area-story:nth-child(4){grid-column:1/-1;width:100%}
}
@media(max-width:680px){
.buying-areas{padding:100px 20px 110px}
.buying-areas-head h2{font-size:53px}
.buying-areas-head>p{font-size:12px}
.buying-area-editorial{grid-template-columns:1fr}
.buying-area-story,.buying-area-story.is-featured,.buying-area-story:nth-child(4){grid-column:auto;width:100%;margin:0}
.buying-area-story figure,.buying-area-story.is-featured figure,.buying-area-story:nth-child(4) figure{height:310px}
.buying-area-panel{padding:27px 24px 29px!important}
.buying-area-map{display:block;padding:28px 22px}
.buying-area-map-canvas{height:330px;margin:15px 0}
.buying-areas-cta{margin-top:95px;padding-inline:0}
.buying-areas-cta h3{font-size:50px}
.buying-areas-cta>div{flex-direction:column}
.buying-areas-cta a{width:100%}
}
.buying-areas .buying-area-story img{z-index:0}
.buying-areas .buying-area-editorial{max-width:1180px;margin:0 auto;grid-template-columns:1.08fr .92fr;column-gap:clamp(28px,3vw,44px);row-gap:clamp(32px,3.5vw,52px)}
.buying-areas .buying-area-story.is-featured{grid-column:1/-1}
.buying-areas .buying-area-story:nth-child(4){grid-column:1/-1;width:88%;margin:8px auto 0}
.buying-areas .buying-area-story>a{border-radius:36px}
.buying-areas .buying-area-story figure{border-radius:35px 35px 25px 25px}
.buying-areas .buying-area-panel{padding:38px 40px 40px}
.buying-areas .buying-area-panel h3{margin-top:11px;margin-bottom:13px}
.buying-areas .buying-area-panel>p{font-size:11px;line-height:1.85}
.buying-areas .buying-area-tags{gap:8px;margin-top:23px}
.buying-areas .buying-area-panel>strong{margin-top:27px}
.buying-areas .buying-areas-cta{margin-top:145px}
@media(max-width:820px){
.buying-areas .buying-area-editorial{grid-template-columns:1fr 1fr;gap:28px 22px}
.buying-areas .buying-area-story:nth-child(4){width:100%}
.buying-areas .buying-area-panel{padding:32px 30px 34px}
}
@media(max-width:680px){
.buying-areas .buying-area-editorial{grid-template-columns:1fr;gap:28px}
.buying-areas .buying-area-story.is-featured,.buying-areas .buying-area-story:nth-child(4){grid-column:auto;width:100%;margin:0}
.buying-areas .buying-area-panel{padding:30px 26px 33px!important}
.buying-areas .buying-areas-cta{margin-top:105px}
}
.buying-areas .buying-areas-cta{position:relative;isolation:isolate;max-width:1400px;overflow:hidden;margin:clamp(110px,10vw,160px) auto 0;padding:clamp(78px,8vw,118px) clamp(35px,8vw,120px);border:1px solid rgba(157,123,111,.17);border-radius:clamp(36px,4vw,48px);background-color:#fffaf5;background-image:radial-gradient(circle at 18% 16%,rgba(241,201,214,.42),transparent 31%),radial-gradient(circle at 86% 80%,rgba(232,190,204,.3),transparent 27%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t)' opacity='.018'/%3E%3C/svg%3E");box-shadow:0 30px 80px rgba(71,53,47,.11),0 8px 26px rgba(71,53,47,.045);text-align:center;opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s cubic-bezier(.16,1,.3,1)}
.buying-areas .buying-areas-cta.is-visible{opacity:1;transform:none}
.buying-areas .buying-areas-cta:after{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(rgba(255,250,245,.9),rgba(255,250,245,.88)),url("assets/area-winsford-editorial.webp") center 48%/cover;opacity:.11}
.buying-areas .buying-areas-cta:before{content:"──────  ♡  ──────";position:relative;left:auto;top:auto;width:auto;height:auto;display:block;margin:0 auto 28px;background:none;color:#bc7890;font:400 13px/1 "Cormorant Garamond",serif;letter-spacing:.09em;transform:none}
.buying-areas .buying-areas-cta .route-kicker{position:relative;color:#a55e77;letter-spacing:.18em}
.buying-areas .buying-areas-cta h3{position:relative;max-width:760px;margin:22px auto 0;color:#383130;font-size:clamp(54px,6.2vw,86px);line-height:.9;letter-spacing:-.052em;opacity:0;transform:translateY(18px);transition:opacity .75s .18s ease,transform .75s .18s cubic-bezier(.16,1,.3,1)}
.buying-areas .buying-areas-cta.is-visible h3{opacity:1;transform:none}
.buying-areas .buying-areas-cta>p{position:relative;max-width:600px;margin:30px auto 0;color:#6e625e;font-size:12px;line-height:1.9}
.buying-areas .buying-areas-cta>div{position:relative;display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:38px}
.buying-areas .buying-areas-cta a{min-width:215px;height:54px;margin:0;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:23px;border:1px solid #b86d87;border-radius:999px;background:#b96f89;color:#fff;box-shadow:0 12px 26px rgba(174,96,124,.16);font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;opacity:0;transform:translateY(14px);transition:opacity .65s .38s ease,transform .4s cubic-bezier(.16,1,.3,1),background .35s,box-shadow .35s}
.buying-areas .buying-areas-cta a:nth-child(2){border-color:rgba(65,53,50,.45);background:#fffaf5;color:#403735;box-shadow:0 9px 22px rgba(65,51,46,.06);transition-delay:.48s,0s,0s,0s}
.buying-areas .buying-areas-cta.is-visible a{opacity:1;transform:none}
.buying-areas .buying-areas-cta a:hover{transform:translateY(-3px);background:#a85f79;box-shadow:0 18px 34px rgba(161,83,112,.22)}
.buying-areas .buying-areas-cta a:nth-child(2):hover{border-color:#b87890;background:#f3dfe6;color:#41363a;box-shadow:0 15px 30px rgba(75,56,51,.1)}
.buying-areas .buying-areas-cta a b{display:inline-block;font-size:13px;transition:transform .35s}
.buying-areas .buying-areas-cta a:hover b{transform:translateX(5px)}
@media(max-width:700px){
.buying-areas .buying-areas-cta{padding:70px 24px;border-radius:36px}
.buying-areas .buying-areas-cta h3{font-size:52px}
.buying-areas .buying-areas-cta>p{font-size:11px}
.buying-areas .buying-areas-cta>div{flex-direction:column}
.buying-areas .buying-areas-cta a{width:100%}
}
@media(prefers-reduced-motion:reduce){
.buying-areas .buying-areas-cta,.buying-areas .buying-areas-cta h3,.buying-areas .buying-areas-cta a{opacity:1;transform:none;transition:none}
}
.buying-areas .buying-areas-cta{opacity:1;transform:none}
.buying-areas .buying-areas-cta.will-reveal{opacity:0;transform:translateY(28px)}
.buying-areas .buying-areas-cta.will-reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
.buying-areas .buying-areas-cta.will-reveal{opacity:1;transform:none}
}
.buying-areas .buying-areas-cta h3,.buying-areas .buying-areas-cta a{opacity:1;transform:none}
.buying-areas .buying-areas-cta.will-reveal h3,.buying-areas .buying-areas-cta.will-reveal a{opacity:0;transform:translateY(16px)}
.buying-areas .buying-areas-cta.will-reveal.is-visible h3,.buying-areas .buying-areas-cta.will-reveal.is-visible a{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
.buying-areas .buying-areas-cta.will-reveal h3,.buying-areas .buying-areas-cta.will-reveal a{opacity:1;transform:none}
}
.mortgage-hero{padding:155px max(4vw,24px) 105px;overflow:hidden;background:#fbf7f1 radial-gradient(circle at 82% 28%,rgba(230,127,179,.34),transparent 36%)}
.mortgage-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,.75fr);align-items:center;gap:clamp(60px,8vw,125px)}
.mortgage-hero-copy h1{max-width:760px;margin:18px 0 30px;font-size:clamp(62px,6.2vw,94px);line-height:.88;letter-spacing:-.065em}
.mortgage-hero-copy h1 em,.mortgage-section-head h2 em,.mortgage-independent h2 em,.mortgage-faq h2 em,.mortgage-final h2 em{display:block;color:#b86d87;font-family:"Cormorant Garamond",serif;font-weight:500}
.mortgage-hero-copy>p{max-width:650px;color:#6e6460;font-size:14px;line-height:1.9}
.mortgage-actions{display:flex;align-items:center;gap:27px;margin-top:35px}
.mortgage-actions>a:last-child{padding-bottom:7px;border-bottom:1px solid #bc718b;font-size:9px;font-weight:800;text-transform:uppercase}
.mortgage-hero-copy>small{max-width:620px;display:block;margin-top:32px;color:#887d78;font-size:8px;line-height:1.7}
.mortgage-hero-visual{position:relative;margin:0}
.mortgage-hero-visual:before{content:"";position:absolute;inset:-18px 22px 28px -20px;border:1px solid #dfb7c5;border-radius:170px 170px 32px 32px}
.mortgage-hero-visual img{position:relative;width:100%;height:min(640px,66vh);min-height:510px;display:block;object-fit:cover;border-radius:170px 170px 32px 32px;box-shadow:0 34px 75px rgba(67,51,45,.16)}
.mortgage-hero-visual figcaption{position:absolute;right:-28px;bottom:30px;width:250px;padding:23px;display:grid;gap:13px;border:1px solid #eadfd8;border-radius:22px;background:#fffdf9ed;box-shadow:0 20px 45px rgba(70,54,47,.13);backdrop-filter:blur(14px)}
.mortgage-hero-visual figcaption span{font-size:8px;font-weight:750}
.mortgage-section-head{max-width:850px;margin-bottom:65px}
.mortgage-section-head h2,.mortgage-independent h2,.mortgage-faq h2{margin:16px 0 22px;font-size:clamp(50px,5.5vw,78px);line-height:.92;letter-spacing:-.05em}
.mortgage-section-head>p{max-width:660px;color:#756b66;font-size:13px;line-height:1.85}
.mortgage-advice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mortgage-advice-grid article,.mortgage-type-grid article{min-height:270px;padding:31px;border:1px solid #e3d6ce;border-radius:25px;background:#fffdf9;box-shadow:0 14px 38px rgba(65,49,43,.055);transition:transform .35s,box-shadow .35s}
.mortgage-advice-grid article:hover,.mortgage-type-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(65,49,43,.1)}
.mortgage-advice-grid i,.mortgage-type-grid i{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#f3d7df;color:#9f5872;font:normal 21px "Cormorant Garamond",serif}
.mortgage-advice-grid h3,.mortgage-type-grid h3{margin:47px 0 12px;font:600 27px "Cormorant Garamond",serif}
.mortgage-advice-grid p,.mortgage-type-grid p{color:#756c68;font-size:10px;line-height:1.75}
.mortgage-calculator{background:#343234;color:#fff}
.mortgage-calculator-grid{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:clamp(60px,8vw,120px)}
.mortgage-calculator header h2{font-size:clamp(52px,5.5vw,78px);line-height:.92}
.mortgage-calculator header h2 em{display:block;color:#E67FB3;font-family:"Cormorant Garamond",serif;font-weight:500}
.mortgage-calculator header p{color:#c7bfbc;line-height:1.85}
.mortgage-calculator-card{padding:clamp(28px,4vw,50px);border:1px solid rgba(255,255,255,.55);border-radius:32px;background:#fffaf5;color:#383334;box-shadow:0 30px 75px rgba(0,0,0,.2)}
.mortgage-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.mortgage-fields label{position:relative;display:grid;gap:9px;color:#746a65;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.mortgage-fields label span{position:absolute;right:17px;bottom:17px;color:#a65c76}
.mortgage-fields input{width:100%;min-height:56px;padding:0 50px 0 17px;border:1px solid #dfd2ca;border-radius:15px;background:#fff;font-size:15px}
.mortgage-fields input:focus{outline:3px solid rgba(230,127,179,.35);border-color:#c67c96}
.mortgage-result{margin-top:24px;padding:29px;border-radius:23px;background:#f3d7df;text-align:center}
.mortgage-result>span{font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.mortgage-result output{display:block;margin:8px 0 5px;font:600 clamp(43px,5vw,66px) "Cormorant Garamond",serif}
.mortgage-result small{color:#6d6064}
.mortgage-disclaimer{margin:21px 0 0;color:#7b706b;font-size:8px;line-height:1.65}
.mortgage-journey{background:#f8f2ed}
.mortgage-timeline{display:grid;gap:22px}
.mortgage-timeline article{display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;border:1px solid #e2d6ce;border-radius:30px;background:#fffdf9;box-shadow:0 14px 36px rgba(64,49,43,.055)}
.mortgage-timeline article:nth-child(even)>div{grid-column:2;grid-row:1}
.mortgage-timeline article:nth-child(even) figure{grid-column:1;grid-row:1}
.mortgage-timeline article>div{padding:clamp(32px,5vw,70px)}
.mortgage-timeline article>div>span{color:#bb708a;font-size:9px;font-weight:800}
.mortgage-timeline h3{margin:16px 0 12px;font:600 clamp(31px,3vw,43px) "Cormorant Garamond",serif}
.mortgage-timeline p{color:#766c67;font-size:11px;line-height:1.8}
.mortgage-timeline figure{height:350px;margin:0}
.mortgage-timeline img{width:100%;height:100%;object-fit:cover}
.mortgage-type-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.mortgage-type-grid article{min-height:315px;display:flex;flex-direction:column}
.mortgage-type-grid p{flex:1}
.mortgage-independent{background:#f3dce4}
.mortgage-independent-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(55px,8vw,120px)}
.mortgage-independent figure{height:650px;margin:0}
.mortgage-independent figure img{width:100%;height:100%;object-fit:cover;border-radius:150px 30px 150px 30px;box-shadow:0 28px 65px rgba(70,48,56,.14)}
.mortgage-independent>div>div>p{color:#6f6266;line-height:1.85}
.mortgage-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}
.mortgage-benefits article{padding:21px;display:grid;grid-template-columns:30px 1fr;gap:13px;border:1px solid rgba(113,77,90,.17);border-radius:19px;background:rgba(255,253,249,.66)}
.mortgage-benefits article>span{color:#a85e78}
.mortgage-benefits h3{margin:0;font-size:14px}
.mortgage-benefits p{margin:7px 0 0;color:#766a6e;font-size:9px;line-height:1.65}
.mortgage-faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(55px,8vw,110px)}
.mortgage-faq header>p{color:#776d68;line-height:1.8}
.mortgage-faq details{border-top:1px solid #ded2ca}
.mortgage-faq details:last-child{border-bottom:1px solid #ded2ca}
.mortgage-faq summary{padding:24px 3px;display:flex;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-size:14px;font-weight:700}
.mortgage-faq summary::-webkit-details-marker{display:none}
.mortgage-faq summary span{color:#b86d87;font-size:22px;transition:transform .25s}
.mortgage-faq details[open] summary span{transform:rotate(45deg)}
.mortgage-faq details p{margin:0;padding:0 40px 25px 3px;color:#756c67;font-size:11px;line-height:1.8}
.mortgage-final{padding:125px max(5vw,24px);background:#f0d5df radial-gradient(circle at 18% 20%,rgba(255,255,255,.7),transparent 31%);text-align:center}
.mortgage-final h2{margin:18px 0 24px;font-size:clamp(58px,7vw,94px);line-height:.88}
.mortgage-final p{max-width:650px;margin:auto;color:#675b5f;line-height:1.8}
.mortgage-final>div>div{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:26px}
.mortgage-final>div>div>a:last-child{padding-bottom:6px;border-bottom:1px solid #9d6276;font-size:9px;font-weight:800;text-transform:uppercase}
.mortgage-final small{max-width:650px;display:block;margin:32px auto 0;color:#796b70;font-size:8px;line-height:1.65}
@media(max-width:1050px){
.mortgage-hero-grid,.mortgage-calculator-grid,.mortgage-independent-grid,.mortgage-faq-grid{grid-template-columns:1fr}
.mortgage-hero-visual{max-width:720px}
.mortgage-advice-grid{grid-template-columns:1fr 1fr}
.mortgage-type-grid{grid-template-columns:repeat(2,1fr)}
.mortgage-independent figure{height:520px}
.mortgage-faq-grid{gap:40px}
}
@media(max-width:700px){
.mortgage-hero{padding:115px 20px 75px}
.mortgage-hero-copy h1{font-size:52px}
.mortgage-actions,.mortgage-final>div>div{align-items:stretch;flex-direction:column}
.mortgage-actions a,.mortgage-final a{width:100%;justify-content:center;text-align:center}
.mortgage-hero-visual img{height:430px;min-height:0;border-radius:105px 105px 28px 28px}
.mortgage-hero-visual figcaption{right:12px;bottom:18px;width:calc(100% - 24px)}
.mortgage-advice-grid,.mortgage-type-grid,.mortgage-fields,.mortgage-benefits{grid-template-columns:1fr}
.mortgage-advice-grid article{min-height:235px}
.mortgage-timeline article{grid-template-columns:1fr}
.mortgage-timeline article:nth-child(even)>div,.mortgage-timeline article:nth-child(even) figure{grid-column:auto;grid-row:auto}
.mortgage-timeline figure{height:270px}
.mortgage-independent figure{height:430px}
.mortgage-final{padding:90px 20px}
.mortgage-final h2{font-size:56px}
}
@media(prefers-reduced-motion:reduce){
.mortgage-advice-grid article,.mortgage-type-grid article{transition:none}
}
.mortgage-hero{position:relative;isolation:isolate;padding-top:clamp(185px,13vw,225px);padding-bottom:clamp(145px,10vw,185px);background-color:#fbf7f1;background-image:radial-gradient(ellipse at 79% 42%,rgba(255,255,255,.88) 0,rgba(255,255,255,.45) 28%,transparent 57%),radial-gradient(circle at 88% 22%,rgba(230,127,179,.13),transparent 31%),linear-gradient(118deg,#fcf9f4 0%,#f9f4ee 58%,#fbf7f3 100%)}
.mortgage-hero:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E")}
.mortgage-hero-grid{grid-template-columns:minmax(0,.86fr) minmax(470px,.78fr);gap:clamp(95px,9vw,155px)}
.mortgage-hero-copy{animation:mortgageCopyIn 1s .08s cubic-bezier(.16,1,.3,1) both}
.mortgage-hero-copy h1{max-width:780px;margin-top:24px;margin-bottom:38px;letter-spacing:-.073em}
.mortgage-hero-copy h1>span{display:block;font-weight:540}
.mortgage-hero-copy h1 em{margin-top:13px;font-size:1.16em;line-height:.84;letter-spacing:-.055em;background:linear-gradient(112deg,#4a3e41 0%,#956075 36%,#c67a96 70%,#865166 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.mortgage-hero-copy>p{max-width:670px;line-height:2}
.mortgage-actions{gap:15px;margin-top:42px}
.mortgage-actions .route-button{min-height:61px;padding-inline:30px;box-shadow:0 15px 36px rgba(68,50,56,.15);animation:mortgageRise .8s .45s both}
.mortgage-actions .route-button b{display:inline-block;margin-left:14px;transition:transform .35s}
.mortgage-actions .route-button:hover b{transform:translateX(6px)}
.mortgage-ghost-button{position:relative;min-height:61px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:22px;border:1px solid rgba(78,61,66,.25);border-radius:999px;background:rgba(255,252,248,.5);font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 8px 24px rgba(64,47,43,.035);backdrop-filter:blur(8px);animation:mortgageRise .8s .58s both;transition:background .35s,border-color .35s,transform .35s}
.mortgage-ghost-button:after{content:"";position:absolute;left:28px;right:28px;bottom:14px;height:1px;background:#ba6e89;transform:scaleX(.25);transform-origin:left;transition:transform .4s cubic-bezier(.16,1,.3,1)}
.mortgage-ghost-button:hover{transform:translateY(-3px);border-color:#bd7891;background:#fffaf7}
.mortgage-ghost-button:hover:after{transform:scaleX(1)}
.mortgage-hero-copy>small{margin-top:25px}
.mortgage-hero-visual{z-index:1;transform:translateY(0);animation:mortgageImageIn 1.15s .18s cubic-bezier(.16,1,.3,1) both;transition:transform 1.4s cubic-bezier(.16,1,.3,1)}
.mortgage-hero-visual:hover{transform:translateY(-4px)}
.mortgage-hero-visual:before{z-index:-1;inset:-19px 17px 23px -19px;border-color:rgba(193,113,143,.46);box-shadow:inset 0 0 0 8px rgba(255,255,255,.15)}
.mortgage-hero-visual:after{content:"";position:absolute;z-index:-2;width:78%;aspect-ratio:1;right:-14%;top:5%;border-radius:50%;background:rgba(230,127,179,.2);filter:blur(1px)}
.mortgage-hero-visual img{box-shadow:0 52px 100px rgba(56,42,39,.22),0 14px 35px rgba(56,42,39,.1),inset 0 1px rgba(255,255,255,.7);transition:transform 1.4s cubic-bezier(.16,1,.3,1),filter 1.4s}
.mortgage-hero-visual:hover img{transform:scale(1.006);filter:saturate(1.025)}
.mortgage-hero-visual figcaption{right:-37px;bottom:36px;width:292px;padding:25px 27px;gap:14px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(135deg,rgba(255,255,255,.75),rgba(255,250,247,.58));box-shadow:0 27px 65px rgba(61,44,48,.18),inset 0 1px rgba(255,255,255,.88);backdrop-filter:blur(22px) saturate(1.15);animation:mortgageTrustIn 1s .78s cubic-bezier(.16,1,.3,1) both,mortgageFloat 7s 1.8s ease-in-out infinite}
.mortgage-hero-visual figcaption span{display:flex;align-items:center;gap:11px;color:#4e4446;font-size:8px}
.mortgage-hero-visual figcaption i{width:23px;height:23px;display:grid;place-items:center;flex:0 0 23px;border:1px solid rgba(179,102,130,.35);border-radius:50%;color:#ad607d;font:normal 10px Manrope,sans-serif}
.mortgage-scroll{position:absolute;left:50%;bottom:35px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#7a6e69;font-size:6.5px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;transform:translateX(-50%);animation:mortgageRise .8s 1s both}
.mortgage-scroll i{position:relative;width:1px;height:33px;overflow:hidden;background:rgba(90,71,65,.22)}
.mortgage-scroll i:after{content:"";position:absolute;inset:0;background:#b76a85;animation:mortgageScroll 2.6s ease-in-out infinite}
@keyframes mortgageCopyIn{from{opacity:0;transform:translateY(22px)}
to{opacity:1;transform:none}
}
@keyframes mortgageImageIn{from{opacity:0;transform:scale(.98) translateY(14px)}
to{opacity:1;transform:none}
}
@keyframes mortgageRise{from{opacity:0;transform:translateY(15px)}
to{opacity:1;transform:none}
}
@keyframes mortgageTrustIn{from{opacity:0;transform:translateY(20px) scale(.98)}
to{opacity:1;transform:none}
}
@keyframes mortgageFloat{0%,100%{margin-bottom:0}
50%{margin-bottom:5px}
}
@keyframes mortgageScroll{0%{transform:translateY(-100%)}
55%,100%{transform:translateY(100%)}
}
@media(max-width:1100px){
.mortgage-hero{padding-top:155px}
.mortgage-hero-grid{grid-template-columns:1fr;gap:75px}
.mortgage-hero-copy{max-width:780px}
.mortgage-hero-visual{max-width:760px}
.mortgage-scroll{display:none}
}
@media(max-width:700px){
.mortgage-hero{padding-top:125px!important;padding-bottom:90px!important}
.mortgage-hero-copy h1>span{font-size:.94em}
.mortgage-hero-copy h1 em{font-size:1.08em}
.mortgage-hero-visual figcaption{right:12px;width:calc(100% - 24px);animation:mortgageTrustIn 1s .5s cubic-bezier(.16,1,.3,1) both}
.mortgage-ghost-button:after{left:25%;right:25%}
}
@media(prefers-reduced-motion:reduce){
.mortgage-hero-copy,.mortgage-actions .route-button,.mortgage-ghost-button,.mortgage-hero-visual,.mortgage-hero-visual figcaption,.mortgage-scroll{animation:none}
.mortgage-hero-visual,.mortgage-hero-visual img{transition:none}
}
.mortgage-actions{align-items:center}
.mortgage-actions .route-button,.mortgage-actions .mortgage-ghost-button{height:61px;min-height:61px;margin:0;padding-top:0;padding-bottom:0;align-self:center}
.mortgage-advice{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(145px,11vw,190px);padding-bottom:clamp(135px,10vw,180px);background-color:#faf6f0;background-image:radial-gradient(circle at 8% 17%,rgba(230,127,179,.2),transparent 27%)}
.mortgage-advice:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.14;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.05'/%3E%3C/svg%3E")}
.mortgage-advice-head{max-width:760px;margin-bottom:clamp(75px,7vw,105px);animation:mortgageAdviceIn .85s cubic-bezier(.16,1,.3,1) both}
.mortgage-advice-head h2{font-size:clamp(60px,6.4vw,92px);letter-spacing:-.06em}
.mortgage-advice-head h2 em{margin-top:10px}
.mortgage-advice-head>p{max-width:525px;margin-top:27px;font-size:12px;line-height:1.95}
.mortgage-editorial-rule{width:112px;height:1px;display:block;margin-top:31px;background:linear-gradient(90deg,#b96e89,#c9a06f,transparent)}
.mortgage-advice-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:clamp(24px,3vw,45px)}
.mortgage-advice-card{position:relative;isolation:isolate;overflow:hidden;padding:clamp(34px,4vw,55px)!important;display:flex!important;flex-direction:column;border:0!important;border-radius:clamp(28px,3vw,40px)!important;background:linear-gradient(145deg,rgba(255,253,249,.96),rgba(248,238,232,.9))!important;box-shadow:0 25px 65px rgba(66,49,43,.09),inset 0 1px rgba(255,255,255,.9)!important;transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s,background .55s!important;opacity:0;animation:mortgageCardIn .75s cubic-bezier(.16,1,.3,1) forwards}
.mortgage-advice-card:before{content:"";position:absolute;z-index:-1;inset:1px;border-radius:inherit;background:radial-gradient(circle at 92% 8%,rgba(230,127,179,.1),transparent 35%);transition:background .5s}
.mortgage-advice-card:after{content:"";position:absolute;z-index:-2;inset:0;border-radius:inherit;background:linear-gradient(125deg,rgba(185,110,137,.42),rgba(255,255,255,.8) 38%,rgba(197,155,102,.22));opacity:.35}
.mortgage-advice-card-1{grid-column:1/span 7;min-height:450px!important;animation-delay:.08s}
.mortgage-advice-card-2{grid-column:8/span 5;min-height:345px!important;margin-top:105px;animation-delay:.18s}
.mortgage-advice-card-3{grid-column:1/span 5;min-height:345px!important;margin-top:8px;animation-delay:.28s}
.mortgage-advice-card-4{grid-column:6/span 7;min-height:430px!important;margin-top:-72px;animation-delay:.38s}
.mortgage-advice-card:hover{transform:translateY(-9px)!important;box-shadow:0 38px 85px rgba(66,49,43,.14),inset 0 1px rgba(255,255,255,.95)!important}
.mortgage-advice-card:hover:before{background:radial-gradient(circle at 90% 9%,rgba(230,127,179,.22),transparent 43%)}
.mortgage-advice-card>small{position:relative;color:#a65c76;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.mortgage-card-number{position:absolute;right:25px;top:-23px;color:#5e4b50;font:500 clamp(105px,12vw,175px)/1 "Cormorant Garamond",serif;opacity:.035}
.mortgage-advice-grid .mortgage-card-icon{width:62px;height:62px;margin-top:clamp(38px,5vw,70px);display:grid;place-items:center;border:1px solid rgba(104,82,77,.22);border-radius:50%;background:rgba(255,252,247,.62);color:#413b39;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .4s,background .4s}
.mortgage-card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.mortgage-advice-card:hover .mortgage-card-icon{transform:translateY(-3px) rotate(-4deg);border-color:rgba(184,106,135,.5);background:#fffaf7}
.mortgage-advice-card>div{margin-top:auto}
.mortgage-advice-card h3{max-width:390px;margin:35px 0 14px;font:600 clamp(31px,3.2vw,46px)/1 "Cormorant Garamond",serif;letter-spacing:-.035em}
.mortgage-advice-card p{max-width:460px;color:#716762;font-size:11px;line-height:1.85}
.mortgage-advice-card a{display:inline-flex;align-items:center;gap:16px;margin-top:21px;color:#835366;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.mortgage-advice-card a b{font-size:13px;transition:transform .35s}
.mortgage-advice-card:hover a b{transform:translateX(6px)}
.mortgage-reassurance{position:relative;overflow:hidden;margin-top:clamp(100px,9vw,145px);padding:clamp(55px,7vw,90px);display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(50px,7vw,100px);border:1px solid rgba(129,96,85,.16);border-radius:clamp(34px,4vw,50px);background:linear-gradient(120deg,rgba(255,252,248,.96),rgba(242,216,225,.79));box-shadow:0 30px 80px rgba(67,49,43,.1)}
.mortgage-reassurance:after{content:"CW";position:absolute;right:-15px;bottom:-70px;color:#fff;font:600 210px/1 "Cormorant Garamond",serif;opacity:.2}
.mortgage-reassurance h3{margin:17px 0 22px;font:600 clamp(46px,5.2vw,72px)/.92 "Cormorant Garamond",serif;letter-spacing:-.05em}
.mortgage-reassurance h3 em{color:#a9627b;font-weight:500}
.mortgage-reassurance p{max-width:630px;color:#6e6265;font-size:12px;line-height:1.9}
.mortgage-reassurance-actions{position:relative;z-index:1}
.mortgage-reassurance ul{margin:0;padding:0;display:grid;gap:16px;list-style:none;color:#594f51;font-size:9px;font-weight:700}
.mortgage-reassurance li{padding-bottom:14px;border-bottom:1px solid rgba(91,69,74,.13)}
.mortgage-reassurance nav{margin-top:31px;display:flex;align-items:center;gap:22px}
.mortgage-reassurance nav .route-button{margin:0}
.mortgage-reassurance nav>a:last-child{padding-bottom:6px;border-bottom:1px solid #aa647d;font-size:8px;font-weight:800;text-transform:uppercase}
@keyframes mortgageAdviceIn{from{opacity:0;transform:translateY(22px)}
to{opacity:1;transform:none}
}
@keyframes mortgageCardIn{from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:none}
}
@media(max-width:900px){
.mortgage-advice-card-1,.mortgage-advice-card-2,.mortgage-advice-card-3,.mortgage-advice-card-4{grid-column:span 6;min-height:380px!important;margin-top:0}
.mortgage-reassurance{grid-template-columns:1fr}
}
@media(max-width:620px){
.mortgage-advice{padding-top:105px!important;padding-bottom:100px!important}
.mortgage-advice-head h2{font-size:54px}
.mortgage-advice-grid{display:flex;gap:18px;overflow-x:auto;margin-right:-20px;padding:4px 20px 32px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
.mortgage-advice-card-1,.mortgage-advice-card-2,.mortgage-advice-card-3,.mortgage-advice-card-4{flex:0 0 min(84vw,340px);min-height:405px!important;margin:0;scroll-snap-align:start}
.mortgage-reassurance{margin-top:75px;padding:48px 27px;border-radius:32px}
.mortgage-reassurance h3{font-size:48px}
.mortgage-reassurance nav{align-items:stretch;flex-direction:column}
.mortgage-reassurance nav a{width:100%;justify-content:center;text-align:center}
}
@media(prefers-reduced-motion:reduce){
.mortgage-advice-head,.mortgage-advice-card{opacity:1;animation:none}
.mortgage-advice-card,.mortgage-card-icon,.mortgage-advice-card a b{transition:none}
}
.mortgage-calculator{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(145px,10vw,185px);padding-bottom:clamp(145px,10vw,185px);background-color:#302e30;background-image:radial-gradient(circle at 82% 25%,rgba(230,127,179,.13),transparent 31%),linear-gradient(130deg,#302e30,#383436 58%,#302f31)}
.mortgage-calculator:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='t'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23t)' opacity='.11'/%3E%3C/svg%3E")}
.mortgage-calculator-grid{grid-template-columns:minmax(340px,.66fr) minmax(620px,1.34fr);align-items:start;gap:clamp(75px,8vw,130px)}
.mortgage-calculator-intro{position:sticky;top:130px;padding-top:25px}
.mortgage-calculator-intro h2{max-width:610px;margin:20px 0 30px;font-size:clamp(59px,5.8vw,84px);letter-spacing:-.06em}
.mortgage-calculator-intro>p{max-width:430px;font-size:12px;line-height:1.95}
.mortgage-calculator-label{width:max-content;display:block;margin-top:43px;padding-bottom:10px;border-bottom:1px solid rgba(230,127,179,.62);color:#E67FB3;font:normal 7px Manrope,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.mortgage-calculator-intro ul{margin:31px 0 0;padding:0;display:grid;gap:17px;list-style:none}
.mortgage-calculator-intro li{display:flex;align-items:center;gap:13px;color:#ddd5d2;font-size:9px;opacity:0;animation:mortgageCalcPoint .65s forwards}
.mortgage-calculator-intro li:nth-child(1){animation-delay:.2s}
.mortgage-calculator-intro li:nth-child(2){animation-delay:.32s}
.mortgage-calculator-intro li:nth-child(3){animation-delay:.44s}
.mortgage-calculator-intro li span{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(230,127,179,.48);border-radius:50%;color:#E67FB3;font-size:8px}
.mortgage-calculator-card{position:relative;padding:clamp(34px,4vw,58px);border:1px solid transparent;border-radius:44px;background:linear-gradient(#fffaf5,#fffaf5) padding-box,linear-gradient(125deg,rgba(255,255,255,.9),rgba(230,127,179,.55),rgba(255,255,255,.45)) border-box;color:#383334;box-shadow:0 55px 120px rgba(0,0,0,.32),0 16px 48px rgba(0,0,0,.16),inset 0 1px rgba(255,255,255,.96)}
.mortgage-calculator-card:before{content:"";position:absolute;z-index:-1;inset:-20px;border-radius:55px;background:rgba(230,127,179,.1);filter:blur(28px)}
.mortgage-card-heading{margin-bottom:31px;padding-bottom:22px;display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #e4d9d1}
.mortgage-card-heading span{font:600 26px "Cormorant Garamond",serif}
.mortgage-card-heading small{color:#958984;font-size:7px;text-transform:uppercase}
.mortgage-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mortgage-fields .mortgage-floating-field{position:relative;padding:18px 18px 14px;display:grid;grid-template-columns:35px 1fr;grid-template-rows:auto auto auto auto;gap:3px 10px;border:1px solid #e5d9d1;border-radius:23px;background:linear-gradient(145deg,#fff,#faf3ed);box-shadow:inset 0 2px 8px rgba(75,56,48,.035);transition:border-color .35s,box-shadow .35s,transform .35s}
.mortgage-fields .mortgage-floating-field:focus-within{border-color:#c47691;box-shadow:0 0 0 4px rgba(230,127,179,.12),inset 0 2px 8px rgba(75,56,48,.03);transform:translateY(-2px)}
.mortgage-field-icon{position:static!important;grid-column:1;grid-row:1/3;width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(112,89,82,.2);border-radius:50%;color:#9c5a72!important;font:500 15px "Cormorant Garamond",serif}
.mortgage-floating-field>small{grid-column:2;color:#917f78;font-size:6.5px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.mortgage-fields .mortgage-floating-field>input:not([type=range]){grid-column:2;width:100%;height:31px;min-height:0;padding:0;border:0;background:transparent;color:#3b3534;font:600 23px "Cormorant Garamond",serif;box-shadow:none}
.mortgage-floating-field>input:not([type=range]):focus{outline:0}
.mortgage-range{grid-column:1/-1;width:100%;height:18px;margin:16px 0 0;padding:0;appearance:none;background:transparent;cursor:pointer}
.mortgage-range::-webkit-slider-runnable-track{height:3px;border-radius:99px;background:linear-gradient(90deg,#bd708b 0 var(--range-progress),#e4d8d0 var(--range-progress) 100%)}
.mortgage-range::-webkit-slider-thumb{width:17px;height:17px;margin-top:-7px;appearance:none;border:4px solid #fffaf5;border-radius:50%;background:#b96985;box-shadow:0 0 0 1px #b96985,0 5px 12px rgba(123,72,91,.2);transition:transform .25s}
.mortgage-range:hover::-webkit-slider-thumb,.mortgage-range:focus::-webkit-slider-thumb{transform:scale(1.16)}
.mortgage-range::-moz-range-track{height:3px;border-radius:99px;background:#e4d8d0}
.mortgage-range::-moz-range-progress{height:3px;background:#bd708b}
.mortgage-range::-moz-range-thumb{width:12px;height:12px;border:3px solid #fffaf5;border-radius:50%;background:#b96985}
.mortgage-floating-field>em{grid-column:1/-1;display:flex;justify-content:space-between;color:#a0938d;font:normal 6px Manrope,sans-serif}
.mortgage-floating-field>em b{font-weight:600}
.mortgage-dashboard{margin-top:25px;padding:clamp(27px,3vw,40px);border-radius:32px;background:linear-gradient(135deg,#f1d2dd,#f7e6eb 58%,#fff5f6);box-shadow:inset 0 1px rgba(255,255,255,.75),0 20px 45px rgba(125,73,91,.1)}
.mortgage-dashboard.is-updating{animation:mortgageDashboardPulse .42s ease}
.mortgage-payment-main{text-align:center}
.mortgage-payment-main>span{font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.mortgage-payment-main output{display:block;margin:8px 0 2px;color:#393234;font:600 clamp(54px,6vw,78px)/1 "Cormorant Garamond",serif;letter-spacing:-.045em}
.mortgage-payment-main small{color:#806f74;font-size:7px}
.mortgage-dashboard dl{margin:30px 0 0;padding:24px 0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(93,69,76,.15);border-bottom:1px solid rgba(93,69,76,.15)}
.mortgage-dashboard dl div{padding:0 13px;text-align:center}
.mortgage-dashboard dl div+div{border-left:1px solid rgba(93,69,76,.15)}
.mortgage-dashboard dt{color:#8a777d;font-size:6px;font-weight:700;text-transform:uppercase}
.mortgage-dashboard dd{margin:7px 0 0;font:600 17px "Cormorant Garamond",serif}
.mortgage-affordability{margin-top:25px;padding-top:30px;border-top:1px solid #e1d5cd}
.mortgage-affordability>header{display:flex;justify-content:space-between}
.mortgage-affordability>header span{font:600 22px "Cormorant Garamond",serif}
.mortgage-affordability>header small{color:#978a84;font-size:6px;text-transform:uppercase}
.mortgage-affordability>div{margin-top:17px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mortgage-affordability article{padding:20px;border:1px solid #eadfd7;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf4ef);box-shadow:0 8px 20px rgba(71,53,47,.045);transition:transform .35s}
.mortgage-affordability article:hover{transform:translateY(-3px)}
.mortgage-affordability article span{display:block;color:#8c7f79;font-size:6px;font-weight:700;text-transform:uppercase}
.mortgage-affordability article strong{display:block;margin-top:8px;font:600 23px "Cormorant Garamond",serif}
.mortgage-disclaimer{margin:24px 0 0;padding:18px 20px;display:grid;grid-template-columns:28px 1fr;gap:13px;align-items:start;border:1px solid #eaded5;border-radius:17px;background:#f8f1eb;color:#736964}
.mortgage-disclaimer>i{width:27px;height:27px;display:grid;place-items:center;border:1px solid #c58a9f;border-radius:50%;color:#a65e78;font:italic 14px "Cormorant Garamond",serif}
.mortgage-disclaimer p{margin:0;font-size:7px;line-height:1.65}
.mortgage-disclaimer strong{display:block;margin-bottom:4px;color:#4f4744;font-size:8px}
@keyframes mortgageCalcPoint{from{opacity:0;transform:translateY(9px)}
to{opacity:1;transform:none}
}
@keyframes mortgageDashboardPulse{0%,100%{transform:none}
50%{transform:scale(1.004);box-shadow:inset 0 1px rgba(255,255,255,.75),0 24px 55px rgba(125,73,91,.15)}
}
@media(max-width:1150px){
.mortgage-calculator-grid{grid-template-columns:1fr}
.mortgage-calculator-intro{position:relative;top:auto;max-width:720px}
.mortgage-calculator-card{max-width:850px;margin:0 auto}
}
@media(max-width:680px){
.mortgage-calculator{padding:100px 20px!important}
.mortgage-calculator-intro h2{font-size:54px}
.mortgage-calculator-card{padding:27px 18px;border-radius:30px}
.mortgage-card-heading{align-items:start;flex-direction:column;gap:7px}
.mortgage-fields{grid-template-columns:1fr}
.mortgage-dashboard{position:sticky;z-index:4;top:78px;padding:25px 17px;border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 45px rgba(89,52,66,.17)}
.mortgage-dashboard dl{grid-template-columns:repeat(2,1fr);gap:0}
.mortgage-dashboard dl div{padding:13px 8px}
.mortgage-dashboard dl div+div{border-left:0}
.mortgage-dashboard dl div:nth-child(even){border-left:1px solid rgba(93,69,76,.15)}
.mortgage-dashboard dl div:nth-child(n+3){border-top:1px solid rgba(93,69,76,.15)}
.mortgage-dashboard dl div:last-child{grid-column:1/-1}
.mortgage-affordability>div{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
.mortgage-calculator-intro li,.mortgage-dashboard.is-updating{opacity:1;animation:none}
.mortgage-range::-webkit-slider-thumb,.mortgage-affordability article{transition:none}
}
.mortgage-compare-shell{grid-column:1/-1;margin-top:clamp(70px,7vw,105px)}
.mortgage-comparison[hidden]{display:none}
.mortgage-comparison{margin-top:35px;padding:clamp(36px,5vw,72px);overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:48px;background:#faf5ef radial-gradient(circle at 85% 5%,rgba(230,127,179,.28),transparent 27%);color:#393334;box-shadow:0 45px 110px rgba(0,0,0,.25);opacity:0;transform:translateY(24px);transition:opacity .65s,transform .65s cubic-bezier(.16,1,.3,1)}
.mortgage-comparison.is-open{opacity:1;transform:none}
.mortgage-compare-head{display:grid;grid-template-columns:1fr auto;align-items:end;gap:45px;margin-bottom:55px}
.mortgage-compare-head h2{margin:15px 0 18px;font-size:clamp(49px,5vw,72px);line-height:.92;letter-spacing:-.05em}
.mortgage-compare-head h2 em{display:block;color:#b46a84;font-family:"Cormorant Garamond",serif;font-weight:500}
.mortgage-compare-head p{max-width:650px;color:#746964;font-size:11px;line-height:1.85}
.mortgage-scenario-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mortgage-scenario-card{position:relative;padding:clamp(27px,3vw,42px);border:1px solid transparent;border-radius:34px;background:linear-gradient(#fffdf9,#fffaf6) padding-box,linear-gradient(135deg,rgba(197,121,149,.45),rgba(255,255,255,.85),rgba(190,155,111,.24)) border-box;box-shadow:0 24px 60px rgba(67,49,43,.1),inset 0 1px #fff;transition:transform .4s,box-shadow .4s}
.mortgage-scenario-card:hover{transform:translateY(-4px);box-shadow:0 32px 72px rgba(67,49,43,.14)}
.mortgage-scenario-card>header{display:flex;align-items:end;justify-content:space-between;padding-bottom:21px;border-bottom:1px solid #e6dbd3}
.mortgage-scenario-card>header span{color:#ae627d;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.mortgage-scenario-card>header h3{margin:0;font:600 28px "Cormorant Garamond",serif}
.mortgage-scenario-fields{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:11px}
.mortgage-scenario-fields label{position:relative;padding:14px 15px;border:1px solid #e9ded6;border-radius:17px;background:#fcf7f2;transition:border-color .3s,box-shadow .3s}
.mortgage-scenario-fields label:focus-within{border-color:#c67e98;box-shadow:0 0 0 3px rgba(230,127,179,.1)}
.mortgage-scenario-fields label span{display:block;color:#93857f;font-size:6px;font-weight:750;text-transform:uppercase}
.mortgage-scenario-fields label i{position:absolute;right:14px;bottom:18px;color:#ac657e;font:normal 7px Manrope,sans-serif}
.mortgage-scenario-fields input{width:100%;height:30px;margin-top:3px;padding:0 37px 0 0;border:0;background:transparent;color:#3e3836;font:600 20px "Cormorant Garamond",serif}
.mortgage-scenario-fields input:focus{outline:0}
.mortgage-scenario-payment{margin-top:17px;padding:24px;border-radius:21px;background:linear-gradient(135deg,#f1d4de,#faeaee);text-align:center}
.mortgage-scenario-payment span{font-size:6px;font-weight:800;text-transform:uppercase}
.mortgage-scenario-payment output{display:block;margin-top:7px;font:600 45px "Cormorant Garamond",serif}
.mortgage-difference-panel{margin:25px 0;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #e0d3cb;border-radius:25px;background:linear-gradient(120deg,#443d3f,#342f31);color:#fff;box-shadow:0 18px 45px rgba(59,44,47,.16)}
.mortgage-difference-panel article{padding:25px;text-align:center}
.mortgage-difference-panel article+article{border-left:1px solid rgba(255,255,255,.12)}
.mortgage-difference-panel span,.mortgage-difference-panel small{display:block;color:#c8bdba;font-size:6px;text-transform:uppercase}
.mortgage-difference-panel strong{display:block;margin:8px 0 4px;color:#E67FB3;font:600 29px "Cormorant Garamond",serif}
.mortgage-comparison.is-refreshing .mortgage-difference-panel strong{animation:mortgageComparePulse .4s ease}
.mortgage-table-row{min-height:49px;padding:0 12px;display:grid;grid-template-columns:1.25fr 1fr 1fr .9fr;align-items:center;border-top:1px solid #eee5de;font-size:8px}
.mortgage-table-head{min-height:37px;border:0;color:#958781;font-size:6px;text-transform:uppercase}
.mortgage-table-row strong{width:max-content;padding:7px 10px;border-radius:99px;font:600 14px "Cormorant Garamond",serif}
.mortgage-table-row strong.is-better{background:#efd0db;color:#7e465a}
.mortgage-table-row em{color:#9e6077;font-style:normal;font-weight:700}
.mortgage-insight{margin-top:25px;padding:30px 34px;border:1px solid rgba(193,115,143,.28);border-radius:28px;background:linear-gradient(125deg,#f2d9e2,#fff8f7);box-shadow:0 17px 40px rgba(114,68,84,.08)}
.mortgage-insight>span{display:inline-flex;padding:7px 11px;border-radius:99px;background:#b96e89;color:#fff;font-size:6px;font-weight:800;text-transform:uppercase}
.mortgage-insight p{margin:18px 0 11px;color:#514749;font:500 22px/1.4 "Cormorant Garamond",serif}
.mortgage-insight small{color:#8b797f;font-size:7px}
@keyframes mortgageComparePulse{50%{transform:scale(1.04)}
}
@media(max-width:950px){
.mortgage-compare-head{grid-template-columns:1fr}
.mortgage-scenario-grid{grid-template-columns:1fr}
.mortgage-difference-panel{grid-template-columns:1fr 1fr}
.mortgage-difference-panel article:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}
.mortgage-difference-panel article:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}
}
@media(max-width:620px){
.mortgage-compare-shell{margin-top:65px}
.mortgage-comparison{margin-left:-10px;margin-right:-10px;padding:34px 14px;border-radius:32px}
.mortgage-compare-head{margin-bottom:35px}
.mortgage-compare-head h2{font-size:47px}
.mortgage-scenario-card{padding:25px 16px;border-radius:26px}
.mortgage-scenario-fields{grid-template-columns:1fr}
.mortgage-difference-panel article{padding:20px 8px}
.mortgage-table-row{font-size:7px}
.mortgage-insight{padding:25px 21px}
.mortgage-insight p{font-size:20px}
}
@media(prefers-reduced-motion:reduce){
.mortgage-comparison,.mortgage-scenario-card,.mortgage-difference-panel strong{transition:none;animation:none}
}
@media print{
body *{visibility:hidden!important}
.mortgage-comparison,.mortgage-comparison *{visibility:visible!important}
.mortgage-comparison{position:absolute;left:0;top:0;width:100%;margin:0;box-shadow:none}
}
.mortgage-calculator-card .mortgage-compare-shell{grid-column:auto;width:100%;margin:25px 0 0;padding-top:22px;border-top:1px solid #e3d7cf}
.mortgage-calculator-card .mortgage-comparison{margin:21px 0 0;padding:27px 0 0;overflow:visible;border:0;border-top:1px solid #e3d7cf;border-radius:0;background:transparent;color:#393334;box-shadow:none}
.mortgage-calculator-card .mortgage-compare-head{display:block;margin:0 0 18px}
.mortgage-calculator-card .mortgage-compare-head>div{display:none}
.mortgage-calculator-card .mortgage-scenario-grid{gap:12px}
.mortgage-calculator-card .mortgage-scenario-card{padding:22px 18px;border-radius:24px;box-shadow:0 13px 32px rgba(67,49,43,.07)}
.mortgage-calculator-card .mortgage-scenario-card>header{padding-bottom:14px}
.mortgage-calculator-card .mortgage-scenario-card>header h3{font-size:22px}
.mortgage-calculator-card .mortgage-scenario-fields{margin-top:15px;gap:7px}
.mortgage-calculator-card .mortgage-scenario-fields label{padding:11px 12px;border-radius:13px}
.mortgage-calculator-card .mortgage-scenario-fields input{height:24px;font-size:17px}
.mortgage-calculator-card .mortgage-scenario-payment{margin-top:11px;padding:17px;border-radius:16px}
.mortgage-calculator-card .mortgage-scenario-payment output{font-size:36px}
.mortgage-calculator-card .mortgage-difference-panel{grid-template-columns:repeat(5,1fr);margin:13px 0;padding:0;border-radius:20px}
.mortgage-calculator-card .mortgage-difference-panel article{padding:18px 8px}
.mortgage-calculator-card .mortgage-difference-panel strong{font-size:23px}
.mortgage-calculator-card .mortgage-insight{margin-top:13px;padding:22px 24px;border-radius:20px}
.mortgage-calculator-card .mortgage-insight p{margin:13px 0 8px;font-size:18px}
.mortgage-calculator-card .mortgage-disclaimer{margin-top:21px}
.mortgage-calculator-card,.mortgage-calculator-grid{transition:max-width .7s cubic-bezier(.16,1,.3,1),grid-template-columns .7s cubic-bezier(.16,1,.3,1)}
@media(max-width:760px){
.mortgage-calculator-card .mortgage-scenario-grid{grid-template-columns:1fr}
.mortgage-calculator-card .mortgage-difference-panel{grid-template-columns:1fr 1fr}
.mortgage-calculator-card .mortgage-difference-panel article{border-top:1px solid rgba(255,255,255,.12)}
.mortgage-calculator-card .mortgage-difference-panel article:nth-child(odd){border-left:0}
.mortgage-calculator-card .mortgage-difference-panel article:last-child{grid-column:1/-1}
}
.mortgage-calculator{background-image:radial-gradient(ellipse at 82% 28%,rgba(230,127,179,.16),transparent 34%),radial-gradient(ellipse at 8% 82%,rgba(16,13,15,.34),transparent 42%),linear-gradient(130deg,#2d2b2d,#393537 57%,#302e30)}
.mortgage-calculator:after{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='260' viewBox='0 0 420 260'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1'%3E%3Cpath d='M-20 72C58 18 118 126 204 71s142-21 236 27'/%3E%3Cpath d='M-12 104C61 50 130 155 213 103s139-25 229 23'/%3E%3Cpath d='M-25 139C62 85 127 188 216 139s137-28 231 19'/%3E%3Cpath d='M-19 176C70 119 134 222 221 174s138-25 229 20'/%3E%3C/g%3E%3C/svg%3E");background-size:520px 320px}
.mortgage-calculator-intro h2{max-width:650px;font-weight:520;line-height:.94;letter-spacing:-.065em}
.mortgage-calculator-intro h2 em{margin-top:10px;font-size:1.1em;line-height:.88;letter-spacing:-.045em}
.mortgage-calculator-intro>p{max-width:410px;margin-top:36px;line-height:1.95!important}
.mortgage-discovery{max-width:440px;margin-top:48px;padding:30px 30px 29px;border:1px solid rgba(255,255,255,.11);border-radius:25px;background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:inset 0 1px rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.mortgage-discovery .mortgage-calculator-label{margin:0;color:#E67FB3}
.mortgage-discovery ul{margin-top:25px}
.mortgage-discovery li{font-size:11px;animation:mortgageDiscoveryIn .65s both}
.mortgage-discovery li:nth-child(1){animation-delay:.16s}
.mortgage-discovery li:nth-child(2){animation-delay:.27s}
.mortgage-discovery li:nth-child(3){animation-delay:.38s}
.mortgage-discovery li:nth-child(4){animation-delay:.49s}
.mortgage-calculator-card{padding:clamp(38px,4.5vw,64px);border-radius:50px;background:linear-gradient(145deg,#fffdf9 0%,#fff9f3 54%,#faf0ea 100%) padding-box,linear-gradient(125deg,rgba(255,255,255,.95),rgba(230,127,179,.68),rgba(255,255,255,.55),rgba(195,153,101,.32)) border-box;box-shadow:0 75px 145px rgba(0,0,0,.36),0 24px 60px rgba(0,0,0,.2),0 0 55px rgba(209,128,158,.09),inset 0 1px rgba(255,255,255,1),inset 0 -1px rgba(159,113,95,.07)}
.mortgage-calculator-card:before{inset:-27px;border-radius:62px;background:rgba(230,127,179,.13);filter:blur(37px)}
.mortgage-card-heading{margin-bottom:38px;padding-bottom:27px}
.mortgage-card-heading span{font-size:29px;letter-spacing:-.02em}
.mortgage-fields{gap:23px}
.mortgage-fields .mortgage-floating-field{padding:22px 21px 17px;gap:6px 13px;border-radius:25px;background:linear-gradient(145deg,#fff,#faf2eb);box-shadow:inset 0 3px 11px rgba(74,54,47,.045),0 7px 18px rgba(74,54,47,.025)}
.mortgage-fields .mortgage-floating-field:focus-within{transform:translateY(-3px);box-shadow:0 0 0 4px rgba(230,127,179,.13),0 13px 30px rgba(82,55,65,.08),inset 0 2px 8px rgba(75,56,48,.025)}
.mortgage-field-icon{width:40px;height:40px;box-shadow:0 5px 13px rgba(92,62,72,.06)}
.mortgage-floating-field>small{margin-bottom:2px;letter-spacing:.13em}
.mortgage-fields .mortgage-floating-field>input:not([type=range]){height:35px;font-size:25px}
.mortgage-range{height:21px;margin-top:21px}
.mortgage-range::-webkit-slider-runnable-track{height:5px;transition:background .25s}
.mortgage-range::-webkit-slider-thumb{width:19px;height:19px;margin-top:-7px;transition:transform .25s,box-shadow .25s}
.mortgage-range:active::-webkit-slider-thumb{transform:scale(1.22);box-shadow:0 0 0 1px #b96985,0 0 0 7px rgba(185,105,133,.12),0 7px 17px rgba(123,72,91,.24)}
.mortgage-floating-field:after{content:attr(data-slider-value);position:absolute;z-index:3;left:clamp(42px,calc(21px + (100% - 61px)*var(--range-progress)/100),calc(100% - 42px));bottom:48px;padding:6px 9px;border-radius:8px;background:#4a4143;color:#fff;font-size:8px;font-style:normal;white-space:nowrap;box-shadow:0 7px 18px rgba(56,42,46,.2);opacity:0;transform:translate(-50%,7px);pointer-events:none;transition:opacity .22s,transform .22s}
.mortgage-floating-field:focus-within:after,.mortgage-floating-field:hover:after{opacity:1;transform:translate(-50%,0)}
.mortgage-dashboard{margin-top:31px;padding:clamp(33px,3.7vw,49px);border-radius:37px;background:radial-gradient(circle at 50% -20%,rgba(255,255,255,.74),transparent 43%),linear-gradient(135deg,#efcbd8,#f6e0e7 57%,#fff1f3);box-shadow:inset 0 1px rgba(255,255,255,.9),0 27px 60px rgba(125,73,91,.14)}
.mortgage-payment-main>span{font-size:10px!important;letter-spacing:.15em}
.mortgage-payment-main output{margin:12px 0 6px;font-size:clamp(65px,6.5vw,88px);letter-spacing:-.055em}
.mortgage-payment-main small{display:block;color:#79696e;font-size:11px!important}
.mortgage-dashboard dl{margin-top:35px;padding:29px 0}
.mortgage-dashboard dl div{min-height:72px;padding:0 18px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.mortgage-dashboard dt{display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px!important;line-height:1.4}
.mortgage-dashboard dt:before{width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(132,80,99,.22);border-radius:50%;color:#9f5b74;font:600 9px "Cormorant Garamond",serif}
.mortgage-dashboard dl div:nth-child(1) dt:before{content:"£"}
.mortgage-dashboard dl div:nth-child(2) dt:before{content:"◇"}
.mortgage-dashboard dl div:nth-child(3) dt:before{content:"%"}
.mortgage-dashboard dl div:nth-child(4) dt:before{content:"◷"}
.mortgage-dashboard dl div:nth-child(5) dt:before{content:"↗"}
.mortgage-dashboard dd{margin-top:10px;font-size:20px;transition:color .3s,transform .3s}
.mortgage-dashboard.is-updating dd{animation:mortgageMetricSettle .45s ease}
.mortgage-calculator-card .route-button{min-height:54px;box-shadow:0 13px 28px rgba(60,45,50,.13);transition:transform .35s,box-shadow .35s,background .35s}
.mortgage-calculator-card .route-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(60,45,50,.2)}
.mortgage-calculator-card .route-button b{display:inline-block;transition:transform .35s}
.mortgage-calculator-card .route-button:hover b{transform:translateX(6px)}
@keyframes mortgageDiscoveryIn{from{opacity:0;transform:translateY(9px)}
to{opacity:1;transform:none}
}
@keyframes mortgageMetricSettle{0%,100%{transform:none;color:inherit}
45%{transform:translateY(-2px);color:#9d5871}
}
@media(max-width:1150px){
.mortgage-discovery{max-width:680px}
.mortgage-calculator-intro>p{max-width:570px}
}
@media(max-width:680px){
.mortgage-calculator-intro h2 em{font-size:1.06em}
.mortgage-calculator-intro>p{margin-top:28px}
.mortgage-discovery{margin-top:35px;padding:25px 21px}
.mortgage-calculator-card{padding:29px 18px;border-radius:34px}
.mortgage-fields .mortgage-floating-field{padding:20px 17px 16px}
.mortgage-dashboard{padding:29px 18px;border-radius:27px}
.mortgage-payment-main output{font-size:61px}
.mortgage-dashboard dl div{min-height:70px;padding:12px 8px}
.mortgage-floating-field:after{bottom:46px}
}
@media(prefers-reduced-motion:reduce){
.mortgage-discovery li,.mortgage-dashboard.is-updating dd{opacity:1;animation:none}
.mortgage-floating-field:after{transition:none}
}
.mortgage-floating-field:after{left:clamp(42px,var(--range-progress),calc(100% - 42px))}
.mortgage-journey{position:relative;overflow:hidden;padding-top:clamp(140px,10vw,180px);padding-bottom:clamp(130px,9vw,165px);background:#f8f2ed radial-gradient(circle at 88% 17%,rgba(230,127,179,.2),transparent 27%)}
.mortgage-journey-head{max-width:820px;margin-bottom:clamp(95px,8vw,130px)}
.mortgage-journey-head h2{font-size:clamp(53px,5.6vw,79px)}
.mortgage-journey-head>p{max-width:600px;margin-top:31px;color:#746965;font-size:13px;line-height:1.9}
.mortgage-journey-head>i{width:110px;height:1px;display:block;margin-top:31px;background:linear-gradient(90deg,#b96e89,#d3a06d,transparent)}
.mortgage-timeline{--journey-progress:0%;position:relative;display:grid;gap:clamp(75px,8vw,120px)}
.mortgage-timeline:before,.mortgage-timeline-progress{content:"";position:absolute;z-index:0;left:50%;top:0;bottom:0;width:1px;transform:translateX(-50%)}
.mortgage-timeline:before{background:#e3cbd3}
.mortgage-timeline-progress{bottom:auto;height:var(--journey-progress);background:linear-gradient(#b96885,#E67FB3);box-shadow:0 0 15px rgba(185,104,133,.24);transition:height .18s linear}
.mortgage-timeline article{position:relative;z-index:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(90px,9vw,145px);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}
.mortgage-timeline article.is-visible{opacity:1;transform:none}
.mortgage-timeline article:nth-of-type(even)>div{grid-column:2;grid-row:1}
.mortgage-timeline article:nth-of-type(even) figure{grid-column:1;grid-row:1}
.mortgage-timeline article>div{padding:clamp(20px,3vw,48px)}
.mortgage-timeline article>div>small{display:block;color:#a85e78;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.mortgage-timeline h3{max-width:470px;margin:18px 0 17px;font:600 clamp(37px,3.6vw,51px)/.98 "Cormorant Garamond",serif;letter-spacing:-.04em}
.mortgage-timeline article>div>p{max-width:500px;color:#706763;font-size:13px;line-height:1.85}
.mortgage-timeline ul{margin:25px 0 0;padding:23px 0 0;display:grid;gap:10px;border-top:1px solid #dfd0c7;list-style:none}
.mortgage-timeline li{color:#706763;font-size:10px}
.mortgage-timeline li::first-letter{color:#b86d87}
.mortgage-timeline figure{height:285px;margin:0;overflow:hidden;border-radius:70px 22px 70px 22px;background:#ded7d2;box-shadow:0 24px 55px rgba(63,48,42,.13)}
.mortgage-timeline article:nth-of-type(even) figure{border-radius:22px 70px 22px 70px}
.mortgage-timeline img{width:100%;height:calc(100% + 20px);object-fit:cover;filter:saturate(.78) contrast(.97) sepia(.04);transform:translateY(var(--journey-image-y,0));transition:transform .25s linear,filter .6s}
.mortgage-timeline article:hover img{filter:saturate(.88) contrast(.99) sepia(.025)}
.mortgage-step-marker{position:absolute;z-index:3;left:50%;top:50%;width:52px;height:52px;display:grid;place-items:center;border:9px solid #f8f2ed;border-radius:50%;background:#fffaf6;box-shadow:0 0 0 1px #E67FB3,0 0 25px rgba(193,111,141,.18);transform:translate(-50%,-50%);transition:transform .4s,box-shadow .4s}
.mortgage-step-marker b{color:#a75d77;font:600 11px "Cormorant Garamond",serif}
.mortgage-timeline article:hover .mortgage-step-marker{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 0 0 1px #c57692,0 0 32px rgba(193,111,141,.28)}
.mortgage-timeline article:not(:last-of-type):after{content:"◇";position:absolute;left:50%;bottom:calc(clamp(75px,8vw,120px)*-.5 - 6px);color:#c98aa1;font:12px "Cormorant Garamond",serif;transform:translateX(-50%)}
@media(max-width:850px){
.mortgage-timeline{gap:70px;padding-left:48px}
.mortgage-timeline:before,.mortgage-timeline-progress{left:20px}
.mortgage-timeline article{grid-template-columns:1fr;gap:0}
.mortgage-timeline article:nth-of-type(even)>div,.mortgage-timeline article:nth-of-type(even) figure{grid-column:auto;grid-row:auto}
.mortgage-step-marker{left:-28px;top:32px}
.mortgage-timeline article:not(:last-of-type):after{display:none}
.mortgage-timeline figure,.mortgage-timeline article:nth-of-type(even) figure{height:260px;border-radius:28px}
.mortgage-timeline article>div{padding:27px 0 32px}
}
@media(max-width:620px){
.mortgage-journey{padding-top:100px!important;padding-bottom:100px!important}
.mortgage-journey-head{margin-bottom:65px}
.mortgage-timeline{padding-left:37px;gap:60px}
.mortgage-timeline:before,.mortgage-timeline-progress{left:13px}
.mortgage-step-marker{left:-24px;width:44px;height:44px;border-width:7px}
.mortgage-timeline h3{font-size:39px}
.mortgage-timeline figure,.mortgage-timeline article:nth-of-type(even) figure{height:230px}
}
@media(prefers-reduced-motion:reduce){
.mortgage-timeline article{opacity:1;transform:none;transition:none}
.mortgage-timeline img,.mortgage-step-marker,.mortgage-timeline-progress{transition:none}
}
.mortgage-timeline article:nth-of-type(odd)>div{grid-column:1;grid-row:1}
.mortgage-timeline article:nth-of-type(odd)>figure{grid-column:2;grid-row:1}
.mortgage-timeline article:nth-of-type(even)>div{grid-column:2;grid-row:1}
.mortgage-timeline article:nth-of-type(even)>figure{grid-column:1;grid-row:1}
@media(max-width:850px){
.mortgage-timeline article:nth-of-type(n)>div,.mortgage-timeline article:nth-of-type(n)>figure{grid-column:1;grid-row:auto}
}
.mortgage-mode-tabs{position:relative;margin:-17px -17px 38px;padding:7px;display:grid;grid-template-columns:1fr 1fr;gap:7px;border:1px solid #e3d6ce;border-radius:25px;background:linear-gradient(145deg,#f4ebe5,#fffaf6);box-shadow:inset 0 2px 7px rgba(69,51,45,.045)}
.mortgage-mode-tabs button{position:relative;min-height:67px;padding:10px 18px;display:grid;grid-template-columns:35px 1fr;align-items:center;gap:12px;border:1px solid transparent;border-radius:19px;background:transparent;color:#766a65;text-align:left;transition:background .4s,border-color .4s,box-shadow .4s,transform .35s,color .35s}
.mortgage-mode-tabs button:hover{transform:translateY(-1px);color:#4b4240}
.mortgage-mode-tabs button.is-active{border-color:rgba(190,112,139,.28);background:#fffdf9;color:#3e3735;box-shadow:0 12px 27px rgba(73,54,48,.09),inset 0 1px #fff}
.mortgage-mode-tabs button>i{width:35px;height:35px;display:grid;place-items:center;border:1px solid #d9c9c0;border-radius:50%;background:#faf3ee;color:#a8607a;font:normal 15px "Cormorant Garamond",serif;transition:background .35s,border-color .35s,transform .35s}
.mortgage-mode-tabs button.is-active>i{border-color:#c9819a;background:#f1d6df;transform:scale(1.04)}
.mortgage-mode-tabs button span b,.mortgage-mode-tabs button span small{display:block}
.mortgage-mode-tabs button span b{font:600 19px "Cormorant Garamond",serif}
.mortgage-mode-tabs button span small{margin-top:3px;color:#948680;font-size:7px}
.mortgage-calculator-card .mortgage-compare-shell{display:none;margin-top:0;padding-top:0;border-top:0}
.mortgage-calculator-card.is-compare-mode .mortgage-compare-shell{display:block}
.mortgage-calculator-card.is-compare-mode>.mortgage-fields,.mortgage-calculator-card.is-compare-mode>.mortgage-dashboard,.mortgage-calculator-card.is-compare-mode>.mortgage-affordability{display:none}
.mortgage-calculator-card.is-compare-mode>.mortgage-card-heading{margin-bottom:25px}
.mortgage-calculator-card.is-compare-mode .mortgage-comparison{margin-top:0;padding-top:0;border-top:0}
.mortgage-calculator-card.is-compare-mode{max-width:1050px}
.mortgage-calculator-card{width:100%;max-width:1050px}
@media(min-width:1151px){
.mortgage-calculator-grid{grid-template-columns:minmax(285px,.48fr) minmax(760px,1.52fr);gap:70px}
}

/* Keep team portraits flush to the top of their mobile cards. */
@media(max-width:700px){
.team-flip-front>img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center 24%!important;
 }
}
.areas-index-hero{position:relative;isolation:isolate;min-height:760px;display:flex;align-items:center;overflow:hidden;padding:150px max(5vw,26px) 105px;background:url('/assets/cheshire-aerial.webp') center 47%/cover no-repeat}
.areas-hero-wash{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(249,245,239,.96) 0%,rgba(249,245,239,.88) 45%,rgba(249,245,239,.58) 75%,rgba(249,245,239,.72)),rgba(247,240,232,.34)}
.areas-index-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E")}
.areas-index-hero .route-inner{position:relative}
.areas-index-hero h1{max-width:900px;margin:22px 0 30px;font:500 clamp(76px,9vw,142px)/.76 "Cormorant Garamond",serif;letter-spacing:-.065em}
.areas-index-hero h1 em{color:#a85d77;font-weight:400}
.areas-index-hero p{max-width:630px;margin:0;color:#645b57;font-size:15px;line-height:1.9}
.areas-index-hero nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}
.areas-index-hero nav a,.cheshire-overview a{min-width:190px;display:inline-flex;justify-content:space-between;align-items:center;padding:16px 22px;border:1px solid #c995a7;border-radius:99px;background:#b96f89;color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:transform .35s,box-shadow .35s,background .35s}
.areas-index-hero nav a:nth-child(2){background:rgba(255,252,248,.68);color:#433b39}
.areas-index-hero nav a:hover,.cheshire-overview a:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(115,73,80,.15)}
.areas-index-hero>div.route-inner>small{position:absolute;right:0;bottom:-65px;color:#776c67;font:italic 17px "Cormorant Garamond",serif}
.areas-section-head{max-width:760px;margin-bottom:48px}
.areas-section-head h2{margin:16px 0 18px;font:500 clamp(52px,6vw,88px)/.88 "Cormorant Garamond",serif;letter-spacing:-.045em}
.areas-section-head h2 em{color:#a96179;font-weight:400}
.areas-section-head p,.areas-section-row>p{max-width:510px;color:#766c67;font-size:13px;line-height:1.8}
.areas-section-row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:50px}
.areas-lifestyle{padding-bottom:50px;background:#f8f3ed}
.areas-filter-pills{display:flex;flex-wrap:wrap;gap:10px;padding:25px 0;border-top:1px solid #ded2c8;border-bottom:1px solid #ded2c8}
.areas-filter-pills button{padding:12px 17px;border:1px solid #d4c4b8;border-radius:99px;background:rgba(255,253,250,.75);color:#514845;font:700 8px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:.35s}
.areas-filter-pills button:hover{transform:translateY(-2px);border-color:#be7b92}
.areas-filter-pills button.is-active{border-color:#b96f89;background:#b96f89;color:#fff;box-shadow:0 8px 24px rgba(174,101,128,.16)}
.areas-priorities{padding-top:55px;background:#f8f3ed}
.area-priority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.area-priority-grid button{min-height:165px;padding:25px;display:grid;text-align:left;border:1px solid #e0d3c8;border-radius:24px;background:rgba(255,252,248,.8);color:#3f3937;cursor:pointer;box-shadow:0 12px 32px rgba(74,54,47,.04);transition:transform .4s,border-color .4s,box-shadow .4s}
.area-priority-grid button:hover{transform:translateY(-6px);border-color:#E67FB3;box-shadow:0 20px 42px rgba(80,55,49,.09)}
.area-priority-grid i{width:43px;height:43px;display:grid;place-items:center;border:1px solid #dfbdc9;border-radius:50%;color:#a85d77;font:normal 22px "Cormorant Garamond",serif}
.area-priority-grid span{align-self:end;font:600 23px "Cormorant Garamond",serif}
.area-priority-grid b{color:#9d6476;font-size:8px;letter-spacing:.09em;text-transform:uppercase}
.areas-featured{background:#eee5dd}
.areas-featured-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,360px);gap:22px}
.areas-featured-grid .area-index-card:first-child{grid-row:1/3}
.area-index-card{min-width:0}
.area-index-card>a{height:100%;display:grid;grid-template-rows:minmax(250px,1fr) auto;overflow:hidden;border:1px solid #dfd0c4;border-radius:30px;background:#fffaf5;box-shadow:0 15px 40px rgba(69,51,45,.065);transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s,border-color .4s}
.area-index-card:hover>a{transform:translateY(-8px);border-color:#E67FB3;box-shadow:0 28px 60px rgba(69,51,45,.13)}
.area-index-card figure{position:relative;overflow:hidden;margin:0;min-height:250px}
.area-index-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:transform 1s cubic-bezier(.16,1,.3,1),filter .5s}
.area-tone-1 img{object-position:65% center}
.area-tone-2 img{object-position:center 35%}
.area-tone-3 img{object-position:30% center}
.area-index-card:hover img{transform:scale(1.06);filter:saturate(.92)}
.area-index-card figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(39,31,29,.42))}
.area-index-card figure>span{position:absolute;z-index:1;left:22px;bottom:18px;color:#fff;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.area-index-card-copy{position:relative;padding:25px 26px 27px}
.area-index-card-copy>small{color:#a76078;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.area-index-card h3{margin:7px 0 7px;font:500 clamp(35px,3.4vw,54px)/.9 "Cormorant Garamond",serif;letter-spacing:-.035em}
.area-index-meta{color:#8f5d6d!important;font-size:8px!important;font-weight:700;letter-spacing:.04em}
.area-index-card-copy>p{margin:7px 0;color:#716763;font-size:11px;line-height:1.65}
.area-index-card dl{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0 22px;padding-top:16px;border-top:1px solid #e7dbd2}
.area-index-card dl div{min-width:0}
.area-index-card dt{color:#b26b83;font:16px "Cormorant Garamond",serif}
.area-index-card dd{margin:3px 0 0;color:#5d5551;font-size:8px;line-height:1.4}
.area-index-card-copy>strong{display:flex;justify-content:space-between;color:#433c39;font-size:8px;letter-spacing:.1em;text-transform:uppercase}
.area-index-card-copy>strong b{color:#b3617e;font-size:14px;transition:transform .35s}
.area-index-card:hover strong b{transform:translateX(6px)}
.areas-featured-grid .area-index-card:not(:first-child)>a{grid-template-columns:46% 54%;grid-template-rows:1fr}
.areas-featured-grid .area-index-card:not(:first-child) figure{min-height:0}
.areas-featured-grid .area-index-card:not(:first-child) dl{grid-template-columns:1fr 1fr}
.areas-featured-grid .area-index-card:not(:first-child) .area-index-card-copy>p:not(.area-index-meta){display:none}
.cheshire-overview{background:#343031;color:#fff}
.cheshire-overview-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(55px,8vw,120px);align-items:center}
.cheshire-overview h2{margin:18px 0 28px;font:500 clamp(58px,6vw,88px)/.88 "Cormorant Garamond",serif}
.cheshire-overview h2 em{color:#E67FB3}
.cheshire-overview p{max-width:540px;color:#c9c0bc;font-size:13px;line-height:1.9}
.cheshire-overview a{max-width:245px;margin-top:25px}
.cheshire-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.cheshire-stat-grid article{min-height:150px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(230,194,205,.2);border-radius:22px;background:rgba(255,255,255,.045);backdrop-filter:blur(12px)}
.cheshire-stat-grid strong{color:#E67FB3;font:500 42px "Cormorant Garamond",serif}
.cheshire-stat-grid span{max-width:150px;color:#ddd5d2;font-size:8px;letter-spacing:.1em;line-height:1.5;text-transform:uppercase}
.areas-all{background:#f8f3ed}
.areas-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:26px}
.areas-editorial-grid .area-index-card:nth-child(5n+2) figure{min-height:330px}
.areas-editorial-grid .area-index-card:nth-child(5n+4) figure{min-height:290px}
.area-index-card.is-hidden{display:none}
.areas-empty{padding:70px;text-align:center;border:1px solid #ddcec3;border-radius:28px}
.areas-empty h3{font:500 38px "Cormorant Garamond",serif}
.will-reveal{opacity:0;transform:translateY(24px)}
.will-reveal.is-revealed{opacity:1;transform:none;transition:opacity .8s,transform .8s cubic-bezier(.16,1,.3,1)}
@media(max-width:980px){
.areas-featured-grid{grid-template-columns:1fr 1fr;grid-template-rows:620px 430px}
.areas-featured-grid .area-index-card:first-child{grid-column:1/-1;grid-row:auto}
.areas-featured-grid .area-index-card:not(:first-child)>a{grid-template-columns:1fr;grid-template-rows:minmax(220px,1fr) auto}
.area-priority-grid{grid-template-columns:repeat(2,1fr)}
.cheshire-overview-layout{grid-template-columns:1fr}
.areas-editorial-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){
.areas-index-hero{min-height:680px;padding:115px 20px 75px;background-position:63% center}
.areas-index-hero h1{font-size:72px}
.areas-index-hero p{font-size:13px}
.areas-index-hero nav{display:grid}
.areas-index-hero>div.route-inner>small{display:none}
.areas-section-row{display:block}
.areas-filter-pills{flex-wrap:nowrap;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}
.areas-filter-pills button{flex:0 0 auto}
.area-priority-grid{grid-template-columns:1fr 1fr;gap:10px}
.area-priority-grid button{min-height:145px;padding:18px}
.area-priority-grid span{font-size:19px}
.areas-featured-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}
.areas-featured-grid .area-index-card,.areas-featured-grid .area-index-card:first-child{height:auto;grid-column:auto}
.areas-featured-grid .area-index-card>a,.areas-featured-grid .area-index-card:not(:first-child)>a{grid-template-columns:1fr;grid-template-rows:280px auto}
.areas-featured-grid .area-index-card:not(:first-child) .area-index-card-copy>p:not(.area-index-meta){display:block}
.areas-editorial-grid{grid-template-columns:1fr}
.area-index-card dl{grid-template-columns:1fr 1fr}
.cheshire-stat-grid{grid-template-columns:1fr 1fr}
.cheshire-stat-grid article{min-height:125px;padding:18px}}
@media(prefers-reduced-motion:reduce){
.area-index-card>a,.area-index-card img,.area-priority-grid button,.will-reveal{transition:none!important}
.will-reveal{opacity:1;transform:none}}
.areas-index-hero{min-height:850px;display:block;padding:145px max(4vw,24px) 95px;background-color:#f7f1ea;background-image:radial-gradient(circle at 78% 27%,rgba(255,255,255,.85),transparent 28%),radial-gradient(circle at 8% 88%,rgba(230,127,179,.2),transparent 25%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.84' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.022'/%3E%3C/svg%3E")}
.areas-index-hero:after,.areas-hero-wash{display:none}
.areas-hero-contours{position:absolute;z-index:-1;inset:0;opacity:.2;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='650' height='650' viewBox='0 0 650 650'%3E%3Cg fill='none' stroke='%23b98a98' stroke-width='1'%3E%3Cpath d='M-40 165C99 41 185 192 311 93s221-57 372 23'/%3E%3Cpath d='M-55 203C91 78 198 234 329 130s232-54 366 20'/%3E%3Cpath d='M-63 244C81 116 208 270 344 170s233-58 369 28'/%3E%3Cpath d='M-48 289C106 163 226 314 365 216s224-48 352 31'/%3E%3Cpath d='M-60 341C91 210 236 358 380 266s221-44 347 32'/%3E%3Cpath d='M-75 399C92 270 244 411 398 321s220-39 340 38'/%3E%3C/g%3E%3C/svg%3E") right -120px center/760px no-repeat}
.areas-hero-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:clamp(55px,6vw,100px);align-items:center}
.areas-hero-copy{position:relative;z-index:2;animation:areasHeroCopy .85s cubic-bezier(.16,1,.3,1) both}
.areas-index-hero .areas-hero-copy h1{max-width:760px;margin:24px 0 32px;font-family:Manrope,sans-serif;font-size:clamp(60px,6.2vw,94px);font-weight:450;line-height:.93;letter-spacing:-.07em}
.areas-index-hero h1 span{display:block;white-space:nowrap}
.areas-index-hero h1 em{display:block;margin-top:10px;font-family:"Cormorant Garamond",serif;font-size:1.12em;font-weight:400;letter-spacing:-.045em}
.areas-index-hero .areas-hero-copy>p{max-width:560px;color:#716762;font-size:14px;line-height:1.95}
.areas-index-hero nav{margin-top:34px}
.areas-index-hero nav a{min-width:195px;padding:17px 23px}
.areas-index-hero nav a b{display:inline-block;transition:transform .35s}
.areas-index-hero nav a:hover b{transform:translate(4px,-1px)}
.areas-hero-trust{display:flex;flex-wrap:wrap;gap:14px 24px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(112,91,82,.18)}
.areas-hero-trust span{display:flex;align-items:center;gap:10px;color:#655d59;font-size:9px;font-weight:700;letter-spacing:.035em}
.areas-hero-trust i{width:24px;height:24px;display:grid;flex:0 0 24px;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:rgba(255,252,249,.62);color:#a95f78;font-style:normal;font-size:11px}
.areas-hero-visual{--hero-shift:0px;position:relative;min-height:610px;padding:0 0 105px 45px;transform:translateY(var(--hero-shift));transition:transform .15s linear;animation:areasHeroVisual 1.15s .1s cubic-bezier(.16,1,.3,1) both}
.areas-hero-visual figure{position:relative;height:500px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.68);border-radius:90px 28px 78px 28px;background:#d8ccc2;box-shadow:0 35px 80px rgba(66,48,43,.18),0 5px 20px rgba(66,48,43,.06)}
.areas-hero-visual figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(39,31,29,.54))}
.areas-hero-visual figure img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.86) contrast(1.03);transform:scale(1.035);animation:areasHeroImage 1.6s .15s cubic-bezier(.16,1,.3,1) both}
.areas-hero-visual figcaption{position:absolute;z-index:2;left:38px;right:38px;bottom:34px;color:#fff}
.areas-hero-visual figcaption small{display:block;margin-bottom:7px;font-size:7px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.areas-hero-visual figcaption strong{font:500 clamp(25px,2.2vw,36px) "Cormorant Garamond",serif}
.areas-hero-stats{position:absolute;z-index:3;left:0;right:18px;bottom:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.areas-hero-stats article{min-height:116px;padding:19px 16px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(192,160,148,.28);border-radius:18px;background:rgba(255,252,248,.88);box-shadow:0 16px 35px rgba(65,47,42,.1);backdrop-filter:blur(15px);opacity:0;animation:areasStatIn .65s cubic-bezier(.16,1,.3,1) forwards}
.areas-hero-stats article:nth-child(1){animation-delay:.55s}
.areas-hero-stats article:nth-child(2){animation-delay:.68s}
.areas-hero-stats article:nth-child(3){animation-delay:.81s}
.areas-hero-stats strong{color:#8f5267;font:500 clamp(23px,2vw,30px) "Cormorant Garamond",serif;line-height:.9}
.areas-hero-stats span{color:#625955;font-size:7px;font-weight:800;letter-spacing:.1em;line-height:1.4;text-transform:uppercase}
.areas-hero-visual>aside{position:absolute;z-index:4;right:-18px;top:50px;width:190px;padding:20px;border:1px solid rgba(255,255,255,.65);border-radius:20px;background:rgba(255,250,245,.83);box-shadow:0 20px 45px rgba(59,43,40,.13);backdrop-filter:blur(16px);animation:areasStatIn .7s .7s both}
.areas-hero-visual>aside span{color:#a45c75;font-size:6px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.areas-hero-visual>aside p{margin:9px 0 0;color:#554d49;font:italic 17px/1.35 "Cormorant Garamond",serif}
@keyframes areasHeroCopy{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes areasHeroVisual{from{opacity:0;transform:translateY(30px) scale(.985)}to{opacity:1;transform:translateY(var(--hero-shift)) scale(1)}}@keyframes areasHeroImage{from{transform:scale(1.12);filter:saturate(.55) contrast(.95)}to{transform:scale(1.035);filter:saturate(.86) contrast(1.03)}}@keyframes areasStatIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:1100px){
.areas-hero-layout{grid-template-columns:minmax(0,.9fr) minmax(450px,1.1fr);gap:42px}
.areas-index-hero .areas-hero-copy h1{font-size:62px}
.areas-hero-visual{padding-left:25px}
.areas-hero-visual>aside{right:-5px}
.areas-hero-trust{display:grid;grid-template-columns:1fr}}
@media(max-width:880px){
.areas-index-hero{padding-top:130px}
.areas-hero-layout{grid-template-columns:1fr}
.areas-index-hero .areas-hero-copy h1{font-size:clamp(64px,11vw,88px)}
.areas-hero-trust{grid-template-columns:repeat(3,1fr)}
.areas-hero-visual{min-height:610px;margin-top:10px;padding-left:30px}
.areas-hero-visual figure{height:500px}
.areas-hero-visual>aside{right:0}}
@media(max-width:650px){
.areas-index-hero{min-height:0;padding:105px 20px 70px}
.areas-hero-contours{background-position:center 45%;opacity:.12}
.areas-index-hero .areas-hero-copy h1{font-size:55px;line-height:.96}
.areas-index-hero h1 span{white-space:normal}
.areas-index-hero h1 em{margin-top:5px}
.areas-index-hero nav a{width:100%}
.areas-hero-trust{grid-template-columns:1fr;gap:10px;margin-top:24px}
.areas-hero-visual{min-height:570px;margin-top:38px;padding:0 0 135px}
.areas-hero-visual figure{height:400px;border-radius:52px 22px 48px 22px}
.areas-hero-visual figcaption{left:24px;right:24px;bottom:25px}
.areas-hero-visual>aside{display:none}
.areas-hero-stats{right:10px;bottom:12px;grid-template-columns:repeat(3,1fr)}
.areas-hero-stats article{min-height:92px;padding:14px 10px}
.areas-hero-stats strong{font-size:19px}}
@media(prefers-reduced-motion:reduce){
.areas-hero-copy,.areas-hero-visual,.areas-hero-visual figure img,.areas-hero-stats article,.areas-hero-visual>aside{animation:none;opacity:1}
.areas-hero-visual{transform:none}}
.areas-all .areas-filter-pills{margin:0 0 42px}
.areas-priorities{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(100px,9vw,145px);padding-bottom:clamp(90px,8vw,130px);background-color:#f7f1ea;background-image:radial-gradient(circle at 84% 12%,rgba(239,196,210,.3),transparent 29%),radial-gradient(circle at 8% 82%,rgba(255,255,255,.8),transparent 26%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.018'/%3E%3C/svg%3E")}
.areas-priority-contours{position:absolute;z-index:-1;inset:0;opacity:.13;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='420' viewBox='0 0 700 420'%3E%3Cg fill='none' stroke='%23b57c8e'%3E%3Cpath d='M-40 115c132-100 226 36 348-38s238-36 420 26'/%3E%3Cpath d='M-44 154c145-101 231 39 371-41s251-29 409 35'/%3E%3Cpath d='M-52 197c149-99 249 36 392-36s239-24 403 36'/%3E%3Cpath d='M-61 244c157-97 260 34 407-31s245-16 410 43'/%3E%3Cpath d='M-54 293c164-89 267 32 416-24s246-8 402 49'/%3E%3C/g%3E%3C/svg%3E") right -110px top 60px/760px no-repeat}
.areas-priority-head{max-width:790px;margin-bottom:58px}
.areas-priority-head .route-kicker{letter-spacing:.2em}
.areas-priority-head h2{margin-top:18px;font-size:clamp(58px,6.8vw,94px)}
.areas-priority-head>p{max-width:675px;margin-top:25px;color:#6e6460;font-size:14px;line-height:1.9}
.area-priority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.area-priority-grid .area-priority-card{min-width:0;min-height:470px;padding:0;display:grid;grid-template-rows:48% 52%;overflow:hidden;text-align:left;border:1px solid rgba(145,114,102,.19);border-radius:30px;background:#fffaf5;color:#3e3836;box-shadow:0 14px 38px rgba(71,52,46,.055);cursor:pointer;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .4s,box-shadow .5s,background .4s}
.area-priority-grid .area-priority-card:hover,.area-priority-grid .area-priority-card.is-active{transform:translateY(-8px);border-color:#d18ca4;background:#fff9f5;box-shadow:0 28px 62px rgba(72,50,45,.13)}
.area-priority-card figure{position:relative;overflow:hidden;margin:0}
.area-priority-card figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(41,32,30,.28));transition:background .45s}
.area-priority-card:hover figure:after,.area-priority-card.is-active figure:after{background:linear-gradient(180deg,rgba(45,34,32,.08),rgba(41,32,30,.4))}
.area-priority-card figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.01);transition:transform .9s cubic-bezier(.16,1,.3,1),filter .5s}
.area-priority-card:nth-child(2n) figure img{object-position:65% center}
.area-priority-card:hover figure img,.area-priority-card.is-active figure img{transform:scale(1.065);filter:saturate(.88) brightness(.92)}
.area-priority-card figure>i{position:absolute;z-index:2;left:20px;bottom:18px;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(230,127,179,.92);color:#643e4b;font:normal 23px "Cormorant Garamond",serif;box-shadow:0 10px 25px rgba(55,37,34,.13);backdrop-filter:blur(8px)}
.area-priority-card figure>small{position:absolute;z-index:2;right:17px;top:17px;padding:8px 11px;border:1px solid rgba(255,255,255,.55);border-radius:99px;background:rgba(255,251,247,.82);color:#5d514d;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(10px)}
.area-priority-copy{min-width:0;padding:25px 25px 27px;display:flex;flex-direction:column}
.area-priority-copy>strong{font:500 clamp(25px,2.3vw,34px)/1 "Cormorant Garamond",serif;letter-spacing:-.025em}
.area-priority-copy>em{display:-webkit-box;min-height:45px;margin-top:13px;overflow:hidden;color:#756b66;font:normal 11px/1.75 Manrope,sans-serif;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.area-priority-copy>b{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;border-top:1px solid #e8dcd3;color:#8f566a;font-size:8px;letter-spacing:.1em;text-transform:uppercase;transition:color .35s}
.area-priority-copy>b i{font:normal 15px serif;transition:transform .35s}
.area-priority-card:hover .area-priority-copy>b,.area-priority-card.is-active .area-priority-copy>b{color:#b34f73}
.area-priority-card:hover .area-priority-copy>b i,.area-priority-card.is-active .area-priority-copy>b i{transform:translateX(6px)}
.area-priority-card.is-active{box-shadow:0 25px 58px rgba(151,80,105,.15),0 0 0 1px #d18ca4}
.area-priority-card.is-active figure>small{background:#b96f89;color:#fff}
.areas-show-all{min-width:170px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:35px auto 0;padding:14px 20px;border:1px solid #c99aad;border-radius:99px;background:rgba(255,251,247,.7);color:#684b55;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;transition:transform .35s,background .35s}
.areas-show-all:hover{transform:translateY(-3px);background:#efd7df}
.areas-discovery-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:58px;padding-top:34px;border-top:1px solid rgba(122,98,90,.16)}
.areas-discovery-stats span{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 17px;border:1px solid rgba(170,137,126,.24);border-radius:99px;background:rgba(255,252,248,.65);color:#655b57;font-size:7px;font-weight:750;letter-spacing:.075em;text-transform:uppercase;box-shadow:0 7px 18px rgba(72,52,46,.035)}
.areas-discovery-stats i{color:#aa6079;font:normal 16px "Cormorant Garamond",serif}
@media(max-width:1020px){
.area-priority-grid{grid-template-columns:repeat(2,1fr)}
.area-priority-grid .area-priority-card{min-height:500px}
.area-priority-copy>strong{font-size:32px}}
@media(max-width:620px){
.areas-priorities{padding-inline:20px}
.areas-priority-head{margin-bottom:40px}
.areas-priority-head h2{font-size:53px}
.areas-priority-head>p{font-size:12px}
.area-priority-grid{grid-template-columns:1fr;gap:20px}
.area-priority-grid .area-priority-card{min-height:480px;grid-template-rows:52% 48%}
.area-priority-copy>strong{font-size:31px}
.areas-discovery-stats{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;margin-right:-20px;padding-right:20px;scrollbar-width:none}
.areas-discovery-stats span{flex:0 0 auto}}
@media(prefers-reduced-motion:reduce){
.area-priority-card,.area-priority-card figure img,.area-priority-copy>b i,.areas-show-all{transition:none!important}}
.areas-all{position:relative;isolation:isolate;padding-top:clamp(105px,9vw,145px);background-color:#fbf6f0;background-image:radial-gradient(circle at 88% 5%,rgba(255,255,255,.8),transparent 28%),radial-gradient(circle at 6% 28%,rgba(235,195,208,.19),transparent 24%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='95' height='95'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.017'/%3E%3C/svg%3E")}
.areas-all:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.08;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='420' viewBox='0 0 600 420'%3E%3Cg fill='none' stroke='%23b67b8e'%3E%3Cpath d='M-60 110c120-88 194 28 310-38s218-25 380 34'/%3E%3Cpath d='M-65 148c131-87 208 30 328-39s225-17 378 40'/%3E%3Cpath d='M-70 190c140-84 219 30 345-34s224-11 375 47'/%3E%3Cpath d='M-75 236c149-80 233 31 361-27s225-3 374 53'/%3E%3C/g%3E%3C/svg%3E") left -80px top 0/650px no-repeat}
.areas-collection-head{max-width:700px;margin-bottom:50px}
.areas-collection-head .route-kicker{color:#b65f7c;letter-spacing:.18em}
.areas-collection-head h2{margin:19px 0 23px;font:500 clamp(62px,6.7vw,96px)/.84 "Cormorant Garamond",serif;letter-spacing:-.052em}
.areas-collection-head h2 em{color:#bd667f;font-weight:400}
.areas-collection-head>p{max-width:560px;margin:0;color:#665d59;font-size:13px;line-height:1.85}
.areas-collection-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:31px}
.areas-collection-actions a{min-width:180px;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border:1px solid #c66f8a;border-radius:99px;background:#c76583;color:#fff;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 10px 25px rgba(164,82,108,.13);transition:transform .35s,background .35s,box-shadow .35s}
.areas-collection-actions a:nth-child(2){background:rgba(255,252,248,.65);color:#ad5c76;box-shadow:none}
.areas-collection-actions a:hover{transform:translateY(-3px);background:#b75574;box-shadow:0 15px 32px rgba(164,82,108,.18)}
.areas-collection-actions a:nth-child(2):hover{background:#f2dce4}
.areas-collection-actions b{font-size:13px;transition:transform .35s}
.areas-collection-actions a:hover b{transform:translateX(5px)}
.areas-filter-bar{display:flex;align-items:center;gap:25px;margin:0 0 34px;padding:20px 0;border-top:1px solid rgba(125,99,90,.13);border-bottom:1px solid rgba(125,99,90,.13)}
.areas-all .areas-filter-pills{flex:1;margin:0;padding:0;border:0}
.areas-filter-bar>p{flex:0 0 auto;margin:0;color:#8d7e78;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.areas-all .areas-editorial-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px}
.areas-all .area-index-card{height:auto}
.areas-all .area-index-card>a{height:100%;display:grid;grid-template-rows:205px 1fr;border:1px solid rgba(153,119,107,.2);border-radius:13px;background:rgba(255,251,247,.9);box-shadow:0 10px 30px rgba(77,56,49,.05)}
.areas-all .area-index-card:hover>a{transform:translateY(-6px);border-color:#d0829c;box-shadow:0 22px 48px rgba(77,56,49,.11)}
.areas-all .area-index-card figure{min-height:0!important;overflow:visible}
.areas-all .area-index-card figure:after{border-radius:12px 12px 0 0;background:linear-gradient(180deg,transparent 68%,rgba(45,34,31,.13))}
.areas-all .area-index-card figure:before{content:"⌖";position:absolute;z-index:3;left:20px;bottom:-22px;width:44px;height:44px;display:grid;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:#fffaf6;color:#c66582;font:22px "Cormorant Garamond",serif;box-shadow:0 7px 18px rgba(90,58,54,.1)}
.areas-all .area-index-card figure>span{display:none}
.areas-all .area-index-card img{border-radius:12px 12px 0 0}
.areas-all .area-index-card-copy{padding:30px 20px 20px;display:flex;flex-direction:column}
.areas-all .area-index-card-copy>small{font-size:7px;letter-spacing:.13em}
.areas-all .area-index-card h3{margin:6px 0 10px;font-size:34px;line-height:.88}
.areas-all .area-index-meta{display:none}
.areas-all .area-index-card-copy>p{min-height:39px;margin:0;color:#625a56;font-size:10px;line-height:1.7}
.areas-all .area-index-card dl{grid-template-columns:repeat(4,1fr);gap:0;margin:19px 0 17px;padding:15px 0;border-top:1px solid #eadfd6;border-bottom:1px solid #eadfd6}
.areas-all .area-index-card dl div{display:flex;align-items:center;gap:6px;padding:0 8px;border-right:1px solid #eadfd6}
.areas-all .area-index-card dl div:first-child{padding-left:0}
.areas-all .area-index-card dl div:last-child{padding-right:0;border:0}
.areas-all .area-index-card dt{flex:0 0 auto;font-size:13px}
.areas-all .area-index-card dd{margin:0;font-size:7px;line-height:1.35}
.areas-all .area-index-card-copy>strong{margin-top:auto;color:#b75e79;font-size:7px}
.areas-all .area-index-card-copy>strong b{font-size:12px}
@media(max-width:980px){
.areas-all .areas-editorial-grid{grid-template-columns:repeat(2,1fr)}
.areas-filter-bar{display:block}
.areas-filter-bar>p{margin-top:15px}
.areas-all .area-index-card>a{grid-template-rows:220px 1fr}}
@media(max-width:620px){
.areas-all{padding-inline:20px}
.areas-collection-head h2{font-size:58px}
.areas-collection-actions{display:grid}
.areas-collection-actions a{width:100%}
.areas-filter-bar{margin-bottom:26px}
.areas-all .areas-editorial-grid{grid-template-columns:1fr}
.areas-all .area-index-card>a{grid-template-rows:215px 1fr}
.areas-all .area-index-card dl{grid-template-columns:1fr 1fr;gap:12px}
.areas-all .area-index-card dl div,.areas-all .area-index-card dl div:first-child,.areas-all .area-index-card dl div:last-child{padding:0;border:0}
.areas-all .area-index-card-copy>p{min-height:0}
.areas-filter-bar>p{display:none}}
.areas-collection-contours{position:absolute;z-index:-1;inset:0;opacity:.1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='760' height='520' viewBox='0 0 760 520'%3E%3Cg fill='none' stroke='%23b77c8f'%3E%3Cpath d='M-60 125c153-105 250 44 398-44s270-30 460 37'/%3E%3Cpath d='M-70 168c165-104 263 43 416-42s278-21 462 45'/%3E%3Cpath d='M-76 215c174-99 278 39 436-38s278-12 462 51'/%3E%3Cpath d='M-82 266c185-93 291 36 453-32s281-2 460 58'/%3E%3Cpath d='M-79 322c194-86 303 34 468-25s281 8 456 65'/%3E%3C/g%3E%3C/svg%3E") right -100px top 20px/820px no-repeat;transform:translateY(calc(var(--collection-shift,0px) * -.4))}
.areas-collection-head{max-width:none;display:grid;grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);align-items:center;gap:clamp(60px,7vw,115px);min-height:610px;margin-bottom:72px}
.areas-collection-copy{position:relative;z-index:3;animation:collectionCopyIn .9s cubic-bezier(.16,1,.3,1) both}
.areas-collection-head h2{font-size:clamp(67px,6.7vw,104px);line-height:.84}
.areas-collection-head>p{max-width:none}
.areas-collection-copy>p{max-width:520px;margin:0;color:#6d635f;font-size:14px;line-height:1.95}
.areas-collection-actions{gap:16px;margin-top:34px}
.areas-collection-actions a{min-width:195px;padding:17px 22px}
.areas-collection-trust{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:29px;padding-top:22px;border-top:1px solid rgba(124,97,89,.16)}
.areas-collection-trust span{display:flex;align-items:center;gap:7px;color:#6b615d;font-size:8px;font-weight:700;line-height:1.45}
.areas-collection-trust i{width:20px;height:20px;display:grid;flex:0 0 20px;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:rgba(255,252,248,.72);color:#ae6079;font-style:normal;font-size:9px}
.areas-collection-visual{--collection-shift:0px;position:relative;min-height:570px;padding:25px 55px 65px 25px;transform:translateY(var(--collection-shift));transition:transform .15s linear;animation:collectionVisualIn 1.15s .12s cubic-bezier(.16,1,.3,1) both}
.areas-collection-visual>figure{position:relative;height:480px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.7);border-radius:72px 24px 68px 24px;background:#d8cbc0;box-shadow:0 33px 75px rgba(68,49,43,.17)}
.areas-collection-visual>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(35,27,25,.52))}
.areas-collection-visual>figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.83) contrast(1.02);transform:scale(1.025);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .5s}
.areas-collection-visual:hover>figure img{transform:scale(1.065);filter:saturate(.92) brightness(.95)}
.areas-collection-visual figcaption{position:absolute;z-index:2;left:35px;bottom:30px;color:#fff}
.areas-collection-visual figcaption small{display:block;margin-bottom:6px;font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.areas-collection-visual figcaption strong{font:500 29px "Cormorant Garamond",serif}
.areas-collection-visual>article{position:absolute;z-index:4;right:0;bottom:0;width:270px;padding:25px 26px;border:1px solid rgba(189,148,139,.28);border-radius:25px;background:rgba(255,251,247,.91);box-shadow:0 24px 55px rgba(66,46,42,.15);backdrop-filter:blur(18px);transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s}
.areas-collection-visual>article:hover{transform:translateY(-7px);box-shadow:0 32px 65px rgba(66,46,42,.2)}
.areas-collection-visual>article>small{color:#ad5e78;font-size:6px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.areas-collection-visual>article h3{margin:7px 0 2px;font:500 39px/.9 "Cormorant Garamond",serif}
.areas-collection-visual>article>p{margin:0 0 16px;color:#766a66;font-size:9px}
.areas-collection-visual ul{display:grid;gap:7px;margin:0 0 18px;padding:14px 0;border-top:1px solid #e5d8cf;border-bottom:1px solid #e5d8cf;list-style:none}
.areas-collection-visual li{color:#605753;font-size:8px}
.areas-collection-visual li i{margin-right:6px;color:#b25f79;font-style:normal}
.areas-collection-visual>article a{display:flex;justify-content:space-between;color:#ac5874;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.areas-collection-visual>article a b{font-size:12px;transition:transform .35s}
.areas-collection-visual>article:hover a b{transform:translateX(5px)}
.areas-collection-visual>aside{position:absolute;z-index:3;left:0;top:0;width:190px;padding:18px 20px;border:1px solid rgba(255,255,255,.65);border-radius:18px;background:rgba(255,251,247,.76);box-shadow:0 16px 38px rgba(65,46,41,.1);backdrop-filter:blur(14px);animation:collectionFloatIn .8s .65s both}
.areas-collection-visual>aside span{color:#ad5c76;font-size:6px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.areas-collection-visual>aside p{margin:8px 0 0;color:#5c524e;font:italic 16px/1.35 "Cormorant Garamond",serif}
@keyframes collectionCopyIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes collectionVisualIn{from{opacity:0;transform:translateY(30px) scale(.985)}to{opacity:1;transform:translateY(var(--collection-shift)) scale(1)}}@keyframes collectionFloatIn{from{opacity:0;transform:translate(-12px,15px)}to{opacity:1;transform:none}}
@media(max-width:1080px){
.areas-collection-head{grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);gap:45px}
.areas-collection-head h2{font-size:67px}
.areas-collection-visual{padding-right:35px}
.areas-collection-trust{display:grid;grid-template-columns:1fr}}
@media(max-width:880px){
.areas-collection-head{grid-template-columns:1fr;gap:35px}
.areas-collection-head h2{font-size:clamp(68px,11vw,92px)}
.areas-collection-trust{grid-template-columns:repeat(3,1fr)}
.areas-collection-visual{width:min(690px,100%);margin:auto}
.areas-collection-contours{background-position:center 20%}}
@media(max-width:620px){
.areas-collection-head{min-height:0;margin-bottom:55px}
.areas-collection-head h2{font-size:58px}
.areas-collection-copy>p{font-size:12px}
.areas-collection-trust{grid-template-columns:1fr}
.areas-collection-visual{min-height:520px;padding:15px 0 115px}
.areas-collection-visual>figure{height:390px;border-radius:48px 20px 45px 20px}
.areas-collection-visual figcaption{left:23px;bottom:23px}
.areas-collection-visual>aside{display:none}
.areas-collection-visual>article{right:8px;width:255px;padding:21px 22px}
.areas-collection-visual>article h3{font-size:35px}}
@media(prefers-reduced-motion:reduce){
.areas-collection-copy,.areas-collection-visual,.areas-collection-visual>aside{animation:none;opacity:1}
.areas-collection-visual,.areas-collection-contours{transform:none}
.areas-collection-visual>figure img,.areas-collection-visual>article{transition:none}}
.areas-all .area-index-card figure:before{display:none}
.areas-all .area-index-card-copy{padding-top:24px}
.areas-all .area-index-card h3{margin-top:0}
.areas-all .area-index-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:22px;padding:0;border-top:1px solid #dfd1c7;border-bottom:1px solid #dfd1c7}
.areas-all .area-index-card dl div,.areas-all .area-index-card dl div:first-child,.areas-all .area-index-card dl div:last-child{min-height:49px;padding:10px 11px;display:flex;align-items:center;gap:9px;border-right:1px solid #e4d7ce;border-bottom:1px solid #e4d7ce}
.areas-all .area-index-card dl div:nth-child(even){border-right:0}
.areas-all .area-index-card dl div:nth-child(n+3){border-bottom:0}
.areas-all .area-index-card dl div:nth-child(odd){padding-left:0}
.areas-all .area-index-card dt{font-size:16px}
.areas-all .area-index-card dd{color:#5d5551;font-size:8.5px;font-weight:650;line-height:1.45}
.areas-all .area-index-card-copy>strong{padding-top:2px;font-size:8px}
@media(max-width:620px){
.areas-all .area-index-card-copy{padding:23px 20px 20px}
.areas-all .area-index-card h3{font-size:38px}
.areas-all .area-index-card-copy>p{font-size:12px;line-height:1.75}
.areas-all .area-index-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}
.areas-all .area-index-card dl div,.areas-all .area-index-card dl div:first-child,.areas-all .area-index-card dl div:last-child{min-height:54px;padding:11px 9px;border-right:1px solid #e4d7ce;border-bottom:1px solid #e4d7ce}
.areas-all .area-index-card dl div:nth-child(even){border-right:0}
.areas-all .area-index-card dl div:nth-child(n+3){border-bottom:0}
.areas-all .area-index-card dl div:nth-child(odd){padding-left:0}
.areas-all .area-index-card dd{font-size:9px}
.areas-all .area-index-card-copy>strong{font-size:8px}}
.areas-all .areas-collection-head{max-width:760px;min-height:0;display:block;margin-bottom:70px}
.areas-all .areas-collection-copy{width:100%}
.area-guide-stats{border-color:rgba(198,122,149,.25);background-color:#fdfaf7;background-image:radial-gradient(circle at 95% 4%,rgba(230,127,179,.17),transparent 38%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='260' viewBox='0 0 420 260'%3E%3Cg fill='none' stroke='%23E67FB3' opacity='.14'%3E%3Cpath d='M-30 55c92-69 150 31 238-25s157-19 245 20'/%3E%3Cpath d='M-35 88c98-65 158 31 251-20s158-12 242 27'/%3E%3Cpath d='M-37 125c103-62 166 30 263-15s158-4 240 34'/%3E%3C/g%3E%3C/svg%3E");box-shadow:0 25px 62px rgba(72,50,45,.09)}
.area-glance-details{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}
.area-glance-details>article{min-height:120px;padding:23px 0;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:16px}
.area-glance-details>article i{width:50px;height:50px;border-color:rgba(199,102,136,.2);background:#f9e9e7;color:#c45679}
.area-glance-details>article i svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.area-glance-details>article:hover i{border-color:rgba(198,85,124,.4);background:#f4dce2;color:#b9466c}
.area-glance-details>article small{color:#b55476;font-size:7.5px;font-weight:850;letter-spacing:.15em}
.area-glance-details>article strong{margin-top:9px;color:#3f3735;font-size:21px;font-style:italic;line-height:1.25}
.area-glance-details footer>small{color:#b55476;font-size:8px;letter-spacing:.16em}
@media(max-width:600px){
.area-glance-details{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}
.area-glance-details>article,.area-glance-details>article:nth-child(2){min-height:112px;padding:18px 0;grid-template-columns:38px minmax(0,1fr);gap:10px;border-top:1px solid rgba(112,84,76,.12)}
.area-glance-details>article:nth-child(-n+2){border-top:0}
.area-glance-details>article i{width:38px;height:38px}
.area-glance-details>article i svg{width:21px;height:21px}
.area-glance-details>article small{font-size:6.5px}
.area-glance-details>article strong{font-size:16px}
.area-glance-details footer{grid-column:1/-1}}
.area-glance-details{gap:16px}
.area-glance-details>article,.area-glance-details>article:first-child,.area-glance-details>article:nth-child(-n+2){min-height:132px;padding:21px 18px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:15px;border:1px solid rgba(176,137,124,.22);border-radius:20px;background:rgba(255,252,248,.88);box-shadow:0 10px 27px rgba(69,49,44,.055),inset 0 1px rgba(255,255,255,.85);transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .4s}
.area-glance-details>article:hover{transform:translateY(-4px);border-color:rgba(199,101,135,.42);box-shadow:0 18px 36px rgba(69,49,44,.1),inset 0 1px #fff}
.area-glance-details>article i{box-shadow:0 7px 17px rgba(177,91,119,.08)}
.area-glance-details footer{margin-top:8px;padding:26px 18px 0}
@media(max-width:600px){
.area-glance-details{gap:11px}
.area-glance-details>article,.area-glance-details>article:first-child,.area-glance-details>article:nth-child(2),.area-glance-details>article:nth-child(-n+2){min-height:135px;padding:15px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:11px;border:1px solid rgba(176,137,124,.22);border-radius:17px}
.area-glance-details>article i{flex:0 0 38px}
.area-glance-details>article strong{margin-top:6px}
.area-glance-details footer{padding-inline:0}}
.area-glance-details footer{margin-top:10px;padding:25px 20px 22px;border:1px solid rgba(179,139,126,.2);border-radius:20px;background:rgba(255,250,247,.74);box-shadow:0 10px 27px rgba(67,48,43,.045)}
.area-glance-details footer>small{display:block;text-align:center;color:#b45073;font-size:8px;font-weight:850;letter-spacing:.17em}
.area-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:21px}
.area-choice-grid>span{min-width:0;padding:0 10px;display:flex;align-items:center;gap:9px;border-left:1px solid #e4d4cc}
.area-choice-grid>span:first-child{padding-left:0;border-left:0}
.area-choice-grid>span:last-child{padding-right:0}
.area-choice-grid>span>i{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border:0;border-radius:50%;background:#f7e4e7;color:#bd5577}
.area-choice-grid>span>i svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.area-choice-grid b{color:#453b38;font:500 11px/1.3 "Cormorant Garamond",serif}
.area-glance-details footer>p{max-width:520px;margin:22px auto 0;padding-top:18px;border-top:1px solid #e4d6ce;display:block;color:#675c58;font:normal 9px/1.75 Manrope,sans-serif;text-align:center}
.area-glance-details footer>p span{display:initial}
.area-glance-details footer>p span:after{display:none}
@media(max-width:600px){
.area-glance-details footer{padding:22px 15px}
.area-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 0}
.area-choice-grid>span{min-height:42px}
.area-choice-grid>span:nth-child(3){padding-left:0;border-left:0}
.area-choice-grid b{font-size:12px}
.area-glance-details footer>p{font-size:9px}}
.area-guide-stats{padding-left:clamp(34px,3.5vw,48px);padding-right:clamp(34px,3.5vw,48px)}
.area-glance-details{column-gap:22px;row-gap:17px}
.area-glance-details>article,.area-glance-details>article:first-child,.area-glance-details>article:nth-child(-n+2){padding:23px 24px!important;grid-template-columns:50px minmax(0,1fr);gap:18px}
.area-glance-details>article>i{position:static;margin:0;align-self:center;justify-self:start}
.area-glance-details>article>span{min-width:0;padding:0!important;border:0!important}
.area-glance-details>article small{overflow-wrap:anywhere}
.area-glance-details>article strong{overflow-wrap:break-word}
.area-glance-details footer{padding-left:28px;padding-right:28px}
.area-choice-grid>span{padding-inline:13px}
.area-choice-grid>span:first-child{padding-left:0}
.area-choice-grid>span:last-child{padding-right:0}
.area-glance-details footer>p{padding-left:14px;padding-right:14px}
.area-guide-stats .area-glance-details{border-left:0!important}
@media(max-width:600px){
.area-guide-stats{padding-left:16px;padding-right:16px}
.area-glance-details{column-gap:11px;row-gap:11px}
.area-glance-details>article,.area-glance-details>article:first-child,.area-glance-details>article:nth-child(2),.area-glance-details>article:nth-child(-n+2){padding:16px 14px!important;gap:12px}
.area-glance-details footer{padding-left:16px;padding-right:16px}
.area-choice-grid>span{padding-inline:10px}
.area-choice-grid>span:nth-child(odd){padding-left:0}
.area-choice-grid>span:nth-child(even){padding-right:0}
.area-glance-details footer>p{padding-left:2px;padding-right:2px}}
.mortgage-mode-tabs button:focus-visible{outline:3px solid rgba(207,126,155,.3);outline-offset:2px}
@media(max-width:620px){
.mortgage-mode-tabs{margin:-10px -5px 30px;padding:5px;gap:4px;border-radius:20px}
.mortgage-mode-tabs button{min-height:63px;padding:8px 9px;grid-template-columns:29px 1fr;gap:8px;border-radius:16px}
.mortgage-mode-tabs button>i{width:29px;height:29px}
.mortgage-mode-tabs button span b{font-size:16px}
.mortgage-mode-tabs button span small{font-size:9px!important}
.mortgage-calculator-card.is-compare-mode>.mortgage-card-heading{margin-bottom:20px}
}
.sourcing-new{position:relative;isolation:isolate;overflow:hidden;padding:clamp(170px,13vw,220px) max(4vw,24px) clamp(115px,9vw,155px);background:radial-gradient(circle at 86% 25%,rgba(230,127,179,.2),transparent 30%),linear-gradient(120deg,#fdfaf5,#f8f0eb)}
.sourcing-new:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.18;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E")}
.sourcing-new .sourcing-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:clamp(70px,8vw,135px)}
.sourcing-new .sourcing-hero-copy h1{max-width:760px;font-size:clamp(67px,6.7vw,105px);letter-spacing:-.07em}
.sourcing-new .sourcing-hero-copy h1 em{display:block;margin-top:10px;color:#b86885;font-size:1.08em;line-height:.85}
.sourcing-new .sourcing-hero-copy>p{max-width:650px;margin:0 0 14px;font-size:14px;line-height:1.9}
.sourcing-ghost-button{min-height:58px;padding:0 27px;display:inline-flex;align-items:center;gap:18px;border:1px solid rgba(84,66,64,.24);border-radius:999px;background:rgba(255,252,248,.55);font-size:8px;font-weight:800;text-transform:uppercase;transition:.35s}
.sourcing-ghost-button:hover{transform:translateY(-3px);border-color:#c27893;background:#fff}
.sourcing-new .sourcing-hero-image{padding:11px;border-radius:105px 25px 105px 25px;box-shadow:0 45px 95px rgba(57,44,40,.19)}
.sourcing-new .sourcing-hero-image img{height:min(68vh,680px);border-radius:94px 18px 94px 18px;filter:saturate(.82) contrast(.97);transition:transform 1.2s}
.sourcing-new .sourcing-hero-image:hover img{transform:scale(1.018)}
.sourcing-new .sourcing-hero-image figcaption{left:auto;right:-34px;bottom:38px;width:290px;padding:25px;display:grid;gap:10px;border:1px solid rgba(255,255,255,.8);background:rgba(255,251,247,.76);box-shadow:0 25px 60px rgba(57,43,40,.18);backdrop-filter:blur(20px)}
.sourcing-new .sourcing-hero-image figcaption small{margin-bottom:5px;color:#9d5871;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.sourcing-new .sourcing-hero-image figcaption span{color:#504745;font-size:10px}
.sourcing-section-head{max-width:790px;margin-bottom:clamp(65px,7vw,105px)}
.sourcing-section-head h2,.sourcing-expertise h2,.sourcing-story blockquote,.sourcing-faq h2{margin:20px 0 25px;font-size:clamp(53px,5.7vw,82px);line-height:.93;letter-spacing:-.055em}
.sourcing-section-head h2 em,.sourcing-expertise h2 em,.sourcing-faq h2 em,.sourcing-story blockquote em{color:#b66783;font-family:"Cormorant Garamond",serif;font-weight:500}
.sourcing-section-head>p{max-width:600px;color:#736965;font-size:13px;line-height:1.9}
.sourcing-journey{background:#fbf7f2}
.sourcing-timeline{position:relative;display:grid;gap:clamp(75px,8vw,115px)}
.sourcing-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(#e5cad4,#bd718c,#e5cad4)}
.sourcing-timeline article{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(85px,9vw,145px);opacity:0;transform:translateY(28px);transition:opacity .8s,transform .8s cubic-bezier(.16,1,.3,1)}
.sourcing-timeline article.is-visible{opacity:1;transform:none}
.sourcing-timeline article:nth-child(even)>div{grid-column:2;grid-row:1}
.sourcing-timeline article:nth-child(even)>figure{grid-column:1;grid-row:1}
.sourcing-timeline article>div{padding:clamp(20px,4vw,55px)}
.sourcing-timeline article small{color:#ac607b;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.sourcing-timeline h3{margin:18px 0;font:600 clamp(37px,3.5vw,51px)/1 "Cormorant Garamond",serif}
.sourcing-timeline p{color:#706662;font-size:12px;line-height:1.85}
.sourcing-timeline ul{margin:23px 0 0;padding:20px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid #e0d3ca;list-style:none}
.sourcing-timeline li{color:#786d68;font-size:9px}
.sourcing-timeline figure{height:330px;margin:0;overflow:hidden;border-radius:64px 20px;background:#e5ddd7;box-shadow:0 25px 60px rgba(60,47,42,.13)}
.sourcing-timeline article:nth-child(even) figure{border-radius:20px 64px}
.sourcing-timeline img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform 1s}
.sourcing-timeline article:hover img{transform:scale(1.035)}
.sourcing-step-number{position:absolute;z-index:2;left:50%;top:50%;width:50px;height:50px;display:grid;place-items:center;border:9px solid #fbf7f2;border-radius:50%;background:#fff8f4;color:#a65c77;font:600 10px "Cormorant Garamond",serif;box-shadow:0 0 0 1px #ce8ca4;transform:translate(-50%,-50%)}
.sourcing-difference{background:#302e30;color:#fff}
.sourcing-difference .route-kicker{color:#E67FB3}
.sourcing-comparison{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:25px}
.sourcing-comparison>i{position:absolute;z-index:2;left:50%;top:50%;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#E67FB3;color:#493c40;font:italic 19px "Cormorant Garamond",serif;transform:translate(-50%,-50%)}
.sourcing-comparison article{padding:clamp(38px,5vw,68px);border:1px solid rgba(255,255,255,.12);border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 28px 65px rgba(0,0,0,.14)}
.sourcing-comparison article:last-child{border-color:rgba(230,127,179,.35);background:linear-gradient(145deg,rgba(230,127,179,.2),rgba(255,255,255,.05))}
.sourcing-comparison small{color:#E67FB3;font-size:8px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.sourcing-comparison h3{margin:28px 0 32px;font:600 clamp(31px,3vw,43px) "Cormorant Garamond",serif}
.sourcing-comparison ul{margin:0;padding:0;display:grid;gap:0;list-style:none}
.sourcing-comparison li{padding:15px 0;border-top:1px solid rgba(255,255,255,.1);color:#d5cdca;font-size:11px}
.sourcing-comparison li span{width:28px;display:inline-block;color:#E67FB3}
.sourcing-expertise{position:relative;min-height:940px;padding:clamp(130px,10vw,175px) max(4vw,24px);overflow:hidden;color:#fff}
.sourcing-expertise>figure{position:absolute;inset:0;margin:0;background:#312d2d}
.sourcing-expertise>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(33,29,29,.88),rgba(33,29,29,.48) 55%,rgba(33,29,29,.66))}
.sourcing-expertise>figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.65)}
.sourcing-expertise>.route-inner{position:relative;z-index:1}
.sourcing-expertise header{max-width:760px}
.sourcing-expertise header p{max-width:620px;color:#e1d8d3;font-size:13px;line-height:1.9}
.sourcing-area-grid{margin-top:85px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.sourcing-area-grid article{position:relative;min-height:300px;padding:25px 20px;display:flex;flex-direction:column;justify-content:end;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:linear-gradient(transparent,rgba(28,23,24,.9)),var(--area-image) center/cover;transition:flex .55s,transform .45s}
.sourcing-area-grid article:hover{transform:translateY(-8px)}
.sourcing-area-grid small{font-size:6px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sourcing-area-grid h3{margin:12px 0 5px;font:600 28px "Cormorant Garamond",serif}
.sourcing-area-grid p{min-height:45px;color:#ded5d1;font-size:8px;line-height:1.6}
.sourcing-area-grid a{width:max-content;margin-top:13px;padding-bottom:4px;border-bottom:1px solid #E67FB3;font-size:7px;font-weight:800;text-transform:uppercase}
.sourcing-story{background:#fdfaf6}
.sourcing-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(70px,9vw,145px)}
.sourcing-story figure{margin:0}
.sourcing-story figure img{width:100%;height:570px;object-fit:cover;border-radius:95px 24px;filter:saturate(.78);box-shadow:0 30px 70px rgba(56,43,39,.15)}
.sourcing-story figcaption{margin-top:15px;color:#8e817b;font:italic 18px "Cormorant Garamond",serif}
.sourcing-story blockquote{margin-top:30px;font-size:clamp(39px,4.5vw,62px)}
.sourcing-story blockquote em{display:block}
.sourcing-story div>p{max-width:650px;color:#706662;font-size:12px;line-height:1.9}
.sourcing-story div>small{display:block;margin-top:25px;color:#a45d77;font-size:8px;font-weight:800;text-transform:uppercase}
.sourcing-faq{background:#f5ebe5}
.sourcing-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(70px,9vw,145px)}
.sourcing-faq details{border-top:1px solid #d9c9bf}
.sourcing-faq details:last-child{border-bottom:1px solid #d9c9bf}
.sourcing-faq summary{padding:26px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font:600 24px "Cormorant Garamond",serif;list-style:none}
.sourcing-faq summary span{width:32px;height:32px;display:grid;place-items:center;border:1px solid #E67FB3;border-radius:50%;color:#a35b75;transition:.35s}
.sourcing-faq details[open] summary span{transform:rotate(45deg);background:#edcfda}
.sourcing-faq details p{max-width:680px;margin:0;padding:0 50px 28px 0;color:#706662;font-size:11px;line-height:1.85}
@media(max-width:1050px){
.sourcing-new .sourcing-hero-grid,.sourcing-story-grid,.sourcing-faq-grid{grid-template-columns:1fr}
.sourcing-new .sourcing-hero-image{max-width:760px}
.sourcing-area-grid{grid-template-columns:repeat(3,1fr)}
.sourcing-story figure{max-width:760px}
.sourcing-comparison{gap:17px}}
@media(max-width:760px){
.sourcing-new{padding:125px 20px 85px}
.sourcing-new .sourcing-hero-grid{gap:58px}
.sourcing-new .sourcing-hero-copy h1{font-size:56px}
.sourcing-new .sourcing-hero-copy>p{font-size:13px}
.sourcing-actions{align-items:stretch;display:grid;gap:11px}
.sourcing-actions a{width:100%;justify-content:center}
.sourcing-new .sourcing-hero-image img{height:450px;min-height:0}
.sourcing-new .sourcing-hero-image figcaption{right:12px;left:12px;bottom:18px;width:auto}
.sourcing-section-head h2,.sourcing-expertise h2,.sourcing-faq h2{font-size:49px}
.sourcing-timeline{padding-left:42px;gap:70px}
.sourcing-timeline:before{left:16px}
.sourcing-timeline article{grid-template-columns:1fr;gap:0}
.sourcing-timeline article:nth-child(even)>div,.sourcing-timeline article:nth-child(even)>figure{grid-column:auto;grid-row:auto}
.sourcing-timeline article>div{padding:22px 0}
.sourcing-timeline figure,.sourcing-timeline article:nth-child(even) figure{height:245px;border-radius:28px}
.sourcing-step-number{left:-26px;top:28px;width:43px;height:43px;border-width:7px}
.sourcing-comparison{grid-template-columns:1fr}
.sourcing-comparison>i{top:50%;}
.sourcing-comparison article{padding:37px 25px}
.sourcing-expertise{min-height:0;padding:100px 20px}
.sourcing-area-grid{margin-top:55px;grid-template-columns:1fr 1fr}
.sourcing-area-grid article{min-height:250px}
.sourcing-story figure img{height:390px;border-radius:50px 18px}
.sourcing-story blockquote{font-size:40px}
.sourcing-faq-grid{gap:50px}
.sourcing-faq summary{font-size:21px}}
@media(max-width:480px){
.sourcing-area-grid{grid-template-columns:1fr}
.sourcing-area-grid article{min-height:230px}
.sourcing-timeline ul{grid-template-columns:1fr}
.sourcing-comparison>i{display:none}}
@media(prefers-reduced-motion:reduce){
.sourcing-timeline article{opacity:1;transform:none;transition:none}
.sourcing-new img,.sourcing-timeline img{transition:none}}
.sourcing-new{padding-top:clamp(190px,14vw,245px);padding-bottom:clamp(145px,11vw,190px);background:radial-gradient(circle at 24% 39%,rgba(230,127,179,.13),transparent 31%),radial-gradient(circle at 82% 31%,rgba(255,255,255,.88),transparent 30%),linear-gradient(122deg,#fdfaf6 0%,#faf4ef 54%,#f8eee9 100%)}
.sourcing-new .sourcing-hero-grid{position:relative;z-index:2;gap:clamp(95px,9vw,155px)}
.sourcing-watermark{position:absolute;z-index:0;left:3vw;top:21%;color:#8f626f;font:700 clamp(75px,11vw,180px)/1 Manrope,sans-serif;letter-spacing:-.07em;text-transform:uppercase;opacity:.035;white-space:nowrap;pointer-events:none}
.sourcing-architecture{position:absolute;z-index:0;left:2%;bottom:3%;width:48%;height:42%;opacity:.07;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 350'%3E%3Cg fill='none' stroke='%23936c68' stroke-width='1'%3E%3Cpath d='M20 320V190l130-95 130 95v130M95 320v-78h110v78M315 320V155l115-85 115 85v165M370 220h120M585 320V205l85-62 85 62v115'/%3E%3Cpath d='M0 320h800M150 95V52M430 70V25'/%3E%3C/g%3E%3C/svg%3E") bottom left/contain no-repeat}
.sourcing-new .sourcing-hero-copy{position:relative;animation:sourcingHeroRise .95s .08s cubic-bezier(.16,1,.3,1) both}
.sourcing-new .sourcing-hero-copy h1{max-width:720px;margin:29px 0 45px;font-size:clamp(61px,6.05vw,95px);line-height:.93;letter-spacing:-.065em}
.sourcing-new .sourcing-hero-copy h1 em{margin-top:14px;font-size:1.2em;line-height:.82;letter-spacing:-.045em;background:linear-gradient(110deg,#514346 0%,#a5637b 38%,#cb819b 68%,#8d5268 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:sourcingHeroRise .95s .24s cubic-bezier(.16,1,.3,1) both}
.sourcing-new .sourcing-hero-copy>p{max-width:590px;margin-bottom:18px;font-size:14px;line-height:2}
.sourcing-hero-trust{max-width:590px;margin-top:34px;padding:24px 0;display:grid;grid-template-columns:1fr 1fr;gap:17px 30px;border-top:1px solid rgba(113,87,79,.16);border-bottom:1px solid rgba(113,87,79,.16)}
.sourcing-hero-trust span{display:flex;align-items:center;gap:11px;color:#665c58;font-size:9px;opacity:0;animation:sourcingTrustIn .7s cubic-bezier(.16,1,.3,1) forwards}
.sourcing-hero-trust span:nth-child(1){animation-delay:.48s}
.sourcing-hero-trust span:nth-child(2){animation-delay:.58s}
.sourcing-hero-trust span:nth-child(3){animation-delay:.68s}
.sourcing-hero-trust span:nth-child(4){animation-delay:.78s}
.sourcing-hero-trust i{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border:1px solid rgba(184,104,133,.38);border-radius:50%;background:rgba(255,250,247,.7);color:#a85e78;font:normal 9px Manrope,sans-serif}
.sourcing-new .sourcing-actions{margin-top:39px;gap:14px}
.sourcing-new .sourcing-actions .route-button,.sourcing-new .sourcing-actions .sourcing-ghost-button{min-height:64px;padding-inline:31px;opacity:0;animation:sourcingHeroRise .75s .78s cubic-bezier(.16,1,.3,1) forwards}
.sourcing-new .sourcing-actions .route-button{border:1px solid rgba(165,88,116,.18);background:linear-gradient(115deg,#E67FB3,#f2bfd0);color:#3f3437;box-shadow:0 17px 36px rgba(160,88,115,.17)}
.sourcing-new .sourcing-actions .sourcing-ghost-button{border-color:rgba(91,70,67,.24);background:rgba(255,252,247,.7);animation-delay:.9s;box-shadow:0 8px 24px rgba(60,45,40,.04)}
.sourcing-new .sourcing-actions b{display:inline-block;margin-left:7px;transition:transform .35s}
.sourcing-new .sourcing-actions a:hover b{transform:translateX(5px)}
.sourcing-new .sourcing-hero-image{border-radius:122px 31px 122px 31px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(249,234,228,.78));box-shadow:0 55px 105px rgba(56,42,39,.2),0 15px 35px rgba(56,42,39,.09);animation:sourcingImageIn 1.15s .18s cubic-bezier(.16,1,.3,1) both}
.sourcing-new .sourcing-hero-image:after{content:"";position:absolute;inset:11px;border-radius:109px 22px 109px 22px;pointer-events:none;box-shadow:inset 0 0 65px rgba(104,67,54,.14),inset 0 1px rgba(255,255,255,.65)}
.sourcing-new .sourcing-hero-image img{border-radius:109px 22px 109px 22px;filter:saturate(.76) sepia(.045) contrast(.97) brightness(1.02);animation:sourcingImageDrift 12s 1.2s ease-in-out infinite alternate}
.sourcing-new .sourcing-hero-image:hover img{transform:none}
.sourcing-new .sourcing-hero-image figcaption{right:-38px;bottom:41px;width:315px;padding:28px 29px;gap:12px;border-radius:25px;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,247,243,.62));box-shadow:0 30px 70px rgba(53,39,43,.2),inset 0 1px rgba(255,255,255,.92);backdrop-filter:blur(24px) saturate(1.12);animation:sourcingCardIn .9s .75s cubic-bezier(.16,1,.3,1) both,sourcingCardFloat 7s 1.8s ease-in-out infinite}
.sourcing-new .sourcing-hero-image figcaption b{width:max-content;margin-bottom:2px;padding:7px 10px;border:1px solid rgba(178,100,129,.24);border-radius:99px;background:rgba(237,194,210,.45);color:#8d4e65;font-size:6px;letter-spacing:.12em;text-transform:uppercase}
.sourcing-new .sourcing-hero-image figcaption small{margin:2px 0 4px;font:600 23px "Cormorant Garamond",serif;letter-spacing:-.02em;text-transform:none}
.sourcing-new .sourcing-hero-image figcaption span{display:flex;align-items:center;gap:10px;font-size:9px}
.sourcing-new .sourcing-hero-image figcaption span i{width:22px;height:22px;display:grid;place-items:center;flex:0 0 22px;border:1px solid rgba(184,104,133,.3);border-radius:50%;color:#a45a75;font:normal 9px Manrope,sans-serif}
@keyframes sourcingHeroRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes sourcingTrustIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes sourcingImageIn{from{opacity:0;transform:scale(.98) translateY(18px)}to{opacity:1;transform:none}}
@keyframes sourcingImageDrift{from{transform:scale(1)}to{transform:scale(1.025)}}
@keyframes sourcingCardIn{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@keyframes sourcingCardFloat{0%,100%{margin-bottom:0}50%{margin-bottom:5px}}
@media(max-width:1050px){
.sourcing-watermark{top:12%}
.sourcing-new .sourcing-hero-copy>p,.sourcing-hero-trust{max-width:680px}
.sourcing-new .sourcing-hero-image figcaption{right:18px}}
@media(max-width:760px){
.sourcing-new{padding-top:145px;padding-bottom:105px}
.sourcing-watermark{left:15px;top:115px;font-size:65px;white-space:normal}
.sourcing-architecture{display:none}
.sourcing-new .sourcing-hero-copy h1{margin-bottom:35px;font-size:51px}
.sourcing-new .sourcing-hero-copy h1 em{font-size:1.12em}
.sourcing-hero-trust{grid-template-columns:1fr;margin-top:29px;padding:21px 0;gap:12px}
.sourcing-new .sourcing-actions{margin-top:31px}
.sourcing-new .sourcing-hero-image{border-radius:62px 20px}
.sourcing-new .sourcing-hero-image img,.sourcing-new .sourcing-hero-image:after{border-radius:52px 13px}
.sourcing-new .sourcing-hero-image figcaption{right:14px;left:14px;width:auto;padding:23px}
.sourcing-new .sourcing-hero-image figcaption small{font-size:21px}}
@media(prefers-reduced-motion:reduce){
.sourcing-new .sourcing-hero-copy,.sourcing-new .sourcing-hero-copy h1 em,.sourcing-hero-trust span,.sourcing-new .sourcing-actions a,.sourcing-new .sourcing-hero-image,.sourcing-new .sourcing-hero-image img,.sourcing-new .sourcing-hero-image figcaption{opacity:1;animation:none;transform:none}}
.sourcing-journey{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 16% 13%,rgba(230,127,179,.12),transparent 24%),linear-gradient(135deg,#fcf9f4,#f8f1eb)}
.sourcing-journey:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.15;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.045'/%3E%3C/svg%3E")}
.sourcing-journey .sourcing-section-head{max-width:760px;margin-bottom:clamp(46px,4.5vw,68px);padding-bottom:34px;position:relative}
.sourcing-journey .sourcing-section-head:after{content:"";position:absolute;left:0;bottom:0;width:125px;height:1px;background:linear-gradient(90deg,#b86a86,#E67FB3,transparent)}
.sourcing-journey .sourcing-section-head h2{margin-bottom:32px;font-size:clamp(50px,5.3vw,76px)}
.sourcing-journey .sourcing-section-head h2 em{font-size:1.08em;letter-spacing:-.035em}
.sourcing-journey .sourcing-section-head>p{max-width:600px}
.sourcing-timeline{--sourcing-progress:0%;gap:clamp(48px,5.5vw,76px)}
.sourcing-timeline:before,.sourcing-timeline-progress{position:absolute;z-index:0;left:50%;top:0;width:2px;transform:translateX(-50%);border-radius:99px}
.sourcing-timeline:before{bottom:0;background:linear-gradient(#ead9df,#dec0cb,#ead9df)}
.sourcing-timeline-progress{height:var(--sourcing-progress);background:linear-gradient(#E67FB3,#b96986 55%,#E67FB3);box-shadow:0 0 18px rgba(185,105,134,.28);transition:height .18s linear}
.sourcing-timeline article{min-height:310px;gap:clamp(75px,8vw,125px)}
.sourcing-timeline article:before{content:attr(data-stage);position:absolute;z-index:-1;left:3%;top:4%;color:#a86a7d;font:600 115px/1 "Cormorant Garamond",serif;opacity:.035}
.sourcing-timeline article:nth-child(even):before{left:auto;right:3%}
.sourcing-timeline article>div{position:relative;padding:clamp(31px,4vw,56px)}
.sourcing-timeline article>div:after{content:"";position:absolute;left:clamp(31px,4vw,56px);right:clamp(31px,4vw,56px);bottom:17px;height:1px;background:linear-gradient(90deg,rgba(185,105,134,.3),transparent)}
.sourcing-timeline h3{margin:15px 0 18px}
.sourcing-timeline article>div>p{margin-bottom:0}
.sourcing-timeline ul{margin-top:22px;padding-top:20px;gap:9px 11px}
.sourcing-timeline li{min-height:36px;padding:9px 12px;display:flex;align-items:center;border:1px solid rgba(199,151,166,.25);border-radius:999px;background:rgba(255,252,248,.62);box-shadow:0 5px 15px rgba(67,49,44,.035);font-size:8px;opacity:0;transform:translateY(8px);transition:opacity .5s,transform .5s,background .35s}
.sourcing-timeline article.is-visible li{opacity:1;transform:none}
.sourcing-timeline article.is-visible li:nth-child(2){transition-delay:.09s}
.sourcing-timeline article.is-visible li:nth-child(3){transition-delay:.18s}
.sourcing-timeline article.is-visible li:nth-child(4){transition-delay:.27s}
.sourcing-timeline li:hover{background:#f5dce5}
.sourcing-timeline figure{height:285px;border:1px solid rgba(255,255,255,.75);border-radius:70px 23px;padding:8px;background:rgba(255,255,255,.48);box-shadow:0 30px 65px rgba(61,45,40,.15),0 8px 22px rgba(61,45,40,.07)}
.sourcing-timeline article:nth-child(even) figure{border-radius:23px 70px}
.sourcing-timeline figure:after{content:"";position:absolute;inset:8px;border-radius:61px 16px;pointer-events:none;box-shadow:inset 0 0 38px rgba(68,42,35,.12),inset 0 1px rgba(255,255,255,.55)}
.sourcing-timeline article:nth-child(even) figure:after{border-radius:16px 61px}
.sourcing-timeline figure{position:relative}
.sourcing-timeline img{height:calc(100% + 24px);border-radius:61px 16px;filter:saturate(.74) sepia(.045) contrast(.97);transform:translateY(calc(-12px + var(--sourcing-image-y,0px))) scale(1.01);transition:transform .35s linear,filter .7s}
.sourcing-timeline article:nth-child(even) img{border-radius:16px 61px}
.sourcing-timeline article:hover img{transform:translateY(calc(-12px + var(--sourcing-image-y,0px))) scale(1.045);filter:saturate(.84) sepia(.025)}
.sourcing-step-number{width:56px;height:56px;border:7px solid #fbf7f2;background:linear-gradient(145deg,#f7dce5,#E67FB3);color:#6d4050;box-shadow:0 0 0 1px rgba(255,255,255,.9),0 0 0 2px #cc839d,0 0 24px rgba(191,108,138,.25);transition:transform .45s,box-shadow .45s}
.sourcing-timeline article.is-active .sourcing-step-number{animation:sourcingMarkerPulse 2.4s ease-in-out infinite}
@keyframes sourcingMarkerPulse{0%,100%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 0 1px rgba(255,255,255,.9),0 0 0 2px #cc839d,0 0 24px rgba(191,108,138,.2)}50%{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 0 0 1px rgba(255,255,255,.9),0 0 0 2px #c27691,0 0 34px rgba(191,108,138,.38)}}
@media(max-width:850px){
.sourcing-timeline:before,.sourcing-timeline-progress{left:16px}
.sourcing-timeline article{min-height:0}}
@media(max-width:760px){
.sourcing-journey .sourcing-section-head{margin-bottom:45px}
.sourcing-timeline{gap:48px}
.sourcing-timeline:before,.sourcing-timeline-progress{left:16px}
.sourcing-timeline article>div{padding:22px 0 27px}
.sourcing-timeline article>div:after{left:0;right:0;bottom:8px}
.sourcing-timeline figure,.sourcing-timeline article:nth-child(even) figure{height:225px;padding:6px;border-radius:30px}
.sourcing-timeline figure:after,.sourcing-timeline article:nth-child(even) figure:after,.sourcing-timeline img,.sourcing-timeline article:nth-child(even) img{border-radius:24px}
.sourcing-step-number{left:-26px;width:46px;height:46px;border-width:6px}}
@media(prefers-reduced-motion:reduce){
.sourcing-timeline article.is-active .sourcing-step-number{animation:none}
.sourcing-timeline li{opacity:1;transform:none;transition:none}
.sourcing-timeline img{transform:translateY(-12px) scale(1.01);transition:none}}
.sourcing-difference{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(145px,10vw,185px);padding-bottom:clamp(145px,10vw,185px);background:radial-gradient(circle at 78% 38%,rgba(151,72,105,.2),transparent 34%),radial-gradient(circle at 16% 18%,rgba(197,127,103,.09),transparent 28%),linear-gradient(135deg,#302d30 0%,#372d34 55%,#432c39 100%);color:#fff}
.sourcing-difference:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.08;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.55' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E")}
.sourcing-difference-lines{position:absolute;z-index:-1;inset:0;opacity:.055;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 800'%3E%3Cg fill='none' stroke='%23f4d7e1' stroke-width='1'%3E%3Cpath d='M-20 180C180 40 320 310 510 145s350 55 510-40 300 90 420-20M-50 260C170 125 350 390 560 225s340 60 510-25 270 65 390-30M-10 610C190 480 330 720 535 565s345 40 525-35 250 55 370-25'/%3E%3Cpath d='M1080 800V590l115-82 115 82v210M1135 800v-120h120v120'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}
.sourcing-difference-head{max-width:800px;margin-bottom:clamp(70px,7vw,105px)}
.sourcing-difference-head .route-kicker{color:#E67FB3}
.sourcing-difference-head h2{margin:24px 0 35px;font-size:clamp(58px,6.4vw,91px);line-height:.84;letter-spacing:-.065em}
.sourcing-difference-head h2 em{display:block;margin:3px 0 0 8%;color:#E67FB3;font-family:"Cormorant Garamond",serif;font-size:1.04em;font-weight:500;letter-spacing:-.04em}
.sourcing-difference-head p{max-width:650px;color:#d5ccca;font-size:13px;line-height:1.9}
.sourcing-comparison{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,4vw,62px);align-items:stretch}
.sourcing-comparison article{position:relative;min-height:0;padding:clamp(42px,5vw,66px);border-radius:40px;transition:transform .5s,box-shadow .5s,border-color .5s}
.sourcing-comparison article:hover{transform:translateY(-7px)}
.sourcing-comparison-traditional{border-color:rgba(255,255,255,.09)!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;box-shadow:0 24px 60px rgba(0,0,0,.11)!important;opacity:.88}
.sourcing-comparison-signature{border-color:rgba(230,127,179,.42)!important;background:radial-gradient(circle at 88% 8%,rgba(230,127,179,.19),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.105),rgba(111,55,77,.13))!important;box-shadow:0 34px 80px rgba(18,8,13,.24),0 0 50px rgba(199,105,142,.08)!important}
.sourcing-comparison-signature:hover{border-color:rgba(230,127,179,.68)!important;box-shadow:0 42px 90px rgba(18,8,13,.28),0 0 60px rgba(199,105,142,.15)!important}
.sourcing-comparison-icon{width:48px;height:48px;margin-bottom:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.035);color:#aa9da0;font:normal 20px "Cormorant Garamond",serif;transition:transform .45s,background .45s}
.sourcing-comparison-signature .sourcing-comparison-icon{border-color:rgba(230,127,179,.38);background:rgba(230,127,179,.12);color:#E67FB3}
.sourcing-comparison article:hover .sourcing-comparison-icon{transform:rotate(-6deg) scale(1.06)}
.sourcing-signature-badge{position:absolute;right:29px;top:29px;padding:8px 11px;border:1px solid rgba(230,127,179,.28);border-radius:99px;background:rgba(230,127,179,.11);color:#E67FB3;font-size:6px;letter-spacing:.12em;text-transform:uppercase}
.sourcing-comparison article>small{color:#c5b7b9;font-size:7px;letter-spacing:.15em}
.sourcing-comparison-signature>small{color:#E67FB3}
.sourcing-comparison h3{margin:15px 0 29px;font-size:clamp(34px,3.2vw,47px);letter-spacing:-.025em}
.sourcing-comparison ul{border-top:1px solid rgba(255,255,255,.11)}
.sourcing-comparison li{min-height:74px;padding:15px 4px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:9px;border-top:0;border-bottom:1px solid rgba(255,255,255,.085);transition:background .35s,padding .35s;animation:sourcingCompareRow .65s both}
.sourcing-comparison li:nth-child(2){animation-delay:.08s}
.sourcing-comparison li:nth-child(3){animation-delay:.16s}
.sourcing-comparison li:nth-child(4){animation-delay:.24s}
.sourcing-comparison li:hover{padding-left:11px;background:rgba(255,255,255,.035)}
.sourcing-comparison li>span{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:50%;color:#9e9194;font-size:9px;transition:transform .35s}
.sourcing-comparison-signature li>span{border-color:rgba(230,127,179,.35);background:rgba(230,127,179,.08);color:#E67FB3}
.sourcing-comparison li:hover>span{transform:scale(1.08)}
.sourcing-comparison li div{display:grid;gap:5px}
.sourcing-comparison li div small{color:#95898b;font-size:6px;letter-spacing:.1em;text-transform:uppercase}
.sourcing-comparison-signature li div small{color:#ba9ba7}
.sourcing-comparison li div strong{color:#d7cecc;font-size:10px;font-weight:500;line-height:1.5}
.sourcing-comparison-signature li div strong{color:#fff7f4}
.sourcing-comparison-divider{position:absolute;z-index:3;left:50%;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(230,127,179,.4) 15%,rgba(230,127,179,.4) 85%,transparent);transform:translateX(-50%);animation:sourcingDividerGrow 1.1s .2s both}
.sourcing-comparison-divider span{position:absolute;left:50%;top:50%;width:51px;height:51px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(79,52,65,.65);color:#E67FB3;font:600 13px "Cormorant Garamond",serif;box-shadow:0 10px 28px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.18);backdrop-filter:blur(15px);transform:translate(-50%,-50%)}
.sourcing-comparison-cta{margin-top:clamp(55px,6vw,85px);padding-top:clamp(40px,4vw,58px);display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px;border-top:1px solid rgba(255,255,255,.13)}
.sourcing-comparison-cta small{color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.sourcing-comparison-cta h3{max-width:720px;margin:15px 0 13px;font:600 clamp(34px,3.8vw,52px)/1 "Cormorant Garamond",serif;letter-spacing:-.035em}
.sourcing-comparison-cta p{max-width:650px;color:#c9bfbd;font-size:11px;line-height:1.8}
.sourcing-comparison-cta nav{display:flex;align-items:center;gap:12px}
.sourcing-comparison-cta .route-button,.sourcing-comparison-cta .sourcing-ghost-button{min-height:60px;margin:0;white-space:nowrap}
.sourcing-comparison-cta .sourcing-ghost-button{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.055);color:#fff}
@keyframes sourcingCompareRow{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes sourcingDividerGrow{from{opacity:0;transform:translateX(-50%) scaleY(0)}to{opacity:1;transform:translateX(-50%) scaleY(1)}}
@media(max-width:900px){
.sourcing-comparison-cta{grid-template-columns:1fr;align-items:start}
.sourcing-comparison-cta nav{flex-wrap:wrap}}
@media(max-width:760px){
.sourcing-difference{padding-top:105px;padding-bottom:105px}
.sourcing-difference-head{margin-bottom:55px}
.sourcing-difference-head h2{font-size:53px}
.sourcing-difference-head h2 em{margin-left:0;margin-top:8px}
.sourcing-comparison{grid-template-columns:1fr;gap:22px}
.sourcing-comparison-divider{display:none}
.sourcing-comparison article{padding:36px 23px;border-radius:30px}
.sourcing-comparison-cta{margin-top:53px;gap:28px}
.sourcing-comparison-cta nav{align-items:stretch;flex-direction:column}
.sourcing-comparison-cta nav a{width:100%;justify-content:center}
.sourcing-signature-badge{right:20px;top:20px}}
@media(prefers-reduced-motion:reduce){
.sourcing-comparison li,.sourcing-comparison-divider{animation:none}
.sourcing-comparison article,.sourcing-comparison-icon,.sourcing-comparison li,.sourcing-comparison li>span{transition:none}}
.sourcing-local{position:relative;isolation:isolate;min-height:0;padding:clamp(145px,10vw,185px) max(4vw,24px);overflow:hidden;background:radial-gradient(circle at 15% 24%,rgba(230,127,179,.16),transparent 27%),radial-gradient(circle at 88% 68%,rgba(214,164,130,.09),transparent 28%),linear-gradient(135deg,#fdfaf6,#f8f0eb);color:#3e3735}
.sourcing-local:before{content:"";position:absolute;z-index:-1;inset:0;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E")}
.sourcing-local>.sourcing-local-backdrop{position:absolute;z-index:-1;inset:0 0 auto;margin:0;height:540px;overflow:hidden;background:transparent;opacity:.075}
.sourcing-local>.sourcing-local-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(#f8f1eb 0%,transparent 22%,#f8f1eb 94%)}
.sourcing-local>.sourcing-local-backdrop img{width:100%;height:100%;object-fit:cover;filter:saturate(.55) sepia(.1);transform:scale(1.04)}
.sourcing-local>.route-inner{position:relative;z-index:1}
.sourcing-local-head{max-width:800px}
.sourcing-local-head .route-kicker{color:#a75e78}
.sourcing-local-head h2{margin:22px 0 30px;color:#3e3735;font-size:clamp(57px,6.2vw,88px);line-height:.91;letter-spacing:-.06em}
.sourcing-local-head h2 em{color:#b56883;font-family:"Cormorant Garamond",serif;font-weight:500}
.sourcing-local-head p{max-width:650px;color:#706662;font-size:13px;line-height:1.95}
.sourcing-local-stage{margin-top:clamp(75px,7vw,105px);display:grid;grid-template-columns:260px minmax(0,1fr);align-items:end;gap:clamp(28px,4vw,58px)}
.sourcing-local-insight{position:relative;margin-bottom:17px;padding:31px 27px;border:1px solid rgba(188,144,128,.2);border-radius:29px;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(249,234,230,.62));box-shadow:0 24px 60px rgba(67,48,42,.09),inset 0 1px rgba(255,255,255,.9);backdrop-filter:blur(14px)}
.sourcing-local-insight:before{content:"“";position:absolute;right:19px;top:5px;color:#E67FB3;font:70px "Cormorant Garamond",serif;opacity:.38}
.sourcing-local-insight small{color:#a35c76;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sourcing-local-insight p{margin:23px 0 25px;color:#574e4b;font:500 21px/1.42 "Cormorant Garamond",serif}
.sourcing-local-insight span{color:#978883;font-size:6px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.sourcing-carousel-wrap{position:relative;min-width:0}
.sourcing-carousel-controls{margin-bottom:19px;display:flex;justify-content:flex-end;gap:8px}
.sourcing-carousel-controls button{width:46px;height:46px;display:grid;place-items:center;border:1px solid #d9c8bf;border-radius:50%;background:rgba(255,252,248,.8);color:#6f5f5c;font-size:16px;box-shadow:0 8px 20px rgba(65,47,42,.055);transition:.35s}
.sourcing-carousel-controls button:hover{transform:translateY(-3px);border-color:#c67b96;background:#f2d9e2;color:#874c61}
.sourcing-area-carousel{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:6px 7px 28px 2px;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}
.sourcing-area-carousel::-webkit-scrollbar{display:none}
.sourcing-area-carousel>article{flex:0 0 calc((100% - 40px)/3.5);min-width:245px;scroll-snap-align:start;animation:sourcingAreaReveal .75s both}
.sourcing-area-carousel>article:nth-child(2){animation-delay:.08s}
.sourcing-area-carousel>article:nth-child(3){animation-delay:.16s}
.sourcing-area-carousel>article:nth-child(4){animation-delay:.24s}
.sourcing-area-carousel figure{position:relative;height:430px;margin:0;overflow:hidden;border:7px solid rgba(255,253,249,.85);border-radius:31px;background:#ded6d0;box-shadow:0 24px 55px rgba(59,43,39,.13);transition:transform .5s,box-shadow .5s}
.sourcing-area-carousel article:hover figure{transform:translateY(-8px);box-shadow:0 35px 72px rgba(59,43,39,.19)}
.sourcing-area-carousel figure>img{width:100%;height:100%;object-fit:cover;filter:saturate(.77) sepia(.035) contrast(.97);transition:transform 1.1s,filter 1.1s}
.sourcing-area-carousel article:hover figure>img{transform:scale(1.055);filter:saturate(.86) sepia(.02)}
.sourcing-area-carousel figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:23px 20px 20px;border:1px solid rgba(255,255,255,.55);border-radius:22px;background:linear-gradient(145deg,rgba(48,42,42,.8),rgba(54,42,46,.67));color:#fff;box-shadow:0 12px 30px rgba(22,15,16,.18);backdrop-filter:blur(15px)}
.sourcing-area-carousel figcaption>small{color:#E67FB3;font-size:6px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.sourcing-area-carousel h3{margin:9px 0 6px;font:600 31px/1 "Cormorant Garamond",serif;transition:transform .4s}
.sourcing-area-carousel article:hover h3{transform:translateX(3px)}
.sourcing-area-carousel p{min-height:42px;margin:0;color:#e1d8d5;font-size:8px;line-height:1.6}
.sourcing-area-carousel ul{margin:14px 0;padding:12px 0 0;display:flex;flex-wrap:wrap;gap:6px 11px;border-top:1px solid rgba(255,255,255,.13);list-style:none}
.sourcing-area-carousel li{color:#d9ceca;font-size:6px}
.sourcing-area-carousel li span{margin-right:4px;color:#E67FB3}
.sourcing-area-carousel a{width:max-content;margin-top:14px;padding-bottom:4px;display:block;border-bottom:1px solid rgba(230,127,179,.7);font-size:7px;font-weight:800;text-transform:uppercase}
.sourcing-area-carousel a b{display:inline-block;margin-left:6px;transition:transform .35s}
.sourcing-area-carousel a:hover b{transform:translateX(5px)}
@keyframes sourcingAreaReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:1100px){
.sourcing-local-stage{grid-template-columns:1fr}
.sourcing-local-insight{max-width:650px;margin:0}
.sourcing-area-carousel>article{flex-basis:calc((100% - 26px)/2.7)}}
@media(max-width:760px){
.sourcing-local{padding:105px 20px}
.sourcing-local-head h2{font-size:51px}
.sourcing-local-stage{margin-top:58px;gap:35px}
.sourcing-local-insight{padding:27px 23px}
.sourcing-carousel-controls{justify-content:flex-start}
.sourcing-area-carousel{margin-right:-20px;padding-right:20px}
.sourcing-area-carousel>article{flex-basis:82%;min-width:270px}
.sourcing-area-carousel figure{height:410px}}
@media(prefers-reduced-motion:reduce){
.sourcing-area-carousel>article{animation:none}
.sourcing-carousel-controls button,.sourcing-area-carousel figure,.sourcing-area-carousel img,.sourcing-area-carousel h3,.sourcing-area-carousel a b{transition:none}}
.route-inner>h2:has(+ #related),#related{display:none!important}
.area-guide-preview{display:none!important}
.area-guide-panorama{padding-top:clamp(64px,6vw,92px)}
.sourcing-case-study{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(145px,10vw,185px);padding-bottom:clamp(145px,10vw,185px);background:radial-gradient(circle at 18% 42%,rgba(230,127,179,.15),transparent 27%),linear-gradient(135deg,#fdfaf6,#f8f0eb)}
.sourcing-case-study:before{content:"“";position:absolute;z-index:-1;right:2%;top:7%;color:#a86079;font:500 360px/1 "Cormorant Garamond",serif;opacity:.035}
.sourcing-case-study .sourcing-story-grid{grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(75px,9vw,145px)}
.sourcing-case-visual{position:sticky;top:135px}
.sourcing-case-glow{position:absolute;z-index:-1;left:-12%;right:-12%;top:10%;bottom:5%;border-radius:50%;background:radial-gradient(circle,rgba(230,127,179,.28),transparent 68%);filter:blur(12px)}
.sourcing-case-study .sourcing-case-visual figure{position:relative;margin:0;padding:9px;border:1px solid rgba(255,255,255,.85);border-radius:108px 28px 108px 28px;background:rgba(255,255,255,.58);box-shadow:0 38px 85px rgba(62,45,40,.17),0 12px 28px rgba(62,45,40,.07)}
.sourcing-case-study .sourcing-case-visual img{width:100%;height:660px;display:block;object-fit:cover;border-radius:98px 20px 98px 20px;filter:saturate(.75) sepia(.04) contrast(.97);box-shadow:none;transition:transform 1s,filter 1s}
.sourcing-case-study .sourcing-case-visual figure:hover img{transform:scale(1.018);filter:saturate(.83) sepia(.025)}
.sourcing-case-visual figure>b{position:absolute;right:-20px;top:42px;padding:10px 14px;border:1px solid rgba(255,255,255,.68);border-radius:99px;background:rgba(255,249,246,.75);color:#96536c;font-size:7px;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 15px 35px rgba(67,48,43,.13);backdrop-filter:blur(15px)}
.sourcing-case-study .sourcing-case-visual figcaption{margin:19px 0 0 20px;color:#736763;font:italic 24px/1.15 "Cormorant Garamond",serif;transform:rotate(-1deg)}
.sourcing-case-content{animation:sourcingCaseRise .9s .12s both}
.sourcing-case-content>h2{max-width:870px;margin:22px 0 42px;font-size:clamp(48px,5.2vw,75px);line-height:.94;letter-spacing:-.055em}
.sourcing-case-content>h2 em{display:block;color:#b56783;font-family:"Cormorant Garamond",serif;font-weight:500}
.sourcing-case-content blockquote{position:relative;margin:0 0 38px;padding:33px 0 33px 49px;border-top:1px solid #dfcbd2;border-bottom:1px solid #dfcbd2;font-size:inherit}
.sourcing-case-content blockquote>span{position:absolute;left:0;top:19px;color:#E67FB3;font:500 66px/1 "Cormorant Garamond",serif}
.sourcing-case-content blockquote p{max-width:760px;margin:0;color:#4a4140;font:500 clamp(28px,3vw,39px)/1.22 "Cormorant Garamond",serif;letter-spacing:-.025em}
.sourcing-case-content blockquote p em{display:block;margin-top:11px;color:#a95f79;font-weight:500}
.sourcing-case-facts{margin:0;padding:28px;border:1px solid rgba(192,151,137,.22);border-radius:29px;display:grid;grid-template-columns:repeat(5,1fr);background:linear-gradient(145deg,rgba(255,255,255,.75),rgba(247,232,228,.62));box-shadow:0 22px 55px rgba(66,48,42,.07),inset 0 1px rgba(255,255,255,.9)}
.sourcing-case-facts div{padding:3px 15px}
.sourcing-case-facts div+div{border-left:1px solid #decfc7}
.sourcing-case-facts dt{color:#a26078;font-size:6px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.sourcing-case-facts dd{margin:9px 0 0;color:#4c4340;font:600 17px/1.3 "Cormorant Garamond",serif}
.sourcing-case-narrative{margin-top:38px;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:start}
.sourcing-case-content .sourcing-case-narrative>p{margin:0;color:#706662;font-size:11px;line-height:1.95}
.sourcing-case-narrative strong{padding-left:28px;border-left:1px solid #E67FB3;color:#514746;font:500 23px/1.35 "Cormorant Garamond",serif}
.sourcing-case-narrative strong em{display:block;margin-top:7px;color:#ad637d;font-weight:500}
.sourcing-case-cta{margin-top:45px;padding-top:39px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:45px;border-top:1px solid #dccbc3}
.sourcing-case-cta h3{max-width:620px;margin:0 0 11px;font:600 31px/1.05 "Cormorant Garamond",serif}
.sourcing-case-content .sourcing-case-cta p{max-width:600px;margin:0;color:#746965;font-size:9px;line-height:1.75}
.sourcing-case-cta nav{display:flex;align-items:center;gap:10px}
.sourcing-case-cta .route-button,.sourcing-case-cta .sourcing-ghost-button{min-height:58px;margin:0;padding-inline:23px;white-space:nowrap}
@keyframes sourcingCaseRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@media(max-width:1250px){
.sourcing-case-study .sourcing-story-grid{grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:60px}
.sourcing-case-facts{grid-template-columns:repeat(3,1fr)}
.sourcing-case-facts div:nth-child(4){border-left:0}
.sourcing-case-facts div:nth-child(n+4){margin-top:18px;padding-top:18px;border-top:1px solid #decfc7}
.sourcing-case-cta{grid-template-columns:1fr}
.sourcing-case-cta nav{justify-content:flex-start}}
@media(max-width:900px){
.sourcing-case-study .sourcing-story-grid{grid-template-columns:1fr}
.sourcing-case-visual{position:relative;top:auto;max-width:680px}
.sourcing-case-study .sourcing-case-visual img{height:560px}
.sourcing-case-content>h2{margin-top:20px}
.sourcing-case-facts{grid-template-columns:repeat(2,1fr)}
.sourcing-case-facts div:nth-child(3){border-left:0}
.sourcing-case-facts div:nth-child(4){border-left:1px solid #decfc7}
.sourcing-case-facts div:nth-child(n+3){margin-top:18px;padding-top:18px;border-top:1px solid #decfc7}
.sourcing-case-narrative{grid-template-columns:1fr}
.sourcing-case-narrative strong{padding-left:0;padding-top:22px;border-left:0;border-top:1px solid #E67FB3}}
@media(max-width:620px){
.sourcing-case-study{padding-top:100px;padding-bottom:100px}
.sourcing-case-study .sourcing-case-visual img{height:420px;border-radius:54px 15px}
.sourcing-case-study .sourcing-case-visual figure{border-radius:62px 22px}
.sourcing-case-visual figure>b{right:8px;top:24px}
.sourcing-case-content>h2{font-size:45px}
.sourcing-case-content blockquote{padding-left:37px}
.sourcing-case-content blockquote p{font-size:27px}
.sourcing-case-facts{padding:21px 14px}
.sourcing-case-facts div{padding-inline:9px}
.sourcing-case-facts dd{font-size:16px}
.sourcing-case-cta nav{align-items:stretch;flex-direction:column}
.sourcing-case-cta nav a{width:100%;justify-content:center;white-space:normal;text-align:center}}
@media(prefers-reduced-motion:reduce){
.sourcing-case-content{animation:none}
.sourcing-case-study .sourcing-case-visual img{transition:none}}
.area-breadcrumb{padding-top:145px;display:flex;align-items:center;gap:10px;color:#8c7e78;font-size:8px;text-transform:uppercase}
.area-breadcrumb b{color:#a65c76}
.area-guide-hero{padding:70px max(4vw,24px) 100px;background:radial-gradient(circle at 82% 18%,rgba(230,127,179,.2),transparent 29%),linear-gradient(130deg,#fdfaf6,#f8f0eb)}
.area-guide-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.72fr);align-items:end;gap:clamp(70px,8vw,130px)}
.area-guide-hero h1{margin:23px 0 34px;font-size:clamp(75px,8vw,118px);line-height:.82;letter-spacing:-.075em}
.area-guide-hero h1 em{display:block;color:#b66783;font-family:"Cormorant Garamond",serif;font-weight:500;letter-spacing:-.045em}
.area-guide-hero p{max-width:650px;color:#706662;font-size:14px;line-height:1.9}
.area-guide-hero nav,.area-guide-final nav{margin-top:36px;display:flex;align-items:center;gap:13px}
.area-guide-hero .route-button,.area-guide-final .route-button{margin:0}
.area-guide-ghost{min-height:59px;padding:0 27px;display:inline-flex;align-items:center;gap:15px;border:1px solid #d7c5bc;border-radius:99px;background:rgba(255,252,248,.64);font-size:8px;font-weight:800;text-transform:uppercase;transition:.35s}
.area-guide-ghost:hover{transform:translateY(-3px);border-color:#c47792;background:#fff}
.area-guide-stats{padding:29px;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(198,154,139,.23);border-radius:32px;background:rgba(255,253,249,.7);box-shadow:0 30px 70px rgba(66,47,42,.1),inset 0 1px #fff;backdrop-filter:blur(14px)}
.area-guide-stats div{min-height:91px;padding:18px}
.area-guide-stats div:nth-child(even){border-left:1px solid #e2d5ce}
.area-guide-stats div:nth-child(n+3){border-top:1px solid #e2d5ce}
.area-guide-stats small,.area-guide-heading .route-kicker{display:block;color:#a35b75;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.area-guide-stats strong{display:block;margin-top:10px;font:600 20px "Cormorant Garamond",serif}
.area-guide-panorama{margin-top:0;padding-bottom:clamp(105px,8vw,145px)}
.area-guide-panorama figure{position:relative;height:min(68vh,720px);margin:0;overflow:hidden;border:10px solid #fffaf6;border-radius:38px;box-shadow:0 40px 90px rgba(58,43,38,.16)}
.area-guide-panorama img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(.97);animation:areaPanoramaIn 1s .1s both}
.area-guide-panorama figure:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(34,29,28,.5))}
.area-guide-panorama figcaption{position:absolute;z-index:2;left:35px;bottom:30px;padding:15px 19px;border:1px solid rgba(255,255,255,.45);border-radius:18px;background:rgba(45,38,38,.48);color:#fff;font:italic 18px "Cormorant Garamond",serif;backdrop-filter:blur(13px)}
.area-guide-reasons{background:#f9f2ed}
.area-guide-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(75px,9vw,145px)}
.area-guide-split header h2,.area-guide-heading h2,.area-guide-expertise h2,.area-guide-faq h2{margin:20px 0 27px;font-size:clamp(52px,5.7vw,81px);line-height:.93;letter-spacing:-.055em}
.area-guide-split h2 em,.area-guide-heading h2 em,.area-guide-expertise h2 em,.area-guide-faq h2 em,.area-guide-final h2 em{color:#b56783;font-family:"Cormorant Garamond",serif;font-weight:500}
.area-guide-split header p,.area-guide-heading>p{max-width:620px;color:#706662;font-size:12px;line-height:1.9}
.area-guide-split>div{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.area-guide-split article{min-height:230px;padding:30px;border:1px solid #e2d5cd;border-radius:27px;background:linear-gradient(145deg,#fffdf9,#f8eee9);box-shadow:0 16px 38px rgba(65,48,42,.055);transition:.4s}
.area-guide-split article:hover{transform:translateY(-6px);box-shadow:0 25px 52px rgba(65,48,42,.11)}
.area-guide-split article i,.area-guide-lifestyles article i{width:44px;height:44px;display:grid;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:#f5dde6;color:#99546d;font:normal 17px "Cormorant Garamond",serif}
.area-guide-split article h3{margin:35px 0 12px;font:600 25px "Cormorant Garamond",serif}
.area-guide-split article p{color:#756a66;font-size:10px;line-height:1.75}
.area-guide-heading{max-width:820px;margin-bottom:clamp(65px,7vw,100px)}
.area-guide-explore{background:#fdfaf6}
.area-guide-editorial{display:grid;gap:clamp(75px,8vw,115px)}
.area-guide-editorial article{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(75px,9vw,145px)}
.area-guide-editorial article:nth-child(even) figure{grid-column:2;grid-row:1}
.area-guide-editorial figure{height:385px;margin:0;overflow:hidden;border:8px solid #fff;border-radius:65px 22px;box-shadow:0 28px 65px rgba(59,44,39,.14)}
.area-guide-editorial article:nth-child(even) figure{border-radius:22px 65px}
.area-guide-editorial img{width:100%;height:100%;object-fit:cover;filter:saturate(.77);transition:transform 1s}
.area-guide-editorial article:hover img{transform:scale(1.035)}
.area-guide-editorial article>div{padding:30px}
.area-guide-editorial article>div>small{color:#a65d77;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.area-guide-editorial h3{margin:18px 0;font:600 clamp(38px,4vw,54px) "Cormorant Garamond",serif}
.area-guide-editorial p{max-width:590px;color:#6f6561;font-size:12px;line-height:1.9}
.area-guide-editorial aside{margin-top:25px;padding:21px 23px;border-left:2px solid #ce8aa2;background:#f7ece8;color:#665b58;font:italic 17px/1.55 "Cormorant Garamond",serif}
.area-guide-market{position:relative;overflow:hidden;background:linear-gradient(135deg,#302e30,#3c3036);color:#fff}
.area-guide-market .route-kicker{color:#E67FB3}
.area-guide-market .area-guide-heading p{color:#c9bfbc}
.area-market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:31px;background:rgba(255,255,255,.12)}
.area-market-grid article{min-height:175px;padding:30px;display:flex;flex-direction:column;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}
.area-market-grid small{color:#E67FB3;font:italic 15px "Cormorant Garamond",serif}
.area-market-grid span{margin-top:auto;color:#aaa0a0;font-size:7px;text-transform:uppercase}
.area-market-grid strong{margin-top:9px;color:#fff7f3;font:600 23px "Cormorant Garamond",serif}
.area-market-note{max-width:760px;margin:28px 0 0;color:#a99fa0;font-size:8px;line-height:1.7}
.area-guide-lifestyles{background:#f6ece6}
.area-guide-lifestyles>.route-inner>div{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.area-guide-lifestyles article{min-height:285px;padding:29px 23px;border:1px solid #dfd0c7;border-radius:27px;background:rgba(255,253,249,.72);transition:.4s}
.area-guide-lifestyles article:hover{transform:translateY(-6px);background:#fff}
.area-guide-lifestyles h3{margin:45px 0 12px;font:600 25px "Cormorant Garamond",serif}
.area-guide-lifestyles p{color:#706662;font-size:9px;line-height:1.75}
.area-guide-highlights{background:#fdfaf6;overflow:hidden}
.area-guide-highlights .area-guide-heading{max-width:none;display:grid;grid-template-columns:1fr auto;align-items:end}
.area-guide-highlights .area-guide-heading>span,.area-guide-highlights .area-guide-heading>h2{grid-column:1}
.area-guide-highlights .area-guide-heading nav{grid-column:2;grid-row:1/3;display:flex;gap:8px}
.area-guide-highlights button{width:47px;height:47px;border:1px solid #d8c8bf;border-radius:50%;background:#fffaf6;transition:.3s}
.area-guide-highlights button:hover{transform:translateY(-3px);background:#f1d7e0}
.area-highlight-track{display:flex;gap:17px;overflow-x:auto;padding:5px max(20px,calc((100vw - 1400px)/2)) 28px;scroll-snap-type:x mandatory;scrollbar-width:none}
.area-highlight-track::-webkit-scrollbar{display:none}
.area-highlight-track figure{position:relative;flex:0 0 420px;height:500px;margin:0;overflow:hidden;border-radius:32px;scroll-snap-align:start;box-shadow:0 25px 60px rgba(57,42,38,.14)}
.area-highlight-track img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:transform 1s}
.area-highlight-track figure:hover img{transform:scale(1.05)}
.area-highlight-track figure:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 60%,rgba(29,24,24,.7))}
.area-highlight-track figcaption{position:absolute;z-index:2;left:26px;bottom:24px;color:#fff;font:500 27px "Cormorant Garamond",serif}
.area-guide-nearby{background:#f6ece6}
.area-guide-nearby>.route-inner>div{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.area-guide-nearby a{position:relative;height:330px;overflow:hidden;border:6px solid rgba(255,255,255,.75);border-radius:29px;box-shadow:0 17px 40px rgba(61,44,39,.1)}
.area-guide-nearby img{width:100%;height:100%;object-fit:cover;filter:saturate(.7);transition:transform .8s}
.area-guide-nearby a:hover img{transform:scale(1.05)}
.area-guide-nearby a:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 38%,rgba(34,28,28,.85))}
.area-guide-nearby a span{position:absolute;z-index:2;left:19px;right:19px;bottom:19px;color:#fff}
.area-guide-nearby a small{display:block;color:#e8c3d0;font-size:6px;text-transform:uppercase}
.area-guide-nearby a strong{display:block;margin:9px 0 13px;font:600 26px "Cormorant Garamond",serif}
.area-guide-nearby a b{font-size:7px;text-transform:uppercase}
.area-guide-properties{background:#fdfaf6}
.area-guide-properties .route-button{margin-top:45px}
.area-guide-expertise{background:#f4e8e2}
.area-guide-expertise>.route-inner{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(75px,9vw,140px)}
.area-guide-expertise figure{height:600px;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}
.area-guide-expertise figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.76);box-shadow:0 25px 55px rgba(55,41,37,.13)}
.area-guide-expertise figure img:first-child{border-radius:85px 18px 18px 24px}
.area-guide-expertise figure img:last-child{border-radius:18px 85px 24px 18px}
.area-guide-expertise p{max-width:650px;color:#6f6460;font-size:12px;line-height:1.9}
.area-guide-expertise a{width:max-content;margin-top:28px;padding-bottom:6px;display:block;border-bottom:1px solid #b76a85;color:#874c61;font-size:8px;font-weight:800;text-transform:uppercase}
.area-guide-faq{background:#f9f2ed}
.area-guide-faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(70px,9vw,140px)}
.area-guide-faq details{border-top:1px solid #ddcec5}
.area-guide-faq details:last-child{border-bottom:1px solid #ddcec5}
.area-guide-faq summary{padding:25px 0;display:flex;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font:600 23px "Cormorant Garamond",serif}
.area-guide-faq summary span{width:32px;height:32px;display:grid;place-items:center;border:1px solid #E67FB3;border-radius:50%;color:#a55c76;transition:.3s}
.area-guide-faq details[open] summary span{transform:rotate(45deg);background:#efd3dd}
.area-guide-faq details p{max-width:700px;margin:0;padding:0 50px 26px 0;color:#6e6460;font-size:10px;line-height:1.85}
.area-guide-final{padding:clamp(115px,9vw,160px) max(4vw,24px);overflow:hidden;background:radial-gradient(circle at 80% 18%,rgba(230,127,179,.34),transparent 30%),linear-gradient(125deg,#f9eee8,#efd4dd);text-align:center}
.area-guide-final h2{margin:20px 0;font-size:clamp(61px,7vw,99px);line-height:.88;letter-spacing:-.065em}
.area-guide-final p{max-width:680px;margin:0 auto;color:#70635f;font-size:13px;line-height:1.85}
.area-guide-final nav{justify-content:center}
@keyframes areaPanoramaIn{from{opacity:0;transform:scale(.98) translateY(20px)}to{opacity:1;transform:none}}
@media(max-width:1100px){
.area-guide-hero-grid,.area-guide-split,.area-guide-expertise>.route-inner,.area-guide-faq-grid{grid-template-columns:1fr}
.area-guide-stats{max-width:800px}
.area-guide-lifestyles>.route-inner>div{grid-template-columns:repeat(3,1fr)}
.area-guide-nearby>.route-inner>div{grid-template-columns:repeat(3,1fr)}
.area-guide-expertise figure{max-width:760px}}
@media(max-width:760px){
.area-breadcrumb{padding-top:110px}
.area-guide-hero{padding:50px 20px 80px}
.area-guide-hero h1{font-size:65px}
.area-guide-hero nav,.area-guide-final nav{align-items:stretch;flex-direction:column}
.area-guide-hero nav a,.area-guide-final nav a{width:100%;justify-content:center}
.area-guide-stats{padding:16px}
.area-guide-stats div{padding:13px}
.area-guide-panorama{padding-inline:20px}
.area-guide-panorama figure{height:430px;border-width:6px;border-radius:28px}
.area-guide-panorama figcaption{left:17px;right:17px;bottom:17px}
.area-guide-split>div{grid-template-columns:1fr}
.area-guide-editorial{gap:60px}
.area-guide-editorial article{grid-template-columns:1fr;gap:0}
.area-guide-editorial article:nth-child(even) figure{grid-column:auto;grid-row:auto}
.area-guide-editorial figure,.area-guide-editorial article:nth-child(even) figure{height:260px;border-radius:30px}
.area-guide-editorial article>div{padding:27px 0}
.area-market-grid{grid-template-columns:1fr 1fr}
.area-market-grid article{min-height:145px;padding:22px 17px}
.area-guide-lifestyles>.route-inner>div{grid-template-columns:1fr}
.area-guide-lifestyles article{min-height:220px}
.area-guide-highlights .area-guide-heading{display:block}
.area-guide-highlights .area-guide-heading nav{margin-top:25px}
.area-highlight-track{padding-left:20px}
.area-highlight-track figure{flex-basis:82vw;height:410px}
.area-guide-nearby>.route-inner>div{grid-template-columns:1fr}
.area-guide-nearby a{height:280px}
.area-guide-expertise figure{height:430px}
.area-guide-expertise h2,.area-guide-faq h2,.area-guide-heading h2,.area-guide-split header h2{font-size:49px}
.area-guide-final{padding:100px 20px}
.area-guide-final h2{font-size:57px}}
@media(prefers-reduced-motion:reduce){
.area-guide-panorama img{animation:none}
.area-guide-split article,.area-guide-editorial img,.area-highlight-track img,.area-guide-nearby img{transition:none}}
.area-guide-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(165px,12vw,205px) max(4vw,24px) clamp(125px,9vw,165px);background-color:#fbf6f0;background-image:radial-gradient(circle at 21% 43%,rgba(255,255,255,.8),transparent 29%),radial-gradient(circle at 81% 37%,rgba(230,127,179,.19),transparent 31%),linear-gradient(125deg,#fdfaf6 0%,#faf3ed 58%,#f8ede9 100%)}
.area-guide-hero:before{content:"";position:absolute;z-index:-2;inset:0;opacity:.15;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='115' height='115'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.05'/%3E%3C/svg%3E")}
.area-guide-contours{position:absolute;z-index:-1;right:-3%;top:10%;width:61%;height:78%;opacity:.055;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 600'%3E%3Cg fill='none' stroke='%238a566b' stroke-width='1'%3E%3Cpath d='M-30 135c135-90 235 70 350-5s195-60 305 12 225-15 320-85M-40 205c150-88 242 67 365-1s193-56 301 15 214-8 310-75M-25 285c138-82 242 55 362-8s189-42 300 25 213 0 306-61M-35 365c150-75 245 50 360-7s196-35 305 28 213 8 305-50M-20 445c142-65 236 48 355-3s187-24 294 33 215 12 305-43'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}
.area-guide-hero>.route-inner{max-width:1440px}
.area-guide-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(420px,.72fr);align-items:center;gap:clamp(75px,8vw,125px)}
.area-guide-hero-copy{max-width:790px;animation:areaHeroCopy .68s .08s cubic-bezier(.16,1,.3,1) both}
.area-breadcrumb{margin:0 0 43px;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:12px;color:#7e706c;font-size:10px;letter-spacing:.035em;text-transform:none;animation:areaHeroFade .52s both}
.area-breadcrumb a{position:relative;padding-bottom:4px;color:#635957}
.area-breadcrumb a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:#ba708a;transform:scaleX(0);transform-origin:left;transition:transform .3s}
.area-breadcrumb a:hover:after{transform:scaleX(1)}
.area-breadcrumb a:first-child{display:inline-flex;align-items:center;gap:6px}
.area-breadcrumb i{color:#b7a8a3;font-style:normal}
.area-breadcrumb b{color:#ae607c;font-weight:700}
.area-guide-hero-copy>.route-kicker{display:block;margin-bottom:25px}
.area-guide-hero h1{max-width:760px;margin:0 0 44px;font-size:clamp(71px,7.4vw,106px);line-height:.82;letter-spacing:-.068em}
.area-guide-hero h1 span,.area-guide-hero h1 em{display:block}
.area-guide-hero h1 span{color:#373231;animation:areaHeroLine .62s .12s both}
.area-guide-hero h1 em{margin-top:9px;font-size:1.04em;line-height:.82;letter-spacing:-.04em;background:linear-gradient(108deg,#514447 0%,#986076 38%,#c77d98 70%,#875065 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:areaHeroLine .62s .22s both}
.area-guide-hero-copy>p{max-width:670px;margin:0;color:#5f5754;font-size:14px;line-height:2;animation:areaHeroRise .62s .3s both}
.area-guide-signature{width:max-content;max-width:100%;margin-top:25px;padding:0 0 9px;display:block;border-bottom:1px solid rgba(184,104,133,.45);color:#8a5b69;font:italic 18px "Cormorant Garamond",serif;letter-spacing:.015em;animation:areaHeroRise .62s .37s both}
.area-guide-actions{margin-top:39px!important;gap:14px!important}
.area-guide-actions .route-button,.area-guide-actions .area-guide-ghost{min-height:64px;padding-inline:31px;opacity:0;animation:areaHeroRise .58s .43s forwards;transition:transform .35s,box-shadow .35s,background .35s}
.area-guide-actions .route-button{background:#E67FB3;color:#3e3437;box-shadow:0 17px 36px rgba(159,88,114,.18)}
.area-guide-actions .area-guide-ghost{border-color:rgba(72,57,54,.35);background:rgba(255,252,247,.72);animation-delay:.51s}
.area-guide-actions a:hover{transform:translateY(-3px)}
.area-guide-actions b{display:inline-block;transition:transform .35s}
.area-guide-actions a:hover b{transform:translateX(5px)}
.area-guide-stats{display:block;padding:34px;border:1px solid rgba(202,126,154,.3);border-radius:31px;background:linear-gradient(145deg,rgba(255,253,249,.91),rgba(248,231,229,.76));box-shadow:0 38px 85px rgba(64,45,42,.14),0 12px 30px rgba(64,45,42,.06),inset 0 1px #fff;animation:areaStatsRise .68s .24s cubic-bezier(.16,1,.3,1) both}
.area-guide-stats>header{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #e0d1c8}
.area-guide-stats>header span{display:block;color:#4b4240;font:600 29px "Cormorant Garamond",serif}
.area-guide-stats>header small{display:block;margin-top:6px;color:#887b76;font-size:8px;line-height:1.6}
.area-guide-stat-grid{display:grid;grid-template-columns:1fr 1fr}
.area-guide-stat-grid>div{min-height:102px;padding:19px 12px;display:grid;grid-template-columns:31px 1fr;align-items:start;gap:10px;opacity:0;animation:areaStatFade .48s forwards}
.area-guide-stat-grid>div:nth-child(2){animation-delay:.34s}
.area-guide-stat-grid>div:nth-child(3){animation-delay:.4s}
.area-guide-stat-grid>div:nth-child(4){animation-delay:.46s}
.area-guide-stat-grid>div:nth-child(5){animation-delay:.52s}
.area-guide-stat-grid>div:nth-child(6){animation-delay:.58s}
.area-guide-stat-grid>div:nth-child(even){border-left:1px solid #e3d6ce}
.area-guide-stat-grid>div:nth-child(n+3){border-top:1px solid #e3d6ce}
.area-guide-stat-grid i{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(184,104,133,.28);border-radius:50%;background:rgba(244,217,226,.48);color:#9c5870;font:normal 13px "Cormorant Garamond",serif}
.area-guide-stat-grid span>small{display:block;color:#957f86;font-size:6px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.area-guide-stat-grid strong{display:block;margin-top:8px;color:#443c3a;font:600 18px/1.3 "Cormorant Garamond",serif}
.area-guide-tags{margin-top:22px;padding-top:20px;display:flex;flex-wrap:wrap;gap:7px;border-top:1px solid #e0d1c8}
.area-guide-tags span{padding:7px 10px;border:1px solid #ddc7ce;border-radius:99px;background:rgba(255,255,255,.42);color:#835568;font-size:6px;font-weight:700;text-transform:uppercase}
.area-guide-preview{position:relative;z-index:2;width:min(1440px,calc(100% - 48px));height:78px;margin:75px auto -205px;padding:10px 24px 10px 11px;display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:19px;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:25px;background:rgba(255,252,248,.84);box-shadow:0 22px 55px rgba(60,43,39,.13);backdrop-filter:blur(16px);transition:transform .4s,box-shadow .4s}
.area-guide-preview:hover{transform:translateY(-4px);box-shadow:0 29px 65px rgba(60,43,39,.18)}
.area-guide-preview img{width:110px;height:58px;object-fit:cover;border-radius:16px;filter:saturate(.72)}
.area-guide-preview span{color:#544a47;font:italic 17px "Cormorant Garamond",serif}
.area-guide-preview b{color:#95536b;font-size:7px;letter-spacing:.08em;text-transform:uppercase}
.area-guide-panorama{padding-top:128px}
.area-guide-actions a:focus-visible,.area-breadcrumb a:focus-visible,.area-guide-preview:focus-visible{outline:3px solid rgba(190,106,137,.35);outline-offset:4px}
@keyframes areaHeroFade{from{opacity:0}to{opacity:1}}@keyframes areaHeroLine{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes areaHeroRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes areaStatsRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes areaStatFade{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
@media(max-width:1100px){
.area-guide-hero-grid{grid-template-columns:1fr}
.area-guide-hero-copy{max-width:850px}
.area-guide-stats{max-width:800px}
.area-guide-preview{margin-top:58px}}
@media(max-width:760px){
.area-guide-hero{padding:125px 20px 105px}
.area-guide-contours{width:100%;height:60%;top:35%}
.area-breadcrumb{margin-bottom:35px;font-size:11px;gap:9px}
.area-guide-hero h1{font-size:61px;margin-bottom:35px}
.area-guide-hero-copy>p{font-size:13px;line-height:1.85}
.area-guide-signature{font-size:16px}
.area-guide-actions{align-items:stretch;display:grid}
.area-guide-actions a{width:100%;justify-content:center}
.area-guide-stats{padding:25px 17px;border-radius:27px}
.area-guide-stats>header span{font-size:25px}
.area-guide-stat-grid>div{min-height:94px;padding:16px 8px;grid-template-columns:27px 1fr}
.area-guide-stat-grid i{width:26px;height:26px}
.area-guide-stat-grid strong{font-size:16px}
.area-guide-preview{width:calc(100% - 40px);height:auto;margin:48px auto -164px;padding:9px;grid-template-columns:85px 1fr}
.area-guide-preview img{width:85px;height:65px}
.area-guide-preview span{font-size:14px}
.area-guide-preview b{display:none}
.area-guide-panorama{padding-top:95px}}
@media(max-width:430px){
.area-guide-stat-grid{grid-template-columns:1fr}
.area-guide-stat-grid>div:nth-child(even){border-left:0}
.area-guide-stat-grid>div:nth-child(n+2){border-top:1px solid #e3d6ce}
.area-guide-stat-grid>div{grid-template-columns:31px 1fr;min-height:75px}
.area-guide-tags{gap:5px}}
@media(prefers-reduced-motion:reduce){
.area-guide-hero-copy,.area-breadcrumb,.area-guide-hero h1 span,.area-guide-hero h1 em,.area-guide-hero-copy>p,.area-guide-signature,.area-guide-actions a,.area-guide-stats,.area-guide-stat-grid>div{opacity:1;animation:none;transform:none}
.area-guide-actions a,.area-guide-preview{transition:none}}
.area-guide-panorama{position:relative;max-width:1440px;padding-top:clamp(86px,7vw,112px);background:linear-gradient(180deg,rgba(249,239,234,.54),transparent 54%)}
.area-guide-panorama figure{height:min(62vw,690px);overflow:visible;border:11px solid #fff9f2;border-radius:46px;background:#fff9f2;box-shadow:0 34px 80px rgba(73,48,44,.13),0 18px 55px rgba(207,129,158,.09);opacity:0;transform:translateY(22px);animation:areaPanoramaReveal 1s .28s cubic-bezier(.16,1,.3,1) forwards;transition:box-shadow .7s}
.area-guide-panorama figure:before{content:"";position:absolute;z-index:-1;inset:10px -10px -10px 10px;border:1px solid rgba(184,104,133,.22);border-radius:48px;pointer-events:none}
.area-guide-panorama figure:after{z-index:1;border-radius:35px;background:radial-gradient(circle at 16% 8%,rgba(255,248,235,.16),transparent 38%),linear-gradient(0deg,rgba(37,30,29,.19),transparent 38%);pointer-events:none}
.area-guide-panorama img{border-radius:35px;filter:saturate(.72) contrast(.92) sepia(.06) brightness(1.035);transform:scale(1.02);animation:areaPanoramaImage 1.25s .2s cubic-bezier(.16,1,.3,1) forwards;transition:transform 1.4s cubic-bezier(.16,1,.3,1),filter .7s}
.area-guide-panorama figure:hover{box-shadow:0 43px 95px rgba(73,48,44,.17),0 21px 64px rgba(207,129,158,.12)}
.area-guide-panorama figure:hover img{transform:scale(1.02)}
.area-guide-panorama figcaption{left:32px;bottom:29px;min-width:310px;max-width:min(510px,calc(100% - 64px));padding:16px 20px 15px;border:1px solid rgba(255,255,255,.58);border-radius:20px;background:rgba(55,46,45,.58);box-shadow:0 14px 34px rgba(30,23,22,.15);backdrop-filter:blur(15px);opacity:0;transform:translateY(12px);animation:areaPanoramaCaption .7s .75s forwards;transition:transform .45s,background .45s}
.area-guide-panorama figure:hover figcaption{transform:translateY(-3px);background:rgba(55,46,45,.65)}
.area-guide-panorama figcaption small,.area-guide-panorama figcaption strong,.area-guide-panorama figcaption span{display:block}
.area-guide-panorama figcaption small{margin-bottom:7px;color:#f5dbe4;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase}
.area-guide-panorama figcaption small i{margin-right:5px;color:#E67FB3;font-style:normal}
.area-guide-panorama figcaption strong{color:#fffaf5;font:italic 20px/1.3 "Cormorant Garamond",serif}
.area-guide-panorama figcaption span{margin-top:5px;color:rgba(255,250,245,.74);font:500 9px/1.4 Arial,sans-serif;letter-spacing:.06em}
@keyframes areaPanoramaReveal{to{opacity:1;transform:none}}@keyframes areaPanoramaImage{to{transform:scale(1)}}@keyframes areaPanoramaCaption{to{opacity:1;transform:none}}
@media(max-width:760px){
.area-guide-panorama{padding-top:76px;padding-inline:18px}
.area-guide-panorama figure{height:auto;overflow:visible;border-width:7px;border-radius:31px;background:transparent}
.area-guide-panorama figure:before{display:none}
.area-guide-panorama figure:after{bottom:auto;height:clamp(320px,87vw,440px);border-radius:24px}
.area-guide-panorama img{height:clamp(320px,87vw,440px);border-radius:24px;object-position:center}
.area-guide-panorama figcaption{position:relative;left:auto;right:auto;bottom:auto;min-width:0;max-width:none;margin:12px 3px 0;padding:16px 18px;border-color:rgba(184,104,133,.2);background:rgba(255,250,245,.9);box-shadow:0 13px 32px rgba(73,48,44,.09)}
.area-guide-panorama figcaption small{color:#9f5872}
.area-guide-panorama figcaption strong{color:#4b403e}
.area-guide-panorama figcaption span{color:#897773}
.area-guide-panorama figure:hover figcaption{background:rgba(255,250,245,.96)}}
@media(prefers-reduced-motion:reduce){
.area-guide-panorama figure,.area-guide-panorama img,.area-guide-panorama figcaption{opacity:1;transform:none;animation:none;transition:none}}
.area-guide-hero-grid{grid-template-columns:1fr}
.area-guide-hero-copy{max-width:800px}
.area-guide-stats{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:clamp(65px,8vw,125px);margin-top:clamp(100px,10vw,145px);padding:clamp(45px,5vw,76px) 0 0;border:0;border-top:1px solid rgba(146,108,100,.25);border-radius:0;background:none;box-shadow:none;backdrop-filter:none}
.area-guide-stats div{min-height:0;padding:0}
.area-glance-intro{position:relative;padding-right:clamp(0px,3vw,45px)}
.area-glance-intro h2{max-width:570px;margin:17px 0 28px;color:#423a38;font:500 clamp(55px,5.5vw,84px)/.92 "Cormorant Garamond",serif;letter-spacing:-.04em}
.area-glance-intro h2 em{display:block;color:#ae617d;font-weight:500}
.area-glance-intro>p{max-width:570px;margin:0;color:#6e625e;font-size:13px;line-height:1.9}
.area-glance-highlights{margin-top:clamp(42px,5vw,65px);display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.area-glance-highlights article{min-width:0;padding:0 20px;border-left:1px solid #dfd1ca}
.area-glance-highlights article:first-child{padding-left:0;border-left:0}
.area-glance-highlights strong{display:block;color:#4b4140;font:500 clamp(24px,2.35vw,36px)/1.05 "Cormorant Garamond",serif}
.area-glance-highlights small{display:block;max-width:105px;margin-top:11px;color:#9b6578;font-size:7px;font-weight:800;line-height:1.5;letter-spacing:.11em;text-transform:uppercase}
.area-glance-map{width:min(100%,490px);margin:55px 0 0;opacity:.7}
.area-glance-map svg{width:100%;height:auto;overflow:visible}
.area-glance-map path{fill:rgba(236,202,212,.13);stroke:#cda8b5;stroke-width:1}
.area-glance-map circle{fill:#ae617d;stroke:#fff7f1;stroke-width:4}
.area-glance-map text{fill:#aa9995;font:9px Arial,sans-serif}
.area-glance-map .area-map-focus{fill:#8f5268;font-weight:700;font-size:11px}
.area-glance-details{align-self:start}
.area-glance-details>article{min-height:98px;padding:20px 0;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:18px;border-top:1px solid #dfd2cb}
.area-glance-details>article:first-child{border-top:0}
.area-glance-details>article i{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(184,104,133,.27);border-radius:50%;color:#9e5a72;font:normal 15px "Cormorant Garamond",serif}
.area-glance-details>article small{display:block;color:#a06479;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.area-glance-details>article strong{display:block;margin-top:7px;color:#514744;font:500 21px/1.3 "Cormorant Garamond",serif}
.area-glance-details footer{margin-top:36px;padding:30px 0 0;border-top:1px solid #cdbab2;background:transparent;color:inherit}
.area-glance-details footer>small{color:#9f5b73;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.area-glance-details footer p{margin:14px 0 0;display:flex;flex-wrap:wrap;gap:9px 0;color:#554a47;font:italic 16px "Cormorant Garamond",serif}
.area-glance-details footer p span:not(:last-child):after{content:"·";margin:0 10px;color:#c37c95}
@media(max-width:900px){
.area-guide-stats{grid-template-columns:1fr;gap:65px}
.area-glance-intro{padding-right:0}
.area-glance-map{margin-top:45px}
.area-glance-details{max-width:760px;width:100%}}
@media(max-width:560px){
.area-guide-stats{margin-top:85px;padding-top:48px;gap:50px}
.area-glance-intro h2{font-size:54px}
.area-glance-highlights{grid-template-columns:1fr;gap:0;margin-top:40px}
.area-glance-highlights article,.area-glance-highlights article:first-child{padding:18px 0;border-left:0;border-top:1px solid #dfd1ca}
.area-glance-highlights article:first-child{border-top:0}
.area-glance-highlights small{max-width:none}
.area-glance-map{margin-top:35px}
.area-glance-details>article{min-height:87px}
.area-glance-details footer p{display:block}
.area-glance-details footer p span{display:block;margin-top:8px}
.area-glance-details footer p span:not(:last-child):after{display:none}}
.area-guide-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(430px,.72fr);align-items:start;gap:clamp(80px,8vw,130px)}
.area-guide-hero-copy{grid-column:1;max-width:790px}
.area-guide-stats{grid-column:2;grid-row:1;display:block;width:100%;max-width:560px;margin:78px 0 0;justify-self:end;padding:clamp(31px,3vw,43px);border:1px solid rgba(170,137,126,.25);border-radius:35px;background:#fdfbf8;background-image:radial-gradient(circle at 96% 4%,rgba(230,127,179,.14),transparent 38%);box-shadow:0 22px 55px rgba(74,52,47,.08);transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s}
.area-guide-stats:hover{transform:translateY(-4px);box-shadow:0 29px 65px rgba(74,52,47,.12)}
.area-glance-intro{display:none}
.area-glance-details{display:grid;grid-template-columns:1fr 1fr;column-gap:clamp(22px,3vw,38px)}
.area-glance-details>article{min-height:114px;padding:22px 0;grid-template-columns:34px 1fr;align-items:start;gap:13px;border-top:1px solid rgba(112,84,76,.12)}
.area-glance-details>article:nth-child(-n+2){border-top:0}
.area-glance-details>article i{width:31px;height:31px;border-color:rgba(133,105,98,.18);background:rgba(255,255,255,.45);color:#847572;font-size:13px;transition:color .35s,border-color .35s,background .35s}
.area-glance-details>article:hover i{border-color:rgba(184,104,133,.35);background:rgba(244,218,226,.38);color:#ae617d}
.area-glance-details>article small{color:#a0848d;font-size:7px;line-height:1.5;letter-spacing:.13em}
.area-glance-details>article strong{margin-top:9px;color:#504642;font-size:19px;font-style:normal;line-height:1.32}
.area-glance-details footer{grid-column:1/-1;margin-top:18px;padding:25px 0 0;border-top-color:rgba(112,84,76,.15)}
.area-glance-details footer p{font-size:15px;line-height:1.65}
@media(max-width:1100px){
.area-guide-hero-grid{grid-template-columns:1fr;gap:0}
.area-guide-hero-copy{grid-column:1}
.area-guide-stats{grid-column:1;grid-row:auto;justify-self:start;max-width:720px;margin-top:70px}}
@media(max-width:600px){
.area-guide-stats{margin-top:58px;padding:28px 20px;border-radius:29px}
.area-glance-details{grid-template-columns:1fr}
.area-glance-details>article{min-height:92px}
.area-glance-details>article:nth-child(2){border-top:1px solid rgba(112,84,76,.12)}
.area-glance-details footer p{display:flex}
.area-glance-details footer p span{display:inline;margin:0}
.area-glance-details footer p span:not(:last-child):after{display:inline}}
@media(prefers-reduced-motion:reduce){
.area-guide-stats{transition:none}}

/* Wider editorial facts panel */
@media(min-width:1101px){
.area-guide-hero-grid{grid-template-columns:minmax(0,1fr) minmax(590px,660px);gap:clamp(68px,6vw,105px)}
.area-guide-stats{max-width:660px;padding:clamp(36px,3vw,48px)}
.area-glance-details{column-gap:46px}
.area-glance-details>article{grid-template-columns:36px 1fr;gap:16px}
.area-glance-details>article strong{font-size:20px}
.area-glance-details footer p{column-gap:0;font-size:16px;white-space:normal}}
.area-glance-details footer{text-align:center}
.area-glance-details footer p{justify-content:center}
.area-guide-signature{padding-bottom:12px;color:#704858;font-size:25px;font-style:normal;font-weight:600;line-height:1.4;letter-spacing:.005em;border-bottom-color:rgba(155,83,108,.55)}
@media(max-width:760px){
.area-guide-signature{font-size:21px;line-height:1.45}}
.area-glance-details>article small,.area-glance-details footer>small{color:#b44e72}
.area-guide-stats{margin-top:36px}
.area-guide-preview{margin-top:32px}
.area-guide-panorama{padding-top:88px}
@media(max-width:1100px){
.area-guide-stats{margin-top:38px}
.area-guide-preview{margin-top:30px}}
@media(max-width:760px){
.area-guide-stats{margin-top:32px}
.area-guide-preview{margin-top:26px}
.area-guide-panorama{padding-top:58px}}
.team-flip-section{position:relative;isolation:isolate;overflow:hidden;padding:clamp(120px,10vw,175px) max(4vw,24px);background-color:#f8f2eb;background-image:radial-gradient(circle at 18% 12%,rgba(255,255,255,.9),transparent 27%),radial-gradient(circle at 86% 20%,rgba(230,127,179,.28),transparent 31%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.018'/%3E%3C/svg%3E")}
.team-flip-section>.route-inner{max-width:1400px}
.team-contours{position:absolute;z-index:-1;inset:0;opacity:.12;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='750' height='520' viewBox='0 0 750 520'%3E%3Cg fill='none' stroke='%23b77a8f'%3E%3Cpath d='M-60 124c149-102 245 42 389-42s267-28 455 38'/%3E%3Cpath d='M-68 170c160-101 259 42 408-40s274-18 456 46'/%3E%3Cpath d='M-76 220c171-96 273 39 427-35s275-8 456 53'/%3E%3Cpath d='M-82 275c181-90 287 36 445-29s277 2 453 61'/%3E%3C/g%3E%3C/svg%3E") right -100px top 40px/820px no-repeat}
.team-page-intro{max-width:860px;margin-bottom:76px}
.team-page-intro .route-kicker{letter-spacing:.2em}
.team-page-intro h2{margin:18px 0 28px;font:500 clamp(66px,7vw,100px)/.87 "Cormorant Garamond",serif;letter-spacing:-.055em}
.team-page-intro h2 em{color:#ad607b;font-weight:400}
.team-page-intro>p{max-width:740px;color:#6b615d;font-size:14px;line-height:1.95}
.team-flip-grid{position:relative;z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.team-route-line{position:relative;height:1px;margin:0 7% -1px;background:linear-gradient(90deg,transparent,#E67FB3 12%,#E67FB3 88%,transparent)}
.team-route-line i{position:absolute;top:50%;width:11px;height:11px;border:3px solid #f8f2eb;border-radius:50%;background:#be6b87;transform:translate(-50%,-50%)}
.team-route-line i:nth-child(1){left:16%}
.team-route-line i:nth-child(2){left:50%}
.team-route-line i:nth-child(3){left:84%}
.team-flip-card,.team-flip-inner{min-height:720px;height:720px}
.team-flip-card{opacity:0;transform:translateY(28px);transition:opacity .8s var(--team-delay),transform .8s var(--team-delay) cubic-bezier(.16,1,.3,1);perspective:1800px}
.team-flip-card.is-visible{opacity:1;transform:none}
.team-flip-inner{transition:transform .9s cubic-bezier(.16,1,.3,1)}
.team-flip-face{border-color:rgba(161,126,113,.23);border-radius:31px;box-shadow:0 20px 50px rgba(68,49,43,.09)}
.team-flip-front{border:0;background:#342d2d;box-shadow:0 24px 60px rgba(58,42,39,.16);transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s}
.team-flip-card:not(.is-flipped):hover .team-flip-front{transform:translateY(-8px);box-shadow:0 35px 76px rgba(58,42,39,.23)}
.team-flip-front img{filter:saturate(.83) contrast(1.02);transition:transform 1s cubic-bezier(.16,1,.3,1),filter .5s}
.team-flip-card:not(.is-flipped):hover .team-flip-front img{transform:scale(1.035);filter:saturate(.91) brightness(.92)}
.team-front-shade{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(35,28,28,.2) 56%,rgba(32,25,26,.92) 100%);transition:background .5s}
.team-flip-card:hover .team-front-shade{background:linear-gradient(180deg,transparent 28%,rgba(35,28,28,.28) 54%,rgba(29,23,24,.96) 100%)}
.team-front-copy{position:absolute;z-index:2;left:31px;right:31px;bottom:30px;display:flex;flex-direction:column;color:#fff;text-align:left}
.team-front-copy>small{color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.team-front-copy>strong{margin-top:7px;font:500 48px/.9 "Cormorant Garamond",serif}
.team-front-copy>em{max-width:330px;min-height:43px;margin-top:13px;color:#e4dcda;font:normal 11px/1.75 Manrope,sans-serif}
.team-front-copy>b{display:flex;justify-content:space-between;margin-top:22px;padding-top:17px;border-top:1px solid rgba(255,255,255,.24);color:#f3c2d1;font-size:7px;letter-spacing:.1em;text-transform:uppercase}
.team-front-copy>b i{font:normal 14px serif;transition:transform .4s}
.team-flip-card:hover .team-front-copy>b i{transform:translateX(6px)}
.team-flip-back{padding:28px;justify-content:flex-start;overflow-y:auto;background-color:#fffaf6;background-image:radial-gradient(circle at 100% 0,rgba(238,194,209,.25),transparent 35%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='p'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23p)' opacity='.016'/%3E%3C/svg%3E")}
.team-flip-back:after{display:none}
.team-flip-back>header{display:flex;align-items:center;gap:16px;padding-bottom:18px;border-bottom:1px solid #e4d6ce}
.team-flip-back>header img{width:68px;height:68px;object-fit:cover;border:4px solid #fff;border-radius:50%;box-shadow:0 8px 21px rgba(69,47,43,.12)}
.team-flip-back>header small{color:#ac5c76;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.team-flip-back h3{margin:5px 0 0;font-size:39px}
.team-profile-intro{margin:19px 0 18px;color:#685e5a;font-size:10px;line-height:1.8}
.team-profile-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e6dad2;border-left:1px solid #e6dad2}
.team-profile-facts>span{min-height:69px;padding:10px 12px;border-right:1px solid #e6dad2;border-bottom:1px solid #e6dad2}
.team-profile-facts small{display:block;color:#a65c74;font-size:6px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.team-profile-facts strong{display:block;margin-top:5px;color:#4b423f;font:500 13px/1.3 "Cormorant Garamond",serif}
.team-profile-facts .team-fun-fact{grid-column:1/-1;min-height:60px}
.team-profile-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}
.team-profile-badges span{padding:7px 9px;border:1px solid #E67FB3;border-radius:99px;color:#8a5668;font-size:6px;font-weight:700}
.team-flip-back blockquote{margin:17px 0 0;padding:13px 15px;border-left:2px solid #cf7e9a;background:#f8e9ed;color:#5d4c52;font:italic 17px/1.35 "Cormorant Garamond",serif}
.team-flip-back>footer{display:flex;align-items:center;gap:9px;margin-top:auto;padding-top:18px}
.team-flip-back>footer a,.team-flip-close{min-height:42px;display:flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid #c78199;border-radius:99px;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.team-flip-back>footer a{flex:1;background:#bd6c88;color:#fff}
.team-flip-close{margin:0;flex:0 0 auto;background:transparent}
.team-flip-close:hover{background:#f1d7e0}
.team-flip-back>footer a b,.team-flip-close b{margin-left:7px;transition:transform .35s}
.team-flip-back>footer a:hover b{transform:translateX(4px)}
@media(max-width:1050px){
.team-flip-grid{grid-template-columns:1fr 1fr}
.team-flip-card:last-child{grid-column:1/-1;width:calc(50% - 14px);justify-self:center}
.team-route-line{display:none}}
@media(max-width:700px){
.team-flip-section{padding:95px 20px}
.team-page-intro{margin-bottom:50px}
.team-page-intro h2{font-size:62px}
.team-page-intro>p{font-size:12px}
.team-flip-grid{grid-template-columns:1fr;gap:32px}
.team-flip-card:last-child{grid-column:auto;width:100%}
.team-flip-card,.team-flip-inner{height:700px;min-height:700px}
.team-front-copy{left:25px;right:25px}
.team-flip-back{padding:24px 20px}
.team-flip-back>footer{display:grid}
.team-flip-back>footer a,.team-flip-close{width:100%}}
@media(prefers-reduced-motion:reduce){
.team-flip-card{opacity:1;transform:none;transition:none}
.team-flip-inner,.team-flip-front,.team-flip-front img,.team-front-copy>b i{transition:none}}
.team-flip-card,.team-flip-inner{height:820px;min-height:820px}
.team-flip-back{padding:50px 48px 46px;overflow:hidden;background-color:#fffaf6;background-image:radial-gradient(circle at 92% 7%,rgba(238,194,209,.26),transparent 30%),radial-gradient(circle at 4% 96%,rgba(255,255,255,.9),transparent 27%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='180' viewBox='0 0 230 180'%3E%3Cg fill='none' stroke='%23E67FB3' opacity='.13'%3E%3Cpath d='M-20 43c54-44 87 20 139-16s92-8 129 23'/%3E%3Cpath d='M-24 70c59-42 94 20 149-12s92 0 127 29'/%3E%3Cpath d='M-28 100c64-39 101 20 158-7s93 8 127 36'/%3E%3C/g%3E%3C/svg%3E");background-position:center,center,right top;background-repeat:no-repeat}
.team-flip-back>header{align-items:center;gap:19px;padding:0;border:0}
.team-flip-back>header img{width:82px;height:82px;border:4px solid #fffaf6;outline:1px solid #E67FB3;box-shadow:0 12px 29px rgba(75,48,45,.15)}
.team-flip-back>header small{color:#b44e72;font-size:7px;letter-spacing:.17em}
.team-flip-back h3{margin-top:6px;font-size:46px;line-height:.88}
.team-profile-intro{max-width:350px;margin:31px 0 28px;color:#685e5a;font-size:11px;line-height:1.95}
.team-profile-intro::first-line{color:#9f5770}
.team-profile-facts{display:grid;grid-template-columns:1fr 1fr;gap:22px 28px;border:0}
.team-profile-facts>span{position:relative;min-height:0;padding:0 0 0 27px;border:0}
.team-profile-facts>span:before{position:absolute;left:0;top:-1px;color:#bc6682;font:normal 17px "Cormorant Garamond",serif}
.team-profile-facts>span:nth-child(1):before{content:"⌖"}
.team-profile-facts>span:nth-child(2):before{content:"☕";font-size:13px}
.team-profile-facts>span:nth-child(3):before{content:"⌂"}
.team-profile-facts>span:nth-child(4):before{content:"◇"}
.team-profile-facts small{color:#a46178;font-size:6px;letter-spacing:.105em}
.team-profile-facts strong{margin-top:6px;color:#443b38;font-size:14px;line-height:1.35}
.team-profile-facts .team-fun-fact{grid-column:1/-1;min-height:0;margin-top:1px;padding:16px 42px 16px 18px;border:1px solid rgba(208,133,159,.2);border-radius:16px;background:#f8e8ec}
.team-profile-facts .team-fun-fact:before{content:"✦";left:auto;right:17px;top:16px;font-size:18px}
.team-profile-facts .team-fun-fact small:before{content:"Something you might not know…";font-size:6px}
.team-profile-facts .team-fun-fact small{font-size:0}
.team-profile-facts .team-fun-fact strong{font-size:16px;font-style:italic}
.team-profile-badges{gap:7px;margin-top:19px}
.team-profile-badges span{padding:7px 10px;border-color:#E67FB3;background:rgba(255,253,250,.55);font-size:6px;transition:transform .35s,background .35s,border-color .35s}
.team-profile-badges span:hover{transform:translateY(-3px);border-color:#bd6683;background:#f6e0e7}
.team-flip-back blockquote{position:relative;margin:21px 0 0;padding:19px 19px 18px 43px;overflow:hidden;border:1px solid rgba(202,110,142,.2);border-left:1px solid rgba(202,110,142,.2);border-radius:17px;background:linear-gradient(135deg,#f5dde5,#fbecf0);color:#5f4650;font-size:20px;line-height:1.35}
.team-flip-back blockquote:before{content:"“";position:absolute;left:14px;top:5px;color:#c97994;font:48px/.9 "Cormorant Garamond",serif;opacity:.7}
.team-flip-back blockquote:after{content:"— " attr(data-signature);display:block;margin-top:8px;color:#9b6074;font:700 6px Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.team-flip-back>footer{gap:13px;margin-top:auto;padding-top:23px;border-top:1px solid rgba(144,107,97,.16)}
.team-flip-back>footer a,.team-flip-close{min-height:46px}
.team-flip-back>footer a{background:#c26e8a;box-shadow:0 10px 25px rgba(171,83,113,.14);transition:transform .35s,background .35s,box-shadow .35s}
.team-flip-back>footer a:hover{transform:translateY(-3px);background:#b75b79;box-shadow:0 15px 31px rgba(171,83,113,.2)}
.team-flip-close{border-color:#cfa0b0;background:rgba(255,252,248,.52);font-size:0}
.team-flip-close:before{content:"← Back to Team";font-size:7px}
.team-flip-close b{display:none}
.team-flip-back>header,.team-profile-intro,.team-profile-facts>span,.team-profile-badges,.team-flip-back blockquote,.team-flip-back>footer{opacity:0}
.team-flip-card.is-flipped .team-flip-back>header{animation:teamBackReveal .55s .38s forwards}
.team-flip-card.is-flipped .team-profile-intro{animation:teamBackReveal .55s .47s forwards}
.team-flip-card.is-flipped .team-profile-facts>span:nth-child(1){animation:teamBackReveal .48s .56s forwards}
.team-flip-card.is-flipped .team-profile-facts>span:nth-child(2){animation:teamBackReveal .48s .62s forwards}
.team-flip-card.is-flipped .team-profile-facts>span:nth-child(3){animation:teamBackReveal .48s .68s forwards}
.team-flip-card.is-flipped .team-profile-facts>span:nth-child(4){animation:teamBackReveal .48s .74s forwards}
.team-flip-card.is-flipped .team-profile-facts>.team-fun-fact{animation:teamBackReveal .5s .8s forwards}
.team-flip-card.is-flipped .team-profile-badges{animation:teamBackReveal .5s .86s forwards}
.team-flip-card.is-flipped .team-flip-back blockquote{animation:teamBackReveal .55s .92s forwards}
.team-flip-card.is-flipped .team-flip-back>footer{animation:teamBackReveal .5s 1s forwards}@keyframes teamBackReveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:800px;min-height:800px}
.team-flip-back{padding:45px 42px}}
@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:820px;min-height:820px}
.team-flip-back{padding:38px 28px 30px;overflow-y:auto}
.team-flip-back>header img{width:76px;height:76px}
.team-profile-facts{gap:20px}
.team-flip-back>footer{display:grid}
.team-flip-close:before{font-size:8px}}
@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:870px;min-height:870px}
.team-flip-back{padding-inline:22px}
.team-profile-facts{grid-template-columns:1fr;gap:17px}
.team-profile-facts .team-fun-fact{grid-column:auto}
.team-profile-intro{margin-block:25px 23px}
.team-flip-back blockquote{font-size:18px}}
@media(prefers-reduced-motion:reduce){
.team-flip-back>header,.team-profile-intro,.team-profile-facts>span,.team-profile-badges,.team-flip-back blockquote,.team-flip-back>footer{opacity:1;animation:none!important}}
.team-flip-card:nth-child(1) .team-flip-back blockquote:after{content:"— Nicola"}
.team-flip-card:nth-child(2) .team-flip-back blockquote:after{content:"— Tom"}
.team-flip-card:nth-child(3) .team-flip-back blockquote:after{content:"— Kevin"}
.about-editorial-hero{position:relative;isolation:isolate;min-height:900px;overflow:hidden;padding:150px max(4vw,24px) 115px;background-color:#f8f2eb;background-image:radial-gradient(circle at 14% 30%,rgba(239,198,211,.31),transparent 27%),radial-gradient(circle at 87% 11%,rgba(255,255,255,.9),transparent 25%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.86' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.018'/%3E%3C/svg%3E")}
.about-hero-contours{position:absolute;z-index:-1;inset:0;opacity:.12;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='820' height='590' viewBox='0 0 820 590'%3E%3Cg fill='none' stroke='%23b77c8f'%3E%3Cpath d='M-70 140c166-112 269 49 430-48s297-30 500 44'/%3E%3Cpath d='M-78 190c177-110 285 48 451-45s303-20 501 52'/%3E%3Cpath d='M-85 244c190-105 301 44 472-39s304-9 501 60'/%3E%3Cpath d='M-91 303c201-98 317 40 491-32s307 3 498 69'/%3E%3Cpath d='M-88 367c211-91 329 38 507-24s307 15 493 78'/%3E%3C/g%3E%3C/svg%3E") right -120px top 25px/900px no-repeat}
.about-hero-layout{max-width:1400px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(560px,1.15fr);align-items:center;gap:clamp(65px,7vw,115px)}
.about-hero-copy{position:relative;z-index:3;animation:aboutCopyIn .9s cubic-bezier(.16,1,.3,1) both}
.about-hero-copy>.route-kicker{display:block;margin-bottom:27px;letter-spacing:.2em}
.about-hero-copy h1{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(65px,6.7vw,100px);font-weight:500;line-height:.86;letter-spacing:-.055em}
.about-hero-copy h1 span{display:block}
.about-hero-copy h1 span+span{margin-top:14px}
.about-hero-copy h1 em{display:block;margin-top:9px;color:#ae607b;font-weight:400}
.about-hero-copy>p{max-width:520px;margin:35px 0 0;color:#675e5a;font-size:14px;line-height:2}
.about-hero-copy>nav{display:flex;flex-wrap:wrap;gap:16px;margin-top:35px}
.about-hero-copy>nav a{min-width:190px;display:flex;align-items:center;justify-content:space-between;padding:17px 22px;border:1px solid #c3728e;border-radius:99px;background:#c46e8b;color:#fff;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 12px 28px rgba(166,78,109,.14);opacity:0;animation:aboutButtonIn .6s .47s forwards;transition:transform .35s,background .35s,box-shadow .35s}
.about-hero-copy>nav a:nth-child(2){background:rgba(255,252,248,.6);color:#a95974;box-shadow:none;animation-delay:.57s}
.about-hero-copy>nav a:hover{transform:translateY(-4px);background:#b65a79;box-shadow:0 18px 36px rgba(166,78,109,.2)}
.about-hero-copy>nav a:nth-child(2):hover{background:#f1d9e1}
.about-hero-copy>nav b{font-size:14px;transition:transform .35s}
.about-hero-copy>nav a:hover b{transform:translateX(5px)}
.about-hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin-top:31px;padding-top:24px;border-top:1px solid rgba(129,98,89,.17)}
.about-hero-trust span{display:flex;align-items:center;gap:9px;color:#665d59;font-size:8px;font-weight:700;opacity:0;animation:aboutBadgeIn .5s forwards}
.about-hero-trust span:nth-child(1){animation-delay:.63s}
.about-hero-trust span:nth-child(2){animation-delay:.7s}
.about-hero-trust span:nth-child(3){animation-delay:.77s}
.about-hero-trust span:nth-child(4){animation-delay:.84s}
.about-hero-trust i{width:22px;height:22px;display:grid;flex:0 0 22px;place-items:center;border:1px solid #E67FB3;border-radius:50%;background:#fffaf6;color:#ad5a76;font-style:normal;font-size:9px}
.about-hero-visual{position:relative;min-height:660px;padding:30px 75px 75px 35px;animation:aboutVisualIn 1.15s .12s cubic-bezier(.16,1,.3,1) both}
.about-hero-people{position:relative;height:550px;overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.75);border-radius:85px 29px 73px 29px;background:#d9ccc2;box-shadow:0 36px 85px rgba(65,47,42,.18)}
.about-hero-people>span{height:100%;display:grid;grid-template-columns:1fr 1fr}
.about-hero-people img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(1.02);transition:transform 1s cubic-bezier(.16,1,.3,1),filter .5s}
.about-hero-people img:first-child{object-position:52% center}
.about-hero-people img:last-child{object-position:50% center}
.about-hero-visual:hover .about-hero-people img{transform:scale(1.025);filter:saturate(.88)}
.about-hero-people:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(34,27,27,.55))}
.about-hero-people figcaption{position:absolute;z-index:2;left:36px;bottom:31px;color:#fff}
.about-hero-people figcaption small{display:block;margin-bottom:7px;color:#f2c6d4;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.about-hero-people figcaption strong{font:500 30px/1.02 "Cormorant Garamond",serif}
.about-hero-clients{position:absolute;z-index:3;right:0;bottom:0;width:230px;height:180px;overflow:hidden;margin:0;border:8px solid #faf4ee;border-radius:26px;background:#ddd1c8;box-shadow:0 22px 50px rgba(60,43,39,.18);animation:aboutFloatIn .75s .65s both}
.about-hero-clients img{width:100%;height:100%;object-fit:cover;filter:saturate(.76)}
.about-hero-visual blockquote{position:absolute;z-index:4;left:0;top:0;width:245px;margin:0;padding:23px 25px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:rgba(255,251,247,.82);box-shadow:0 20px 46px rgba(62,45,41,.13);backdrop-filter:blur(17px);animation:aboutFloatIn .75s .75s both}
.about-hero-visual blockquote p{margin:0;color:#594c50;font:italic 19px/1.42 "Cormorant Garamond",serif}
.about-hero-visual blockquote cite{display:block;margin-top:13px;color:#a75c76;font:700 7px Manrope,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.about-scroll-cue{position:absolute;left:50%;bottom:32px;display:flex;flex-direction:column;align-items:center;gap:9px;color:#8c716f;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;transform:translateX(-50%)}
.about-scroll-cue i{position:relative;width:1px;height:28px;overflow:hidden;background:#dbc5bd}
.about-scroll-cue i:after{content:"";position:absolute;left:0;top:-100%;width:1px;height:70%;background:#b45e7b;animation:aboutScroll 2s infinite}
@keyframes aboutCopyIn{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}@keyframes aboutVisualIn{from{opacity:0;transform:translateY(30px) scale(.985)}to{opacity:1;transform:none}}@keyframes aboutFloatIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes aboutButtonIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes aboutBadgeIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes aboutScroll{0%{transform:translateY(0)}70%,100%{transform:translateY(290%)}}
@media(max-width:1100px){
.about-hero-layout{grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);gap:45px}
.about-hero-copy h1{font-size:67px}
.about-hero-visual{padding-right:45px}
.about-hero-trust{grid-template-columns:1fr}}
@media(max-width:880px){
.about-editorial-hero{padding-top:130px}
.about-hero-layout{grid-template-columns:1fr}
.about-hero-copy h1{font-size:clamp(68px,11vw,92px)}
.about-hero-trust{grid-template-columns:repeat(2,1fr)}
.about-hero-visual{width:min(720px,100%);margin:10px auto 0}
.about-scroll-cue{display:none}}
@media(max-width:620px){
.about-editorial-hero{min-height:0;padding:110px 20px 75px}
.about-hero-copy h1{font-size:58px}
.about-hero-copy>p{font-size:12px}
.about-hero-copy>nav{display:grid}
.about-hero-copy>nav a{width:100%}
.about-hero-trust{grid-template-columns:1fr}
.about-hero-visual{min-height:590px;margin-top:25px;padding:25px 0 115px}
.about-hero-people{height:450px;border-radius:55px 22px 49px 22px}
.about-hero-people figcaption{left:23px;bottom:23px}
.about-hero-visual blockquote{left:-3px;width:205px;padding:18px}
.about-hero-visual blockquote p{font-size:16px}
.about-hero-clients{right:5px;width:190px;height:145px;border-width:6px}}
@media(prefers-reduced-motion:reduce){
.about-hero-copy,.about-hero-visual,.about-hero-clients,.about-hero-visual blockquote,.about-hero-copy>nav a,.about-hero-trust span{opacity:1;transform:none;animation:none}
.about-scroll-cue i:after{animation:none}}
.team-profile-facts{gap:13px 15px}
.team-profile-facts>span:not(.team-fun-fact){min-height:104px;padding:16px 15px 15px 43px;border:1px solid rgba(173,132,119,.16);border-radius:14px;background:rgba(255,253,250,.54)}
.team-profile-facts>span:not(.team-fun-fact):before{left:15px;top:15px}
.team-profile-facts>span:nth-child(1):before{content:"⌂"}
.team-profile-facts>span:nth-child(2):before{content:"⌖";font-size:17px}
.team-profile-facts>span:nth-child(3):before{content:"♡";font-size:16px}
.team-profile-facts>span:nth-child(4):before{content:"◇";font-size:17px}
.team-profile-facts small{font-size:6.2px}
.team-profile-facts strong{font:500 11px/1.55 Manrope,sans-serif;color:#514744}
.team-profile-facts .team-fun-fact{margin-top:5px;padding:18px 45px 18px 19px}
.team-profile-facts .team-fun-fact small:before{content:"Beyond Property"}
.team-profile-facts .team-fun-fact strong{font:italic 15px/1.45 "Cormorant Garamond",serif}
.team-profile-badges{margin-top:20px}
.team-profile-badges span{padding:8px 11px;color:#865466;font-size:6.2px}
.team-flip-back blockquote{margin-top:23px;padding-block:22px;font-size:23px}
.team-flip-back blockquote:after{margin-top:11px}
@media(max-width:700px){
.team-profile-facts>span:not(.team-fun-fact){min-height:110px}
.team-flip-back blockquote{font-size:21px}}
@media(max-width:430px){
.team-profile-facts>span:not(.team-fun-fact){min-height:0}
.team-profile-facts strong{font-size:11px}}
.team-flip-back{padding:43px 45px 39px;overflow-y:auto;background:#fffaf6;background-image:radial-gradient(circle at 100% 0,rgba(237,198,211,.2),transparent 28%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='170' viewBox='0 0 220 170'%3E%3Cg fill='none' stroke='%23d5a7b5' opacity='.11'%3E%3Cpath d='M-20 42c51-40 84 18 134-14s87-7 122 21'/%3E%3Cpath d='M-24 69c56-38 91 19 143-10s88 1 121 28'/%3E%3Cpath d='M-27 99c61-35 97 19 151-5s88 8 120 34'/%3E%3C/g%3E%3C/svg%3E");background-position:center,right top;background-repeat:no-repeat}
.team-flip-back>figure{height:185px;overflow:hidden;margin:0 0 28px;border-radius:23px;background:#dfd3ca;box-shadow:0 16px 38px rgba(67,47,43,.11)}
.team-flip-back>figure img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:saturate(.8) contrast(1.02)}
.team-editorial-heading{margin-bottom:25px}
.team-editorial-heading>small{color:#b45475;font-size:7px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.team-editorial-heading h3{margin:7px 0 11px;font:500 50px/.86 "Cormorant Garamond",serif;letter-spacing:-.035em}
.team-editorial-heading>p{max-width:310px;margin:0;color:#956477;font:italic 15px/1.45 "Cormorant Garamond",serif}
.team-editorial-bio{max-width:345px;margin:0;color:#605753;font-size:10.5px;line-height:1.95}
.team-flip-back>blockquote{margin:29px 0 27px;padding:0;border:0;border-radius:0;background:none;color:#554047;font:italic 27px/1.25 "Cormorant Garamond",serif;overflow:visible}
.team-flip-back>blockquote:before{display:none}
.team-flip-back>blockquote cite{display:block;margin-top:12px;color:#a25d73;font:700 6px Manrope,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.team-flip-back>blockquote:after{display:none}
.team-outside{padding-top:20px;border-top:1px solid rgba(151,112,101,.18)}
.team-outside small{color:#b05474;font-size:6px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.team-outside p{max-width:340px;margin:9px 0 0;color:#6b605c;font:italic 14px/1.55 "Cormorant Garamond",serif}
.team-flip-back>footer{display:block;margin-top:auto;padding-top:26px;border-top:0}
.team-flip-back>footer a{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 19px;border:0;border-radius:99px;background:#c16c89;color:#fff;font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;box-shadow:0 12px 27px rgba(165,76,107,.15)}
.team-flip-back>footer .team-flip-close{width:auto;min-height:0;display:block;margin:15px auto 0;padding:0;border:0;border-radius:0;background:none;color:#8b6873;font-size:7px;font-weight:750;letter-spacing:.06em;text-transform:none}
.team-flip-back>footer .team-flip-close:before{display:none}
.team-flip-back>footer .team-flip-close:hover{color:#b44e72;background:none}
.team-flip-back>figure,.team-editorial-heading,.team-editorial-bio,.team-flip-back>blockquote,.team-outside,.team-flip-back>footer{opacity:0}
.team-flip-card.is-flipped .team-flip-back>figure{animation:teamEditorialReveal .58s .36s forwards}
.team-flip-card.is-flipped .team-editorial-heading{animation:teamEditorialReveal .55s .44s forwards}
.team-flip-card.is-flipped .team-editorial-bio{animation:teamEditorialReveal .55s .52s forwards}
.team-flip-card.is-flipped .team-flip-back>blockquote{animation:teamEditorialReveal .65s .63s forwards}
.team-flip-card.is-flipped .team-outside{animation:teamEditorialReveal .52s .73s forwards}
.team-flip-card.is-flipped .team-flip-back>footer{animation:teamEditorialReveal .5s .82s forwards}@keyframes teamEditorialReveal{from{opacity:0;transform:translateY(11px)}to{opacity:1;transform:none}}
@media(max-width:1050px){
.team-flip-back{padding:40px}
.team-flip-back>figure{height:175px}}
@media(max-width:700px){
.team-flip-back{padding:35px 28px 29px}
.team-flip-back>figure{height:190px}
.team-editorial-heading h3{font-size:48px}
.team-flip-back>blockquote{font-size:26px}
.team-flip-back>footer{display:block}}
@media(max-width:430px){
.team-flip-back{padding-inline:23px}
.team-flip-back>figure{height:175px}
.team-flip-back>blockquote{font-size:24px}}
@media(prefers-reduced-motion:reduce){
.team-flip-back>figure,.team-editorial-heading,.team-editorial-bio,.team-flip-back>blockquote,.team-outside,.team-flip-back>footer{opacity:1;animation:none!important}}
.team-flip-card,.team-flip-inner{height:910px;min-height:910px}
.team-flip-back{padding:52px 50px 45px}
.team-flip-back>figure{width:132px;height:132px;margin:0 0 38px;overflow:hidden;border:5px solid #fffaf6;border-radius:50%;outline:1px solid rgba(194,103,135,.5);box-shadow:0 17px 39px rgba(65,45,42,.15)}
.team-flip-back>figure img{object-position:center 24%}
.team-editorial-heading{margin-bottom:35px}
.team-editorial-heading h3{margin:9px 0 16px;font-size:65px;line-height:.82;letter-spacing:-.045em}
.team-editorial-heading>p{max-width:325px;font-size:17px;line-height:1.5}
.team-editorial-bio{max-width:355px;margin:0;font-size:11px;line-height:2.05}
.team-editorial-line{max-width:350px;margin:20px 0 0;color:#9c5d73;font:italic 15px/1.55 "Cormorant Garamond",serif}
.team-flip-back>blockquote{margin:38px 0 35px;padding:35px 0 0;border-top:1px solid rgba(190,102,133,.32);color:#503c43;font-size:34px;line-height:1.18;letter-spacing:-.02em}
.team-flip-back>blockquote cite{margin-top:17px}
.team-outside{padding-top:0;border-top:0}
.team-outside small{font-size:6.5px;letter-spacing:.18em}
.team-outside p{margin-top:12px;font-size:15px;line-height:1.65}
.team-flip-back>footer{margin-top:auto;padding-top:30px;border-top:1px solid rgba(190,102,133,.3)}
.team-flip-back>footer a{min-height:50px}
.team-flip-back>footer .team-flip-close{margin-top:18px}
.team-editorial-line{opacity:0}
.team-flip-card.is-flipped .team-editorial-line{animation:teamEditorialReveal .55s .59s forwards}
.team-flip-card.is-flipped .team-flip-back>blockquote{animation-delay:.69s}
.team-flip-card.is-flipped .team-outside{animation-delay:.8s}
.team-flip-card.is-flipped .team-flip-back>footer{animation-delay:.9s}
@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:900px;min-height:900px}
.team-flip-back{padding:48px 42px}
.team-editorial-heading h3{font-size:62px}}
@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:930px;min-height:930px}
.team-flip-back{padding:43px 30px 34px}
.team-flip-back>figure{width:125px;height:125px}
.team-editorial-heading h3{font-size:60px}
.team-flip-back>blockquote{font-size:31px}}
@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:960px;min-height:960px}
.team-flip-back{padding-inline:24px}
.team-flip-back>blockquote{font-size:29px}}
@media(prefers-reduced-motion:reduce){
.team-editorial-line{opacity:1;animation:none!important}}
.team-flip-card,.team-flip-inner{height:980px;min-height:980px}@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:970px;min-height:970px}}@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:990px;min-height:990px}}@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:1020px;min-height:1020px}}
.team-flip-grid{align-items:stretch}
.team-flip-card{height:auto;min-height:0;display:grid}
.team-flip-inner{height:auto;min-height:0;display:grid;align-self:stretch}
.team-flip-face{position:relative;inset:auto;grid-area:1/1;width:100%;height:auto;min-height:0}
.team-flip-front{z-index:2;align-self:stretch}
.team-flip-back{z-index:1;align-self:start;overflow:visible}
.team-flip-card.is-flipped .team-flip-front{z-index:1}
.team-flip-card.is-flipped .team-flip-back{z-index:2}
.team-flip-back>figure{position:relative;width:100%;height:205px;margin:0 0 43px;overflow:hidden;border:0;border-radius:28px 28px 18px 18px;outline:0;background:#ddd0c6;box-shadow:0 18px 41px rgba(65,45,42,.12)}
.team-flip-back>figure:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(255,250,246,.22));pointer-events:none}
.team-flip-back>figure img{width:100%;height:100%;object-fit:cover;object-position:center 28%;border-radius:inherit}
.team-editorial-heading{margin-bottom:39px}
.team-editorial-bio{line-height:2.1}
.team-editorial-line{margin-top:23px}
.team-flip-back>blockquote{margin-top:43px;margin-bottom:41px;padding-top:39px;font-size:36px;line-height:1.17}
.team-outside{margin-bottom:38px}
.team-flip-back>footer{margin-top:0;padding-top:33px}
.team-flip-back>footer a{min-height:52px}
.team-flip-back>footer .team-flip-close{margin-top:20px}
@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:auto;min-height:0}
.team-flip-back>figure{height:200px}}
@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:auto;min-height:0}
.team-flip-back{overflow:visible}
.team-flip-back>figure{height:210px;margin-bottom:38px}
.team-flip-back>blockquote{font-size:33px}}
@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:auto;min-height:0}
.team-flip-back>figure{height:190px}
.team-flip-back>blockquote{font-size:30px}}
.team-flip-card,.team-flip-inner{height:var(--team-card-height,auto);min-height:var(--team-card-height,0)}
.team-flip-face{height:100%}
.team-flip-back{align-self:stretch;cursor:pointer}
.team-flip-back a,.team-flip-back button{cursor:pointer}
.team-flip-card,.team-flip-inner{height:850px;min-height:850px}
.team-flip-face{height:100%}
.team-flip-front img,.team-flip-back>figure img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.team-flip-back{padding:36px 38px 32px;overflow:hidden}
.team-flip-back>figure{height:180px;margin-bottom:28px;flex:0 0 180px}
.team-editorial-heading{margin-bottom:24px}
.team-editorial-heading h3{font-size:57px;margin-bottom:11px}
.team-editorial-heading>p{font-size:15px}
.team-editorial-bio{font-size:10px;line-height:1.85}
.team-editorial-line{margin-top:14px;font-size:13px}
.team-flip-back>blockquote{margin:25px 0 23px;padding-top:24px;font-size:29px}
.team-outside{margin-bottom:20px}
.team-outside p{font-size:13px;margin-top:8px}
.team-flip-back>footer{padding-top:20px}
.team-flip-back>footer a{min-height:45px}
.team-flip-back>footer .team-flip-close{margin-top:13px}
@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:860px;min-height:860px}
.team-flip-back{padding:34px}
.team-flip-back>figure{height:180px}}
@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:880px;min-height:880px}
.team-flip-back{padding:32px 26px 27px;overflow:hidden}
.team-flip-back>figure{height:190px}
.team-flip-back>blockquote{font-size:28px}}
@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:900px;min-height:900px}
.team-flip-back>figure{height:180px}
.team-editorial-heading h3{font-size:53px}}
.team-editorial-heading>p{max-width:none;white-space:nowrap;font-size:13px;letter-spacing:-.01em}
@media(max-width:430px){
.team-editorial-heading>p{font-size:12px}}
.team-flip-card:nth-child(1) .team-editorial-heading,.team-flip-card:nth-child(2) .team-editorial-heading{padding-top:27px}
.team-flip-card,.team-flip-inner{height:760px;min-height:760px}
.team-flip-back>blockquote{margin-bottom:0}
.team-flip-back:focus{outline:none}
@media(max-width:1050px){
.team-flip-card,.team-flip-inner{height:770px;min-height:770px}}@media(max-width:700px){
.team-flip-card,.team-flip-inner{height:790px;min-height:790px}}@media(max-width:430px){
.team-flip-card,.team-flip-inner{height:810px;min-height:810px}}
.team-flip-card .team-editorial-heading{padding-top:0}
.team-flip-back{padding-top:28px;padding-bottom:26px}
.team-flip-back>figure{height:150px;flex-basis:150px;margin-bottom:24px}
.team-editorial-heading{margin-bottom:20px}
.team-editorial-heading h3{margin-top:5px;margin-bottom:9px;font-size:53px}
.team-editorial-heading>p{font-size:12px}
.team-editorial-bio{font-size:9.5px;line-height:1.75}
.team-editorial-line{margin-top:11px;font-size:11.5px;line-height:1.4;white-space:nowrap}
.team-flip-back>blockquote{margin-top:21px;padding-top:20px;font-size:26px;line-height:1.15}
.team-flip-back>blockquote cite{margin-top:9px}
@media(max-width:700px){
.team-flip-back{padding-top:27px}
.team-flip-back>figure{height:160px;flex-basis:160px}
.team-editorial-line{white-space:normal}
.team-flip-back>blockquote{font-size:26px}}
.team-flip-card:nth-child(1) .team-editorial-heading,.team-flip-card:nth-child(2) .team-editorial-heading,.team-flip-card:nth-child(3) .team-editorial-heading{padding-top:0}
.team-location-expertise{display:block;margin-top:11px;color:#665b58;font-size:7.5px;font-weight:650;letter-spacing:.015em;white-space:nowrap}
.team-location-expertise small{margin-right:7px;color:#b44e72;font-size:6px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.team-editorial-heading{margin-bottom:17px}
@media(max-width:430px){
.team-location-expertise{font-size:7px;white-space:normal}
.team-location-expertise small{display:block;margin:0 0 4px}}
.team-flip-back:after{content:"";position:absolute;left:50%;right:auto;bottom:17px;width:58px;height:30px;display:block;background:url('/assets/cw-logo.webp') center/contain no-repeat;border:0;border-radius:0;opacity:.2;transform:translateX(-50%);pointer-events:none}
.team-flip-back>blockquote{padding-bottom:26px}
.team-email-link{align-self:center;min-height:34px;display:inline-flex;align-items:center;gap:16px;margin:auto 0 38px;padding:0 15px;border:1px solid rgba(180,78,114,.42);border-radius:99px;background:rgba(255,252,248,.55);color:#9e5570;font-size:6.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:transform .35s,background .35s,border-color .35s,box-shadow .35s}
.team-email-link b{font-size:11px;transition:transform .35s}
.team-email-link:hover{transform:translateY(-3px);border-color:#b44e72;background:#f4dce4;box-shadow:0 10px 22px rgba(150,74,99,.1)}
.team-email-link:hover b{transform:translateX(4px)}
.team-flip-back:after{bottom:7px;width:54px;height:27px;opacity:.18}
.team-email-link{margin-bottom:32px}
.team-flip-front img[src$="cw-logo.webp"],.team-flip-back>figure img[src$="cw-logo.webp"]{object-fit:contain;object-position:center;padding:clamp(45px,8vw,90px);background:linear-gradient(145deg,#fbf5ef,#f1dfe5);filter:none}
.team-flip-back>figure img[src$="cw-logo.webp"]{padding:35px}
.team-flip-card:has(.team-flip-front img[src$="cw-logo.webp"]) .team-front-copy>strong{font-size:39px}
.team-flip-card:has(.team-flip-front img[src$="cw-logo.webp"]) .team-editorial-heading h3{font-size:43px}
.team-flip-card:has(.team-flip-front img[src$="cw-logo.webp"]) .team-editorial-heading>p{font-size:11px;white-space:nowrap}
.about-hero-people>span:has(.about-team-group-photo){display:block}
.about-hero-people .about-team-group-photo{width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.86) contrast(1.02)}
.kevin-page-hero{position:relative;overflow:hidden;padding:165px max(4vw,24px) 110px;background:#f8f1ea}
.kevin-contours{position:absolute;inset:0;opacity:.12;background:repeating-radial-gradient(ellipse at 90% 10%,transparent 0 54px,#c98ba033 55px 56px)}
.kevin-hero-layout{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.kevin-hero-copy h1{margin:25px 0 32px;font-size:clamp(68px,7vw,104px);line-height:.85;letter-spacing:-.06em}
.kevin-hero-copy h1 em,.kevin-section-head em,.kevin-intro em,.kevin-feature em,.kevin-newsletter em,.kevin-final em{display:block;color:#b5627e;font-family:"Cormorant Garamond",serif;font-weight:500}
.kevin-hero-copy p{max-width:570px;color:#6d625e;font-size:13px;line-height:1.9}
.kevin-hero-copy nav,.kevin-final nav{display:flex;gap:12px;margin-top:34px}
.kevin-hero-copy nav a,.kevin-final nav a{padding:17px 23px;border:1px solid #bf6987;border-radius:99px;background:#bf6987;color:#fff;font-size:8px;font-weight:800;text-transform:uppercase}
.kevin-hero-copy nav a+a,.kevin-final nav a+a{background:transparent;color:#9e5570}
.kevin-hero-collage{position:relative;height:600px}
.kevin-hero-collage figure{position:absolute;overflow:hidden;margin:0;border:7px solid #fffaf6;border-radius:26px;box-shadow:0 28px 65px #48352f29}
.kevin-hero-collage img{width:100%;height:100%;object-fit:cover}
.kevin-collage-main{inset:30px 75px 45px 5px;border-radius:80px 25px!important}
.kevin-hero-collage figure:nth-of-type(2){right:0;top:0;width:210px;height:165px}
.kevin-hero-collage figure:nth-of-type(3){right:0;bottom:0;width:230px;height:185px}
.kevin-hero-collage>span{position:absolute;left:-10px;bottom:20px;padding:20px;border-radius:50%;background:#fffaf6;color:#a55571;font:italic 20px "Cormorant Garamond",serif;transform:rotate(-8deg);box-shadow:0 18px 40px #48352f26}
.kevin-section-head{max-width:760px;margin-bottom:55px}
.kevin-section-head h2,.kevin-intro h2{margin:18px 0;font-size:clamp(50px,6vw,80px);line-height:.9}
.kevin-section-head p{color:#716762;font-size:12px;line-height:1.85}
.kevin-intro>.route-inner{display:grid;grid-template-columns:auto .9fr 1.1fr;gap:50px}
.kevin-paw{width:60px;height:60px;display:grid;place-items:center;border-radius:50%;background:#f0d7e0;font-size:25px}
.kevin-intro p{color:#6d625e;font-size:12px;line-height:1.9}
.kevin-intro strong{font:500 27px/1.25 "Cormorant Garamond",serif}
.kevin-feature{padding-top:30px;background:#f8f1ea}
.kevin-feature figure{position:relative;height:700px;overflow:hidden;margin:0;border-radius:50px;box-shadow:0 35px 80px #48352f2b}
.kevin-feature img{width:100%;height:100%;object-fit:cover}
.kevin-feature figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#211b1bbd,transparent 75%)}
.kevin-feature figcaption{position:absolute;z-index:2;left:6%;bottom:9%;max-width:570px;color:#fff}
.kevin-feature h2{margin:18px 0;font-size:clamp(55px,6vw,84px);line-height:.88}
.kevin-feature p{font-size:13px;line-height:1.8}
.kevin-feature a{display:block;margin-top:22px;color:#fff;font-size:8px;font-weight:800;text-transform:uppercase}
.kevin-intro{position:relative;padding:95px max(4vw,24px);background:#f4e7e2}
.kevin-intro>.route-inner{max-width:1240px;padding:clamp(45px,5vw,76px);border:1px solid rgba(190,135,151,.16);border-radius:48px;background:rgba(255,251,247,.72);box-shadow:0 25px 65px rgba(65,47,42,.07),inset 0 1px rgba(255,255,255,.9);backdrop-filter:blur(12px)}
.kevin-intro h2{font-size:clamp(48px,5vw,68px)}
.kevin-intro:before{content:"";position:absolute;right:5%;top:8%;width:290px;height:210px;opacity:.12;pointer-events:none;background:repeating-radial-gradient(ellipse at center,transparent 0 25px,#bd8295 26px 27px)}
.kevin-latest{background:#fdfaf6}
.kevin-latest>.route-inner{max-width:1580px}
.kevin-latest .kevin-section-head{max-width:860px;margin-left:0}
.kevin-latest .kevin-section-head h2{font-size:clamp(58px,6vw,86px)}
@media(max-width:620px){
.kevin-intro{padding:65px 18px}
.kevin-intro>.route-inner{padding:37px 27px;border-radius:31px}
.kevin-intro:before{display:none}
.kevin-intro h2{font-size:48px}
.kevin-latest .kevin-section-head h2{font-size:53px}}
.kevin-latest,.kevin-recommendations{background:#fdfaf6}
.kevin-filters{display:flex;gap:8px;margin-bottom:42px;overflow-x:auto;scrollbar-width:none}
.kevin-filters button{flex:0 0 auto;padding:12px 16px;border:1px solid #ddc9c0;border-radius:99px;background:#fffaf6;font-size:8px}
.kevin-filters button.is-active{background:#eed4de;color:#944e68}
.kevin-adventure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 18px}
.kevin-adventure-card{overflow:hidden;border:1px solid #e4d6ce;border-radius:28px;background:#fffaf6;box-shadow:0 15px 35px #4936300f;transition:.4s}
.kevin-adventure-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px #49363021}
.kevin-adventure-card[hidden]{display:none}
.kevin-adventure-card figure{position:relative;height:250px;overflow:hidden;margin:0}
.kevin-adventure-card img{width:100%;height:100%;object-fit:cover;transition:.7s}
.kevin-adventure-card:hover img{transform:scale(1.04)}
.kevin-adventure-card figure span{position:absolute;left:17px;bottom:16px;padding:8px 11px;border-radius:99px;background:#fffaf6dd;color:#a15470;font-size:7px;text-transform:uppercase}
.kevin-adventure-card>div{padding:25px}
.kevin-adventure-card small{color:#a65c76;font-size:7px}
.kevin-adventure-card h3{margin:13px 0;font:600 30px/1 "Cormorant Garamond",serif}
.kevin-adventure-card p{font-size:10px;line-height:1.8}
.kevin-adventure-card footer{display:flex;gap:9px;margin-top:22px;padding-top:17px;border-top:1px solid #e5d8d0;font-size:7px}
.kevin-adventure-card footer a{margin-left:auto;color:#a15470}
.kevin-knowledge{padding:95px 24px;background:#342e30;color:#fff;text-align:center}
.kevin-knowledge span{color:#E67FB3;font-size:8px;text-transform:uppercase}
.kevin-knowledge blockquote{max-width:950px;margin:22px auto 0;font:500 clamp(34px,4.5vw,58px)/1.15 "Cormorant Garamond",serif}
.kevin-knowledge em{color:#E67FB3}
.kevin-map-section,.kevin-gallery{background:#f3e7e1}
.kevin-map{position:relative;height:600px;overflow:hidden;border-radius:42px;background:#faf5ee}
.kevin-map svg{width:100%;height:100%;fill:#f0dcd8;stroke:#c98da1;stroke-width:2}
.kevin-map button{position:absolute;left:var(--x);top:var(--y);border:0;background:none;transform:translate(-50%,-50%)}
.kevin-map button>b{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#bd6683}
.kevin-map button>span{position:absolute;left:50%;bottom:58px;width:210px;padding:11px;border-radius:16px;background:#fffaf6;box-shadow:0 18px 40px #4a363326;opacity:0;transform:translate(-50%,8px);transition:.3s}
.kevin-map button:hover>span,.kevin-map button:focus>span{opacity:1;transform:translate(-50%,0)}
.kevin-map button img{width:100%;height:90px;object-fit:cover;border-radius:10px}
.kevin-map button span>*{display:block;margin-top:5px}
.kevin-map>div{position:absolute;left:5%;bottom:7%;font:600 32px/1 "Cormorant Garamond",serif}
.kevin-recommendation-track{display:flex;gap:17px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
.kevin-recommendation-track article{position:relative;flex:0 0 340px;height:450px;overflow:hidden;border-radius:29px;scroll-snap-align:start}
.kevin-recommendation-track img{width:100%;height:100%;object-fit:cover}
.kevin-recommendation-track article:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 50%,#211b1bc4)}
.kevin-recommendation-track article>div{position:absolute;z-index:2;left:24px;bottom:24px;color:#fff}
.kevin-recommendation-track h3{margin:8px 0;font:600 30px "Cormorant Garamond",serif}
.kevin-gallery .route-inner>div{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.kevin-gallery figure{position:relative;height:310px;overflow:hidden;margin:0;border-radius:24px}
.kevin-gallery img{width:100%;height:100%;object-fit:cover}
.kevin-gallery figcaption{position:absolute;left:17px;bottom:15px;padding:8px 10px;border-radius:99px;background:#fffaf6dd;color:#96516a;font-size:7px}
.kevin-newsletter{background:#eed6de}
.kevin-newsletter>.route-inner{display:grid;grid-template-columns:auto 1fr 1fr;gap:35px;align-items:center}
.kevin-newsletter h2{margin:10px 0;font-size:54px;line-height:.9}
.kevin-newsletter form{display:grid;grid-template-columns:1fr auto}
.kevin-newsletter input,.kevin-newsletter button{height:55px;border:1px solid #cb91a5;padding:0 19px}
.kevin-newsletter input{border-radius:99px 0 0 99px}
.kevin-newsletter button{border-radius:0 99px 99px 0;background:#b85e7d;color:#fff}
.kevin-newsletter form p{grid-column:1/-1}
.kevin-final{text-align:center}
.kevin-final h2{margin:20px 0;font-size:clamp(50px,6vw,82px);line-height:.9}
.kevin-final p{max-width:650px;margin:auto}
.kevin-final nav{justify-content:center}
@media(max-width:900px){
.kevin-hero-layout{grid-template-columns:1fr}
.kevin-intro>.route-inner{grid-template-columns:auto 1fr}
.kevin-intro>.route-inner>div:last-child{grid-column:2}
.kevin-adventure-grid{grid-template-columns:1fr 1fr}
.kevin-newsletter>.route-inner{grid-template-columns:auto 1fr}
.kevin-newsletter form{grid-column:2}}
@media(max-width:620px){
.kevin-page-hero{padding:110px 18px 70px}
.kevin-hero-copy h1{font-size:55px}
.kevin-hero-copy nav,.kevin-final nav{display:grid}
.kevin-hero-collage{height:460px}
.kevin-collage-main{inset:20px 25px 60px 0}
.kevin-hero-collage figure:nth-of-type(2){width:140px;height:115px}
.kevin-hero-collage figure:nth-of-type(3){width:160px;height:125px}
.kevin-intro>.route-inner{grid-template-columns:1fr;gap:22px}
.kevin-intro>.route-inner>div:last-child{grid-column:auto}
.kevin-feature figure{height:600px;border-radius:29px}
.kevin-feature figcaption{left:23px;right:23px;bottom:32px}
.kevin-feature h2{font-size:50px}
.kevin-adventure-grid{grid-template-columns:1fr}
.kevin-map{height:500px}
.kevin-map button>span{display:none}
.kevin-recommendation-track article{flex-basis:82vw;height:400px}
.kevin-gallery .route-inner>div{grid-template-columns:1fr}
.kevin-newsletter>.route-inner{grid-template-columns:1fr}
.kevin-newsletter form{grid-column:auto;grid-template-columns:1fr}
.kevin-newsletter input,.kevin-newsletter button{border-radius:99px}
.kevin-newsletter button{margin-top:8px}
.kevin-final{padding-inline:18px}
.kevin-final h2{font-size:48px}}
.kevin-latest{padding-block:clamp(110px,10vw,165px)}
.kevin-latest>.route-inner{max-width:1420px}
.kevin-latest .kevin-section-head{margin-bottom:50px}
.kevin-filters{gap:11px;margin-bottom:58px;padding:8px 2px 16px}
.kevin-filters button{min-height:43px;padding:0 19px;border-color:rgba(181,116,138,.25);background:rgba(255,252,248,.72);box-shadow:0 8px 20px transparent;transition:transform .35s,background .35s,border-color .35s,box-shadow .35s}
.kevin-filters button:hover{transform:translateY(-3px);border-color:#d08ca4;box-shadow:0 12px 25px rgba(168,84,113,.1)}
.kevin-filters button.is-active{border-color:#cf8ba2;background:#efd6df;box-shadow:0 10px 25px rgba(171,83,113,.11)}
.kevin-adventure-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:34px 24px;align-items:stretch}
.kevin-adventure-card{grid-column:span 6;display:grid;grid-template-rows:285px 1fr;min-height:555px;border-radius:32px}
.kevin-adventure-card.kevin-story-1{grid-column:span 12;grid-template-columns:minmax(0,1.42fr) minmax(390px,.78fr);grid-template-rows:560px;min-height:560px}
.kevin-adventure-card.kevin-story-1 figure{height:100%}
.kevin-adventure-card.kevin-story-1>div{padding:52px 48px;display:flex;flex-direction:column}
.kevin-adventure-card.kevin-story-1 h3{max-width:460px;font-size:49px}
.kevin-adventure-card.kevin-story-1 p{max-width:440px;font-size:11px}
.kevin-adventure-card figure{height:285px}
.kevin-adventure-card figure>i{position:absolute;right:18px;top:17px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(255,250,246,.82);font-style:normal;box-shadow:0 9px 22px rgba(55,42,38,.12);transition:transform .35s}
.kevin-adventure-card:hover figure>i{animation:kevinDiscoveryPaw .75s ease}
.kevin-adventure-card figure span{transition:transform .35s,box-shadow .35s}
.kevin-adventure-card:hover figure span{transform:translateY(-3px);box-shadow:0 9px 20px rgba(52,37,33,.13)}
.kevin-adventure-card>div{padding:31px 32px;display:flex;flex-direction:column}
.kevin-adventure-card h3{margin:16px 0 14px;font-size:36px;line-height:.98}
.kevin-adventure-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;color:#6d625e}
.kevin-adventure-card footer{margin-top:auto;flex-wrap:wrap;align-items:center;row-gap:11px}
.kevin-adventure-card footer strong{color:#b25e7b;font-size:8px;letter-spacing:.04em}
.kevin-adventure-card footer strong em{color:#72635f;font-style:normal;font-weight:600}
.kevin-adventure-card footer a{position:relative;transition:transform .35s,color .35s}
.kevin-adventure-card:hover footer a{color:#b44e72;transform:translateX(4px)}
.kevin-discovery-quote{grid-column:1/-1;margin:35px 0;padding:80px 8%;border-top:1px solid rgba(190,111,139,.27);border-bottom:1px solid rgba(190,111,139,.27);color:#55464a;text-align:center;font:italic clamp(36px,4.5vw,60px)/1.13 "Cormorant Garamond",serif}
.kevin-discovery-quote cite{display:block;margin-top:22px;color:#b05a78;font:700 8px Manrope,sans-serif;letter-spacing:.13em;text-transform:uppercase}@keyframes kevinDiscoveryPaw{40%{transform:translateY(-6px) rotate(-7deg)}70%{transform:translateY(1px) rotate(4deg)}}
@media(max-width:900px){
.kevin-adventure-card.kevin-story-1{grid-template-columns:1fr;grid-template-rows:390px auto}
.kevin-adventure-card.kevin-story-1>div{padding:38px}
.kevin-adventure-card{grid-column:span 6}
.kevin-adventure-card footer span:nth-of-type(2){display:none}}
@media(max-width:650px){
.kevin-latest{padding-inline:18px}
.kevin-filters{margin-right:-18px;padding-right:18px}
.kevin-adventure-card,.kevin-adventure-card.kevin-story-1{grid-column:1/-1;grid-template-columns:1fr;grid-template-rows:250px auto;min-height:500px}
.kevin-adventure-card.kevin-story-1>div,.kevin-adventure-card>div{padding:27px 24px}
.kevin-adventure-card.kevin-story-1 h3,.kevin-adventure-card h3{font-size:34px}
.kevin-adventure-card.kevin-story-1 p{font-size:10px}
.kevin-discovery-quote{margin:12px 0;padding:58px 10px;font-size:37px}
.kevin-adventure-card footer span{display:none}
.kevin-adventure-card footer a{margin-left:auto}}
.cw-paw-line,.cw-editorial-line,.cw-phone-line{width:18px;height:18px;display:inline-block;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.kevin-hero-collage>span .cw-paw-line{width:20px;height:20px;margin-left:5px}
.kevin-paw .cw-paw-line{width:27px;height:27px;color:#a95773}
.kevin-discovery-quote cite .cw-paw-line{width:15px;height:15px;margin-left:5px}
.ai-suggestion-chips button .cw-editorial-line{width:14px;height:14px;margin-right:7px;color:#a65a75}
.area-priority-card .cw-editorial-line,.areas-discovery-stats .cw-editorial-line{width:20px;height:20px;color:#a65a75}
.kevin-filters button{display:inline-flex;align-items:center;justify-content:center;gap:9px}
.kevin-filters button svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:#a65a75;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;transition:transform .35s,stroke .35s}
.kevin-filters button span{line-height:1}
.kevin-filters button:hover svg{stroke:#91465f;transform:translateY(-1px)}
.kevin-filters button.is-active svg{stroke:#8e4962}

/* Full-width asymmetric discoveries spread */
@media(min-width:1101px){
.kevin-latest{padding-inline:clamp(34px,4.5vw,78px)}
.kevin-latest>.route-inner{width:100%;max-width:1580px}
.kevin-latest .kevin-section-head{max-width:980px}
.kevin-filters{position:sticky;z-index:8;top:88px;width:100%;margin-bottom:48px;padding:12px 10px 14px;border:1px solid rgba(193,145,129,.15);border-radius:99px;background:rgba(253,250,246,.88);box-shadow:0 15px 35px rgba(69,48,42,.045);backdrop-filter:blur(16px)}
.kevin-filters button{flex:1;justify-content:center;white-space:nowrap}
.kevin-adventure-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,300px) auto auto;gap:22px}
.kevin-adventure-card.kevin-story-1{grid-column:1/span 9;grid-row:1/span 2;grid-template-columns:45% 55%;grid-template-rows:600px;min-height:600px}
.kevin-adventure-card.kevin-story-1>div{padding:clamp(40px,3.5vw,62px)}
.kevin-adventure-card.kevin-story-1 h3{font-size:clamp(45px,3.8vw,61px)}
.kevin-adventure-card.kevin-story-1 figure{min-width:0}
.kevin-adventure-card.kevin-story-2,.kevin-adventure-card.kevin-story-3{grid-column:10/-1;min-height:0;grid-template-rows:126px 1fr;border-radius:25px}
.kevin-adventure-card.kevin-story-2{grid-row:1}
.kevin-adventure-card.kevin-story-3{grid-row:2}
.kevin-adventure-card.kevin-story-2 figure,.kevin-adventure-card.kevin-story-3 figure{height:126px}
.kevin-adventure-card.kevin-story-2>div,.kevin-adventure-card.kevin-story-3>div{padding:20px 21px 18px}
.kevin-adventure-card.kevin-story-2 h3,.kevin-adventure-card.kevin-story-3 h3{margin:8px 0 7px;font-size:25px;line-height:.94}
.kevin-adventure-card.kevin-story-2 p,.kevin-adventure-card.kevin-story-3 p{display:none}
.kevin-adventure-card.kevin-story-2 footer,.kevin-adventure-card.kevin-story-3 footer{margin-top:auto;padding-top:11px;gap:5px}
.kevin-adventure-card.kevin-story-2 footer strong,.kevin-adventure-card.kevin-story-3 footer strong{font-size:6px}
.kevin-adventure-card.kevin-story-2 footer strong em,.kevin-adventure-card.kevin-story-3 footer strong em{display:none}
.kevin-adventure-card.kevin-story-2 footer span,.kevin-adventure-card.kevin-story-3 footer span{display:none}
.kevin-adventure-card.kevin-story-2 footer a,.kevin-adventure-card.kevin-story-3 footer a{font-size:6px}
.kevin-adventure-card.kevin-story-2 figure>i,.kevin-adventure-card.kevin-story-3 figure>i{width:31px;height:31px;right:12px;top:11px;font-size:12px}
.kevin-discovery-quote{grid-column:1/-1;grid-row:3;margin:35px 0;padding-block:72px}
.kevin-adventure-card.kevin-story-4,.kevin-adventure-card.kevin-story-5,.kevin-adventure-card.kevin-story-6{grid-row:4;grid-column:span 4;min-height:535px;grid-template-rows:275px 1fr}
.kevin-adventure-card.kevin-story-4 figure,.kevin-adventure-card.kevin-story-5 figure,.kevin-adventure-card.kevin-story-6 figure{height:275px}
.kevin-adventure-card footer{border-color:rgba(178,137,124,.22);background:transparent;color:#6d625e}
}
@media(min-width:901px) and (max-width:1100px){
.kevin-latest>.route-inner{width:100%;max-width:none}
.kevin-adventure-grid{grid-template-columns:repeat(12,minmax(0,1fr))}
.kevin-adventure-card.kevin-story-1{grid-column:1/-1}
.kevin-adventure-card:not(.kevin-story-1){grid-column:span 6}
.kevin-discovery-quote{grid-column:1/-1}
}
.kevin-adventure-card{border:1px solid rgba(181,143,130,.14);border-radius:36px;background:#fffdf9;box-shadow:0 18px 45px rgba(66,48,42,.055)}
.kevin-adventure-card:hover{transform:translateY(-5px);box-shadow:0 28px 65px rgba(66,48,42,.11)}
.kevin-adventure-card figure{overflow:hidden}
.kevin-adventure-card figure span{left:22px;bottom:20px;padding:9px 13px;border:1px solid rgba(255,255,255,.6);background:rgba(255,251,247,.86);backdrop-filter:blur(11px)}
.kevin-adventure-card>div{padding:34px 36px}
.kevin-adventure-card>div>small{letter-spacing:.1em;text-transform:uppercase}
.kevin-adventure-card h3{margin:18px 0 15px;font-size:34px;line-height:1.06;letter-spacing:-.025em}
.kevin-adventure-card p{-webkit-line-clamp:1;color:#716762;font-size:10px;line-height:1.75}
.kevin-adventure-card footer{margin-top:auto;padding-top:20px;border-top:1px solid rgba(171,132,119,.17);background:transparent}
.kevin-adventure-card footer>span{color:#9f5871;font-size:7px;font-weight:750;letter-spacing:.025em}
.kevin-adventure-card footer a{color:#8e4f66;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.kevin-adventure-card footer a:hover{color:#b44e72}
@media(min-width:1101px){
.kevin-adventure-grid{grid-template-rows:auto auto auto;gap:28px 24px}
.kevin-adventure-card.kevin-story-1{grid-column:1/-1;grid-row:1;grid-template-columns:60% 40%;grid-template-rows:610px;min-height:610px}
.kevin-adventure-card.kevin-story-1>div{padding:clamp(52px,4.4vw,76px);justify-content:center}
.kevin-adventure-card.kevin-story-1 h3{max-width:480px;margin:22px 0 19px;font-size:clamp(39px,3.1vw,49px);line-height:1.08;letter-spacing:-.025em}
.kevin-adventure-card.kevin-story-1 p{max-width:470px;-webkit-line-clamp:2;font-size:11px;line-height:1.85}
.kevin-adventure-card.kevin-story-1 footer{margin-top:42px;padding-top:23px}
.kevin-adventure-card.kevin-story-1 footer>span{font-size:8px}
.kevin-adventure-card.kevin-story-2,.kevin-adventure-card.kevin-story-3,.kevin-adventure-card.kevin-story-4{grid-column:span 4;grid-row:2;grid-template-columns:1fr;grid-template-rows:285px 1fr;min-height:555px;border-radius:36px}
.kevin-adventure-card.kevin-story-5,.kevin-adventure-card.kevin-story-6{grid-column:span 6;grid-row:4;grid-template-columns:1fr;grid-template-rows:300px 1fr;min-height:570px;border-radius:36px}
.kevin-adventure-card.kevin-story-2 figure,.kevin-adventure-card.kevin-story-3 figure,.kevin-adventure-card.kevin-story-4 figure{height:285px}
.kevin-adventure-card.kevin-story-5 figure,.kevin-adventure-card.kevin-story-6 figure{height:300px}
.kevin-adventure-card.kevin-story-2>div,.kevin-adventure-card.kevin-story-3>div,.kevin-adventure-card.kevin-story-4>div,.kevin-adventure-card.kevin-story-5>div,.kevin-adventure-card.kevin-story-6>div{padding:34px 36px}
.kevin-adventure-card.kevin-story-2 h3,.kevin-adventure-card.kevin-story-3 h3,.kevin-adventure-card.kevin-story-4 h3,.kevin-adventure-card.kevin-story-5 h3,.kevin-adventure-card.kevin-story-6 h3{margin:18px 0 15px;font-size:34px;line-height:1.06}
.kevin-adventure-card.kevin-story-2 p,.kevin-adventure-card.kevin-story-3 p,.kevin-adventure-card.kevin-story-4 p,.kevin-adventure-card.kevin-story-5 p,.kevin-adventure-card.kevin-story-6 p{display:-webkit-box}
.kevin-adventure-card.kevin-story-2 footer,.kevin-adventure-card.kevin-story-3 footer,.kevin-adventure-card.kevin-story-4 footer,.kevin-adventure-card.kevin-story-5 footer,.kevin-adventure-card.kevin-story-6 footer{margin-top:auto;padding-top:20px}
.kevin-adventure-card.kevin-story-2 footer span,.kevin-adventure-card.kevin-story-3 footer span,.kevin-adventure-card.kevin-story-4 footer span,.kevin-adventure-card.kevin-story-5 footer span,.kevin-adventure-card.kevin-story-6 footer span{display:inline;font-size:7px}
.kevin-adventure-card.kevin-story-2 footer a,.kevin-adventure-card.kevin-story-3 footer a,.kevin-adventure-card.kevin-story-4 footer a,.kevin-adventure-card.kevin-story-5 footer a,.kevin-adventure-card.kevin-story-6 footer a{font-size:7px}
.kevin-discovery-quote{grid-row:3}
}
@media(max-width:650px){
.kevin-adventure-card>div{padding:29px 25px}
.kevin-adventure-card h3{font-size:33px}
.kevin-adventure-card p{-webkit-line-clamp:2}
.kevin-adventure-card footer>span{display:inline}
.kevin-adventure-card footer{flex-wrap:nowrap}}
.kevin-knowledge{position:relative;isolation:isolate;overflow:hidden;min-height:540px;padding:105px 24px;background-color:#312c2f;background-image:radial-gradient(circle at 50% 48%,rgba(178,86,119,.16),transparent 34%),radial-gradient(circle at 78% 16%,rgba(255,255,255,.035),transparent 28%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");display:grid;place-items:center}
.kevin-knowledge-contours{position:absolute;z-index:-1;inset:-8%;opacity:.09;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='620' viewBox='0 0 1000 620'%3E%3Cg fill='none' stroke='%23E67FB3'%3E%3Cpath d='M-80 165c185-130 308 56 488-55s337-39 590 48'/%3E%3Cpath d='M-91 226c201-125 331 52 516-48s348-22 584 66'/%3E%3Cpath d='M-101 294c217-116 352 48 543-38s350-3 575 83'/%3E%3Cpath d='M-109 369c231-107 371 43 567-27s352 17 565 101'/%3E%3C/g%3E%3C/svg%3E") center/1100px no-repeat;animation:kevinContourDrift 18s ease-in-out infinite alternate}
.kevin-knowledge>.route-inner{position:relative;width:100%;max-width:980px;display:flex;flex-direction:column;align-items:center}
.kevin-knowledge>.route-inner>span{padding-bottom:17px;color:#E67FB3;font-size:7px;font-weight:850;letter-spacing:.2em}
.kevin-knowledge>.route-inner>span:after{content:"";width:74px;height:1px;display:block;margin:17px auto 0;background:linear-gradient(90deg,transparent,#c67894,transparent)}
.kevin-knowledge blockquote{position:relative;width:100%;max-width:850px;margin:0;padding:34px 40px 38px;border-bottom:1px solid rgba(230,127,179,.28);font-size:inherit}
.kevin-knowledge blockquote>b{position:absolute;left:4px;top:-11px;color:#fff;font:500 145px/1 "Cormorant Garamond",serif;opacity:.035}
.kevin-knowledge blockquote p{max-width:760px;margin:0 auto;color:#f5ede8;font:500 clamp(31px,3.4vw,47px)/1.32 "Cormorant Garamond",serif;letter-spacing:-.02em}
.kevin-knowledge blockquote em{display:block;margin-top:15px;color:#E67FB3;font:500 clamp(36px,3.8vw,52px)/1.2 "Cormorant Garamond",serif;opacity:0;animation:kevinQuoteReveal .85s .25s forwards}
.kevin-knowledge blockquote em i{display:inline-grid;width:29px;height:29px;margin-left:9px;place-items:center;border:1px solid rgba(230,127,179,.36);border-radius:50%;font:normal 13px "Cormorant Garamond",serif;vertical-align:middle}
.kevin-knowledge blockquote cite{display:block;margin-top:22px;color:#c997a8;font:700 7px Manrope,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.kevin-knowledge>.route-inner>p{max-width:700px;margin:28px auto 0;color:#c8beba;font-size:10.5px;line-height:1.9;text-align:center}
.kevin-knowledge>.route-inner>a{display:inline-flex;align-items:center;gap:13px;margin-top:25px;padding-bottom:7px;border-bottom:1px solid rgba(230,127,179,.45);color:#efdce3;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:color .35s,border-color .35s}
.kevin-knowledge>.route-inner>a b{font-size:12px;transition:transform .35s}
.kevin-knowledge>.route-inner>a:hover{color:#fff;border-color:#E67FB3}
.kevin-knowledge>.route-inner>a:hover b{transform:translateX(5px)}
.kevin-knowledge-paws{position:absolute;right:3%;bottom:-26px;color:#E67FB3;font:normal 19px "Cormorant Garamond",serif;letter-spacing:14px;opacity:.08;transform:rotate(-12deg)}@keyframes kevinQuoteReveal{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes kevinContourDrift{to{transform:translate3d(2%,-1.5%,0) scale(1.025)}}
@media(max-width:650px){
.kevin-knowledge{min-height:0;padding:82px 18px}
.kevin-knowledge blockquote{padding:30px 5px 33px}
.kevin-knowledge blockquote p{font-size:31px;line-height:1.28}
.kevin-knowledge blockquote em{font-size:36px}
.kevin-knowledge>.route-inner>p{font-size:10px}
.kevin-knowledge-paws{display:none}}
@media(prefers-reduced-motion:reduce){
.kevin-knowledge-contours,.kevin-knowledge blockquote em{animation:none;opacity:1}}
.kevin-adventure-card{display:grid;overflow:hidden;background:#fffdf9;border:1px solid rgba(169,128,114,.1);border-radius:34px;box-shadow:0 20px 48px rgba(66,48,42,.055)}
.kevin-adventure-card figure{position:relative;height:100%;min-height:0;margin:0}
.kevin-adventure-card figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(31,25,24,.38))}
.kevin-adventure-card figure img{display:block;transform:scale(1.002);transition:transform 1.1s cubic-bezier(.16,1,.3,1),filter .7s}
.kevin-adventure-card:hover figure img{transform:scale(1.035)}
.kevin-adventure-card figcaption{position:absolute;z-index:2;left:24px;bottom:21px;color:#fff;font-size:8px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.kevin-adventure-card>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,3vw,49px)}
.kevin-adventure-card>div>small{display:flex;align-items:center;gap:7px;color:#a35a74;font-size:7px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}
.kevin-adventure-card>div>small i{width:19px;height:19px;display:grid;place-items:center;border:1px solid rgba(188,102,131,.34);border-radius:50%;font:normal 10px "Cormorant Garamond",serif}
.kevin-adventure-card h3{max-width:470px;margin:19px 0 15px;font-size:clamp(31px,2.4vw,40px);font-weight:550;line-height:1.04;letter-spacing:-.025em}
.kevin-adventure-card p{max-width:470px;margin:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#706661;font-size:10.5px;line-height:1.85}
.kevin-adventure-card>div>a{width:max-content;margin-top:27px;padding-bottom:6px;border-bottom:1px solid rgba(182,91,122,.45);color:#925068;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;transition:color .35s,border-color .35s}
.kevin-adventure-card>div>a b{display:inline-block;margin-left:8px;font-size:12px;transition:transform .35s}
.kevin-adventure-card:hover>div>a{border-color:#b45a78;color:#b04f71}
.kevin-adventure-card:hover>div>a b{transform:translateX(5px)}
@media(min-width:1101px){
.kevin-adventure-grid{grid-template-rows:600px 340px auto 340px 400px;gap:28px}
.kevin-adventure-card.kevin-story-1{grid-column:1/-1;grid-row:1;grid-template-columns:62% 38%;grid-template-rows:600px;min-height:0}
.kevin-adventure-card.kevin-story-1>div{padding:clamp(50px,5vw,78px)}
.kevin-adventure-card.kevin-story-1 h3{font-size:clamp(40px,3.2vw,52px);line-height:1.07}
.kevin-adventure-card.kevin-story-2,.kevin-adventure-card.kevin-story-3,.kevin-adventure-card.kevin-story-4,.kevin-adventure-card.kevin-story-5{grid-column:span 6;grid-template-columns:52% 48%;grid-template-rows:340px;min-height:0;border-radius:32px}
.kevin-adventure-card.kevin-story-2,.kevin-adventure-card.kevin-story-3{grid-row:2}
.kevin-discovery-quote{grid-row:3}
.kevin-adventure-card.kevin-story-4,.kevin-adventure-card.kevin-story-5{grid-row:4}
.kevin-adventure-card.kevin-story-6{grid-column:1/-1;grid-row:5;grid-template-columns:42% 58%;grid-template-rows:400px;min-height:0}
.kevin-adventure-card.kevin-story-6 figure{grid-column:2;grid-row:1}
.kevin-adventure-card.kevin-story-6>div{grid-column:1;grid-row:1;padding-left:clamp(45px,5vw,78px)}
.kevin-adventure-card.kevin-story-2 figure,.kevin-adventure-card.kevin-story-3 figure,.kevin-adventure-card.kevin-story-4 figure,.kevin-adventure-card.kevin-story-5 figure,.kevin-adventure-card.kevin-story-6 figure{height:100%}
.kevin-adventure-card.kevin-story-2>div,.kevin-adventure-card.kevin-story-3>div,.kevin-adventure-card.kevin-story-4>div,.kevin-adventure-card.kevin-story-5>div{padding:32px 34px}
.kevin-adventure-card.kevin-story-2 h3,.kevin-adventure-card.kevin-story-3 h3,.kevin-adventure-card.kevin-story-4 h3,.kevin-adventure-card.kevin-story-5 h3{margin-block:15px 12px;font-size:31px;line-height:1.02}
.kevin-adventure-card.kevin-story-2 p,.kevin-adventure-card.kevin-story-3 p,.kevin-adventure-card.kevin-story-4 p,.kevin-adventure-card.kevin-story-5 p{font-size:9.5px;line-height:1.7}
.kevin-adventure-card.kevin-story-2>div>a,.kevin-adventure-card.kevin-story-3>div>a,.kevin-adventure-card.kevin-story-4>div>a,.kevin-adventure-card.kevin-story-5>div>a{margin-top:19px}
}
@media(min-width:651px) and (max-width:1100px){
.kevin-adventure-card,.kevin-adventure-card.kevin-story-1{grid-column:1/-1;grid-template-columns:55% 45%;grid-template-rows:380px;min-height:0}
.kevin-adventure-card figure{height:100%}
.kevin-discovery-quote{grid-column:1/-1}}
@media(max-width:650px){
.kevin-adventure-card,.kevin-adventure-card.kevin-story-1{grid-template-columns:1fr;grid-template-rows:260px auto;min-height:500px}
.kevin-adventure-card figure,.kevin-adventure-card.kevin-story-1 figure{height:260px}
.kevin-adventure-card>div,.kevin-adventure-card.kevin-story-1>div{padding:31px 26px 34px}
.kevin-adventure-card h3,.kevin-adventure-card.kevin-story-1 h3{font-size:34px;line-height:1.04}
.kevin-adventure-card>div>a{margin-top:23px}}
.community-hero{position:relative;min-height:880px;display:flex;align-items:flex-end;overflow:hidden;padding:145px max(4vw,24px) 105px;color:#fff;background:#342e30}
.community-hero>figure,.community-hero>figure img,.community-hero-shade{position:absolute;inset:0;width:100%;height:100%;margin:0}
.community-hero>figure img{object-fit:cover;object-position:center 45%;filter:saturate(.76)}
.community-hero-shade{background:linear-gradient(90deg,rgba(31,26,27,.84),rgba(31,26,27,.2)),linear-gradient(0deg,rgba(31,26,27,.48),transparent 50%)}
.community-hero-copy{position:relative;z-index:2;width:100%;max-width:1400px}
.community-hero .route-kicker{color:#E67FB3}
.community-hero h1{max-width:850px;margin:25px 0 31px;font-size:clamp(68px,7vw,104px);line-height:.86;letter-spacing:-.06em}
.community-hero h1 em,.community-commitment h2 em,.community-heading h2 em,.community-impact h2 em,.community-cta h2 em{display:block;color:#E67FB3;font-family:"Cormorant Garamond",serif;font-weight:500}
.community-hero p{max-width:670px;color:#eee4df;font-size:14px;line-height:1.9}
.community-hero nav,.community-cta nav{display:flex;gap:13px;margin-top:35px}
.community-hero nav a,.community-cta nav a{min-height:56px;padding:0 24px;display:flex;align-items:center;gap:17px;border:1px solid #ca7894;border-radius:99px;background:#c56f8c;color:#fff;font-size:8px;font-weight:800;text-transform:uppercase;transition:.35s}
.community-hero nav a+a,.community-cta nav a+a{background:transparent}
.community-hero nav a:hover,.community-cta nav a:hover{transform:translateY(-4px)}
.community-commitment>.route-inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(70px,9vw,145px)}
.community-commitment h2,.community-heading h2,.community-impact h2,.community-cta h2{margin:20px 0;font-size:clamp(52px,5.8vw,80px);line-height:.91;letter-spacing:-.05em}
.community-commitment h2 em,.community-heading h2 em,.community-impact h2 em,.community-cta h2 em{color:#b5617d}
.community-commitment p,.community-heading>p{max-width:650px;color:#6d635f;font-size:12px;line-height:1.9}
.community-commitment blockquote{margin:38px 0 0;padding-top:30px;border-top:1px solid #dfc5ce;color:#504447;font:500 30px/1.3 "Cormorant Garamond",serif}
.community-commitment blockquote em{color:#b25d79}
.community-heading{max-width:820px;margin-bottom:65px}
.community-stories,.community-partners,.community-impact{background:#f3e7e1}
.community-story-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:26px 20px}
.community-story{grid-column:span 6;overflow:hidden;border-radius:34px;background:#fffaf6;box-shadow:0 18px 48px #3d2c2711;transition:.4s}
.community-story:first-child{grid-column:1/-1;display:grid;grid-template-columns:58% 42%;min-height:580px}
.community-story:hover{transform:translateY(-6px);box-shadow:0 28px 65px #3d2c271f}
.community-story figure{position:relative;height:320px;overflow:hidden;margin:0}
.community-story:first-child figure{height:100%}
.community-story img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:.8s}
.community-story:hover img{transform:scale(1.035)}
.community-story figcaption{position:absolute;left:20px;bottom:18px;padding:9px 12px;border-radius:99px;background:#fffaf6e8;color:#9d536d;font-size:7px;text-transform:uppercase}
.community-story>div{padding:33px 36px}
.community-story:first-child>div{display:flex;flex-direction:column;justify-content:center;padding:52px}
.community-story small,.community-partner-grid small{color:#aa5d77;font-size:7px;text-transform:uppercase}
.community-story h3{margin:15px 0;font:600 36px/1.02 "Cormorant Garamond",serif}
.community-story:first-child h3{font-size:50px}
.community-story p,.community-partner-grid p{color:#706661;font-size:10px;line-height:1.8}
.community-story a{display:inline-flex;gap:12px;margin-top:23px;color:#925168;font-size:7px;font-weight:800;text-transform:uppercase}
.community-timeline-list{position:relative}
.community-timeline-list:before{content:"";position:absolute;left:160px;inset-block:0;width:1px;background:#dcc8c0}
.community-timeline-list article{position:relative;min-height:235px;display:grid;grid-template-columns:130px 38px 1fr 260px;gap:24px;align-items:center;padding:28px 0}
.community-timeline-list time{color:#a35a74;font:600 19px "Cormorant Garamond",serif}
.community-timeline-list article>span{z-index:2;width:13px;height:13px;justify-self:center;border:3px solid #fdfaf6;border-radius:50%;background:#bd6985}
.community-timeline-list article>div{padding-right:30px}
.community-timeline-list small{color:#a45b75;font-size:7px;text-transform:uppercase}
.community-timeline-list h3{margin:11px 0;font:600 31px "Cormorant Garamond",serif}
.community-timeline-list p{color:#706661;font-size:10px;line-height:1.8}
.community-timeline-list figure{height:180px;overflow:hidden;margin:0;border-radius:28px}
.community-timeline-list img{width:100%;height:100%;object-fit:cover}
.community-partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.community-partner-grid article{overflow:hidden;border-radius:31px;background:#fffaf6;box-shadow:0 16px 42px #3d2c270f;transition:.4s}
.community-partner-grid article:hover{transform:translateY(-5px)}
.community-partner-grid img{width:100%;height:250px;object-fit:cover}
.community-partner-grid article>div{padding:29px}
.community-partner-grid h3{margin:13px 0;font:600 31px "Cormorant Garamond",serif}
.community-partner-grid span{display:block;margin-top:20px;padding-top:16px;border-top:1px solid #e4d7cf;color:#a65b75;font-size:7px;text-transform:uppercase}
.community-gallery .route-inner>div{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:180px;gap:14px}
.community-gallery button{position:relative;grid-column:span 4;grid-row:span 2;overflow:hidden;padding:0;border:0;border-radius:27px}
.community-gallery button:nth-child(1),.community-gallery button:nth-child(5){grid-column:span 7;grid-row:span 3}
.community-gallery button:nth-child(2),.community-gallery button:nth-child(6){grid-column:span 5;grid-row:span 3}
.community-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:.8s}
.community-gallery button:hover img{transform:scale(1.035)}
.community-gallery button span{position:absolute;left:18px;bottom:16px;padding:8px 11px;border-radius:99px;background:#fffaf6df;color:#925168;font-size:7px}
.community-lightbox{width:min(1050px,92vw);padding:14px;border:0;border-radius:30px;background:#fffaf6}
.community-lightbox::backdrop{background:#1e191ad1;backdrop-filter:blur(8px)}
.community-lightbox>button{position:absolute;z-index:2;right:24px;top:24px;padding:10px 14px;border:0;border-radius:99px}
.community-lightbox figure{margin:0}
.community-lightbox img{width:100%;max-height:78vh;display:block;object-fit:contain;border-radius:22px}
.community-lightbox figcaption{padding:15px}
.community-impact>.route-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.community-impact>.route-inner>div{display:grid;grid-template-columns:1fr 1fr}
.community-impact article{min-height:165px;padding:28px;border-top:1px solid #ddcbc3}
.community-impact article:nth-child(even){border-left:1px solid #ddcbc3}
.community-impact strong{display:block;color:#a95773;font:600 37px "Cormorant Garamond",serif}
.community-impact article span{display:block;margin-top:11px;font-size:9px}
.community-impact>.route-inner>p{grid-column:2;font-size:8px}
.community-why{position:relative;padding:115px 24px;background:#342e30;color:#fff;text-align:center}
.community-why small{color:#E67FB3;font-size:7px;text-transform:uppercase}
.community-why blockquote{max-width:970px;margin:25px auto 0;font:500 clamp(36px,4.7vw,62px)/1.17 "Cormorant Garamond",serif}
.community-why em{display:block;margin-top:13px;color:#E67FB3}
.community-cta{text-align:center;background:#eed7df}
.community-cta p{max-width:650px;margin:auto}
.community-cta nav{justify-content:center}
.community-cta nav a+a{border-color:#bc6a86;color:#9a536c}
@media(max-width:900px){
.community-commitment>.route-inner,.community-impact>.route-inner{grid-template-columns:1fr}
.community-story:first-child{grid-template-columns:1fr;min-height:0}
.community-story:first-child figure{height:420px}
.community-timeline-list article{grid-template-columns:110px 38px 1fr}
.community-timeline-list figure{display:none}
.community-timeline-list:before{left:140px}
.community-partner-grid{grid-template-columns:1fr 1fr}
.community-impact>.route-inner>p{grid-column:auto}}
@media(max-width:620px){
.community-hero{min-height:750px;padding:108px 20px 68px}
.community-hero h1{font-size:55px}
.community-hero p{font-size:12px}
.community-hero nav,.community-cta nav{display:grid}
.community-hero nav a,.community-cta nav a{justify-content:center}
.community-commitment>.route-inner{gap:35px}
.community-story,.community-story:first-child{grid-column:1/-1}
.community-story figure,.community-story:first-child figure{height:270px}
.community-story>div,.community-story:first-child>div{padding:28px 24px}
.community-story:first-child h3,.community-story h3{font-size:34px}
.community-timeline-list:before{left:8px}
.community-timeline-list article{grid-template-columns:24px 1fr;gap:13px;padding-left:27px}
.community-timeline-list time,.community-timeline-list article>div{grid-column:2}
.community-timeline-list article>span{position:absolute;left:2px;top:30px}
.community-partner-grid{grid-template-columns:1fr}
.community-gallery .route-inner>div{grid-template-columns:1fr;grid-auto-rows:290px}
.community-gallery button,.community-gallery button:nth-child(n){grid-column:auto;grid-row:auto}
.community-impact>.route-inner>div{grid-template-columns:1fr}
.community-impact article:nth-child(even){border-left:0}
.community-why{padding:90px 18px}
.community-why blockquote{font-size:37px}
.community-cta{padding-inline:20px}}
.community-story-page{background:#fdfaf6}
.community-story-page>header{padding:165px max(4vw,24px) 75px;background:radial-gradient(circle at 82% 18%,rgba(230,127,179,.2),transparent 27%),#f4e8e2}
.community-story-page>header .route-inner{max-width:1250px}
.community-story-page>header a{display:inline-block;margin-bottom:55px;color:#9b5a70;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.community-story-page>header h1{max-width:1050px;margin:22px 0 25px;font-size:clamp(61px,7vw,98px);line-height:.88;letter-spacing:-.06em}
.community-story-page>header h1 em{display:block;color:#b45e7b;font-family:"Cormorant Garamond",serif;font-weight:500}
.community-story-page>header time{color:#8b7d78;font-size:8px;letter-spacing:.1em;text-transform:uppercase}
.community-story-page-hero{max-width:1500px;margin:0 auto;padding:0 max(4vw,24px);transform:translateY(45px)}
.community-story-page-hero img{width:100%;max-height:760px;display:block;object-fit:cover;border-radius:54px 22px;box-shadow:0 35px 80px rgba(57,42,38,.17)}
.community-story-page-hero figcaption{margin:18px 0 0 20px;color:#7e706b;font:italic 17px "Cormorant Garamond",serif}
.community-story-page>section{padding-top:145px}
.community-story-article{max-width:1180px;display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:clamp(70px,9vw,140px);align-items:start}
.community-story-article>div>p{max-width:720px;margin:0 0 27px;color:#655c58;font-size:12px;line-height:2}
.community-story-article blockquote{max-width:750px;margin:48px 0 0;padding:35px 0 35px 31px;border-left:2px solid #c87793;color:#55444a;font:italic 31px/1.4 "Cormorant Garamond",serif}
.community-story-external{width:max-content;display:flex;gap:14px;margin-top:37px;padding-bottom:7px;border-bottom:1px solid #c8839a;color:#925068;font-size:7px;font-weight:800;text-transform:uppercase}
.community-story-article aside{position:sticky;top:125px;padding:25px 0;border-top:1px solid #decfc7;border-bottom:1px solid #decfc7}
.community-story-article aside>*{display:block}
.community-story-article aside small{color:#a65c76;font-size:7px;text-transform:uppercase}
.community-story-article aside strong{margin-top:16px;font:600 22px/1.2 "Cormorant Garamond",serif}
.community-story-article aside span{margin-top:10px;color:#8a7c76;font-size:8px}
.community-story-article aside a{margin-top:25px;color:#98546c;font-size:7px;text-transform:uppercase}
.community-story-gallery{padding-top:30px!important;background:#f3e7e1}
.community-story-gallery>.route-inner{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.community-story-gallery figure{margin:0}
.community-story-gallery img{width:100%;height:520px;object-fit:cover;border-radius:32px}
.community-story-gallery figcaption{margin:13px 0 0 12px;color:#786a65;font:italic 16px "Cormorant Garamond",serif}
.community-story-next{text-align:center;background:#eed7df}
.community-story-next h2{margin:18px 0 30px;font-size:clamp(52px,6vw,80px);line-height:.9}
.community-story-next h2 em{color:#ad5a77}
.community-story-next a{display:inline-flex;gap:14px;color:#925068;font-size:8px;font-weight:800;text-transform:uppercase}
@media(max-width:760px){
.community-story-page>header{padding:115px 20px 60px}
.community-story-page>header a{margin-bottom:38px}
.community-story-page>header h1{font-size:54px}
.community-story-page-hero{padding-inline:18px}
.community-story-page-hero img{height:390px;border-radius:31px 14px}
.community-story-article{grid-template-columns:1fr;gap:55px}
.community-story-article aside{position:static}
.community-story-gallery>.route-inner{grid-template-columns:1fr}
.community-story-gallery img{height:350px}
.community-story-next{padding-inline:20px}}
.community-story-page>.community-article-hero{padding:clamp(130px,12vw,185px) max(4vw,24px) clamp(80px,8vw,120px);background:#f7efe9}
.community-article-hero-grid{max-width:1480px;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:clamp(70px,9vw,150px);align-items:center}
.community-article-heading{min-width:0}
.community-article-breadcrumb{display:inline-flex!important;align-items:center;gap:12px;margin:0 0 55px!important;color:#81736e!important;font-size:8px!important;font-weight:700;letter-spacing:.13em!important;text-transform:uppercase;transition:color .3s ease,transform .3s ease}
.community-article-breadcrumb span{color:#bb6682;font-size:15px;transition:transform .3s ease}
.community-article-breadcrumb:hover{color:#a95673!important;transform:translateX(-2px)}
.community-article-breadcrumb:hover span{transform:translateX(-4px)}
.community-article-heading>.route-kicker{display:block;color:#b45e7b}
.community-story-page>.community-article-hero .community-article-heading h1{max-width:880px;margin:24px 0 32px;font-size:clamp(54px,5.7vw,88px);line-height:.96;letter-spacing:-.045em}
.community-story-page>.community-article-hero .community-article-heading h1 em{display:block;margin-top:5px;color:#b45e7b;font-family:"Cormorant Garamond",serif;font-weight:500;font-style:italic;letter-spacing:-.03em}
.community-article-intro{max-width:720px;margin:0;color:#665d59;font-size:clamp(16px,1.25vw,20px);line-height:1.8}
.community-article-heading blockquote{max-width:650px;margin:52px 0 0;padding:30px 0 0;border-top:1px solid rgba(180,94,123,.35)}
.community-article-heading blockquote p{margin:0;color:#463c3a;font:italic clamp(26px,2.35vw,38px)/1.3 "Cormorant Garamond",serif}
.community-article-heading blockquote cite{display:block;margin-top:18px;color:#a95673;font-size:9px;font-style:normal;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.community-article-heading blockquote cite span{display:block;margin-top:5px;color:#8c7d78;font-size:7px;font-weight:600}
.community-article-info{padding:38px 40px;border:1px solid rgba(184,148,137,.32);border-radius:30px;background:rgba(255,252,248,.78);box-shadow:0 22px 55px rgba(67,49,43,.08);backdrop-filter:blur(13px)}
.community-article-info>small{display:block;margin-bottom:18px;color:#a95673;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.community-article-info dl{margin:0}
.community-article-info dl>div{padding:20px 0;border-top:1px solid rgba(182,153,143,.25)}
.community-article-info dt{display:flex;align-items:center;gap:11px;color:#a95673;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.community-article-info svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.community-article-info dd{margin:10px 0 0 29px;color:#443b38;font:500 21px/1.25 "Cormorant Garamond",serif}
.community-story-page>.community-story-page-hero{max-width:1540px;margin:0 auto;padding:0 max(3vw,22px);transform:none}
.community-story-page-hero>div{position:relative;overflow:hidden;border-radius:42px}
.community-story-page-hero>div:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 72%,rgba(35,29,27,.16));pointer-events:none}
.community-story-page>.community-story-page-hero img{width:100%;height:clamp(480px,53vw,780px);max-height:none;border-radius:0;box-shadow:none}
.community-story-page>.community-story-page-hero figcaption{max-width:1100px;margin:17px auto 0;padding:0 18px;color:#7e706b;font:italic 17px "Cormorant Garamond",serif}
@media(max-width:900px){
.community-article-hero-grid{grid-template-columns:1fr;gap:55px}
.community-article-info{max-width:650px}
.community-story-page>.community-article-hero .community-article-heading h1{font-size:clamp(52px,10vw,74px)}}
@media(max-width:600px){
.community-story-page>.community-article-hero{padding:110px 20px 65px}
.community-article-breadcrumb{margin-bottom:38px!important}
.community-story-page>.community-article-hero .community-article-heading h1{font-size:47px}
.community-article-intro{font-size:16px}
.community-article-heading blockquote{margin-top:38px}
.community-article-info{padding:28px 25px;border-radius:24px}
.community-story-page>.community-story-page-hero{padding-inline:14px}
.community-story-page-hero>div{border-radius:25px}
.community-story-page>.community-story-page-hero img{height:360px}
.community-story-page>.community-story-page-hero figcaption{font-size:15px}}
.community-story-page>.community-story-page-hero img{height:clamp(380px,38vw,580px);object-position:center center}
@media(max-width:600px){
.community-story-page>.community-story-page-hero img{height:285px;object-position:center center}}
.community-story-page>section:has(.community-story-article){padding-top:clamp(100px,10vw,155px);padding-bottom:clamp(110px,11vw,170px)}
.community-story-article{max-width:1260px;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(70px,9vw,135px)}
.community-article-body{min-width:0;max-width:760px}
.community-article-section{position:relative;padding:0 0 clamp(58px,6vw,82px);margin-bottom:clamp(58px,6vw,82px);border-bottom:1px solid rgba(177,145,135,.3)}
.community-article-section>span{display:block;margin-bottom:18px;color:#b65f7c;font-size:8px;font-weight:800;letter-spacing:.16em}
.community-article-section h2{margin:0 0 25px;color:#393230;font:500 clamp(35px,3.5vw,49px)/1.05 "Cormorant Garamond",serif}
.community-article-section p{max-width:710px!important;margin:0!important;color:#625a56!important;font-size:clamp(16px,1.15vw,18px)!important;line-height:1.95!important}
.community-article-section:first-child p:first-letter{float:left;margin:8px 12px 0 0;color:#b45e7b;font:500 72px/.67 "Cormorant Garamond",serif}
.community-article-pullquote{position:relative;margin:clamp(80px,9vw,125px) clamp(-35px,-2.5vw,-10px);padding:30px 35px 38px 45px;border-left:2px solid #c36d89}
.community-article-pullquote:before{content:"“";position:absolute;left:20px;top:-62px;color:rgba(188,101,130,.13);font:170px/1 "Cormorant Garamond",serif}
.community-article-pullquote blockquote{position:relative;margin:0!important;padding:0!important;border:0!important;color:#493c40!important;font:italic clamp(34px,4vw,53px)/1.24 "Cormorant Garamond",serif!important}
.community-article-pullquote figcaption{margin-top:28px;color:#a65572;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.community-article-pullquote figcaption span,.community-article-pullquote figcaption small{display:block}
.community-article-pullquote figcaption small{margin-top:5px;color:#94847e;font-size:7px;font-weight:600}
.community-article-sidebar{position:sticky!important;top:120px!important;padding:36px 32px!important;border:1px solid rgba(180,146,136,.3)!important;border-radius:28px;background:rgba(255,252,248,.88);box-shadow:0 22px 60px rgba(56,43,39,.08);backdrop-filter:blur(12px)}
.community-article-sidebar>small{color:#ad5875!important;font-size:8px!important;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.community-article-sidebar dl{margin:24px 0 0}
.community-article-sidebar dl>div{padding:17px 0;border-top:1px solid rgba(181,151,142,.26)}
.community-article-sidebar dt{color:#a58e87;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.community-article-sidebar dd{margin:8px 0 0;color:#413936;font:500 20px/1.25 "Cormorant Garamond",serif}
.community-article-sidebar>a{display:flex!important;justify-content:space-between;gap:15px;margin-top:25px!important;padding-top:23px;border-top:1px solid rgba(181,151,142,.26);color:#a45570!important;font-size:7px!important;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.community-article-sidebar>a b{transition:transform .3s ease}
.community-article-sidebar>a:hover b{transform:translateX(5px)}
.community-article-impact{margin:clamp(85px,9vw,125px) 0 55px;padding:clamp(45px,5vw,65px);border-radius:34px;background:#f4e6e4}
.community-article-impact>small{color:#ad5875;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.community-article-impact h2{margin:20px 0 35px;color:#3e3533;font-size:clamp(38px,4vw,54px);line-height:.98}
.community-article-impact h2 em{color:#b35c79}
.community-article-impact ul{margin:0;padding:0;list-style:none}
.community-article-impact li{display:flex;align-items:center;gap:15px;padding:16px 0;border-top:1px solid rgba(171,111,130,.22);color:#5c514e;font-size:15px}
.community-article-impact svg{flex:0 0 25px;width:25px;height:25px;padding:5px;border:1px solid rgba(181,91,121,.35);border-radius:50%;fill:none;stroke:#b55b79;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.community-related{padding-block:clamp(105px,11vw,165px);background:#f4ebe5}
.community-related>.route-inner{max-width:1440px}
.community-related header{margin-bottom:55px}
.community-related header h2{margin:20px 0 0;font-size:clamp(48px,5.5vw,75px);line-height:.93}
.community-related header h2 em{color:#b15b78}
.community-related>.route-inner>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.community-related article a{height:100%;display:flex;flex-direction:column;padding:12px 12px 30px;border:1px solid rgba(181,150,140,.22);border-radius:30px;background:#fdfaf6;box-shadow:0 18px 45px rgba(58,43,39,.06);transition:transform .45s ease,box-shadow .45s ease}
.community-related article a:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(58,43,39,.12)}
.community-related figure{height:255px;margin:0 0 28px;overflow:hidden;border-radius:22px}
.community-related img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.community-related a:hover img{transform:scale(1.035)}
.community-related article small,.community-related article h3,.community-related article p,.community-related article>a>span{margin-inline:18px}
.community-related article small{color:#b15b78;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.community-related article h3{margin-top:15px;margin-bottom:14px;color:#403836;font:500 30px/1.05 "Cormorant Garamond",serif}
.community-related article p{margin-top:0;color:#716661;font-size:12px;line-height:1.7}
.community-related article>a>span{margin-top:auto;padding-top:22px;color:#a45570;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.editorial-reveal{opacity:0;transform:translateY(24px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}
.editorial-reveal.is-visible{opacity:1;transform:none}
@media(max-width:900px){
.community-story-article{grid-template-columns:1fr}
.community-article-body{max-width:720px}
.community-article-sidebar{position:static!important;max-width:720px}
.community-related>.route-inner>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
.community-story-page>section:has(.community-story-article){padding-top:85px}
.community-article-section{padding-bottom:48px;margin-bottom:48px}
.community-article-pullquote{margin:75px 0;padding:25px 0 30px 25px}
.community-article-impact{padding:38px 25px;border-radius:25px}
.community-related>.route-inner>div{grid-template-columns:1fr}
.community-related figure{height:230px}}
@media(prefers-reduced-motion:reduce){
.editorial-reveal{opacity:1;transform:none;transition:none}}
.community-story-page>section:has(.community-story-article){padding-top:clamp(85px,8vw,125px);padding-bottom:clamp(95px,9vw,140px)}
.community-story-article{max-width:1210px;grid-template-columns:minmax(0,720px) 255px;justify-content:space-between;gap:clamp(55px,8vw,120px)}
.community-article-section{padding:0;margin:0 0 clamp(52px,5vw,72px);border:0}
.community-article-section:not(:first-child){padding-top:clamp(48px,5vw,68px);border-top:1px solid rgba(163,137,129,.28)}
.community-article-section>span{display:none}
.community-article-section h2{margin:0 0 20px;color:#a95773;font:italic 500 clamp(28px,2.6vw,38px)/1.15 "Cormorant Garamond",serif}
.community-article-section p{font-size:clamp(16px,1.08vw,17px)!important;line-height:1.9!important}
.community-article-section:first-child p:first-letter{margin-top:9px;font-size:68px}
.community-article-pullquote{width:calc(100% + 70px);margin:clamp(70px,7vw,95px) 0 clamp(80px,8vw,110px);padding:48px 0 48px 46px;border-left:1px solid #c87691}
.community-article-pullquote:before{left:16px;top:-23px;font-size:115px}
.community-article-pullquote blockquote{max-width:690px;color:#493f3c!important;font-size:clamp(32px,3.4vw,45px)!important;line-height:1.3!important}
.community-article-pullquote figcaption{margin-top:24px}
.community-article-sidebar{top:125px!important;padding:0!important;border:0!important;border-top:1px solid #d8c6bf!important;border-bottom:1px solid #d8c6bf!important;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}
.community-article-sidebar>small{display:block;padding:24px 0 20px}
.community-article-sidebar dl{margin:0}
.community-article-sidebar dl>div{display:grid;grid-template-columns:82px 1fr;gap:12px;padding:15px 0}
.community-article-sidebar dt{padding-top:4px}
.community-article-sidebar dd{margin:0;font-size:18px}
.community-article-sidebar>a{margin-top:0!important;padding:22px 0!important}
.community-article-impact{margin:clamp(75px,8vw,105px) 0 45px;padding:50px 0;border-radius:0;border-top:1px solid rgba(180,94,123,.38);border-bottom:1px solid rgba(180,94,123,.38);background:transparent}
.community-article-impact h2{margin-bottom:34px;font-size:clamp(36px,3.7vw,49px)}
.community-article-impact ul{display:grid;grid-template-columns:1fr 1fr;column-gap:38px}
.community-article-impact li{font-size:13px}
.community-article-impact svg{width:21px;height:21px;flex-basis:21px;padding:4px}
.community-related{background:#f7efe9}
.community-related article a{border-color:transparent;box-shadow:none}
.community-related article a:hover{box-shadow:0 22px 55px rgba(58,43,39,.09)}
.community-related-2>.route-inner>div{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px}
@media(max-width:900px){
.community-story-article{grid-template-columns:1fr}
.community-article-sidebar{max-width:720px}
.community-article-pullquote{width:100%}}
@media(max-width:600px){
.community-article-pullquote{padding:38px 0 38px 24px}
.community-article-impact{padding:42px 0}
.community-article-impact ul{grid-template-columns:1fr}
.community-article-sidebar dl>div{grid-template-columns:90px 1fr}}
.community-article-prose{max-width:710px}
.community-article-prose p{margin:0 0 30px!important;color:#625a56!important;font-size:clamp(16px,1.08vw,17px)!important;line-height:1.95!important}
.community-article-prose p:first-child:first-letter{float:left;margin:10px 12px 0 0;color:#b45e7b;font:500 68px/.67 "Cormorant Garamond",serif}
.community-article-prose p:last-child{margin-bottom:0!important}
.community-article-body>.community-story-external{width:min(100%,430px);min-height:76px;display:flex;align-items:center;justify-content:space-between;margin-top:55px;padding:0 28px;border:1px solid #bd6683;border-radius:999px;background:#bd6683;color:#fff;font-size:10px;letter-spacing:.11em;box-shadow:0 16px 35px rgba(170,79,109,.16);transition:transform .35s ease,background-color .35s ease,box-shadow .35s ease}
.community-article-body>.community-story-external b{font-size:19px;font-weight:400;transition:transform .35s ease}
.community-article-body>.community-story-external:hover{transform:translateY(-3px);background:#a95471;box-shadow:0 22px 45px rgba(170,79,109,.23)}
.community-article-body>.community-story-external:hover b{transform:translateX(6px)}
@media(max-width:600px){
.community-article-body>.community-story-external{width:100%;min-height:66px;padding-inline:22px;font-size:8px}}
.community-values{position:relative;overflow:hidden;padding:clamp(125px,13vw,205px) max(4vw,24px);background:radial-gradient(circle at 50% 16%,rgba(255,255,255,.94),transparent 33%),radial-gradient(circle at 90% 70%,rgba(230,127,179,.2),transparent 30%),#f7eee8;color:#3e3734}
.community-values:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='480' viewBox='0 0 900 480'%3E%3Cg fill='none' stroke='%23bd7890' stroke-opacity='.12'%3E%3Cpath d='M-40 80C120 10 220 160 390 78S710 22 940 105'/%3E%3Cpath d='M-60 135C115 60 245 210 410 128S730 72 960 155'/%3E%3Cpath d='M-50 365C130 275 250 440 430 342S745 300 950 380'/%3E%3Cpath d='M-30 420C125 340 285 490 455 405S760 360 930 430'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;pointer-events:none}
.community-values>.route-inner{position:relative;z-index:1;max-width:1440px}
.community-values-heading{max-width:1050px;margin:0 auto;text-align:center}
.community-values-heading>.route-kicker{color:#ae5875}
.community-values-heading h2{margin:26px 0 35px;color:#332d2b;font:700 clamp(52px,6.4vw,91px)/.94 var(--sans,Arial,sans-serif);letter-spacing:-.055em}
.community-values-heading h2 em{display:block;margin-top:12px;color:#b45e7b;font:italic 500 clamp(54px,6.8vw,96px)/.94 "Cormorant Garamond",serif;letter-spacing:-.035em}
.community-values-heading p{max-width:780px;margin:0 auto;color:#6a5f5b;font-size:clamp(16px,1.35vw,20px);line-height:1.8}
.community-values-divider{width:min(100%,1180px);height:1px;margin:clamp(65px,7vw,95px) auto;background:linear-gradient(90deg,transparent,rgba(180,94,123,.48),transparent)}
.community-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.community-values-grid article{min-height:275px;padding:40px 31px;border:1px solid rgba(181,145,135,.23);border-radius:30px;background:rgba(255,252,248,.58);transition:transform .45s ease,border-color .45s ease,background-color .45s ease,box-shadow .45s ease}
.community-values-grid article:hover{transform:translateY(-7px);border-color:rgba(184,94,124,.5);background:rgba(255,253,250,.88);box-shadow:0 25px 55px rgba(70,49,43,.09)}
.community-values-grid i{width:52px;height:52px;display:grid;place-items:center;margin-bottom:38px;border:1px solid rgba(183,91,121,.3);border-radius:50%;color:#b45c79;background:#f9edee}
.community-values-grid svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;transition:transform .45s ease}
.community-values-grid article:hover svg{transform:scale(1.08) translateY(-2px)}
.community-values-grid h3{margin:0 0 15px;color:#3f3735;font:600 27px/1.08 "Cormorant Garamond",serif}
.community-values-grid p{margin:0;color:#726662;font-size:12px;line-height:1.75}
.community-values-cta{display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:clamp(65px,7vw,95px);padding-top:42px;border-top:1px solid rgba(180,146,136,.32)}
.community-values-cta>small{color:#a95773;font-size:8px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.community-values-cta nav{display:flex;gap:15px}
.community-values-cta a{min-height:58px;display:flex;align-items:center;gap:22px;padding:0 27px;border:1px solid #b85f7c;border-radius:999px;color:#a65370;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;transition:transform .35s ease,background-color .35s ease,color .35s ease,box-shadow .35s ease}
.community-values-cta a:first-child{background:#b85f7c;color:#fff}
.community-values-cta a:hover{transform:translateY(-3px);background:#a8516e;color:#fff;box-shadow:0 16px 35px rgba(166,75,105,.17)}
.community-values-cta a b{font-size:15px;font-weight:400;transition:transform .35s ease}
.community-values-cta a:hover b{transform:translateX(5px)}
@media(max-width:1000px){
.community-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.community-values-grid article{min-height:240px}
.community-values-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){
.community-values{padding:105px 20px}
.community-values-heading h2{font-size:48px}
.community-values-heading h2 em{font-size:51px}
.community-values-grid{grid-template-columns:1fr}
.community-values-grid article{min-height:0;padding:32px 27px}
.community-values-grid i{margin-bottom:25px}
.community-values-cta nav{width:100%;flex-direction:column}
.community-values-cta a{width:100%;justify-content:space-between}}
.community-real-story{background:#342e30;color:#fff;scroll-margin-top:95px}
.community-real-story>.route-inner{max-width:1440px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);gap:clamp(65px,8vw,125px);align-items:center}
.community-real-story figure{margin:0}
.community-real-story figure img{width:100%;display:block;border-radius:48px 20px;box-shadow:0 32px 75px rgba(18,14,15,.27)}
.community-real-story figcaption{margin:17px 0 0 18px;color:#bfb3af;font:italic 16px "Cormorant Garamond",serif}
.community-real-story .route-kicker{color:#E67FB3}
.community-real-story h2{margin:20px 0 15px;font-size:clamp(47px,4.6vw,68px);line-height:.93;letter-spacing:-.045em}
.community-real-story h2 em{color:#E67FB3;font-family:"Cormorant Garamond",serif;font-weight:500}
.community-real-story>div>div>small{color:#c18da0;font-size:7px;letter-spacing:.12em;text-transform:uppercase}
.community-real-story p{max-width:630px;margin:22px 0 0;color:#d2c8c4;font-size:10.5px;line-height:1.9}
.community-real-story blockquote{margin:35px 0 0;padding:27px 0 27px 26px;border-left:2px solid #cf7e9a;color:#f4e9e5;font:italic 24px/1.4 "Cormorant Garamond",serif}
.community-real-story a{width:max-content;display:flex;gap:14px;margin-top:30px;padding-bottom:7px;border-bottom:1px solid rgba(230,127,179,.5);color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.community-real-story a b{font-size:12px;transition:transform .35s}
.community-real-story a:hover b{transform:translateX(5px)}
@media(max-width:900px){
.community-real-story>.route-inner{grid-template-columns:1fr}
.community-real-story figure{max-width:760px}
.community-real-story>div>div{max-width:760px}}
@media(max-width:620px){
.community-real-story{padding-inline:18px}
.community-real-story figure img{border-radius:30px 14px}
.community-real-story h2{font-size:46px}
.community-real-story blockquote{font-size:22px}}
.community-real-story-light{background:#f4e7e2;color:#453c3b}
.community-real-story-light>.route-inner{grid-template-columns:minmax(440px,.95fr) minmax(0,1.05fr)}
.community-real-story-light figure{grid-column:2;grid-row:1}
.community-real-story-light>div>div{grid-column:1;grid-row:1}
.community-real-story-light figure img{box-shadow:0 30px 70px rgba(61,44,39,.15)}
.community-real-story-light figcaption{color:#81736e}
.community-real-story-light .route-kicker{color:#a75571}
.community-real-story-light h2{color:#403839}
.community-real-story-light h2 em{color:#ad5b77}
.community-real-story-light>div>div>small{color:#a56178}
.community-real-story-light p{color:#6c625e}
.community-real-story-light blockquote{color:#57464c}
.community-real-story-light a{color:#925068;border-color:rgba(176,91,120,.45)}
@media(max-width:900px){
.community-real-story-light>.route-inner{grid-template-columns:1fr}
.community-real-story-light figure,.community-real-story-light>div>div{grid-column:1;grid-row:auto}}
.community-commitment{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(135px,11vw,185px);background-color:#fdfaf6;background-image:radial-gradient(circle at 12% 24%,rgba(230,127,179,.2),transparent 25%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.018'/%3E%3C/svg%3E")}
.community-commitment-contours{position:absolute;z-index:-1;left:-10%;top:3%;width:58%;height:64%;opacity:.075;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='750' height='500'%3E%3Cg fill='none' stroke='%23b97c91'%3E%3Cpath d='M-50 105c150-92 247 41 394-35s267-21 455 42'/%3E%3Cpath d='M-56 158c163-87 265 39 416-29s272-8 452 55'/%3E%3Cpath d='M-61 217c176-81 282 35 437-21s274 6 445 69'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}
.community-commitment>.route-inner{max-width:1400px;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(85px,10vw,165px);align-items:start}
.community-commitment header{position:sticky;top:135px}
.community-commitment header>.route-kicker{width:max-content;margin-bottom:34px}
.community-commitment header>.route-kicker:after{content:"";width:68px;height:1px;display:block;margin-top:16px;background:linear-gradient(90deg,#c87592,transparent)}
.community-commitment h2{max-width:610px;margin:0;font-size:clamp(57px,5.7vw,82px);line-height:1.02}
.community-commitment h2 em{position:relative;margin-top:-5px;line-height:.9}
.community-commitment-note{max-width:390px!important;margin:38px 0 0!important;color:#8a7d78!important;font-size:9px!important;line-height:1.8!important}
.community-commitment-copy>p{max-width:630px;margin:0;color:#69605c;font-size:12px;line-height:2}
.community-commitment-copy>p+p{margin-top:27px}
.community-focus-grid{max-width:680px;margin-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:0 38px}
.community-focus-grid article{min-height:125px;padding:25px 0;border-top:1px solid rgba(159,121,108,.22)}
.community-focus-grid small{display:block;color:#a75974;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.community-focus-grid p{max-width:270px;margin:11px 0 0;color:#796d68;font-size:9px;line-height:1.75}
.community-commitment blockquote{position:relative;max-width:690px;margin:55px 0 0;padding:36px 0 3px 33px;overflow:hidden;border:0;border-left:2px solid #c97c96;color:#514347;font-size:33px;line-height:1.28}
.community-commitment blockquote>b{position:absolute;left:18px;top:-14px;color:#b66681;font:500 115px/1 "Cormorant Garamond",serif;opacity:.08}
.community-commitment blockquote span,.community-commitment blockquote em{position:relative;display:block}
.community-commitment blockquote span{color:#514347}
.community-commitment blockquote em{margin-top:8px;color:#b05c78}
.community-commitment header,.community-commitment-copy>p,.community-focus-grid article,.community-commitment blockquote{opacity:0;transform:translateY(18px)}
.community-commitment.is-visible header{animation:communityCommitmentRise .75s forwards}
.community-commitment.is-visible .community-commitment-copy>p:first-child{animation:communityCommitmentRise .7s .12s forwards}
.community-commitment.is-visible .community-commitment-copy>p:nth-child(2){animation:communityCommitmentRise .7s .22s forwards}
.community-commitment.is-visible .community-focus-grid article:nth-child(1){animation:communityCommitmentRise .6s .32s forwards}
.community-commitment.is-visible .community-focus-grid article:nth-child(2){animation:communityCommitmentRise .6s .4s forwards}
.community-commitment.is-visible .community-focus-grid article:nth-child(3){animation:communityCommitmentRise .6s .48s forwards}
.community-commitment.is-visible .community-focus-grid article:nth-child(4){animation:communityCommitmentRise .6s .56s forwards}
.community-commitment.is-visible blockquote{animation:communityCommitmentRise .8s .68s forwards}@keyframes communityCommitmentRise{to{opacity:1;transform:none}}
@media(max-width:900px){
.community-commitment>.route-inner{grid-template-columns:1fr;gap:65px}
.community-commitment header{position:static}
.community-commitment h2{max-width:720px}
.community-commitment-note{max-width:520px!important}
.community-commitment-contours{width:90%}}
@media(max-width:620px){
.community-commitment{padding-block:105px}
.community-commitment>.route-inner{gap:48px}
.community-commitment h2{font-size:51px;line-height:1}
.community-focus-grid{grid-template-columns:1fr;margin-top:40px}
.community-focus-grid article{min-height:0}
.community-commitment blockquote{margin-top:42px;padding:31px 0 2px 24px;font-size:28px}
.community-commitment blockquote>b{left:9px}}
@media(prefers-reduced-motion:reduce){
.community-commitment header,.community-commitment-copy>p,.community-focus-grid article,.community-commitment blockquote{opacity:1;transform:none;animation:none!important}}
.community-hero{min-height:100svh;padding:145px max(4vw,24px) 95px;align-items:center;isolation:isolate}
.community-hero>figure{z-index:-4}
.community-hero>figure img{object-position:center 46%;filter:saturate(.9) contrast(1.035) brightness(1.045) sepia(.025);transform:scale(1.045);transition:transform .2s linear}
.community-hero-shade{z-index:-3;background:linear-gradient(90deg,rgba(35,29,31,.72) 0,rgba(35,29,31,.56) 26%,rgba(35,29,31,.16) 58%,transparent 78%),radial-gradient(ellipse at center,transparent 52%,rgba(25,20,22,.22) 100%),radial-gradient(circle at 88% 6%,rgba(230,127,179,.18),transparent 27%)}
.community-hero:after{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.86' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E")}
.community-hero-contours{position:absolute;z-index:-2;right:-5%;top:-4%;width:58%;height:55%;opacity:.09;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='500'%3E%3Cg fill='none' stroke='%23f0bfd0'%3E%3Cpath d='M-60 112c150-99 257 43 405-39s271-26 476 41'/%3E%3Cpath d='M-68 164c165-94 278 40 430-34s278-11 474 57'/%3E%3Cpath d='M-75 221c179-88 297 37 454-27s281 5 467 73'/%3E%3C/g%3E%3C/svg%3E") center/cover no-repeat}
.community-hero-copy{max-width:1500px}
.community-hero-panel{position:relative;width:min(645px,45vw);padding:clamp(42px,4vw,64px);border:1px solid rgba(255,255,255,.13);border-radius:36px;background:linear-gradient(100deg,rgba(39,32,34,.7),rgba(39,32,34,.43) 74%,rgba(39,32,34,.08));box-shadow:0 30px 75px rgba(19,15,16,.17);backdrop-filter:blur(12px)}
.community-hero-panel:after{content:"";position:absolute;left:clamp(42px,4vw,64px);right:clamp(42px,4vw,64px);top:49%;height:1px;background:linear-gradient(90deg,#E67FB3,transparent);opacity:.48}
.community-hero .route-kicker{margin-bottom:25px;opacity:0;animation:communityHeroRise .65s .08s forwards}
.community-hero h1{max-width:600px;margin:0;font-size:clamp(62px,5.8vw,90px);line-height:.87}
.community-hero h1 span,.community-hero h1 em{display:block;opacity:0;animation:communityHeroRise .85s forwards}
.community-hero h1 span{animation-delay:.18s}
.community-hero h1 em{position:relative;margin-top:-1px;color:#E67FB3;font-style:italic;line-height:.9;animation-delay:.34s}
.community-hero-panel>p{position:relative;max-width:500px;margin:44px 0 0;padding-top:22px;color:#f1e8e3;font-size:13px;line-height:1.95;opacity:0;animation:communityHeroRise .75s .5s forwards}
.community-hero-panel>p:before{content:"";position:absolute;left:0;top:0;width:48px;height:1px;background:#E67FB3}
.community-hero-panel nav{gap:18px;margin-top:31px;opacity:0;animation:communityHeroRise .7s .64s forwards}
.community-hero-panel nav a{justify-content:space-between}
.community-hero-panel nav a b{font-size:13px;transition:transform .35s}
.community-hero-panel nav a:hover b{transform:translateX(5px)}
.community-hero-panel>small{display:block;margin-top:27px;color:#d9c9c5;font-size:6px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:0;animation:communityHeroRise .65s .76s forwards}
.community-hero-highlights{position:absolute;right:max(4vw,30px);bottom:72px;width:245px;padding:22px 24px;display:grid;gap:10px;border:1px solid rgba(255,255,255,.26);border-radius:22px;background:rgba(255,250,247,.16);color:#fff;box-shadow:0 20px 50px rgba(20,15,17,.13);backdrop-filter:blur(17px)}
.community-hero-highlights small{margin-bottom:5px;color:#E67FB3;font-size:7px;letter-spacing:.14em;text-transform:uppercase}
.community-hero-highlights span{padding-top:9px;border-top:1px solid rgba(255,255,255,.17);font-size:8px}
.community-scroll{position:absolute;left:50%;bottom:25px;display:flex;flex-direction:column;align-items:center;gap:8px;color:#f2e3df;font-size:6px;letter-spacing:.12em;text-transform:uppercase;transform:translateX(-50%)}
.community-scroll i{position:relative;width:1px;height:25px;overflow:hidden;background:rgba(255,255,255,.3)}
.community-scroll i:after{content:"";position:absolute;inset:-100% 0 auto;height:70%;background:#E67FB3;animation:communityHeroScroll 2s infinite}
.community-hero-particles{position:absolute;inset:0;pointer-events:none}
.community-hero-particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#efc3d1;opacity:.14;animation:communityHeroParticle 13s ease-in-out infinite alternate}
.community-hero-particles i:nth-child(1){left:49%;top:21%}
.community-hero-particles i:nth-child(2){right:17%;top:36%;animation-delay:-4s}
.community-hero-particles i:nth-child(3){right:31%;bottom:21%;animation-delay:-8s}@keyframes communityHeroRise{from{opacity:0;transform:translateY(17px)}to{opacity:1;transform:none}}@keyframes communityHeroScroll{70%,100%{transform:translateY(285%)}}@keyframes communityHeroParticle{to{opacity:.27;transform:translate3d(13px,-20px,0)}}
@media(max-width:980px){
.community-hero-panel{width:min(680px,82vw)}
.community-hero-highlights{display:none}
.community-hero-shade{background:linear-gradient(90deg,rgba(35,29,31,.75),rgba(35,29,31,.26) 80%),radial-gradient(ellipse at center,transparent 52%,rgba(25,20,22,.25))}}
@media(max-width:620px){
.community-hero{min-height:820px;padding:108px 18px 72px;align-items:flex-end}
.community-hero-panel{width:100%;padding:34px 27px;border-radius:27px;background:rgba(39,32,34,.61)}
.community-hero-panel:after{display:none}
.community-hero h1{font-size:53px}
.community-hero-panel>p{margin-top:35px;font-size:12px}
.community-hero-panel nav{display:grid;gap:10px}
.community-hero-panel nav a{width:100%}
.community-hero-panel>small{line-height:1.7}
.community-scroll{display:none}
.community-hero>figure img{object-position:57% center}}
@media(prefers-reduced-motion:reduce){
.community-hero .route-kicker,.community-hero h1 span,.community-hero h1 em,.community-hero-panel>p,.community-hero-panel nav,.community-hero-panel>small,.community-hero-particles i,.community-scroll i:after{opacity:1;animation:none;transform:none}
.community-hero>figure img{transition:none}}
.community-hero-highlights{width:320px;padding:31px 32px;gap:15px;border-radius:27px;background:rgba(255,250,247,.18);box-shadow:0 25px 60px rgba(20,15,17,.16);backdrop-filter:blur(19px)}
.community-hero-highlights small{margin-bottom:7px;font-size:8px;font-weight:800;letter-spacing:.16em}
.community-hero-highlights span{padding-top:13px;font:500 18px/1.2 "Cormorant Garamond",serif;letter-spacing:.01em}
.community-why{position:relative;isolation:isolate;min-height:720px;overflow:hidden;padding:clamp(180px,13vw,220px) 24px;display:grid;place-items:center;background-color:#302b2e;background-image:radial-gradient(circle at 50% 44%,rgba(185,88,121,.17),transparent 34%),radial-gradient(circle at 20% 15%,rgba(255,241,231,.055),transparent 27%),radial-gradient(circle at 84% 82%,rgba(230,127,179,.075),transparent 30%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.83' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");color:#fff}
.community-why:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at center,transparent 45%,rgba(15,12,14,.34) 100%);animation:communityLightBreathe 16s ease-in-out infinite alternate}
.community-why-contours{position:absolute;z-index:-1;inset:-8%;opacity:.075;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='720' viewBox='0 0 1200 720'%3E%3Cg fill='none' stroke='%23E67FB3'%3E%3Cpath d='M-80 168c220-141 351 61 567-58s394-39 707 61'/%3E%3Cpath d='M-93 236c238-135 376 58 598-50s408-19 704 82'/%3E%3Cpath d='M-104 310c257-126 400 53 628-39s411 3 691 103'/%3E%3Cpath d='M-113 391c274-116 423 47 657-27s411 26 675 123'/%3E%3Cpath d='M-118 477c288-103 441 42 680-14s408 48 657 141'/%3E%3C/g%3E%3C/svg%3E") center/1200px no-repeat;animation:communityContourDrift 22s ease-in-out infinite alternate}
.community-why .route-inner{position:relative;width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center}
.community-why-mark{position:absolute;left:3%;top:-80px;color:#fff;font:500 250px/.8 "Cormorant Garamond",serif;opacity:.045;pointer-events:none}
.community-why small{display:flex;flex-direction:column;align-items:center;gap:19px;color:#E67FB3;font-size:7px;font-weight:850;letter-spacing:.22em;text-transform:uppercase}
.community-why small:before{content:"";width:85px;height:1px;background:linear-gradient(90deg,transparent,#ca7894,transparent)}
.community-why blockquote{max-width:920px;margin:42px auto 0;text-align:center;font:500 clamp(43px,4.7vw,65px)/1.2 "Cormorant Garamond",serif;letter-spacing:-.025em}
.community-why blockquote span{display:block;color:#f5eee9;opacity:0;animation:communityQuoteRise .9s .12s forwards}
.community-why blockquote em{display:block;margin-top:35px;color:#E67FB3;font-size:1.08em;line-height:1.15;opacity:0;animation:communityQuoteRise .95s .38s forwards}
.community-why>.route-inner>p{max-width:520px;margin:38px auto 0;color:#c9bfbc;font-size:10px;line-height:1.9;text-align:center;opacity:0;animation:communityQuoteRise .8s .6s forwards}
.community-why cite{margin-top:29px;color:#c68ca0;font:italic 16px "Cormorant Garamond",serif;opacity:0;animation:communityQuoteRise .8s .75s forwards}
.community-why-particles{position:absolute;inset:0;pointer-events:none}
.community-why-particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#E67FB3;opacity:.13;animation:communityParticle 15s ease-in-out infinite alternate}
.community-why-particles i:nth-child(1){left:18%;top:31%}
.community-why-particles i:nth-child(2){right:21%;top:24%;animation-delay:-5s}
.community-why-particles i:nth-child(3){right:13%;bottom:24%;animation-delay:-9s}@keyframes communityQuoteRise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes communityContourDrift{to{transform:translate3d(2%,-1.5%,0) scale(1.025)}}@keyframes communityLightBreathe{to{opacity:.72;transform:scale(1.03)}}@keyframes communityParticle{to{opacity:.3;transform:translate3d(15px,-22px,0)}}
@media(max-width:620px){
.community-why{min-height:0;padding:125px 18px}
.community-why-mark{left:-10px;top:-45px;font-size:180px}
.community-why blockquote{margin-top:35px;font-size:39px;line-height:1.22}
.community-why blockquote em{margin-top:28px;font-size:1.06em}
.community-why>.route-inner>p{margin-top:32px;font-size:9.5px}
.community-why cite{font-size:15px}}
@media(prefers-reduced-motion:reduce){
.community-why:before,.community-why-contours,.community-why-particles i,.community-why blockquote span,.community-why blockquote em,.community-why>.route-inner>p,.community-why cite{animation:none;opacity:1}}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero){--cw-hero-top:145px;--cw-hero-bottom:100px;box-sizing:border-box;padding-top:var(--cw-hero-top);padding-bottom:var(--cw-hero-bottom)}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) :is(.route-inner,.selling-hero-grid,.buying-hero-grid,.mortgage-hero-grid,.sourcing-hero-grid,.areas-hero-layout,.about-hero-layout,.kevin-hero-layout){width:100%;max-width:1400px;margin-inline:auto}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) .route-kicker{display:block;margin:0 0 26px;color:#b45d7a;font-size:8px;font-weight:800;line-height:1.2;letter-spacing:.18em;text-transform:uppercase}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1{margin-top:0;font-size:clamp(64px,6.25vw,96px);font-weight:500;line-height:.89;letter-spacing:-.06em}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1 em{color:#b5627e;font-family:"Cormorant Garamond",serif;font-weight:500}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1+ p,
:is(.selling-hero-copy,.buying-hero-copy,.mortgage-hero-copy,.sourcing-hero-copy,.areas-hero-copy,.about-hero-copy,.kevin-hero-copy)>p{max-width:610px;color:#6b625e;font-size:14px;line-height:1.9}
.area-guide-hero h1{font-size:clamp(64px,6.25vw,96px);font-weight:500;line-height:.89;letter-spacing:-.06em}
.area-guide-hero .route-kicker,.area-guide-heading .route-kicker{font-size:8px;letter-spacing:.18em}
@media(max-width:900px){
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero){--cw-hero-top:125px;--cw-hero-bottom:82px}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1{font-size:clamp(58px,10vw,80px)}}
@media(max-width:620px){
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero){--cw-hero-top:108px;--cw-hero-bottom:68px;padding-inline:20px}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) .route-kicker{margin-bottom:20px;font-size:7px}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1{font-size:clamp(48px,14vw,58px);line-height:.91;letter-spacing:-.052em}
:is(.route-hero,.selling-hero,.buying-hero,.mortgage-hero,.sourcing-hero.sourcing-new,.areas-index-hero,.about-editorial-hero,.kevin-page-hero) h1+ p,:is(.selling-hero-copy,.buying-hero-copy,.mortgage-hero-copy,.sourcing-hero-copy,.areas-hero-copy,.about-hero-copy,.kevin-hero-copy)>p{font-size:12.5px;line-height:1.85}
.area-guide-hero h1{font-size:clamp(48px,14vw,58px);line-height:.91}}

/* About page: touch-friendly responsive refinement */
@media(max-width:880px){
.about-editorial-hero{overflow-x:hidden}
.about-hero-layout{gap:44px}
.about-hero-copy{max-width:720px}
.about-hero-visual{min-height:620px;padding-inline:24px}
.team-flip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px}
.team-flip-card:last-child{width:auto;grid-column:auto;justify-self:stretch}
}
@media(max-width:700px){
.about-editorial-hero{padding:104px 18px 64px}
.about-hero-layout{gap:30px}
.about-hero-copy h1{font-size:clamp(48px,15vw,62px);line-height:.9}
.about-hero-copy h1 span+span{margin-top:10px}
.about-hero-copy>p{margin-top:26px;font-size:13px;line-height:1.85}
.about-hero-copy>nav{gap:11px;margin-top:27px}
.about-hero-copy>nav a{min-width:0;min-height:52px;padding-inline:20px}
.about-hero-trust{gap:11px;margin-top:25px;padding-top:20px}
.about-hero-trust span{font-size:8px;line-height:1.45}
.about-hero-visual{min-height:0;width:100%;margin-top:4px;padding:0}
.about-hero-people{height:clamp(330px,94vw,460px);border-radius:38px 18px 34px 18px}
.about-hero-people .about-team-group-photo{object-position:center 48%}
.about-hero-people figcaption{left:20px;right:20px;bottom:19px}
.about-hero-people figcaption strong{font-size:27px}
.about-hero-clients{display:none}
.about-hero-visual blockquote{position:relative;left:auto;top:auto;width:calc(100% - 24px);margin:-1px auto 0;padding:21px 22px;border-radius:0 0 20px 20px;box-shadow:0 14px 34px rgba(62,45,41,.09)}
.about-hero-visual blockquote p{font-size:19px;line-height:1.38}
.team-flip-section{padding:82px 18px}
.team-page-intro{margin-bottom:42px}
.team-page-intro h2{font-size:clamp(50px,15vw,64px)}
.team-page-intro>p{font-size:12px;line-height:1.8}
.team-flip-grid{grid-template-columns:minmax(0,1fr);gap:25px}
.team-flip-card,.team-flip-inner{width:100%;height:790px;min-height:790px}
.team-flip-face{border-radius:27px}
.team-front-copy{left:23px;right:23px;bottom:23px}
.team-front-copy>strong{font-size:48px}
.team-flip-back{padding:25px 23px 24px}
.team-flip-back>figure{height:160px;flex-basis:160px;margin-bottom:22px;border-radius:21px}
.team-editorial-heading h3{font-size:50px}
.team-editorial-heading>p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.team-location-expertise{white-space:normal;line-height:1.45}
.team-email-link{min-height:40px;padding-inline:17px}
}
@media(max-width:390px){
.about-editorial-hero{padding-inline:15px}
.about-hero-copy h1{font-size:47px}
.about-hero-people{height:340px}
.about-hero-people .about-team-group-photo{object-position:center center}
.team-flip-section{padding-inline:14px}
.team-flip-card,.team-flip-inner{height:810px;min-height:810px}
.team-flip-back{padding-inline:20px}
.team-editorial-bio{font-size:9.5px}
.team-flip-back>blockquote{font-size:25px}
}
.area-guide-reasons{padding-block:clamp(120px,10vw,175px);background:#faf4ef}
.area-guide-reasons .area-guide-split{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:clamp(85px,9vw,145px);align-items:start}
.area-guide-reasons .area-guide-split>header{position:sticky;top:145px;padding-bottom:55px;border-bottom:1px solid rgba(137,104,95,.22)}
.area-guide-reasons .area-guide-split header h2{margin-top:29px;margin-bottom:39px}
.area-guide-reasons .area-guide-split header p{max-width:420px;font-size:13px;line-height:1.95}
.area-reasons-note{margin-top:38px;padding-top:24px;border-top:1px solid rgba(137,104,95,.16);color:#996277;font:italic 16px/1.6 "Cormorant Garamond",serif}
.area-guide-panorama{padding-bottom:30px}
.area-guide-reasons{padding-top:52px}
.area-guide-split>.area-reasons-grid{display:grid;grid-template-columns:1.14fr .86fr;grid-template-rows:auto auto auto;gap:18px}
.area-reasons-grid article{position:relative;min-height:0;padding:clamp(35px,4vw,52px);overflow:hidden;border:1px solid rgba(160,126,116,.16);border-radius:31px;background:#fdfaf6;box-shadow:0 18px 48px rgba(68,49,44,.055);transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s,border-color .55s}
.area-reasons-grid article:first-child{grid-row:1/3;min-height:500px;padding-top:55px;background:radial-gradient(circle at 12% 95%,rgba(230,127,179,.17),transparent 42%),#fdfaf6}
.area-reasons-grid article:nth-child(2),.area-reasons-grid article:nth-child(3){min-height:241px}
.area-reasons-grid article:last-child{grid-column:1/-1;min-height:255px;padding-right:clamp(80px,12vw,180px)}
.area-reasons-grid article:hover{transform:translateY(-5px);border-color:rgba(184,104,133,.25);box-shadow:0 27px 62px rgba(68,49,44,.1)}
.area-reasons-grid article>small{position:absolute;top:30px;right:32px;color:#b78c99;font-size:8px;font-weight:800;letter-spacing:.15em}
.area-reasons-grid article i{width:34px;height:34px;border-color:rgba(116,94,88,.2);background:transparent;color:#716461;font-size:14px;transition:color .4s,border-color .4s}
.area-reasons-grid article:hover i{border-color:rgba(184,104,133,.42);color:#ae617d}
.area-reasons-grid article h3{max-width:430px;margin:clamp(46px,5vw,72px) 0 17px;color:#443b39;font-size:clamp(31px,3vw,40px);line-height:1.02;transition:transform .5s}
.area-reasons-grid article:hover h3{transform:translateY(-2px)}
.area-reasons-grid article>span{width:42px;height:1px;display:block;margin-bottom:23px;background:#c7889e}
.area-reasons-grid article p{max-width:470px;color:#726763;font-size:12px;line-height:1.9}
.area-reasons-grid article:nth-child(2) h3,.area-reasons-grid article:nth-child(3) h3{margin-top:32px;font-size:31px}
.area-reasons-grid article:nth-child(2) p,.area-reasons-grid article:nth-child(3) p{font-size:11px}
@media(max-width:1100px){
.area-guide-reasons .area-guide-split{grid-template-columns:1fr}
.area-guide-reasons .area-guide-split>header{position:static;max-width:650px}
.area-guide-split>.area-reasons-grid{max-width:900px}}
@media(max-width:720px){
.area-guide-reasons{padding-block:100px}
.area-guide-split>.area-reasons-grid{grid-template-columns:1fr;grid-template-rows:auto}
.area-reasons-grid article:first-child,.area-reasons-grid article:nth-child(2),.area-reasons-grid article:nth-child(3),.area-reasons-grid article:last-child{grid-column:auto;grid-row:auto;min-height:0;padding:35px 29px}
.area-reasons-grid article h3,.area-reasons-grid article:nth-child(2) h3,.area-reasons-grid article:nth-child(3) h3{margin-top:43px;font-size:32px}
.area-reasons-grid article p,.area-reasons-grid article:nth-child(2) p,.area-reasons-grid article:nth-child(3) p{font-size:12px}
.area-reasons-note{font-size:15px}}
@media(max-width:720px){
.area-guide-panorama{padding-bottom:20px}
.area-guide-reasons{padding-top:38px}}
@media(prefers-reduced-motion:reduce){
.area-reasons-grid article,.area-reasons-grid article i,.area-reasons-grid article h3{transition:none}}
.area-reasons-image-placeholder{position:relative;height:clamp(230px,24vw,345px);margin:36px 0 0;display:grid;place-items:center;overflow:hidden;border:1px dashed rgba(156,108,124,.3);border-radius:30px;background:radial-gradient(circle at 82% 18%,rgba(230,127,179,.18),transparent 34%),linear-gradient(145deg,#fdf9f5,#f5ebe6);color:#9c6879}
.area-reasons-image-placeholder:before{content:"";position:absolute;inset:18px;border:1px solid rgba(170,137,126,.14);border-radius:21px}
.area-reasons-image-placeholder>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(156,108,124,.25);border-radius:50%;font-size:20px;font-weight:300}
.area-reasons-image-placeholder figcaption{position:absolute;left:28px;bottom:26px}
.area-reasons-image-placeholder figcaption small,.area-reasons-image-placeholder figcaption strong{display:block}
.area-reasons-image-placeholder figcaption small{color:#a57c89;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.area-reasons-image-placeholder figcaption strong{margin-top:7px;color:#554845;font:italic 18px "Cormorant Garamond",serif}
.area-reasons-image{position:relative;height:clamp(230px,24vw,345px);margin:36px 0 0;overflow:hidden;border-radius:30px;background:#e9e2dc}
.area-reasons-image img{width:100%;height:100%;display:block;object-fit:cover}
.area-reasons-image figcaption{position:absolute;right:12px;bottom:10px;padding:6px 8px;border-radius:3px;background:rgba(38,34,32,.72);color:#fff;font-size:7px;line-height:1.4;letter-spacing:.04em}
.area-reasons-image figcaption a{color:inherit;text-decoration:underline;text-underline-offset:2px}
@media(max-width:720px){
.area-reasons-image-placeholder,.area-reasons-image{height:260px;margin-top:30px;border-radius:25px}}
.area-reasons-grid article>small{display:none}
.area-guide-explore{padding-block:clamp(125px,11vw,185px);background:#fdfaf6}
.area-guide-explore .area-guide-heading{max-width:900px;margin-bottom:clamp(58px,6vw,82px)}
.area-guide-explore .area-guide-heading h2{margin-bottom:31px}
.area-guide-explore .area-guide-heading>p{max-width:530px;font-size:13px;line-height:1.9}
.area-guide-editorial{gap:clamp(105px,11vw,175px)}
.area-guide-editorial .area-lifestyle-chapter{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:clamp(70px,8vw,130px);align-items:center}
.area-guide-editorial .area-lifestyle-chapter:nth-child(even){grid-template-columns:minmax(360px,.96fr) minmax(0,1.04fr)}
.area-guide-editorial .area-lifestyle-chapter:nth-child(even) figure{grid-column:2;grid-row:1}
.area-guide-editorial .area-lifestyle-chapter figure{position:relative;height:clamp(420px,42vw,610px);overflow:hidden;border:7px solid #fffaf5;border-radius:42px;box-shadow:0 31px 75px rgba(63,46,41,.12);transition:box-shadow .7s}
.area-guide-editorial .area-lifestyle-chapter:nth-child(even) figure{border-radius:42px}
.area-guide-editorial .area-lifestyle-chapter:hover figure{box-shadow:0 39px 88px rgba(63,46,41,.17)}
.area-guide-editorial .area-lifestyle-chapter figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(37,31,30,.3),transparent 40%);pointer-events:none}
.area-guide-editorial .area-lifestyle-chapter img{filter:saturate(.72) contrast(.94) sepia(.04);transition:transform 1.3s cubic-bezier(.16,1,.3,1)}
.area-guide-editorial .area-lifestyle-chapter:hover img{transform:scale(1.02)}
.area-guide-editorial .area-lifestyle-chapter figcaption{position:absolute;z-index:2;left:29px;right:29px;bottom:26px;color:#fff}
.area-guide-editorial .area-lifestyle-chapter figcaption small,.area-guide-editorial .area-lifestyle-chapter figcaption span{display:block}
.area-guide-editorial .area-lifestyle-chapter figcaption small{margin-bottom:8px;color:#f4cbd9;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.area-guide-editorial .area-lifestyle-chapter figcaption span{font:italic 18px/1.4 "Cormorant Garamond",serif}
.area-guide-editorial .area-lifestyle-copy{padding:12px 0}
.area-guide-editorial .area-lifestyle-copy>small{color:#a55d76;font-size:8px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.area-guide-editorial .area-lifestyle-copy h3{margin:23px 0 28px;color:#443b39;font-size:clamp(43px,4.6vw,64px);line-height:.94;letter-spacing:-.035em}
.area-guide-editorial .area-lifestyle-copy>p{max-width:60ch;font-size:13px;line-height:1.95}
.area-lifestyle-copy blockquote{position:relative;margin:38px 0 0;padding:31px 33px 30px 38px;border:0;border-left:2px solid #c8819a;border-radius:0 24px 24px 0;background:#fcf7f2;box-shadow:0 17px 42px rgba(67,49,44,.07);transition:transform .5s,background .5s}
.area-lifestyle-copy blockquote:hover{transform:translateY(-3px);background:#fbf2ef}
.area-lifestyle-copy blockquote>span{position:absolute;right:25px;top:4px;color:rgba(184,104,133,.13);font:80px/1 Georgia,serif}
.area-lifestyle-copy blockquote>small{display:block;color:#a35c75;font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.area-lifestyle-copy blockquote p{position:relative;max-width:52ch;margin:13px 0 0;color:#5d504d;font:italic 17px/1.55 "Cormorant Garamond",serif}
.area-lifestyle-facts{margin-top:35px;padding-top:27px;border-top:1px solid rgba(128,96,87,.2)}
.area-lifestyle-facts>div{min-height:0;padding:13px 0}
.area-lifestyle-facts small,.area-lifestyle-facts strong{display:block}
.area-lifestyle-facts small{color:#9d6478;font-size:7px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.area-lifestyle-facts strong{margin-top:6px;color:#574c49;font:500 18px/1.3 "Cormorant Garamond",serif}
.area-lifestyle-1 .area-lifestyle-facts{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}
.area-lifestyle-1 .area-lifestyle-facts>div:nth-child(n+3){border-top:1px solid rgba(128,96,87,.13)}
.area-lifestyle-2 .area-lifestyle-facts{display:flex;flex-wrap:wrap;gap:9px;border-top:0;padding-top:22px}
.area-lifestyle-2 .area-lifestyle-facts>div{min-width:120px;padding:13px 15px;border:1px solid rgba(156,110,125,.2);border-radius:18px;background:#fffaf6}
.area-lifestyle-3 .area-lifestyle-facts>div{display:grid;grid-template-columns:1fr 1fr;align-items:baseline;border-bottom:1px solid rgba(128,96,87,.13)}
.area-lifestyle-3 .area-lifestyle-facts strong{text-align:right}
.area-lifestyle-4 .area-lifestyle-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px}
.area-lifestyle-4 .area-lifestyle-facts>div{padding-left:15px;border-left:1px solid #E67FB3}
.area-lifestyle-5 .area-lifestyle-facts>div,.area-lifestyle-6 .area-lifestyle-facts>div,.area-lifestyle-7 .area-lifestyle-facts>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(128,96,87,.13)}
@media(max-width:900px){
.area-guide-editorial .area-lifestyle-chapter,.area-guide-editorial .area-lifestyle-chapter:nth-child(even){grid-template-columns:1fr;gap:45px}
.area-guide-editorial .area-lifestyle-chapter:nth-child(even) figure{grid-column:auto;grid-row:auto}
.area-guide-editorial .area-lifestyle-chapter figure{height:520px}
.area-guide-editorial .area-lifestyle-copy{max-width:720px}}
@media(max-width:600px){
.area-guide-explore{padding-block:100px}
.area-guide-editorial{gap:95px}
.area-guide-editorial .area-lifestyle-chapter figure{height:350px;border-width:5px;border-radius:28px}
.area-guide-editorial .area-lifestyle-chapter figcaption{left:20px;right:20px;bottom:19px}
.area-guide-editorial .area-lifestyle-copy h3{font-size:44px}
.area-lifestyle-copy blockquote{padding:28px 23px 27px 27px}
.area-lifestyle-1 .area-lifestyle-facts,.area-lifestyle-4 .area-lifestyle-facts{grid-template-columns:1fr}
.area-lifestyle-2 .area-lifestyle-facts>div{width:100%}
.area-lifestyle-3 .area-lifestyle-facts>div,.area-lifestyle-5 .area-lifestyle-facts>div,.area-lifestyle-6 .area-lifestyle-facts>div,.area-lifestyle-7 .area-lifestyle-facts>div{display:block}
.area-lifestyle-3 .area-lifestyle-facts strong{text-align:left}}
@media(prefers-reduced-motion:reduce){
.area-guide-editorial .area-lifestyle-chapter figure,.area-guide-editorial .area-lifestyle-chapter img,.area-lifestyle-copy blockquote{transition:none}}
.area-guide-editorial .area-lifestyle-copy>small{display:none}
.contact-concierge{--contact-ink:#413836;--contact-muted:#786a66;--contact-pink:#bd758e;overflow:hidden;background:#fcf7f1;color:var(--contact-ink)}
.contact-concierge h1,.contact-concierge h2,.contact-concierge h3,.contact-concierge p{margin-top:0}
.contact-concierge em{color:var(--contact-pink);font-family:"Cormorant Garamond",serif;font-weight:500}
.contact-hero{position:relative;padding:clamp(105px,11vw,170px) 0 clamp(95px,9vw,145px);background:radial-gradient(circle at 88% 10%,rgba(230,127,179,.18),transparent 30%),linear-gradient(135deg,#fdf9f4,#f7eee8)}
.contact-orbit,.contact-final-ring{position:absolute;width:520px;height:520px;border:1px solid rgba(189,117,142,.15);border-radius:50%;pointer-events:none}
.contact-orbit{right:-190px;top:-180px}
.contact-orbit:after,.contact-final-ring:after{content:"";position:absolute;inset:55px;border:1px solid rgba(189,117,142,.11);border-radius:inherit}
.contact-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.72fr);gap:clamp(70px,8vw,130px);align-items:center}
.contact-hero-copy h1{margin:25px 0 34px;font-size:clamp(66px,7.3vw,108px);line-height:.82;letter-spacing:-.055em}
.contact-hero-copy h1 span,.contact-hero-copy h1 em{display:block}
.contact-hero-copy h1 em{margin-top:14px;font-size:1.08em}
.contact-hero-copy p{max-width:660px;color:var(--contact-muted);font-size:clamp(14px,1.15vw,17px);line-height:1.9}
.contact-hero-copy>a{width:max-content;margin-top:32px;padding-bottom:8px;display:block;border-bottom:1px solid rgba(189,117,142,.45);color:#6d4b58;font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.contact-team-panel{padding:clamp(34px,4vw,52px);border:1px solid rgba(126,94,85,.1);border-radius:34px;background:rgba(255,252,248,.8);box-shadow:0 30px 80px rgba(75,52,47,.1);backdrop-filter:blur(14px)}
.contact-team-panel>small,.contact-option-panel a>small{color:#a26077;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.contact-portraits{margin-top:30px;display:grid;grid-template-columns:1fr 1fr;gap:27px}
.contact-portraits figure{margin:0;text-align:center}
.contact-portraits img{width:clamp(105px,10vw,145px);height:clamp(105px,10vw,145px);object-fit:cover;border:5px solid #fff;border-radius:50%;box-shadow:0 15px 35px rgba(69,49,44,.13);filter:saturate(.86);transition:transform .7s cubic-bezier(.16,1,.3,1),box-shadow .7s}
.contact-portraits figure:hover img{transform:scale(1.055) translateY(-3px);box-shadow:0 22px 48px rgba(69,49,44,.18)}
.contact-portraits figcaption{margin-top:14px}
.contact-portraits strong,.contact-portraits span{display:block}
.contact-portraits strong{font:500 24px "Cormorant Garamond",serif}
.contact-portraits span{margin-top:4px;color:#9b8983;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.contact-availability{margin-top:34px;padding-top:24px;display:flex;align-items:flex-start;gap:13px;border-top:1px solid rgba(113,87,79,.12)}
.contact-availability>i{width:9px;height:9px;margin-top:4px;border-radius:50%;background:#7ba37d;box-shadow:0 0 0 5px rgba(123,163,125,.12)}
.contact-availability strong,.contact-availability small{display:block}
.contact-availability strong{font-size:10px}
.contact-availability small{margin-top:8px;color:#94707d;font:italic 16px "Cormorant Garamond",serif}
.contact-section-head{max-width:760px;margin-bottom:clamp(50px,6vw,78px)}
.contact-section-head h2{margin:22px 0 25px;font-size:clamp(48px,5.4vw,74px);line-height:.92;letter-spacing:-.04em}
.contact-section-head p{max-width:560px;color:var(--contact-muted);font-size:12px;line-height:1.9}
.contact-options{padding-block:clamp(105px,10vw,155px)}
.contact-option-panel{display:grid;grid-template-columns:1.07fr 1.07fr .86fr .98fr;overflow:hidden;border-radius:35px;background:#fffaf5;box-shadow:0 30px 80px rgba(71,51,46,.09)}
.contact-option-panel>a{position:relative;min-height:390px;padding:42px 36px 35px;display:flex;flex-direction:column;border-left:1px solid rgba(128,99,90,.12);color:var(--contact-ink);transition:transform .5s,background .5s}
.contact-option-panel>a:first-child{border-left:0}
.contact-option-panel>a:hover{z-index:2;transform:translateY(-7px);background:#fff}
.contact-option-panel i{width:49px;height:49px;margin-bottom:58px;display:grid;place-items:center;border:1px solid rgba(189,117,142,.3);border-radius:50%;color:#a45f77}
.contact-option-panel svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;animation:contactDraw 1.8s both}
.contact-option-panel strong{min-height:57px;margin-top:14px;font:500 clamp(20px,1.75vw,27px)/1.1 "Cormorant Garamond",serif;overflow-wrap:anywhere}
.contact-option-panel p{min-height:48px;margin:13px 0;color:#867873;font-size:10px;line-height:1.65}
.contact-option-panel p span{display:block}
.contact-option-panel b{margin-top:auto;color:#a35d75;font-size:8px;letter-spacing:.1em;text-transform:uppercase}
.contact-reasons{padding-block:clamp(110px,10vw,165px);background:#f7ede7}
.contact-reason-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.contact-reason-grid article{position:relative;min-height:310px;padding:36px 31px;border-radius:29px;background:#fffaf6;box-shadow:0 15px 45px rgba(65,46,42,.055);transition:transform .5s,box-shadow .5s}
.contact-reason-grid article:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(65,46,42,.1)}
.contact-reason-grid article>span{position:absolute;right:27px;top:27px;color:#c4aaa2;font-size:8px;letter-spacing:.14em}
.contact-reason-grid i{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(189,117,142,.28);border-radius:50%;color:#a35e76;font-style:normal}
.contact-reason-grid h3{margin:75px 0 16px;font:500 29px "Cormorant Garamond",serif}
.contact-reason-grid p{color:#80726d;font-size:10px;line-height:1.8}
.contact-quote{padding:clamp(115px,12vw,190px) 0;text-align:center;background:#332d2e;color:#fffaf6}
.contact-quote .route-inner{position:relative}
.contact-quote-mark{position:absolute;left:50%;top:-78px;transform:translateX(-50%);color:rgba(230,127,179,.18);font:180px/1 Georgia,serif}
.contact-quote blockquote{position:relative;margin:0 auto;font:italic clamp(42px,5.5vw,76px)/1.05 "Cormorant Garamond",serif;letter-spacing:-.025em}
.contact-quote blockquote em{color:#E67FB3}
.contact-quote>div>div{margin-top:43px}
.contact-quote>div>div span,.contact-quote>div>div small{display:block}
.contact-quote>div>div span{color:#E67FB3;letter-spacing:.28em}
.contact-quote>div>div small{margin-top:13px;color:#a99e9b;font-size:7px;letter-spacing:.16em;text-transform:uppercase}
.contact-valuation{padding-block:clamp(110px,10vw,165px)}
.contact-feature{display:grid;grid-template-columns:.83fr 1.17fr;min-height:650px;overflow:hidden;border-radius:42px;background:#f1e3df;box-shadow:0 30px 75px rgba(70,49,44,.1)}
.contact-feature>div{padding:clamp(50px,6vw,86px);align-self:center}
.contact-feature h2,.contact-visit-copy h2{margin:24px 0 27px;font-size:clamp(50px,5vw,72px);line-height:.94}
.contact-feature p{max-width:470px;color:#776965;font-size:12px;line-height:1.9}
.contact-feature .route-button{margin-top:28px}
.contact-feature figure,.contact-visit-grid>figure{position:relative;margin:0;overflow:hidden}
.contact-feature img,.contact-visit-grid>figure img{width:100%;height:110%;object-fit:cover;filter:saturate(.8);transform:scale(1.045);transition:transform .2s linear}
.contact-feature figcaption,.contact-visit-grid>figure figcaption{position:absolute;left:30px;bottom:30px;padding:14px 19px;border-radius:15px;background:rgba(255,250,246,.9);color:#725361;font:italic 16px "Cormorant Garamond",serif;backdrop-filter:blur(8px)}
.contact-visit{padding-block:clamp(115px,11vw,175px);background:#fffaf5}
.contact-visit-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(65px,9vw,135px);align-items:center}
.contact-visit-grid>figure{height:clamp(560px,58vw,760px);border-radius:40px;box-shadow:0 27px 70px rgba(62,44,40,.13)}
.contact-visit-grid>figure figcaption small,.contact-visit-grid>figure figcaption strong{display:block}
.contact-visit-grid>figure figcaption small{font:700 7px sans-serif;letter-spacing:.13em;text-transform:uppercase}
.contact-visit-grid>figure figcaption strong{margin-top:6px}
.contact-visit-copy dl{margin:42px 0 34px}
.contact-visit-copy dl>div{padding:19px 0;display:grid;grid-template-columns:125px 1fr;border-top:1px solid rgba(112,86,78,.14)}
.contact-visit-copy dt{color:#a15e75;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact-visit-copy dd{margin:0;color:#766864;font-size:11px;line-height:1.7}
.contact-visit-copy dd span{display:block}
.contact-visit-copy>a,.contact-final nav>a:last-child{padding-bottom:8px;border-bottom:1px solid rgba(189,117,142,.5);color:#94556b;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.contact-final{position:relative;padding:clamp(120px,12vw,190px) 0;overflow:hidden;text-align:center;background:#f2e3df}
.contact-final-ring{left:-250px;bottom:-260px}
.contact-final h2{margin:25px 0 30px;font-size:clamp(63px,7.4vw,105px);line-height:.84;letter-spacing:-.05em}
.contact-final p{max-width:560px;margin:0 auto;color:#776864;font-size:13px;line-height:1.85}
.contact-final nav{margin-top:40px;display:flex;justify-content:center;align-items:center;gap:35px}
.contact-reveal{opacity:0;transform:translateY(24px);transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1)}
.contact-reveal.is-visible{opacity:1;transform:none}
.contact-reason-grid article:nth-child(2){transition-delay:.08s}
.contact-reason-grid article:nth-child(3){transition-delay:.16s}
.contact-reason-grid article:nth-child(4){transition-delay:.24s}@keyframes contactDraw{from{stroke-dashoffset:100}to{stroke-dashoffset:0}}
@media(max-width:1050px){
.contact-hero-grid{grid-template-columns:1fr}
.contact-team-panel{max-width:620px}
.contact-option-panel{grid-template-columns:1fr 1fr}
.contact-option-panel>a:nth-child(3){border-left:0;border-top:1px solid rgba(128,99,90,.12)}
.contact-option-panel>a:nth-child(4){border-top:1px solid rgba(128,99,90,.12)}
.contact-reason-grid{grid-template-columns:1fr 1fr}
.contact-feature{grid-template-columns:1fr;min-height:0}
.contact-feature figure{height:600px}
.contact-visit-grid{gap:55px}}
@media(max-width:720px){
.contact-hero{padding-top:85px}
.contact-hero-copy h1{font-size:57px}
.contact-team-panel{padding:30px 23px}
.contact-portraits{gap:15px}
.contact-portraits img{width:105px;height:105px}
.contact-option-panel{grid-template-columns:1fr;border-radius:27px}
.contact-option-panel>a{min-height:310px;padding:32px 28px;border-left:0;border-top:1px solid rgba(128,99,90,.12)}
.contact-option-panel>a:first-child{border-top:0}
.contact-option-panel i{margin-bottom:37px}
.contact-reason-grid{grid-template-columns:1fr}
.contact-reason-grid article{min-height:260px}
.contact-quote blockquote br{display:none}
.contact-feature{border-radius:28px}
.contact-feature>div{padding:47px 27px}
.contact-feature figure{height:420px}
.contact-visit-grid{grid-template-columns:1fr}
.contact-visit-grid>figure{height:470px}
.contact-visit-copy dl>div{grid-template-columns:1fr;gap:8px}
.contact-final nav{flex-direction:column}
.contact-final h2{font-size:58px}}
@media(prefers-reduced-motion:reduce){
.contact-reveal{opacity:1;transform:none;transition:none}
.contact-portraits img,.contact-option-panel>a,.contact-reason-grid article,.contact-feature img,.contact-visit-grid>figure img{transition:none!important;animation:none!important}
.contact-option-panel svg{animation:none}}
.contact-hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(485px,.8fr);gap:clamp(60px,7vw,110px)}
.contact-next-panel{position:relative;padding:clamp(38px,4vw,54px);border:1px solid rgba(126,94,85,.1);border-radius:36px;background:rgba(255,252,248,.88);box-shadow:0 32px 85px rgba(75,52,47,.105);backdrop-filter:blur(16px)}
.contact-next-panel:before{content:"";position:absolute;inset:12px;z-index:-1;border:1px solid rgba(189,117,142,.075);border-radius:27px}
.contact-next-panel header>small{color:#a26077;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.contact-next-panel header h2{margin:14px 0 17px;font:500 clamp(35px,3vw,43px)/.95 "Cormorant Garamond",serif;letter-spacing:-.025em}
.contact-next-panel header h2 em{display:inline}
.contact-next-panel header p{max-width:50ch;margin:0;color:#796b67;font-size:10.5px;line-height:1.75}
.contact-journey{margin:34px 0 30px;padding:0;list-style:none}
.contact-journey li{position:relative;min-height:91px;padding:2px 0 20px 80px;display:flex;align-items:flex-start;transition:transform .45s cubic-bezier(.16,1,.3,1)}
.contact-journey li:last-child{min-height:70px;padding-bottom:0}
.contact-journey li:hover{transform:translateX(5px)}
.contact-journey li:before{content:"";position:absolute;left:27px;top:43px;bottom:0;width:1px;background:linear-gradient(#dcb4c2,rgba(220,180,194,.25))}
.contact-journey li:not(:last-child):after{content:"↓";position:absolute;left:23px;bottom:2px;color:#c493a5;font:13px "Cormorant Garamond",serif}
.contact-journey li:last-child:before{display:none}
.contact-step-number{position:absolute;left:0;top:0;width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(175,106,130,.31);border-radius:50%;background:#fffaf6;color:#98586e;font-size:7px;font-weight:800}
.contact-journey li>i{position:absolute;left:35px;top:-1px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#f8ece9;color:#aa647c;font-style:normal;transition:background .4s,color .4s,transform .4s}
.contact-journey li:hover>i{background:#f2dfe3;color:#8f4f65;transform:scale(1.06)}
.contact-journey svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.contact-journey h3{margin:0 0 7px;font:600 20px/1.05 "Cormorant Garamond",serif}
.contact-journey p{max-width:43ch;margin:0;color:#81736e;font-size:9.5px;line-height:1.6}
.contact-promises{padding:19px 20px;display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;border-radius:19px;background:linear-gradient(135deg,rgba(235,241,231,.7),rgba(248,244,237,.85))}
.contact-promises span{display:flex;align-items:center;gap:8px;color:#675f5b;font-size:8.5px;line-height:1.4}
.contact-promises i{width:14px;height:14px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(111,145,105,.12);color:#64805f;font-size:8px;font-style:normal}
.contact-conversation-cta{width:100%;margin-top:23px;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(149,89,110,.2);border-radius:50px;background:rgba(255,250,246,.72);color:#754f5d;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;transition:transform .4s,background .4s,border-color .4s}
.contact-conversation-cta:hover{transform:translateY(-2px);border-color:rgba(149,89,110,.38);background:#fff}
.contact-conversation-cta b{font-size:14px;font-weight:400;transition:transform .4s}
.contact-conversation-cta:hover b{transform:translateX(4px)}
@media(max-width:1120px){
.contact-hero-grid{grid-template-columns:1fr}
.contact-next-panel{max-width:690px}}
@media(max-width:720px){
.contact-next-panel{padding:34px 23px;border-radius:29px}
.contact-next-panel:before{border-radius:21px}
.contact-journey li{padding-left:72px}
.contact-journey li:before{left:24px}
.contact-journey li:not(:last-child):after{left:20px}
.contact-journey li>i{left:31px}
.contact-promises{grid-template-columns:1fr}
.contact-next-panel header h2{font-size:38px}}
@media(prefers-reduced-motion:reduce){
.contact-journey li,.contact-journey li>i,.contact-conversation-cta,.contact-conversation-cta b{transition:none!important}}
.contact-options{padding-block:clamp(125px,12vw,190px);background:radial-gradient(circle at 95% 12%,rgba(230,127,179,.12),transparent 25%),#fcf7f1}
.contact-options .contact-section-head{max-width:850px;margin-bottom:clamp(55px,6vw,82px)}
.contact-options .contact-section-head h2{margin:26px 0 34px;font-size:clamp(58px,6.3vw,88px);line-height:.86}
.contact-options .contact-section-head h2 span,.contact-options .contact-section-head h2 em{display:block}
.contact-options .contact-section-head h2 em{margin-top:12px}
.contact-options .contact-section-head p{max-width:660px;font-size:13px;line-height:1.9}
.contact-method-trust{margin-bottom:38px;padding:18px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;border:1px solid rgba(127,99,90,.09);border-radius:22px;background:rgba(255,252,248,.7);box-shadow:0 12px 35px rgba(69,49,44,.035)}
.contact-method-trust>span{display:flex;align-items:center;justify-content:center;gap:10px;color:#6f635f;font-size:8px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}
.contact-method-trust i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#f5e8e7;color:#a35e76}
.contact-method-trust svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.contact-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}
.contact-method-card{position:relative;min-height:540px;padding:clamp(42px,4.5vw,62px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(132,99,90,.105);border-radius:38px;background:linear-gradient(145deg,#fffaf5,#fcf5ef);box-shadow:0 22px 60px rgba(69,49,44,.07);transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s,border-color .6s}
.contact-method-card:hover{transform:translateY(-7px);border-color:rgba(189,117,142,.35);box-shadow:0 33px 75px rgba(69,49,44,.105),0 0 0 1px rgba(230,127,179,.06)}
.contact-method-icon{width:72px;height:72px;margin-bottom:45px;display:grid;place-items:center;border:1px solid rgba(178,108,132,.25);border-radius:50%;background:rgba(255,255,255,.45);color:#a35f77;font-style:normal;transition:color .5s,background .5s,transform .5s}
.contact-method-card:hover .contact-method-icon{transform:scale(1.035);background:#E67FB3;color:#fff}
.contact-method-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}
.contact-method-card>small{color:#a25e76;font-size:8px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.contact-method-card h3{margin:18px 0 20px;font:500 clamp(31px,3vw,43px)/1 "Cormorant Garamond",serif;letter-spacing:-.02em}
.contact-method-card>p{max-width:50ch;margin-bottom:22px;color:#7a6d68;font-size:11px;line-height:1.82}
.contact-method-card>strong{max-width:100%;color:#554946;font:500 clamp(20px,2vw,27px)/1.25 "Cormorant Garamond",serif;overflow-wrap:anywhere}
.contact-method-divider{width:100%;height:1px;margin:35px 0 25px;display:block;background:linear-gradient(90deg,rgba(182,113,137,.42),rgba(128,99,90,.07))}
.contact-method-card>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:#8f5268;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.contact-method-card>a b{font-size:15px;font-weight:400;transition:transform .4s}
.contact-method-card:hover>a b{transform:translateX(6px)}
.contact-method-visit{background:radial-gradient(circle at 95% 5%,rgba(230,127,179,.18),transparent 28%),linear-gradient(145deg,#fffaf5,#f8eee9)}
.contact-map-mark{position:absolute;right:-23px;top:-26px;width:155px;height:155px;display:grid;place-items:center;border:1px solid rgba(183,112,137,.12);border-radius:50%;color:rgba(166,94,119,.12);font:italic 34px "Cormorant Garamond",serif}
.contact-method-visit>p b,.contact-method-hours>b{margin-bottom:7px;display:block;color:#a06478;font-size:7px;letter-spacing:.14em;text-transform:uppercase}
.contact-method-hours{color:#786b66;font-size:10px;line-height:1.65}
.contact-method-hours span{display:block}
.contact-parking-note{width:max-content;max-width:100%;margin-top:20px;padding:9px 13px;display:flex!important;align-items:center;gap:8px;border-radius:20px;background:rgba(116,150,108,.08);color:#657261!important;font-size:8px!important}
.contact-parking-note i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:rgba(104,140,98,.12);color:#668060;font-style:normal}
.contact-method-footer{max-width:770px;margin:clamp(75px,8vw,115px) auto 0;text-align:center}
.contact-method-footer p{color:#625653;font:italic clamp(25px,2.7vw,37px)/1.35 "Cormorant Garamond",serif}
.contact-method-footer .route-button{margin-top:30px}
.contact-method-grid .contact-method-card:nth-child(2){transition-delay:.07s}
.contact-method-grid .contact-method-card:nth-child(3){transition-delay:.14s}
.contact-method-grid .contact-method-card:nth-child(4){transition-delay:.21s}
@media(max-width:850px){
.contact-method-trust{grid-template-columns:1fr 1fr}
.contact-method-trust>span{justify-content:flex-start}
.contact-method-grid{grid-template-columns:1fr}
.contact-method-card{min-height:500px}
.contact-method-grid .contact-method-card{transition-delay:0s}}
@media(max-width:520px){
.contact-options .contact-section-head h2{font-size:55px}
.contact-method-trust{grid-template-columns:1fr;padding:20px 22px}
.contact-method-card{min-height:490px;padding:38px 27px;border-radius:29px}
.contact-method-icon{width:62px;height:62px;margin-bottom:37px}
.contact-method-footer p{font-size:26px}}
@media(prefers-reduced-motion:reduce){
.contact-method-card,.contact-method-icon,.contact-method-card>a b{transition:none!important}}
.contact-promises{padding:22px 24px;gap:15px 24px;border:1px solid rgba(108,133,101,.1);background:linear-gradient(135deg,rgba(239,244,235,.92),rgba(249,246,240,.96))}
.contact-promises span{gap:10px;color:#5f625b;font-size:10.5px;font-weight:600;line-height:1.45;letter-spacing:.005em}
.contact-promises i{width:20px;height:20px;background:rgba(105,143,98,.14);color:#5f7c59;font-size:10px;font-weight:800}
@media(max-width:520px){
.contact-promises{padding:20px;gap:13px}
.contact-promises span{font-size:11px}}
.contact-final{padding:clamp(110px,10vw,160px) 0 clamp(80px,8vw,120px);background:linear-gradient(145deg,#f5e9e4,#efe0dc)}
.contact-final>.route-inner{max-width:1080px}
.contact-final h2{margin:25px 0 27px;font-size:clamp(55px,6.6vw,90px);line-height:.92}
.contact-final h2 em{display:inline}
.contact-final p{max-width:610px;font:italic clamp(20px,2vw,27px)/1.5 "Cormorant Garamond",serif}
.contact-final-primary{margin:45px 0;padding:40px 0;border-top:1px solid rgba(118,87,79,.14);border-bottom:1px solid rgba(118,87,79,.14)}
.contact-final-primary .route-button{min-width:230px;justify-content:center;gap:28px}
.contact-final-choices{padding-top:8px}
.contact-final-choices h3{margin-bottom:28px;color:#6d605c;font:500 clamp(20px,2vw,27px) "Cormorant Garamond",serif}
.contact-final .contact-final-choices nav{margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;max-width:720px}
.contact-final .contact-final-choices nav a{min-height:92px;padding:17px 13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(148,91,111,.12);border-radius:20px;background:rgba(255,250,246,.5);color:#735762;transition:transform .4s,background .4s,border-color .4s}
.contact-final .contact-final-choices nav a:hover{transform:translateY(-4px);border-color:rgba(148,91,111,.3);background:#fffaf6}
.contact-final-choices nav i{width:29px;height:29px;display:grid;place-items:center;color:#a55f77;font-style:normal}
.contact-final-choices nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.contact-final-choices nav span{font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
@media(max-width:600px){
.contact-final h2{font-size:53px}
.contact-final-primary{margin:35px 0;padding:32px 0}
.contact-final .contact-final-choices nav{grid-template-columns:1fr 1fr;gap:11px}
.contact-final .contact-final-choices nav a{min-height:88px}
.contact-final p{font-size:20px}}
@media(prefers-reduced-motion:reduce){
.contact-final .contact-final-choices nav a{transition:none}}

/* Contact page mobile refinement */
@media(max-width:600px){
.contact-concierge{overflow-x:hidden}
.contact-concierge .route-inner{width:100%;padding-inline:20px}
.contact-hero{padding:78px 0 82px}
.contact-hero-grid{gap:52px}
.contact-hero-copy h1{max-width:100%;margin:20px 0 27px;font-size:clamp(45px,13.2vw,56px);line-height:.88;letter-spacing:-.045em}
.contact-hero-copy h1 em{margin-top:9px}
.contact-hero-copy p{font-size:14px;line-height:1.75}
.contact-hero-copy>a{max-width:100%;font-size:9px}
.contact-next-panel{width:100%;padding:32px 22px;border-radius:27px}
.contact-next-panel:before{inset:9px}
.contact-next-panel header h2{font-size:36px}
.contact-next-panel header p{font-size:11.5px;line-height:1.7}
.contact-journey{margin-top:30px}
.contact-journey li{min-height:106px;padding-left:67px;padding-bottom:25px}
.contact-journey li>i{left:29px}
.contact-journey li:before{left:22px}
.contact-journey li:not(:last-child):after{left:18px}
.contact-step-number{width:20px;height:20px}
.contact-journey h3{font-size:21px}
.contact-journey p{font-size:10.5px;line-height:1.58}
.contact-conversation-cta{min-height:48px;padding-inline:18px;font-size:8px}
.contact-options{padding-block:90px}
.contact-options .contact-section-head{margin-bottom:47px}
.contact-options .contact-section-head h2{margin:20px 0 27px;font-size:clamp(47px,13vw,55px);line-height:.91}
.contact-options .contact-section-head p{font-size:12.5px;line-height:1.75}
.contact-method-trust{margin-bottom:26px}
.contact-method-card{min-height:0;padding:35px 25px 29px}
.contact-method-icon{width:58px;height:58px;margin-bottom:32px}
.contact-method-icon svg{width:25px;height:25px}
.contact-method-card h3{font-size:35px}
.contact-method-card>p{font-size:11.5px}
.contact-method-card>strong{font-size:22px}
.contact-method-card>a{min-height:44px;font-size:9px}
.contact-parking-note{width:100%;font-size:8.5px!important}
.contact-final{padding:88px 0 72px}
.contact-final h2{font-size:clamp(44px,12.5vw,52px);line-height:.94}
.contact-final p{font-size:20px;line-height:1.45}
.contact-final-primary .route-button{width:100%;min-height:52px}
.contact-final-choices h3{font-size:22px;line-height:1.25}
.contact-final .contact-final-choices nav a{min-height:94px}
.contact-final-choices nav span{font-size:9px}}
@media(max-width:370px){
.contact-concierge .route-inner{padding-inline:16px}
.contact-hero-copy h1{font-size:43px}
.contact-next-panel{padding-inline:18px}
.contact-journey li{padding-left:62px}
.contact-promises{padding:18px 16px}
.contact-method-card{padding-inline:21px}
.contact-options .contact-section-head h2{font-size:45px}
.contact-final h2{font-size:42px}}
.contact-final-choices{margin-top:48px;padding-top:40px;border-top:1px solid rgba(118,87,79,.14)}
@media(max-width:600px){
.contact-final-choices{margin-top:36px;padding-top:31px}}
.contact-final h2>span,.contact-final h2>em{display:block}
.contact-final h2>em{margin-top:10px}
.contact-form-section{padding:clamp(115px,11vw,175px) 0;background:#fffaf5}
.contact-form-layout{display:grid;grid-template-columns:minmax(330px,.75fr) minmax(560px,1.25fr);gap:clamp(65px,8vw,125px);align-items:start}
.contact-form-intro{position:sticky;top:130px}
.contact-form-intro h2{margin:25px 0 30px;color:#413836;font-size:clamp(52px,5.2vw,75px);line-height:.9;letter-spacing:-.045em}
.contact-form-intro p{max-width:470px;color:#786b66;font-size:13px;line-height:1.9}
.contact-form-note{max-width:430px;margin-top:38px;padding:23px 24px;display:flex;gap:15px;border:1px solid rgba(109,139,103,.12);border-radius:22px;background:#f4f5ed}
.contact-form-note>i{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:rgba(99,139,91,.12);color:#627e5d;font-style:normal}
.contact-form-note strong,.contact-form-note small{display:block}
.contact-form-note strong{font-size:10px}
.contact-form-note small{margin-top:7px;color:#77716c;font-size:9px;line-height:1.55}
.contact-editorial-form{padding:clamp(38px,5vw,65px);border:1px solid rgba(130,98,89,.1);border-radius:40px;background:linear-gradient(145deg,#f9efe9,#f6e9e5);box-shadow:0 30px 80px rgba(67,47,43,.09)}
.contact-honeypot{position:absolute!important;left:-9999px!important}
.contact-editorial-form fieldset{margin:0 0 42px;padding:0 0 38px;border:0;border-bottom:1px solid rgba(121,91,83,.13)}
.contact-editorial-form legend{margin-bottom:18px;color:#625653;font:500 25px "Cormorant Garamond",serif}
.contact-intent-options{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.contact-intent-options label{cursor:pointer}
.contact-intent-options input{position:absolute;opacity:0;pointer-events:none}
.contact-intent-options span{min-height:49px;padding:14px 16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(151,96,115,.15);border-radius:18px;background:rgba(255,250,246,.7);color:#71635f;font-size:9px;font-weight:700;letter-spacing:.035em;transition:background .35s,border-color .35s,color .35s,transform .35s}
.contact-intent-options span:hover{transform:translateY(-2px);border-color:rgba(174,104,129,.3)}
.contact-intent-options input:checked+span{border-color:rgba(165,93,118,.38);background:#fffaf6;color:#8f5268;box-shadow:0 8px 22px rgba(102,65,61,.06)}
.contact-intent-options input:focus-visible+span{outline:2px solid #a8667d;outline-offset:3px}
.contact-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 22px}
.contact-field-grid>label>span{margin-bottom:10px;display:block;color:#665a56;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.contact-field-grid>label>span b{color:#aa617a}
.contact-field-grid input,.contact-field-grid select,.contact-field-grid textarea{width:100%;border:0;border-bottom:1px solid rgba(111,82,75,.24);border-radius:0;background:transparent;color:#403836;outline:none;transition:border-color .35s,box-shadow .35s}
.contact-field-grid input,.contact-field-grid select{height:49px}
.contact-field-grid textarea{min-height:145px;padding:13px 0;resize:vertical}
.contact-field-grid input::placeholder,.contact-field-grid textarea::placeholder{color:#9b8d88;font-weight:400}
.contact-field-grid input:focus,.contact-field-grid select:focus,.contact-field-grid textarea:focus{border-color:#ac657e;box-shadow:0 1px 0 #ac657e}
.contact-message-field{grid-column:1/-1}
.contact-message-field>small{margin-top:10px;display:flex;align-items:center;gap:8px;color:#817570;font-size:8px}
.contact-message-field>small i{width:6px;height:6px;border-radius:50%;background:#7c9d76}
.contact-form-actions{margin-top:34px;padding-top:30px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;border-top:1px solid rgba(121,91,83,.13)}
.contact-consent{display:flex;align-items:flex-start;gap:11px;color:#746863;font-size:8px;line-height:1.55}
.contact-consent input{width:17px;height:17px;flex:0 0 auto;accent-color:#a76079}
.contact-editorial-form button{min-width:190px}
.contact-editorial-form button:disabled{cursor:wait;opacity:.65}
.contact-form-status{grid-column:1/-1;margin:0;color:#9b4f63;font-size:9px}
.contact-form-success{min-height:540px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.contact-form-success>i{width:58px;height:58px;margin-bottom:28px;display:grid;place-items:center;border-radius:50%;background:#edf2e9;color:#61805d;font-size:21px;font-style:normal}
.contact-form-success h3{margin:20px 0 22px;color:#413836;font:500 clamp(43px,4vw,58px)/.95 "Cormorant Garamond",serif}
.contact-form-success p{max-width:430px;color:#746762;font-size:11px;line-height:1.8}
.contact-field-grid input,.contact-field-grid select,.contact-field-grid textarea{font-family:inherit;font-size:15px;font-weight:500;line-height:1.4}
@media(max-width:1050px){
.contact-form-layout{grid-template-columns:1fr;gap:50px}
.contact-form-intro{position:static;max-width:680px}
.contact-editorial-form{max-width:780px}}
@media(max-width:600px){
.contact-form-section{padding:90px 0}
.contact-form-layout{gap:38px}
.contact-form-intro h2{font-size:48px}
.contact-form-intro p{font-size:12.5px}
.contact-editorial-form{padding:32px 21px;border-radius:29px}
.contact-editorial-form fieldset{margin-bottom:34px;padding-bottom:31px}
.contact-intent-options{grid-template-columns:1fr}
.contact-intent-options span{justify-content:flex-start;padding-inline:18px}
.contact-field-grid{grid-template-columns:1fr;gap:25px}
.contact-message-field{grid-column:auto}
.contact-field-grid input,.contact-field-grid select{height:52px}
.contact-editorial-form>footer{grid-template-columns:1fr}
.contact-editorial-form button{width:100%;min-height:52px}
.contact-form-note{padding:20px}
.contact-form-success{min-height:420px}
.contact-form-success h3{font-size:42px}}
@media(prefers-reduced-motion:reduce){
.contact-intent-options span{transition:none}}
.contact-consent{max-width:330px;font-size:10px;line-height:1.6}
.contact-form-actions{background:transparent!important;color:inherit!important}
@media(max-width:600px){
.contact-form-actions{grid-template-columns:1fr}
.contact-form-actions .route-button{width:100%;min-height:52px}
.contact-consent{max-width:none}}
.concierge-form-section{position:relative;overflow:hidden;background:radial-gradient(circle at 4% 12%,rgba(230,127,179,.12),transparent 25%),linear-gradient(135deg,#fffaf5,#fbf4ee)}
.concierge-form-section:after{content:"";position:absolute;right:-240px;bottom:-280px;width:600px;height:600px;border:1px solid rgba(180,111,135,.09);border-radius:50%;pointer-events:none}
.concierge-form-section .contact-form-layout{position:relative;z-index:1;grid-template-columns:minmax(330px,.7fr) minmax(620px,1.3fr);gap:clamp(45px,6vw,88px)}
.concierge-form-section .contact-form-intro{padding:42px 0}
.contact-form-intro h2 strong,.contact-form-intro h2 em{display:block}
.contact-form-intro h2 strong{font-family:inherit;font-size:.88em}
.contact-form-intro h2 em{margin-top:8px}
.contact-form-intro>p{font-size:14px;line-height:1.95}
.contact-form-assurances{margin-top:42px;display:grid;gap:11px}
.contact-form-assurances>span{min-height:53px;padding:13px 16px;display:flex;align-items:center;gap:12px;border:1px solid rgba(138,105,95,.09);border-radius:18px;background:rgba(255,252,248,.74);box-shadow:0 8px 25px rgba(67,48,43,.035);color:#665c58;font-size:10px;line-height:1.45}
.contact-form-assurances i{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#f3e5e5;color:#9e5c73;font-style:normal}
.contact-form-assurances svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.concierge-form{padding:clamp(42px,5vw,70px);border-radius:48px;background:linear-gradient(145deg,rgba(252,244,239,.98),rgba(247,233,230,.96));box-shadow:0 38px 95px rgba(72,49,45,.12),inset 0 1px rgba(255,255,255,.7)}
.concierge-form-step{padding:0 0 48px;margin:0 0 47px;border-bottom:1px solid rgba(122,91,83,.13)}
.concierge-form-step:last-of-type{margin-bottom:0}
.concierge-step-head{margin-bottom:29px;display:flex;align-items:center;gap:15px}
.concierge-step-head>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(171,99,124,.25);border-radius:50%;background:#fffaf6;color:#9a5870;font-size:8px;font-weight:800;letter-spacing:.08em}
.concierge-step-head small,.concierge-step-head h3{display:block}
.concierge-step-head small{margin-bottom:4px;color:#a26a7e;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.concierge-step-head h3{margin:0;color:#4e4340;font:500 28px/1 "Cormorant Garamond",serif}
.concierge-form fieldset{margin:0;padding:0;border:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.concierge-intents{grid-template-columns:1fr 1fr;gap:14px}
.concierge-intents label>span{position:relative;min-height:150px;padding:25px 23px;display:block;text-align:left;border-radius:24px;background:rgba(255,250,246,.68);transition:transform .45s,background .45s,border-color .45s,box-shadow .45s}
.concierge-intents label>span:hover{transform:translateY(-4px)}
.concierge-intents label>span>i{width:38px;height:38px;margin-bottom:21px;display:grid;place-items:center;border:1px solid rgba(168,98,122,.2);border-radius:50%;color:#a25d75;font-style:normal}
.concierge-intents svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.concierge-intents strong,.concierge-intents small{display:block}
.concierge-intents strong{color:#554946;font:600 20px/1.1 "Cormorant Garamond",serif}
.concierge-intents small{margin-top:8px;color:#81736e;font-size:8.5px;line-height:1.55}
.concierge-intents input:checked+span{border-color:rgba(176,100,127,.38);background:linear-gradient(145deg,#f4dfe4,#f9e9e7);box-shadow:0 17px 38px rgba(120,72,78,.09),0 0 0 1px rgba(190,112,139,.05)}
.concierge-intents input:checked+span>i{background:#fff7f4}
.concierge-fields{gap:25px 21px}
.contact-float-field{position:relative;padding-top:7px}
.contact-float-field input,.contact-float-field select{height:62px;padding:20px 0 5px;font-size:16px}
.contact-float-field>span{position:absolute;left:0;top:27px;margin:0!important;color:#8b7b76!important;font-size:10px!important;letter-spacing:.04em!important;pointer-events:none;transform-origin:left;transition:transform .3s,color .3s,top .3s}
.contact-float-field input:focus+span,.contact-float-field input:not(:placeholder-shown)+span,.contact-select-field>span{top:8px;transform:scale(.75);color:#9d5871!important}
.contact-float-field>span small{font-size:8px;font-weight:500;text-transform:none}
.concierge-writing-space{display:block}
.concierge-writing-space>span{margin-bottom:15px;display:block;color:#665a56;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.concierge-writing-space textarea{width:100%;min-height:270px;padding:26px;border:1px solid rgba(132,97,88,.14);border-radius:25px;background:rgba(255,250,246,.7);color:#443b38;font:500 15px/1.7 inherit;outline:none;resize:vertical;transition:border-color .4s,box-shadow .4s,background .4s}
.concierge-writing-space textarea:focus{border-color:rgba(172,101,126,.5);background:#fffaf6;box-shadow:0 0 0 4px rgba(183,107,134,.07),0 18px 40px rgba(76,51,47,.06)}
.concierge-writing-space textarea::placeholder{color:#9a8a84;font-weight:400}
.concierge-writing-space>small{margin-top:11px;display:flex;align-items:center;gap:8px;color:#7e736e;font-size:9px}
.concierge-writing-space>small i{width:7px;height:7px;border-radius:50%;background:#7e9f77}
.contact-human-touch{margin:42px 0 0;padding:24px 27px;display:flex;align-items:center;gap:20px;border:1px solid rgba(130,98,89,.1);border-radius:25px;background:rgba(255,250,246,.7)}
.contact-human-portraits{min-width:79px;display:flex}
.contact-human-portraits img{width:48px;height:48px;object-fit:cover;border:3px solid #fffaf6;border-radius:50%;box-shadow:0 7px 18px rgba(62,43,39,.12)}
.contact-human-portraits img+img{margin-left:-15px}
.contact-human-touch p{margin:0;color:#72645f;font-size:10px;line-height:1.65}
.contact-human-touch strong{display:block;margin-bottom:4px;color:#514744;font:600 18px "Cormorant Garamond",serif}
.concierge-form-actions{margin-top:25px;padding-top:30px;display:flex;flex-direction:column;align-items:stretch}
.concierge-form-actions .contact-consent{max-width:none;margin-bottom:20px;font-size:9px}
.concierge-form-actions button{width:100%;min-height:62px;display:flex;align-items:center;justify-content:center;gap:22px;border-radius:999px;font-size:9px}
.concierge-form-actions button b{font-size:16px;transition:transform .35s}
.concierge-form-actions button:hover b{transform:translateX(5px)}
.contact-submit-reassurance{margin:17px 0 0!important;display:flex;justify-content:center;gap:10px;color:#82736e;font-size:8px;letter-spacing:.04em}
.contact-submit-reassurance span+span:before{content:"·";margin-right:10px;color:#bc8296}
.concierge-form-actions .contact-form-status{width:100%;margin-top:14px;text-align:center}
.contact-form-success{border-radius:30px;background:rgba(255,250,246,.45)}
@media(max-width:1120px){
.concierge-form-section .contact-form-layout{grid-template-columns:1fr}
.concierge-form-section .contact-form-intro{position:static;max-width:750px;padding:0}
.contact-form-assurances{grid-template-columns:repeat(3,1fr)}
.concierge-form{max-width:none}}
@media(max-width:700px){
.concierge-form-section{padding-block:88px}
.concierge-form-section .contact-form-layout{gap:43px}
.contact-form-intro h2{font-size:50px}
.contact-form-intro>p{font-size:13px}
.contact-form-assurances{grid-template-columns:1fr}
.concierge-form{padding:34px 21px;border-radius:31px}
.concierge-form-step{padding-bottom:38px;margin-bottom:38px}
.concierge-intents{grid-template-columns:1fr}
.concierge-intents label>span{min-height:135px;padding:22px}
.concierge-fields{grid-template-columns:1fr}
.contact-float-field{grid-column:auto}
.concierge-writing-space textarea{min-height:300px;padding:21px;font-size:14px}
.contact-human-touch{align-items:flex-start;padding:21px 18px}
.contact-human-portraits{min-width:70px}
.contact-human-portraits img{width:43px;height:43px}
.contact-human-touch p{font-size:9.5px}
.contact-submit-reassurance{flex-wrap:wrap;line-height:1.6}
.concierge-step-head h3{font-size:25px}}
@media(prefers-reduced-motion:reduce){
.concierge-intents label>span,.contact-float-field>span,.concierge-writing-space textarea,.concierge-form-actions button b{transition:none!important}}
.concierge-writing-space textarea{font-family:inherit;font-size:15px;font-weight:500;line-height:1.7}
.concierge-form-section .contact-form-intro{position:static}
.contact-inline-conversation{margin-top:48px;padding:38px 0 36px;border-top:1px solid rgba(124,91,83,.15);border-bottom:1px solid rgba(124,91,83,.15)}
.contact-inline-conversation h3{margin:18px 0 20px;color:#433a37;font-size:clamp(39px,3.4vw,51px);line-height:.91;letter-spacing:-.035em}
.contact-inline-conversation h3 strong,.contact-inline-conversation h3 em{display:block}
.contact-inline-conversation h3 strong{font-family:inherit;font-weight:700}
.contact-inline-conversation h3 em{margin-top:8px;color:#bd758e;font:italic 1.04em "Cormorant Garamond",serif}
.contact-inline-conversation>p{margin:0;color:#756762;font:italic 19px/1.55 "Cormorant Garamond",serif}
.contact-inline-choices{margin-top:31px}
.contact-inline-choices h4{margin:0 0 17px;color:#5f5450;font:500 20px/1.3 "Cormorant Garamond",serif}
.contact-inline-choices nav{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-inline-choices a{min-height:58px;padding:12px 14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(150,94,114,.12);border-radius:17px;background:rgba(255,250,246,.7);color:#725561;transition:transform .4s,border-color .4s,background .4s}
.contact-inline-choices a:hover{transform:translateY(-3px);border-color:rgba(164,94,119,.3);background:#fffaf6}
.contact-inline-choices a i{width:28px;height:28px;display:grid;place-items:center;color:#a15d75;font-style:normal}
.contact-inline-choices svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.contact-inline-choices a span{font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.contact-inline-conversation+.contact-form-assurances{margin-top:33px}
@media(max-width:700px){
.contact-inline-conversation{margin-top:38px;padding-block:32px}
.contact-inline-conversation h3{font-size:42px}
.contact-inline-choices nav{grid-template-columns:1fr 1fr}
.contact-inline-choices a{min-height:60px}
.contact-inline-conversation>p{font-size:18px}}
@media(max-width:370px){
.contact-inline-choices nav{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){
.contact-inline-choices a{transition:none}}
.contact-inline-conversation>.contact-inline-choices{margin-top:0}
.concierge-form-actions{border-top:0}
.social-feed-page{--social-ink:#403735;--social-pink:#bc748d;overflow:hidden;background:#fcf7f1;color:var(--social-ink)}
.social-feed-hero{position:relative;padding:clamp(105px,10vw,155px) 0 clamp(100px,9vw,145px);background:radial-gradient(circle at 12% 12%,rgba(230,127,179,.16),transparent 28%),linear-gradient(135deg,#fcf8f3,#f6ebe6)}
.social-feed-orbit{position:absolute;right:-210px;top:-240px;width:610px;height:610px;border:1px solid rgba(183,106,133,.13);border-radius:50%}
.social-feed-orbit:before,.social-feed-orbit:after{content:"";position:absolute;border:1px solid rgba(183,106,133,.09);border-radius:50%}
.social-feed-orbit:before{inset:65px}
.social-feed-orbit:after{inset:130px}
.social-feed-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:clamp(65px,8vw,125px);align-items:center}
.social-feed-hero-copy h1{margin:28px 0 34px;font-size:clamp(68px,7vw,102px);line-height:.82;letter-spacing:-.055em}
.social-feed-hero-copy h1 span,.social-feed-hero-copy h1 em{display:block}
.social-feed-hero-copy h1 em{margin-top:13px;color:var(--social-pink);font-family:"Cormorant Garamond",serif;font-weight:500}
.social-feed-hero-copy p{max-width:590px;color:#756762;font-size:14px;line-height:1.9}
.social-feed-hero-copy nav{margin-top:37px;display:flex;flex-wrap:wrap;gap:28px}
.social-feed-hero-copy nav a{padding-bottom:8px;border-bottom:1px solid rgba(171,99,124,.35);color:#795764;font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.social-feed-hero-visual{position:relative;height:clamp(480px,47vw,650px);margin:0;filter:drop-shadow(0 28px 50px rgba(61,43,39,.14))}
.social-feed-hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;border:7px solid #fffaf5;border-radius:46% 26px 44% 29px;filter:saturate(.82);transition:transform 1s cubic-bezier(.16,1,.3,1)}
.social-feed-hero-visual:hover>img{transform:scale(1.012)}
.social-feed-hero-visual figcaption{position:absolute;left:-42px;bottom:54px;padding:23px 26px;border-radius:23px;background:rgba(255,250,246,.93);box-shadow:0 18px 45px rgba(65,45,41,.12);backdrop-filter:blur(12px)}
.social-feed-hero-visual figcaption small,.social-feed-hero-visual figcaption strong{display:block}
.social-feed-hero-visual figcaption small{color:#a25d75;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.social-feed-hero-visual figcaption strong{margin-top:8px;font:italic 19px "Cormorant Garamond",serif}
.social-hero-stamp{position:absolute;right:-22px;top:32px;width:105px;height:105px;display:grid;place-content:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:#b66f88;color:#fff;text-align:center;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 14px 35px rgba(115,68,76,.18);transform:rotate(7deg)}
.social-hero-stamp i{font:italic 17px "Cormorant Garamond",serif;letter-spacing:0;text-transform:none}
.social-feed-toolbar{position:sticky;z-index:5;top:74px;padding:28px 0;border-top:1px solid rgba(117,85,77,.1);border-bottom:1px solid rgba(117,85,77,.1);background:rgba(252,247,241,.92);backdrop-filter:blur(16px)}
.social-feed-toolbar>.route-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.social-feed-toolbar p{margin:8px 0 0;color:#81736e;font-size:9px}
.social-feed-toolbar nav{display:flex;gap:8px;overflow-x:auto;padding:3px}
.social-feed-toolbar button{min-height:39px;padding:10px 16px;border:1px solid transparent;border-radius:999px;background:transparent;color:#756762;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .35s,border-color .35s,color .35s}
.social-feed-toolbar button:hover,.social-feed-toolbar button.active{border-color:rgba(174,100,126,.2);background:#f3dfe4;color:#8d4f65}
.social-feed-stream{padding:clamp(75px,8vw,125px) 0 clamp(115px,10vw,170px)}
.social-post-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:27px;align-items:start}
.social-post{grid-column:span 6;overflow:hidden;border:1px solid rgba(124,92,84,.1);border-radius:34px;background:#fffaf6;box-shadow:0 20px 58px rgba(63,44,40,.07);transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s,border-color .55s}
.social-post:hover{transform:translateY(-7px);border-color:rgba(183,105,133,.25);box-shadow:0 31px 75px rgba(63,44,40,.115)}
.social-post[hidden]{display:none}
.social-post-wide{grid-column:span 7}
.social-post-wide+.social-post{grid-column:span 5}
.social-post figure{position:relative;height:410px;margin:0;overflow:hidden}
.social-post-tall figure{height:570px}
.social-post-wide figure{height:440px}
.social-post figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(40,31,29,.22),transparent 42%);pointer-events:none}
.social-post figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.83);transition:transform .9s cubic-bezier(.16,1,.3,1)}
.social-post:hover figure img{transform:scale(1.025)}
.social-post figure>span{position:absolute;z-index:1;right:20px;top:20px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,250,246,.88);color:#9d5971;backdrop-filter:blur(8px)}
.social-post figure svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.social-post-copy{padding:clamp(30px,3.5vw,45px)}
.social-post-copy>header{display:flex;align-items:center;justify-content:space-between;gap:15px}
.social-post-copy header small{color:#a25d75;font-size:7px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.social-post-copy header time{color:#a99a95;font-size:7px;letter-spacing:.08em}
.social-post-copy h2{margin:24px 0 18px;color:#473d3a;font:500 clamp(32px,3vw,45px)/.98 "Cormorant Garamond",serif;letter-spacing:-.025em}
.social-post-copy>p{max-width:58ch;margin:0;color:#786b66;font-size:10.5px;line-height:1.8}
.social-post-meta{margin-top:29px;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid rgba(121,90,82,.13)}
.social-post-meta>span{color:#978783;font-size:7px;letter-spacing:.09em;text-transform:uppercase}
.social-post-meta a{color:#95556c;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.social-post-meta a b{display:inline-block;margin-left:6px;transition:transform .35s}
.social-post:hover .social-post-meta a b{transform:translate(3px,-3px)}
.social-feed-empty{padding:90px 20px;text-align:center}
.social-feed-empty>span{color:#bf7d94;font-size:28px}
.social-feed-empty h2{margin:20px 0 14px;font:italic 42px "Cormorant Garamond",serif}
.social-feed-empty p{color:#786b66;font-size:11px}
.social-follow{position:relative;padding:clamp(110px,11vw,175px) 0;text-align:center;background:radial-gradient(circle at 50% 110%,rgba(230,127,179,.19),transparent 38%),#342d2f;color:#fffaf6}
.social-follow h2{margin:25px 0 28px;color:#fff9f5;font-size:clamp(60px,7vw,95px);line-height:.9;letter-spacing:-.045em}
.social-follow h2 em{color:#E67FB3;font-family:"Cormorant Garamond",serif}
.social-follow p{max-width:590px;margin:0 auto;color:#b9acab;font-size:12px;line-height:1.8}
.social-follow nav{margin-top:40px;display:flex;justify-content:center;gap:12px}
.social-follow nav a{min-width:145px;padding:17px 21px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff7f3;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;transition:transform .4s,background .4s,border-color .4s}
.social-follow nav a:hover{transform:translateY(-4px);border-color:rgba(230,127,179,.45);background:rgba(255,255,255,.05)}
.social-reveal{opacity:0;transform:translateY(24px);transition:opacity .85s,transform .85s cubic-bezier(.16,1,.3,1)}
.social-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){
.social-feed-hero-grid{grid-template-columns:1fr}
.social-feed-hero-copy{max-width:800px}
.social-feed-hero-visual{max-width:820px}
.social-feed-toolbar{top:69px}
.social-feed-toolbar>.route-inner{align-items:flex-start;flex-direction:column}
.social-post,.social-post-wide,.social-post-wide+.social-post{grid-column:span 6}
.social-post figure,.social-post-wide figure{height:380px}
.social-post-tall figure{height:500px}}
@media(max-width:700px){
.social-feed-hero{padding:85px 0 90px}
.social-feed-hero-copy h1{font-size:55px}
.social-feed-hero-copy p{font-size:13px}
.social-feed-hero-visual{height:440px}
.social-feed-hero-visual>img{border-width:5px;border-radius:38% 22px 36% 22px}
.social-feed-hero-visual figcaption{left:15px;right:15px;bottom:18px}
.social-hero-stamp{right:5px;top:20px;width:85px;height:85px}
.social-feed-toolbar{position:relative;top:auto}
.social-feed-toolbar nav{width:100%}
.social-post-grid{display:block}
.social-post{margin-bottom:22px}
.social-post figure,.social-post-wide figure,.social-post-tall figure{height:390px}
.social-post-copy{padding:30px 25px}
.social-post-copy h2{font-size:36px}
.social-follow nav{flex-direction:column}
.social-follow nav a{width:100%}
.social-feed-orbit{display:none}}
@media(max-width:390px){
.social-feed-hero-copy h1{font-size:49px}
.social-feed-hero-visual{height:390px}
.social-post figure,.social-post-wide figure,.social-post-tall figure{height:340px}
.social-post-copy>header{align-items:flex-start;flex-direction:column}
.social-post-meta{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){
.social-feed-hero-visual>img,.social-feed-toolbar button,.social-post,.social-post figure img,.social-post-meta a b,.social-follow nav a,.social-reveal{transition:none!important}
.social-reveal{opacity:1;transform:none}}
.social-spec-hero{background:radial-gradient(circle at 13% 15%,rgba(230,127,179,.2),transparent 28%),radial-gradient(circle at 88% 80%,rgba(244,216,205,.48),transparent 30%),linear-gradient(135deg,#fdf8f3,#f5e8e4)}
.social-spec-hero:after{content:"";position:absolute;inset:0;opacity:.18;pointer-events:none;background:repeating-radial-gradient(ellipse at 10% 20%,transparent 0 44px,rgba(172,110,130,.18) 45px 46px,transparent 47px 72px)}
.social-spec-hero>.route-inner{z-index:1}
.social-primary-link{padding:14px 22px!important;border:1px solid rgba(157,86,111,.18)!important;border-radius:999px;background:#b66e87;color:#fff!important}
.social-platform-overview{padding:clamp(110px,10vw,165px) 0;background:#fffaf5}
.social-section-title{max-width:820px;margin-bottom:clamp(50px,6vw,76px)}
.social-section-title h2{margin:23px 0 0;color:#443a38;font-size:clamp(52px,5.7vw,79px);line-height:.9;letter-spacing:-.045em}
.social-section-title h2 em{color:#bc748d;font-family:"Cormorant Garamond",serif;font-weight:500}
.social-section-title>p{max-width:600px;margin:25px 0 0;color:#786a66;font-size:13px;line-height:1.85}
.social-platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.social-platform-card{overflow:hidden;border:1px solid rgba(128,94,86,.1);border-radius:30px;background:#fcf5ef;box-shadow:0 18px 50px rgba(65,45,41,.06);transition:transform .5s,box-shadow .5s,border-color .5s}
.social-platform-card:hover{transform:translateY(-7px);border-color:rgba(184,105,133,.26);box-shadow:0 29px 68px rgba(65,45,41,.11)}
.social-platform-card figure{position:relative;height:225px;margin:0;overflow:hidden}
.social-platform-card figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .7s}
.social-platform-card:hover figure img{transform:scale(1.025)}
.social-platform-card figure span{position:absolute;right:15px;top:15px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:rgba(255,250,246,.9);color:#9a5870;font-size:8px;font-weight:800;text-transform:uppercase}
.social-platform-card>div{padding:27px 25px 29px}
.social-platform-card>div>small{color:#a25d75;font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.social-platform-card h3{margin:14px 0 25px;font:500 28px/1 "Cormorant Garamond",serif}
.social-platform-card dl{margin:0 0 25px}
.social-platform-card dl>div{padding:10px 0;display:flex;justify-content:space-between;gap:10px;border-top:1px solid rgba(122,91,83,.1)}
.social-platform-card dt{color:#a2938e;font-size:7px;text-transform:uppercase}
.social-platform-card dd{margin:0;color:#665955;font-size:8px}
.social-platform-card a{color:#95556c;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.social-integration-note{margin:25px 0 0;color:#a0918c;font-size:8px}
.social-reels{padding:clamp(110px,10vw,160px) 0;background:#f5e9e4}
.social-reel-track{display:grid;grid-template-columns:repeat(4,minmax(260px,1fr));gap:20px;overflow-x:auto;padding:5px 3px 25px;scroll-snap-type:x mandatory}
.social-reel-card{min-width:260px;scroll-snap-align:start}
.social-reel-card figure{position:relative;height:430px;margin:0;overflow:hidden;border-radius:31px;box-shadow:0 20px 55px rgba(67,46,42,.1);transition:transform .5s,box-shadow .5s}
.social-reel-card:hover figure{transform:scale(1.018);box-shadow:0 28px 67px rgba(67,46,42,.15)}
.social-reel-card figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(35,27,27,.46),transparent 52%)}
.social-reel-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.social-reel-card button{position:absolute;z-index:2;left:50%;top:50%;width:58px;height:58px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(255,250,246,.85);color:#9a5870;transform:translate(-50%,-50%);cursor:pointer}
.social-reel-card figure>span,.social-reel-card figure>small{position:absolute;z-index:2;bottom:18px;color:#fff;font-size:8px}
.social-reel-card figure>span{right:18px}
.social-reel-card figure>small{left:18px;letter-spacing:.1em;text-transform:uppercase}
.social-reel-card h3{margin:18px 4px 0;font:500 24px "Cormorant Garamond",serif}
.social-community{padding:clamp(115px,11vw,175px) 0;background:#fffaf5}
.social-community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}
.social-community-grid article{position:relative;height:460px;overflow:hidden;border-radius:34px;box-shadow:0 23px 63px rgba(64,44,40,.1)}
.social-community-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:transform .8s}
.social-community-grid article:hover img{transform:scale(1.025)}
.social-community-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(37,29,28,.7),transparent 58%)}
.social-community-grid article>div{position:absolute;z-index:2;left:28px;right:28px;bottom:27px;color:#fff}
.social-community-grid h3{margin:0;font:500 30px "Cormorant Garamond",serif}
.social-community-grid p{margin:10px 0 0;color:#e2d8d4;font-size:9px;line-height:1.6}
.social-behind{padding:clamp(120px,11vw,180px) 0;background:#f4e7e2}
.social-behind-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(70px,9vw,135px);align-items:center}
.social-behind-collage{position:relative;height:650px}
.social-behind-collage img{position:absolute;object-fit:cover;border:6px solid #fffaf5;box-shadow:0 25px 65px rgba(66,45,41,.13)}
.social-behind-collage img:first-child{inset:0 90px 70px 0;width:calc(100% - 90px);height:calc(100% - 70px);border-radius:38px}
.social-behind-collage img:nth-child(2),.social-behind-collage img:nth-child(3){width:180px;height:180px;border-radius:50%}
.social-behind-collage img:nth-child(2){right:0;top:55px}
.social-behind-collage img:nth-child(3){right:20px;bottom:0}
.social-behind-grid>div:last-child h2,.social-kevin-grid>div h2{margin:24px 0 29px;color:#433a37;font-size:clamp(55px,5.5vw,78px);line-height:.9;letter-spacing:-.045em}
.social-behind-grid h2 em,.social-kevin-grid h2 em{display:block;color:#ba728b;font-family:"Cormorant Garamond",serif;font-weight:500}
.social-behind-grid>div:last-child p,.social-kevin-grid>div>p{max-width:520px;color:#756762;font-size:12px;line-height:1.9}
.social-behind-grid .route-button{margin-top:28px}
.social-kevin{padding:clamp(120px,11vw,180px) 0;background:#fffaf5}
.social-kevin-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(70px,9vw,135px);align-items:center}
.social-kevin-grid>figure{position:relative;height:670px;margin:0}
.social-kevin-grid>figure img{width:100%;height:100%;object-fit:cover;border:7px solid #fff;border-radius:45% 32px 43% 32px;filter:saturate(.83);box-shadow:0 28px 70px rgba(60,42,38,.14)}
.social-kevin-grid>figure span{position:absolute;right:5px;top:40px;width:78px;height:78px;display:grid;place-items:center;border-radius:50%;background:#b66e87;font-size:27px;box-shadow:0 13px 33px rgba(99,58,67,.18)}
.social-kevin-mini{margin:32px 0 29px;padding:15px;display:flex;align-items:center;gap:17px;border-radius:22px;background:#f6e9e5}
.social-kevin-mini img{width:75px;height:75px;object-fit:cover;border-radius:17px}
.social-kevin-mini span{color:#675a56;font:italic 16px "Cormorant Garamond",serif}
.social-kevin-grid>div>a{color:#925269;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.social-statistics{padding:85px 0;background:#342d2f;color:#fff}
.social-statistics>.route-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.social-statistics article{padding:25px 35px;text-align:center;border-left:1px solid rgba(255,255,255,.12)}
.social-statistics article:first-child{border-left:0}
.social-statistics strong,.social-statistics span{display:block}
.social-statistics strong{color:#fef8f4;font:500 clamp(38px,4vw,57px) "Cormorant Garamond",serif}
.social-statistics span{margin-top:9px;color:#c0b2af;font-size:7px;letter-spacing:.14em;text-transform:uppercase}
.social-follow nav{flex-wrap:wrap}
@media(max-width:1100px){
.social-platform-grid{grid-template-columns:1fr 1fr}
.social-reel-track{grid-template-columns:repeat(4,280px)}
.social-behind-grid,.social-kevin-grid{grid-template-columns:1fr}
.social-behind-collage{max-width:800px}
.social-kevin-grid>figure{max-width:650px}
.social-statistics>.route-inner{grid-template-columns:1fr 1fr}
.social-statistics article:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}
.social-statistics article:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}}
@media(max-width:700px){
.social-platform-overview,.social-reels,.social-community,.social-behind,.social-kevin{padding-block:90px}
.social-section-title h2{font-size:52px}
.social-platform-grid{grid-template-columns:1fr}
.social-platform-card figure{height:280px}
.social-community-grid{grid-template-columns:1fr}
.social-community-grid article{height:400px}
.social-behind-collage{height:480px}
.social-behind-collage img:first-child{inset:0 45px 55px 0;width:calc(100% - 45px);height:calc(100% - 55px)}
.social-behind-collage img:nth-child(2),.social-behind-collage img:nth-child(3){width:125px;height:125px}
.social-kevin-grid>figure{height:500px}
.social-statistics article{padding:26px 14px}
.social-statistics strong{font-size:38px}
.social-follow nav a{width:100%}}
@media(max-width:390px){
.social-platform-card figure{height:240px}
.social-behind-collage{height:410px}
.social-kevin-grid>figure{height:430px}
.social-statistics>.route-inner{grid-template-columns:1fr}
.social-statistics article,.social-statistics article:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}
.social-statistics article:first-child{border-top:0}}
@media(prefers-reduced-motion:reduce){
.social-platform-card,.social-platform-card figure img,.social-reel-card figure,.social-community-grid img{transition:none!important}}
.about-social-entry{padding:clamp(110px,10vw,165px) 0;background:#f3e5e1}
.about-social-entry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(70px,9vw,135px);align-items:center}
.about-social-entry h2{margin:24px 0 29px;color:#433936;font-size:clamp(56px,5.8vw,82px);line-height:.88;letter-spacing:-.045em}
.about-social-entry h2 em{color:#ba728b;font-family:"Cormorant Garamond",serif;font-weight:500}
.about-social-entry p{max-width:500px;color:#756762;font-size:12px;line-height:1.9}
.about-social-entry .route-button{margin-top:28px}
.about-social-entry figure{position:relative;height:570px;margin:0;overflow:hidden;border:7px solid #fffaf5;border-radius:40px;box-shadow:0 27px 70px rgba(64,44,40,.13)}
.about-social-entry figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .8s}
.about-social-entry figure:hover img{transform:scale(1.02)}
.about-social-entry figcaption{position:absolute;left:24px;bottom:23px;padding:12px 17px;border-radius:15px;background:rgba(255,250,246,.9);color:#8f5268;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
@media(max-width:850px){
.about-social-entry-grid{grid-template-columns:1fr}
.about-social-entry figure{height:480px}}
@media(max-width:600px){
.about-social-entry{padding-block:90px}
.about-social-entry h2{font-size:51px}
.about-social-entry figure{height:360px;border-width:5px;border-radius:28px}}
.social-hub-hero-copy nav a>span{width:23px;height:23px;display:grid;place-items:center}
.social-hub-hero-copy nav a>span svg{width:100%;height:100%;display:block;overflow:visible}
.social-hub-hero-image:hover img,.social-hub-hero-image:active img{transform:none}
.social-hub-page{--hub-ink:#423937;--hub-pink:#bb738c;overflow:hidden;background:#fcf7f1;color:var(--hub-ink)}
.social-hub-hero{position:relative;padding:clamp(110px,11vw,170px) 0;background:radial-gradient(circle at 12% 18%,rgba(230,127,179,.2),transparent 28%),linear-gradient(135deg,#fdf8f3,#f4e6e2)}
.social-hub-contours{position:absolute;inset:0;opacity:.25;background:repeating-radial-gradient(ellipse at 92% 15%,transparent 0 57px,rgba(177,108,131,.15) 58px 59px,transparent 60px 88px);pointer-events:none}
.social-hub-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:clamp(65px,8vw,125px);align-items:center}
.social-hub-hero-copy h1{margin:28px 0 36px;font-size:clamp(70px,7.4vw,106px);line-height:.82;letter-spacing:-.055em}
.social-hub-hero-copy h1 span,.social-hub-hero-copy h1 em{display:block}
.social-hub-hero-copy h1 em{margin-top:15px;color:var(--hub-pink);font-family:"Cormorant Garamond",serif;font-weight:500}
.social-hub-hero-copy>p{max-width:620px;color:#746661;font-size:14px;line-height:1.9}
.social-hub-hero-copy>nav,.social-hub-follow nav{margin-top:39px;display:flex;flex-wrap:wrap;gap:13px}
.social-hub-hero-copy>nav>a,.social-hub-hero-copy>nav>span,.social-hub-follow nav>a,.social-hub-follow nav>span{width:94px;height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(142,94,108,.14);border-radius:50%;background:rgba(255,250,246,.65);color:var(--social-accent);transition:transform .45s,background .45s,border-color .45s,box-shadow .45s}
.social-hub-hero-copy>nav>a:hover,.social-hub-follow nav>a:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--social-accent) 40%,transparent);background:#fffaf6;box-shadow:0 16px 38px rgba(65,44,40,.09)}
.social-hub-hero-copy nav a>span,.social-hub-hero-copy nav>span>span,.social-hub-follow nav a>span,.social-hub-follow nav>span>span{font:700 18px/1 Arial,sans-serif}
.social-hub-hero-copy nav small,.social-hub-follow nav small{font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.social-hub-hero-copy nav>span,.social-hub-follow nav>span{opacity:.58}
.social-hub-hero-image{position:relative;height:clamp(500px,49vw,680px);margin:0;overflow:hidden;border:7px solid #fffaf6;border-radius:46% 28px 44% 28px;box-shadow:0 30px 75px rgba(63,43,39,.14)}
.social-hub-hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .9s}
.social-hub-hero-image:hover img{transform:scale(1.02)}
.social-hub-hero-image figcaption{position:absolute;left:26px;bottom:25px;padding:17px 20px;border-radius:18px;background:rgba(255,250,246,.9);backdrop-filter:blur(10px)}
.social-hub-hero-image figcaption small,.social-hub-hero-image figcaption strong{display:block}
.social-hub-hero-image figcaption small{color:#a05c74;font-size:7px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.social-hub-hero-image figcaption strong{margin-top:7px;font:italic 18px "Cormorant Garamond",serif}
.social-hub-profiles{padding:clamp(115px,11vw,175px) 0;background:#fffaf5}
.social-hub-section-head{max-width:850px;margin-bottom:clamp(52px,6vw,80px)}
.social-hub-section-head h2{margin:23px 0 0;font-size:clamp(56px,6vw,84px);line-height:.89;letter-spacing:-.045em}
.social-hub-section-head h2 em{color:var(--hub-pink);font-family:"Cormorant Garamond",serif;font-weight:500}
.social-hub-section-head>p{max-width:560px;margin:25px 0 0;color:#796b66;font-size:12px;line-height:1.85}
.social-hub-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:21px}
.social-hub-profile{position:relative;min-height:390px;padding:clamp(38px,4vw,55px);overflow:hidden;border:1px solid rgba(128,95,86,.1);border-radius:38px;background:linear-gradient(145deg,#fcf5ef,#f8ebe7);box-shadow:0 21px 60px rgba(62,43,39,.07);transition:transform .5s,box-shadow .5s,border-color .5s}
.social-hub-profile:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--social-accent) 30%,transparent);box-shadow:0 32px 78px rgba(62,43,39,.115)}
.social-hub-profile>i{width:65px;height:65px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--social-accent) 26%,transparent);border-radius:50%;color:var(--social-accent);font-style:normal}
.social-hub-profile>i span{font:700 19px Arial,sans-serif}
.social-hub-profile>small{display:block;margin-top:43px;color:var(--social-accent);font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.social-hub-profile h3{margin:17px 0 21px;color:#4b403d;font:500 clamp(30px,3vw,42px)/1.05 "Cormorant Garamond",serif}
.social-hub-profile>p{color:#8b7c76;font-size:8px;overflow-wrap:anywhere}
.social-hub-profile>div{margin-top:34px;padding-top:22px;border-top:1px solid rgba(120,88,80,.12)}
.social-hub-profile a{color:var(--social-accent);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.social-profile-pending{color:#978984;font-size:8px;letter-spacing:.06em}
.social-hub-posts{padding:clamp(115px,11vw,175px) 0;background:#f5e9e4}
.social-hub-filters{margin-bottom:47px;padding-bottom:20px;display:flex;gap:9px;overflow-x:auto}
.social-hub-filters button{min-height:43px;padding:11px 19px;border:1px solid rgba(142,95,108,.12);border-radius:999px;background:rgba(255,250,246,.55);color:#776965;font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:background .35s,border-color .35s,color .35s}
.social-hub-filters button:hover,.social-hub-filters button.active{border-color:rgba(177,99,127,.28);background:#edced8;color:#82495e}
.social-hub-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:start}
.social-hub-post{overflow:hidden;border:1px solid rgba(126,92,84,.1);border-radius:32px;background:#fffaf6;box-shadow:0 18px 52px rgba(64,44,40,.065);transition:transform .5s,box-shadow .5s,border-color .5s}
.social-hub-post:hover{transform:translateY(-6px);border-color:rgba(179,102,130,.26);box-shadow:0 29px 68px rgba(64,44,40,.105)}
.social-hub-post[hidden]{display:none}
.social-hub-post figure{position:relative;height:340px;margin:0;overflow:hidden}
.social-hub-post figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.83);transition:transform .8s}
.social-hub-post:hover figure img{transform:scale(1.025)}
.social-hub-post figure>span{position:absolute;left:17px;top:17px;padding:10px 13px;display:flex;align-items:center;gap:7px;border-radius:999px;background:rgba(255,250,246,.9);color:var(--social-accent);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(8px)}
.social-hub-post figure>span>span{font:700 12px Arial,sans-serif}
.social-hub-post>div{padding:29px 27px 31px}
.social-hub-post time{color:#a0928d;font-size:7px;letter-spacing:.08em;text-transform:uppercase}
.social-hub-post>div>p{display:-webkit-box;min-height:52px;margin:16px 0 25px;overflow:hidden;color:#655854;font:500 19px/1.4 "Cormorant Garamond",serif;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.social-hub-post.expanded>div>p{display:block}
.social-hub-post>div>nav{padding-top:19px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(121,88,81,.12)}
.social-hub-post>div>nav button,.social-hub-post>div>nav a,.social-hub-post>div>nav>span{padding:0;border:0;background:transparent;color:#95546b;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.social-hub-post>div>nav>span{color:#a0928d;cursor:default}
.social-hub-load{margin-top:60px;text-align:center}
.social-hub-load button{min-width:220px;min-height:52px;padding:14px 24px;border:1px solid rgba(157,88,112,.22);border-radius:999px;background:#fffaf6;color:#854b60;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .4s,background .4s}
.social-hub-load button:hover{transform:translateY(-3px);background:#f1d8df}
.social-hub-no-posts{padding:65px 0;text-align:center;color:#796b66}
.social-hub-follow{padding:clamp(120px,12vw,185px) 0;text-align:center;background:radial-gradient(circle at 50% 110%,rgba(230,127,179,.2),transparent 38%),#352e30;color:#fff}
.social-hub-follow h2{margin:25px 0 28px;color:#fffaf6;font-size:clamp(62px,7vw,96px);line-height:.88;letter-spacing:-.045em}
.social-hub-follow h2 em{color:#E67FB3;font-family:"Cormorant Garamond",serif}
.social-hub-follow>div>p{max-width:600px;margin:0 auto;color:#bcaeab;font-size:12px;line-height:1.85}
.social-hub-follow nav{justify-content:center}
.social-hub-follow nav>a,.social-hub-follow nav>span{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.04);color:#f2bfd0}
.social-hub-reveal{opacity:0;transform:translateY(24px);transition:opacity .85s,transform .85s cubic-bezier(.16,1,.3,1)}
.social-hub-reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){
.social-hub-hero-grid{grid-template-columns:1fr}
.social-hub-hero-copy{max-width:820px}
.social-hub-hero-image{max-width:850px}
.social-hub-post-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){
.social-hub-hero{padding:85px 0 92px}
.social-hub-hero-copy h1{font-size:56px}
.social-hub-hero-copy>p{font-size:13px}
.social-hub-hero-copy>nav>a,.social-hub-hero-copy>nav>span,.social-hub-follow nav>a,.social-hub-follow nav>span{width:82px;height:82px}
.social-hub-hero-image{height:440px;border-width:5px;border-radius:38% 22px 36% 22px}
.social-hub-profiles,.social-hub-posts{padding-block:90px}
.social-hub-section-head h2{font-size:52px}
.social-hub-profile-grid,.social-hub-post-grid{grid-template-columns:1fr}
.social-hub-profile{min-height:350px;padding:36px 27px;border-radius:30px}
.social-hub-post figure{height:390px}
.social-hub-follow nav{max-width:390px;margin-inline:auto}
.social-hub-follow h2{font-size:57px}}
.social-hub-page .social-hub-hero-image:hover img,.social-hub-page .social-hub-hero-image:active img{transform:none}

/* Route-wide mobile resilience */
@media(max-width:767px){
.route-page,.route-main,.route-section,.route-inner{max-width:100%;overflow-wrap:anywhere}
.route-inner{width:100%;padding-left:18px;padding-right:18px}
.route-grid,.route-property-grid,.results-layout,.contact-form-layout,.concierge-form-step,.area-guide-hero-grid,.area-guide-stats,.selling-hero-grid,.selling-faq-grid,.selling-testimonial>.route-inner,.mortgage-hero-grid,.sourcing-hero-grid,.social-hub-hero-grid{grid-template-columns:minmax(0,1fr)!important}
.route-hero h1,.property-search-hero h1,.area-guide-hero h1,.selling-hero h1,.mortgage-hero h1,.sourcing-hero h1,.social-hub-hero h1{max-width:100%;font-size:clamp(46px,14vw,64px);overflow-wrap:normal;word-break:normal}
.route-button,.area-guide-actions a,.selling-actions a,.selling-process-cta a,.selling-faq-cta a,.mortgage-final a,.sourcing-hero-actions a{width:100%;max-width:100%;justify-content:center;text-align:center}
.area-guide-actions,.selling-actions,.selling-process-cta>div,.selling-faq-cta>div,.mortgage-final nav,.sourcing-hero-actions{width:100%;align-items:stretch;flex-direction:column}
.premium-search-card,.ai-property-search,.search-toolbar,.contact-editorial-form,.concierge-form{width:100%;max-width:100%;padding-left:18px;padding-right:18px}
.search-toolbar,.boutique-search,.contact-intent-options,.concierge-intents,.contact-form-assurances{grid-template-columns:minmax(0,1fr)!important}
.contact-editorial-form input,.contact-editorial-form select,.contact-editorial-form textarea,.boutique-search input,.boutique-search select{font-size:16px}
.property-toolbar,.results-heading{align-items:stretch;flex-direction:column}
.view-pills,.sort-pills{width:100%;overflow-x:auto;scrollbar-width:none}
.view-pills button,.sort-pills>button,.sort-pills>label{flex:1 0 auto}
.route-map,.boutique-map,.map-paper{width:100%;max-width:100%;min-height:360px}
.area-guide-preview,.social-hub-hero-image,.selling-hero-visual,.mortgage-hero-visual,.sourcing-hero-visual{max-width:100%}
table{display:block;max-width:100%;overflow-x:auto}
iframe{max-width:100%}
}
@media(max-width:380px){
.route-inner{padding-left:14px;padding-right:14px}
.route-hero h1,.property-search-hero h1,.area-guide-hero h1,.selling-hero h1,.mortgage-hero h1,.sourcing-hero h1,.social-hub-hero h1{font-size:44px}
}
@media(max-width:760px){
.route-hero{padding-top:82px}}
@media(max-width:760px){
.view-pills [data-view="grid"]{display:none!important}}
@media(max-width:760px){
.area-guide-hero .area-breadcrumb{width:100%;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;overflow:hidden;white-space:nowrap}
.area-guide-hero .area-breadcrumb a{width:auto;min-width:0;justify-content:flex-start}
.area-guide-hero .area-breadcrumb a,.area-guide-hero .area-breadcrumb b,.area-guide-hero .area-breadcrumb i{flex:0 0 auto}
}
@media(max-width:390px){
.social-hub-hero-copy h1{font-size:49px}
.social-hub-hero-image{height:390px}
.social-hub-post figure{height:340px}
.social-hub-profile h3{font-size:34px}
.social-hub-post>div>nav{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){
.social-hub-hero-copy>nav>a,.social-hub-follow nav>a,.social-hub-hero-image img,.social-hub-profile,.social-hub-filters button,.social-hub-post,.social-hub-post figure img,.social-hub-load button,.social-hub-reveal{transition:none!important}
.social-hub-reveal{opacity:1;transform:none}}
.area-guide-market{padding-block:clamp(120px,10vw,170px);background:radial-gradient(circle at 84% 14%,rgba(174,96,124,.16),transparent 31%),linear-gradient(138deg,#29282a 0%,#352d31 54%,#29282a 100%)}
.area-guide-market .area-guide-heading{margin-bottom:clamp(48px,5vw,70px);padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.13)}
.area-guide-market .area-guide-heading>p{max-width:500px}
.area-market-report{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);grid-template-areas:"snapshot breakdown" "snapshot insights";gap:22px}
.area-market-snapshot{position:relative;grid-area:snapshot;min-height:650px;padding:clamp(42px,5vw,65px);overflow:hidden;border-radius:36px;background:radial-gradient(circle at 12% 95%,rgba(230,127,179,.16),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:0 30px 75px rgba(12,10,11,.18);transition:transform .55s,box-shadow .55s}
.area-market-snapshot:hover{transform:translateY(-4px);box-shadow:0 38px 88px rgba(12,10,11,.25)}
.area-market-snapshot>small,.area-market-breakdown header small,.area-market-insights header small{color:#E67FB3;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.area-market-snapshot>span{display:block;margin-top:clamp(85px,10vw,140px);color:#bdb2b1;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.area-market-snapshot>strong{display:block;margin-top:18px;color:#fff9f5;font:500 clamp(58px,6vw,86px)/.9 "Cormorant Garamond",serif;letter-spacing:-.045em}
.area-market-snapshot>p{max-width:290px;margin:22px 0 0;color:#bdb2b1;font-size:11px;line-height:1.7}
.area-market-trend{margin-top:33px;display:flex;align-items:center;gap:12px;color:#e8c2d0;font:italic 17px "Cormorant Garamond",serif}
.area-market-trend i{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(230,127,179,.3);border-radius:50%;font-style:normal}
.area-market-snapshot svg{position:absolute;left:45px;right:45px;bottom:40px;width:calc(100% - 90px);height:145px}
.area-market-snapshot svg g path{fill:none;stroke:rgba(255,255,255,.075);stroke-width:1}
.area-market-snapshot svg polyline{fill:none;stroke:#E67FB3;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:900;animation:areaMarketLine 1.8s .25s both}
.area-market-snapshot svg circle{fill:#E67FB3;stroke:#342d30;stroke-width:3}
.area-market-breakdown{grid-area:breakdown;padding:clamp(35px,4vw,48px);border-radius:32px;background:rgba(255,255,255,.045);box-shadow:0 22px 55px rgba(12,10,11,.11)}
.area-market-breakdown h3,.area-market-insights h3{margin:13px 0 27px;color:#fff8f4;font:500 35px/1 "Cormorant Garamond",serif}
.area-market-breakdown>div{padding:18px 0;display:grid;grid-template-columns:125px 1fr auto;align-items:center;gap:18px;border-top:1px solid rgba(255,255,255,.1)}
.area-market-breakdown>div>span{color:#c8bdbc;font-size:9px}
.area-market-breakdown>div>i{height:2px;overflow:hidden;background:rgba(255,255,255,.08)}
.area-market-breakdown>div>i b{width:var(--market-bar);height:100%;display:block;background:linear-gradient(90deg,#9e6077,#E67FB3);transform-origin:left;animation:areaMarketBar 1.2s .35s both}
.area-market-breakdown>div>strong{color:#fff8f4;font:500 20px "Cormorant Garamond",serif}
.area-market-insights{grid-area:insights;padding:clamp(35px,4vw,48px);border-radius:32px;background:rgba(255,255,255,.03)}
.area-market-insights>div{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.area-market-insights>div article{min-height:190px;padding:27px 22px;border-left:1px solid rgba(255,255,255,.1);transition:background .45s}
.area-market-insights>div article:first-child{padding-left:0;border-left:0}
.area-market-insights>div article:hover{background:rgba(255,255,255,.025)}
.area-market-insights article small{color:#E67FB3;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.area-market-insights article strong{display:block;margin-top:13px;color:#fff7f3;font:500 19px/1.3 "Cormorant Garamond",serif}
.area-market-insights article p{margin:16px 0 0;color:#aaa0a0;font-size:9px;line-height:1.75}
.area-market-insights blockquote{position:relative;margin:32px 0 0;padding:27px 31px 27px 37px;border-left:2px solid #E67FB3;border-radius:0 22px 22px 0;background:#faf2ed;color:#514542}
.area-market-insights blockquote>span{position:absolute;right:23px;top:0;color:rgba(180,101,130,.14);font:70px/1 Georgia,serif}
.area-market-insights blockquote small{color:#a25c75;font-size:7px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.area-market-insights blockquote p{position:relative;max-width:610px;margin:12px 0 0;font:italic 17px/1.55 "Cormorant Garamond",serif}
.area-guide-market .area-market-note{display:block;max-width:850px;margin:30px 0 0;padding:0;border:0;background:transparent;color:#8f8686;font-size:8px;line-height:1.75}
@keyframes areaMarketLine{from{stroke-dashoffset:900}to{stroke-dashoffset:0}}@keyframes areaMarketBar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1050px){
.area-market-report{grid-template-columns:1fr 1fr;grid-template-areas:"snapshot breakdown" "insights insights"}
.area-market-snapshot{min-height:570px}
.area-market-insights>div article{min-height:160px}}
@media(max-width:720px){
.area-guide-market{padding-block:100px}
.area-market-report{grid-template-columns:1fr;grid-template-areas:"snapshot" "breakdown" "insights"}
.area-market-snapshot{min-height:570px}
.area-market-breakdown>div{grid-template-columns:105px 1fr auto;gap:12px}
.area-market-insights>div{grid-template-columns:1fr}
.area-market-insights>div article,.area-market-insights>div article:first-child{min-height:0;padding:23px 0;border-left:0;border-top:1px solid rgba(255,255,255,.1)}
.area-market-insights>div article:first-child{border-top:0}
.area-market-insights blockquote{padding:25px 22px 25px 27px}}
@media(max-width:430px){
.area-market-snapshot{min-height:535px;padding:36px 27px}
.area-market-snapshot>strong{font-size:57px}
.area-market-snapshot svg{left:27px;right:27px;width:calc(100% - 54px)}
.area-market-breakdown{padding:31px 23px}
.area-market-breakdown>div{grid-template-columns:1fr auto}
.area-market-breakdown>div>i{grid-column:1/-1;grid-row:2}}
@media(prefers-reduced-motion:reduce){
.area-market-snapshot,.area-market-snapshot svg polyline,.area-market-breakdown>div>i b{animation:none;transition:none;transform:none}}

/* Mobile resilience layer — shared by every routed page. */
@media(max-width:767px){
html,body{width:100%;max-width:100%;overflow-x:hidden}
.route-page,.route-main,.route-page main,.route-page header,.route-page section,.route-page footer{max-width:100%;overflow-x:clip}
.route-inner{width:100%;max-width:100%;padding-left:20px;padding-right:20px}
.route-page img,.route-page video,.route-page canvas,.route-page iframe{display:block;max-width:100%;height:auto}
.route-page figure{max-width:100%}
.route-page h1,.route-page h2,.route-page h3,.route-page p,.route-page blockquote{max-width:100%;overflow-wrap:break-word}
.route-page input,.route-page select,.route-page textarea{width:100%;min-width:0;font-size:16px}
.route-page button,.route-page a{touch-action:manipulation}
.route-page button,.route-page .route-button{min-height:44px}
.route-hero,.property-search-hero,.area-guide-hero{min-height:0;padding:120px 0 72px}
.route-hero h1,.property-search-hero h1,.area-guide-hero h1,.areas-index-hero h1,
 .about-editorial-hero h1,.community-hero h1,.kevin-page-hero h1,.contact-hero h1,
 .buying-hero h1,.selling-hero h1,.mortgage-hero h1,.sourcing-hero h1,
 .social-hub-hero h1{font-size:clamp(42px,13vw,58px)!important;line-height:.94!important;letter-spacing:-.045em!important}
.route-section{padding-top:82px;padding-bottom:82px}
.route-grid,.route-property-grid,.results-layout,.form-grid,.legal-layout,.admin-metrics,
 .contact-hero-grid,.contact-form-layout,.contact-field-grid,.concierge-fields,
 .areas-hero-layout,.area-priority-grid,.area-index-grid,.area-guide-hero-grid,
 .area-guide-stats,.area-guide-explore-grid,.area-guide-gallery,.area-nearby-grid,
 .about-hero-layout,.team-flip-grid,.about-social-entry-grid,
 .community-story-grid,.community-story-article,.community-related>div>div,
 .kevin-hero-layout,.kevin-adventure-grid,.kevin-gallery .route-inner>div,
 .buying-hero-grid,.buying-why-layout,.buying-feature-grid,.buying-area-editorial,
 .selling-hero-grid,.selling-marketing-grid,.selling-feature-grid,.selling-faq-grid,
 .mortgage-hero-grid,.mortgage-advice-grid,.mortgage-calculator-grid,.mortgage-type-grid,
 .mortgage-independent-grid,.mortgage-faq-grid,.sourcing-hero-grid,.sourcing-feature-grid,
 .social-hub-hero-grid,.social-hub-profile-grid,.social-hub-post-grid{
  grid-template-columns:minmax(0,1fr)!important
 }
.property-hero-image,.area-guide-preview,.areas-hero-visual,.about-hero-visual,
 .buying-hero-visual,.selling-hero-visual,.mortgage-hero-visual,.sourcing-hero-visual,
 .social-hub-hero-image{width:100%;max-width:100%;margin-inline:0}
.route-property-image,.property-hero-image,.area-index-card figure{height:auto;aspect-ratio:4/3}
.route-property-image img,.property-hero-image img,.area-index-card figure img{width:100%;height:100%;object-fit:cover}
.route-property-facts{display:grid;grid-template-columns:1fr;gap:10px}
.property-card-actions,.social-hub-post>div>nav{align-items:flex-start;flex-direction:column}
.premium-search-card,.ai-property-search,.contact-editorial-form,.concierge-form,
 .mortgage-calculator-card{width:100%;max-width:100%;padding-inline:18px}
.search-toolbar,.boutique-search,.contact-intent-options,.concierge-intents,
 .contact-form-assurances,.mortgage-fields,.mortgage-scenario-grid{grid-template-columns:minmax(0,1fr)!important}
.property-toolbar,.results-heading,.area-guide-heading,.areas-section-head,
 .buying-section-head,.selling-section-head,.mortgage-section-head{align-items:flex-start;flex-direction:column}
.view-pills,.sort-pills,.active-filter-chips,.area-guide-actions,.buying-actions,
 .selling-actions,.mortgage-actions,.sourcing-hero-actions{width:100%;max-width:100%}
.sort-pills{display:grid;grid-template-columns:1fr;gap:10px}
.sort-pills>*{width:100%}
.areas-index-hero,.about-editorial-hero,.community-hero,.kevin-page-hero,.contact-hero,
 .buying-hero,.selling-hero,.mortgage-hero,.sourcing-hero,.social-hub-hero{min-height:0;padding-top:112px;padding-bottom:78px}
.areas-hero-visual,.about-hero-visual,.community-hero figure,.kevin-hero-collage{margin-top:44px}
.areas-hero-stats,.about-hero-trust,.community-hero-highlights{position:static;width:100%;transform:none}
.area-index-card,.area-priority-card{width:100%;max-width:100%}
.area-guide-gallery{grid-auto-rows:auto}
.area-guide-gallery figure{grid-column:auto!important;grid-row:auto!important;min-height:0;aspect-ratio:4/3}
.area-guide-gallery img{width:100%;height:100%;object-fit:cover}
.area-market-report{grid-template-columns:1fr;grid-template-areas:"snapshot" "breakdown" "insights"}
.about-hero-visual{min-height:0}
.about-hero-people,.about-hero-clients{position:relative!important;inset:auto!important;width:100%!important;margin:0 0 16px!important}
.team-flip-card{width:100%;max-width:100%;min-height:0}
.team-flip-front,.team-flip-back{position:relative;min-height:0}
.team-flip-back{display:none}
.team-flip-card.is-flipped .team-flip-front{display:none}
.team-flip-card.is-flipped .team-flip-back{display:block}
.community-hero>figure{position:absolute;inset:0;margin:0}
.community-hero>figure img{width:100%;height:100%;object-fit:cover}
.community-hero-copy{position:relative}
.community-hero-panel{width:100%;max-width:100%;padding:29px 22px}
.community-hero-highlights,.community-scroll{display:none}
.community-story{grid-template-columns:1fr!important}
.community-story figure,.community-story-page-hero{height:auto;aspect-ratio:4/3}
.community-story figure img,.community-story-page-hero img{width:100%;height:100%;object-fit:cover}
.community-timeline-list article{grid-template-columns:1fr!important;padding-left:0}
.community-timeline-list article>span{display:none}
.community-gallery .route-inner>div{grid-template-columns:1fr 1fr!important;grid-auto-rows:auto}
.community-gallery button{grid-column:auto!important;grid-row:auto!important;aspect-ratio:1}
.kevin-hero-collage{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.kevin-collage-main{grid-column:1/-1}
.kevin-hero-collage figure{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;margin:0;aspect-ratio:4/3}
.kevin-hero-collage img{width:100%;height:100%;object-fit:cover}
.kevin-adventure-card{grid-template-columns:1fr!important}
.kevin-adventure-card figure{height:auto;aspect-ratio:4/3}
.kevin-gallery .route-inner>div{grid-template-columns:1fr 1fr!important}
.contact-next-panel{width:100%;max-width:100%;padding:28px 20px}
.contact-journey li{grid-template-columns:auto minmax(0,1fr)}
.contact-journey li>i{display:none}
.contact-inline-choices nav{display:grid;grid-template-columns:1fr}
.contact-inline-choices nav a{width:100%}
.social-hub-hero-copy>nav,.social-hub-follow nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:360px}
.social-hub-hero-copy>nav>a,.social-hub-hero-copy>nav>span,.social-hub-follow nav>a,.social-hub-follow nav>span{width:100%;height:auto;min-height:72px;border-radius:18px}
.social-hub-hero-image{height:auto;aspect-ratio:4/5}
.social-hub-post figure{height:auto;aspect-ratio:4/3}
.route-footer .footer-top,.site-footer .footer-top,.footer-top{grid-template-columns:1fr!important;gap:38px}
.route-footer .footer-bottom,.site-footer .footer-bottom,.footer-bottom{align-items:flex-start;flex-direction:column;gap:20px}
.route-footer nav,.site-footer nav{max-width:100%;flex-wrap:wrap}
}

@media(max-width:390px){
.route-inner{padding-left:16px;padding-right:16px}
.route-hero,.property-search-hero,.area-guide-hero{padding-top:108px}
.route-page h1,.route-hero h1,.property-search-hero h1,.area-guide-hero h1,
 .areas-index-hero h1,.about-editorial-hero h1,.community-hero h1,.kevin-page-hero h1,
 .contact-hero h1,.buying-hero h1,.selling-hero h1,.mortgage-hero h1,
 .sourcing-hero h1,.social-hub-hero h1{font-size:clamp(38px,12.5vw,49px)!important}
.community-gallery .route-inner>div,.kevin-gallery .route-inner>div{grid-template-columns:1fr!important}
.kevin-hero-collage{grid-template-columns:1fr}
.kevin-collage-main{grid-column:auto}
}

@media(max-width:767px){
.areas-index-hero,.community-hero{padding-left:0!important;padding-right:0!important}
.areas-index-hero>.route-inner,.community-hero>.route-inner{width:100%!important;max-width:100%!important;margin-inline:0!important}
.areas-hero-copy,.community-hero-copy,.community-hero-panel{min-width:0;max-width:100%}
.areas-hero-copy h1 span,.areas-hero-copy h1 em,
 .community-hero-panel h1 span,.community-hero-panel h1 em{display:block;width:100%;max-width:100%;white-space:normal}
.areas-hero-copy h1{font-size:clamp(42px,11.5vw,49px)!important;line-height:.98!important}
.community-hero-panel h1{font-size:clamp(42px,11.8vw,51px)!important;line-height:.94!important}
.community-hero-panel p{width:100%;max-width:100%;white-space:normal;overflow-wrap:break-word}
.areas-hero-copy nav,.community-hero-panel nav{display:grid;grid-template-columns:minmax(0,1fr);width:100%;max-width:100%;gap:12px}
.areas-hero-copy nav a,.community-hero-panel nav a{width:100%;max-width:100%;min-height:52px;justify-content:center;text-align:center;white-space:normal}
.community-hero-panel>small{display:block;width:100%;white-space:normal;overflow-wrap:break-word;line-height:1.7}
}

/* Selling page: collision-free mobile document flow. */
@media(max-width:767px){
.selling-hero,.selling-process,.selling-why,.selling-marketing,.selling-testimonial,
 .selling-faq,.selling-final-cta{width:100%;max-width:100%;overflow:hidden}
.selling-hero .route-inner,.selling-process .route-inner,.selling-why .route-inner,
 .selling-marketing .route-inner,.selling-testimonial .route-inner,
 .selling-faq .route-inner,.selling-final-cta .route-inner{width:100%;max-width:100%;min-width:0}
.selling-hero *,.selling-process *,.selling-why *,.selling-marketing *,
 .selling-testimonial *,.selling-faq *,.selling-final-cta *{min-width:0}
.selling-hero{padding:108px 0 72px!important}
.selling-hero-grid{display:flex!important;flex-direction:column;gap:42px!important}
.selling-hero-copy,.selling-hero-copy h1,.selling-hero-copy h1 span,
 .selling-hero-copy h1 em,.selling-hero-copy>p,.selling-actions,.selling-trust{
  width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important
 }
.selling-hero-copy{overflow:visible!important}
.selling-hero-copy h1{font-size:clamp(43px,12.5vw,54px)!important;line-height:.94!important;white-space:normal!important}
.selling-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.selling-actions>*{width:100%!important;min-height:48px;justify-content:center;text-align:center}
.selling-trust{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.selling-trust article{width:100%;max-width:100%}
.selling-hero-visual{display:flex!important;flex-direction:column;position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;transform:none!important}
.selling-hero-blush{display:none!important}
.selling-hero-image-wrap{position:relative!important;inset:auto!important;order:1;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;aspect-ratio:4/3;transform:none!important}
.selling-hero-image-wrap img{width:100%;height:100%!important;object-fit:cover;transform:none!important}
.selling-hero-visual figcaption{position:relative!important;inset:auto!important;order:2;width:100%!important;max-width:100%!important;margin:12px 0 0!important;padding:22px 18px!important;transform:none!important}
.selling-review-card{position:relative!important;inset:auto!important;order:3;width:100%!important;max-width:100%!important;margin:12px 0 0!important;transform:none!important}
.selling-stat-band{width:100%;max-width:100%;overflow:hidden}
.selling-stat-band>.route-inner{display:grid!important;grid-template-columns:1fr!important;width:100%!important;margin:0!important}
.selling-stat-band article{min-height:0!important;padding:25px 20px!important;border-left:0!important;border-top:1px solid #e3d7cf!important}
.selling-stat-band article:first-child{border-top:0!important}
.selling-process{padding:82px 0!important}
.selling-section-head{display:block!important;width:100%;max-width:100%;margin-bottom:42px!important}
.selling-section-head h2,.selling-why-copy h2,.selling-faq h2{font-size:clamp(42px,12vw,51px)!important;line-height:.98!important}
.selling-timeline{display:grid!important;grid-template-columns:1fr!important;gap:28px!important;width:100%;padding:0!important}
.selling-timeline:before,.selling-timeline:after{display:none!important}
.selling-timeline article,.selling-timeline article.is-even{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;transform:none!important;opacity:1!important}
.selling-stage-number,.selling-timeline .is-even .selling-stage-number{position:relative!important;inset:auto!important;width:auto!important;height:auto!important;margin:0 0 10px!important;display:inline-flex!important;gap:5px;padding:9px 12px;border-radius:999px;transform:none!important;animation:none!important}
.selling-stage-card,.selling-timeline .is-even .selling-stage-card{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:25px 20px 20px!important;transform:none!important;opacity:1!important}
.selling-stage-card:before,.selling-stage-card:after{display:none!important}
.selling-stage-card figure{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;margin:22px 0 0!important;aspect-ratio:4/3;transform:none!important}
.selling-stage-card figure img{width:100%;height:100%;object-fit:cover;transform:none!important}
.selling-stage-details{position:relative!important;inset:auto!important;width:100%;max-width:100%;transform:none!important}
.selling-process-cta{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;margin:34px 0 0!important;padding:38px 20px!important;transform:none!important}
.selling-process-cta h3{font-size:42px!important}
.selling-process-cta>div{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.selling-why{padding:82px 0!important}
.selling-why-grid{display:flex!important;flex-direction:column;gap:45px!important}
.selling-why figure{display:flex;flex-direction:column;position:relative!important;width:100%!important;max-width:100%!important;min-height:0!important;max-height:none!important;margin:0!important}
.selling-why figure>img{order:1;width:100%;height:auto!important;min-height:0!important;aspect-ratio:4/3;object-fit:cover;border-radius:24px!important}
.selling-why figcaption{position:relative!important;inset:auto!important;order:2;width:100%;max-width:100%;margin:12px 0 0;padding:20px!important;transform:none!important}
.selling-why-copy{width:100%;max-width:100%}
.selling-feature-grid{display:grid!important;grid-template-columns:1fr!important;width:100%;gap:12px}
.selling-feature-grid article{position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;transform:none!important}
.selling-marketing{padding:82px 0!important}
.marketing-editorial-grid{display:grid!important;grid-template-columns:1fr!important;grid-auto-rows:auto!important;width:100%;gap:20px}
.marketing-editorial-card{display:flex!important;flex-direction:column;position:relative!important;inset:auto!important;grid-column:auto!important;grid-row:auto!important;width:100%!important;max-width:100%!important;min-height:0!important;margin:0!important;transform:none!important;opacity:1!important}
.marketing-card-image{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:4/3;transform:none!important}
.marketing-card-image img{width:100%;height:100%;object-fit:cover;transform:none!important}
.marketing-card-copy{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;padding:24px 20px!important;transform:none!important}
.marketing-closing{position:relative!important;inset:auto!important;width:100%;max-width:100%;margin-top:38px;transform:none!important}
.selling-testimonial{padding:82px 0!important}
.selling-testimonial>.route-inner{display:flex!important;flex-direction:column;gap:44px!important}
.selling-testimonial figure{position:relative!important;width:min(280px,100%)!important;height:auto!important;margin:0 auto!important;transform:none!important;opacity:1!important}
.selling-testimonial figure>div{width:100%;height:auto}
.selling-testimonial-copy{width:100%;max-width:100%;margin:0!important}
.selling-testimonial blockquote,.selling-testimonial blockquote p{width:100%;max-width:100%}
.selling-testimonial blockquote>span{display:none!important}
.selling-testimonial blockquote p{display:block!important;margin:0;font-size:clamp(29px,8.5vw,36px)!important;line-height:1.2!important}
.selling-testimonial blockquote p em{display:block;margin-bottom:14px;transform:none!important;opacity:1!important;animation:none!important}
.selling-reviewer,.selling-review-trust{position:relative!important;width:100%;max-width:100%;transform:none!important;opacity:1!important;animation:none!important}
.selling-review-trust{display:grid!important;grid-template-columns:1fr!important;gap:10px}
.selling-faq{padding:82px 0!important}
.selling-faq-grid{display:flex!important;flex-direction:column;gap:42px!important}
.selling-faq-grid>header,.selling-faq-grid>div{width:100%;max-width:100%}
.selling-faq-reassurance{width:100%;max-width:100%;grid-template-columns:42px minmax(0,1fr)!important;padding:18px!important}
.selling-faq details,.selling-faq summary{width:100%;max-width:100%}
.selling-faq summary{padding-right:42px}
.selling-faq-cta{position:relative!important;width:100%!important;max-width:100%!important;padding:25px 18px!important;transform:none!important}
.selling-faq-cta>div{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
.selling-final-cta{padding:82px 0!important}
.selling-final-cta .route-inner>div{display:flex!important;flex-direction:column;align-items:stretch!important;gap:24px!important}
.selling-final-cta h2{font-size:clamp(42px,12vw,52px)!important}
[data-selling-stage],.selling-stage-card,.marketing-editorial-card,
 .selling-testimonial figure,.selling-testimonial blockquote p em,.selling-reviewer{
  animation:none!important;transition:none!important;transform:none!important;opacity:1!important
 }
}
.property-search-section .premium-search-card{padding:28px;background:#f7f0eb;border-color:rgba(111,83,75,.16)}
.property-search-section .ai-property-search{position:relative;margin:0;padding:8px;border:2px solid rgba(176,87,119,.34);border-radius:26px;background:linear-gradient(135deg,#f3d3de 0%,#f9e7ec 48%,#f4ddd6 100%);box-shadow:0 22px 55px rgba(105,61,76,.13)}
.property-search-section .ai-property-search:before{content:"AI";position:absolute;right:22px;top:-13px;padding:7px 12px;border-radius:999px;background:#3a3234;color:#fff;font-size:8px;font-weight:800;letter-spacing:.16em}
.property-search-section .ai-panel-heading{padding:27px 28px 18px}
.property-search-section .ai-panel-heading .ai-sparkle{background:#3a3234;color:#fff;box-shadow:0 8px 20px rgba(55,43,47,.18)}
.property-search-section .search-choice-label{display:block;margin:0 0 6px!important;color:#994f69!important;font:800 8px/1.3 Manrope,sans-serif!important;font-style:normal!important;letter-spacing:.16em!important;text-transform:uppercase}
.property-search-section .ai-panel-heading strong{color:#312b2d;font-size:30px}
.property-search-section .ai-panel-heading small{color:#65595b;font-size:11px}
.property-search-section .ai-conversation-field{border:1px solid rgba(132,72,92,.26);background:#fffdfb;box-shadow:0 12px 30px rgba(93,55,67,.08)}
.property-search-section .ai-conversation-field>button{background:#3a3234;color:#fff}
.property-search-section .search-method-divider{display:block;width:100%;margin:34px 0 18px;text-align:left}
.property-search-section .search-method-divider>i{display:none}
.property-search-section .search-method-divider>span{display:block;padding:0 4px;text-align:left}
.property-search-section .search-method-divider .search-choice-label{margin-bottom:8px!important;color:#7d6c66!important}
.property-search-section .search-method-divider b{display:block;color:#352f2d;font:600 30px/1.05 "Cormorant Garamond",serif}
.property-search-section .search-method-divider small{display:block;margin-top:7px;color:#756a65;font:400 11px/1.6 Manrope,sans-serif}
.property-search-section .boutique-search{position:relative;padding:24px!important;border:1px solid rgba(98,78,68,.18)!important;border-top:5px solid #3a3234!important;border-radius:22px!important;background:#fffdf9!important;box-shadow:0 18px 44px rgba(74,57,49,.08)}
.property-search-section .boutique-search:before{content:"Use precise filters";position:absolute;right:20px;top:-16px;padding:7px 12px;border:1px solid rgba(98,78,68,.16);border-radius:999px;background:#fffdf9;color:#6c5f5a;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.property-search-section .boutique-search label{background:#f7f3ef;border-color:#ded2ca}
.property-search-section .property-search-submit{background:#c06f8b;color:#fff;box-shadow:0 10px 24px rgba(145,73,99,.2)}

@media(max-width:700px){
.property-search-hero,.property-search-section{padding-left:0!important;padding-right:0!important}
.property-search-hero>.route-inner,.property-search-section>.route-inner{width:100%!important;max-width:100%!important;margin-inline:0!important;padding-inline:16px!important}
.property-search-section .premium-search-card{padding:12px!important;background:#f7f0eb!important;border:1px solid rgba(111,83,75,.13)!important;border-radius:24px!important;box-shadow:0 20px 50px rgba(75,60,51,.09)!important}
.property-search-section .ai-property-search{padding:4px 4px 8px!important;border-radius:21px}
.property-search-section .ai-property-search:before{right:15px;top:-11px}
.property-search-section .ai-panel-heading{padding:22px 16px 17px!important}
.property-search-section .ai-panel-heading strong{font-size:24px}
.property-search-section .ai-panel-heading small{display:block;font-size:10px}
.property-search-section .ai-panel-body{padding:0 12px 14px!important}
.property-search-section .search-method-divider{width:100%!important;margin:34px 0 17px!important;padding:0 5px}
.property-search-section .search-method-divider b{font-size:27px}
.property-search-section .search-method-divider small{font-size:10px}
.property-search-section .boutique-search{display:block;padding:16px!important;border-radius:18px!important}
.property-search-section .boutique-search:before{display:none}
.property-search-section .boutique-search label{margin-top:10px}
.property-search-section .boutique-search .location-search{margin-top:4px}
}
.property-search-section .premium-search-card{padding:clamp(22px,3vw,38px);border:1px solid rgba(74,58,52,.1);border-radius:30px;background:#fbf8f4;box-shadow:0 30px 80px rgba(62,46,40,.075)}
.property-search-section .ai-property-search{padding:0;border:1px solid rgba(151,95,113,.22);border-radius:22px;background:linear-gradient(145deg,#f7e9ec,#f5eeea);box-shadow:none}
.property-search-section .ai-property-search:before{display:none}
.property-search-section .ai-panel-heading{padding:31px 34px 22px;gap:19px}
.property-search-section .ai-panel-heading .ai-sparkle{width:41px;height:41px;background:#493e3f;color:#f7e9ed;box-shadow:none;font-size:12px}
.property-search-section .search-choice-label{margin-bottom:9px!important;color:#9c6175!important;font-size:7px!important;letter-spacing:.21em!important}
.property-search-section .ai-panel-heading strong{color:#403638;font:500 32px/1.05 "Cormorant Garamond",serif;letter-spacing:-.015em}
.property-search-section .ai-panel-heading small{max-width:650px;color:#756967;font-size:10px;line-height:1.7}
.property-search-section .ai-panel-heading>b{color:#8f7880;font-weight:400}
.property-search-section .ai-panel-body{padding:0 34px 34px}
.property-search-section .ai-conversation-field{padding:8px;border:1px solid rgba(91,70,68,.13);border-radius:16px;background:rgba(255,253,250,.86);box-shadow:0 10px 30px rgba(70,50,45,.045)}
.property-search-section .ai-conversation-field textarea{padding:14px 15px;color:#4a4140;font-size:13px}
.property-search-section .ai-conversation-field>button{min-width:180px;border-radius:12px;background:#493e3f;color:#fffaf7;box-shadow:none}
.property-search-section .ai-suggestion-chips{margin-top:15px;gap:8px}
.property-search-section .ai-suggestion-chips button{border-color:rgba(114,88,82,.13);background:rgba(255,252,248,.56);color:#756965}
.property-search-section .search-method-divider{position:relative;margin:45px 0 22px;padding-top:34px;border-top:1px solid rgba(93,72,65,.13)}
.property-search-section .search-method-divider>span{padding:0}
.property-search-section .search-method-divider .search-choice-label{margin-bottom:10px!important;color:#9a8179!important}
.property-search-section .search-method-divider b{color:#403936;font:500 31px/1 "Cormorant Garamond",serif;letter-spacing:-.015em}
.property-search-section .search-method-divider small{margin-top:9px;color:#81756f;font-size:10px}
.property-search-section .boutique-search{padding:23px!important;border:1px solid rgba(92,70,62,.12)!important;border-top:1px solid rgba(92,70,62,.18)!important;border-radius:19px!important;background:rgba(255,253,250,.72)!important;box-shadow:none}
.property-search-section .boutique-search:before{display:none}
.property-search-section .boutique-search label{border:1px solid rgba(104,82,72,.13);border-radius:12px;background:#f8f4ef;color:#84766f}
.property-search-section .boutique-search label:hover,.property-search-section .boutique-search label:focus-within{border-color:rgba(166,102,124,.32);background:#fffaf9;box-shadow:0 0 0 3px rgba(202,150,167,.09)}
.property-search-section .property-search-submit{border-radius:12px;background:#b66d86;color:#fff;box-shadow:none}
.property-search-section .property-search-submit:hover{background:#a75f78;box-shadow:0 10px 22px rgba(119,69,86,.12)}

@media(max-width:700px){
.property-search-section .premium-search-card{padding:10px!important;border-radius:23px!important;background:#faf7f3!important}
.property-search-section .ai-property-search{border-radius:18px}
.property-search-section .ai-panel-heading{padding:24px 17px 19px!important;gap:14px}
.property-search-section .ai-panel-heading .ai-sparkle{width:36px;height:36px}
.property-search-section .ai-panel-heading strong{font-size:25px;line-height:1.08}
.property-search-section .ai-panel-heading small{font-size:9px;line-height:1.6}
.property-search-section .ai-panel-body{padding:0 13px 16px!important}
.property-search-section .ai-conversation-field{display:grid;grid-template-columns:1fr;padding:7px}
.property-search-section .ai-conversation-field>button{width:100%;min-width:0;min-height:48px}
.property-search-section .search-method-divider{margin:34px 5px 19px!important;padding-top:29px}
.property-search-section .search-method-divider b{font-size:27px}
.property-search-section .boutique-search{padding:13px!important;border-radius:16px!important}
.property-search-section .boutique-search label{border-radius:11px}
.property-search-section .premium-search-card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
.property-search-hero .route-inner,.property-search-hero h1,.property-search-hero p{width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important}
}
.property-search-section{padding-top:0;background:#fbf8f4}
.property-search-section>.route-inner{max-width:1280px}
.property-discovery-intro{max-width:780px;margin:-42px 0 44px;padding-top:104px}
.property-discovery-intro .route-kicker{display:block;margin-bottom:17px;color:#a75c75;font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.property-discovery-intro h2{margin:0;color:#3d3634;font:500 clamp(55px,6vw,80px)/.9 Manrope,sans-serif;letter-spacing:-.055em}
.property-discovery-intro h2 em{display:block;margin-top:10px;color:#b76782;font-family:"Cormorant Garamond",serif;font-weight:500}
.property-discovery-intro p{max-width:660px;margin:25px 0 0;color:#716762;font-size:13px;line-height:1.85}
.property-search-section .premium-search-card{width:100%;max-width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.property-search-section .ai-property-search{position:relative;margin:0;padding:clamp(35px,5vw,62px);border:1px solid rgba(158,103,121,.16);border-radius:30px;background:linear-gradient(138deg,rgba(247,230,235,.78),rgba(248,240,235,.9));box-shadow:none}
.property-search-section .ai-panel-heading{display:flex;align-items:flex-start;gap:18px;padding:0;border:0;background:transparent;cursor:default}
.property-search-section .ai-panel-heading .ai-sparkle{width:34px;height:34px;margin-top:1px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(97,74,77,.16);border-radius:50%;background:#463d3e;color:#f7e9ed;font-size:10px}
.property-search-section .ai-panel-heading>span:nth-child(2){display:block}
.property-search-section .search-choice-label{display:block;margin:0 0 13px!important;color:#a25d75!important;font:800 8px/1.2 Manrope,sans-serif!important;font-style:normal!important;letter-spacing:.2em!important;text-transform:uppercase}
.property-search-section .ai-panel-heading strong{display:block;color:#403637;font:500 clamp(35px,4vw,51px)/1 "Cormorant Garamond",serif;letter-spacing:-.025em}
.property-search-section .ai-panel-heading small{display:block;max-width:590px;margin-top:13px;color:#746865;font:400 12px/1.75 Manrope,sans-serif}
.property-search-section .ai-panel-body{display:block!important;padding:31px 0 0}
.property-search-section .ai-conversation-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-height:86px;padding:7px;border:1px solid rgba(102,78,74,.16);border-radius:19px;background:#fffdf9;box-shadow:0 15px 38px rgba(73,50,47,.045)}
.property-search-section .ai-conversation-field:focus-within{border-color:rgba(180,94,124,.48);box-shadow:0 0 0 4px rgba(230,127,179,.11)}
.property-search-section .ai-conversation-field textarea{width:100%;min-height:72px;padding:18px 20px;border:0;background:transparent;color:#443b3a;font:400 14px/1.6 Manrope,sans-serif;resize:none;outline:0}
.property-search-section .ai-conversation-field textarea::placeholder{color:#9a8f89}
.property-search-section .ai-conversation-field>button{min-width:210px;padding:0 25px;display:flex;align-items:center;justify-content:center;gap:22px;border:0;border-radius:14px;background:#403839;color:#fffaf7;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.property-search-section .ai-conversation-field>button b{font-size:16px;font-weight:400;transition:transform .25s}
.property-search-section .ai-conversation-field>button:hover{background:#302a2b}
.property-search-section .ai-conversation-field>button:hover b{transform:translateX(4px)}
.property-search-section .ai-inspiration-label{margin-top:22px;color:#6f6561;font-size:9px;font-weight:700;letter-spacing:.04em}
.property-search-section .ai-suggestion-chips{margin-top:11px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.property-search-section .ai-suggestion-chips button{min-height:38px;padding:9px 14px;border:1px solid rgba(105,81,75,.13);border-radius:999px;background:rgba(255,253,249,.58);color:#6f6460;font-size:8px;font-weight:650}
.property-search-section .ai-suggestion-chips button:hover,.property-search-section .ai-suggestion-chips button.is-selected{border-color:rgba(181,105,132,.28);background:#efced9;color:#403738}
.property-search-section .ai-suggestion-chips button.is-selected:before{content:"✓";margin-right:7px}
.property-search-section .ai-more-prompts{background:transparent!important;border-color:transparent!important;color:#a15e75!important}
.property-search-section .search-method-divider{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:24px;margin:62px 0 28px;padding-top:51px;border-top:1px solid rgba(91,71,65,.13);text-align:left}
.property-search-section .search-method-divider>i{display:block;width:72px;height:1px;margin-top:5px;background:#c6879d}
.property-search-section .search-method-divider>span{display:block;padding:0;text-align:left}
.property-search-section .search-method-divider .search-choice-label{margin-bottom:12px!important;color:#977d75!important}
.property-search-section .search-method-divider b{display:block;color:#403936;font:500 38px/1 "Cormorant Garamond",serif;letter-spacing:-.02em}
.property-search-section .search-method-divider small{display:block;margin-top:9px;color:#817570;font:400 10px/1.65 Manrope,sans-serif}
.property-search-section .boutique-search{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) minmax(150px,.9fr);gap:0;padding:0!important;border:1px solid rgba(94,73,65,.13)!important;border-radius:20px!important;background:#fffdf9!important;box-shadow:none;overflow:hidden}
.property-search-section .boutique-search .location-search{grid-column:1/6;grid-row:1;min-height:78px;margin:0;padding:17px 22px;grid-template-columns:30px minmax(0,1fr);border:0;border-right:1px solid rgba(94,73,65,.11);border-bottom:1px solid rgba(94,73,65,.12);border-radius:0;background:transparent}
.property-search-section .boutique-search .location-search{grid-template-columns:30px minmax(0,1fr) 34px 40px}
.property-search-section .clear-search-location{grid-column:3;grid-row:1/3;align-self:center;width:32px;height:32px;min-height:32px;padding:0;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:#9b777f;font-size:20px;font-weight:400;line-height:1;transition:background .2s,color .2s}
.property-search-section .clear-search-location:hover{background:#f5e7e9;color:#814d60}
.property-search-section .clear-search-location[hidden]{display:none!important}
.property-search-section .use-current-location{grid-column:3;grid-row:1/3;align-self:center;width:40px;height:40px;min-height:40px;padding:0;display:grid;place-items:center;border:1px solid rgba(172,104,128,.24);border-radius:50%;background:#f7e5eb;color:#8e5268;transition:transform .2s,background .2s,border-color .2s}
.property-search-section .use-current-location{grid-column:4}
.property-search-section .use-current-location:hover{border-color:#c9839c;background:#f1d5de}
.property-search-section .use-current-location:hover{transform:translateY(-1px)}
.property-search-section .use-current-location:disabled{cursor:wait;opacity:.65}
.property-search-section .use-current-location svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.property-search-section .use-current-location span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.property-search-section .boutique-search .radius-search{grid-column:6/8;grid-row:1;min-height:78px;margin:0;padding:17px 22px;border:0;border-bottom:1px solid rgba(94,73,65,.12);border-radius:0;background:transparent}
.property-search-section .boutique-search .location-search>small{color:#7b6e68;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.property-search-section .boutique-search .location-search input{font-size:14px}
.property-search-section .boutique-search>label:not(.location-search){grid-row:2;min-height:70px;margin:0;padding:15px 17px;border:0;border-right:1px solid rgba(94,73,65,.11);border-radius:0;background:transparent}
.property-search-section .boutique-search label:hover,.property-search-section .boutique-search label:focus-within{z-index:1;transform:none;background:#fcf5f7;box-shadow:inset 0 -2px #c67f98}
.property-search-section .boutique-search label>span:first-child{color:#81746e;font-size:8px;font-weight:700;letter-spacing:.04em}
.property-search-section .boutique-search input,.property-search-section .boutique-search select{color:#403936;font-size:11px}
.property-search-section .property-search-submit{grid-column:7;grid-row:2;min-width:0;min-height:70px;margin:0;border:0;border-radius:0;background:#bd708a;color:#fff;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:none}
.property-search-section .property-search-submit:hover{transform:none;background:#aa617a;box-shadow:none}
.property-search-section .property-search-submit:hover span{transform:translateX(4px)}

@media(max-width:900px){
.property-search-section .boutique-search{grid-template-columns:repeat(3,minmax(0,1fr))}
.property-search-section .boutique-search .location-search{grid-column:1/-1}
.property-search-section .boutique-search .radius-search{grid-column:auto;grid-row:auto}
.property-search-section .boutique-search>label:not(.location-search){grid-row:auto;border-top:1px solid rgba(94,73,65,.1)}
.property-search-section .property-search-submit{grid-column:auto;grid-row:auto}
}

@media(max-width:700px){
.property-search-section{padding-top:0!important}
.property-discovery-intro{margin:0;padding:76px 0 33px}
.property-discovery-intro h2{font-size:50px;line-height:.92}
.property-discovery-intro h2:before{content:"Find your";display:block}
.property-discovery-intro h2{font-size:0}
.property-discovery-intro h2:after{content:"next home.";display:block;color:#3d3634;font:500 50px/.92 Manrope,sans-serif;letter-spacing:-.055em}
.property-discovery-intro h2 em{display:none}
.property-discovery-intro p{margin-top:22px;font-size:12px}
.property-search-section .premium-search-card{width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.property-search-section .ai-property-search{padding:27px 18px 25px!important;border-radius:22px}
.property-search-section .ai-panel-heading{padding:0!important;gap:13px}
.property-search-section .ai-panel-heading .ai-sparkle{width:31px;height:31px}
.property-search-section .ai-panel-heading strong{font-size:32px;line-height:1.02}
.property-search-section .ai-panel-heading small{display:block;margin-top:11px;font-size:10px;line-height:1.65}
.property-search-section .ai-panel-body{padding:25px 0 0!important}
.property-search-section .ai-conversation-field{display:block;min-height:0;padding:7px;border-radius:16px}
.property-search-section .ai-conversation-field textarea{display:block;min-height:125px;padding:16px 14px;font-size:13px}
.property-search-section .ai-conversation-field>button{width:100%;min-width:0;min-height:50px;padding:0 17px;border-radius:12px}
.property-search-section .ai-inspiration-label{margin-top:19px}
.property-search-section .ai-suggestion-chips{margin-inline:-2px;padding:0 2px 5px;display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}
.property-search-section .ai-suggestion-chips::-webkit-scrollbar{display:none}
.property-search-section .ai-suggestion-chips button{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}
.property-search-section .ai-extra-prompt{display:none}
.property-search-section .ai-property-search.show-more-prompts .ai-extra-prompt{display:inline-flex}
.property-search-section .search-method-divider{display:block;margin:46px 0 22px!important;padding-top:38px}
.property-search-section .search-method-divider>i{width:45px;margin:0 0 21px}
.property-search-section .search-method-divider b{font-size:34px}
.property-search-section .boutique-search{display:grid!important;grid-template-columns:1fr 1fr!important;overflow:hidden;padding:0!important;border-radius:17px!important}
.property-search-section .boutique-search label{display:grid!important;width:auto!important;height:auto!important;margin:0!important}
.property-search-section .boutique-search .location-search{grid-column:1/-1!important;grid-row:1!important;min-height:76px;padding:15px 16px}
.property-search-section .boutique-search>label:not(.location-search){min-height:68px;padding:14px 13px;border-top:1px solid rgba(94,73,65,.1);border-right:1px solid rgba(94,73,65,.1)}
.property-search-section .boutique-search>label:nth-of-type(2){grid-column:1;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(5){grid-column:2;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(3){grid-column:1;grid-row:3}
.property-search-section .boutique-search>label:nth-of-type(4){grid-column:2;grid-row:3}
.property-search-section .boutique-search>label:nth-of-type(6){grid-column:1/-1;grid-row:4}
.property-search-section .property-search-submit{display:block!important;grid-column:1/-1!important;grid-row:5!important;width:100%;min-height:54px;border-radius:0}
}

@media(max-width:380px){
.property-discovery-intro h2:after{font-size:46px}
.property-search-section .boutique-search{grid-template-columns:1fr!important}
.property-search-section .boutique-search .location-search,.property-search-section .boutique-search>label:not(.location-search),.property-search-section .property-search-submit{grid-column:1!important;grid-row:auto!important}
}

@media(max-width:700px){
.property-search-section,.property-search-hero{width:100%!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important}
.property-search-section>.route-inner,.property-search-hero>.route-inner{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin:0!important;padding-left:16px!important;padding-right:16px!important}
.property-discovery-intro,.property-search-section .premium-search-card{box-sizing:border-box!important;width:calc(100% - 36px)!important;max-width:calc(100% - 36px)!important}
.property-search-section .ai-property-search,.property-search-section .boutique-search{box-sizing:border-box!important;width:100%!important;max-width:100%!important}
.property-discovery-intro h2:before{font:500 50px/.92 Manrope,sans-serif;letter-spacing:-.055em}
.property-discovery-intro h2:after{font:500 50px/.92 Manrope,sans-serif;letter-spacing:-.055em}
}

@media(max-width:380px){
.property-discovery-intro h2:before,.property-discovery-intro h2:after{font-size:46px}
}
.property-search-mode-toggle{width:max-content;max-width:100%;margin:0 0 28px;padding:5px;display:grid;grid-template-columns:1fr 1fr;gap:3px;border:1px solid rgba(78,65,65,.1);border-radius:999px;background:#373436;box-shadow:0 12px 30px rgba(53,44,46,.09)}
.property-search-mode-toggle button{min-width:190px;min-height:48px;padding:12px 22px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:transparent;color:#c9c2c4;font-size:9px;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:color .25s,background .25s,box-shadow .25s,transform .25s}
.property-search-mode-toggle button span{font-size:10px}
.property-search-mode-toggle button:hover{color:#fff}
.property-search-mode-toggle button.active{background:#E67FB3;color:#3d3638;box-shadow:0 7px 18px rgba(230,127,179,.17)}
.property-search-mode-toggle button:focus-visible{outline:3px solid rgba(185,101,131,.3);outline-offset:3px}
.ai-property-search[hidden],.traditional-search-panel[hidden]{display:none!important}
.traditional-search-panel{animation:searchModeReveal .38s ease both}
.property-search-section .traditional-search-panel{position:relative;inset:auto;box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:clamp(35px,5vw,62px);border:1px solid rgba(158,103,121,.16);border-radius:30px;background:linear-gradient(138deg,rgba(247,230,235,.78),rgba(248,240,235,.9));box-shadow:none}
.ai-property-search:not([hidden]){animation:searchModeReveal .38s ease both}
@keyframes searchModeReveal{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.traditional-search-panel .search-method-divider{margin-top:0;padding-top:7px;border-top:0}

@media(max-width:700px){
.property-search-mode-toggle{width:100%;margin-bottom:20px}
.property-search-mode-toggle button{min-width:0;min-height:46px;padding:10px 9px;font-size:8px;line-height:1.25}
.traditional-search-panel .search-method-divider{margin-top:0!important;padding-top:16px}
}

@media(prefers-reduced-motion:reduce){
.traditional-search-panel,.ai-property-search:not([hidden]){animation:none}
.property-search-mode-toggle button{transition:none}
}

/* Stable, readable consent controls on narrow contact-form layouts. */
@media(max-width:700px){
.concierge-form-actions{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
 }
.concierge-form-actions .contact-consent{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 0 20px!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
  font-size:11px!important;
  line-height:1.6!important;
 }
.concierge-form-actions .contact-consent input{
  grid-column:1!important;
  width:20px!important;
  height:20px!important;
  margin:1px 0 0!important;
 }
.concierge-form-actions .contact-consent span{
  grid-column:2!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  display:block!important;
  writing-mode:horizontal-tb!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  white-space:normal!important;
 }
}

/* Phone-width buying/property search: prevent panels and empty states escaping the viewport. */
@media(max-width:700px){
.property-search-section>.route-inner,
 .property-search-hero>.route-inner{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding-inline:16px!important;
 }
.property-discovery-intro,
 .property-search-section .premium-search-card,
 .property-search-mode-toggle,
 .traditional-search-panel,
 .property-search-section .ai-property-search,
 .property-search-section .boutique-search,
 .property-toolbar,
 .property-results-stage,
 .route-property-grid{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
 }
.property-search-section .boutique-search{
  grid-template-columns:minmax(0,1fr)!important;
 }
.property-search-section .boutique-search .location-search,
 .property-search-section .boutique-search>label:not(.location-search),
 .property-search-section .property-search-submit{
  grid-column:1!important;
  grid-row:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  border-right:0!important;
 }
.property-search-section .boutique-search input,
 .property-search-section .boutique-search select{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
 }
.route-property-grid .empty-state{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding:48px 16px!important;
  overflow:hidden!important;
 }
.boutique-empty h2,.boutique-empty p{
  width:100%!important;
  max-width:100%!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
 }
.boutique-empty .route-button,.boutique-empty .empty-alert{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  margin:12px 0 0!important;
 }
.buying-hero,.buying-hero-grid,.buying-hero-copy,.buying-hero-visual,
 .buying-experience,.buying-journey,.buying-timeline,.buying-feature-grid,
 .buying-discovery-grid,.buying-area-grid,.buying-testimonial,.buying-faq,
 .buying-final{
  min-width:0!important;
  max-width:100%!important;
 }
.buying-hero-visual{width:100%!important;margin-inline:0!important}
.buying-hero-visual figcaption{right:8px!important;max-width:calc(100% - 16px)!important}
}

@media(max-width:700px){
.property-search-section .premium-search-card:has(.traditional-search-panel:not([hidden])){
  position:relative!important;
  z-index:12!important;
  isolation:isolate!important;
  background:#fbf8f4!important;
 }
.property-search-section .premium-search-card:has(.traditional-search-panel:not([hidden]))+.property-toolbar{
  z-index:13!important;
 }
.property-search-section .traditional-search-panel,
 .property-search-section .traditional-search-panel .boutique-search{
  position:relative!important;
  z-index:1!important;
  background:#fffdf9!important;
 }
.property-search-section .traditional-search-panel .boutique-search>label{
  display:grid;
 }
.property-search-section .boutique-search .location-search{grid-template-columns:25px minmax(0,1fr) 34px 40px;padding-bottom:15px}
.property-search-section .clear-search-location{grid-column:3;grid-row:1/3}
.property-search-section .use-current-location{grid-column:4;grid-row:1/3;width:40px;height:40px;min-height:40px;margin:0}
}

/* CW currently markets sales properties only, so the filter row has no tenure selector. */
@media(min-width:901px){
.property-search-section .boutique-search{
  grid-template-columns:repeat(4,minmax(0,1fr)) minmax(150px,.9fr)!important;
 }
.property-search-section .property-search-submit{grid-column:5!important}
}

/* Keep mobile property-view controls understandable, not icon-only. */
@media(max-width:760px){
.property-toolbar .view-pills button{
  gap:9px!important;
  justify-content:center!important;
  font-size:9px!important;
  letter-spacing:.04em;
 }
.property-toolbar .view-pills button span{display:inline!important}
.property-toolbar .sort-pills{overflow:visible}
.property-toolbar .sort-pills>label,
 .property-toolbar .property-sort-control,
 .property-toolbar .property-status-toggle,
 .property-toolbar #clear-search{width:100%;height:48px;min-height:48px}
.property-toolbar .sort-pills>label{justify-content:space-between;padding:0 18px;overflow:hidden}
.property-toolbar .property-sort-control{justify-content:space-between;padding:0 12px 0 18px}
.property-toolbar .property-sort-custom{min-width:165px}
.property-toolbar .property-sort-menu{right:0;width:min(220px,calc(100vw - 74px))}
.property-toolbar #property-sort{width:auto!important;min-width:0;max-width:72%;height:46px;margin-left:auto;padding-right:28px;text-align:right;font-size:11px!important}
.property-toolbar .property-status-toggle{justify-content:space-between;padding:0 14px 0 18px;gap:12px}
.property-toolbar .property-status-toggle__text{min-width:0;font-size:9px;white-space:normal}
.property-toolbar .property-status-switch{width:46px!important;min-width:46px!important;max-width:46px!important;height:26px!important;min-height:26px!important;padding:0!important;flex:0 0 46px!important;border:0!important;background:transparent!important}
.property-toolbar #clear-search{justify-content:center}
.back-to-property-filters:not([hidden]){position:fixed;z-index:18;right:16px;bottom:18px;min-height:42px;padding:0 15px 0 17px;display:flex;align-items:center;gap:10px;border:1px solid rgba(151,111,103,.22);border-radius:999px;background:rgba(255,253,249,.9);color:#76515e;box-shadow:0 10px 28px rgba(61,43,40,.12);font-size:8px;font-weight:800;letter-spacing:.04em;backdrop-filter:blur(12px);animation:backToFiltersIn .25s ease both}
.back-to-property-filters b{width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:#efd0da;color:#77465a;font-size:12px}
}
@keyframes backToFiltersIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.property-brochure{overflow:hidden;background:#fbf8f3;color:#3f3836}
.mobile-property-viewing{display:none}
.property-brochure .route-inner{width:min(1400px,calc(100% - 64px));max-width:1400px}
.property-editorial-hero{position:relative;padding:clamp(132px,10vw,155px) 0 30px;background:#fbf8f3}
.property-back-link{position:absolute;top:96px;left:max(32px,calc((100vw - 1400px)/2));display:inline-flex;align-items:center;gap:9px;color:#6f635e;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;transition:color .2s,transform .2s}
.property-back-link span{color:#b66a84;font-size:14px}
.property-back-link:hover{color:#a75f78;transform:translateX(-3px)}
.property-editorial-hero>.route-inner{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(340px,.9fr);gap:clamp(48px,7vw,105px);align-items:center}
.property-eyebrow,.property-section-label{display:block;color:#a95e78;font-size:8px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.property-hero-copy h1{max-width:900px;margin:15px 0 18px;letter-spacing:-.045em}
.property-hero-copy h1 em,.property-hero-copy h1 span{display:block}
.property-hero-copy h1 em{color:#3e3735;font:650 clamp(48px,5.2vw,76px)/.94 Manrope,sans-serif;font-style:normal}
.property-hero-copy h1 span{margin-top:10px;color:#a95f79;font:500 clamp(25px,2.6vw,38px)/1.05 "Cormorant Garamond",serif}
.property-hero-copy h1.is-numbered{display:flex;align-items:baseline;gap:clamp(12px,1.5vw,22px)}
.property-hero-copy h1.is-numbered em,.property-hero-copy h1.is-numbered span{display:inline;margin-top:0}
.property-hero-copy h1.is-numbered span{min-width:0}
.property-hero-copy>p{margin:0;color:#665d59;font-size:12px;font-weight:600;letter-spacing:.02em}
.property-hero-copy>p small{display:inline;margin-left:5px;color:#8e817b;font:inherit}
.property-hero-summary{padding-left:32px;border-left:1px solid rgba(100,76,68,.14)}
.property-hero-summary>strong{display:block;margin-bottom:22px;color:#38312f;font:650 clamp(29px,2.5vw,39px)/1 Manrope,sans-serif;letter-spacing:-.04em}
.property-hero-summary dl{margin:0 0 22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.property-hero-summary dl>div{min-width:0;padding:0 13px;border-left:1px solid rgba(103,81,73,.12)}
.property-hero-summary dl>div:first-child{padding-left:0;border-left:0}
.property-hero-summary dt{margin-top:5px;color:#927e77;font-size:7px;font-weight:700;line-height:1.35;letter-spacing:.07em;text-transform:uppercase}
.property-hero-summary dd{margin:0;color:#443c39;font-size:21px;font-weight:650;line-height:1}
.property-hero-actions{display:flex;gap:8px}
.property-hero-actions a{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:13px;border:1px solid rgba(139,93,105,.24);border-radius:99px;color:#5a4e4b;font-size:8px;font-weight:800;text-transform:uppercase}
.property-hero-actions a:first-child{border-color:#c17690;background:#c17690;color:#fff}
.property-hero-actions a:hover{transform:translateY(-2px)}
.property-save{margin-top:14px;padding:0;border:0;background:none;color:#a45f77;font-size:17px}
.property-save span{margin-left:7px;color:#675d59;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.property-cinema{position:relative;margin-bottom:0}
.property-cinema>button{position:relative;width:100%;padding:0;display:block;overflow:hidden;border:0;border-radius:26px;background:#e9e0d9}
.property-cinema img{width:100%;aspect-ratio:16/8.4;display:block;object-fit:cover;transition:transform .7s cubic-bezier(.2,.65,.3,1)}
.property-cinema>button:hover img{transform:scale(1.015)}
.property-gallery-label{position:absolute;right:22px;bottom:20px;padding:11px 15px;border-radius:99px;background:#fbf8f3;color:#4c423f;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.property-gallery-label small{margin:0 8px;color:#8b7d77;font:inherit}
.property-gallery-label b{font-size:12px}
.property-story{position:relative;padding-top:clamp(100px,9vw,120px);padding-bottom:clamp(70px,7vw,90px);display:grid;grid-template-columns:minmax(0,.76fr) minmax(0,1fr);gap:clamp(65px,9vw,130px);align-items:start}
.property-story:after{content:"CW";position:absolute;z-index:-1;right:2%;top:24%;color:rgba(177,102,128,.025);font:600 clamp(150px,18vw,270px)/1 Manrope,sans-serif;letter-spacing:-.09em;pointer-events:none}
.property-story>header>i{width:72px;height:1px;margin-top:35px;display:block;background:#c6879d}
.property-story-copy{max-width:720px;padding-top:3px}
.property-story-copy>.property-section-label{margin-bottom:23px}
.property-story-copy p{margin:0;color:#5d5451;font:400 clamp(17px,1.35vw,19px)/1.76 Manrope,sans-serif}
.property-story-copy p+p{margin-top:24px}
.property-story h2,.property-section-heading h2,.property-location-copy h2,.property-personal h2,.property-sold-cta h2{margin:22px 0 0;color:#403836;font:500 clamp(48px,5.4vw,78px)/.86 Manrope,sans-serif;letter-spacing:-.055em}
.property-story h2 em,.property-section-heading h2 em,.property-location-copy h2 em,.property-personal h2 em,.property-sold-cta h2 em{color:#b06680;font-family:"Cormorant Garamond",serif;font-weight:500}
.property-story p,.property-long-copy p{margin:0;color:#625956;font:400 clamp(16px,1.45vw,19px)/1.78 Manrope,sans-serif}
.property-glance{padding:38px 0 48px;border-top:1px solid rgba(104,81,72,.15);border-bottom:1px solid rgba(104,81,72,.15)}
.property-glance>.property-section-label{margin-bottom:34px}
.property-glance>div{display:flex}
.property-glance>div>div{min-width:0;flex:1;padding:0 clamp(18px,2.2vw,31px);border-left:1px solid rgba(104,81,72,.14)}
.property-glance>div>div:first-child{padding-left:0;border:0}
.property-glance small,.property-glance strong{display:block}
.property-glance strong{min-height:39px;color:#403936;font:600 clamp(26px,2.3vw,34px)/1 Manrope,sans-serif;letter-spacing:-.035em;overflow-wrap:anywhere}
.property-glance small{margin-top:12px;color:#a45c75;font-size:8px;font-weight:800;line-height:1.4;letter-spacing:.13em;text-transform:uppercase}
.property-gallery-section{padding-top:clamp(100px,10vw,155px);padding-bottom:clamp(110px,10vw,165px)}
.property-section-heading{margin-bottom:43px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.property-section-heading h2{font-size:clamp(49px,5vw,72px)}
.property-section-heading>button{padding:13px 0;border:0;border-bottom:1px solid #b56c85;background:none;color:#554b48;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.property-section-heading>button b{margin-left:8px;color:#b1607c}
.property-editorial-gallery{display:grid;grid-template-columns:1.4fr .75fr;grid-template-rows:repeat(2,minmax(230px,28vw));gap:18px}
.property-gallery-item{padding:0;overflow:hidden;border:0;border-radius:16px;background:#e8dfd8}
.property-gallery-item-1{grid-row:1/3}
.property-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.property-gallery-item:hover img{transform:scale(1.02)}
.property-gallery-item:nth-child(n+4){display:none}
.property-closer{position:relative;isolation:isolate;overflow:hidden;padding:clamp(100px,8vw,110px) 0;background:#f3ece6}
.property-closer:before{content:"";position:absolute;z-index:-1;right:-2%;bottom:3%;width:min(39vw,570px);height:300px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 570 300'%3E%3Cg fill='none' stroke='%23b86682' stroke-width='1'%3E%3Cpath d='M-20 220C90 60 186 312 315 129S521 133 612 11'/%3E%3Cpath d='M-12 254C111 94 207 344 337 162S533 166 625 45'/%3E%3Cpath d='M0 286C122 127 220 378 350 195S545 198 638 78'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;opacity:.07;pointer-events:none}
.property-closer>.route-inner{display:grid;grid-template-columns:minmax(280px,38fr) minmax(0,55fr);justify-content:space-between;gap:clamp(55px,7vw,115px);align-items:start}
.property-closer>.route-inner>.property-section-heading{display:block;margin:0;align-self:start}
.property-closer>.route-inner>.property-section-heading h2{max-width:480px;margin-top:17px;font-size:clamp(49px,5vw,72px);line-height:.9}
.property-closer>.route-inner>.property-section-heading h2 em{display:block;margin-top:9px;font-size:.67em;line-height:1.02}
.property-closer>.route-inner>.property-section-heading p{max-width:420px;margin:31px 0 0;color:#766a65;font-size:13px;line-height:1.75}
.property-long-copy{display:grid;gap:31px}
.property-long-copy p+p{padding-top:31px;border-top:1px solid rgba(103,79,71,.12)}
.property-features{grid-column:2;margin:0}
.property-features ol{margin:0;padding:0;display:block;list-style:none}
.property-features li{position:relative;width:92%;padding:30px 0 32px;display:block;border-bottom:1px solid rgba(180,94,123,.28)}
.property-features li:first-child{padding-top:7px}
.property-features li:nth-child(even){margin-left:8%}
.property-features li small{margin-bottom:14px;display:block;color:#b46781;font-size:9px;font-weight:700;line-height:1;letter-spacing:.2em}
.property-features li span{display:block;color:#493f3c;font:500 clamp(26px,2.25vw,34px)/1.22 Manrope,sans-serif;letter-spacing:-.035em;text-wrap:balance}
.property-features li.is-lead{width:100%;padding-bottom:39px}
.property-features li.is-lead span{max-width:720px;color:#403735;font-size:clamp(39px,3.5vw,48px);font-weight:500;line-height:1.08;letter-spacing:-.045em}
.property-features li.is-lead span::first-line{color:#b46781;font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:500}
.property-features-note{margin:28px 0 0;color:#a46178;font:italic 500 18px/1.3 "Cormorant Garamond",serif}
.property-floorplan{padding:clamp(100px,10vw,160px) 0;background:#fffdf9}
.property-floorplan .property-section-heading{display:block}
.property-floorplan-image{width:100%;margin-top:48px;padding:25px;display:grid;place-items:center;border:1px solid rgba(103,80,72,.12);border-radius:18px;background:#fff}
.property-floorplan-image img{max-width:100%;max-height:850px;object-fit:contain}
.property-floorplan-image span{margin-top:24px;padding-bottom:8px;border-bottom:1px solid #b36982;color:#584e49;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.property-location{padding-top:clamp(105px,10vw,155px);padding-bottom:clamp(105px,10vw,155px);display:grid;grid-template-columns:minmax(0,1.42fr) minmax(330px,1fr);gap:clamp(38px,5vw,72px);align-items:center}
.property-location-map{position:relative;min-height:540px;overflow:hidden;border:1px solid rgba(111,88,79,.14);border-radius:22px;background:#e8e2da}
.property-location-map>a{position:absolute;z-index:2;right:17px;bottom:17px;padding:12px 16px;border:1px solid rgba(106,82,73,.13);border-radius:999px;background:#fffaf4;color:#554a46;font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:none}
.property-location-map>div{min-height:540px;display:grid;place-items:center;text-align:center}
.property-location-map>div span{display:block;color:#b0647f;font-size:35px}
#property-detail-map{position:absolute;inset:0;min-height:0;display:block;text-align:left}
.property-map-fallback{position:absolute;inset:0}
.property-location-map .mapboxgl-canvas{filter:saturate(.72) sepia(.03)}
.property-location-map .mapboxgl-ctrl-group{overflow:hidden;border:1px solid rgba(106,82,73,.14);border-radius:10px;box-shadow:none}
.property-location-copy{padding:clamp(30px,3.3vw,48px) 0}
.property-location-copy h2{margin:18px 0 25px;font-size:clamp(43px,4.2vw,62px);line-height:.9}
.property-location-intro{max-width:480px;margin:0;color:#625956;font:400 clamp(15px,1.2vw,17px)/1.72 Manrope,sans-serif}
.property-location-address{margin:23px 0 0;display:flex;align-items:center;gap:10px;color:#776b66;font:500 11px/1.4 Manrope,sans-serif}
.property-location-address svg{width:16px;flex:0 0 16px;fill:none;stroke:#b06680;stroke-width:1.5}
.property-location-address i{margin:0 5px;color:#b9a6a0;font-style:normal}
.property-location-guide{margin-top:34px;padding-top:29px;border-top:1px solid rgba(176,102,128,.36)}
.property-location-guide>span{color:#a75f78;font-size:7px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.property-location-guide h3{margin:9px 0 8px;color:#443c39;font:500 clamp(25px,2.2vw,32px)/1.05 "Cormorant Garamond",serif}
.property-location-guide p{max-width:420px;margin:0;color:#776b66;font-size:11px;line-height:1.65}
.property-location-guide a{margin-top:19px;padding-bottom:8px;display:inline-block;border-bottom:1px solid #b26780;color:#534945;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.property-mortgage{margin-bottom:clamp(100px,10vw,150px);padding:45px 50px;display:grid;grid-template-columns:1fr 1.25fr .7fr;gap:45px;align-items:end;border-top:1px solid rgba(105,82,74,.15);border-bottom:1px solid rgba(105,82,74,.15)}
.property-mortgage h2{margin:13px 0 8px;font:500 31px "Cormorant Garamond",serif}
.property-mortgage header p{margin:0;color:#857973;font-size:8px}
.property-mortgage form{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.property-mortgage label{color:#9c777f;font-size:7px;font-weight:800;text-transform:uppercase}
.property-mortgage input{width:100%;margin-top:8px;padding:12px 0;border:0;border-bottom:1px solid #d8c9c1;background:none;color:#403836;font-size:12px;outline:0}
.property-mortgage output small,.property-mortgage output strong{display:block}
.property-mortgage output small{color:#8c7f79;font-size:7px;text-transform:uppercase}
.property-mortgage output strong{margin-top:9px;color:#a95f79;font:600 30px "Cormorant Garamond",serif}
.property-personal{position:relative;isolation:isolate;overflow:hidden;padding:clamp(86px,8vw,112px) 0;background:#3e3738;color:#fff}
.property-personal:after{content:"";position:absolute;z-index:-1;right:-110px;top:25px;width:520px;height:430px;opacity:.07;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 520 430'%3E%3Cg fill='none' stroke='%23E67FB3' stroke-width='1.2'%3E%3Cpath d='m36 229 220-171 229 171M77 198v192h360V194M160 390V242h190v148M198 242v148M311 242v148M98 170h319'/%3E%3Cpath d='M43 390h438M256 58v-35M239 23h34'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;pointer-events:none}
.property-personal-line{width:62px;height:1px;margin:0 auto 24px;background:#c87d97}
.property-personal>.route-inner{max-width:920px;text-align:center}
.property-personal h2{max-width:850px;margin:24px auto 0;color:#fff;font-size:clamp(53px,6vw,80px);line-height:.88}
.property-personal p{max-width:660px;margin:30px auto 0;color:#e5dcD7;font:400 clamp(16px,1.3vw,18px)/1.75 Manrope,sans-serif}
.property-personal-reference{margin-top:20px;display:block;color:#aa9e9a;font-size:7px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.property-personal-actions{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:12px}
.property-personal-actions a{min-height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;transition:transform .25s,border-color .25s,background .25s}
.property-personal .property-primary-cta{border:1px solid #E67FB3;background:#E67FB3;color:#3e3738}
.property-personal .property-secondary-cta{border:1px solid rgba(255,244,239,.3);background:transparent;color:#fffaf7}
.property-personal-actions a:hover{transform:translateY(-2px)}
.property-personal .property-secondary-cta:hover{border-color:rgba(230,127,179,.7)}
.property-personal-actions a b,.property-sold-cta nav a b,.property-related-card b i{display:inline-block;transition:transform .3s}
.property-personal-actions a:hover b,.property-sold-cta nav a:hover b,.property-related-card:hover b i{transform:translateX(5px)}
.property-personal-phone{margin-top:29px}
.property-personal-phone span,.property-personal-phone a{display:block}
.property-personal-phone span{color:#aaa09d;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.property-personal-phone a{width:max-content;margin:7px auto 0;padding-bottom:3px;border-bottom:1px solid transparent;color:#f0c2d2;font:500 27px/1.1 "Cormorant Garamond",serif;transition:border-color .25s}
.property-personal-phone a:hover{border-color:#E67FB3}
.property-personal-reassurance{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:9px;color:#aaa09d;font-size:8px;font-weight:500;letter-spacing:.025em}
.property-personal-reassurance i{width:4px;height:4px;border-radius:50%;background:#c77c96}
.property-sold-cta{padding:clamp(90px,9vw,140px) 0;text-align:center;background:#f3e5e5}
.property-sold-cta h2{margin:27px 0 36px;font-size:clamp(48px,5vw,70px)}
.property-sold-cta nav a{padding-bottom:8px;border-bottom:1px solid #ad647d;color:#554a47;font-size:9px;font-weight:800;text-transform:uppercase}
.property-related{padding-top:clamp(100px,10vw,155px);padding-bottom:clamp(110px,11vw,175px)}
.property-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.property-related-card a{display:block}
.property-related-card figure{position:relative;margin:0;overflow:hidden;border-radius:15px;background:#e5ddd6}
.property-related-card figure img{width:100%;aspect-ratio:4/3;display:block;object-fit:cover;transition:transform .5s}
.property-related-card:hover figure img{transform:scale(1.02)}
.property-related-card figure span{position:absolute;left:15px;top:15px;padding:8px 10px;border-radius:999px;background:#fffaf4;color:#825367;font-size:7px;font-weight:800;text-transform:uppercase}
.property-related-card> a>div{padding:22px 4px}
.property-related-card small{color:#9c7b83;font-size:7px;font-weight:800;text-transform:uppercase}
.property-related-card h3{margin:12px 0 10px;color:#403836;font:500 24px "Cormorant Garamond",serif}
.property-related-card strong{color:#443b38;font-size:13px}
.property-related-card p{margin:8px 0;color:#83756f;font-size:9px}
.property-related-card b{margin-top:18px;display:block;color:#a15c74;font-size:8px;text-transform:uppercase}
.property-lightbox-open{overflow:hidden!important;overscroll-behavior:none}.property-lightbox-open body,body.property-lightbox-open{position:fixed;inset-inline:0;width:100%;overflow:hidden!important}
.property-lightbox{position:fixed;z-index:1000;inset:0;padding:30px;display:grid;grid-template-columns:60px 1fr 60px;align-items:center;overflow:hidden;overscroll-behavior:contain;background:rgba(28,25,25,.97);color:#fff}
.property-lightbox figure{height:calc(100vh - 105px);margin:0 0 45px;display:grid;grid-template-rows:1fr auto;place-items:center}
.property-lightbox img{max-width:100%;max-height:calc(100vh - 165px);object-fit:contain}
.property-lightbox figcaption{width:100%;padding-top:14px;display:flex;justify-content:space-between;color:#d2c6c1;font-size:9px;text-transform:uppercase}
.property-lightbox>button{width:48px;height:48px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:none;color:#fff;font-size:20px}
.property-lightbox-close{position:absolute!important;z-index:5;left:50%;right:auto;top:auto;bottom:18px;width:auto!important;min-width:168px;height:48px!important;padding:0 18px!important;display:flex!important;align-items:center;justify-content:center;gap:15px;border:1px solid rgba(255,255,255,.7)!important;border-radius:999px!important;background:#E67FB3!important;color:#2f292b!important;box-shadow:0 10px 30px rgba(0,0,0,.38);transform:translateX(-50%);cursor:pointer}.property-lightbox-close b{font:800 10px/1 Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase}.property-lightbox-close span{display:block;font:300 30px/1 Arial,sans-serif;transform:translateY(-1px)}
.property-lightbox-next{justify-self:end}
.property-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.property-reveal.is-visible{opacity:1;transform:none}
@media(max-width:800px){
.property-brochure .route-inner{width:calc(100% - 44px)}
.property-editorial-hero{padding:122px 0 34px}
.property-editorial-hero>.route-inner{grid-template-columns:1fr;gap:34px}
.property-hero-copy h1{margin-top:16px}
.property-hero-copy h1 em{font-size:clamp(55px,17vw,78px)}
.property-hero-copy h1 span{margin-top:13px;font-size:clamp(25px,8vw,35px)}
.property-hero-summary{padding:22px 0 0;border-left:0;border-top:1px solid rgba(100,76,68,.15)}
.property-hero-summary>strong{margin-bottom:16px}
.property-hero-summary dl{display:flex;gap:20px}
.property-hero-summary dl>div{display:block;flex:1}
.property-hero-summary dd{margin-top:6px}
.property-cinema{width:calc(100% - 28px)!important}
.property-cinema>button{border-radius:17px}
.property-cinema img{aspect-ratio:4/3}
.property-cinema>aside{position:relative;right:auto;bottom:auto;width:calc(100% - 28px);min-width:0;margin:-24px auto 0;padding:18px 20px}
.property-story{padding-top:90px;padding-bottom:85px;grid-template-columns:1fr;gap:35px}
.property-story h2,.property-section-heading h2,.property-location-copy h2,.property-personal h2,.property-sold-cta h2{font-size:clamp(43px,13vw,60px)}
.property-story>div{padding-top:25px}
.property-glance>div{display:grid;grid-template-columns:1fr 1fr}
.property-glance>div>div{padding:17px 15px;border-top:1px solid rgba(104,81,72,.12)}
.property-glance>div>div:nth-child(odd){padding-left:0;border-left:0}
.property-editorial-gallery{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.property-gallery-item,.property-gallery-item-1{grid-row:auto}
.property-gallery-item-1{grid-column:1/-1}
.property-gallery-item img{aspect-ratio:4/3}
.property-gallery-item-1 img{aspect-ratio:4/3}
.property-gallery-item:nth-child(4){display:block;grid-column:1/-1}
.property-gallery-item:nth-child(n+5){display:none}
.property-closer>.route-inner{grid-template-columns:1fr;gap:35px}
.property-closer>.route-inner>.property-section-heading{position:static}
.property-features{grid-column:1;margin-top:35px}
.property-features li{grid-template-columns:55px 1fr}
.property-location{grid-template-columns:1fr;gap:38px}
.property-location-map,.property-location-map iframe,.property-location-map>div{min-height:350px;height:350px}
.property-location-map{border-radius:20px}
.property-location-copy{order:-1;padding:0}
.property-location-copy h2{font-size:clamp(43px,13vw,58px)}
.property-location-guide{margin-top:29px;padding-top:25px}
.property-location-guide p{font-size:11px}
.property-mortgage{padding:35px 0;grid-template-columns:1fr;gap:30px}
.property-mortgage form{grid-template-columns:1fr}
.property-personal nav,.property-sold-cta nav{flex-direction:column}
.property-related-grid{grid-template-columns:1fr;gap:42px}
.property-lightbox{padding:18px;grid-template-columns:42px 1fr 42px}
.property-lightbox>button{width:38px;height:38px}
.property-lightbox-close{right:15px;top:14px}
.property-section-heading{align-items:start;flex-direction:column}
.property-floorplan-image{padding:12px}}
@media(prefers-reduced-motion:reduce){
.property-reveal{opacity:1;transform:none;transition:none}
.property-cinema img,.property-gallery-item img,.property-related-card figure img{transition:none}}
@media(max-width:800px){
.property-editorial-hero{padding:152px 0 22px}
.property-back-link{top:116px;left:22px}
.property-editorial-hero>.route-inner{grid-template-columns:1fr;gap:25px}
.property-hero-copy h1{margin:13px 0 15px}
.property-hero-copy h1 em{font-size:clamp(39px,12vw,56px);line-height:.98}
.property-hero-copy h1 span{margin-top:8px;font-size:clamp(22px,7vw,30px)}
.property-hero-copy>p{font-size:10px;line-height:1.5}
.property-hero-copy>p small{display:inline;margin:0 0 0 4px;font-size:inherit;letter-spacing:inherit;text-transform:none}
.property-hero-summary{padding:22px 0 0;border-top:1px solid rgba(100,76,68,.14);border-left:0}
.property-hero-summary>strong{margin-bottom:18px;font-size:31px}
.property-hero-summary dl{margin-bottom:19px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.property-hero-summary dl>div{padding:0 10px;display:block;border-top:0;border-left:1px solid rgba(103,81,73,.12)}
.property-hero-summary dl>div:first-child{padding-left:0;border-left:0}
.property-hero-summary dd{margin:0;font-size:18px}
.property-hero-summary dt{margin-top:5px;font-size:6.5px;line-height:1.35}
.property-hero-actions{display:grid;grid-template-columns:1fr 1fr}
.property-hero-actions a{min-height:44px;padding-inline:10px}
.property-save{margin-top:15px}
.property-cinema{width:calc(100% - 28px)!important}
.property-cinema>button{border-radius:18px}
.property-cinema img{aspect-ratio:4/3}
.property-gallery-label{right:12px;bottom:12px;padding:9px 12px}
}
@media(max-width:800px){
.property-brochure{width:100%;max-width:100vw;overflow-x:clip}
.property-brochure .route-inner,.property-editorial-hero>.route-inner,.property-hero-copy,.property-hero-summary,.property-story>*,.property-glance>div>div{min-width:0;max-width:100%}
.property-hero-copy h1,.property-hero-copy h1 span{max-width:100%;overflow-wrap:anywhere;word-break:break-word}
.property-hero-summary dl{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.property-hero-summary dl>div{min-width:0}
.property-hero-summary dt{overflow-wrap:anywhere;font-size:6.5px}
.property-hero-summary dd{overflow-wrap:anywhere}
.property-glance strong{max-width:100%;font-size:13px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}
.property-glance small{line-height:1.4;overflow-wrap:anywhere}}
@media(max-width:800px){
.mobile-property-viewing{position:fixed;z-index:18;right:16px;bottom:18px;min-height:46px;padding:0 10px 0 18px;display:flex;align-items:center;gap:13px;border:1px solid rgba(151,111,103,.2);border-radius:999px;background:rgba(255,253,249,.91);color:#754c5b;box-shadow:0 12px 32px rgba(61,43,40,.14);font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(13px);animation:mobileViewingIn .35s .35s both}
.mobile-property-viewing b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#efd0da;color:#754257;font-size:13px;transition:transform .2s}
.mobile-property-viewing:active b{transform:translateX(2px)}}
@media(max-width:800px){
.mobile-property-viewing{opacity:0;pointer-events:none;transform:translateY(8px);animation:none;transition:opacity .28s ease,transform .28s ease}
.mobile-property-viewing.is-visible{opacity:1;pointer-events:auto;transform:none}}
.property-search-hero{display:none}
.property-search-section{position:relative;isolation:isolate;padding-top:0!important;overflow:hidden;background:#fbf8f4}
.property-search-section:before{content:"";position:absolute;z-index:-1;top:80px;right:-120px;width:560px;height:420px;opacity:.055;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 420'%3E%3Cg fill='none' stroke='%23a45f77' stroke-width='1.2'%3E%3Cpath d='M20 302C93 228 99 109 205 105s116 99 202 71 70-110 133-134'/%3E%3Cpath d='M4 350c105-72 112-190 222-188s126 83 208 52 70-101 119-117'/%3E%3Cpath d='M61 407c79-73 94-182 188-180s108 78 188 55 87-94 120-105'/%3E%3Cpath d='M112 18c38 43 41 94 103 104s92-37 151-18 69 75 129 74'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;pointer-events:none}
.property-search-section>.route-inner{width:min(1380px,calc(100% - 64px));max-width:1380px}
.property-discovery-intro{position:relative;max-width:720px;margin:0;padding:clamp(112px,9vw,142px) 0 32px}
.property-discovery-placeholder{--placeholder-size:clamp(230px,19vw,290px);position:absolute;z-index:1;top:clamp(112px,9vw,142px);left:calc(min(1380px,100vw - 64px) - var(--placeholder-size));width:var(--placeholder-size);height:auto;aspect-ratio:1/1;margin:0;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(167,106,127,.24);border-radius:22px;background:rgba(246,232,235,.62);color:#a9677e;pointer-events:none}
.property-discovery-placeholder:before{content:"";position:absolute;inset:12px;border:1px solid rgba(140,112,103,.11);border-radius:15px}
.property-discovery-placeholder img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.property-discovery-placeholder figcaption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 11px;border-radius:9px;background:rgba(47,42,43,.72);color:#fff;font-size:7px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(7px)}@media(max-width:1100px){
.property-discovery-placeholder{display:none}}
.property-discovery-intro .route-kicker{margin-bottom:13px}
.property-discovery-intro h2{font-size:clamp(54px,5.4vw,76px);line-height:.87}
.property-discovery-intro h2 em{margin-top:3px}
.property-discovery-intro p{max-width:600px;margin-top:18px;font-size:12px;line-height:1.7}
.search-choice-heading{margin:0 0 11px;color:#9c5870;font-size:8px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.property-search-mode-toggle{width:min(100%,870px);margin:0 0 25px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:11px;border:0;border-radius:0;background:transparent;box-shadow:none}
.property-search-mode-toggle button{position:relative;min-width:0;min-height:84px;padding:17px 42px 17px 19px;display:grid;grid-template-columns:minmax(0,1fr) 14px;align-items:center;gap:12px;border:1px solid rgba(105,83,75,.14);border-radius:15px;background:#fffaf5;color:#4e4542;text-align:left;box-shadow:none;transition:background-color .3s,border-color .3s,transform .3s}
.property-search-mode-toggle .search-mode-guided{grid-template-columns:25px minmax(0,1fr) 14px}
.property-search-mode-toggle button:hover{color:#4e4542;border-color:rgba(184,101,130,.3);transform:translateY(-2px)}
.property-search-mode-toggle button.active{border-color:rgba(188,103,132,.42);background:#f6e4e8;color:#423a38;box-shadow:inset 3px 0 #c2748f}
.search-choice-icon{width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(172,97,123,.22);border-radius:50%;color:#aa6079;font-size:9px}
.search-mode-copy{display:block;min-width:0}
.search-mode-copy strong,.search-mode-copy small{display:block}
.search-mode-copy strong{font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.search-mode-copy small{margin-top:6px;color:#827671;font-size:9px;font-weight:450;line-height:1.45;letter-spacing:0}
.property-search-mode-toggle button>b{position:absolute;right:18px;color:#b46680;font-size:14px;font-weight:400;transition:transform .25s}
.property-search-mode-toggle button:hover>b,.property-search-mode-toggle button.active>b{transform:translateX(4px)}
.property-search-section .ai-property-search,.property-search-section .traditional-search-panel{padding:clamp(31px,4vw,49px);border:1px solid rgba(170,104,126,.18);border-radius:25px;background:#f7e8eb;box-shadow:none}
.property-search-section .ai-panel-heading strong{font-size:clamp(34px,3.6vw,47px);line-height:.94}
.property-search-section .ai-panel-heading small{margin-top:11px}
.property-search-section .ai-panel-body{padding-top:24px}
.property-search-section .search-method-divider{grid-template-columns:48px minmax(0,1fr);gap:18px;margin:0 0 25px;padding:0;border:0}
.property-search-section .search-method-divider>i{width:48px}
.property-search-section .search-method-divider b{font-size:34px}
.property-search-section .boutique-search{border-color:rgba(100,76,69,.16)!important;border-radius:16px!important;background:rgba(255,253,249,.72)!important}
.property-search-section .boutique-search .location-search{min-height:86px;padding:17px 22px}
.property-search-section .boutique-search .location-search input{font-size:15px;font-weight:550}
.property-search-section .boutique-search>label:not(.location-search){min-height:74px;padding:15px 18px}
.property-search-section .boutique-search>label:nth-of-type(2){grid-column:1;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(3){grid-column:2;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(4){grid-column:3;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(5){grid-column:4;grid-row:2}
.property-search-section .boutique-search>label:nth-of-type(6){grid-column:5;grid-row:2}
.property-search-section .boutique-search input,.property-search-section .boutique-search select{font-size:13px;font-weight:600}
.property-search-section .property-search-submit{grid-column:6!important;grid-row:2!important;min-height:74px}
.property-search-section .property-search-submit span{display:inline-block;transition:transform .25s}
.search-human-link{margin:18px 2px 0;color:#776b66;font-size:9px}
.search-human-link button{padding:0;border:0;background:none;color:#a55d76;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.search-human-link button span{display:inline-block;margin-left:5px;transition:transform .25s}
.search-human-link button:hover span{transform:translateX(4px)}

@media(max-width:700px){
.property-discovery-placeholder{display:none}
.property-search-section>.route-inner{width:100%!important;padding-inline:22px!important}
.property-search-section:before{top:60px;right:-190px;width:430px;height:330px}
.property-discovery-intro{width:100%!important;max-width:100%!important;padding:112px 0 25px}
.property-discovery-intro h2{font-size:0!important}
.property-discovery-intro h2:before{content:"Search";display:block;color:#3d3634;font:550 49px/.88 Manrope,sans-serif;letter-spacing:-.055em}
.property-discovery-intro h2:after{content:"your way.";display:block;margin-top:3px;color:#b76782;font:500 49px/.88 "Cormorant Garamond",serif;letter-spacing:-.045em}
.property-discovery-intro p{margin-top:17px;font-size:11px;line-height:1.65}
.search-choice-heading{margin-bottom:9px}
.property-search-mode-toggle{grid-template-columns:1fr 1fr!important;gap:8px;margin-bottom:17px}
.property-search-mode-toggle button{min-height:51px!important;padding:0 27px 0 12px;display:flex;justify-content:flex-start;border-radius:12px;font-size:0}
.property-search-mode-toggle button:nth-child(2){display:flex}
.property-search-mode-toggle .search-choice-icon,.property-search-mode-toggle small{display:none}
.property-search-mode-toggle .search-mode-copy strong{font-size:8px}
.property-search-mode-toggle button>b{right:11px;font-size:12px}
.property-search-section .ai-property-search,.property-search-section .traditional-search-panel{padding:24px 17px!important;border-radius:20px!important}
.property-search-section .ai-panel-heading{gap:11px}
.property-search-section .ai-panel-heading strong{font-size:31px}
.property-search-section .ai-conversation-field textarea{min-height:118px}
.property-search-section .search-method-divider{display:block;margin:0 0 20px!important;padding:0!important}
.property-search-section .search-method-divider>i{width:38px;margin:0 0 15px}
.property-search-section .search-method-divider b{font-size:29px}
.property-search-section .boutique-search{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;border-radius:15px!important}
.property-search-section .boutique-search .location-search{grid-column:1/-1!important;grid-row:1!important;min-height:78px!important;border-right:0!important}
.property-search-section .boutique-search>label:not(.location-search){min-height:66px!important;padding:12px!important}
.property-search-section .boutique-search>label:nth-of-type(2){grid-column:1!important;grid-row:2!important}
.property-search-section .boutique-search>label:nth-of-type(3){grid-column:2!important;grid-row:2!important}
.property-search-section .boutique-search>label:nth-of-type(4){grid-column:1!important;grid-row:3!important}
.property-search-section .boutique-search>label:nth-of-type(5){grid-column:2!important;grid-row:3!important}
.property-search-section .boutique-search>label:nth-of-type(6){grid-column:1/-1!important;grid-row:4!important;border-right:0!important}
.property-search-section .property-search-submit{grid-column:1/-1!important;grid-row:5!important;min-height:54px!important}
.property-search-section .boutique-search input,.property-search-section .boutique-search select{font-size:12px}
.search-human-link{line-height:1.7}
}

/* Individual property brochure introduction refinement. */
@media(max-width:800px){
.property-story{padding-top:90px;padding-bottom:75px;grid-template-columns:1fr;gap:43px}
.property-story-copy{padding-top:0!important;border-top:0!important}
.property-story-copy p{font-size:17px;line-height:1.75}
.property-glance{padding:30px 0 38px}
.property-glance>.property-section-label{margin-bottom:18px}
.property-glance>div>div{padding:21px 15px}
.property-glance strong{min-height:0;font-size:clamp(25px,8vw,31px);line-height:1.05}
.property-glance small{margin-top:9px}
}
@media(max-width:390px){
.property-glance>div{grid-template-columns:1fr}
.property-glance>div>div,.property-glance>div>div:nth-child(odd){padding:20px 0;border-left:0}}

@media(max-width:700px){
.property-personal{padding:78px 0 74px}
.property-personal:after{right:-235px;top:90px;opacity:.045}
.property-personal>.route-inner{width:calc(100% - 48px);max-width:none}
.property-personal-line{margin-bottom:21px}
.property-personal h2{margin-top:21px;font-size:clamp(45px,13vw,59px);line-height:.91;overflow-wrap:anywhere}
.property-personal h2 em{display:block;margin-top:7px}
.property-personal p{margin-top:25px;font-size:15px;line-height:1.7}
.property-personal-reference{margin-top:18px;line-height:1.7}
.property-personal-actions{margin-top:27px;display:grid;grid-template-columns:1fr;width:100%;gap:10px}
.property-personal-actions a{width:100%;min-height:56px}
.property-personal-phone{margin-top:29px}
.property-personal-phone a{font-size:29px}
.property-personal-reassurance{max-width:300px;margin:22px auto 0;align-items:flex-start;line-height:1.65}
.property-personal-reassurance i{margin-top:5px;flex:0 0 4px}
}

/* Radius filter placement in the compact mobile search grid. */
@media(max-width:700px){
.property-search-section .boutique-search>label:nth-of-type(6){grid-column:1!important;grid-row:4!important;border-right:1px solid rgba(94,73,65,.11)!important}
.property-search-section .boutique-search>label:nth-of-type(7){grid-column:2!important;grid-row:4!important}
.property-search-section .boutique-search .radius-search{grid-column:1/-1!important;grid-row:5!important;border-right:0!important}
.property-search-section .property-search-submit{grid-row:6!important}
}

/* Final radius layout: location and radius share the top row. */
@media(min-width:901px){
.property-search-section .traditional-search-panel .boutique-search{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.property-search-section .traditional-search-panel .location-search{grid-column:1/6!important;grid-row:1!important}
.property-search-section .traditional-search-panel .radius-search{display:grid!important;grid-column:6/7!important;grid-row:1!important;min-height:86px!important;border-right:0!important}
.property-search-section .traditional-search-panel .property-search-submit{grid-column:6!important;grid-row:2!important}
}
@media(max-width:900px){
.property-search-section .traditional-search-panel .radius-search{display:grid!important}
}

/* Editorial property highlights. */
@media(max-width:800px){
.property-closer{padding:88px 0}
.property-closer:before{right:-175px;bottom:1%;width:430px;height:250px}
.property-closer>.route-inner{grid-template-columns:1fr;gap:48px}
.property-closer>.route-inner>.property-section-heading h2{font-size:clamp(46px,13vw,62px)}
.property-closer>.route-inner>.property-section-heading h2 em{font-size:.7em}
.property-closer>.route-inner>.property-section-heading p{margin-top:25px;font-size:13px}
.property-features{grid-column:1;margin:0}
.property-features li,.property-features li:nth-child(even),.property-features li.is-lead{width:100%;margin-left:0;padding:32px 0 35px}
.property-features li:first-child{padding-top:0}
.property-features li small{margin-bottom:14px;font-size:9px}
.property-features li span{font-size:clamp(22px,6.3vw,28px);line-height:1.3}
.property-features li.is-lead span{font-size:clamp(31px,9vw,39px);line-height:1.13}
.property-features-note{margin-top:26px}
}
.property-special{padding:clamp(94px,8vw,110px) 0;background:#f7f0ec}
.property-special>.route-inner{width:min(88%,1280px)}
.property-special-heading{margin-bottom:clamp(39px,4vw,58px)}
.property-special-heading h2{margin:15px 0 0;color:#403936;font:500 clamp(42px,4vw,57px)/.94 Manrope,sans-serif;letter-spacing:-.055em}
.property-special-heading h2 em{display:block;margin-top:7px;color:#b56580;font:italic 500 .82em/1.02 "Cormorant Garamond",serif;letter-spacing:-.025em}
.property-special-spread{display:grid;grid-template-columns:minmax(0,58fr) minmax(320px,42fr);gap:clamp(40px,5.5vw,78px);align-items:stretch}
.property-special-image{position:relative;min-height:590px;padding:0;overflow:hidden;border:7px solid rgba(255,252,248,.72);border-radius:26px;background:#443c3a;box-shadow:0 24px 55px rgba(68,52,47,.13);text-align:left}
.property-special-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}
.property-special-image:hover img{transform:scale(1.015)}
.property-special-image small{position:absolute;right:-1px;bottom:30px;padding:12px 18px;background:#c2748f;color:#fff;font-size:8px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.property-special-features{position:relative;align-self:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,3vw,45px) clamp(22px,3vw,44px)}
.property-special-features>i{position:absolute;z-index:0;right:-4%;top:37%;color:rgba(181,101,128,.065);font:italic 500 clamp(82px,10vw,150px)/1 "Cormorant Garamond",serif;pointer-events:none}
.property-special-feature{position:relative;z-index:1;min-width:0}
.property-special-feature.is-key{grid-column:1/-1}
.property-special-feature span,.property-special-feature strong{display:block}
.property-special-feature span{margin-bottom:7px;color:#9d6476;font-size:10px;font-weight:800;line-height:1.35;letter-spacing:.13em;text-transform:uppercase}
.property-special-feature span+span{margin:8px 0 0;color:#6d625e;font-size:14px;font-weight:500;line-height:1.45;letter-spacing:0;text-transform:none}
.property-special-feature strong{color:#403936;font:600 clamp(23px,2vw,31px)/1.08 Manrope,sans-serif;letter-spacing:-.045em;text-wrap:balance}
.property-special-feature.is-key strong{font-size:clamp(31px,3.2vw,48px)}
.property-special-feature.has-measurement strong{color:#b56580;font-family:"Cormorant Garamond",serif;font-style:italic;font-weight:500;letter-spacing:-.025em}
.property-special-feature.property-reveal{transition-delay:var(--feature-delay,0ms)}
.property-special-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff8f1;text-align:center}
.property-special-fallback span{position:relative;z-index:1;max-width:75%;font:700 11px/1.5 Manrope,sans-serif;letter-spacing:.17em;text-transform:uppercase}
.property-special-fallback em{color:rgba(230,127,179,.16);font:italic 500 clamp(90px,12vw,170px)/1 "Cormorant Garamond",serif}
.property-special-no-image .property-special-spread{grid-template-columns:minmax(0,48fr) minmax(320px,52fr)}
@media(max-width:800px){
.property-special{padding:82px 0 88px}
.property-special>.route-inner{width:calc(100% - 44px)}
.property-special-heading{margin-bottom:34px}
.property-special-heading h2{font-size:clamp(42px,12vw,57px)}
.property-special-spread,.property-special-no-image .property-special-spread{display:flex;flex-direction:column;gap:42px}
.property-special-image{width:100%;min-height:0;aspect-ratio:4/3;border-width:5px;border-radius:22px}
.property-special-features{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 24px}
.property-special-feature.is-key{grid-column:1/-1}
.property-special-feature strong{font-size:clamp(22px,6.3vw,28px)}
.property-special-feature.is-key strong{font-size:clamp(31px,9vw,40px)}
.property-special-features>i{right:-6%;top:42%;font-size:100px}
.property-special-image small{bottom:19px;padding:10px 14px}
.property-special-fallback{aspect-ratio:4/3}}
@media(max-width:430px){
.property-special-features{grid-template-columns:1fr;gap:34px}
.property-special-feature,.property-special-feature.is-key{grid-column:1}
.property-special-feature strong{font-size:25px}
.property-special-feature.is-key strong{font-size:34px}}
.property-special-feature .property-special-suffix{margin:8px 0 0;color:#6d625e;font-size:14px;font-weight:500;line-height:1.45;letter-spacing:0;text-transform:none}
.property-special-content{align-self:stretch;padding-top:clamp(62px,7vw,104px);display:flex;flex-direction:column;justify-content:space-between}
.property-special-stats{padding-left:clamp(20px,2.2vw,30px);border-left:1px solid rgba(184,101,129,.34)}
.property-special-stat span,.property-special-stat strong,.property-special-stat p{display:block}
.property-special-stat span{margin-bottom:8px;color:#a56077;font-size:10px;font-weight:800;line-height:1.3;letter-spacing:.13em;text-transform:uppercase}
.property-special-stat strong{color:#b56580;font:italic 500 clamp(35px,3.4vw,52px)/1 "Cormorant Garamond",serif;letter-spacing:-.025em;text-wrap:balance}
.property-special-stat p{max-width:360px;margin:8px 0 0;color:#655b57;font:400 15px/1.45 Manrope,sans-serif}
.property-special-stat-2{margin-top:clamp(32px,3vw,40px)}
.property-special-stat-2 strong{font-size:clamp(31px,2.8vw,43px)}
.property-special-support-grid{margin-top:clamp(42px,4vw,52px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(132,100,91,.18)}
.property-special-support{min-width:0;padding:25px clamp(16px,2vw,28px) 26px 0}
.property-special-support:nth-child(even){padding-right:0;padding-left:clamp(16px,2vw,28px);border-left:1px solid rgba(132,100,91,.16)}
.property-special-support:nth-child(n+3){border-top:1px solid rgba(132,100,91,.16)}
.property-special-support span,.property-special-support strong{display:block}
.property-special-support span{margin-bottom:8px;color:#a56077;font-size:10px;font-weight:800;line-height:1.35;letter-spacing:.12em;text-transform:uppercase}
.property-special-support strong{color:#443c39;font:500 clamp(20px,1.7vw,25px)/1.22 Manrope,sans-serif;letter-spacing:-.03em;text-wrap:balance}
.property-special-stat.property-reveal,.property-special-support.property-reveal{transition-delay:var(--feature-delay,0ms)}
.property-special-image small b{display:inline-block;margin-left:7px;transition:transform .25s ease}
.property-special-image:hover img{transform:scale(1.01)}
.property-special-image:hover small{background:#ad607b}
.property-special-image:hover small b{transform:translateX(4px)}
@media(max-width:800px){
.property-special-content{padding-top:0}
.property-special-stats{padding-left:20px}
.property-special-stat strong{font-size:clamp(39px,12vw,50px)}
.property-special-stat-2 strong{font-size:clamp(34px,10vw,43px)}
.property-special-support-grid{margin-top:44px}
.property-special-support{padding-top:24px;padding-bottom:25px}
.property-special-support strong{font-size:clamp(20px,5.8vw,24px)}}
@media(max-width:430px){
.property-special-support-grid{grid-template-columns:1fr}
.property-special-support,.property-special-support:nth-child(even){padding:24px 0 25px;border-left:0}
.property-special-support:nth-child(n+2){border-top:1px solid rgba(132,100,91,.16)}}
.property-resource-actions{margin:26px 0 2px;padding:15px 0;display:flex;flex-wrap:wrap;gap:0;border-top:1px solid rgba(103,80,72,.14);border-bottom:1px solid rgba(103,80,72,.14)}
.property-resource-actions a,.property-resource-actions button{position:relative;padding:4px 16px;border:0;border-left:1px solid rgba(103,80,72,.14);background:none;color:#534946;font:700 8px/1.4 Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase}
.property-resource-actions>:first-child{padding-left:0;border-left:0}
.property-resource-actions span{margin-right:7px;color:#b3647f;font-size:12px;transition:transform .25s}
.property-resource-actions a:hover,.property-resource-actions button:hover,.property-resource-actions .is-saved{color:#b3647f}
.property-resource-actions a:hover span,.property-resource-actions button:hover span{display:inline-block;transform:translateY(-1px) scale(1.06)}
.property-resources{padding:clamp(100px,10vw,150px) 0;background:#f7f0ec}
.property-resources-heading{margin-bottom:clamp(42px,5vw,66px)}
.property-resources-heading h2{margin:16px 0 22px;color:#403936;font:500 clamp(47px,5vw,70px)/.91 Manrope,sans-serif;letter-spacing:-.06em}
.property-resources-heading h2 em{color:#b56580;font:italic 500 .84em/1 "Cormorant Garamond",serif;letter-spacing:-.025em}
.property-resources-heading p{max-width:490px;margin:0;color:#756a65;font-size:13px;line-height:1.7}
.property-resources-layout{display:grid;grid-template-columns:minmax(0,65fr) minmax(300px,35fr);gap:24px}
.property-resources-layout.brochure-only{grid-template-columns:1fr}
.property-media-hero{position:relative;min-height:520px;overflow:hidden;border-radius:25px;background:#403936;box-shadow:0 22px 50px rgba(67,51,47,.14)}
.property-media-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,27,26,.66),rgba(31,27,26,.08) 75%)}
.property-media-hero>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.property-media-overlay{position:absolute;z-index:1;inset:auto 0 0;padding:clamp(31px,4vw,55px);color:#fff}
.property-media-overlay>span{font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.property-media-overlay h3{margin:13px 0 25px;font:500 clamp(40px,4.5vw,63px)/.88 Manrope,sans-serif;letter-spacing:-.05em}
.property-media-overlay h3 em{color:#E67FB3;font:italic 500 .9em "Cormorant Garamond",serif}
.property-media-play{padding:0;display:inline-flex;align-items:center;gap:15px;border:0;background:none;color:#fff}
.property-media-play i{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.68);border-radius:50%;font-style:normal;transition:.25s}
.property-media-play b{font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.property-media-play:hover i{border-color:#E67FB3;background:#b56580;transform:scale(1.04)}
.property-brochure-panel{padding:clamp(38px,4vw,58px);display:flex;flex-direction:column;border:1px solid rgba(116,87,78,.14);border-radius:25px;background:#fffaf5}
.property-brochure-panel h3{margin:26px 0 19px;color:#403936;font:500 clamp(37px,3.5vw,50px)/.91 Manrope,sans-serif;letter-spacing:-.05em}
.property-brochure-panel h3 em{color:#b56580;font:italic 500 .9em "Cormorant Garamond",serif}
.property-brochure-panel>p{color:#756a65;font-size:12px;line-height:1.7}
.property-brochure-panel>small{margin-top:22px;color:#9b777f;font-size:9px;line-height:1.5}
.property-brochure-panel>a{margin-top:28px;padding-bottom:9px;align-self:flex-start;border-bottom:1px solid #b56580;color:#4f4542;font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.property-extra-resources{margin-top:auto;padding-top:35px}
.property-extra-resources b{display:block;margin-bottom:12px;color:#9b777f;font-size:7px;letter-spacing:.12em;text-transform:uppercase}
.property-extra-resources a{padding:9px 0;display:flex;justify-content:space-between;border-top:1px solid rgba(116,87,78,.12);color:#514845;font-size:10px}
.property-secondary-media{margin-top:22px;display:flex;flex-wrap:wrap;gap:12px}
.property-secondary-media a,.property-secondary-media button{padding:12px 0;border:0;border-bottom:1px solid rgba(181,101,128,.5);background:none;color:#534946;font-size:9px;font-weight:700;text-transform:uppercase}
.property-video-open{overflow:hidden}
.property-video-modal{position:fixed;z-index:2000;inset:0;padding:35px;display:grid;place-items:center;background:rgba(25,22,22,.94)}
.property-video-modal>div{position:relative;width:min(1100px,94vw)}
.property-video-modal iframe{width:100%;display:block;aspect-ratio:16/9;border:0;background:#111}
.property-video-modal button{position:absolute;z-index:1;right:-15px;top:-52px;width:42px;height:42px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#332d2c;color:#fff;font-size:23px}
@media(max-width:800px){
.property-resource-actions{margin-top:20px;flex-wrap:nowrap;align-items:stretch}
.property-resource-actions a,.property-resource-actions button{min-width:0;min-height:44px;padding:8px 12px;display:flex;flex:1 1 0;align-items:center;justify-content:flex-start;font-size:7px;text-align:left}
.property-resource-actions>:first-child{padding-left:12px}
.property-resource-actions span{width:16px;margin-right:8px;display:inline-grid;flex:0 0 16px;place-items:center}
.property-resources{padding:84px 0 90px}
.property-resources-heading h2{font-size:clamp(43px,12vw,58px)}
.property-resources-layout{grid-template-columns:1fr;gap:18px}
.property-media-hero{min-height:0;aspect-ratio:16/10;border-radius:20px}
.property-media-overlay{padding:25px}
.property-media-overlay h3{font-size:40px}
.property-media-play i{width:46px;height:46px}
.property-brochure-panel{min-height:0;padding:35px 28px}
.property-extra-resources{margin-top:30px}
.property-video-modal{padding:16px}
.property-video-modal>div{width:100%}
.property-video-modal button{right:0;top:-50px}}
.property-video-modal p{margin:14px 0 0;color:#cfc5c1;font-size:11px;text-align:center}
.property-video-modal p a{padding-bottom:3px;border-bottom:1px solid #c47791;color:#E67FB3}
.route-form input[readonly]{cursor:not-allowed;color:#766a65;background:rgba(111,88,79,.055)}

/* Compact, touch-friendly property filters on phones. */
@media(max-width:700px){
.property-search-section .traditional-search-panel .search-method-divider{margin-bottom:25px!important;padding-top:10px!important}
.property-search-section .traditional-search-panel .search-method-divider>i{display:none}
.property-search-section .traditional-search-panel .search-method-divider b{font-size:36px;line-height:1.05}
.property-search-section .traditional-search-panel .search-method-divider small{max-width:280px;margin-top:10px;font-size:11px;line-height:1.6}
.property-search-section .traditional-search-panel .boutique-search{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;border-color:rgba(94,73,65,.16)!important;border-radius:19px!important;background:#fffdf9!important;box-shadow:0 16px 38px rgba(73,50,47,.055)!important}
.property-search-section .traditional-search-panel .boutique-search .location-search{position:relative;grid-column:1/-1!important;grid-row:1!important;min-height:68px!important;padding:12px 14px!important;display:grid!important;grid-template-columns:22px minmax(0,1fr) 40px!important;grid-template-rows:1fr!important;column-gap:10px!important;align-items:center!important;border-bottom:1px solid rgba(94,73,65,.13)!important;background:#fffdf9!important}
.property-search-section .boutique-search .location-search>span:first-child{grid-column:1;grid-row:1;color:#c45f83}
.property-search-section .boutique-search .location-search>small{display:none!important}
.property-search-section .boutique-search .location-search input{grid-column:2;grid-row:1;height:42px!important;padding:0!important;color:#403936;font-size:12px!important;font-weight:500;text-overflow:ellipsis}
.property-search-section .clear-search-location{position:absolute!important;z-index:2;right:58px;top:50%;grid-column:auto!important;grid-row:auto!important;transform:translateY(-50%)}
.property-search-section .use-current-location{grid-column:3!important;grid-row:1!important;width:40px!important;height:40px!important;min-height:40px!important}
.property-search-section .traditional-search-panel .boutique-search>label:not(.location-search){grid-column:auto!important;grid-row:auto!important;min-height:76px!important;padding:15px 13px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-top:0!important;border-right:1px solid rgba(94,73,65,.11)!important;border-bottom:1px solid rgba(94,73,65,.11)!important;background:#fffdf9!important}
.property-search-section .traditional-search-panel .boutique-search>label:nth-of-type(even){border-right:0!important}
.property-search-section .traditional-search-panel .boutique-search label>span:first-child{margin-bottom:8px;color:#8a7c76;font-size:9px;font-weight:700;line-height:1.2}
.property-search-section .traditional-search-panel .boutique-search select{height:25px!important;padding:0 24px 0 0!important;color:#403936;font-size:13px!important;font-weight:500;line-height:25px}
.property-search-section .traditional-search-panel .property-search-submit{grid-column:1/-1!important;grid-row:auto!important;min-height:58px!important;border-radius:0!important;font-size:9px!important;letter-spacing:.065em!important}
.property-search-section .traditional-search-panel .property-search-submit span{margin-left:12px}
.property-search-section .search-human-link{margin:22px 2px 0!important;font-size:13px!important;line-height:1.5}
.property-search-section .search-human-link button{display:flex!important;align-items:center!important;gap:8px!important;margin-top:12px!important;min-height:42px!important;padding:0 16px!important;border:1px solid rgba(181,101,128,.25)!important;border-radius:999px!important;background:#fffaf7!important}
}

/* Marker selection previews the property in place on phones too. */
@media(max-width:760px){
 .map-property-preview.show{display:grid;max-height:calc(100% - 24px);overflow-y:auto;overscroll-behavior:contain}
}

/* Keep the contact introduction clear of viewport edges at laptop/tablet widths. */
.contact-concierge .contact-hero-grid{
 width:calc(100% - clamp(40px,6vw,96px));
 margin-inline:auto;
 padding-inline:0;
}
@media(max-width:760px){
 .contact-concierge .contact-hero-grid{
  width:100%;
  padding-inline:20px;
 }
}
@media(max-width:390px){
 .contact-concierge .contact-hero-grid{padding-inline:16px}
}

/* Shared responsive page gutters, including unpadded hero sections. */
:root{--page-gutter:clamp(20px,3vw,48px)}
@media(max-width:1360px){
 .route-page .route-inner{
  max-width:min(100%,calc(100vw - var(--page-gutter) - var(--page-gutter)))!important;
  margin-inline:auto!important;
  min-width:0;
 }
 /* Homepage sections use padding rather than an inner route container. */
 main>.section,main>.local-section,.site-footer>.footer-inner{
  padding-inline:var(--page-gutter);
 }
}
@media(max-width:760px){
 :root{--page-gutter:20px}
}
@media(max-width:390px){
 :root{--page-gutter:16px}
}

@media(max-width:760px){
 .contact-concierge .contact-next-panel{display:none}
}

.property-intelligence{padding:clamp(70px,8vw,120px) 0;background:#f7f1eb;border-block:1px solid #e8ddd4}
.property-intelligence-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px 60px;align-items:end;margin-bottom:45px}
.property-intelligence-heading .property-section-label{grid-column:1/-1}
.property-intelligence-heading h2{margin:0;color:#302b29;font-size:clamp(42px,5vw,70px);line-height:.91;font-weight:500}
.property-intelligence-heading h2 em{color:#bd6c89;font-weight:400}.property-intelligence-heading p{max-width:500px;margin:0;color:#766c67;line-height:1.8}
.property-intelligence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:22px}.property-intelligence-card{box-sizing:border-box;height:100%;padding:27px 30px;border:1px solid #dfd1c7;border-radius:12px;background:rgba(255,253,249,.72)}
.property-intelligence-card>span,.property-ask-home span{color:#a65472;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.property-intelligence-card h3,.property-ask-home h3{margin:12px 0 22px;color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:30px;font-weight:500}
.property-intelligence-card ul{display:grid;gap:12px;margin:0 0 22px;padding:0;list-style:none}.property-intelligence-card li{position:relative;padding-left:18px;color:#625954;line-height:1.55;text-transform:none}.property-intelligence-card li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:#E67FB3}.property-intelligence-card li b{margin-right:6px;text-transform:capitalize}
.property-intelligence-card dl{display:grid;gap:0;margin:0 0 22px}.property-intelligence-card dl div{display:grid;grid-template-columns:135px 1fr;gap:18px;padding:12px 0;border-bottom:1px solid #e9ddd4}.property-intelligence-card dt{color:#8a7b74;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.property-intelligence-card dd{margin:0;color:#4b4440}.property-intelligence-card dd b{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:19px;font-weight:600}.property-intelligence-card dd small,.property-intelligence-card>small{display:block;margin-top:4px;color:#91847d;font-size:9px;line-height:1.5}
.property-intelligence-unavailable{display:flex;min-height:250px;flex-direction:column;justify-content:center}.property-intelligence-unavailable p{max-width:430px;color:#786d68;line-height:1.7}.property-ask-home{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:22px;padding:30px 36px;border-radius:22px;background:#342f2d;color:#fff}.property-ask-home h3{margin-bottom:7px;color:#fff}.property-ask-home p{max-width:650px;margin:0;color:#d9cfca;line-height:1.6}.property-ask-home a{flex:none;padding:15px 18px;border-bottom:1px solid #E67FB3;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.property-ask-home a b{margin-left:14px;color:#E67FB3}
.property-energy-card{grid-column:auto}.property-energy-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.property-energy-card dl div{display:block;padding:16px 0;border-top:1px solid #e9ddd4;border-bottom:0}.property-energy-card dd{margin-top:8px}
@media(max-width:760px){.property-intelligence{padding:65px 20px}.property-intelligence-heading,.property-intelligence-grid,.property-energy-card dl{grid-template-columns:1fr}.property-intelligence-heading{gap:20px;margin-bottom:30px}.property-intelligence-card{padding:27px 22px}.property-intelligence-card dl div{grid-template-columns:105px 1fr}.property-ask-home{align-items:flex-start;flex-direction:column;padding:28px 24px}.property-ask-home a{width:100%}}

/* CW Property Intelligence */
.property-intelligence{padding:clamp(58px,6vw,88px) 0;scroll-margin-top:90px}.property-intelligence-heading{grid-template-columns:1.08fr .92fr;align-items:end;margin-bottom:30px}.property-intelligence-heading .property-section-label{grid-column:auto;display:block;margin-bottom:18px}.property-intelligence-heading h2{font-size:clamp(40px,4.4vw,64px)}.property-intelligence-intro{max-width:510px;padding-bottom:4px}.property-intelligence-intro p{margin-top:14px}.property-verified{display:inline-flex;align-items:center;gap:8px;color:#8d5268;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.property-verified i{display:grid;width:20px;height:20px;place-items:center;border:1px solid rgba(230,127,179,.55);border-radius:50%;color:#a65472;font-style:normal}
.property-personal{margin-top:22px}
.property-intelligence-glance{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));margin-bottom:22px;border-block:1px solid #dfd1c7;background:rgba(255,253,249,.44)}.property-intelligence-glance>div{display:grid;grid-template-columns:26px 1fr;gap:3px 9px;padding:20px 22px;border-right:1px solid #e5d9d0}.property-intelligence-glance>div:last-child{border-right:0}.property-intelligence-glance i{grid-row:1/3;color:#bd6c89;font-family:Georgia,serif;font-size:20px;font-style:normal}.property-intelligence-glance span{color:#8a7b74;font-size:9px;letter-spacing:.09em;text-transform:uppercase}.property-intelligence-glance strong{color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:21px;font-weight:600}
.property-intelligence-card{border-radius:12px;background:rgba(255,253,249,.55)}.property-life-card{display:block}.property-life-card dl{display:block;margin-bottom:0}.property-life-card dl>div{grid-template-columns:25px 105px minmax(0,1fr);align-items:center;gap:10px;padding-block:7px}.property-amenity-icon{display:grid;width:25px;height:25px;place-items:center;border:1px solid #ead8df;border-radius:50%;color:#a65472;font-style:normal}.property-life-card dd{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.property-life-card dd b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-life-card dd small{display:inline-flex;min-width:58px;align-items:center;justify-content:center;flex:none;margin:0;padding:5px 8px;border-radius:99px;background:#f3e5e9;color:#835268;font-size:9px;font-weight:700}.property-source{margin-top:9px!important;padding-top:9px;border-top:1px solid #eadfd7;letter-spacing:.03em}
.property-life-card .property-source{margin-top:7px!important;padding-top:0;border-top:0}
.property-epc-summary{display:flex;align-items:end;gap:20px;margin-bottom:20px}.property-epc-summary>div small{display:block;color:#8a7b74;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.property-epc-summary strong{display:block;margin-top:2px;color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:48px;line-height:1}.property-epc-summary>span{padding-bottom:8px;color:#bd6c89;font-size:22px}.property-epc-scale{display:flex;gap:4px;margin:0 0 16px}.property-epc-scale i{position:relative;display:grid;height:27px;flex:1;place-items:center;background:#e9dfd8;color:#766c67;font-style:normal;clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%,9% 50%)}.property-epc-scale i:first-child{clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%)}.property-epc-scale i.is-current{background:#352f2d;color:#fff}.property-epc-scale i.is-potential{background:#E67FB3;color:#fff}.property-epc-copy{margin:0 0 20px;color:#665c57;font-family:"Cormorant Garamond",Georgia,serif;font-size:19px}.property-energy-card{display:flex;flex-direction:column}.property-energy-card dl{margin-bottom:18px}
.property-energy-card h3,.property-broadband-card h3{margin-bottom:12px}.property-energy-card .property-epc-summary{margin-bottom:10px}.property-energy-card .property-epc-summary strong{font-size:54px}.property-energy-card .property-epc-copy{margin:9px 0}.property-energy-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;margin:0}.property-energy-card dl div{display:block;padding:8px 0}.property-energy-card dl dt{margin-bottom:4px}.property-energy-card dl dd b{font-size:17px;line-height:1.25}.property-broadband-card{display:block}.property-broadband-speeds{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.property-broadband-speeds>div{padding:12px 15px;border:1px solid #eadfd7;background:rgba(255,255,255,.38)}.property-broadband-speeds small{display:block;color:#8a7b74;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.property-broadband-speeds strong{display:block;margin-top:4px;color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:25px}.property-broadband-card>p{margin:9px 0 0;color:#665c57;line-height:1.45}.property-broadband-card .property-source{margin-top:8px!important}
.property-broadband-strip{display:grid;grid-template-columns:1.1fr .85fr .85fr 1.35fr;align-items:center;margin-top:16px;border-block:1px solid #dfd1c7;background:rgba(255,253,249,.44)}.property-broadband-strip>div{min-width:0;padding:15px 22px;border-right:1px solid #e5d9d0}.property-broadband-strip>div:last-child{border-right:0}.property-broadband-strip span,.property-broadband-strip small{display:block;color:#8a7b74;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.property-broadband-strip h3{margin:3px 0 0;color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;font-weight:600}.property-broadband-strip strong{display:block;margin-top:4px;color:#352f2d;font-family:"Cormorant Garamond",Georgia,serif;font-size:21px;font-weight:600}.property-broadband-note p{margin:0 0 4px;color:#665c57;font-size:11px;line-height:1.4}.property-broadband-note small{font-size:8px}.property-broadband-pending{grid-template-columns:1.1fr 3.05fr}
.property-ask-home{align-items:end;border-radius:5px}.property-ask-home h3{max-width:680px}.property-ask-prompts{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.property-ask-prompts a{width:auto;padding:7px 0;border:0;border-bottom:1px solid rgba(230,127,179,.55);color:#d9cfca;font-size:10px;font-weight:400;letter-spacing:0;text-transform:none}.property-ask-home form{display:flex;width:min(410px,100%);padding:5px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.05)}.property-ask-home form label{flex:1}.property-ask-home form input{width:100%;padding:12px;border:0;outline:0;background:transparent;color:#fff;font:inherit}.property-ask-home form input::placeholder{color:#bfb3ad}.property-ask-home form button{width:44px;border:0;background:#E67FB3;color:#342f2d;font-size:20px;cursor:pointer}
@media(max-width:900px){.property-intelligence-heading{grid-template-columns:1fr}.property-intelligence-intro{max-width:620px}.property-intelligence-grid{grid-template-columns:1fr;gap:16px}.property-intelligence-card{height:auto}.property-broadband-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.property-broadband-strip>div:nth-child(3){border-right:0}.property-broadband-title,.property-broadband-note{grid-column:1/-1;border-right:0!important}.property-broadband-title{border-bottom:1px solid #e5d9d0}.property-broadband-note{border-top:1px solid #e5d9d0}}
@media(max-width:760px){.property-intelligence{padding:54px 20px}.property-intelligence-glance{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.property-intelligence-glance>div{min-width:165px;scroll-snap-align:start}.property-life-card dl>div{grid-template-columns:25px 1fr}.property-life-card dt{grid-column:2}.property-life-card dd{grid-column:2}.property-ask-home{align-items:stretch}.property-ask-prompts{display:none}.property-ask-home form{width:100%}}

.property-resource-actions{flex-wrap:nowrap;justify-content:center}.property-resource-actions a,.property-resource-actions button{display:flex;min-width:0;min-height:44px;flex:1 1 0;align-items:center;justify-content:center;padding:8px 10px;text-align:center}.property-resource-actions>:first-child{padding-left:10px}.property-resource-actions span{display:inline-grid;width:16px;flex:0 0 16px;place-items:center}.property-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.property-hero-actions a{width:100%;padding-inline:12px;text-align:center}

/* Let mobile layouts use the available viewport while retaining a safe edge gutter. */
@media(max-width:760px){
 :root{--page-gutter:14px}
 .route-page .route-inner{box-sizing:border-box!important;width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-inline:auto!important;padding-inline:0!important}
 main>.section,main>.local-section,.site-footer>.footer-inner{padding-inline:14px}
 .property-search-hero>.route-inner,.property-search-section>.route-inner{width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;padding-inline:0!important}
 .property-discovery-intro,.property-search-section .premium-search-card{width:100%!important;max-width:100%!important;margin-inline:0!important}
 .property-intelligence{padding-inline:0!important}
 .property-intelligence-card{padding:24px 18px}
 .contact-concierge .contact-hero-grid,.contact-concierge .route-inner{box-sizing:border-box;width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;margin-inline:auto!important;padding-inline:0!important}
 .property-personal>.route-inner{width:calc(100% - 28px)!important}
}
@media(max-width:390px){
 :root{--page-gutter:12px}
 .route-page .route-inner,.property-search-hero>.route-inner,.property-search-section>.route-inner,.contact-concierge .contact-hero-grid,.contact-concierge .route-inner,.property-personal>.route-inner{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important}
 main>.section,main>.local-section,.site-footer>.footer-inner{padding-inline:12px}
 .property-intelligence-card{padding-inline:16px}
}

/* Keep the Intelligence summary inside narrow mobile viewports. */
@media(max-width:760px){
 .property-intelligence-glance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:100%;overflow:hidden;scroll-snap-type:none}
 .property-intelligence-glance>div{box-sizing:border-box;min-width:0;padding:16px 12px;border-right:1px solid #e5d9d0;border-bottom:1px solid #e5d9d0;overflow:hidden}
 .property-intelligence-glance>div:nth-child(2n){border-right:0}
 .property-intelligence-glance>div:nth-last-child(-n+2){border-bottom:0}
 .property-intelligence-glance strong{min-width:0;font-size:18px;line-height:1.08;overflow-wrap:anywhere}
}
/* WCAG AA colour and control refinements for production. */
.property-eyebrow,.property-section-label,.about-social-entry .route-kicker,.selling-why-copy>.route-kicker{color:#87415b}
.property-hero-summary dt,.property-intelligence-glance span,.property-life-card dt,.property-energy-card dt,
.property-source,.property-epc-summary small,.property-brochure-panel>small,.property-extra-resources>b,
.property-gallery-label>small,.property-location-guide>span{color:#655955}
.property-hero-actions>a:first-child,.selling-process-cta .route-button,.selling-faq-cta .route-button,
.about-social-entry .route-button,.about-hero-copy nav a:first-child{color:#33292d}
.selling-feature-grid p,.about-social-entry p{color:#655955}
.about-social-entry h2 em{color:#87415b}
.selling-why-grid figcaption small,.selling-why-grid figcaption b{color:#574b4d}
.property-hero-actions>a:first-child,.about-hero-copy nav a:first-child{background:#E67FB3!important;color:#29292b!important}
.property-special-image small{background:#E67FB3;color:#29292b}
.property-special-support span,.property-hero-copy>p small{color:#87415b}
.property-source,.property-epc-summary small{color:#4f4542!important}

.cookie-consent button[data-cookie-choice='accept']{color:#29292b}
.area-reasons-note,.area-lifestyle-facts small,.area-market-insights blockquote small,.area-guide-lifestyles .route-kicker,.area-guide-expertise .route-kicker{color:#87415b!important}
.area-guide-properties .route-button,.area-guide-final .route-button{color:#29292b!important}
.area-photo-credits{padding-block:24px;background:#faf7f2}
.area-photo-credits details{border-top:1px solid rgba(77,65,60,.16);border-bottom:1px solid rgba(77,65,60,.16);padding:18px 0}
.area-photo-credits summary{cursor:pointer;color:#655955;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.area-photo-credits ul{margin:18px 0 0;padding-left:18px;color:#655955;font-size:10px;line-height:1.8}
.area-photo-credits a{text-decoration:underline;text-underline-offset:2px}
.area-lifestyle-chapter figcaption em{display:block;margin-top:3px;color:#776b67;font-size:8px;font-style:normal}

.property-life-card dl .property-school-row dd b{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}

.property-amenity-icon svg{display:block;width:17px;height:17px}.property-school-row .property-amenity-icon{background:transparent;border-color:#ead8df;color:#a65472}
