.ps-section{background:#18110c;padding:80px 0 90px;position:relative;overflow:hidden}.ps-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;padding:0 5% 3rem;display:flex}.ps-header-left{flex:1}.ps-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#d0622c;align-items:center;gap:10px;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.ps-eyebrow-line{background:#d0622c;border-radius:2px;width:28px;height:1.5px;display:block}.ps-heading{color:#fff;letter-spacing:-.02em;margin:0 0 .8rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.15}.ps-heading em{color:#d0622c;font-style:italic}.ps-subtext{color:#ffffff73;margin:0;font-size:.875rem;line-height:1.65}.ps-controls{flex-shrink:0;align-self:flex-end;gap:10px;padding-bottom:.2rem;display:flex}.ps-arrow{color:#fff;cursor:pointer;will-change:transform;background:#ffffff0f;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .22s,border-color .22s,transform .22s;display:flex}.ps-arrow:hover{background:#b8411a;border-color:#b8411a;transform:scale(1.08)}.ps-arrow--disabled{opacity:.3;cursor:default;pointer-events:none}.ps-track-wrap{padding-left:5%;position:relative}.ps-track{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding-bottom:4px;padding-right:5%;display:flex;overflow-x:auto}.ps-track::-webkit-scrollbar{display:none}.ps-fade{pointer-events:none;z-index:2;width:80px;position:absolute;top:0;bottom:4px}.ps-fade--left{background:linear-gradient(90deg,#18110c,#0000);left:0}.ps-fade--right{background:linear-gradient(270deg,#18110c,#0000);right:0}.ps-card{will-change:transform;background:#fff;border-radius:6px;flex-direction:column;flex:0 0 320px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;overflow:hidden}.ps-card:hover{transform:translateY(-6px);box-shadow:0 20px 52px #00000052}.ps-card-img-link{display:block}.ps-card-img{aspect-ratio:16/10;background:#eeeae4;position:relative;overflow:hidden}.ps-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.16,1,.3,1);display:block}.ps-card:hover .ps-card-img img{transform:scale(1.06)}.ps-card-placeholder{color:#18110c33;text-transform:uppercase;letter-spacing:.12em;z-index:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:.7rem;font-weight:700;display:flex;position:absolute;inset:0}.ps-card-badge{color:#fff;opacity:0;z-index:2;background:#b8411a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:12px;right:12px;transform:scale(.6)rotate(-45deg)}.ps-card:hover .ps-card-badge{opacity:1;transform:scale(1)rotate(0)}.ps-card-body{flex-direction:column;flex:1;padding:1.4rem 1.6rem 1.8rem;display:flex}.ps-card-tag{text-transform:uppercase;letter-spacing:.18em;color:#b8411a;margin-bottom:.5rem;font-size:.68rem;font-weight:800;display:block}.ps-card-name{color:#18110c;letter-spacing:-.01em;margin:0 0 .7rem;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:800;line-height:1.25}.ps-card-name a{color:inherit;text-decoration:none;transition:color .2s}.ps-card-name a:hover{color:#b8411a}.ps-card-desc{color:#7a6a62;flex:1;margin:0 0 .6rem;font-size:.83rem;line-height:1.7}.ps-card-specs{color:#b8411a;letter-spacing:.04em;opacity:.8;margin:0 0 1.2rem;font-size:.75rem;font-weight:700}.ps-card-cta{letter-spacing:.14em;text-transform:uppercase;color:#18110c;border-bottom:1.5px solid #e2d8d0;align-items:center;gap:6px;width:fit-content;padding-bottom:4px;font-size:.72rem;font-weight:800;text-decoration:none;transition:color .2s,border-color .2s,gap .2s;display:inline-flex}.ps-card-cta:hover{color:#b8411a;border-color:#b8411a;gap:10px}@media (max-width:768px){.ps-section{padding:60px 0 70px}.ps-header{flex-direction:column;align-items:flex-start;padding:0 4% 2.5rem}.ps-controls{align-self:auto}.ps-track-wrap{padding-left:4%}.ps-track{gap:16px;padding-right:4%}.ps-card{flex:0 0 270px}}@media (max-width:480px){.ps-card{flex:0 0 240px}.ps-arrow{width:42px;height:42px}}@media (min-width:1400px){.ps-header{padding:0 6% 3rem}.ps-track-wrap{padding-left:6%}.ps-track{padding-right:6%}.ps-card{flex:0 0 360px}}@media (prefers-reduced-motion:reduce){.ps-track{scroll-behavior:auto}.ps-card,.ps-card-img img,.ps-card-badge{transition-duration:.01ms!important}}
:root{--pd-rust:#b8411a;--pd-rust-dk:#8a2f12;--pd-rust-lt:#d0622c;--pd-rust-bg:#b8411a12;--pd-rust-glow:#b8411a26;--pd-charcoal:#18110c;--pd-charcoal-2:#2c1e14;--pd-white:#fff;--pd-ivory:#f7f4f0;--pd-text:#1a0e08;--pd-text-2:#5a4a42;--pd-text-3:#8a7870;--pd-border:#e2d8d0;--pd-ease:cubic-bezier(.16, 1, .3, 1);--pd-header-h:76px}.pd-page{background:var(--pd-white)}.pd-page *,.pd-page :before,.pd-page :after{box-sizing:border-box}.pd-container{max-width:1800px;margin:0 auto;padding:0 5%}.pd-reveal{opacity:0;transition:opacity .72s var(--pd-ease), transform .72s var(--pd-ease);transition-delay:var(--d,0s);transform:translateY(36px)}.pd-reveal.from-left{transform:translate(-48px)}.pd-reveal.from-right{transform:translate(48px)}.pd-reveal.pd-in{opacity:1;transform:translate(0)}.pd-breadcrumb-bar{background:var(--pd-ivory);border-bottom:1px solid var(--pd-border);padding:.75rem 0}.pd-bc-inner{align-items:center;display:flex}.pd-breadcrumb{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.pd-bc-link{letter-spacing:.05em;color:var(--pd-text-3);align-items:center;gap:5px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.pd-bc-link:hover{color:var(--pd-rust)}.pd-bc-sep{color:var(--pd-text-3);opacity:.5;flex-shrink:0}.pd-bc-curr{color:var(--pd-rust);letter-spacing:.05em;font-size:.78rem;font-weight:700}.pd-hero{background:url(https://c4.wallpaperflare.com/wallpaper/409/960/862/abstract-orange-background-orange-and-black-vector-art-wallpaper-preview.jpg) 50%/cover no-repeat;align-items:center;min-height:380px;display:flex;position:relative;overflow:hidden}.pd-hero-overlay{background:#4711009a;position:absolute;inset:0}.pd-hero-inner{z-index:2;max-width:1500px;padding:6rem 5% 4.5rem;position:relative}.pd-hero-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--pd-rust-lt);align-items:center;gap:10px;margin-bottom:1rem;font-size:.72rem;font-weight:800;display:inline-flex}.pd-hero-tag:before{content:"";background:var(--pd-rust-lt);border-radius:2px;width:28px;height:1.5px;display:block}.pd-hero-title{color:var(--pd-white);letter-spacing:-.025em;margin:0 0 .8rem;font-size:clamp(2.4rem,6vw,5rem);font-weight:900;line-height:1.05}.pd-hero-tagline{letter-spacing:.16em;text-transform:uppercase;color:#ffffff73;margin:0 0 1.8rem;font-size:.82rem;font-weight:700}.pd-hero-chips{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;display:flex}.pd-hero-chip{color:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff12;border:1px solid #ffffff26;border-radius:2px;align-items:center;gap:7px;padding:.42rem 1rem;font-size:.78rem;font-weight:600;display:inline-flex}.pd-hero-chip svg{color:var(--pd-rust-lt)}.pd-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.pd-cta{letter-spacing:.1em;text-transform:uppercase;border-radius:3px;align-items:center;gap:0;font-size:.78rem;font-weight:800;text-decoration:none;transition:transform .2s;display:inline-flex;overflow:hidden}.pd-cta:hover{transform:scale(1.03)}.pd-cta:active{transform:scale(.97)}.pd-cta span:first-child{padding:.8rem 1.4rem;transition:background .25s;display:block}.pd-cta-icon{justify-content:center;align-items:center;padding:.8rem .85rem;transition:background .25s,padding .25s;display:flex}.pd-cta:hover .pd-cta-icon{padding-right:1.1rem}.pd-cta--solid{color:var(--pd-white);background:var(--pd-rust);border:1.5px solid var(--pd-rust)}.pd-cta--solid:hover span:first-child{background:var(--pd-rust-lt)}.pd-cta--solid .pd-cta-icon{background:#00000038}.pd-cta--solid:hover .pd-cta-icon{background:#00000059}.pd-cta--ghost{color:var(--pd-white);background:0 0;border:1.5px solid #ffffff4d}.pd-cta--ghost:hover span:first-child{background:#ffffff14}.pd-cta--ghost .pd-cta-icon{background:#ffffff0f}.pd-hero-clip{background:var(--pd-white);clip-path:polygon(0 100%,100% 0,100% 100%);height:70px;position:absolute;bottom:-1px;left:0;right:0}.pd-detail{background:var(--pd-white);padding:72px 0 100px}.pd-layout{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}.pd-scroll-content{order:1;padding-top:.5rem}.pd-sticky-panel{flex-direction:column;order:2;gap:1.5rem;display:flex}.pd-sticky-img-wrap{background:var(--pd-charcoal-2);aspect-ratio:4/4;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 16px 48px #18110c26}.pd-sticky-img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--pd-ease);display:block}.pd-sticky-img-wrap:hover .pd-sticky-img{transform:scale(1.04)}.pd-img-fallback{color:#ffffff2e;text-transform:uppercase;letter-spacing:.14em;z-index:0;flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:.75rem;font-weight:700;display:flex;position:absolute;inset:0}.pd-sticky-img-wrap:not(.pd-no-img) .pd-img-fallback{z-index:0}.pd-sticky-img-wrap.pd-no-img .pd-img-fallback{z-index:1}.pd-img-ribbon{background:var(--pd-rust);color:var(--pd-white);letter-spacing:.16em;text-transform:uppercase;z-index:3;border-radius:0 2px 2px 0;padding:.38rem 1rem .38rem .85rem;font-size:.68rem;font-weight:800;position:absolute;top:16px;left:0}.pd-spec-card{background:var(--pd-charcoal);border-radius:8px;overflow:hidden;box-shadow:0 8px 28px #18110c24}.pd-spec-card-head{background:var(--pd-rust);letter-spacing:.16em;text-transform:uppercase;color:var(--pd-white);align-items:center;gap:8px;padding:.9rem 1.3rem;font-size:.7rem;font-weight:800;display:flex}.pd-spec-list{margin:0;padding:0}.pd-spec-row{border-bottom:1px solid #ffffff0f;grid-template-columns:90px 1fr;gap:.5rem;padding:.65rem 1.3rem;display:grid}.pd-spec-row:last-child{border-bottom:none}.pd-spec-row dt{text-transform:uppercase;letter-spacing:.1em;color:#ffffff61;white-space:nowrap;margin:0;padding-top:1px;font-size:.7rem;font-weight:700}.pd-spec-row dd{color:#ffffffd1;margin:0;font-size:.82rem;font-weight:600;line-height:1.45}.pd-sticky-enquire{background:var(--pd-rust-bg);border:1.5px solid var(--pd-rust);letter-spacing:.1em;text-transform:uppercase;color:var(--pd-rust);border-radius:4px;justify-content:center;align-items:center;gap:10px;padding:.95rem 1.5rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:background .25s,color .25s;display:flex}.pd-sticky-enquire:hover{background:var(--pd-rust);color:var(--pd-white)}.pd-content-block{margin-bottom:3.5rem}.pd-section-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--pd-rust);align-items:center;gap:10px;margin-bottom:1rem;font-size:.7rem;font-weight:800;display:inline-flex}.pd-eyebrow-line{background:var(--pd-rust);border-radius:2px;width:28px;height:1.5px;display:block}.pd-content-title{color:var(--pd-charcoal);letter-spacing:-.02em;margin:0 0 1.4rem;font-size:clamp(1.7rem,3.2vw,2.6rem);font-weight:900;line-height:1.18}.pd-content-title em{color:var(--pd-rust);font-style:italic}.pd-content-para{color:var(--pd-text-2);max-width:640px;margin:0;font-size:clamp(.9rem,1.4vw,1rem);line-height:1.8}.pd-rule{background:var(--pd-border);border-radius:2px;height:1px;margin:0 0 3.5rem}.pd-feature-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.pd-feature-item{color:var(--pd-text-2);background:var(--pd-ivory);border-left:3px solid #0000;border-radius:4px;align-items:flex-start;gap:12px;padding:.85rem 1.1rem;font-size:.9rem;font-weight:500;line-height:1.6;transition:border-color .2s,background .2s;display:flex}.pd-feature-item:hover{border-left-color:var(--pd-rust);background:var(--pd-rust-bg)}.pd-feat-icon{color:var(--pd-rust);flex-shrink:0;margin-top:2px}.pd-apps-grid{flex-wrap:wrap;gap:.6rem;margin-top:.5rem;display:flex}.pd-app-tag{background:var(--pd-ivory);border:1px solid var(--pd-border);letter-spacing:.03em;color:var(--pd-text-2);cursor:default;border-radius:3px;align-items:center;gap:7px;padding:.48rem 1rem;font-size:.78rem;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.pd-app-tag svg{color:var(--pd-rust);flex-shrink:0}.pd-app-tag:hover{background:var(--pd-rust);border-color:var(--pd-rust);color:var(--pd-white);transform:translateY(-2px)}.pd-app-tag:hover svg{color:var(--pd-white)}.pd-enquire-block{background:var(--pd-charcoal);border-radius:8px;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;padding:2.5rem;display:flex}.pd-enquire-icon{color:var(--pd-rust-lt);flex-shrink:0;margin-top:2px}.pd-enquire-block>div{flex:1;min-width:220px}.pd-enquire-block h3{color:var(--pd-white);margin:0 0 .7rem;font-size:1.25rem;font-weight:800;line-height:1.25}.pd-enquire-block p{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.75}.pd-enquire-block .pd-cta{flex-shrink:0;align-self:flex-start}@media (max-width:767px){.pd-hero{min-height:280px}.pd-hero-inner{padding:5rem 5% 3rem}.pd-hero-title{font-size:2rem}.pd-hero-chips{gap:.4rem}.pd-hero-chip{padding:.35rem .8rem;font-size:.7rem}.pd-hero-actions{flex-direction:column}.pd-hero-actions .pd-cta{justify-content:center}.pd-detail{padding:36px 0 56px}.pd-layout{grid-template-columns:1fr;gap:2rem}.pd-scroll-content{order:2}.pd-sticky-panel{flex-direction:column;order:1;gap:1.2rem;display:flex;position:static}.pd-sticky-img-wrap{aspect-ratio:4/4}.pd-content-block{margin-bottom:2rem}.pd-enquire-block{gap:1rem;padding:1.5rem}.pd-apps-grid{gap:.4rem}.pd-app-tag{padding:.4rem .8rem;font-size:.72rem}}@media (min-width:768px) and (max-width:1023px){.pd-hero-title{font-size:2.8rem}.pd-detail{padding:52px 0 72px}.pd-layout{grid-template-columns:1fr;gap:2.5rem}.pd-scroll-content{order:2}.pd-sticky-panel{order:1;grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid;position:static}.pd-sticky-img-wrap{aspect-ratio:16/7;grid-column:1/-1}}@media (min-width:1024px) and (max-width:1279px){.pd-detail{padding:64px 0 90px}.pd-layout{grid-template-columns:1fr 380px;gap:3.5rem}.pd-scroll-content{order:1}.pd-sticky-panel{top:calc(var(--pd-header-h) + 24px);order:2;position:sticky}.pd-sticky-img-wrap{aspect-ratio:4/4}}@media (min-width:1280px) and (max-width:1399px){.pd-layout{grid-template-columns:1fr 440px;gap:4.5rem}.pd-scroll-content{order:1}.pd-sticky-panel{top:calc(var(--pd-header-h) + 24px);order:2;position:sticky}.pd-sticky-img-wrap{aspect-ratio:4/4}}@media (min-width:1400px){.pd-layout{grid-template-columns:1fr 520px;gap:5.5rem}.pd-scroll-content{order:1}.pd-sticky-panel{top:calc(var(--pd-header-h) + 24px);order:2;position:sticky}.pd-sticky-img-wrap{aspect-ratio:6/6}}@media (prefers-reduced-motion:reduce){.pd-reveal,.pd-feature-item,.pd-app-tag,.pd-sticky-img,.pd-enquire-block{transition-duration:.01ms!important;animation-duration:.01ms!important}}
