/* Shared LUMAR foundations, compiled for this independent comparison version. */
/* Brand manual: Mirande/Raleway, lino #E7E3D8, bronce #6E552C. Print-like editorial theme. Layers: header 10, dialog top layer. */
:root{--paper:#E7E3D8;--bronze:#6E552C;--gold:#92825E;--gray:#7A7265;--ink:#493d2c;--line:rgba(110,85,44,.27);--gutter:clamp(24px,5.5vw,100px);--space:clamp(76px,9.5vw,160px);--button-radius:calc(52px * .2);--button-shadow:0 10px 22px rgba(110,85,44,.16)}
*{box-sizing:border-box}html{scrollbar-gutter:stable;scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Raleway,sans-serif;font-weight:300;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:0}button:active,a:active{transform:translateY(1px)}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--bronze);outline-offset:6px}button{background:none}img{display:block;width:100%;height:auto}figure{margin:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Mirande,Georgia,serif;font-weight:400;color:var(--bronze);text-transform:uppercase;paint-order:stroke fill}h1{-webkit-text-stroke:.45px currentColor}h2{font-size:clamp(30px,3.65vw,58px);line-height:1.23;letter-spacing:.04em;-webkit-text-stroke:.35px currentColor}h3{font-size:clamp(27px,2.6vw,40px);letter-spacing:.03em;line-height:1.22;-webkit-text-stroke:.28px currentColor}p{max-width:56ch}figcaption{font-size:12px;line-height:1.55;color:var(--ink);margin-top:12px;opacity:.85}.section-pad{padding:var(--space) var(--gutter);max-width:1800px;margin:auto}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin-bottom:24px}.section-intro{max-width:700px;margin-bottom:45px}.section-intro>p:last-child{margin-top:24px;max-width:53ch}.text-link{display:inline-flex;align-items:center;justify-content:center;min-width:230px;min-height:52px;padding:14px 22px;border:1px solid var(--bronze);border-radius:var(--button-radius);background:var(--bronze);box-shadow:var(--button-shadow);color:var(--paper);font-size:14px;font-weight:600;letter-spacing:.025em;line-height:1.5;text-align:center;transition:background-color .35s,border-color .35s,color .35s,box-shadow .35s,transform .2s}.plan-open{gap:14px}.plan-open span{font-size:20px;line-height:1;transition:transform .25s}.plan-open:hover span{transform:scale(1.08)}.text-link:hover{background:var(--ink);border-color:var(--ink);box-shadow:0 12px 24px rgba(110,85,44,.22);color:var(--paper);transform:translateY(-1px)}.text-link:active{box-shadow:0 5px 12px rgba(110,85,44,.16);transform:translateY(1px)}.skip-link{position:fixed;top:10px;left:12px;background:var(--paper);padding:12px 22px;z-index:100;transform:translateY(-150%);pointer-events:none}.skip-link:focus-visible{transform:translateY(0);pointer-events:auto}
.masthead{height:100px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:10;border-bottom:1px solid var(--line)}.brand{width:184px;flex:none;padding:8px 0}.brand img{width:100%;height:auto}.masthead nav{display:flex;align-items:center;gap:clamp(20px,2.2vw,36px)}.masthead nav a{font-size:12px;font-weight:500;white-space:nowrap;position:relative}.masthead nav a:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:1px;background:var(--bronze);transform:scaleX(0);transform-origin:left;transition:transform .25s}.masthead nav a:hover:after{transform:scaleX(1)}.nav-contact{margin-left:12px}.language-switch{border-left:1px solid var(--line);padding-left:20px;font-weight:600!important;letter-spacing:.05em}.menu-toggle{display:none}
.hero{position:relative;min-height:620px;height:calc(100svh - 100px);max-height:1040px;background:var(--bronze);overflow:hidden}.hero-image{height:100%;position:absolute;inset:0;object-fit:cover;object-position:50% 54%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,37,30,.5),transparent 75%),linear-gradient(0deg,rgba(28,37,30,.38),transparent 70%)}.hero-content{position:relative;height:100%;padding:clamp(70px,8vw,120px) var(--gutter) 70px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:var(--paper)}.hero h1{font-size:clamp(58px,7vw,106px);letter-spacing:.045em;line-height:1.04;color:var(--paper)}.hero .eyebrow{margin-bottom:30px}.hero-intro{font-size:17px;max-width:34ch;margin:28px 0 22px}.text-link.light{background:var(--paper);border-color:var(--paper);color:var(--bronze)}.text-link.light:hover{background:transparent;border-color:var(--paper);color:var(--paper)}.hero a:focus-visible{outline-color:var(--paper)}
.collection{display:grid;grid-template-columns:1.5fr 1fr;gap:54px 10%;align-items:start}.collection-heading p{margin-top:28px;max-width:51ch}.collection-count{display:flex;align-items:center;justify-content:center;gap:25px;padding-top:5px}.display-number{font-family:Mirande,Georgia,serif;color:var(--bronze);font-size:clamp(95px,12vw,180px);line-height:1}.collection-count p{font-size:14px;line-height:1.7;max-width:19ch}.collection-image{grid-column:1/-1}.collection-image img{aspect-ratio:2.45;object-fit:cover;object-position:center 58%}.residences{padding-top:10px}.residence-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);margin:0 0 38px}.residence-tabs button{text-align:left;padding:21px 0;color:var(--gray);border-bottom:2px solid transparent;margin-bottom:-1px;font-family:Mirande,Georgia,serif;font-size:30px;line-height:1.3}.residence-tabs button span{font-family:Raleway,sans-serif;font-size:10px;text-transform:uppercase;font-weight:400;letter-spacing:.15em;margin-left:12px}.residence-tabs [aria-selected=true]{color:var(--bronze);border-color:var(--bronze)}.residence-tabs button:hover{color:var(--bronze)}.residence-panel{display:grid;grid-template-columns:1.5fr 1fr;gap:6%;align-items:center}.residence-panel[hidden]{display:none}.residence-photo img{aspect-ratio:1.24;object-fit:cover}.residence-copy p{margin:24px 0;max-width:38ch}.residence-specs{margin:28px 0;display:grid;gap:18px}.residence-specs dt{font-size:12px;color:var(--ink);margin-bottom:2px}.residence-specs dd{font-size:25px;font-variant-numeric:lining-nums;margin:0;color:var(--bronze);font-weight:400;line-height:1.4}.residence-specs dd span{font-size:14px}.product-note{font-size:12px;max-width:95ch;color:var(--ink);margin-top:30px}.image-open{padding:0;display:block;width:100%;overflow:hidden;text-align:left}.image-open{position:relative}
.interiors{padding-top:15px;display:grid;grid-template-columns:repeat(12,1fr);column-gap:28px;row-gap:45px}.interior-title{grid-column:1/-1;max-width:700px;margin-bottom:8px}.interior-title p{margin-top:25px;max-width:55ch}.interior-wide{grid-column:1/10}.interior-wide img{aspect-ratio:1.73;object-fit:cover}.interior-detail{grid-column:8/-1;margin-top:-90px;position:relative;border:14px solid var(--paper);border-right:0;background:var(--paper)}.interior-detail img{aspect-ratio:1.07;object-fit:cover;object-position:65% center}.interior-line{grid-column:2/7;grid-row:3;font-style:italic;font-size:clamp(22px,2.5vw,34px);line-height:1.5;align-self:center;color:var(--bronze)}.sea-break{position:relative;margin:0;overflow:hidden}.sea-break img{height:78svh;min-height:400px;max-height:850px;object-fit:cover;object-position:center 46%}.sea-break figcaption{margin:0;padding:11px var(--gutter);background:var(--paper)}
.location{display:grid;grid-template-columns:1fr 1.25fr;gap:8%;align-items:center}.location-copy>p:not(.eyebrow){margin-top:28px}.location address{font-size:14px;line-height:1.7;font-style:normal;margin:30px 0 20px}.location-figure img{aspect-ratio:16/9;object-fit:cover;object-position:center}.amenities{padding-top:20px}.amenity-feature{display:grid;grid-template-columns:1.75fr 1fr;gap:6%;align-items:center;margin:50px 0 42px}.amenity-feature img{aspect-ratio:1.6;object-fit:cover}.amenity-copy p{margin-top:22px;max-width:34ch}.amenity-small{display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:28px;align-items:start}.amenity-small figure:nth-child(2){padding-top:65px}.amenity-small figure:nth-child(3){padding-top:120px}.amenity-small img{aspect-ratio:1.35;object-fit:cover}.amenity-small figcaption{font-size:13px}.amenity-small figcaption span{display:block;font-size:18px;font-weight:400;color:var(--bronze);margin-bottom:3px}.details{padding-top:10px;display:grid;grid-template-columns:1fr 1.35fr;gap:8%;align-items:center}.details-heading>p{margin-top:24px}.details-heading .detail-note{font-size:12px;max-width:42ch}.details-image img{aspect-ratio:1.1;object-fit:cover;object-position:52% center}.contact{padding-top:var(--space);border-top:1px solid var(--line)}.contact-heading{max-width:850px}.contact-heading h2{font-size:clamp(32px,4.7vw,72px)}.contact-heading>p:last-child{margin-top:30px;max-width:54ch}.contact-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));align-items:end;gap:30px;margin-top:50px;max-width:1200px}.contact-channel{display:flex;flex-direction:column;align-items:stretch}.contact-channel>p{font-size:12px;font-weight:500;margin-bottom:9px;min-height:20px;overflow-wrap:anywhere}.contact-links .text-link{width:100%;min-width:0}.contact-brand{max-width:530px;margin:125px auto 0}.contact-brand img{width:100%}footer{padding:40px var(--gutter) 25px;border-top:1px solid var(--line);font-size:11px}footer>p{max-width:110ch;line-height:1.7}footer>div{display:flex;justify-content:space-between;gap:25px;margin-top:22px;font-size:11px}footer a{text-decoration:underline;text-underline-offset:4px}
.lightbox{position:fixed;inset:0;margin:0;padding:3dvh 3vw;background:rgba(33,31,25,.85);color:var(--ink);border:0;width:100%;height:100%;max-width:none;max-height:none}.lightbox[open]{display:grid;place-items:center}.lightbox::backdrop{background:transparent}.lightbox-sheet{display:flex;flex-direction:column;width:min(1320px,100%);max-height:94dvh;overflow:auto;background:var(--paper)}.lightbox-toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 26px;border-bottom:1px solid var(--line)}.lightbox-toolbar p{font-size:13px;font-weight:500}.lightbox-toolbar button{padding:8px 0 8px 20px;display:flex;align-items:center;gap:18px;font-size:13px}.lightbox-toolbar button span{font-size:30px;line-height:1}.lightbox-content{padding:24px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.lightbox-content img{max-height:calc(94dvh - 165px);width:100%;object-fit:contain}.lightbox-content p{flex-shrink:0;font-size:12px;text-align:center;max-width:90ch;margin:16px auto 0}.lightbox.plan .lightbox-content{background:#fff}.lightbox.plan img{min-height:35vh}
@media(min-width:1800px){.hero-content{max-width:1800px;margin:auto}.masthead{padding-right:max(var(--gutter),calc((100vw - 1600px)/2));padding-left:max(var(--gutter),calc((100vw - 1600px)/2))}}
@media(max-width:1100px){.masthead{height:88px}.hero{height:calc(100svh - 88px)}.masthead nav{gap:21px}.masthead nav a{font-size:11px}.nav-contact{margin-left:0}.brand{width:165px}.residence-tabs button{font-size:26px}.residence-tabs button span{display:block;margin:4px 0 0}.residence-panel{gap:5%}.residence-specs dd{font-size:21px}.residence-copy p{font-size:15px}.collection-count{gap:17px}.collection-count p{font-size:12px}}
@media(max-width:767px){:root{--gutter:24px;--space:80px}html{scroll-padding-top:25px}.masthead{height:88px;padding:0 22px}.brand{width:162px}.menu-toggle{display:flex;align-items:center;gap:17px;font-size:12px;font-weight:500;padding:10px 0 10px 15px}.menu-toggle span{font-size:26px;line-height:1}.masthead nav{display:none;position:absolute;top:88px;left:0;right:0;background:var(--paper);padding:26px 24px 35px;border-bottom:1px solid var(--line);align-items:stretch;gap:0}.masthead nav.open{display:flex;flex-direction:column}.masthead nav a{font-size:17px;padding:13px 0}.masthead nav a:after{display:none}.masthead .nav-contact{margin:12px 0 0}.masthead nav .language-switch{border-left:0;border-top:1px solid var(--line);margin-top:18px;padding:18px 0 0;font-size:12px;text-transform:uppercase}.hero{height:calc(100svh - 88px);min-height:590px;max-height:850px}.hero-image{object-position:50% 62%}.hero-content{padding:46px 24px 42px;justify-content:flex-end}.hero-shade{background:linear-gradient(0deg,rgba(28,37,30,.78),rgba(28,37,30,.05) 90%)}.hero h1{font-size:clamp(53px,14vw,86px);letter-spacing:.035em}.hero .eyebrow{font-size:10px;margin-bottom:22px}.hero-intro{font-size:16px;max-width:27ch;margin-top:24px}.hero .text-link{font-size:13px}.collection{grid-template-columns:1fr;gap:35px}.collection-count{justify-content:flex-start;gap:25px;padding-top:0}.display-number{font-size:110px}.collection-count p{font-size:14px}.collection-image{grid-column:auto}.collection-image img{aspect-ratio:1.15;object-position:50% center}.collection-heading p{font-size:16px}.residences{padding-top:0}.section-intro{margin-bottom:30px}.section-intro h2 br{display:none}.residence-tabs{margin-bottom:28px;gap:12px}.residence-tabs button{font-size:21px;padding:16px 0}.residence-tabs button span{font-size:8px;letter-spacing:.08em}.residence-panel{grid-template-columns:1fr;gap:32px}.residence-photo img{aspect-ratio:1.1}.residence-copy h3{font-size:31px}.residence-copy h3 br{display:none}.residence-copy p{font-size:16px;max-width:100%;margin:20px 0}.residence-specs{grid-template-columns:1fr 1fr;gap:18px;margin:24px 0}.residence-specs dt{font-size:10px}.residence-specs dd{font-size:21px}.residence-specs dd span{font-size:12px}.plan-open{width:100%;min-width:0}.product-note{font-size:11px;margin-top:25px}.interiors{padding-top:0;grid-template-columns:1fr;gap:28px}.interior-title,.interior-wide,.interior-detail,.interior-line{grid-column:1;grid-row:auto}.interior-wide img{aspect-ratio:1.2;object-position:55% center}.interior-detail{margin-top:0;margin-left:23%;border:0}.interior-detail img{aspect-ratio:1.08}.interior-line{font-size:25px;order:4;margin:5px 0 0;line-height:1.5}.sea-break img{height:65svh;min-height:380px;object-position:69% center}.sea-break figcaption{font-size:11px}.location{grid-template-columns:1fr;gap:36px}.location-copy h2 br{display:none}.location-figure img{aspect-ratio:4/3;object-position:center}.location address{font-size:13px}.location .text-link{gap:18px;font-size:13px}.amenities{padding-top:0}.amenity-feature{grid-template-columns:1fr;gap:28px;margin:34px 0 40px}.amenity-feature img{aspect-ratio:1.2}.amenity-copy h3 br{display:none}.amenity-copy p{max-width:100%;margin-top:18px}.amenity-small{grid-template-columns:1fr;gap:30px}.amenity-small figure:nth-child(n){padding-top:0}.amenity-small figure:nth-child(2){margin-left:16%}.amenity-small figure:nth-child(3){margin-right:12%}.amenity-small img{aspect-ratio:1.45}.amenity-small figcaption span{font-size:18px}.details{padding-top:0;grid-template-columns:1fr;gap:32px}.details-image img{aspect-ratio:1.05}.contact{padding-top:70px}.contact-heading h2{font-size:32px;line-height:1.28}.contact-heading h2 br{display:none}.contact-links{grid-template-columns:1fr;gap:30px;margin-top:38px}.contact-primary{font-size:25px;padding-right:48px}.contact-arrow{font-size:29px}.contact-brand{margin-top:78px;max-width:310px}footer{font-size:10px;padding-top:28px}footer>div{font-size:10px;flex-direction:column;gap:16px}.lightbox{padding:0}.lightbox-sheet{max-height:100dvh}.lightbox-toolbar{padding:12px 18px}.lightbox-content{padding:14px}.lightbox-content img{max-height:calc(100dvh - 170px)}.lightbox-content p{flex-shrink:0;font-size:11px}.lightbox-toolbar p{font-size:11px}.lightbox-toolbar button{font-size:12px}}
@media(max-width:767px){.contact-channel,.contact-links .text-link{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}
@media print{.masthead nav,.menu-toggle,.hero a,.image-open:after,.plan-open,.contact-links,.lightbox{display:none!important}.masthead{height:80px}.hero{height:190mm;min-height:0}.hero-content{padding-bottom:20mm}.section-pad{padding:14mm 10mm;break-inside:avoid}.residence-tabs{display:none}.residence-panel[hidden]{display:grid!important}.residence-panel{margin-top:14mm;break-inside:avoid}.residence-photo img{aspect-ratio:1.5}.residence-copy h3{font-size:22px}.sea-break img{height:140mm}.reveal{opacity:1!important;transform:none!important}h2{font-size:30px}.contact-brand{margin-top:30px}footer{font-size:9px}body{print-color-adjust:exact;-webkit-print-color-adjust:exact}}

/* Motion keeps copy readable; only imagery receives an entrance. */
:root{--motion-ease:cubic-bezier(.22,1,.36,1)}
.hero-line,.hero-line>span{display:block}
.sea-window{overflow:hidden}
.contact-label{font-size:12px;letter-spacing:.12em;font-weight:500;margin-bottom:24px}
.residence-stage{display:grid}
.residence-stage>.residence-panel{grid-area:1/1;align-self:start}
.js .residence-panel[hidden]{display:grid;visibility:hidden;pointer-events:none}
.residence-photo .image-open{isolation:isolate}
.residence-photo img.residence-outgoing{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1;transition:none}
.residence-tabs{position:relative}
.residence-tabs:after{content:"";position:absolute;bottom:-1px;left:0;width:calc((100% - var(--tab-gap,0px)*2)/3);height:2px;background:var(--bronze);transform:translateX(calc(var(--active-tab,0)*(100% + var(--tab-gap,0px))));pointer-events:none}
.js .residence-tabs [aria-selected=true]{border-color:transparent}
.lightbox-image-wrap{min-height:0;flex:1 1 auto;overflow:auto;max-height:calc(94dvh - 205px)}
.lightbox-image-wrap img{min-height:0!important}
.lightbox.plan .lightbox-image-wrap.zoomed img{width:1800px;max-width:none;max-height:none;height:auto;object-fit:initial}
.plan-controls{flex-shrink:0;display:flex;gap:20px;align-items:center;justify-content:center;margin-top:16px}
.plan-controls[hidden]{display:none}
.plan-controls button{border-bottom:1px solid var(--bronze);font-size:13px;padding:6px 0}
.plan-controls span{font-size:11px;max-width:25ch;line-height:1.4}
.lightbox.plan .lightbox-content{background:var(--paper)}
.menu-toggle span{display:inline-block}
.menu-toggle[aria-expanded=true] span{transform:rotate(45deg)}
@media(prefers-reduced-motion:no-preference){
  .hero h1{animation:title-settle 650ms var(--motion-ease) both}
  .residence-tabs:after{transition:transform 280ms var(--motion-ease)}
  .residence-tabs button{transition:color 180ms}
  .menu-toggle span{transition:transform 200ms var(--motion-ease)}
  .masthead nav.open{animation:menu-enter 200ms var(--motion-ease) both}
  @keyframes title-settle{from{transform:translateY(12px)}to{transform:translateY(0)}}
  @keyframes menu-enter{from{opacity:.8;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  .image-open img:not(.residence-outgoing){transition:transform 350ms var(--motion-ease)}
  .image-open:hover img:not(.residence-outgoing){transform:scale(1.018)}
}
@media(max-width:767px){
  .residence-tabs{--tab-gap:12px}
  .contact-label{font-size:10px;line-height:1.7}
  .lightbox-image-wrap{max-height:calc(100dvh - 240px)}
  .plan-controls{gap:14px}.plan-controls span{font-size:10px}
  .lightbox.plan .lightbox-image-wrap.zoomed img{width:1200px}
}
@media print{.residence-stage{display:block}.js .residence-panel[hidden]{visibility:visible}.residence-tabs:after{display:none}}
@media print{.text-link{box-shadow:none}}

/* r8: a persistent language choice and the client-supplied price range. */
.masthead{gap:24px}
.header-actions{display:flex;align-items:center;gap:18px;flex:none}
.language-control{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--bronze);border-radius:10.4px;background:var(--paper)}
.language-control a{display:grid;place-items:center;min-width:42px;min-height:36px;border-radius:7px;font-size:12px;font-weight:600;letter-spacing:.05em;color:var(--bronze)}
.language-control a[aria-current=page]{background:var(--bronze);color:var(--paper)}
.language-control a:hover:not([aria-current]){background:rgba(110,85,44,.1)}
.hero-prices{position:absolute;right:var(--gutter);bottom:70px;width:365px;max-width:100%;padding:22px 24px;background:var(--paper);color:var(--bronze);border-top:3px solid var(--bronze);box-shadow:0 10px 25px rgba(33,31,25,.12)}
.price-label{font-size:12px;font-weight:600;letter-spacing:.035em;margin-bottom:12px}
.hero-prices dl{margin:0;display:grid;gap:9px}
.price-row{display:grid;grid-template-columns:32px 1fr;align-items:baseline;gap:10px}
.price-row dt{font-size:10px;font-weight:600}
.price-row dd{margin:0;font-size:15px;font-weight:500;font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}
.price-to{font-weight:400;padding:0 3px}
@media(min-width:768px) and (max-width:1100px){
  .masthead{padding-inline:24px;gap:18px}.masthead nav{gap:16px}
  .brand{width:145px}.hero-prices{width:320px;padding:20px}.price-row dd{font-size:13px}
  .hero h1{font-size:clamp(54px,6.5vw,80px)}.hero-intro{max-width:30ch}
}
@media(max-width:959px){
  .masthead nav{display:none;position:absolute;top:88px;left:0;right:0;background:var(--paper);padding:24px;border-bottom:1px solid var(--line)}
  .masthead nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .masthead nav a{padding:12px 0;font-size:16px}.masthead nav a:after{display:none}
  .masthead .nav-contact{margin:0}
  .menu-toggle{display:flex;align-items:center;gap:10px;font-size:12px;padding:8px 0}
  .menu-toggle span{font-size:24px;line-height:1}
}
@media(max-width:767px){
  .masthead{gap:12px;padding-inline:20px;height:80px}.brand{width:130px}
  .header-actions{gap:12px}.language-control{padding:3px}.language-control a{min-width:32px;min-height:36px;font-size:11px}
  .menu-toggle{font-size:0;gap:0;min-width:28px;min-height:44px;justify-content:center}.menu-toggle span{font-size:25px}
  .masthead nav{top:80px}
  .hero{height:auto;min-height:calc(100svh - 80px);max-height:none}
  .hero-content{min-height:calc(100svh - 80px);padding:150px 24px 24px;justify-content:flex-end}
  .hero h1{font-size:clamp(43px,12vw,70px)}
  .hero .eyebrow{margin-bottom:18px}.hero-intro{margin:18px 0;max-width:30ch;font-size:15px}
  .hero-prices{position:static;width:100%;padding:15px 17px;margin-top:24px}
  .price-label{margin-bottom:8px;font-size:11px}.price-row dd{font-size:13px}.price-row{gap:6px}.hero-prices dl{gap:6px}
}
@media(max-width:359px){.masthead{padding-inline:16px}.brand{width:112px}.header-actions{gap:8px}.hero-content{padding-inline:20px}.price-row dd{font-size:11.8px}}
.language-control a{min-width:44px;min-height:44px}
.menu-toggle{min-width:44px;min-height:44px}

/* LUMAR editorial proposal. Existing brand, assets and native interactions.
   DESIGN_VARIANCE 7 / MOTION_INTENSITY 3 / VISUAL_DENSITY 3.
   Layers: header 10, keyboard skip link 100, native top-layer dialog.
   The established light brand theme is intentionally preserved. */
@font-face{font-family:Mirande;src:url('00-recursos/mirande.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Raleway;src:url('00-recursos/raleway.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:Raleway;src:url('00-recursos/raleway-light-italic.woff2') format('woff2');font-style:italic;font-weight:300;font-display:swap}
/* r10. LUMAR editorial composition: brand preserved, airy density, restrained motion. */
.editorial-v2{--gutter:clamp(24px,5vw,88px);--space:clamp(80px,8vw,140px);font-weight:400}
.editorial-v2 .masthead{height:76px;position:sticky;top:0;gap:24px}
.editorial-v2 .brand{width:150px}
.editorial-v2 .masthead nav{gap:clamp(18px,2vw,32px)}
.editorial-v2 .masthead nav a{font-size:12px}
.editorial-v2 .masthead nav a[aria-current=location]:after{transform:scaleX(1)}
.editorial-v2 .hero{display:grid;grid-template-columns:41% 59%;align-items:center;height:auto;min-height:0;max-height:none;background:var(--paper);max-width:1800px;margin:auto;overflow:visible}
.editorial-v2 .hero-visual{grid-column:2;grid-row:1;min-width:0;margin:36px var(--gutter) 36px 0}
.editorial-v2 .hero-image{position:static;width:100%;height:auto;min-height:0;aspect-ratio:1.42;object-fit:cover;object-position:50% 55%}
.editorial-v2 .hero-visual figcaption{font-size:10px;margin-top:12px}
.editorial-v2 .hero-shade{display:none}
.editorial-v2 .hero-content{grid-column:1;grid-row:1;color:var(--ink);height:auto;min-height:0;padding:48px clamp(28px,4vw,70px);justify-content:center;max-width:none}
.editorial-v2 .hero h1{font-size:clamp(46px,4.25vw,73px);color:var(--bronze);line-height:1.08;letter-spacing:.01em;-webkit-text-stroke:.7px currentColor;animation:none}
.editorial-v2 .hero .eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:22px}
.editorial-v2 .hero-intro{font-size:17px;max-width:30ch;line-height:1.65;margin:24px 0 0}
.editorial-v2 .hero .text-link{color:var(--paper);background:var(--bronze);border-color:var(--bronze)}
.editorial-v2 .hero .text-link:hover{background:var(--ink);border-color:var(--ink)}
.editorial-v2 .hero a:focus-visible{outline-color:var(--bronze)}
.editorial-v2 .hero-prices{position:static;width:fit-content;max-width:100%;box-shadow:none;border:0;background:none;padding:0;margin:26px 0 28px}
.editorial-v2 .hero-prices:before{content:"";display:block;width:42px;height:1px;background:var(--line);margin-bottom:16px}
.editorial-v2 .price-label{font-size:9px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.editorial-v2 .price-row{grid-template-columns:29px 1fr;gap:8px}
.editorial-v2 .price-row dt{font-size:9px}
.editorial-v2 .price-row dd{font-size:clamp(15px,1.25vw,21px);font-weight:500;line-height:1.5}
.editorial-v2 .price-row+.price-row dd{font-size:12px;font-weight:400}
.editorial-v2 .hero-prices dl{gap:4px}
.editorial-v2 h2{font-size:clamp(32px,3.65vw,56px);letter-spacing:.01em;line-height:1.14;-webkit-text-stroke:.5px currentColor}
.editorial-v2 h3{line-height:1.17;letter-spacing:.015em;-webkit-text-stroke:.4px currentColor}
.editorial-v2 figcaption{opacity:1;font-size:12px}
.editorial-v2 .collection{grid-template-columns:1.35fr 1fr;grid-template-rows:auto auto;column-gap:9%;row-gap:34px;align-items:center;padding-top:80px}
.editorial-v2 .collection-image{grid-column:1;grid-row:1/3;align-self:stretch}
.editorial-v2 .collection-image img{height:calc(100% - 32px);min-height:490px;aspect-ratio:1.12;object-fit:cover;object-position:center}
.editorial-v2 .collection-heading{grid-column:2;grid-row:1;align-self:end}
.editorial-v2 .collection-heading h2{font-size:clamp(32px,3vw,48px)}
.editorial-v2 .collection-heading p{max-width:44ch;font-size:17px;line-height:1.8;margin-top:24px}
.editorial-v2 .collection-count{grid-column:2;grid-row:2;justify-content:flex-start;gap:25px;align-self:start;padding-top:24px;border-top:1px solid var(--line)}
.editorial-v2 .display-number{font-size:104px}
.editorial-v2 .collection-count p{font-size:13px}
.editorial-v2 .section-intro{max-width:800px;margin-bottom:42px}
.editorial-v2 .section-intro>p:last-child{margin-top:22px;max-width:58ch;line-height:1.8}
.editorial-v2 .residence-tabs{gap:28px;margin-bottom:38px;border:0}
.editorial-v2 .residence-tabs:after{display:none}
.editorial-v2 .residence-tabs button{display:grid;grid-template-columns:92px 1fr;align-items:center;gap:18px;color:var(--bronze);padding:16px 0;margin:0;border:0;border-bottom:2px solid var(--line);background:none;font-family:Raleway,sans-serif;text-align:left;transition:border-color 180ms,background-color 180ms}
.editorial-v2 .residence-tabs button[aria-selected=true]{border-bottom-color:var(--bronze)}
.editorial-v2 .residence-tabs button:hover{background:rgba(110,85,44,.04)}
.editorial-v2 .residence-tabs button span{margin:0;text-transform:none;letter-spacing:0}
.editorial-v2 .tab-preview{width:92px;height:94px;object-fit:cover;filter:saturate(.65);opacity:.74;transition:opacity 200ms,filter 200ms}
.editorial-v2 [aria-selected=true] .tab-preview{filter:none;opacity:1}
.editorial-v2 .tab-information{display:grid;gap:5px}
.editorial-v2 .residence-tabs .tab-name{font-family:Mirande,Georgia,serif;font-size:28px;color:var(--bronze);-webkit-text-stroke:.4px currentColor}
.editorial-v2 .residence-tabs .tab-summary,.editorial-v2 .residence-tabs .tab-area{font-size:12px;font-weight:500;color:var(--ink);line-height:1.5}
.editorial-v2 .residence-panel{grid-template-columns:1.35fr 1fr;gap:6%;align-items:center}
.editorial-v2 .residence-photo img{aspect-ratio:1.65;object-fit:cover;object-position:center}
.editorial-v2 .residence-copy h3{font-size:clamp(29px,2.8vw,43px)}
.editorial-v2 .residence-copy p{font-size:16px;margin:22px 0;max-width:41ch;line-height:1.8}
.editorial-v2 .residence-specs{grid-template-columns:1.1fr 1fr;gap:20px;margin:26px 0;border-top:1px solid var(--line);padding-top:20px}
.editorial-v2 .residence-specs dt{font-size:11px}
.editorial-v2 .residence-specs dd{font-size:23px;white-space:nowrap}
.editorial-v2 .residence-specs dd span{font-size:12px}
.editorial-v2 .residence-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.editorial-v2 .residence-actions .text-link{min-width:0;width:100%;font-size:12px;padding:14px 12px;white-space:nowrap}
.editorial-v2 .product-disclosure{margin-top:30px;max-width:92ch}
.editorial-v2 summary{padding:14px 0;font-size:13px;font-weight:500;cursor:pointer;color:var(--bronze);text-decoration:underline;text-underline-offset:5px}
.editorial-v2 summary:focus-visible{outline:2px solid var(--bronze);outline-offset:4px}
.editorial-v2 .product-disclosure .product-note{margin-top:8px;font-size:12px;line-height:1.8}
.editorial-v2 .interiors{row-gap:34px}
.editorial-v2 .interior-title{max-width:700px}
.editorial-v2 .interior-title p{line-height:1.8}
.editorial-v2 .interior-wide{grid-column:1/10}
.editorial-v2 .interior-detail{grid-column:8/-1;border-width:12px;margin-top:-80px}
.editorial-v2 .interior-line{font-size:clamp(24px,2.2vw,33px);line-height:1.6;padding-bottom:6px}
.editorial-v2 .sea-break{margin-inline:var(--gutter)}
.editorial-v2 .sea-break img{height:auto;min-height:0;max-height:none;aspect-ratio:2.3;object-position:center 47%}
.editorial-v2 .sea-break figcaption{padding:12px 0}
.editorial-v2 .location{grid-template-columns:.85fr 1.15fr;gap:9%}
.editorial-v2 .location-copy>p:not(.eyebrow){line-height:1.8}
.editorial-v2 .location-figure img{aspect-ratio:1.5}
.editorial-v2 .amenities{padding-block:70px 80px;border-block:1px solid var(--line);background:rgba(110,85,44,.035);margin-bottom:var(--space)}
.editorial-v2 .amenity-feature{grid-template-columns:1.6fr 1fr;gap:8%;margin:42px 0 38px}
.editorial-v2 .amenity-feature img{aspect-ratio:1.65}
.editorial-v2 .amenity-copy p{line-height:1.8}
.editorial-v2 .amenity-small{grid-template-columns:repeat(3,1fr);gap:28px}
.editorial-v2 .amenity-small figure:nth-child(n){padding:0;margin:0}
.editorial-v2 .amenity-small img{aspect-ratio:1.5;object-fit:cover}
.editorial-v2 .amenity-small figcaption{margin-top:18px;line-height:1.7}
.editorial-v2 .amenity-small figcaption span{font-size:18px;font-weight:500;margin-bottom:5px}
.editorial-v2 .amenities .product-note{font-size:11px;line-height:1.8;margin-top:30px}
.editorial-v2 .details{grid-template-columns:1fr 1.15fr;gap:10%}
.editorial-v2 .details-heading>p{line-height:1.8}
.editorial-v2 .details-image img{aspect-ratio:1.16}
.editorial-v2 .contact{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start;padding-bottom:60px}
.editorial-v2 .contact-heading h2{font-size:clamp(34px,4vw,62px)}
.editorial-v2 .contact-heading>p:last-child{font-size:17px;margin-top:26px;line-height:1.8;max-width:42ch}
.editorial-v2 .contact-links{display:grid;grid-template-columns:1fr;gap:25px;margin:0;max-width:390px;width:100%;justify-self:end}
.editorial-v2 .contact-channel>p{font-size:12px;line-height:1.6}
.editorial-v2 .contact-brand{grid-column:1/-1;justify-self:start;margin:36px 0 0;max-width:210px}
.editorial-v2 footer{padding-block:26px}
.editorial-v2 main [id]{scroll-margin-top:96px}
.editorial-v2 .image-open{cursor:zoom-in}
.editorial-v2 .lightbox{padding:3dvh 3vw}
.editorial-v2 .lightbox-sheet{height:94dvh;max-height:94dvh}
.editorial-v2 .lightbox-content{flex:1;min-height:0;gap:12px}
.editorial-v2 .lightbox-image-wrap{position:relative;display:flex;align-items:center;max-height:none;min-height:0;touch-action:pan-x pan-y}
.editorial-v2 .lightbox-image-wrap img{flex:none;max-height:100%;object-fit:contain}
.editorial-v2 .lightbox.plan .lightbox-image-wrap.zoomed img{max-height:none;width:1800px}
.editorial-v2 .lightbox-image-wrap.is-loading{justify-content:center;min-height:200px}
.editorial-v2 .viewer-status{font-size:14px;text-align:center;padding:30px;max-width:42ch}
.editorial-v2 .viewer-status[hidden],.editorial-v2 #lightbox-image[hidden]{display:none}
.editorial-v2 .viewer-notes{flex:none;max-width:90ch;margin:auto;text-align:center}
.editorial-v2 .viewer-notes summary{padding:10px;font-size:12px}
.editorial-v2 .viewer-notes #lightbox-caption{margin:8px auto;font-size:12px}
.editorial-v2 .lightbox:not(.plan) .viewer-notes summary{display:none}
.editorial-v2 .plan-controls{flex:none;margin-top:0;gap:20px}
.editorial-v2 .plan-controls button{min-height:44px;padding:10px 12px;border:1px solid var(--bronze);border-radius:var(--button-radius);font-weight:500}
.editorial-v2 .plan-controls button:disabled{opacity:.5;cursor:wait}
.editorial-v2 .lightbox-toolbar button{min-width:70px;min-height:44px}
@media(min-width:960px) and (max-width:1199px){
 .editorial-v2 .hero-content{padding:36px 28px}.editorial-v2 .hero h1{font-size:44px}.editorial-v2 .hero-intro{font-size:15px}
 .editorial-v2 .hero-visual{margin-right:28px}.editorial-v2 .hero-image{aspect-ratio:1.25}
 .editorial-v2 .price-row dd{font-size:14px}.editorial-v2 .price-row+.price-row dd{font-size:11px}
 .editorial-v2 .residence-tabs{gap:20px}.editorial-v2 .residence-tabs button{grid-template-columns:66px 1fr;gap:12px}
 .editorial-v2 .tab-preview{width:66px;height:90px}.editorial-v2 .residence-tabs .tab-name{font-size:24px}
 .editorial-v2 .residence-specs dd{font-size:19px}.editorial-v2 .residence-actions{grid-template-columns:1fr}
}
@media(max-width:959px){
 .editorial-v2 .masthead nav{top:76px}
 .editorial-v2 .menu-toggle{font-size:11px;gap:10px;padding:0;min-width:68px;min-height:44px;justify-content:center}
 .editorial-v2 .menu-glyph{position:relative;width:18px;height:18px;display:inline-block;transform:none!important}
 .editorial-v2 .menu-glyph:before,.editorial-v2 .menu-glyph:after{content:"";position:absolute;left:0;width:18px;height:1.5px;background:var(--bronze);top:8px;transform:translateY(-3px);transition:transform 200ms}
 .editorial-v2 .menu-glyph:after{transform:translateY(3px)}
 .editorial-v2 .menu-toggle[aria-expanded=true] .menu-glyph:before{transform:rotate(45deg)}
 .editorial-v2 .menu-toggle[aria-expanded=true] .menu-glyph:after{transform:rotate(-45deg)}
 .editorial-v2 .hero{grid-template-columns:1fr;min-height:0}
 .editorial-v2 .hero-visual{grid-column:1;grid-row:1;margin:0}
 .editorial-v2 .hero-image{height:34svh;min-height:260px;aspect-ratio:auto;object-fit:cover;object-position:50% 55%}
 .editorial-v2 .hero-visual figcaption{display:none}
 .editorial-v2 .hero-content{grid-column:1;grid-row:2;padding:32px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:0 36px}
 .editorial-v2 .hero-content>.eyebrow,.editorial-v2 .hero h1,.editorial-v2 .hero-intro{grid-column:1}
 .editorial-v2 .hero-prices{grid-column:2;grid-row:1/4;align-self:end;margin:0 0 24px}
 .editorial-v2 .hero .text-link{grid-column:2;grid-row:4;justify-self:start}
 .editorial-v2 .hero-intro{font-size:15px;margin-top:18px}.editorial-v2 .hero h1{font-size:44px}
 .editorial-v2 .price-row dd{font-size:15px}.editorial-v2 .price-row+.price-row dd{font-size:11px}
 .editorial-v2 .collection{gap:30px 7%}.editorial-v2 .collection-image img{min-height:450px}
 .editorial-v2 .collection-heading p{font-size:15px}.editorial-v2 .collection-count p{font-size:12px}.editorial-v2 .display-number{font-size:85px}
 .editorial-v2 .residence-tabs button{grid-template-columns:1fr;gap:12px}.editorial-v2 .tab-preview{width:100%;height:100px}
 .editorial-v2 .residence-tabs .tab-name{font-size:25px}
 .editorial-v2 .residence-panel{grid-template-columns:1fr;gap:28px}
 .editorial-v2 .residence-copy{max-width:650px}.editorial-v2 .residence-copy p{max-width:56ch}
 .editorial-v2 .residence-actions{max-width:520px}.editorial-v2 .residence-actions .text-link{font-size:13px}
}
@media(max-width:767px){
 .editorial-v2{--space:76px}
 .editorial-v2 .masthead{height:72px;padding-inline:20px;gap:12px}.editorial-v2 .masthead nav{top:72px}
 .editorial-v2 .brand{width:126px}.editorial-v2 .header-actions{gap:10px}
 .editorial-v2 .hero{display:flex;flex-direction:column}
 .editorial-v2 .hero-visual{width:100%}.editorial-v2 .hero-image{height:28svh;min-height:210px;max-height:290px;object-position:50% 56%}
 .editorial-v2 .hero-content{display:flex;padding:28px 24px 34px;width:100%;min-height:0;align-items:flex-start}
 .editorial-v2 .hero .eyebrow{font-size:9px;margin-bottom:16px}
 .editorial-v2 .hero h1{font-size:43px;line-height:1.08}
 .editorial-v2 .hero-intro{font-size:15px;line-height:1.6;margin:17px 0 0;max-width:34ch}
 .editorial-v2 .hero-prices{align-self:auto;margin:20px 0 23px;padding:0}
 .editorial-v2 .hero-prices:before{margin-bottom:12px}
 .editorial-v2 .price-label{font-size:9px;margin-bottom:6px}
 .editorial-v2 .price-row dd{font-size:16px}.editorial-v2 .price-row+.price-row dd{font-size:11.5px}
 .editorial-v2 .hero .text-link{font-size:13px;min-height:52px}
 .editorial-v2 .collection{display:flex;flex-direction:column;align-items:stretch;gap:30px;padding-top:50px}
 .editorial-v2 .collection-heading{order:1}.editorial-v2 .collection-count{order:2;padding-top:18px;gap:25px}
 .editorial-v2 .collection-image{order:3}.editorial-v2 .collection-image img{height:auto;min-height:0;aspect-ratio:1.1}
 .editorial-v2 .collection-heading p{font-size:16px}.editorial-v2 .collection-count p{font-size:13px}
 .editorial-v2 .section-intro{margin-bottom:24px}
 .editorial-v2 .residence-tabs{grid-template-columns:1fr;gap:0;margin-bottom:28px}
 .editorial-v2 .residence-tabs button{grid-template-columns:68px 1fr;gap:18px;padding:10px 0;border-bottom:1px solid var(--line)}
 .editorial-v2 .residence-tabs button[aria-selected=true]{border-bottom:2px solid var(--bronze);background:rgba(110,85,44,.055)}
 .editorial-v2 .tab-preview{width:68px;height:62px}.editorial-v2 .tab-information{grid-template-columns:1fr auto;gap:6px 14px;width:100%;padding-right:12px}
 .editorial-v2 .residence-tabs .tab-name{grid-column:1/-1;font-size:26px}
 .editorial-v2 .residence-tabs .tab-summary,.editorial-v2 .residence-tabs .tab-area{font-size:11px}
 .editorial-v2 .residence-photo img{aspect-ratio:1.55}.editorial-v2 .residence-copy h3{font-size:32px}
 .editorial-v2 .residence-copy p{margin:18px 0;font-size:16px}
 .editorial-v2 .residence-specs{gap:14px;margin:22px 0}.editorial-v2 .residence-specs dd{font-size:21px}
 .editorial-v2 .residence-actions{gap:10px}.editorial-v2 .residence-actions .text-link{font-size:11px;padding-inline:9px}
 .editorial-v2 .product-disclosure{margin-top:22px}
 .editorial-v2 .interiors{grid-template-columns:1fr;gap:26px}.editorial-v2 .interior-wide,.editorial-v2 .interior-detail{grid-column:1}
 .editorial-v2 .interior-detail{margin-top:0;margin-left:18%;border:0}.editorial-v2 .interior-line{font-size:24px}
 .editorial-v2 .sea-break{margin-inline:0}.editorial-v2 .sea-break img{height:auto;min-height:0;aspect-ratio:.9;object-position:65% center}.editorial-v2 .sea-break figcaption{padding-inline:24px}
 .editorial-v2 .location{grid-template-columns:1fr;gap:34px}.editorial-v2 .location-figure img{aspect-ratio:1.3}
 .editorial-v2 .amenities{padding-block:50px 55px}.editorial-v2 .amenity-feature{grid-template-columns:1fr;gap:24px;margin:30px 0}
 .editorial-v2 .amenity-small{grid-template-columns:1fr;gap:28px}.editorial-v2 .amenity-small img{aspect-ratio:1.65}
 .editorial-v2 .amenity-small figcaption{margin-top:12px}
 .editorial-v2 .details{grid-template-columns:1fr;gap:30px}.editorial-v2 .details-image img{aspect-ratio:1.1}
 .editorial-v2 .contact{grid-template-columns:1fr;gap:34px;padding-bottom:42px}.editorial-v2 .contact-heading h2{font-size:36px}
 .editorial-v2 .contact-links{max-width:none;justify-self:stretch}.editorial-v2 .contact-brand{grid-column:1;margin-top:12px;max-width:180px}
 .editorial-v2 .lightbox{padding:0}.editorial-v2 .lightbox-sheet{height:100dvh;max-height:100dvh}
 .editorial-v2 .lightbox-toolbar{padding:12px 18px;gap:16px}.editorial-v2 .lightbox-toolbar p{font-size:12px}
 .editorial-v2 .lightbox-content{padding:16px;gap:8px}.editorial-v2 .lightbox-image-wrap{max-height:none}
 .editorial-v2 .lightbox.plan .lightbox-image-wrap.zoomed img{width:1200px}
 .editorial-v2 .plan-controls{gap:14px;padding-bottom:env(safe-area-inset-bottom,0px)}
 .editorial-v2 .plan-controls span{font-size:11px;max-width:19ch}
 .editorial-v2 .viewer-notes summary{min-height:44px}.editorial-v2 .viewer-notes #lightbox-caption{font-size:11px}
}
@media(max-width:359px){
 .editorial-v2 .masthead{padding-inline:16px;gap:10px}.editorial-v2 .brand{width:98px}.editorial-v2 .header-actions{gap:8px}
 .editorial-v2 .hero-image{min-height:180px;height:26svh}.editorial-v2 .hero-content{padding:24px 20px 28px}
 .editorial-v2 .hero h1{font-size:37px}.editorial-v2 .hero-intro{font-size:14px;margin-top:15px}
 .editorial-v2 .hero-prices{margin-block:18px 20px}.editorial-v2 .price-row dd{font-size:14px}.editorial-v2 .price-row+.price-row dd{font-size:11px}
 .editorial-v2 .tab-information{grid-template-columns:1fr;gap:3px}.editorial-v2 .residence-tabs .tab-name{grid-column:1}
 .editorial-v2 .residence-actions{grid-template-columns:1fr}.editorial-v2 .residence-actions .text-link{font-size:13px}
 .editorial-v2 .residence-specs dd{font-size:18px}
}
@media(prefers-reduced-motion:reduce){.editorial-v2 *{transition:none!important;animation:none!important}}
@media print{.editorial-v2 .masthead{position:relative}.editorial-v2 .hero{display:grid}.editorial-v2 .contact{display:block}.editorial-v2 .product-disclosure>p{display:block}}

.editorial-v2 .plan-pan{display:flex;align-items:center;gap:18px;flex:none;min-height:44px;width:min(600px,100%);margin:0 auto}
.editorial-v2 .plan-pan[hidden]{display:none}
.editorial-v2 .plan-pan span{font-size:11px;white-space:nowrap}
.editorial-v2 .plan-pan input{min-width:0;flex:1;min-height:44px;margin:0;accent-color:var(--bronze);cursor:ew-resize}
.editorial-v2 .plan-pan input:focus-visible{outline:2px solid var(--bronze);outline-offset:3px}

/* r11. GSAP motion layer (3.15, served locally). Imagery unveils and drifts inside fixed frames;
   copy is never faded while it is read. The hero entrance runs in CSS so the LCP render never
   waits for a script, and it only scales. GSAP drives --drift and --zoom rather than transform:
   GSAP 3.15 folds the independent `scale` property into its transform and pins `scale:none`
   inline, which would bake the hero entrance into the crop and cancel the hover zoom.
   --zoom must match `base` in motion.js. */
.editorial-v2 .hero-frame,.editorial-v2 .media{position:relative;overflow:hidden}
.editorial-v2 .collection-image .media{height:calc(100% - 32px);min-height:490px}
.editorial-v2 .collection-image .media img{height:100%;min-height:0}
@media(max-width:959px){.editorial-v2 .collection-image .media{min-height:450px}}
@media(max-width:767px){.editorial-v2 .collection-image .media{height:auto;min-height:0}.editorial-v2 .collection-image .media img{height:auto}}
.editorial-v2 .residence-photo img.residence-outgoing.is-under{z-index:0}
.editorial-v2 .residence-photo img.residence-incoming{position:relative;z-index:1}
.editorial-v2 .scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:1px;background:var(--bronze);transform-origin:0 50%;transform:scaleX(0);pointer-events:none}
@media(prefers-reduced-motion:no-preference){
 .editorial-v2 .hero-image{transform-origin:50% 100%;transform:translateY(var(--drift,0%)) scale(1.07);animation:lumar-hero-settle 2000ms cubic-bezier(.16,1,.3,1) backwards}
 .editorial-v2 :is(.collection-image,.location-figure,.interior-wide,.interior-detail,.amenity-feature,.amenity-small,.details-image) img{--zoom:1.08;transform:translateY(var(--drift,0%)) scale(var(--zoom))}
 /* Flex keeps the line masks' negative margins from collapsing, so the title keeps its leading. */
 .editorial-v2 .hero h1{display:flex;flex-direction:column}
 .editorial-v2 .hero-line{overflow:hidden;padding:.14em .1em .12em 0;margin:-.14em -.1em -.12em 0}
 .editorial-v2 .hero-line>span{animation:lumar-line-rise 1200ms cubic-bezier(.16,1,.3,1) 80ms backwards}
 .editorial-v2 .hero-line+.hero-line>span{animation-delay:190ms}
 .editorial-v2 .hero-content>.eyebrow{animation:lumar-soft-rise 900ms cubic-bezier(.16,1,.3,1) backwards}
 .editorial-v2 .hero-intro{animation:lumar-soft-rise 1000ms cubic-bezier(.16,1,.3,1) 360ms backwards}
 .editorial-v2 .hero-prices{animation:lumar-soft-rise 1000ms cubic-bezier(.16,1,.3,1) 460ms backwards}
 .editorial-v2 .hero-content>.text-link{animation:lumar-soft-rise 1000ms cubic-bezier(.16,1,.3,1) 560ms backwards}
 .editorial-v2 .hero-visual figcaption{animation:lumar-soft-rise 1000ms cubic-bezier(.16,1,.3,1) 700ms backwards}
 /* Room for accents above capitals, compensated on one side only: paired negative margins on
    adjacent lines collapse and would open the leading while a heading is split. */
 .editorial-v2 .split-line-mask{padding:.24em .14em 0 0;margin:-.24em -.14em 0 0}
 .editorial-v2 :has(> .split-line-mask){display:flow-root}
 @keyframes lumar-hero-settle{from{scale:1.08}to{scale:1}}
 @keyframes lumar-line-rise{from{transform:translateY(112%)}to{transform:none}}
 @keyframes lumar-soft-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
}
@media(max-width:767px) and (prefers-reduced-motion:no-preference){
 .editorial-v2 :is(.collection-image,.location-figure,.interior-wide,.interior-detail,.amenity-feature,.amenity-small,.details-image) img{--zoom:1.06}
}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
 /* Hover uses the independent `scale` property so it composes with scroll transforms. */
 .editorial-v2 .image-open img:not(.residence-outgoing){transition:scale 700ms var(--motion-ease)}
 .editorial-v2 .image-open:hover img:not(.residence-outgoing){transform:translateY(var(--drift,0%)) scale(var(--zoom,1));scale:1.03}
}
@media print{.editorial-v2 main *,.editorial-v2 .masthead{transform:none!important;clip-path:none!important;scale:none!important;animation:none!important}.editorial-v2 .scroll-progress{display:none}}

/* r12: two-line English hero, fitted to the editorial column at each breakpoint. */
html[lang="en-US"] .editorial-v2 .hero h1{font-size:clamp(39px,3.62vw,62px)}
@media(min-width:960px) and (max-width:1199px){html[lang="en-US"] .editorial-v2 .hero h1{font-size:37px}}
@media(max-width:959px){html[lang="en-US"] .editorial-v2 .hero h1{font-size:39px}}
@media(max-width:359px){html[lang="en-US"] .editorial-v2 .hero h1{font-size:32px}}

/* Regional photography: a quiet editorial sequence beside the location story. */
.editorial-v2 .coastal-life{padding-top:16px;padding-bottom:var(--space)}
.editorial-v2 .coastal-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:10%;align-items:end;max-width:none;margin-bottom:40px}
.editorial-v2 .coastal-heading h2 br{display:block}
.editorial-v2 .coastal-heading .eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:18px}
.editorial-v2 .coastal-heading>p:last-child{margin:0;max-width:43ch;line-height:1.8}
.editorial-v2 .coastal-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:28px 36px;align-items:stretch}
.editorial-v2 .coastal-photo{min-width:0;display:flex;flex-direction:column}
.editorial-v2 .coastal-photo-1{grid-row:1/3}
.editorial-v2 .coastal-photo .media{flex:1;min-height:0}
.editorial-v2 .coastal-photo img{height:100%;width:100%;object-fit:cover}
.editorial-v2 .coastal-photo-1 .media{min-height:520px}
.editorial-v2 .coastal-photo-1 img{position:absolute;inset:0;object-position:50% 58%}
.editorial-v2 .coastal-photo-2 .media,.editorial-v2 .coastal-photo-3 .media{aspect-ratio:1.7}
.editorial-v2 .coastal-photo-2 img{position:absolute;inset:0;object-position:50% 50%}
.editorial-v2 .coastal-photo-3 img{position:absolute;inset:0}
.editorial-v2 .coastal-photo figcaption{font-size:14px;font-weight:400;margin-top:13px;color:var(--bronze)}
.editorial-v2 .coastal-footnote{display:flex;justify-content:space-between;align-items:baseline;gap:24px;margin-top:25px}
.editorial-v2 .coastal-footnote p,.editorial-v2 .coastal-credits summary{font-size:11px;line-height:1.7}
.editorial-v2 .coastal-credits summary{padding:10px 0}
.editorial-v2 .coastal-credits p{max-width:48ch;margin:4px 0 0}
.editorial-v2 .coastal-credits a{text-decoration:underline;text-underline-offset:3px}
@media(prefers-reduced-motion:no-preference){.editorial-v2 .coastal-life img{--zoom:1.08;transform:translateY(var(--drift,0%)) scale(var(--zoom))}}
@media(min-width:768px) and (max-width:959px){html[lang="en-US"] .editorial-v2 .hero h1{font-size:38px}}
@media(max-width:959px){.editorial-v2 .coastal-grid{gap:22px}.editorial-v2 .coastal-photo-1 .media{min-height:400px}}
@media(max-width:767px){
 .editorial-v2 .coastal-life{padding-top:0}
 .editorial-v2 .coastal-heading{display:block;margin-bottom:28px}
 .editorial-v2 .coastal-heading>p:last-child{margin-top:22px;font-size:15px}
 .editorial-v2 .coastal-grid{grid-template-columns:1fr 1fr;gap:24px 16px}
 .editorial-v2 .coastal-photo-1{grid-column:1/-1;grid-row:auto}
 .editorial-v2 .coastal-photo-1 .media{min-height:0;aspect-ratio:1.25}
 .editorial-v2 .coastal-photo-2 .media,.editorial-v2 .coastal-photo-3 .media{aspect-ratio:1}
 .editorial-v2 .coastal-photo-2 img{object-position:50% 18%}
 .editorial-v2 .coastal-photo figcaption{font-size:12px;line-height:1.6;margin-top:10px}
 .editorial-v2 .coastal-footnote{display:block;margin-top:20px}
 .editorial-v2 .coastal-credits{margin-top:4px}
}
@media(max-width:767px) and (prefers-reduced-motion:no-preference){.editorial-v2 .coastal-life img{--zoom:1.06}}

/* r13. The supplied 16:9 collage keeps every inset visible, including on mobile.
   The hero drift variable may update, but this composition stays within its frame. */
.editorial-v2 .hero-image.hero-image--composition{height:auto;min-height:0;max-height:none;aspect-ratio:16/9;object-fit:contain;object-position:center;transform:none;scale:none;animation:none}

/* r14. Full-frame film; responsive poster reserves space before video is requested. */
.editorial-v2 .hero-video-frame{aspect-ratio:16/9;background:#151b17}
.editorial-v2 .hero-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity 250ms ease}
.editorial-v2 .hero-video-frame[data-ready=true] .hero-video{opacity:1}
.editorial-v2 .hero-film .hero-video-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;font-size:10px}
.editorial-v2 .hero-video-controls{display:flex;gap:8px;flex-shrink:0}
.editorial-v2 .hero-video-controls[hidden],.editorial-v2 .hero-video-status[hidden]{display:none}
.editorial-v2 .video-control{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;min-width:44px;padding:9px 12px;border:1px solid var(--bronze);border-radius:9px;background:var(--paper);color:var(--bronze);font:500 11px/1.3 Raleway,sans-serif;cursor:pointer;box-shadow:0 5px 12px rgba(110,85,44,.09);transition:background-color 180ms,color 180ms}
.editorial-v2 .video-control:hover{background:var(--bronze);color:var(--paper)}
.editorial-v2 .video-control:focus-visible{outline:2px solid var(--bronze);outline-offset:3px}
.editorial-v2 .video-control svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.editorial-v2 .video-play-icon{fill:currentColor;stroke:none}
.editorial-v2 .video-pause-icon,.editorial-v2 .video-play[data-playing=true] .video-play-icon,.editorial-v2 .video-sound[data-muted=true] .video-sound-on,.editorial-v2 .video-sound[data-muted=false] .video-sound-off{display:none}
.editorial-v2 .video-play[data-playing=true] .video-pause-icon{display:block}
.editorial-v2 .hero-video-status{font-size:12px;line-height:1.5;margin-top:10px;max-width:55ch}
.editorial-v2 .hero-video-direct{display:inline-flex;padding:12px 0;text-decoration:underline;font-size:12px}
@media(max-width:959px){.editorial-v2 .hero-video-caption{padding:0 var(--gutter);justify-content:flex-end}.editorial-v2 .hero-video-caption>span{display:none}.editorial-v2 .hero-video-status{padding:0 var(--gutter)}}
@media(max-width:767px){.editorial-v2 .hero-film .hero-video-caption{margin-top:10px;padding-inline:24px}.editorial-v2 .hero-film+.hero-shade+.hero-content{padding-top:24px}}
@media(prefers-reduced-motion:reduce){.editorial-v2 .hero-video{transition:none}}
@media print{.editorial-v2 .hero-video,.editorial-v2 .hero-video-controls{display:none}}
