*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}a,button{-webkit-tap-highlight-color:transparent;outline:none}@keyframes video-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.video-spinner{pointer-events:none;z-index:4;border:2.5px solid #ffffff26;border-top-color:#ffffffd9;border-radius:50%;animation:.75s linear infinite video-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.video-spinner--card{width:32px;height:32px}.video-spinner--hero{border-width:3px;width:48px;height:48px}:root{--ink:#1a1a1a;--ink-muted:#5a5a5a;--ink-light:#999;--paper:#f5f1eb;--paper-2:#ede9e1;--paper-3:#e0dbd0;--paper-4:#d0c9bc;--dark:#111;--dark-2:#1e1e1e;--dark-3:#2a2a2a;--accent:#2c5f8a;--accent-hover:#24517a;--accent-light:#e8f1f8;--accent-2:#8a4a2c;--accent-2-hover:#7a3e24;--success:#2d7a4f;--error:#9b2c2c;--font-display:"Barlow Condensed", sans-serif;--font-body:"Instrument Serif", serif;--accent-yellow:#f4d36a;--accent-peach:#fbe5d6;--star:#f4c95d;--hero-radius:24px;--radius:4px;--radius-md:8px;--radius-lg:16px;--shadow:0 2px 12px #00000014;--shadow-md:0 4px 24px #0000001f;--shadow-lg:0 8px 40px #00000029;--nav-h:68px;--transition:.2s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.6}.site-bg{z-index:-1;background-position:top;background-repeat:no-repeat;background-size:cover;position:fixed;inset:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}input,select,textarea{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600;line-height:1.1}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:clamp(1.3rem,2.5vw,1.8rem)}h4{font-size:1.2rem}p{line-height:1.7}.label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:.75rem;font-weight:600}.label--light{color:#ffffff8c}.btn{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius);transition:background var(--transition), color var(--transition), transform var(--transition);white-space:nowrap;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-dark{background:var(--dark);color:#fff}.btn-dark:hover{background:var(--dark-3)}.btn-outline{border:1.5px solid var(--ink);color:var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--paper)}.btn-outline-accent{border:1.5px solid var(--accent);color:var(--accent)}.btn-outline-accent:hover{background:var(--accent);color:#fff}.btn-white{color:var(--ink);background:#fff}.btn-white:hover{background:var(--paper-2)}.btn-outline-white{color:#fff;border:1.5px solid #ffffffb3}.btn-outline-white:hover{background:#ffffff1a}.btn-ghost{color:var(--accent);padding:.5rem 0}.btn-ghost:hover{color:var(--accent-hover)}.btn-sm{padding:.4rem 1rem;font-size:.78rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.badge{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;border-radius:2px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.badge-available{color:#155724;background:#d4edda}.badge-rented{color:#721c24;background:#f8d7da}.badge-pending{color:#856404;background:#fff3cd}.badge-new{background:var(--accent);color:#fff}.badge-featured{background:var(--accent-2);color:#fff}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem}.container--wide{max-width:1440px}.container--narrow{max-width:720px}.section{padding-block:5rem}.section--sm{padding-block:3rem}.section--lg{padding-block:7rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.img-placeholder{background:var(--paper-3);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.img-placeholder:before,.img-placeholder:after{content:"";background:linear-gradient(to bottom right, transparent calc(50% - .5px), var(--paper-4) calc(50% - .5px), var(--paper-4) calc(50% + .5px), transparent calc(50% + .5px));position:absolute;inset:0}.img-placeholder:after{background:linear-gradient(to bottom left, transparent calc(50% - .5px), var(--paper-4) calc(50% - .5px), var(--paper-4) calc(50% + .5px), transparent calc(50% + .5px))}.img-placeholder span{z-index:1;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-light);background:var(--paper-3);border-radius:2px;padding:.3rem .75rem;font-size:.75rem;font-weight:600;position:relative}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-size:.78rem;font-weight:600}.form-input,.form-select,.form-textarea{border:1.5px solid var(--paper-4);border-radius:var(--radius);width:100%;color:var(--ink);transition:border-color var(--transition), box-shadow var(--transition);appearance:none;background:#fff;padding:.7rem 1rem;font-size:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2c5f8a1f}.form-input::placeholder,.form-textarea::placeholder{color:var(--ink-light)}.form-textarea{resize:vertical;min-height:120px}.form-select{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 d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-error{font-family:var(--font-display);color:var(--error);margin-top:.25rem;font-size:.75rem}.form-hint{color:var(--ink-light);font-size:.85rem}.card{border-radius:var(--radius-md);box-shadow:var(--shadow);transition:box-shadow var(--transition), transform var(--transition);background:#fff;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.nav{z-index:100;height:var(--nav-h);background:0 0;align-items:center;transition:background .38s,box-shadow .38s,opacity .28s,transform .28s;display:flex;position:fixed;top:0;left:0;right:0}.nav--hidden{display:none}.nav--solid{background:var(--dark);box-shadow:0 1px #ffffff0d}.nav__inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin-inline:auto;padding-inline:1.5rem;display:flex}.nav__logo{color:#fff;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav__logo-name{font-family:var(--font-display);letter-spacing:.02em;font-size:1.1rem;font-weight:700;line-height:1.15}.nav__logo-sub{font-family:var(--font-body);color:#ffffff80;font-size:.68rem;font-style:italic}.nav__links{align-items:center;display:flex}.nav__pill{-webkit-backdrop-filter:blur(14px);background:#ffffff12;border:1px solid #ffffff1c;border-radius:999px;align-items:center;gap:0;padding:.22rem;display:flex}.nav--solid .nav__pill{background:#ffffff0a;border-color:#ffffff12}.nav__link{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ffffffad;transition:color var(--transition), background var(--transition);border-radius:999px;padding:.42rem .8rem;font-size:.8rem;font-weight:500}.nav__link:hover{color:#fff;background:#ffffff14}.nav__link--active{color:#fff;background:#ffffff1f}.nav__cta{margin-left:1rem}.nav__hamburger{color:#fff;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav__hamburger span{width:22px;height:2px;transition:transform var(--transition), opacity var(--transition);transform-origin:50%;background:currentColor;border-radius:1px;display:block}.nav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav__mobile{inset:var(--nav-h) 0 0;background:var(--dark-2);z-index:99;flex-direction:column;gap:.5rem;padding:1.5rem;display:none;position:fixed;overflow-y:auto}.nav__mobile--open{display:flex}.nav__mobile-link{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3;border-radius:var(--radius);transition:color var(--transition), background var(--transition);padding:.85rem 1rem;font-size:1.4rem;font-weight:600}.nav__mobile-link:hover,.nav__mobile-link--active{color:#fff;background:#ffffff12}.nav__mobile-cta{text-align:center;justify-content:center;width:100%;margin-top:1rem}.footer-stage{padding:16px}.footer-stage .footer-cta{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}.footer-stage .footer-grid{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1) .15s,transform .65s cubic-bezier(.22,1,.36,1) .15s;transform:translateY(32px)}.footer-stage .footer-bottom{opacity:0;transition:opacity .55s cubic-bezier(.22,1,.36,1) .28s,transform .55s cubic-bezier(.22,1,.36,1) .28s;transform:translateY(20px)}.footer-stage--revealed .footer-cta,.footer-stage--revealed .footer-grid,.footer-stage--revealed .footer-bottom{opacity:1;transform:translateY(0)}.footer-wrap{color:#ede4d4cc;background:#1e1008;border-radius:24px;overflow:hidden}.footer-cta{justify-content:space-between;align-items:center;gap:40px;padding:56px 56px 52px;display:flex}.footer-cta__h2{color:#ede4d4;margin-bottom:12px;font-size:clamp(2rem,3.5vw,3rem);line-height:1.15;font-family:var(--font-body)!important;font-weight:400!important}.footer-cta__h2 em{color:#c06240;font-style:italic}.footer-cta__sub{color:#ede4d461;max-width:340px;font-size:.9rem;line-height:1.6}.footer-cta__actions{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:12px;display:flex}.footer-cta__primary{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d4;white-space:nowrap;transition:filter var(--transition), transform var(--transition);background:#c06240;border-radius:999px;padding:13px 28px;font-size:.8rem;font-weight:700}.footer-cta__primary:hover{filter:brightness(1.06);transform:translateY(-1px)}.footer-cta__ghost{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#ede4d461;transition:color var(--transition);white-space:nowrap;padding:4px 0;font-size:.8rem;font-weight:600}.footer-cta__ghost:hover{color:#ede4d4}.footer-rule{background:#ede4d414;height:1px;margin:0 56px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding:48px 56px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-brand__logo{color:#ede4d4;text-align:left;align-items:center;gap:12px;display:flex}.footer-brand__name{font-family:var(--font-display);letter-spacing:.03em;color:#ede4d4;font-size:1rem;font-weight:700}.footer-brand__sub{font-family:var(--font-body);color:#ede4d459;margin-top:1px;font-size:.68rem;font-style:italic}.footer-brand__tagline{color:#ede4d461;max-width:240px;font-size:.84rem;line-height:1.65}.footer-socials{flex-wrap:wrap;gap:8px;display:flex}.footer-social{color:#ede4d473;width:36px;height:36px;transition:border-color var(--transition), color var(--transition), background var(--transition);border:1px solid #ede4d41f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer-social:hover{color:#ede4d4;background:#ede4d40f;border-color:#ede4d44d}.footer-contact--link{cursor:pointer;transition:color var(--transition);text-decoration:none}.footer-contact--link:hover{color:#ede4d4}.footer-col{flex-direction:column;gap:0;display:flex}.footer-col__title{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ede4d44d;margin-bottom:16px;font-size:.68rem;font-weight:700}.footer-col__links{flex-direction:column;gap:10px;display:flex}.footer-col__link{color:#ede4d485;text-align:left;transition:color var(--transition);font-size:.875rem}.footer-col__link:hover{color:#ede4d4}.footer-contact{color:#ede4d485;align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.55;display:flex}.footer-contact svg{color:#ede4d447;flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid #ede4d40f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 56px 28px;display:flex}.footer-bottom__copy{color:#ede4d438;font-size:.78rem}.footer-bottom__links{gap:20px;display:flex}.footer-bottom__link{color:#ede4d438;transition:color var(--transition);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem}.footer-bottom__link:hover{color:#ede4d48c}@media (width<=1024px){.footer-cta{padding:48px 44px 44px}.footer-rule{margin:0 44px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px;padding:44px}.footer-bottom{padding:20px 44px 28px}}@media (width<=768px){.footer-stage{padding:0 0 8px}.footer-wrap{border-radius:0}.footer-cta{flex-direction:column;align-items:flex-start;padding:40px 28px 36px}.footer-cta__actions{flex-flow:wrap}.footer-rule{margin:0 28px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px;padding:36px 28px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:20px 28px 28px}}@media (width<=480px){.footer-grid{grid-template-columns:1fr 1fr;padding:32px 24px}.footer-brand,.footer-col:last-child{grid-column:1/-1}.footer-cta{padding:36px 24px 32px}.footer-rule{margin:0 24px}.footer-bottom{padding:18px 24px 24px}}.wa-float{z-index:200;color:#fff;width:56px;height:56px;transition:transform var(--transition), box-shadow var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36666}.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36680}.wa-float svg{width:28px;height:28px}@keyframes heroFloatIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero-stage{padding:16px}.hero{border-radius:var(--hero-radius);background:var(--dark-3);min-height:880px;position:relative;overflow:hidden}.hero-bg{object-fit:cover;object-position:center 28%;z-index:0;will-change:transform;width:100%;height:140%;position:absolute;inset:-30% 0 0}.hero-vignette{pointer-events:none;z-index:1;background:linear-gradient(#00000059 0%,#0000 35% 65%,#0006 100%);position:absolute;inset:0}.hero-nav{z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;animation:.5s both heroFloatIn;display:grid;position:absolute;top:20px;left:24px;right:24px}.hero-nav__logo{color:#fff;flex-shrink:0;align-items:center;gap:10px;transition:opacity .22s;display:flex}.hero-nav__logo-text{flex-direction:column;display:flex}.hero-nav__logo-name{font-family:var(--font-display);letter-spacing:.08em;white-space:nowrap;font-size:1.05rem;font-weight:700;line-height:1.1}.hero-nav__logo-sub{font-family:var(--font-display);letter-spacing:.04em;color:#ffffffb3;font-size:.6rem;font-weight:400;line-height:1.3}.hero-nav__center{justify-content:center;display:flex}.hero-nav__pill{-webkit-backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:2px;padding:5px;display:flex}.hero-nav__link{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#ffffffb8;transition:background var(--transition), color var(--transition);white-space:nowrap;border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:500}.hero-nav__link:hover{color:#fff;background:#ffffff1a}.hero-nav__link--active{color:#fff;background:#ffffff29}.hero-nav__ctas{justify-content:flex-end;align-items:center;gap:8px;transition:opacity .22s;display:flex}.hero-nav__blog{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#fff;transition:background var(--transition);white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff80;border-radius:999px;padding:.48rem 1.1rem;font-size:.75rem;font-weight:600}.hero-nav__blog:hover{background:#ffffff38}.hero-nav__tour{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);background:var(--accent-yellow);transition:filter var(--transition);white-space:nowrap;border-radius:999px;padding:.48rem 1.1rem;font-size:.75rem;font-weight:600}.hero-nav__tour:hover{filter:brightness(1.06)}.hero-nav__wa-inline{color:#fff;width:34px;height:34px;transition:background var(--transition), transform var(--transition);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-nav__wa-inline:hover{background:#25d366;border-color:#25d366;transform:scale(1.08)}.hero-nav__wa{z-index:200;-webkit-backdrop-filter:blur(8px);color:#111;width:36px;height:36px;transition:background var(--transition), transform var(--transition);background:#ffffffe6;border:1px solid #fff9;border-radius:999px;justify-content:center;align-items:center;animation:.28s cubic-bezier(.34,1.4,.64,1) both pillDrop;display:flex;position:fixed;top:20px;right:24px}.hero-nav__wa:hover{background:#fff;transform:scale(1.06)}@keyframes pillDrop{0%{opacity:0;transform:translateY(-10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-nav--scrolled{z-index:200;justify-content:center;gap:0;padding:0;animation:none;display:flex;position:fixed;top:16px;left:0;right:0}.hero-nav--scrolled .hero-nav__logo{opacity:0;pointer-events:none;gap:0;width:0;overflow:hidden}.hero-nav--scrolled .hero-nav__center{flex:none;animation:.28s cubic-bezier(.34,1.4,.64,1) both pillDrop}.hero-nav--scrolled .hero-nav__pill{-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#0f0f0f8c;border-color:#ffffff1a}.hero-nav--scrolled .hero-nav__link{color:#ffffffb8}.hero-nav--scrolled .hero-nav__link:hover{color:#fff;background:#ffffff1a}.hero-nav--scrolled .hero-nav__link--active{color:#fff;background:#ffffff26}.hero-nav--scrolled .hero-nav__ctas{opacity:0;pointer-events:none;gap:0;width:0;overflow:hidden}.hero-nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-start;gap:0;width:44px;height:44px;padding:0;display:none;position:relative}.hero-nav__ham-line{background:#ede4d4d9;border-radius:2px;transition:opacity .3s;position:absolute;left:12px}.hero-nav__ham-line--a{width:12px;height:1.5px;top:13px;left:16px}.hero-nav__ham-line--b{width:20px;height:2px;top:20px;left:12px}.hero-nav__ham-line--c{width:14px;height:1.5px;top:27px;left:18px}@media (width<=768px){.hero-nav{justify-content:space-between;align-items:center;display:flex}.hero-nav--scrolled{-webkit-backdrop-filter:blur(28px)saturate(1.5);background:#0e080494;border:1px solid #ede4d41f;border-radius:999px;justify-content:space-between;align-items:center;height:auto;padding:10px 18px;animation:.44s cubic-bezier(.22,1,.36,1) both mobileNavIn;display:flex;top:14px;left:14px;right:14px;box-shadow:0 8px 32px #00000052,inset 0 1px #ffffff0d}.hero-nav--scrolled .hero-nav__logo{opacity:1;pointer-events:auto;gap:10px;width:auto;overflow:visible}.hero-nav--scrolled .hero-nav__ctas{opacity:1;pointer-events:auto;gap:6px;width:auto;overflow:visible}.hero-nav--scrolled .hero-nav__center,.hero-nav--scrolled .hero-nav__wa-inline,.hero-nav--scrolled .hero-nav__tour,.hero-nav--scrolled .hero-nav__blog{display:none}.hero-nav--scrolled .hero-nav__hamburger,.hero-nav__hamburger{display:flex}}@keyframes mobileNavIn{0%{opacity:0;transform:translateY(-18px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.hn-overlay{z-index:298;-webkit-backdrop-filter:blur(6px);opacity:0;pointer-events:none;background:#000000a6;transition:opacity .4s;position:fixed;inset:0}.hn-overlay--open{opacity:1;pointer-events:auto}.hn-panel{z-index:299;background:#0e0804;border-left:1px solid #ede4d414;flex-direction:column;justify-content:space-between;width:min(72vw,300px);padding:5rem 2.5rem 2.5rem;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0006}.hn-panel--open{transform:translate(0)}.hn-panel__close{cursor:pointer;color:#ede4d480;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:color .2s;display:flex;position:absolute;top:18px;right:18px}.hn-panel__close:hover{color:#ede4d4}.hn-panel__links{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.hn-panel__item{overflow:hidden}.hn-panel__link{font-family:var(--font-body);letter-spacing:-.02em;color:#ede4d4b8;cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:clamp(2rem,7vw,2.6rem);font-weight:400;line-height:1.15;transition:transform .5s cubic-bezier(.22,1,.36,1),color .2s;display:block;transform:translateY(110%)}.hn-panel--open .hn-panel__link{transform:translateY(0)}.hn-panel__link:hover{color:#ede4d4}.hn-panel__link--active{color:#c06240}.hn-panel__foot{flex-direction:column;gap:.4rem;transition:opacity .4s,transform .4s;display:flex}.hn-panel__cta{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#ede4d4;cursor:pointer;background:0 0;border:1px solid #ede4d438;border-radius:999px;width:100%;margin-bottom:.5rem;padding:10px 20px;font-size:.75rem;font-weight:600;transition:border-color .2s,color .2s}.hn-panel__cta:hover{color:#c06240;border-color:#c06240}.hn-panel__wa{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#25d366;align-items:center;gap:8px;font-size:.72rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:flex}.hn-panel__wa:hover{opacity:.75}.hn-panel__loc{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ede4d440;margin-top:2px;font-size:.65rem;font-weight:500}.hero-headline{z-index:5;max-width:560px;animation:.6s .15s both heroFloatIn;position:absolute;top:140px;left:56px}.hero-headline__eyebrow{align-items:center;gap:8px;margin-bottom:1.25rem;display:flex}.hero-headline__eyebrow-dot{background:linear-gradient(90deg,#ffffffd9 50%,#0000 50%);border:1.5px solid #fff9;border-radius:50%;flex-shrink:0;width:14px;height:14px}.hero-headline__eyebrow-label{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:#fff;font-size:.72rem;font-weight:600}.hero-headline h1{font-family:var(--font-body);letter-spacing:-.01em;color:#fff;margin-bottom:1.1rem;font-size:clamp(2.2rem,3.8vw,3.5rem);font-weight:400;line-height:1.05}.hero-headline h1 em{font-style:italic}.hero-headline__sub{font-family:var(--font-display);color:#ffffffb8;max-width:380px;font-size:.9rem;font-weight:400;line-height:1.55}.hero-trust{z-index:5;text-align:right;animation:.6s .25s both heroFloatIn;position:absolute;top:140px;right:56px}.hero-trust__stars{justify-content:flex-end;gap:2px;margin-bottom:5px;display:flex}.hero-trust__stars span{color:var(--star);font-size:.95rem}.hero-trust__score-row{justify-content:flex-end;align-items:baseline;gap:5px;margin-bottom:4px;display:flex}.hero-trust__score{font-family:var(--font-display);color:#fff;font-size:1.15rem;font-weight:700}.hero-trust__sub{font-family:var(--font-display);letter-spacing:.06em;color:#ffffffd1;font-size:.68rem;font-weight:500}.hero-stats{z-index:5;grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:absolute;bottom:72px;left:56px;right:56px}.hero-stat{border-radius:18px;flex-direction:column;min-height:150px;padding:18px;animation:.7s both heroFloatIn;display:flex}.hero-stat:first-child{animation-delay:.3s}.hero-stat:nth-child(2){animation-delay:.4s}.hero-stat:nth-child(3){animation-delay:.5s}.hero-stat:nth-child(4){animation-delay:.6s}.hero-stat--glass{color:#fff;background:#ffffff0a;border:1.5px solid #ffffff8c}.hero-stat--dark{color:#fff;background:#1a1a1a}.hero-stat--white{color:var(--ink);background:#fff}.hero-stat__label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;font-size:.63rem;font-weight:600}.hero-stat--glass .hero-stat__label{color:#ffffffa6}.hero-stat--dark .hero-stat__label{color:#ffffff80}.hero-stat--white .hero-stat__label{color:var(--ink-muted)}.hero-stat__num{font-family:var(--font-display);margin-top:.5rem;font-size:2rem;font-weight:700;line-height:1}.hero-stat__sub{font-family:var(--font-display);margin-top:.35rem;font-size:.67rem;font-weight:400;line-height:1.42}.hero-stat--glass .hero-stat__sub{color:#ffffff94}.hero-stat--dark .hero-stat__sub{color:#bbb}.hero-stat__thumb-row{align-items:center;gap:10px;margin-bottom:6px;display:flex}.hero-stat__thumb{width:50px;height:50px;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;background:#ffffff1f;border:2px solid #ffffff8c;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.5rem;font-weight:600;display:flex;overflow:hidden}.hero-stat__ring-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hero-stat__chip{color:#ffffffa6;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;display:flex}button.hero-stat__chip{cursor:pointer;background:0 0;padding:0;transition:border-color .15s}button.hero-stat__chip:hover{border-color:#ffffff8c}.hero-stat__dual{flex-direction:column;flex:1;gap:8px;margin-top:6px;display:flex}.hero-stat__dual-item{flex-direction:column;display:flex}.hero-stat__dual-num{font-family:var(--font-display);color:#fff;font-weight:700;line-height:1}.hero-stat__dual-num--lg{font-size:1.9rem}.hero-stat__dual-num--sm{font-size:1.4rem}.hero-stat__dual-label{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#ffffff85;margin-top:2px;font-size:.61rem;font-weight:500}.hero-stat__peach-chip{background:var(--accent-peach);width:30px;height:30px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;font-size:.75rem;display:flex}button.hero-stat__peach-chip{cursor:pointer;padding:0;transition:opacity .15s}button.hero-stat__peach-chip:hover{opacity:.82}.hero-stat__top-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hero-stat__tag{background:var(--accent-peach);color:var(--ink);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:3px 8px;font-size:.58rem;font-weight:600}button.hero-stat__tag{background:var(--accent-peach);cursor:pointer;padding:3px 8px;transition:opacity .15s}button.hero-stat__tag:hover{opacity:.82}.hero-stat__quote{color:var(--ink-muted);flex:1;margin-top:2px;font-size:.72rem;font-style:italic;line-height:1.45}.hero-stat__author{align-items:center;gap:6px;margin-top:auto;padding-top:8px;display:flex}.hero-stat__avatar{background:linear-gradient(135deg, var(--accent-yellow), var(--star));width:26px;height:26px;font-family:var(--font-display);color:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:flex}.hero-stat__author-name{font-family:var(--font-display);color:var(--ink);flex:1;font-size:.67rem;font-weight:600}.hero-stat__author-stars{color:var(--star);letter-spacing:.04em;font-size:.6rem}.hero-foot{z-index:5;justify-content:space-between;align-items:center;animation:.7s .7s both heroFloatIn;display:flex;position:absolute;bottom:24px;left:56px;right:56px}.hero-foot__scroll{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ffffff85;align-items:center;gap:6px;font-size:.7rem;font-weight:500;display:flex}.hero-foot__scroll-dot{background:#ffffff85;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-foot__center-btn{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);transition:background var(--transition);background:#fff;border-radius:999px;padding:.55rem 1.4rem;font-size:.75rem;font-weight:600}.hero-foot__center-btn:hover{background:var(--paper-2)}.hero-foot__icons{gap:8px;display:flex}.hero-foot__icon-btn{color:#fffc;width:36px;height:36px;font-family:var(--font-display);transition:background var(--transition);background:#ffffff14;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;font-size:.82rem;font-weight:600;display:flex}.hero-foot__icon-btn:hover{background:#ffffff29}.stats-bar{background:var(--dark-2);border-top:1px solid #ffffff0f}.stats-bar__inner{grid-template-columns:repeat(4,1fr);display:grid}.stats-bar__item{text-align:center;border-right:1px solid #ffffff0f;padding:1.5rem 2rem}.stats-bar__item:last-child{border-right:none}.stats-bar__num{font-family:var(--font-display);color:#fff;font-size:2.2rem;font-weight:700;line-height:1}.stats-bar__label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-top:.35rem;font-size:.7rem;font-weight:500}.section-header{margin-bottom:3rem}.section-header--center{text-align:center}.section-header .label,.section-header h2{margin-bottom:.75rem}.section-header p{color:var(--ink-muted);max-width:520px;font-size:1.05rem;line-height:1.7}.section-header--center p{margin-inline:auto}.about-stage{padding:0 16px 16px}.about-card{border-radius:var(--hero-radius);-webkit-backdrop-filter:blur(18px);background:#140a0485;border:1px solid #ede4d414;grid-template-columns:1fr 1fr;min-height:540px;display:grid;overflow:hidden}.about-card .about-visual{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);transform:translate(-48px)}.about-card .about-content{opacity:0;transition:opacity .72s cubic-bezier(.22,1,.36,1) .1s,transform .72s cubic-bezier(.22,1,.36,1) .1s;transform:translate(48px)}.about-card--revealed .about-visual,.about-card--revealed .about-content{opacity:1;transform:translate(0)}.about-visual{background:#1e1008;min-height:400px;position:relative}.about-visual__img{background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.about-chips{gap:12px;display:flex;position:absolute;bottom:28px;left:24px;right:24px}.about-chip{-webkit-backdrop-filter:blur(14px);color:#ede4d4;background:#ede4d414;border:1.5px solid #ede4d42e;border-radius:16px;flex:1;padding:16px 18px}.about-chip--peach{background:#c0624038;border-color:#c062407a}.about-chip__num{font-family:var(--font-display);font-size:2rem;font-weight:700;line-height:1}.about-chip__label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ede4d480;margin-top:5px;font-size:.63rem;font-weight:600}.about-content{color:#1e1008;background:#ede4d4;border-left:1px solid #1e100814;flex-direction:column;justify-content:center;padding:56px 52px;display:flex}.about-eyebrow{align-items:center;gap:8px;margin-bottom:1.25rem;display:flex}.about-eyebrow__dot{background:linear-gradient(90deg,#1e1008a6 50%,#0000 50%);border:1.5px solid #1e100859;border-radius:50%;flex-shrink:0;width:14px;height:14px}.about-eyebrow span{font-family:var(--font-display);letter-spacing:.2em;text-transform:uppercase;color:#1e10086b;font-size:.72rem;font-weight:600}.about-h2{color:#1e1008;margin-bottom:1.25rem;font-family:var(--font-body)!important;letter-spacing:-.01em!important;font-size:clamp(1.9rem,3vw,2.8rem)!important;font-weight:400!important;line-height:1.08!important}.about-h2 em{color:#c06240;font-style:italic}.about-body{color:#1e100894;max-width:420px;margin-bottom:.75rem;font-size:.92rem;line-height:1.7}.about-stats-row{border-top:1px solid #1e10081a;border-bottom:1px solid #1e10081a;gap:2rem;margin:1.5rem 0;padding:1.25rem 0;display:flex}.about-stat__num{font-family:var(--font-display);color:#1e1008;font-size:1.8rem;font-weight:700;line-height:1}.about-stat__label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1e10086b;margin-top:5px;font-size:.62rem;font-weight:600}.about-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.about-btn-primary{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d4;transition:filter var(--transition);background:#c06240;border-radius:999px;padding:.6rem 1.4rem;font-size:.78rem;font-weight:600}.about-btn-primary:hover{filter:brightness(1.1)}.about-btn-ghost{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#1e10086b;transition:color var(--transition);font-size:.78rem;font-weight:600}.about-btn-ghost:hover{color:#1e1008}.about{background:var(--paper)}.about__split{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about__visual{position:relative}.about__img-main{aspect-ratio:4/5;border-radius:var(--radius-md);width:100%}.about__img-accent{aspect-ratio:1;border-radius:var(--radius-md);border:6px solid var(--paper);width:55%;box-shadow:var(--shadow-md);position:absolute;bottom:-2rem;right:-2rem}.about__content .label{margin-bottom:.75rem}.about__content h2{margin-bottom:1.25rem}.about__content p{color:var(--ink-muted);margin-bottom:1rem}.about__stats{background:var(--paper-2);border-radius:var(--radius-md);gap:2rem;margin:2rem 0;padding:1.5rem;display:flex}.about__stat-num{font-family:var(--font-display);color:var(--accent);font-size:2rem;font-weight:700;line-height:1}.about__stat-label{color:var(--ink-muted);margin-top:.25rem;font-size:.85rem}.values-stage{padding:0 16px 16px}.values-wrap{background:0 0;border-radius:24px;grid-template-columns:300px 1fr;min-height:460px;display:grid;overflow:hidden}.values-wrap .values-intro{opacity:0;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1);transform:translateY(36px)}.values-wrap .values-tile{opacity:0;transition:opacity .55s cubic-bezier(.22, 1, .36, 1) calc(.1s + var(--tile-i,0) * .1s), transform .55s cubic-bezier(.22, 1, .36, 1) calc(.1s + var(--tile-i,0) * .1s);transform:translateY(28px)scale(.97)}.values-wrap--revealed .values-intro,.values-wrap--revealed .values-tile{opacity:1;transform:translateY(0)scale(1)}.values-intro{background:#1e1008;border-right:1px solid #ede4d414;flex-direction:column;justify-content:center;padding:52px 44px;display:flex}.values-eyebrow{align-items:center;gap:8px;margin-bottom:20px;display:flex}.values-eyebrow__dot{background:linear-gradient(90deg,#ede4d4d9 50%,#0000 50%);border:1.5px solid #ede4d48c;border-radius:50%;flex-shrink:0;width:10px;height:10px}.values-eyebrow span{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ede4d466;font-size:.72rem;font-weight:600}.values-h2{color:#ede4d4;margin-bottom:20px;font-size:clamp(1.85rem,2.8vw,2.5rem);line-height:1.18;font-family:var(--font-body)!important;font-weight:400!important}.values-h2 em{color:#c06240;font-style:italic}.values-body{color:#ede4d46b;margin-bottom:32px;font-size:.88rem;line-height:1.65}.values-cta{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d46b;transition:color var(--transition);align-self:flex-start;font-size:.78rem;font-weight:600}.values-cta:hover{color:#ede4d4}.values-bento{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;display:grid}.values-tile{border:1px solid #ede4d412;flex-direction:column;gap:10px;padding:36px 30px;display:flex}.values-tile__num{font-family:var(--font-display);letter-spacing:.1em;opacity:.28;margin-bottom:2px;font-size:.7rem;font-weight:700}.values-tile__icon{margin-bottom:2px}.values-tile__title{font-family:var(--font-body);margin:0;font-size:1.3rem;font-weight:400;line-height:1.2}.values-tile__body{margin:0;font-size:.84rem;line-height:1.62}.values-tile--glass{color:#ede4d4;background:#140a04c7}.values-tile--glass .values-tile__icon{color:#ede4d499}.values-tile--glass .values-tile__body{color:#ede4d46b}.values-tile--white{-webkit-backdrop-filter:blur(10px);color:#000;background:#ede4d424}.values-tile--white .values-tile__num,.values-tile--white .values-tile__icon{color:#000}.values-tile--white .values-tile__title{text-shadow:none}.values-tile--white .values-tile__body{color:#000;text-shadow:none}.values-tile--yellow{-webkit-backdrop-filter:blur(5px);color:#000;background:#ffffff12}.values-tile--yellow .values-tile__num,.values-tile--yellow .values-tile__icon{color:#000}.values-tile--yellow .values-tile__title{text-shadow:none}.values-tile--yellow .values-tile__body{color:#000;text-shadow:none}.values-tile--dark{color:#ede4d4;background:#0e0602e0}.values-tile--dark .values-tile__icon{color:#ede4d480}.values-tile--dark .values-tile__body{color:#ede4d45c}@media (width<=1024px){.values-wrap{grid-template-columns:1fr}.values-intro{border-bottom:1px solid #ede4d414;border-right:none;padding:44px 36px 36px}}@media (width<=640px){.values-stage{padding:0 0 8px}.values-wrap{border-radius:0}.values-bento{grid-template-columns:1fr}.values-intro{padding:36px 24px 28px}.values-tile{padding:28px 24px}.values-tile:first-child{order:2}.values-tile:nth-child(2){order:1}}.spotlight-stage{flex-direction:column;gap:12px;padding:0 16px 16px;display:flex}.spotlight-stage .spotlight-wrap{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(48px)}.spotlight-stage .spotlight-duo{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1) .15s,transform .7s cubic-bezier(.22,1,.36,1) .15s;transform:translateY(48px)}.spotlight-stage--revealed .spotlight-wrap,.spotlight-stage--revealed .spotlight-duo{opacity:1;transform:translateY(0)}.spotlight-wrap{background:0 0;border-radius:24px;grid-template-columns:1fr 400px;min-height:640px;display:grid;overflow:hidden}.spotlight-media{background:0 0;position:relative;overflow:hidden}.spotlight-video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.spotlight-media__ui{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:14px;transition:opacity .55s,transform .55s cubic-bezier(.34,1.3,.64,1);display:flex;position:absolute;inset:0;transform:scale(.97)}.spotlight-media--revealed .spotlight-media__ui{opacity:1;transform:scale(1)}.spotlight-media__tag{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;padding:5px 14px;font-size:.7rem;font-weight:600}.spotlight-media__play{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;width:60px;height:60px;transition:background var(--transition), transform var(--transition);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;padding-left:3px;display:flex}.spotlight-media__play:hover{background:#ffffff2e;transform:scale(1.08)}.spotlight-media__hint{font-family:var(--font-display);letter-spacing:.06em;color:#ffffff38;font-size:.65rem;font-weight:500}.spotlight-info{background:#1e1008;border-left:1px solid #ede4d414;flex-direction:column;justify-content:center;padding:48px 44px;display:flex}.spotlight-eyebrow{align-items:center;gap:8px;margin-bottom:18px;display:flex}.spotlight-eyebrow__dot{background:linear-gradient(90deg,#ede4d4d9 50%,#0000 50%);border:1.5px solid #ede4d48c;border-radius:50%;flex-shrink:0;width:10px;height:10px}.spotlight-eyebrow span{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ede4d461;font-size:.72rem;font-weight:600}.spotlight-h2{color:#ede4d4;margin-bottom:12px;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2;font-family:var(--font-body)!important;font-weight:400!important}.spotlight-loc{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d461;align-items:center;gap:5px;margin-bottom:20px;font-size:.78rem;font-weight:500;display:flex}.spotlight-price{font-family:var(--font-display);color:#ede4d4;margin-bottom:20px;font-size:1.75rem;font-weight:700;line-height:1}.spotlight-price span{color:#ede4d461;margin-left:3px;font-size:.85rem;font-weight:400}.spotlight-chips{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.spotlight-chip{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d499;background:#ede4d412;border:1px solid #ede4d41f;border-radius:999px;padding:5px 12px;font-size:.74rem;font-weight:600}.spotlight-desc{color:#ede4d46b;margin-bottom:28px;font-size:.86rem;line-height:1.65}.spotlight-view-btn{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d4;transition:filter var(--transition), transform var(--transition);background:#c06240;border-radius:999px;align-self:flex-start;padding:12px 24px;font-size:.8rem;font-weight:700}.spotlight-view-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.spotlight-duo{grid-template-columns:1fr 1fr;gap:12px;display:grid}.spotlight-card-sm{background:0 0;border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.spotlight-media-sm{aspect-ratio:3/4;background:0 0;min-height:640px;max-height:800px;position:relative;overflow:hidden}.spotlight-media-sm__placeholder{background:linear-gradient(160deg,#2a1810 0%,#1e1008 100%);position:absolute;inset:0}.spotlight-info-sm{background:#1e1008;border-top:1px solid #ede4d414;flex-direction:column;flex:1;padding:28px 28px 32px;display:flex}.spotlight-h3-sm{color:#ede4d4;margin-bottom:10px;font-size:clamp(1.05rem,1.6vw,1.4rem);line-height:1.2;font-family:var(--font-body)!important;font-weight:400!important}.spotlight-price-sm{font-family:var(--font-display);color:#ede4d4;margin-bottom:14px;font-size:1.3rem;font-weight:700;line-height:1}.spotlight-price-sm span{color:#ede4d461;margin-left:3px;font-size:.8rem;font-weight:400}.spotlight-info-sm .spotlight-chips{margin-bottom:20px}@media (width<=1024px){.spotlight-wrap{min-height:unset;grid-template-columns:1fr}.spotlight-media{min-height:300px}.spotlight-info{border-top:1px solid #ede4d414;border-left:none;padding:40px 36px}.spotlight-media-sm{aspect-ratio:4/3;min-height:320px;max-height:400px}}@media (width<=640px){.spotlight-stage{padding:0 0 8px}.spotlight-wrap{border-radius:0}.spotlight-info{padding:32px 24px}.spotlight-media{min-height:240px}.spotlight-duo{grid-template-columns:1fr}.spotlight-card-sm{border-radius:0}.spotlight-media-sm{aspect-ratio:4/3;min-height:360px;max-height:440px}.spotlight-info-sm{padding:24px 20px 28px}}.pd{min-height:100vh}.pd__back{z-index:300;-webkit-backdrop-filter:blur(14px);font-family:var(--font-display);letter-spacing:.04em;color:#ede4d4;transition:background var(--transition), box-shadow var(--transition);background:#140a04b8;border:1px solid #ede4d42e;border-radius:999px;align-items:center;gap:7px;padding:9px 18px 9px 13px;font-size:.76rem;font-weight:600;display:flex;position:fixed;top:20px;left:24px;box-shadow:0 2px 14px #00000047}.pd__back:hover{background:#140a04e6;box-shadow:0 4px 20px #0006}.pd__hero{background:#0e0804;height:100vh;min-height:560px;position:relative;overflow:hidden}.pd__hero-video,.pd__hero-fallback{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.pd__hero-fallback{background:linear-gradient(145deg,#1e1008,#0e0804)}.pd__hero-overlay{background:linear-gradient(#0000001f 0%,#0000000d 40%,#0a0502b3 72%,#0a0502f2 100%);position:absolute;inset:0}.pd__hero-content{z-index:2;position:absolute;bottom:80px;left:56px;right:56px}.pd__hero-badges{gap:8px;margin-bottom:20px;display:flex}.pd__badge{font-family:var(--font-display);letter-spacing:.09em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;padding:5px 13px;font-size:.68rem;font-weight:700}.pd__badge--available{color:#6ee7a0;background:#34d37826;border:1px solid #34d37859}.pd__badge--pending{color:#fcd34d;background:#fbbf2426;border:1px solid #fbbf2459}.pd__badge--type{color:#ede4d4a6;background:#ede4d41a;border:1px solid #ede4d433}.pd__hero-title{color:#ede4d4;max-width:700px;margin-bottom:14px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.08;font-family:var(--font-body)!important;font-weight:400!important}.pd__hero-loc{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ede4d473;align-items:center;gap:6px;margin-bottom:20px;font-size:.8rem;font-weight:500;display:flex}.pd__hero-price{font-family:var(--font-display);color:#ede4d4;margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1}.pd__hero-price span{color:#ede4d466;margin-left:4px;font-size:1rem;font-weight:400}.pd__hero-chips{flex-wrap:wrap;gap:8px;display:flex}.pd__hero-chip{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d4b3;background:#ede4d41a;border:1px solid #ede4d42e;border-radius:999px;padding:6px 14px;font-size:.74rem;font-weight:600}.pd__scroll-cue{color:#ede4d44d;z-index:2;white-space:nowrap;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;font-size:.62rem;font-weight:600;animation:2s ease-in-out infinite pd-bounce;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}@keyframes pd-bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}.pd__body{background:0 0}.pd__inner{grid-template-columns:1fr 340px;align-items:start;gap:40px;max-width:1180px;margin:0 auto;padding:56px 40px 100px;display:grid}.pd__card{-webkit-backdrop-filter:blur(18px);background:#140a049e;border:1px solid #ede4d414;border-radius:20px;margin-bottom:28px;padding:32px 36px}.pd__card:last-child{margin-bottom:0}.pd__section-label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:#ede4d44d;margin-bottom:24px;font-size:.68rem;font-weight:700}.pd__glance-grid{grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.pd__glance-item{color:#ede4d473;background:#ede4d40a;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:20px 12px;display:flex}.pd__glance-num{font-family:var(--font-display);color:#ede4d4;font-size:1.6rem;font-weight:700;line-height:1}.pd__glance-sub{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ede4d452;font-size:.65rem;font-weight:600}.pd__desc{color:#ede4d48c;font-size:.96rem;line-height:1.78}.pd__amenity-grid{flex-wrap:wrap;gap:8px;display:flex}.pd__amenity{font-family:var(--font-display);letter-spacing:.02em;color:#ede4d48c;align-items:center;gap:10px;width:calc(50% - 12px);padding:6px 0;font-size:.78rem;font-weight:500;display:flex}.pd__fee-table{border:1px solid #ede4d414;border-radius:14px;margin-bottom:16px;overflow:hidden}.pd__fee-row{border-bottom:1px solid #ede4d40f;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.88rem;display:flex}.pd__fee-row:last-child{border-bottom:none}.pd__fee-row span:first-child{font-family:var(--font-body);color:#ede4d473}.pd__fee-row span:last-child{font-family:var(--font-display);color:#ede4d4;font-weight:600}.pd__fee-row--total{background:#c062401f;border-top:1px solid #c0624033}.pd__fee-row--total span:first-child{color:#ede4d499}.pd__fee-row--total span:last-child{color:#c06240;font-size:1rem}.pd__fee-note{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d438;font-size:.68rem}.pd__fee-note--terms{color:#ede4d48c;margin-bottom:.25rem}.pd__sidebar{flex-direction:column;gap:16px;display:flex;position:sticky;top:32px}.pd__sidebar-card{-webkit-backdrop-filter:blur(18px);background:#140a049e;border:1px solid #ede4d414;border-radius:20px;padding:28px}.pd__sidebar-price{font-family:var(--font-display);color:#ede4d4;margin-bottom:6px;font-size:2rem;font-weight:700;line-height:1}.pd__sidebar-price span{color:#ede4d459;margin-left:3px;font-size:.9rem;font-weight:400}.pd__sidebar-price-sub{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d440;margin-bottom:24px;font-size:.68rem;font-weight:500}.pd__sidebar-actions{flex-direction:column;gap:10px;display:flex}.pd__btn-primary{width:100%;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ede4d4;transition:filter var(--transition), transform var(--transition);background:#c06240;border-radius:12px;padding:14px;font-size:.8rem;font-weight:700}.pd__btn-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.pd__btn-wa{width:100%;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#6ee7a0;transition:background var(--transition);background:#25d3661f;border:1px solid #25d36640;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:13px;font-size:.78rem;font-weight:600;display:flex}.pd__btn-wa:hover{background:#25d36633}.pd__btn-ghost{width:100%;font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:#ede4d459;transition:border-color var(--transition), color var(--transition);border:1px solid #ede4d41a;border-radius:12px;padding:13px;font-size:.78rem;font-weight:600}.pd__btn-ghost:hover{color:#ede4d4b3;border-color:#ede4d440}.pd__agent-card .pd__section-label{margin-bottom:20px}.pd__agent-top{align-items:center;gap:14px;margin-bottom:16px;display:flex}.pd__agent-avatar{width:52px;height:52px;font-family:var(--font-display);color:#ede4d4;background:#c06240;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:flex}.pd__agent-name{font-family:var(--font-display);color:#ede4d4;margin-bottom:3px;font-size:.9rem;font-weight:700}.pd__agent-role{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d461;margin-bottom:5px;font-size:.68rem;font-weight:500}.pd__agent-rating{color:#c06240;letter-spacing:.04em;font-size:.72rem}.pd__agent-rating span{font-family:var(--font-display);color:#ede4d48c;margin-left:4px;font-weight:700}.pd__agent-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;display:grid}.pd__agent-stat{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d459;background:#ede4d40a;border-radius:10px;flex-direction:column;gap:2px;padding:12px 14px;font-size:.65rem;font-weight:600;display:flex}.pd__agent-stat span{color:#ede4d4;letter-spacing:0;text-transform:none;font-size:1.2rem;font-weight:700}.pd__agent-contacts{flex-direction:column;gap:8px;display:flex}.pd__agent-contact{font-family:var(--font-display);color:#ede4d46b;transition:color var(--transition);align-items:center;gap:8px;font-size:.74rem;font-weight:500;display:flex}.pd__agent-contact:hover{color:#ede4d4}.pd__agent-contact svg{color:#ede4d440;flex-shrink:0}@media (width<=1024px){.pd__inner{grid-template-columns:1fr;padding:44px 28px 80px}.pd__sidebar{position:static}.pd__hero-content{bottom:64px;left:36px;right:36px}}@media (width<=640px){.pd__hero{height:100svh}.pd__hero-content{bottom:52px;left:24px;right:24px}.pd__hero-title{font-size:clamp(1.8rem,8vw,2.8rem)}.pd__inner{padding:32px 16px 60px}.pd__card{padding:24px 20px}.pd__glance-grid{grid-template-columns:repeat(2,1fr);gap:8px}.pd__back{top:16px;left:16px}}.pd__floatnav{z-index:200;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:#140a04d1;border:1px solid #ede4d41f;border-radius:999px;gap:4px;padding:6px;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .42s;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)translateY(-80px);box-shadow:0 4px 24px #0000005c}.pd__floatnav--visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.pd__floatnav-btn{font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:#ede4d466;transition:color var(--transition), background var(--transition);border-radius:999px;padding:8px 18px;font-size:.72rem;font-weight:600}.pd__floatnav-btn:hover{color:#ede4d4cc;background:#ede4d40f}.pd__floatnav-btn--active{color:#ede4d4;background:#c0624038}.pd__mute-btn{z-index:10;-webkit-backdrop-filter:blur(12px);color:#ede4d4a6;width:38px;height:38px;transition:background var(--transition), color var(--transition);background:#140a04a6;border:1px solid #ede4d426;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;right:24px}.pd__mute-btn:hover{color:#ede4d4;background:#140a04eb}.pd__statsband{-webkit-backdrop-filter:blur(20px);background:#0e0804e0;border-bottom:1px solid #ede4d40f}.pd__statsband-inner{grid-template-columns:repeat(4,1fr);max-width:1180px;margin:0 auto;padding:0 40px;display:grid}.pd__statsband-item{border-right:1px solid #ede4d40f;flex-direction:column;align-items:center;gap:10px;padding:38px 20px;display:flex}.pd__statsband-item:last-child{border-right:none}.pd__statsband-icon{color:#ede4d42e}.pd__statsband-num{font-family:var(--font-display);color:#ede4d4;font-size:2.2rem;font-weight:700;line-height:1}.pd__statsband-label{font-family:var(--font-display);letter-spacing:.11em;text-transform:uppercase;color:#ede4d447;font-size:.6rem;font-weight:600}.pd__section{scroll-margin-top:76px}.pd__card--about{border-left:3px solid #c0624061}.pd__district-pill{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:#ede4d452;background:#ede4d40d;border:1px solid #ede4d41a;border-radius:999px;align-items:center;gap:6px;margin-top:22px;padding:6px 14px;font-size:.68rem;font-weight:600;display:inline-flex}.pd__amenity-check{color:#c06240;flex-shrink:0}.pd__sidebar-status{margin-bottom:16px}.pd__sidebar-divider{background:#ede4d414;height:1px;margin:0 0 20px}.pd__btn-ghost--wide{padding-left:24px;padding-right:24px}.pd__bottom-cta{-webkit-backdrop-filter:blur(20px);background:#0e0804e0;border-top:1px solid #ede4d412;margin-top:40px}.pd__bottom-cta__inner{justify-content:space-between;align-items:center;gap:56px;max-width:1180px;margin:0 auto;padding:80px 40px;display:flex}.pd__bottom-cta__text{flex:1}.pd__bottom-cta__h3{color:#ede4d4;margin-bottom:16px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;font-family:var(--font-body)!important;font-weight:400!important}.pd__bottom-cta__h3 em{color:#c06240;font-style:italic}.pd__bottom-cta__sub{font-family:var(--font-display);color:#ede4d45c;max-width:420px;font-size:.88rem;font-weight:400;line-height:1.65}.pd__bottom-cta__actions{flex-direction:column;gap:10px;min-width:260px;display:flex}@media (width<=1024px){.pd__statsband-inner{padding:0 28px}.pd__bottom-cta__inner{flex-direction:column;align-items:flex-start;gap:36px;padding:64px 28px}.pd__bottom-cta__actions{flex-direction:row;width:100%;min-width:0}.pd__bottom-cta__actions .pd__btn-primary,.pd__bottom-cta__actions .pd__btn-ghost{flex:1}.pd__floatnav{display:none}}@media (width<=640px){.pd__statsband-inner{grid-template-columns:repeat(2,1fr);padding:0 16px}.pd__statsband-item{border-bottom:1px solid #ede4d40f;border-right:none;padding:28px 16px}.pd__statsband-item:first-child,.pd__statsband-item:nth-child(2){border-right:1px solid #ede4d40f}.pd__statsband-item:nth-child(3),.pd__statsband-item:nth-child(4){border-bottom:none}.pd__statsband-item:nth-child(2),.pd__statsband-item:nth-child(4){border-right:none}.pd__bottom-cta__inner{padding:48px 16px}.pd__bottom-cta__actions{flex-direction:column}.pd__amenity{width:100%}}.prop-card{border-radius:var(--radius-md);box-shadow:var(--shadow);transition:box-shadow var(--transition), transform var(--transition);background:#fff;flex-direction:column;display:flex;overflow:hidden}.prop-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.prop-card__img{aspect-ratio:4/3;flex-shrink:0;position:relative}.prop-card__badge{position:absolute;top:.75rem;left:.75rem}.prop-card__fav{width:32px;height:32px;color:var(--ink-muted);transition:color var(--transition);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.prop-card__fav:hover{color:var(--accent-2)}.prop-card__body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.prop-card__price{font-family:var(--font-display);color:var(--ink);font-size:1.5rem;font-weight:700;line-height:1}.prop-card__price-period{color:var(--ink-muted);font-size:.78rem;font-weight:400}.prop-card__title{font-size:1rem;font-weight:500;font-family:var(--font-body);margin:.4rem 0 .25rem}.prop-card__location{color:var(--ink-muted);align-items:center;gap:.3rem;font-size:.85rem;display:flex}.prop-card__divider{background:var(--paper-2);height:1px;margin:1rem 0}.prop-card__features{flex-wrap:wrap;gap:1rem;display:flex}.prop-card__feature{font-family:var(--font-display);letter-spacing:.03em;text-transform:uppercase;color:var(--ink-muted);align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;display:flex}.prop-card__actions{gap:.75rem;margin-top:1.25rem;display:flex}.prop-card__actions .btn{flex:1;justify-content:center}.rl{min-height:100vh}.rl-hero{background:#0a0502e6;flex-direction:column;justify-content:flex-end;min-height:720px;padding:0 56px;display:flex;position:relative;overflow:hidden}.rl-hero__overlay{pointer-events:none;background:linear-gradient(#0a05028c 0%,#0a050240 35%,#0a0502b8 68%,#0a0502f7 100%);position:absolute;inset:0}.rl-hero__content{z-index:2;max-width:600px;padding-top:120px;position:relative}.rl-hero__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#ede4d480;align-items:center;gap:8px;margin-bottom:24px;font-size:.72rem;font-weight:600;display:flex}.rl-hero__eyebrow-dot{background:linear-gradient(90deg,#ede4d499 50%,#0000 50%);border:1.5px solid #ede4d459;border-radius:50%;flex-shrink:0;width:12px;height:12px}.rl-hero__h1{color:#ede4d4;letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.06;font-family:var(--font-body)!important;font-weight:400!important}.rl-hero__h1 em{color:#c06240;font-style:italic}.rl-hero__sub{font-family:var(--font-display);color:#ede4d461;max-width:420px;margin-bottom:0;font-size:.88rem;font-weight:400;line-height:1.6}.rl-hero__counter{z-index:2;text-align:right;position:absolute;top:120px;right:56px}.rl-hero__counter-num{font-family:var(--font-display);color:#ede4d4;font-size:3.2rem;font-weight:700;line-height:1}.rl-hero__counter-label{font-family:var(--font-display);letter-spacing:.06em;color:#ede4d459;margin-top:4px;font-size:.72rem;font-weight:500}.rl-feat{z-index:2;align-items:stretch;gap:14px;margin-top:48px;display:flex;position:relative}.rl-feat__cards{flex:1;grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.rl-feat-card{-webkit-backdrop-filter:blur(14px);cursor:pointer;text-align:left;transition:background var(--transition), border-color var(--transition);background:#ffffff12;border:1px solid #ede4d424;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.rl-feat-card:hover{background:#ffffff1f;border-color:#ede4d43d}.rl-feat-card__placeholder-icon{color:#ede4d41f;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rl-feat-card__img{background:#ede4d40d;justify-content:space-between;align-items:flex-start;height:110px;padding:10px;display:flex;position:relative}.rl-feat-card__status{font-family:var(--font-display);letter-spacing:.07em;border-radius:999px;padding:4px 10px;font-size:.65rem;font-weight:700}.rl-feat-card__status--available{color:#6ee7a0;background:#34d37826;border:1px solid #34d3784d}.rl-feat-card__status--pending{color:#fcd34d;background:#fbbf2426;border:1px solid #fbbf244d}.rl-feat-card__star{font-family:var(--font-display);letter-spacing:.06em;color:#f4d36a;background:#f4d36a2e;border:1px solid #f4d36a4d;border-radius:999px;padding:4px 10px;font-size:.62rem;font-weight:700}.rl-feat-card__body{flex-direction:column;flex:1;gap:4px;padding:12px 14px;display:flex}.rl-feat-card__name{font-family:var(--font-display);letter-spacing:.03em;color:#ede4d4;font-size:.84rem;font-weight:700;line-height:1.2}.rl-feat-card__meta{font-family:var(--font-display);color:#ede4d466;letter-spacing:.02em;font-size:.68rem}.rl-feat-card__foot{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.rl-feat-card__price{font-family:var(--font-display);color:#ede4d4;font-size:1.1rem;font-weight:700;line-height:1}.rl-feat-card__price span{color:#ede4d466;margin-left:2px;font-size:.68rem;font-weight:400}.rl-feat-card__view{font-family:var(--font-display);color:#ede4d480;transition:color var(--transition), border-color var(--transition);border:1px solid #ede4d42e;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:600}.rl-feat-card:hover .rl-feat-card__view{color:#ede4d4;border-color:#ede4d459}.rl-feat__arrows{flex-direction:column;flex-shrink:0;justify-content:center;gap:8px;display:flex}.rl-feat__arrow{color:#1e1008;width:44px;height:44px;transition:filter var(--transition);background:#ede4d4;border-radius:50%;justify-content:center;align-items:center;display:flex}.rl-feat__arrow:hover{filter:brightness(.9)}.rl-feat__arrow--ghost{color:#ede4d4;background:#ffffff1a;border:1px solid #ede4d44d}.rl-feat__arrow--ghost:hover{background:#ffffff2e}.rl-hero__foot{z-index:2;justify-content:space-between;align-items:center;padding:20px 0 28px;display:flex;position:relative}.rl-hero__foot-label{font-family:var(--font-display);letter-spacing:.08em;color:#ede4d44d;font-size:.72rem;font-weight:600}.rl-hero__foot-cta{font-family:var(--font-display);letter-spacing:.05em;color:#1e1008;transition:filter var(--transition);background:#ede4d4;border-radius:999px;padding:10px 22px;font-size:.78rem;font-weight:700}.rl-hero__foot-cta:hover{filter:brightness(.92)}.rl-filterbar{z-index:90;pointer-events:none;background:0 0;padding:10px 40px;position:sticky;top:72px}.rl-filterbar--stuck .rl-filterbar__wrap{box-shadow:0 8px 40px #00000047}.rl-filterbar__wrap{-webkit-backdrop-filter:blur(18px);pointer-events:all;background:#ede4d4f5;border-radius:999px;max-width:1200px;margin:0 auto;padding:14px 32px 10px;transition:box-shadow .2s;box-shadow:0 4px 24px #00000029}.rl-filterbar__row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.rl-search{min-width:200px;max-width:300px;height:40px;transition:border-color var(--transition), background var(--transition);background:#ffffffb3;border:1.5px solid #1e100826;border-radius:999px;flex:1;align-items:center;gap:8px;padding:0 14px;display:flex}.rl-search:focus-within{background:#fff;border-color:#1e1008}.rl-search__icon{color:#1e100859;flex-shrink:0}.rl-search__input{font-family:var(--font-display);color:#1e1008;background:0 0;border:none;outline:none;flex:1;font-size:.8rem;font-weight:500}.rl-search__input::placeholder{color:#1e100859}.rl-search__clear{color:#1e100866;transition:color var(--transition);flex-shrink:0;align-items:center;display:flex}.rl-search__clear:hover{color:#1e1008}.rl-type-chips{flex-wrap:wrap;flex:1;gap:6px;display:flex}.rl-chip{font-family:var(--font-display);letter-spacing:.04em;color:#1e100899;transition:all var(--transition);white-space:nowrap;border:1.5px solid #1e100826;border-radius:999px;padding:8px 16px;font-size:.74rem;font-weight:600}.rl-chip:hover{color:#1e1008;border-color:#1e1008}.rl-chip--active{color:#ede4d4;background:#1e1008;border-color:#1e1008}.rl-adv-btn{font-family:var(--font-display);letter-spacing:.04em;color:#ede4d4;transition:filter var(--transition);background:#1e1008;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:8px 18px;font-size:.74rem;font-weight:700;display:flex}.rl-adv-btn:hover{filter:brightness(1.3)}.rl-adv-btn--open{background:#c06240}.rl-adv-badge{color:#1e1008;background:#f4d36a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.rl-filterbar__districts{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.rl-district-lbl{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1e100866;flex-shrink:0;margin-right:4px;font-size:.65rem;font-weight:700}.rl-dpill{font-family:var(--font-display);letter-spacing:.03em;color:#1e10088c;transition:all var(--transition);border:1px solid #1e100826;border-radius:999px;padding:5px 13px;font-size:.72rem;font-weight:600}.rl-dpill:hover{color:#1e1008;border-color:#1e1008}.rl-dpill--active{color:#c06240;background:#c062401f;border-color:#c06240}.rl-drawer{background:#fff;border-bottom:1.5px solid #1e100814}.rl-drawer__inner{max-width:1280px;margin:0 auto;padding:20px 40px 24px}.rl-drawer__head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.rl-drawer__title{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1e1008;font-size:.72rem;font-weight:700}.rl-drawer__collapse{font-family:var(--font-display);color:#c06240;letter-spacing:.03em;transition:opacity var(--transition);font-size:.72rem;font-weight:500}.rl-drawer__collapse:hover{opacity:.7}.rl-drawer__grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.rl-drawer__group{flex-direction:column;gap:10px;display:flex}.rl-drawer__glabel{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#1e100866;font-size:.65rem;font-weight:700}.rl-drawer__range{accent-color:#c06240;width:100%}.rl-drawer__range-vals{font-family:var(--font-display);color:#1e100873;justify-content:space-between;font-size:.72rem;display:flex}.rl-drawer__range-cur{color:#c06240;font-weight:700}.rl-drawer__chips{flex-wrap:wrap;gap:6px;display:flex}.rl-drawer__chip{font-family:var(--font-display);color:#1e10088c;transition:all var(--transition);border:1.5px solid #1e100826;border-radius:8px;padding:6px 14px;font-size:.74rem;font-weight:600}.rl-drawer__chip:hover{color:#1e1008;border-color:#1e1008}.rl-drawer__chip--on{color:#ede4d4;background:#1e1008;border-color:#1e1008}.rl-drawer__amenity-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.rl-drawer__amenity{font-family:var(--font-display);color:#1e1008;cursor:pointer;align-items:center;gap:8px;font-size:.76rem;font-weight:500;display:flex}.rl-drawer__cb{width:15px;height:15px;transition:all var(--transition);border:1.5px solid #1e100833;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rl-drawer__cb--on{color:#ede4d4;background:#1e1008;border-color:#1e1008}.rl-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:18px 40px;display:flex}.rl-toolbar__left{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.rl-toolbar__count{font-family:var(--font-display);color:#ede4d4;font-size:1.2rem;font-weight:700}.rl-toolbar__cap{font-family:var(--font-display);color:#ede4d459;font-size:.8rem}.rl-toolbar__right{align-items:center;gap:8px;display:flex}.rl-toolbar__sort-lbl{font-family:var(--font-display);color:#ede4d466;font-size:.76rem}.rl-sort{font-family:var(--font-display);color:#ede4d4;cursor:pointer;background:#ede4d414;border:1px solid #ede4d424;border-radius:8px;outline:none;padding:7px 14px;font-size:.78rem;font-weight:600}.rl-sort option{background:#1e1008}.rl-active-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.rl-active-chip{font-family:var(--font-display);letter-spacing:.03em;color:#ede4d4;transition:background var(--transition);background:#1e1008;border:1px solid #ede4d426;border-radius:999px;align-items:center;gap:6px;padding:5px 10px 5px 12px;font-size:.7rem;font-weight:600;display:flex}.rl-active-chip:hover{background:#2d1d10}.rl-clear-all{font-family:var(--font-display);color:#c06240;transition:opacity var(--transition);padding:0 4px;font-size:.72rem;font-weight:500;text-decoration:underline}.rl-clear-all:hover{opacity:.7}.rl-body{max-width:1280px;margin:0 auto;padding:0 40px 80px}.rl-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:60px;display:grid}.rl-pc{cursor:pointer;background:#d6c4ad;border:1px solid #1e10081f;border-radius:20px;flex-direction:column;transition:transform .16s ease-out,box-shadow .16s ease-out;display:flex;overflow:hidden;box-shadow:0 2px 12px #1e10081a}.rl-pc:hover{transform:translateY(-4px);box-shadow:0 8px 28px #1e10082e}.rl-pc__video{object-fit:cover;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.rl-pc__placeholder-icon{color:#ede4d424;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.rl-pc__img{background:#1a0f07;border-bottom:2px solid #1e10081a;flex-shrink:0;justify-content:space-between;align-items:flex-start;height:185px;padding:10px;display:flex;position:relative;overflow:hidden}.rl-pc__badge{font-family:var(--font-display);letter-spacing:.07em;border-radius:999px;padding:4px 10px;font-size:.63rem;font-weight:700}.rl-pc__badge--available{color:#6ee7a0;background:#34d3782e;border:1px solid #34d37859}.rl-pc__badge--pending{color:#fcd34d;background:#fbbf242e;border:1px solid #fbbf2459}.rl-pc__badge--rented{color:#ede4d480;background:#94a3b826;border:1px solid #94a3b847}.rl-pc__badge--feat{color:#f4d36a;background:#f4d36a33;border:1px solid #f4d36a59;position:absolute;bottom:10px;left:10px}.rl-pc__badge--listing-type{position:absolute;top:10px;left:10px}.rl-pc__badge--rent{color:#6ee7b7;background:#34d3992e;border:1px solid #34d39959}.rl-pc__badge--sale{color:#e8a87c;background:#c77e5933;border:1px solid #c77e5959}.rl-pc__fav{color:#ede4d466;width:30px;height:30px;transition:color var(--transition), background var(--transition);z-index:1;background:#140a0480;border:1px solid #ede4d426;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;display:flex}.rl-pc__fav:hover{color:#e74c3c;background:#140a04cc}.rl-pc__fav--on{color:#e74c3c}.rl-pc__body{background:#d6c4ad;flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.rl-pc__top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.rl-pc__title-col{flex:1;min-width:0}.rl-pc__title{font-family:var(--font-display);letter-spacing:.01em;color:#1e1008;white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:.9rem;font-weight:700;line-height:1.3;overflow:hidden}.rl-pc__loc{font-family:var(--font-display);color:#1e100885;font-size:.71rem}.rl-pc__price-col{text-align:right;flex-shrink:0}.rl-pc__price{font-family:var(--font-display);color:#1e1008;font-size:1.05rem;font-weight:800;line-height:1}.rl-pc__period{font-family:var(--font-display);color:#1e100873;text-align:right;margin-top:3px;font-size:.62rem}.rl-pc__divider{background:#1e10081a;height:1px;margin-bottom:10px}.rl-pc__feats{font-family:var(--font-display);color:#1e100899;flex-wrap:wrap;gap:14px;margin-bottom:14px;font-size:.73rem;font-weight:600;display:flex}.rl-pc__actions{gap:8px;margin-top:auto;display:flex}.rl-pc__btn{font-family:var(--font-display);letter-spacing:.03em;text-align:center;transition:all var(--transition);border-radius:10px;flex:1;justify-content:center;align-items:center;padding:9px 12px;font-size:.73rem;font-weight:700;display:flex}.rl-pc__btn--outline{color:#1e1008a6;background:#1e10080a;border:1px solid #1e100838}.rl-pc__btn--outline:hover{color:#1e1008;background:#1e10081a;border-color:#1e100873}.rl-pc__btn--enquire{color:#fff;background:#c06240}.rl-pc__btn--enquire:hover{filter:brightness(1.08)}.rl-empty{text-align:center;-webkit-backdrop-filter:blur(18px);background:#140a04b8;border:1.5px dashed #ede4d433;border-radius:16px;margin-bottom:60px;padding:80px 32px}.rl-empty__icon{opacity:.55;margin-bottom:16px;font-size:3rem}.rl-empty__h{font-family:var(--font-body);color:#ede4d4;margin-bottom:10px;font-size:1.4rem;font-style:italic}.rl-empty__sub{font-family:var(--font-display);color:#ede4d499;font-size:.84rem}.rl-empty__reset{color:#c06240;font:inherit;transition:opacity var(--transition);text-decoration:underline}.rl-empty__reset:hover{opacity:.7}.rl-cta{-webkit-backdrop-filter:blur(18px);background:#140a049e;border:1px solid #ede4d412;border-radius:20px;overflow:hidden}.rl-cta__inner{justify-content:space-between;align-items:center;gap:48px;padding:64px 56px;display:flex}.rl-cta__text{flex:1}.rl-cta__eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:#ede4d44d;margin-bottom:16px;font-size:.68rem;font-weight:700}.rl-cta__h2{color:#ede4d4;margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.1;font-family:var(--font-body)!important;font-weight:400!important}.rl-cta__h2 em{color:#c06240;font-style:italic}.rl-cta__sub{font-family:var(--font-display);color:#ede4d45c;max-width:400px;font-size:.86rem;line-height:1.6}.rl-cta__btn{font-family:var(--font-display);letter-spacing:.06em;color:#1e1008;white-space:nowrap;transition:filter var(--transition), transform var(--transition);background:#ede4d4;border-radius:999px;flex-shrink:0;padding:16px 32px;font-size:.8rem;font-weight:700}.rl-cta__btn:hover{filter:brightness(.92);transform:translateY(-1px)}.rl-overlay{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.rl-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:860px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000059}.rl-modal__scroll-track{z-index:10;background:#ffffff26;border-radius:18px 18px 0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.rl-modal__scroll-bar{background:#c06240;border-radius:2px;width:0%;height:100%;transition:width 50ms linear}.rl-modal__body{scrollbar-width:none;flex:1;overflow-y:auto}.rl-modal__hero{background:linear-gradient(145deg,#1e1008,#3a2010);border-radius:18px 18px 0 0;justify-content:space-between;align-items:flex-start;height:240px;padding:16px 20px;display:flex;position:relative}.rl-modal__status{font-family:var(--font-display);letter-spacing:.08em;border-radius:999px;padding:5px 13px;font-size:.68rem;font-weight:700}.rl-modal__status--available{color:#6ee7a0;background:#34d37826;border:1px solid #34d37859}.rl-modal__status--pending{color:#fcd34d;background:#fbbf2426;border:1px solid #fbbf2459}.rl-modal__close{color:#ede4d4b3;width:34px;height:34px;transition:background var(--transition);background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.rl-modal__close:hover{background:#ffffff38}.rl-modal__body{scrollbar-width:none;padding:28px 32px 32px}.rl-modal__body::-webkit-scrollbar{display:none}.rl-modal__top{margin-bottom:20px}.rl-modal__price{font-family:var(--font-display);color:var(--ink);margin-bottom:6px;font-size:1.9rem;font-weight:700;line-height:1}.rl-modal__price span{color:var(--ink-muted);margin-left:4px;font-size:.88rem;font-weight:400}.rl-modal__title{font-family:var(--font-body);color:var(--ink);margin-bottom:4px;font-size:1.3rem;font-style:italic}.rl-modal__loc{font-family:var(--font-display);color:var(--ink-muted);font-size:.82rem}.rl-modal__features{border-top:1px solid var(--paper-2);border-bottom:1px solid var(--paper-2);flex-wrap:wrap;gap:8px;margin-bottom:20px;padding:14px 0;display:flex}.rl-modal__feat{font-family:var(--font-display);background:var(--paper-2);color:var(--ink);border-radius:8px;padding:8px 13px;font-size:.78rem;font-weight:600}.rl-modal__section{margin-bottom:20px}.rl-modal__eyebrow{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:10px;font-size:.65rem;font-weight:700}.rl-modal__desc{color:var(--ink-muted);font-size:.9rem;line-height:1.75}.rl-modal__amenities{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.rl-modal__amenity{font-family:var(--font-display);border:1.5px solid var(--paper-3);color:var(--ink);border-radius:8px;align-items:center;gap:8px;padding:9px 12px;font-size:.76rem;font-weight:500;display:flex}.rl-modal__amenity-check{color:#27ae60;flex-shrink:0}.rl-modal__costs{background:var(--paper-2);border-radius:12px;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.rl-modal__cost-row{font-family:var(--font-display);justify-content:space-between;align-items:center;font-size:.84rem;display:flex}.rl-modal__cost-row span:first-child{color:var(--ink-muted)}.rl-modal__cost-row span:last-child{color:var(--ink);font-weight:600}.rl-modal__cost-total{border-top:1px solid var(--paper-3);margin-top:2px;padding-top:10px}.rl-modal__cost-total span:first-child{color:var(--ink);font-weight:600}.rl-modal__cost-total span:last-child{color:#c06240;font-size:1rem;font-weight:700}.rl-modal__cost-note{color:#1e140a80;font-size:.72rem;font-family:var(--font-display);letter-spacing:.03em;margin-top:10px}.rl-modal__actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.rl-modal__btn{min-width:140px;font-family:var(--font-display);letter-spacing:.04em;text-align:center;transition:filter var(--transition);border-radius:999px;flex:1;justify-content:center;align-items:center;padding:13px 16px;font-size:.78rem;font-weight:700;display:flex}.rl-modal__btn--primary{color:#ede4d4;background:#1e1008}.rl-modal__btn--primary:hover{filter:brightness(1.4)}.rl-modal__btn--wa{color:#fff;background:#25d366}.rl-modal__btn--wa:hover{filter:brightness(.92)}.rl-modal__btn--ghost{color:#1e1008a6;border:1.5px solid #1e10082e}.rl-modal__btn--ghost:hover{color:#1e1008;border-color:#1e1008}.rl-modal__detail-link{font-family:var(--font-display);color:#1e100866;transition:color var(--transition);font-size:.74rem;text-decoration:underline}.rl-modal__detail-link:hover{color:#c06240}@media (width<=1100px){.rl-hero{padding:0 40px}.rl-hero__counter{right:40px}.rl-filterbar{padding:10px 28px}.rl-filterbar__wrap{padding:12px 20px 10px}.rl-toolbar{padding:16px 28px}.rl-body{padding:0 28px 60px}.rl-grid,.rl-drawer__grid{grid-template-columns:repeat(2,1fr)}.rl-cta__inner{flex-direction:column;align-items:flex-start;gap:28px;padding:48px 40px}}@media (width<=768px){.rl-hero{min-height:560px;padding:0 24px}.rl-hero__counter{display:none}.rl-feat__cards{grid-template-columns:1fr 1fr}.rl-filterbar{padding:8px 16px}.rl-filterbar__wrap{border-radius:24px;padding:12px 16px 10px}.rl-filterbar__row{gap:6px}.rl-type-chips{display:none}.rl-toolbar{padding:14px 16px}.rl-body{padding:0 16px 40px}.rl-grid,.rl-drawer__grid{grid-template-columns:1fr}.rl-modal__amenities{grid-template-columns:1fr 1fr}.rl-cta__inner{padding:40px 28px}}@media (width<=480px){.rl-feat__cards{grid-template-columns:1fr}.rl-filterbar__districts{display:none}.rl-modal__actions{flex-direction:column}}.vidband-stage{padding:0 16px 16px}.vidband-stage .vidband__text{opacity:0;transition:opacity .68s cubic-bezier(.22,1,.36,1),transform .68s cubic-bezier(.22,1,.36,1);transform:translateY(36px)}.vidband-stage .vidband__stats{opacity:0;transition:opacity .68s cubic-bezier(.22,1,.36,1) .15s,transform .68s cubic-bezier(.22,1,.36,1) .15s;transform:translateY(36px)}.vidband-stage--revealed .vidband__text,.vidband-stage--revealed .vidband__stats{opacity:1;transform:translateY(0)}.vidband{-webkit-backdrop-filter:blur(18px);background:#ffffff2e;border:1px solid #ffffff47;border-radius:24px;align-items:center;display:flex;overflow:hidden}.vidband__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;padding:64px 56px;display:grid}.vidband__eyebrow{align-items:center;gap:8px;margin-bottom:20px;display:flex}.vidband__eyebrow-dot{background:linear-gradient(90deg,#000000b3 50%,#0000 50%);border:1.5px solid #00000059;border-radius:50%;flex-shrink:0;width:10px;height:10px}.vidband__eyebrow span{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#0006;font-size:.72rem;font-weight:600}.vidband__h2{color:#000;margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.12;font-family:var(--font-body)!important;font-weight:400!important}.vidband__h2 em{color:#c06240;font-style:italic}.vidband__sub{color:#00000080;max-width:360px;font-size:.9rem;line-height:1.7}.vidband__stats{grid-template-columns:1fr 1fr;gap:36px 28px;display:grid}.vidband__stat{flex-direction:column;gap:4px;display:flex}.vidband__stat-num{font-family:var(--font-body);color:#000;font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1}.vidband__stat-label{font-family:var(--font-display);letter-spacing:.02em;color:#000000a6;font-size:.82rem;font-weight:600}.vidband__stat-sub{color:#00000059;letter-spacing:.01em;font-size:.76rem}@media (width<=900px){.vidband__inner{grid-template-columns:1fr;gap:40px;padding:52px 44px}}@media (width<=640px){.vidband-stage{padding:0 0 8px}.vidband{min-height:unset;border-radius:0}.vidband__inner{gap:36px;padding:48px 28px}.vidband__stats{gap:24px 20px}}.page-hero{background:var(--dark);padding-block:4rem 3.5rem}.page-hero .label{margin-bottom:.75rem}.page-hero h1{color:#fff}.page-hero p{color:#fff9;max-width:560px;margin-top:.75rem;font-size:1.05rem}.agent-featured{background:var(--dark-2);padding-block:4rem}.agent-featured__inner{grid-template-columns:auto 1fr;align-items:center;gap:3rem;display:grid}.agent-featured__avatar{border:4px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:160px;height:160px;overflow:hidden}.agent-featured__name{font-family:var(--font-display);color:#fff;font-size:2.2rem;font-weight:700}.agent-featured__role{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-top:.25rem;font-size:.8rem}.agent-featured__bio{color:#fff9;max-width:520px;margin-top:.75rem;line-height:1.7}.agent-featured__stats{gap:2rem;margin-top:1.5rem;display:flex}.agent-featured__stat-num{font-family:var(--font-display);color:#fff;font-size:1.8rem;font-weight:700}.agent-featured__stat-label{color:#fff6;font-size:.8rem}.agent-card{border-radius:var(--radius-md);box-shadow:var(--shadow);text-align:center;transition:box-shadow var(--transition), transform var(--transition);background:#fff;overflow:hidden}.agent-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.agent-card__img{aspect-ratio:1;background:var(--paper-2);position:relative}.agent-card__body{padding:1.25rem 1.25rem 1.5rem}.agent-card__name{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.agent-card__role{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-top:.2rem;font-size:.72rem;font-weight:600}.agent-card__specialties{flex-wrap:wrap;justify-content:center;gap:.4rem;margin:.75rem 0;display:flex}.agent-card__specialty{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;background:var(--paper-2);color:var(--ink-muted);border-radius:2px;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.agent-card__stats{border-top:1px solid var(--paper-2);border-bottom:1px solid var(--paper-2);justify-content:center;gap:1.5rem;margin:.75rem 0;padding:.75rem 0;display:flex}.agent-card__stat-num{font-family:var(--font-display);font-size:1.3rem;font-weight:700}.agent-card__stat-label{color:var(--ink-muted);font-size:.75rem}.agent-card__contact{gap:.5rem;display:flex}.agent-card__contact .btn{flex:1;justify-content:center}.rentals-layout{grid-template-columns:260px 1fr;align-items:start;gap:2rem;display:grid}.filter-sidebar{border-radius:var(--radius-md);box-shadow:var(--shadow);top:calc(var(--nav-h) + 1rem);background:#fff;padding:1.5rem;position:sticky}.filter-sidebar__title{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid var(--paper-2);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.filter-sidebar__reset{color:var(--accent);font-size:.78rem;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.filter-group{border-bottom:1px solid var(--paper-2);margin-bottom:1.5rem;padding-bottom:1.5rem}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-group__label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.filter-chips{flex-wrap:wrap;gap:.4rem;display:flex}.filter-chip{border:1.5px solid var(--paper-3);border-radius:var(--radius);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);cursor:pointer;transition:all var(--transition);padding:.35rem .8rem;font-size:.75rem;font-weight:600}.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.filter-chip--active{border-color:var(--accent);background:var(--accent);color:#fff}.filter-range{width:100%;accent-color:var(--accent);margin-block:.5rem}.filter-range-vals{font-family:var(--font-display);color:var(--ink-muted);justify-content:space-between;font-size:.78rem;font-weight:600;display:flex}.filter-check{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.2rem 0;font-size:.88rem;display:flex}.filter-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.rentals-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.rentals-toolbar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.rentals-count{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-size:.82rem;font-weight:600}.rentals-sort{max-width:180px}.modal-overlay{z-index:300;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal{background:var(--paper);border-radius:var(--radius-lg);width:100%;max-width:780px;max-height:90vh;box-shadow:var(--shadow-lg);position:relative;overflow-y:auto}.modal__close{float:right;width:36px;height:36px;color:var(--ink);z-index:1;transition:background var(--transition);background:#0000001a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:1rem 1rem 0 0;font-size:1.2rem;display:flex;position:sticky;top:1rem}.modal__close:hover{background:#0000002e}.modal__img{aspect-ratio:16/9;border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:relative;overflow:hidden}.modal__body{padding:2rem}.modal__price{font-family:var(--font-display);font-size:2.2rem;font-weight:700}.modal__price-period{color:var(--ink-muted);font-size:.9rem;font-weight:400}.modal__title{font-size:1.1rem;font-family:var(--font-body);margin:.25rem 0 0}.modal__location{color:var(--ink-muted);margin-top:.25rem;font-size:.9rem}.modal__features{background:var(--paper-2);border-radius:var(--radius);flex-wrap:wrap;gap:1.25rem;margin:1.25rem 0;padding:1rem;display:flex}.modal__feature{font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:flex}.modal__section-title{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted);margin:1.5rem 0 .75rem;font-size:.78rem;font-weight:700}.modal__description{color:var(--ink-muted);line-height:1.7}.modal__amenities{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.modal__amenity{color:var(--ink-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.modal__amenity:before{content:"✓";color:var(--success);font-weight:700;font-family:var(--font-display)}.modal__costs{background:var(--paper-2);border-radius:var(--radius);padding:1.25rem}.modal__cost-row{border-bottom:1px solid var(--paper-3);justify-content:space-between;padding-block:.4rem;font-size:.9rem;display:flex}.modal__cost-row:last-child{border-bottom:none}.modal__cost-total{font-family:var(--font-display);margin-top:.25rem;font-size:1.05rem;font-weight:700}.modal__actions{gap:1rem;margin-top:2rem;display:flex}.modal__actions .btn{flex:1;justify-content:center}.contact-layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:4rem;display:grid}.contact-info__title{margin-bottom:.5rem;font-size:1.1rem}.contact-info p{color:var(--ink-muted);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.social-links{flex-direction:column;gap:.75rem;display:flex}.social-link{border:1.5px solid var(--paper-3);border-radius:var(--radius);font-family:var(--font-display);letter-spacing:.04em;text-transform:uppercase;color:var(--ink);transition:all var(--transition);align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.82rem;font-weight:600;display:flex}.social-link:hover{border-color:var(--accent);color:var(--accent)}.social-link__icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;display:flex}.contact-form-card{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fff;padding:2.5rem}.contact-form__title{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.5rem;font-weight:700}.contact-form__sub{color:var(--ink-muted);margin-bottom:2rem}.contact-form__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.apply-layout{grid-template-columns:1fr 320px;align-items:start;gap:2.5rem;display:grid}.stepper{gap:0;margin-bottom:2.5rem;display:flex}.stepper__item{flex:1;align-items:center;display:flex}.stepper__item:last-child .stepper__line{display:none}.stepper__dot-wrap{flex-direction:column;align-items:center;gap:.4rem;display:flex}.stepper__dot{border:2px solid var(--paper-4);background:var(--paper);width:32px;height:32px;font-family:var(--font-display);color:var(--ink-light);transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.stepper__dot--active{border-color:var(--accent);background:var(--accent);color:#fff}.stepper__dot--done{border-color:var(--success);background:var(--success);color:#fff}.stepper__label{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-light);white-space:nowrap;font-size:.68rem;font-weight:600}.stepper__label--active{color:var(--accent)}.stepper__line{background:var(--paper-3);margin-top:-1.5rem;flex:1;height:2px;margin-inline:.5rem}.stepper__line--done{background:var(--success)}.apply-form-card{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fff;padding:2rem}.apply-form-card__title{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.3rem;font-weight:700}.apply-form-card__sub{color:var(--ink-muted);margin-bottom:2rem;font-size:.9rem}.apply-form__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.apply-form__nav{border-top:1px solid var(--paper-2);justify-content:space-between;margin-top:2rem;padding-top:1.5rem;display:flex}.apply-sidebar{top:calc(var(--nav-h) + 1rem);flex-direction:column;gap:1rem;display:flex;position:sticky}.apply-sidebar__card{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fff;padding:1.5rem}.apply-sidebar__card h4{margin-bottom:.5rem;font-size:1rem}.apply-sidebar__card p{color:var(--ink-muted);font-size:.85rem;line-height:1.6}.docs-list{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.docs-list__item{color:var(--ink-muted);background:var(--paper-2);border-radius:var(--radius);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.docs-list__icon{color:var(--ink-light)}.review-card{border-radius:var(--radius-md);box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.review-card__stars{color:#f5a623;gap:.2rem;font-size:1rem;display:flex}.review-card__quote{color:var(--ink-muted);flex:1;font-size:.95rem;font-style:italic;line-height:1.7}.review-card__author{border-top:1px solid var(--paper-2);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.review-card__avatar{background:var(--paper-2);width:44px;height:44px;font-family:var(--font-display);color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;overflow:hidden}.review-card__name{font-family:var(--font-display);font-size:1rem;font-weight:700}.review-card__detail{color:var(--ink-muted);margin-top:.1rem;font-size:.8rem}.testimonials-summary{background:var(--dark);margin-bottom:4rem;padding-block:3rem}.testimonials-summary__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.testimonials-summary__score{font-family:var(--font-display);color:#fff;font-size:4rem;font-weight:700;line-height:1}.testimonials-summary__stars{color:#f5a623;gap:.3rem;margin-top:.25rem;font-size:1.5rem;display:flex}.testimonials-summary__label{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin-top:.25rem;font-size:.75rem;font-weight:600}.testimonials-summary__platforms{flex-wrap:wrap;gap:2rem;display:flex}.testimonials-summary__platform{text-align:center}.testimonials-summary__platform-name{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:.35rem;font-size:.7rem;font-weight:600}.testimonials-summary__platform-score{font-family:var(--font-display);color:#fff;font-size:1.5rem;font-weight:700}.faq-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.faq-tab{border:1.5px solid var(--paper-3);font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase;color:var(--ink-muted);cursor:pointer;transition:all var(--transition);border-radius:999px;padding:.55rem 1.25rem;font-size:.8rem;font-weight:600}.faq-tab:hover{border-color:var(--accent);color:var(--accent)}.faq-tab--active{background:var(--accent);border-color:var(--accent);color:#fff}.faq-list{flex-direction:column;gap:.75rem;display:flex}.faq-item{border-radius:var(--radius-md);border:1px solid var(--paper-3);transition:border-color var(--transition);background:#fff;overflow:hidden}.faq-item--open{border-color:var(--accent)}.faq-item__q{text-align:left;width:100%;font-family:var(--font-display);color:var(--ink);transition:color var(--transition);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-item__q:hover,.faq-item--open .faq-item__q{color:var(--accent)}.faq-item__icon{width:24px;height:24px;transition:transform var(--transition);border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:flex}.faq-item--open .faq-item__icon{transform:rotate(45deg)}.faq-item__a{color:var(--ink-muted);border-top:1px solid var(--paper-2);padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.7}.faq-contact{background:var(--paper-2);border-radius:var(--radius-md);text-align:center;margin-top:3rem;padding:2.5rem}.faq-contact h3{margin-bottom:.5rem}.faq-contact p{color:var(--ink-muted);margin-bottom:1.5rem}.faq-contact__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.empty-state{text-align:center;color:var(--ink-muted);padding:4rem 2rem}.empty-state__icon{opacity:.3;margin-bottom:1rem;font-size:3rem}.empty-state h3{margin-bottom:.5rem;font-size:1.3rem}.success-state{text-align:center;padding:4rem 2rem}.success-state__icon{width:72px;height:72px;color:var(--success);background:#d4edda;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.success-state h2{margin-bottom:.75rem}.success-state p{color:var(--ink-muted);max-width:420px;margin:0 auto 2rem}.tour-banner{background:var(--paper-2);border:1.5px solid var(--paper-3);border-radius:var(--radius-md);margin-top:1rem;padding:1.5rem}.tour-banner h4{margin-bottom:.4rem;font-size:1rem}.tour-banner p{color:var(--ink-muted);margin-bottom:1rem;font-size:.85rem;line-height:1.5}.tour-banner .btn{justify-content:center;width:100%}@media (width<=1024px){.about-card{grid-template-columns:1fr}.about-visual{min-height:320px}.about-content{padding:40px 36px}.grid-4{grid-template-columns:repeat(2,1fr)}.rentals-layout{grid-template-columns:220px 1fr}.apply-layout{grid-template-columns:1fr}.apply-sidebar{position:static}.hero{min-height:720px}.hero-headline{top:110px;left:32px}.hero-headline h1{font-size:clamp(2rem,4vw,2.8rem)}.hero-trust{top:110px;right:32px}.hero-stats{grid-template-columns:repeat(2,1fr);bottom:28px;left:32px;right:32px}.hero-foot{left:32px;right:32px}.hero-nav{left:16px;right:16px}}@media (width<=768px){:root{--nav-h:60px}.nav__links,.nav__cta{display:none}.nav__hamburger{display:flex}h1{font-size:2.5rem}h2{font-size:1.8rem}.section{padding-block:3.5rem}.section--lg{padding-block:4rem}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}.hero-stage{padding:0}.hero{border-radius:0;min-height:100svh}.hero-nav__center,.hero-nav__blog{display:none}.hero-stats{grid-template-columns:1fr 1fr;gap:10px;bottom:80px;left:20px;right:20px}.hero-stat{border-radius:14px;min-height:120px;padding:14px}.hero-stat:nth-child(3),.hero-stat:nth-child(4),.hero-trust{display:none}.hero-foot{bottom:20px;left:20px;right:20px}.hero-foot__icons{display:none}.hero-headline{max-width:none;top:90px;left:20px;right:20px}.hero-headline h1{font-size:2.1rem}.hero-nav{top:16px;left:14px;right:14px}.stats-bar__inner{grid-template-columns:repeat(2,1fr)}.about-stage{padding:0}.about-card{border-radius:0}.about-content{padding:32px 20px}.about-chips{left:16px;right:16px}.about__split{grid-template-columns:1fr;gap:2.5rem}.about__img-accent{display:none}.agent-featured__inner{text-align:center;grid-template-columns:1fr}.agent-featured__avatar{margin-inline:auto}.agent-featured__stats{justify-content:center}.agent-featured__bio{margin-inline:auto}.rentals-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.rentals-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:2.5rem}.apply-form__grid,.contact-form__grid{grid-template-columns:1fr}.modal{border-radius:var(--radius-md) var(--radius-md) 0 0}.modal-overlay{align-items:flex-end;padding:0}.modal__amenities{grid-template-columns:1fr}.modal__actions,.testimonials-summary__inner{flex-direction:column}.stepper__label{display:none}}@media (width<=480px){.grid-4{grid-template-columns:1fr}.stats-bar__inner{grid-template-columns:1fr 1fr}.agent-card__contact,.hero__actions{flex-direction:column}.apply-form__nav{flex-direction:column-reverse;gap:.75rem}.apply-form__nav .btn{justify-content:center;width:100%}}.cs-wall{min-height:calc(100vh - var(--nav-h));justify-content:center;align-items:center;padding:60px 24px;display:flex}.cs-wall__inner{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ede4d48c;border:1px solid #ede4d459;border-radius:24px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px;padding:64px 56px;display:flex}.cs-wall__icon{margin-bottom:8px;font-size:3rem;line-height:1}.cs-wall__title{font-family:var(--font-display);color:var(--ink);margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.cs-wall__sub{color:var(--ink-muted);max-width:320px;margin:0;font-size:1rem;line-height:1.6}.cs-wall__btn{color:#ede4d4;cursor:pointer;letter-spacing:.02em;background:#1e1008;border:none;border-radius:999px;margin-top:8px;padding:12px 32px;font-size:.9rem;font-weight:600;transition:filter .18s}.cs-wall__btn--back{align-items:center;gap:8px;display:inline-flex}.rv-page{background:0 0;min-height:100vh}.rv-hero-stage{padding:16px}.rv-hero{border-radius:var(--hero-radius);background:#1e1008;padding-bottom:96px;position:relative;overflow:hidden}.rv-hero__bg{object-fit:cover;object-position:center 28%;z-index:0;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.rv-hero__vignette{z-index:1;pointer-events:none;background:linear-gradient(#1408028c 0%,#14080240 40%,#1408028c 100%);position:absolute;inset:0}.rv-hero:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(80% 50% at 50% 100%,#c0624038 0%,#0000 70%);position:absolute;inset:0}.rv-hero__content{z-index:3;text-align:center;max-width:680px;margin:0 auto;padding:108px 24px 0;position:relative}.rv-hero__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#c06240;margin-bottom:14px;font-size:.72rem;font-weight:700}.rv-hero__title{font-family:var(--font-body);color:#ede4d4;letter-spacing:-.01em;margin-bottom:18px;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:400;line-height:1.05}.rv-hero__title em{font-style:italic}.rv-hero__sub{color:#ede4d48c;max-width:440px;margin:0 auto;font-size:1rem;line-height:1.65}.rv-band{background:#120a04;border-bottom:1px solid #ede4d412}.rv-band__inner{flex-wrap:wrap;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:28px 24px;display:flex}.rv-band__score-wrap{align-items:center;gap:14px;display:flex}.rv-band__score{font-family:var(--font-display);color:#ede4d4;font-size:3.2rem;font-weight:800;line-height:1}.rv-band__count{font-family:var(--font-display);letter-spacing:.06em;color:#ede4d461;text-transform:uppercase;margin-top:4px;font-size:.72rem}.rv-band__divider{background:#ede4d41a;flex-shrink:0;width:1px;height:44px}.rv-band__platforms{gap:32px;display:flex}.rv-band__platform{text-align:center}.rv-band__platform-score{font-family:var(--font-display);color:#ede4d4;font-size:1.25rem;font-weight:700;line-height:1}.rv-band__platform-name{font-family:var(--font-display);letter-spacing:.1em;color:#ede4d452;text-transform:uppercase;margin-top:4px;font-size:.65rem}.rv-band__recommend{text-align:center}.rv-band__recommend-pct{font-family:var(--font-display);color:#c06240;font-size:2.2rem;font-weight:800;line-height:1}.rv-band__recommend-label{font-family:var(--font-display);letter-spacing:.08em;color:#ede4d452;text-transform:uppercase;margin-top:4px;font-size:.65rem}.rv-stars{gap:1px;line-height:1;display:flex}.rv-filterbar{z-index:40;justify-content:center;padding:12px 24px;display:flex;position:sticky;top:76px}.rv-filterbar__inner{-webkit-backdrop-filter:blur(20px);background:#120802e6;border:1px solid #ede4d41a;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;display:flex;box-shadow:0 8px 32px #00000040}.rv-filterbar__chips{align-items:center;gap:4px;display:flex}.rv-filterbar__label{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:#ede4d447;white-space:nowrap;padding:0 8px 0 4px;font-size:.68rem;font-weight:700}.rv-chip{font-family:var(--font-display);color:#ede4d494;cursor:pointer;letter-spacing:.02em;background:0 0;border:1.5px solid #ede4d41a;border-radius:999px;align-items:center;gap:4px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .16s;display:inline-flex}.rv-chip:hover{color:#ede4d4;border-color:#c0624080}.rv-chip--active{color:#fff;background:#c06240;border-color:#c06240}.rv-chip--clear{color:#ede4d461;border-color:#0000}.rv-chip--clear:hover{color:#ede4d4b3;border-color:#ede4d426}.rv-sort{font-family:var(--font-display);color:#ede4d494;cursor:pointer;background:0 0;border:1.5px solid #ede4d41f;border-radius:999px;outline:none;margin-left:4px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .16s}.rv-sort:focus{color:#ede4d4;border-color:#c06240}.rv-sort option{color:#ede4d4;background:#1e1008}.rv-section{border-radius:var(--hero-radius);-webkit-backdrop-filter:blur(18px);background:#ede4d473;margin:0 16px;padding:56px 0 72px}.rv-section__inner{max-width:1100px;margin:0 auto;padding:0 24px}.rv-bento{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.rv-bento--flat{grid-template-columns:repeat(3,1fr)}.rv-empty{text-align:center;font-family:var(--font-display);color:var(--ink-muted);padding:64px 0;font-size:1.1rem}.rv-card{background:#fff;border:1px solid #1e100814;border-radius:16px;flex-direction:column;gap:16px;padding:28px;transition:box-shadow .2s,transform .2s;display:flex}.rv-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1e10081a}.rv-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.rv-card__quote{font-family:var(--font-body);color:var(--ink);flex:1;font-size:.95rem;line-height:1.7}.rv-card__quote--lg{font-size:1.1rem}.rv-card__author{align-items:center;gap:12px;margin-top:auto;display:flex}.rv-card__author-info{flex-direction:column;gap:2px;display:flex}.rv-card__name{font-family:var(--font-display);color:var(--ink);font-size:.9rem;font-weight:700;line-height:1.2}.rv-card__name--lg{font-size:1.05rem}.rv-card__detail{font-family:var(--font-display);letter-spacing:.04em;color:var(--ink-muted);text-transform:uppercase;font-size:.72rem}.rv-card__feat-label{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:#c06240;font-size:.65rem;font-weight:700}.rv-card--photo{background:linear-gradient(135deg,#1e1008 0%,#2e1c0e 100%);border-color:#c0624040;grid-column:span 2;position:relative;overflow:hidden}.rv-card--photo:before{content:"";pointer-events:none;background:radial-gradient(circle,#c0624038 0%,#0000 70%);width:260px;height:260px;position:absolute;top:-60px;right:-60px}.rv-card--photo .rv-card__quote,.rv-card--photo .rv-card__name{color:#ede4d4}.rv-card--photo .rv-card__detail{color:#ede4d473}.rv-card--photo .rv-card__feat-label{color:#c06240}.rv-card--photo .rv-stars span{color:#f5a623}.rv-card--quote{background:#c06240;border-color:#0000;grid-column:span 2;position:relative;overflow:hidden}.rv-card__quotemark{color:#ffffff38;pointer-events:none;font-family:Georgia,serif;font-size:5rem;line-height:.7;position:absolute;top:20px;left:24px}.rv-card__pull{font-family:var(--font-body);color:#fff;z-index:1;font-size:1.15rem;line-height:1.65;position:relative}.rv-card--quote .rv-card__name{color:#fff}.rv-card--quote .rv-card__detail{color:#fff9}.rv-card--quote .rv-verify-badge{color:#fff;background:#ffffff2e}.rv-avatar{font-family:var(--font-display);color:#fff;letter-spacing:-.01em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex}.rv-verify-badge{color:#2d7a4f;font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#2d7a4f1a;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.rv-how{border-radius:var(--hero-radius);background:#1e1008;margin:16px 16px 0;padding:72px 0 80px}.rv-how__inner{max-width:1100px;margin:0 auto;padding:0 24px}.rv-how__head{text-align:center;margin-bottom:52px}.rv-how__label{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#c06240;margin-bottom:14px;font-size:.72rem;font-weight:700}.rv-how__title{font-family:var(--font-display);color:#ede4d4;margin-bottom:12px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}.rv-how__sub{color:#ede4d473;max-width:440px;margin:0 auto;font-size:.95rem;line-height:1.65}.rv-how__steps{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.rv-how__step{text-align:center;background:#ede4d40a;border:1px solid #ede4d414;border-radius:16px;padding:32px 28px}.rv-how__step-icon{margin-bottom:16px;font-size:2rem}.rv-how__step-title{font-family:var(--font-display);color:#ede4d4;margin-bottom:10px;font-size:1.05rem;font-weight:700}.rv-how__step-body{color:#ede4d473;font-size:.88rem;line-height:1.65}.rv-star-input{gap:6px;display:flex}.rv-star-input__star{color:#1e100826;cursor:pointer;padding:0 2px;font-size:2rem;line-height:1;transition:color .1s,transform .1s}.rv-star-input__star--on{color:#f5a623}.rv-star-input__star:hover{transform:scale(1.15)}.rv-fab{z-index:50;color:#fff;font-family:var(--font-display);letter-spacing:.03em;background:#c06240;border-radius:999px;align-items:center;gap:8px;padding:13px 22px;font-size:.88rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #c0624073}.rv-fab:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c0624080}.rv-fab:active{transform:translateY(0)}.rv-overlay{z-index:300;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0400b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.rv-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000059}.rv-modal__scroll-track{background:#1e100812;flex-shrink:0;height:2px;position:relative}.rv-modal__scroll-bar{background:#c06240;width:0%;height:100%;transition:width 60ms linear;position:absolute;top:0;left:0}.rv-modal__body{scrollbar-width:none;flex:1;overflow-y:auto}.rv-modal__body::-webkit-scrollbar{display:none}.rv-modal__head{justify-content:space-between;align-items:center;padding:24px 28px 0;display:flex}.rv-modal__title{font-family:var(--font-display);color:var(--ink);font-size:1.35rem;font-weight:700}.rv-modal__close{background:var(--paper-2);width:32px;height:32px;color:var(--ink-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.rv-modal__close:hover{background:var(--paper-3)}.rv-form{flex-direction:column;gap:20px;padding:24px 28px 28px;display:flex}.rv-form__field{flex-direction:column;flex:1;gap:6px;display:flex}.rv-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.rv-form__label{font-family:var(--font-display);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-muted);font-size:.78rem;font-weight:700}.rv-form__opt{text-transform:none;letter-spacing:0;opacity:.65;font-weight:400}.rv-form__input,.rv-form__textarea{color:var(--ink);background:var(--paper);resize:none;border:1.5px solid #1e100824;border-radius:10px;outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .15s}.rv-form__input:focus,.rv-form__textarea:focus{border-color:#c06240}.rv-form__count{font-family:var(--font-display);color:var(--ink-light);text-align:right;margin-top:2px;font-size:.7rem}.rv-form__note{color:var(--ink-muted);background:#2d7a4f12;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-size:.78rem;display:flex}.rv-form__submit{color:#ede4d4;font-family:var(--font-display);letter-spacing:.04em;background:#1e1008;border-radius:10px;padding:13px 0;font-size:.95rem;font-weight:700;transition:opacity .2s,background .2s}.rv-form__submit:disabled{opacity:.38;cursor:not-allowed}.rv-form__submit:not(:disabled):hover{background:#2e1c0e}.rv-toast{z-index:200;color:#ede4d4;font-family:var(--font-display);opacity:0;pointer-events:none;white-space:nowrap;background:#1e1008;border-radius:999px;align-items:center;gap:10px;padding:14px 24px;font-size:.88rem;font-weight:600;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%)translateY(80px);box-shadow:0 8px 32px #0000004d}.rv-toast--visible{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=900px){.rv-bento,.rv-bento--flat{grid-template-columns:repeat(2,1fr)}.rv-card--photo,.rv-card--quote{grid-column:span 2}.rv-how__steps{grid-template-columns:1fr;max-width:480px;margin:0 auto}.rv-band__divider{display:none}.rv-band__inner{justify-content:center;gap:24px}}@media (width<=600px){.rv-bento,.rv-bento--flat{grid-template-columns:1fr}.rv-card--photo,.rv-card--quote{grid-column:span 1}.rv-card__quotemark{font-size:3.5rem}.rv-form__row{grid-template-columns:1fr}.rv-fab span{display:none}.rv-fab{border-radius:50%;padding:14px}.rv-toast{white-space:normal;text-align:center;max-width:90vw;padding:12px 18px;font-size:.8rem}}.fq-page{background:0 0;min-height:100vh}.fq-hero-stage{padding:16px}.fq-hero{border-radius:var(--hero-radius);background:#1e1008;padding-bottom:72px;position:relative;overflow:hidden}.fq-hero__bg{object-fit:cover;object-position:center 28%;z-index:0;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.fq-hero__vignette{z-index:1;pointer-events:none;background:linear-gradient(#1408028c 0%,#14080240 40%,#1408028c 100%);position:absolute;inset:0}.fq-hero:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(70% 55% at 50% 100%,#c0624024 0%,#0000 70%);position:absolute;inset:0}.fq-hero__content{z-index:3;text-align:center;max-width:680px;margin:0 auto;padding:88px 24px 0;position:relative}.fq-hero__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#c06240;margin-bottom:14px;font-size:.72rem;font-weight:700}.fq-hero__title{font-family:var(--font-display);color:#ede4d4;margin-bottom:18px;font-size:clamp(2.6rem,6.5vw,4.5rem);font-weight:700;line-height:1}.fq-hero__sub{color:#ede4d47a;max-width:420px;margin:0 auto;font-size:1rem;line-height:1.65}.fq-filterbar{z-index:40;justify-content:center;padding:10px 24px;display:flex;position:sticky;top:76px}.fq-filterbar__inner{-webkit-backdrop-filter:blur(20px);background:#120802e6;border:1px solid #ede4d41a;border-radius:999px;align-items:center;gap:4px;padding:6px 8px;display:flex;box-shadow:0 8px 32px #00000040}.fq-chip{font-family:var(--font-display);color:#ede4d494;cursor:pointer;letter-spacing:.02em;background:0 0;border:1.5px solid #ede4d41a;border-radius:999px;align-items:center;gap:5px;padding:6px 14px;font-size:.82rem;font-weight:700;transition:all .16s;display:inline-flex}.fq-chip:hover{color:#ede4d4;border-color:#c0624080}.fq-chip--active{color:#fff;background:#c06240;border-color:#c06240}.fq-chip__count{opacity:.5;font-size:.68rem}.fq-chip--active .fq-chip__count{opacity:.85}.fq-filterbar__tally{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#ede4d447;white-space:nowrap;border-left:1px solid #ede4d41a;margin-left:4px;padding-left:10px;font-size:.68rem;font-weight:700}.fq-main{border-radius:var(--hero-radius);background:var(--paper);margin:0 16px;padding:48px 0 88px}.fq-main__inner{max-width:860px;margin:0 auto;padding:0 24px}.fq-list{flex-direction:column;display:flex}.fq-item{border-bottom:1px solid #1e100814;position:relative}.fq-item:first-child{border-top:1px solid #1e100814}.fq-item__trigger{text-align:left;grid-template-columns:44px 1fr 36px;align-items:center;gap:16px;width:100%;padding:26px 0;display:grid}.fq-item__num{font-family:var(--font-display);letter-spacing:.08em;color:#1e100833;flex-shrink:0;font-size:.75rem;font-weight:700;line-height:1;transition:color .2s}.fq-item--open .fq-item__num{color:#c062408c}.fq-item__q{font-family:var(--font-display);color:var(--ink);font-size:clamp(1rem,2.2vw,1.18rem);font-weight:700;line-height:1.35;transition:color .2s}.fq-item__trigger:hover .fq-item__q,.fq-item--open .fq-item__q{color:#c06240}.fq-item__toggle{width:36px;height:36px;color:var(--ink-light);background:#1e10080d;border-radius:50%;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;transition:background .2s,color .2s,transform .32s cubic-bezier(.4,0,.2,1);display:flex}.fq-item__trigger:hover .fq-item__toggle{color:#c06240;background:#c0624014}.fq-item--open .fq-item__toggle{color:#c06240;background:#c062401f;transform:rotate(180deg)}.fq-item__body{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1);display:grid}.fq-item--open .fq-item__body{grid-template-rows:1fr}.fq-item__body-inner{overflow:hidden}.fq-item__a{font-family:var(--font-body);color:var(--ink-muted);padding:0 52px 28px 60px;font-size:.97rem;line-height:1.8}.fq-cta{border-radius:var(--hero-radius);background:#1e1008;margin:16px;padding:56px 0}.fq-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;max-width:860px;margin:0 auto;padding:0 24px;display:flex}.fq-cta__title{font-family:var(--font-display);color:#ede4d4;margin-bottom:6px;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700;line-height:1.1}.fq-cta__sub{color:#ede4d461;font-size:.9rem;line-height:1.5}.fq-cta__actions{flex-wrap:wrap;flex-shrink:0;gap:12px;display:flex}.fq-btn{font-family:var(--font-display);letter-spacing:.03em;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:8px;padding:13px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.fq-btn--wa{color:#fff;background:#25d366}.fq-btn--wa:hover{filter:brightness(1.08);transform:translateY(-1px)}.fq-btn--ghost{color:#ede4d4b3;background:0 0;border:1.5px solid #ede4d42e}.fq-btn--ghost:hover{color:#ede4d4;border-color:#ede4d473}@media (width<=640px){.fq-item__trigger{grid-template-columns:36px 1fr 32px;gap:12px;padding:20px 0}.fq-item__a{padding:0 16px 24px 48px}.fq-cta__inner{text-align:center;flex-direction:column}.fq-cta__actions{justify-content:center;width:100%}.fq-filterbar__tally{display:none}}.ct-page{background:0 0;min-height:100vh}.ct-hero-stage{padding:16px}.ct-hero{border-radius:var(--hero-radius);background:#1e1008;padding-bottom:88px;position:relative;overflow:hidden}.ct-hero__bg{object-fit:cover;object-position:center 28%;z-index:0;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.ct-hero__vignette{z-index:1;pointer-events:none;background:linear-gradient(#1408028c 0%,#14080240 40%,#1408028c 100%);position:absolute;inset:0}.ct-hero:after{content:"";z-index:2;pointer-events:none;background:radial-gradient(70% 50% at 50% 100%,#c0624033 0%,#0000 70%);position:absolute;inset:0}.ct-hero__content{z-index:3;text-align:center;max-width:680px;margin:0 auto;padding:108px 24px 0;position:relative}.ct-hero__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#c06240;margin-bottom:14px;font-size:.72rem;font-weight:700}.ct-hero__title{font-family:var(--font-body);color:#ede4d4;letter-spacing:-.01em;margin-bottom:18px;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:400;line-height:1.05}.ct-hero__title em{font-style:italic}.ct-hero__sub{color:#ede4d480;max-width:420px;margin:0 auto;font-size:1rem;line-height:1.65}.ct-body{border-radius:var(--hero-radius);background:var(--paper);margin:0 16px 16px;padding:72px 0 80px}.ct-body__inner{grid-template-columns:1fr 1.45fr;align-items:start;gap:64px;max-width:1060px;margin:0 auto;padding:0 48px;display:grid}.ct-info__eyebrow{font-family:var(--font-display);letter-spacing:.18em;text-transform:uppercase;color:#c06240;margin-bottom:10px;font-size:.72rem;font-weight:700}.ct-info__title{font-family:var(--font-display);color:var(--ink);margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.1}.ct-info__sub{color:var(--ink-muted);margin-bottom:32px;font-size:.93rem;line-height:1.7}.ct-socials{flex-direction:column;display:flex}.ct-social{border-bottom:1px solid #1e100812;align-items:center;gap:14px;padding:14px 0;text-decoration:none;transition:all .18s;display:flex}.ct-social:first-child{border-top:1px solid #1e100812}.ct-social__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .18s;display:flex}.ct-social:hover .ct-social__icon{transform:scale(1.08)}.ct-social__text{flex:1;min-width:0}.ct-social__label{font-family:var(--font-display);color:var(--ink);font-size:.92rem;font-weight:700;line-height:1.2;transition:color .18s}.ct-social:hover .ct-social__label{color:#c06240}.ct-social__handle{color:var(--ink-muted);margin-top:1px;font-size:.8rem}.ct-social__arrow{color:var(--ink-light);flex-shrink:0;transition:transform .18s}.ct-social:hover .ct-social__arrow{color:#c06240;transform:translate(4px)}.ct-hours{border-radius:var(--radius-lg);background:#1e10080a;border:1px solid #1e100812;margin-top:28px;padding:22px 24px}.ct-hours__head{color:var(--ink-muted);align-items:center;gap:7px;margin-bottom:14px;display:flex}.ct-hours__label{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem;font-weight:700}.ct-hours__row{color:var(--ink-muted);justify-content:space-between;align-items:center;padding:5px 0;font-size:.88rem;display:flex}.ct-hours__row span:last-child{font-family:var(--font-display);color:var(--ink);font-size:.85rem;font-weight:700}.ct-hours__closed{color:var(--ink-light)!important;font-weight:400!important}.ct-hours__address{color:var(--ink-muted);border-top:1px solid #1e100812;align-items:center;gap:6px;margin-top:14px;padding-top:14px;font-size:.82rem;display:flex}.ct-form-card{background:#fff;border:1px solid #1e10080f;border-radius:20px;padding:44px;box-shadow:0 4px 40px #1e100814}.ct-form-card__title{font-family:var(--font-display);color:var(--ink);margin-bottom:6px;font-size:1.6rem;font-weight:700}.ct-form-card__sub{color:var(--ink-muted);margin-bottom:28px;font-size:.88rem;line-height:1.6}.ct-form{flex-direction:column;gap:18px;display:flex}.ct-form__grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ct-field{flex-direction:column;gap:6px;display:flex}.ct-label{font-family:var(--font-display);letter-spacing:.07em;text-transform:uppercase;color:var(--ink-muted);font-size:.75rem;font-weight:700}.ct-input{color:var(--ink);background:var(--paper);border:1.5px solid #1e100821;border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .16s}.ct-input:focus{border-color:#c06240}.ct-select{cursor:pointer}.ct-textarea{resize:none}.ct-submit{color:#ede4d4;width:100%;font-family:var(--font-display);letter-spacing:.04em;cursor:pointer;background:#1e1008;border:none;border-radius:10px;margin-top:4px;padding:14px;font-size:1rem;font-weight:700;transition:background .2s,opacity .2s}.ct-submit:hover{background:#2e1c0e}.ct-submit:disabled{opacity:.45;cursor:not-allowed}.ct-success{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px 16px 16px;display:flex}.ct-success__icon{color:#2d7a4f;background:#2d7a4f1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;font-weight:700;display:flex}.ct-success__title{font-family:var(--font-display);color:var(--ink);font-size:1.8rem;font-weight:700}.ct-success__body{color:var(--ink-muted);max-width:340px;font-size:.93rem;line-height:1.7}@media (width<=900px){.ct-body__inner{grid-template-columns:1fr;gap:40px;padding:0 28px}}@media (width<=600px){.ct-body{padding:48px 0 56px}.ct-form-card{padding:28px 20px}.ct-form__grid{grid-template-columns:1fr}.ct-hero__content{padding:88px 20px 0}}.cs-wall__btn:hover{filter:brightness(1.4)}.reveal-wrap{opacity:0;transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .64s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}.reveal-wrap--on{opacity:1;transform:none}.ap-page{background:0 0;min-height:100vh}.ap-hero-stage{padding:16px 16px 0}.ap-hero{border-radius:var(--hero-radius);background:var(--walnut);flex-direction:column;min-height:480px;display:flex;position:relative;overflow:hidden}.ap-hero__bg{object-fit:cover;object-position:center 28%;z-index:0;opacity:.38;width:100%;height:100%;position:absolute;inset:0}.ap-hero__vignette{z-index:1;pointer-events:none;background:linear-gradient(#1408028c 0%,#14080240 40%,#140802a6 100%);position:absolute;inset:0}.ap-hero__content{z-index:3;flex-direction:column;flex:1;justify-content:flex-end;padding:96px 56px 64px;display:flex;position:relative}.ap-hero__eyebrow{font-family:var(--font-display);letter-spacing:.14em;text-transform:uppercase;color:#ede4d499;margin-bottom:10px;font-size:.75rem;font-weight:700}.ap-hero__title{font-family:var(--font-body);color:var(--travertine);margin-bottom:18px;font-size:clamp(3rem,7vw,5.5rem);font-weight:400;line-height:1.04}.ap-hero__title em{color:#c06240;font-style:italic}.ap-hero__sub{color:#ede4d4b3;max-width:460px;font-size:1rem;line-height:1.65}.ap-body{border-radius:var(--hero-radius);background:var(--paper);margin:0 16px 16px;padding:52px 56px 64px}.ap-stepper{align-items:center;gap:0;max-width:680px;margin-bottom:44px;display:flex}.ap-stepper__item{flex:1;align-items:center;min-width:0;display:flex}.ap-stepper__dot{width:32px;height:32px;color:var(--ink-muted);font-family:var(--font-display);background:#fff;border:2px solid #1e10082e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;transition:background .25s,border-color .25s,color .25s;display:flex}.ap-stepper__dot--active{color:#fff;background:#c06240;border-color:#c06240;box-shadow:0 2px 12px #c0624052}.ap-stepper__dot--done{color:#ede4d4;background:#1e1008;border-color:#1e1008}.ap-stepper__label{font-family:var(--font-display);color:var(--ink-light);letter-spacing:.04em;white-space:nowrap;margin-left:8px;font-size:.75rem;font-weight:600}.ap-stepper__label--active{color:#c06240;font-weight:700}.ap-stepper__line{background:#1e100821;flex:1;height:1px;margin:0 10px;transition:background .25s}.ap-stepper__line--done{background:#1e1008}.ap-layout{grid-template-columns:1fr 320px;align-items:start;gap:36px;display:grid}.ap-form-card{background:#fff;border:1px solid #1e10080f;border-radius:20px;padding:44px;box-shadow:0 2px 32px #1e100812}.ap-step-title{font-family:var(--font-display);color:var(--ink);margin-bottom:4px;font-size:1.5rem;font-weight:700}.ap-step-sub{color:var(--ink-muted);margin-bottom:28px;font-size:.88rem;line-height:1.6}.ap-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:8px;display:grid}.ap-field{flex-direction:column;gap:6px;display:flex}.ap-field--full{grid-column:1/-1}.ap-label{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);font-size:.72rem;font-weight:700}.ap-input{color:var(--ink);background:var(--paper);box-sizing:border-box;border:1.5px solid #1e100821;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:.9rem;transition:border-color .16s}.ap-input:focus{border-color:#c06240}.ap-select{cursor:pointer}.ap-textarea{resize:none}.ap-ref-group{margin-bottom:28px}.ap-ref-head{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:#c06240;border-bottom:1px solid #c0624033;margin-bottom:18px;padding-bottom:10px;font-size:.78rem;font-weight:700}.ap-upload{text-align:center;cursor:pointer;border:2px dashed #1e100826;border-radius:16px;flex-direction:column;align-items:center;gap:8px;margin-top:4px;padding:40px 24px;transition:border-color .2s,background .2s;display:flex}.ap-upload:hover{background:#c0624008;border-color:#c06240}.ap-upload__icon{width:52px;height:52px;color:var(--ink-muted);background:#1e10080f;border-radius:14px;justify-content:center;align-items:center;margin-bottom:6px;display:flex}.ap-upload__title{font-family:var(--font-display);color:var(--ink);font-size:.95rem;font-weight:700}.ap-upload__hint{color:var(--ink-light);font-size:.8rem}.ap-upload__btn{color:var(--ink);font-family:var(--font-display);letter-spacing:.04em;background:#1e100812;border-radius:8px;margin-top:6px;padding:8px 20px;font-size:.82rem;font-weight:700}.ap-docs-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.ap-docs-list__item{color:var(--ink-muted);align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;display:flex}.ap-docs-list__dot{background:#c06240;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.ap-form-nav{border-top:1px solid #1e100814;justify-content:space-between;align-items:center;margin-top:32px;padding-top:28px;display:flex}.ap-btn{font-family:var(--font-display);letter-spacing:.04em;cursor:pointer;border:none;border-radius:10px;padding:12px 28px;font-size:.9rem;font-weight:700;transition:background .2s,color .2s,opacity .2s}.ap-btn--dark{color:#ede4d4;background:#1e1008}.ap-btn--dark:hover{background:#2e1c0e}.ap-btn--outline{color:var(--ink);background:0 0;border:1.5px solid #1e100833}.ap-btn--outline:hover{border-color:#1e100866}.ap-sidebar{flex-direction:column;gap:16px;display:flex}.ap-sidebar-card{background:#fff;border:1px solid #1e10080f;border-radius:16px;padding:28px;box-shadow:0 2px 16px #1e10080d}.ap-sidebar-card--dark{background:#1e1008;border-color:#0000}.ap-sidebar-card__title{font-family:var(--font-display);color:var(--ink);margin-bottom:16px;font-size:.95rem;font-weight:700}.ap-sidebar-card--dark .ap-sidebar-card__title{color:#ede4d4}.ap-sidebar-card__body{color:#ede4d4b3;margin-bottom:20px;font-size:.85rem;line-height:1.6}.ap-next-steps{flex-direction:column;gap:12px;display:flex}.ap-next-step{align-items:flex-start;gap:12px;display:flex}.ap-next-step__num{color:#c06240;width:24px;height:24px;font-family:var(--font-display);background:#c062401f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.72rem;font-weight:700;display:flex}.ap-next-step__text{color:var(--ink-muted);margin:0;font-size:.82rem;line-height:1.5}.ap-docs-mini{flex-direction:column;gap:8px;display:flex}.ap-docs-mini__item{color:var(--ink-muted);align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.5;display:flex}.ap-docs-mini__dot{background:#c06240;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.ap-wa-btn{color:#fff;font-family:var(--font-display);background:#25d366;border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:11px 18px;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.ap-wa-btn:hover{background:#20bb59}.ap-success{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:520px;margin:0 auto;padding:64px 24px;display:flex}.ap-success__icon{color:#2d7a4f;background:#2d7a4f1a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.8rem;font-weight:700;display:flex}.ap-success__title{font-family:var(--font-display);color:var(--ink);font-size:2rem;font-weight:700}.ap-success__body{color:var(--ink-muted);max-width:380px;font-size:.93rem;line-height:1.7}.ap-success__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}@media (width<=960px){.ap-layout{grid-template-columns:1fr}.ap-sidebar{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ap-sidebar-card:last-child{grid-column:1/-1}}@media (width<=600px){.ap-body{padding:36px 20px 48px}.ap-form-card{padding:28px 20px}.ap-grid{grid-template-columns:1fr}.ap-hero__content{padding:88px 20px 48px}.ap-stepper__label{display:none}.ap-sidebar{grid-template-columns:1fr}}.cert-stage{margin:0 16px 16px}.cert-strip{background:var(--paper);border-radius:var(--hero-radius);border:1px solid #1e10080f;justify-content:space-between;align-items:center;gap:40px;padding:44px 52px;display:flex}.cert-info{flex:1;min-width:0}.cert-badge{color:#c06240;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;background:#c062401a;border-radius:999px;align-items:center;gap:7px;margin-bottom:18px;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.cert-title{font-family:var(--font-display);color:var(--ink);margin-bottom:10px;font-size:1.6rem;font-weight:700;line-height:1.2}.cert-sub{color:var(--ink-muted);max-width:480px;font-size:.9rem;line-height:1.7}.cert-thumb-btn{cursor:pointer;border:none;border-radius:14px;flex-shrink:0;width:200px;height:142px;padding:0;transition:transform .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 8px 32px #1e10082e,0 2px 8px #1e10081a}.cert-thumb-btn:hover{transform:translateY(-3px)rotate(1deg);box-shadow:0 16px 48px #1e100838,0 4px 12px #1e10081f}.cert-thumb{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.cert-thumb__overlay{opacity:0;background:linear-gradient(#0000 40%,#140802c7 100%);align-items:flex-end;padding:14px;transition:opacity .22s;display:flex;position:absolute;inset:0}.cert-thumb-btn:hover .cert-thumb__overlay{opacity:1}.cert-thumb__cta{font-family:var(--font-display);color:#ede4d4;letter-spacing:.04em;font-size:.78rem;font-weight:700}.cert-overlay{z-index:400;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f0602e0;justify-content:center;align-items:center;padding:24px;animation:.2s cert-fade-in;display:flex;position:fixed;inset:0}@keyframes cert-fade-in{0%{opacity:0}to{opacity:1}}.cert-lightbox{border-radius:20px;max-width:min(640px,100%);max-height:90vh;animation:.22s cubic-bezier(.34,1.26,.64,1) cert-scale-in;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080}@keyframes cert-scale-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.cert-lightbox__img{object-fit:contain;width:100%;height:auto;max-height:90vh;display:block}.cert-lightbox__close{color:#ede4d4;cursor:pointer;z-index:1;background:#0f0602b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:background .18s;display:flex;position:absolute;top:14px;right:14px}.cert-lightbox__close:hover{background:#0f0602e6}@media (width<=720px){.cert-strip{flex-direction:column;align-items:flex-start;gap:28px;padding:32px 28px}.cert-thumb-btn{width:100%;height:180px}}@media (width<=480px){.hero-nav{padding:0 16px;top:14px}.hero-nav__logo-sub,.hero-nav__tour{display:none}.hero-nav__wa-inline{margin-left:auto}}@media (width<=390px){.hero-headline h1{font-size:1.85rem}.hero-stat{border-radius:12px;min-height:110px;padding:11px 10px}.hero-stat__num{font-size:1.5rem}.hero-stat__label{font-size:.56rem}}@media (width<=480px){.about-chips{gap:8px}.about-chip{padding:12px 10px}.about-chip__num{font-size:1.6rem}.stats-bar__item{padding:1.1rem .75rem}.stats-bar__num{font-size:1.7rem}}@media (width<=640px){.rl-overlay{align-items:flex-end;padding:0}.rl-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:92svh;box-shadow:0 -8px 40px #0000004d}.rl-modal__hero{border-radius:0;height:200px}.rl-modal__body,.rl-drawer__inner{padding:20px 20px 32px}.rl-modal__features{flex-wrap:wrap;gap:8px}}@media (width<=480px){.rl-filterbar__wrap{border-radius:20px;padding:10px 14px 8px}.rl-search{flex:1;min-width:0;max-width:none}.rl-filterbar__row{margin-bottom:6px}}@media (width<=360px){.rl-pc__actions{flex-direction:column;gap:6px}.rl-pc__btn{width:100%}}@media (width<=600px){.rv-overlay{align-items:flex-end;padding:0}.rv-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:92svh;box-shadow:0 -8px 40px #0000004d}.rv-modal__head{padding:20px 20px 0}.rv-form{padding:20px 20px 32px}.rv-filterbar{justify-content:flex-start;padding:12px 16px}.rv-filterbar__inner{scrollbar-width:none;border-radius:24px;max-width:100%;overflow-x:auto}.rv-filterbar__inner::-webkit-scrollbar{display:none}.rv-filterbar__chips{flex-wrap:nowrap}}@media (width<=480px){.rv-band__inner{flex-direction:column;align-items:flex-start;gap:20px;padding:24px 20px}.rv-band__divider{display:none}}@media (width<=600px){.fq-filterbar{justify-content:flex-start;padding:10px 16px}.fq-filterbar__inner{scrollbar-width:none;border-radius:24px;max-width:100%;overflow-x:auto}.fq-filterbar__inner::-webkit-scrollbar{display:none}}@media (width<=480px){.fq-main{border-radius:0;margin:0;padding:40px 0 72px}.fq-main__inner,.ct-body__inner{padding:0 20px}.ct-hours__row{flex-wrap:wrap;gap:4px}.ap-stepper{gap:0;padding:0 16px}.ap-stepper__connector{flex:1;min-width:12px}.pd__card{margin-bottom:20px;padding:20px 16px}.pd__sidebar-card{padding:20px 16px}.pd__amenities{grid-template-columns:1fr}}@media (width<=360px){.footer-cta__actions{flex-direction:column}.footer-cta__primary,.footer-cta__ghost{text-align:center;justify-content:center;width:100%}}.site-loader{z-index:9999;background:#0e0804;flex-direction:column;justify-content:center;align-items:center;gap:44px;transition:opacity .65s,visibility .65s;display:flex;position:fixed;inset:0}.site-loader__progress{background:linear-gradient(90deg,#c06240,#e8a080);border-radius:0 999px 999px 0;width:0%;height:2px;animation:5s cubic-bezier(.1,.4,.8,1) forwards sl-progress;position:absolute;top:0;left:0}@keyframes sl-progress{0%{width:0%}60%{width:75%}85%{width:90%}to{width:100%}}.site-loader--done{opacity:0;visibility:hidden;pointer-events:none}.site-loader__inner{flex-direction:column;align-items:center;gap:20px;animation:2.6s ease-in-out infinite sl-breathe;display:flex}@keyframes sl-breathe{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.65;transform:translateY(-5px)}}.site-loader__text{flex-direction:column;align-items:center;gap:6px;display:flex}.site-loader__name{font-family:var(--font-head);letter-spacing:.18em;color:#ede4d4;font-size:1.55rem}.site-loader__sub{font-family:var(--font-body);letter-spacing:.24em;text-transform:uppercase;color:#ede4d459;font-size:.6rem}.site-loader__track{background:#ede4d41a;border-radius:999px;width:96px;height:1.5px;overflow:hidden}.site-loader__fill{background:#c06240;border-radius:999px;width:38%;height:100%;animation:1.5s cubic-bezier(.4,0,.6,1) infinite sl-sweep}@keyframes sl-sweep{0%{margin-left:-38%}to{margin-left:138%}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rl-skel{background:#ede4d408;border:1px solid #ede4d412;border-radius:12px;overflow:hidden}.rl-skel__img{background:linear-gradient(90deg,#ede4d408 25%,#ede4d414 50%,#ede4d408 75%) 0 0/200% 100%;height:200px;animation:1.8s ease-in-out infinite shimmer}.rl-skel__body{flex-direction:column;gap:9px;padding:16px;display:flex}.rl-skel__line{background:linear-gradient(90deg,#ede4d40a 25%,#ede4d417 50%,#ede4d40a 75%) 0 0/200% 100%;border-radius:4px;height:11px;animation:1.8s ease-in-out infinite shimmer}.rl-skel__divider{background:#ede4d412;height:1px;margin:2px 0}
