:root{
  --ink:#17314d;
  --navy:#153a5b;
  --navy-deep:#0e2b46;
  --blue:#5f9fc2;
  --sky:#eaf5fa;
  --ivory:#fcf8f1;
  --paper:#fffdf9;
  --cream:#f6eadc;
  --rose:#d9858c;
  --rose-soft:#f4d9d7;
  --gold:#b88a57;
  --muted:#68727c;
  --white:#fff;
  --shadow:0 18px 44px rgba(19,58,91,.12);
  --serif:"Cormorant Garamond","Times New Roman",serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
::selection{background:var(--rose);color:#fff}

.site-header{position:relative;z-index:1000;height:162px;background:rgba(255,253,249,.98);border-bottom:1px solid rgba(217,133,140,.22);color:var(--navy)}
.header-inner{width:min(1440px,calc(100% - 64px));height:100%;margin:auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.brand{display:block}
.brand img{height:72px;width:auto;filter:none}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:21px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--navy);font-weight:600}
.desktop-nav a{position:relative;padding:4px 0}
.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--rose);transition:.3s}
.desktop-nav a:hover:after{width:100%}
.nav-dot{color:var(--rose);font-size:10px}
.header-cta{position:absolute;right:0;top:31px;border:1px solid var(--rose);padding:12px 21px;color:var(--rose);font-size:10px;letter-spacing:.16em;text-transform:uppercase;transition:.25s}
.header-cta:hover{background:var(--rose);color:#fff}
.menu-toggle{display:none;background:none;border:0;padding:8px;color:var(--navy)}
.menu-toggle span{display:block;width:24px;height:1px;background:currentColor;margin:6px 0}

.mobile-menu{position:fixed;inset:0;z-index:1100;background:var(--navy-deep);color:#fff;display:flex;flex-direction:column;padding:28px;transform:translateX(100%);transition:.45s cubic-bezier(.72,0,.24,1)}
.mobile-menu.open{transform:none}
.mobile-menu-top{display:flex;justify-content:space-between;align-items:center}
.mobile-menu .brand img{filter:brightness(0) invert(1);height:48px}
.mobile-close{border:0;background:none;color:#fff;font-size:30px;line-height:1}
.mobile-links{margin:auto 0;display:flex;flex-direction:column;gap:22px;font-family:var(--serif);font-size:38px;line-height:1.05}
.mobile-links a{border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:15px}
.mobile-menu-foot{font-size:12px;letter-spacing:.12em;text-transform:uppercase;opacity:.75}

.hero{min-height:max(690px,calc(100svh - 162px));position:relative;display:flex;align-items:stretch;color:var(--navy);overflow:hidden;background:var(--ivory)}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 49%}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,249,.98) 0%,rgba(255,253,249,.92) 22%,rgba(255,253,249,.55) 38%,rgba(255,253,249,.08) 58%,rgba(255,253,249,0) 70%)}
.hero-content{position:relative;z-index:2;width:min(1440px,calc(100% - 64px));margin:0 auto;padding:95px 0 110px;display:flex;align-items:center}
.hero-copy{max-width:620px}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(78px,7vw,116px);line-height:.78;letter-spacing:-.035em;margin:0 0 26px;color:var(--navy)}
.hero-rule{width:72px;height:2px;background:var(--rose);margin-bottom:25px}
.hero-kicker{font-family:var(--serif);font-style:italic;font-size:32px;line-height:1.05;margin:0 0 22px;color:#2b4763}
.hero-intro{max-width:520px;font-size:16px;line-height:1.7;margin:0 0 30px;color:#586673}
.actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border:1px solid currentColor;font-size:10px;letter-spacing:.16em;text-transform:uppercase;transition:.25s ease}
.btn-primary{background:var(--navy);border-color:var(--navy);color:#fff}.btn-primary:hover{background:#fff;color:var(--navy)}
.btn-secondary{background:rgba(255,253,249,.7);border-color:var(--rose);color:var(--rose)}.btn-secondary:hover{background:var(--rose);color:#fff}
.btn-light{color:#fff}.btn-light:hover{background:#fff;color:var(--navy)}
.btn-dark{color:var(--navy)}.btn-dark:hover{background:var(--navy);color:#fff}
.btn-ghost{color:var(--navy);background:rgba(255,255,255,.65);border-color:rgba(21,58,91,.35)}.btn-ghost:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn-cream{background:var(--cream);color:var(--navy);border-color:var(--cream)}.btn-cream:hover{background:transparent;color:#fff;border-color:#fff}
.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.5)}.btn-outline-light:hover{background:#fff;color:var(--navy)}
.hero-features{position:absolute;z-index:3;left:0;right:0;bottom:0;height:118px;background:rgba(255,253,249,.96);border-top:1px solid rgba(217,133,140,.22);display:grid;grid-template-columns:repeat(3,1fr);padding:0 max(4vw,40px)}
.hero-feature{display:flex;align-items:center;justify-content:center;gap:18px;padding:22px 30px;border-right:1px solid rgba(21,58,91,.12)}
.hero-feature:last-child{border-right:0}
.feature-icon{font-family:var(--serif);font-size:38px;line-height:1;color:var(--rose)}
.hero-feature strong{display:block;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--navy);margin-bottom:4px}
.hero-feature small{display:block;font-family:var(--serif);font-style:italic;font-size:15px;color:#5c6873;line-height:1.25}
.scroll-cue{display:none}
.nowrap{white-space:nowrap}

.section{padding:120px 0}
.container{width:min(1320px,calc(100% - 64px));margin:auto}
.container-narrow{width:min(980px,calc(100% - 64px));margin:auto}
.manifesto{padding:58px 0 54px;background:var(--paper);border-top:1px solid rgba(21,58,91,.06);border-bottom:1px solid rgba(21,58,91,.06)}
.manifesto .container-narrow{width:min(1120px,calc(100% - 64px))}
.manifesto-rule{width:58px;height:2px;background:var(--rose);margin:0 0 22px}
.manifesto-title{font-family:var(--serif);font-size:clamp(46px,5.6vw,88px);font-weight:400;line-height:.96;letter-spacing:-.03em;color:var(--navy);margin:0 0 14px;max-width:760px}
.manifesto-meta{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin:0;color:#5d6874;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:600}
.manifesto-meta span{color:var(--rose)}
.intro-section{background:var(--paper);text-align:center;border-top:1px solid rgba(21,58,91,.05)}
.intro-section .eyebrow,.split-copy .eyebrow,.rooms-copy .eyebrow,.coast-copy .eyebrow,.family-copy .eyebrow,.footer-col h4,.gallery-head .eyebrow{color:var(--rose)}
.intro-title{font-family:var(--serif);font-size:clamp(52px,6vw,90px);font-weight:400;line-height:.98;margin:16px auto 28px;max-width:900px;letter-spacing:-.025em}
.intro-copy{max-width:800px;margin:auto;font-family:var(--serif);font-size:24px;line-height:1.55;color:#41505d}

.split{display:grid;grid-template-columns:1.12fr .88fr;min-height:720px;background:#fff}
.split.reverse{grid-template-columns:.88fr 1.12fr}
.split-media{min-height:650px;overflow:hidden;position:relative}
.split-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}
.split:hover .split-media img{transform:scale(1.025)}
.split-copy{padding:100px 8vw;display:flex;flex-direction:column;justify-content:center}
.split-copy h2,.editorial-copy h2,.family-copy h2{font-family:var(--serif);font-size:clamp(52px,5vw,82px);font-weight:400;line-height:.96;letter-spacing:-.025em;margin:15px 0 28px}
.split-copy p,.editorial-copy p,.family-copy p{font-family:var(--serif);font-size:21px;line-height:1.65;color:#4f5864;margin:0 0 28px}
.text-link{font-size:11px;letter-spacing:.14em;text-transform:uppercase;display:inline-flex;align-items:center;gap:14px;width:max-content}
.text-link:after{content:"→";font-size:16px;transition:transform .25s}.text-link:hover:after{transform:translateX(6px)}

.image-story{position:relative;min-height:760px;color:#fff;display:flex;align-items:flex-end;overflow:hidden}
.image-story img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;transform:scale(.58)}
.image-story:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,27,40,.60),rgba(7,27,40,.06) 72%),linear-gradient(0deg,rgba(7,27,40,.28),transparent 65%)}
.image-story .content{position:relative;z-index:1;width:min(1320px,calc(100% - 64px));margin:0 auto 80px;max-width:1320px}
.image-story .copy{max-width:650px}
.image-story h2{font-family:var(--serif);font-size:clamp(56px,7vw,98px);font-weight:400;line-height:.9;letter-spacing:-.035em;margin:15px 0 28px}
.image-story p{font-family:var(--serif);font-size:22px;line-height:1.55;max-width:590px}

.editorial{background:var(--paper)}
.editorial-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.editorial-copy{padding-left:5vw}
.editorial-collage{display:grid;grid-template-columns:1fr .78fr;gap:18px;align-items:end}
.editorial-collage figure{margin:0;overflow:hidden;background:#ddd;box-shadow:var(--shadow)}
.editorial-collage figure:first-child{height:650px}
.editorial-collage figure:last-child{height:430px;margin-bottom:-70px}
.editorial-collage img{width:100%;height:100%;object-fit:cover}

.rooms{background:linear-gradient(135deg,#edf7fb 0%,#fff8ef 100%);color:var(--navy)}
.rooms .container{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.rooms-copy h2{font-family:var(--serif);font-size:clamp(56px,6vw,90px);line-height:.92;font-weight:400;margin:16px 0 28px;letter-spacing:-.03em}
.rooms-copy p{font-family:var(--serif);font-size:22px;color:#536372;max-width:560px}
.room-note{margin-top:30px;padding-top:25px;border-top:1px solid rgba(21,58,91,.14);font-size:12px;line-height:1.75;letter-spacing:.04em;color:#6a7580;max-width:560px}
.rooms-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.rooms-gallery figure{margin:0;height:520px;overflow:hidden;box-shadow:var(--shadow)}
.rooms-gallery figure:nth-child(2){margin-top:70px;height:430px}
.rooms-gallery img{width:100%;height:100%;object-fit:cover}

.coast{background:linear-gradient(180deg,#fff9f2 0%,#f7fbfd 100%)}
.coast-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:90px;align-items:start}
.coast-copy{position:sticky;top:110px}
.coast-copy h2{font-family:var(--serif);font-size:clamp(54px,6vw,82px);line-height:.95;font-weight:400;margin:16px 0 28px;letter-spacing:-.03em}
.coast-copy p{font-family:var(--serif);font-size:21px;color:#4d5660;max-width:570px}
.coast-stories{display:grid;gap:28px}
.coast-card{background:#fff;box-shadow:var(--shadow);overflow:hidden}
.coast-card img{width:100%;height:380px;object-fit:cover}
.coast-card-body{padding:35px 38px 40px}
.coast-card h3{font-family:var(--serif);font-size:38px;font-weight:400;margin:0 0 12px}
.coast-card p{margin:0;color:#5d6670;font-size:15px;line-height:1.7}
.abbey-section{background:#fff}

.family{background:#fff}
.family-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}
.family-media{min-height:670px;overflow:hidden}.family-media img{width:100%;height:100%;object-fit:cover}
.family-copy{background:#f8ecdf;padding:95px 7vw;display:flex;flex-direction:column;justify-content:center}
.venues{margin-top:25px;display:grid;gap:0;border-top:1px solid rgba(23,35,51,.15)}
.venue{display:grid;grid-template-columns:1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid rgba(23,35,51,.15)}
.venue strong{font-family:var(--serif);font-size:23px;font-weight:500}.venue span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#68717b}

.gallery-section{background:var(--paper)}
.gallery-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}
.gallery-head h2{font-family:var(--serif);font-size:clamp(56px,7vw,92px);font-weight:400;line-height:.9;margin:12px 0 0}
.gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:260px;gap:14px}
.gallery-grid button{border:0;padding:0;background:none;overflow:hidden;cursor:zoom-in;box-shadow:var(--shadow)}
.gallery-grid button:first-child{grid-row:span 2}
.gallery-grid button:nth-child(4){grid-column:span 2}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.gallery-grid button:hover img{transform:scale(1.03)}

.faq{background:#fffaf4}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.faq h2{font-family:var(--serif);font-size:clamp(54px,6vw,80px);font-weight:400;line-height:.95;margin:15px 0}
.faq-list{border-top:1px solid #d9d9d3}
.faq-item{border-bottom:1px solid #d9d9d3}
.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;background:none;border:0;padding:24px 0;color:var(--ink);cursor:pointer;font-family:var(--serif);font-size:25px}
.faq-q span:last-child{font-family:var(--sans);font-size:20px;transition:transform .25s}
.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;color:#5c6570}
.faq-a p{margin:0;padding:0 45px 25px 0}

.cta{min-height:720px;position:relative;color:#fff;display:flex;align-items:center;text-align:center;overflow:hidden}
.cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta:after{content:"";position:absolute;inset:0;background:rgba(14,55,82,.40)}
.cta-inner{position:relative;z-index:1;width:min(880px,calc(100% - 48px));margin:auto}
.cta h2{font-family:var(--serif);font-size:clamp(58px,8vw,108px);line-height:.86;font-weight:400;letter-spacing:-.035em;margin:18px 0 34px}
.cta p{font-family:var(--serif);font-size:22px;max-width:650px;margin:0 auto 30px}

.contact-strip{background:linear-gradient(135deg,#2b678d 0%,#1f5879 60%,#164866 100%);color:#fff;padding:90px 0}
.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:start}
.contact-grid h3{font-family:var(--serif);font-size:56px;font-weight:400;line-height:.95;margin:0 0 20px}
.contact-grid p{color:rgba(255,255,255,.76);max-width:550px;font-family:var(--serif);font-size:22px;line-height:1.55}
.contact-details{display:grid;gap:14px;margin-top:28px;font-size:14px}
.contact-details a{width:max-content;border-bottom:1px solid rgba(255,255,255,.35)}
.phone-link{font-size:36px;line-height:1;font-family:var(--serif);border-bottom:none!important}
.contact-panel{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:42px;box-shadow:var(--shadow)}
.panel-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);margin-bottom:14px}
.contact-panel h4{font-family:var(--serif);font-size:44px;line-height:.95;font-weight:400;margin:0 0 18px}
.contact-panel p{font-size:19px;color:rgba(255,255,255,.75);margin:0 0 26px;max-width:none}
.panel-actions{display:flex;gap:12px;flex-wrap:wrap}

.site-footer{background:#163b58;color:#fff;padding:55px 0 35px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:50px;align-items:start}
.footer-brand img{height:64px;width:auto;filter:brightness(0) invert(1);margin-bottom:24px}
.footer-brand p{font-family:var(--serif);font-size:18px;color:rgba(255,255,255,.65);max-width:420px}
.footer-col h4{font-size:10px;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px}
.footer-col{display:grid;gap:9px;font-size:13px;color:rgba(255,255,255,.72)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:25px;display:flex;justify-content:space-between;gap:30px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.48)}

.lightbox{position:fixed;inset:0;z-index:1500;background:rgba(5,18,28,.94);display:none;align-items:center;justify-content:center;padding:35px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;right:25px;top:20px;color:#fff;background:none;border:0;font-size:36px;cursor:pointer}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1020px){
  .header-inner{grid-template-columns:1fr auto;width:calc(100% - 36px)}.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.brand img{height:44px}
  .hero-content{grid-template-columns:1fr;width:calc(100% - 40px);margin:0 auto}.hero h1{font-size:clamp(58px,12vw,92px);max-width:700px}
  .split,.split.reverse{grid-template-columns:1fr;min-height:auto}.split-media{min-height:600px}.split-copy{padding:80px 10vw}
  .editorial-grid{grid-template-columns:1fr}.editorial-copy{padding:0}.editorial-collage{max-width:800px;margin:auto}
  .rooms .container{grid-template-columns:1fr}.rooms-copy{max-width:700px}.coast-grid{grid-template-columns:1fr}.coast-copy{position:static}.family-grid{grid-template-columns:1fr}.family-media{min-height:580px}
  .gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid button:nth-child(4){grid-column:auto}.faq-grid,.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media(max-width:680px){
  .site-header{height:72px}.site-header.scrolled{height:66px}.header-inner{width:calc(100% - 28px)}.brand img{height:39px}.menu-toggle{padding-right:0}
  .hero{min-height:92svh}.hero-media img{object-position:58% center}.hero-content{width:calc(100% - 32px);margin:0 auto}.hero-card{padding:24px 22px}.hero h1{font-size:57px;line-height:.92;margin:10px 0 16px}.hero-intro{font-size:19px;margin-bottom:22px}.hero .btn{min-height:44px}.scroll-cue{display:none}
  .section{padding:82px 0}.container,.container-narrow{width:calc(100% - 32px)}.manifesto{padding:42px 0}.manifesto .container-narrow{width:calc(100% - 32px)}.manifesto-title{font-size:50px}.manifesto-meta{font-size:10px;gap:8px 10px}
  .split-media{min-height:480px}.split-copy{padding:60px 28px}.split-copy h2,.editorial-copy h2,.family-copy h2{font-size:50px}.split-copy p,.editorial-copy p,.family-copy p{font-size:19px}
  .image-story{min-height:660px}.image-story .content{width:calc(100% - 32px);margin-bottom:48px}.image-story h2{font-size:59px}.image-story p{font-size:19px}.image-story img{object-position:50% center;transform:scale(.66)}
  .editorial-grid{gap:45px}.editorial-collage{grid-template-columns:1fr 1fr;gap:10px}.editorial-collage figure:first-child{height:460px}.editorial-collage figure:last-child{height:320px;margin-bottom:-35px}
  .rooms .container{width:calc(100% - 32px);gap:45px}.rooms-copy h2{font-size:56px}.rooms-gallery{gap:9px}.rooms-gallery figure{height:360px}.rooms-gallery figure:nth-child(2){height:300px;margin-top:35px}
  .coast-grid{gap:45px}.coast-copy h2{font-size:55px}.coast-card img{height:280px}.coast-card-body{padding:27px 25px 30px}.coast-card h3{font-size:32px}
  .family-media{min-height:430px}.family-copy{padding:65px 28px}.venue{grid-template-columns:1fr}.venue span{margin-top:-8px}
  .gallery-head{display:block}.gallery-head .text-link{margin-top:20px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px;gap:8px}.gallery-grid button:first-child{grid-row:span 2}.gallery-grid button:nth-child(4){grid-column:1/-1}.gallery-grid button:nth-child(5){display:none}
  .faq-grid{gap:35px}.faq h2{font-size:54px}.faq-q{font-size:22px}
  .cta{min-height:630px}.cta h2{font-size:65px}.cta p{font-size:19px}
  .contact-strip{padding:70px 0}.contact-grid{gap:45px}.contact-grid h3{font-size:46px}.contact-grid p{font-size:19px}.phone-link{font-size:32px}.contact-panel{padding:30px}.contact-panel h4{font-size:38px}.panel-actions{flex-direction:column}.panel-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}
}

/* Brand panel for the Di Sipio family section */
.family-logo-panel{background:var(--ivory);display:flex;align-items:center;justify-content:center;padding:9vw 7vw;min-height:670px}
.family-logo-panel img{width:min(720px,88%);height:auto;object-fit:contain;filter:none}

@media(max-width:1020px){
  .family-logo-panel{min-height:430px;padding:90px 8vw}
}
@media(max-width:680px){
  .family-logo-panel{min-height:300px;padding:70px 28px}
  .family-logo-panel img{width:94%}
  .gallery-grid button:nth-child(5){display:block}
  .gallery-grid button:nth-child(6){grid-column:1/-1}
}

/* Hero/header recalibration from approved homepage direction */
@media(max-width:1020px){
  .site-header{height:76px;position:relative}
  .header-inner{width:calc(100% - 36px);height:76px;display:grid;grid-template-columns:1fr auto;justify-items:start}
  .brand img{height:46px}
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:block;justify-self:end}
  .hero{min-height:760px}
  .hero-media,.hero-fade{inset:0 0 100px 0}
  .hero-content{width:calc(100% - 48px);padding:70px 0 140px}
  .hero-copy{max-width:540px}
  .hero h1{font-size:86px}
  .hero-kicker{font-size:28px}
  .hero-features{height:100px;padding:0 24px}
  .hero-feature{padding:18px 14px;gap:10px}
  .feature-icon{font-size:30px}
  .hero-feature small{font-size:13px}
}
@media(max-width:680px){
  .site-header{height:70px}
  .header-inner{height:70px;width:calc(100% - 28px)}
  .brand img{height:42px}
  .hero{min-height:820px;display:block}
  .hero-media{inset:0 0 184px 0}
  .hero-media img{object-position:61% center}
  .hero-fade{inset:0 0 184px 0;background:linear-gradient(180deg,rgba(255,253,249,.95) 0%,rgba(255,253,249,.84) 32%,rgba(255,253,249,.24) 58%,rgba(255,253,249,0) 76%)}
  .hero-content{width:calc(100% - 32px);padding:52px 0 260px;align-items:flex-start}
  .hero-copy{max-width:100%}
  .hero h1{font-size:64px;line-height:.82;margin-bottom:20px}
  .hero-rule{width:58px;margin-bottom:18px}
  .hero-kicker{font-size:24px;max-width:330px}
  .hero-intro{font-size:15px;max-width:330px}
  .actions{gap:9px}
  .btn{min-height:46px;padding:0 17px;font-size:9px}
  .hero-features{height:184px;grid-template-columns:1fr;bottom:0;padding:6px 20px;background:rgba(255,253,249,.98)}
  .hero-feature{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(21,58,91,.10);padding:9px 4px;gap:13px}
  .hero-feature:last-child{border-bottom:0}
  .feature-icon{font-size:26px;width:32px;text-align:center}
  .hero-feature strong{font-size:9px}
  .hero-feature small{font-size:13px}
}

/* ===== iPhone / narrow-screen rebuild ===== */
@media (max-width: 520px) {
  html, body { width:100%; max-width:100%; overflow-x:hidden; }
  body { font-size:15px; }

  .site-header { height:68px; position:sticky; top:0; z-index:1000; background:rgba(255,253,249,.97); backdrop-filter:blur(10px); }
  .header-inner { height:68px; width:calc(100% - 28px); display:grid; grid-template-columns:1fr auto; align-items:center; }
  .brand img { height:40px; max-width:205px; object-fit:contain; object-position:left center; }
  .desktop-nav, .header-cta { display:none !important; }
  .menu-toggle { display:block !important; justify-self:end; margin:0; padding:8px 0 8px 12px; }

  .hero { min-height:0; display:block; background:var(--paper); overflow:visible; }
  .hero-media { position:absolute; top:0; left:0; right:0; bottom:auto; height:470px; }
  .hero-media img { width:100%; height:100%; object-fit:cover; object-position:58% center; }
  .hero-fade { position:absolute; top:0; left:0; right:0; bottom:auto; height:470px; background:linear-gradient(180deg,rgba(255,253,249,.06) 0%,rgba(255,253,249,.10) 42%,rgba(255,253,249,.80) 74%,rgba(255,253,249,1) 100%); }
  .hero-content { position:relative; width:100%; padding:330px 20px 34px; display:block; }
  .hero-copy { max-width:none; width:100%; }
  .hero h1 { font-size:56px; line-height:.84; letter-spacing:-.035em; margin:0 0 16px; }
  .hero-rule { width:54px; height:2px; margin:0 0 16px; }
  .hero-kicker { font-size:22px; line-height:1.08; margin:0 0 14px; max-width:335px; }
  .hero-intro { font-size:14px; line-height:1.55; margin:0 0 20px; max-width:335px; }
  .actions { display:grid; grid-template-columns:1fr; gap:10px; width:100%; }
  .actions .btn { width:100%; min-height:48px; }
  .hero-features { position:relative; inset:auto; height:auto; display:grid; grid-template-columns:1fr; padding:8px 20px 14px; background:#fffdf9; border-top:1px solid rgba(217,133,140,.18); }
  .hero-feature { justify-content:flex-start; border-right:0; border-bottom:1px solid rgba(21,58,91,.10); padding:13px 0; gap:14px; }
  .hero-feature:last-child { border-bottom:0; }
  .feature-icon { width:36px; font-size:27px; text-align:center; flex:0 0 36px; }
  .hero-feature strong { font-size:9px; line-height:1.25; }
  .hero-feature small { font-size:13px; line-height:1.25; }

  .section { padding:64px 0; }
  .container, .container-narrow { width:calc(100% - 36px); }
  .eyebrow { font-size:9px; letter-spacing:.20em; }
  .manifesto{padding:34px 0 32px;}
  .manifesto .container-narrow { width:calc(100% - 36px); }
  .manifesto-rule { width:44px; margin:0 0 18px; }
  .manifesto-title { font-size:43px; line-height:.96; margin:0 0 14px; }
  .manifesto-meta { font-size:10px; line-height:1.5; gap:8px 10px; }

  .split, .split.reverse { display:flex; flex-direction:column; min-height:0; }
  .split-media { min-height:0; height:330px; order:1; }
  .split-media img { width:100%; height:100%; object-fit:cover; }
  .split-copy { order:2; padding:48px 22px 54px; }
  .split-copy h2, .editorial-copy h2, .family-copy h2 { font-size:43px; line-height:.98; margin:12px 0 20px; }
  .split-copy p, .editorial-copy p, .family-copy p { font-size:18px; line-height:1.55; margin:0 0 22px; }

  /* portrait phone photo: show the whole image instead of cropping/zooming */
  .image-story { min-height:0; display:block; background:var(--navy-deep); color:#fff; }
  .image-story img { position:relative; inset:auto; width:100%; height:auto; max-height:none; object-fit:contain; object-position:center; transform:none !important; }
  .image-story:after { display:none; }
  .image-story .content { width:100%; margin:0; padding:38px 22px 48px; }
  .image-story .copy { max-width:none; }
  .image-story h2 { font-size:46px; line-height:.95; margin:10px 0 18px; }
  .image-story p { font-size:18px; line-height:1.5; margin:0; }

  .editorial-grid { display:block; }
  .editorial-copy { padding:0 2px 34px; }
  .editorial-collage { display:grid; grid-template-columns:1fr; gap:12px; }
  .editorial-collage figure:first-child, .editorial-collage figure:last-child { height:auto; margin:0; }
  .editorial-collage img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }

  .rooms .container { width:calc(100% - 36px); display:block; }
  .rooms-copy { margin-bottom:34px; }
  .rooms-copy h2 { font-size:46px; line-height:.94; }
  .rooms-copy p { font-size:18px; line-height:1.55; }
  .room-note { font-size:11px; }
  .rooms-gallery { display:grid; grid-template-columns:1fr; gap:12px; }
  .rooms-gallery figure, .rooms-gallery figure:nth-child(2) { height:auto; margin:0; }
  .rooms-gallery img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }

  .coast-grid { display:block; }
  .coast-copy { position:static; margin-bottom:36px; }
  .coast-copy h2 { font-size:44px; line-height:.96; }
  .coast-copy p { font-size:18px; line-height:1.55; }
  .coast-stories { gap:18px; }
  .coast-card img { height:auto; aspect-ratio:4/3; }
  .coast-card-body { padding:26px 22px 30px; }
  .coast-card h3 { font-size:32px; }

  .family-grid { display:block; }
  .family-logo-panel { min-height:0; padding:58px 28px; }
  .family-logo-panel img { width:92%; max-width:360px; }
  .family-copy { padding:50px 22px 56px; }
  .venue { grid-template-columns:1fr; gap:4px; padding:16px 0; }
  .venue span { margin:0; }

  .gallery-head { display:block; margin-bottom:28px; }
  .gallery-head h2 { font-size:45px; line-height:.95; }
  .gallery-head .text-link { margin-top:14px; }
  .gallery-grid { display:grid; grid-template-columns:1fr; grid-auto-rows:auto; gap:10px; }
  .gallery-grid button, .gallery-grid button:first-child, .gallery-grid button:nth-child(4), .gallery-grid button:nth-child(6) { grid-column:auto; grid-row:auto; height:auto; }
  .gallery-grid button:nth-child(5) { display:block; }
  .gallery-grid img { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; }

  .faq-grid { display:block; }
  .faq-grid > div:first-child { margin-bottom:28px; }
  .faq h2 { font-size:43px; line-height:.96; }
  .faq-q { font-size:20px; line-height:1.2; padding:20px 0; gap:18px; }
  .faq-a p { padding:0 0 22px; font-size:15px; line-height:1.55; }

  .cta { min-height:560px; }
  .cta img { object-position:center center; }
  .cta-inner { width:calc(100% - 36px); }
  .cta h2 { font-size:54px; line-height:.90; margin:14px 0 24px; }
  .cta p { font-size:18px; line-height:1.45; }
  .cta .btn { width:100%; max-width:300px; }

  .contact-strip { padding:62px 0; }
  .contact-grid { display:block; }
  .contact-copy { margin-bottom:34px; }
  .contact-grid h3 { font-size:44px; line-height:.95; }
  .contact-grid p { font-size:18px; line-height:1.5; }
  .phone-link { font-size:30px; }
  .contact-panel { padding:28px 22px; }
  .contact-panel h4 { font-size:36px; }
  .contact-panel p { font-size:17px; }
  .panel-actions { display:grid; grid-template-columns:1fr; }
  .panel-actions .btn { width:100%; }

  .site-footer { padding:48px 0 28px; }
  .footer-grid { display:grid; grid-template-columns:1fr; gap:30px; }
  .footer-brand { grid-column:auto; }
  .footer-brand img { height:58px; }
  .footer-bottom { flex-direction:column; gap:10px; margin-top:34px; }
}

/* Gallery navigation + phone icon */
.phone-link,.footer-phone{display:inline-flex;align-items:center;gap:10px;width:max-content}
.phone-number-icon{display:inline-flex;width:.8em;height:.8em;flex:0 0 auto}
.phone-number-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.footer-phone .phone-number-icon{width:15px;height:15px}

.lightbox{gap:18px}
.lightbox-figure{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:calc(100vw - 160px);max-height:92vh}
.lightbox-figure img{max-width:100%;max-height:84vh;object-fit:contain}
.lightbox-counter{margin-top:10px;color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(5,18,28,.34);color:#fff;font-family:Georgia,serif;font-size:40px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;z-index:2}
.lightbox-nav:hover{background:#fff;color:var(--navy)}
.lightbox-prev{left:24px}.lightbox-next{right:24px}

@media(max-width:680px){
  .lightbox{padding:18px 12px}
  .lightbox-figure{max-width:100%;max-height:94vh}
  .lightbox-figure img{max-width:100%;max-height:80vh}
  .lightbox-nav{width:44px;height:44px;font-size:34px;top:auto;bottom:22px;transform:none;background:rgba(5,18,28,.58)}
  .lightbox-prev{left:22px}.lightbox-next{right:22px}
  .lightbox-close{right:16px;top:12px;font-size:34px}
  .lightbox-counter{margin-top:12px;padding-bottom:10px}
}

/* ===== Language switch ===== */
.language-switch{
  position:absolute;
  right:142px;
  top:42px;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--navy);
}
.language-switch a{opacity:.58;transition:.2s ease}
.language-switch a:hover{opacity:1;color:var(--rose)}
.language-switch .active{color:var(--rose);font-weight:600}
.mobile-lang{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  font-size:12px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.mobile-lang a{opacity:.65}
.mobile-lang .active{color:var(--rose);font-weight:600}
@media(max-width:1020px){
  .language-switch{display:none}
}

/* V16 — simplified contact section */
.contact-single{max-width:1050px}
.contact-copy-single{max-width:900px;margin:0 auto 0 0}
.contact-copy-single h3{font-size:clamp(54px,5vw,76px);max-width:820px;margin-bottom:22px}
.contact-copy-single>p{max-width:760px;font-size:22px;line-height:1.55;margin-bottom:34px}
.contact-primary-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:18px 0 28px}
.contact-primary-row .phone-link{font-size:40px}
.contact-primary-row .btn{min-width:150px}
.contact-meta{display:flex;align-items:center;gap:26px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);font-size:13px}
.contact-meta a{border-bottom:1px solid rgba(255,255,255,.35)}

@media(max-width:680px){
  .contact-copy-single{margin:0}
  .contact-copy-single h3{font-size:46px}
  .contact-copy-single>p{font-size:18px}
  .contact-primary-row{align-items:stretch;gap:16px}
  .contact-primary-row .phone-link{font-size:31px;width:100%}
  .contact-primary-row .btn{width:100%}
  .contact-meta{display:grid;gap:12px;padding-top:22px}
  .contact-meta a{width:max-content}
}


/* V19 territory section refinement */
.territory-editorial{background:var(--ivory);padding:128px 0 0;overflow:hidden}
.territory-head{display:grid;grid-template-columns:.56fr 1.44fr;column-gap:70px;align-items:start;margin-bottom:60px}
.territory-head .eyebrow{grid-column:1;color:var(--rose);padding-top:12px}
.territory-head h2{grid-column:2;font-family:var(--serif);font-size:clamp(56px,6vw,92px);font-weight:400;line-height:.9;letter-spacing:-.035em;margin:0 0 24px;color:var(--navy);max-width:980px}
.territory-head p{grid-column:2;font-family:var(--serif);font-size:23px;line-height:1.55;color:#52606d;max-width:820px;margin:0}
.territory-sea{display:grid;grid-template-columns:1.34fr .66fr;width:min(1540px,calc(100% - 48px));margin:0 auto;background:#fff;box-shadow:0 28px 70px rgba(10,35,58,.12);overflow:hidden}
.territory-sea>img{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center center;display:block}
.territory-sea:after{display:none}
.territory-sea-card{position:relative;left:auto;right:auto;bottom:auto;z-index:1;width:auto;padding:54px 44px;background:linear-gradient(180deg,#fffdf9 0%,#f7f2ec 100%);backdrop-filter:none;box-shadow:none;display:flex;flex-direction:column;justify-content:center}
.territory-index{display:block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--rose);font-weight:600;margin-bottom:12px}
.territory-sea-card h3,.territory-abbey-copy h3{font-family:var(--serif);font-size:clamp(40px,4vw,64px);font-weight:400;line-height:.94;letter-spacing:-.025em;color:var(--navy);margin:0 0 18px}
.territory-sea-card p,.territory-abbey-copy p{font-family:var(--serif);font-size:19px;line-height:1.58;color:#56616c;margin:0 0 18px}
.territory-points{list-style:none;padding:10px 0 0;margin:0;display:grid;gap:14px}
.territory-points li{position:relative;padding-left:20px;font-size:14px;line-height:1.6;color:#334558;letter-spacing:.02em}
.territory-points li:before{content:"";position:absolute;left:0;top:.58em;width:6px;height:6px;border-radius:50%;background:var(--rose)}
.territory-abbey{display:grid;grid-template-columns:1.14fr .86fr;gap:0;align-items:stretch;padding-top:82px;padding-bottom:120px}
.territory-abbey figure{margin:0;min-height:520px;overflow:hidden;box-shadow:var(--shadow)}
.territory-abbey figure img{width:100%;height:100%;object-fit:cover;display:block}
.territory-abbey-copy{background:var(--navy);color:#fff;padding:74px 64px;display:flex;flex-direction:column;justify-content:center}
.territory-abbey-copy .territory-index{color:#f1b4b8}
.territory-abbey-copy h3{color:#fff}
.territory-abbey-copy p{color:rgba(255,255,255,.78)}
.territory-abbey-copy .text-link{color:#fff;margin-top:8px}

@media (max-width:1180px){
  .territory-head{grid-template-columns:1fr;row-gap:18px;margin-bottom:42px}
  .territory-head .eyebrow,.territory-head h2,.territory-head p{grid-column:1}
  .territory-sea{grid-template-columns:1fr;width:calc(100% - 32px)}
  .territory-sea>img{min-height:520px}
  .territory-sea-card{padding:40px 34px}
  .territory-abbey{grid-template-columns:1fr;padding-top:48px;padding-bottom:82px}
  .territory-abbey figure{min-height:420px}
  .territory-abbey-copy{padding:54px 42px}
}
@media (max-width:700px){
  .territory-editorial{padding-top:84px}
  .territory-head{width:calc(100% - 36px);margin-bottom:30px}
  .territory-head h2{font-size:50px;line-height:.93;margin-bottom:18px}
  .territory-head p{font-size:19px;line-height:1.5}
  .territory-sea{width:100%}
  .territory-sea>img{min-height:0;height:auto;aspect-ratio:4/3}
  .territory-sea-card{padding:28px 24px 34px}
  .territory-sea-card h3,.territory-abbey-copy h3{font-size:40px}
  .territory-sea-card p,.territory-abbey-copy p{font-size:17px}
  .territory-points{gap:10px;padding-top:4px}
  .territory-points li{font-size:13px}
  .territory-abbey{width:100%;padding-top:18px;padding-bottom:0}
  .territory-abbey figure{min-height:0;box-shadow:none}
  .territory-abbey figure img{aspect-ratio:16/10}
  .territory-abbey-copy{padding:42px 24px 54px}
}


/* V20 premium recalibration */
body{background:#f6f1ea;color:#243446}
.section,.gallery-section,.faq,.territory-editorial{background:transparent}
.site-header{backdrop-filter:blur(14px);background:rgba(246,241,234,.84);border-bottom:1px solid rgba(28,43,58,.06)}
.site-header.scrolled{background:rgba(246,241,234,.92)}
.desktop-nav a,.language-switch,.mobile-lang,.header-cta{letter-spacing:.08em}
.hero:after{background:linear-gradient(180deg,rgba(8,20,30,.18) 0%,rgba(9,22,34,.36) 44%,rgba(12,30,46,.52) 100%)}
.hero-copy{max-width:760px;text-align:center;margin:0 auto}.hero h1{font-size:clamp(74px,10vw,150px);line-height:.86;letter-spacing:-.05em;margin:0 0 18px}.hero-rule{margin:18px auto 22px}.hero-kicker{font-size:clamp(24px,3vw,34px);line-height:1.15;max-width:700px;margin:0 auto 16px}.hero-intro{max-width:660px;margin:0 auto 32px;color:rgba(255,255,255,.84)}.actions{justify-content:center}.btn{border-radius:2px;box-shadow:0 12px 30px rgba(8,21,35,.16)}.btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.72)}.btn-secondary:hover{background:rgba(255,255,255,.16)}
.hero-signature{background:linear-gradient(180deg,#f7f3ed 0%,#f5efe7 100%);padding:78px 0 88px;border-top:1px solid rgba(24,42,59,.06);border-bottom:1px solid rgba(24,42,59,.08)}
.signature-intro{display:grid;grid-template-columns:.44fr 1.56fr;gap:56px;align-items:end;margin-bottom:34px}.signature-intro h2{font-family:var(--serif);font-size:clamp(48px,5vw,76px);line-height:.95;font-weight:400;margin:0;color:var(--navy);max-width:980px}.signature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(32,47,65,.14);border-left:1px solid rgba(32,47,65,.08)}.signature-item{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:30px 28px 34px;border-right:1px solid rgba(32,47,65,.08);border-bottom:1px solid rgba(32,47,65,.14);background:rgba(255,255,255,.42)}.signature-no{font-family:var(--serif);font-size:34px;line-height:1;color:var(--rose);opacity:.82}.signature-item strong{display:block;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#183958;margin-bottom:7px}.signature-item small{display:block;font-family:var(--serif);font-size:22px;line-height:1.35;color:#51606e}
.split,.family-grid{background:#fff;box-shadow:0 20px 50px rgba(10,35,58,.08)}.split-copy,.family-copy{background:linear-gradient(180deg,#fffdfa 0%,#f8f2ea 100%)}
.editorial-grid{gap:60px;align-items:center}.editorial-collage{display:grid;grid-template-columns:1fr;gap:0}.editorial-collage figure:first-child,.editorial-collage figure:last-child{height:auto;margin:0;box-shadow:0 24px 56px rgba(10,35,58,.12)}.editorial-collage figure:last-child{display:none}.editorial-collage figure img{aspect-ratio:4/5;object-fit:cover}.image-story .copy{background:rgba(248,242,234,.92);backdrop-filter:blur(6px);box-shadow:0 22px 56px rgba(10,35,58,.16)}.rooms .container{background:#fff;box-shadow:0 20px 50px rgba(10,35,58,.08);padding:72px}.rooms-gallery figure,.gallery-grid button,.territory-abbey figure{box-shadow:0 24px 56px rgba(10,35,58,.12)}
.territory-head p{max-width:900px}.territory-sea{box-shadow:0 24px 60px rgba(10,35,58,.10)}.territory-abbey figure img{object-position:center top}.territory-abbey-copy{background:linear-gradient(180deg,#12314a 0%,#183f5c 100%)}
.gallery-section .container,.faq .container{background:#fff;box-shadow:0 20px 50px rgba(10,35,58,.07);padding:72px}.gallery-grid img{transition:transform .75s, filter .45s}.gallery-grid button:hover img{transform:scale(1.04);filter:saturate(1.04)}.faq-grid{gap:70px}.faq-q{font-size:28px}.faq-a p{font-family:var(--serif);font-size:19px;line-height:1.6;color:#5d6874}
.cta{min-height:820px}.cta:after{background:linear-gradient(180deg,rgba(9,24,36,.34) 0%,rgba(10,31,47,.52) 58%,rgba(10,31,47,.68) 100%)}.cta-inner{width:min(960px,calc(100% - 48px));text-align:left;padding:110px 72px;background:rgba(10,40,61,.22);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(4px);box-shadow:0 26px 60px rgba(0,0,0,.18)}.cta h2{font-size:clamp(66px,8vw,102px);max-width:860px;margin-bottom:22px}.cta p{margin:0 0 28px;max-width:760px;font-size:24px}.cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.btn-secondary-light{display:inline-flex;align-items:center;justify-content:center;padding:16px 28px;min-height:54px;border:1px solid rgba(255,255,255,.72);color:#fff;background:rgba(255,255,255,.06);text-transform:uppercase;font-size:11px;letter-spacing:.18em}.btn-secondary-light:hover{background:rgba(255,255,255,.14)}.cta-meta{display:flex;gap:18px 28px;flex-wrap:wrap;margin-top:24px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.74)}.cta-meta a{border-bottom:1px solid rgba(255,255,255,.35)}
.site-footer{background:#173955}.footer-grid{gap:42px}.footer-col a,.footer-col span{line-height:1.6}.footer-phone{display:inline-flex;align-items:center;gap:10px}
@media(max-width:1020px){.signature-intro{grid-template-columns:1fr;gap:14px}.signature-grid{grid-template-columns:1fr}.split,.family-grid{box-shadow:none}.rooms .container,.gallery-section .container,.faq .container{padding:54px 42px}.editorial-collage figure img{aspect-ratio:5/4}.cta-inner{padding:76px 48px}}
@media(max-width:680px){.hero-copy{text-align:left;max-width:none}.hero-rule{margin-left:0}.actions{justify-content:flex-start}.hero h1{font-size:62px}.hero-kicker{font-size:22px;max-width:none}.hero-signature{padding:58px 0 64px}.signature-intro h2{font-size:42px}.signature-item{padding:24px 0 24px;background:transparent}.signature-grid{border-left:0}.signature-item{border-right:0}.editorial-collage figure img{aspect-ratio:4/3}.rooms .container,.gallery-section .container,.faq .container{width:100%;padding:0 16px 72px;background:transparent;box-shadow:none}.faq-grid{gap:28px}.faq-q{font-size:24px}.territory-abbey figure img{aspect-ratio:4/5;object-position:center top}.cta{min-height:640px}.cta-inner{width:calc(100% - 24px);padding:48px 22px;text-align:left}.cta h2{font-size:56px;line-height:.92}.cta p{font-size:19px;max-width:none}.cta-actions{flex-direction:column;align-items:stretch}.cta-actions .btn,.cta-actions .btn-secondary-light{width:100%}.cta-meta{font-size:11px;gap:12px}}


/* V21 hero-logo / smart header */
.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}
.site-header{position:sticky;top:0;transition:height .35s ease, background .35s ease, box-shadow .35s ease}
.site-header .brand{display:flex;align-items:center;justify-content:center;transition:opacity .35s ease, transform .35s ease, max-height .35s ease, margin .35s ease, visibility .35s ease;max-height:90px;overflow:hidden}
.site-header.at-top{height:90px;background:rgba(246,241,234,.88);backdrop-filter:blur(10px)}
.site-header.at-top .header-inner{justify-content:flex-end}
.site-header.at-top .brand{opacity:0;visibility:hidden;pointer-events:none;max-height:0;transform:translateY(-10px)}
.site-header.at-top .desktop-nav{margin-top:0}
.site-header.scrolled{height:152px;background:rgba(246,241,234,.96);box-shadow:0 10px 32px rgba(19,42,62,.08)}
.site-header.scrolled .brand{opacity:1;visibility:visible;max-height:90px;transform:none}
.hero-copy{max-width:900px}
.hero-logo-large{display:block;width:min(680px,72vw);height:auto;margin:0 auto 22px;filter:none}
.hero h1 + .hero-logo-large + .hero-rule{margin-top:4px}
@media (max-width:1020px){
  .site-header.at-top{height:76px}
  .site-header.scrolled{height:132px}
  .hero-logo-large{width:min(560px,82vw)}
}
@media (max-width:680px){
  .site-header.at-top{height:68px}
  .site-header.scrolled{height:68px}
  .site-header.scrolled .brand{max-height:56px}
  .hero-logo-large{width:min(360px,88vw);margin:0 0 16px}
  .hero-copy{text-align:left}
}


/* V22: restore V17 opening exactly, keep later premium sections */
.site-header{position:relative!important;z-index:1000;height:162px!important;background:rgba(255,253,249,.98)!important;border-bottom:1px solid rgba(217,133,140,.22)!important;color:var(--navy);box-shadow:none!important;backdrop-filter:none!important}
.header-inner{width:min(1440px,calc(100% - 64px));height:100%;margin:auto;position:relative;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.site-header .brand{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:none!important;overflow:visible!important;transform:none!important}
.brand img{height:72px!important;width:auto!important;filter:none}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:21px!important;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--navy);font-weight:600}
.header-cta{position:absolute;right:0;top:31px}
.site-header.scrolled{height:162px!important;background:rgba(255,253,249,.98)!important;box-shadow:none!important}
.hero{min-height:max(690px,calc(100svh - 162px));position:relative;display:flex;align-items:stretch;color:var(--navy);overflow:hidden;background:var(--ivory)}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 49%}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,249,.98) 0%,rgba(255,253,249,.92) 22%,rgba(255,253,249,.55) 38%,rgba(255,253,249,.08) 58%,rgba(255,253,249,0) 70%)}
.hero-content{position:relative;z-index:2;width:min(1440px,calc(100% - 64px));margin:0 auto;padding:95px 0 110px;display:flex;align-items:center}
.hero-copy{max-width:620px!important;text-align:left!important;margin:0!important}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(78px,7vw,116px)!important;line-height:.78!important;letter-spacing:-.035em!important;margin:0 0 26px!important;color:var(--navy)!important}
.hero-rule{width:72px;height:2px;background:var(--rose);margin:0 0 25px!important}
.hero-kicker{font-family:var(--serif);font-style:italic;font-size:32px!important;line-height:1.05!important;margin:0 0 22px!important;color:#2b4763;max-width:none!important}
.hero-intro{max-width:520px!important;font-size:16px!important;line-height:1.7!important;margin:0 0 30px!important;color:#586673!important}
.hero .actions{display:flex;gap:13px;flex-wrap:wrap;justify-content:flex-start!important}
.hero .btn{box-shadow:none!important;border-radius:0!important}
.hero .btn-primary{background:var(--navy);border-color:var(--navy);color:#fff}
.hero .btn-secondary{background:rgba(255,253,249,.7);border-color:var(--rose);color:var(--rose)}
.manifesto{padding:58px 0 54px;background:var(--paper)!important;border-top:1px solid rgba(21,58,91,.06);border-bottom:1px solid rgba(21,58,91,.06)}
.manifesto .container-narrow{width:min(1120px,calc(100% - 64px))}
.manifesto-rule{width:58px;height:2px;background:var(--rose);margin:0 0 22px}
.manifesto-title{font-family:var(--serif);font-size:clamp(46px,5.6vw,88px);font-weight:400;line-height:.96;letter-spacing:-.03em;color:var(--navy);margin:0 0 14px;max-width:760px}
.manifesto-meta{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin:0;color:#5d6874;font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:600}
.manifesto-meta span{color:var(--rose)}
.hero-logo-large{display:none!important}
@media(max-width:1020px){
  .site-header{height:76px!important;position:relative!important}
  .header-inner{width:calc(100% - 36px);height:76px;display:grid!important;grid-template-columns:1fr auto!important;justify-items:start!important}
  .brand img{height:46px!important}
  .desktop-nav,.header-cta{display:none!important}
  .menu-toggle{display:block!important;justify-self:end}
  .hero{min-height:760px}
  .hero-content{width:calc(100% - 48px);padding:70px 0 140px}
  .hero-copy{max-width:540px!important}
  .hero h1{font-size:86px!important}
  .hero-kicker{font-size:28px!important}
}
@media(max-width:680px){
  .site-header{height:68px!important;position:sticky!important;top:0}
  .header-inner{height:68px;width:calc(100% - 28px)}
  .brand img{height:40px!important;max-width:205px;object-fit:contain;object-position:left center}
  .hero{min-height:0;display:block;background:var(--paper);overflow:visible}
  .hero-media{position:absolute;top:0;left:0;right:0;bottom:auto;height:470px}
  .hero-media img{width:100%;height:100%;object-fit:cover;object-position:58% center}
  .hero-fade{position:absolute;top:0;left:0;right:0;bottom:auto;height:470px;background:linear-gradient(180deg,rgba(255,253,249,.06) 0%,rgba(255,253,249,.10) 42%,rgba(255,253,249,.80) 74%,rgba(255,253,249,1) 100%)}
  .hero-content{position:relative;width:100%;padding:330px 20px 34px;display:block}
  .hero-copy{max-width:none!important;width:100%;text-align:left!important}
  .hero h1{font-size:56px!important;line-height:.84!important;letter-spacing:-.035em!important;margin:0 0 16px!important}
  .hero-rule{width:54px;height:2px;margin:0 0 16px!important}
  .hero-kicker{font-size:22px!important;line-height:1.08!important;margin:0 0 14px!important;max-width:335px!important}
  .hero-intro{font-size:14px!important;line-height:1.55!important;margin:0 0 20px!important;max-width:335px!important}
  .hero .actions{justify-content:flex-start!important}
  .manifesto{padding:34px 0 32px!important}
  .manifesto .container-narrow{width:calc(100% - 36px)!important}
  .manifesto-rule{width:44px;margin:0 0 18px}
  .manifesto-title{font-size:43px;line-height:.96;margin:0 0 14px}
  .manifesto-meta{font-size:10px;line-height:1.5;gap:8px 10px}
}


/* V23 — refinements from review annotations */
.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}

/* Hero: use the complete brand mark in place of the large typed name. */
.hero-logo-main{display:block!important;width:min(540px,50vw);height:auto;margin:0 0 24px;filter:none}
.hero-copy{max-width:650px!important}
.hero .hero-rule{margin-left:0!important}

/* Header logo disappears while the hero logo is visible, then returns on scroll. */
.site-header{position:sticky!important;top:0!important;transition:height .32s ease,background .32s ease,box-shadow .32s ease!important}
.site-header .brand{transition:opacity .28s ease,transform .28s ease,max-height .28s ease,visibility .28s ease!important;overflow:hidden!important}
.site-header.at-top{height:86px!important;background:rgba(255,253,249,.97)!important;box-shadow:none!important}
.site-header.at-top .header-inner{justify-content:center!important}
.site-header.at-top .brand{opacity:0!important;visibility:hidden!important;pointer-events:none!important;max-height:0!important;transform:translateY(-8px)!important}
.site-header.at-top .desktop-nav{margin-top:0!important}
.site-header.at-top .language-switch{top:31px!important}
.site-header.at-top .header-cta{top:21px!important}
.site-header.scrolled{height:154px!important;background:rgba(255,253,249,.98)!important;box-shadow:0 10px 28px rgba(17,43,62,.07)!important}
.site-header.scrolled .brand{opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:80px!important;transform:none!important}
.site-header.scrolled .desktop-nav{margin-top:18px!important}

/* Remove repeated wording between manifesto and wedding section. */
.manifesto-title{max-width:900px!important}

/* Wedding smartphone section: smaller, high-contrast editorial caption. */
.image-story:after{background:linear-gradient(90deg,rgba(7,27,40,.34),rgba(7,27,40,.03) 62%),linear-gradient(0deg,rgba(7,27,40,.22),transparent 60%)!important}
.image-story .content{margin-bottom:68px!important}
.image-story .copy{max-width:560px!important;padding:40px 42px 42px!important;background:rgba(19,53,76,.90)!important;border-left:2px solid var(--rose)!important;box-shadow:0 24px 60px rgba(5,24,38,.22)!important;backdrop-filter:blur(8px)!important}
.image-story .copy .eyebrow{color:#efb0b6!important}
.image-story h2{font-size:clamp(52px,5.5vw,78px)!important;line-height:.92!important;margin:12px 0 18px!important;color:#fff!important}
.image-story p{font-size:19px!important;line-height:1.55!important;color:rgba(255,255,255,.82)!important;margin:0!important}

/* Abbey image: tighter photographic crop, no visually weak lower area. */
.territory-abbey figure{min-height:430px!important}
.territory-abbey figure img{object-fit:cover!important;object-position:center center!important}

/* Keep Di Sipio typographically intact inside venue names. */
.venue strong .nowrap{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;text-transform:none!important;color:inherit!important;margin:0!important}

/* One clear conversion action in final CTA. */
.cta-actions{margin-top:12px!important}
.cta-actions .btn-light{min-width:245px}

@media(max-width:1020px){
  .hero-logo-main{width:min(480px,72vw)}
  .site-header.at-top{height:72px!important}
  .site-header.scrolled{height:76px!important}
  .site-header.scrolled .brand{max-height:52px!important}
  .site-header.scrolled .brand img{height:44px!important}
  .image-story .copy{max-width:520px!important}
  .territory-abbey figure{min-height:360px!important}
}
@media(max-width:680px){
  .site-header.at-top{height:64px!important}
  .site-header.scrolled{height:68px!important}
  .site-header.at-top .brand{display:none!important}
  .site-header.scrolled .brand{display:flex!important;max-height:48px!important}
  .hero-logo-main{width:min(340px,88vw);margin:0 0 17px}
  .image-story .content{width:calc(100% - 24px)!important;margin-bottom:24px!important}
  .image-story .copy{max-width:none!important;padding:28px 24px 30px!important}
  .image-story h2{font-size:46px!important}
  .image-story p{font-size:17px!important}
  .territory-abbey figure{min-height:0!important}
  .territory-abbey figure img{aspect-ratio:16/8!important;object-fit:cover!important}
}


/* V24 premium refinement */
.hero-media img{object-position:center center!important}
.manifesto-title{max-width:880px!important}
.image-story{min-height:700px!important;background:#eef1f2}
.image-story img{transform:scale(.78)!important;object-position:center center!important}
.image-story:after{background:linear-gradient(90deg,rgba(8,24,37,.06) 0%,rgba(8,24,37,.02) 60%,rgba(8,24,37,0) 100%)!important}
.image-story .content{margin-bottom:56px!important}
.image-story .copy{max-width:470px!important;padding:34px 34px 36px!important;background:rgba(252,248,241,.95)!important;border-left:2px solid var(--rose)!important;box-shadow:0 20px 54px rgba(12,31,47,.16)!important;backdrop-filter:blur(4px)!important}
.image-story .copy .eyebrow{color:var(--rose)!important}
.image-story h2{font-size:clamp(48px,4.9vw,72px)!important;line-height:.94!important;margin:10px 0 14px!important;color:var(--navy)!important}
.image-story p{font-size:18px!important;line-height:1.55!important;color:#5b6672!important}
.territory-head h2{max-width:1000px!important}
.territory-head p{max-width:760px!important}
.territory-sea-card h3{font-size:clamp(38px,3.4vw,56px)!important}
.territory-abbey figure{min-height:420px!important}
.territory-abbey figure img{object-position:center center!important}
.venue strong{font-family:var(--serif)!important;font-size:25px!important;font-weight:500!important;letter-spacing:normal!important;text-transform:none!important}
.cta-inner{width:min(920px,calc(100% - 48px))!important}
.cta p{max-width:700px!important}
@media (max-width:1020px){
  .image-story img{transform:scale(.86)!important}
  .image-story .copy{max-width:430px!important;padding:30px 28px 32px!important}
}
@media (max-width:680px){
  .image-story{min-height:0!important;background:#fffaf4!important}
  .image-story img{transform:none!important;height:auto!important;max-height:none!important}
  .image-story:after{display:none!important}
  .image-story .content{width:calc(100% - 24px)!important;margin-bottom:20px!important}
  .image-story .copy{max-width:none!important;padding:24px 22px 26px!important;background:rgba(252,248,241,.97)!important}
  .image-story h2{font-size:40px!important}
  .image-story p{font-size:16px!important}
}


/* V25 — premium editorial pass: fewer modules, more space, less copy */
.split,.family-grid{box-shadow:none!important}
.split-copy,.family-copy{background:#fffaf4!important}
.image-story{width:min(1320px,calc(100% - 64px))!important;margin:110px auto!important;min-height:0!important;display:grid!important;grid-template-columns:.72fr 1.28fr!important;background:#f2eee8!important;color:var(--navy)!important;overflow:hidden!important}
.image-story>img{position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;width:100%!important;height:760px!important;object-fit:cover!important;object-position:center center!important;transform:none!important}
.image-story:after{display:none!important}
.image-story .content{grid-column:1!important;grid-row:1!important;width:auto!important;margin:0!important;padding:70px 54px!important;display:flex!important;align-items:center!important}
.image-story .copy{max-width:none!important;padding:0!important;background:transparent!important;border-left:0!important;box-shadow:none!important;backdrop-filter:none!important}
.image-story .copy .eyebrow{color:var(--rose)!important}
.image-story h2{color:var(--navy)!important;font-size:clamp(48px,4.7vw,70px)!important;line-height:.94!important;margin:12px 0 18px!important}
.image-story p{color:#5b6672!important;font-size:19px!important;line-height:1.55!important;margin:0!important}
.rooms .container,.gallery-section .container,.faq .container{box-shadow:none!important}
.rooms .container{background:transparent!important;padding:0!important}
.gallery-section .container,.faq .container{background:transparent!important;padding:0!important}
.territory-editorial{padding-top:120px!important;background:#f7f3ed!important}
.territory-head{grid-template-columns:.45fr 1.55fr!important;column-gap:72px!important;margin-bottom:52px!important}
.territory-head h2{font-size:clamp(56px,6.1vw,94px)!important;max-width:980px!important}
.territory-head p{font-size:22px!important;max-width:680px!important}
.territory-cinematic{position:relative;width:min(1540px,calc(100% - 48px));height:680px;margin:0 auto 90px;overflow:hidden;background:#ddd}
.territory-cinematic img{width:100%;height:100%;object-fit:cover;object-position:center center}
.territory-cinematic:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,28,42,.52) 0%,rgba(8,28,42,.08) 48%,transparent 72%)}
.territory-cinematic figcaption{position:absolute;z-index:2;left:54px;bottom:44px;color:#fff;display:grid;gap:5px}
.territory-cinematic figcaption span{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.75)}
.territory-cinematic figcaption strong{font-family:var(--serif);font-size:clamp(38px,4vw,60px);font-weight:400;line-height:.95}
.territory-abbey{padding-top:0!important;padding-bottom:120px!important;grid-template-columns:1.2fr .8fr!important;box-shadow:none!important}
.territory-abbey figure{min-height:420px!important;box-shadow:none!important;background:#ddd}
.territory-abbey-copy{padding:64px 58px!important;background:#153a5b!important}
.territory-abbey-copy h3{font-size:clamp(42px,4vw,60px)!important}
.family-grid{grid-template-columns:.82fr 1.18fr!important}
.family-logo-panel{min-height:540px!important;padding:7vw 6vw!important;background:#fffaf4!important}
.family-copy{padding:78px 7vw!important}
.gallery-section{padding-top:130px!important}
.gallery-head h2{font-size:clamp(58px,6.6vw,88px)!important}
.faq{padding-top:110px!important;padding-bottom:120px!important}
.cta-inner{background:rgba(10,40,61,.16)!important;border:1px solid rgba(255,255,255,.16)!important;padding:92px 64px!important}
.cta h2{max-width:720px!important}
.cta p{font-size:21px!important;max-width:650px!important}
.site-footer{padding-top:64px!important}
@media(max-width:1020px){
  .image-story{grid-template-columns:1fr!important;width:calc(100% - 40px)!important;margin:80px auto!important}
  .image-story>img{grid-column:1!important;grid-row:1!important;height:620px!important}
  .image-story .content{grid-column:1!important;grid-row:2!important;padding:46px 38px!important}
  .territory-head{grid-template-columns:1fr!important}
  .territory-cinematic{height:560px;width:calc(100% - 32px);margin-bottom:60px}
  .territory-abbey{grid-template-columns:1fr!important}
  .family-grid{grid-template-columns:1fr!important}
}
@media(max-width:680px){
  .image-story{width:100%!important;margin:56px 0!important}
  .image-story>img{height:auto!important;max-height:none!important;object-fit:contain!important}
  .image-story .content{padding:32px 22px 38px!important}
  .image-story h2{font-size:42px!important}
  .image-story p{font-size:17px!important}
  .territory-editorial{padding-top:78px!important}
  .territory-head{width:calc(100% - 36px)!important}
  .territory-head h2{font-size:48px!important}
  .territory-head p{font-size:18px!important}
  .territory-cinematic{width:100%!important;height:440px!important;margin-bottom:18px!important}
  .territory-cinematic figcaption{left:22px;bottom:24px;right:22px}
  .territory-cinematic figcaption strong{font-size:38px}
  .territory-abbey{width:100%!important;padding-bottom:0!important}
  .territory-abbey-copy{padding:42px 24px 52px!important}
  .family-logo-panel{min-height:300px!important;padding:60px 28px!important}
  .family-copy{padding:50px 22px 56px!important}
  .gallery-section{padding-top:80px!important}
  .faq{padding-top:80px!important;padding-bottom:90px!important}
  .cta-inner{padding:48px 22px!important}
}


/* V26 — final 10/10 polish */
:root{--lux-ivory:#f7f2ea;--lux-paper:#fffdf9;--lux-rule:rgba(21,58,91,.12)}
body{background:var(--lux-paper)}
.site-header.at-top{border-bottom-color:rgba(21,58,91,.06)!important}
.site-header.scrolled{box-shadow:0 8px 28px rgba(17,43,62,.065)!important}
.hero-logo-main{width:min(520px,48vw)!important}
.hero-intro{max-width:500px!important}
.hero-text-link{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 4px;color:var(--navy);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid rgba(21,58,91,.26);transition:color .25s,border-color .25s}
.hero-text-link span{color:var(--rose);font-size:15px;transition:transform .25s}
.hero-text-link:hover{color:var(--rose);border-color:var(--rose)}
.hero-text-link:hover span{transform:translateY(4px)}
.manifesto{padding-top:72px!important;padding-bottom:68px!important}
.manifesto-title{font-size:clamp(54px,5.9vw,90px)!important;max-width:900px!important}
.manifesto-meta{margin-top:22px!important}
.split{min-height:680px!important}
.split-copy{padding-left:7vw!important;padding-right:7vw!important}
.split-copy p,.editorial-copy p,.rooms-copy p,.family-copy p{max-width:620px}
.editorial{padding-top:150px!important;padding-bottom:150px!important}
.editorial-grid{grid-template-columns:.72fr 1.28fr!important;gap:90px!important}
.editorial-collage figure{box-shadow:none!important}
.editorial-collage figure:first-child{height:720px!important}
.rooms{padding-top:140px!important;padding-bottom:140px!important;background:linear-gradient(135deg,#eef6f8 0%,#fbf5ec 100%)!important}
.rooms .container{gap:90px!important}
.rooms-gallery figure{box-shadow:none!important}
.rooms-gallery figure:first-child{transform:translateY(-18px)}
.rooms-gallery figure:nth-child(2){transform:translateY(34px)}
.territory-cinematic{height:720px!important}
.territory-cinematic img{filter:saturate(.96) contrast(1.01)}
.territory-abbey{gap:0!important}
.territory-abbey figure{background:#e8e4dc!important}
.territory-abbey-copy{padding:74px 66px!important}
.family{padding-top:150px!important;padding-bottom:150px!important}
.family-logo-panel{background:#faf4eb!important}
.family-logo-panel img{max-width:520px!important}
.family-copy h2{max-width:720px}
.gallery-grid button{box-shadow:none!important;background:#ebe7df!important}
.gallery-grid img{filter:saturate(.96) contrast(1.01)}
.gallery-grid button:hover img{filter:saturate(1.02) contrast(1.02)}
.faq .container{max-width:1220px}
.faq-grid{grid-template-columns:.72fr 1.28fr!important;gap:120px!important}
.faq-list{border-top-color:var(--lux-rule)!important}
.faq-item{border-bottom-color:var(--lux-rule)!important}
.faq-q{font-size:27px!important;padding:26px 0!important}
.faq-a p{max-width:720px}
.cta{min-height:780px!important}
.cta-inner{background:rgba(8,34,52,.12)!important;border-color:rgba(255,255,255,.22)!important;backdrop-filter:blur(2px)!important}
.cta h2{font-size:clamp(68px,7.6vw,100px)!important;max-width:760px!important}
.cta-meta{border-top:1px solid rgba(255,255,255,.18);padding-top:22px;margin-top:30px!important}
.footer-brand p{max-width:360px}
.footer-bottom{letter-spacing:.06em!important;text-transform:none!important;font-size:11px!important}
.mobile-callbar{display:none}
a:focus-visible,button:focus-visible{outline:2px solid var(--rose);outline-offset:4px}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}}
@media(max-width:1020px){
  .hero-logo-main{width:min(470px,72vw)!important}
  .editorial{padding-top:100px!important;padding-bottom:100px!important}
  .editorial-grid{grid-template-columns:1fr!important;gap:48px!important}
  .editorial-collage figure:first-child{height:620px!important}
  .rooms{padding-top:100px!important;padding-bottom:100px!important}
  .faq-grid{grid-template-columns:1fr!important;gap:48px!important}
  .territory-cinematic{height:580px!important}
}
@media(max-width:680px){
  body{padding-bottom:68px}
  .hero-logo-main{width:min(325px,86vw)!important}
  .hero .actions{display:flex!important;align-items:center!important;gap:18px!important}
  .hero .actions .btn{width:auto!important;min-width:145px}
  .hero-text-link{min-height:46px;font-size:9px}
  .manifesto{padding:46px 0 44px!important}
  .manifesto-title{font-size:46px!important}
  .manifesto-meta{margin-top:18px!important}
  .split-copy{padding:54px 24px 62px!important}
  .editorial{padding-top:86px!important;padding-bottom:86px!important}
  .editorial-collage figure:first-child{height:auto!important}
  .rooms{padding-top:86px!important;padding-bottom:86px!important}
  .rooms-gallery figure:first-child,.rooms-gallery figure:nth-child(2){transform:none!important}
  .territory-cinematic{height:460px!important}
  .territory-abbey-copy{padding:46px 24px 56px!important}
  .family{padding-top:86px!important;padding-bottom:86px!important}
  .gallery-section{padding-top:90px!important}
  .faq{padding-top:88px!important;padding-bottom:96px!important}
  .faq-grid{gap:34px!important}
  .faq-q{font-size:22px!important;padding:22px 0!important}
  .cta{min-height:620px!important}
  .cta-inner{padding:46px 22px!important;background:rgba(8,34,52,.18)!important}
  .cta h2{font-size:54px!important}
  .mobile-callbar{position:fixed;left:0;right:0;bottom:0;z-index:1050;height:68px;padding:0 18px;background:#153a5b;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 -8px 24px rgba(10,28,42,.14);font-size:10px;letter-spacing:.16em;text-transform:uppercase}
  .mobile-callbar strong{font-family:var(--serif);font-size:21px;letter-spacing:.02em;text-transform:none;font-weight:500}
  .site-footer{padding-bottom:58px!important}
}


/* V28: never break Costa dei Trabocchi */
.nowrap{white-space:nowrap!important}


/* V29 — typographic line control from review */
.hero-intro{max-width:760px!important}
.hero-intro-line{white-space:nowrap}
.manifesto-title{max-width:none!important}
.manifesto-title-line{white-space:nowrap}
.title-line-nowrap{white-space:nowrap}
.family-copy p .nowrap{white-space:nowrap!important}
@media(max-width:1020px){
  .hero-intro{max-width:720px!important}
  .manifesto-title{font-size:clamp(52px,6.4vw,72px)!important}
}
@media(max-width:680px){
  .hero-intro{max-width:100%!important}
  .hero-intro-line{white-space:normal}
  .manifesto-title-line{white-space:normal}
  .editorial-copy h2{font-size:46px!important}
}
@media(max-width:420px){
  .editorial-copy h2{font-size:42px!important}
}


/* V30 — arrows indicate intentional new-line starts */
.line-start{display:inline-block}
.hero-intro{max-width:760px!important}
.manifesto-title{max-width:960px!important}
@media(max-width:680px){
  .hero-intro br,.family-copy p br,.manifesto-title br{display:inline}
}


/* V32 — final visual and responsive polish */
html{scroll-padding-top:96px}
main section[id]{scroll-margin-top:96px}
body{overflow-x:hidden}
.site-header.at-top{height:82px!important}
.site-header.at-top .language-switch{top:29px!important}
.site-header.at-top .header-cta{top:19px!important}
.header-inner{width:min(1400px,calc(100% - 72px))!important}
.hero{min-height:max(720px,calc(100svh - 82px))!important}
.hero-content{width:min(1400px,calc(100% - 72px))!important;padding:78px 0 96px!important}
.hero-copy{max-width:700px!important}
.hero-logo-main{width:min(520px,46vw)!important;margin-bottom:22px!important}
.hero-kicker{max-width:620px!important}
.hero-intro{max-width:640px!important;line-height:1.58!important;margin-bottom:28px!important}
.hero .actions{gap:18px!important;align-items:center}
.manifesto{padding:76px 0 72px!important}
.manifesto .container-narrow{width:min(1220px,calc(100% - 72px))!important}
.manifesto-title{font-size:clamp(58px,6vw,92px)!important;line-height:.92!important;letter-spacing:-.036em!important}
.manifesto-meta{margin-top:26px!important;gap:10px 18px!important}
.split-copy h2,.editorial-copy h2,.rooms-copy h2,.family-copy h2,.territory-head h2{letter-spacing:-.032em!important}
.split-copy p,.editorial-copy p,.rooms-copy p,.family-copy p,.territory-head p,.territory-abbey-copy p{line-height:1.56!important}
.split-copy{padding-top:92px!important;padding-bottom:92px!important}
.image-story{margin-top:118px!important;margin-bottom:118px!important}
.image-story .content{padding-top:64px!important;padding-bottom:64px!important}
.editorial{padding-top:136px!important;padding-bottom:144px!important}
.editorial-copy h2{margin-bottom:24px!important}
.editorial-copy p{margin-bottom:26px!important}
.rooms{padding-top:126px!important;padding-bottom:136px!important}
.rooms-copy h2{margin-bottom:24px!important}
.territory-editorial{padding-top:124px!important}
.territory-head{margin-bottom:54px!important}
.territory-cinematic{margin-bottom:72px!important;border-radius:0!important}
.territory-cinematic figcaption{left:58px!important;bottom:48px!important}
.territory-abbey{padding-bottom:132px!important}
.family{padding-top:136px!important;padding-bottom:142px!important}
.family-copy h2{margin-bottom:24px!important}
.venue{padding:22px 0!important}
.venue strong{font-size:24px!important}
.gallery-section{padding-top:118px!important;padding-bottom:132px!important}
.gallery-head{margin-bottom:42px!important}
.gallery-grid{gap:12px!important;grid-auto-rows:275px!important}
.gallery-grid button:first-child img{object-position:center 32%}
.gallery-grid button:nth-child(3) img{object-position:center center}
.faq{padding-top:104px!important;padding-bottom:116px!important}
.faq-grid{gap:104px!important}
.cta{min-height:760px!important}
.cta-inner{padding:82px 60px!important}
.cta h2{margin-bottom:20px!important}
.cta p{margin-bottom:28px!important;line-height:1.48!important}
.site-footer{padding-top:60px!important}
.footer-grid{gap:48px!important}
.footer-col a{transition:opacity .2s ease}
.footer-col a:hover{opacity:1;color:#fff}
.footer-bottom{padding-top:22px!important}
@media(max-width:1180px){
  .header-inner,.hero-content{width:calc(100% - 48px)!important}
  .manifesto .container-narrow{width:calc(100% - 48px)!important}
  .hero-logo-main{width:min(480px,55vw)!important}
  .hero-intro{max-width:610px!important}
  .gallery-grid{grid-auto-rows:245px!important}
}
@media(max-width:1020px){
  html{scroll-padding-top:78px}
  main section[id]{scroll-margin-top:78px}
  .site-header.at-top,.site-header.scrolled{height:76px!important}
  .header-inner{width:calc(100% - 36px)!important}
  .hero{min-height:700px!important}
  .hero-content{width:calc(100% - 48px)!important;padding:72px 0 100px!important}
  .hero-logo-main{width:min(460px,70vw)!important}
  .manifesto .container-narrow{width:calc(100% - 48px)!important}
  .image-story{margin:86px auto!important}
  .territory-cinematic{margin-bottom:52px!important}
  .gallery-grid{grid-auto-rows:230px!important}
  .faq-grid{gap:42px!important}
}
@media(max-width:680px){
  html{scroll-padding-top:70px}
  main section[id]{scroll-margin-top:70px}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))!important}
  .site-header.at-top,.site-header.scrolled{height:68px!important}
  .header-inner{width:calc(100% - 28px)!important}
  .hero{min-height:0!important}
  .hero-media{height:445px!important}
  .hero-fade{height:445px!important}
  .hero-content{width:100%!important;padding:306px 20px 36px!important}
  .hero-logo-main{width:min(318px,86vw)!important;margin-bottom:16px!important}
  .hero-rule{margin-bottom:16px!important}
  .hero-kicker{font-size:22px!important;line-height:1.08!important;margin-bottom:14px!important}
  .hero-intro{font-size:14px!important;line-height:1.5!important;margin-bottom:21px!important;max-width:350px!important}
  .hero .actions{gap:15px!important}
  .hero-text-link{padding-bottom:2px}
  .manifesto{padding:48px 0 46px!important}
  .manifesto .container-narrow{width:calc(100% - 36px)!important}
  .manifesto-title{font-size:45px!important;line-height:.94!important}
  .manifesto-meta{font-size:9px!important;line-height:1.6!important;margin-top:18px!important}
  .split-copy{padding:52px 22px 58px!important}
  .image-story{margin:54px 0!important}
  .image-story .content{padding:30px 22px 36px!important}
  .editorial{padding-top:80px!important;padding-bottom:82px!important}
  .rooms{padding-top:82px!important;padding-bottom:84px!important}
  .territory-editorial{padding-top:76px!important}
  .territory-head{margin-bottom:30px!important}
  .territory-cinematic{height:430px!important;margin-bottom:18px!important}
  .territory-cinematic figcaption{left:22px!important;right:22px!important;bottom:22px!important}
  .territory-abbey{padding-bottom:0!important}
  .family{padding-top:82px!important;padding-bottom:84px!important}
  .family-copy p br{display:none!important}
  .gallery-section{padding-top:82px!important;padding-bottom:90px!important}
  .gallery-grid{grid-template-columns:1fr 1fr!important;grid-auto-rows:185px!important;gap:8px!important}
  .gallery-grid button:first-child{grid-row:span 2!important}
  .gallery-grid button:nth-child(4){grid-column:1/-1!important}
  .gallery-grid button:nth-child(5),.gallery-grid button:nth-child(6){display:block!important}
  .gallery-grid button:nth-child(6){grid-column:auto!important}
  .gallery-grid img{height:100%!important;aspect-ratio:auto!important}
  .faq{padding-top:78px!important;padding-bottom:88px!important}
  .cta{min-height:600px!important}
  .cta-inner{padding:42px 22px!important}
  .cta h2{font-size:52px!important}
  .cta p{font-size:18px!important}
  .mobile-callbar{height:calc(68px + env(safe-area-inset-bottom))!important;padding:0 18px env(safe-area-inset-bottom)!important}
  .site-footer{padding-bottom:52px!important}
}
@media(max-width:390px){
  .hero-logo-main{width:min(292px,84vw)!important}
  .hero-content{padding-left:18px!important;padding-right:18px!important}
  .hero .actions{gap:12px!important}
  .hero .actions .btn{min-width:138px!important;padding-left:15px!important;padding-right:15px!important}
  .manifesto-title{font-size:42px!important}
  .gallery-grid{grid-auto-rows:172px!important}
}


/* V33 — official vector logo from supplied Illustrator PDF */
.brand img,.hero-logo-main,.footer-brand img{image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}
.hero-logo-main{height:auto!important}

/* V37 — hero crop only: keep original dawn photo, emphasize pool and remove excess roundabout/road */
@media (min-width:1021px){
  .hero-media{overflow:hidden!important;}
  .hero-media img{
    width:108%!important;
    height:108%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:42% 72%!important;
    transform:translateX(3.5%)!important;
  }
}
@media (min-width:681px) and (max-width:1020px){
  .hero-media{overflow:hidden!important;}
  .hero-media img{
    width:106%!important;
    height:106%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:42% 70%!important;
    transform:translateX(2.5%)!important;
  }
}
@media (max-width:680px){
  .hero-media{overflow:hidden!important;}
  .hero-media img{
    object-position:43% 66%!important;
    transform:none!important;
  }
}


/* V38 Castello-style footer + legal pages */
.footer-grid-castello{grid-template-columns:1.05fr 1.15fr .8fr 1fr!important;gap:56px!important}
.footer-grid-castello .footer-col{gap:8px}
.footer-grid-castello .footer-col h4{color:#f1b4b8!important;margin-bottom:14px!important}
.footer-address span{display:block}
.footer-bottom-castello{justify-content:flex-start!important}
.legal-page{background:#f7f2eb;color:#243446}
.legal-header{height:118px;padding:0 max(5vw,32px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(24,42,59,.10);background:#fffdf9}
.legal-header img{width:230px;height:auto;display:block}
.legal-back{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#153a5b;border-bottom:1px solid rgba(21,58,91,.28);padding-bottom:4px}
.legal-main{padding:92px 24px 120px}
.legal-wrap{width:min(900px,100%);margin:0 auto}
.legal-wrap h1{font-family:var(--serif);font-weight:400;font-size:clamp(58px,8vw,104px);line-height:.9;color:#153a5b;margin:12px 0 30px;letter-spacing:-.035em}
.legal-lead{font-family:var(--serif);font-size:25px;line-height:1.5;color:#52606d;margin:0 0 64px}
.legal-wrap h2{font-family:var(--serif);font-size:34px;font-weight:500;color:#153a5b;margin:42px 0 12px}
.legal-wrap p{font-size:16px;line-height:1.8;color:#52606d;margin:0 0 14px}
.legal-wrap a{text-decoration:underline;text-underline-offset:3px}
.legal-updated{margin-top:60px!important;font-size:12px!important;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1020px){.footer-grid-castello{grid-template-columns:1fr 1fr!important;gap:38px!important}}
@media(max-width:680px){.footer-grid-castello{grid-template-columns:1fr!important;gap:28px!important}.legal-header{height:86px;padding:0 18px}.legal-header img{width:175px}.legal-main{padding:62px 20px 90px}.legal-wrap h1{font-size:58px}.legal-lead{font-size:21px;margin-bottom:46px}.legal-wrap h2{font-size:30px}}

/* V39 FINAL — mobile refinements */
@media (max-width:680px){
  /* Consistent text gutters */
  .rooms-copy,
  .gallery-head{
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
  }

  .faq .faq-grid{
    padding-left:0!important;
    padding-right:0!important;
  }

  .faq .faq-grid > div:first-child{
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
  }

  .faq .faq-list{
    width:100%!important;
    box-sizing:border-box!important;
  }

  .faq .faq-list .faq-q{
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
  }

  .faq .faq-list .faq-a p{
    padding-left:20px!important;
    padding-right:20px!important;
    box-sizing:border-box!important;
  }

  /* Centered brand in mobile header */
  .site-header.at-top,
  .site-header.scrolled{
    height:72px!important;
  }

  .site-header .header-inner{
    width:100%!important;
    height:72px!important;
    padding:0 18px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
  }

  .site-header.at-top .header-inner .brand,
  .site-header.scrolled .header-inner .brand{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    max-height:none!important;
    overflow:visible!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
  }

  .site-header .header-inner .brand img{
    width:154px!important;
    height:auto!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  .site-header .menu-toggle{
    display:block!important;
    position:absolute!important;
    right:10px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    margin:0!important;
  }

  .site-header .desktop-nav,
  .site-header .header-cta,
  .site-header .language-switch{
    display:none!important;
  }
}


/* ===== V40 RESPONSIVE / DEVICE-SAFE AUDIT ===== */
:root{--mobile-gutter:20px;--tap:44px}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-width:0}
body.menu-open,body.lightbox-open{overflow:hidden!important}
.skip-link{position:fixed;z-index:3000;left:12px;top:12px;padding:10px 14px;background:#fff;color:var(--navy);border:1px solid var(--navy);transform:translateY(-160%);transition:transform .2s}
.skip-link:focus{transform:none}
a,button{-webkit-tap-highlight-color:rgba(217,133,140,.14)}
button{touch-action:manipulation}
img{height:auto}
.menu-toggle,.mobile-close,.lightbox-close,.lightbox-nav{min-width:var(--tap);min-height:var(--tap)}
.mobile-close{display:flex;align-items:center;justify-content:center}
.footer-col a{overflow-wrap:anywhere}
.error-wrap{padding-bottom:80px}

@media (min-width:1021px){
  /* Keep desktop header compact and stable while preserving the approved navigation. */
  .site-header.at-top{height:82px!important}
  .site-header.scrolled{height:148px!important}
  .site-header.scrolled .brand img{height:64px!important}
  .site-header.scrolled .desktop-nav{margin-top:15px!important}
}

@media (min-width:681px) and (max-width:1020px){
  .site-header.at-top,.site-header.scrolled{height:76px!important;position:sticky!important;top:0!important}
  .site-header .brand{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:none!important;transform:none!important;overflow:visible!important}
  .header-inner{height:76px!important;width:calc(100% - 40px)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}
  .header-inner .brand img{height:46px!important;width:auto!important}
  .menu-toggle{display:flex!important;align-items:center;justify-content:center;margin-left:auto!important;padding:10px!important}
  .hero-content{padding-left:0!important;padding-right:0!important}
  .mobile-links{font-size:clamp(34px,5.6vw,46px)}
  .mobile-menu{padding:calc(26px + env(safe-area-inset-top)) 30px calc(26px + env(safe-area-inset-bottom))}
  .footer-grid-castello{gap:34px!important}
}

@media (max-width:680px){
  html{scroll-padding-top:72px!important}
  main section[id]{scroll-margin-top:72px!important}
  body{padding-bottom:calc(68px + env(safe-area-inset-bottom))!important}

  /* Header: brand is always visible and perfectly centered on phones. */
  .site-header,.site-header.at-top,.site-header.scrolled{height:72px!important;min-height:72px!important;position:sticky!important;top:0!important;background:rgba(255,253,249,.98)!important;backdrop-filter:blur(12px)!important}
  .site-header .header-inner{width:100%!important;height:72px!important;padding:0 max(16px,env(safe-area-inset-right)) 0 max(16px,env(safe-area-inset-left))!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;position:relative!important}
  .site-header .header-inner>.brand{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:none!important;overflow:visible!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important}
  .site-header .header-inner>.brand img{width:154px!important;height:auto!important;max-width:calc(100vw - 132px)!important;object-fit:contain!important;object-position:center!important}
  .site-header .menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;right:max(8px,env(safe-area-inset-right))!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;padding:10px!important}
  .site-header .desktop-nav,.site-header .header-cta,.site-header .language-switch{display:none!important}

  /* Mobile menu: safe areas, readable at 320 px, no overflow. */
  .mobile-menu{padding:calc(22px + env(safe-area-inset-top)) max(20px,env(safe-area-inset-right)) calc(22px + env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));overflow-y:auto;overscroll-behavior:contain}
  .mobile-menu-top{min-height:52px}
  .mobile-menu .brand img{width:150px!important;height:auto!important;max-width:60vw!important}
  .mobile-links{font-size:clamp(29px,8.7vw,38px)!important;gap:14px!important;margin:28px 0 auto!important}
  .mobile-links a{padding:9px 0 13px!important}
  .mobile-lang{margin:24px 0 14px!important}
  .mobile-menu-foot{font-size:10px!important;line-height:1.5}

  /* Hero: stable on short and tall phones. */
  .hero-media,.hero-fade{height:clamp(390px,57svh,470px)!important}
  .hero-content{padding:clamp(275px,43svh,325px) var(--mobile-gutter) 38px!important}
  .hero-logo-main{width:min(318px,86vw)!important;max-width:100%!important}
  .hero-kicker{font-size:clamp(20px,5.7vw,23px)!important;max-width:360px!important}
  .hero-intro{font-size:14px!important;max-width:360px!important}
  .hero .actions{display:flex!important;flex-wrap:wrap!important;gap:12px 16px!important;align-items:center!important}
  .hero .actions .btn{min-height:46px!important;min-width:142px!important}
  .hero-text-link{min-height:44px!important}

  /* Consistent text gutters: images remain editorial/full-bleed where intended. */
  .rooms .container,.gallery-section .container,.faq .container{width:100%!important;padding-left:0!important;padding-right:0!important}
  .rooms-copy,.gallery-head,.faq .faq-grid>div:first-child{padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .rooms-gallery,.gallery-grid{padding-left:0!important;padding-right:0!important}
  .faq .faq-list{width:100%!important}
  .faq .faq-q{padding:22px var(--mobile-gutter)!important;gap:16px!important;min-height:64px!important}
  .faq .faq-q span:first-child{min-width:0;overflow-wrap:break-word}
  .faq .faq-q span:last-child{flex:0 0 auto}
  .faq .faq-a p{padding:0 var(--mobile-gutter) 22px!important}

  .manifesto .container-narrow,.territory-head{width:100%!important;padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .editorial .container{width:100%!important;padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .editorial-collage{margin-left:calc(-1 * var(--mobile-gutter));margin-right:calc(-1 * var(--mobile-gutter))}
  .family-grid{width:100%!important}
  .family-copy{padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .territory-abbey-copy{padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .cta-inner{width:calc(100% - 24px)!important;padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}
  .site-footer .container{width:100%!important;padding-left:var(--mobile-gutter)!important;padding-right:var(--mobile-gutter)!important}

  /* Responsive typography prevents clipped headings on 320–430 px screens. */
  .manifesto-title{font-size:clamp(40px,11.5vw,47px)!important}
  .split-copy h2,.editorial-copy h2,.rooms-copy h2,.family-copy h2{font-size:clamp(40px,11.7vw,49px)!important}
  .territory-head h2{font-size:clamp(41px,11.7vw,49px)!important}
  .territory-abbey-copy h3{font-size:clamp(36px,10.5vw,44px)!important}
  .gallery-head h2{font-size:clamp(41px,11.4vw,47px)!important}
  .faq h2{font-size:clamp(40px,11.4vw,46px)!important}
  .cta h2{font-size:clamp(46px,13vw,56px)!important}

  /* Gallery and content media. */
  .gallery-grid{grid-template-columns:1fr 1fr!important;grid-auto-rows:clamp(160px,47vw,205px)!important;gap:8px!important}
  .gallery-grid button{min-width:0!important}
  .gallery-grid button:first-child{grid-row:span 2!important}
  .gallery-grid button:nth-child(4){grid-column:1/-1!important}
  .gallery-grid button:nth-child(5),.gallery-grid button:nth-child(6){display:block!important}
  .gallery-grid button:nth-child(6){grid-column:auto!important}
  .gallery-grid img{height:100%!important;width:100%!important;object-fit:cover!important}
  .territory-cinematic{height:clamp(380px,112vw,470px)!important}

  /* Footer + persistent call action, including iPhone home indicator. */
  .mobile-callbar{height:calc(68px + env(safe-area-inset-bottom))!important;padding:0 max(20px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(20px,env(safe-area-inset-left))!important}
  .mobile-callbar strong{font-size:clamp(19px,5.4vw,22px)!important}
  .footer-grid-castello{grid-template-columns:1fr!important;gap:28px!important}
  .footer-col{min-width:0}
  .footer-bottom{overflow-wrap:anywhere}
}

@media (max-width:360px){
  :root{--mobile-gutter:18px}
  .site-header .header-inner>.brand img{width:142px!important}
  .hero-content{padding-left:18px!important;padding-right:18px!important}
  .hero .actions{align-items:flex-start!important}
  .hero .actions .btn{min-width:132px!important;padding-left:14px!important;padding-right:14px!important}
  .gallery-grid{grid-template-columns:1fr!important;grid-auto-rows:auto!important}
  .gallery-grid button,.gallery-grid button:first-child,.gallery-grid button:nth-child(4),.gallery-grid button:nth-child(6){grid-column:auto!important;grid-row:auto!important;height:auto!important}
  .gallery-grid img{height:auto!important;aspect-ratio:4/3!important}
  .mobile-callbar span{font-size:9px}
  .mobile-callbar strong{font-size:19px!important}
}

@media (max-height:650px) and (max-width:680px){
  .mobile-links{font-size:clamp(26px,7.5vw,32px)!important;gap:9px!important}
  .mobile-links a{padding:7px 0 9px!important}
  .mobile-lang{margin-top:15px!important}
}

@media (hover:none){
  .gallery-grid button:hover img,.split:hover .split-media img{transform:none!important}
}


/* V40.1 — final audit corrections */
@media (min-width:681px) and (max-width:1100px){
  .site-header.at-top,.site-header.scrolled{height:76px!important;position:sticky!important;top:0!important}
  .site-header.at-top .brand,.site-header.scrolled .brand{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;max-height:none!important;transform:none!important;overflow:visible!important}
  .site-header .header-inner{height:76px!important;width:calc(100% - 40px)!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}
  .site-header .header-inner .brand img{height:46px!important;width:auto!important}
  .site-header .desktop-nav,.site-header .header-cta,.site-header .language-switch{display:none!important}
  .site-header .menu-toggle{display:flex!important;align-items:center!important;justify-content:center!important;margin-left:auto!important;padding:10px!important}
}
@media(max-width:680px){
  .reveal{opacity:1!important;transform:none!important}
  .mobile-callbar{transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .28s ease}
  .mobile-callbar.is-visible{transform:none;opacity:1;pointer-events:auto}
}
@media(max-width:340px){
  .territory-head h2{font-size:36px!important;line-height:.98!important}
}

/* V41 — final phone hero/header refinement */
@media (max-width:680px){
  /* At page top: no duplicated header logo. The hero carries the brand. */
  .site-header.at-top{
    height:64px!important;
    min-height:64px!important;
  }

  .site-header.at-top .header-inner{
    height:64px!important;
  }

  .site-header.at-top .header-inner>.brand{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .site-header.at-top .menu-toggle{
    top:32px!important;
  }

  /* Once the hero has been left behind, restore a compact centered logo. */
  .site-header.scrolled{
    height:72px!important;
    min-height:72px!important;
  }

  .site-header.scrolled .header-inner{
    height:72px!important;
  }

  .site-header.scrolled .header-inner>.brand{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    max-height:none!important;
    overflow:visible!important;
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
  }

  .site-header.scrolled .header-inner>.brand img{
    width:150px!important;
    height:auto!important;
    max-width:calc(100vw - 132px)!important;
  }

  .site-header.scrolled .menu-toggle{
    top:36px!important;
  }

  /* Raise the main hero branding on phones so it sits inside the photograph,
     rather than close to the lower edge of the visual. */
  .hero-content{
    padding-top:clamp(220px,34svh,260px)!important;
  }
}

/* V42 — mobile hero logo/title moved higher so more of the venue remains visible */
@media (max-width:680px){
  /* Lift the hero text block upward on phones */
  .hero-content{
    padding-top:clamp(140px,22svh,180px)!important;
  }

  /* Keep the text block slightly tighter */
  .hero-copy{
    max-width:min(90vw, 640px)!important;
  }

  /* Slightly reduce the main brand footprint on very small phones */
  .hero-logo-main{
    width:min(88vw, 520px)!important;
    height:auto!important;
  }
}

/* V43 — mobile hero branding moved clearly higher, closer to the sun/upper image area */
@media (max-width:680px){
  .hero-content{
    padding-top:clamp(72px,12svh,100px)!important;
    padding-bottom:24px!important;
  }

  .hero-copy{
    max-width:min(84vw, 560px)!important;
  }

  .hero-logo-main{
    width:min(82vw, 460px)!important;
    height:auto!important;
    margin-bottom:10px!important;
  }

  .hero-title{
    margin-top:0!important;
  }

  .hero-text{
    margin-top:10px!important;
  }
}

/* V44 — phone hero composition:
   brand beside the sun, venue clearly visible underneath. */
@media (max-width:680px){
  .hero{
    min-height:860px!important;
  }

  /* Give the photograph more vertical room so the building is actually visible. */
  .hero-media,
  .hero-fade{
    height:560px!important;
    bottom:auto!important;
  }

  .hero-media img{
    object-position:58% center!important;
  }

  /* Keep the lower part of the photograph much clearer; fade only near its end. */
  .hero-fade{
    background:linear-gradient(
      180deg,
      rgba(255,253,249,0) 0%,
      rgba(255,253,249,0) 62%,
      rgba(255,253,249,.05) 74%,
      rgba(255,253,249,.22) 84%,
      rgba(255,253,249,.76) 95%,
      rgba(255,253,249,1) 100%
    )!important;
  }

  /* Text begins only after the venue photograph. */
  .hero-content{
    position:relative!important;
    width:100%!important;
    padding:535px 20px 36px!important;
    display:block!important;
  }

  .hero-copy{
    max-width:none!important;
    width:100%!important;
  }

  /* The logo is taken out of the text flow and placed high in the photograph,
     to the right of the sun. */
  .hero-logo-main{
    position:absolute!important;
    top:68px!important;
    left:61%!important;
    transform:translateX(-50%)!important;
    width:min(230px,60vw)!important;
    max-width:230px!important;
    height:auto!important;
    margin:0!important;
    z-index:4!important;
  }

  .hero-rule{
    margin-top:0!important;
  }
}

@media (max-width:360px){
  .hero-media,
  .hero-fade{
    height:520px!important;
  }

  .hero-content{
    padding-top:500px!important;
  }

  .hero-logo-main{
    top:62px!important;
    left:62%!important;
    width:min(202px,61vw)!important;
  }
}

/* V45 — mobile hero logo larger and perfectly centered */
@media (max-width:680px){
  .hero-logo-main{
    left:50%!important;
    transform:translateX(-50%)!important;
    top:74px!important;
    width:min(300px,78vw)!important;
    max-width:300px!important;
    height:auto!important;
  }
}

@media (max-width:360px){
  .hero-logo-main{
    left:50%!important;
    transform:translateX(-50%)!important;
    top:68px!important;
    width:min(250px,78vw)!important;
    max-width:250px!important;
  }
}


/* V46 — mobile hero symbol in white for readability on the orange sky */
.hero-logo-picture{display:block;width:fit-content;max-width:100%}
.hero-logo-picture .hero-logo-main{display:block}


/* V49 — mobile header compactness only; hero composition remains unchanged */
@media (max-width:680px){
  .site-header.at-top{
    height:52px!important;
    min-height:52px!important;
  }

  .site-header.at-top .header-inner{
    height:52px!important;
  }

  .site-header.at-top .menu-toggle{
    top:26px!important;
  }

  .site-header.scrolled{
    height:64px!important;
    min-height:64px!important;
  }

  .site-header.scrolled .header-inner{
    height:64px!important;
  }

  .site-header.scrolled .menu-toggle{
    top:32px!important;
  }

  .site-header.scrolled .header-inner>.brand img{
    width:142px!important;
  }
}

/* V50 — Di Sipio group signature */
.family-signature{
  margin:4px 0 8px;
  padding-top:22px;
  border-top:1px solid rgba(23,35,51,.16);
}
.family-signature span{
  display:inline-block;
  font-family:var(--serif);
  font-style:italic;
  font-weight:400;
  font-size:27px;
  line-height:1.1;
  letter-spacing:.015em;
  color:var(--navy);
}
@media (max-width:680px){
  .family-signature{
    margin:2px 0 6px;
    padding-top:18px;
  }
  .family-signature span{
    font-size:23px;
  }
}
