.pd-page{min-height:100vh;color:var(--brand-dark);background-color:#f0efe9;padding-top:.5rem;padding-bottom:6rem}.pd-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.pd-breadcrumb{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:1rem 0 1.5rem;font-size:.75rem;font-weight:700}.pd-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.pd-breadcrumb a:hover{color:var(--brand-blue)}.pd-bc-sep{opacity:.5;margin:0 .75rem}.pd-bc-current{color:var(--brand-blue)}.pd-header-block{margin-bottom:2rem}.pd-eyebrow{color:var(--brand-blue);letter-spacing:.12em;margin-bottom:.5rem;font-size:.85rem;font-weight:800;display:block}.pd-title{color:var(--brand-dark);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.1}.pd-title-divider{background-color:var(--brand-blue);width:60px;height:4px;margin-top:1rem}.pd-main-visual-section{width:100%;margin-bottom:4rem}.pd-large-main-img-box{background-color:var(--white);border-radius:var(--radius-lg);cursor:zoom-in;border:1px solid #e5e5e580;justify-content:center;align-items:center;width:100%;max-width:800px;height:auto;margin:0 auto;padding:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000000a}.pd-badge{background-color:var(--brand-blue);color:var(--white);text-transform:uppercase;letter-spacing:.05em;z-index:10;border-radius:4px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 10px #00000026}.pd-large-main-img{max-height:520px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block;object-fit:contain!important;width:100%!important;height:auto!important;position:relative!important;top:auto!important;left:auto!important}.pd-large-main-img-box:hover .pd-large-main-img{transform:scale(1.03)}.pd-large-main-img-hint{color:var(--white);letter-spacing:.05em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#1a1a1ad9;border-radius:30px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:1.5rem;right:1.5rem;transform:translateY(10px);box-shadow:0 4px 12px #00000026}.pd-large-main-img-box:hover .pd-large-main-img-hint{opacity:1;transform:translateY(0)}.pd-no-img{color:var(--text-muted);font-size:1.1rem;font-weight:600}.pd-details-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:5rem;display:grid}@media (min-width:1024px){.pd-details-grid{grid-template-columns:1.2fr .8fr;gap:4rem}}.pd-section-title{color:var(--brand-dark);letter-spacing:-.01em;border-bottom:2px solid var(--brand-blue);margin-bottom:1.75rem;padding-bottom:.35rem;font-size:1.5rem;font-weight:900;display:inline-block}.pd-section-title.centered{text-align:center;border-bottom:none;margin-bottom:3rem;padding-bottom:0;display:block}.pd-section-title.centered:after{content:"";background-color:var(--brand-blue);width:60px;height:4px;margin:.75rem auto 0;display:block}.pd-description-content{flex-direction:column;gap:1.25rem;display:flex}.pd-description-paragraph{color:#374151;font-size:1.05rem;line-height:1.8}.pd-highlights-wrapper{margin-top:3rem}.pd-subtitle{color:var(--brand-dark);letter-spacing:-.01em;border-bottom:2px solid var(--brand-blue);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:1.15rem;font-weight:800;display:inline-block}.pd-highlights-list{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.pd-highlights-list{grid-template-columns:repeat(2,1fr)}}.pd-highlight-card{background-color:var(--white);border-radius:var(--radius-lg);border-left:4px solid var(--brand-blue);border-top:1px solid #e5e5e566;border-bottom:1px solid #e5e5e566;border-right:1px solid #e5e5e566;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex;box-shadow:0 4px 20px #00000005}.pd-highlight-card-icon{color:var(--brand-blue);flex-shrink:0;margin-top:.15rem}.pd-highlight-card span{color:var(--brand-dark);font-size:.95rem;font-weight:700;line-height:1.45}.pd-specs-card{background-color:var(--white);border-radius:var(--radius-lg);border:1px solid #e5e5e580;margin-bottom:2rem;padding:2rem;box-shadow:0 15px 30px #00000008}.pd-specs-card .pd-section-title{border-bottom:none;margin-bottom:1.5rem;padding-bottom:0}.pd-specs-table{flex-direction:column;display:flex}.pd-spec-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:.85rem 0;font-size:.925rem;display:flex}.pd-spec-row:last-child{border-bottom:none}.pd-spec-key{color:#6b7280;width:45%;font-weight:700}.pd-spec-val{color:var(--brand-dark);text-align:right;width:55%;font-weight:600}.pd-action-box{flex-direction:column;gap:1rem;display:flex}.pd-btn{border-radius:var(--radius-lg);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.pd-btn-primary{background-color:var(--brand-blue);color:var(--white);box-shadow:0 10px 20px #0091d533}.pd-btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 12px 24px #0091d547}.pd-btn-secondary{background-color:var(--white);color:var(--brand-dark);border:1px solid #e5e7eb;box-shadow:0 4px 10px #00000005}.pd-btn-secondary:hover{background-color:var(--brand-gray);border-color:#d1d5db;transform:translateY(-2px)}.pd-features-section{margin-top:6rem;margin-bottom:6rem}.pd-features-container{flex-direction:column;gap:5rem;display:flex}.pd-feature-block{background-color:var(--white);border-radius:var(--radius-lg);border:1px solid #e5e5e566;grid-template-columns:1fr;align-items:center;gap:2.5rem;padding:2.5rem;display:grid;box-shadow:0 15px 35px #00000005}@media (min-width:1024px){.pd-feature-block{grid-template-columns:1.1fr .9fr;gap:4.5rem;padding:3.5rem}.pd-feature-block.reversed .pd-feature-img-wrapper{order:2}.pd-feature-block.reversed .pd-feature-text-wrapper{order:1}}.pd-feature-img-wrapper{border-radius:var(--radius-lg);width:100%;overflow:hidden;box-shadow:0 10px 25px #0000000a}.pd-feature-block-img{width:100%;height:auto;transition:transform .5s cubic-bezier(.16,1,.3,1);display:block}.pd-feature-block:hover .pd-feature-block-img{transform:scale(1.02)}.pd-feature-text-wrapper h3{color:var(--brand-dark);text-transform:uppercase;margin-bottom:1.25rem;font-size:1.75rem;font-weight:800;line-height:1.25}.pd-feature-text-wrapper p{color:#4b5563;font-size:1.025rem;line-height:1.75}.pd-videos-section{margin-top:6rem;margin-bottom:6rem}.pd-video-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.pd-video-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.pd-video-card{aspect-ratio:16/9;border-radius:var(--radius-lg);background:#000;overflow:hidden;box-shadow:0 10px 30px #0000001a}.pd-video-card iframe,.pd-video-player{border:none;width:100%;height:100%}.pd-gallery-section{margin-top:6rem;margin-bottom:4rem}.pd-section-heading{border-bottom:1px solid #1a1a1a1f;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.pd-section-heading span{color:var(--brand-blue);letter-spacing:.12em;font-size:.72rem;font-weight:900}.pd-section-heading h2{color:var(--brand-dark);text-transform:uppercase;margin:0;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:900;line-height:1}.pd-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.pd-gallery-item-card{background-color:var(--white);border-radius:var(--radius-lg);cursor:pointer;text-align:left;border:none;flex-direction:column;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 10px 25px #00000005}.pd-gallery-item-card:hover{transform:translateY(-5px);box-shadow:0 20px 35px #00000014}.pd-gallery-item-img-wrapper{aspect-ratio:4/3;background-color:var(--brand-gray);width:100%;position:relative;overflow:hidden}.pd-gallery-item-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.pd-gallery-item-card:hover .pd-gallery-item-img{transform:scale(1.05)}.pd-gallery-item-overlay{opacity:0;z-index:2;background:linear-gradient(#0000 0%,#0003 40%,#000000bf 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.pd-gallery-item-card:hover .pd-gallery-item-overlay{opacity:1}.pd-gallery-item-zoom-icon{width:48px;height:48px;color:var(--white);background:#0091d5e6;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8);box-shadow:0 8px 16px #0091d54d}.pd-gallery-item-card:hover .pd-gallery-item-zoom-icon{transform:translate(-50%,-50%)scale(1)}.pd-gallery-item-caption{color:#ffffffe6;font-size:.85rem;font-weight:600;line-height:1.3}.pd-gallery-item-info{background-color:var(--white);align-items:center;gap:.75rem;padding:1.25rem;display:flex}.pd-gallery-item-number{color:var(--brand-blue);letter-spacing:.05em;font-size:.8rem;font-weight:900}.pd-gallery-item-title{color:var(--brand-dark);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.875rem;font-weight:700;overflow:hidden}.pd-lightbox{z-index:99999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#09090beb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pd-lightbox-backdrop{cursor:zoom-out;background:0 0;border:0;width:100%;height:100%;position:absolute;inset:0}.pd-lightbox-panel{z-index:10;flex-direction:column;width:100%;max-width:1200px;height:100%;max-height:90vh;display:flex;position:relative;overflow:hidden}.pd-lightbox-topbar{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1rem 0;display:flex}.pd-lightbox-title-wrap{align-items:center;gap:1rem;min-width:0;display:flex}.pd-lightbox-counter{color:var(--brand-blue);letter-spacing:.08em;white-space:nowrap;background:#0091d526;border-radius:20px;padding:.35rem .75rem;font-size:.85rem;font-weight:900}.pd-lightbox-caption{color:var(--white);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3;overflow:hidden}.pd-lightbox-close{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .25s;display:inline-flex}.pd-lightbox-close:hover{background:var(--brand-blue);border-color:var(--brand-blue);transform:rotate(90deg)}.pd-lightbox-stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.pd-lightbox-img-container{width:100%;height:100%;max-height:70vh;position:relative}.pd-lightbox-nav{z-index:20;width:56px;height:56px;color:var(--white);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a1a99;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.pd-lightbox-nav:hover{background:var(--brand-blue);border-color:var(--brand-blue);transform:translateY(-50%)scale(1.05)}.pd-lightbox-nav.prev{left:1rem}.pd-lightbox-nav.next{right:1rem}@media (max-width:768px){.pd-page{padding-bottom:3.5rem}.pd-container{padding:0 1rem}.pd-breadcrumb{padding:1rem 0 1.5rem;line-height:1.6}.pd-large-main-img-box{height:auto;padding:1rem}.pd-large-main-img{width:100%!important;height:auto!important;top:auto!important;left:auto!important}.pd-large-main-img-hint{opacity:1;padding:.4rem .8rem;font-size:.68rem;bottom:1rem;right:1rem;transform:none}.pd-details-grid{gap:2rem;margin-bottom:3.5rem}.pd-section-title{margin-bottom:1.25rem}.pd-specs-card{padding:1.5rem}.pd-spec-row{flex-direction:column;gap:.25rem}.pd-spec-key,.pd-spec-val{text-align:left;width:100%}.pd-gallery-section{margin-top:4rem}.pd-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.pd-lightbox-nav{width:44px;height:44px}.pd-lightbox-nav.prev{left:.5rem}.pd-lightbox-nav.next{right:.5rem}.pd-lightbox-caption{font-size:.95rem}.pd-features-section{margin-top:4rem;margin-bottom:4rem}.pd-features-container{gap:3rem}.pd-feature-block{gap:1.5rem;padding:1.5rem}.pd-feature-text-wrapper h3{font-size:1.35rem}.pd-feature-text-wrapper p{font-size:.95rem}}
