/* ============================================
   Presetz Home — Fishing Gear Storefront
   Niche: Angling & Fishing Equipment
   Design: Rugged outdoor, deep ocean tones
   ============================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
input,select,textarea{font-family:inherit;font-size:inherit}
ul{list-style:none}
svg{display:block}

:root{
  --color-bg:#F5F7F8;
  --color-surface:#FFFFFF;
  --color-surface-alt:#EDF1F3;
  --color-surface-warm:#E3E9EC;
  --color-border:#D1DCE0;
  --color-border-light:#E5EBEE;
  --color-text-primary:#1A2B33;
  --color-text-secondary:#4A6168;
  --color-text-muted:#8A9BA2;
  --color-accent:#0E6B7A;
  --color-accent-hover:#0A5260;
  --color-accent-fg:#FFFFFF;
  --color-accent-light:#D4E8EC;
  --color-ocean:#0D4A57;
  --color-sand:#C4A86A;
  --color-success:#3D7A4F;
  --color-warning:#C7882E;
  --color-error:#B84A3E;
  --font-heading:'Oswald',sans-serif;
  --font-body:'Inter','Helvetica Neue',sans-serif;
  --font-mono:'JetBrains Mono',monospace;
  --radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;
  --shadow-sm:0 1px 3px rgba(26,43,51,0.08);
  --shadow-md:0 2px 8px rgba(26,43,51,0.1);
  --shadow-lg:0 8px 24px rgba(26,43,51,0.12);
  --space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;
  --space-xl:40px;--space-2xl:64px;--space-3xl:96px;
  --transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:400ms ease;
  --container-max:1280px;
}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}

.container{max-width:var(--container-max);margin:0 auto;padding:0 16px}
@media(min-width:768px){.container{padding:0 24px}}
@media(min-width:768px){.nav-actions{position:absolute;right:24px}}
@media(min-width:1024px){.container{padding:0 32px}.nav-logo{left:32px}.nav-actions{right:32px}}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-base);cursor:pointer;text-align:center;white-space:nowrap;line-height:1.4}
.btn-primary{background:var(--color-accent);color:var(--color-accent-fg)}
.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.btn-secondary{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-border)}
.btn-secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}
.btn-ghost{background:transparent;color:var(--color-text-secondary);padding:8px 16px}
.btn-ghost:hover{color:var(--color-accent)}
.btn-lg{padding:16px 32px;font-size:15px}
.btn-sm{padding:8px 16px;font-size:13px}
.btn:disabled{opacity:0.5;cursor:not-allowed;transform:none}
.btn-block{display:flex;width:100%}

.badge{display:inline-block;padding:3px 10px;font-size:11px;font-weight:600;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:0.5px}
.badge-sale{background:var(--color-accent);color:var(--color-accent-fg)}
.badge-new{background:var(--color-success);color:#fff}
.badge-out{background:var(--color-text-muted);color:#fff}

.announcement-bar{background:var(--color-ocean);color:#fff;text-align:center;padding:10px 16px;font-size:13px;font-weight:400;letter-spacing:0.3px}

.nav{background:var(--color-surface);border-bottom:1px solid var(--color-border-light);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}
.nav-inner{display:flex;align-items:center;justify-content:center;gap:16px;height:64px;position:relative}
.nav-logo{position:absolute;left:16px}
.nav-logo{font-family:var(--font-heading);font-size:24px;font-weight:600;color:var(--color-text-primary);white-space:nowrap;letter-spacing:0.5px;text-transform:uppercase}
.nav-logo span{color:var(--color-accent)}
.nav-links{display:none;align-items:center;gap:4px}
.nav-link{padding:8px 14px;font-size:14px;font-weight:400;color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:color var(--transition-fast)}
.nav-link:hover,.nav-link.active{color:var(--color-accent)}
.nav-actions{display:flex;align-items:center;gap:4px;position:absolute;right:16px}
.nav-action-btn{position:relative;padding:8px;color:var(--color-text-secondary);transition:color var(--transition-fast);display:flex;align-items:center}
.nav-action-btn:hover{color:var(--color-accent)}
.nav-action-btn svg{width:20px;height:20px}
.cart-count{position:absolute;top:2px;right:0;background:var(--color-accent);color:var(--color-accent-fg);font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 4px}
.cart-count:empty{display:none}

.nav-has-dropdown{position:relative;display:inline-block}
.nav-link-dropdown{display:flex;align-items:center;gap:4px}
.nav-chevron{width:14px;height:14px;transition:transform var(--transition-fast)}
.nav-has-dropdown:hover .nav-chevron{transform:rotate(180deg)}
.nav-dropdown{position:absolute;top:100%;left:0;min-width:220px;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--transition-base);z-index:120}
.nav-has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.nav-dropdown-link{display:block;padding:10px 16px;font-size:14px;color:var(--color-text-secondary);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap}
.nav-dropdown-link:hover{background:var(--color-surface-alt);color:var(--color-accent);padding-left:20px}

.hamburger{display:flex;flex-direction:column;gap:4px;padding:8px}
.hamburger span{width:22px;height:2px;background:var(--color-text-primary);border-radius:2px;transition:all var(--transition-base)}
@media(min-width:768px){.nav-links{display:flex}.hamburger{display:none}.nav-logo{position:absolute;left:24px}}

.mobile-menu{position:fixed;top:0;left:-100%;width:300px;max-width:85vw;height:100vh;background:var(--color-surface);z-index:200;overflow-y:auto;transition:left var(--transition-slow);padding:16px;box-shadow:var(--shadow-lg)}
.mobile-menu.open{left:0}
.mobile-menu-close{font-size:28px;color:var(--color-text-secondary);float:right;padding:4px 8px}
.mobile-menu nav{display:flex;flex-direction:column;gap:4px;margin-top:24px}
.mobile-menu nav a{padding:12px 16px;font-size:15px;color:var(--color-text-primary);border-radius:var(--radius-sm);transition:background var(--transition-fast)}
.mobile-menu nav a:hover{background:var(--color-surface-alt)}
.mobile-menu .search-wrap{margin-top:16px;position:relative}
.mobile-menu .search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px}
.mobile-menu .search-icon{position:absolute;left:10px;top:12px;width:16px;height:16px;color:var(--color-text-muted)}
.mobile-menu-section{margin-top:16px;padding-bottom:8px;border-bottom:1px solid var(--color-border-light)}
.mobile-menu-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted);padding:0 16px 8px}
.mobile-menu-sub{padding-left:24px!important;font-size:14px!important;color:var(--color-text-secondary)!important}

.menu-overlay{position:fixed;inset:0;background:rgba(26,43,51,0.4);z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition-base)}
.menu-overlay.show{opacity:1;pointer-events:auto}

.hero{position:relative;height:480px;overflow:hidden;background:var(--color-surface-warm)}
.hero img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,74,87,0.6),rgba(13,74,87,0.25))}
.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px}
.hero-eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--color-accent-light);margin-bottom:16px}
.hero-title{font-family:var(--font-heading);font-size:clamp(32px,6vw,56px);font-weight:600;color:#fff;line-height:1.1;margin-bottom:16px;max-width:600px;text-transform:uppercase;letter-spacing:1px}
.hero-subtitle{font-size:16px;color:rgba(255,255,255,0.85);max-width:480px;margin-bottom:28px;line-height:1.6}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
@media(min-width:768px){.hero{height:560px}}

.section{padding:48px 0}
.section-alt{background:var(--color-surface-alt);padding:48px 0}
.section-header{text-align:center;margin-bottom:32px}
.section-title{font-family:var(--font-heading);font-size:clamp(26px,4vw,36px);font-weight:600;color:var(--color-text-primary);margin-bottom:8px;letter-spacing:0.5px;text-transform:uppercase}
.section-subtitle{font-size:15px;color:var(--color-text-secondary);max-width:500px;margin:0 auto}

.grid-2{display:grid;grid-template-columns:1fr;gap:20px}
.grid-3{display:grid;grid-template-columns:1fr;gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media(min-width:640px){.grid-2{grid-template-columns:1fr 1fr;gap:24px}.grid-3{grid-template-columns:repeat(2,1fr);gap:20px}.grid-4{grid-template-columns:repeat(3,1fr);gap:20px}}
@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:24px}.grid-4{grid-template-columns:repeat(4,1fr);gap:24px}}

.product-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-base);display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--color-border)}
.product-card-img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-surface-alt)}
.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}
.product-card:hover .product-card-img img{transform:scale(1.05)}
.product-card-badges{position:absolute;top:8px;left:8px;display:flex;gap:4px;flex-wrap:wrap}
.product-card-body{padding:14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.product-card-title{font-size:14px;font-weight:500;color:var(--color-text-primary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
.product-card-title a:hover{color:var(--color-accent)}
.product-card-price-wrap{display:flex;align-items:center;gap:8px;margin-top:auto}
.product-card-price{font-family:var(--font-mono);font-size:15px;font-weight:600;color:var(--color-text-primary)}
.product-card-compare{font-family:var(--font-mono);font-size:13px;color:var(--color-text-muted);text-decoration:line-through}
.product-card-atc{margin-top:8px;width:100%;padding:10px;font-size:13px}

.collection-card{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius-md);display:block}
.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}
.collection-card:hover img{transform:scale(1.06)}
.collection-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,74,87,0.65),rgba(13,74,87,0.1));display:flex;flex-direction:column;justify-content:flex-end;padding:20px}
.collection-card-title{font-family:var(--font-heading);font-size:22px;font-weight:600;color:#fff;margin-bottom:4px;text-transform:uppercase;letter-spacing:0.5px}
.collection-card-count{font-size:13px;color:rgba(255,255,255,0.8)}

.breadcrumb{display:flex;align-items:center;gap:8px;padding:16px 0;font-size:13px;color:var(--color-text-muted);flex-wrap:wrap}
.breadcrumb a:hover{color:var(--color-accent)}
.breadcrumb-sep{color:var(--color-border)}
.breadcrumb-current{color:var(--color-text-secondary)}

.product-layout{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0 48px}
@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:40px;padding:32px 0 64px}}
@media(min-width:1024px){.product-layout{grid-template-columns:1.1fr 0.9fr;gap:48px}}

.gallery-main-wrap{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-md);background:var(--color-surface-alt);border:1px solid var(--color-border-light)}
.gallery-main-img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}
.gallery-thumbs{display:flex;gap:8px;margin-top:12px;overflow-x:auto;padding-bottom:4px}
.gallery-thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color var(--transition-fast)}
.gallery-thumb.active{border-color:var(--color-accent)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover}

.product-info{display:flex;flex-direction:column;gap:16px}
.product-vendor{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-text-muted)}
.product-title{font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);font-weight:600;line-height:1.2;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:0.5px}
.product-price-wrap{display:flex;align-items:center;gap:12px}
.product-price{font-family:var(--font-mono);font-size:24px;font-weight:600;color:var(--color-text-primary)}
.product-compare-price{font-family:var(--font-mono);font-size:18px;color:var(--color-text-muted);text-decoration:line-through}
.product-save-badge{background:var(--color-accent-light);color:var(--color-accent);font-size:12px;font-weight:600;padding:3px 10px;border-radius:var(--radius-full)}

.rating-stars{display:flex;align-items:center;gap:2px}
.rating-stars svg{width:16px;height:16px;color:#D4A847}
.rating-stars .star-empty{color:var(--color-border)}
.rating-text{font-size:13px;color:var(--color-text-muted);margin-left:6px}

.option-group{margin-top:4px}
.option-label{font-size:13px;font-weight:600;color:var(--color-text-secondary);margin-bottom:8px;display:block}
.option-label span{font-weight:400;color:var(--color-text-muted)}
.option-btns{display:flex;flex-wrap:wrap;gap:8px}
.option-btn{padding:8px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px;color:var(--color-text-primary);background:var(--color-surface);transition:all var(--transition-fast)}
.option-btn:hover{border-color:var(--color-accent)}
.option-btn.active{background:var(--color-accent);color:var(--color-accent-fg);border-color:var(--color-accent)}
.option-btn.unavailable{opacity:0.4;text-decoration:line-through;cursor:not-allowed}

.qty-control{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}
.qty-btn{width:36px;height:38px;font-size:18px;color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}
.qty-btn:hover{background:var(--color-surface-alt);color:var(--color-accent)}
.qty-input{width:48px;height:38px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:14px;font-weight:600}

.availability-msg{font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px}
.availability-msg.in-stock{color:var(--color-success)}
.availability-msg.out-stock{color:var(--color-error)}

.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border);padding:12px 16px;z-index:90;transform:translateY(100%);transition:transform var(--transition-base);display:flex;align-items:center;gap:16px;box-shadow:0 -4px 12px rgba(26,43,51,0.08)}
.sticky-atc.visible{transform:translateY(0)}
.sticky-atc-product{display:flex;align-items:center;gap:12px;flex:1;min-width:0}
.sticky-atc-product img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}
.sticky-atc-product .sticky-atc-title{font-size:13px;font-weight:500;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sticky-atc-product .sticky-atc-price{font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--color-text-primary)}
.sticky-atc .btn{flex-shrink:0}

.product-accordions{margin-top:24px}
.accordion{border-bottom:1px solid var(--color-border-light)}
.accordion-header{width:100%;padding:16px 0;font-size:15px;font-weight:500;color:var(--color-text-primary);display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}
.accordion-header:hover{color:var(--color-accent)}
.accordion-icon{font-size:20px;color:var(--color-text-muted);transition:transform var(--transition-fast)}
.accordion.open .accordion-icon,.faq-item.open .accordion-icon{transform:rotate(45deg)}
.accordion-body{max-height:0;overflow:hidden;transition:max-height var(--transition-base)}
.accordion-body-inner{padding:0 0 16px;font-size:14px;color:var(--color-text-secondary);line-height:1.7}
.accordion-body-inner h3{font-size:15px;font-weight:600;color:var(--color-text-primary);margin:12px 0 6px}
.accordion-body-inner ul{padding-left:20px;list-style:disc}
.accordion-body-inner li{margin-bottom:4px}

.reviews-section{padding:48px 0;border-top:1px solid var(--color-border-light)}
.reviews-summary{display:flex;align-items:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}
.reviews-avg{font-family:var(--font-heading);font-size:48px;font-weight:600;color:var(--color-text-primary);line-height:1}
.reviews-bars{display:flex;flex-direction:column;gap:4px;flex:1;min-width:200px}
.rating-bar{display:flex;align-items:center;gap:8px;font-size:12px}
.rating-bar-label{width:30px;color:var(--color-text-muted)}
.rating-bar-track{flex:1;height:6px;background:var(--color-surface-alt);border-radius:var(--radius-full);overflow:hidden}
.rating-bar-fill{height:100%;background:#D4A847;border-radius:var(--radius-full)}
.rating-bar-count{width:24px;text-align:right;color:var(--color-text-muted)}
.review-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:20px;margin-bottom:16px}
.review-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}
.review-author{font-size:14px;font-weight:600;color:var(--color-text-primary)}
.review-verified{font-size:12px;color:var(--color-success);display:flex;align-items:center;gap:4px;margin-top:2px}
.review-title{font-size:15px;font-weight:600;color:var(--color-text-primary);margin-bottom:6px}
.review-body{font-size:14px;color:var(--color-text-secondary);line-height:1.6}
.review-date{font-size:12px;color:var(--color-text-muted)}

.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:32px 0;border-top:1px solid var(--color-border-light);margin-top:24px}
@media(min-width:768px){.trust-badges{grid-template-columns:repeat(4,1fr)}}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}
.trust-item svg{width:32px;height:32px;color:var(--color-accent)}
.trust-item-title{font-size:13px;font-weight:600;color:var(--color-text-primary)}
.trust-item-desc{font-size:12px;color:var(--color-text-muted)}

.cart-overlay{position:fixed;inset:0;background:rgba(26,43,51,0.4);z-index:150;opacity:0;pointer-events:none;transition:opacity var(--transition-base)}
.cart-overlay.show{opacity:1;pointer-events:auto}
.cart-drawer{position:fixed;top:0;right:-100%;width:400px;max-width:90vw;height:100vh;background:var(--color-surface);z-index:200;display:flex;flex-direction:column;transition:right var(--transition-slow);box-shadow:var(--shadow-lg)}
.cart-drawer.open{right:0}
.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--color-border-light)}
.cart-drawer-header h2{font-family:var(--font-heading);font-size:22px;font-weight:600;text-transform:uppercase}
.cart-drawer-header .badge{margin-left:8px}
.cart-close{font-size:24px;color:var(--color-text-muted);padding:4px 8px}
.cart-close:hover{color:var(--color-text-primary)}
.cart-lines{flex:1;overflow-y:auto;padding:16px 20px}
.cart-item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border-light)}
.cart-item-img{width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface-alt)}
.cart-item-img img{width:100%;height:100%;object-fit:cover}
.cart-item-info{flex:1;min-width:0}
.cart-item-title{font-size:14px;font-weight:500;color:var(--color-text-primary);line-height:1.3;margin-bottom:2px}
.cart-item-variant{font-size:12px;color:var(--color-text-muted);margin-bottom:6px}
.cart-item-price{font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--color-text-primary)}
.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:8px}
.cart-item-qty{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}
.cart-item-qty button{width:28px;height:28px;font-size:14px;color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center}
.cart-item-qty button:hover{background:var(--color-surface-alt)}
.cart-item-qty span{width:32px;text-align:center;font-size:13px;font-weight:600}
.cart-item-remove{font-size:12px;color:var(--color-text-muted);text-decoration:underline}
.cart-item-remove:hover{color:var(--color-error)}
.cart-empty{text-align:center;padding:48px 20px;color:var(--color-text-muted)}
.cart-empty svg{width:48px;height:48px;margin:0 auto 16px;color:var(--color-border)}
.cart-footer{padding:16px 20px;border-top:1px solid var(--color-border-light);background:var(--color-surface-alt)}
.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.cart-subtotal span{font-size:14px;color:var(--color-text-secondary)}
.cart-subtotal strong{font-family:var(--font-mono);font-size:18px;font-weight:600;color:var(--color-text-primary)}
.cart-tax-note{font-size:12px;color:var(--color-text-muted);margin-bottom:12px;text-align:center}
.cart-footer .btn{margin-bottom:8px}

.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--color-text-primary);color:#fff;padding:12px 24px;border-radius:var(--radius-sm);font-size:14px;z-index:300;opacity:0;transition:all var(--transition-base);box-shadow:var(--shadow-lg);pointer-events:none}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.toast-success{background:var(--color-success)}
.toast-error{background:var(--color-error)}

.search-wrap{position:relative}
.search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;background:var(--color-surface)}
.search-input:focus{outline:none;border-color:var(--color-accent)}
.search-results{position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);max-height:400px;overflow-y:auto;z-index:120;display:none}
.search-results.show{display:block}
.search-item{display:flex;gap:12px;padding:10px 12px;cursor:pointer;transition:background var(--transition-fast)}
.search-item:hover{background:var(--color-surface-alt)}
.search-item img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0}
.search-item-info{flex:1;min-width:0}
.search-item-title{font-size:13px;font-weight:500;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.search-item-price{font-family:var(--font-mono);font-size:13px;color:var(--color-accent);font-weight:600}

.sort-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;flex-wrap:wrap}
.sort-bar-count{font-size:14px;color:var(--color-text-secondary)}
.sort-bar select{padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;background:var(--color-surface);color:var(--color-text-primary)}

.footer{background:var(--color-ocean);color:rgba(255,255,255,0.7);padding:48px 0 24px;margin-top:64px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:32px}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}
.footer-logo{font-family:var(--font-heading);font-size:24px;font-weight:600;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.5px}
.footer-logo span{color:var(--color-accent)}
.footer-desc{font-size:14px;line-height:1.6;margin-bottom:16px;max-width:280px}
.footer-col h3{font-size:14px;font-weight:600;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:1px}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{font-size:14px;color:rgba(255,255,255,0.6);transition:color var(--transition-fast)}
.footer-col ul li a:hover{color:var(--color-accent)}
.footer-contact p{font-size:14px;margin-bottom:4px;color:rgba(255,255,255,0.6)}
.footer-contact a{color:rgba(255,255,255,0.6)}
.footer-contact a:hover{color:var(--color-accent)}
.social-links{display:flex;gap:12px;margin-top:8px}
.social-links a{width:36px;height:36px;border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}
.social-links a:hover{border-color:var(--color-accent);background:var(--color-accent)}
.social-links svg{width:18px;height:18px;color:rgba(255,255,255,0.7)}
.social-links a:hover svg{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;margin-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom span{font-size:13px;color:rgba(255,255,255,0.5)}
.footer-payments{display:flex;gap:8px}
.footer-payments span{font-size:11px;padding:3px 8px;border:1px solid rgba(255,255,255,0.15);border-radius:var(--radius-sm);color:rgba(255,255,255,0.5)}
.footer-newsletter{margin-top:8px}
.footer-newsletter input::placeholder{color:rgba(255,255,255,0.4)}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes spin{to{transform:rotate(360deg)}}
.fade-in{animation:fadeIn var(--transition-slow) ease}
.slide-up{animation:slideUp var(--transition-slow) ease}
.spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin 0.8s linear infinite}

.cart-page{padding:32px 0 64px}
.cart-page-title{font-family:var(--font-heading);font-size:32px;font-weight:600;margin-bottom:24px;text-transform:uppercase}
.cart-page-table{width:100%;border-collapse:collapse}
.cart-page-table th{text-align:left;padding:12px 16px;font-size:13px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:0.5px;border-bottom:1px solid var(--color-border)}
.cart-page-table td{padding:16px;border-bottom:1px solid var(--color-border-light);vertical-align:middle}
.cart-page-item{display:flex;gap:12px;align-items:center}
.cart-page-item img{width:80px;height:80px;border-radius:var(--radius-sm);object-fit:cover}
.cart-page-item-info h4{font-size:14px;font-weight:500;margin-bottom:2px}
.cart-page-item-info p{font-size:12px;color:var(--color-text-muted)}
.cart-page-summary{background:var(--color-surface-alt);border-radius:var(--radius-md);padding:24px;margin-top:24px}
.cart-page-summary h3{font-family:var(--font-heading);font-size:22px;font-weight:600;margin-bottom:16px;text-transform:uppercase}
.cart-page-summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}
.cart-page-summary-total{border-top:1px solid var(--color-border);margin-top:8px;padding-top:16px;font-size:18px;font-weight:600}
.cart-page-summary-total strong{font-family:var(--font-mono)}

.checkout-page{padding:32px 0 64px;max-width:900px;margin:0 auto}
.checkout-page-title{font-family:var(--font-heading);font-size:32px;font-weight:600;margin-bottom:8px;text-transform:uppercase}
.checkout-page-sub{font-size:15px;color:var(--color-text-secondary);margin-bottom:32px}
.checkout-section{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:24px;margin-bottom:20px}
.checkout-section h3{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:16px;display:flex;align-items:center;gap:8px;text-transform:uppercase}
.checkout-section h3 .step-num{width:28px;height:28px;background:var(--color-accent);color:var(--color-accent-fg);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:14px;font-family:var(--font-body);font-weight:600}
.form-grid{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}}
.form-field{display:flex;flex-direction:column;gap:6px}
.form-field.full{grid-column:1/-1}
.form-field label{font-size:13px;font-weight:500;color:var(--color-text-secondary)}
.form-field input,.form-field select{padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px;background:var(--color-surface);transition:border-color var(--transition-fast)}
.form-field input:focus,.form-field select:focus{outline:none;border-color:var(--color-accent)}
.form-field input.error{border-color:var(--color-error)}
.card-icons{display:flex;gap:8px;margin-top:8px}
.card-icon{width:40px;height:28px;border:1px solid var(--color-border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--color-text-muted)}
.checkout-order-summary{background:var(--color-surface-alt);border-radius:var(--radius-md);padding:24px;position:sticky;top:80px}
.checkout-order-summary h3{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:16px;text-transform:uppercase}
.checkout-order-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--color-border-light)}
.checkout-order-item img{width:56px;height:56px;border-radius:var(--radius-sm);object-fit:cover}
.checkout-order-item-info{flex:1;min-width:0}
.checkout-order-item-info h4{font-size:13px;font-weight:500;margin-bottom:2px}
.checkout-order-item-info p{font-size:12px;color:var(--color-text-muted)}
.checkout-order-item-price{font-family:var(--font-mono);font-size:14px;font-weight:600}
.checkout-layout{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.checkout-layout{grid-template-columns:1.5fr 1fr}}
.checkout-secure-badge{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-success);margin-bottom:16px}
.checkout-secure-badge svg{width:18px;height:18px}

.confirmation-page{padding:48px 0 64px;text-align:center;max-width:600px;margin:0 auto}
.confirmation-icon{width:80px;height:80px;margin:0 auto 24px;background:var(--color-success);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}
.confirmation-icon svg{width:40px;height:40px;color:#fff}
.confirmation-page h1{font-family:var(--font-heading);font-size:36px;font-weight:600;margin-bottom:12px;text-transform:uppercase}
.confirmation-page>p{font-size:16px;color:var(--color-text-secondary);margin-bottom:32px}
.confirmation-order-box{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:24px;text-align:left;margin-bottom:24px}
.confirmation-order-box h3{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:16px;text-transform:uppercase}
.confirmation-order-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid var(--color-border-light)}
.confirmation-order-row:last-child{border-bottom:none}
.confirmation-order-row strong{font-weight:600}

.error-page{padding:64px 0;text-align:center}
.error-page h1{font-family:var(--font-heading);font-size:72px;font-weight:600;color:var(--color-accent);margin-bottom:16px}
.error-page h2{font-family:var(--font-heading);font-size:24px;font-weight:500;margin-bottom:12px}
.error-page p{font-size:15px;color:var(--color-text-secondary);margin-bottom:24px}

.policy-page{padding:32px 0 64px;max-width:760px;margin:0 auto}
.policy-page h1{font-family:var(--font-heading);font-size:32px;font-weight:600;margin-bottom:24px;text-transform:uppercase}
.policy-page h2{font-family:var(--font-heading);font-size:22px;font-weight:600;margin:24px 0 12px;text-transform:uppercase}
.policy-page p{font-size:15px;color:var(--color-text-secondary);line-height:1.7;margin-bottom:12px}
.policy-page ul{padding-left:20px;list-style:disc;margin-bottom:12px}
.policy-page li{font-size:15px;color:var(--color-text-secondary);margin-bottom:6px}
.policy-sidebar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.policy-sidebar a{padding:8px 16px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px;color:var(--color-text-secondary);transition:all var(--transition-fast)}
.policy-sidebar a:hover,.policy-sidebar a.active{border-color:var(--color-accent);color:var(--color-accent)}

.content-page{padding:32px 0 64px;max-width:760px;margin:0 auto}
.content-page h1{font-family:var(--font-heading);font-size:32px;font-weight:600;margin-bottom:24px;text-transform:uppercase}
.content-page h2{font-family:var(--font-heading);font-size:22px;font-weight:600;margin:24px 0 12px;text-transform:uppercase}
.content-page p{font-size:15px;color:var(--color-text-secondary);line-height:1.7;margin-bottom:12px}
.content-page ul{padding-left:20px;list-style:disc;margin-bottom:12px}
.content-page li{font-size:15px;color:var(--color-text-secondary);margin-bottom:6px}

.contact-form{display:flex;flex-direction:column;gap:16px;max-width:500px;margin-top:24px}
.contact-form .form-field input,.contact-form .form-field textarea{padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:14px}
.contact-form textarea{min-height:120px;resize:vertical}

.faq-item{border-bottom:1px solid var(--color-border-light);padding:0}
.faq-item .accordion-header{padding:16px 0;cursor:pointer}
.faq-item .accordion-body-inner{padding-bottom:16px}

.benefits-section{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:40px 0}
@media(min-width:768px){.benefits-section{grid-template-columns:repeat(4,1fr)}}
.benefit-card{text-align:center;padding:20px}
.benefit-card svg{width:36px;height:36px;color:var(--color-accent);margin:0 auto 12px}
.benefit-card h3{font-size:15px;font-weight:600;margin-bottom:6px}
.benefit-card p{font-size:13px;color:var(--color-text-muted)}

.brand-story{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;padding:48px 0}
@media(min-width:768px){.brand-story{grid-template-columns:1fr 1fr;gap:48px}}
.brand-story-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3}
.brand-story-img img{width:100%;height:100%;object-fit:cover}
.brand-story-content h2{font-family:var(--font-heading);font-size:30px;font-weight:600;margin-bottom:16px;text-transform:uppercase}
.brand-story-content p{font-size:15px;color:var(--color-text-secondary);line-height:1.7;margin-bottom:12px}

.collection-hero{position:relative;height:240px;overflow:hidden;border-radius:var(--radius-md);margin-bottom:24px}
.collection-hero img{width:100%;height:100%;object-fit:cover}
.collection-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,74,87,0.6),rgba(13,74,87,0.15));display:flex;flex-direction:column;justify-content:flex-end;padding:24px}
.collection-hero-title{font-family:var(--font-heading);font-size:32px;font-weight:600;color:#fff;text-transform:uppercase}
.collection-hero-desc{font-size:14px;color:rgba(255,255,255,0.8);margin-top:4px;max-width:500px}
@media(min-width:768px){.collection-hero{height:300px}}

.empty-state{text-align:center;padding:48px 20px}
.empty-state h3{font-family:var(--font-heading);font-size:24px;font-weight:600;margin-bottom:8px}
.empty-state p{font-size:14px;color:var(--color-text-muted);margin-bottom:20px}

.best-seller-badge{position:absolute;top:8px;right:8px;background:var(--color-sand);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:0.5px;z-index:2}

.why-choose-us{background:var(--color-surface-alt);padding:56px 0}
.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(min-width:768px){.why-choose-grid{grid-template-columns:repeat(4,1fr);gap:32px}}
.why-choose-card{text-align:center;padding:24px 16px;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border-light);transition:all var(--transition-base)}
.why-choose-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.why-choose-icon{width:56px;height:56px;margin:0 auto 16px;background:var(--color-accent-light);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}
.why-choose-icon svg{width:28px;height:28px;color:var(--color-accent)}
.why-choose-card h3{font-family:var(--font-heading);font-size:18px;font-weight:600;margin-bottom:8px;color:var(--color-text-primary);text-transform:uppercase}
.why-choose-card p{font-size:13px;color:var(--color-text-muted);line-height:1.5}

.customer-reviews{padding:56px 0}
.reviews-grid{display:grid;grid-template-columns:1fr;gap:20px}
@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr);gap:24px}}
@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(3,1fr);gap:28px}}
.review-card-home{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:24px;transition:all var(--transition-base)}
.review-card-home:hover{box-shadow:var(--shadow-md)}
.review-stars-home{display:flex;gap:2px;margin-bottom:12px}
.review-stars-home svg{width:18px;height:18px;color:#D4A847}
.review-card-home .review-text-home{font-size:14px;color:var(--color-text-secondary);line-height:1.7;margin-bottom:16px;font-style:italic}
.review-author-home{display:flex;align-items:center;gap:12px}
.review-avatar-home{width:40px;height:40px;border-radius:var(--radius-full);background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;font-family:var(--font-heading)}
.review-author-home .review-name-home{font-size:14px;font-weight:600;color:var(--color-text-primary)}
.review-author-home .review-location-home{font-size:12px;color:var(--color-text-muted)}

.newsletter-section{background:var(--color-ocean);padding:56px 0;text-align:center}
.newsletter-section h2{font-family:var(--font-heading);font-size:clamp(26px,4vw,36px);font-weight:600;color:#fff;margin-bottom:12px;text-transform:uppercase}
.newsletter-section p{font-size:15px;color:rgba(255,255,255,0.7);margin-bottom:24px;max-width:480px;margin-left:auto;margin-right:auto}
.newsletter-form{display:flex;gap:8px;max-width:440px;margin:0 auto;flex-direction:column}
@media(min-width:480px){.newsletter-form{flex-direction:row}}
.newsletter-form input{flex:1;padding:14px 16px;border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-sm);background:rgba(255,255,255,0.08);color:#fff;font-size:14px}
.newsletter-form input::placeholder{color:rgba(255,255,255,0.4)}
.newsletter-form input:focus{outline:none;border-color:var(--color-accent)}
.newsletter-form button{padding:14px 28px;font-size:14px;font-weight:600;background:var(--color-accent);color:var(--color-accent-fg);border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap}
.newsletter-form button:hover{background:var(--color-accent-hover);transform:translateY(-1px)}

/* Blog styles */
.br-blog-section{padding:32px 0 80px}
.br-blog-header{text-align:center;max-width:560px;margin:0 auto 48px}
.br-blog-eyebrow{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2.5px;color:var(--color-accent);margin-bottom:14px}
.br-blog-page-title{font-family:var(--font-heading);font-size:clamp(28px,5vw,42px);font-weight:600;color:var(--color-text-primary);line-height:1.15;margin-bottom:12px;letter-spacing:0.5px;text-transform:uppercase}
.br-blog-page-sub{font-size:15px;color:var(--color-text-secondary);line-height:1.6}
.br-blog-featured{margin-bottom:48px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);box-shadow:var(--shadow-sm);transition:all 300ms ease}
.br-blog-featured:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.br-blog-featured-link{display:flex;flex-direction:column;color:inherit}
@media(min-width:768px){.br-blog-featured-link{flex-direction:row}}
.br-blog-featured-img{aspect-ratio:16/10;overflow:hidden;flex-shrink:0}
@media(min-width:768px){.br-blog-featured-img{width:50%;aspect-ratio:auto}}
.br-blog-featured-img img{width:100%;height:100%;object-fit:cover;transition:transform 600ms ease}
.br-blog-featured:hover .br-blog-featured-img img{transform:scale(1.03)}
.br-blog-featured-content{padding:28px 32px;flex:1;display:flex;flex-direction:column;justify-content:center}
.br-blog-cat{display:inline-block;padding:4px 12px;background:var(--color-accent);color:var(--color-accent-fg);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-full);margin-bottom:14px;align-self:flex-start}
.br-blog-featured-title{font-family:var(--font-heading);font-size:clamp(20px,3vw,26px);font-weight:600;line-height:1.25;margin-bottom:12px;color:var(--color-text-primary);text-transform:uppercase}
.br-blog-featured-excerpt{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin-bottom:16px}
.br-blog-featured-meta{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--color-text-muted);margin-bottom:16px}
.br-blog-meta-sep{color:var(--color-border)}
.br-blog-featured-cta{font-size:13px;font-weight:600;color:var(--color-accent);border-bottom:1px solid var(--color-accent);padding-bottom:2px;transition:all 200ms ease}
.br-blog-featured:hover .br-blog-featured-cta{padding-left:4px}
.br-blog-grid{display:grid;grid-template-columns:1fr;gap:28px}
@media(min-width:640px){.br-blog-grid{grid-template-columns:1fr 1fr;gap:32px}}
.br-blog-card{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-md);overflow:hidden;transition:all 300ms ease}
.br-blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--color-border)}
.br-blog-card-link{display:block;color:inherit}
.br-blog-card-img{aspect-ratio:16/10;overflow:hidden}
.br-blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 600ms ease}
.br-blog-card:hover .br-blog-card-img img{transform:scale(1.04)}
.br-blog-card-body{padding:22px 26px}
.br-blog-cat-small{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-accent);margin-bottom:8px;display:block}
.br-blog-card-title{font-family:var(--font-heading);font-size:18px;font-weight:600;line-height:1.3;margin-bottom:8px;color:var(--color-text-primary);text-transform:uppercase}
.br-blog-card-excerpt{font-size:13.5px;color:var(--color-text-secondary);line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.br-blog-card-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--color-text-muted)}
.br-blog-article-section{padding:24px 0 64px}
.br-blog-article-hero{position:relative;height:340px;border-radius:var(--radius-md);overflow:hidden;margin-bottom:28px}
.br-blog-article-hero img{width:100%;height:100%;object-fit:cover}
.br-blog-article-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(13,74,87,0.7),rgba(13,74,87,0.15));display:flex;flex-direction:column;justify-content:flex-end;padding:32px}
.br-blog-article-title{font-family:var(--font-heading);font-size:clamp(22px,3vw,30px);font-weight:600;color:#fff;max-width:600px;line-height:1.25;margin-bottom:8px;text-transform:uppercase}
.br-blog-article-meta{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,0.8)}
.br-blog-article-content{font-size:15px;color:var(--color-text-secondary);line-height:1.8;max-width:760px;margin:0 auto}
.br-blog-article-content h2{font-family:var(--font-heading);font-size:22px;font-weight:600;color:var(--color-text-primary);margin:28px 0 12px;text-transform:uppercase}
.br-blog-article-content h3{font-family:var(--font-heading);font-size:18px;font-weight:600;color:var(--color-text-primary);margin:20px 0 8px;text-transform:uppercase}
.br-blog-article-content p{margin-bottom:16px}
.br-blog-article-content ul{padding-left:20px;list-style:disc;margin-bottom:16px}
.br-blog-article-content li{margin-bottom:6px}
.br-blog-article-content a{color:var(--color-accent);text-decoration:underline}
.br-blog-author-box{display:flex;align-items:center;gap:16px;padding:24px;background:var(--color-surface-alt);border-radius:var(--radius-md);margin:32px 0;max-width:760px;margin-left:auto;margin-right:auto}
.br-blog-author-avatar{width:56px;height:56px;border-radius:var(--radius-full);background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:600;font-family:var(--font-heading);flex-shrink:0}
.br-blog-author-info h4{font-size:15px;font-weight:600;color:var(--color-text-primary);margin-bottom:2px}
.br-blog-author-info p{font-size:13px;color:var(--color-text-muted)}
.br-blog-related{padding:48px 0;border-top:1px solid var(--color-border-light)}
.br-blog-back{text-align:center;margin-top:32px}
@media(max-width:640px){.br-blog-featured-content{padding:22px}.br-blog-card-body{padding:18px 20px}.br-blog-article-hero{height:240px}.br-blog-article-overlay{padding:24px}.br-blog-header{margin-bottom:32px}}
