:root {
 --navy:#0D1B3E; --navy-mid:#1A2E5A;
 --gold:#C9A84C; --gold-light:#E2C47A; --gold-pale:#FBF5E6; --gold-dark:#9A7A2E;
 --white:#FFFFFF; --off-white:#F7F6F3; --cream:#FAF8F4;
 --ink:#111827; --ink-soft:#6B7280; --ink-light:#9CA3AF;
 --rule:rgba(13,27,62,0.09);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--white);color:var(--ink);overflow-x:hidden;width:100%;}

/* ── FUNDING BAR ── */
.funding-bar{position:fixed;top:0;left:0;right:0;z-index:301;background:#266BB3;display:flex;align-items:center;justify-content:center;height:84px;padding:0.6rem 1.5rem;}
.funding-bar img{height:68px;width:auto;display:block;}

/* ── NAV ── */
nav{position:fixed;top:84px;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:64px;background:rgba(13,27,62,0.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(201,168,76,0.15);}
.nav-logo img{height:32px;width:auto;display:block;}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center;}
.nav-links a{text-decoration:none;font-size:0.75rem;font-weight:500;color:rgba(255,255,255,0.6);transition:color 0.2s;letter-spacing:0.04em;}
.nav-links a:hover{color:var(--gold-light);}
.nav-right{display:flex;align-items:center;gap:1.5rem;}
.nav-cta{background:var(--gold);color:var(--navy);padding:0.45rem 1.3rem;border-radius:2px;font-weight:700;font-size:0.72rem;letter-spacing:0.07em;text-transform:uppercase;text-decoration:none;transition:background 0.2s;white-space:nowrap;}
.nav-cta:hover{background:var(--gold-light);}

/* Language switcher */
.lang-switch{display:flex;gap:0.5rem;align-items:center;}
.lang-btn{background:none;border:1px solid rgba(255,255,255,0.25);cursor:pointer;padding:0.25rem 0.55rem;border-radius:2px;opacity:0.55;transition:opacity 0.2s,border-color 0.2s;font-size:0.7rem;font-weight:700;letter-spacing:0.08em;color:white;line-height:1;font-family:'Plus Jakarta Sans',sans-serif;}
.lang-btn:hover,.lang-btn.active{opacity:1;border-color:var(--gold-light);color:var(--gold-light);}

/* ── HERO ── */
.hero{
 position:relative;
 width:100%;
 padding-bottom:71.71%; /* native aspect ratio of watercolour 1481x1062 */
 margin-top:148px;
 background:var(--cream);
 overflow:hidden;
}
.hero-img-wrap{position:absolute;inset:0;}
.hero-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
.hero-overlay{
 position:absolute;inset:0;
 background:linear-gradient(to top, rgba(13,27,62,0.72) 0%, rgba(13,27,62,0.22) 18%, transparent 38%);
}
/* Logo — top-left sky */
.hero-content{
 position:absolute;top:1.5rem;left:3.5rem;z-index:2;
 display:flex;flex-direction:column;align-items:flex-start;
}
.hero-logo{
 width:clamp(200px,22vw,340px);height:auto;
 filter:drop-shadow(0 1px 10px rgba(255,255,255,0.6));
}
/* Claim — bottom-left pavement */
.hero-claim-block{
 position:absolute;bottom:clamp(64px,9%,96px);left:4rem;z-index:2;max-width:440px;
}
.hero-sep{width:32px;height:1px;background:rgba(255,255,255,0.5);margin:0 0 1rem;}
.hero-claim{
 font-family:'Jost',sans-serif;font-weight:300;font-style:italic;
 font-size:clamp(0.9rem,1.5vw,1.2rem);letter-spacing:0.1em;
 color:rgba(255,255,255,0.92);line-height:1.65;
}
.hero-claim em{font-weight:400;color:var(--gold-light);}

/* KPI strip — static block divider between hero and Our Story */
.kpi-strip{
 position:static;display:flex;width:100%;
 background:var(--navy);
 border-top:1px solid rgba(201,168,76,0.18);
 border-bottom:1px solid rgba(201,168,76,0.18);
}

.kpi-label{font-size:0.6rem;color:rgba(255,255,255,0.45);letter-spacing:0.07em;text-transform:uppercase;}

/* KPI items */
.kpi-item{flex:1;padding:1rem;text-align:center;border-right:1px solid rgba(255,255,255,0.06);}
.kpi-item:last-child{border-right:none;}
.kpi-num{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:0.15rem;}
section{padding:6rem 6rem;}
.eyebrow{font-size:0.6rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:0.7rem;display:block;}
h2.serif{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.2;color:var(--navy);margin-bottom:1rem;}
h2.serif em{font-style:italic;color:var(--gold-dark);}
.lead{font-size:0.9rem;line-height:1.9;color:var(--ink-soft);max-width:600px;}
.rule{width:36px;height:1px;background:var(--gold);margin:1.6rem auto;opacity:0.5;}

/* ── STORY ── editorial two-col, photo has premium treatment ── */
.story{background:var(--cream);padding:6rem;overflow:visible;}
.story-inner{display:flex;flex-direction:column;align-items:center;max-width:780px;margin:0 auto;}
.story-text{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;}
/* Photo side: image sits inset with a shadow and subtle border — not edge-to-edge */
.story-photo{
 position:relative;
 background:var(--cream);
 display:flex;align-items:center;justify-content:center;
 padding:3.5rem 3rem 3.5rem 2rem;
}
.story-photo::before{
 /* Gold accent bar on the left edge */
 content:'';position:absolute;left:0;top:15%;bottom:15%;
 width:3px;background:var(--gold);opacity:0.5;
}
.story-photo img{
 width:100%;height:100%;
 object-fit:contain;object-position:center;
 display:block;
 box-shadow:0 24px 64px rgba(13,27,62,0.14), 0 4px 16px rgba(13,27,62,0.08);
 transition:transform 0.8s ease, box-shadow 0.8s ease;
}
.story-photo:hover img{
 transform:scale(1.02) translateY(-4px);
 box-shadow:0 32px 80px rgba(13,27,62,0.18), 0 8px 24px rgba(13,27,62,0.1);
}
.story-facts{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:2.5rem;border-top:1px solid var(--rule);width:100%;}
.story-fact{padding:1.3rem 0;border-bottom:1px solid var(--rule);}
.story-fact:nth-child(odd){padding-right:2rem;border-right:1px solid var(--rule);}
.story-fact:nth-child(even){padding-left:2rem;}
.story-fact-num{font-family:'Playfair Display',serif;font-size:1.7rem;font-weight:700;color:var(--navy);}
.story-fact-label{font-size:0.68rem;color:var(--ink-soft);text-transform:uppercase;letter-spacing:0.07em;margin-top:0.15rem;}

/* ── ROOMS ── editorial asymmetric ── */
.rooms{background:var(--white);padding-bottom:3rem;}
.rooms-intro{text-align:center;margin-bottom:5rem;}
.rooms-intro .lead{margin:0 auto;}

.room-editorial{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:7rem;align-items:stretch;}
.room-editorial.reverse{direction:rtl;}
.room-editorial.reverse > *{direction:ltr;}

.room-photo-wrap{position:relative;overflow:hidden;min-height:520px;background:#f0ede8;}
.room-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.9s ease;}
.room-photo-wrap:hover img{transform:scale(1.04);}

/* portrait room photos: full-height treatment */
.room-photo-portrait img{object-position:center top;}

.room-body{padding:4rem 5rem;display:flex;flex-direction:column;justify-content:center;background:var(--off-white);}
.room-type-label{font-size:0.6rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:0.5rem;}
.room-name{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.2;}
.room-shared-note{font-size:0.82rem;line-height:1.7;color:var(--ink-soft);padding:1rem 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin:1rem 0 1.4rem;}
.room-features{display:flex;flex-direction:column;gap:0.55rem;margin-bottom:1.8rem;}
.room-feat{font-size:0.82rem;color:var(--ink-soft);display:flex;align-items:center;gap:0.7rem;}
.room-feat::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0;}
.room-price-row{display:flex;align-items:baseline;gap:0.4rem;padding-top:1.4rem;border-top:1px solid var(--rule);margin-bottom:1.4rem;}
.room-price-from{font-size:0.82rem;color:var(--ink-soft);font-weight:400;}
.room-price{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:700;color:var(--navy);}
.room-price-note{font-size:0.76rem;color:var(--ink-light);}
.room-apply{display:inline-block;background:var(--navy);color:white;padding:0.75rem 2rem;font-size:0.72rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:background 0.2s;}
.room-apply:hover{background:var(--gold);color:var(--navy);}

/* Shared spaces — cinematic full bleed */
.shared-spaces{background:var(--white);}
.shared-spaces-header{text-align:center;padding:5rem 6rem 4rem;}
.shared-spaces-header .lead{margin:0 auto;}
.shared-duo{display:grid;grid-template-columns:1fr 1fr;gap:4px;}
.shared-item{position:relative;overflow:hidden;}
.shared-item-img{width:100%;height:480px;object-fit:cover;display:block;transition:transform 0.9s ease;}
.shared-item:hover .shared-item-img{transform:scale(1.03);}
.shared-item-caption{position:absolute;bottom:0;left:0;right:0;padding:2rem 2rem 1.6rem;background:linear-gradient(to top,rgba(13,27,62,0.72),transparent);}
.shared-item-name{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:600;color:white;margin-bottom:0.3rem;}
.shared-item-desc{font-size:0.75rem;color:rgba(255,255,255,0.72);line-height:1.6;}

/* ── AMENITIES ── */
.amenities{background:var(--cream);}
.amenities-header{text-align:center;margin-bottom:5rem;}
.amenities-header .lead{margin:0 auto;}

/* Two big photo cards */
.amenity-photos{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:5rem;}
.amenity-photo-item{display:flex;flex-direction:column;}
.amenity-photo-wrap{position:relative;overflow:hidden;border-radius:2px;aspect-ratio:16/10;}
.amenity-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.8s ease;}
.amenity-photo-item:hover .amenity-photo-wrap img{transform:scale(1.04);}
.amenity-photo-title{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--navy);margin:1.3rem 0 0.45rem;}
.amenity-photo-desc{font-size:0.83rem;color:var(--ink-soft);line-height:1.75;}

/* Services split */
.amenities-split{display:grid;grid-template-columns:1fr 1fr;gap:6rem;border-top:1px solid var(--rule);padding-top:3.5rem;margin-bottom:3rem;}
.amenities-split-title{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:1.8rem;}
.service-list{display:flex;flex-direction:column;gap:1.5rem;}
.service-item{display:flex;align-items:flex-start;gap:1rem;}
.service-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:0.45rem;}
.service-title{font-weight:600;font-size:0.86rem;color:var(--navy);margin-bottom:0.2rem;}
.service-desc{font-size:0.77rem;color:var(--ink-soft);line-height:1.65;}

.community-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);}
.community-bar-item{padding:1.3rem 1.5rem;border-right:1px solid var(--rule);font-size:0.8rem;color:var(--ink-soft);}
.community-bar-item:first-child{padding-left:0;}
.community-bar-item:last-child{border-right:none;padding-right:0;}
.community-bar-item strong{display:block;font-size:0.6rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--gold-dark);margin-bottom:0.3rem;}

/* ── LOCATION ── */
.location{background:var(--white);}
.location-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;}
.map-clickable{display:block;cursor:pointer;border-radius:2px;overflow:hidden;border:1px solid var(--rule);transition:box-shadow 0.3s;}
.map-clickable:hover{box-shadow:0 8px 32px rgba(13,27,62,0.12);}
.map-clickable img{width:100%;height:auto;display:block;}
.map-open-hint{display:flex;align-items:center;gap:0.5rem;margin-top:0.7rem;font-size:0.72rem;color:var(--ink-light);letter-spacing:0.03em;}
.dist-list{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;border-top:1px solid var(--rule);}
.dist-row{display:flex;align-items:center;justify-content:space-between;padding:0.85rem 0;border-bottom:1px solid var(--rule);font-size:0.82rem;}
.dist-label{color:var(--ink-soft);}
.dist-value{font-weight:600;color:var(--navy);font-size:0.78rem;}
.nbh-block{margin-top:2.5rem;}
.nbh-intro{font-size:0.86rem;line-height:1.85;color:var(--ink-soft);margin-bottom:1.2rem;}
.nbh-list{display:flex;flex-direction:column;gap:0.8rem;}
.nbh-row{font-size:0.82rem;color:var(--ink-soft);display:flex;align-items:flex-start;gap:0.8rem;line-height:1.65;}
.nbh-row::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:0.5rem;}

/* ── APPLY ── */
.apply{background:var(--cream);}
.apply-inner{display:grid;grid-template-columns:1fr 1.15fr;gap:6rem;align-items:start;}
.apply-inner > *{min-width:0;} /* prevents a long <select> option's min-content width from forcing this grid track (and the whole page) wider than the viewport */
.refer-block{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--rule);}
.refer-title{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:0.4rem;}
.refer-desc{font-size:0.82rem;color:var(--ink-soft);line-height:1.65;margin-bottom:0.8rem;}
.refer-highlight{display:inline-block;font-weight:700;font-size:0.88rem;color:var(--gold-dark);border-bottom:1.5px solid var(--gold);padding-bottom:0.1rem;}
.contact-list{display:flex;flex-direction:column;gap:0;margin-top:2.5rem;border-top:1px solid var(--rule);}
.contact-row{display:flex;flex-direction:column;gap:0.15rem;padding:1rem 0;border-bottom:1px solid var(--rule);}
.contact-label{font-size:0.6rem;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-light);}
.contact-value{font-size:0.86rem;font-weight:500;color:var(--navy);overflow-wrap:anywhere;}
.form-wrap{background:white;padding:3rem;border-top:3px solid var(--navy);min-width:0;}
.form-required-note{font-size:0.68rem;color:var(--ink-light);margin-bottom:1.5rem;letter-spacing:0.02em;}
.form-title{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:var(--navy);margin-bottom:0.25rem;}
.form-subtitle{font-size:0.78rem;color:var(--ink-light);margin-bottom:2rem;}
.form-section{font-size:0.6rem;font-weight:700;text-transform:uppercase;letter-spacing:0.14em;color:var(--gold-dark);margin:1.5rem 0 0.8rem;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.form-group{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:0.8rem;min-width:0;}
.form-group label{font-size:0.62rem;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:0.08em;}
/* .field-input targets text-like controls only (text/email/tel/date/select/textarea) —
  deliberately NOT ".form-group input", which would also match the radio inputs
  nested inside .radio-option further down and stretch them to full row width. */
.field-input{width:100%;min-width:0;max-width:100%;padding:0.7rem 0.85rem;border:1px solid rgba(13,27,62,0.14);border-radius:2px;font-family:'Plus Jakarta Sans',sans-serif;font-size:0.85rem;color:var(--navy);background:var(--off-white);outline:none;transition:border-color 0.2s;resize:none;}
.field-input:focus{border-color:var(--navy);background:white;}
.radio-group{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:0.2rem;}
.radio-option{display:flex;align-items:center;gap:0.5rem;font-size:0.82rem;color:var(--ink-soft);cursor:pointer;}
.radio-option input{accent-color:var(--navy);}
.form-submit{width:100%;padding:0.9rem;margin-top:1rem;background:var(--navy);color:white;border:none;border-radius:2px;font-family:'Plus Jakarta Sans',sans-serif;font-size:0.75rem;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;cursor:pointer;transition:background 0.2s;}
.form-submit:hover{background:var(--gold);color:var(--navy);}
.gdpr-note{font-size:0.67rem;color:var(--ink-light);text-align:center;margin-top:0.9rem;line-height:1.55;display:block;}
.gdpr-privacy-link{color:var(--ink-light);text-decoration:underline;font-size:0.67rem;}
.gdpr-privacy-link:hover{color:var(--navy);}
.success-msg{display:none;background:#F0FDF4;color:#166534;padding:1rem;font-size:0.84rem;text-align:center;margin-top:1rem;border-left:3px solid #4ade80;}

/* ── FOOTER ── */
footer{background:var(--navy);padding:2.5rem 5rem;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(201,168,76,0.15);}
.footer-logo img{height:38px;width:auto;display:block;}
.footer-links{display:flex;gap:2rem;}
.footer-links a{color:rgba(255,255,255,0.3);font-size:0.7rem;text-decoration:none;transition:color 0.2s;}
.footer-links a:hover{color:var(--gold-light);}
.footer-social{display:flex;align-items:center;gap:1.1rem;}
.footer-social a{color:rgba(255,255,255,0.3);display:flex;transition:color 0.2s;}
.footer-social a:hover{color:var(--gold-light);}
.footer-social svg{width:18px;height:18px;}
.footer-copy{color:rgba(255,255,255,0.18);font-size:0.65rem;}
.footer-privacy{color:rgba(255,255,255,0.28);font-size:0.65rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.15);}
.footer-privacy:hover{color:var(--gold-light);border-bottom-color:var(--gold-light);}
.legal-disclaimer{background:var(--off-white);padding:1.5rem 5rem;border-top:1px solid var(--rule);}
.legal-disclaimer p{font-size:0.65rem;color:var(--ink-light);line-height:1.7;max-width:900px;margin:0 auto;}

/* Funding strip footer */
.funding-strip{background:#266BB3;display:flex;align-items:center;justify-content:center;padding:0.6rem 1rem;}
.funding-strip img{max-width:100%;height:auto;display:block;max-height:72px;}

/* ── WHATSAPP FAB ── */
.whatsapp-fab{position:fixed;bottom:1.8rem;right:1.8rem;z-index:400;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px rgba(0,0,0,0.22);text-decoration:none;transition:transform 0.2s,box-shadow 0.2s;}
.whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 8px 26px rgba(0,0,0,0.3);}
.whatsapp-fab svg{width:28px;height:28px;}
.whatsapp-tooltip{position:absolute;right:68px;top:50%;transform:translateY(-50%);background:var(--navy);color:white;font-size:0.75rem;font-weight:500;white-space:nowrap;padding:0.45rem 0.85rem;border-radius:4px;opacity:0;pointer-events:none;transition:opacity 0.2s;}
.whatsapp-tooltip::after{content:'';position:absolute;right:-5px;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--navy);}
.whatsapp-fab:hover .whatsapp-tooltip{opacity:1;}

/* Image captions */
.img-caption{font-size:0.62rem;color:var(--ink-light);font-style:italic;letter-spacing:0.02em;margin-top:0.6rem;display:block;line-height:1.5;}
.shared-item .img-caption{text-align:center;background:rgba(13,27,62,0.45);color:rgba(255,255,255,0.6);padding:0.25rem 0.8rem;position:absolute;bottom:0;left:0;right:0;margin:0;font-size:0.58rem;}


/* ── FAQ ── */
.faq-section{background:var(--off-white);padding:6rem 6rem;}
.faq-header{text-align:center;margin-bottom:4rem;}
.faq-container{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:3rem;}
.faq-group{}
.faq-group-title{font-size:0.62rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1.2rem;padding-bottom:0.6rem;border-bottom:1px solid var(--rule);}
.faq-item{border-bottom:1px solid var(--rule);}
.faq-q{width:100%;background:none;border:none;text-align:left;padding:1.1rem 2rem 1.1rem 0;font-family:'Plus Jakarta Sans',sans-serif;font-size:0.9rem;font-weight:600;color:var(--navy);cursor:pointer;position:relative;transition:color 0.2s;display:flex;justify-content:space-between;align-items:center;}
.faq-q::after{content:'+';font-size:1.2rem;font-weight:300;color:var(--gold);transition:transform 0.25s;flex-shrink:0;margin-left:1rem;}
.faq-q:hover{color:var(--gold-dark);}
.faq-item.open .faq-q::after{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.25s;font-size:0.86rem;color:var(--ink-soft);line-height:1.8;padding:0 2rem 0 0;}
.faq-item.open .faq-a{max-height:400px;padding:0 2rem 1.2rem 0;}

/* ── SCROLL REVEAL ── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity 0.7s ease,transform 0.7s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:0.12s;}
.reveal-delay-2{transition-delay:0.24s;}

/* ══════════════════════════════════════════════
  RESPONSIVE — full mobile overhaul
  Breakpoints: 1100 | 768 | 480
══════════════════════════════════════════════ */

/* ── Tablet (≤1100px) ── */
@media(max-width:1100px){
 section{padding:5rem 3rem;}
 nav{padding:0 2rem;}

 /* Hero: switch from padding-bottom ratio to min-height */
 .hero{padding-bottom:0;min-height:65vw;margin-top:148px;}
 .hero-img-wrap img{object-fit:cover;object-position:center center;}
 .hero-logo{width:clamp(180px,20vw,300px);}

 /* Story */
 .story-inner{grid-template-columns:1fr 1fr;}

 /* Rooms */
 .room-body{padding:3rem 3rem;}

 /* Shared spaces */
 .shared-spaces-header{padding:4rem 3rem 3rem;}

 /* Location / Apply */
 .location-inner{gap:4rem;}
 .apply-inner{gap:4rem;}

 /* Community bar */
 .community-bar-item{padding:1.3rem 1rem;}
}

/* ── Mobile (≤768px) ── */
@media(max-width:768px){
 /* ── Header ── */
 .funding-bar{height:56px;padding:0.3rem 0.6rem;}
 .funding-bar img{height:42px;max-width:100%;object-fit:contain;}
 nav{top:56px;height:56px;padding:0 1rem;}
 .nav-logo img{height:26px;}
 .nav-links{display:none;} /* hidden — lang+cta remain */
 .nav-right{gap:0.8rem;}
 .nav-cta{padding:0.4rem 0.9rem;font-size:0.68rem;}
 .lang-btn{font-size:1rem;}

 /* ── Hero ──
   Container now matches the source image's native ratio (1400×1003 = 1.396:1)
   via aspect-ratio instead of an oversized min-height. The old min-height:110vw
   made the container much taller/narrower than the image, so object-fit:cover
   had to crop the SIDES to fill it — cutting into the building. Matching the
   ratio here means the full image always shows, no side-cropping. */
 .hero{margin-top:112px;aspect-ratio:1400/1003;min-height:0;padding-bottom:0;}
 .hero-img-wrap img{object-fit:cover;object-position:center center;}
 .hero-content{top:1.2rem;left:1.2rem;}
 .hero-logo{width:clamp(120px,34vw,195px);}
 .hero-claim-block{left:1.2rem;bottom:clamp(28px,4vw,52px);max-width:78vw;}
 .hero-sep{margin:0 0 0.55rem;}
 .hero-claim{font-size:clamp(1rem,4.5vw,1.5rem);letter-spacing:0.03em;white-space:normal;}
 /* Keep "Italian Palazzo" together — prevents an orphaned single word
   wrapping onto its own line under the rest of the claim */
 .hero-claim em{white-space:nowrap;}

 /* KPI strip — 2-column grid. With 5 items the last one is a leftover
   odd item; under the old flex:1 1 50% it flex-grew to fill the whole
   row by itself (and the border rules didn't match the row it landed in).
   Grid + an explicit full-span rule on the last child makes that final
   row a deliberate, centered closing row instead of a stretched accident. */
 .kpi-strip{display:grid;grid-template-columns:repeat(2,1fr);}
 .kpi-item{border-right:1px solid rgba(255,255,255,0.06);border-bottom:1px solid rgba(255,255,255,0.06);}
 .kpi-item:nth-child(even){border-right:none;}
 .kpi-item:last-child{grid-column:1 / -1;border-right:none;border-bottom:none;}
 .kpi-num{font-size:1.2rem;}
 .kpi-label{font-size:0.55rem;}

 /* ── Global spacing ── */
 section{padding:3.5rem 1.4rem;}
 h2.serif{font-size:1.6rem;}
 .lead{font-size:0.88rem;}

 /* ── Story ── */
 .story-inner{grid-template-columns:1fr;direction:ltr;}
 .story-photo{order:-1;padding:2rem 1.4rem 1.5rem;}
 .story-photo::before{display:none;}
 .story-photo img{max-height:320px;object-fit:contain;}
 .story-text{padding:2.5rem 1.4rem;}
 .story-facts{grid-template-columns:1fr 1fr;}
 .story-fact:nth-child(odd){padding-right:1rem;}
 .story-fact:nth-child(even){padding-left:1rem;}

 /* ── Rooms ── */
 .rooms-intro{margin-bottom:3rem;}
 .room-editorial,.room-editorial.reverse{grid-template-columns:1fr;direction:ltr;}
 .room-editorial{margin-bottom:3.5rem;}
 .room-photo-wrap{min-height:260px;}
 .room-photo-wrap img{max-height:340px;object-fit:cover;}
 .room-body{padding:2rem 1.4rem;}
 .room-name{font-size:1.5rem;}
 .room-price{font-size:1.8rem;}
 .room-apply{width:100%;text-align:center;padding:0.85rem;}

 /* Shared spaces */
 .shared-spaces-header{padding:3rem 1.4rem 2.5rem;}
 .shared-duo{grid-template-columns:1fr;gap:3px;}
 .shared-item-img{height:260px;}
 .shared-item-caption{padding:1.5rem 1.4rem 1.2rem;}

 /* ── Amenities ── */
 .amenities-header{margin-bottom:2.5rem;}
 .amenity-photos{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem;}
 .amenity-photo-wrap{aspect-ratio:16/9;}
 .amenities-split{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem;}
 .community-bar{grid-template-columns:1fr 1fr;}
 .community-bar-item{padding:1rem 0.8rem;font-size:0.75rem;}
 .community-bar-item:first-child{padding-left:0.8rem;}
 .community-bar-item:last-child{padding-right:0.8rem;}
 .community-bar-item:nth-child(2n){border-right:none;}

 /* ── Location ── */
 .location-inner{grid-template-columns:1fr;gap:2.5rem;}
 .nbh-block{margin-top:1.5rem;}

 /* ── FAQ ── (this used to be its own separate @media(max-width:768px) block
   elsewhere in the file — the same "same breakpoint, scattered in two places"
   pattern that caused the hero bug. Consolidated here so there's exactly one
   768px block to check when editing mobile styles.) */
 .faq-section{padding:3.5rem 1.4rem;}
 .faq-q{font-size:0.85rem;padding-right:1.5rem;}
 .faq-a{padding-right:1.5rem;}
 .faq-item.open .faq-a{padding-right:1.5rem;}

 /* ── Apply ── */
 .apply-inner{grid-template-columns:1fr;gap:2.5rem;}
 .form-wrap{padding:1.8rem 1.4rem;}
 .form-row{grid-template-columns:1fr;}
 .radio-group{flex-direction:column;gap:0.8rem;}

 /* ── Footer ── */
 footer{flex-direction:column;gap:1rem;padding:2rem 1.4rem;text-align:center;}
 .footer-links{display:none;}
 .footer-social{justify-content:center;}
 .funding-strip img{max-height:50px;}

 /* ── WhatsApp ── */
 .whatsapp-fab{bottom:1rem;right:1rem;width:50px;height:50px;}
 .whatsapp-fab svg{width:24px;height:24px;}
 .whatsapp-tooltip{display:none;}
}

/* ── Small phones (≤480px) ── */
@media(max-width:480px){
 .funding-bar{height:48px;}
 .funding-bar img{height:36px;}
 nav{top:48px;height:52px;}
 .hero{margin-top:100px;aspect-ratio:1400/1003;min-height:0;}
 .hero-img-wrap img{object-fit:cover;object-position:center center;}
 .hero-content{top:0.9rem;left:0.9rem;}
 .hero-logo{width:clamp(100px,30vw,160px);}
 .hero-claim-block{left:0.9rem;bottom:clamp(22px,3.5vw,42px);max-width:82vw;}
 .hero-claim{font-size:clamp(0.9rem,4vw,1.3rem);white-space:normal;}

 /* KPI grid carries over from the 768px breakpoint above — just tighten padding */
 .kpi-item{padding:0.7rem 0.6rem;}

 section{padding:3rem 1.2rem;}
 h2.serif{font-size:1.4rem;}

 .story-photo img{height:220px;}
 .story-facts{grid-template-columns:1fr 1fr;}
 .story-fact{padding:1rem 0;}

 .room-photo-wrap{min-height:200px;}
 .shared-item-img{height:200px;}

 .community-bar{grid-template-columns:1fr;}
 .community-bar-item{border-right:none !important;border-bottom:1px solid var(--rule);}
 .community-bar-item:last-child{border-bottom:none;}

 .form-wrap{padding:1.5rem 1rem;}
 footer{padding:1.8rem 1rem;}
}
