/* ===== style.css ===== */
:root{--cream:#faf7f1;--ivory:#f5efe5;--ink:#402b21;--muted:#796457;--line:#d9d0c3;--brass:#b39a6a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:25px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.7 Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #98743e}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Instrument Serif',Georgia,serif;font-weight:400;line-height:1.06}h2{font-size:clamp(2.6rem,4.8vw,4.8rem);letter-spacing:-.025em;margin-bottom:30px}h3{font-size:1.85rem;margin-bottom:16px}p{color:var(--muted)}.preview{background:#402b21;color:#e8dfd0;text-align:center;padding:6px 20px;font-size:12px;letter-spacing:.12em}.preview span{padding:0 8px}header{display:flex;align-items:center;justify-content:space-between;padding:25px 4.5%;gap:25px}.brand{font:34px/1 Georgia,serif;letter-spacing:.16em}.brand small{display:block;font:9px/1.8 Manrope,Arial,sans-serif;letter-spacing:.36em;text-align:center;margin-top:8px}nav{display:flex;gap:30px;font-size:14px}nav a:hover{border-bottom:1px solid}.button{display:inline-flex;gap:35px;justify-content:space-between;align-items:center;background:var(--ink);color:var(--cream);padding:17px 24px;font-size:14px;border:1px solid transparent}.button:hover{background:#604333}.button.light{background:var(--cream);color:var(--ink)}.button.light:hover{background:#e9dfcf}.menu-toggle{display:none}.hero{position:relative;min-height:650px;height:calc(100svh - 140px);max-height:950px;margin:0 22px;overflow:hidden;color:white}.slides,.slide,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.slide{object-fit:cover;object-position:center 62%;opacity:0;transition:opacity 1.7s ease}.slide.active{opacity:1}.hero-shade{background:linear-gradient(0deg,rgba(52,32,21,.66),rgba(52,32,21,.06) 85%)}.hero-copy{position:absolute;bottom:52px;left:4.2%;right:4.2%}.eyebrow{font-size:12px;letter-spacing:.16em;margin-bottom:24px;font-weight:600}.hero .eyebrow,.hero p{color:#fff}.hero h1{font-size:clamp(3.5rem,6.4vw,7rem);letter-spacing:-.025em;margin:0 0 35px;line-height:1.02}.hero h1 em{font-weight:400}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end}.hero-bottom p{font-size:17px;line-height:1.6;margin-bottom:24px}.carousel{display:flex;gap:10px;align-items:center}.carousel span{margin-right:12px;font-size:13px;letter-spacing:.08em}.carousel button{background:transparent;border:1px solid #ffffff70;border-radius:50%;color:white;width:44px;height:44px}.carousel button:hover{background:#ffffff24}.trust{display:flex;justify-content:space-evenly;padding:31px 20px;border-bottom:1px solid var(--line);font-size:14px}.trust span+span{border-left:1px solid var(--line);padding-left:7vw}.section{max-width:1360px;padding:115px 60px;margin:auto}.intro{display:grid;grid-template-columns:1fr 1fr;gap:50px}.intro-right{padding:32px 0 0 30px;max-width:550px}.lead{font-size:20px;color:var(--ink);line-height:1.6}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;font-size:14px;padding:10px 0;border-bottom:1px solid var(--ink)}.benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:35px}.benefits article{border-top:1px solid var(--line);padding-top:25px}.number{font-size:12px;color:var(--muted);display:block;margin-bottom:25px}.benefits p{font-size:14px}.skip{position:absolute;top:-100px;z-index:10;background:white;padding:15px}.skip:focus{top:0}footer{background:var(--ink);color:var(--cream);padding:65px 5%;display:flex;flex-wrap:wrap;align-items:center;gap:35px;justify-content:space-between}footer p{color:#d8cfc0;margin:0}footer>small{width:100%;border-top:1px solid #ffffff25;padding-top:25px;color:#c3b9a9}.draft{font-size:13px;border-left:2px solid var(--brass);padding:10px 16px;background:#f0e9de;color:#645d53}.split{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.editorial-image{width:100%;height:580px;object-fit:cover}.dark{background:var(--ink);color:var(--cream)}.dark p{color:#c9c0b2}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:55px}.services article{border-top:1px solid #ffffff35;padding-top:25px}.services p{font-size:15px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin-top:55px}.steps article{border-top:1px solid var(--line);padding-top:25px}.steps p{font-size:14px}.steps h3{font-size:1.6rem}.portal{background:#eee7dc;padding:45px}.portal h3{font-size:2.3rem}.portal ul{padding:0;list-style:none}.portal li{padding:19px 0;border-top:1px solid #d3c8b7;display:flex;justify-content:space-between;gap:20px}.image-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;margin:40px 0}.image-grid img{width:100%;height:440px;object-fit:cover}.areas{display:flex;flex-wrap:wrap;gap:10px}.areas span{border:1px solid var(--line);padding:12px 20px;font-size:14px}.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;list-style:none;padding-right:30px;position:relative}summary:after{content:'+';position:absolute;right:0}details[open] summary:after{content:'−'}details p{margin:20px 0 0;font-size:15px}.assessment{background:var(--ivory)}form{display:grid;grid-template-columns:1fr 1fr;gap:24px}label{display:block;font-size:14px}input,select{display:block;width:100%;background:transparent;border:0;border-bottom:1px solid #b9ac99;border-radius:0;padding:12px 0;color:var(--ink);min-height:48px}form .wide{grid-column:1/-1}form .button{cursor:pointer}#form-status{margin:0}.section-tight{padding-top:65px;padding-bottom:65px}
.footer-links{display:flex;gap:25px;flex-wrap:wrap;width:100%;font-size:14px}.dark .number{color:#b9aa94}
@media(min-width:1600px){.hero-copy{left:7%;right:7%}}@media(max-width:1050px){nav{gap:16px}.header-cta{display:none}.hero h1{font-size:5.6rem}.section{padding:85px 35px}.split{gap:35px}.steps{grid-template-columns:repeat(3,1fr)}.faq-layout{gap:35px}}@media(max-width:700px){header{padding:21px 23px}.brand{font-size:29px}.menu-toggle{display:block;background:none;border:1px solid var(--line);padding:9px 14px;font-size:14px}nav{display:none;position:absolute;top:123px;left:0;right:0;z-index:5;background:var(--cream);padding:25px;flex-direction:column}nav.open{display:flex}.hero{margin:0 10px;min-height:680px;height:calc(100svh - 125px)}.hero-copy{bottom:28px;left:24px;right:24px}.hero h1{font-size:clamp(2.7rem,10vw,4rem);line-height:1.06;margin-bottom:24px}.hero .eyebrow{font-size:10px;letter-spacing:.1em}.hero-bottom{display:block}.hero-bottom p{font-size:15px}.button{gap:20px;font-size:13px;padding:16px 19px}.carousel{margin-top:30px;justify-content:flex-end}.carousel button{width:40px;height:40px}.hero-shade{background:linear-gradient(0deg,rgba(52,32,21,.73),rgba(52,32,21,.08))}.trust{display:block;padding:16px 25px;text-align:center}.trust span{display:block;padding:9px!important;border:0!important;font-size:13px}.section{padding:70px 25px}.intro,.split,.faq-layout{grid-template-columns:1fr;gap:25px}.intro-right{padding:0}.benefits{grid-template-columns:1fr 1fr;gap:24px;margin-top:15px}.benefits h3{font-size:1.5rem}.services{grid-template-columns:1fr;gap:20px}.steps{grid-template-columns:1fr;gap:15px}.steps article{display:grid;grid-template-columns:35px 1fr;gap:0 15px}.steps article p{grid-column:2}.steps article .number{padding-top:5px}.editorial-image{height:400px}.portal{padding:26px}.image-grid{gap:15px;grid-template-columns:1fr}.image-grid img{height:330px}form{grid-template-columns:1fr}form .wide{grid-column:auto}.desktop{display:none}footer{padding:45px 25px;display:block}footer p{margin:30px 0}.footer-links{margin-top:25px}footer>small{display:block;margin-top:30px}.preview{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.slide{transition:none}}

.slide{opacity:1;visibility:hidden;transform:translateX(100%);transition:none}.slide.active{visibility:visible;transform:translateX(0)}.slide.entering{visibility:visible;z-index:2;animation:hero-in 1.4s cubic-bezier(.22,.61,.36,1) both}.slide.leaving{visibility:visible;z-index:1;animation:hero-out 1.4s cubic-bezier(.22,.61,.36,1) both}.slides.reverse .entering{animation-name:hero-in-reverse}.slides.reverse .leaving{animation-name:hero-out-reverse}.hero-shade{z-index:3;pointer-events:none}.hero-copy{z-index:4}.hero h1{font-size:clamp(3rem,5.4vw,6rem)}.header-cta,.header-cta:hover{background-image:linear-gradient(rgba(64,43,33,.76),rgba(64,43,33,.76)),url("assets/auren-05-dubai-skyline-v1.webp");background-size:cover;background-position:center 65%;color:#faf7f1;border-color:#80604b}.header-cta:hover{background-position:center 70%}@keyframes hero-in{from{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes hero-out{from{transform:translateX(0)}to{transform:translateX(-22%)}}@keyframes hero-in-reverse{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes hero-out-reverse{from{transform:translateX(0)}to{transform:translateX(22%)}}@media(max-width:700px){.hero h1{font-size:clamp(2.35rem,9.3vw,3.5rem)}.hero .eyebrow{max-width:260px;line-height:1.7}.hero-bottom p{max-width:340px}.hero{min-height:730px}}@media(prefers-reduced-motion:reduce){.slide.entering,.slide.leaving{animation:none}}

/* Shared photographic surface for navigation and hero. */
body{display:grid;grid-template-columns:minmax(0,1fr)}
.preview{grid-area:1 / 1}
body>header{grid-area:2 / 1;align-self:start;position:relative;z-index:5;color:var(--cream);background:transparent;border-bottom:1px solid rgba(250,247,241,.22);margin:0 4.2%;padding:26px 0}
body>main{grid-area:2 / 1;min-width:0}
body>footer{grid-area:3 / 1}
.hero{margin:0;height:calc(100svh - 32px);min-height:750px;max-height:1050px}
.hero-shade{background:linear-gradient(180deg,rgba(52,32,21,.78) 0%,rgba(52,32,21,.28) 22%,rgba(52,32,21,.14) 40%,rgba(52,32,21,.72) 100%)}
.header-cta,.header-cta:hover{background-image:none;background-color:rgba(64,43,33,.2);border-color:rgba(250,247,241,.65);color:var(--cream)}
.header-cta:hover{background-color:rgba(64,43,33,.7)}
header a:focus-visible,header button:focus-visible{outline-color:var(--cream)}
@media(max-width:700px){
 body>header{margin:0 24px;padding:22px 0}
 .hero{height:calc(100svh - 29px);min-height:820px}
 .menu-toggle{color:var(--cream);border-color:rgba(250,247,241,.65);background:rgba(64,43,33,.3)}
 header nav{top:100%;left:-24px;right:-24px;background:var(--ink);color:var(--cream)}
}

/* Cinematic framing: slow drift with a soft dissolve. */
.slide{transform:scale(1.045);opacity:0;visibility:hidden;animation:none}
.slide.active{visibility:visible;opacity:1;transform:scale(1.045);animation:cinematic-drift 13s linear both}
.slide.active:nth-child(even){animation-name:cinematic-drift-reverse}
.slide.entering,.slides.reverse .entering{visibility:visible;z-index:2;animation:cinematic-drift 13s linear both,cinematic-reveal 2.2s ease both}
.slide.entering:nth-child(even),.slides.reverse .entering:nth-child(even){animation-name:cinematic-drift-reverse,cinematic-reveal}
.slide.leaving,.slides.reverse .leaving{visibility:visible;z-index:1;opacity:1;transform:scale(1.1) translateX(-.7%);animation:cinematic-exit 2.2s ease both}
.slide.leaving:nth-child(even){transform:scale(1.045) translateX(.7%)}
.slides.motion-paused .slide{animation-play-state:paused}
.slides.motion-paused .entering,.slides.motion-paused .leaving{animation-play-state:running}
.hero-bottom p{margin-bottom:0;max-width:680px;line-height:1.7}
@keyframes cinematic-drift{from{transform:scale(1.045) translateX(.7%)}to{transform:scale(1.1) translateX(-.7%)}}
@keyframes cinematic-drift-reverse{from{transform:scale(1.1) translateX(-.7%)}to{transform:scale(1.045) translateX(.7%)}}
@keyframes cinematic-reveal{from{opacity:0}to{opacity:1}}
@keyframes cinematic-exit{from{opacity:1}to{opacity:0}}
@media(prefers-reduced-motion:reduce){.slide,.slide.active,.slide.entering,.slide.leaving,.slides.reverse .entering,.slides.reverse .leaving{animation:none;transform:none}.slide.leaving{visibility:hidden}}

/* Credibility bar */
.trust{background:var(--ivory);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:38px 4.2%;gap:28px}
.trust-item{display:flex;align-items:center;justify-content:center;gap:20px}
.trust-item+.trust-item{border-left:1px solid var(--line);padding-left:28px}
.trust-item img{flex:0 0 44px;object-fit:contain}
.trust-item h2{font:500 15px/1.5 Manrope,Arial,sans-serif;letter-spacing:0;margin:0 0 5px;color:var(--ink)}
.trust-item p{font-size:13px;line-height:1.5;margin:0}
@media(max-width:900px) and (min-width:701px){.trust{gap:16px;padding:30px 24px}.trust-item{flex-direction:column;text-align:center;gap:12px}.trust-item+.trust-item{padding-left:16px}}
@media(max-width:700px){.trust{grid-template-columns:1fr;padding:16px 25px;gap:0;text-align:left}.trust-item{justify-content:flex-start;gap:20px;padding:23px 0;max-width:360px;width:100%;margin:auto}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--line);padding-left:0}.trust-item h2{font-size:14px}}

/* Reference-led badge strip; credentials remain explicitly unverified. */
.credibility-strip{position:relative;background:linear-gradient(rgba(57,38,27,.83),rgba(57,38,27,.83)),url('assets/auren-01-living-room-v1.webp') center 67% / cover;color:#faf7f1;padding:18px 4.2% 30px}
.credentials-note{text-align:center;font-size:10px;letter-spacing:.15em;color:#e0ceba;margin:0 0 18px}
.credential-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:30px;max-width:1360px;margin:auto}
.credential{text-align:center;min-width:0}.credential h2{font:600 18px/1.3 Manrope,Arial,sans-serif;letter-spacing:0;margin:6px 0}.credential p{font-size:11px;line-height:1.4;color:#e0ceba;margin:8px 0 0}
.platform{font:600 24px/1.3 Manrope,Arial,sans-serif;white-space:nowrap}.platform.airbnb{color:#ff9297;font-size:22px}.medal{font-size:25px;color:#e4c381;margin-left:5px}.badge-stars{color:#d3b374;font-size:14px;letter-spacing:3px}
.rating-emblem{display:flex;align-items:center;justify-content:center;gap:12px;font-size:40px;line-height:1}.rating-emblem>span:first-child,.laurel-right{font:36px Georgia,serif;color:#d8c8b2}.laurel-right{transform:scaleX(-1)}.rating-placeholder{font:600 34px Manrope,Arial,sans-serif}.rating-emblem+h2{text-transform:uppercase;letter-spacing:.09em;font-size:14px}
.seal{border:1px solid #d8c8b273;border-radius:50%;width:124px;height:124px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.seal h2{font:17px/1.05 Georgia,serif;text-transform:uppercase;letter-spacing:.15em;margin:5px 0}.seal .badge-stars{font-size:11px;letter-spacing:2px}.seal-detail{font-size:7px;letter-spacing:.08em;margin-top:5px}
.booking{font-size:23px}.booking>span:first-child{color:#9dcced}.partner-mark{display:inline-flex;align-items:center;justify-content:center;background:#d8ad49;color:#fff;width:29px;height:29px;border-radius:6px;font-size:22px;margin-left:8px;vertical-align:middle}.credential .partner-title{font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-top:10px}
@media(max-width:1000px){.credential-grid{gap:18px}.platform.booking{font-size:18px}.partner-mark{width:23px;height:23px;margin-left:5px}.credential h2{font-size:16px}.credential .partner-title{font-size:9px}}
@media(max-width:700px){.credibility-strip{padding:20px 24px 30px}.credential-grid{grid-template-columns:1fr 1fr;gap:30px 16px}.credentials-note{font-size:9px;line-height:1.7;margin-bottom:24px}.platform.booking{font-size:18px}.credential p{font-size:10px}.seal{width:112px;height:112px}}
.credibility-strip{padding-top:30px}.credential .rating-placeholder{font-size:42px;line-height:1.1}

/* Supplied badges sit within the hero, sharing its live photographic background. */
.hero{min-height:820px}.hero-copy{bottom:32px}.hero-credentials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:50px;max-width:1000px;margin:40px auto 0;padding-top:22px;border-top:1px solid rgba(250,247,241,.23)}
.hero-credentials img{display:block;object-fit:contain;width:100%;height:110px;margin:auto;max-width:240px}.hero-credentials .guest-badge{max-width:230px}.hero-credentials .booking-badge{max-width:290px}
@media(max-width:700px){.hero{min-height:870px}.hero-copy{bottom:25px}.hero-credentials{gap:15px;margin-top:32px;padding-top:18px}.hero-credentials img{height:66px;max-width:100%}.hero-credentials .guest-badge,.hero-credentials .booking-badge{max-width:100%}.hero-bottom p{font-size:14px}}

.hero-credentials{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1160px;gap:35px}.hero-credentials img{height:116px;max-width:230px}.hero-credentials .satisfaction-badge{max-width:158px}.hero-credentials .superhost-badge{max-width:210px}@media(max-width:700px){.hero{min-height:970px}.hero-credentials{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin-top:25px}.hero-credentials img{height:82px;max-width:150px}.hero-credentials .satisfaction-badge{max-width:105px}.hero-credentials .superhost-badge{max-width:145px}.hero-credentials .booking-badge,.hero-credentials .guest-badge{max-width:150px}}

/* ===== sections.css ===== */
/* The next chapters: warm editorial layouts and restrained cinematic motion. */
main>.section{max-width:1440px}.section{padding-top:110px;padding-bottom:110px}.eyebrow{color:#8b6b4c}.intro{padding-top:120px}.intro-visual{grid-column:1/-1;margin:10px 0 0;height:520px;position:relative;overflow:hidden}.intro-visual img{width:100%;height:100%;object-fit:cover;object-position:50% 65%;transition:transform 1.8s ease}.intro-visual:hover img{transform:scale(1.035)}.intro-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 45%,#382518a8)}.intro-visual figcaption{position:absolute;bottom:38px;left:40px;z-index:1;color:#fff7e9;font:46px/1.06 'Instrument Serif',Georgia,serif}.intro .benefits{margin-top:0}.benefits .number{color:#a78661;font-size:14px}.benefits h3{font-size:1.8rem}.benefits p{font-size:15px}.performance-section{background:#eee5d8;border-block:1px solid #ddcfbd}.performance-inner{display:grid;grid-template-columns:1fr 1fr;gap:120px;align-items:center}.performance-inner>div>p:not(.eyebrow){max-width:440px}.rating-panel{border-left:1px solid #cfc0ac;padding-left:80px}.rating-score{font:clamp(80px,9vw,130px)/1 'Instrument Serif',Georgia,serif;display:block;letter-spacing:-.05em}.rating-score>span{font:20px Manrope,Arial,sans-serif;letter-spacing:0;color:#796457;margin-left:18px}.rating-label{font-size:20px;color:#402b21;margin:15px 0 8px}.rating-panel>img{display:none}.rating-panel>.text-link{margin-top:14px}.dark{background:#402b21}.dark .eyebrow{color:#c5a781}.dark h2{max-width:950px}.service-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:75px;margin-top:65px;align-items:start}.service-photo{margin:0;position:sticky;top:35px;overflow:hidden}.service-photo img{width:100%;height:700px;object-fit:cover;display:block}.service-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:50px 35px 30px;background:linear-gradient(transparent,#352216db);font:30px/1.2 'Instrument Serif',Georgia,serif;color:#fff4e5}.service-layout .services{display:block;margin:0}.services article{padding:24px 0 26px;position:relative}.services article:first-child{padding-top:18px}.services .number{margin-bottom:12px;font-size:11px;letter-spacing:.13em}.services h3{font-size:2.1rem}.services p{margin:0;max-width:450px}.steps{gap:30px}.steps .number{font:54px 'Instrument Serif',Georgia,serif;color:#a58a68;margin-bottom:25px}.steps h3{font-size:1.8rem}.steps p{font-size:15px}#owners{background:#eee5d8;max-width:none;padding-inline:max(60px,calc((100vw - 1240px)/2));gap:70px}.portal{padding:35px;background:#faf7f1;box-shadow:0 24px 65px #68492f15;border:1px solid #dfd4c5}.portal-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dfd4c5;padding-bottom:26px}.portal-heading>span{font:24px Georgia,serif;letter-spacing:.16em}.portal-heading small{font-size:9px;letter-spacing:.14em;color:#796457}.owner-features{display:flex;gap:6px;flex-wrap:wrap;margin-top:28px}.owner-features button{border:0;border-bottom:1px solid transparent;background:none;color:#796457;padding:10px 8px;font-size:12px}.owner-features button[aria-selected=true]{border-bottom-color:#604333;color:#402b21;background:#eee5d8}#owner-panel{padding:25px 5px 15px;min-height:280px}#owner-panel h3{font-size:2.3rem;margin:12px 0 18px}#owner-panel p{font-size:15px}.panel-number{color:#a58a68;font:45px 'Instrument Serif',Georgia,serif}.portal .portal-note{border-top:1px solid #dfd4c5;padding-top:16px;font-size:11px;margin-bottom:0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:35px}.section-heading>p{max-width:340px;margin-bottom:35px}.homes-gallery{display:grid;grid-template-columns:1.05fr 1fr;gap:40px;margin-top:30px}.homes-gallery figure{margin:0;overflow:hidden}.homes-gallery img{width:100%;object-fit:cover;display:block;transition:transform 1.5s ease}.homes-gallery figure:hover img{transform:scale(1.025)}.home-main img{height:630px}.home-secondary{padding-top:105px}.home-secondary img{height:450px}.homes-gallery figcaption{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:22px 0;background:#faf7f1;position:relative}.homes-gallery figcaption>span{font:26px 'Instrument Serif',Georgia,serif}.homes-gallery figcaption small{font-size:10px;letter-spacing:.1em;color:#796457}.gallery-note{grid-column:1/-1;font-size:12px;border-top:1px solid #d9d0c3;padding-top:20px;margin:0}.owner-stories{background:#eae0d2;text-align:center;position:relative}.owner-stories h2{max-width:1000px;margin-inline:auto}.owner-stories p:not(.eyebrow){max-width:600px;margin-inline:auto}.owner-stories .story-note{font-size:12px;color:#806b57;margin-top:25px}.owner-stories .text-link{margin-top:14px}#areas{gap:80px}#areas .areas{display:block;margin-top:32px}.areas a{display:flex;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid #d9d0c3}.areas a small{font-size:11px;color:#967b5e}.areas a span:nth-child(2){flex:1;font:23px 'Instrument Serif',Georgia,serif}.areas a span:last-child{transition:transform .25s}.areas a:hover span:last-child{transform:translate(3px,-3px)}#areas .editorial-image{height:760px;object-position:50% 50%}.area-note{font-size:13px}#questions{border-top:1px solid #d9d0c3}#questions>div:first-child{position:sticky;top:40px;align-self:start}details{padding:25px 0}summary{font-size:16px;line-height:1.6}details[open]{padding-bottom:28px}details[open] summary{color:#8a623f}.assessment{background:linear-gradient(#3d291fde,#3d291fee),url('assets/auren-04-bedroom-v1.webp') center/cover;color:#faf7f1}.assessment .eyebrow{color:#d4b38a}.assessment p{color:#e0d3c1}.assessment .draft{background:transparent;padding:0;border:0;font-size:12px;max-width:340px}.assessment form{background:#faf7f1;color:#402b21;padding:42px;gap:28px;box-shadow:0 15px 60px #2e1d161a}.assessment form .button{margin-top:15px}.assessment #form-status{color:#604333;font-size:14px}.assessment .split{grid-template-columns:.9fr 1.1fr;gap:70px}footer{position:relative;overflow:hidden;padding-top:65px}footer .footer-wordmark{width:100%;font:clamp(90px,18vw,280px)/.85 'Instrument Serif',Georgia,serif;letter-spacing:.08em;color:#ccb08d;margin-bottom:50px}footer>.brand{display:none}.footer-links a:hover{text-decoration:underline}.reveal{opacity:1;transform:none}.reveal.reveal-ready{opacity:0;transform:translateY(25px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.65,.3,1)}.reveal.reveal-ready.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.performance-inner{gap:45px}.rating-panel{padding-left:40px}.service-layout{gap:35px}.service-photo img{height:680px}.section-heading{display:block}#owners{padding-inline:35px;gap:35px}.assessment .split{gap:30px}.assessment form{padding:28px}.home-main img{height:520px}.home-secondary img{height:365px}.homes-gallery figcaption{display:block}.homes-gallery figcaption small{display:block;margin-top:8px}}
@media(max-width:700px){.section,.intro{padding-top:75px;padding-bottom:75px}.intro-visual{height:380px}.intro-visual figcaption{font-size:35px;bottom:25px;left:25px}.benefits h3{font-size:1.6rem}.performance-inner{grid-template-columns:1fr;gap:40px}.rating-panel{border-left:0;border-top:1px solid #cfc0ac;padding:35px 0 0}.rating-score{font-size:100px}.service-layout{display:block;margin-top:35px}.service-photo{position:relative;top:auto;margin-bottom:30px}.service-photo img{height:380px}.services h3{font-size:1.85rem}.steps .number{font-size:32px}#owners{padding:65px 25px;gap:35px}.portal{padding:24px}.portal-heading{display:block}.portal-heading small{display:block;margin-top:12px}.owner-features{gap:0;justify-content:space-between}.owner-features button{font-size:11px;padding:9px 5px}.section-heading>p{margin-bottom:15px}.homes-gallery{grid-template-columns:1fr;gap:25px}.home-main img{height:420px}.home-secondary{padding-top:0}.home-secondary img{height:320px}.homes-gallery figcaption{padding-top:17px}.gallery-note{grid-column:1}.owner-stories h2{font-size:2.7rem}#areas{gap:35px}#areas .editorial-image{height:420px}#questions>div:first-child{position:static}.assessment .split{grid-template-columns:1fr}.assessment form{padding:25px}.assessment h2 br:nth-child(2){display:none}footer .footer-wordmark{margin-bottom:35px;font-size:22vw}footer .footer-links{gap:15px}}
@media(prefers-reduced-motion:reduce){.reveal.reveal-ready{opacity:1;transform:none;transition:none}.intro-visual img,.homes-gallery img,.areas a span:last-child{transition:none;transform:none!important}}

/* Why short-term rental: five liquid-glass benefit tiles. */
#management{max-width:1440px;gap:35px 60px}#management .intro-right{padding-top:25px}
.str-glass-scene{grid-column:1/-1;position:relative;isolation:isolate;margin-top:22px;padding:34px;border-radius:30px;overflow:hidden;background:#9b8069 url('assets/auren-02-living-room-v1.webp') center 65%/cover;box-shadow:0 22px 70px #60433312}
.str-glass-scene:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,#edddc977,#52331d38);z-index:-1}
.str-glass-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}
.str-glass-tile{grid-column:span 2;position:relative;overflow:hidden;padding:30px 28px 34px;border-radius:24px;border:1px solid #ffffffa8;background:linear-gradient(140deg,#fffaf1ed,#f6eee2d9);box-shadow:inset 0 1px 0 #ffffffed,inset 1px 0 0 #ffffff87,0 10px 26px #3b25191a;backdrop-filter:blur(20px) saturate(125%);-webkit-backdrop-filter:blur(20px) saturate(125%);transition:transform .45s ease,box-shadow .45s ease,background .45s ease;min-height:340px}
.str-glass-tile:nth-child(4),.str-glass-tile:nth-child(5){grid-column:span 3;min-height:290px}
.str-glass-tile:before{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(130deg,#ffffff65,transparent 36%,transparent 70%,#ffffff30);opacity:.65;transition:opacity .45s}
.str-glass-tile:after{content:'';position:absolute;top:-60%;left:-130%;width:65%;height:220%;transform:rotate(23deg);background:linear-gradient(90deg,transparent,#ffffff55,transparent);pointer-events:none;transition:left .85s ease}
.str-tile-number{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;margin-bottom:34px;border-radius:50%;border:1px solid #ffffffd9;background:#fffcf26b;box-shadow:inset 0 1px 4px #ffffffa8,0 3px 10px #634c3410;font-size:12px;letter-spacing:.08em;color:#745334}
.str-glass-tile h3{position:relative;font:400 clamp(25px,2.35vw,34px)/1.08 'Instrument Serif',Georgia,serif;color:#402b21;margin-bottom:20px;max-width:350px;letter-spacing:-.01em}
.str-glass-tile p{position:relative;font:400 15px/1.8 Manrope,Arial,sans-serif;color:#604a3c;margin:0;max-width:490px}
.glass-corner{position:absolute;right:24px;top:28px;width:22px;height:22px;border-top:1px solid #a187624d;border-right:1px solid #a187624d;border-top-right-radius:8px}
.str-revenue-note{grid-column:1/-1;font-size:12px;line-height:1.7;max-width:1000px;margin:0;color:#796457}
@media(hover:hover) and (prefers-reduced-motion:no-preference){.str-glass-tile:hover{transform:translateY(-5px);box-shadow:inset 0 1px 0 #fff,inset 1px 0 0 #ffffff87,0 18px 32px #3b251925}.str-glass-tile:hover:before{opacity:1}.str-glass-tile:hover:after{left:160%}}
@supports not (backdrop-filter:blur(10px)){.str-glass-tile{background:#f7efe4f2}}
@media(max-width:1000px){.str-glass-scene{padding:24px}.str-glass-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.str-glass-tile,.str-glass-tile:nth-child(4){grid-column:span 1;min-height:0;padding:26px}.str-glass-tile:nth-child(5){grid-column:1/-1;min-height:0}.str-glass-tile h3{font-size:30px}.str-tile-number{margin-bottom:24px}}
@media(max-width:700px){#management{gap:24px}#management .intro-right{padding-top:0}.str-glass-scene{padding:16px;margin-top:8px;border-radius:23px;background-position:40% center}.str-glass-grid{grid-template-columns:1fr;gap:16px}.str-glass-tile,.str-glass-tile:nth-child(4),.str-glass-tile:nth-child(5){grid-column:1;padding:25px;border-radius:18px}.str-glass-tile h3{font-size:29px}.str-glass-tile p{font-size:14px;line-height:1.8}.str-revenue-note{font-size:11px}.str-tile-number{margin-bottom:22px}}
@media(prefers-reduced-motion:reduce){.str-glass-tile,.str-glass-tile:before,.str-glass-tile:after{transition:none}.str-glass-tile:after{display:none}}

/* ===== brief-update.css ===== */
.center-heading{text-align:center}.center-heading>p:not(.eyebrow){max-width:740px;margin:22px auto;line-height:1.8}.fine-print{font-size:11px!important;line-height:1.7;color:#806a58}.choice-section{background:linear-gradient(100deg,#f8f3e9f5,#f8f3e9c9),url('assets/hero-1.webp') center/cover}.choice-section h2{max-width:950px}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:45px 0 24px}.choice-card{padding:30px;border:1px solid #fff;border-radius:24px;background:linear-gradient(125deg,#fffdf7d9,#fff9ee8c);backdrop-filter:blur(20px);box-shadow:inset 0 2px 2px #fff,0 15px 40px #6346310c;transition:transform .6s,box-shadow .6s}.choice-card:hover{transform:translateY(-6px);box-shadow:inset 0 2px 2px #fff,0 22px 40px #6346311a}.choice-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#e8d9c475;color:#98743d;font:30px Georgia;margin-bottom:20px}.choice-card h3{font-size:28px;margin:0 0 12px}.choice-card p{font-size:14px;line-height:1.8;margin:0}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px 52px;margin-top:50px}.process-card{display:grid;grid-template-columns:42% 58%;border:1px solid #e9dfd1;border-radius:22px;overflow:hidden;background:#fffcf7;box-shadow:0 12px 35px #402b2108}.process-card img{height:100%;min-height:235px;width:100%;object-fit:cover;transition:transform 1.5s}.process-card:hover img{transform:scale(1.035)}.process-card>div{padding:24px;position:relative}.process-number{font:italic 28px 'Instrument Serif',serif;color:#a37f47}.process-card h3{font-size:27px;line-height:1.1;margin:12px 0}.process-card p{font-size:13px;line-height:1.7;margin:0}.distribution{background:#493426;color:#fcf4e8;padding-bottom:55px;overflow:hidden;text-align:center}.distribution .section{padding-bottom:25px}.distribution h2,.distribution .eyebrow{color:#fcf4e8}.distribution p{color:#ded0bf}.channel-window{overflow:hidden;max-width:1500px;margin:auto;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.channel-track{display:flex;width:max-content;animation:channel-move 35s linear infinite}.channel-set{display:flex;gap:35px;padding:25px 17.5px}.channel-logo{width:138px;height:138px;border-radius:24px;background:#f7f5f0;display:grid;place-items:center}.channel-logo img{width:112px;height:112px;object-fit:contain;border-radius:18px;mix-blend-mode:multiply}.channel-note{font-size:12px}.motion-toggle{border:1px solid #b79e83;background:transparent;color:#fff3e5;padding:8px 18px;border-radius:30px;cursor:pointer}.channel-track.is-paused{animation-play-state:paused}@keyframes channel-move{to{transform:translateX(-50%)}}.portal-new{display:grid;grid-template-columns:38% 1fr;gap:9%;align-items:center}.phone-wrap{text-align:center;padding:35px 0;background:radial-gradient(ellipse,#dcc8a98c,transparent 68%)}.phone{max-width:310px;margin:auto;background:#fffdf7;border:8px solid #463228;border-radius:44px;padding:23px 15px 28px;box-shadow:14px 28px 60px #4a322229;transform:rotate(-3deg)}.phone-camera{height:19px;width:90px;background:#463228;border-radius:18px;margin:-12px auto 27px}.phone-brand{font:27px Georgia;letter-spacing:5px}.phone-brand small{display:block;font:8px Manrope;letter-spacing:2px;margin:8px}.phone-title{font-size:12px;margin:25px 0}.phone-calendar{text-align:left;background:#f4eee4;padding:15px;border-radius:18px}.phone-calendar>span{font-size:9px;color:#8d735b}.phone-calendar strong{display:block;font-size:16px;margin:10px 0}.calendar-week{border-top:1px solid #dccdb9;padding:13px 0}.calendar-week small{font-size:9px}.calendar-stay{background:#a98d69;color:white;padding:9px;border-radius:6px;font-size:10px;margin-top:9px}.calendar-week:nth-child(even) .calendar-stay{margin-left:35px;background:#657a70}.phone-nav{font-size:8px;margin-top:24px}.portal-feature-list{display:grid;gap:14px;margin-top:28px}.portal-feature-list article{display:flex;gap:16px;padding:22px;border:1px solid #e5d8c6;border-radius:18px;background:#fffcf7}.portal-feature-list article>span{color:#9b7549}.portal-feature-list h3{font:600 16px Manrope;margin:0 0 9px}.portal-feature-list p{font-size:13px;line-height:1.7;margin:0}.home-controls{display:flex;gap:10px}.home-controls button{width:48px;height:48px;border-radius:50%;background:transparent;border:1px solid #ac9278;color:#654832;font-size:21px;cursor:pointer}.curated-stage{position:relative;height:620px;overflow:hidden;border-radius:28px;background:#604c3d}.curated-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity 1.7s ease;pointer-events:none}.curated-slide.current{opacity:1}.curated-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 9s linear}.curated-slide.current img{transform:scale(1)}.curated-slide figcaption{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;gap:20px;padding:80px 36px 30px;background:linear-gradient(transparent,#38251cd9);color:#fff6e7}.curated-slide figcaption span{font:30px 'Instrument Serif',serif}.curated-slide figcaption small{font-size:12px}.faq-tabs{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.faq-tabs button{padding:12px 17px;border:1px solid #d6c5b1;border-radius:30px;background:transparent;color:#624936;font:12px Manrope;cursor:pointer}.faq-tabs button[aria-selected=true]{background:#624936;color:#fff6e7}.faq-group[hidden]{display:none}.google-reviews{border-top:1px solid #e4d9ca}.curated .section-heading{align-items:center}
@media(max-width:900px){.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid{gap:20px}.process-card{grid-template-columns:1fr}.process-card img{height:180px;min-height:0}.portal-new{gap:5%;grid-template-columns:40% 1fr}.curated-stage{height:480px}}
@media(max-width:600px){.choice-grid,.process-grid,.portal-new{grid-template-columns:1fr}.choice-card{padding:26px}.process-card{grid-template-columns:35% 65%}.process-card img{height:100%}.process-card>div{padding:20px}.process-card h3{font-size:25px}.portal-new{gap:35px}.phone{max-width:275px}.curated-stage{height:430px;border-radius:20px}.curated-slide figcaption{padding:65px 22px 22px}.curated-slide figcaption span{font-size:25px}.home-controls button{width:40px;height:40px}.curated .section-heading{align-items:flex-start}.channel-logo{width:105px;height:105px}.channel-logo img{width:85px;height:85px}}
@media(prefers-reduced-motion:reduce){.channel-track{animation:none}.channel-window{overflow:auto;mask-image:none}.channel-set[aria-hidden]{display:none}.curated-slide,.curated-slide img,.choice-card,.process-card img{transition:none;transform:none}.motion-toggle{display:none}}
.review-stage{position:relative;min-height:255px;max-width:820px;margin:30px auto}.review-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s}.review-slide.review-active{opacity:1;visibility:visible}.review-stars{color:#b28b46;letter-spacing:5px}.review-slide blockquote{font:36px/1.25 'Instrument Serif',serif;margin:25px 0}.review-check{font-size:11px;color:#78624c}.review-controls{justify-content:center;margin:20px 0 30px}.google-reviews>.fine-print{max-width:750px}.process-card img{opacity:1!important;clip-path:none!important}.review-controls button{cursor:pointer}@media(max-width:600px){.review-slide blockquote{font-size:30px}.review-stage{min-height:290px}}@media(prefers-reduced-motion:reduce){.review-slide{transition:none}}

/* ===== section-refinement.css ===== */
.choice-section .section{text-align:center;padding-top:110px;padding-bottom:95px}.choice-section .owner-title{font-size:clamp(46px,5.4vw,82px);max-width:none;line-height:1.05;margin:0 0 25px}.owner-title em{color:#9a7948}.choice-section .owner-subtitle{font-size:18px;line-height:1.7;margin:0 auto 50px;color:#80664e}.choice-grid{text-align:left;perspective:1200px;gap:24px}.choice-card{position:relative;overflow:hidden;padding:32px 32px 36px}.dimensional-icon{width:83px;height:90px;margin:0 0 22px;overflow:visible;transform:rotateY(-12deg) rotateX(8deg);transition:transform 1s cubic-bezier(.2,.7,.2,1)}.choice-card:hover .dimensional-icon{transform:rotateY(8deg) rotateX(-4deg) translateY(-4px)}.choice-card h3{font-size:30px}.choice-card:after{content:'';position:absolute;inset:-100%;background:linear-gradient(115deg,transparent 42%,#fff9e466 50%,transparent 58%);transform:translateX(-60%);pointer-events:none}.choice-card.is-visible:after{animation:glass-sweep 1.8s ease both;animation-delay:var(--card-delay,0ms)}.choice-card.reveal.reveal-ready{transform:translateY(65px) rotateX(9deg) scale(.96);transition:opacity 1.2s ease,transform 1.4s cubic-bezier(.16,1,.3,1);transition-delay:var(--card-delay,0ms)}.choice-card.reveal.reveal-ready.is-visible{transform:translateY(0) rotateX(0) scale(1)}@keyframes glass-sweep{to{transform:translateX(60%)}}
.services-cinematic{position:relative;isolation:isolate;overflow:hidden;background:#302319;color:#eee7dc;padding:85px 4.4% 100px}.services-cinematic:before{content:'';position:absolute;inset:-25px;z-index:-2;background:linear-gradient(95deg,#302319f5,#302319e8),url('assets/hero-1.webp') center 70%/cover;filter:blur(8px)}.services-cinematic:after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 90% 0,#b7966340,transparent 40%),linear-gradient(175deg,transparent 80%,#ac8a5e18)}.services-heading{display:grid;grid-template-columns:1.6fr 1fr auto;align-items:center;gap:45px;max-width:1600px;margin:auto;padding-bottom:48px;border-bottom:1px solid #be997333}.services-heading .eyebrow{font-size:11px;color:#cfad83;letter-spacing:.3em}.services-heading h2{font-size:clamp(46px,4.5vw,76px);line-height:1.03;color:#f4ecdf;margin:20px 0 0;letter-spacing:-.02em}.services-heading>p{font-size:15px;line-height:1.8;color:#d0c3b5;max-width:420px}.service-enquire{border:1px solid #b8936a80;border-radius:40px;padding:19px 24px;font-size:10px;letter-spacing:.15em;white-space:nowrap;color:#e2c199;display:flex;gap:25px}.service-enquire:hover{background:#d5b68117}.service-columns{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));max-width:1600px;margin:32px auto 0}.service-column{padding:18px 24px 0 25px;border-right:1px solid #be997333;display:flex;flex-direction:column;align-items:flex-start}.service-column:first-child{padding-left:0}.service-column:last-child{border-right:0;padding-right:0}.service-index{font-size:13px;color:#d6b58b}.service-column svg{width:46px;height:48px;margin:25px 0;color:#d6ac77}.service-category{font-size:9px;letter-spacing:.19em;color:#d0b28e;line-height:1.5}.service-category:before{content:'';display:block;width:25px;height:1px;background:#b6936655;margin-bottom:15px}.service-column h3{font:clamp(25px,2vw,34px)/1.06 'Instrument Serif',Georgia,serif;margin:22px 0;color:#f5ecdf;letter-spacing:-.015em}.service-column p{font-size:14px;line-height:1.85;color:#d1c5b8;margin:0 0 26px}.service-column>a{display:grid;place-items:center;width:42px;height:42px;border:1px solid #b9976f;border-radius:50%;font-size:21px;color:#dec19c;margin-top:auto;transition:background .3s,transform .3s}.service-column>a:hover{background:#c7a87a20;transform:translateY(-3px)}.service-column.reveal{transition-delay:var(--service-delay,0ms)}
.channel-logo{background:transparent!important;box-shadow:none;border:0;border-radius:0;width:210px;height:145px}.channel-logo img{width:190px;height:130px;object-fit:contain;mix-blend-mode:normal;border-radius:0}.channel-set{gap:55px;padding:25px 27.5px}.channel-track{animation-duration:95s}.channel-window:hover .channel-track{animation-play-state:paused}.distribution .section{padding-top:90px}
@media(max-width:1200px){.services-heading{grid-template-columns:1.5fr 1fr}.service-enquire{grid-column:2;justify-self:start}.services-heading>div{grid-row:span 2}.service-columns{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:40px}.service-column:nth-child(3){border-right:0}.service-column:nth-child(4){padding-left:0}.service-column{padding-bottom:15px}.service-column h3{font-size:32px}}
@media(max-width:650px){.choice-section .section{padding:70px 24px}.choice-section .owner-title{font-size:47px}.choice-section .owner-subtitle{font-size:16px}.choice-card{padding:27px}.services-cinematic{padding:65px 24px}.services-heading{display:block;padding-bottom:32px}.services-heading h2{font-size:46px}.services-heading>p{margin:26px 0}.service-enquire{display:inline-flex;margin:0 0 10px}.service-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 0}.service-column,.service-column:nth-child(4){padding:12px 18px}.service-column:nth-child(odd){padding-left:0;border-right:1px solid #be997333}.service-column:nth-child(even){padding-right:0;border-right:0}.service-column h3{font-size:28px}.service-column p{font-size:13px;line-height:1.75}.service-category{font-size:8px;letter-spacing:.13em}.channel-logo{width:170px;height:120px}.channel-logo img{width:150px;height:110px}.channel-set{gap:35px;padding-inline:17.5px}}
@media(prefers-reduced-motion:reduce){.choice-card.reveal.reveal-ready,.choice-card.reveal.reveal-ready.is-visible,.dimensional-icon,.choice-card:hover .dimensional-icon{transform:none;transition:none;opacity:1}.choice-card:after{display:none}.channel-track{animation:none}}

/* ===== compact-sections.css ===== */
.rental-strip{position:relative;isolation:isolate;background:#30291f;color:#f7f1e7;padding:44px 4.4% 25px;overflow:hidden}.rental-strip:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#30291ffa 0%,#30291fea 60%,#30291f75 100%),url('assets/hero-3.webp') right 43%/cover}.rental-strip-inner{max-width:1500px;margin:auto}.rental-intro{display:grid;grid-template-columns:1.45fr 1fr .35fr;gap:55px;align-items:center;margin-bottom:40px}.rental-intro .eyebrow{color:#c8ad80;font-size:10px;letter-spacing:.22em;margin:0 0 10px}.rental-intro h2{font:clamp(30px,2.6vw,43px)/1.05 'Instrument Serif',Georgia,serif;letter-spacing:-.015em;color:#faf4e9;margin:0}.rental-intro>p:not(.rental-signature){font-size:13px;line-height:1.8;color:#e0d7cb;max-width:450px}.rental-intro .rental-signature{font:italic 24px/1.2 'Instrument Serif',Georgia,serif;color:#cfb68d;text-align:center;transform:rotate(-9deg);margin:0}.rental-points{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.rental-points article{padding:0 28px;border-right:1px solid #bca17d40}.rental-points article:first-child{padding-left:0}.rental-points article:last-child{border:0;padding-right:0}.rental-points svg{width:32px;height:32px;color:#c5a674;margin-bottom:12px}.rental-points h3{font:21px/1.15 'Instrument Serif',Georgia,serif;color:#f9f0e4;margin:0 0 9px}.rental-points p{font-size:12px;line-height:1.6;color:#d3c8b9;margin:0}.rental-bottom{display:flex;justify-content:space-between;align-items:end;margin-top:28px}.rental-bottom p{font-size:8px;letter-spacing:.2em;color:#cfb68d;margin:0}.rental-bottom>span{font:25px/1 Georgia,serif;letter-spacing:.2em;color:#e4d2b7}.rental-bottom small{display:block;font:6px Manrope,sans-serif;letter-spacing:.3em;text-align:center;margin-top:6px}.rental-note{font-size:9px;color:#c4b6a2;margin:12px 0 0;max-width:1000px}
.owner-accordion{gap:12px}.owner-accordion .owner-detail{padding:0;border:1px solid #decebb;border-radius:16px;background:linear-gradient(125deg,#fffdf7,#f5eee3);overflow:hidden}.owner-detail summary{display:flex;align-items:center;gap:17px;padding:22px;list-style:none;font:600 15px/1.45 Manrope,sans-serif;color:#503925;cursor:pointer}.owner-detail summary::-webkit-details-marker{display:none}.owner-detail summary:after{display:none}.owner-detail summary>svg{width:30px;height:30px;flex:none;color:#a27e4b}.owner-detail summary>span:first-of-type{flex:1}.owner-expand{width:22px;height:22px;position:relative;flex:none}.owner-expand:before,.owner-expand:after{content:'';position:absolute;top:10px;left:5px;width:12px;height:1px;background:#9b794e;transition:transform .3s}.owner-expand:after{transform:rotate(90deg)}.owner-detail[open] .owner-expand:after{transform:rotate(0)}.owner-accordion details[open]{padding-bottom:0;background:#fffaf1}.owner-detail-copy{padding:0 24px 24px 69px;animation:owner-copy-in .35s ease}.owner-detail-copy p{margin:0;font-size:14px;line-height:1.8;color:#78624e}.owner-detail summary:focus-visible{outline:2px solid #a17b43;outline-offset:-4px;border-radius:16px}@keyframes owner-copy-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.distribution{max-width:1080px;width:calc(100% - 48px);margin:32px auto;border-radius:22px;padding:26px 24px 20px}.distribution .section{padding:0;max-width:780px;margin:auto}.distribution .eyebrow{font-size:10px;margin:0 0 9px}.distribution h2{font-size:clamp(29px,3vw,41px);line-height:1.08;margin:0}.distribution h2 br{display:none}.distribution h2 em:before{content:' '}.distribution .center-heading>p:not(.eyebrow){font-size:13px;line-height:1.7;margin:12px auto 5px;max-width:740px}.distribution .channel-logo{height:95px;width:150px}.distribution .channel-logo img{height:90px;width:140px}.distribution .channel-set{gap:36px;padding:10px 18px}.distribution .channel-note{font-size:10px;margin:5px 0 12px}.distribution .motion-toggle{font-size:10px;padding:6px 14px}.service-column h3{margin-top:5px}.service-column svg{margin-bottom:20px}
@media(max-width:1000px){.rental-intro{grid-template-columns:1.4fr 1fr;gap:25px}.rental-signature{display:none}.rental-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 0}.rental-points article:nth-child(3){border:0}.rental-points article:nth-child(4){padding-left:0}.rental-points article{padding-right:22px;padding-left:22px}.rental-intro h2{font-size:35px}}
@media(max-width:600px){.rental-strip{padding:38px 24px 25px}.rental-intro{grid-template-columns:1fr;gap:14px;margin-bottom:27px}.rental-intro h2{font-size:35px}.rental-intro>p:not(.rental-signature){margin:0}.rental-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 0}.rental-points article,.rental-points article:nth-child(4){padding:0 0 0 18px;border:0}.rental-points article:nth-child(odd){padding:0 18px 0 0;border-right:1px solid #bca17d40}.rental-points article:last-child{grid-column:1/-1;border:0;padding:0;max-width:300px}.rental-bottom{gap:20px;align-items:center}.rental-bottom p{font-size:7px;line-height:1.8;max-width:190px}.rental-bottom>span{font-size:21px}.distribution{width:calc(100% - 32px);margin:20px auto;padding:24px 16px 18px}.distribution h2{font-size:31px}.owner-detail summary{padding:18px 15px;gap:12px;font-size:14px}.owner-detail-copy{padding:0 20px 22px 57px}}
@media(prefers-reduced-motion:reduce){.owner-detail-copy{animation:none}.owner-expand:after{transition:none}}

/* ===== homepage-polish.css ===== */
html{scroll-padding-top:24px}body{background:#f8f4ed}.section{padding-top:85px;padding-bottom:85px}.hero{position:relative}.hero:after{content:'';position:absolute;inset:auto 0 0;height:100px;background:linear-gradient(transparent,#30291f);pointer-events:none}.rental-strip{padding-top:45px;padding-bottom:75px;background:#30291f}.rental-strip:before{background:linear-gradient(180deg,#30291f,transparent 35%,#30291f 100%),linear-gradient(90deg,#30291ffa,#30291fd9 62%,#30291f88),url('assets/hero-3.webp') right center/cover}.rental-intro{grid-template-columns:1.4fr 1fr;gap:80px}.rental-strip:after{content:'';position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(transparent,#48382a);pointer-events:none}.choice-section{background:linear-gradient(180deg,#48382a 0,#c7b6a0 80px,#f5efe6 200px,#f8f4ed 85%,#594531 100%)}.choice-section .section{padding-top:115px;padding-bottom:115px}.choice-grid{margin-bottom:0}.services-cinematic{background:#302319;padding-top:75px;padding-bottom:100px}.services-cinematic:before{background:linear-gradient(180deg,#594531 0,#302319ee 110px,#302319ee 80%,#594531),url('assets/hero-1.webp') center/cover}.services-cinematic:after{background:radial-gradient(ellipse at 90% 0,#b7966322,transparent 50%)}.process-new{position:relative;max-width:none!important;background:linear-gradient(180deg,#594531,#e7ddce 75px,#f8f4ed 160px);padding:120px 4.4% 75px}.process-new>.center-heading,.process-grid{max-width:1440px;margin-left:auto;margin-right:auto}.process-card img{aspect-ratio:4/5;min-height:260px;object-fit:cover}.process-card{box-shadow:0 12px 30px #63452b09}.distribution{width:100%;max-width:none;margin:0;border-radius:0;padding:55px 4.4% 45px;background:linear-gradient(180deg,#f8f4ed,#e9dfd1 55px,#e9dfd1 85%,#f8f4ed);color:#503925}.distribution .section{max-width:900px}.distribution h2{color:#503925}.distribution .eyebrow{color:#96754b}.distribution p{color:#79634e}.distribution .channel-window{max-width:1440px}.distribution .channel-logo img{filter:drop-shadow(0 1px 1px #4a312780)}.distribution .channel-window{background:linear-gradient(90deg,#493426ee,#493426,#493426ee);border-radius:16px;margin-top:20px}.distribution .channel-note{margin-top:13px}.owner-phone-image{margin:0;text-align:center}.owner-phone-image img{width:min(100%,340px);height:auto;display:block;margin:auto;border-radius:48px;box-shadow:15px 25px 50px #4a35251a}.portal-new{background:radial-gradient(ellipse at 20% 50%,#e4d5be66,transparent 55%);gap:8%;grid-template-columns:36% 1fr}.portal-new h2{font-size:clamp(40px,4.1vw,64px)}.owner-accordion{gap:10px}.owner-detail summary{padding:18px 22px}.curated{padding-top:60px}.curated-stage{height:570px}.google-reviews{border-top:0;background:linear-gradient(180deg,#f8f4ed,#ece2d4 45%,#f8f4ed);max-width:none!important}.google-reviews h2{margin-top:0}.faq-layout{border-top:0!important}.assessment{background:linear-gradient(180deg,#f8f4ed 0,#594531e8 95px,#3d291ff0 260px),url('assets/hero-1.webp') center/cover}.assessment .section{padding-top:160px}.reveal.reveal-ready{transition:opacity 1s ease,transform 1.15s cubic-bezier(.16,1,.3,1)}
@media(max-width:1000px){.rental-intro{gap:35px}.process-card img{aspect-ratio:16/10;height:220px;min-height:0}.owner-phone-image img{max-width:280px}.portal-new{gap:5%}.curated-stage{height:470px}}
@media(max-width:600px){.section{padding-top:65px;padding-bottom:65px}.rental-intro{grid-template-columns:1fr;gap:15px}.rental-strip{padding-bottom:55px}.choice-section .section{padding-top:100px;padding-bottom:100px}.process-new{padding:100px 24px 55px}.process-card{grid-template-columns:1fr}.process-card img{height:210px;aspect-ratio:16/10}.distribution{width:100%;margin:0;padding:45px 24px 35px;border-radius:0}.distribution .channel-window{border-radius:12px}.portal-new{grid-template-columns:1fr;gap:40px}.owner-phone-image img{max-width:250px}.portal-new h2{font-size:43px}.curated-stage{height:400px}.owner-detail summary{padding:18px 15px}.assessment .section{padding-top:130px}.hero:after{height:70px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal.reveal-ready{transition:none;transform:none;opacity:1}}
.contact-links{display:flex;flex-wrap:wrap;gap:16px 28px;width:100%;font-size:14px}.contact-links a:hover{text-decoration:underline}.form-delivery-note{font-size:12px;line-height:1.6;color:#79634e!important;margin:0}.whatsapp-widget{position:fixed;bottom:24px;right:24px;z-index:90;display:flex;align-items:center;gap:9px;padding:12px 18px 12px 12px;background:#25724f;color:#fff;border:1px solid #ffffff70;border-radius:40px;box-shadow:0 8px 28px #30231933;font:500 13px Manrope,sans-serif;transition:transform .3s,box-shadow .3s}.whatsapp-widget svg{height:31px;width:31px}.whatsapp-widget:hover{transform:translateY(-3px);box-shadow:0 12px 32px #30231940}.whatsapp-widget:focus-visible{outline:3px solid #c6a879;outline-offset:4px}@media(max-width:600px){.whatsapp-widget{bottom:18px;right:18px;padding:11px}.whatsapp-widget span{display:none}.contact-links{flex-direction:column;gap:14px}}@media(prefers-reduced-motion:reduce){.whatsapp-widget{transition:none}}

/* ===== coherent-design.css ===== */
/* Final shared palette, section rhythm and reference-based process layout. */
:root{--cream:#faf7f1;--ivory:#f0e9de;--ink:#402b21;--muted:#796457;--brass:#a58250;--line:#ded2c2}body{background:var(--cream);color:var(--ink)}main>.section{max-width:1280px}.section{padding:85px 48px}h2{font-size:clamp(38px,4.2vw,64px)}.hero:after,.rental-strip:before,.rental-strip:after,.services-cinematic:before,.services-cinematic:after{display:none}.rental-strip{background:var(--ink);padding:55px 4.4% 58px}.rental-strip-inner{max-width:1280px}.rental-intro{gap:65px}.rental-intro h2{font-size:clamp(32px,3vw,45px)}.choice-section{background:var(--cream)}.choice-section .section{max-width:1280px;padding:85px 48px}.choice-section .owner-title{font-size:clamp(42px,4.8vw,70px)}.choice-card{background:#f4eee4;border-color:#e5d8c7;backdrop-filter:none;box-shadow:inset 0 1px #fff,0 7px 20px #402b2105;border-radius:18px}.choice-card h3{font-size:28px}.choice-card:after{display:none}.services-cinematic{background:var(--ink);padding:70px 4.4%}.services-heading,.service-columns{max-width:1280px}.services-heading h2{font-size:clamp(40px,4vw,61px)}.service-column h3{font-size:29px}.service-column p{font-size:13px}.services-heading{gap:35px}.distribution{background:var(--ivory);padding:55px 4.4% 40px;width:100%;max-width:none;margin:0;border-radius:0}.distribution .channel-window{background:var(--ink);max-width:1184px;border-radius:12px}.distribution .channel-logo img{filter:none}.portal-new{background:var(--cream)}.owner-phone-image img{border-radius:0;box-shadow:none;filter:drop-shadow(8px 18px 18px #402b211c);max-width:310px}.owner-accordion .owner-detail{background:#f4eee4;border-color:var(--line)}.curated{background:var(--cream)}.google-reviews{background:var(--ivory)}.faq-layout{background:var(--cream)}.assessment{background:var(--ink)}.assessment .section{max-width:1280px;padding:85px 48px}.assessment form{border-radius:18px;background:var(--cream)}
.process-new{background:var(--cream);max-width:1180px!important;padding:65px 40px 75px;margin:auto}.process-new>.center-heading{max-width:900px;margin:auto}.process-new .eyebrow{font-size:10px;letter-spacing:.23em;margin:0 0 12px;display:flex;justify-content:center;align-items:center;gap:15px}.process-new .eyebrow:before,.process-new .eyebrow:after{content:'';width:42px;height:1px;background:#bba17e}.process-new h2{font-size:clamp(35px,3.3vw,49px);margin:0 0 12px}.process-new .center-heading>p:not(.eyebrow){font-size:14px;line-height:1.6;margin:0 auto}.reference-process{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 106px;margin-top:38px}.reference-process .process-card{position:relative;display:grid;grid-template-columns:46% 54%;border:0;border-radius:14px;background:#fffdfa;box-shadow:none;overflow:visible;align-items:stretch}.reference-process .process-card>img{width:100%;height:100%;min-height:175px;aspect-ratio:auto;object-fit:cover;border-radius:14px 0 0 14px}.reference-process .process-card>div{padding:38px 18px 18px 22px;position:relative}.reference-process .process-number{position:absolute;top:-11px;left:-18px;width:49px;height:49px;display:grid;place-items:center;border-radius:50%;background:#eee3d2;color:#946d3e;font:italic 26px 'Instrument Serif',Georgia,serif;z-index:1;border:3px solid var(--cream)}.reference-process .process-card h3{font-size:24px;line-height:1.06;margin:0 0 10px}.reference-process .process-card p{font-size:12px;line-height:1.55;margin:0}.reference-process .process-card:hover img{transform:none}.process-connector{position:absolute;width:94px;right:-100px;top:25px;color:#a28054;pointer-events:none}.process-connector em{display:block;text-align:center;font:italic 14px/1.2 'Instrument Serif',Georgia,serif;padding:0 8px}.process-connector svg{width:94px;height:70px}.reference-process .process-card:nth-child(3) .process-connector svg{transform:scaleY(-1)}
.site-footer{display:block;padding:60px 48px 24px;background:var(--ivory);color:var(--ink);overflow:visible}.footer-inner{max-width:1184px;margin:auto;display:grid;grid-template-columns:1.25fr .8fr 1fr;gap:70px}.site-footer .brand{display:inline-block;font-size:36px}.site-footer p{margin:24px 0;color:var(--muted);font-size:14px;line-height:1.7}.site-footer h3{font:600 13px Manrope,sans-serif;margin:0 0 23px}.footer-navigation,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:14px}.footer-navigation h3,.footer-contact h3{margin-bottom:10px}.footer-contact address{font-style:normal;line-height:1.9;margin-bottom:6px;color:var(--muted)}.instagram-button{display:inline-flex;align-items:center;gap:12px;border:1px solid #bea88b;border-radius:30px;padding:10px 16px;font-size:12px}.instagram-button svg{width:19px;height:19px}.instagram-button:hover{background:#e2d5c2}.footer-bottom{max-width:1184px;margin:42px auto 0;padding-top:22px;border-top:1px solid #d6c7b3;display:flex;justify-content:space-between;gap:24px;font-size:11px;color:var(--muted)}.footer-bottom small{font-size:11px}.site-footer a:hover{text-decoration:underline}.site-footer .instagram-button:hover{text-decoration:none}
@media(max-width:1000px){.reference-process{gap:22px 68px}.process-connector{width:60px;right:-64px}.process-connector svg{width:60px}.process-connector em{font-size:12px;padding:0}.reference-process .process-card h3{font-size:22px}.reference-process .process-card>div{padding:38px 12px 18px 15px}.reference-process .process-card>img{min-height:200px}.process-new{padding-inline:30px}.footer-inner{gap:35px}.service-column h3{font-size:29px}}
@media(max-width:760px){.reference-process{grid-template-columns:1fr;gap:22px;max-width:520px}.process-connector{display:none}.reference-process .process-card>img{min-height:160px}.reference-process .process-card>div{padding:35px 22px 22px}.reference-process .process-card h3{font-size:26px}.reference-process .process-card p{font-size:13px}.footer-inner{grid-template-columns:1fr 1fr;gap:40px}.footer-brand-block{grid-column:1/-1}.site-footer{padding:45px 25px 24px}.footer-bottom{flex-direction:column;gap:12px}.section,.choice-section .section,.assessment .section{padding:65px 25px}.rental-intro{gap:25px}.owner-phone-image img{max-width:270px}}
@media(max-width:480px){.process-new{padding:55px 24px}.reference-process .process-card{grid-template-columns:42% 58%}.reference-process .process-card>div{padding:34px 14px 18px 16px}.reference-process .process-card h3{font-size:23px}.reference-process .process-card p{font-size:12px}.reference-process .process-card>img{min-height:185px}.reference-process .process-number{width:43px;height:43px;font-size:23px}.footer-inner{grid-template-columns:1fr;gap:32px}.footer-brand-block{grid-column:auto}.rental-intro{grid-template-columns:1fr}.owner-phone-image img{max-width:250px}}

/* ===== booking-refresh.css ===== */
/* Warm gradients stay inside sections; boundaries remain crisp. */
:root{--surface:linear-gradient(125deg,#fbf8f2 0%,#f1e7d9 100%);--chocolate:linear-gradient(120deg,#302019 0%,#50382a 58%,#39271f 100%)}
body{font-family:Manrope,Arial,sans-serif}h1,h2,h3{font-family:'Instrument Serif',Georgia,serif}h2 em{color:#97713f}button,input,select{font-family:Manrope,Arial,sans-serif}.services-cinematic h2 em,.assessment h2 em{color:#e0c397}
.hero-copy{inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:170px 28px 180px;text-align:center}.hero h1{font-size:clamp(46px,5.6vw,83px);max-width:1100px;margin:0 0 25px;line-height:1.06;text-wrap:balance}.hero h1 em{color:#f1dfbf}.hero-bottom{display:block}.hero-bottom p{margin:0 auto;font-size:16px;max-width:690px;text-wrap:balance}.hero-credentials{position:absolute;bottom:32px;left:4.4%;right:4.4%;margin:0;max-width:none}.hero-shade{background:linear-gradient(180deg,#302019aa,#30201940 35%,#30201977 65%,#302019bb)}
.contact-actions{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:28px}.contact-actions .button{border-radius:99px;padding:13px 23px;min-height:48px;gap:24px;box-shadow:0 7px 20px #402b2110;background:linear-gradient(115deg,#634632,#3c281e);transition:transform .3s,box-shadow .3s}.contact-actions .button:hover{transform:translateY(-3px);box-shadow:0 10px 24px #402b2120}.chat-link{font-size:13px;border-bottom:1px solid #ae9170;padding:10px 0;white-space:nowrap}.chat-link span{margin-left:9px}.services-cinematic>.contact-actions .button{background:linear-gradient(120deg,#f5e6cc,#d7b88a);color:#402b21}.services-cinematic .chat-link{color:#f6ead8}header .contact-actions{margin:0;gap:20px}header .call-button{background:#f3e4cd;color:#402b21}header .chat-link{color:#f8eedf;border-color:#f8eedf70}header nav{gap:24px;font-size:13px}
.boutique-intro{padding:39px 28px;background:var(--surface);text-align:center}.boutique-intro p{max-width:1030px;margin:0 auto;font-size:clamp(17px,1.55vw,22px);line-height:1.8;color:#796457}.boutique-intro strong{font-weight:600;color:#402b21}
.rental-strip,.services-cinematic,.assessment{background:var(--chocolate)}.choice-section{background:var(--surface)}.choice-section .section{padding:55px 48px}.choice-section .owner-title{font-size:clamp(37px,4.1vw,58px);margin-bottom:12px}.owner-subtitle{margin-bottom:26px!important;font-size:15px}.owner-subtitle strong{color:#75502f;font-weight:600}.choice-grid{gap:15px!important;margin-top:22px!important}.choice-card{padding:20px 23px!important;min-height:0!important;display:grid;grid-template-columns:54px 1fr;gap:5px 16px;align-content:center;border-radius:16px;background:linear-gradient(130deg,#fffaf1c9,#eddfca80)}.choice-card .dimensional-icon{width:52px!important;height:57px!important;grid-row:1/3;margin:0!important;align-self:center}.choice-card h3{font-size:24px;margin:0;line-height:1.1}.choice-card p{font-size:12px;line-height:1.6;margin:0}.choice-card:hover{box-shadow:0 16px 32px #71523814}
.process-new,.curated,.faq-layout{background:linear-gradient(140deg,#fbf8f2,#f6efe4)}.distribution{background:var(--surface)}.section.portal-new{background:var(--surface)}.section.portal-new .contact-actions{justify-content:flex-start}.services-cinematic{padding-block:58px}.services-heading{margin-bottom:30px}.service-column{padding-top:20px;padding-bottom:12px}.service-column p{line-height:1.7}.services-heading .service-enquiry{display:none}.curated{padding-top:65px;padding-bottom:65px}.curated-stage{height:clamp(360px,46vw,600px)}.curated-slide img{object-position:center}.curated .section-heading{margin-bottom:25px}
.google-reviews.section{max-width:none;background:var(--surface);padding:52px max(28px,calc((100vw - 1184px)/2));text-align:left}.review-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:24px}.review-heading .eyebrow{margin-bottom:10px;font-size:10px}.review-heading h2{font-size:clamp(36px,3.7vw,53px);margin:0}.review-heading .text-link{white-space:nowrap;font-size:12px;flex-shrink:0}.review-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-tile{border:1px solid #d9cbb8;border-radius:18px;background:linear-gradient(135deg,#fffdf8,#f0e6d8);padding:24px;display:flex;flex-direction:column}.review-person{display:flex;gap:12px;align-items:center}.review-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e6d4ba;color:#6c4c2c;font-size:12px}.review-person h3{font:600 13px/1.4 Manrope,Arial,sans-serif;margin:0}.review-person div>span{font-size:10px;color:#796457}.review-tile .review-stars{color:#a57a35;letter-spacing:3px;font-size:15px;margin:17px 0 10px}.review-tile blockquote{font:400 22px/1.3 'Instrument Serif',Georgia,serif;margin:0 0 22px;flex:1;color:#402b21;max-width:none}.review-tile>a{font-size:10px;color:#796457}.review-tile:hover{border-color:#aa8a60}
.site-footer{background:var(--surface)}.assessment .section{padding-block:65px}.assessment .button{cursor:pointer}.booking-panel{grid-column:1/-1;background:#faf7f1;border-radius:20px;padding:28px;min-width:0;color:#402b21}.booking-panel[hidden]{display:none}.booking-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.booking-heading .eyebrow{font-size:10px;margin-bottom:10px}.booking-heading h3{font-size:38px;margin-bottom:10px}.edit-details{background:transparent;border:1px solid #b29976;padding:10px 16px;border-radius:30px;color:#402b21;font-size:12px}.booking-status{font-size:13px}.booking-panel iframe{width:100%;height:780px;border:0;border-radius:12px;background:#faf7f1}.assessment.booking-open .assessment-copy{grid-column:1/-1;max-width:700px}.assessment.booking-open .assessment-copy h2{font-size:45px}.assessment.booking-open .assessment-copy h2 br{display:none}.assessment.booking-open .assessment-copy>p{margin-bottom:0}form[hidden]{display:none!important}.form-delivery-note{font-size:11px!important;line-height:1.7!important;margin-bottom:0}
@media(min-width:1001px){.choice-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1100px){header .chat-link{display:none}header nav{gap:18px}.hero-copy{padding-top:130px;padding-bottom:170px}.choice-card{grid-template-columns:44px 1fr;gap:7px 12px;padding:20px 16px!important}.choice-card .dimensional-icon{width:43px!important}.choice-card h3{font-size:23px}}
@media(max-width:760px){.hero{min-height:790px;height:100svh;max-height:1000px}.hero-copy{padding:145px 24px 235px}.hero h1{font-size:clamp(37px,8.8vw,55px)}.hero-bottom p{font-size:14px;max-width:500px}.hero-credentials{bottom:25px;left:24px;right:24px}.boutique-intro{padding:28px 25px}.boutique-intro p{font-size:17px;line-height:1.75}.choice-section .section{padding:44px 25px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.choice-card{display:block}.choice-card .dimensional-icon{height:45px!important;margin-bottom:10px!important}.choice-card h3{font-size:24px;margin-bottom:8px}.choice-card p{font-size:12px}.contact-actions{gap:17px;flex-wrap:wrap}.contact-actions .button{font-size:12px;padding:12px 18px}.section.portal-new .contact-actions{justify-content:center}.review-heading{align-items:flex-start;flex-direction:column;gap:12px}.review-heading h2{font-size:38px}.review-heading .text-link{padding:0 0 5px}.review-tiles{grid-template-columns:1fr;gap:12px}.review-tile{padding:20px}.review-tile blockquote{font-size:23px;margin-bottom:14px}.review-tile .review-stars{margin:12px 0 8px}.google-reviews.section{padding:44px 25px}.curated{padding-block:45px}.curated-stage{height:400px}.booking-panel{padding:18px 10px}.booking-heading{padding:0 8px}.booking-heading h3{font-size:29px}.booking-panel iframe{height:900px}.booking-status{padding:0 8px}.assessment .section{padding:50px 24px}.assessment form{padding:24px}.booking-heading .edit-details{padding:8px 11px;font-size:11px;flex-shrink:0}}
@media(max-width:700px){header .contact-actions{display:none}header nav.open{background:linear-gradient(125deg,#493225,#302019);border-radius:0 0 18px 18px}header nav.open a{padding:12px 6px;min-height:44px}.hero h1 br{display:none}}
@media(prefers-reduced-motion:no-preference){.reveal-ready{transition:opacity .85s ease,transform 1.1s cubic-bezier(.2,.7,.25,1)}.review-tile{transition:border-color .3s,transform .5s}.review-tile:hover{transform:translateY(-4px)}.curated-slide.current img{animation:collection-drift 10s ease-out both}@keyframes collection-drift{from{transform:scale(1.045)}to{transform:scale(1)}}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.mobile-book-link{display:none}@media(max-width:700px){header nav.open .mobile-book-link{display:block;color:#e8c898}}
@media(max-width:700px){.hero h1 em{display:block;margin-top:4px}}
header .contact-actions .call-button{background:linear-gradient(120deg,#f7ead4,#ddc29b);color:#402b21}
.assessment .booking-panel p{color:#796457}.assessment .booking-panel .eyebrow{color:#8a673f}.assessment .booking-panel .text-link{color:#402b21}
@media(max-width:760px){.assessment.booking-open .section{padding-inline:12px}.booking-panel{padding:20px 0}.booking-heading,.booking-status{padding-inline:16px}.booking-panel>.text-link{margin-inline:16px}}

.google-review-icon{flex:0 0 20px;margin-left:auto;align-self:center}

.boutique-intro p{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(23px,2.2vw,31px);line-height:1.45;max-width:1080px;color:#796457}
.boutique-intro strong{font-weight:400;color:#402b21;font-style:italic}
.boutique-intro strong:first-child{display:block;font-style:normal;font-size:clamp(29px,3vw,42px);margin-bottom:12px;line-height:1.1}
#why-short-term .eyebrow{font-size:clamp(15px,1.35vw,19px);letter-spacing:.035em;line-height:1.5;color:#f7e8d0;margin-bottom:15px}
.hero-credentials{grid-template-columns:repeat(5,minmax(0,1fr));gap:28px}.hero-credentials .top-rated-badge{max-width:125px;height:112px}
@media(max-width:700px){.hero-credentials{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px 10px}.hero-credentials img{grid-column:span 2;height:75px;max-width:105px}.hero-credentials .booking-badge{grid-column:2/span 2}.hero-credentials .top-rated-badge{grid-column:4/span 2;height:80px;max-width:90px}.boutique-intro p{font-size:24px}.boutique-intro strong:first-child{font-size:32px}}

.form-honeypot{display:none!important}#form-status{font-size:13px;line-height:1.6;color:#62432f}.assessment button:disabled{opacity:.65;cursor:wait}

/* ===== final-layout.css ===== */
/* One page surface, one content width, consistent responsive gutters. */
:root{--content-width:1184px;--page-gutter:clamp(24px,4.4vw,64px);--section-space:clamp(48px,5vw,72px);--surface:linear-gradient(90deg,#fbf8f2,#f1e7d9);--chocolate:linear-gradient(90deg,#302019,#50382a 58%,#39271f)}
body{background:var(--surface)}
main>section:not(.hero),main>.assessment,.site-footer{width:100%;max-width:none!important;margin-inline:0;border-radius:0}
main>.boutique-intro,main>.choice-section,main>.process-new,main>.distribution,main>.portal-new,main>.curated,main>.google-reviews,main>.faq-layout,.site-footer{background:var(--surface)!important}
main>.rental-strip,main>.services-cinematic,main>.assessment{background:var(--chocolate)}
main>.rental-strip,main>.services-cinematic,main>.process-new,main>.distribution,main>.portal-new,main>.curated,main>.google-reviews,main>.faq-layout,.site-footer{
 padding-inline:max(var(--page-gutter),calc((100% - var(--content-width))/2));
}
main>.rental-strip,main>.services-cinematic,main>.process-new,main>.portal-new,main>.curated,main>.faq-layout{padding-block:var(--section-space)}
.choice-section>.section,.assessment>.section{width:100%;max-width:none;padding:var(--section-space) max(var(--page-gutter),calc((100% - var(--content-width))/2))}
.rental-strip-inner,.services-heading,.service-columns,.footer-inner,.footer-bottom{width:100%;max-width:var(--content-width);margin-inline:auto}
.services-heading{grid-template-columns:1.25fr 1fr}
.process-new>.reference-process{max-width:1100px;margin-inline:auto}.process-new>.center-heading{max-width:900px}
.distribution>.section{padding:0;max-width:800px;margin:0 auto 22px}.distribution{padding-block:48px}.distribution .channel-window{width:100%;max-width:none;mask-image:none}.distribution .channel-note{margin-bottom:0}
.section.portal-new{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(32px,6vw,88px)}
.faq-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(32px,5vw,72px)}
.google-reviews.section{padding-block:52px}.site-footer{padding-top:52px;padding-bottom:28px}.boutique-intro{padding-block:38px}.boutique-intro p{max-width:1080px}
.curated-stage{width:100%}.curated-slide img{display:block}.curated-slide figcaption small{flex-shrink:0;white-space:nowrap;align-self:end}.curated-slide[aria-hidden="true"]{visibility:hidden}.curated-slide.current{visibility:visible}
.contact-actions{min-width:0}.contact-actions .button{max-width:100%;line-height:1.5}.contact-actions .button>span{flex-shrink:0}
.section-heading>div,.rental-intro>div,.service-column,.choice-card,.process-card>div,.assessment-copy,.footer-contact{min-width:0}
.rental-intro h2 em{color:#e0c397}.faq-tabs button,.home-controls button,.service-column>a,.review-tile>a{min-height:44px}.review-tile>a{display:inline-flex;align-items:center}.owner-detail summary{min-height:60px}
.site-footer a,.footer-contact address{overflow-wrap:anywhere}.site-footer a{line-height:1.7}.footer-navigation,.footer-contact{gap:15px}
body>header{width:calc(100% - 2*var(--page-gutter));max-width:var(--content-width);margin-inline:auto}
.hero-credentials{left:max(var(--page-gutter),calc((100% - var(--content-width))/2));right:max(var(--page-gutter),calc((100% - var(--content-width))/2))}
@media(max-width:1100px){header nav{gap:16px}.contact-actions .button{gap:16px}.reference-process{gap:22px 68px}}
@media(min-width:701px) and (max-width:1000px){body>header .brand{font-size:28px}header .contact-actions .call-button{max-width:220px;padding:10px 17px;font-size:12px}header nav{font-size:12px;gap:12px}.hero-credentials{gap:20px}.hero-credentials img{max-width:100%}}
@media(max-width:760px){:root{--page-gutter:24px;--section-space:48px}.section.portal-new,.faq-layout{grid-template-columns:1fr;gap:32px}.services-heading{grid-template-columns:1fr;gap:20px}.reference-process{max-width:520px}.hero-credentials{gap:12px 10px}.google-reviews.section{padding-block:44px}.distribution{padding-block:40px}.distribution>.section{padding:0}.site-footer{padding-top:44px}.boutique-intro{padding:30px var(--page-gutter)}.assessment.booking-open>.section{padding-inline:12px}.footer-bottom{margin-top:32px}.curated-slide figcaption{gap:12px}.curated-slide figcaption span{font-size:23px}}
@media(max-width:380px){:root{--page-gutter:20px}.choice-grid{grid-template-columns:1fr!important}.choice-card{display:grid;grid-template-columns:44px 1fr}.choice-card .dimensional-icon{grid-row:1/3}.choice-card h3{margin:0}.hero h1{font-size:35px}.hero-credentials img{height:65px;max-width:95px}.hero-credentials .top-rated-badge{height:72px}.reference-process .process-card{grid-template-columns:38% 62%}.reference-process .process-card h3{font-size:22px}.process-new .contact-actions .button{font-size:11px}.curated-stage{height:370px}.hero-copy{padding-inline:20px}.booking-heading{align-items:flex-start}}
@media(min-width:701px) and (max-width:1000px){header nav{display:none;position:absolute;top:100%;left:0;right:0;z-index:5;padding:20px 24px;flex-direction:column;background:var(--chocolate);color:var(--cream);border-radius:0 0 16px 16px}header nav.open{display:flex}header nav.open a{padding:10px 0;min-height:44px}header nav.open .mobile-book-link{display:block;color:#e8c898}.menu-toggle{display:block;color:var(--cream);background:#402b214d;border:1px solid #faf7f1a6;padding:10px 14px}.contact-actions{margin-top:28px}header .contact-actions{margin-top:0;margin-left:auto}}

/* ===== reviews.css ===== */
/* ---- Google reviews carousel ------------------------------------------- */
.review-carousel{position:relative;display:flex;align-items:center;gap:12px}
.review-track{
  display:flex;gap:18px;flex:1;min-width:0;
  overflow-x:auto;overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;scroll-behavior:smooth;
  padding:4px 2px 12px;margin:-4px -2px -12px;
  scrollbar-width:none;-ms-overflow-style:none;
  align-items:flex-start;
}
.review-track::-webkit-scrollbar{display:none}
.review-track:focus-visible{outline:2px solid var(--brass,#a58250);outline-offset:4px;border-radius:20px}
.review-track>.review-tile{
  flex:0 0 clamp(268px,31%,372px);
  scroll-snap-align:start;
}
.review-track>.review-tile blockquote{
  font:400 19px/1.45 'Instrument Serif',Georgia,serif;
  margin:0 0 20px;flex:1;
}
.review-tile .review-when{font-size:10px;color:#8a7360;margin:0 0 14px}

.review-nav{
  flex:0 0 auto;align-self:center;
  width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;cursor:pointer;
  border:1px solid #cdbca6;background:#fffdf8;color:#6c4c2c;
  transition:background .25s,border-color .25s,opacity .25s;
}
.review-nav:hover:not(:disabled){background:#f0e6d8;border-color:#a58250}
.review-nav:focus-visible{outline:2px solid var(--brass,#a58250);outline-offset:3px}
.review-nav:disabled{opacity:.3;cursor:default}
.review-live-note{font-size:11px;color:#8a7360;margin:14px 0 0;text-align:left}

@media(max-width:760px){
  .review-carousel{gap:0}
  .review-nav{display:none}
  .review-track{gap:12px;scroll-padding-left:0}
  .review-track>.review-tile{flex:0 0 min(84vw,340px)}
}
@media(prefers-reduced-motion:reduce){.review-track{scroll-behavior:auto}}
