:root{
  --paper:#f6f3ee;--paper-2:#fbfaf7;--warm:#c8c1b9;--warm-2:#ddd6ce;--ink:#3b210f;--ink-soft:#624535;
  --accent:#9d4131;--accent-dark:#743020;--mustard:#c7a348;--olive:#5f7042;--bonus:#f3df8a;--line:#d7cfc6;
  --shadow:0 16px 36px rgba(67,42,27,.08);--radius:20px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:"Trebuchet MS",Verdana,Arial,sans-serif;line-height:1.35}
a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:50;background:rgba(249,247,243,.96);border-bottom:1px solid #cfc8c1;backdrop-filter:blur(10px)}
.header-inner{max-width:1500px;margin:auto;min-height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:8px 30px;gap:28px}.brand{grid-column:2;display:block}.brand img{display:block;width:128px;height:74px;object-fit:contain}.top-nav{grid-column:1;grid-row:1;display:flex;gap:30px;align-items:center;font-family:"Arial Narrow",Impact,sans-serif;font-stretch:condensed;letter-spacing:.02em;font-size:15px}.top-nav a:hover{color:var(--accent)}.account-chip{grid-column:3;justify-self:end;border:1px solid #bfaea1;background:#faf8f4;border-radius:999px;padding:10px 16px;color:var(--ink);font:inherit;display:flex;gap:9px;align-items:center;cursor:pointer}.account-dot{color:var(--accent);font-size:12px}
.page-shell{max-width:1500px;margin:auto;padding:28px 28px 38px}.hero-card{min-height:270px;border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;background:var(--warm);box-shadow:var(--shadow);position:relative}.hero-copy{padding:42px 46px;z-index:2}.eyebrow,.section-kicker{font-size:12px;letter-spacing:.22em;font-weight:800;color:var(--accent);margin-bottom:9px}.hero-copy h1{font-family:Impact,"Arial Narrow",sans-serif;font-weight:900;font-size:clamp(40px,4.1vw,68px);line-height:.92;letter-spacing:.015em;margin:0 0 16px;color:var(--ink);max-width:800px}.hero-copy p{max-width:620px;font-size:16px;color:var(--ink-soft);margin:0}.hero-badges{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.badge{border:1px solid rgba(59,33,15,.22);border-radius:999px;padding:7px 11px;background:rgba(250,248,244,.55);font-size:12px;font-weight:700}.hero-art{position:relative;min-height:270px;overflow:hidden}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--warm) 0%,rgba(200,193,185,.2) 30%,rgba(200,193,185,0) 60%)}.hero-disc{position:absolute;width:210px;height:210px;object-fit:contain;filter:drop-shadow(0 12px 13px rgba(55,33,18,.18));z-index:2}.hero-disc.d1{left:3%;top:25%;transform:rotate(-12deg)}.hero-disc.d2{left:31%;top:-18%;transform:rotate(8deg)}.hero-disc.d3{right:-7%;bottom:-18%;transform:rotate(-8deg)}.hero-type{position:absolute;right:26px;top:24px;z-index:3;width:205px;font-family:"Nove",Impact,"Arial Narrow",sans-serif;font-size:29px;font-weight:700;line-height:.88;color:var(--accent);text-align:left;letter-spacing:.02em;text-transform:uppercase}.orbit{position:absolute;border:2px solid rgba(157,65,49,.22);border-radius:50%;z-index:1}.orbit-one{width:470px;height:150px;left:55px;top:78px;transform:rotate(-8deg)}.orbit-two{width:360px;height:110px;right:0;top:40px;transform:rotate(17deg)}
.shipping-banner{margin:16px 0 20px;background:#f2e8dc;border:1px solid #ddcbbd;border-radius:15px;padding:17px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.flying-disc{font-size:40px;color:var(--accent);transform:rotate(-12deg)}.shipping-big{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(23px,2.2vw,38px);letter-spacing:.025em;color:var(--accent);line-height:1}.shipping-small{font-size:12px;letter-spacing:.06em;margin-top:5px;color:var(--ink-soft)}.shipping-counter{font-weight:900;border-left:1px solid #cdbbab;padding-left:20px;white-space:nowrap}
.dealer-resources{margin:0 0 22px;border:1px solid var(--line);border-radius:16px;background:var(--paper-2);padding:20px 22px;display:grid;grid-template-columns:minmax(260px,.9fr) minmax(420px,1.1fr);gap:24px;align-items:center;box-shadow:0 8px 22px rgba(70,47,33,.035)}.resources-intro h2{font-family:"Nove",Impact,"Arial Narrow",sans-serif;font-size:clamp(25px,2.3vw,38px);line-height:.98;margin:0 0 8px;letter-spacing:.02em}.resources-intro p{margin:0;color:var(--ink-soft);font-size:12px;max-width:620px}.video-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.video-resource-card{min-height:96px;border:1px solid #d7c9be;border-radius:12px;background:#f2e8dc;padding:14px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;transition:transform .12s ease,border-color .12s ease,background .12s ease}.video-resource-card:hover{transform:translateY(-1px);border-color:#b89c89;background:#eee0d2}.video-play{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:17px;padding-left:2px}.video-copy{min-width:0}.video-copy strong{display:block;font-family:Impact,"Arial Narrow",sans-serif;font-size:20px;letter-spacing:.025em;line-height:1.05}.video-copy small{display:block;color:var(--ink-soft);font-size:10px;margin-top:5px}.video-arrow{font-size:20px;color:var(--accent);font-weight:900}
.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.catalog{min-width:0}.catalog-tools{position:sticky;top:110px;z-index:20;background:rgba(246,243,238,.94);backdrop-filter:blur(10px);padding:8px 0 12px;display:grid;grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(125px,.55fr)) auto;gap:9px}.search-box{background:#fff;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:8px;padding:0 11px}.search-box input{border:0;outline:0;background:transparent;width:100%;padding:11px 0;font:inherit;color:var(--ink)}select,.soft-button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 11px;color:var(--ink);font:inherit}.soft-button{cursor:pointer;font-weight:700}.soft-button:hover{border-color:#b9aa9e;background:#fbf6f0}.catalog-meta{display:flex;justify-content:space-between;align-items:center;color:var(--ink-soft);font-size:12px;margin:4px 2px 10px}.legend{display:flex;gap:7px;align-items:center}.legend-paid,.legend-bonus{display:inline-block;width:11px;height:11px;border-radius:3px;margin-left:10px}.legend-paid{background:var(--accent)}.legend-bonus{background:var(--mustard)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-card{background:var(--paper-2);border:1px solid var(--line);border-radius:14px;padding:11px;min-width:0;display:flex;flex-direction:column;box-shadow:0 8px 22px rgba(70,47,33,.04);position:relative;transition:transform .12s ease,border-color .12s ease}.product-card:hover{transform:translateY(-1px);border-color:#bdaea3}.product-card.sold-out{opacity:.55;filter:grayscale(.2)}.sold-ribbon{position:absolute;top:10px;right:10px;background:var(--accent);color:white;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;z-index:2}.product-img-wrap{aspect-ratio:1/1;display:grid;place-items:center;border-radius:10px;background:#f5f1eb;overflow:hidden}.product-img{width:100%;height:100%;object-fit:contain;padding:5px}.product-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:22px;line-height:1;margin:10px 0 3px}.product-sku{font-size:10px;color:#8a7467;letter-spacing:.05em}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:4px 8px;margin:8px 0 10px;font-size:11px;color:var(--ink-soft)}.product-details span:nth-child(odd){font-weight:700;color:var(--ink)}.price-row{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #e2dbd3;padding-top:8px;margin-top:auto}.wholesale-price{font-size:20px;font-weight:900}.msrp{font-size:10px;color:#887267;text-align:right}.qty-block{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.qty-label{font-size:9px;letter-spacing:.08em;font-weight:900;color:#6c5549;margin-bottom:3px}.qty-stepper{display:grid;grid-template-columns:30px 1fr 30px;border:1px solid #d6ccc4;border-radius:8px;overflow:hidden;background:white;height:36px}.qty-stepper.bonus{background:#fff9df;border-color:#d8c469}.qty-stepper button{border:0;background:transparent;font-size:18px;color:var(--ink);cursor:pointer}.qty-stepper button:hover:not(:disabled){background:#f0e8e0}.qty-stepper button:disabled{opacity:.3;cursor:not-allowed}.qty-stepper input{width:100%;min-width:0;border:0;border-left:1px solid #e2d9d2;border-right:1px solid #e2d9d2;text-align:center;font:700 14px inherit;color:var(--ink);background:transparent}.bonus-help{font-size:9px;color:#907a5d;margin-top:3px;min-height:24px}
.order-panel{position:sticky;top:112px;background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.summary-title-row{display:flex;justify-content:space-between;align-items:flex-start}.summary-title-row h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:36px;line-height:1;margin:0}.cart-mark{font-size:35px;color:var(--accent)}.progress-copy{margin-top:15px;font-size:12px;font-weight:800}.progress-track{height:10px;background:#e7e1da;border-radius:99px;overflow:hidden;margin-top:8px}.progress-fill{height:100%;width:0;background:var(--accent);border-radius:99px;transition:width .2s ease,background .2s ease}.progress-labels{display:flex;justify-content:space-between;font-size:10px;color:#8b776a;margin-top:5px}.money-lines{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:12px 0;margin-top:15px}.money-lines>div{display:flex;justify-content:space-between;gap:20px;padding:5px 0}.money-total{font-size:22px;font-weight:900;border-top:1px solid #e5ddd5;margin-top:6px;padding-top:11px!important}.bonus-box{margin:13px 0;background:#f3eed1;border:1px solid #ddd39f;border-radius:11px;padding:11px;display:flex;gap:10px;align-items:flex-start}.bonus-box.complete{background:#e8efdf;border-color:#c4d2ae}.bonus-icon{font-size:25px;color:var(--mustard)}.bonus-box strong{display:block}.bonus-box span{display:block;font-size:11px;color:#6e604a;margin-top:2px}.mini-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mini-stat-row>div{background:#f2eee9;border-radius:9px;padding:9px 10px}.mini-stat-row span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8c786b}.mini-stat-row strong{font-size:19px}.shipping-rules-card{margin-top:13px;background:#f0ebe5;border-radius:11px;padding:12px}.shipping-rules-card p{font-size:11px;margin:5px 0;color:#665044}.dealer-rate{border-top:1px solid #d8cdc3;margin-top:9px;padding-top:9px;display:flex;justify-content:space-between;gap:10px;font-size:11px}.submit-button{width:100%;border:0;background:var(--accent);color:#fff;border-radius:10px;padding:14px 16px;font-family:Impact,"Arial Narrow",sans-serif;font-size:21px;letter-spacing:.035em;display:flex;justify-content:center;gap:11px;align-items:center;cursor:pointer;margin-top:14px}.submit-button:hover:not(:disabled){background:var(--accent-dark)}.submit-button:disabled{opacity:.42;cursor:not-allowed}.submit-button.compact{width:auto;margin:0;padding:11px 16px;font-size:18px}.secure-note{text-align:center;color:#907d70;font-size:9px;margin-top:8px}
.site-footer{max-width:1500px;margin:0 auto;padding:26px 32px 40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;border-top:1px solid var(--line)}.footer-logo img{width:95px;height:55px;object-fit:contain}.footer-tagline{font-size:10px;font-weight:900;letter-spacing:.25em}.footer-links{display:flex;gap:9px;font-size:11px;color:#735b4e}
.review-dialog{width:min(920px,94vw);max-height:90vh;border:0;border-radius:18px;padding:0;background:#faf8f4;color:var(--ink);box-shadow:0 30px 90px rgba(35,23,16,.28)}.review-dialog::backdrop{background:rgba(45,31,22,.45);backdrop-filter:blur(3px)}.dialog-shell{padding:26px;position:relative}.dialog-close{position:absolute;right:18px;top:15px;border:0;background:transparent;font-size:32px;color:#765f50;cursor:pointer}.dialog-shell h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:42px;margin:0}.dialog-intro{margin:3px 0 18px;color:#7d685b}.review-customer{display:flex;justify-content:space-between;gap:20px;background:#eee7df;border-radius:10px;padding:12px 14px;margin-bottom:12px;font-size:12px}.review-table-wrap{max-height:350px;overflow:auto;border:1px solid var(--line);border-radius:10px}.review-table{width:100%;border-collapse:collapse;font-size:12px}.review-table th,.review-table td{padding:9px 10px;border-bottom:1px solid #ece5dd;text-align:right}.review-table th:first-child,.review-table td:first-child{text-align:left}.review-table thead th{position:sticky;top:0;background:#f4efe9;z-index:1}.review-totals{display:flex;justify-content:flex-end;gap:22px;flex-wrap:wrap;padding:14px 2px;font-size:12px}.review-totals strong{font-size:18px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center}.submit-message{margin-top:10px;padding:0 2px;font-size:12px;color:#735f53}.submit-message.success{color:#4d6b35;font-weight:700}.submit-message.error{color:#a13f30;font-weight:700}
@media (max-width:1260px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-tools{grid-template-columns:1fr repeat(2,.55fr);}.availabilityFilter{}#availabilityFilter,.catalog-tools .soft-button{grid-row:2}.shop-layout{grid-template-columns:minmax(0,1fr) 330px}}
@media (min-width:981px) and (max-width:1180px){.hero-disc{width:165px;height:165px}.hero-disc.d1{left:-3%;top:31%}.hero-disc.d2{left:14%;top:-13%}.hero-disc.d3{right:-10%;bottom:-15%}.hero-type{right:18px;top:20px;width:165px;font-size:23px}}
@media (max-width:980px){.dealer-resources{grid-template-columns:1fr}.video-resource-grid{grid-template-columns:1fr 1fr}.header-inner{grid-template-columns:auto 1fr auto}.brand{grid-column:1}.top-nav{display:none}.account-chip{grid-column:3}.hero-card{grid-template-columns:1fr}.hero-art{min-height:190px}.hero-copy{padding:32px}.shop-layout{grid-template-columns:1fr}.order-panel{position:relative;top:auto;order:-1}.catalog-tools{top:86px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){.dealer-resources{padding:16px}.video-resource-grid{grid-template-columns:1fr}.page-shell{padding:16px 12px 28px}.header-inner{padding:7px 14px;min-height:72px}.brand img{width:96px;height:55px}.account-chip{max-width:180px;font-size:11px}.hero-copy{padding:25px 21px}.hero-art{min-height:160px}.hero-disc{width:150px!important;height:150px!important}.hero-type{font-size:21px;width:150px;right:18px;top:18px}.shipping-banner{grid-template-columns:auto 1fr}.shipping-counter{grid-column:1/-1;border-left:0;border-top:1px solid #cdbbab;padding:10px 0 0}.catalog-tools{position:relative;top:auto;grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-title{font-size:19px}.site-footer{grid-template-columns:1fr;text-align:center}.footer-links{justify-content:center;flex-wrap:wrap}.footer-logo img{margin:auto}}
@media (max-width:460px){.product-grid{grid-template-columns:1fr}.catalog-tools{grid-template-columns:1fr}.catalog-tools>*{grid-column:1}.hero-copy h1{font-size:39px}.review-customer{display:block}.dialog-actions{flex-wrap:wrap}.dialog-actions>*{width:100%!important}}

/* V2 functional additions */
[hidden]{display:none!important}.boot-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px;text-align:center;padding:30px;background:var(--paper);color:var(--ink-soft)}.boot-screen img{width:150px;height:95px;object-fit:contain}.boot-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:30px;color:var(--ink);letter-spacing:.04em}.boot-screen.error{color:#9b3f31}.boot-screen.error:after{content:"Please check the dealer link or contact retail@supersonicdiscs.com";display:block;font-size:12px;margin-top:8px}.order-details-card{margin-top:10px;border:1px solid var(--line);background:#f5f1eb;border-radius:12px;padding:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.form-grid label{display:grid;gap:4px;font-size:10px;font-weight:800;letter-spacing:.04em;color:var(--ink-soft)}.form-grid label.wide{grid-column:1/-1}.form-grid input,.form-grid textarea{width:100%;border:1px solid #d3c8bf;border-radius:8px;background:#fff;padding:9px 10px;color:var(--ink);font:400 13px "Trebuchet MS",Verdana,Arial,sans-serif;letter-spacing:0}.form-grid input:focus,.form-grid textarea:focus{outline:2px solid rgba(157,65,49,.18);border-color:var(--accent)}.form-grid input[readonly]{background:#ebe5de;color:#7b675a}.form-note{font-size:10px;color:#826f63;margin:9px 0 0}.success-panel{text-align:center;padding:42px 34px}.success-panel h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:50px;margin:2px 0 10px}.success-mark{margin:0 auto 12px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#e6eddc;color:var(--olive);font-size:33px;font-weight:900}.web-order-id{display:inline-block;border:2px solid #cbbcaf;border-radius:10px;background:#fff;padding:10px 18px;font-weight:900;font-size:20px;letter-spacing:.04em;margin:4px 0 12px}.success-summary{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:18px 0}.success-summary>div{background:#f0ebe5;border-radius:10px;padding:10px 16px;min-width:120px}.success-summary span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8c786b}.success-summary strong{font-size:20px}.dialog-actions.center{justify-content:center}.inline-button{display:inline-flex;width:auto;margin-top:18px}.private-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:650px;margin:auto;padding:40px 24px}.private-page>img{width:165px;height:105px;object-fit:contain;margin-bottom:18px}.private-page h1{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(42px,7vw,72px);line-height:.95;margin:0 0 14px}.private-page p{color:var(--ink-soft);max-width:500px}.product-card.order-selected{border-color:#a97a64;box-shadow:0 8px 22px rgba(117,66,43,.12)}.draft-flash{animation:draftFlash .7s ease}@keyframes draftFlash{0%{opacity:.3}100%{opacity:1}}.submit-message.warning{color:#946d1d;font-weight:700}.submit-message.busy{color:#6b584d}.notice-line{font-size:10px;color:#8b7669;margin-top:5px}.review-dialog[open]{display:block}.account-chip.copied{background:#e8efdf;border-color:#b8c9a3}.shipping-banner.free{background:#e9efdf;border-color:#c8d3b2}.shipping-banner.free .shipping-big{color:var(--olive)}
@media(max-width:700px){.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:1}.order-details-card{padding:11px}.success-panel{padding:30px 18px}}

.tax-note{font-size:10px;line-height:1.35;color:#7f6c60;margin:-2px 0 12px;padding:8px 10px;background:#f6f1eb;border:1px solid #e4d9cf;border-radius:8px}.product-card.sold-out .qty-block{opacity:.55}.product-card.sold-out .bonus-help{visibility:hidden}.sold-ribbon{box-shadow:0 2px 8px rgba(86,45,30,.18)}

/* V3.3 dealer resources page */
.resources-nav-btn{border:1px solid #b89c89;border-radius:999px;padding:8px 14px;background:#f2e8dc;color:var(--accent)!important;font-weight:900}.resources-nav-btn:hover,.resources-nav-btn.active{background:var(--accent);border-color:var(--accent);color:#fff!important}.resource-mobile{display:none;border:1px solid #b89c89;border-radius:999px;padding:8px 12px;background:#f2e8dc;color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.resources-page{padding-top:28px}.resources-hero{min-height:300px;border-radius:var(--radius);background:var(--warm);padding:46px;display:flex;justify-content:space-between;gap:36px;align-items:center;overflow:hidden;position:relative;box-shadow:var(--shadow)}.resources-hero h1{font-family:"Nove",Impact,"Arial Narrow",sans-serif;font-size:clamp(48px,6vw,86px);line-height:.86;margin:0 0 18px;letter-spacing:.02em}.resources-hero p{max-width:660px;margin:0;color:var(--ink-soft);font-size:16px}.resource-hero-mark{font-family:"Nove",Impact,"Arial Narrow",sans-serif;color:var(--accent);font-size:clamp(30px,4vw,58px);line-height:.86;text-align:left;min-width:270px}.resource-section{margin-top:22px;border:1px solid var(--line);border-radius:16px;background:var(--paper-2);padding:24px;box-shadow:0 8px 22px rgba(70,47,33,.035)}.resource-section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:16px}.resource-section-heading h2,.resource-contact-card h2{font-family:"Nove",Impact,"Arial Narrow",sans-serif;font-size:clamp(31px,3vw,48px);line-height:.95;margin:0;letter-spacing:.02em}.resource-section-heading p{max-width:600px;margin:0;color:var(--ink-soft);font-size:12px}.resource-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.resource-video-card{border:1px solid #d7c9be;border-radius:14px;overflow:hidden;background:#f2e8dc}.video-frame{aspect-ratio:16/9;background:#33271f}.video-frame iframe{width:100%;height:100%;border:0;display:block}.resource-card-copy{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.resource-card-copy strong{font-family:Impact,"Arial Narrow",sans-serif;font-size:23px;letter-spacing:.025em}.resource-card-copy a{color:var(--accent);font-size:11px;font-weight:900}.photos-heading{align-items:center}.resource-search-wrap{width:min(420px,100%)}.resource-search-wrap input{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 13px;color:var(--ink);font:inherit}.resource-search-wrap input:focus{outline:2px solid rgba(157,65,49,.18);border-color:var(--accent)}.resource-helper{font-size:11px;color:var(--ink-soft);margin:-6px 0 15px}.resource-photo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.resource-photo-card{border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0}.resource-photo-image{aspect-ratio:1/1;background:#f5f1eb;display:grid;place-items:center}.resource-photo-image img{width:100%;height:100%;object-fit:contain;padding:8px}.resource-photo-copy{padding:10px 11px 6px;display:grid;gap:3px}.resource-photo-copy strong{font-family:Impact,"Arial Narrow",sans-serif;font-size:20px;line-height:1}.resource-photo-copy span{font-size:10px;color:var(--ink-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resource-photo-copy small{font-size:9px;color:#917e71}.resource-download-btn{display:inline-flex;justify-content:center;align-items:center;border-radius:9px;background:var(--accent);color:#fff;font-weight:900;font-size:12px;padding:10px 14px}.resource-download-btn:hover{background:var(--accent-dark)}.resource-download-btn.small{margin:7px 10px 10px;padding:8px 9px;font-size:10px}.resource-empty{text-align:center;padding:35px;color:var(--ink-soft)}.compact-resource-section{padding-bottom:20px}.brand-download-card{border:1px solid #d7c9be;border-radius:13px;background:#f2e8dc;padding:13px 15px;display:grid;grid-template-columns:100px 1fr auto;gap:16px;align-items:center}.brand-download-card img{width:95px;height:62px;object-fit:contain}.brand-download-card strong{display:block}.brand-download-card span{display:block;color:var(--ink-soft);font-size:10px;margin-top:3px}.resource-contact-card{margin-top:22px;border-radius:16px;background:#e9dfd4;border:1px solid #d4c3b5;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:30px}.resource-contact-card p{margin:7px 0 0;color:var(--ink-soft);font-size:12px}.resource-email{width:auto;margin:0;white-space:nowrap}.resource-account{text-decoration:none}.resources-header-inner .resource-account{cursor:pointer}
@media(max-width:1180px){.resource-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:980px){.resource-mobile{display:inline-flex;grid-column:2;justify-self:center}.resources-hero{padding:34px;align-items:flex-start}.resource-hero-mark{min-width:210px}.resource-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-video-grid{grid-template-columns:1fr}.resource-section-heading{align-items:flex-start;flex-direction:column}.photos-heading{align-items:flex-start}.resource-search-wrap{width:100%}}
@media(max-width:700px){.resource-mobile{font-size:10px;padding:7px 9px}.resources-hero{padding:27px 22px;display:block}.resource-hero-mark{margin-top:34px}.resource-section{padding:17px}.resource-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-download-card{grid-template-columns:70px 1fr}.brand-download-card img{width:70px}.brand-download-card .resource-download-btn{grid-column:1/-1}.resource-contact-card{display:block}.resource-email{margin-top:16px;width:100%}}
@media(max-width:460px){.resource-mobile{display:none}.resource-photo-grid{grid-template-columns:1fr}.resource-card-copy{align-items:flex-start;flex-direction:column}.resources-hero h1{font-size:48px}}

/* V3.5 dealer resource library */
.resource-jump-nav{margin-top:18px;display:flex;flex-wrap:wrap;gap:9px}.resource-jump-nav a{border:1px solid #d3c1b4;background:#f2e8dc;color:var(--accent);border-radius:999px;padding:8px 13px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.resource-jump-nav a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}
.resource-download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resource-pack-card{border:1px solid #d7c9be;border-radius:14px;background:#f2e8dc;padding:16px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:14px}.resource-pack-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#e2d4c6;color:var(--accent);font-family:Impact,"Arial Narrow",sans-serif;font-size:15px;letter-spacing:.06em}.resource-pack-card strong,.resource-file-card strong{display:block;font-size:14px}.resource-pack-card span,.resource-file-card span{display:block;color:var(--ink-soft);font-size:10px;margin-top:4px;line-height:1.4}.resource-photo-tools{width:min(580px,100%);display:grid;grid-template-columns:180px minmax(220px,1fr);gap:9px}.resource-photo-tools input,.resource-photo-tools select{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 13px;color:var(--ink);font:inherit}.resource-photo-tools input:focus,.resource-photo-tools select:focus{outline:2px solid rgba(157,65,49,.18);border-color:var(--accent)}.resource-count{margin:6px 0 0!important;font-size:10px!important;color:#917e71!important}.resource-file-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.resource-file-card{border:1px solid #d7c9be;border-radius:14px;background:#fff;padding:15px;display:grid;grid-template-columns:60px 1fr auto;gap:14px;align-items:center}.resource-file-icon{width:60px;height:72px;border-radius:9px;display:grid;place-items:center;background:#efe4d8;color:var(--accent);font-family:Impact,"Arial Narrow",sans-serif;font-size:20px;letter-spacing:.05em;border:1px solid #dac9bc}.resource-file-actions{display:flex;gap:8px;align-items:center}.resource-open-button{font-size:10px;padding:9px 11px}.resource-photo-image{cursor:zoom-in}.resource-photo-card .resource-photo-image:hover img{transform:scale(1.018)}.resource-photo-image img{transition:transform .18s ease}.resource-photo-copy small{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.brand-download-card{min-height:100px}
@media(max-width:1080px){.resource-download-grid,.resource-file-grid{grid-template-columns:1fr}.resource-pack-card,.resource-file-card{grid-template-columns:64px 1fr auto}.resource-pack-icon{width:64px;height:64px}.resource-photo-tools{grid-template-columns:160px minmax(180px,1fr)}}
@media(max-width:700px){.resource-photo-tools{grid-template-columns:1fr}.resource-pack-card,.resource-file-card{grid-template-columns:56px 1fr}.resource-pack-icon{width:56px;height:56px;font-size:12px}.resource-pack-card .resource-download-btn,.resource-file-actions{grid-column:1/-1}.resource-file-actions{display:grid;grid-template-columns:1fr 1fr}.resource-jump-nav{gap:7px}.resource-jump-nav a{font-size:9px;padding:7px 10px}}

/* Editable appearance + optional news banner */
.news-banner{background:var(--news-bg,var(--accent));color:var(--news-text,#fff);border-bottom:1px solid color-mix(in srgb,var(--accent-dark) 55%,transparent)}
.news-inner{max-width:1500px;margin:auto;padding:10px 30px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center}
.news-label{font-family:Impact,"Arial Narrow",sans-serif;font-size:13px;letter-spacing:.12em;border:1px solid rgba(255,255,255,.45);border-radius:999px;padding:5px 9px}
.news-copy{display:flex;gap:12px;align-items:baseline;min-width:0}.news-copy strong{font-family:Impact,"Arial Narrow",sans-serif;letter-spacing:.035em;font-size:18px}.news-copy span{font-size:11px;opacity:.86}.news-link{font-weight:900;font-size:11px;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:2px}
@media(max-width:700px){.news-inner{grid-template-columns:auto 1fr;padding:10px 18px}.news-copy{display:block}.news-copy span{display:block;margin-top:2px}.news-link{grid-column:2}}

/* v3.11 visual builder settings — presentation only */
:root{--content-width:1500px;--card-gap:14px;--product-columns:4;--logo-size:128px;--hero-height:270px}
.header-inner,.news-inner,.page-shell{max-width:var(--content-width)}
.brand img{width:var(--logo-size)}
.hero-card,.hero-art{min-height:var(--hero-height)}
.product-grid{grid-template-columns:repeat(var(--product-columns),minmax(0,1fr));gap:var(--card-gap)}
body[data-card-style="outlined"] .product-card{box-shadow:none;background:transparent;border-width:2px}
body[data-card-style="elevated"] .product-card{box-shadow:0 16px 34px rgba(55,33,18,.15);border-color:transparent}
body[data-button-style="pill"] button,body[data-button-style="pill"] .submit-button,body[data-button-style="pill"] .soft-button{border-radius:999px}
body[data-button-style="square"] button,body[data-button-style="square"] .submit-button,body[data-button-style="square"] .soft-button{border-radius:2px}
body[data-density="compact"] .product-card{padding:10px}body[data-density="compact"] .page-shell{padding-top:16px}
body[data-density="spacious"] .product-card{padding:22px}body[data-density="spacious"] .page-shell{padding-top:42px}
body[data-heading-font="nove"] h1,body[data-heading-font="nove"] h2,body[data-heading-font="nove"] .hero-type{font-family:"Nove",Impact,sans-serif}
body[data-heading-font="system"] h1,body[data-heading-font="system"] h2,body[data-heading-font="system"] .hero-type{font-family:"Trebuchet MS",Arial,sans-serif;letter-spacing:-.04em}
body[data-hero-style="clean"] .hero-card{background:var(--paper-2);box-shadow:none;border:1px solid var(--line)}
body[data-hero-style="bold"] .hero-card{background:var(--accent);color:#fff}body[data-hero-style="bold"] .hero-copy h1,body[data-hero-style="bold"] .hero-copy p,body[data-hero-style="bold"] .eyebrow{color:#fff}
.hide-hero-art .hero-card{grid-template-columns:1fr}.hide-hero-art .hero-art{display:none}.hide-hero-badges .hero-badges{display:none}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:460px){.product-grid{grid-template-columns:1fr}}

/* v3.12 editable product cards */
:root{--card-image-scale:100%;--card-title-size:22px;--card-detail-size:11px;--card-price-size:20px;--card-padding:11px;--card-image-bg:#f5f1eb;--card-border:#d7cfc6}
.product-card{padding:var(--card-padding);border-color:var(--card-border)}
.product-img-wrap{background:var(--card-image-bg)}.product-img{width:var(--card-image-scale);height:var(--card-image-scale)}
.product-title{font-size:var(--card-title-size)}.product-details{font-size:var(--card-detail-size)}.wholesale-price{font-size:var(--card-price-size)}
.hide-card-sku .product-sku,.hide-card-details .product-details,.hide-card-msrp .msrp{display:none}

/* v3.16 custom-print homepage feature */
.homepage-feature-grid{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(330px,.75fr);gap:18px;align-items:stretch;margin:18px 0}.homepage-feature-grid>.hero-card,.homepage-feature-grid>.custom-print-promo{margin:0;min-width:0}.homepage-feature-grid>.hero-card{height:100%;box-sizing:border-box}.homepage-feature-grid>.custom-print-promo{grid-template-columns:1fr;align-content:center;gap:16px;padding:30px 28px}.homepage-feature-grid .custom-print-promo-mark{font-size:36px}.homepage-feature-grid .custom-print-promo h2{font-size:clamp(32px,3vw,46px)}.homepage-feature-grid .custom-print-promo-button{width:100%;min-width:0;box-sizing:border-box}.homepage-feature-grid .custom-print-promo-facts{gap:5px}@media(max-width:1180px){.homepage-feature-grid{grid-template-columns:1fr}.homepage-feature-grid>.custom-print-promo{grid-template-columns:110px 1fr auto}.homepage-feature-grid .custom-print-promo-button{width:auto;min-width:190px}}@media(max-width:760px){.homepage-feature-grid>.custom-print-promo{grid-template-columns:1fr}.homepage-feature-grid .custom-print-promo-button{width:100%}}
.custom-print-promo{display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:28px;margin:18px 0;padding:28px 32px;border-radius:22px;background:linear-gradient(120deg,var(--accent-dark),var(--accent));color:#fff;overflow:hidden;position:relative}.custom-print-promo-mark{font-family:Impact,"Arial Narrow",sans-serif;font-size:48px;line-height:.82;color:var(--mustard);transform:rotate(-4deg)}.custom-print-promo h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(34px,4vw,52px);line-height:.88;margin:4px 0 10px}.custom-print-promo p{max-width:680px;margin:0 0 12px;opacity:.86}.custom-print-promo-facts{display:flex;gap:7px;flex-wrap:wrap}.custom-print-promo-facts span{border:1px solid rgba(255,255,255,.42);border-radius:999px;padding:5px 9px;font-size:9px;font-weight:900;letter-spacing:.05em}.custom-print-promo-button{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:190px;padding:14px 17px;border-radius:999px;background:var(--mustard);color:var(--ink);font-size:10px;font-weight:900;letter-spacing:.07em;text-decoration:none;box-shadow:0 9px 20px rgba(0,0,0,.18)}@media(max-width:900px){.custom-print-promo{grid-template-columns:110px 1fr}.custom-print-promo-button{grid-column:1/-1}}@media(max-width:560px){.custom-print-promo{grid-template-columns:1fr;padding:24px}.custom-print-promo-mark{font-size:38px}.custom-print-promo-button{grid-column:auto;width:100%;box-sizing:border-box}}

/* v3.21: leave room for the sticky header when opening resource shortcuts. */
.resource-section{scroll-margin-top:96px}
