:root{
  --ink:#171a18;
  --forest:#17362c;
  --forest-2:#254a3c;
  --sage:#dfe7df;
  --gold:#c7a15a;
  --sand:#efe8dc;
  --cream:#f7f3ec;
  --paper:#fffdf8;
  --line:#ddd6ca;
  --muted:#756f66;
  --danger:#733b32;
  --dangerbg:#f3e3de;
  --radius:26px;
  --shadow:0 24px 70px rgba(23,54,44,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}

/* HEADER */
.topbar{position:sticky;top:0;z-index:50;background:rgba(247,243,236,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,54,44,.10)}
.nav{height:78px;display:flex;align-items:center;gap:28px}
.brand{text-decoration:none;display:inline-flex;flex-direction:column;line-height:.82;position:relative;padding-left:18px}
.brand:before{content:"";position:absolute;left:0;top:-2px;bottom:-3px;width:3px;background:var(--gold);border-radius:3px}
.brand strong{font-family:"Iowan Old Style",Baskerville,"Times New Roman",Georgia,serif;font-size:23px;font-weight:600;letter-spacing:.06em;color:var(--forest)}
.brand span{font-size:9px;letter-spacing:.38em;margin-top:9px;color:var(--ink);font-weight:700}
.navlinks{display:flex;gap:25px;margin-left:auto;align-items:center}.navlinks a{text-decoration:none;font-size:12px;font-weight:750;letter-spacing:.03em}.navlinks a:hover{color:var(--gold)}
.lang{display:flex;border:1px solid rgba(23,54,44,.18);border-radius:999px;padding:3px;gap:2px;background:rgba(255,255,255,.45)}
.lang button{border:0;background:none;padding:7px 10px;border-radius:999px;font-weight:800;font-size:10px;cursor:pointer;color:var(--forest)}.lang button.active{background:var(--forest);color:white}

/* HERO */
.hero{min-height:79vh;position:relative;display:grid;align-items:end;background:var(--forest);overflow:hidden}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.88) contrast(1.04)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,30,25,.90) 0%,rgba(13,30,25,.66) 42%,rgba(13,30,25,.18) 76%,rgba(13,30,25,.06) 100%)}
.hero:after{content:"PARIS 9";position:absolute;right:-16px;bottom:-28px;font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:clamp(110px,17vw,250px);line-height:.8;color:rgba(255,255,255,.08);letter-spacing:-.06em;pointer-events:none}
.hero-content{position:relative;z-index:2;color:white;padding:90px 0 76px;max-width:790px}
.kicker,.eyebrow{font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:850}
.hero h1,.page-hero h1{font-family:"Iowan Old Style",Baskerville,"Times New Roman",Georgia,serif;font-weight:400;line-height:.91;letter-spacing:-.045em;margin:15px 0 24px;font-size:clamp(56px,8vw,104px)}
.hero p{max-width:610px;font-size:18px;line-height:1.6;color:#f1eee7;margin-bottom:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;padding:14px 19px;border-radius:999px;background:var(--forest);color:white;font-weight:800;font-size:12px;letter-spacing:.03em;border:1px solid transparent;transition:.2s ease}.btn.light{background:var(--paper);color:var(--forest)}.btn.outline{background:transparent;color:var(--forest);border-color:var(--forest)}.btn.gold{background:var(--gold);color:var(--ink)}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.12)}

/* HOME SECTIONS */
.section{padding:92px 0;background:var(--cream)}.section.alt{background:var(--sand)}
.section-head{display:flex;justify-content:space-between;gap:38px;align-items:end;margin-bottom:40px}
.section h2{font-family:"Iowan Old Style",Baskerville,"Times New Roman",Georgia,serif;font-weight:400;font-size:clamp(39px,5vw,64px);letter-spacing:-.035em;margin:6px 0 0;color:var(--forest)}
.section-head p{max-width:520px;color:var(--muted);line-height:1.65;margin:0}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.apt-card{display:grid;position:relative;overflow:hidden;border-radius:30px;min-height:520px;text-decoration:none;background:var(--forest);box-shadow:0 8px 24px rgba(23,54,44,.06);transition:.28s ease}
.apt-card .photo,.apt-card .body{grid-area:1/1}.apt-card .photo{min-height:520px;overflow:hidden}.apt-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease;filter:saturate(.9)}
.apt-card:after{content:"";grid-area:1/1;background:linear-gradient(180deg,rgba(15,25,21,0) 35%,rgba(15,25,21,.26) 56%,rgba(15,25,21,.92) 100%);z-index:1;pointer-events:none}
.apt-card .body{align-self:end;padding:28px;z-index:2;color:white}.apt-card .eyebrow{color:#e4c889}.apt-card h3{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-weight:400;font-size:36px;letter-spacing:-.025em;margin:9px 0 6px}.apt-card .meta{font-size:12px;color:#eee9df;line-height:1.55}.arrow{display:inline-flex;margin-top:20px;font-weight:850;font-size:11px;letter-spacing:.09em;color:#fff}.apt-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.apt-card:hover img{transform:scale(1.035)}
.features{display:grid;grid-template-columns:1.1fr .9fr .9fr 1.1fr;gap:12px;background:transparent;border-radius:0;overflow:visible}
.feature{background:var(--forest);padding:34px;border-radius:24px;color:white;min-height:210px;display:flex;flex-direction:column;justify-content:flex-end}.feature:nth-child(2){background:#e7dfd1;color:var(--ink)}.feature:nth-child(3){background:#d7dfd7;color:var(--ink)}.feature:nth-child(4){background:#29302c}.feature .ico{font-size:28px;line-height:1}.feature h3{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:25px;font-weight:400;margin:22px 0 8px}.feature p{font-size:12px;line-height:1.65;color:inherit;opacity:.82;margin:0}

/* INTERNAL PAGE HERO */
.page-hero{padding:70px 0 48px;background:var(--forest);color:white;position:relative;overflow:hidden}.page-hero:after{content:"GC";position:absolute;right:-8px;bottom:-50px;font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:220px;color:rgba(255,255,255,.045);line-height:1}.page-hero h1{font-size:clamp(54px,7vw,88px);color:white;position:relative;z-index:1}.page-hero p{color:#dce5e1;max-width:720px;line-height:1.65;position:relative;z-index:1}.page-hero .eyebrow{position:relative;z-index:1}
.badge-important{display:flex;gap:12px;align-items:flex-start;background:#f5e8e3;border:1px solid #ddbdb2;color:#6d2f26;border-radius:18px;padding:18px 20px;margin-top:23px;max-width:780px;position:relative;z-index:2}.badge-important strong{display:block;margin-bottom:4px}

/* APARTMENTS */
.apartment-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr);gap:30px;align-items:start}
.gallery-main{border-radius:30px;overflow:hidden;background:var(--sand);aspect-ratio:16/10;box-shadow:0 14px 45px rgba(23,54,44,.10)}.gallery-main img{width:100%;height:100%;object-fit:cover;display:block}
.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.thumb{border:0;padding:0;border-radius:14px;overflow:hidden;background:var(--sand);cursor:pointer;aspect-ratio:4/3;opacity:.82}.thumb:hover{opacity:1}.thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sidecard{background:var(--paper);border:1px solid rgba(23,54,44,.10);border-radius:28px;padding:26px;position:sticky;top:98px;box-shadow:0 15px 40px rgba(23,54,44,.06)}.sidecard h3{font-family:"Iowan Old Style",Baskerville,Georgia,serif;color:var(--forest);font-size:32px;font-weight:400;letter-spacing:-.02em;margin:0 0 17px}.quick{display:grid;gap:0}.quick-row{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.quick-row span:first-child{color:var(--muted)}.placeholder{color:#92723d;font-weight:800}
.accordions{display:grid;gap:12px}.acc{border:1px solid rgba(23,54,44,.12);border-radius:18px;background:var(--paper);overflow:hidden;box-shadow:0 3px 14px rgba(23,54,44,.025)}.acc button{width:100%;border:0;background:var(--paper);text-align:left;padding:19px 21px;font:inherit;font-weight:800;display:flex;justify-content:space-between;cursor:pointer;color:var(--forest)}.acc .content{display:none;padding:0 21px 21px;color:#4f504b;line-height:1.7;font-size:14px}.acc.open .content{display:block}.acc ul{padding-left:18px}
.checklist{display:grid;gap:9px}.check{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:14px;padding:13px;background:var(--paper)}.check input{margin-top:3px;accent-color:var(--forest)}
.notice{background:#e7eee9;border-left:4px solid var(--forest);padding:17px 19px;border-radius:12px;line-height:1.6}.smallnote{font-size:12px;color:var(--muted);line-height:1.6}

/* GUIDE */
.guidefilters{display:flex;gap:8px;overflow:auto;padding-bottom:10px;margin-bottom:25px;scrollbar-width:none}.chip{white-space:nowrap;border:1px solid rgba(23,54,44,.16);background:var(--paper);border-radius:999px;padding:10px 15px;font-weight:800;font-size:11px;cursor:pointer;color:var(--forest)}.chip.active{background:var(--forest);color:white;border-color:var(--forest)}
.guidegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.place{border:1px solid rgba(23,54,44,.10);border-radius:22px;padding:21px;background:var(--paper);min-height:205px;box-shadow:0 5px 18px rgba(23,54,44,.035)}.place.hide{display:none}.place h3{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:27px;color:var(--forest);font-weight:400;letter-spacing:-.02em;margin:9px 0}.place p{font-size:12px;line-height:1.6;color:#55564f}.place .address{font-size:10px;letter-spacing:.02em;color:var(--muted);margin:13px 0}.mapbox iframe{width:100%;height:430px;border:0;border-radius:28px;box-shadow:0 10px 36px rgba(23,54,44,.08)}

/* FOOTER */
.footer{background:#102a22;color:white;padding:58px 0 118px}.footer .brand strong{color:white}.footer .brand span{color:#d8dedb}.footer-grid{display:flex;justify-content:space-between;gap:34px}.footer p,.footer a{color:#d6dfdb;font-size:12px;line-height:1.7}.footer a{text-decoration:none}
.mobilebar{display:none}
.en{display:none}html[data-lang="en"] .fr{display:none!important}html[data-lang="en"] .en{display:initial}html[data-lang="en"] p.en,html[data-lang="en"] div.en,html[data-lang="en"] span.en{display:block}

@media(max-width:900px){
  .navlinks{display:none}.nav{height:70px}.container{width:min(100% - 28px,1180px)}
  .hero{min-height:76vh}.hero-content{padding:60px 0 70px}.hero h1{font-size:62px}.hero:after{font-size:150px}
  .cards,.guidegrid{grid-template-columns:1fr}.apt-card,.apt-card .photo{min-height:440px}
  .features{grid-template-columns:1fr 1fr}.feature{min-height:190px}
  .apartment-layout{grid-template-columns:1fr}.sidecard{position:static}.thumbs{grid-template-columns:repeat(4,1fr)}
  .section{padding:64px 0}.section-head{display:block}.section-head p{margin-top:16px}.mapbox iframe{height:340px}.footer-grid{display:block}
  .mobilebar{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:0;right:0;z-index:80;background:rgba(247,243,236,.96);backdrop-filter:blur(16px);border-top:1px solid rgba(23,54,44,.12);padding:8px 5px calc(8px + env(safe-area-inset-bottom))}
  .mobilebar a{text-decoration:none;text-align:center;font-size:9px;color:var(--muted);font-weight:800}.mobilebar b{display:block;font-size:19px;color:var(--forest);margin-bottom:2px}
}
@media(max-width:560px){
  .hero{min-height:72vh}.hero h1{font-size:53px}.hero p{font-size:16px}.hero-content{padding-bottom:56px}
  .features{grid-template-columns:1fr}.feature{min-height:165px}.apt-card,.apt-card .photo{min-height:400px}.apt-card .body{padding:24px}.apt-card h3{font-size:32px}
  .page-hero{padding:54px 0 38px}.page-hero h1{font-size:50px}.thumbs{grid-template-columns:repeat(3,1fr)}
  .section{padding:54px 0}.section h2{font-size:42px}
}

/* SECURE LIVE GUEST AREA */
.guest-access{margin:34px 0 12px}.guest-lock,.guest-private{border-radius:26px;border:1px solid rgba(23,54,44,.12);background:linear-gradient(145deg,#fffdf8,#f1eadf);padding:26px;box-shadow:0 12px 34px rgba(23,54,44,.07)}
.guest-lock{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;align-items:center}.guest-lock h3,.guest-private h3{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-weight:400;color:var(--forest);font-size:34px;letter-spacing:-.025em;margin:7px 0 10px}.guest-lock p{color:var(--muted);line-height:1.65;margin:0}
.guest-login-form{display:flex;gap:8px;align-items:center}.guest-login-form input{min-width:0;flex:1;border:1px solid rgba(23,54,44,.18);background:white;border-radius:999px;padding:14px 17px;font:inherit;outline:none}.guest-login-form input:focus{border-color:var(--forest);box-shadow:0 0 0 3px rgba(23,54,44,.08)}.guest-login-form button{white-space:nowrap}.guest-error{grid-column:1/-1;color:var(--danger);background:var(--dangerbg);padding:10px 13px;border-radius:12px;font-size:12px;margin:0}
.guest-private-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:21px}.guest-live{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--forest);background:var(--sage);border-radius:999px;padding:8px 11px;display:inline-flex}.guest-logout{border:0;background:none;color:var(--muted);text-decoration:underline;cursor:pointer;font:inherit;font-size:11px}
.guest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.guest-item{background:rgba(255,255,255,.78);border:1px solid rgba(23,54,44,.09);border-radius:16px;padding:14px}.guest-item.wide{grid-column:span 3}.guest-item .label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:800;margin-bottom:6px}.guest-item .value{font-size:14px;line-height:1.5;font-weight:760;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere}.guest-item.secret .value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;color:var(--forest)}.live-empty{color:#a69d90!important;font-weight:500!important}
.guest-note{margin-top:14px;font-size:11px;color:var(--muted);line-height:1.55}.secure-teaser{background:var(--sage);border-radius:14px;padding:14px 16px;color:var(--forest);font-size:13px;line-height:1.6}.secure-teaser a{font-weight:800}
@media(max-width:760px){.guest-lock{grid-template-columns:1fr}.guest-login-form{display:grid;grid-template-columns:1fr}.guest-grid{grid-template-columns:1fr 1fr}.guest-item.wide{grid-column:span 2}}
@media(max-width:480px){.guest-grid{grid-template-columns:1fr}.guest-item.wide{grid-column:span 1}.guest-private-head{display:block}.guest-logout{margin-top:12px}}

/* Secure area visual polish v3 */
.guest-private{overflow:hidden;position:relative}
.guest-private:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gold)}
.guest-private-head{padding-bottom:18px;border-bottom:1px solid rgba(23,54,44,.10)}
.guest-grid{margin-top:18px}
.guest-item{min-height:92px;display:flex;flex-direction:column;justify-content:center}
.guest-item.secret{background:#edf1ec;border-color:rgba(23,54,44,.13)}
.guest-item.secret .label:after{content:"  🔒";letter-spacing:0;font-size:9px}
.guest-item.wide{min-height:auto;padding:18px 19px}
.guest-item.wide .value{font-weight:570}
.guest-live{margin-top:2px}
.guest-logout{padding:9px 12px;border:1px solid rgba(23,54,44,.15);border-radius:999px;text-decoration:none;background:rgba(255,255,255,.65);font-weight:750}
.guest-logout:hover{background:white;color:var(--forest)}
@media(max-width:760px){
  .guest-access{margin-top:22px}
  .guest-lock,.guest-private{padding:20px;border-radius:20px}
  .guest-private h3{font-size:30px}
  .guest-item{min-height:82px}
}


/* V4 polish: real logo, better hero readability, cleaner secure area */
.brand.brand-image{padding-left:0;display:inline-flex;align-items:center;justify-content:flex-start}
.brand.brand-image:before{display:none}
.brand.brand-image img{display:block;height:54px;width:auto;max-width:260px}
.footer .brand.brand-image img{filter:none}

.hero{min-height:82vh}
.hero:before{background:linear-gradient(90deg,rgba(11,25,20,.88) 0%,rgba(11,25,20,.58) 42%,rgba(11,25,20,.18) 78%,rgba(11,25,20,.08) 100%)}
.hero-content{background:rgba(15,32,26,.46);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 70px rgba(7,16,13,.18);border-radius:32px;padding:34px 36px 38px;max-width:720px;margin:0 0 38px}
.hero p{max-width:580px;color:#f6f1e6}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.page-hero p{font-size:17px}

.guest-access{margin:26px 0 8px}
.guest-lock,.guest-private{border-radius:28px;background:linear-gradient(145deg,#fffdf9 0%,#f5efe5 100%);box-shadow:0 16px 42px rgba(23,54,44,.08)}
.guest-lock{grid-template-columns:1fr;gap:18px;max-width:860px}
.guest-lock h3{font-size:32px;margin-bottom:8px}
.guest-lock p{max-width:640px}
.guest-login-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;max-width:560px;margin-top:6px}
.guest-login-form input{border-radius:16px;padding:15px 16px;background:rgba(255,255,255,.92)}
.guest-login-form .btn{min-width:142px;padding:15px 20px}
.guest-error{margin-top:2px}
.guest-private-head{display:flex;justify-content:space-between;gap:16px;align-items:center}
.guest-private-head h3{font-size:38px;margin:6px 0 8px}
.guest-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.guest-item{min-height:104px;padding:16px 16px 14px}
.guest-item .label{font-size:10px;letter-spacing:.13em}
.guest-item .value{font-size:15px;line-height:1.55}
.guest-item.secret .value{font-size:16px;font-weight:800}
.guest-item.wide{grid-column:1/-1}
.guest-note{margin-top:18px}
.secure-teaser{background:#e7eee9}

.copy-line{display:flex;align-items:center;justify-content:space-between;gap:12px}
.copy-btn{border:1px solid rgba(23,54,44,.14);background:white;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;color:var(--forest);cursor:pointer}
.copy-btn:hover{background:var(--forest);color:white}
.live-alert{background:#f5e8e3!important;border-color:#ddbdb2!important}
.live-alert .label,.live-alert .value{color:#6d2f26!important}

@media(max-width:900px){
  .brand.brand-image img{height:46px;max-width:210px}
  .hero-content{padding:26px 24px 28px;max-width:640px;margin-bottom:24px}
}
@media(max-width:760px){
  .guest-login-form{grid-template-columns:1fr}
  .guest-login-form .btn{width:100%}
}
@media(max-width:560px){
  .brand.brand-image img{height:40px;max-width:180px}
  .hero{min-height:74vh}
  .hero-content{padding:22px 18px 24px;border-radius:24px}
  .hero h1{font-size:48px}
  .hero p{font-size:15px;line-height:1.58}
  .guest-lock,.guest-private{padding:18px;border-radius:22px}
  .guest-private-head h3{font-size:30px}
}


/* V5 editorial system */
.home-intro{padding:0 0 76px;background:var(--cream)}
.home-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:-26px;position:relative;z-index:5}
.home-intro-item{background:var(--paper);border:1px solid rgba(23,54,44,.10);border-radius:22px;padding:20px 22px;box-shadow:0 10px 30px rgba(23,54,44,.06)}
.home-intro-item strong{display:block;font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:24px;font-weight:400;color:var(--forest);margin-bottom:5px}
.home-intro-item span{font-size:12px;line-height:1.55;color:var(--muted)}

.apartment-nav-cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;position:relative;z-index:2}
.page-hero .btn.light{background:white}
.page-hero .btn.outline-light{background:transparent;color:white;border-color:rgba(255,255,255,.46)}

.guest-sections{display:grid;gap:16px;margin-top:18px}
.guest-section{border-top:1px solid rgba(23,54,44,.10);padding-top:16px}
.guest-section:first-child{border-top:0;padding-top:0}
.guest-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:10px}
.guest-section-head h4{margin:0;font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:25px;font-weight:400;color:var(--forest)}
.guest-section-head span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:800}
.guest-grid{margin-top:0}
.guest-item.wide .value{font-size:14px}
.guest-item[data-live-wrap="late_access"]{background:#f5e8e3;border-color:#ddbdb2}
.guest-item[data-live-wrap="late_access"] .label,.guest-item[data-live-wrap="late_access"] .value{color:#6d2f26}

.sidecard .secure-summary{background:var(--sage);border-radius:16px;padding:14px 15px;margin:16px 0;font-size:12px;line-height:1.55;color:var(--forest)}
.sidecard .btn{width:100%}
.sidecard .quick-row b{max-width:58%;text-align:right}

.guide-intro-card{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:var(--paper);border:1px solid rgba(23,54,44,.10);border-radius:24px;padding:22px 24px;margin-bottom:26px}
.guide-intro-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6;max-width:720px}
.guide-intro-card .btn{white-space:nowrap}

@media(max-width:900px){
  .home-intro-grid{grid-template-columns:1fr;margin-top:-18px}
  .home-intro{padding-bottom:54px}
  .guide-intro-card{grid-template-columns:1fr}
}
@media(max-width:560px){
  .home-intro-grid{gap:8px}.home-intro-item{padding:17px 18px;border-radius:18px}.home-intro-item strong{font-size:21px}
  .apartment-nav-cta{display:grid}.apartment-nav-cta .btn{width:100%}
  .guest-section-head h4{font-size:22px}
  .guest-grid{grid-template-columns:1fr}
  .guest-item.wide{grid-column:1}
}

/* V6 — private entry gate */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.entry-page{min-height:100vh;background:#f5f1e9;color:#151716}
.entry-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px;position:relative}
.entry-lang{position:fixed;top:24px;right:24px;z-index:10;background:rgba(255,255,255,.75);backdrop-filter:blur(14px)}
.entry-card{width:min(520px,100%);display:flex;flex-direction:column;align-items:center}
.entry-logo{width:190px;height:auto;display:block;margin:0 auto 34px}
.entry-title{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:750;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:#575950;margin:0 0 18px}
.entry-apartments{width:100%;display:grid;gap:10px}
.entry-apartment{appearance:none;width:100%;border:1px solid rgba(23,24,22,.14);background:rgba(255,255,255,.65);border-radius:18px;padding:19px 20px;display:grid;grid-template-columns:42px 1fr;align-items:center;text-align:left;gap:8px;font:inherit;font-size:18px;font-weight:650;color:#161716;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}
.entry-apartment:hover{background:#fff;transform:translateY(-1px);box-shadow:0 9px 28px rgba(20,21,19,.06)}
.entry-apartment.active{background:#151716;color:#fff;border-color:#151716;box-shadow:0 10px 32px rgba(20,21,19,.12)}
.entry-number{font-size:10px;letter-spacing:.12em;opacity:.48;font-weight:800}
.entry-form{width:100%;margin-top:18px;display:grid;grid-template-columns:1fr auto;gap:10px}
.entry-password-wrap{min-width:0}
.entry-password-wrap input{width:100%;height:54px;border:1px solid rgba(23,24,22,.15);border-radius:16px;background:rgba(255,255,255,.86);padding:0 17px;font:inherit;font-size:15px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease}
.entry-password-wrap input:focus{border-color:#151716;box-shadow:0 0 0 3px rgba(21,23,22,.07)}
.entry-password-wrap input:disabled{opacity:.42;cursor:not-allowed}
.entry-submit{height:54px;min-width:116px;border:0;border-radius:16px;background:#151716;color:#fff;padding:0 20px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:opacity .18s ease,transform .18s ease}
.entry-submit:not(:disabled):hover{transform:translateY(-1px)}
.entry-submit:disabled{opacity:.24;cursor:not-allowed}
.entry-error{grid-column:1/-1;margin:2px 2px 0;color:#803b32;font-size:12px;line-height:1.45}
@media(max-width:560px){
  .entry-shell{padding:26px 16px}
  .entry-lang{top:18px;right:16px}
  .entry-logo{width:154px;margin-bottom:30px}
  .entry-apartment{padding:18px 17px;font-size:17px;border-radius:16px}
  .entry-form{grid-template-columns:1fr}
  .entry-submit{width:100%}
}


/* V7 — private gateway & logo integration */
.brand-compact{display:inline-flex;align-items:center;gap:11px;text-decoration:none;padding:0}
.brand-compact:before{display:none}
.brand-monogram{width:38px;height:38px;object-fit:contain;display:block;flex:0 0 auto}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:17px;letter-spacing:.055em;font-weight:650;color:var(--forest)}
.brand-text small{font-size:7px;letter-spacing:.31em;margin-top:5px;font-weight:800;color:var(--ink)}
.brand-footer{padding:0;text-decoration:none}.brand-footer:before{display:none}
.brand-footer img{width:138px;height:auto;display:block}

.entry-page{min-height:100vh;background:#f3efe7;color:#151716;overflow:hidden}
.entry-shell{min-height:100vh;display:grid;place-items:center;padding:38px 20px;position:relative}
.entry-lang{position:fixed;top:26px;right:28px;z-index:10;background:transparent;border-color:rgba(20,20,18,.14)}
.entry-card{width:min(470px,100%);display:flex;flex-direction:column;align-items:center}
.entry-logo-stage{height:190px;width:300px;display:grid;place-items:center;margin:0 auto 25px;overflow:visible}
.entry-logo{width:252px;height:auto;display:block;margin:0;filter:none}
.entry-title{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;text-align:center;color:#64645d;margin:0 0 18px}
.entry-apartments{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.entry-apartment{appearance:none;width:100%;min-height:74px;border:1px solid rgba(23,24,22,.13);background:rgba(255,255,255,.56);border-radius:16px;padding:14px 10px;display:flex;align-items:center;justify-content:center;text-align:center;font:inherit;font-size:14px;font-weight:700;line-height:1.2;color:#161716;cursor:pointer;transition:.18s ease}
.entry-apartment:hover{background:rgba(255,255,255,.92);transform:translateY(-1px);box-shadow:0 8px 24px rgba(20,21,19,.05)}
.entry-apartment.active{background:#151716;color:#fff;border-color:#151716;box-shadow:0 10px 30px rgba(20,21,19,.11)}
.entry-form{width:100%;margin-top:10px;display:grid;grid-template-columns:1fr 104px;gap:9px}
.entry-password-wrap{min-width:0}
.entry-password-wrap input{width:100%;height:52px;border:1px solid rgba(23,24,22,.14);border-radius:15px;background:rgba(255,255,255,.75);padding:0 16px;font:inherit;font-size:14px;outline:none;transition:.18s ease}
.entry-password-wrap input:focus{border-color:#151716;box-shadow:0 0 0 3px rgba(21,23,22,.06);background:#fff}
.entry-password-wrap input:disabled{opacity:.38;cursor:not-allowed}
.entry-submit{height:52px;border:0;border-radius:15px;background:#151716;color:#fff;padding:0 15px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}
.entry-submit:not(:disabled):hover{transform:translateY(-1px)}
.entry-submit:disabled{opacity:.22;cursor:not-allowed}
.entry-error{grid-column:1/-1;margin:2px 2px 0;color:#803b32;font-size:12px;line-height:1.45;text-align:center}

.guest-loading{min-height:120px;border:1px solid rgba(23,54,44,.11);background:var(--paper);border-radius:24px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:13px;box-shadow:0 12px 34px rgba(23,54,44,.05)}
.guest-loading[hidden]{display:none}
.guest-loading-dot{width:9px;height:9px;border-radius:50%;background:var(--forest);animation:guestPulse 1s ease-in-out infinite alternate}
.guest-loading-error{color:#803b32;background:#f7eae6}
@keyframes guestPulse{from{opacity:.25;transform:scale(.8)}to{opacity:1;transform:scale(1.12)}}

@media(max-width:700px){
  .brand-monogram{width:34px;height:34px}.brand-text strong{font-size:15px}.brand-text small{font-size:6.5px}
  .entry-shell{padding:28px 16px}.entry-lang{top:18px;right:16px}
  .entry-logo-stage{height:170px;width:260px;margin-bottom:20px}.entry-logo{width:220px}
  .entry-apartments{grid-template-columns:1fr;gap:8px}.entry-apartment{min-height:55px;font-size:15px}
  .entry-form{grid-template-columns:1fr}.entry-submit{width:100%}
}
@media(max-width:420px){
  .entry-logo-stage{height:150px}.entry-logo{width:195px}.entry-card{padding-top:18px}
}


/* V8 — neighborhood concierge guide */
.neighborhood-hero{padding-top:86px;padding-bottom:64px}
.neighborhood-hero h1{max-width:920px}
.neighborhood-hero p{font-size:18px;max-width:780px}
.neighborhood-section{padding-top:46px}
.essentials-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}
.essentials-strip>div{background:var(--paper);border:1px solid rgba(23,54,44,.10);border-radius:20px;padding:18px 20px;display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:2px;align-items:center}
.essential-icon{grid-row:1/3;width:36px;height:36px;border-radius:50%;background:var(--sage);display:grid;place-items:center;color:var(--forest);font-size:16px}
.essentials-strip strong{font-family:"Iowan Old Style",Baskerville,Georgia,serif;font-size:20px;font-weight:400;color:var(--forest)}
.essentials-strip span span{font-size:11px;color:var(--muted)}
.guidefilters-v8{margin:30px 0 22px;padding-bottom:6px}
.guidegrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.place{position:relative;display:flex;flex-direction:column;min-height:235px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.place:hover{transform:translateY(-3px);box-shadow:0 13px 34px rgba(23,54,44,.08);border-color:rgba(23,54,44,.18)}
.place-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.place-pick{font-size:15px;color:var(--gold)}
.place h3{font-size:28px;margin-top:10px}
.place p{margin:0 0 14px}
.place .address{margin-top:auto;padding-top:10px;border-top:1px solid rgba(23,54,44,.08)}
.place .arrow{color:var(--forest);margin-top:12px}
.transport-actions{display:flex;gap:10px;flex-wrap:wrap;margin:-8px 0 22px}
@media(max-width:980px){.guidegrid{grid-template-columns:repeat(2,minmax(0,1fr))}.essentials-strip{grid-template-columns:1fr}}
@media(max-width:620px){.neighborhood-hero{padding-top:58px;padding-bottom:42px}.neighborhood-hero h1{font-size:48px}.neighborhood-hero p{font-size:15px}.guidegrid{grid-template-columns:1fr}.place{min-height:0}.essentials-strip>div{padding:15px 16px}.guide-intro-card{padding:18px}.transport-actions{display:grid}.transport-actions .btn{width:100%}}

/* V9 — dual map actions */
.place-map-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.map-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--forest);color:#fff;border:1px solid var(--forest);border-radius:999px;padding:9px 12px;font-size:10px;font-weight:850;letter-spacing:.03em;transition:.18s ease}.map-link:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(23,54,44,.13)}.map-link.secondary{background:transparent;color:var(--forest)}@media(max-width:560px){.place-map-actions{display:grid;grid-template-columns:1fr 1fr}.map-link{padding:11px 9px}}
