﻿
:root{
  --bg:#fff9e8;
  --bg2:#f8fbfe;
  --card:#ffffff;
  --text:#16324c;
  --muted:#61778f;
  --line:#e2d9bd;
  --brand:#a30132;
  --brand-dark:#7d002c;
  --accent:#f2c94c;
  --blue:#2f40ad;
  --blue-dark:#134aaf;
  --navy:#152d64;
  --navy-2:#243185;
  --success:#0d8a57;
  --shadow:0 18px 45px rgba(15,39,64,.10);
  --shadow-sm:0 8px 24px rgba(15,39,64,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;background:
 radial-gradient(circle at 8% 10%, rgba(242,201,76,.22), transparent 24%),
 linear-gradient(180deg,var(--bg) 0%, var(--bg2) 100%);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}
.container{width:min(1160px, calc(100% - 32px));margin:0 auto}
.topbar{background:var(--blue-dark);color:#fff;font-size:.95rem}.topbar-inner{display:flex;gap:14px;justify-content:space-between;align-items:center;padding:10px 0;flex-wrap:wrap}.topbar a{opacity:.96}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,253,240,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,217,189,.9)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;height:64px;padding:0}.logo-wrap{align-self:stretch;display:flex;align-items:center;flex-shrink:0;overflow:visible;max-width:min(230px,42vw)}.logo-wrap img{display:block;width:auto;height:auto;max-width:100%;max-height:54px;object-fit:contain}.nav-toggle{display:none}
.nav{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.nav a{font-weight:700;color:var(--navy);position:relative;text-transform:uppercase;letter-spacing:.04em;font-size:.88rem}.nav a:hover,.nav a.active{color:var(--brand)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:3px;background:var(--brand);border-radius:999px}
.mobile-cta-bar{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:800;border:none;cursor:pointer;transition:.2s transform,.2s background,.2s color,.2s box-shadow}
.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{background:#fff;color:var(--brand);border:1px solid var(--line)}.btn-accent{background:var(--accent);color:#10263d}.btn-light{background:#fff;color:var(--navy)}
.hero{padding:34px 0 56px;background:
 radial-gradient(circle at top right, rgba(47,64,173,.18), transparent 35%),
 linear-gradient(180deg,#fff9e8 0%, #f7fafc 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--brand);font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.hero h1{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(3rem,6vw,5.8rem);line-height:.92;margin:18px 0 18px;max-width:12ch;text-transform:uppercase;color:var(--brand)}.hero p{font-size:1.13rem;color:var(--muted);max-width:58ch}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0}.pill-row,.footer-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.pill{padding:8px 12px;border-radius:999px;background:#fff;color:var(--brand-dark);border:1px solid var(--line);font-size:.9rem;font-weight:700}
.hero-card{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);position:relative;background:#dce8f4;border:1px solid rgba(255,255,255,.8)}
.hero-card img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}.hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%, rgba(15,39,64,.35) 100%)}.hero-tag{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.95);color:var(--navy);padding:6px 10px;border-radius:999px;font-weight:900;font-size:.82rem;line-height:1.15;box-shadow:var(--shadow-sm);max-width:170px;text-align:center}
.hero-card-banner img{height:auto;min-height:0;aspect-ratio:auto;object-fit:cover;object-position:center}
.section{padding:64px 0}.section-tight{padding:34px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:26px;flex-wrap:wrap}.section-head h2{font-size:clamp(1.7rem,3vw,2.8rem);margin:0}.section-head p{max-width:62ch;color:var(--muted);margin:0}
.catalog-actions{justify-content:flex-start;align-items:center}
.category-grid,.card-grid,.stats-grid,.faq-grid,.steps-grid,.trust-grid,.highlights-grid{display:grid;gap:22px}.category-grid{grid-template-columns:repeat(3,1fr)}.card-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:1.2fr .8fr}.highlights-grid{grid-template-columns:repeat(3,1fr)}
.card,.faq-item,.trust-card,.step,.highlight{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.product-card{display:flex;flex-direction:column;height:100%}
.category-card .thumb,.product-card .thumb{aspect-ratio:4/3;overflow:hidden;background:#dbe7f3}.category-card img,.product-card img{width:100%;height:100%;object-fit:cover}.category-card .body,.product-card .body{padding:20px}.category-card h3,.product-card h3{margin:0 0 8px;font-size:1.2rem}.product-card p,.muted{color:var(--muted)}
.product-card .pricing{display:none}
.product-card .body{display:flex;flex-direction:column;flex:1;min-height:0}
.product-card p{flex:1;margin-bottom:0}
.card-footer{margin-top:auto;padding-top:16px}
.product-card .card-footer{display:flex;flex-direction:column;gap:10px}
.product-card .btn-add-list{margin-top:0}
.dur-select{width:100%;padding:10px 14px;border-radius:12px;border:1.5px solid var(--line);background:#f8fbfe;color:var(--text);font-family:inherit;font-size:.88rem;font-weight:700;cursor:pointer;margin-bottom:10px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2361778f' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.product-card .dur-select{margin-bottom:0}
.dur-select:focus{outline:3px solid rgba(242,181,69,.75);border-color:var(--brand)}
.price-display{font-size:1.55rem;font-weight:900;color:var(--brand-dark);margin-bottom:0;min-height:4.6rem;display:flex;flex-direction:column;justify-content:flex-end}
.price-display .price-label{font-size:.8rem;font-weight:700;color:var(--muted);display:block;margin-bottom:2px}
.stats{padding:24px;border-radius:30px;background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;box-shadow:var(--shadow)}.stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:22px;border-radius:20px}.stat strong{display:block;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:2.45rem;line-height:1;text-transform:uppercase}.stat span{display:block;margin-top:8px;color:#eef3ff}
.highlight{padding:22px}.highlight h3{margin-top:0;margin-bottom:8px}.step{padding:22px}.step-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900;margin-bottom:14px}
.page-hero{padding:42px 0 34px;background:linear-gradient(180deg,#fff9e8 0%, #f7fafc 100%)}.page-hero h1{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.96;text-transform:uppercase;color:var(--brand);margin:8px 0 10px}.breadcrumbs{font-size:.95rem;color:var(--muted)}
.catalog-title{padding:42px 0 10px;background:linear-gradient(180deg,#fff9e8 0%, #fffaf0 100%)}
.catalog-title + .section{padding-top:24px}
.info-banner,.success-banner{padding:16px 18px;border-radius:18px}.info-banner{background:#fff7e7;border:1px solid #f3ddb2;color:#6b4a08}.success-banner{background:#eaf8f2;border:1px solid #b8e3ce;color:#11653f}
.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.feature h3{margin:0 0 10px}
.order-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:start}.order-panel,.summary-panel{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px;position:sticky;top:98px}.order-panel{position:static}
.field, select.field, textarea.field{width:100%;padding:14px 14px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--text);font:inherit}.field-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.order-grid{display:grid;gap:12px}.order-item{display:grid;grid-template-columns:1fr 130px;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.order-item strong{display:block}
.order-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.summary-panel pre{white-space:pre-wrap;background:#f7fafc;border:1px solid var(--line);padding:16px;border-radius:18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.93rem;max-height:420px;overflow:auto}
.checklist{display:grid;gap:8px;padding:0;margin:0;list-style:none}.checklist li{padding-left:30px;position:relative}.checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--success);font-weight:900}
.cta-band{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff;padding:34px;border-radius:30px;box-shadow:var(--shadow)}
.footer{background:linear-gradient(rgba(19,74,175,.88),rgba(19,74,175,.88)),url("../images/live-site/footer-bg.jpg") center/cover;color:#eaf1ff;margin-top:44px;text-align:center}.footer-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:28px 64px;align-items:start;padding:46px 0}.footer-grid > div{min-width:0}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-meta{display:flex;flex-direction:column;align-items:center;gap:18px}.footer-contact-inline{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px}.footer-contact-inline a{white-space:nowrap}.footer h3,.footer h4{color:#fff;margin-top:0;text-transform:uppercase}.footer p{margin:0}.footer a{color:#eaf1ff}.footer-pills{justify-content:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);padding:16px 0;color:#e2e9ff;font-size:.92rem;text-align:center}.footer-credit{font-size:.78rem;margin-bottom:6px}.footer-credit a{color:#6fa3d8;text-decoration:none;font-weight:600;letter-spacing:.02em}.footer-credit a:hover{color:#fff}.badge{display:inline-block;background:#fff;color:var(--brand);border:1px solid rgba(255,255,255,.7);padding:6px 12px;border-radius:999px;font-size:.86rem;font-weight:800}
.sticky-side{position:sticky;top:96px}.split-callout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.callout{padding:20px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
@media (max-width: 980px){
  .hero-grid,.order-layout,.footer-grid,.category-grid,.card-grid,.feature-strip,.stats-grid,.faq-grid,.steps-grid,.highlights-grid,.split-callout,.trust-grid{grid-template-columns:1fr}
  .field-row{grid-template-columns:1fr}.summary-panel{position:static}
  .nav-toggle{display:inline-flex;background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:14px;font-weight:800}
  .nav{display:none;position:absolute;left:16px;right:16px;top:100%;margin-top:8px;background:#fff;padding:16px;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav.open{display:flex}
  .nav a.active:after{display:none}.mobile-cta-bar{display:grid;grid-template-columns:1fr 1fr;position:fixed;left:16px;right:16px;bottom:14px;z-index:70;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;overflow:hidden}.mobile-cta-bar a{padding:14px 12px;text-align:center;font-weight:900}.mobile-cta-bar a:first-child{background:#fff;color:var(--brand)}.mobile-cta-bar a:last-child{background:var(--brand);color:#fff}
  body{padding-bottom:88px}
}

/* Round 3 device audit improvements: mobile comfort, desktop polish, and domain-agnostic deployment */
.skip-link{position:absolute;left:-999px;top:12px;background:#fff;color:var(--brand);padding:10px 14px;border-radius:12px;z-index:9999;font-weight:900;box-shadow:var(--shadow-sm)}
.skip-link:focus{left:12px;outline:3px solid var(--accent);outline-offset:2px}
:focus-visible{outline:3px solid rgba(242,181,69,.75);outline-offset:3px;border-radius:10px}
.btn,.nav a,.mobile-cta-bar a,input,select,textarea,button{min-height:44px}
.page-hero,.hero{background-color:#fff9e8}
@media (min-width:981px){
  .nav-toggle{display:none!important}.nav{display:flex!important}
  .product-card:hover,.category-card:hover,.callout:hover{transform:translateY(-3px);transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 20px 54px rgba(15,39,64,.14)}
  .hero-card img{min-height:420px}
  .hero-card-banner img{min-height:0}
}
@media (max-width:720px){
  .container{width:min(100% - 24px,1160px)}
  .topbar-inner{gap:8px;font-size:.88rem;text-align:center}.topbar-inner > div:first-child{width:100%;max-width:320px;min-width:0;margin:0 auto;line-height:1.35;white-space:normal}.topbar-inner > div:last-child{display:none}
  .header-inner{height:58px;padding:0;gap:12px}.logo-wrap{height:100%;max-width:min(192px,54vw)}.logo-wrap img{max-height:48px;width:auto;height:auto;object-fit:contain;transform:none}.nav{top:100%}
  .hero{padding:22px 0 34px}.hero h1{font-size:clamp(2.1rem,12vw,3.2rem);max-width:11ch}.hero p{font-size:1rem}
  .hero-actions .btn,.order-actions .btn{width:100%}
  .section{padding:42px 0}.section-tight{padding:24px 0}.section-head{align-items:flex-start}
  .card,.faq-item,.trust-card,.step,.highlight,.callout,.order-panel,.summary-panel{border-radius:18px;box-shadow:0 10px 28px rgba(15,39,64,.08)}
  .category-card .body,.product-card .body{padding:16px;min-height:unset}
  .product-card .thumb,.category-card .thumb{aspect-ratio:16/11}
  .duration-selector{gap:5px}.dur-btn{padding:6px 11px;font-size:.79rem}
  .order-item{grid-template-columns:1fr;gap:8px}.order-item select{width:100%}
  .field,select.field,textarea.field{font-size:16px}
  .footer-grid{padding:34px 0;gap:24px}.footer-meta{gap:14px}.footer-contact-inline{flex-direction:column;gap:8px}.footer-pills .pill{font-size:.82rem}
  .cta-band{padding:22px;border-radius:22px}
  .product-card .body{min-height:unset}
  .hero-grid{gap:22px}
  .page-hero h1{word-break:break-word}
  .catalog-title h1{font-size:clamp(1.7rem,8vw,2.15rem);line-height:1.02;overflow-wrap:anywhere}
  .stats-grid .stat strong{font-size:2rem}
  .order-panel,.summary-panel{padding:16px}
}
@media (max-width:420px){
  .mobile-cta-bar{left:10px;right:10px;bottom:10px;border-radius:16px}.mobile-cta-bar a{font-size:.92rem;padding:12px 8px}
  .pill-row,.footer-pills{gap:8px}.pill{font-size:.78rem;padding:7px 10px}
  .page-hero h1{font-size:2rem}
}
/* Additional UX & accessibility improvements */
.faq-item{padding:22px}
.faq-item h3{margin-top:0;font-size:1.05rem}
.product-card h3{word-break:break-word;overflow-wrap:break-word}
.btn:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
input.field:focus,select.field:focus,textarea.field:focus{outline:3px solid var(--accent);outline-offset:0;border-color:var(--blue-dark)}
.order-item select{min-width:90px}
/* Image loading placeholder color */
.thumb{background:#dbe7f3}
/* Print: hide header/footer chrome */
@media print{.topbar,.site-header,.mobile-cta-bar,.footer,.nav-toggle{display:none}.container{width:100%}}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
  .btn:hover,.product-card:hover,.category-card:hover,.callout:hover{transform:none!important}
}

/* My List Cart System */
/* Floating bubble */
#br-cart-bubble{position:fixed;bottom:80px;right:18px;z-index:200;width:52px;height:52px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px rgba(163,1,50,.38);cursor:pointer;transition:transform .18s,box-shadow .18s;border:none}
#br-cart-bubble:hover{transform:scale(1.08);box-shadow:0 10px 32px rgba(163,1,50,.48)}
#br-cart-bubble.has-items{background:var(--brand)}
.br-count-badge{position:absolute;top:-5px;right:-5px;background:var(--accent);color:#10263d;font-size:.72rem;font-weight:900;min-width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;line-height:1}

/* Overlay */
#br-cart-overlay{position:fixed;inset:0;z-index:210;background:rgba(15,39,64,.45);opacity:0;pointer-events:none;transition:opacity .22s}
#br-cart-overlay.open{opacity:1;pointer-events:auto}

/* Drawer */
#br-cart-drawer{position:fixed;top:0;right:-360px;width:min(360px,100vw);height:100dvh;z-index:220;background:#fff;box-shadow:-6px 0 40px rgba(15,39,64,.18);display:flex;flex-direction:column;transition:right .26s cubic-bezier(.4,0,.2,1);overflow:hidden}
#br-cart-drawer.open{right:0}
.br-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line);flex-shrink:0}
.br-drawer-title{margin:0;font-size:1.2rem;color:var(--navy)}
#br-drawer-close{background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:var(--muted);padding:4px 8px;border-radius:8px}
#br-drawer-close:hover{color:var(--brand)}

/* Empty state */
.br-drawer-empty{padding:32px 20px;text-align:center;color:var(--muted);flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}
.br-drawer-empty p{margin:6px 0}
.br-empty-sub{font-size:.92rem}

/* Items list */
.br-drawer-items{list-style:none;padding:12px 16px;margin:0;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}
.br-drawer-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:#f8fbfe;border:1px solid var(--line);border-radius:14px}
.br-item-info{flex:1;min-width:0}
.br-item-name{display:block;font-weight:700;font-size:.9rem;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.br-item-price{display:block;font-size:.82rem;color:var(--muted)}
.br-item-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}
.br-qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:1rem;font-weight:900;display:flex;align-items:center;justify-content:center;color:var(--navy)}
.br-qty-btn:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.br-qty-val{font-weight:900;font-size:.95rem;min-width:18px;text-align:center}
.br-remove-btn{width:24px;height:24px;border-radius:50%;border:none;background:none;cursor:pointer;color:var(--muted);font-size:1.1rem;display:flex;align-items:center;justify-content:center;margin-left:2px}
.br-remove-btn:hover{color:var(--brand)}

/* Footer */
.br-drawer-footer{padding:16px 20px;border-top:1px solid var(--line);flex-shrink:0;display:flex;flex-direction:column;gap:10px}
.br-drawer-total{font-size:.95rem;color:var(--muted)}
.br-drawer-total strong{color:var(--navy)}
.br-cta-btn{width:100%;justify-content:center;font-size:1rem}
.br-clear-btn{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.85rem;text-decoration:underline;padding:0;text-align:center}
.br-clear-btn:hover{color:var(--brand)}

/* Add to List button on product cards */
.btn-add-list{background:#fff;border:2px solid var(--brand);color:var(--brand);font-size:.85rem;padding:9px 14px;border-radius:999px;font-weight:800;cursor:pointer;font-family:inherit;transition:.18s;margin-top:12px;width:100%;display:block;text-align:center;grid-column:1/-1}
.btn-add-list:hover{background:var(--brand);color:#fff}
.btn-add-list.in-list{background:var(--success);color:#fff;border-color:var(--success)}
.btn-add-list.in-list:hover{background:#0a6e44;border-color:#0a6e44}
@keyframes br-pop{0%{transform:scale(1)}40%{transform:scale(1.08)}100%{transform:scale(1)}}
.btn-add-list.just-added{animation:br-pop .3s ease}
.order-actions .btn{white-space:normal;text-align:center}

/* Hide cart bubble on request.html (they're already on the form page) */
.on-request-page #br-cart-bubble{display:none}

/* On mobile, bubble sits above the mobile CTA bar */
@media (max-width:980px){
  #br-cart-bubble{bottom:84px;right:14px}
}
@media (max-width:420px){
  #br-cart-bubble{bottom:78px;right:10px}
  #br-cart-drawer{width:100vw}
  .nav-toggle{padding:9px 12px}
  .logo-wrap{max-width:min(170px,52vw)}
  .logo-wrap img{max-height:44px}
}
