.bl-hero{background:var(--ivory);padding:64px 0 40px}.bl-hero-inner{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.bl-hero .eyebrow{color:var(--gold)}.bl-hero-title{font-family:var(--font-display);color:var(--ink);max-width:16ch;margin-top:8px;font-size:clamp(32px,4.6vw,54px);font-weight:400;line-height:1.05}.bl-hero-sub{color:var(--muted);max-width:48ch;margin-top:14px;font-size:15.5px;line-height:1.65}.bl-hero-stat{text-align:center;border:1px solid var(--line);border-radius:28px;flex:none;min-width:118px;padding:22px 40px}.bl-hero-stat b{font-family:var(--font-display);color:var(--ink);font-size:clamp(40px,5vw,60px);font-weight:300;line-height:1;display:block}.bl-hero-stat span{letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep);font-size:10.5px;font-weight:600}.bl-toolbar{border-top:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px 0 8px;display:flex}.bl-tabs{flex-wrap:wrap;gap:8px;display:flex}.bl-tab{color:var(--muted);transition:color var(--dur), background-color var(--dur), border-color var(--dur);border:1px solid #0000;border-radius:999px;padding:9px 16px;font-size:13.5px;font-weight:500}.bl-tab:hover{color:var(--ink);border-color:var(--line)}.bl-tab.is-active{background:var(--dark);color:var(--on-dark)}.bl-sort{background:var(--paper);border:1px solid var(--line);border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 8px 0 14px;display:flex}.bl-sort select{font:inherit;color:var(--ink);cursor:pointer;appearance:none;background:0 0;border:0;outline:none;padding-right:4px;font-size:13.5px}.bl-sort svg{width:15px;height:15px;color:var(--muted);pointer-events:none;flex:none}.bl-cat{letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);font-size:10.5px;font-weight:600}.bl-readmeta{color:var(--muted);align-items:center;gap:6px;font-size:12.5px;display:inline-flex}.bl-readmeta svg{width:14px;height:14px}.bl-featured{padding:32px 0 8px}.bl-featured-card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);grid-template-columns:1.15fr 1fr;gap:0;display:grid;overflow:hidden}.bl-featured-media{min-height:340px;position:relative;overflow:hidden}.bl-featured-media img{object-fit:cover;width:100%;height:100%;display:block}.bl-featured-body{flex-direction:column;justify-content:center;padding:clamp(28px,3vw,44px);display:flex}.bl-featured-cat{align-items:center;gap:9px;display:flex}.bl-featured-cat .date{color:var(--muted);font-size:12.5px}.bl-dot{background:var(--muted);border-radius:50%;flex:none;width:3px;height:3px}.bl-featured-title{font-family:var(--font-display);color:var(--ink);margin:14px 0 12px;font-size:clamp(24px,2.6vw,34px);font-weight:400;line-height:1.15}.bl-featured-excerpt{color:var(--ink-soft);font-size:15px;line-height:1.7}.bl-featured-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.bl-readmore{color:var(--dark);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}.bl-readmore svg{width:15px;height:15px;transition:transform var(--dur)}.bl-readmore:hover svg{transform:translate(4px)}.bl-list{padding:40px 0 24px}.bl-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.bl-card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);transition:box-shadow .32s var(--ease-out), transform .32s var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.bl-card:hover{box-shadow:var(--shadow-float);transform:translateY(-3px)}.bl-card-media{aspect-ratio:16/10;position:relative;overflow:hidden}.bl-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out)}.bl-card:hover .bl-card-media img{transform:scale(1.05)}.bl-card-body{flex-direction:column;flex:1;padding:20px 22px;display:flex}.bl-card-top{align-items:center;gap:8px;margin-bottom:10px;display:flex}.bl-card-date{color:var(--muted);font-size:12px}.bl-card-title{font-family:var(--font-display);color:var(--ink);font-size:19px;font-weight:500;line-height:1.28}.bl-card-excerpt{color:var(--muted);flex:1;margin-top:9px;font-size:13.5px;line-height:1.6}.bl-card-foot{border-top:1px solid var(--line-soft);margin-top:16px;padding-top:14px}.bl-empty{text-align:center;color:var(--muted);padding:60px 0;font-size:15px}.bl-featured-title a,.bl-card-title a{color:inherit;transition:color var(--dur);text-decoration:none}.bl-featured-title a:hover,.bl-card-title a:hover{color:var(--gold-deep)}.bl-pager{border-top:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:34px;padding-top:24px;display:flex}.bl-pager-count{color:var(--muted);font-size:13px}.bl-pager-count b{color:var(--ink);font-weight:600}.bl-pager-nav{align-items:center;gap:8px;margin-left:auto;display:flex}.bl-page-btn{border:1px solid var(--line);background:var(--paper);min-width:38px;height:38px;color:var(--ink);transition:all var(--dur) var(--ease-out);border-radius:999px;place-items:center;padding:0 10px;font-size:13.5px;font-weight:500;display:grid}.bl-page-btn:hover:not(:disabled):not(.is-active){background:var(--ivory-deep);border-color:var(--muted)}.bl-page-btn.is-active{background:var(--dark);color:var(--on-dark);border-color:var(--dark)}.bl-page-btn:disabled{opacity:.4;cursor:not-allowed}.bl-news-wrap{padding:64px 0 88px}.bl-news{background:var(--dark);color:var(--on-dark);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:clamp(36px,5vw,60px) clamp(24px,5vw,60px);display:grid}.bl-news .eyebrow{color:var(--gold)}.bl-news h2{font-family:var(--font-display);color:var(--on-dark);margin-top:6px;font-size:clamp(26px,3.2vw,40px);font-weight:300}.bl-news p{color:var(--on-dark-muted);max-width:42ch;margin-top:12px;font-size:14.5px;line-height:1.6}.bl-news-form{flex-wrap:wrap;gap:12px;display:flex}.bl-news-form input{min-width:200px;font:inherit;color:var(--on-dark);background:#f3efe60f;border:1px solid #f3efe638;border-radius:999px;outline:none;flex:1;padding:14px 20px;font-size:14.5px}.bl-news-form input::placeholder{color:#f3efe680}.bl-news-form input:focus{border-color:var(--gold)}.bl-news-note{color:#f3efe680;margin-top:12px;font-size:12px}.bl-news-note a{color:var(--gold);font-weight:500}.bl-news{position:relative;overflow:hidden}.bl-news:after{content:"";pointer-events:none;background:radial-gradient(circle,#d2994b47,#0000 62%);border-radius:50%;width:260px;height:260px;position:absolute;bottom:-60px;right:-40px}.bl-news>*{z-index:1;position:relative}.bl-news-status{color:var(--gold-tint);min-height:18px;margin-top:10px;font-size:13.5px}.ar-page{background:var(--paper)}.ar-head{background:var(--ivory);padding:40px 0 28px}.ar-narrow{max-width:760px;margin:0 auto}.ar-back{color:var(--muted);align-items:center;gap:7px;margin-bottom:22px;font-size:13px;font-weight:500;display:inline-flex}.ar-back svg{width:15px;height:15px}.ar-back:hover{color:var(--ink)}.ar-cat-row{align-items:center;gap:9px;margin-bottom:14px;display:flex}.ar-cat-row .date{color:var(--muted);font-size:12.5px}.ar-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(30px,4.4vw,48px);font-weight:400;line-height:1.1}.ar-meta{flex-wrap:wrap;align-items:center;gap:16px;margin-top:22px;display:flex}.ar-meta-author{align-items:center;gap:11px;display:flex}.ar-meta-author img{object-fit:cover;object-position:top center;border-radius:50%;width:42px;height:42px}.ar-meta-name{color:var(--ink);font-size:14px;font-weight:600}.ar-meta-sub{color:var(--muted);font-size:12.5px}.ar-share{gap:8px;margin-left:auto;display:flex}.ar-share a{border:1px solid var(--line);width:38px;height:38px;color:var(--ink-soft);transition:transform var(--dur), color var(--dur), border-color var(--dur), background-color var(--dur);border-radius:50%;place-items:center;display:grid}.ar-share a svg{width:16px;height:16px}.ar-share a:hover{color:var(--gold-deep);border-color:var(--gold);background:var(--gold-tint);transform:translateY(-2px)}.ar-hero-img{max-width:1000px;margin:0 auto;padding:8px 0 0}.ar-hero-img img{aspect-ratio:16/8;object-fit:cover;border-radius:var(--radius-lg);width:100%;height:auto;display:block}.ar-body{padding:44px 0 8px}.ar-body .ar-narrow>p{color:var(--ink-soft);margin-bottom:22px;font-size:16.5px;line-height:1.8}.ar-body h2{font-family:var(--font-display);color:var(--ink);margin:40px 0 14px;font-size:clamp(23px,3vw,30px);font-weight:500}.ar-body h3{font-family:var(--font-display);color:var(--ink);margin:28px 0 10px;font-size:20px;font-weight:500}.ar-body ul{margin:0 0 22px;padding-left:4px;list-style:none}.ar-body li{color:var(--ink-soft);margin-bottom:10px;padding-left:22px;font-size:16px;line-height:1.7;position:relative}.ar-body li:before{content:"";background:var(--gold);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:2px}.ar-quote{border-left:3px solid var(--gold);font-family:var(--font-display);color:var(--ink);margin:32px 0;padding:4px 0 4px 26px;font-size:clamp(20px,2.4vw,27px);font-style:italic;font-weight:400;line-height:1.45}.ar-tags{flex-wrap:wrap;gap:9px;margin:36px 0 8px;display:flex}.ar-tags span{color:var(--ink-soft);border:1px solid var(--line);background:var(--ivory);border-radius:999px;padding:7px 14px;font-size:12.5px}.ar-author{background:var(--ivory);border:1px solid var(--line-soft);border-radius:var(--radius-lg);align-items:flex-start;gap:18px;margin:32px 0 8px;padding:26px 28px;display:flex}.ar-author img{object-fit:cover;object-position:top center;border-radius:50%;flex:none;width:64px;height:64px}.ar-author-name{font-family:var(--font-display);color:var(--ink);font-size:19px;font-weight:500}.ar-author-role{letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep);margin:4px 0 8px;font-size:12px;font-weight:600}.ar-author-bio{color:var(--ink-soft);font-size:14px;line-height:1.65}.ar-soon{text-align:center;max-width:560px;margin:0 auto;padding:80px 0 96px}.ar-soon-badge{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);background:var(--gold-tint);border-radius:999px;padding:7px 16px;font-size:11px;font-weight:600;display:inline-block}.ar-soon h1{font-family:var(--font-display);color:var(--ink);margin:22px 0 14px;font-size:clamp(28px,4vw,42px);font-weight:400;line-height:1.12}.ar-soon p{color:var(--muted);margin-bottom:28px;font-size:15.5px;line-height:1.7}.ar-related{background:var(--ivory);padding:64px 0 24px}.ar-related-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:28px;display:flex}.ar-related-head h2{font-family:var(--font-display);color:var(--ink);font-size:clamp(24px,3vw,34px);font-weight:400}.ar-related-head a{color:var(--gold-deep);font-size:13.5px;font-weight:600}@media (max-width:900px){.bl-featured-card{grid-template-columns:1fr}.bl-featured-media{aspect-ratio:16/9;min-height:220px}.bl-grid{grid-template-columns:repeat(2,1fr)}.bl-news{grid-template-columns:1fr;gap:22px}}@media (max-width:620px){.bl-hero-inner{flex-direction:column}.bl-hero-stat{text-align:left}.bl-toolbar{align-items:stretch}.bl-search{min-width:0}.bl-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}}
.pd-page{background:var(--paper)}.pd-gallery-wrap{background:var(--ivory);padding:24px 0 8px}.pd-gallery{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:10px;height:clamp(300px,42vw,480px);display:grid}.pd-cell{background:var(--ivory-deep);cursor:pointer;appearance:none;font:inherit;color:inherit;border:0;border-radius:14px;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.pd-cell:first-child{grid-row:span 2}.pd-cell img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out);display:block}.pd-cell:hover img{transform:scale(1.04)}.pd-more{color:#fff;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0822218c;place-items:center;gap:6px;font-size:15px;font-weight:600;display:grid;position:absolute;inset:0}.pd-more svg{width:20px;height:20px}.pd-lightbox{z-index:900;animation:pd-lb-in .2s var(--ease-out);background:#081413f0;flex-direction:column;justify-content:center;align-items:center;padding:56px 16px 116px;display:flex;position:fixed;inset:0}@keyframes pd-lb-in{0%{opacity:0}to{opacity:1}}.pd-lb-close{z-index:2;color:#fff;cursor:pointer;width:44px;height:44px;transition:background-color var(--dur);background:#ffffff1a;border:1px solid #ffffff47;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:20px}.pd-lb-close:hover{background:#ffffff38}.pd-lb-close svg{width:22px;height:22px}.pd-lb-counter{z-index:2;color:#ffffffdb;letter-spacing:.04em;font-size:14px;font-weight:500;position:absolute;top:26px;left:24px}.pd-lb-stage{border-radius:8px;justify-content:center;align-items:center;max-width:min(1200px,92vw);max-height:100%;display:flex;overflow:hidden}.pd-lb-img{object-fit:contain;cursor:zoom-in;max-width:min(1200px,92vw);max-height:76vh;transition:transform .26s var(--ease-out);-webkit-user-select:none;user-select:none;display:block}.pd-lb-img.is-zoomed{cursor:zoom-out;transform:scale(2.3)}.pd-lb-nav{z-index:2;color:#fff;cursor:pointer;width:52px;height:52px;transition:background-color var(--dur);background:#ffffff1a;border:1px solid #ffffff47;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.pd-lb-nav:hover{background:#ffffff38}.pd-lb-nav svg{width:26px;height:26px}.pd-lb-prev{left:20px}.pd-lb-next{right:20px}.pd-lb-thumbs{z-index:2;scrollbar-width:thin;justify-content:center;gap:8px;padding:0 20px;display:flex;position:absolute;bottom:18px;left:0;right:0;overflow-x:auto}.pd-lb-thumb{cursor:pointer;opacity:.55;width:96px;height:64px;transition:opacity var(--dur), border-color var(--dur);border:2px solid #0000;border-radius:8px;flex:none;padding:0;overflow:hidden}.pd-lb-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pd-lb-thumb:hover{opacity:.85}.pd-lb-thumb.is-active{opacity:1;border-color:var(--gold)}@media (max-width:640px){.pd-lightbox{padding:48px 8px 96px}.pd-lb-nav{width:42px;height:42px}.pd-lb-prev{left:8px}.pd-lb-next{right:8px}.pd-lb-thumb{width:68px;height:48px}.pd-lb-img{max-height:66vh}}.pd-subnav{background:var(--paper);border-bottom:1px solid var(--line-soft);position:static}.pd-subnav-inner{scrollbar-width:none;gap:26px;display:flex;overflow-x:auto}.pd-subnav-inner::-webkit-scrollbar{display:none}.pd-subnav a{color:var(--muted);white-space:nowrap;transition:color var(--dur), border-color var(--dur);border-bottom:2px solid #0000;padding:16px 2px;font-size:14px;font-weight:500}.pd-subnav a:hover{color:var(--ink)}.pd-layout{grid-template-columns:minmax(0,1fr) 372px;align-items:start;gap:clamp(28px,4vw,56px);padding:40px 0 88px;display:grid}.pd-head{border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:22px;display:flex}.pd-status-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.pd-status{letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--dark);border-radius:999px;padding:5px 11px;font-size:10.5px;font-weight:600}.pd-listed{color:var(--muted);font-size:12.5px}.pd-title{font-family:var(--font-display);color:var(--ink);font-size:clamp(26px,3.4vw,40px);font-weight:400;line-height:1.08}.pd-addr{color:var(--muted);margin-top:6px;font-size:15px}.pd-price{font-family:var(--font-display);color:var(--ink);text-align:right;font-size:clamp(26px,3.2vw,36px);font-weight:500}.pd-price small{font-family:var(--font-body);color:var(--muted);margin-top:4px;font-size:13px;font-weight:400;display:block}.pd-stats{flex-wrap:wrap;gap:16px 36px;margin:26px 0;display:flex}.pd-stat{text-align:center;flex-direction:column;flex:1;align-items:center;gap:7px;min-width:92px;display:flex}.pd-stat b{font-family:var(--font-display);color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(26px,3vw,34px);font-weight:500;line-height:1}.pd-stat-lbl{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:inline-flex}.pd-stat-lbl svg{width:15px;height:15px;color:var(--gold);flex:none}.pd-actions{flex-wrap:wrap;gap:10px;margin-bottom:8px;display:flex}.pd-act{color:var(--ink);border:1px solid var(--line);background:var(--paper);transition:border-color var(--dur), background-color var(--dur), color var(--dur), transform var(--dur);border-radius:999px;align-items:center;gap:8px;padding:9px 18px;font-size:13.5px;font-weight:500;display:inline-flex}.pd-act svg{width:16px;height:16px}.pd-act:hover{border-color:var(--muted);transform:translateY(-1px)}.pd-act.is-active{background:var(--gold-tint);border-color:var(--gold);color:var(--gold-deep)}.pd-section{border-bottom:1px solid var(--line-soft);padding:34px 0;scroll-margin-top:120px}.pd-section:last-child{border-bottom:0}.pd-section-title{font-family:var(--font-display);color:var(--ink);margin-bottom:16px;font-size:clamp(21px,2.6vw,26px);font-weight:500}.pd-overview p{color:var(--ink-soft);margin-bottom:16px;font-size:15.5px;line-height:1.8}.pd-feat-tabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.pd-feat-tab{color:var(--muted);border:1px solid var(--line);background:var(--paper);transition:all var(--dur);border-radius:999px;padding:9px 16px;font-size:13px;font-weight:500}.pd-feat-tab.is-active{background:var(--dark);color:var(--on-dark);border-color:var(--dark)}.pd-feat-group+.pd-feat-group{margin-top:26px}.pd-feat-group h4{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:6px;font-size:11px;font-weight:600}.pd-feat-row{border-bottom:1px solid var(--line-soft);grid-template-columns:200px 1fr;gap:16px;padding:12px 0;font-size:14.5px;display:grid}.pd-feat-row dt{color:var(--muted)}.pd-feat-row dd{color:var(--ink)}.pd-loc-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.pd-copy{color:var(--gold-deep);align-items:center;gap:7px;font-size:13px;font-weight:500;display:inline-flex}.pd-copy svg{width:15px;height:15px}.pd-map{border-radius:var(--radius-lg);border:1px solid var(--line-soft);z-index:0;height:420px;overflow:hidden}.pd-map.leaflet-container{width:100%;height:420px;font:inherit;background:var(--ivory-deep)}.pd-pin{background:var(--dark);color:#fff;white-space:nowrap;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block;transform:translate(-50%,-100%);box-shadow:0 4px 14px #06222159}.pd-pin:after{content:"";border:5px solid #0000;border-top-color:var(--dark);border-bottom:0;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.pd-history{position:relative}.pd-hist-item{border-bottom:1px solid var(--line-soft);grid-template-columns:22px 1fr auto;gap:16px;padding:16px 0;display:grid}.pd-hist-dot{position:relative}.pd-hist-dot:before{content:"";background:var(--gold);width:11px;height:11px;box-shadow:0 0 0 4px var(--gold-tint);border-radius:50%;position:absolute;top:4px;left:5px}.pd-hist-event{color:var(--ink);font-size:15px;font-weight:600}.pd-hist-sub{color:var(--muted);margin-top:3px;font-size:13px}.pd-hist-price{font-family:var(--font-display);color:var(--gold-deep);white-space:nowrap;font-size:16px;font-weight:500}.pd-cta{background:var(--dark);color:var(--on-dark);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:22px;margin-top:34px;padding:26px 30px;display:flex}.pd-cta-agent{align-items:center;gap:14px;display:flex}.pd-cta-agent img{object-fit:cover;object-position:top center;border-radius:50%;width:54px;height:54px}.pd-cta-name{font-family:var(--font-display);color:var(--gold-tint);font-size:18px}.pd-cta-dre{letter-spacing:.04em;color:var(--gold);margin-top:3px;font-size:12px;font-weight:600}.pd-cta-sub{color:var(--on-dark-muted);max-width:42ch;margin-top:3px;font-size:12.5px}.pd-cta-btns{flex-wrap:wrap;gap:12px;display:flex}.pd-cta .btn-outline{color:var(--on-dark);background:0 0;border:1px solid #f3efe64d}.pd-cta .btn-outline:hover{border-color:var(--on-dark);background:#f3efe60f}.pd-sidebar{top:calc(var(--header-solid,64px) + 20px);position:sticky}.pd-agent-box{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}.pd-agent-top{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;padding:20px 22px;display:flex}.pd-agent-top img{object-fit:cover;object-position:top center;border-radius:50%;width:46px;height:46px}.pd-agent-top b{color:var(--ink);font-size:15px}.pd-agent-top span{color:var(--muted);margin-top:2px;font-size:12px;display:block}.pd-form{padding:20px 22px 24px}.pd-form .cf-field{margin-bottom:16px}.pd-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pd-form .cf-field>label{color:var(--ink);text-transform:none;letter-spacing:0;margin-bottom:8px;font-size:13.5px}.pd-req{color:#c0392b;font-weight:600}.pd-form .cf-field input,.pd-form .cf-field textarea{color:var(--ink);border:1px solid var(--line);background:#f1efe9;border-radius:10px;padding:12px 14px}.pd-form .cf-field input::placeholder,.pd-form .cf-field textarea::placeholder{color:var(--muted)}.pd-form .cf-field input:focus,.pd-form .cf-field textarea:focus{border-color:var(--gold);background:var(--paper)}.pd-msg-count{text-align:right;color:var(--muted);margin-top:6px;font-size:12px}.pd-form .btn{justify-content:center;width:100%}.pd-form-alt{color:var(--ink);justify-content:center;align-items:center;gap:8px;margin-top:12px;font-size:13.5px;font-weight:500;display:flex}.pd-form-alt svg{width:16px;height:16px;color:var(--gold)}.pd-form-status{color:var(--gold-deep);text-align:center;min-height:16px;margin-top:12px;font-size:13px}.pd-similar{background:var(--ivory);padding:72px 0 40px}.pd-similar-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.pd-similar-head h2{font-family:var(--font-display);color:var(--ink);font-size:clamp(26px,3.2vw,40px);font-weight:400}.pd-similar-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.pd-legal{background:var(--ivory);padding:8px 0 64px}.pd-legal p{max-width:1000px;color:var(--muted);margin:0 auto;font-size:11.5px;line-height:1.7}.pd-soon{text-align:center;max-width:560px;margin:0 auto;padding:90px 0 100px}.pd-soon-badge{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);background:var(--gold-tint);border-radius:999px;padding:7px 16px;font-size:11px;font-weight:600;display:inline-block}.pd-soon h1,.pd-soon h2{font-family:var(--font-display);color:var(--ink);margin:22px 0 14px;font-size:clamp(28px,4vw,42px);font-weight:400}.pd-soon p{color:var(--muted);margin-bottom:28px;font-size:15.5px;line-height:1.7}@media (max-width:960px){.pd-layout{grid-template-columns:1fr}.pd-sidebar{order:2;max-width:460px;position:static}.pd-similar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.pd-gallery{grid-template-rows:1.4fr 1fr;grid-template-columns:1fr 1fr;height:380px}.pd-cell:first-child{grid-column:span 2}.pd-cell:nth-child(4),.pd-cell:nth-child(5){display:none}.pd-feat-row{grid-template-columns:1fr;gap:2px}.pd-similar-grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}}
.mp-page{background:var(--ivory);min-height:70vh}.mp-gate-wrap{place-items:center;padding:80px 0 100px;display:grid}.mp-gate{text-align:center;background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);max-width:480px;box-shadow:var(--shadow-soft);padding:44px 40px}.mp-gate-ic{background:var(--gold-tint);width:60px;height:60px;color:var(--gold);border-radius:16px;place-items:center;margin:0 auto 22px;display:grid}.mp-gate-ic svg{width:28px;height:28px}.mp-gate-badge{letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);background:var(--gold-tint);border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:10.5px;font-weight:600;display:inline-block}.mp-gate h1{font-family:var(--font-display);color:var(--ink);font-size:clamp(26px,3.4vw,34px);font-weight:400}.mp-gate p{color:var(--muted);margin:12px 0 26px;font-size:15px;line-height:1.65}.mp-gate-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.mp-gate-note{color:var(--muted);margin-top:20px;font-size:12.5px}.mp-gate-note button{color:var(--gold-deep);font-weight:600;text-decoration:underline}.mp-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;padding:44px 0 26px;display:flex}.mp-head h1{font-family:var(--font-display);color:var(--ink);font-size:clamp(28px,3.8vw,44px);font-weight:400}.mp-head p{color:var(--muted);margin-top:8px;font-size:15px}.mp-signed{color:var(--ink-soft);align-items:center;gap:8px;margin-top:12px;font-size:13px;display:inline-flex}.mp-signed b{color:var(--ink)}.mp-signout{color:var(--gold-deep);font-weight:600}.mp-stats{gap:34px;display:flex}.mp-stat{text-align:right}.mp-stat b{font-family:var(--font-display);color:var(--gold-deep);font-size:clamp(30px,4vw,44px);font-weight:300;line-height:1;display:block}.mp-stat span{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:10.5px;font-weight:600}.mp-tabs{border-bottom:1px solid var(--line);gap:6px;display:flex}.mp-tab{color:var(--muted);transition:color var(--dur), border-color var(--dur);border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:13px 20px;font-size:14px;font-weight:500;display:inline-flex}.mp-tab:hover{color:var(--ink)}.mp-tab.is-active{color:var(--ink);border-bottom-color:var(--gold)}.mp-tab .count{background:var(--gold-tint);color:var(--gold-deep);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.mp-toolbar{flex-wrap:wrap;align-items:center;gap:12px;padding:22px 0 6px;display:flex}.mp-search{background:var(--paper);border:1px solid var(--line);border-radius:10px;flex:1;align-items:center;gap:9px;min-width:220px;height:42px;padding:0 14px;display:flex}.mp-search svg{width:16px;height:16px;color:var(--muted);flex:none}.mp-search input{font:inherit;color:var(--ink);background:0 0;border:0;outline:none;width:100%;font-size:14px}.mp-select{background:var(--paper);border:1px solid var(--line);border-radius:10px;align-items:center;gap:6px;height:42px;padding:0 10px 0 14px;display:flex}.mp-select select{font:inherit;color:var(--ink);cursor:pointer;appearance:none;background:0 0;border:0;outline:none;font-size:13.5px}.mp-select svg{width:15px;height:15px;color:var(--muted);pointer-events:none}.mp-body{padding:24px 0 88px}.mp-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.mp-empty{text-align:center;color:var(--muted);padding:60px 0;font-size:15px}.mp-saved{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.mp-saved-card{background:var(--paper);border:1px solid var(--line-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:22px 24px}.mp-saved-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mp-saved-name{font-family:var(--font-display);color:var(--ink);font-size:18px;font-weight:500}.mp-saved-new{color:var(--gold-deep);background:var(--gold-tint);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.mp-saved-crit{flex-wrap:wrap;gap:7px;margin:14px 0 16px;display:flex}.mp-saved-crit span{color:var(--ink-soft);background:var(--ivory);border:1px solid var(--line-soft);border-radius:999px;padding:5px 11px;font-size:12px}.mp-saved-foot{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.mp-saved-count{color:var(--muted);font-size:13px}.mp-saved-count b{color:var(--ink)}.mp-saved-view{color:var(--gold-deep);font-size:13.5px;font-weight:600}@media (max-width:900px){.mp-grid{grid-template-columns:repeat(2,1fr)}.mp-saved{grid-template-columns:1fr}}@media (max-width:620px){.mp-head{flex-direction:column}.mp-stats{gap:24px}.mp-grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}}
