.airbnb-page{--ink:#0A0A0B;--ink-2:#111113;--ink-3:#17171A;--bone:#ECE6DA;--bone-dim:#A39E92;--gold:#C5A357;--gold-bright:#D9BE7C;--gold-soft:#8C7338;--line:rgba(197,163,87,.2);--line-faint:rgba(236,230,218,.08);--maxw:1180px;--font-display:"Cormorant Garamond",serif;--font-body:"Inter",system-ui,sans-serif;--font-mono-label:"Jost",sans-serif;background:var(--ink);color:var(--bone);font-family:var(--font-body);font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}.airbnb-page *{box-sizing:border-box}.airbnb-page ::-moz-selection{background:var(--gold);color:var(--ink)}.airbnb-page ::selection{background:var(--gold);color:var(--ink)}.airbnb-page .eyebrow{font-family:var(--font-mono-label);font-weight:400;font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gold)}.airbnb-page h1,.airbnb-page h2,.airbnb-page h3,.airbnb-page .serif{font-family:var(--font-display);font-weight:400;letter-spacing:.005em}.airbnb-page h1 em,.airbnb-page h2 em,.airbnb-page h3 em,.airbnb-page .art-title em,.airbnb-page .art-body em{font-style:italic;color:var(--gold-bright)}.airbnb-page a{color:inherit;text-decoration:none}.airbnb-page .wrap{max-width:var(--maxw);margin:0 auto;padding:0 2.2rem}.airbnb-page header.bar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:1.15rem 2.2rem;background:linear-gradient(180deg,#0a0a0beb,#0a0a0b00);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background .4s ease,border-color .4s ease;border-bottom:1px solid transparent}.airbnb-page header.bar.solid{background:#0a0a0bf5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.airbnb-page .brand{font-family:var(--font-display);font-size:1.32rem;letter-spacing:.16em;text-transform:uppercase}.airbnb-page .brand b{color:var(--gold);font-weight:500}.airbnb-page .bar-cta{font-family:var(--font-mono-label);font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;border:1px solid var(--line);padding:.7rem 1.25rem;border-radius:1px;transition:.35s;white-space:nowrap;cursor:pointer;background:transparent;color:inherit}.airbnb-page .bar-cta:hover{background:var(--gold);color:var(--ink);border-color:var(--gold)}.airbnb-page .hero{min-height:auto;display:flex;flex-direction:column;justify-content:center;position:relative;padding:6.875rem 0 4.5rem;background:radial-gradient(120% 80% at 78% 8%,#c5a3571a,#c5a35700 55%),linear-gradient(180deg,#0c0c0e,#0a0a0b 60%,#0a0a0b)}.airbnb-page .hero .wrap{width:100%}.airbnb-page .hero-index{font-family:var(--font-mono-label);font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:var(--bone-dim);margin-bottom:2rem;display:flex;gap:1.4rem;align-items:center}.airbnb-page .hero-index .ln{height:1px;width:54px;background:var(--gold);opacity:.6}.airbnb-page .hero h1{font-size:clamp(2.75rem,4.5vw,4.5rem);line-height:1.04;font-weight:300;letter-spacing:-.01em;margin:.4rem 0 1.3rem;max-width:16ch}.airbnb-page .hero h1 em{font-style:italic;color:var(--gold-bright)}.airbnb-page .hero-lede{font-size:clamp(1.05rem,1.7vw,1.32rem);font-weight:300;color:#cdc7ba;max-width:54ch;line-height:1.7}.airbnb-page .hero-meta{margin-top:3.4rem;display:flex;flex-wrap:wrap;gap:2.6rem 3.6rem;padding-top:2.2rem;border-top:1px solid var(--line-faint)}.airbnb-page .hero-meta .stat .n{font-family:var(--font-display);font-size:2.5rem;line-height:1;color:var(--bone)}.airbnb-page .hero-meta .stat .n b{color:var(--gold);font-weight:500}.airbnb-page .hero-meta .stat .l{font-family:var(--font-mono-label);font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bone-dim);margin-top:.6rem}@keyframes airbnb-reveal-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.airbnb-page .reveal{opacity:0;transform:translateY(12px);transition:opacity .35s ease-out,transform .35s ease-out;will-change:opacity,transform}.airbnb-page .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion: reduce){.airbnb-page .reveal{opacity:1!important;transform:none!important;transition:none!important}}.airbnb-page .thesis{padding:4.5rem 0 3rem;border-top:1px solid var(--line-faint)}.airbnb-page .thesis-head{display:grid;grid-template-columns:1fr 1fr;gap:2.6rem;align-items:center;margin-bottom:2.6rem}.airbnb-page .thesis-intro h2{font-size:clamp(1.9rem,3.2vw,2.6rem);line-height:1.05;font-weight:300;margin:.55rem 0 1rem}.airbnb-page .thesis-intro p{color:#bdb7ab;font-size:1rem;max-width:52ch;line-height:1.65}.airbnb-page .thesis-map{border:1px solid var(--line-faint);border-radius:2px;overflow:hidden;background:var(--ink-2);max-height:420px}.airbnb-page .thesis-map img{display:block;width:100%;height:100%;max-height:420px;-o-object-fit:cover;object-fit:cover}.airbnb-page .thesis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line-faint);border:1px solid var(--line-faint)}.airbnb-page .tcard{background:var(--ink);padding:1.6rem 1.5rem 1.7rem}.airbnb-page .tcard .k{font-family:var(--font-display);font-size:2.1rem;color:var(--gold);line-height:1}.airbnb-page .tcard h3{font-size:1.15rem;margin:.7rem 0 .45rem;font-weight:400}.airbnb-page .tcard p{font-size:.87rem;color:var(--bone-dim);line-height:1.55}.airbnb-page .collection{padding:4.5rem 0 3rem}.airbnb-page .col-head{text-align:center;margin-bottom:2.2rem}.airbnb-page .col-head h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:300;line-height:1.04;margin:.55rem auto 0;max-width:22ch}.airbnb-page .col-head h2 em{font-style:italic;color:var(--gold-bright)}.airbnb-page .property{display:grid;grid-template-columns:1.05fr 1fr;gap:0;border:1px solid var(--line);border-radius:2px;overflow:hidden;margin-bottom:3.5rem;background:var(--ink-2)}.airbnb-page .property.flip{grid-template-columns:1fr 1.05fr}.airbnb-page .property.flip .plate{order:2}.airbnb-page .property.flip .dossier{order:1}.airbnb-page .plate{position:relative;min-height:360px;display:flex;align-items:flex-end;padding:1.6rem;overflow:hidden;background-size:cover;background-position:center}.airbnb-page .plate:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,#0a0a0b26,#0a0a0bc7)}.airbnb-page .plate .mono{position:absolute;top:1.3rem;left:1.55rem;z-index:3;font-family:var(--font-display);font-size:4.2rem;line-height:.8;color:#ece6da38;font-weight:500;text-shadow:0 2px 18px rgba(0,0,0,.4)}.airbnb-page .plate .hood{position:relative;z-index:3;font-family:var(--font-mono-label);font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-bright)}.airbnb-page .pl-72{background-color:#16202b;background-image:linear-gradient(145deg,#1b2c3c,#0e161d 70%)}.airbnb-page .pl-palma{background-color:#241d18;background-image:linear-gradient(145deg,#33271d,#15100b 70%)}.airbnb-page .pl-rider{background-color:#241823;background-image:linear-gradient(145deg,#3a1f32,#150d13 70%)}.airbnb-page .pl-roc{background-color:#1c1c20;background-image:linear-gradient(145deg,#2a2a31,#101012 70%)}.airbnb-page .pl-lofty{background-color:#14201f;background-image:linear-gradient(145deg,#1d322f,#0c1413 70%)}.airbnb-page .pl-cassia{background-color:#1f2418;background-image:linear-gradient(145deg,#2c331f,#11140b 70%)}.airbnb-page .pl-ora{background-color:#1a1612;background-image:linear-gradient(145deg,#2b241c,#0f0c08 70%)}.airbnb-page .plate.plate-photo{background-color:#0a0a0b}.airbnb-page .plate.plate-photo:after{background:linear-gradient(180deg,#0a0a0b0d,#0a0a0b8c 60%,#0a0a0be6)}.airbnb-page .plate.plate-photo .mono{color:#ece6da6b;text-shadow:0 2px 24px rgba(0,0,0,.7)}.airbnb-page .property:has(.gallery-strip){grid-template-rows:auto auto}.airbnb-page .gallery-strip{order:3;grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line-faint);border-top:1px solid var(--line-faint);height:96px}.airbnb-page .property.flip .gallery-strip{order:3}.airbnb-page .gallery-strip .thumb{position:relative;height:96px;background-size:cover;background-position:center;background-color:var(--ink-2);transition:transform .4s ease,filter .3s ease;filter:saturate(.85) brightness(.88);cursor:zoom-in;border:0;padding:0}.airbnb-page .gallery-strip .thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a0a0b00 60%,#0a0a0b73);transition:opacity .35s}.airbnb-page .gallery-strip .thumb:hover{filter:saturate(1.05) brightness(1);transform:scale(1.02);z-index:2}.airbnb-page .gallery-strip .thumb:hover:after{opacity:.2}.airbnb-page .dossier{padding:1.8rem 1.9rem 1.7rem;display:flex;flex-direction:column}.airbnb-page .dossier .idx{font-family:var(--font-mono-label);font-size:.66rem;letter-spacing:.28em;color:var(--gold);text-transform:uppercase}.airbnb-page .dossier h3{font-size:1.8rem;line-height:1.02;font-weight:400;margin:.4rem 0 .25rem}.airbnb-page .dossier .loc{font-family:var(--font-mono-label);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--bone-dim);margin-bottom:.85rem}.airbnb-page .dossier .desc{font-size:.845rem;color:#c4beb2;line-height:1.55;margin-bottom:.95rem}.airbnb-page .ledger{border-top:1px solid var(--line-faint);margin-top:auto}.airbnb-page .ledger .row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px solid var(--line-faint)}.airbnb-page .ledger .row dt{font-family:var(--font-mono-label);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--bone-dim);white-space:nowrap}.airbnb-page .ledger .row dd{font-size:.85rem;color:var(--bone);text-align:right}.airbnb-page .ledger .row dd b{color:var(--gold-bright);font-weight:500}.airbnb-page .rental-tag{display:inline-flex;align-items:center;gap:.55rem;margin:.85rem 0 .9rem;font-family:var(--font-mono-label);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-bright)}.airbnb-page .rental-tag .dot{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px #c5a35724}.airbnb-page .dlinks{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.airbnb-page .btn{font-family:var(--font-mono-label);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:.85rem 1.4rem;border-radius:1px;transition:.35s;border:1px solid var(--gold);cursor:pointer;display:inline-block}.airbnb-page .btn-solid{background:var(--gold);color:var(--ink)}.airbnb-page .btn-solid:hover{background:var(--gold-bright);border-color:var(--gold-bright)}.airbnb-page .btn-ghost{color:var(--bone);border-color:var(--line);background:transparent}.airbnb-page .btn-ghost:hover{border-color:var(--gold);color:var(--gold-bright)}.airbnb-page .closing{position:relative;padding:4.5rem 0;margin-top:1.5rem;text-align:center;border-top:1px solid var(--line);background:radial-gradient(110% 90% at 50% 0%,#c5a35714,#c5a35700 55%);overflow:hidden}.airbnb-page .hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,440px);gap:3rem;align-items:stretch}.airbnb-page .hero-art{position:relative;height:100%;min-height:520px;border-radius:6px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 50px #00000073}.airbnb-page .hero-art:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#0a0a0bd9,#0a0a0b59 22%,#0a0a0b00 55%)}.airbnb-page .hero-skyline{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}@media (max-width:900px){.airbnb-page .hero .wrap{grid-template-columns:1fr}.airbnb-page .hero-art{display:none}}.airbnb-page .closing h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:300;line-height:1.05;margin:.6rem auto 1rem;max-width:22ch}.airbnb-page .closing h2 em{font-style:italic;color:var(--gold-bright)}.airbnb-page .closing p{color:#bdb7ab;max-width:54ch;margin:0 auto 1.8rem;font-size:1rem}.airbnb-page .closing .btn{padding:1.05rem 2.1rem;font-size:.74rem}.airbnb-page .reg{max-width:940px;margin:2rem auto 0;text-align:left}.airbnb-page .reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.2rem}.airbnb-page .field{display:flex;flex-direction:column}.airbnb-page .field.full{grid-column:1 / -1}.airbnb-page .field>label{font-family:var(--font-mono-label);font-size:.63rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bone-dim);margin-bottom:.55rem}.airbnb-page .field>label .req{color:var(--gold)}.airbnb-page .reg input,.airbnb-page .reg select,.airbnb-page .reg textarea{width:100%;background:#ece6da08;border:1px solid var(--line-faint);border-bottom:1px solid var(--line);color:var(--bone);font-family:var(--font-body);font-size:.98rem;font-weight:300;padding:.9rem 1rem;border-radius:2px;transition:border-color .3s,background .3s;outline:none}.airbnb-page .reg textarea{resize:vertical;min-height:128px;line-height:1.6}.airbnb-page .reg input::-moz-placeholder,.airbnb-page .reg textarea::-moz-placeholder{color:#6f6b63}.airbnb-page .reg input::placeholder,.airbnb-page .reg textarea::placeholder{color:#6f6b63}.airbnb-page .reg input:focus,.airbnb-page .reg select:focus,.airbnb-page .reg textarea:focus{border-color:var(--gold);background:#c5a3570d}.airbnb-page .reg select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;color:var(--bone);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23C5A357' stroke-width='1.4' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.05rem center;padding-right:2.6rem}.airbnb-page .reg select option{color:#111;background:#ece6da}.airbnb-page .phone-row{display:grid;grid-template-columns:96px 1fr;gap:.6rem}.airbnb-page .consent{grid-column:1 / -1;display:flex;gap:.85rem;align-items:flex-start;margin-top:.2rem}.airbnb-page .consent input{width:18px;height:18px;flex:0 0 auto;margin-top:.15rem;accent-color:var(--gold);cursor:pointer}.airbnb-page .consent label{font-family:var(--font-body);font-size:.8rem;letter-spacing:0;text-transform:none;color:var(--bone-dim);line-height:1.55;margin:0;font-weight:300}.airbnb-page .reg .submit{grid-column:1 / -1;margin-top:.7rem;width:100%;cursor:pointer;border:none;border-radius:2px;background:var(--gold);color:var(--ink);font-family:var(--font-mono-label);font-size:.82rem;letter-spacing:.28em;text-transform:uppercase;padding:1.3rem;transition:background .3s}.airbnb-page .reg .submit:hover{background:var(--gold-bright)}.airbnb-page .reg-note{grid-column:1 / -1;font-size:.72rem;color:#6d6a63;text-align:center;margin-top:.4rem}.airbnb-page .reg-success{text-align:center;padding:3.2rem 1rem 1rem}.airbnb-page .reg-success .chk{font-family:var(--font-display);font-size:3.4rem;color:var(--gold);line-height:1}.airbnb-page .reg-success h3{font-size:2.1rem;font-weight:400;margin:.5rem 0 .7rem}.airbnb-page .reg-success p{color:var(--bone-dim);max-width:44ch;margin:0 auto;font-size:1rem}.airbnb-page .article{padding:4.5rem 0 3rem;border-top:1px solid var(--line-faint)}.airbnb-page .article .wrap{max-width:68ch}.airbnb-page .art-title{font-size:clamp(1.85rem,3.4vw,2.6rem);font-weight:300;line-height:1.08;margin:.5rem 0 1.4rem}.airbnb-page .art-body{font-size:1.0625rem;color:#cdc7ba;line-height:1.7}.airbnb-page .art-body p{margin-bottom:1.1rem}.airbnb-page .art-body .lede{font-size:1.15rem;color:var(--bone);font-weight:300}.airbnb-page .art-locked{position:relative;max-height:120px;overflow:hidden;transition:max-height .7s ease}.airbnb-page .art-locked .lock-fade{position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,rgba(10,10,11,0) 0%,var(--ink) 92%);pointer-events:none}.airbnb-page .article.unlocked .art-locked{max-height:5000px}.airbnb-page .article.unlocked .art-locked .lock-fade{display:none}.airbnb-page .gate{max-width:580px;margin:1.4rem auto 0;padding:2.2rem;text-align:center;border:1px solid var(--line);border-radius:2px;background:var(--ink-2)}.airbnb-page .gate .lock-ico{font-family:var(--font-display);font-size:2.4rem;color:var(--gold);line-height:1}.airbnb-page .gate p{color:var(--bone-dim);margin:.5rem auto 1.5rem;font-size:.96rem;max-width:46ch}.airbnb-page .dl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;max-width:640px;margin:2.2rem auto 0;text-align:left}.airbnb-page .dl-grid .dl-full{grid-column:1 / -1}.airbnb-page .dl{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.35rem;border:1px solid var(--line);border-radius:2px;background:var(--ink-2);font-family:var(--font-mono-label);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bone);transition:.3s}.airbnb-page .dl:hover{border-color:var(--gold);color:var(--gold-bright);background:var(--ink-3)}.airbnb-page .dl .arr{color:var(--gold);font-size:1rem}.airbnb-page .dl-full{font-size:.8rem;letter-spacing:.2em;background:#c5a35714}.airbnb-page footer.airbnb-footer{border-top:1px solid var(--line-faint);padding:3rem 0;color:var(--bone-dim)}.airbnb-page footer.airbnb-footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;align-items:center}.airbnb-page footer.airbnb-footer .fbrand{font-family:var(--font-display);font-size:1.15rem;letter-spacing:.14em;text-transform:uppercase;color:var(--bone)}.airbnb-page footer.airbnb-footer .fbrand b{color:var(--gold)}.airbnb-page .disclaimer{font-size:.72rem;line-height:1.6;color:#6d6a63;max-width:760px;margin:1.6rem auto 0;text-align:center;padding:0 2.2rem}@media (max-width:1100px){.airbnb-page .thesis-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:880px){.airbnb-page .property,.airbnb-page .property.flip{grid-template-columns:1fr}.airbnb-page .property .plate{order:1!important;min-height:240px}.airbnb-page .property .dossier{order:2!important}.airbnb-page .thesis-head{grid-template-columns:1fr;gap:1.4rem}.airbnb-page .thesis-grid,.airbnb-page .reg-grid,.airbnb-page .dl-grid{grid-template-columns:1fr}.airbnb-page .hero-meta{gap:2rem 2.6rem}}@media (max-width:560px){.airbnb-page .wrap{padding:0 1.4rem}.airbnb-page header.bar{padding:1rem 1.4rem}.airbnb-page .bar-cta{display:none}.airbnb-page .dossier{padding:2rem 1.6rem}.airbnb-page .ledger .row{flex-direction:column;gap:.1rem;padding:.55rem 0}.airbnb-page .ledger .row dd{text-align:left}}@media (prefers-reduced-motion:reduce){.airbnb-page .reveal{opacity:1;transform:none;animation:none}}.airbnb-page button.plate{border:0;padding:0;cursor:zoom-in;font:inherit;color:inherit;text-align:left;width:100%}.airbnb-page button.plate:focus-visible{outline:2px solid #fff;outline-offset:4px}.airbnb-page .thumb{border:0;padding:0;cursor:zoom-in}.airbnb-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#080a0ef0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;grid-template-rows:1fr auto;gap:14px;padding:24px;animation:airbnb-lb-in .18s ease-out;font-family:Inter,system-ui,sans-serif}@keyframes airbnb-lb-in{0%{opacity:0}to{opacity:1}}.airbnb-lightbox .lb-stage{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0;gap:10px}.airbnb-lightbox .lb-stage img{max-width:min(1400px,92vw);max-height:78vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 30px 80px #0009}.airbnb-lightbox .lb-stage figcaption{display:flex;gap:18px;align-items:center;color:#cfd3da;font-family:Jost,sans-serif;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}.airbnb-lightbox .lb-label{color:#fff}.airbnb-lightbox .lb-count{color:#8a8f99}.airbnb-lightbox .lb-close,.airbnb-lightbox .lb-nav{position:absolute;background:#ffffff14;border:1px solid rgba(255,255,255,.16);color:#fff;cursor:pointer;border-radius:999px;display:grid;place-items:center;transition:background .15s,transform .15s}.airbnb-lightbox .lb-close:hover,.airbnb-lightbox .lb-nav:hover{background:#ffffff2e}.airbnb-lightbox .lb-close{top:18px;right:18px;width:42px;height:42px;font-size:24px;line-height:1}.airbnb-lightbox .lb-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:34px;line-height:1}.airbnb-lightbox .lb-prev{left:18px}.airbnb-lightbox .lb-next{right:18px}.airbnb-lightbox .lb-strip{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;padding:6px 0 2px}.airbnb-lightbox .lb-thumb{width:74px;height:54px;border-radius:4px;border:1px solid rgba(255,255,255,.15);background-size:cover;background-position:center;cursor:pointer;opacity:.55;transition:opacity .15s,border-color .15s,transform .15s}.airbnb-lightbox .lb-thumb:hover{opacity:.9}.airbnb-lightbox .lb-thumb.active{opacity:1;border-color:#fff;transform:translateY(-2px)}@media (max-width:640px){.airbnb-lightbox .lb-nav{width:42px;height:42px;font-size:26px}.airbnb-lightbox .lb-thumb{width:56px;height:42px}.airbnb-lightbox .lb-stage img{max-height:68vh}}.airbnb-page .dl-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:dlFade .2s ease-out}@keyframes dlFade{0%{opacity:0}to{opacity:1}}.airbnb-page .dl-modal{position:relative;width:100%;max-width:520px;background:#0a0a0a;border:1px solid rgba(201,168,76,.35);padding:44px 40px 36px;color:#fafaf8;box-shadow:0 30px 80px #0009;font-family:Inter,sans-serif}.airbnb-page .dl-modal-close{position:absolute;top:14px;right:16px;background:transparent;border:0;color:#fafaf8;font-size:26px;line-height:1;cursor:pointer;padding:4px 8px;opacity:.7;transition:opacity .15s}.airbnb-page .dl-modal-close:hover{opacity:1}.airbnb-page .dl-modal h3{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.7rem;line-height:1.2;margin:0 0 14px;color:#fafaf8}.airbnb-page .dl-modal h3 em{color:#c9a84c;font-style:italic}.airbnb-page .dl-modal-sub{font-size:.88rem;line-height:1.55;color:#fafaf8b3;margin:0 0 24px}.airbnb-page .dl-modal-form label{display:block;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:#c9a84c;margin:16px 0 6px;font-weight:500}.airbnb-page .dl-modal-form input{width:100%;background:#000;border:1px solid rgba(201,168,76,.35);color:#fafaf8;padding:12px 14px;font-size:.92rem;font-family:inherit;outline:none;transition:border-color .15s}.airbnb-page .dl-modal-form input:focus{border-color:#c9a84c}.airbnb-page .dl-modal-submit{width:100%;margin-top:22px;padding:16px 22px;background:#c9a84c;color:#0a0a0a;border:0;font-family:inherit;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .15s}.airbnb-page .dl-modal-submit:hover:not(:disabled){background:#d9b860}.airbnb-page .dl-modal-submit:disabled{opacity:.6;cursor:not-allowed}.airbnb-page .dl-modal-error{margin-top:14px;padding:10px 12px;background:#dc50501f;border:1px solid rgba(220,80,80,.4);color:#ffb4b4;font-size:.82rem}.airbnb-page .dl-modal-note{margin:14px 0 0;text-align:center;font-size:.72rem;color:#fafaf880}@media (max-width: 520px){.airbnb-page .dl-modal{padding:36px 24px 28px}.airbnb-page .dl-modal h3{font-size:1.45rem}}.airbnb-page .glance{padding:4.5rem 0;border-top:1px solid var(--line-faint);background:linear-gradient(180deg,#0a0a0b,#0c0c0e)}.airbnb-page .glance-head{text-align:center;margin-bottom:2.6rem}.airbnb-page .glance-head h2{font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:300;line-height:1.05;margin:.55rem auto 0;max-width:22ch}.airbnb-page .glance-head h2 em{font-style:italic;color:var(--gold-bright)}.airbnb-page .glance-table-wrap{border:1px solid var(--line-faint);border-radius:2px;overflow:hidden;background:var(--ink-2)}.airbnb-page .glance-table{width:100%;border-collapse:collapse;font-family:var(--font-display)}.airbnb-page .glance-table thead th{font-family:var(--font-mono-label);font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:500;text-align:left;padding:1.05rem 1.25rem;background:#c5a3570a;border-bottom:1px solid var(--line)}.airbnb-page .glance-table tbody tr{border-bottom:1px solid var(--line-faint);transition:background .2s ease}.airbnb-page .glance-table tbody tr:last-child{border-bottom:0}.airbnb-page .glance-table tbody tr:hover{background:#c5a35709}.airbnb-page .glance-table tbody td,.airbnb-page .glance-table tbody th{padding:1.1rem 1.25rem;font-size:1rem;color:var(--bone);font-weight:300;text-align:left;vertical-align:middle}.airbnb-page .glance-table .g-name{font-size:1.18rem;font-family:var(--font-display);font-weight:400;letter-spacing:-.005em}.airbnb-page .glance-table .g-name a{color:var(--bone);text-decoration:none;border-bottom:1px solid transparent;transition:.25s}.airbnb-page .glance-table .g-name a:hover{color:var(--gold-bright);border-bottom-color:var(--gold)}.airbnb-page .glance-table .g-from{color:var(--gold-bright);font-weight:400}.airbnb-page .glance-table .g-stay-none{color:#d9be7c;font-family:var(--font-mono-label);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.airbnb-page .glance-table .g-stay{color:var(--bone-dim)}.airbnb-page .glance-foot{margin:1.6rem 0 0;text-align:center;font-size:.92rem;color:var(--bone-dim)}.airbnb-page .glance-foot a{color:var(--gold-bright);border-bottom:1px solid var(--line);transition:.25s}.airbnb-page .glance-foot a:hover{color:var(--gold-bright);border-bottom-color:var(--gold)}@media (max-width: 820px){.airbnb-page .glance{padding:3.2rem 0}.airbnb-page .glance-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.airbnb-page .glance-table{min-width:720px}.airbnb-page .glance-table thead th:first-child,.airbnb-page .glance-table tbody th.g-name{position:sticky;left:0;z-index:2;background:var(--ink-2);box-shadow:1px 0 0 var(--line-faint)}.airbnb-page .glance-table thead th:first-child{background:#14130f}}
