:root{
  --black:#090909;
  --black-2:#11110f;
  --white:#f6f4ef;
  --paper:#efede7;
  --ink:#171713;
  --muted:#77766f;
  --line:rgba(19,19,16,.14);
  --line-dark:rgba(255,255,255,.14);
  --gold:#c69a42;
  --gold-light:#dfbd72;
  --max:1320px;
  --pad:clamp(22px,4vw,68px);
  --header:82px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:#fff;font-family:"DM Sans",sans-serif;font-weight:400;line-height:1.6;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
svg{stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
::selection{background:var(--gold);color:#090909}

.site-pattern{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.16) .55px,transparent .55px);background-size:15px 15px}
.content-grid{width:min(calc(100% - (var(--pad)*2)),var(--max));margin-inline:auto}
.section-light{background:var(--white);color:var(--ink)}
.section-dark{background:var(--black);color:#fff}
.section-label{display:flex;align-items:center;gap:10px;margin:0 0 24px;color:#8c6a2d;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:600}
.section-label::before{content:"";width:28px;height:1px;background:currentColor}
.section-label.light{color:var(--gold-light)}

h1,h2,h3,p{margin-top:0}
h1,h2{font-weight:500;letter-spacing:-.055em;line-height:.98}
h1{font-size:clamp(54px,7.2vw,112px);margin-bottom:30px}
h2{font-size:clamp(46px,5.4vw,82px);margin-bottom:28px}
p{font-size:15px}

.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease}
.button svg{width:17px;height:17px}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:#0b0b0a}
.button-gold:hover{background:var(--gold-light)}
.button-ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.28);backdrop-filter:blur(10px)}
.button-ghost:hover{background:rgba(255,255,255,.12)}
.button-dark{background:var(--ink);color:#fff}

.site-header{height:var(--header);position:fixed;inset:0 0 auto;z-index:100;color:#fff;transition:background .3s ease,border-color .3s ease,height .3s ease}
.site-header.scrolled{background:rgba(9,9,9,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-dark)}
.nav-shell{height:100%;width:min(calc(100% - (var(--pad)*2)),var(--max));margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px}
.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}
.brand-symbol{width:39px;height:39px;color:var(--gold)}
.brand span{display:flex;flex-direction:column;line-height:1.04}
.brand strong{font-size:16px;font-weight:600;letter-spacing:.025em}
.brand small{font-size:10px;color:var(--gold-light);letter-spacing:.08em}
.main-nav{justify-self:center;display:flex;align-items:center;gap:30px}
.main-nav a{position:relative;padding:8px 0;color:rgba(255,255,255,.78);font-size:12px;font-weight:500;transition:color .2s}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--gold);transition:right .25s}
.main-nav a:hover,.main-nav a.active{color:#fff}
.main-nav a.active::after,.main-nav a:hover::after{right:0}
.nav-contact{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:12px 0;border-bottom:1px solid var(--gold)}
.nav-contact svg{width:15px}
.menu-button{display:none;width:44px;height:44px;border:0;background:transparent;place-items:center;cursor:pointer}
.menu-button span{display:block;width:22px;height:1px;background:#fff;margin:4px;transition:.25s}

.hero{height:max(760px,100vh);position:relative;isolation:isolate;overflow:hidden;background:#111}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 43%;transform:scale(1.015);animation:heroMove 13s ease-out both}
@keyframes heroMove{from{transform:scale(1.07)}to{transform:scale(1.015)}}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.08) 78%),linear-gradient(0deg,rgba(0,0,0,.7) 0%,transparent 40%)}
.hero-inner{position:relative;z-index:2;width:min(calc(100% - (var(--pad)*2)),var(--max));height:100%;margin:auto;padding-top:calc(var(--header) + 80px);display:flex;flex-direction:column;justify-content:center}
.hero-copy{max-width:800px}
.hero-copy h1 span{color:var(--gold-light)}
.hero-copy>p:not(.section-label){max-width:540px;color:rgba(255,255,255,.76);font-size:17px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:38px}
.hero-meta{position:absolute;right:0;bottom:50px;display:flex;gap:32px;color:rgba(255,255,255,.78);font-size:12px}
.hero-meta span{padding-left:18px;border-left:1px solid var(--gold)}
.scroll-cue{position:absolute;z-index:3;left:50%;bottom:36px;transform:translateX(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center}
.scroll-cue svg{width:16px;animation:scrollCue 1.6s infinite}
@keyframes scrollCue{50%{transform:translateY(4px)}}

.about{padding:140px 0 0}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(50px,10vw,170px);align-items:start}
.about-heading h2{margin:0}
.about-copy{max-width:690px;padding-top:8px}
.about-copy .lead{font-size:clamp(22px,2.3vw,34px);line-height:1.35;letter-spacing:-.025em;color:#282823}
.about-copy>p:not(.lead){max-width:620px;color:#6f6e67;margin:28px 0}
.text-link{display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid #1e1e1a;padding-bottom:5px;font-size:13px;font-weight:600}
.text-link svg{width:16px}
.about-visual{width:min(calc(100% - (var(--pad)*2)),var(--max));height:min(54vw,680px);margin:95px auto 0;overflow:hidden}
.about-visual img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.about-visual:hover img{transform:scale(1.018)}
.project-facts{width:min(calc(100% - (var(--pad)*2)),var(--max));margin:0 auto;padding:48px 0 100px;display:grid;grid-template-columns:repeat(4,1fr)}
.project-facts article{padding:0 24px;border-left:1px solid var(--line)}
.project-facts article:first-child{padding-left:0;border-left:0}
.project-facts strong{display:block;font-size:clamp(38px,5vw,68px);font-weight:500;line-height:1;color:#1d1d19;letter-spacing:-.05em}
.project-facts span{color:#77766f;font-size:12px}

.home-tour{height:max(720px,90vh);position:relative;overflow:hidden;background:#111;color:#fff;isolation:isolate}
.home-tour-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.home-tour-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.69) 0%,rgba(0,0,0,.15) 45%,rgba(0,0,0,.72) 100%)}
.tour-top{position:relative;z-index:2;width:min(calc(100% - (var(--pad)*2)),var(--max));margin:auto;padding-top:100px;display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:end}
.tour-title h2{font-size:clamp(44px,5vw,76px);margin:0}
.tour-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.tour-button{min-height:128px;padding:22px 18px;background:rgba(8,8,8,.66);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(15px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;transition:background .25s ease,border-color .25s ease,transform .25s ease}
.tour-button:hover{background:rgba(8,8,8,.82);border-color:var(--gold);transform:translateY(-3px)}
.tour-icon{width:42px;height:42px;border:1px solid rgba(198,154,66,.65);display:grid;place-items:center;color:var(--gold-light)}
.tour-icon svg{width:21px}
.tour-button>svg{width:17px;color:var(--gold-light)}
.tour-button strong{display:block;font-weight:500;font-size:15px}
.tour-button small{display:block;margin-top:3px;color:rgba(255,255,255,.62);font-size:11px}
.tour-bottom{position:absolute;z-index:2;left:50%;bottom:42px;transform:translateX(-50%);width:min(calc(100% - (var(--pad)*2)),var(--max));display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.65);font-size:11px}
.tour-bottom a{color:#fff;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--gold);padding-bottom:5px}
.tour-bottom svg{width:16px}

.features{padding:135px 0 110px;overflow:hidden}
.feature-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,7vw,110px);align-items:center}
.feature-copy{padding-right:10px}
.slide-count{display:block;color:#9b793a;font-size:11px;letter-spacing:.1em;margin-bottom:34px}
.feature-copy h2{font-size:clamp(43px,4.4vw,68px)}
.feature-copy p{color:#6d6c65;max-width:460px}
.slider-controls{display:flex;gap:8px;margin-top:46px}
.slider-controls button{width:48px;height:48px;border:1px solid var(--line);background:transparent;display:grid;place-items:center;cursor:pointer;transition:.2s}
.slider-controls button:hover{background:#1b1b17;color:#fff}
.slider-controls svg{width:18px}
.feature-media{height:min(52vw,650px);position:relative;overflow:hidden;background:#ddd}
.feature-media img{width:100%;height:100%;object-fit:cover;transition:opacity .28s ease,transform .7s ease}
.feature-media.is-changing img{opacity:.2;transform:scale(1.02)}
.feature-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.25)}
.feature-progress span{display:block;width:20%;height:100%;background:var(--gold);transition:width .35s ease}
.feature-index{width:min(calc(100% - (var(--pad)*2)),var(--max));margin:72px auto 0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}
.feature-index button{border:0;background:transparent;text-align:left;padding:22px 8px 0 0;color:#8c8b84;cursor:pointer;font-size:13px;position:relative}
.feature-index button::before{content:"";position:absolute;left:0;right:100%;top:-1px;height:2px;background:var(--gold);transition:right .25s}
.feature-index button.active{color:#1b1b17}
.feature-index button.active::before{right:12px}
.feature-index span{display:block;font-size:9px;color:#a7803b;margin-bottom:8px}

.gallery{padding:135px 0 110px}
.gallery-header{display:grid;grid-template-columns:1fr .85fr;gap:70px;align-items:end;margin-bottom:70px}
.gallery-header h2{margin:0}
.gallery-header>p{max-width:520px;margin:0 0 8px;color:rgba(255,255,255,.58)}
.gallery-stage{width:min(calc(100% - (var(--pad)*2)),var(--max));margin:auto;display:grid;grid-template-columns:58px 1fr 58px;gap:16px;align-items:center}
.gallery-main{height:min(61vw,760px);border:0;padding:0;background:#141414;position:relative;overflow:hidden;cursor:zoom-in}
.gallery-main img{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .8s ease}
.gallery-main:hover img{transform:scale(1.012)}
.gallery-main.is-changing img{opacity:.12}
.gallery-caption{position:absolute;left:28px;bottom:26px;font-size:18px;font-weight:500;text-shadow:0 2px 20px #000}
.gallery-number{position:absolute;right:28px;bottom:26px;color:var(--gold-light);font-size:11px;letter-spacing:.1em}
.gallery-arrow{width:58px;height:58px;border:1px solid var(--line-dark);background:transparent;display:grid;place-items:center;cursor:pointer;transition:.2s}
.gallery-arrow:hover{background:var(--gold);color:#090909;border-color:var(--gold)}
.gallery-arrow svg{width:20px}
.gallery-thumbs{width:min(calc(100% - (var(--pad)*2)),var(--max));margin:20px auto 0;padding-left:74px;padding-right:74px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.gallery-thumbs button{height:90px;padding:0;border:1px solid transparent;background:#111;overflow:hidden;opacity:.48;cursor:pointer;transition:.2s}
.gallery-thumbs button.active{opacity:1;border-color:var(--gold)}
.gallery-thumbs img{width:100%;height:100%;object-fit:cover}

.location{padding:135px 0}
.location-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(50px,8vw,120px);align-items:center}
.location-copy>p:not(.section-label){color:#6d6c65;max-width:520px;font-size:16px}
.location-points{display:grid;gap:14px;margin:34px 0 42px}
.location-points span{display:flex;align-items:center;gap:11px;font-size:13px}
.location-points svg{width:18px;color:#9b7633}
.map-visual{height:min(57vw,720px);position:relative;overflow:hidden;background:#e1ddcf}
.map-visual img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.map-visual:hover img{transform:scale(1.02)}
.map-marker{position:absolute;left:35%;top:56%;width:54px;height:54px;border-radius:50%;background:var(--black);color:var(--gold-light);display:grid;place-items:center;box-shadow:0 12px 35px rgba(0,0,0,.3);animation:pinPulse 2.5s infinite}
.map-marker svg{width:21px}
@keyframes pinPulse{50%{box-shadow:0 12px 35px rgba(0,0,0,.3),0 0 0 14px rgba(198,154,66,.16)}}

.contact{padding:135px var(--pad)}
.contact-shell{width:min(100%,var(--max));margin:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(55px,9vw,140px)}
.contact-intro>p:not(.section-label){max-width:460px;color:rgba(255,255,255,.58);font-size:16px}
.contact-numbers{display:grid;gap:12px;margin-top:38px}
.contact-numbers a{display:flex;align-items:center;gap:12px;font-size:clamp(20px,2.2vw,30px);font-weight:400;letter-spacing:-.02em}
.contact-numbers svg{width:19px;color:var(--gold-light)}
.contact-form{padding-top:12px}
.contact-form label{display:grid;gap:9px;margin-bottom:21px;color:rgba(255,255,255,.62);font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;outline:none;padding:12px 0;font-size:14px;text-transform:none;letter-spacing:0;transition:border-color .2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold)}
.contact-form select{color:#fff;background:var(--black)}
.contact-form textarea{resize:vertical}
.form-submit{width:100%;margin-top:10px}
.form-note{text-align:center;color:rgba(255,255,255,.38);font-size:10px;margin:12px 0 0}

.site-footer{background:#060606;padding:70px var(--pad) 25px;border-top:1px solid var(--line-dark)}
.footer-top,.footer-grid,.footer-bottom{width:min(100%,var(--max));margin-inline:auto}
.footer-top{display:grid;grid-template-columns:auto 1fr auto;gap:40px;align-items:center;padding-bottom:48px;border-bottom:1px solid var(--line-dark)}
.footer-top>p{margin:0;color:rgba(255,255,255,.5);font-size:13px}
.footer-top-link{display:flex;gap:8px;align-items:center;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.footer-top-link svg{width:15px}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px;padding:52px 0}
.footer-grid>div{display:flex;flex-direction:column;gap:10px}
.footer-grid h3{font-size:10px;color:var(--gold-light);text-transform:uppercase;letter-spacing:.12em;margin:0 0 10px;font-weight:600}
.footer-grid a,.footer-grid span{font-size:12px;color:rgba(255,255,255,.58)}
.footer-grid a:hover{color:#fff}
.socials{display:flex;gap:9px}
.socials a{width:40px;height:40px;border:1px solid var(--line-dark);display:grid;place-items:center}
.socials svg{width:17px}
.footer-bottom{padding-top:22px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;gap:24px;color:rgba(255,255,255,.32);font-size:10px}
.footer-bottom strong{color:var(--gold-light);font-weight:500}

.toast{position:fixed;left:50%;bottom:28px;z-index:300;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:#fff;color:#111;padding:13px 18px;box-shadow:0 16px 40px rgba(0,0,0,.3);font-size:12px;transition:.3s}
.toast.show{opacity:1;transform:translate(-50%,0)}
.lightbox{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:50px}
.lightbox.open{display:flex}
.lightbox img{max-width:95vw;max-height:88vh;object-fit:contain}
.lightbox-close{position:absolute;right:24px;top:24px;width:48px;height:48px;border:1px solid var(--line-dark);background:#111;color:#fff;display:grid;place-items:center;cursor:pointer}
.lightbox-close svg{width:20px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}
.delay-1{transition-delay:.1s}

@media(max-width:1080px){
  .main-nav{gap:18px}.nav-contact{display:none}
  .tour-top{grid-template-columns:1fr;padding-top:85px}.tour-buttons{max-width:900px}
  .feature-layout,.location-grid{grid-template-columns:1fr 1.2fr}
}

@media(max-width:820px){
  :root{--header:70px;--pad:24px}
  .nav-shell{grid-template-columns:auto auto}.menu-button{display:block;justify-self:end}
  .main-nav{position:fixed;inset:var(--header) 0 0;background:#090909;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:34px var(--pad);transform:translateX(100%);transition:transform .35s ease;gap:0}
  .main-nav.open{transform:none}.main-nav a{padding:18px 0;border-bottom:1px solid var(--line-dark);font-size:16px}.main-nav a::after{display:none}
  .menu-button[aria-expanded="true"] span:first-child{transform:translateY(5px) rotate(45deg)}
  .menu-button[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .hero-inner{padding-top:var(--header)}.hero-meta{display:none}.scroll-cue{left:auto;right:var(--pad);transform:none}
  .about{padding-top:95px}.about-grid,.feature-layout,.gallery-header,.location-grid,.contact-shell{grid-template-columns:1fr;gap:45px}
  .about-visual{height:56vw;margin-top:65px}.project-facts{grid-template-columns:repeat(2,1fr);gap:34px}.project-facts article:nth-child(3){border-left:0;padding-left:0}
  .tour-top{padding-top:65px}.tour-buttons{grid-template-columns:1fr}.tour-button{min-height:82px}.home-tour{height:auto;min-height:880px}.tour-bottom{position:relative;left:auto;bottom:auto;transform:none;margin:80px auto 0;padding-bottom:34px}
  .features,.gallery,.location,.contact{padding-top:95px;padding-bottom:90px}.feature-media{height:66vw;order:-1}.feature-index{overflow-x:auto;grid-template-columns:repeat(5,160px)}
  .gallery-stage{grid-template-columns:1fr}.gallery-arrow{position:absolute;z-index:3;background:rgba(0,0,0,.65)}.gallery-prev{left:calc(var(--pad) + 12px)}.gallery-next{right:calc(var(--pad) + 12px)}.gallery-main{height:65vw}.gallery-thumbs{padding:0;grid-template-columns:repeat(6,120px);overflow-x:auto}
  .map-visual{height:74vw;order:-1}.contact-form{padding-top:0}
  .footer-top{grid-template-columns:1fr auto}.footer-top>p{grid-column:1/-1;grid-row:2}.footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:540px){
  h1{font-size:52px}.hero{min-height:720px;height:100svh}.hero-copy>p:not(.section-label){font-size:14px}.hero-actions{display:grid}.button{width:100%}
  .about-grid{gap:36px}.about-visual{height:68vw}.project-facts{padding-bottom:75px}.project-facts article{padding:0 12px}.project-facts strong{font-size:44px}
  .home-tour{min-height:920px}.tour-title h2{font-size:44px}.tour-bottom{align-items:flex-start;flex-direction:column;gap:16px}
  .feature-media{height:76vw}.feature-index{margin-top:45px}.gallery-main{height:76vw}.gallery-caption{left:16px;bottom:15px;font-size:15px}.gallery-number{right:16px;bottom:16px}
  .gallery-arrow{width:44px;height:44px}.gallery-prev{left:calc(var(--pad) + 7px)}.gallery-next{right:calc(var(--pad) + 7px)}
  .map-visual{height:100vw}.field-row{grid-template-columns:1fr}.contact-numbers a{font-size:20px}
  .footer-top{grid-template-columns:1fr}.footer-top-link{justify-self:start}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-bottom{flex-direction:column}
  .lightbox{padding:15px}.lightbox-close{right:12px;top:12px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-image{animation:none}.reveal{opacity:1;transform:none;transition:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* V3 refinements */
.hero-copy h1{
  font-size:clamp(48px,6vw,88px);
  max-width:760px;
  margin-bottom:26px;
}

.about{
  padding:130px 0 115px;
}

.home-tour{
  width:100%;
  height:90vh;
  min-height:700px;
}

.tour-top{
  width:100%;
  max-width:none;
  margin:0;
  padding:42px var(--pad) 0;
  align-items:start;
}

.tour-title h2{
  font-size:clamp(34px,4vw,58px);
  letter-spacing:-.045em;
  margin:0 0 12px;
}

.tour-title p{
  max-width:390px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:14px;
}

.project-facts-section{
  padding:0;
}

.project-facts{
  padding:58px 0 88px;
}

.site-footer{
  padding-top:48px;
}

.footer-grid{
  padding-top:0;
}

.floating-actions{
  position:fixed;
  inset:0;
  z-index:260;
  pointer-events:none;
}

.floating-button{
  position:absolute;
  bottom:24px;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 14px 38px rgba(0,0,0,.28);
  cursor:pointer;
  pointer-events:auto;
  transition:transform .25s ease,opacity .25s ease,background .25s ease;
}

.floating-button:hover{
  transform:translateY(-3px);
}

.floating-button svg{
  width:19px;
  height:19px;
}

.whatsapp-float{
  left:24px;
  background:#25d366;
  color:#fff;
}

.back-to-top{
  right:24px;
  background:#0b0b0b;
  color:#fff;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
}

.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:none;
}

@media(max-width:980px){
  .about{padding:95px 0 80px}
  .home-tour{height:auto;min-height:900px}
  .tour-top{padding:48px var(--pad) 0}
}

@media(max-width:640px){
  .hero-copy h1{font-size:46px}
  .home-tour{min-height:860px}
  .tour-top{padding-top:34px}
  .tour-title h2{font-size:36px}
  .floating-button{bottom:18px;width:46px;height:46px}
  .whatsapp-float{left:18px}
  .back-to-top{right:18px}
}

/* V4 — clean 360° selector */
.home-tour{
  width:100%;
  height:auto;
  min-height:0;
  background:#090909;
  color:#fff;
  overflow:visible;
}

.tour-controls{
  width:100%;
  background:#090909;
  padding:28px var(--pad);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.tour-buttons{
  width:min(100%,var(--max));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.tour-button{
  min-height:92px;
  padding:18px 22px;
  background:#11110f;
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:none;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:16px;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}

.tour-button:hover{
  background:#181713;
  border-color:var(--gold);
  transform:translateY(-2px);
}

.tour-icon{
  width:40px;
  height:40px;
  border:1px solid rgba(198,154,66,.62);
  display:grid;
  place-items:center;
  color:var(--gold-light);
}

.tour-button strong{
  display:block;
  font-size:15px;
  font-weight:500;
}

.tour-button small{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.55);
  font-size:11px;
}

.tour-image-stage{
  position:relative;
  width:100%;
  height:90vh;
  min-height:650px;
  overflow:hidden;
  background:#171713;
}

.home-tour-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.tour-badge{
  position:absolute;
  z-index:2;
  top:32px;
  left:var(--pad);
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 18px;
  background:var(--gold);
  color:#0b0b09;
  border:0;
  border-radius:0;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
  box-shadow:none;
}

.home-tour-overlay,
.tour-top,
.tour-title,
.tour-bottom{
  display:none !important;
}

@media(max-width:820px){
  .tour-controls{padding:20px var(--pad)}
  .tour-buttons{grid-template-columns:1fr;gap:9px}
  .tour-button{min-height:76px;padding:14px 16px}
  .tour-image-stage{height:90vh;min-height:620px}
  .tour-badge{top:22px;left:var(--pad);min-height:34px;padding:0 14px;font-size:10px}
}

@media(max-width:540px){
  .tour-image-stage{height:90svh;min-height:560px}
  .tour-button{grid-template-columns:auto 1fr auto}
}


/* V5 — brand and render refresh */
.brand{gap:0}
.brand-logo{display:block;width:auto;height:52px;max-width:min(46vw,310px)}
.hero-kicker{margin-bottom:22px}
.hero-copy h1{max-width:700px}
.hero-copy>p:not(.section-label){max-width:560px}
.hero-image{object-position:center 58%}
.site-header.scrolled .brand-logo{height:48px}
.footer-brand{display:flex;flex-direction:column;gap:16px}
.footer-logo{display:block;width:min(100%,280px);height:auto}
.footer-brand p{margin:0;color:rgba(255,255,255,.58);font-size:12px;line-height:1.7;max-width:300px}
@media(max-width:820px){.brand-logo{height:40px;max-width:58vw}.footer-brand{grid-column:1/-1}.hero-image{object-position:center}}
@media(max-width:540px){.brand-logo{height:36px;max-width:62vw}}


/* V6 — Front Render in Zgjidh Banesën */
.tour-image-stage{background:#0b0b0b}
.home-tour-image{object-fit:cover;object-position:center center}
@media(min-width:1200px){.home-tour-image{object-position:center 48%}}


/* V7 — centered front render, centered counters, smaller footer logo */
.tour-image-stage{display:flex;align-items:center;justify-content:center;padding:18px 0;background:#0b0b0b;overflow:hidden}
.home-tour-image{position:relative;inset:auto;width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center center;margin:auto}
.project-facts{align-items:start;justify-items:center;text-align:center;gap:10px}
.project-facts article{padding:0 18px;border-left:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.project-facts strong{display:inline-block;min-width:2ch}
.project-facts span{text-align:center}
.footer-logo{width:min(100%,190px);height:auto}
@media(min-width:1200px){.home-tour-image{width:min(100%,1920px)}}
@media(max-width:820px){.project-facts article{padding:0 10px}.home-tour-image{width:100%;max-height:100%}}
@media(max-width:540px){.tour-image-stage{padding:10px 0}.footer-logo{width:min(100%,150px)}}


/* V8 — interactive SVG building selector */
.tour-image-stage{
  position:relative;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:402/151;
  padding:0;
  display:block;
  overflow:hidden;
  background:#0b0b0b;
}
.home-tour-map{
  display:block;
  width:100%;
  height:100%;
  margin:0 auto;
  overflow:visible;
}
.home-tour-map image{
  pointer-events:none;
  user-select:none;
}
.building-hotspot{
  fill:rgba(14,112,18,.10);
  stroke:rgba(14,112,18,.28);
  stroke-width:.28;
  cursor:pointer;
  outline:none;
  transition:fill .22s ease,stroke .22s ease,filter .22s ease;
}
.building-hotspot:hover,
.building-hotspot:focus-visible{
  fill:rgba(14,112,18,.58);
  stroke:rgba(120,255,128,.95);
  filter:drop-shadow(0 0 2.5px rgba(46,220,64,.45));
}
.building-hotspot.is-active{
  fill:rgba(14,112,18,.68);
  stroke:rgba(151,255,157,1);
  filter:drop-shadow(0 0 3px rgba(46,220,64,.55));
}
.building-tooltip{
  position:absolute;
  z-index:4;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  transform:translate(-50%,calc(-100% - 12px));
  padding:8px 11px;
  background:#0a0a09;
  color:#fff;
  border:1px solid rgba(198,154,66,.7);
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  transition:opacity .16s ease;
}
.building-tooltip.is-visible{opacity:1}
.building-selection{
  position:absolute;
  z-index:3;
  right:var(--pad);
  bottom:24px;
  min-height:38px;
  padding:0 16px;
  display:flex;
  align-items:center;
  background:rgba(9,9,9,.82);
  border:1px solid rgba(255,255,255,.18);
  color:rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
  font-size:11px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.building-selection.has-selection{
  color:#fff;
  border-color:rgba(198,154,66,.8);
}
@media(max-width:820px){
  .tour-image-stage{aspect-ratio:402/151;min-height:0;height:auto;padding:0}
  .building-selection{right:var(--pad);bottom:14px;min-height:34px;padding:0 12px;font-size:10px}
  .building-tooltip{display:none}
}
@media(max-width:540px){
  .tour-image-stage{aspect-ratio:402/151;min-height:0;height:auto;padding:0}
  .tour-badge{top:12px}
  .building-selection{right:12px;bottom:10px;max-width:46%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}


/* V9 — simplified 360 tour links */
.tour-controls{padding:22px var(--pad);background:#0b0b0b}
.tour-buttons{gap:1px;background:rgba(255,255,255,.12)}
.tour-button{min-height:76px;padding:0 22px;background:#11110f;border:0;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;backdrop-filter:none;transform:none}
.tour-button:hover{background:var(--gold);border:0;transform:none;color:#090909}
.tour-button-index{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(198,154,66,.55);color:var(--gold-light);font-size:10px;font-weight:700;letter-spacing:.08em}
.tour-button:hover .tour-button-index{border-color:rgba(9,9,9,.38);color:#090909}
.tour-button strong{font-size:14px;font-weight:600;letter-spacing:.01em}
.tour-button small{font-size:10px;color:rgba(255,255,255,.52);letter-spacing:.05em;text-transform:uppercase}
.tour-button:hover small,.tour-button:hover>svg{color:rgba(9,9,9,.72)}
.tour-button>svg{width:16px;height:16px;color:var(--gold-light)}
.tour-icon{display:none}
@media(max-width:820px){.tour-controls{padding:14px var(--pad)}.tour-buttons{gap:1px}.tour-button{min-height:68px;padding:0 16px;gap:13px}.tour-button-index{width:30px;height:30px}}


/* FINAL — correct Type D tour linking */
.tour-button-active{border-color:rgba(198,154,66,.58)}
.tour-button-active:hover{background:var(--gold);color:#090907;border-color:var(--gold)}
.tour-button-active:hover small,.tour-button-active:hover>svg{color:#090907}
.tour-button-disabled{opacity:.42;cursor:not-allowed;user-select:none}
.tour-button-disabled:hover{background:#11110f;border-color:rgba(255,255,255,.14);transform:none}


/* FINAL — three simple active 360° buttons */
.tour-buttons{gap:8px;background:transparent}
.tour-button{min-height:70px;padding:0 20px;background:#11110f;border:1px solid rgba(255,255,255,.12);gap:15px}
.tour-button:hover{background:var(--gold);color:#090909;border-color:var(--gold)}
.tour-button small{font-size:9px;letter-spacing:.06em}
@media(max-width:820px){.tour-button{min-height:64px;padding:0 15px}}

/* FINAL SELECTOR — original look, corrected connections */
.home-tour{
  height:auto;
  min-height:0;
  overflow:visible;
  background:#0b0b0b;
}
#propertySelector{
  position:relative;
  isolation:isolate;
}
#propertySelector .selector-canvas{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
#propertySelector .home-tour-map{
  display:block;
  margin:auto;
  overflow:visible;
}
#propertySelector.selector-mode-block{
  width:100%;
  min-height:0;
  height:auto;
  aspect-ratio:402/151;
  background:#0b0b0b;
}
#propertySelector.selector-mode-block .home-tour-map{
  width:100%;
  height:100%;
}
#propertySelector.selector-mode-floor,
#propertySelector.selector-mode-plan{
  width:100%;
  height:clamp(600px,76vh,820px);
  min-height:600px;
  aspect-ratio:auto;
  background:#efefec;
}
#propertySelector.selector-mode-floor .selector-canvas{
  padding:76px 40px 34px;
}
#propertySelector.selector-mode-floor .home-tour-map{
  width:auto;
  height:auto;
  max-width:min(86vw,1100px);
  max-height:calc(100% - 20px);
}
#propertySelector.selector-mode-plan .selector-canvas{
  padding:68px 22px 26px;
}
#propertySelector.selector-mode-plan .home-tour-map{
  width:auto;
  height:auto;
  max-width:min(97vw,1600px);
  max-height:calc(100% - 4px);
}
.selector-background-image{
  pointer-events:none;
  user-select:none;
}
.selector-zone{
  fill:rgba(14,112,18,.10);
  stroke:rgba(14,112,18,.28);
  stroke-width:.28;
  outline:none;
  transition:fill .2s ease,stroke .2s ease,filter .2s ease;
}
.selector-zone:hover,
.selector-zone:focus-visible{
  fill:rgba(14,112,18,.58);
  stroke:rgba(120,255,128,.95);
  filter:drop-shadow(0 0 2.5px rgba(46,220,64,.45));
}
.selector-zone.is-active{
  fill:rgba(14,112,18,.68);
  stroke:rgba(151,255,157,1);
  filter:drop-shadow(0 0 3px rgba(46,220,64,.55));
}
.selector-zone.is-clickable{cursor:pointer}
.selector-zone:not(.is-clickable){cursor:default}
.selector-tabs{
  position:absolute;
  z-index:7;
  top:22px;
  right:var(--pad);
  display:grid;
  grid-template-columns:repeat(3,minmax(92px,1fr));
  border:1px solid rgba(255,255,255,.16);
  background:#4f4e4c;
}
.selector-tab{
  min-height:44px;
  padding:0 18px;
  border:0;
  border-right:1px solid rgba(255,255,255,.12);
  background:transparent;
  color:rgba(255,255,255,.68);
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,opacity .18s ease;
}
.selector-tab:last-child{border-right:0}
.selector-tab.active{
  background:var(--gold);
  color:#0b0b0a;
}
.selector-tab:not(:disabled):not(.active):hover{
  color:#fff;
  background:#3d3c3a;
}
.selector-tab:disabled{
  cursor:not-allowed;
  opacity:.38;
}
#propertySelector .tour-badge{
  z-index:8;
}
#propertySelector .building-tooltip{
  z-index:9;
  padding:6px 9px;
  font-size:10px;
  letter-spacing:.07em;
}
#propertySelector .building-selection{
  z-index:8;
}
@media(max-width:820px){
  #propertySelector.selector-mode-floor,
  #propertySelector.selector-mode-plan{
    height:clamp(480px,70vh,650px);
    min-height:480px;
  }
  #propertySelector.selector-mode-floor .selector-canvas,
  #propertySelector.selector-mode-plan .selector-canvas{
    padding:68px 16px 28px;
  }
  #propertySelector.selector-mode-floor .home-tour-map{
    max-width:94vw;
    max-height:calc(100% - 10px);
  }
  #propertySelector.selector-mode-plan .home-tour-map{
    max-width:98vw;
    max-height:100%;
  }
  .selector-tabs{
    top:14px;
    right:14px;
    grid-template-columns:repeat(3,minmax(72px,1fr));
  }
  .selector-tab{
    min-height:40px;
    padding:0 10px;
    font-size:9px;
  }
}
@media(max-width:540px){
  #propertySelector.selector-mode-block{
    min-height:0;
    height:auto;
    aspect-ratio:402/151;
  }
  #propertySelector.selector-mode-floor,
  #propertySelector.selector-mode-plan{
    height:500px;
    min-height:500px;
  }
  .selector-tabs{
    top:10px;
    right:10px;
    grid-template-columns:repeat(3,66px);
  }
  .selector-tab{
    min-height:36px;
    padding:0 6px;
    font-size:8px;
  }
  #propertySelector .tour-badge{top:10px;left:10px}
  #propertySelector .building-selection{
    right:10px;
    bottom:10px;
    max-width:58%;
  }
}


/* final cleanup: hide tooltips and toast */
.building-tooltip, .toast { display:none !important; opacity:0 !important; visibility:hidden !important; }

/* A1/A2 plan availability and property modal */
.selector-plan-zone.status-free{
  fill:rgba(20,145,61,.34);
  stroke:rgba(19,118,50,.82);
  stroke-width:.38;
}
.selector-plan-zone.status-free:hover,
.selector-plan-zone.status-free:focus-visible{
  fill:rgba(20,145,61,.70);
  stroke:rgba(104,255,146,.98);
  filter:drop-shadow(0 0 3px rgba(20,145,61,.48));
}
.selector-plan-zone.status-reserved{
  fill:rgba(229,168,42,.38);
  stroke:rgba(184,126,20,.90);
  stroke-width:.38;
}
.selector-plan-zone.status-reserved:hover,
.selector-plan-zone.status-reserved:focus-visible{
  fill:rgba(236,178,54,.74);
  stroke:rgba(255,222,132,.98);
  filter:drop-shadow(0 0 3px rgba(229,168,42,.46));
}
.selector-plan-zone.status-sold{
  fill:rgba(192,48,48,.42);
  stroke:rgba(147,26,26,.90);
  stroke-width:.38;
  cursor:not-allowed;
}
.selector-plan-zone.status-sold:hover,
.selector-plan-zone.status-sold:focus-visible{
  fill:rgba(176,31,31,.78);
  stroke:rgba(255,129,129,.96);
  filter:drop-shadow(0 0 3px rgba(180,37,37,.48));
}

body.property-modal-open{overflow:hidden}
.property-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(5,5,5,.78);
  backdrop-filter:blur(8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.property-modal.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.property-modal-card{
  position:relative;
  width:min(100%,980px);
  max-height:min(90vh,760px);
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr);
  overflow:hidden;
  background:#f6f4ee;
  border:1px solid rgba(198,154,66,.38);
  box-shadow:0 32px 90px rgba(0,0,0,.48);
  transform:translateY(18px) scale(.985);
  transition:transform .25s ease;
}
.property-modal.open .property-modal-card{transform:none}
.property-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:50%;
  background:rgba(8,8,8,.82);
  color:#fff;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.property-modal-close:hover{background:var(--gold);color:#090909;transform:rotate(4deg)}
.property-modal-close svg{width:18px;height:18px}
.property-modal-media{
  min-height:590px;
  background:#dedbd2;
  overflow:hidden;
}
.property-modal-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#efeee9;
}
.property-modal-content{
  padding:62px 42px 40px;
  display:flex;
  flex-direction:column;
  min-width:0;
  color:#171713;
}
.property-modal-kind{
  display:inline-flex;
  align-self:flex-start;
  min-height:28px;
  align-items:center;
  padding:0 11px;
  margin-bottom:18px;
  background:#e9dfca;
  color:#806024;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.property-modal-content h3{
  margin:0 0 26px;
  font-size:clamp(32px,4vw,52px);
  line-height:1;
  font-weight:500;
  letter-spacing:-.045em;
}
.property-modal-meta{
  border-top:1px solid rgba(0,0,0,.10);
  margin-bottom:30px;
}
.property-modal-row{
  min-height:51px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(0,0,0,.10);
}
.property-modal-row span{
  color:#77746c;
  font-size:10px;
  font-weight:600;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.property-modal-row strong{
  color:#171713;
  font-size:14px;
  font-weight:600;
  text-align:right;
}
.property-modal-contact{
  min-height:52px;
  margin-top:auto;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#151513;
  color:#fff;
  border:1px solid #151513;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:background .18s ease,color .18s ease,border-color .18s ease;
}
.property-modal-contact:hover{background:var(--gold);border-color:var(--gold);color:#090909}
@media(max-width:820px){
  .property-modal{padding:14px;align-items:flex-start;overflow-y:auto}
  .property-modal-card{grid-template-columns:1fr;max-height:none;margin:auto 0}
  .property-modal-media{min-height:340px;height:48vh;max-height:470px}
  .property-modal-content{padding:34px 24px 26px}
  .property-modal-content h3{margin-bottom:22px}
  .property-modal-contact{margin-top:6px}
}
@media(max-width:480px){
  .property-modal{padding:0}
  .property-modal-card{min-height:100%;border:0}
  .property-modal-media{height:42vh;min-height:280px}
  .property-modal-close{top:12px;right:12px}
  .property-modal-content{padding:28px 20px 24px}
  .property-modal-row{min-height:47px}
}
.selector-plan-zone.status-unknown{
  fill:rgba(95,95,91,.20);
  stroke:rgba(80,80,76,.46);
}
.selector-plan-zone.status-unknown:hover,
.selector-plan-zone.status-unknown:focus-visible{
  fill:rgba(95,95,91,.38);
  stroke:rgba(130,130,124,.72);
  filter:none;
}
