:root{--navy:#12243d;--navy-2:#1c3555;--gold:#ad8c45;--gold-light:#d9bf7a;--paper:#f7f6f2;--ink:#17202b;--white:#fff;--line:#d8d5cc;--airbnb:#ff385c;--booking:#063b84}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.brand img{width:82px;height:66px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;text-transform:uppercase}.nav a{padding:10px 2px;border-bottom:2px solid transparent}.nav a:hover{border-color:var(--gold)}.nav-contact{background:var(--navy);color:#fff;padding:10px 18px!important;border:0!important}.menu-toggle{display:none;border:0;background:none;font-size:27px;color:var(--navy)}.hero{position:relative;min-height:calc(100vh - 82px);max-height:820px;overflow:hidden;background:var(--navy)}.hero>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,36,.82) 0%,rgba(8,20,36,.43) 48%,rgba(8,20,36,.05) 76%)}.hero-content{position:relative;z-index:1;color:#fff;padding:clamp(90px,14vh,150px) clamp(24px,8vw,130px);max-width:800px}.eyebrow{text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:0;color:var(--gold)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0 0 20px}.hero h1{font-size:clamp(48px,7vw,92px);max-width:700px}.hero-content>p:not(.eyebrow){font-size:clamp(22px,3vw,34px);font-family:Georgia,serif}.hero-actions,.booking-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border:1px solid transparent;font-weight:800;font-size:15px}.btn-primary{background:var(--gold);color:#101c2c}.btn-light{border-color:#fff;color:#fff;background:rgba(255,255,255,.08)}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.benefits{max-width:1160px;margin:-52px auto 0;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:4px solid var(--gold);box-shadow:0 12px 35px rgba(20,27,36,.12)}.benefits>div{padding:26px 30px;border-right:1px solid var(--line)}.benefits>div:last-child{border:0}.benefits span{color:var(--gold);font-weight:800;margin-right:12px}.benefits strong{font-family:Georgia,serif;font-size:20px}.benefits p{font-size:14px;margin:8px 0 0;color:#59616b}.section{max-width:1160px;margin:0 auto;padding:100px 24px}.section-heading{max-width:720px;margin-bottom:38px}.section-heading h2,.page-intro h1,.house-copy h2,.about-hero h1,.reserve-band h2{font-size:clamp(36px,5vw,60px)}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.home-card{background:#fff;border-bottom:4px solid var(--gold);box-shadow:0 8px 25px rgba(20,27,36,.09)}.home-card>img{width:100%;height:330px;object-fit:cover}.home-card-body{padding:26px}.home-card h3{font-size:30px}.home-card a{font-weight:800;color:var(--navy)}.reserve-band{background:var(--navy);color:#fff;padding:64px max(24px,calc((100vw - 1112px)/2));display:flex;justify-content:space-between;align-items:center;gap:30px}.reserve-band h2{max-width:800px;margin-bottom:0}.page-intro{padding:90px max(24px,calc((100vw - 1112px)/2));background:var(--navy);color:#fff}.page-intro>p:last-child{font-size:19px}.house-detail{display:grid;grid-template-columns:1fr 1.35fr;gap:50px;align-items:center}.house-copy h2{color:var(--navy)}.house-hero{width:100%;height:440px;object-fit:cover}.booking-actions .airbnb{background:var(--airbnb);color:#fff}.booking-actions .booking{background:var(--booking);color:#fff}.gallery{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery button{padding:0;border:0;background:#ddd;cursor:pointer;overflow:hidden;aspect-ratio:4/3}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.gallery button:hover img{transform:scale(1.035)}.alternate{border-top:1px solid var(--line)}.lightbox{display:none;position:fixed;inset:0;background:rgba(5,12,22,.95);z-index:100;align-items:center;justify-content:center;padding:50px}.lightbox.open{display:flex}.lightbox img{max-height:86vh;max-width:86vw;object-fit:contain}.lightbox button{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;width:46px;height:46px;font-size:34px;cursor:pointer}.lightbox-close{right:24px;top:24px}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox p{position:absolute;bottom:12px;color:#fff}.about-hero{display:grid;grid-template-columns:1.2fr 1fr;min-height:650px;background:#fff}.about-hero>img{width:100%;height:100%;object-fit:cover}.about-hero>div{padding:80px clamp(28px,6vw,90px);align-self:center}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}.values>div{padding:36px;background:#fff;border-top:3px solid var(--gold)}.values strong{font-family:Georgia,serif;font-size:24px;color:var(--navy)}footer{background:#0c192a;color:#fff;display:flex;align-items:center;justify-content:center;gap:40px;padding:42px 24px;text-align:left}footer img{width:95px;height:76px;object-fit:contain;background:#fff}footer a{color:var(--gold-light);font-weight:800}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.25);z-index:40}
@media(max-width:800px){.topbar{height:70px;padding:0 18px}.brand img{width:70px;height:55px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;align-items:stretch;gap:5px;box-shadow:0 12px 20px rgba(0,0,0,.12)}.nav.open{display:flex}.hero{min-height:680px}.hero>img{object-position:62% center}.hero-shade{background:rgba(8,20,36,.58)}.hero-content{padding:110px 24px}.benefits{margin:0;grid-template-columns:1fr}.benefits>div{border-right:0;border-bottom:1px solid var(--line)}.home-grid,.house-detail,.about-hero,.values{grid-template-columns:1fr}.home-card>img{height:260px}.reserve-band{align-items:flex-start;flex-direction:column}.house-hero{height:280px}.gallery{grid-template-columns:repeat(2,1fr)}.about-hero>img{height:330px}.about-hero>div{padding:54px 24px}footer{flex-direction:column;text-align:center;gap:12px}.lightbox{padding:20px}.lightbox-prev{left:8px}.lightbox-next{right:8px}}
.art-banner{background:var(--navy)}.art-banner img{width:100%;aspect-ratio:1920/573;object-fit:cover}.page-intro.compact{padding-top:54px;padding-bottom:54px}
.platform-nav{max-width:1160px;margin:0 auto;padding:28px 24px 12px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.platform-button{min-height:58px;display:flex;align-items:center;justify-content:center;padding:10px 14px;border:2px solid var(--navy);background:var(--gold);color:var(--navy);font-weight:900;text-align:center;box-shadow:4px 4px 0 var(--navy)}.platform-button:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--navy)}.airbnb-link{color:#fff;background:var(--airbnb)}.booking-link{color:#fff;background:var(--booking)}.contact-link{color:#102038;background:#86df72}.platform-hero{min-height:580px;display:grid;grid-template-columns:.9fr 1.25fr;color:#fff;overflow:hidden}.platform-hero>img{width:100%;height:100%;object-fit:cover}.platform-copy{padding:80px clamp(28px,6vw,90px);align-self:center}.platform-copy h1{font-size:clamp(48px,6vw,78px);text-transform:uppercase}.platform-copy>p:last-child{font-size:20px;max-width:580px}.platform-logo{font-size:clamp(42px,6vw,72px);font-weight:900;margin:0 0 48px}.airbnb-hero{background:#8f0017}.airbnb-hero .eyebrow{color:#ff647f}.booking-hero{background:#032c69}.booking-hero .eyebrow,.booking-hero .platform-logo span{color:#1684ff}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.choice-grid a{display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);padding:14px;box-shadow:0 8px 24px rgba(20,27,36,.08)}.choice-grid img{width:150px;height:100px;object-fit:cover}.choice-grid span{font-family:Georgia,serif;font-size:30px;color:var(--navy)}.choice-grid strong{color:var(--gold);padding-right:14px}
.platform-nav+.benefits{margin-top:24px}
@media(max-width:800px){.platform-nav{grid-template-columns:1fr 1fr;padding-top:20px}.platform-nav .contact-link{grid-column:1/-1}.platform-hero{grid-template-columns:1fr;min-height:0}.platform-copy{padding:56px 24px}.platform-hero>img{height:300px}.platform-logo{margin-bottom:30px}.choice-grid{grid-template-columns:1fr}.choice-grid a{grid-template-columns:100px 1fr}.choice-grid img{width:100px;height:80px}.choice-grid strong{grid-column:2}}
.platform-page{padding:54px 24px 80px;background:#fff}.platform-page .platform-hero{max-width:1200px;min-height:0;aspect-ratio:1920/573;margin:0 auto;grid-template-columns:.83fr 1.17fr}.platform-page .platform-copy{padding:clamp(24px,4vw,60px)}.platform-page .platform-copy h1{font-size:clamp(32px,4vw,60px);margin-bottom:12px}.platform-page .platform-copy .platform-logo{font-size:clamp(30px,4vw,58px);margin-bottom:20px}.platform-page .platform-copy>p:last-child{font-size:clamp(13px,1.35vw,19px)}.platform-page .platform-choices{max-width:960px;margin:0 auto;padding:48px 0 10px}.platform-page .choice-grid{grid-template-columns:1fr 1fr;gap:70px}.platform-page .choice-grid a{grid-template-columns:82px 1fr 48px;gap:0;padding:0;border:0;box-shadow:none;background:transparent}.platform-page .choice-grid img{width:82px;height:82px;object-fit:contain;border:2px solid currentColor}.platform-page .choice-grid span{height:52px;display:flex;align-items:center;padding:0 14px;font-family:Arial,Helvetica,sans-serif;font-size:28px;font-weight:900;color:#101010}.platform-page .choice-grid strong{height:52px;display:grid;place-items:center;padding:0;color:#fff;background:var(--navy);font-size:26px}.platform-page .airbnb-choice{color:var(--airbnb)}.platform-page .airbnb-choice span{background:#ff5a66}.platform-page .booking-choice{color:#4a25d0}.platform-page .booking-choice span{background:#5530d4;color:#fff}.platform-page .booking-choice strong{background:#080d1d}@media(max-width:800px){.platform-page{padding:20px 14px 50px}.platform-page .platform-hero{aspect-ratio:auto;grid-template-columns:1fr}.platform-page .platform-hero>img{height:230px}.platform-page .choice-grid{grid-template-columns:1fr;gap:22px}.platform-page .platform-choices{padding-top:32px}.platform-page .choice-grid a{grid-template-columns:72px 1fr 46px}.platform-page .choice-grid img{width:72px;height:72px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:48px}.platform-page .choice-grid span{font-size:24px}}
.platform-page .platform-hero{position:relative;display:block;width:min(1200px,100%);background-repeat:no-repeat;background-size:cover;background-position:center;container-type:inline-size}.platform-page .airbnb-hero{background-image:url('images/banner-airbnb.png')}.platform-page .booking-hero{background-image:url('images/banner-booking.png')}.platform-page .platform-hero>img{display:none}.platform-page .platform-copy{position:absolute;inset:0 auto 0 0;width:42%;display:flex;flex-direction:column;justify-content:center;padding:4% 4%;z-index:1}.platform-page .platform-copy .platform-logo{font-size:40px;line-height:1;margin:0 0 16px}.platform-page .platform-copy .eyebrow{font-size:12px;margin:0 0 7px}.platform-page .platform-copy h1{font-size:42px;line-height:1;white-space:nowrap;margin:0 0 12px}.platform-page .platform-copy>p:last-child{font-size:14px;line-height:1.35;margin:0;max-width:390px}.platform-page .choice-grid a{width:100%;min-width:0}.platform-page .choice-grid span{min-width:0;overflow-wrap:anywhere}
@media(max-width:1000px){.platform-page .platform-copy .platform-logo{font-size:32px;margin-bottom:10px}.platform-page .platform-copy .eyebrow{font-size:10px;margin-bottom:5px}.platform-page .platform-copy h1{font-size:32px;margin-bottom:8px}.platform-page .platform-copy>p:last-child{font-size:11px}.platform-page .choice-grid{gap:28px}}
@media(max-width:650px){.platform-page{padding:14px 10px 44px}.platform-page .platform-hero{aspect-ratio:4/5;background-size:auto 100%;background-position:62% center}.platform-page .platform-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,18,35,.18),rgba(7,18,35,.72))}.platform-page .platform-copy{top:auto;width:100%;height:auto;padding:24px;z-index:2}.platform-page .platform-copy .platform-logo{font-size:36px}.platform-page .platform-copy .eyebrow{font-size:11px}.platform-page .platform-copy h1{font-size:34px;white-space:normal}.platform-page .platform-copy>p:last-child{font-size:13px}.platform-page .platform-choices{padding-top:26px}.platform-page .choice-grid{grid-template-columns:1fr;gap:18px}.platform-page .choice-grid a{grid-template-columns:68px minmax(0,1fr) 44px}.platform-page .choice-grid img{width:68px;height:68px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:46px}.platform-page .choice-grid span{font-size:22px}}
.platform-page{padding:0 0 80px}.platform-page .platform-hero{width:100%;max-width:none;height:clamp(280px,30vw,430px);aspect-ratio:auto;background-size:cover;background-position:center}.platform-page .platform-choices{padding-left:24px;padding-right:24px}
@media(max-width:650px){.platform-page{padding:0 0 50px}.platform-page .platform-hero{height:380px;aspect-ratio:auto;background-size:auto 100%;background-position:61% center}.platform-page .platform-choices{padding-left:14px;padding-right:14px}}
.platform-page{min-height:calc(100vh - 82px)}.platform-page .platform-hero{height:clamp(350px,36vw,520px)}.platform-page .platform-choices{padding-top:62px;padding-bottom:70px}
@media(max-width:650px){.platform-page{min-height:calc(100vh - 70px)}.platform-page .platform-hero{height:440px}.platform-page .platform-choices{padding-top:34px;padding-bottom:42px}}
.platform-page .platform-hero{height:clamp(260px,18vw,300px)}.platform-page .platform-copy{padding-top:24px;padding-bottom:24px}.platform-page .platform-choices{padding-top:48px}
@media(max-width:650px){.platform-page .platform-hero{height:360px}.platform-page .platform-choices{padding-top:30px}}
.platform-page .platform-choices{max-width:1500px}.platform-page .choice-grid{gap:90px}.platform-page .choice-grid a{grid-template-columns:180px minmax(220px,1fr) 72px;align-items:center}.platform-page .choice-grid img{width:180px;height:180px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:92px}.platform-page .choice-grid span{font-size:36px;padding-left:28px}.platform-page .choice-grid strong{font-size:34px}
@media(max-width:1100px){.platform-page .platform-choices{max-width:760px}.platform-page .choice-grid{grid-template-columns:1fr;gap:34px}.platform-page .choice-grid a{grid-template-columns:150px minmax(190px,1fr) 64px}.platform-page .choice-grid img{width:150px;height:150px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:78px}.platform-page .choice-grid span{font-size:31px}}
@media(max-width:650px){.platform-page .choice-grid a{grid-template-columns:96px minmax(0,1fr) 50px}.platform-page .choice-grid img{width:96px;height:96px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:58px}.platform-page .choice-grid span{font-size:24px;padding-left:16px}.platform-page .choice-grid strong{font-size:25px}}
.platform-page .choice-grid a{grid-template-columns:minmax(0,1fr) 78px;max-width:650px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:96px}.platform-page .choice-grid span{padding-left:36px}.platform-page .choice-grid strong{font-size:36px}
@media(max-width:1100px){.platform-page .choice-grid a{grid-template-columns:minmax(0,1fr) 68px;max-width:none}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:82px}}
@media(max-width:650px){.platform-page .choice-grid a{grid-template-columns:minmax(0,1fr) 52px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:62px}.platform-page .choice-grid span{padding-left:20px}.platform-page .choice-grid strong{font-size:26px}}
.platform-page .choice-grid a{grid-template-columns:170px minmax(0,1fr) 78px;max-width:760px}.platform-page .choice-grid img{width:170px;height:170px;object-fit:contain;object-position:center;padding:10px;background:#fff;align-self:center}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:96px;align-self:center}
@media(max-width:1100px){.platform-page .choice-grid a{grid-template-columns:140px minmax(0,1fr) 68px}.platform-page .choice-grid img{width:140px;height:140px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:82px}}
@media(max-width:650px){.platform-page .choice-grid a{grid-template-columns:92px minmax(0,1fr) 52px}.platform-page .choice-grid img{width:92px;height:92px;padding:6px}.platform-page .choice-grid span,.platform-page .choice-grid strong{height:62px}}
.platform-page .platform-hero{background-size:auto 175%;background-position:right center}.platform-page .airbnb-hero{background-color:#760016}.platform-page .booking-hero{background-color:#061f57}
@media(max-width:1100px){.platform-page .platform-hero{background-size:auto 150%}}
@media(max-width:650px){.platform-page .platform-hero{background-size:auto 105%;background-position:70% center}}
.about-hero>img{object-position:center center}
.reviews-section{padding:90px 24px 110px;background:#fff;border-top:1px solid var(--line)}.reviews-inner{max-width:1160px;margin:0 auto}.reviews-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:42px}.reviews-heading h2{font-size:48px;color:var(--navy);margin:0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.review-card{padding:32px;border-right:1px solid var(--line)}.review-card:last-child{border-right:0}.review-person{display:flex;align-items:center;gap:13px}.blur-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:#ddd;display:block}.blur-avatar img{width:100%;height:100%;object-fit:cover;filter:blur(8px);transform:scale(1.25)}.blur-name{font-weight:800;filter:blur(5px);user-select:none}.review-meta{display:flex;align-items:center;gap:10px;margin:18px 0 13px;font-size:13px}.review-meta span{letter-spacing:1px}.review-meta time{color:#68707a}.review-card>p{margin:0;font-size:15px;line-height:1.55}.profile-button{display:grid;grid-template-columns:88px 1fr 54px;align-items:center;min-width:340px;background:#f0ece4;color:#111;border:1px solid #e0dbd1}.profile-button img{width:88px;height:88px;object-fit:contain;padding:5px;background:#fff}.profile-button span{padding:0 18px;font-size:21px;font-weight:900;line-height:1.1}.profile-button small{display:block;margin-top:7px;font-size:17px}.profile-button strong{font-size:30px;color:var(--navy)}.profile-button:hover{border-color:var(--gold);transform:translateY(-1px)}
@media(max-width:850px){.reviews-heading{align-items:flex-start;flex-direction:column}.reviews-heading h2{font-size:38px}.reviews-grid{grid-template-columns:1fr}.review-card{border-right:0;border-bottom:1px solid var(--line)}.review-card:last-child{border-bottom:0}.profile-button{width:100%;min-width:0}.reviews-section{padding:64px 20px 80px}}
.profile-button img{object-fit:cover;object-position:center 24%;padding:0}
.blur-avatar{filter:blur(5px);background:#cbd5e1}.blur-avatar::before{content:'';display:block;width:100%;height:100%;background:linear-gradient(145deg,#a8b7c8 0 45%,#6f7f91 46% 62%,#d6b7a4 63%)}.avatar-two::before{background:linear-gradient(145deg,#d6c8a3 0 44%,#756551 45% 62%,#c2b4a2 63%)}.avatar-three::before{background:linear-gradient(145deg,#efd5ea 0 48%,#b06a9f 49% 64%,#f0cae8 65%)}.profile-cta{display:flex;justify-content:flex-end;margin-top:42px}.profile-cta .profile-button{min-width:360px}
@media(max-width:850px){.profile-cta{justify-content:stretch}.profile-cta .profile-button{min-width:0;width:100%}}
.reviews-image{width:100%;overflow:hidden}.reviews-image img{width:100%;height:auto;display:block}.profile-cta{justify-content:center;margin-top:38px}.profile-cta .profile-button{min-width:390px}
@media(max-width:600px){.reviews-image{overflow-x:auto}.reviews-image img{width:980px;max-width:none}.profile-cta .profile-button{min-width:0;width:100%}}
.profile-cta .profile-button{grid-template-columns:130px 1fr 72px;width:520px;min-width:520px}.profile-cta .profile-button img{width:130px;height:130px}.profile-cta .profile-button span{font-size:28px;padding:0 24px}.profile-cta .profile-button small{font-size:21px;margin-top:9px}.profile-cta .profile-button strong{font-size:38px}
@media(max-width:600px){.profile-cta .profile-button{grid-template-columns:100px 1fr 56px;width:100%;min-width:0}.profile-cta .profile-button img{width:100px;height:100px}.profile-cta .profile-button span{font-size:22px;padding:0 16px}.profile-cta .profile-button small{font-size:17px}.profile-cta .profile-button strong{font-size:30px}}
footer img{width:150px;height:150px;object-fit:contain;image-rendering:auto}footer{gap:46px;padding-top:48px;padding-bottom:48px}
@media(max-width:800px){footer img{width:130px;height:130px}}
.art-banner img{aspect-ratio:auto;height:auto;object-fit:contain}
.about-brand{grid-template-columns:minmax(340px,.72fr) 1.28fr;min-height:590px}.about-brand>.about-logo{width:min(78%,500px);height:auto;aspect-ratio:1;object-fit:contain;object-position:center;justify-self:center;align-self:center}.about-brand>div{padding-left:clamp(36px,5vw,76px)}
@media(max-width:800px){.about-brand{grid-template-columns:1fr;min-height:0}.about-brand>.about-logo{width:min(78vw,380px);height:auto;margin:48px auto 10px}.about-brand>div{padding-left:24px}}
