:root{--ink:#143026;--black:#0f2620;--paper:#f7f4ee;--paper-2:#efeae1;--line:#d9d2c6;--gold:#c9a969;--gold-deep:#a8874e12;--muted:#6b6759;--white:#ffffff;--serif:'Fraunces',Georgia,serif;--sans:'Inter',system-ui,-apple-system,Segoe UI,sans-serif;--maxw:1240px;--ease:cubic-bezier(.22,.61,.36,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.1;letter-spacing:.2px}h2{font-size:clamp(1.9rem,3.6vw,3.1rem)}h3{font-size:clamp(1.25rem,2vw,1.55rem)}.eyebrow,.kicker{font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;font-weight:500;color:var(--muted)}.kicker--gold{color:var(--gold)}.btn{display:inline-block;font-family:var(--sans);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;padding:1.05em 2.2em;cursor:pointer;border:1px solid transparent;transition:.4s var(--ease);white-space:nowrap}.btn--gold{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn--gold:hover{background:0 0;color:var(--gold)}.btn--line{background:0 0;color:#fff;border-color:rgba(255,255,255,.55)}.btn--line:hover{border-color:#fff;background:rgba(255,255,255,.08)}.btn--ghost{background:0 0;color:var(--ink);border-color:var(--line);padding:.8em 1.5em}.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}.btn--block{width:100%;text-align:center}.nav{position:fixed;top:0;left:0;right:0;z-index:60;transition:.4s var(--ease);background:rgba(247,244,238,.82);backdrop-filter:blur(16px) saturate(1.1);border-bottom:1px solid rgba(217,210,198,.6)}body.nav-open .nav{background:0 0;backdrop-filter:none;border-color:transparent}body.nav-open .brand{color:#fff}.nav__inner{max-width:var(--maxw);margin:0 auto;padding:1.5rem clamp(1.2rem,4vw,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav.is-stuck{background:rgba(247,244,238,.72)}.brand{display:flex;align-items:center;gap:.7rem;color:var(--ink);transition:color .4s}.brand__logo{width:auto;height:44px;max-width:100%;display:block}.brand__name{display:none;font-family:var(--serif);font-size:1.04rem;letter-spacing:.2em;line-height:1.04}.brand__name--footer{font-size:1.3rem;letter-spacing:.26em;margin-top:.9rem}.brand__sub{display:block;font-size:.56rem;letter-spacing:.58em;color:#a6824a;margin-top:5px;text-indent:.58em;font-family:var(--sans);font-weight:600}.brand__name--footer .brand__sub{font-size:.66rem;letter-spacing:.66em;margin-top:7px;text-indent:.66em}.nav__links{display:flex;gap:2.2rem}.nav__links a{font-size:.8rem;letter-spacing:.1em;color:var(--ink);transition:color .3s;position:relative;padding-bottom:4px;white-space:nowrap}.nav__links a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}.nav__links a:hover{color:var(--gold)}.nav__links a.is-active::after,.nav__links a:hover::after{transform:scaleX(1)}.nav__links a.is-active{color:var(--gold)}.nav__drawer-links a.is-active{color:var(--gold)}.nav__actions{display:flex;align-items:center;gap:1.4rem}.lang{display:flex;align-items:center;gap:.7rem;color:var(--ink)}.lang__btn{display:inline-flex;align-items:center;gap:.42em;background:0 0;border:none;color:inherit;font-family:var(--sans);font-size:.74rem;letter-spacing:.1em;cursor:pointer;opacity:.5;filter:grayscale(35%);transition:.3s var(--ease)}.lang__btn:hover{opacity:.85;filter:none}.lang__btn.is-active{opacity:1;filter:none;color:var(--gold)}.flag{width:21px;height:14px;border-radius:2px;display:block;flex:0 0 auto;box-shadow:0 0 0 1px rgba(255,255,255,.3),0 1px 4px rgba(0,0,0,.25)}.lang__sep{opacity:.4}.btn--tour{display:inline-flex;align-items:center;gap:.55em;background:var(--gold);color:var(--black);border-color:var(--gold);padding:.85em 1.6em;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.28)}.btn--tour:hover{background:#cdb274;border-color:#cdb274;color:var(--black)}.btn__ico{width:16px;height:16px;flex:0 0 auto}.nav__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;background:0 0;border:none;cursor:pointer;padding:9px}.nav__burger span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:.3s var(--ease)}.nav__burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.nav__burger.is-open span:nth-child(2){opacity:0}.nav__burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__burger.is-open span{background:#fff}.nav__drawer{position:fixed;inset:0;width:100%;z-index:55;background:rgba(20,20,15,.98);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:opacity .4s var(--ease),visibility .4s var(--ease);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem 3rem;overflow-y:auto;text-align:center}.nav__drawer.is-open{opacity:1;visibility:visible}.nav__drawer-links{display:flex;flex-direction:column;gap:1.6rem;width:100%;align-items:center}.nav__drawer-links a{font-family:var(--serif);font-size:1.7rem;color:var(--paper);letter-spacing:.02em;transition:color .3s}.nav__drawer-links a.is-active,.nav__drawer-links a:hover{color:var(--gold)}.nav__drawer-cta{display:inline-block;white-space:normal;font-family:var(--sans);font-size:.76rem;margin-top:2.4rem;text-align:center;line-height:1.4}.nav__drawer-cta:hover{color:var(--black)}.nav__drawer-lang{display:flex;gap:.7rem;margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.14);width:min(280px,80%);justify-content:center}.nav__drawer-lang .lang__btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5em;padding:.7em .5em;border:1px solid rgba(255,255,255,.22);color:rgba(247,244,238,.75);font-size:.8rem;letter-spacing:.06em;filter:none;opacity:1}.nav__drawer-lang .lang__btn.is-active{border-color:var(--gold);color:var(--gold)}.nav__drawer-lang .flag{width:22px;height:15px}body.nav-open{overflow:hidden}.nav__scrim{position:fixed;inset:0;z-index:54;background:rgba(8,8,6,.55);opacity:0;visibility:hidden;transition:.42s var(--ease)}.nav__scrim.is-open{opacity:1;visibility:visible}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.hero__media{position:absolute;inset:0;z-index:-2}.hero__layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.1s var(--ease)}.hero__layer.is-active{opacity:1}.hero__scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(11,11,9,.32) 0,rgba(11,11,9,0) 18%,rgba(11,11,9,0) 50%,rgba(11,11,9,.3) 74%,rgba(11,11,9,.82) 100%),linear-gradient(85deg,rgba(11,11,9,.34) 0,rgba(11,11,9,0) 44%)}.hero__content{max-width:var(--maxw);width:100%;margin:0 auto;padding:0 clamp(1.2rem,4vw,2.5rem) clamp(2rem,4vh,3rem);display:flex;flex-direction:column}.hero__lockup{display:flex;flex-direction:column;justify-content:flex-end;max-width:50ch;min-height:13rem}.hero .eyebrow{font-size:.66rem;color:rgba(255,255,255,.92);text-shadow:0 1px 12px rgba(0,0,0,.7)}.hero .eyebrow::before{content:"";display:block;width:46px;height:2px;background:var(--gold);margin-bottom:1.1rem;box-shadow:0 1px 8px rgba(0,0,0,.4)}.hero__title{font-size:clamp(1.8rem,3.6vw,3.1rem);font-weight:400;margin:.6rem 0 .7rem;max-width:20ch;text-shadow:0 2px 26px rgba(0,0,0,.6)}.hero__title span{display:block}.hero__title em{display:block;font-style:italic;color:var(--gold);font-size:clamp(1.15rem,2.1vw,1.8rem);margin-top:.25em}.hero__lede{max-width:50ch;font-size:clamp(.86rem,1vw,.98rem);font-weight:300;color:rgba(255,255,255,.9);text-shadow:0 1px 14px rgba(0,0,0,.65)}.hero__key{margin-top:1rem;font-size:clamp(.72rem,.95vw,.82rem);font-weight:500;letter-spacing:.06em;color:var(--gold);text-shadow:0 1px 12px rgba(0,0,0,.6)}.hero__cta{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.3rem}.hero__cta .btn--gold{box-shadow:0 12px 34px rgba(0,0,0,.32)}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);width:26px;height:42px;border:1px solid rgba(255,255,255,.5);border-radius:14px}.hero__scroll span{position:absolute;top:8px;left:50%;width:3px;height:7px;margin-left:-1.5px;background:#fff;border-radius:2px;animation:scroll 1.8s var(--ease) infinite}@keyframes scroll{0%{opacity:0;transform:translateY(0)}40%{opacity:1}80%{opacity:0;transform:translateY(12px)}}section{padding:clamp(4.5rem,9vw,8rem) clamp(1.2rem,4vw,2.5rem)}.section-head{max-width:var(--maxw);margin:0 auto 3.2rem}.section-head--center{text-align:center}.section-head h2{margin-top:.7rem}.kicker{display:inline-block}.intro{max-width:var(--maxw);margin:0 auto;text-align:center;padding-top:clamp(5rem,10vw,9rem);padding-bottom:clamp(5rem,10vw,9rem)}.intro__kicker{margin-bottom:1.6rem}.intro__statement{font-family:var(--serif);font-size:clamp(1.4rem,3vw,2.3rem);line-height:1.45;font-weight:400;max-width:24ch;margin:0 auto}.intro__statement em{font-style:italic;color:var(--gold)}.pillars{background:var(--ink);color:var(--paper)}.pillars .kicker{color:var(--gold)}.pillars__grid{max-width:var(--maxw);margin:0 auto;display:grid;gap:1px;background:rgba(255,255,255,.1);grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.1)}.pillar{background:var(--ink);padding:clamp(2rem,3.5vw,3.2rem)}.pillar__no{font-family:var(--serif);font-size:1rem;color:var(--gold);letter-spacing:.1em}.pillar h3{margin:1.4rem 0 .9rem}.pillar p{color:rgba(247,244,238,.7);font-size:.96rem;font-weight:300}.showcase{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,5vw,5rem);max-width:var(--maxw);margin:0 auto;padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}.showcase__img{overflow:hidden}.showcase__img img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform 1.2s var(--ease)}.showcase__img:hover img{transform:scale(1.04)}.showcase__slider{position:relative;aspect-ratio:4/3}.showcase__slider .ss-track{position:absolute;inset:0}.ss-slide{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;opacity:0;transition:opacity .9s var(--ease)}.ss-slide.is-active{opacity:1}.showcase__slider:hover .ss-slide{transform:none}.ss-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;display:grid;place-items:center;border:none;cursor:pointer;font-size:1.6rem;line-height:1;color:#fff;background:rgba(20,28,40,.32);backdrop-filter:blur(4px);opacity:0;transition:.3s var(--ease)}.showcase__slider:hover .ss-nav{opacity:1}.ss-nav:hover{background:var(--gold);color:var(--black)}.ss-nav--prev{left:0}.ss-nav--next{right:0}.ss-dots{position:absolute;left:0;right:0;bottom:1rem;z-index:2;display:flex;justify-content:center;gap:.5rem}.ss-dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;background:rgba(255,255,255,.5);transition:.3s var(--ease)}.ss-dot.is-active{background:var(--gold);width:22px;border-radius:4px}.showcase__text h2{margin:.7rem 0 1.2rem}.showcase__text p{color:var(--muted);font-weight:300}.specs{background:var(--paper-2)}.specs__grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.spec{background:var(--paper-2);padding:clamp(1.8rem,3vw,2.8rem) 1rem;text-align:center}.spec__num{display:block;font-family:var(--serif);font-size:clamp(2.4rem,4vw,3.4rem);color:var(--ink);line-height:1}.spec__num--word{font-style:italic;font-size:clamp(1.7rem,2.8vw,2.4rem);color:var(--gold)}.spec__label{display:block;margin-top:.7rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.specs__note{max-width:var(--maxw);margin:1.8rem auto 0;text-align:center;font-size:.86rem;font-weight:300;color:var(--muted)}.location{background:var(--paper)}.location__grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,4rem);align-items:stretch}.location__map{overflow:hidden;border-radius:4px;box-shadow:0 20px 50px rgba(0,0,0,.12);align-self:stretch;background:#f4efe5;min-height:460px}.mapart{display:block;width:100%;height:100%}.mapart .pin{fill:var(--gold);filter:drop-shadow(0 4px 6px rgba(0,0,0,.25))}.mapart .pin--key{fill:#a6824a}.mapart .map-lbl{font-family:var(--sans);font-size:15px;font-weight:600;fill:var(--ink);letter-spacing:.02em;paint-order:stroke;stroke:#f4efe5;stroke-width:5px;stroke-linejoin:round}.mapart .map-villa{font-family:var(--serif);font-size:17px;fill:#8a7035;letter-spacing:.16em;font-weight:500;paint-order:stroke;stroke:#f4efe5;stroke-width:5px;stroke-linejoin:round}.location__panel{display:flex;flex-direction:column;justify-content:center}.location__lede{color:var(--muted);font-weight:300;margin-bottom:1.8rem;max-width:48ch}.location__cards{display:flex;flex-direction:column;gap:.9rem}.loc-card{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 1.2rem;border:1px solid var(--line);background:var(--white);transition:.3s var(--ease)}.loc-card:hover{border-color:var(--gold);transform:translateX(4px)}.loc-card--key{border-color:var(--gold);background:linear-gradient(90deg,rgba(189,160,106,.1),var(--white))}.loc-card__ico{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--paper-2);color:var(--gold)}.loc-card--key .loc-card__ico{background:var(--gold);color:#fff}.loc-card__ico svg{width:22px;height:22px}.loc-card__body{display:flex;flex-direction:column;gap:.15rem}.loc-card__cat{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:600}.loc-card__name{font-family:var(--serif);font-size:clamp(1.05rem,1.4vw,1.2rem);color:var(--ink)}.loc-card__time{font-size:.8rem;color:var(--gold);letter-spacing:.02em}.location__note{margin-top:1.2rem;font-size:.72rem;color:var(--muted);letter-spacing:.04em}.gallery__intro{max-width:60ch;margin:.9rem auto 0;font-size:.92rem;font-weight:300;color:var(--muted)}.gallery__video{max-width:var(--maxw);margin:0 auto 3rem}.gallery__video-frame{position:relative;padding-top:56.25%;border:1px solid var(--line);background:#000;overflow:hidden}.gallery__video-frame iframe,.gallery__video-frame video{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;background:#000}.gallery__video-poster{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;pointer-events:none;transition:opacity .6s var(--ease)}.gallery__video-poster.is-hidden{opacity:0}.gallery__video-shield{position:absolute;inset:0;z-index:2;display:block;cursor:pointer;background:0 0}.gallery__video-note{margin-top:1rem;text-align:center;font-size:.78rem;font-style:italic;color:var(--muted);letter-spacing:.02em}.gallery__filters{max-width:var(--maxw);margin:0 auto 2.4rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.gfilter{background:0 0;border:1px solid var(--line);color:var(--muted);font-family:var(--sans);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;padding:.7em 1.3em;cursor:pointer;transition:.3s var(--ease)}.gfilter:hover{border-color:var(--gold);color:var(--ink)}.gfilter.is-active{background:var(--ink);border-color:var(--ink);color:var(--paper)}.gallery__grid{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.g-item{position:relative;overflow:hidden;aspect-ratio:4/3;cursor:pointer;background:var(--paper-2)}.g-item img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}.g-item:hover img{transform:scale(1.06)}.g-item__cap{position:absolute;left:0;right:0;bottom:0;padding:1.6rem 1.1rem .85rem;color:#fff;font-size:.8rem;letter-spacing:.05em;background:linear-gradient(0deg,rgba(11,11,9,.72),transparent);opacity:0;transform:translateY(8px);transition:.4s var(--ease);pointer-events:none}.g-item:hover .g-item__cap{opacity:1;transform:translateY(0)}.g-item::before{content:"\002B";position:absolute;top:.7rem;right:.9rem;z-index:2;color:#fff;font-size:1.2rem;line-height:1;opacity:0;transform:scale(.8);transition:.3s var(--ease);text-shadow:0 1px 6px rgba(0,0,0,.4)}.g-item:hover::before{opacity:.9;transform:scale(1)}.gallery__more{display:inline-flex;align-items:center;gap:.7em;margin:2.6rem auto 0;position:relative;left:50%;transform:translateX(-50%);background:0 0;border:1px solid var(--gold);color:var(--ink);font-family:var(--sans);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:1em 2.2em;cursor:pointer;transition:.4s var(--ease)}.gallery__more:hover{background:var(--gold);color:var(--black)}.gallery__more-icon{font-size:1.05rem;line-height:1;color:var(--gold);transition:color .4s var(--ease)}.gallery__more:hover .gallery__more-icon{color:var(--black)}.lb{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;background:rgba(8,8,6,.94);backdrop-filter:blur(4px)}.lb.is-open{display:flex}.lb__stage{margin:0 0 96px;max-width:92vw;max-height:84vh;display:flex;flex-direction:column;align-items:center}.lb__img{max-width:92vw;max-height:68vh;object-fit:contain;box-shadow:0 20px 60px rgba(0,0,0,.5);opacity:0;transform:scale(.985);transition:opacity .45s var(--ease),transform .6s var(--ease)}.lb__img.is-shown{opacity:1;transform:none}.lb__cap{margin-top:1rem;display:flex;gap:1.2rem;align-items:center;color:rgba(247,244,238,.85);font-size:.82rem;letter-spacing:.08em}.lb__thumbs{position:absolute;left:0;right:0;bottom:0;display:flex;gap:8px;justify-content:center;padding:14px clamp(1rem,4vw,3rem);overflow-x:auto;scrollbar-width:thin;background:linear-gradient(0deg,rgba(8,8,6,.85),transparent)}.lb__thumb{width:68px;height:46px;flex:0 0 auto;object-fit:cover;border-radius:2px;cursor:pointer;opacity:.45;border:2px solid transparent;transition:opacity .25s var(--ease),border-color .25s var(--ease)}.lb__thumb:hover{opacity:.85}.lb__thumb.is-active{opacity:1;border-color:var(--gold)}.lb__count{color:var(--gold);font-size:.74rem;letter-spacing:.14em}.lb__close{position:absolute;top:1.2rem;right:1.6rem;background:0 0;border:none;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;opacity:.7;transition:.3s}.lb__close:hover{opacity:1}.lb__nav{position:absolute;top:50%;transform:translateY(-50%);background:0 0;border:none;color:#fff;font-size:3rem;line-height:1;cursor:pointer;opacity:.55;transition:.3s;padding:1rem}.lb__nav:hover{opacity:1;color:var(--gold)}.lb__nav--prev{left:1rem}.lb__nav--next{right:1rem}.value{position:relative;padding:0;display:grid;grid-template-columns:1fr 1fr;min-height:78vh;background:var(--black);overflow:hidden}.value__media{position:relative;overflow:hidden;min-width:0}.value__panel{min-width:0}.value__media img{width:100%;height:100%;object-fit:cover}.value__panel{background:var(--black);color:var(--paper);display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,6rem)}.value__panel h2{margin:.8rem 0 1.2rem;max-width:16ch}.value__intro{color:rgba(247,244,238,.65);font-weight:300;max-width:42ch}.price{margin:2.4rem 0;border-top:1px solid rgba(255,255,255,.14)}.price__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:.95rem;letter-spacing:.04em}.price__row span:first-child{flex:1;min-width:0;color:rgba(247,244,238,.6);text-transform:uppercase;font-size:.74rem;letter-spacing:.16em}.price__row span:last-child{flex-shrink:0;white-space:nowrap}.price__row--strike span:last-child{text-decoration:line-through;opacity:.5;font-family:var(--serif);font-size:1.4rem}.price__row--ours span:last-child{color:var(--gold);font-family:var(--serif);font-size:2.1rem}.price__save{margin-top:1rem;color:var(--gold);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.contact{background:var(--ink);color:var(--paper);text-align:center}.contact__inner{max-width:640px;margin:0 auto}.contact h2{margin:.8rem 0 1rem}.contact__lede{color:rgba(247,244,238,.65);font-weight:300;max-width:48ch;margin:0 auto}.form{margin-top:2.6rem;text-align:left}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form input{width:100%;background:0 0;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:var(--sans);font-size:.95rem;padding:1.05em 1.2em;margin-bottom:1rem;transition:.3s}.form input::placeholder{color:rgba(247,244,238,.4)}.form input:focus{outline:0;border-color:var(--gold)}.form__select{width:100%;background:0 0;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:var(--sans);font-size:.95rem;padding:1.05em 1.2em;margin-bottom:1rem;transition:.3s;-webkit-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23c9a969' stroke-width='1.6' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2em center;background-size:12px}.form__select:focus{outline:0;border-color:var(--gold)}.form__select option{color:#1a1a1a}.form__tel{display:flex;gap:.6rem;margin-bottom:1rem}.form__tel input[type=tel]{margin-bottom:0;flex:1 1 auto;min-width:0}.ccode{position:relative;flex:0 0 auto}.ccode--country{flex:1 1 auto;display:block;width:100%}.ccode--country .ccode__panel{left:auto;right:0;min-width:100%}.ccode__current--ph{color:rgba(247,244,238,.4)}.form__ccode .ccode__current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.form__ccode{width:100%;text-align:left;white-space:nowrap;background:0 0;border:1px solid rgba(255,255,255,.2);color:#fff;font-family:var(--sans);font-size:.95rem;padding:1.05em 2.4em 1.05em 1em;transition:.3s;cursor:pointer;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23c9a969' stroke-width='1.6' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1em center;background-size:12px}.form__ccode:focus{outline:0;border-color:var(--gold)}.ccode__panel{position:absolute;z-index:30;top:calc(100% + .4rem);left:0;min-width:16rem;max-width:78vw;background:#14110c;border:1px solid rgba(189,160,106,.35);box-shadow:0 18px 40px rgba(0,0,0,.5)}.ccode__search{width:100%;background:0 0;border:0;border-bottom:1px solid rgba(255,255,255,.15);color:#fff;font-family:var(--sans);font-size:.9rem;padding:.9em 1em}.ccode__search:focus{outline:0;border-bottom-color:var(--gold)}.ccode__list{list-style:none;margin:0;padding:.3rem 0;max-height:16rem;overflow-y:auto}.ccode__item{display:flex;align-items:center;gap:.7rem;padding:.6em 1em;cursor:pointer;font-size:.9rem;color:#f7f4ee}.ccode__item:hover,.ccode__item[aria-selected=true]{background:rgba(189,160,106,.14)}.ccode__flag{flex:0 0 auto;font-size:1.05rem}.ccode__name{flex:1 1 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ccode__dial{flex:0 0 auto;color:rgba(247,244,238,.55)}.ccode__empty{margin:0;padding:.9em 1em;font-size:.85rem;color:rgba(247,244,238,.5)}.form__hp{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.form__status{margin-top:1rem;font-size:.85rem;letter-spacing:.04em;text-align:center}.form__status[data-state=sending]{color:rgba(247,244,238,.6)}.form__status[data-state=ok]{color:var(--gold)}.form__status[data-state=error]{color:#e0a97b}.contact__alt{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:.8rem;color:rgba(247,244,238,.6);letter-spacing:.06em}.contact__wa{color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:2px}.footer{background:var(--black);color:var(--paper);text-align:center;padding:4rem 1.5rem}.brand--footer{flex-direction:column;justify-content:center;margin-bottom:1.4rem;color:var(--paper)}.brand--footer .brand__logo{width:auto;height:150px}.footer__tag{font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(247,244,238,.7)}.footer__fine{margin-top:.6rem;font-size:.72rem;letter-spacing:.12em;color:rgba(247,244,238,.4)}.footer__cta{margin-top:1.8rem}.footer__disclaimer{max-width:70ch;margin:2rem auto 0;font-size:.68rem;line-height:1.7;letter-spacing:.02em;color:rgba(247,244,238,.32)}.wa-float{position:fixed;right:1.4rem;bottom:1.4rem;z-index:60;width:56px;height:56px;border-radius:50%;background:var(--gold);color:var(--black);display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.3);transition:.3s var(--ease)}.wa-float:hover{transform:translateY(-3px) scale(1.05)}.g-item:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.reveal{opacity:0;transform:translateY(30px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.is-in{opacity:1;transform:none}@media(max-width:980px){.nav__links{display:none}.nav__burger{display:flex}.nav__actions .btn--tour{display:none}.nav__actions .lang{display:flex;gap:.55rem;margin-right:.2rem}.nav__actions .lang .flag{display:none}.nav__actions .lang__btn{font-size:.78rem;letter-spacing:.04em;padding:.2rem 0}.nav__actions .lang__btn+.lang__btn{position:relative;padding-left:.85rem}.nav__actions .lang__btn+.lang__btn::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:.9em;background:currentColor;opacity:.35}.nav{background:rgba(247,244,238,.94);backdrop-filter:blur(14px)}.nav.is-stuck{background:rgba(247,244,238,.97)}.showcase{grid-template-columns:1fr}.location__grid{grid-template-columns:1fr}.location__map{min-height:320px;order:-1}.value{grid-template-columns:1fr}.value__media{min-height:48vh}.specs__grid{grid-template-columns:repeat(3,1fr)}.pillars__grid{grid-template-columns:1fr}.gallery__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.nav__inner{padding:1.1rem 1.2rem;gap:1rem}.brand__logo{height:32px}.brand--footer .brand__logo{height:112px}.nav__actions .btn--ghost{display:none}.specs__grid{grid-template-columns:repeat(2,1fr)}.form__row{grid-template-columns:1fr}.value__panel .btn--gold{display:block;width:100%;text-align:center}.gallery__more,.value__panel .btn--gold{white-space:normal;line-height:1.35;padding-left:1.4em;padding-right:1.4em}.gallery__more{max-width:100%}.price__row{flex-direction:column;align-items:flex-start;gap:.35rem}.price__row span:last-child{font-size:1.7rem}.price__row--ours span:last-child{font-size:2rem}.gallery__grid{grid-template-columns:repeat(2,1fr);gap:8px}.hero__content{padding-bottom:clamp(2.4rem,6vh,3.4rem)}.hero__lockup{min-height:15rem;max-width:none}.hero__title{font-size:clamp(2rem,8vw,2.7rem)}.hero__title em{font-size:clamp(1.2rem,5.4vw,1.6rem)}.hero__lede{font-size:.9rem}.hero__cta{gap:.7rem;flex-direction:column}.hero__cta .btn{width:100%;flex:none;text-align:center}.hero__scrim{background:linear-gradient(180deg,rgba(11,11,9,.28) 0,rgba(11,11,9,0) 16%,rgba(11,11,9,0) 36%,rgba(11,11,9,.55) 62%,rgba(11,11,9,.9) 100%)}.lb__nav{font-size:2rem;padding:.4rem}.lb__img{max-height:56vh}.lb__stage{margin-bottom:74px}.lb__thumb{width:52px;height:37px}}@media(prefers-reduced-motion:reduce){.lb__img{transition:none;opacity:1;transform:none}.hero__slide{animation:none}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}*{scroll-behavior:auto}.hero__scroll span{animation:none}.hero__slide{animation:none;opacity:0}.hero__slide.is-active{opacity:1}}
/* ================= Laguna Village theme =================
   Light-dominant, editorial. Dark green is used only as punctuation:
   the lifestyle band, the offer, the form and the footer. ======= */
:root{--paper:#f6f2e9;--paper-2:#efe9dc;--line:#ddd5c4;--muted:#6a7268}
body{background:var(--paper)}
h1,h2,h3{letter-spacing:-.01em}

/* ---- Nav: stays a dark bar over the light page — the wordmark PNG is
        white-on-transparent and would disappear on paper. ---- */
.nav{background:rgba(15,38,32,.92);border-bottom:1px solid rgba(201,169,105,.28)}
.nav.is-stuck{background:rgba(15,38,32,.97)}
.nav__links a,.brand,.lang,.lang__btn{color:var(--paper)}
.nav__links a:hover,.nav__links a.is-active{color:var(--gold)}
.nav__burger span{background:var(--paper)}

/* ---- Hero: split. Copy sits on paper, photo is a block beside it — no scrim,
        no text-over-image. Price is visible above the fold. ---- */
.hero{display:grid;grid-template-columns:1fr 1.15fr;align-items:stretch;gap:0;min-height:100svh;padding:0;color:var(--ink);background:var(--paper);overflow:visible}
.hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(8rem,12vw,10rem) clamp(1.6rem,4vw,4rem) clamp(3.5rem,6vw,5rem);max-width:none}
.hero .eyebrow{color:var(--muted);text-shadow:none}
.hero .eyebrow::before{content:"";display:block;width:46px;height:2px;background:var(--gold);margin-bottom:1.1rem;box-shadow:none}
.hero__title{font-size:clamp(1.85rem,2.9vw,2.75rem);font-weight:400;margin:.8rem 0 1rem;max-width:17ch;text-shadow:none}
.hero__title em{color:var(--gold)}
.hero__lede{color:var(--muted);max-width:44ch;text-shadow:none;font-size:clamp(.9rem,1.05vw,1rem)}
.hero__key{color:var(--ink);opacity:.75;text-shadow:none;font-weight:400}
.hero__price{display:flex;align-items:baseline;gap:1rem;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--line)}
.hero__price-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.hero__price-fig{font-family:var(--serif);font-size:clamp(1.6rem,2.4vw,2.1rem);color:var(--gold)}
.hero__cta{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:.9rem;margin-top:1.8rem}
.hero__cta .btn{width:100%;display:grid;place-items:center;text-align:center;white-space:nowrap;font-size:.7rem;letter-spacing:.1em;padding:1.15em 1em}
.hero__cta .btn--gold{box-shadow:none}
.hero .btn--line{color:var(--ink);border-color:var(--line)}
.hero .btn--line:hover{border-color:var(--gold);color:var(--gold);background:0 0}
.hero__figure{position:relative;margin:0;min-height:0}
.hero__figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* ---- Specs: fact sheet, not a stat wall ---- */
.specs{background:var(--paper-2)}
.spec-table{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);column-gap:clamp(2rem,5vw,5rem);row-gap:0}
.spec-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1.15rem .2rem;border-bottom:1px solid var(--line)}
.spec-row dt{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);white-space:nowrap;font-weight:500}
.specs__note{color:var(--ink);font-weight:400}
.spec-row dd{margin:0;font-family:var(--serif);font-size:clamp(1.05rem,1.5vw,1.3rem);color:var(--ink);text-align:right}

/* ---- Gallery: true masonry. The supplied set is 6 portrait / 13 landscape;
        a uniform 4:3 grid cropped the portraits badly. ---- */
.gallery__grid{display:block;column-count:3;column-gap:14px}
.g-item{display:block;width:100%;aspect-ratio:auto;break-inside:avoid;margin:0 0 14px}
.g-item img{width:100%;height:auto;object-fit:fill}

/* ---- Dark punctuation bands ---- */
.pillars{background:var(--ink)}
.pillar{background:var(--ink)}
.loc-card{background:var(--white)}
.floorplan__item{background:#fff}

@media(max-width:980px){
  .hero{grid-template-columns:1fr}
  .hero__figure{order:-1;min-height:0;aspect-ratio:4/3}
  .hero__copy{padding-top:clamp(2.5rem,6vw,4rem)}
  .gallery__grid{column-count:2}
  .spec-table{grid-template-columns:1fr}
}
@media(max-width:560px){
  .hero__cta{grid-template-columns:1fr}
}

/* ---- Philosophy ---- */
.intro__statement{max-width:46ch;font-size:clamp(1.15rem,2.1vw,1.7rem)}
.intro__closing{margin:1.8rem auto 0;max-width:44ch;font-family:var(--serif);font-style:italic;font-size:clamp(1rem,1.5vw,1.2rem);color:var(--gold)}

/* ---- Lifestyle: 4 pillars read as 2x2, not 3+1 with a hole ---- */
.pillars__grid{grid-template-columns:repeat(2,1fr)}

/* ---- Laguna Experience: feature cards under the copy ---- */
.showcase__cards{margin-top:1.8rem}
.showcase__cards .loc-card{padding:.85rem 1rem;gap:.9rem}
.showcase__cards .loc-card__ico{width:38px;height:38px}
.showcase__cards .loc-card__ico svg{width:19px;height:19px}
.showcase__text .location__note{margin-top:1.4rem}

/* ---- Floor plans (original 3-bedroom drawings; open in the gallery lightbox) ---- */
.floorplan{max-width:var(--maxw);margin:4.5rem auto 0;padding-top:3.5rem;border-top:1px solid var(--line)}
.floorplan__title{text-align:center;margin-bottom:1.4rem}
.floorplan__disclaimer{max-width:78ch;margin:0 auto 2.4rem;padding:1.1rem 1.3rem;border:1px solid var(--line);background:var(--paper-2);font-size:.82rem;line-height:1.7;color:var(--muted);text-align:left}
.floorplan__disclaimer strong{color:var(--gold);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem;margin-right:.4em}
.floorplan__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.floorplan__item{border:1px solid var(--line);padding:10px;cursor:zoom-in;transition:border-color .3s var(--ease),transform .3s var(--ease)}
.floorplan__item:hover{border-color:var(--gold);transform:translateY(-2px)}
.floorplan__item:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.floorplan__item img{width:100%;height:auto}

@media(max-width:820px){.pillars__grid,.floorplan__grid{grid-template-columns:1fr}}

.intro__body{max-width:60ch;margin:1.4rem auto 0;font-size:clamp(.92rem,1.05vw,1rem);font-weight:400;color:var(--muted);line-height:1.8}

h2{font-size:clamp(1.6rem,2.7vw,2.45rem)}
.hero__title em{font-size:clamp(1.05rem,1.7vw,1.5rem)}

/* dark-body-boost: bigger + higher-contrast small body text on the dark green
   sections (pillars, offer, contact) and the footer. Light-section body copy
   (location, showcase, floor plans) is unchanged. Weight 300->400 = regular, not bold. */
.pillar p{color:rgba(247,244,238,.92);font-size:1.02rem;font-weight:400}
.value__intro{color:rgba(247,244,238,.86);font-size:1rem;font-weight:400}
.contact__lede{color:rgba(247,244,238,.86);font-size:1rem;font-weight:400}
.contact__alt{color:rgba(247,244,238,.8)}
.footer__tag{color:rgba(247,244,238,.88)}
.footer__fine{color:rgba(247,244,238,.68);font-size:.8rem}
.footer__disclaimer{color:rgba(247,244,238,.56);font-size:.74rem}

/* hero-lede-boost: hero intro paragraph was small/thin/faint on paper — larger, darker, regular weight. */
.hero__lede{font-size:clamp(1rem,1.3vw,1.14rem);font-weight:400;color:#3f4a42;line-height:1.65}

/* ios-hero-fix: on mobile the split-hero image column stacked above the copy via
   .hero__figure{aspect-ratio:4/3} with an absolutely-positioned <img>. iOS Safari
   collapses a grid item to 0 height when its aspect-ratio box has no in-flow content
   -> the hero photo disappeared on iPhone. Let the image flow in-flow and size itself. */
@media(max-width:980px){
  .hero{min-height:0}
  .hero__figure{aspect-ratio:auto;min-height:0;order:-1}
  .hero__figure img{position:static;display:block;width:100%;height:auto;aspect-ratio:2400/1379}
}

/* muted-darken: body copy on the light paper sections (specs note, philosophy body,
   location lede, gallery intro) was too faint. All --muted text here sits on light bg,
   so darken the token for stronger contrast. */
:root{--muted:#2d3830}

/* intro-body-boost: philosophy body — larger, darker, regular weight to match the
   rest of the page and read clearly on paper. */
.intro__body{font-size:clamp(1.02rem,1.25vw,1.16rem);font-weight:400;color:#39433b;line-height:1.75}

/* lb-zoom: click/tap the lightbox image to zoom (esp. for reading the detailed
   floor-plan drawings); the stage becomes scrollable to pan. */
.lb__img{cursor:zoom-in;touch-action:manipulation}
.lb__stage.is-zoom{max-width:100vw;max-height:100vh;overflow:auto;-webkit-overflow-scrolling:touch;align-items:flex-start;cursor:zoom-out}
.lb__stage.is-zoom .lb__img{max-width:none;max-height:none;width:min(2200px,240vw);height:auto;transform:none;transition:none;cursor:zoom-out}
.lb__stage.is-zoom .lb__cap{display:none}

/* spec-row-hover: fact-sheet rows highlight on hover — gold left accent, soft tint,
   value shifts to gold. Padding compensates the accent so text doesn't jump. */
.spec-row{padding-left:.2rem;border-left:2px solid transparent;transition:background .25s var(--ease),border-color .25s var(--ease),padding-left .25s var(--ease)}
.spec-row:hover{background:linear-gradient(90deg,rgba(201,169,105,.12),transparent 80%);border-left-color:var(--gold);padding-left:.9rem}
.spec-row:hover dd{color:var(--gold)}
.spec-row dd{transition:color .25s var(--ease)}
@media(hover:none){.spec-row:hover{background:none;border-left-color:transparent;padding-left:.2rem}.spec-row:hover dd{color:var(--ink)}}

/* font-weight-boost: global override — ensure all body text uses regular/medium
   weights instead of light (300) for better readability on light backgrounds. */
body,p,span,a,li,td,th,input,select,textarea,label,caption,summary{font-weight:400!important}
h1,h2,h3,h4,h5,h6,dt{font-weight:500!important}
strong,b{font-weight:600!important}
