@font-face { font-family:"Franklin Gothic Condensed"; src:url("../fonts/FranklinGothic/Franklin Gothic Condensed.ttf") format("truetype"); font-weight:400 900; font-style:normal; font-display:swap; }
@font-face { font-family:"Lexend"; src:url("../fonts/Lexend/Lexend-Regular.ttf") format("truetype"); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Lexend"; src:url("../fonts/Lexend/Lexend-Medium.ttf") format("truetype"); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Lexend"; src:url("../fonts/Lexend/Lexend-SemiBold.ttf") format("truetype"); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:"Lexend"; src:url("../fonts/Lexend/Lexend-Bold.ttf") format("truetype"); font-weight:700; font-style:normal; font-display:swap; }

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:100%;scroll-behavior:smooth}
body{font-family:"Lexend",sans-serif;background:#d8d8d8;color:#1a1a1a;overflow-x:hidden}
img{display:block;width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul{list-style:none}
article{border:none;outline:none}

.page-wrap{margin:0 auto;background:#fff;box-shadow:0 0 2.5rem rgba(0,0,0,.15)}

/* HEADER */
.site-header{width:100%}
.logo-banner{width:100%;max-height:13.75rem;overflow:hidden;background:#f5f0e8;line-height:0}
.logo-banner img{width:100%;height:13.75rem;object-fit:cover;object-position:center}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:5.313rem;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:999;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,.06)}
.navbar-logo img{width:4.688rem;height:4.688rem;object-fit:contain}
.navbar-links{display:flex;align-items:center;gap:1.75rem}
.navbar-links a{font-size:0.813rem;font-weight:600;color:#222;letter-spacing:0.031rem;text-transform:uppercase;transition:color .2s}
.navbar-links a:hover,.navbar-links a[aria-current="page"]{color:#e01e1e}
.navbar-search{display:flex;align-items:center;background:#f5f5f5;border:1px solid #ddd;border-radius:1.25rem;padding:0.313rem 0.875rem;gap:0.5rem;min-width:11.25rem}
.navbar-search input{border:none;background:transparent;outline:none;font-size:0.813rem;color:#555;width:8.75rem;font-family:inherit}
.navbar-search i{color:#888;font-size:0.813rem}
.navbar-hamburger{display:none;font-size:1.375rem;cursor:pointer;color:#222;background:none;border:none;padding:0.25rem}
.mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid #eee;padding:0.75rem 1.5rem;gap:0.625rem}
.mobile-nav.open{display:flex}
.mobile-nav a{font-size:0.875rem;font-weight:600;text-transform:uppercase;color:#222;padding:0.5rem 0;border-bottom:1px solid #f0f0f0}
.mobile-nav a:last-child{border-bottom:none}

/* MAIN SPACING */
main > * + *{margin-top:1.5rem}

/* ANNOUNCEMENT BANNER */
.announce-banner{width:100%;overflow:hidden;line-height:0}
.announce-banner img{width:100%;height:auto;object-fit:cover}

/* HERO */
.hero-section{width:100%;overflow:hidden;line-height:0}
.hero-section img{width:100%;height:auto}

/* SPLIT SECTIONS */
.split-section{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;line-height:0}
.split-section .split-left,.split-section .split-right{overflow:hidden;aspect-ratio:1/1}
.split-section img{width:100%;height:100%;object-fit:cover;display:block}

/* FULL-WIDTH SECTIONS */
.fullwidth-section{width:100%;overflow:hidden;line-height:0}
.fullwidth-section img{width:100%;height:auto;display:block}
.home-video-section{width:100%;background:#000;line-height:0}
.home-video-section video{width:100%;height:auto;display:block;max-height:80vh;object-fit:contain}
.home-video-ratio{position:relative;width:100%;aspect-ratio:16/9}
.home-video-ratio iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}

/* PRODUCTS */
.products-section{background:#f5f0e8;padding:5rem 3.75rem}
.products-section h2{font-family:"Franklin Gothic Condensed",sans-serif;font-size:2.625rem;font-weight:900;text-transform:uppercase;text-align:center;margin-bottom:3.5rem;letter-spacing:0.125rem;color:#1a1a1a}
.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:56.25rem;margin:0 auto}
.product-card{border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 0.5rem 2rem rgba(0,0,0,.08);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;border:none;outline:none;color:#1a1a1a}
.product-card:hover{transform:translateY(-0.5rem);box-shadow:0 1.25rem 3rem rgba(0,0,0,.14)}
.product-img-wrap{background:#fff;padding:2.5rem 2rem 1.5rem;display:flex;align-items:center;justify-content:center;aspect-ratio:3/4;overflow:hidden}
.product-img-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .4s}
.product-card:hover .product-img-wrap img{transform:scale(1.05)}
.product-info{padding:1.5rem 1.75rem 2rem;border-top:1px solid #f0ece4;display:flex;flex-direction:column;flex:1}
.product-tag{display:inline-block;font-size:0.625rem;font-weight:700;text-transform:uppercase;padding:0.75rem 1rem;border-radius:50px;margin-bottom:0.75rem; width: fit-content;}
.tag-color{background:#fde8e8;color:#e01e1e; border: solid 1px #e01e1e;}
.tag-growth{background:#e8f5e9;color:#2e7d32; border: solid 1px #2e7d32;}
.product-name{font-family:"Franklin Gothic Condensed",sans-serif;font-size:1.75rem;font-weight:900;text-transform:uppercase;line-height:1;margin-bottom:0.625rem;color:#1a1a1a !important}
.product-desc{font-size:0.813rem;color:#666 !important;line-height:1.65;margin-bottom:1rem}
.product-features{margin-bottom:1.5rem;flex:1}
.product-features li{font-size:0.781rem;color:#555 !important;padding:0.313rem 0;display:flex;align-items:flex-start;gap:0.5rem;border-bottom:1px solid #f5f5f5}
.product-features li:last-child{border-bottom:none}
.product-features li::before{content:"›";color:#999 !important;font-size:0.875rem;line-height:1;flex-shrink:0}
.btn-shop{display:block;background:#1a1a1a;color:#fff;font-family:"Franklin Gothic Condensed",sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:0.125rem;padding:0.875rem 1.75rem;border-radius:3.125rem;border:2px solid #1a1a1a;cursor:pointer;transition:background .2s,border-color .2s;text-align:center}
.btn-shop:hover{background:#e01e1e;border-color:#e01e1e}

/* FOOTER */
.site-footer{background:#111;color:#aaa;padding:3rem 3.75rem 1.75rem}
.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.25rem;border-bottom:1px solid #333}
.footer-brand img{height:3.5rem;width:auto;margin-bottom:1rem}
.footer-brand p{font-size:0.813rem;line-height:1.7;color:#888;max-width:17.5rem}
.footer-col h4{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.125rem;color:#fff;margin-bottom:1rem}
.footer-col li{margin-bottom:0.625rem}
.footer-col a{font-size:0.813rem;color:#888;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:0.75rem;color:#555}
.footer-socials{display:flex;gap:1rem}
.footer-socials a{color:#555;font-size:1rem;transition:color .2s}
.footer-socials a:hover{color:#fff}

/* ANIMATIONS */
.fade-in{opacity:0;transform:translateY(1.75rem);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* RESPONSIVE - LARGE TABLET (<=1024px) */
@media(max-width:1024px){
  .products-section{padding:4rem 2.5rem}
  .products-grid{gap:1.75rem}
  .site-footer{padding:2.5rem 2.5rem 1.5rem}
  .footer-inner{gap:2rem}
}

/* RESPONSIVE - TABLET (<=900px) */
@media(max-width:900px){
  .navbar{padding:0 1.5rem;height:4.5rem}
  .navbar-links,.navbar-search{display:none}
  .navbar-hamburger{display:block}

  .logo-banner img{height:11.25rem}

  main > * + *{margin-top:1rem}

  .products-section{padding:3rem 1.5rem}
  .products-section h2{font-size:2.125rem;margin-bottom:2.25rem}
  .products-grid{gap:1.75rem;max-width:100%}

  .site-footer{padding:2.25rem 1.5rem 1.25rem}
  .footer-inner{grid-template-columns:1fr;gap:1.5rem}
  .footer-bottom{flex-direction:column;gap:0.75rem;text-align:center}
}

/* RESPONSIVE - MOBILE (<=640px) */
@media(max-width:640px){
  .navbar{padding:0 1rem;height:4rem}
  .navbar-logo img{width:3.75rem;height:3.75rem}

  .logo-banner img{height:7.5rem}

  main > * + *{margin-top:0.75rem}

  /* split inherits aspect-ratio:1/1 from tablet breakpoint */

  .products-section{padding:2rem 1rem}
  .products-section h2{font-size:1.75rem;margin-bottom:1.75rem;letter-spacing:0.063rem}
  .products-grid{gap:1rem;max-width:100%}
  .product-img-wrap{padding:1.5rem 1.25rem 1rem}
  .product-info{padding:1rem 1.25rem 1.5rem}
  .product-name{font-size:1.5rem}
  .product-desc{font-size:0.75rem}
  .product-features li{font-size:0.75rem}
  .btn-shop{font-size:0.875rem;padding:0.75rem 1.25rem}

  .site-footer{padding:1.75rem 1rem 1rem}
  .footer-inner{gap:1.25rem}
  .footer-brand p{font-size:0.75rem}
  .footer-bottom{margin-top:1rem;gap:0.625rem}
  .footer-socials{gap:1.25rem}
  .footer-socials a{font-size:1.125rem}
}

/* RESPONSIVE - SMALL MOBILE (<=400px) */
@media(max-width:400px){
  .logo-banner img{height:5rem}
  .navbar{height:3.625rem}
  .navbar-logo img{width:3.25rem;height:3.25rem}
  /* split inherits aspect-ratio:1/1 from tablet breakpoint */
  .products-section h2{font-size:1.5rem}
  .products-grid{max-width:100%}
  .product-img-wrap{aspect-ratio:4/3}
}

/* ============================================================
   PRODUCT PAGE
   ============================================================ */
.product-page-main{padding:2.5rem 3.75rem}
.pg-breadcrumb{font-size:0.75rem;color:#888;margin-bottom:1.75rem;display:flex;align-items:center;gap:0.375rem;flex-wrap:wrap}
.pg-breadcrumb a{color:#888;transition:color .2s}
.pg-breadcrumb a:hover{color:#e01e1e}
.pg-breadcrumb span.sep{color:#ccc}
.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:flex-start}

/* Gallery */
.pg-gallery{position:sticky;top:6.5rem}
.pg-gallery-main{border-radius:0.875rem;overflow:hidden;background:#f8f8f8;border:1px solid #ebebeb;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}
.pg-gallery-main img{width:100%;height:100%;object-fit:contain;transition:opacity 0.25s ease}
.pg-gallery-main img.switching{opacity:0}
.pg-thumbs{display:flex;gap:0.625rem;margin-top:0.875rem;flex-wrap:wrap}
.pg-thumb{width:4.375rem;height:4.375rem;border:2px solid #e8e8e8;border-radius:0.5rem;overflow:hidden;cursor:pointer;background:#f8f8f8;transition:border-color .2s;flex-shrink:0;padding:0}
.pg-thumb:hover,.pg-thumb.active{border-color:#1a1a1a}
.pg-thumb img{width:100%;height:100%;object-fit:contain;display:block}
.pg-thumb-video{position:relative;border-color:transparent}
.pg-thumb-video:hover,.pg-thumb-video.active{border-color:transparent}
.pg-thumb-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);pointer-events:none}

/* Product Info */
.pg-badge{display:inline-block;font-size:0.625rem;font-weight:700;text-transform:uppercase;padding:0.5rem 0.875rem;border-radius:50px;margin-bottom:0.875rem;letter-spacing:0.06rem}
.pg-brand-line{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1rem;color:#aaa;margin-bottom:0.375rem;font-weight:600}
.pg-title{font-family:"Franklin Gothic Condensed",sans-serif;font-size:2.25rem;font-weight:900;text-transform:uppercase;line-height:1.05;margin-bottom:0.5rem;color:#1a1a1a}
.pg-subtitle{font-size:0.875rem;color:#555;line-height:1.65;margin-bottom:1rem}
.pg-rating{display:flex;align-items:center;gap:0.5rem;margin-bottom:1.25rem;flex-wrap:wrap}
.pg-stars{color:#e7711b;font-size:0.9rem;letter-spacing:0.05rem}
.pg-rating-text{font-size:0.813rem;color:#888}
.pg-divider{border:none;border-top:1px solid #f0f0f0;margin:1.25rem 0}

.pg-specs{display:grid;grid-template-columns:1fr 1fr;gap:0.875rem;padding:1.25rem;background:#fafafa;border-radius:0.75rem;border:1px solid #f0ece4;margin-bottom:1.5rem}
.pg-spec-label{font-size:0.688rem;font-weight:700;text-transform:uppercase;color:#aaa;letter-spacing:0.05rem;margin-bottom:0.2rem}
.pg-spec-value{font-size:0.875rem;font-weight:600;color:#1a1a1a}
.pg-features-label{font-size:0.688rem;font-weight:700;text-transform:uppercase;color:#aaa;letter-spacing:0.08rem;margin-bottom:0.75rem}
.pg-features{margin-bottom:1.75rem}
.pg-features li{font-size:0.875rem;color:#444;padding:0.5rem 0;display:flex;align-items:flex-start;gap:0.625rem;border-bottom:1px solid #f5f5f5;line-height:1.55}
.pg-features li:last-child{border-bottom:none}
.pg-check{color:#2e7d32;font-weight:700;flex-shrink:0;margin-top:0.1rem}

.pg-buy-box{border:1px solid #e0e0e0;border-radius:0.875rem;padding:1.625rem;background:#fff;box-shadow:0 0.25rem 1rem rgba(0,0,0,.05)}
.pg-buy-note{font-size:0.75rem;color:#888;margin-bottom:1rem;line-height:1.5}
.pg-cta-primary{display:block;width:100%;background:#1a1a1a;color:#fff;font-family:"Franklin Gothic Condensed",sans-serif;font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:0.125rem;padding:1rem 1.75rem;border-radius:3.125rem;border:2px solid #1a1a1a;cursor:pointer;transition:background .2s,border-color .2s;text-align:center;margin-bottom:0.75rem}
.pg-cta-primary:hover{background:#e01e1e;border-color:#e01e1e}
.pg-cta-secondary{display:block;width:100%;background:transparent;color:#1a1a1a;font-family:"Franklin Gothic Condensed",sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:0.1rem;padding:0.875rem 1.75rem;border-radius:3.125rem;border:2px solid #d0d0d0;cursor:pointer;transition:all .2s;text-align:center}
.pg-cta-secondary:hover{border-color:#1a1a1a;background:#f5f0e8}
.pg-trust{display:flex;gap:1.25rem;margin-top:1.25rem;flex-wrap:wrap;padding-top:1.125rem;border-top:1px solid #f0f0f0}
.pg-trust-item{display:flex;align-items:center;gap:0.375rem;font-size:0.75rem;color:#777}
.pg-trust-item i{font-size:0.813rem}

/* About This Item - Collapsible */
.pg-about-collapsible{margin-bottom:1.5rem;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.pg-about-collapsible summary{display:flex;align-items:center;justify-content:space-between;padding:0.875rem 0;cursor:pointer;list-style:none;user-select:none;-webkit-user-select:none}
.pg-about-collapsible summary::-webkit-details-marker{display:none}
.pg-about-collapsible summary::marker{display:none}
.pg-about-summary-text{font-size:1.125rem;font-weight:700;color:#1a1a1a}
.pg-about-chevron{font-size:0.75rem;color:#555;transition:transform 0.25s ease;flex-shrink:0}
.pg-about-collapsible[open] .pg-about-chevron{transform:rotate(180deg)}
.pg-about-list{list-style:disc;padding:0 0 0.75rem 1.25rem;margin:0}
.pg-about-list li{font-size:0.875rem;color:#333;line-height:1.65;padding:0.3rem 0;border:none}
.pg-about-list li strong{color:#1a1a1a;font-weight:700;font-style:italic}

/* Product Compare Table */
.pg-compare{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f0f0f0}
.pg-compare-title{font-family:"Franklin Gothic Condensed",sans-serif;font-size:1.375rem;font-weight:900;text-transform:uppercase;letter-spacing:0.06rem;color:#1a1a1a;margin-bottom:1.75rem}
.pg-compare-table{width:100%;border-collapse:collapse;font-size:0.875rem}
.pg-compare-table .col-label{width:22%;background:#fafafa;border-right:1px solid #e8e8e8}
.pg-compare-table .col-prod{width:39%}
.pg-compare-images td{padding:1.5rem 1rem;text-align:center;vertical-align:bottom;border-bottom:1px solid #eeeeee}
.pg-compare-images img{width:9rem;height:9rem;object-fit:contain;margin:0 auto}
.pg-compare-names td{padding:0.75rem 1rem;text-align:center;border-bottom:1px solid #eeeeee}
.pg-compare-names .col-label{background:#fafafa}
.pg-compare-names a{color:#1565c0;font-weight:600;font-size:0.875rem;text-decoration:underline;text-underline-offset:2px}
.pg-compare-names a:hover{color:#e01e1e}
.pg-compare-names a.current{color:#1a1a1a;text-decoration:none;font-weight:700;cursor:default}
.pg-compare-btn td{padding:0.625rem 1rem;text-align:center;border-bottom:2px solid #dddddd}
.pg-compare-btn .col-label{background:#fafafa}
.pg-compare-btn a{display:inline-block;padding:0.4rem 1.25rem;border:1px solid #888;border-radius:50px;font-size:0.813rem;color:#1a1a1a;transition:all .2s}
.pg-compare-btn a:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}
.pg-compare-btn a.current-btn{background:#1a1a1a;color:#fff;border-color:#1a1a1a}
.pg-compare-row td{padding:0.625rem 1rem;border-bottom:1px solid #eeeeee;text-align:center;vertical-align:middle;color:#333}
.pg-compare-row .col-label{text-align:left;font-size:0.813rem;color:#555;font-weight:500;background:#fafafa}
.pg-compare-row .check{color:#2e7d32;font-size:1rem;font-weight:700}
.pg-compare-row .stars{color:#e7711b;font-size:0.813rem}
.pg-compare-row .review-count{font-size:0.75rem;color:#888;margin-left:0.25rem}

/* A+ Content */
.aplus-content{border-top:2px solid #f5f0e8;margin-top:0;display:flex;flex-direction:column;gap:1.5rem}
.aplus-compare-wrap{background:#fff;padding:2.5rem 3.75rem}
.aplus-compare-wrap .pg-compare{margin-top:0;padding-top:0;border-top:none}
@media(max-width:900px){.aplus-compare-wrap{padding:2rem 1.5rem}}
@media(max-width:640px){.aplus-compare-wrap{padding:1.5rem 1rem}}
.aplus-img-wrap{width:100%;overflow:hidden;line-height:0}
.aplus-img-wrap img{width:100%;height:auto;display:block}

/* RESPONSIVE - PRODUCT PAGE */
@media(max-width:1024px){
  .product-page-main{padding:2rem 2.5rem}
}
@media(max-width:900px){
  .product-page-main{padding:1.75rem 1.5rem}
  .product-page-grid{grid-template-columns:1fr;gap:2rem}
  .pg-gallery{position:static;top:auto}
  .pg-title{font-size:2rem}
}
@media(max-width:640px){
  .product-page-main{padding:1.25rem 1rem}
  .pg-title{font-size:1.625rem}
  .pg-thumb{width:3.5rem;height:3.5rem}
  .pg-buy-box{padding:1.25rem}
  .pg-compare-images img{width:6rem;height:6rem}
  .pg-compare-table{font-size:0.813rem}
  .pg-compare-row td,.pg-compare-images td,.pg-compare-names td,.pg-compare-btn td{padding:0.5rem 0.5rem}
}
