 :root{
  --orange:#f05a1f;
  --orange-dark:#cc4312;
  --dark:#171717;
  --ink:#222;
  --muted:#656565;
  --paper:#fff;
  --cream:#f6f1ea;
  --light:#fafafa;
  --line:#e5e0d8;
  --shadow:0 18px 45px rgba(0,0,0,.16);
  --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(calc(100% - 36px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;background:#fff;z-index:50;box-shadow:0 5px 20px rgba(0,0,0,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:26px;letter-spacing:-.04em}.brand img{width:68px;height:58px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.nav-links a:hover{color:var(--orange)}.nav-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--orange);color:#fff;font-weight:900;padding:14px 22px;text-transform:uppercase;letter-spacing:.03em;font-size:13px;box-shadow:0 12px 28px rgba(240,90,31,.28);cursor:pointer}.nav-btn:hover,.btn:hover{background:var(--orange-dark);color:#fff}.btn-dark{background:var(--dark);box-shadow:none}.btn-light{background:#fff;color:var(--dark);box-shadow:0 12px 30px rgba(0,0,0,.12)}.mobile-toggle{display:none;border:0;background:#111;color:#fff;border-radius:10px;padding:10px 12px;font-size:22px}.hero{min-height:690px;color:#fff;position:relative;display:flex;align-items:center;overflow:hidden;background:#111}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.50) 45%,rgba(0,0,0,.18)),url('../assets/Abby Brakets.jpeg') center/cover no-repeat;transform:scale(1.02)}.hero::after{content:"";position:absolute;inset:auto 0 0;height:170px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0))}.hero-content{position:relative;z-index:2;max-width:720px;padding:95px 0 130px}.kicker{display:inline-block;background:rgba(240,90,31,.95);padding:9px 16px;border-radius:999px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.hero h1{font-size:clamp(46px,7vw,82px);line-height:.92;margin:0 0 18px;text-transform:uppercase;letter-spacing:-.055em}.hero h1 span{color:var(--orange)}.hero .subhead{font-size:26px;line-height:1.18;margin:0 0 15px;font-weight:900;max-width:660px}.hero p{font-size:18px;color:rgba(255,255,255,.86);max-width:650px;margin:0 0 30px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.section{padding:86px 0}.section.cream{background:var(--cream)}.section.dark{background:#111;color:#fff}.section-head{text-align:center;max-width:850px;margin:0 auto 46px}.section-head h2{margin:0 0 14px;font-size:clamp(34px,5vw,58px);line-height:1;text-transform:uppercase;letter-spacing:-.045em}.section-head p{font-size:18px;color:var(--muted);margin:0}.dark .section-head p{color:rgba(255,255,255,.76)}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.photo-card{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.photo-card img{width:100%;height:100%;object-fit:cover}.feature-list{display:grid;gap:13px;margin:24px 0 0;padding:0;list-style:none}.feature-list li{display:flex;gap:12px;align-items:flex-start;font-size:18px}.feature-list li::before{content:"✓";flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900;font-size:14px;margin-top:1px}.headline-block h2{font-size:clamp(34px,4.5vw,58px);line-height:1;margin:0 0 15px;text-transform:uppercase;letter-spacing:-.045em}.headline-block p{font-size:18px;color:var(--muted);margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.07)}.stat strong{display:block;font-size:36px;line-height:1;color:var(--orange);letter-spacing:-.05em}.stat span{font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;color:var(--muted)}.product-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.mini-product{background:#fff;border-radius:20px;padding:18px;border:1px solid var(--line);box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:center}.mini-product img{height:140px;width:100%;object-fit:contain;margin-bottom:14px}.mini-product h3{margin:0;font-size:20px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.compare-card{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow)}.compare-card h3{font-size:34px;margin:0 0 18px;text-transform:uppercase;letter-spacing:-.04em}.compare-card img{border-radius:18px;height:260px;width:100%;object-fit:cover;margin-bottom:18px}.compare-card ul{padding-left:20px;margin:0;color:var(--muted)}.faq-list{max-width:920px;margin-inline:auto;display:grid;gap:13px}details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 22px;box-shadow:0 8px 24px rgba(0,0,0,.05)}summary{cursor:pointer;font-size:18px;font-weight:900;list-style:none;display:flex;justify-content:space-between;gap:18px}summary::-webkit-details-marker{display:none}summary::after{content:"+";color:var(--orange);font-size:24px;line-height:1}details[open] summary::after{content:"–"}details p{margin:13px 0 0;color:var(--muted)}.cta-band{background:linear-gradient(135deg,var(--orange),#ff8a3d);color:#fff;padding:58px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-inner h2{margin:0;font-size:42px;line-height:1;text-transform:uppercase;letter-spacing:-.04em}.cta-inner p{margin:10px 0 0;color:rgba(255,255,255,.86);font-size:18px}.site-footer{background:#121212;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:34px}.site-footer img{width:90px;height:auto;margin-bottom:12px}.site-footer h3,.site-footer h4{margin:0 0 14px}.site-footer p,.site-footer a{color:rgba(255,255,255,.72)}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:32px;padding-top:18px;color:rgba(255,255,255,.5);font-size:13px}.page-hero{background:#181818;color:#fff;padding:72px 0;background-image:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.36)),url('../assets/How it Works.jpeg');background-size:cover;background-position:center}.page-hero h1{margin:0;font-size:clamp(42px,6vw,74px);line-height:1;text-transform:uppercase;letter-spacing:-.055em}.page-hero p{max-width:680px;color:rgba(255,255,255,.85);font-size:19px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.08);display:flex;flex-direction:column}.product-gallery{height:260px;background:#f7f7f7;display:grid;place-items:center;padding:18px}.product-gallery img{height:100%;width:100%;object-fit:contain}.product-info{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}.product-info h2{margin:0;font-size:27px;letter-spacing:-.04em}.price{display:flex;align-items:baseline;gap:10px}.sale{font-size:28px;color:var(--orange);font-weight:900}.was{text-decoration:line-through;color:#888;font-weight:700}.discount{font-size:12px;background:#111;color:#fff;border-radius:999px;padding:4px 8px;font-weight:900}.qty-row{display:flex;align-items:center;gap:10px;margin-top:auto}.qty-row input{width:80px;border:1px solid var(--line);border-radius:10px;padding:10px;font-size:16px}.form-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}label{font-weight:900;font-size:14px;color:#333;display:grid;gap:7px;margin-bottom:14px}input,textarea,select{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;background:#fbfbfb}textarea{min-height:125px;resize:vertical}.cart-lines{display:grid;gap:10px;margin:15px 0}.cart-line{display:grid;grid-template-columns:1fr auto auto;gap:12px;border:1px solid var(--line);padding:12px;border-radius:12px;align-items:center}.cart-line button{border:0;border-radius:999px;background:#eee;padding:7px 10px;cursor:pointer}.notice{padding:14px 16px;border-radius:12px;background:#fff3eb;color:#7a2b06;font-weight:700;margin:12px 0}.toast{position:fixed;right:18px;bottom:18px;background:#111;color:#fff;border-radius:14px;padding:14px 18px;box-shadow:var(--shadow);transform:translateY(130%);opacity:0;transition:.25s;z-index:100}.toast.show{transform:translateY(0);opacity:1}.small{font-size:13px;color:var(--muted)}@media(max-width:960px){.split,.comparison-grid,.footer-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.product-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{display:block}.nav-links{display:none;position:absolute;left:18px;right:18px;top:86px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.mobile-toggle{display:inline-flex}.nav-btn{width:100%}}@media(max-width:650px){.hero{min-height:620px}.product-strip,.product-grid,.stats,.form-grid{grid-template-columns:1fr}.hero-content{padding:70px 0 100px}.brand{font-size:20px}.brand img{width:55px}.section{padding:64px 0}.compare-card img{height:200px}.cart-line{grid-template-columns:1fr}.nav{height:78px}.nav-links{top:78px}}


/* Visual update: larger logo, product-angle carousels, and safer product card spacing */
.site-header .nav{height:104px}.brand{gap:18px}.brand img{width:98px;height:82px;object-fit:contain}.site-footer img{width:132px;height:auto}.nav-links{gap:28px}.product-card{scroll-margin-top:125px}.mini-product{overflow:hidden;transition:transform .22s ease, box-shadow .22s ease}.mini-product:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(0,0,0,.12)}.mini-carousel{height:150px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.mini-carousel-track{height:100%;width:300%;display:flex;animation:abbyProductSlide 9s infinite ease-in-out}.mini-carousel-track img{flex:0 0 33.333333%;width:33.333333%;height:100%;object-fit:contain;padding:0 6px}.mini-product:hover .mini-carousel-track,.product-card:hover .product-carousel-track{animation-play-state:paused}.product-gallery{height:330px;padding:30px 24px;overflow:hidden;background:#f7f7f7;border-bottom:1px solid var(--line)}.product-carousel{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-carousel-track{height:100%;width:300%;display:flex;align-items:center;animation:abbyProductSlide 10.5s infinite ease-in-out}.product-carousel-track img{flex:0 0 33.333333%;width:33.333333%;height:100%;max-height:260px;object-fit:contain;padding:0 8px}.product-info{position:relative;z-index:2;background:#fff;padding:28px 24px 24px}.product-info h2{font-size:25px;line-height:1.18;margin-bottom:2px}.product-info p{line-height:1.45}.price{flex-wrap:wrap}.qty-row{padding-top:6px}@keyframes abbyProductSlide{0%,24%{transform:translateX(0)}34%,58%{transform:translateX(-33.333333%)}68%,92%{transform:translateX(-66.666666%)}100%{transform:translateX(0)}}@media(max-width:960px){.site-header .nav{height:96px}.brand img{width:86px;height:72px}.nav-links{top:96px}.product-gallery{height:300px}.product-carousel-track img{max-height:235px}}@media(max-width:650px){.site-header .nav{height:86px}.brand img{width:72px;height:60px}.nav-links{top:86px}.mini-carousel{height:170px}.product-gallery{height:285px}.product-info h2{font-size:23px}.product-carousel-track img{max-height:225px}}


/* Abby Brackets visual refinement patch v2 */
.site-header .nav{height:118px;}
.brand{gap:20px;}
.brand img{width:116px!important;height:96px!important;object-fit:contain;}
.site-footer img{width:150px!important;height:auto;}
.nav-links{gap:30px;}
.shop-products-section{padding-top:78px;}

.performance-chart{display:grid;gap:18px;margin:30px 0 22px;max-width:760px;}
.bar-track{height:34px;background:#efefef;overflow:hidden;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.06);}
.bar-fill{height:100%;min-width:120px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:13px;background-color:#ff981f;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.16) 0 13px,rgba(255,255,255,0) 13px 26px);}
.bar-fill span{white-space:nowrap;text-shadow:0 1px 1px rgba(0,0,0,.18);}

.product-strip.old-site-style{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;background:#eefdff;border-radius:38px;padding:22px 16px 28px;box-shadow:0 12px 35px rgba(0,0,0,.10);border:1px solid rgba(0,0,0,.04);}
.old-site-style .mini-product{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;text-align:center;overflow:visible;}
.old-site-style .mini-product:hover{transform:none;box-shadow:none;}
.old-site-style .mini-product h3{font-size:26px;font-weight:500;letter-spacing:-.02em;margin:0 0 10px;color:#111;}
.old-site-style .mini-product h3 a:hover{color:var(--orange);}

.carousel{position:relative;overflow:hidden;}
.carousel-track{width:100%!important;height:100%;display:flex;align-items:center;transition:transform .55s ease!important;animation:none!important;will-change:transform;}
.carousel-track img{flex:0 0 100%!important;width:100%!important;max-width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important;}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.88);box-shadow:0 8px 18px rgba(0,0,0,.18);display:grid;place-items:center;font-size:28px;line-height:1;font-weight:900;color:#111;cursor:pointer;opacity:0;transition:.2s;}
.carousel:hover .carousel-arrow{opacity:1;}
.carousel-prev{left:8px;}
.carousel-next{right:8px;}
.carousel-arrow:hover{background:var(--orange);color:#fff;}
.carousel-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:12px;z-index:6;}
.carousel-dot{width:10px;height:10px;border-radius:50%;border:0;background:#111;opacity:.35;padding:0;cursor:pointer;}
.carousel-dot.active{opacity:1;}

.mini-carousel{height:230px;width:100%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0;border-radius:0;}
.mini-carousel .carousel-track img{padding:8px 6px 24px!important;}

.product-card{scroll-margin-top:135px;}
.product-gallery{height:420px!important;padding:18px 18px 20px!important;overflow:hidden;background:#f8f8f8;border-bottom:1px solid var(--line);}
.product-carousel{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;}
.product-carousel .carousel-track img{padding:12px 8px 34px!important;max-height:100%!important;}
.product-carousel .carousel-dots{bottom:14px;}
.product-info{position:relative;z-index:2;background:#fff;padding:26px 24px 24px;}
.product-info h2{font-size:25px;line-height:1.18;margin-bottom:2px;}
.product-info p{line-height:1.45;}
.price{flex-wrap:wrap;}
.qty-row{padding-top:6px;}

@media(max-width:1100px){.product-strip.old-site-style{grid-template-columns:repeat(3,1fr);}.mini-carousel{height:240px}.product-gallery{height:390px!important}.brand img{width:100px!important;height:84px!important}.site-header .nav{height:106px}.nav-links{top:106px}}
@media(max-width:760px){.product-strip.old-site-style{grid-template-columns:1fr 1fr;border-radius:24px}.old-site-style .mini-product h3{font-size:22px}.mini-carousel{height:220px}.product-gallery{height:350px!important}.brand img{width:80px!important;height:68px!important}.site-header .nav{height:92px}.nav-links{top:92px}.bar-fill{font-size:12px}.bar-track{height:32px}}
@media(max-width:520px){.product-strip.old-site-style{grid-template-columns:1fr}.mini-carousel{height:260px}.product-gallery{height:330px!important}.carousel-arrow{opacity:1}.brand span{font-size:21px}.brand img{width:72px!important;height:62px!important}}

/* Visual update v3: closer to the original Anchor Bolt Setter layout */
.site-header{position:sticky;top:0;background:#fff;z-index:70;box-shadow:none;border-bottom:1px solid #eee;}
.site-header .nav{height:118px!important;}
.brand{gap:18px!important;}
.brand img{width:150px!important;height:102px!important;object-fit:contain;}
.brand-name{font-size:30px;font-weight:900;letter-spacing:-.04em;}
.nav-links{gap:34px!important;font-size:16px;}
.nav-links .cart-link{font-size:22px;line-height:1;}
.nav-btn{display:none!important;}

.legacy-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:#ff8a13;color:#fff;font-weight:800;padding:18px 28px;border-radius:0;text-transform:none;font-size:16px;box-shadow:0 12px 25px rgba(255,138,19,.25);transition:.2s;}
.legacy-btn:hover{background:#f05a1f;color:#fff;transform:translateY(-2px);}
.legacy-btn-light{background:#fff;color:#ff8a13;box-shadow:none;}
.legacy-btn-light:hover{background:#f5f5f5;color:#f05a1f;}

.legacy-hero{position:relative;min-height:690px;overflow:hidden;background:#111;color:#fff;}
.legacy-hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.30)),url('../assets/Abby Brakets.jpeg') center/cover no-repeat;filter:saturate(.95);}
.legacy-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.12) 35%,rgba(0,0,0,.45));pointer-events:none;}
.legacy-product-panel-wrap{position:relative;z-index:4;padding-top:42px;}
.product-strip.old-site-style.hero-product-strip{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:26px;background:#eefdff;border-radius:38px;padding:22px 16px 28px;box-shadow:0 12px 35px rgba(0,0,0,.10);border:1px solid rgba(0,0,0,.04);}
.old-site-style .mini-product{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0;text-align:center;overflow:visible;}
.old-site-style .mini-product h3{font-size:26px;font-weight:500;line-height:1.1;letter-spacing:-.02em;margin:0 0 10px;color:#111;}
.old-site-style .mini-product h3 a:hover{color:#ff8a13;}
.mini-carousel{height:222px!important;background:#fff;width:100%;display:flex;align-items:center;justify-content:center;margin:0;border-radius:0;overflow:hidden;}
.mini-carousel .carousel-track img{padding:8px 6px 28px!important;}
.carousel{position:relative;overflow:hidden;}
.carousel-track{width:100%!important;height:100%;display:flex;align-items:center;transition:transform .55s ease!important;animation:none!important;will-change:transform;}
.carousel-track img{flex:0 0 100%!important;width:100%!important;max-width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important;}
.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.88);box-shadow:0 8px 18px rgba(0,0,0,.18);display:grid;place-items:center;font-size:28px;line-height:1;font-weight:900;color:#111;cursor:pointer;opacity:0;transition:.2s;}
.carousel:hover .carousel-arrow{opacity:1;}
.carousel-prev{left:8px;}.carousel-next{right:8px;}
.carousel-arrow:hover{background:#ff8a13;color:#fff;}
.carousel-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:12px;z-index:6;}
.carousel-dot{width:10px;height:10px;border-radius:50%;border:0;background:#111;opacity:.35;padding:0;cursor:pointer;}
.carousel-dot.active{opacity:1;}

.legacy-hero-copy{position:relative;z-index:5;padding:70px 0 92px;}
.hero-logo-panel{width:400px;max-width:70vw;background:rgba(255,255,255,.72);padding:14px 34px;margin:0 0 12px 10px;}
.hero-logo-panel img{width:285px;height:auto;margin:auto;}
.legacy-small-head{font-size:20px;font-weight:900;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35);margin:0 0 52px 72px;}
.legacy-hero h1{position:relative;display:inline-block;margin:0 0 30px 0;font-size:clamp(46px,7vw,70px);line-height:.95;font-weight:1000;text-transform:uppercase;letter-spacing:-.045em;color:#fff;text-shadow:0 5px 14px rgba(0,0,0,.34);padding:18px 18px 12px 26px;}
.legacy-hero h1::before,.legacy-hero h1::after{content:"";position:absolute;background:#ff8a13;height:10px;bottom:4px;}
.legacy-hero h1::before{left:0;width:90px;}
.legacy-hero h1::after{right:0;width:68px;}
.legacy-hero-actions{display:flex;gap:8px;margin-left:360px;flex-wrap:wrap;}

.legacy-intro{background:#f3f3f3;padding:76px 0 38px;text-align:center;}
.legacy-centered{max-width:830px;}
.legacy-centered h2{font-size:clamp(48px,7vw,70px);font-weight:400;text-transform:uppercase;letter-spacing:.02em;margin:0 0 8px;color:#111;}
.legacy-centered h3{font-size:20px;margin:0 0 6px;color:#ff8a13;font-weight:900;}
.legacy-centered p{font-size:20px;line-height:1.35;margin:0;color:#222;}

.legacy-how{background:#f3f3f3;padding:28px 0 86px;}
.legacy-two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.legacy-two-col-wide{grid-template-columns:.75fr 1.3fr;}
.legacy-label{display:inline-flex;align-items:center;gap:6px;color:#ff8a13;font-weight:600;margin-bottom:24px;}
.legacy-label::before{content:"✹";font-size:18px;}
.legacy-copy h2{font-size:clamp(38px,5vw,54px);line-height:1.05;font-weight:700;letter-spacing:-.035em;margin:0 0 22px;color:#082411;}
.legacy-copy p{font-size:19px;color:#222;margin:0 0 18px;}
.legacy-checks{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:14px;}
.legacy-checks li{position:relative;padding-left:34px;font-size:18px;line-height:1.25;}
.legacy-checks li::before{content:"✓";position:absolute;left:0;top:-2px;font-size:22px;color:#111;}
.legacy-checks.compact{gap:10px;margin-top:20px;}
.legacy-photo img{width:100%;height:auto;display:block;box-shadow:none;border-radius:0;}
.legacy-tall-photo img{max-height:440px;object-fit:cover;width:100%;}

.legacy-chart-section{padding:86px 0;background:#fff;}
.legacy-chart-section .legacy-copy h2{color:#000;font-weight:900;font-size:clamp(38px,4.4vw,52px);}
.legacy-chart-section .legacy-copy p{font-size:16px;line-height:1.25;color:#111;max-width:720px;}
.performance-chart.legacy-performance-chart{display:grid;gap:18px;margin:24px 0 22px;max-width:760px;}
.bar-track{height:32px;background:#eee;overflow:hidden;border-radius:0;}
.bar-fill{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;background:repeating-linear-gradient(45deg,#ff9018 0 14px,#ff9d2b 14px 28px);}
.bar-fill span{white-space:nowrap;}

.legacy-new-product{background:#fff;padding:90px 0;}
.legacy-new-product .legacy-copy h2{color:#111;font-weight:900;}
.new-product-gallery{height:430px;background:#f4f4f4;border-radius:30px;border:1px solid #e3e3e3;box-shadow:0 20px 40px rgba(0,0,0,.10);padding:20px;}
.new-product-gallery .carousel-track img{padding:18px!important;}

.legacy-compare-section{position:relative;overflow:hidden;background:#fff;padding:80px 0 90px;}
.legacy-diagonal{position:absolute;left:0;right:0;top:210px;bottom:0;background:#ffd36a;clip-path:polygon(0 18%,100% 0,100% 82%,0 100%);}
.legacy-comparison-content{position:relative;z-index:2;}
.legacy-comparison-content>h2{font-size:46px;line-height:1;margin:0 0 130px;font-weight:1000;letter-spacing:-.045em;color:#000;}
.compare-intro{text-align:center;max-width:1000px;margin:0 auto 50px;padding-top:20px;}
.compare-intro h3{font-size:42px;font-weight:400;margin:0 0 22px;line-height:1;}
.compare-intro .question{text-transform:uppercase;font-size:18px;margin-bottom:10px;color:#111;}
.compare-intro p{font-size:18px;color:#111;margin:0 auto 18px;max-width:1000px;line-height:1.25;}
.compare-intro::after{content:"";display:block;height:1px;background:rgba(0,0,0,.48);max-width:1000px;margin:20px auto 0;}
.legacy-comparison-columns{display:grid;grid-template-columns:1fr 1fr;gap:72px;max-width:860px;margin:0 auto;}
.legacy-comparison-columns h4{text-align:center;font-size:30px;margin:0 0 18px;}
.legacy-comparison-columns img{width:100%;height:230px;object-fit:cover;margin-bottom:22px;}
.legacy-check-list,.legacy-x-list{list-style:none;margin:0;padding:0;display:grid;gap:15px;font-size:18px;line-height:1.18;}
.legacy-check-list li,.legacy-x-list li{position:relative;padding-left:30px;}
.legacy-check-list li::before{content:"✓";position:absolute;left:0;top:-3px;color:#00a629;font-weight:900;font-size:22px;}
.legacy-x-list li::before{content:"×";position:absolute;left:0;top:-6px;color:#f14343;font-weight:900;font-size:28px;}
.analysis-btn-wrap{text-align:center;margin:70px 0 0;}

.legacy-faq-section{padding:80px 0;background:#fff;}
.legacy-faq-section h2{font-size:clamp(36px,5vw,52px);font-weight:400;line-height:1.1;margin:0 0 34px;color:#082411;}
.legacy-faq-list{max-width:1000px;margin:0;}
.legacy-faq-list details{background:#00240c!important;color:#fff;border:0!important;border-radius:10px!important;padding:0!important;box-shadow:none!important;overflow:hidden;}
.legacy-faq-list summary{padding:18px 22px;font-size:16px;color:#fff;font-weight:900;}
.legacy-faq-list summary::after{color:#fff;}
.legacy-faq-list details p{padding:0 22px 20px;color:rgba(255,255,255,.86);}

.legacy-help-section{padding:70px 0 100px;background:#fff;}
.legacy-help-card{display:grid;grid-template-columns:1fr 1.2fr;gap:30px;align-items:center;background:#eee;border-radius:24px;overflow:hidden;min-height:450px;}
.legacy-help-copy{padding:42px 0 42px 36px;}
.legacy-help-copy h2{font-size:clamp(36px,4vw,52px);line-height:1.18;margin:0 0 24px;font-weight:900;color:#000;}
.legacy-help-copy p{font-size:18px;margin:6px 0;color:#111;}
.legacy-help-copy .legacy-btn{margin-top:24px;}
.legacy-help-card>img{width:100%;height:100%;max-height:520px;object-fit:contain;align-self:end;}

.legacy-footer.site-footer{background:#000;padding-top:72px;}
.legacy-footer .site-footer img,.legacy-footer img{width:170px!important;}
.legacy-footer .btn,.legacy-footer .legacy-btn{box-shadow:none;}

/* Shop refinements and quote-ready products */
.shop-products-section{padding-top:80px!important;}
.product-card{scroll-margin-top:145px;}
.product-gallery{height:470px!important;padding:24px!important;overflow:hidden;background:#f8f8f8;border-bottom:1px solid var(--line);}
.product-carousel{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;}
.product-carousel .carousel-track img{padding:16px 10px 42px!important;max-height:100%!important;object-fit:contain!important;}
.product-info{padding:28px 24px 24px!important;}
.quote-price{font-size:26px;color:#f05a1f;font-weight:900;}
.product-card.new-product-card{border-color:#ff8a13;box-shadow:0 16px 42px rgba(255,138,19,.18);}

@media(max-width:1100px){
  .product-strip.old-site-style.hero-product-strip{grid-template-columns:repeat(3,1fr);}
  .legacy-two-col,.legacy-two-col-wide{grid-template-columns:1fr;}
  .legacy-hero-actions{margin-left:0;}
  .legacy-comparison-content>h2{margin-bottom:70px;}
  .legacy-diagonal{top:250px;}
  .brand img{width:128px!important;height:90px!important;}
  .site-header .nav{height:108px!important;}
  .nav-links{top:108px!important;}
}
@media(max-width:760px){
  .brand-name{font-size:22px;}
  .brand img{width:92px!important;height:72px!important;}
  .site-header .nav{height:92px!important;}
  .nav-links{top:92px!important;}
  .legacy-product-panel-wrap{padding-top:26px;}
  .product-strip.old-site-style.hero-product-strip{grid-template-columns:1fr 1fr;border-radius:24px;}
  .old-site-style .mini-product h3{font-size:22px;}
  .mini-carousel{height:220px!important;}
  .hero-logo-panel{width:320px;margin-left:0;}
  .hero-logo-panel img{width:240px;}
  .legacy-small-head{margin-left:0;margin-bottom:30px;}
  .legacy-hero h1{font-size:44px;padding-left:12px;}
  .legacy-comparison-columns,.legacy-help-card{grid-template-columns:1fr;}
  .legacy-diagonal{clip-path:none;top:170px;}
  .legacy-comparison-content>h2{font-size:38px;margin-bottom:40px;}
  .compare-intro h3{font-size:34px;}
  .product-grid{grid-template-columns:1fr!important;}
  .product-gallery{height:420px!important;}
}
@media(max-width:520px){
  .brand-name{display:none;}
  .brand img{width:98px!important;height:74px!important;}
  .product-strip.old-site-style.hero-product-strip{grid-template-columns:1fr;}
  .mini-carousel{height:260px!important;}
  .carousel-arrow{opacity:1;}
  .legacy-centered h2{font-size:42px;}
  .legacy-copy h2{font-size:36px;}
  .legacy-hero-copy{padding-bottom:70px;}
  .product-gallery{height:380px!important;}
}


/* Abby Brackets visual refinement patch v4: centered hero, product panel moved out of header area, larger cropped logo */
.site-header{
  position:sticky;
  top:0;
  z-index:80;
}
.site-header .nav{
  height:128px!important;
  display:flex;
  align-items:center;
}
.brand{
  gap:22px!important;
  align-items:center!important;
}
.brand img{
  width:156px!important;
  height:104px!important;
  object-fit:contain!important;
  display:block;
}
.brand-name{
  font-size:30px;
  letter-spacing:-.04em;
  white-space:nowrap;
}
.nav-links{
  align-items:center;
  gap:34px!important;
}
.cart-link{
  font-size:22px!important;
  line-height:1;
}

.polished-hero{
  min-height:calc(100vh - 128px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 0 78px;
  overflow:hidden;
}
.polished-hero .legacy-hero-bg{
  background-position:center center;
}
.polished-hero .legacy-hero-bg::after{
  background:
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.18)),
    linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.28) 48%,rgba(0,0,0,.50));
}
.polished-hero-copy{
  position:relative;
  z-index:5;
  max-width:1120px;
  padding:0!important;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.polished-hero .hero-logo-panel{
  width:min(420px,84vw);
  background:rgba(255,255,255,.86);
  padding:10px 28px 8px;
  margin:0 auto 14px!important;
  border-radius:0;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
.polished-hero .hero-logo-panel img{
  width:min(330px,72vw)!important;
  height:auto;
  margin:auto;
}
.polished-hero .legacy-small-head{
  margin:0 auto 16px!important;
  font-size:20px;
  line-height:1.2;
}
.polished-hero h1{
  margin:0 auto 24px!important;
  max-width:1040px;
  text-align:center;
  font-size:clamp(48px,7vw,76px);
  padding:18px 24px 12px!important;
}
.polished-hero h1::before{
  left:0;
  width:92px;
}
.polished-hero h1::after{
  right:0;
  width:92px;
}
.polished-hero .legacy-hero-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  margin:0 auto 34px!important;
}
.polished-hero .legacy-product-panel-wrap{
  width:100%;
  max-width:1040px;
  margin:0 auto!important;
  padding:0!important;
  position:relative;
  z-index:6;
}
.polished-hero .product-strip.old-site-style.hero-product-strip{
  width:100%;
  max-width:1040px;
  margin:0 auto;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
  border-radius:34px;
  padding:20px 16px 22px;
  background:rgba(238,253,255,.96);
  box-shadow:0 20px 44px rgba(0,0,0,.20);
}
.polished-hero .old-site-style .mini-product h3{
  font-size:23px;
  line-height:1.1;
  margin-bottom:10px;
}
.polished-hero .mini-carousel{
  height:205px!important;
}
.polished-hero .mini-carousel .carousel-track img{
  padding:8px 8px 26px!important;
}

.legacy-intro{
  padding-top:78px!important;
}

.legacy-footer .site-footer img,
.legacy-footer img,
.site-footer img{
  width:190px!important;
  height:auto!important;
  object-fit:contain!important;
}

@media(max-width:1100px){
  .site-header .nav{height:116px!important;}
  .brand img{width:138px!important;height:94px!important;}
  .brand-name{font-size:27px;}
  .nav-links{top:116px!important;}
  .polished-hero{min-height:auto;padding:58px 0 72px;}
  .polished-hero .product-strip.old-site-style.hero-product-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
    max-width:780px;
  }
  .polished-hero .mini-carousel{height:220px!important;}
}
@media(max-width:760px){
  .site-header .nav{height:100px!important;}
  .brand img{width:116px!important;height:82px!important;}
  .brand-name{font-size:23px;}
  .nav-links{top:100px!important;}
  .polished-hero{padding:46px 0 62px;}
  .polished-hero .hero-logo-panel{width:min(340px,88vw);}
  .polished-hero .hero-logo-panel img{width:min(270px,74vw)!important;}
  .polished-hero h1{font-size:42px;}
  .polished-hero .product-strip.old-site-style.hero-product-strip{
    grid-template-columns:1fr 1fr;
    gap:16px;
    border-radius:24px;
    padding:18px 14px 22px;
  }
  .polished-hero .mini-carousel{height:210px!important;}
}
@media(max-width:520px){
  .brand-name{display:none;}
  .site-header .nav{height:92px!important;}
  .brand img{width:124px!important;height:82px!important;}
  .nav-links{top:92px!important;}
  .polished-hero .product-strip.old-site-style.hero-product-strip{
    grid-template-columns:1fr;
    max-width:330px;
  }
  .polished-hero .mini-carousel{height:245px!important;}
  .polished-hero .legacy-hero-actions{width:100%;}
  .polished-hero .legacy-hero-actions .legacy-btn{flex:1 1 auto;}
}


/* Cart quantity badge, added without changing the existing layout. */
.cart-link{
  position:relative;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:30px;
  min-height:30px;
}
.cart-link.has-items{color:var(--orange)!important;}
.cart-badge{
  position:absolute;
  top:-10px;
  right:-13px;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:var(--orange);
  color:#fff;
  font-size:11px;
  line-height:20px;
  text-align:center;
  font-weight:900;
  box-shadow:0 0 0 2px #fff,0 7px 16px rgba(0,0,0,.22);
  opacity:0;
  transform:scale(.65);
  transition:opacity .18s ease,transform .18s ease;
  pointer-events:none;
}
.cart-badge.show{
  opacity:1;
  transform:scale(1);
}


/* Patch v7 — precise spacing, arrow centering, quote-badge alignment */
.legacy-new-product .legacy-copy .legacy-checks.compact{margin-bottom:24px;}
.legacy-new-product .legacy-copy .legacy-cta-row{margin:30px 0 0;}
.legacy-new-product .legacy-copy .legacy-btn{margin-top:0;}

.carousel-arrow,
.new-product-gallery .carousel-arrow,
.product-carousel .carousel-arrow,
.mini-carousel .carousel-arrow{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:38px !important;
  height:38px !important;
  padding:0 !important;
  font-size:22px !important;
  line-height:1 !important;
}
.carousel-prev,
.new-product-gallery .carousel-prev,
.product-carousel .carousel-prev,
.mini-carousel .carousel-prev{ text-indent:-1px; }
.carousel-next,
.new-product-gallery .carousel-next,
.product-carousel .carousel-next,
.mini-carousel .carousel-next{ text-indent:1px; }

.price{
  width:100%;
  align-items:center !important;
}
.price .discount{
  margin-left:auto;
  align-self:center;
}
.quote-price{
  display:inline-flex;
  align-items:center;
}


/* Patch v10 — Deron content updates: six-product hero strip, bracket names, worm clamp pricing. */
.polished-hero .legacy-product-panel-wrap,
.polished-hero .product-strip.old-site-style.hero-product-strip{
  max-width:1180px;
}
.polished-hero .product-strip.old-site-style.hero-product-strip{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  padding:20px 16px 24px;
}
.polished-hero .old-site-style .mini-product h3{
  font-size:20px;
  line-height:1.08;
  min-height:44px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.polished-hero .mini-carousel{
  height:188px!important;
}
.polished-hero .mini-carousel .carousel-track img{
  padding:8px 6px 28px!important;
}
@media(max-width:1200px){
  .polished-hero .legacy-product-panel-wrap,
  .polished-hero .product-strip.old-site-style.hero-product-strip{max-width:980px;}
  .polished-hero .product-strip.old-site-style.hero-product-strip{grid-template-columns:repeat(3,minmax(0,1fr));}
  .polished-hero .mini-carousel{height:210px!important;}
  .polished-hero .old-site-style .mini-product h3{font-size:22px;min-height:auto;}
}
@media(max-width:760px){
  .polished-hero .product-strip.old-site-style.hero-product-strip{grid-template-columns:1fr 1fr;}
}
@media(max-width:520px){
  .polished-hero .product-strip.old-site-style.hero-product-strip{grid-template-columns:1fr;}
}


/* Patch v12 — hide the centered logo inside the top hero only. */
.polished-hero img[src*="logo" i],
.polished-hero img[alt*="logo" i],
.polished-hero [class*="hero-logo" i],
.polished-hero [class*="center-logo" i]{display:none!important;}


/* Patch v15 — long orange hero dividers and improved CTA spacing. */
.polished-hero h1::before,
.polished-hero h1::after,
.polished-hero h2::before,
.polished-hero h2::after,
.polished-hero .eyebrow::before,
.polished-hero .eyebrow::after,
.polished-hero .hero-kicker::before,
.polished-hero .hero-kicker::after,
.polished-hero .hero-tagline::before,
.polished-hero .hero-tagline::after{
  content:none!important;
  display:none!important;
}
.polished-hero .hero-accent,
.polished-hero .accent-block,
.polished-hero .title-mark,
.polished-hero .small-block{
  display:none!important;
}
.polished-hero .v15-do-not-heading::before{
  content:""!important;
  display:block!important;
  width:min(680px,calc(100vw - 48px))!important;
  height:6px!important;
  margin:0 auto 22px!important;
  border:0!important;
  border-radius:999px!important;
  background:#f28c00!important;
  position:static!important;
  transform:none!important;
}
.polished-hero .v15-do-not-heading::after{
  content:none!important;
  display:none!important;
}
.polished-hero .v15-suspend-tagline{
  margin-bottom:54px!important;
}
.polished-hero .v15-suspend-tagline::before{
  content:none!important;
  display:none!important;
}
.polished-hero .v15-suspend-tagline::after{
  content:""!important;
  display:block!important;
  width:min(680px,calc(100vw - 48px))!important;
  height:6px!important;
  margin:24px auto 0!important;
  border:0!important;
  border-radius:999px!important;
  background:#f28c00!important;
  position:static!important;
  transform:none!important;
}
@media(max-width:600px){
  .polished-hero .v15-do-not-heading::before,
  .polished-hero .v15-suspend-tagline::after{
    width:calc(100vw - 48px)!important;
    height:5px!important;
  }
  .polished-hero .v15-suspend-tagline{margin-bottom:42px!important;}
}


/* Patch v19 — force-visible video directly after How It Works. */
.how-video-section{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  padding:14px 24px 72px!important;
  margin:0!important;
  overflow:visible!important;
  background:#fff!important;
  box-sizing:border-box!important;
}
.how-video-frame{
  display:block!important;
  visibility:visible!important;
  width:min(920px,100%)!important;
  aspect-ratio:16/9!important;
  height:auto!important;
  margin:0 auto!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#111!important;
  box-shadow:0 18px 44px rgba(0,0,0,.24)!important;
}
.how-video-frame iframe{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  height:100%!important;
  min-height:315px!important;
  border:0!important;
}
@media(max-width:700px){
  .how-video-section{padding:10px 16px 48px!important;}
  .how-video-frame{border-radius:10px!important;}
  .how-video-frame iframe{min-height:0!important;}
}
