@font-face{font-family:'Poppins';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/poppins-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/poppins-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/poppins-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/sora-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:500;font-display:swap;src:url('/fonts/sora-500.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Sora';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/sora-600.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
:root{
  --ink:#474746; --green:#b8924b; --green-deep:#977534; --gold:#b8924b;
  --muted:#6f6d66; --line:#e5e0d5; --band:#ffffff; --paper:#f4f2ef;
  --disp:'Poppins','Helvetica Neue',Arial,sans-serif;
  --body:'Sora','Helvetica Neue',Arial,sans-serif;
  --wrap:1200px;
}
.pd *, .pd *::before, .pd *::after {box-sizing:border-box;}
.pd {margin:0;font-family:var(--body);color:#222;background:var(--paper);line-height:1.7;-webkit-font-smoothing:antialiased;}
.pd img {max-width:100%;display:block;}
.pd a {color:inherit;text-decoration:none;}
.pd .wrap {max-width:var(--wrap);margin:0 auto;padding:0 28px;}
@media(max-width:640px) {
.pd .wrap {padding:0 18px;}
}
.pd .kicker {display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin-bottom:1.1rem;}
.pd .kicker.on-dark {color:var(--gold);}
.pd h1, .pd h2, .pd h3 {font-family:var(--disp);font-weight:600;line-height:1.1;color:var(--ink);margin:0;letter-spacing:-.01em;}
.pd .sec {padding:clamp(64px,9vw,120px) 0;}
.pd .eyebrow-rule {width:44px;height:2px;background:var(--gold);margin-bottom:1.4rem;}
.pd .hero {position:relative;min-height:100svh;display:flex;align-items:flex-end;color:#fff;overflow:hidden;}
.pd .hero__bg {position:absolute;inset:0;background:#0e1116 center/cover no-repeat;transform:scale(1.03);}
.pd .hero__shade {position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,17,22,.55) 0%,rgba(14,17,22,.12) 30%,rgba(14,17,22,.15) 55%,rgba(14,17,22,.88) 100%);}
.pd .hero__inner {position:relative;width:100%;max-width:var(--wrap);margin:0 auto;padding:0 28px clamp(48px,7vw,90px);}
.pd .hero__kicker {color:var(--gold);letter-spacing:.28em;}
.pd .hero h1 {color:#fff;font-size:clamp(3.2rem,11vw,8rem);line-height:.95;margin:.2rem 0 .5rem;letter-spacing:-.02em;}
.pd .hero__tag {font-size:clamp(1.05rem,2.2vw,1.5rem);color:rgba(255,255,255,.9);max-width:32ch;margin:0 0 1.8rem;font-weight:300;}
.pd .hero__facts {display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;align-items:center;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.22);}
.pd .fact {display:flex;flex-direction:column;gap:.15rem;}
.pd .fact b {font-family:var(--disp);font-size:1.5rem;font-weight:600;color:#fff;line-height:1;}
.pd .fact span {font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.7);}
.pd .hero__cta {display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem;}
.pd .badges {display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;}
.pd .tag {background:#fff;color:var(--ink);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.45rem .7rem;}
.pd .tag.gold {background:var(--gold);color:#fff;}
.pd .btn {display:inline-flex;align-items:center;gap:.55rem;font-family:var(--body);font-weight:600;font-size:.92rem;letter-spacing:.02em;padding:.95rem 1.8rem;border:1px solid transparent;cursor:pointer;transition:all .3s ease;}
.pd .btn-gold {background:var(--gold);color:var(--ink);}
.pd .btn-gold:hover {background:#fff;}
.pd .btn-ghost {border-color:rgba(255,255,255,.55);color:#fff;}
.pd .btn-ghost:hover {background:#fff;color:var(--ink);border-color:#fff;}
.pd .btn-green {background:var(--green);color:#fff;}
.pd .btn-green:hover {background:var(--green-deep);}
.pd .btn-wa {background:#474746;color:#fff;}
.pd .btn-wa:hover {background:#5c5b57;}
.pd .intro-grid {display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:start;}
.pd .intro h2 {font-size:clamp(2rem,4vw,3.1rem);margin-bottom:1.6rem;}
.pd .intro p {color:#3a4550;margin:0 0 1.15rem;}
.pd .intro p:first-of-type {font-size:1.18rem;color:#222;}
.pd .side-stats {border-left:2px solid var(--gold);padding-left:1.6rem;display:grid;gap:1.6rem;position:sticky;top:40px;}
.pd .side-stats .s b {display:block;font-family:var(--disp);font-size:2.4rem;font-weight:700;color:var(--ink);line-height:1;}
.pd .side-stats .s span {font-size:.85rem;color:var(--muted);}
@media(max-width:820px) {
.pd .intro-grid {grid-template-columns:1fr;}
.pd .side-stats {position:static;border-left:0;border-top:2px solid var(--gold);padding:1.6rem 0 0;grid-template-columns:1fr 1fr;}
}
.pd .hl-list {list-style:none;margin:2.4rem 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.2rem 2.5rem;}
@media(max-width:640px) {
.pd .hl-list {grid-template-columns:1fr;}
}
.pd .hl-list li {display:flex;gap:.8rem;padding:.85rem 0;border-bottom:1px solid var(--line);color:#3a4550;}
.pd .hl-list li::before {content:"";flex:none;width:20px;height:20px;margin-top:.2rem;border-radius:50%;background:var(--green);
  -webkit-mask:center/12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  mask:center/12px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");}
.pd .band {background:var(--band);}
.pd .sec-head {max-width:640px;margin-bottom:3rem;}
.pd .sec-head h2 {font-size:clamp(1.9rem,3.6vw,2.7rem);}
.pd .models {display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}
@media(max-width:700px) {
.pd .models {grid-template-columns:1fr;}
}
.pd .model {background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .4s,transform .4s;}
.pd .model:hover {box-shadow:0 20px 50px rgba(14,17,22,.10);transform:translateY(-3px);}
.pd .model__img {aspect-ratio:16/10;overflow:hidden;background:#eee;}
.pd .model__img img {width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
.pd .model:hover .model__img img {transform:scale(1.05);}
.pd .model__body {padding:2rem 2.2rem 2.2rem;display:flex;flex-direction:column;}
.pd .model__status {align-self:flex-start;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green);background:#e8f3ee;padding:.35rem .65rem;margin-bottom:1.4rem;}
.pd .model h3 {font-size:1.7rem;margin-bottom:.3rem;}
.pd .model__m2 {font-family:var(--disp);color:var(--muted);font-weight:600;margin-bottom:1.6rem;}
.pd .model__specs {list-style:none;margin:0;padding:1.4rem 0 0;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:1.2rem 1.8rem;}
.pd .model__specs li {display:flex;flex-direction:column;gap:.1rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.pd .model__specs b {font-family:var(--disp);font-size:1.5rem;color:var(--ink);letter-spacing:0;}
.pd .dark {background:var(--ink);color:#e8eae9;}
.pd .dark h2 {color:#fff;}
.pd .amen-head {text-align:center;max-width:none;margin-bottom:.5rem;}
.pd .amen-head .eyebrow-rule {margin-left:auto;margin-right:auto;}
.pd .amen-grid {list-style:none;margin:3.2rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2.8rem 1.2rem;}
.pd .amen-grid li {display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;}
.pd .amen-grid .am-ic {width:42px;height:42px;color:var(--ink);flex:none;stroke-width:1.5;transition:color .3s ease,transform .3s ease;}
.pd .amen-grid li:hover .am-ic {color:var(--green);transform:translateY(-3px);}
.pd .amen-grid span {font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:#3a4550;font-weight:500;line-height:1.35;}
.pd .gal2 {margin-top:2.6rem;}
.pd .gal2 a {display:block;overflow:hidden;background:#eee;}
.pd .gal2 img {width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
.pd .gal2 a:hover img {transform:scale(1.05);}
.pd .gal2-feat {aspect-ratio:16/8;}
.pd .gal2-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px;}
.pd .gal2-grid a {aspect-ratio:4/3;}
@media(max-width:700px) {
.pd .gal2-grid {grid-template-columns:repeat(2,1fr);}
.pd .gal2-feat {aspect-ratio:3/2;}
}
.pd .loc-grid {display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;}
@media(max-width:820px) {
.pd .loc-grid {grid-template-columns:1fr;}
}
.pd .loc h2 {font-size:clamp(1.9rem,3.6vw,2.7rem);margin-bottom:1.3rem;}
.pd .loc p {color:#3a4550;}
.pd .poi {list-style:none;margin:1.6rem 0 0;padding:0;display:grid;gap:.7rem;}
.pd .poi li {display:flex;gap:.7rem;color:#3a4550;}
.pd .poi li b {color:var(--ink);font-weight:600;}
.pd .loc-img {aspect-ratio:4/3;object-fit:cover;width:100%;}
.pd .cta {background:var(--green);color:#fff;text-align:center;}
.pd .cta h2 {color:#fff;font-size:clamp(2rem,4.5vw,3.4rem);max-width:16ch;margin:0 auto 1rem;}
.pd .cta p {color:rgba(255,255,255,.9);max-width:44ch;margin:0 auto 2rem;}
.pd .cta .btns {display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;}
.pd .note {background:#fff7e0;border-bottom:1px solid #f0e2b0;color:#6b5a1e;font-size:.85rem;text-align:center;padding:.6rem 1rem;font-family:var(--body);}
.pd footer {background:var(--ink);color:#8b9298;text-align:center;padding:2.5rem 1rem;font-size:.85rem;}