
:root{
  --ink:#141411;
  --paper:#f4f1ea;
  --warm:#d7c4a5;
  --line:rgba(20,20,17,.16);
  --white:#fff;
  --max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
img{display:block;max-width:100%}
.topbar{
  position:fixed;z-index:50;top:0;left:0;right:0;height:78px;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:0 clamp(20px,4vw,68px);color:white;
  background:linear-gradient(to bottom,rgba(0,0,0,.58),rgba(0,0,0,0));
  transition:.25s ease;
}
.topbar.scrolled{background:rgba(20,20,17,.94);backdrop-filter:blur(10px)}
.brand{display:inline-flex;align-items:center;gap:12px;width:max-content}
.brand-mark{
  display:grid;place-items:center;width:36px;height:36px;border:1px solid currentColor;border-radius:50%;
  font-family:Georgia,serif;font-size:18px;font-style:italic
}
.brand-name{font-size:13px;letter-spacing:.28em;font-weight:700}
.desktop-nav{display:flex;gap:34px;font-size:13px}
.desktop-nav a{opacity:.84}
.desktop-nav a:hover{opacity:1}
.lang-switch{justify-self:end;display:flex;gap:8px;align-items:center;font-size:12px}
.lang{border:0;background:none;color:inherit;padding:6px;opacity:.55;cursor:pointer}
.lang.active{opacity:1;font-weight:700}
.hero{position:relative;min-height:100svh;background:#222;overflow:hidden}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(7,7,6,.70) 0%,rgba(7,7,6,.40) 42%,rgba(7,7,6,.12) 75%,rgba(7,7,6,.20) 100%)
}
.hero-content{
  position:relative;z-index:2;max-width:780px;min-height:100svh;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:150px clamp(24px,6vw,100px) clamp(90px,10vh,120px)
}
.eyebrow,.section-kicker,.mini{font-size:11px;letter-spacing:.28em;font-weight:800}
.eyebrow{color:white;margin:0 0 22px}
.hero h1{
  margin:0;color:white;font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6.6vw,104px);font-weight:400;line-height:.95;letter-spacing:-.035em
}
.hero-copy{color:rgba(255,255,255,.88);max-width:560px;font-size:clamp(17px,1.7vw,24px);margin:28px 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  min-height:52px;padding:0 23px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:11px;letter-spacing:.13em;font-weight:800;cursor:pointer;transition:.2s ease
}
.btn-light{background:white;color:var(--ink)}
.btn-light:hover{background:var(--warm)}
.btn-ghost{border-color:rgba(255,255,255,.72);color:white;background:rgba(0,0,0,.10)}
.btn-ghost:hover{background:white;color:var(--ink)}
.btn-dark{width:100%;background:var(--ink);color:white}
.btn-dark:hover{background:#33332e}
.scroll-cue{position:absolute;z-index:3;right:50%;bottom:25px;color:white;font-size:28px;opacity:.7}
.intro{
  max-width:1050px;margin:0 auto;padding:clamp(90px,11vw,170px) 28px;
  text-align:center
}
.section-kicker{margin:0 0 24px}
.intro h2,.statement h2,.contact h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.05;
  letter-spacing:-.025em;margin:0
}
.intro h2{font-size:clamp(42px,5.2vw,76px)}
.intro p{max-width:720px;margin:30px auto 0;font-size:18px;color:#53534d}
.feature{
  max-width:var(--max);margin:0 auto;padding:0 clamp(18px,4vw,58px) clamp(80px,10vw,150px);
  display:grid;grid-template-columns:1.3fr .85fr;align-items:stretch
}
.feature-photo{min-height:650px;overflow:hidden}
.feature-photo img{width:100%;height:100%;object-fit:cover}
.feature-copy{
  background:#181815;color:#f7f3eb;display:flex;flex-direction:column;justify-content:center;
  padding:clamp(42px,6vw,92px)
}
.mini{opacity:.65}
.feature-copy h2{
  font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,5vw,78px);
  font-weight:400;letter-spacing:-.035em;line-height:.95;margin:20px 0 30px
}
.lead{font-size:19px;max-width:520px;color:#dfddd6}
.feature-points{display:flex;flex-wrap:wrap;gap:8px;margin:34px 0 42px}
.feature-points span{border:1px solid rgba(255,255,255,.25);padding:9px 12px;font-size:12px}
.text-link{display:inline-flex;gap:18px;align-items:center;font-size:11px;letter-spacing:.14em;font-weight:800;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:9px;width:max-content}
.mosaic{
  max-width:var(--max);margin:0 auto;padding:0 clamp(18px,4vw,58px);
  display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:320px 320px;
  gap:10px;position:relative
}
.tile{padding:0;border:0;background:#ddd;overflow:hidden;cursor:zoom-in}
.tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.tile:hover img{transform:scale(1.025)}
.tile-a{grid-row:1/3}
.tile-b{grid-column:2;grid-row:1}
.tile-c{grid-column:3;grid-row:1}
.tile-d{grid-column:2;grid-row:2}
.tile-e{grid-column:3;grid-row:2}
.gallery-all{
  position:absolute;right:calc(clamp(18px,4vw,58px) + 18px);bottom:18px;
  display:flex;gap:14px;align-items:center;background:white;border:0;padding:13px 16px;
  font-size:10px;letter-spacing:.12em;font-weight:800;cursor:pointer
}
.gallery-all b{display:grid;place-items:center;background:var(--ink);color:white;width:28px;height:28px;border-radius:50%;font-size:11px}
.statement{max-width:1000px;margin:0 auto;padding:clamp(110px,13vw,190px) 28px;text-align:center}
.statement h2{font-size:clamp(48px,6vw,86px)}
.statement p:last-child{font-size:20px;color:#595952;margin:26px auto 0}
.contact{
  background:#ded5c5;max-width:var(--max);margin:0 auto clamp(28px,4vw,60px);
  display:grid;grid-template-columns:1.1fr .9fr;gap:70px;
  padding:clamp(48px,7vw,100px)
}
.contact h2{font-size:clamp(44px,5vw,72px)}
.contact-copy>p:last-child{font-size:17px;max-width:590px;color:#5e584e;margin-top:28px}
.inquiry{align-self:center;background:#f8f5ef;padding:28px}
.inquiry label{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;font-size:11px;letter-spacing:.08em;font-weight:700}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.inquiry input,.inquiry select{
  width:100%;height:50px;border:1px solid #c9c2b7;background:white;padding:0 12px;color:var(--ink)
}
.contact-links{display:flex;gap:18px;justify-content:center;margin-top:20px;font-size:12px}
.contact-links a{text-decoration:underline;text-underline-offset:4px}
footer{background:#11110f;color:white;padding:70px clamp(24px,5vw,80px) 26px}
.footer-brand{margin-bottom:40px}
.footer-meta{display:flex;gap:26px;flex-wrap:wrap;color:#d8d4ca;font-size:13px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding-top:24px;margin-top:42px;display:flex;justify-content:space-between;gap:20px;font-size:11px;opacity:.62}
.mobile-cta{display:none}
.lightbox{
  width:100vw;height:100vh;max-width:none;max-height:none;border:0;padding:0;background:rgba(0,0,0,.96);
  color:white
}
.lightbox::backdrop{background:rgba(0,0,0,.96)}
.lightbox[open]{display:grid;place-items:center}
.lightbox figure{margin:0;width:min(88vw,1450px);height:86vh;display:grid;place-items:center;position:relative}
.lightbox figure img{max-width:100%;max-height:82vh;object-fit:contain}
.lightbox figcaption{position:absolute;bottom:0;font-size:12px;opacity:.7}
.lb-close,.lb-prev,.lb-next{position:fixed;background:none;border:0;color:white;cursor:pointer;z-index:2}
.lb-close{top:18px;right:25px;font-size:42px}
.lb-prev,.lb-next{top:50%;font-size:60px;transform:translateY(-50%);opacity:.7}
.lb-prev{left:18px}.lb-next{right:18px}
@media (max-width:900px){
  .topbar{height:68px;grid-template-columns:1fr auto;padding:0 18px}
  .desktop-nav{display:none}
  .hero-content{padding:120px 22px 90px}
  .hero h1{font-size:clamp(48px,14vw,74px)}
  .hero-copy{font-size:18px}
  .feature{grid-template-columns:1fr;padding-left:0;padding-right:0}
  .feature-photo{min-height:65vh}
  .feature-copy{padding:52px 26px 60px}
  .mosaic{grid-template-columns:1fr 1fr;grid-template-rows:54vw 42vw 42vw;padding:0 12px}
  .tile-a{grid-column:1/3;grid-row:1}
  .tile-b{grid-column:1;grid-row:2}.tile-c{grid-column:2;grid-row:2}
  .tile-d{grid-column:1;grid-row:3}.tile-e{grid-column:2;grid-row:3}
  .gallery-all{right:28px;bottom:18px}
  .contact{grid-template-columns:1fr;gap:34px;margin-bottom:0;padding:55px 20px 90px}
  footer{padding-bottom:90px}
  .mobile-cta{
    position:fixed;display:flex;z-index:45;left:12px;right:12px;bottom:12px;height:50px;
    align-items:center;justify-content:center;background:#11110f;color:white;
    font-size:11px;letter-spacing:.12em;font-weight:800;box-shadow:0 10px 35px rgba(0,0,0,.25)
  }
}
@media (max-width:560px){
  .hero-img{object-position:60% center}
  .hero-shade{background:linear-gradient(0deg,rgba(7,7,6,.78),rgba(7,7,6,.14) 72%)}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn{width:100%}
  .intro{padding-left:20px;padding-right:20px}
  .intro h2{font-size:44px}
  .form-row{grid-template-columns:1fr}
  .footer-meta{flex-direction:column;gap:10px}
  .footer-bottom{flex-direction:column}
  .lb-prev,.lb-next{font-size:46px}
}


/* --- Eurolana 2.0 v2: richer apartment story --- */
.apartment-story{
  max-width:var(--max);
  margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(80px,10vw,150px);
}
.story-card{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  background:#eee8dd;
}
.story-photo{min-height:620px;overflow:hidden}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-copy{
  padding:clamp(42px,6vw,88px);
  display:flex;flex-direction:column;justify-content:center
}
.story-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(44px,5vw,74px);
  font-weight:400;line-height:1.02;letter-spacing:-.03em;
  margin:14px 0 26px
}
.story-copy p{font-size:18px;color:#545048;max-width:640px}
.perk-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:10px;margin-top:34px
}
.perk{
  min-height:84px;border:1px solid rgba(20,20,17,.18);
  padding:14px 15px;display:flex;align-items:flex-end;
  font-size:11px;letter-spacing:.08em;font-weight:800;text-transform:uppercase
}
.nearby{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(95px,11vw,170px)
}
.nearby-card{
  background:#171714;color:#f5f1e8;
  display:grid;grid-template-columns:.8fr 1.2fr;
  gap:70px;padding:clamp(46px,7vw,96px)
}
.nearby-card h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;
  font-size:clamp(44px,5vw,72px);line-height:1;margin:14px 0 0
}
.nearby-list{display:grid;gap:22px}
.nearby-item{border-bottom:1px solid rgba(255,255,255,.18);padding-bottom:20px}
.nearby-item strong{
  display:block;font-family:Georgia,"Times New Roman",serif;
  font-size:26px;font-weight:400;margin-bottom:6px
}
.nearby-item span{color:#d5d1c8;font-size:15px}
.lang-switch a{
  color:inherit;opacity:.52;padding:6px;font-size:12px
}
.lang-switch a.active{opacity:1;font-weight:800}
@media (max-width:900px){
  .story-card,.nearby-card{grid-template-columns:1fr}
  .story-photo{min-height:58vh}
  .story-copy{padding:50px 24px 56px}
  .perk-grid{grid-template-columns:1fr 1fr}
  .nearby-card{gap:42px;padding:54px 24px}
}
@media (max-width:520px){
  .perk-grid{grid-template-columns:1fr 1fr}
  .perk{min-height:72px;padding:12px;font-size:10px}
}


/* --- v4: two-apartment showcase + Šturmanų story --- */
.collection{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(90px,10vw,150px);
}
.collection-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}
.collection-card{
  position:relative;min-height:560px;overflow:hidden;background:#222;color:#fff;
}
.collection-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform .55s ease
}
.collection-card:hover img{transform:scale(1.025)}
.collection-card::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.73),rgba(0,0,0,.05) 64%);
}
.collection-copy{
  position:absolute;z-index:2;left:0;right:0;bottom:0;padding:34px;
}
.collection-copy .mini{color:#fff;opacity:.72}
.collection-copy h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,4vw,60px);font-weight:400;line-height:1;
  margin:11px 0 14px;letter-spacing:-.03em
}
.collection-copy p{max-width:520px;color:rgba(255,255,255,.86);font-size:16px;margin:0 0 22px}
.collection-link{
  display:inline-flex;gap:13px;align-items:center;border-bottom:1px solid rgba(255,255,255,.6);
  padding-bottom:7px;font-size:11px;letter-spacing:.13em;font-weight:800
}
.object-anchor{scroll-margin-top:78px}
.stur-feature{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(80px,10vw,150px);
  display:grid;grid-template-columns:.88fr 1.12fr
}
.stur-copy{
  background:#d8d2ca;color:#171714;
  padding:clamp(44px,6vw,92px);
  display:flex;flex-direction:column;justify-content:center
}
.stur-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,5vw,78px);font-weight:400;line-height:.95;
  margin:20px 0 28px;letter-spacing:-.035em
}
.stur-copy p{font-size:19px;color:#504d48;max-width:580px}
.stur-photo{min-height:690px;overflow:hidden}
.stur-photo img{width:100%;height:100%;object-fit:cover}
.stur-story{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(80px,10vw,150px);
}
.stur-story-card{
  display:grid;grid-template-columns:1.12fr .88fr;background:#161614;color:#f5f1e8
}
.stur-story-photo{min-height:620px;overflow:hidden}
.stur-story-photo img{width:100%;height:100%;object-fit:cover}
.stur-story-copy{
  padding:clamp(42px,6vw,88px);display:flex;flex-direction:column;justify-content:center
}
.stur-story-copy h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;
  font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.03em;
  margin:14px 0 26px
}
.stur-story-copy p{font-size:18px;color:#d8d5cf}
.stur-perks .perk{border-color:rgba(255,255,255,.22);color:#f5f1e8}
.mosaic.stur-mosaic{padding-bottom:0}
.object-divider{
  max-width:var(--max);height:1px;background:rgba(20,20,17,.18);
  margin:0 auto clamp(95px,10vw,150px)
}
@media(max-width:900px){
  .collection-grid,.stur-feature,.stur-story-card{grid-template-columns:1fr}
  .collection-card{min-height:72vh}
  .stur-photo,.stur-story-photo{min-height:58vh}
  .stur-copy,.stur-story-copy{padding:52px 26px 60px}
}

/* --- v5: Senvagės --- */
.collection-grid.three{grid-template-columns:repeat(3,1fr)}
.collection-grid.three .collection-card{min-height:510px}
.sen-feature{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(80px,10vw,150px);
  display:grid;grid-template-columns:1.08fr .92fr
}
.sen-photo{min-height:670px;overflow:hidden}
.sen-photo img{width:100%;height:100%;object-fit:cover}
.sen-copy{
  background:#e8e1d6;padding:clamp(44px,6vw,92px);
  display:flex;flex-direction:column;justify-content:center
}
.sen-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(48px,5vw,78px);font-weight:400;line-height:.95;
  margin:20px 0 28px;letter-spacing:-.035em
}
.sen-copy p{font-size:19px;color:#514c44;max-width:580px}
.sen-location{
  max-width:var(--max);margin:0 auto;
  padding:0 clamp(18px,4vw,58px) clamp(85px,10vw,150px);
  display:grid;grid-template-columns:.9fr 1.1fr
}
.sen-location-copy{
  background:#171714;color:#f5f1e8;
  padding:clamp(44px,6vw,86px);
  display:flex;flex-direction:column;justify-content:center
}
.sen-location-copy h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;
  font-size:clamp(44px,5vw,70px);line-height:1.02;margin:14px 0 24px
}
.sen-location-copy p{color:#d8d4cb;font-size:18px}
.sen-location-photo{min-height:540px;overflow:hidden}
.sen-location-photo img{width:100%;height:100%;object-fit:cover}
@media(max-width:1000px){
  .collection-grid.three{grid-template-columns:1fr}
  .sen-feature,.sen-location{grid-template-columns:1fr}
  .sen-photo,.sen-location-photo{min-height:58vh}
}


/* --- v6: Rambyno collection layout --- */
.collection-grid.four{grid-template-columns:repeat(2,1fr)}
.collection-grid.four .collection-card{min-height:510px}
@media(max-width:1000px){
  .collection-grid.four{grid-template-columns:1fr}
}

/* --- v7: Žardė --- */
.collection-grid.five{grid-template-columns:repeat(3,1fr)}
.collection-grid.five .collection-card{min-height:500px}
@media(max-width:1100px){
  .collection-grid.five{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .collection-grid.five{grid-template-columns:1fr}
}


/* --- EUROLANA MODULAR: automatic collection grid --- */
.collection-title{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;
  font-size:clamp(42px,5vw,70px);line-height:1.05;margin:0 0 42px;letter-spacing:-.025em
}
.collection-grid.modular-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.collection-grid.modular-grid .collection-card{min-height:510px}
.modular-mosaic script{display:none}
@media(max-width:1050px){.collection-grid.modular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.collection-grid.modular-grid{grid-template-columns:1fr}}

/* --- EUROLANA STOREFRONT: compact shop window + apartment dialogs --- */
.collection-grid.modular-grid .collection-card{min-height:430px}
.collection-card:focus-visible{outline:4px solid var(--warm);outline-offset:4px}
.collection-copy p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}

html.object-open,html.object-open body{overflow:hidden}
.object-dialog{
  width:min(1180px,calc(100vw - 28px));height:calc(100dvh - 28px);
  max-width:none;max-height:none;margin:auto;padding:0;border:0;background:var(--paper);color:var(--ink);
  box-shadow:0 28px 90px rgba(0,0,0,.38)
}
.object-dialog::backdrop{background:rgba(10,10,9,.78);backdrop-filter:blur(6px)}
.object-dialog[open]{display:block}
.object-modal{min-height:100%;background:var(--paper)}
.object-modal-bar{
  position:sticky;z-index:6;top:0;height:72px;padding:0 24px;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  background:rgba(20,20,17,.96);color:white;border-bottom:1px solid rgba(255,255,255,.12)
}
.object-modal-bar>strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase;text-align:center}
.object-modal-brand{display:inline-flex;align-items:center;gap:11px;width:max-content;font-size:11px;letter-spacing:.2em;font-weight:800}
.object-modal-brand .brand-mark{width:32px;height:32px}
.object-close{
  justify-self:end;width:44px;height:44px;border:1px solid rgba(255,255,255,.38);border-radius:50%;
  background:transparent;color:white;font-size:32px;line-height:1;cursor:pointer
}
.object-close:hover{background:white;color:var(--ink)}
.object-modal-hero{position:relative;min-height:min(720px,74dvh);background:#222;overflow:hidden}
.object-modal-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.object-modal-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(6,6,5,.82),rgba(6,6,5,.05) 68%)}
.object-modal-heading{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:clamp(34px,6vw,78px);color:white}
.object-modal-heading .mini{opacity:.82}
.object-modal-heading h2{
  max-width:900px;margin:13px 0 18px;font:400 clamp(52px,7vw,96px)/.95 Georgia,"Times New Roman",serif;
  letter-spacing:-.04em
}
.object-modal-heading p{max-width:720px;margin:0;color:rgba(255,255,255,.9);font-size:clamp(17px,2vw,22px)}
.object-hero-actions{display:flex;gap:12px;margin-top:28px}
.object-hero-actions .btn{min-width:280px}
.object-modal-body{padding:0 clamp(18px,4vw,54px) 50px}
.object-details{
  display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(34px,6vw,86px);
  padding:clamp(60px,8vw,105px) 0;border-bottom:1px solid var(--line)
}
.object-details-single{grid-template-columns:1fr}
.object-details h3,.object-nearby h3,.object-extra h3,.object-inquiry h3{
  margin:14px 0 24px;font:400 clamp(38px,5vw,66px)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.03em
}
.object-details p,.object-extra p{margin:0;max-width:760px;color:#575249;font-size:18px}
.object-perks{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-content:start}
.object-perks span{
  min-height:76px;padding:14px;border:1px solid var(--line);display:flex;align-items:flex-end;
  font-size:11px;letter-spacing:.08em;font-weight:800;text-transform:uppercase
}
.object-gallery{padding:clamp(58px,7vw,92px) 0;border-bottom:1px solid var(--line)}
.object-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.object-section-head strong{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:white;font-size:12px}
.object-gallery-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:260px 260px;gap:10px}
.object-gallery-tile{border:0;padding:0;background:#ddd;overflow:hidden;cursor:zoom-in}
.object-gallery-tile:first-child{grid-row:1/3}
.object-gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.object-gallery-tile:hover img{transform:scale(1.025)}
.object-all-photos{
  width:100%;min-height:58px;margin-top:10px;padding:0 18px;border:1px solid var(--ink);background:transparent;
  display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:11px;letter-spacing:.12em;font-weight:800
}
.object-all-photos b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--ink);color:white}
.object-nearby{
  margin-top:clamp(58px,7vw,92px);padding:clamp(38px,5vw,68px);background:#ded5c5;
  display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(30px,5vw,70px)
}
.object-nearby-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.object-nearby-list>div{border-bottom:1px solid rgba(20,20,17,.2);padding-bottom:18px}
.object-nearby-list strong{font:400 25px/1.1 Georgia,"Times New Roman",serif}
.object-nearby-list p{margin:8px 0 0;color:#575249;font-size:14px}
.object-extra{margin-top:clamp(58px,7vw,92px);display:grid;grid-template-columns:.9fr 1.1fr;background:#ded5c5}
.object-extra>div{padding:clamp(38px,5vw,68px);align-self:center}
.object-extra>img{width:100%;height:100%;min-height:430px;object-fit:cover}
.object-inquiry{
  margin-top:clamp(58px,7vw,92px);padding:clamp(38px,5vw,68px);background:var(--ink);color:white;
  display:grid;grid-template-columns:1fr .8fr;gap:clamp(30px,5vw,70px);align-items:center
}
.object-inquiry h3{margin-bottom:14px}
.object-inquiry p{max-width:620px;margin:0;color:#d8d5cd}
.object-inquiry-actions{display:grid;gap:12px}
.object-inquiry-actions .btn{width:100%}
.object-inquiry .btn-dark{background:white;color:var(--ink)}
.object-inquiry .btn-dark:hover{background:var(--warm)}
.btn-outline{border-color:rgba(255,255,255,.55);color:white;background:transparent}
.btn-outline:hover{background:white;color:var(--ink)}

@media(max-width:900px){
  .collection-grid.modular-grid .collection-card{min-height:430px}
  .object-dialog{width:100vw;height:100dvh;margin:0}
  .object-modal-bar{height:64px;padding:0 14px;grid-template-columns:1fr auto}
  .object-modal-bar>strong{display:none}
  .object-modal-brand{font-size:10px;letter-spacing:.15em}
  .object-modal-hero{min-height:64dvh}
  .object-modal-heading{padding:34px 22px}
  .object-modal-heading h2{font-size:clamp(46px,13vw,70px)}
  .object-hero-actions .btn{width:100%;min-width:0}
  .object-details,.object-nearby,.object-extra,.object-inquiry{grid-template-columns:1fr}
  .object-details{gap:36px}
  .object-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:58vw 42vw 42vw}
  .object-gallery-tile:first-child{grid-column:1/3;grid-row:1}
  .object-nearby{padding:40px 22px}
  .object-extra>img{min-height:54vw}
  .object-inquiry{padding:42px 22px}
  html.object-open .mobile-cta{display:none}
}
@media(max-width:560px){
  .brand-name{letter-spacing:.18em;font-size:11px}
  .collection-grid.modular-grid .collection-card{min-height:390px}
  .collection-copy{padding:24px}
  .collection-copy h3{font-size:42px}
  .object-modal-body{padding-left:14px;padding-right:14px}
  .object-details h3,.object-nearby h3,.object-extra h3,.object-inquiry h3{font-size:40px}
  .object-details p,.object-extra p{font-size:16px}
  .object-perks,.object-nearby-list{grid-template-columns:1fr 1fr}
  .object-perks span{min-height:68px;font-size:10px}
  .object-gallery-grid{gap:6px}
}
