@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Inter+Tight:wght@400;500;600;700;800&display=swap');

:root {
  --kushinz-gold: #C5B358;
  --kushinz-gray: #7A7A7A;
  --kushinz-black: #0D0D0D;
  --kushinz-white: #FFFFFF;
  --ink: var(--kushinz-black);
  --graphite: var(--kushinz-black);
  --steel: #3A3F47;
  --charcoal-deep: #141414;
  --steel-light: #565d68;
  --paper: #f3f0e7;
  --paper-deep: #e5e0d4;
  --white: var(--kushinz-white);
  --gold: var(--kushinz-gold);
  --gold-deep: #A8873F;
  --sage: #b8b5aa;
  --muted: #62666d;
  --line: rgba(18, 23, 19, 0.18);
  --line-light: rgba(255,255,255,.18);
  --display: "Inter Tight", "Inter", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --max: 1240px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 15px; top: -60px; z-index: 200; background: var(--gold); color: var(--white); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 15px; }

.announcement { min-height: 31px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 20px; background: var(--gold); color: #fff; font: 700 .72rem/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase; text-align: center; }
.announcement span { opacity: .62; }
.site-header { height: var(--header); position: sticky; top: 0; z-index: 80; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 0 max(24px, calc((100vw - var(--max))/2)); background: rgba(26,26,26,.97); border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 41px; height: 41px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy b { font: 800 1.35rem/1 var(--display); letter-spacing: .16em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.73); font: 600 .48rem/1 var(--body); letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.site-nav a { position: relative; padding: 31px 0 28px; color: rgba(255,255,255,.83); font: 700 .78rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--gold); transition: right .22s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.cart-trigger { justify-self: end; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.35); background: transparent; padding: 10px 12px; color: #fff; font: 700 .72rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.cart-trigger svg { width: 18px; height: 18px; }
.cart-trigger b { display: grid; place-items: center; min-width: 21px; height: 21px; border-radius: 50%; background: var(--gold); font-family: var(--body); font-size: .65rem; }
.menu-toggle { display: none; }

.section-dark { background: var(--charcoal-deep); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-paper { background: var(--paper-deep); color: var(--ink); }
.section-green { background: var(--steel); color: var(--white); }
.technical-grid { position: absolute; inset: 0; pointer-events: none; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000 0%, transparent 58%); }
.hero { min-height: min(830px, calc(100vh - 31px)); position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(50px, 7vw, 110px); align-items: center; padding: clamp(70px, 8vw, 118px) max(24px, calc((100vw - var(--max))/2)); overflow: hidden; }
.hero::after { content: "510"; position: absolute; left: -2vw; bottom: -13vw; color: rgba(255,255,255,.025); font: 800 34vw/1 var(--display); letter-spacing: -.08em; pointer-events: none; }
.hero-copy, .hero-product { position: relative; z-index: 2; }
.eyebrow { display: flex; gap: 20px; margin-bottom: 24px; color: var(--sage); font: 700 .66rem/1 var(--display); letter-spacing: .16em; }
.eyebrow span + span { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.25); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; }
.hero h1 { max-width: 720px; margin-bottom: 18px; font-size: clamp(4.2rem, 7.3vw, 7.7rem); font-weight: 800; line-height: .83; letter-spacing: -.035em; }
.hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero-tagline { margin-bottom: 14px; color: var(--white); font: 700 clamp(1.25rem, 2vw, 1.75rem)/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.hero-summary { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.79); font-size: 1.05rem; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid transparent; padding: 0 20px; background: transparent; font: 800 .78rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-accent { background: var(--gold); color: #fff; }
.button-primary:hover, .button-accent:hover { background: var(--gold-deep); }
.button-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.button-outline:hover { background: #fff; color: var(--charcoal-deep); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--steel); }
.button-light { background: var(--white); color: var(--charcoal-deep); }
.button.full { width: 100%; }
.hero-specs { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; margin-top: 50px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.hero-specs div { padding: 16px 18px; border-right: 1px solid var(--line-light); }
.hero-specs div:first-child { padding-left: 0; }
.hero-specs div:last-child { border-right: 0; }
.hero-specs span, .hero-specs b { display: block; }
.hero-specs span { margin-bottom: 3px; color: rgba(255,255,255,.56); font: 700 .58rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.hero-specs b { font: 700 .9rem/1.2 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.hero-product { display: grid; place-items: center; }
.product-stage { position: relative; display: grid; place-items: center; overflow: hidden; }
.hero-stage { width: min(100%, 520px); height: 610px; background: transparent; border: 0; box-shadow: none; }
.card-stage::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(18,23,19,.16); pointer-events: none; }
.hero-original-image { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; box-shadow: none; }
.stage-label { position: absolute; left: 31px; top: 29px; color: #4e574f; font: 700 .58rem/1 var(--display); letter-spacing: .14em; }
.dimension { position: absolute; color: #626a62; font: 700 .52rem/1 var(--display); letter-spacing: .14em; }
.dimension-y { right: 28px; top: 50%; writing-mode: vertical-rl; }
.dimension-x { left: 50%; bottom: 27px; transform: translateX(-50%); }
.compatibility-badge { position: absolute; left: -18px; bottom: 36px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: var(--gold); color: #fff; box-shadow: 0 16px 30px rgba(0,0,0,.25); }
.compatibility-badge svg { width: 26px; height: 26px; }
.compatibility-badge span { font: 600 .6rem/1.2 var(--body); letter-spacing: .06em; text-transform: uppercase; }
.compatibility-badge b { font: 800 .76rem/1.1 var(--display); }

.trust-rail { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100vw - var(--max))/2)); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-rail > div { min-height: 106px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 16px; padding: 20px 30px; border-right: 1px solid var(--line); }
.trust-rail > div:first-child { border-left: 1px solid var(--line); }
.trust-rail svg { width: 28px; height: 28px; color: var(--steel); }
.trust-number { color: var(--gold); font: 700 .62rem/1 var(--display); }
.trust-rail p { margin: 0; }
.trust-rail b, .trust-rail p span { display: block; }
.trust-rail b { font: 800 .92rem/1.1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.trust-rail p span { margin-top: 4px; color: var(--muted); font-size: .76rem; }

.shop-section, .comparison-section, .works-section { padding: clamp(80px, 9vw, 130px) max(24px, calc((100vw - var(--max))/2)); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); align-items: end; gap: 80px; margin-bottom: 58px; }
.section-index { margin-bottom: 12px; color: var(--gold-deep); font: 800 .66rem/1 var(--display); letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .pack-intro h2, .oregon-copy h2, .story-copy h2, .wholesale-band h2, .contact-section h2, .checkout-heading h2 { margin-bottom: 0; font-size: clamp(3.3rem, 6vw, 6.2rem); font-weight: 800; line-height: .85; letter-spacing: -.03em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.section-heading.inverse > p { color: rgba(255,255,255,.72); }
.compatibility-pill { width: max-content; display: flex; align-items: center; gap: 10px; margin: -25px 0 30px auto; padding: 8px 13px; border: 1px solid var(--line); color: var(--steel); font: 800 .65rem/1 var(--display); letter-spacing: .1em; text-transform: uppercase; }
.pulse, .status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(197,162,83,.16); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 54px); }
.product-card { border: 1px solid var(--line); background: var(--white); }
.card-stage { height: 530px; background: linear-gradient(145deg, #e7e2d7, #d8d1c4); }
.card-stage img { width: auto; height: auto; max-width: 68%; max-height: 70%; object-fit: contain; }
.card-code { position: absolute; left: 31px; top: 29px; color: var(--gold-deep); font: 800 .64rem/1 var(--display); letter-spacing: .14em; }
.product-content { padding: 27px 30px 30px; }
.product-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.product-title-row p { margin-bottom: 4px; color: var(--muted); font: 700 .62rem/1 var(--display); letter-spacing: .12em; }
.product-title-row h3 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 3rem); line-height: .92; }
.product-title-row > strong { flex: 0 0 auto; color: var(--steel); font: 800 2rem/1 var(--display); }
.product-title-row small { display: block; margin-top: 4px; color: var(--muted); font: 700 .56rem/1 var(--body); letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.feature-list { display: grid; gap: 9px; margin: 22px 0; padding: 0; list-style: none; color: #3f4841; font-size: .9rem; }
.feature-list li { position: relative; padding-left: 20px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 8px; height: 2px; background: var(--gold); }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.product-actions a, .text-link { padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--steel); font: 800 .7rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.bundle-card { display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 36px; margin-top: 50px; padding: 26px 30px; background: var(--steel); color: #fff; }
.bundle-images { height: 145px; position: relative; }
.bundle-images img { position: absolute; width: 120px; height: 120px; object-fit: contain; padding: 8px; background: var(--paper); box-shadow: 0 12px 20px rgba(0,0,0,.2); }
.bundle-images img:first-child { left: 6px; top: 12px; }
.bundle-images img:last-child { left: 105px; top: 0; }
.bundle-copy .section-index { color: #eeb47f; }
.bundle-copy h3 { margin-bottom: 7px; font-size: 2.3rem; line-height: 1; }
.bundle-copy p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.75); }

.comparison { border: 1px solid var(--line); background: var(--white); }
.comparison-row { display: grid; grid-template-columns: .72fr 1fr 1fr; min-height: 78px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { display: flex; align-items: center; gap: 13px; padding: 18px 26px; border-right: 1px solid var(--line); }
.comparison-row > *:last-child { border-right: 0; }
.comparison-head { min-height: 56px; background: var(--ink); color: #fff; font: 800 .68rem/1 var(--display); letter-spacing: .12em; }
.comparison-row b { font: 800 .78rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.comparison-row span { font-weight: 600; }
.comparison-row svg { width: 22px; height: 22px; color: var(--steel); }
.bar { width: 60px; height: 8px; display: inline-block; background: var(--steel); }
.bar.long { width: 105px; }
.rating { display: inline-flex; gap: 3px; }
.rating i { width: 12px; height: 5px; background: var(--gold); }

.system-diagram { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 25px; }
.system-step { text-align: center; }
.step-line { display: block; margin-bottom: 14px; color: var(--gold); font: 800 .68rem/1 var(--display); letter-spacing: .12em; }
.component-visual { height: 285px; display: grid; place-items: center; margin-bottom: 24px; background: rgba(255,255,255,.055); border: 1px solid var(--line-light); }
.component-visual img { width: auto; height: auto; max-width: 58%; max-height: 72%; object-fit: contain; }
.system-step h3 { margin-bottom: 8px; font-size: 2rem; }
.system-step p { max-width: 320px; margin: 0 auto; color: rgba(255,255,255,.7); font-size: .9rem; }
.flow-arrow { color: var(--gold); font: 700 2rem/1 var(--display); }
.system-note { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin: 48px auto 0; padding: 12px 18px; border: 1px solid var(--line-light); color: rgba(255,255,255,.72); font: 600 .72rem/1.2 var(--body); letter-spacing: .05em; }
.system-note b { color: #fff; font-family: var(--display); }

.pack-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; padding: clamp(80px, 9vw, 125px) max(24px, calc((100vw - var(--max))/2)); }
.pack-intro p:not(.section-index) { max-width: 420px; margin: 25px 0; color: var(--muted); }
.pack-components { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pack-components article { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pack-components img { width: 100%; height: 210px; object-fit: contain; padding: 16px; background: var(--paper-deep); }
.pack-components span { display: block; margin: 18px 0 10px; color: var(--gold-deep); font: 800 .62rem/1 var(--display); }
.pack-components h3 { margin-bottom: 3px; font-size: 1.45rem; }
.pack-components p { margin-bottom: 0; color: var(--muted); font-size: .76rem; }

.oregon-section, .story-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(55px, 9vw, 130px); padding: clamp(80px, 9vw, 130px) max(24px, calc((100vw - var(--max))/2)); }
.oregon-graphic { min-height: 460px; position: relative; display: grid; place-items: center; border: 1px solid var(--line); background-image: linear-gradient(rgba(18,23,19,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(18,23,19,.05) 1px, transparent 1px); background-size: 34px 34px; }
.oregon-graphic img { width: 72%; height: auto; }
.oregon-graphic span { position: absolute; left: 20px; bottom: 18px; color: var(--muted); font: 700 .58rem/1 var(--display); letter-spacing: .12em; }
.oregon-copy > p:not(.section-index) { max-width: 640px; margin: 27px 0 32px; color: #4f5851; font-size: 1rem; line-height: 1.75; }
.oregon-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.oregon-facts span { padding: 18px; border-right: 1px solid var(--line); color: var(--muted); font-size: .67rem; text-transform: uppercase; }
.oregon-facts span:first-child { padding-left: 0; }
.oregon-facts span:last-child { border-right: 0; }
.oregon-facts b { display: block; margin-bottom: 4px; color: var(--steel); font: 800 1.35rem/1 var(--display); }
.story-image { min-height: 630px; display: grid; place-items: stretch; overflow: hidden; padding: 0; background: #0D0D0D; }
.story-image img { width: 100%; height: 100%; max-width: none; max-height: none; object-fit: cover; box-shadow: none; opacity: 1; }
.story-copy > p:not(.section-index):not(.tagline-lockup) { color: #4f5851; line-height: 1.78; }
.tagline-lockup { margin: 28px 0; color: var(--gold-deep); font: 800 1.25rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.wholesale-band, .contact-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding: 78px max(24px, calc((100vw - var(--max))/2)); }
.wholesale-band h2, .contact-section h2 { font-size: clamp(3.1rem, 5vw, 5.2rem); }
.wholesale-band p:not(.section-index), .contact-section p:not(.section-index) { max-width: 680px; margin: 16px 0 0; color: rgba(255,255,255,.72); }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 78px max(24px, calc((100vw - var(--max))/2)) 28px; }
.footer-brand > p { max-width: 430px; margin: 26px 0 0; color: rgba(255,255,255,.66); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links b { margin-bottom: 6px; color: var(--gold); font: 800 .68rem/1 var(--display); letter-spacing: .12em; }
.footer-links a { width: max-content; color: rgba(255,255,255,.72); font-size: .84rem; }
.footer-links a:hover { color: #fff; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.48); font: 600 .62rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }

.cart-backdrop { position: fixed; inset: 0; z-index: 98; background: rgba(5,15,11,.65); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.cart-backdrop.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 99; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; display: flex; flex-direction: column; padding: 26px; background: var(--paper); box-shadow: -25px 0 70px rgba(0,0,0,.24); transform: translateX(102%); transition: transform .3s cubic-bezier(.2,.75,.2,1); }
.cart-drawer.is-open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.cart-header p { margin-bottom: 5px; color: var(--gold-deep); font: 800 .62rem/1 var(--display); letter-spacing: .12em; }
.cart-header h2 { margin: 0; font-size: 2.4rem; line-height: 1; }
.cart-header button, .dialog-close { border: 0; background: transparent; font: 300 2rem/1 var(--body); cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 15px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 88px; object-fit: contain; padding: 8px; background: var(--paper-deep); }
.cart-item p { margin-bottom: 3px; font: 800 1.1rem/1 var(--display); text-transform: uppercase; }
.cart-item span { color: var(--muted); font-size: .7rem; }
.cart-item .cart-shipping { display: block; margin-top: 2px; color: var(--gold-deep); font-size: .64rem; font-weight: 700; }
.cart-item > strong { align-self: start; color: var(--steel); font: 800 1rem/1 var(--display); }
.quantity-control { width: max-content; display: flex; align-items: center; margin-top: 12px; border: 1px solid var(--line); }
.quantity-control button { width: 30px; height: 28px; border: 0; background: transparent; cursor: pointer; }
.quantity-control b { min-width: 25px; font-size: .75rem; text-align: center; }
.cart-empty { margin: auto; padding: 40px 20px; text-align: center; }
.cart-empty[hidden], .cart-footer[hidden] { display: none; }
.cart-empty svg { width: 42px; height: 42px; color: var(--steel); }
.cart-empty h3 { margin: 18px 0 8px; font-size: 1.8rem; }
.cart-empty p { color: var(--muted); }
.cart-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; padding: 6px 0; font-size: .8rem; }
.cart-footer > div b { color: var(--steel); font-family: var(--display); }
.cart-footer .cart-total { margin: 10px 0 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 1.1rem; }
.cart-footer .cart-total b { font-size: 1.6rem; }
.cart-footer > p { margin: 10px 0 0; color: var(--muted); font-size: .65rem; line-height: 1.45; text-align: center; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 97; min-width: 320px; display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding: 18px 20px; background: var(--ink); color: #fff; box-shadow: 0 18px 50px rgba(0,0,0,.28); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toast b { font: 800 .8rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.toast span { grid-column: 1; color: rgba(255,255,255,.68); font-size: .75rem; }
.toast button { grid-column: 2; grid-row: 1 / 3; border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: #fff; font: 800 .65rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.checkout-dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: clamp(26px, 5vw, 52px); border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.checkout-dialog::backdrop { background: rgba(5,15,11,.76); }
.dialog-close { position: absolute; right: 18px; top: 16px; }
.checkout-heading h2 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.checkout-heading > p:last-child { max-width: 620px; color: var(--muted); }
.checkout-summary { margin: 26px 0; padding: 16px 20px; background: var(--paper-deep); }
.checkout-summary div { display: flex; justify-content: space-between; padding: 7px 0; font-size: .82rem; }
.checkout-summary .summary-total { margin-top: 7px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 1rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid label { color: #424a43; font: 800 .65rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .wholesale-form input, .wholesale-form textarea { width: 100%; margin-top: 7px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); outline: none; font: 500 .9rem/1.2 var(--body); }
.form-grid input:focus, .wholesale-form input:focus, .wholesale-form textarea:focus { border-color: var(--steel); box-shadow: 0 0 0 2px rgba(58,63,71,.12); }
.checkbox { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: #4d554e; font-size: .78rem; }
.checkbox input { margin-top: 4px; accent-color: var(--steel); }
.honeypot { display: none; }
.form-note { margin: 10px 0 0; color: var(--muted); font-size: .67rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

/* Shop detail page */
.page-hero { min-height: 420px; display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; padding: 75px max(24px, calc((100vw - var(--max))/2)); background: var(--charcoal-deep); color: #fff; }
.page-hero h1 { max-width: 800px; margin-bottom: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .84; }
.page-hero aside { padding: 20px 0 8px 35px; border-left: 1px solid var(--line-light); }
.page-hero aside b { display: block; color: var(--gold); font: 800 2.5rem/1 var(--display); }
.page-hero aside span { color: rgba(255,255,255,.7); font-size: .75rem; }
.detail-products { display: grid; gap: 0; }
.detail-product { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 120px); align-items: center; padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.detail-product:nth-child(even) { background: var(--paper-deep); }
.detail-product:nth-child(even) .detail-gallery { order: 2; }
.detail-gallery { display: grid; grid-template-columns: 1fr 155px; gap: 14px; height: 650px; }
.detail-gallery > div { display: grid; place-items: center; overflow: hidden; background: #ded8cc; }
.detail-gallery > div:last-child { background: var(--graphite); }
.detail-gallery img { width: auto; height: auto; max-width: 72%; max-height: 78%; object-fit: contain; }
.detail-copy h2 { margin-bottom: 14px; font-size: clamp(3rem, 5vw, 5rem); line-height: .86; }
.detail-price { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; }
.detail-price b { color: var(--steel); font: 800 2.2rem/1 var(--display); }
.detail-price span { padding-left: 15px; border-left: 1px solid var(--line); color: var(--muted); font-size: .68rem; text-transform: uppercase; }
.detail-copy > p { color: #4e574f; line-height: 1.75; }
.includes { margin: 25px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.includes b { display: block; margin-bottom: 13px; font: 800 .68rem/1 var(--display); letter-spacing: .1em; }
.includes ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.includes li { position: relative; padding-left: 16px; font-size: .84rem; }
.includes li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 2px; background: var(--gold); }
.detail-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.detail-actions select { min-width: 72px; border: 1px solid var(--line); background: var(--white); padding: 0 12px; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 max(24px, calc((100vw - var(--max))/2)) 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance-grid article { padding: 30px; border-right: 1px solid var(--line); }
.assurance-grid article:last-child { border-right: 0; }
.assurance-grid span { color: var(--gold-deep); font: 800 .62rem/1 var(--display); }
.assurance-grid h3 { margin: 14px 0 6px; font-size: 1.45rem; }
.assurance-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

/* Wholesale */
.wholesale-hero-new { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; min-height: 700px; padding: 90px max(24px, calc((100vw - var(--max))/2)); background: var(--charcoal-deep); color: #fff; }
.wholesale-hero-new h1 { max-width: 800px; margin-bottom: 20px; font-size: clamp(4rem, 7vw, 7rem); line-height: .84; }
.wholesale-hero-new h1 em { color: var(--gold); font-style: normal; }
.wholesale-hero-new p:not(.section-index) { max-width: 610px; color: rgba(255,255,255,.76); font-size: 1.05rem; }
.trade-product-stage { min-height: 520px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10px; padding: 35px; background: #d9d3c7; }
.trade-product-stage::before { content: "RETAIL READY / 02 SKU"; position: absolute; top: 22px; left: 25px; color: #586158; font: 800 .58rem/1 var(--display); letter-spacing: .13em; }
.trade-product-stage img { width: 82%; max-height: 420px; justify-self: center; object-fit: contain; }
.trade-section { padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.trade-pack-grid, .display-grid, .retailer-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.trade-pack { display: grid; grid-template-columns: 210px 1fr; gap: 28px; align-items: center; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.trade-pack img { width: 210px; height: 250px; object-fit: contain; padding: 15px; background: var(--paper-deep); }
.trade-pack h3 { margin-bottom: 7px; font-size: 2rem; }
.trade-pack p { color: var(--muted); font-size: .84rem; }
.case-table { margin-top: 48px; border: 1px solid var(--line); }
.case-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.case-row:last-child { border-bottom: 0; }
.case-row > * { padding: 17px 22px; border-right: 1px solid var(--line); }
.case-row > *:last-child { border-right: 0; }
.case-row.head { background: var(--ink); color: #fff; font: 800 .68rem/1 var(--display); letter-spacing: .1em; }
.case-row span { color: var(--muted); font-size: .86rem; }
.pos-visual { min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 18px; padding: 35px; background: var(--graphite); }
.pos-visual img { width: 80%; max-height: 340px; justify-self: center; object-fit: contain; }
.display-grid { align-items: center; gap: 70px; }
.display-copy h2 { font-size: clamp(3.3rem, 5vw, 5.5rem); line-height: .86; }
.display-copy p { color: var(--muted); line-height: 1.75; }
.display-list { display: grid; gap: 0; margin-top: 25px; border-top: 1px solid var(--line); }
.display-list div { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.display-list span { color: var(--gold-deep); font: 800 .62rem/1 var(--display); }
.display-list b { font: 800 .82rem/1 var(--display); letter-spacing: .05em; text-transform: uppercase; }
.retailer-benefits { grid-template-columns: repeat(4, 1fr); }
.benefit-card { padding: 28px; border-top: 3px solid var(--gold); background: var(--white); }
.benefit-card svg { width: 30px; height: 30px; color: var(--steel); }
.benefit-card h3 { margin: 20px 0 8px; font-size: 1.35rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .8rem; }
.testimonial-heading { max-width: 720px; margin-top: 75px; }
.testimonial-heading h3 { margin-bottom: 8px; font-size: 2.3rem; }
.testimonial-heading > p:last-child { color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 25px; }
.testimonial-grid article { min-height: 210px; display: flex; flex-direction: column; padding: 26px; border: 1px dashed rgba(18,23,19,.28); background: var(--paper-deep); }
.testimonial-grid span { color: var(--gold-deep); font: 800 .62rem/1 var(--display); letter-spacing: .11em; }
.testimonial-grid blockquote { margin: auto 0; color: #4f5851; font: 700 1.6rem/1.05 var(--display); text-transform: uppercase; }
.testimonial-grid p { margin: 0; color: var(--muted); font-size: .72rem; }
.wholesale-apply { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding: 100px max(24px, calc((100vw - var(--max))/2)); background: var(--charcoal-deep); color: #fff; }
.wholesale-apply h2 { font-size: clamp(3.5rem, 6vw, 6rem); line-height: .85; }
.wholesale-apply .apply-copy > p:not(.section-index) { color: rgba(255,255,255,.7); }
.wholesale-form { padding: 35px; background: var(--paper); color: var(--ink); }
.wholesale-form .form-grid { margin-bottom: 14px; }
.wholesale-form label { color: #424a43; font: 800 .65rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.wholesale-form textarea { min-height: 120px; resize: vertical; }
.wholesale-form .button { margin-top: 18px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 113px 0 auto; display: grid; gap: 0; padding: 15px 24px 25px; background: var(--charcoal-deep); border-top: 1px solid var(--line-light); transform: translateY(-140%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
  .menu-open .site-nav { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line-light); font-size: .9rem; }
  .site-nav a::after { display: none; }
  .menu-toggle { justify-self: end; width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 19px; height: 2px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .cart-trigger { position: fixed; right: 78px; top: 51px; z-index: 82; }
  .hero { grid-template-columns: 1fr 440px; gap: 35px; }
  .hero h1 { font-size: clamp(4rem, 7.2vw, 6.2rem); }
  .trust-rail > div { padding: 20px 16px; gap: 10px; }
  .pack-section { grid-template-columns: 1fr; }
  .pack-components { max-width: 900px; }
  .retailer-benefits { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  :root { --header: 70px; }
  .announcement { min-height: 36px; font-size: .59rem; }
  .site-header { padding: 0 17px; }
  .brand img { width: 34px; height: 34px; }
  .brand-copy b { font-size: 1.08rem; }
  .brand-copy small { display: none; }
  .cart-trigger { top: 49px; right: 66px; padding: 9px; }
  .cart-trigger > span { display: none; }
  .site-nav { top: 106px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 58px 20px 70px; }
  .hero-copy { order: 2; }
  .hero-product { order: 1; }
  .hero-stage { height: 450px; }
  .compatibility-badge { left: 8px; bottom: 20px; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 5.6rem); }
  .hero-summary { font-size: .96rem; }
  .button-row, .button-row .button { width: 100%; }
  .hero-specs { margin-top: 35px; }
  .hero-specs div { padding: 13px 9px; }
  .hero-specs b { font-size: .72rem; }
  .trust-rail { grid-template-columns: 1fr; padding: 0 20px; }
  .trust-rail > div, .trust-rail > div:first-child { min-height: 90px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2, .pack-intro h2, .oregon-copy h2, .story-copy h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .shop-section, .comparison-section, .works-section { padding: 75px 20px; }
  .compatibility-pill { margin: 0 0 22px; }
  .product-grid { grid-template-columns: 1fr; }
  .card-stage { height: 430px; }
  .card-stage img { max-width: 70%; max-height: 70%; }
  .product-content { padding: 23px 20px; }
  .product-title-row { gap: 12px; }
  .product-title-row h3 { font-size: 2.25rem; }
  .product-actions { align-items: stretch; flex-direction: column; }
  .product-actions a { width: max-content; }
  .bundle-card { grid-template-columns: 1fr; gap: 20px; padding: 25px 20px; }
  .bundle-images { width: 250px; }
  .bundle-card .button { width: 100%; }
  .comparison { overflow: hidden; }
  .comparison-row { grid-template-columns: .72fr 1fr 1fr; min-height: 86px; }
  .comparison-row > * { padding: 12px 9px; gap: 6px; font-size: .72rem; }
  .comparison-row b { font-size: .65rem; }
  .bar { width: 30px; }
  .bar.long { width: 48px; }
  .comparison-row svg { width: 16px; height: 16px; }
  .system-diagram { grid-template-columns: 1fr; gap: 22px; }
  .flow-arrow { transform: rotate(90deg); }
  .component-visual { height: 300px; }
  .system-note { width: 100%; justify-content: center; }
  .pack-section { padding: 75px 20px; gap: 45px; }
  .pack-components { grid-template-columns: 1fr 1fr; }
  .pack-components img { height: 175px; }
  .oregon-section, .story-section { grid-template-columns: 1fr; padding: 75px 20px; gap: 45px; }
  .oregon-graphic { min-height: 350px; }
  .oregon-facts span { padding: 12px 8px; font-size: .56rem; }
  .story-image { min-height: 480px; }
  .story-image img { width: 100%; height: 100%; max-width: none; max-height: none; }
  .wholesale-band, .contact-section { grid-template-columns: 1fr; gap: 30px; padding: 65px 20px; }
  .wholesale-band .button, .contact-section .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 45px; padding: 65px 20px 25px; }
  .footer-links { gap: 18px; }
  .footer-meta { flex-direction: column; }
  .toast { left: 14px; right: 14px; bottom: 14px; min-width: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 60px 20px; }
  .page-hero aside { padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .detail-product { grid-template-columns: 1fr; gap: 35px; padding: 70px 20px; }
  .detail-product:nth-child(even) .detail-gallery { order: 0; }
  .detail-gallery { height: 520px; grid-template-columns: 1fr; }
  .detail-gallery > div:last-child { display: none; }
  .assurance-grid { grid-template-columns: 1fr; margin: 0 20px 75px; }
  .assurance-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .wholesale-hero-new { grid-template-columns: 1fr; min-height: auto; gap: 45px; padding: 65px 20px; }
  .trade-product-stage { min-height: 430px; }
  .trade-section { padding: 75px 20px; }
  .trade-pack-grid, .display-grid { grid-template-columns: 1fr; }
  .trade-pack { grid-template-columns: 130px 1fr; padding: 20px; }
  .trade-pack img { width: 130px; height: 180px; }
  .case-row > * { padding: 14px 9px; font-size: .72rem; }
  .retailer-benefits { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .wholesale-apply { grid-template-columns: 1fr; gap: 35px; padding: 75px 20px; }
  .wholesale-form { padding: 24px 18px; }
}

@media (max-width: 430px) {
  .brand-copy b { letter-spacing: .11em; }
  .hero-stage { height: 400px; }
  .hero-specs span { font-size: .5rem; }
  .hero-specs b { font-size: .65rem; }
  .product-title-row { display: grid; grid-template-columns: 1fr auto; }
  .pack-components { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links div:last-child { grid-column: 1 / -1; }
  .detail-gallery { height: 450px; }
  .trade-pack { grid-template-columns: 1fr; }
  .trade-pack img { width: 100%; height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Supporting pages */
.system-detail-section, .values-section, .locations-section { padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.system-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.system-detail-grid article { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.system-detail-grid article > div { height: 245px; display: grid; place-items: center; margin-bottom: 20px; background: var(--paper-deep); }
.system-detail-grid img { width: auto; height: auto; max-width: 67%; max-height: 75%; object-fit: contain; }
.system-detail-grid span, .value-grid span, .location-list > article > span { color: var(--gold-deep); font: 800 .64rem/1 var(--display); letter-spacing: .1em; }
.system-detail-grid h3 { margin: 12px 0 7px; font-size: 1.7rem; }
.system-detail-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.assembly-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.assembly-image { min-height: 600px; display: grid; place-items: center; background: #d8d2c5; }
.assembly-image img { width: auto; height: auto; max-width: 52%; max-height: 520px; object-fit: contain; box-shadow: 0 24px 45px rgba(0,0,0,.2); }
.assembly-section h2 { font-size: clamp(3.4rem, 6vw, 6rem); line-height: .85; }
.assembly-section ol { margin: 30px 0; padding: 0; list-style: none; counter-reset: assembly; }
.assembly-section li { display: grid; grid-template-columns: 1fr; padding: 18px 0 18px 48px; border-top: 1px solid var(--line-light); counter-increment: assembly; position: relative; }
.assembly-section li:last-child { border-bottom: 1px solid var(--line-light); }
.assembly-section li::before { content: "0" counter(assembly); position: absolute; left: 0; top: 21px; color: var(--gold); font: 800 .68rem/1 var(--display); }
.assembly-section li b { font: 800 1.1rem/1 var(--display); text-transform: uppercase; }
.assembly-section li span { margin-top: 5px; color: rgba(255,255,255,.67); font-size: .84rem; }
.compat-section { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; padding: 85px max(24px, calc((100vw - var(--max))/2)); }
.compat-section h2 { margin-bottom: 16px; font-size: clamp(3rem, 5vw, 5rem); line-height: .87; }
.compat-section p { max-width: 700px; color: var(--muted); }
.compat-mark { width: 190px; height: 190px; display: grid; place-items: center; align-content: center; border: 1px solid var(--line); }
.compat-mark svg { width: 36px; height: 36px; color: var(--steel); }
.compat-mark b { margin: 7px 0 2px; color: var(--steel); font: 800 3.1rem/1 var(--display); }
.compat-mark span { color: var(--muted); font: 800 .56rem/1 var(--display); letter-spacing: .12em; }
.about-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.about-image { min-height: 630px; display: grid; place-items: center; padding: 40px; background: var(--graphite); }
.about-image img { width: auto; height: auto; max-width: 67%; max-height: 540px; object-fit: contain; box-shadow: 0 24px 50px rgba(0,0,0,.3); }
.about-story h2 { font-size: clamp(3.4rem, 6vw, 6rem); line-height: .85; }
.about-story > div:last-child > p:not(.section-index):not(.tagline-lockup) { color: #4f5851; line-height: 1.78; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.value-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid h3 { margin: 36px 0 8px; font-size: 1.55rem; }
.value-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.locations-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.locations-section h2 { font-size: clamp(3.4rem, 6vw, 6rem); line-height: .85; }
.locations-section > div:first-child > p:not(.section-index) { color: var(--muted); }
.location-list { border-top: 1px solid var(--line); }
.location-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.location-list h3 { margin-bottom: 6px; font-size: 1.7rem; }
.location-list address { color: var(--muted); font-style: normal; }
.success-screen { min-height: 100dvh; display: grid; grid-template-rows: auto 1fr; gap: 80px; padding: clamp(30px, 6vw, 80px); background: var(--charcoal-deep); color: #fff; }
.success-screen > div { align-self: center; max-width: 850px; padding-bottom: 80px; }
.success-screen h1 { margin-bottom: 24px; font-size: clamp(4rem, 9vw, 8rem); line-height: .82; }
.success-screen > div > p:not(.section-index) { max-width: 620px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 1.05rem; }

@media (max-width: 900px) {
  .system-detail-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .assembly-section, .about-story { gap: 50px; }
}
@media (max-width: 780px) {
  .system-detail-section, .values-section, .locations-section { padding: 75px 20px; }
  .system-detail-grid { grid-template-columns: 1fr 1fr; }
  .system-detail-grid article { padding: 15px; }
  .system-detail-grid article > div { height: 190px; }
  .assembly-section, .about-story, .locations-section { grid-template-columns: 1fr; gap: 45px; padding: 75px 20px; }
  .assembly-image, .about-image { min-height: 480px; }
  .assembly-image img, .about-image img { max-height: 410px; }
  .compat-section { grid-template-columns: 1fr; gap: 35px; padding: 70px 20px; }
  .compat-mark { width: 150px; height: 150px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article { min-height: 190px; padding: 20px; }
  .success-screen { gap: 50px; padding: 30px 20px; }
}
@media (max-width: 430px) {
  .system-detail-grid, .value-grid { grid-template-columns: 1fr; }
}


/* Pricing and shipping */
.hero-specs small { display: block; margin-top: 5px; color: #d8c898; font: 700 .52rem/1.2 var(--body); letter-spacing: .05em; text-transform: uppercase; }
.product-title-row small { line-height: 1.35; }
.bundle-copy h3 small { display: block; margin-top: 7px; color: #ded2ad; font: 700 .62rem/1 var(--body); letter-spacing: .08em; }
.detail-price b small { display: block; margin-top: 3px; color: var(--muted); font: 700 .58rem/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }
.price-shipping { margin: -8px 0 15px !important; color: #e6d8ad !important; font: 700 .72rem/1 var(--body); letter-spacing: .06em; text-transform: uppercase; }

/* Footer trust */
.footer-trust { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 10px; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.footer-trust span { padding: 17px 20px; border-right: 1px solid var(--line-light); color: rgba(255,255,255,.76); font: 800 .67rem/1 var(--display); letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.footer-trust span:last-child { border-right: 0; }

/* Secure checkout */
.checkout-page { background: #e5e0d4; }
.checkout-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 18px max(24px, calc((100vw - var(--max))/2)); background: var(--charcoal-deep); color: #fff; border-bottom: 1px solid rgba(197,162,83,.28); }
.checkout-header > span { color: #d8c898; font: 800 .7rem/1 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.checkout-layout { min-height: calc(100dvh - 88px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; padding: 75px max(24px, calc((100vw - var(--max))/2)); }
.checkout-customer h1 { margin-bottom: 16px; font-size: clamp(3.8rem, 7vw, 6.8rem); line-height: .84; }
.checkout-customer > p:not(.section-index) { max-width: 620px; color: var(--muted); }
.checkout-customer form { max-width: 700px; margin-top: 35px; }
.checkout-error { min-height: 24px; margin: 8px 0; color: #842d24; font-weight: 700; font-size: .8rem; }
.payment-options { display: flex; justify-content: center; gap: 8px; margin: 14px 0 0; }
.payment-options span { padding: 7px 10px; border: 1px solid var(--line); background: var(--white); color: #4f5359; font: 800 .6rem/1 var(--display); letter-spacing: .06em; text-transform: uppercase; }
.payment-note { color: var(--muted); font-size: .68rem; line-height: 1.5; text-align: center; }
.checkout-order { align-self: start; position: sticky; top: 25px; padding: 28px; background: var(--white); border-top: 3px solid var(--gold); box-shadow: 0 20px 55px rgba(26,26,26,.12); }
.checkout-page-item { display: grid; grid-template-columns: 86px 1fr auto; gap: 15px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.checkout-page-item img { width: 86px; height: 90px; object-fit: contain; padding: 8px; background: var(--paper-deep); }
.checkout-page-item h3 { margin-bottom: 3px; font-size: 1.2rem; }
.checkout-page-item p, .checkout-page-item small { display: block; margin: 0; color: var(--muted); font-size: .7rem; }
.checkout-page-item small { color: var(--gold-deep); font-weight: 700; }
.checkout-page-item > strong { align-self: start; font: 800 1rem/1 var(--display); }
.checkout-page-shipping, .checkout-page-total { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.checkout-page-shipping small { grid-column: 1 / -1; color: var(--gold-deep); font-size: .68rem; }
.checkout-page-shipping b { color: var(--steel); font-family: var(--display); }
.checkout-page-total { margin-bottom: 22px; font-size: 1.1rem; }
.checkout-page-total b { font: 800 1.8rem/1 var(--display); }
.checkout-empty { padding: 35px 0; text-align: center; }
.button:disabled { opacity: .55; cursor: not-allowed; transform: none; }

@media (max-width: 780px) {
  .footer-trust { grid-template-columns: 1fr; }
  .footer-trust span { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .footer-trust span:last-child { border-bottom: 0; }
  .checkout-layout { grid-template-columns: 1fr; gap: 45px; padding: 55px 20px 75px; }
  .checkout-order { position: static; order: -1; }
  .checkout-header { padding-inline: 20px; }
}
.bundle-shipping { margin: -2px 0 9px !important; color: #ded2ad !important; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Accessibility and mobile conversion refinements */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button, .cart-trigger, .menu-toggle, .quantity-control button, .dialog-close { touch-action: manipulation; }
.product-actions .button, .detail-actions .button { min-height: 54px; }
.testimonial-grid blockquote { text-wrap: balance; }
@media (max-width: 780px) {
  .button { min-height: 56px; padding-inline: 24px; font-size: .84rem; }
  .cart-trigger { min-width: 46px; min-height: 46px; justify-content: center; }
  .menu-toggle { width: 46px; height: 46px; }
  .quantity-control button { width: 44px; height: 40px; font-size: 1.15rem; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; }
  .product-grid, .retailer-benefits, .testimonial-grid { gap: 28px; }
  .product-content, .benefit-card, .testimonial-grid article { padding: 26px 22px; }
  .checkout-page-item { grid-template-columns: 76px 1fr auto; }
}

/* Premium hierarchy and chapter rhythm */
.announcement { background: var(--charcoal-deep); color: #d9c68f; border-bottom: 1px solid rgba(197,162,83,.38); }
.hero { min-height: min(860px, calc(100vh - 31px)); padding-top: clamp(92px, 9vw, 138px); padding-bottom: clamp(92px, 9vw, 138px); }
.hero h1 { max-width: 760px; font-size: clamp(4rem, 6.7vw, 7.1rem); line-height: .88; }
.hero-tagline { margin: 24px 0 34px; color: #d9c68f; font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: 1.12; }
.hero-summary { display: none; }

.button { min-height: 56px; padding-inline: 25px; border-color: rgba(197,162,83,.72); color: var(--gold); font-size: .82rem; }
.button-primary, .button-accent, .button-dark { background: var(--steel); color: #f0d993; border-color: var(--steel); }
.button-primary:hover, .button-accent:hover, .button-dark:hover { background: var(--charcoal-deep); color: #f4df9d; border-color: var(--gold); }
.button-outline { border-color: var(--gold); color: #e4ca82; }
.button-outline:hover { background: var(--gold); color: var(--charcoal-deep); }
.button-light { background: var(--charcoal-deep); color: #e4ca82; border-color: var(--gold); }
.button-light:hover { background: #232323; color: #f4df9d; }
.compatibility-badge { background: var(--steel); color: #f0d993; border: 1px solid rgba(197,162,83,.48); }
.cart-trigger b { background: var(--steel); color: #f0d993; border: 1px solid var(--gold); }

.shop-section, .comparison-section, .works-section { padding-top: clamp(110px, 11vw, 155px); padding-bottom: clamp(110px, 11vw, 155px); }
.pack-section, .oregon-section, .story-section, .trade-section, .system-detail-section, .values-section, .locations-section { padding-top: clamp(105px, 10vw, 150px); padding-bottom: clamp(105px, 10vw, 150px); }
.wholesale-band, .contact-section { padding-top: clamp(88px, 8vw, 118px); padding-bottom: clamp(88px, 8vw, 118px); border-top: 1px solid rgba(197,162,83,.22); }
.site-footer { padding-top: 96px; }
.section-heading { margin-bottom: 70px; }
.section-heading h2, .pack-intro h2, .oregon-copy h2, .story-copy h2 { line-height: .9; }
.product-card { box-shadow: 0 18px 50px rgba(26,26,26,.07); }
.card-stage { background: linear-gradient(145deg, #ece8df, #d8d9dc); }
.card-stage::before { border-color: rgba(58,63,71,.18); }
.product-title-row small { margin-top: 7px; color: #565a61; font-size: .68rem; line-height: 1.45; }
.detail-price b small { font-size: .68rem; }
.detail-price span { color: #555a62; font-size: .72rem; line-height: 1.35; }
.bundle-shipping, .price-shipping { font-size: .76rem !important; line-height: 1.35 !important; }
.cart-item .cart-shipping, .checkout-page-item small, .checkout-page-shipping small { font-size: .7rem; line-height: 1.35; }

@media (max-width: 780px) {
  .hero { padding: 62px 20px 86px; gap: 54px; }
  .hero-product { width: 100%; }
  .hero-copy { text-align: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(3.5rem, 15vw, 5rem); line-height: .9; }
  .hero-tagline { margin: 22px auto 30px; font-size: 1.35rem; line-height: 1.25; }
  .hero .eyebrow { justify-content: center; }
  .hero .button-row { justify-content: center; gap: 14px; }
  .hero .button-row .button { width: 100%; max-width: 390px; }
  .hero-specs { margin: 38px auto 0; text-align: left; }
  .hero-stage { height: 470px; }
  .shop-section, .comparison-section, .works-section, .pack-section, .oregon-section, .story-section, .trade-section, .system-detail-section, .values-section, .locations-section { padding-top: 88px; padding-bottom: 88px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading > p, .hero-summary, .oregon-copy > p, .story-copy > p { line-height: 1.75; }
}

/* Streamlined single-page checkout */
.checkout-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 42px 0 84px; }
.checkout-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 34px; color: #787b80; font: 800 .66rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.checkout-progress span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.checkout-progress b { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #8b8e93; font-size: .58rem; }
.checkout-progress .active { color: var(--ink); }
.checkout-progress .active b { border-color: var(--gold); color: var(--gold-deep); }
.checkout-progress i { height: 1px; background: rgba(58,63,71,.22); }
.checkout-progress-short { grid-template-columns: auto 1fr auto 1fr auto; }
.checkout-layout.streamlined { min-height: auto; grid-template-columns: .82fr 1.18fr; gap: 42px; padding: 0; }
.checkout-summary-first { position: static; order: 0; border-top-color: var(--steel); box-shadow: 0 16px 45px rgba(26,26,26,.09); }
.checkout-section-heading h1, .checkout-section-heading h2 { margin-bottom: 12px; font-size: clamp(2.6rem, 4.5vw, 4.6rem); line-height: .9; }
.checkout-section-heading > p:last-child { max-width: 590px; margin-bottom: 0; color: var(--muted); }
.checkout-customer { padding: 34px; background: var(--white); border-top: 3px solid var(--gold); box-shadow: 0 16px 45px rgba(26,26,26,.09); }
.stripe-payment-panel { margin-top: 28px; }
.streamlined-form { display: grid; grid-template-columns: 1fr 170px; gap: 15px; }
.streamlined-form .full-field { grid-column: 1 / -1; }
.streamlined-form label { color: #3f4349; font: 800 .68rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.streamlined-form input { width: 100%; min-height: 54px; margin-top: 7px; padding: 13px 14px; border: 1px solid rgba(58,63,71,.3); border-radius: 0; background: #fbfaf6; color: var(--ink); outline: none; font: 500 1rem/1.2 var(--body); }
.streamlined-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,162,83,.14); }
.payment-block { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; margin: 28px 0 4px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.payment-block h3 { margin-bottom: 5px; font-size: 1.5rem; }
.payment-block p:not(.section-index) { max-width: 470px; margin: 0; color: var(--muted); font-size: .78rem; }
.payment-block .payment-options { margin: 0; flex-wrap: wrap; justify-content: flex-end; }
.pay-now { min-height: 60px; font-size: .9rem; }
.checkout-trust { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.checkout-trust span { min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border-right: 1px solid var(--line); color: #555a62; font: 800 .61rem/1.15 var(--display); letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.checkout-trust span:last-child { border-right: 0; }
.checkout-trust svg { width: 18px; height: 18px; color: var(--gold-deep); }
.checkout-page-item .quantity-control { margin-top: 9px; }
.checkout-page-item .quantity-control button { width: 36px; height: 34px; }
.checkout-error:empty { min-height: 8px; margin: 0; }

@media (max-width: 900px) {
  .checkout-progress { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .checkout-progress-short { grid-template-columns: repeat(3, 1fr); }
  .checkout-progress i { display: none; }
  .checkout-progress span { justify-content: center; font-size: .58rem; }
  .checkout-layout.streamlined { grid-template-columns: 1fr; }
  .checkout-summary-first { order: 0; }
}
@media (max-width: 600px) {
  .checkout-shell { width: min(100% - 28px, var(--max)); padding: 25px 0 55px; }
  .checkout-header { min-height: 72px; padding-inline: 16px; }
  .checkout-header > span { font-size: .58rem; }
  .checkout-progress { overflow: hidden; margin-bottom: 22px; }
  .checkout-progress span { display: grid; justify-items: center; gap: 5px; white-space: normal; text-align: center; line-height: 1.2; }
  .checkout-progress b { width: 28px; height: 28px; }
  .checkout-customer, .checkout-order { padding: 22px 18px; }
  .checkout-section-heading h1, .checkout-section-heading h2 { font-size: 2.75rem; }
  .streamlined-form { grid-template-columns: 1fr; gap: 14px; }
  .streamlined-form .full-field { grid-column: auto; }
  .streamlined-form input { min-height: 58px; font-size: 1rem; }
  .payment-block { grid-template-columns: 1fr; }
  .payment-block .payment-options { justify-content: flex-start; }
  .checkout-trust { grid-template-columns: 1fr; }
  .checkout-trust span { border-right: 0; border-bottom: 1px solid var(--line); }
  .checkout-trust span:last-child { border-bottom: 0; }
  .checkout-page-item { grid-template-columns: 68px 1fr auto; gap: 10px; }
  .checkout-page-item img { width: 68px; height: 76px; }
}

/* Global header and hero refinement */
.hero-copy {
  padding-block: 50px;
}
.hero h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: var(--display);
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.015em;
}
.hero h1 em {
  display: inline;
  color: #d1d5db;
  font-style: normal;
}
.hero-tagline {
  margin: 0 0 34px;
  color: #d1d5db;
  font-size: 24px;
  line-height: 1.35;
}
.hero .button-row {
  gap: 16px;
}
.hero .button {
  min-height: 60px;
  padding-inline: 30px;
  border-color: #c5a253;
  background: #1a1a1a;
  color: #c5a253;
  font-size: .9rem;
}
.hero .button:hover,
.hero .button:focus-visible {
  border-color: #d1d5db;
  background: #3a3f47;
  color: #ffffff;
}

@media (max-width: 1050px) {
  .hero-copy {
    padding-block: 48px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero-tagline {
    font-size: 21px;
  }
}

@media (max-width: 780px) {
  .hero {
    padding-top: 44px;
    padding-bottom: 72px;
  }
  .hero-copy {
    order: 1;
    padding-block: 44px;
    text-align: center;
  }
  .hero-product {
    order: 2;
  }
  .hero h1 {
    max-width: 520px;
    margin-inline: auto;
    font-size: 30px;
    line-height: 1.16;
  }
  .hero-tagline {
    max-width: 420px;
    margin: 0 auto 30px;
    font-size: 18px;
    line-height: 1.45;
  }
  .hero .button-row {
    justify-content: center;
  }
  .hero .button-row .button {
    width: 100%;
    max-width: 390px;
    min-height: 60px;
  }
}

@media (max-width: 430px) {
  .hero h1 {
    font-size: 28px;
  }
}

/* Premium wholesale experience */
.wholesale-hero-new {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px) 0 0 / 72px 72px,
    #141414;
}
.wholesale-hero-new::before {
  content: "TRADE";
  position: absolute;
  right: -1vw;
  bottom: -5vw;
  z-index: -1;
  color: rgba(255,255,255,.025);
  font: 800 clamp(10rem, 25vw, 25rem)/.7 var(--display);
  letter-spacing: -.07em;
}
.trade-hero-copy { position: relative; z-index: 2; }
.wholesale-hero-new h1 { margin-bottom: 28px; font-size: clamp(4.6rem, 7.2vw, 7.5rem); line-height: .82; text-wrap: balance; }
.wholesale-hero-new h1 em { display: block; color: #d1d5db; }
.wholesale-hero-new .trade-hero-subhead { max-width: 650px; margin-bottom: 34px; color: #fff; font-size: clamp(1.15rem, 1.7vw, 1.45rem); font-weight: 600; line-height: 1.45; }
.wholesale-hero-new .button { min-height: 58px; padding-inline: 28px; }
.wholesale-hero-new .button-primary { border-color: var(--gold); background: var(--steel); color: #f0d794; }
.wholesale-hero-new .button-primary:hover { background: #4a515c; color: #fff; }
.trade-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin-top: 46px; border-block: 1px solid rgba(255,255,255,.18); }
.trade-hero-facts span { padding: 17px 15px; border-right: 1px solid rgba(255,255,255,.18); color: #d1d5db; font: 800 .68rem/1 var(--display); letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.trade-hero-facts span:last-child { border-right: 0; }
.trade-product-stage { min-height: 590px; display: block; overflow: hidden; border: 1px solid rgba(197,162,83,.38); background: linear-gradient(145deg, #454b54 0%, #2f343b 52%, #202329 100%); }
.trade-product-stage::before { content: "K-SHIELD / 510 SYSTEM"; color: rgba(255,255,255,.66); }
.trade-product-stage::after { content: "OREGON / USA"; position: absolute; right: 24px; bottom: 22px; color: rgba(255,255,255,.55); font: 800 .58rem/1 var(--display); letter-spacing: .13em; }
.trade-product-stage .trade-shield-original { position: absolute; right: -7%; top: 6%; width: 72%; max-height: none; }
.trade-product-stage .trade-system-original { position: absolute; left: 4%; bottom: -12%; width: 66%; max-height: 590px; object-fit: contain; }
.trade-section .section-heading h2 { font-size: clamp(3.2rem, 5vw, 5.35rem); line-height: .88; }
.trade-pack-grid { gap: 32px; }
.trade-pack { grid-template-columns: minmax(190px, .72fr) 1fr; min-height: 430px; padding: 0; overflow: hidden; border-color: rgba(26,26,26,.22); box-shadow: 0 22px 50px rgba(26,26,26,.08); }
.trade-pack-image { position: relative; align-self: stretch; display: grid; place-items: center; min-height: 430px; padding: 30px; background: linear-gradient(155deg, #3f454e, #24272d); }
.trade-pack-image::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.12); }
.trade-pack-image img { position: relative; z-index: 1; width: 100%; height: 330px; padding: 0; background: transparent; object-fit: contain; }
.trade-pack-image > span { position: absolute; left: 18px; bottom: 16px; z-index: 2; color: #d8c898; font: 800 .62rem/1 var(--display); letter-spacing: .12em; }
.trade-pack-copy { padding: 36px 32px; }
.trade-pack-copy h3 { margin-bottom: 12px; font-size: clamp(2.2rem, 3vw, 3rem); line-height: .92; }
.trade-pack-copy > p:not(.section-index) { min-height: 66px; font-size: .95rem; line-height: 1.55; }
.trade-retail-price { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3px 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.trade-retail-price small { color: var(--muted); font: 800 .66rem/1 var(--display); letter-spacing: .09em; text-transform: uppercase; }
.trade-retail-price strong { grid-row: 1 / 3; grid-column: 2; color: var(--ink); font: 800 3.2rem/.8 var(--display); }
.trade-retail-price span { color: var(--gold-deep); font-size: .75rem; font-weight: 700; }
.case-table { box-shadow: 0 14px 34px rgba(26,26,26,.06); }
.case-row:not(.head) { background: rgba(255,255,255,.48); }
.case-row:not(.head):hover { background: var(--white); }
.case-row b { font-family: var(--display); letter-spacing: .025em; text-transform: uppercase; }
.case-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; }
.merchandising-heading { margin-bottom: 48px; }
.merchandising-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; }
.retail-display-feature, .countertop-gallery figure { position: relative; margin: 0; overflow: hidden; background: #25292f; }
.retail-display-feature { min-height: 610px; display: grid; place-items: center; padding: 56px; }
.retail-display-feature::before { content: "POINT / OF / SALE"; position: absolute; left: 24px; top: 24px; color: rgba(255,255,255,.45); font: 800 .62rem/1.5 var(--display); letter-spacing: .15em; white-space: pre; }
.retail-display-feature img { width: min(90%, 520px); }
.retail-display-feature figcaption, .countertop-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 15px; padding: 18px 22px; background: rgba(20,20,20,.88); color: #fff; font: 800 .7rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.retail-display-feature figcaption span { color: #d8c898; }
.countertop-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.countertop-gallery figure { min-height: 290px; }
.countertop-gallery img { width: 100%; height: 100%; object-fit: cover; }
.countertop-gallery .countertop-wide { grid-column: 1 / -1; min-height: 300px; background: #d8d3c7; }
.countertop-wide img { object-fit: contain; padding: 18px 60px 0; }
.trade-section .display-list { grid-template-columns: repeat(3, 1fr); margin-top: 34px; border: 1px solid var(--line); }
.trade-section .display-list div { grid-template-columns: 34px 1fr; align-items: center; padding: 22px; border-right: 1px solid var(--line); border-bottom: 0; }
.trade-section .display-list div:last-child { border-right: 0; }
.retailer-benefits { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { position: relative; min-height: 285px; padding: 34px; border-top-width: 4px; box-shadow: 0 16px 36px rgba(26,26,26,.06); }
.benefit-number { position: absolute; right: 24px; top: 22px; color: rgba(26,26,26,.18); font: 800 2.6rem/1 var(--display); }
.benefit-card svg { width: 38px; height: 38px; }
.benefit-card h3 { max-width: 210px; margin-top: 38px; font-size: 1.75rem; line-height: 1; }
.benefit-card p { font-size: .9rem; line-height: 1.6; }
.retailer-proof { margin-top: 100px; padding-top: 70px; border-top: 1px solid var(--line); }
.testimonial-heading { margin-top: 0; }
.testimonial-heading h3 { font-size: clamp(2.8rem, 4vw, 4.3rem); line-height: .9; }
.retailer-location-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.retailer-location-row article { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; border: 1px solid var(--line); background: var(--charcoal-deep); color: #fff; }
.retailer-wordmark { display: grid; }
.retailer-wordmark b { color: #fff; font: 800 1.55rem/1 var(--display); letter-spacing: .07em; }
.retailer-wordmark span { margin-top: 7px; color: #d8c898; font: 800 .57rem/1 var(--display); letter-spacing: .14em; }
.retailer-location-row p { margin: 0; color: #d1d5db; font-size: .82rem; }
.testimonial-grid article { border-style: solid; background: #ebe6da; }
.testimonial-grid blockquote { font-size: 2rem; }
.wholesale-apply { position: relative; overflow: hidden; }
.wholesale-apply::after { content: "04"; position: absolute; left: -2vw; bottom: -5vw; color: rgba(255,255,255,.03); font: 800 22rem/.7 var(--display); pointer-events: none; }
.apply-copy, .wholesale-form { position: relative; z-index: 1; }
.apply-response { display: grid; gap: 8px; margin-top: 38px; padding: 22px 0; border-block: 1px solid rgba(255,255,255,.18); }
.apply-response span { color: #d8c898; font: 800 .62rem/1 var(--display); letter-spacing: .13em; }
.apply-response b { color: #fff; font: 700 1rem/1.4 var(--body); }
.wholesale-form { padding: 42px; box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.wholesale-form label > span { display: block; }
.wholesale-form input, .wholesale-form textarea { min-height: 56px; margin-top: 10px; padding: 15px 14px; border-color: rgba(26,26,26,.26); background: #fffdf7; }
.wholesale-form textarea { min-height: 145px; }
.wholesale-form .button { min-height: 58px; }
.form-assurance { margin: 14px 0 0; color: var(--muted); font-size: .73rem; text-align: center; }

@media (max-width: 1050px) {
  .wholesale-hero-new { grid-template-columns: 1fr; min-height: auto; }
  .trade-product-stage { min-height: 560px; }
  .merchandising-grid { grid-template-columns: 1fr; }
  .retail-display-feature { min-height: 540px; }
}

@media (max-width: 760px) {
  .wholesale-hero-new { gap: 48px; padding-block: 72px; }
  .wholesale-hero-new h1 { font-size: clamp(3.6rem, 15vw, 5.2rem); }
  .wholesale-hero-new .button-row, .wholesale-hero-new .button { width: 100%; }
  .trade-hero-facts { grid-template-columns: 1fr; }
  .trade-hero-facts span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .trade-hero-facts span:last-child { border-bottom: 0; }
  .trade-product-stage { min-height: 470px; }
  .trade-product-stage .trade-system-original { left: 0; width: 76%; }
  .trade-pack { grid-template-columns: 1fr; }
  .trade-pack-image { min-height: 340px; }
  .trade-pack-image img { height: 280px; }
  .trade-pack-copy > p:not(.section-index) { min-height: auto; }
  .case-row { grid-template-columns: 1fr; }
  .case-row > * { border-right: 0; border-bottom: 1px solid var(--line); }
  .case-row > *:last-child { border-bottom: 0; }
  .case-row.head { display: none; }
  .case-row b::before, .case-row span::before { display: block; margin-bottom: 6px; color: var(--gold-deep); font: 800 .56rem/1 var(--display); letter-spacing: .1em; }
  .case-row b::before { content: "RETAIL SKU"; }
  .case-row span:nth-child(2)::before { content: "CASE QUANTITY"; }
  .case-row span:nth-child(3)::before { content: "WHOLESALE PRICING"; }
  .retail-display-feature { min-height: 430px; padding: 45px 28px; }
  .countertop-gallery { grid-template-columns: 1fr; }
  .countertop-gallery .countertop-wide { grid-column: auto; }
  .trade-section .display-list { grid-template-columns: 1fr; }
  .trade-section .display-list div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trade-section .display-list div:last-child { border-bottom: 0; }
  .retailer-benefits { grid-template-columns: 1fr; }
  .retailer-location-row { grid-template-columns: 1fr; }
  .retailer-location-row article { align-items: flex-start; flex-direction: column; }
  .retailer-proof { margin-top: 72px; padding-top: 55px; }
  .wholesale-form { padding: 28px 20px; }
}

/* Wholesale color and conversion refinements */
.wholesale-page .trade-section.section-light,
.wholesale-page .trade-section.section-paper { background: #ffffff; }
.wholesale-page .trade-section.section-paper { border-block: 1px solid rgba(58,63,71,.34); }
.wholesale-page .section-heading { margin-bottom: 54px; }
.wholesale-page .section-heading > p { color: #565d68; }
.wholesale-page .section-index { color: #a8873f; }
.wholesale-page .trade-section h2,
.wholesale-page .trade-section h3 { color: #1a1a1a; }
.wholesale-page .trade-pack,
.wholesale-page .case-table,
.wholesale-page .trade-section .display-list,
.wholesale-page .benefit-card,
.wholesale-page .retailer-location-row article,
.wholesale-page .testimonial-grid article,
.wholesale-page .wholesale-form { border-color: rgba(58,63,71,.34); }
.wholesale-page .trade-pack-image,
.wholesale-page .retail-display-feature { background: linear-gradient(145deg, #f8f7f3, #e9e7e0); }
.wholesale-page .trade-pack-image::before { border-color: rgba(58,63,71,.22); }
.wholesale-page .trade-pack-image > span,
.wholesale-page .retail-display-feature::before { color: #6b6250; }
.wholesale-page .trade-pack-image img,
.wholesale-page .trade-product-stage img,
.wholesale-page .retail-display-feature img,
.wholesale-page .countertop-gallery img,
.wholesale-page .trade-pack-image img,
.wholesale-page .button-primary,
.wholesale-page .button-dark { border-color: #1a1a1a; background: #1a1a1a; color: #ffffff; }
.wholesale-page .button-primary:hover,
.wholesale-page .button-dark:hover { border-color: #3a3f47; background: #3a3f47; color: #ffffff; }
.wholesale-page .wholesale-hero-new .button-outline { border-color: #c5a253; color: #ffffff; }
.wholesale-page .wholesale-hero-new .button-outline:hover { background: #ffffff; color: #1a1a1a; }
.countertop-mockup { background: #f2f0e9; }
.countertop-surface { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg, #ffffff 0 64%, #d7d2c7 64% 69%, #3a3f47 69% 100%); }
.countertop-surface::before { content: ""; position: absolute; inset: auto 0 31%; height: 18px; background: linear-gradient(180deg, rgba(26,26,26,.08), rgba(26,26,26,.28)); }
.countertop-sign { position: absolute; left: 7%; top: 10%; color: #1a1a1a; font: 800 clamp(1.7rem, 3vw, 2.5rem)/.82 var(--display); letter-spacing: .12em; }
.countertop-sign::after { content: ""; display: block; width: 44px; height: 4px; margin-top: 12px; background: #c5a253; }
.countertop-sign small { display: block; margin-top: 10px; color: #3a3f47; font-size: .54rem; letter-spacing: .16em; }
.countertop-surface .countertop-short,
.countertop-surface .countertop-long { position: absolute; bottom: 25%; z-index: 2; width: 21%; height: 67%; object-fit: contain; }
.countertop-surface .countertop-short { left: 37%; }
.countertop-surface .countertop-long { left: 57%; }
.countertop-surface .countertop-system { position: absolute; right: 1%; bottom: 17%; z-index: 1; width: 24%; height: 72%; object-fit: contain; }
.wholesale-page .retailer-location-row article { background: #ffffff; color: #1a1a1a; box-shadow: 0 12px 28px rgba(26,26,26,.06); }
.retailer-wordmark { display: flex; align-items: center; gap: 16px; }
.retailer-wordmark .retailer-mark { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border: 2px solid #c5a253; background: #1a1a1a; color: #ffffff; font: 800 1.8rem/1 var(--display); letter-spacing: 0; }
.retailer-wordmark .retailer-name { display: grid; }
.retailer-wordmark .retailer-name b { color: #1a1a1a; }
.retailer-wordmark .retailer-name > span { margin-top: 7px; color: #a8873f; }
.wholesale-page .retailer-location-row p { color: #565d68; }
.wholesale-page .testimonial-grid article { background: #f7f6f2; }
.wholesale-page .testimonial-grid article::before { content: ""; width: 36px; height: 3px; margin-bottom: 24px; background: #c5a253; }
.wholesale-page .testimonial-grid blockquote { color: #1a1a1a; }
.wholesale-page .wholesale-form { background: #ffffff; }
.wholesale-page .wholesale-form input,
.wholesale-page .wholesale-form textarea { border-color: rgba(58,63,71,.4); background: #ffffff; }

@media (max-width: 760px) {
  .wholesale-page .section-heading { margin-bottom: 38px; }
  .countertop-surface .countertop-short,
  .countertop-surface .countertop-long { width: 25%; }
  .countertop-surface .countertop-short { left: 30%; }
  .countertop-surface .countertop-long { left: 51%; }
  .countertop-surface .countertop-system { right: -5%; width: 29%; }
}

/* Consumer conversion and full-color retail refinements */
.retail-home .shop-section,
.retail-home .retail-merch-section,
.retail-home .comparison-section,
.retail-home .works-section,
.retail-home .pack-section,
.retail-home .oregon-section,
.retail-home .story-section { background: #ffffff; }
.retail-home .comparison-section,
.retail-home .works-section,
.retail-home .pack-section,
.retail-home .oregon-section,
.retail-home .story-section { border-top: 1px solid rgba(58,63,71,.32); }
.retail-home .hero-copy { padding-block: 56px; }
.retail-home .hero h1 { max-width: 760px; font-size: 48px; line-height: 1.05; }
.retail-home .hero h1 em { color: #d1d5db; }
.retail-home .button { min-height: 58px; padding-inline: 28px; }
.retail-home .button-primary,
.retail-home .button-dark { border-color: #1a1a1a; background: #1a1a1a; color: #c5a253; }
.retail-home .button-primary:hover,
.retail-home .button-dark:hover { border-color: #3a3f47; background: #3a3f47; color: #ffffff; }
.retail-home .button-outline { border-color: #c5a253; color: #c5a253; }
.retail-home .button-outline:hover { background: #ffffff; color: #1a1a1a; }
.retail-home .button-accent { border-color: #1a1a1a; background: #1a1a1a; color: #c5a253; }
.retail-home .card-stage,
.retail-home .bundle-card { background: #f3f1eb; }
.retail-home .card-stage img,
.retail-home .bundle-images img,
.retail-home .pack-components img,
.retail-home .oregon-graphic img,
.retail-home .product-card,
.retail-home .bundle-card,
.retail-home .comparison,
.retail-home .system-diagram { border-color: rgba(58,63,71,.34); }
.retail-home .section-heading h2 { color: #1a1a1a; }
.retail-home .section-heading > p { color: #565d68; }
.retail-home .section-index { color: #a8873f; }
.retail-merch-section { padding: clamp(105px, 10vw, 150px) max(24px, calc((100vw - var(--max))/2)); }
.retail-merch-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.retail-merch-display,
.retail-merch-installed { position: relative; min-height: 520px; margin: 0; overflow: hidden; border: 1px solid rgba(58,63,71,.34); background: linear-gradient(145deg, #f8f7f3, #e8e5dc); }
.retail-merch-display { display: grid; place-items: center; padding: 55px; }
.retail-merch-display img { width: min(88%, 470px); }
.retail-merch-installed img { width: 100%; height: 100%; object-fit: contain; padding: 26px 70px 0; }
.retail-merch-display figcaption,
.retail-merch-installed figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; gap: 20px; padding: 19px 22px; background: rgba(26,26,26,.94); color: #ffffff; font: 800 .7rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.retail-merch-display figcaption span,
.retail-merch-installed figcaption span { color: #c5a253; }
.retail-countertop { grid-column: 1 / -1; position: relative; min-height: 380px; overflow: hidden; border: 1px solid rgba(58,63,71,.34); background: linear-gradient(180deg, #ffffff 0 66%, #d7d2c7 66% 71%, #3a3f47 71% 100%); }
.retail-countertop::before { content: ""; position: absolute; inset: auto 0 29%; height: 18px; background: linear-gradient(180deg, rgba(26,26,26,.06), rgba(26,26,26,.24)); }
.retail-countertop-sign { position: absolute; left: 6%; top: 16%; display: grid; color: #1a1a1a; }
.retail-countertop-sign b { font: 800 clamp(2.2rem, 4vw, 4rem)/.8 var(--display); letter-spacing: .12em; }
.retail-countertop-sign span { margin-top: 16px; padding-top: 12px; border-top: 4px solid #c5a253; color: #3a3f47; font: 800 .62rem/1 var(--display); letter-spacing: .16em; }
.retail-countertop > img { position: absolute; bottom: 21%; z-index: 2; width: 17%; height: 72%; object-fit: contain; }
.retail-countertop-short { left: 34%; }
.retail-countertop-long { left: 49%; }
.retail-countertop-copy { position: absolute; right: 5%; top: 18%; z-index: 3; display: grid; justify-items: start; max-width: 300px; }
.retail-countertop-copy > span { color: #a8873f; font: 800 .64rem/1 var(--display); letter-spacing: .13em; }
.retail-countertop-copy > b { margin: 14px 0 24px; color: #1a1a1a; font: 800 2rem/.95 var(--display); text-transform: uppercase; }
.retail-countertop-copy .button { min-height: 52px; }

@media (max-width: 1050px) {
  .retail-home .hero h1 { font-size: 38px; }
  .retail-merch-grid { grid-template-columns: 1fr; }
  .retail-countertop { grid-column: auto; }
  .retail-countertop-copy { right: 4%; max-width: 260px; }
}

@media (max-width: 760px) {
  .retail-home .hero-copy { padding-block: 46px; }
  .retail-home .hero h1 { font-size: 30px; line-height: 1.12; }
  .retail-home .hero .button-row,
  .retail-home .hero .button { width: 100%; }
  .retail-merch-section { padding: 88px 20px; }
  .retail-merch-display,
  .retail-merch-installed { min-height: 410px; }
  .retail-merch-installed img { padding-inline: 35px; }
  .retail-countertop { min-height: 570px; }
  .retail-countertop-sign { left: 8%; top: 9%; }
  .retail-countertop > img { bottom: 29%; width: 28%; height: 51%; }
  .retail-countertop-short { left: 17%; }
  .retail-countertop-long { left: 42%; }
  .retail-countertop-copy { left: 8%; right: 8%; top: auto; bottom: 6%; max-width: none; }
  .retail-countertop-copy > b { margin-bottom: 18px; font-size: 1.65rem; }
}

/* Shared brand color restoration */
.card-stage img,
.detail-gallery img,
.component-visual img,
.pack-components img,
.system-detail-grid img,
.assembly-image img,
.trade-product-stage img,
.trade-pack img,
.pos-visual img,
.site-body .button-primary,
.site-body .button-dark,
.site-body .button-accent { border-color: #1a1a1a; background: #1a1a1a; color: #c5a253; }
.site-body .button-primary:hover,
.site-body .button-dark:hover,
.site-body .button-accent:hover { border-color: #3a3f47; background: #3a3f47; color: #ffffff; }
.site-body .button-outline { border-color: #c5a253; color: #c5a253; }
.site-body .section-light { background-color: #ffffff; }
.site-body .section-paper { background-color: #f7f6f2; }

/* Consumer-first storefront refresh */
:root { --section-space: clamp(90px, 10vw, 150px); }
.hero { min-height: 760px; }
.hero-copy { padding-block: 90px; }
.hero-copy h1 { max-width: 880px; font-size: clamp(4.4rem, 8.4vw, 8.6rem); }
.hero-subheadline { max-width: 620px; margin: 24px 0 4px; color: rgba(255,255,255,.86); font: 700 clamp(1.15rem, 2vw, 1.55rem)/1.3 var(--body); }
.hero-tagline { margin: 0 0 30px; }
.shop-section, .comparison-section, .pack-section, .story-section, .lifestyle-section, .video-section, .faq-section, .works-section { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.card-stage { min-height: 570px; }
.card-stage img { max-width: 88%; max-height: 90%; }
.product-content { padding: 34px; }
.product-benefit { margin: 18px 0 8px; color: var(--charcoal); font-size: 1.05rem; }
.product-description { margin: 0 0 24px; color: var(--muted); line-height: 1.65; }
.button { transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(20,24,20,.18); }
.simple-steps .component-visual { border-radius: 50%; }
.simple-steps .system-step h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lifestyle-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; margin-top: 50px; }
.lifestyle-tile { position: relative; min-height: 520px; margin: 0; overflow: hidden; background: #d8d1c3; }
.lifestyle-tile > img { width: 100%; height: 100%; object-fit: contain; padding: 45px; }
.lifestyle-tile figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 5px; padding: 18px 20px; background: rgba(31,35,31,.92); color: #fff; }
.lifestyle-tile figcaption b { font: 800 1.35rem/1 var(--display); text-transform: uppercase; }
.lifestyle-tile figcaption span { color: rgba(255,255,255,.72); font-size: .78rem; }
.lifestyle-pocket { min-height: 420px; background: #c3b79f; }
.lifestyle-before-after { min-height: 430px; grid-column: 1 / -1; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; height: 100%; }
.before-after > div { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; background: #bcb6aa; }
.before-after > div:last-child { background: #ddd5c5; }
.before-after span { position: absolute; top: 22px; left: 22px; z-index: 1; padding: 7px 10px; background: var(--charcoal); color: #fff; font: 800 .65rem/1 var(--display); letter-spacing: .12em; }
.before-after img { width: 72%; height: 320px; object-fit: contain; }
.lifestyle-counter { grid-column: 1 / -1; min-height: 480px; background: linear-gradient(180deg, #e0d9ca 0 70%, #8b765d 70%); }
.counter-guards { display: flex; align-items: flex-end; justify-content: center; gap: 8vw; min-height: 480px; padding: 35px 35px 80px; }
.counter-guards img { width: min(28%, 260px); max-height: 350px; object-fit: contain; }
.video-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.video-copy h2 { font-size: clamp(3.5rem, 6vw, 6rem); line-height: .88; }
.video-copy p:not(.section-index) { color: var(--muted); line-height: 1.7; }
.video-placeholder { position: relative; min-height: 460px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: var(--charcoal-deep); }
.video-storyboard { width: 100%; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; padding: 50px; opacity: .55; }
.video-storyboard span { display: grid; place-items: center; gap: 10px; color: #fff; text-align: center; }
.video-storyboard img { width: 105px; height: 165px; object-fit: contain; }
.video-storyboard b { color: var(--gold); font: 800 .7rem/1 var(--display); }
.video-storyboard small { font-weight: 700; }
.video-storyboard i { color: var(--gold); font-style: normal; font-size: 1.5rem; }
.video-play { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 12px; color: #fff; background: rgba(23,26,23,.22); }
.video-play svg { width: 78px; fill: none; stroke: #fff; stroke-width: 1.5; }
.video-play svg path { fill: #fff; stroke: none; }
.video-play span { font: 800 .68rem/1 var(--display); letter-spacing: .14em; }
.faq-list { max-width: 980px; margin: 45px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 55px 27px 0; cursor: pointer; list-style: none; font: 800 clamp(1.25rem, 2vw, 1.7rem)/1.1 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 22px; color: var(--gold-deep); font-size: 2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: -8px 0 28px; color: var(--muted); line-height: 1.7; }
.cart-trust { display: grid; gap: 9px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.cart-trust span { display: flex; align-items: center; gap: 8px; }
.cart-trust svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
@media (max-width: 900px) { .lifestyle-grid, .video-section { grid-template-columns: 1fr; } .lifestyle-before-after, .lifestyle-counter { grid-column: auto; } .video-placeholder { min-height: 380px; } }
@media (max-width: 620px) { .hero { min-height: auto; } .hero-copy h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); } .card-stage { min-height: 430px; } .lifestyle-tile, .lifestyle-pocket, .lifestyle-before-after { min-height: 390px; } .before-after > div { min-height: 390px; } .before-after img { width: 92%; height: 260px; } .counter-guards { gap: 22px; padding-inline: 18px; } .counter-guards img { width: 42%; } .video-storyboard { padding: 25px 12px; gap: 4px; } .video-storyboard img { width: 65px; height: 120px; } .video-storyboard small { font-size: .58rem; } }
.detail-gallery img { max-width: 88%; max-height: 88%; }
main > section { animation: section-enter .65s ease both; }
main > section:nth-child(2) { animation-delay: .06s; }
main > section:nth-child(3) { animation-delay: .12s; }
@keyframes section-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { main > section, .reveal, .button { animation: none !important; transition: none !important; } }

/* Homepage hierarchy refinement */
body { font-size: 17px; line-height: 1.68; }
p { line-height: 1.72; }
h1, h2, h3 { margin-bottom: .42em; font-weight: 800; }
h2 { font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .9; }
h3 { font-size: clamp(1.65rem, 2.7vw, 2.35rem); line-height: 1; }
.section-heading { align-items: center; gap: clamp(48px, 8vw, 120px); margin-bottom: clamp(72px, 8vw, 108px); }
.section-heading > p { font-size: 1.05rem; line-height: 1.75; }
.section-heading h2 { margin-bottom: 0; }

.retail-home .hero { min-height: max(900px, calc(100svh - 31px)); grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); gap: clamp(70px, 9vw, 150px); padding-top: clamp(120px, 12vw, 180px); padding-bottom: clamp(120px, 12vw, 180px); background: radial-gradient(circle at 76% 32%, rgba(197,162,83,.12), transparent 28%), linear-gradient(135deg, #111312 0%, #1d211e 56%, #121412 100%); }
.retail-home .hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.22) .7px, transparent .7px); background-size: 8px 8px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.retail-home .hero-copy { align-self: center; display: flex; flex-direction: column; justify-content: center; min-height: 600px; padding-block: 0; }
.retail-home .hero h1 { max-width: 930px; margin: 0 0 36px; font-size: clamp(5.3rem, 8.8vw, 9.4rem); line-height: .82; letter-spacing: -.045em; }
.retail-home .hero-subheadline { max-width: 680px; margin: 0 0 18px; font-size: clamp(1.35rem, 2.1vw, 1.8rem); line-height: 1.35; }
.retail-home .hero-tagline { margin: 0 0 46px; font-size: clamp(1.15rem, 1.8vw, 1.55rem); }
.retail-home .hero .button { min-height: 68px; padding-inline: 36px; border-radius: 4px; font-size: .95rem; letter-spacing: .11em; box-shadow: 0 18px 36px rgba(0,0,0,.26); }
.retail-home .hero-stage { width: min(100%, 590px); height: 690px; }
.retail-home .hero-original-image { transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.retail-home .hero-product:hover .hero-original-image { transform: scale(1.025) rotate(.5deg); }

.retail-home .trust-rail { display: block; padding: clamp(110px, 10vw, 155px) max(24px, calc((100vw - var(--max))/2)); background: #f8f6f0; border: 0; }
.retail-home .trust-rail > .trust-intro { min-height: 0; display: block; padding: 0; border: 0; }
.retail-home .trust-rail > .trust-grid { min-height: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 54px); padding: 0; border: 0; }
.trust-intro { max-width: 780px; margin-bottom: clamp(52px, 6vw, 78px); }
.trust-intro h2 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.4rem); line-height: .9; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 54px); }
.trust-grid .trust-item { min-height: 230px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; align-content: center; align-items: center; gap: 22px 24px; padding: clamp(34px, 4vw, 50px); border: 1px solid rgba(58,63,71,.16); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 18px 48px rgba(26,26,26,.055); }
.trust-grid .trust-number { grid-column: 1 / -1; }
.trust-grid svg { width: 44px; height: 44px; color: var(--gold-deep); }
.trust-grid b { font-size: 1.18rem; line-height: 1.1; }
.trust-grid p span { margin-top: 9px; font-size: .9rem; line-height: 1.5; }

.retail-home .works-section { padding: clamp(130px, 12vw, 185px) max(24px, calc((100vw - var(--max))/2)); background: #e9e4d8; color: var(--ink); }
.retail-home .works-section .section-heading.inverse h2 { color: var(--ink); font-size: clamp(4rem, 6.8vw, 7rem); }
.retail-home .works-section .section-heading.inverse > p { color: #555a57; }
.retail-home .works-section .section-index { color: var(--gold-deep); }
.retail-home .system-diagram { gap: clamp(30px, 4vw, 60px); }
.retail-home .system-step { height: 100%; padding: clamp(26px, 3vw, 40px); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: 0 18px 48px rgba(45,42,34,.08); }
.retail-home .component-visual { height: 320px; margin-bottom: 32px; border: 1px solid rgba(58,63,71,.13); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(222,216,203,.72)); }
.retail-home .component-visual img { max-width: 68%; max-height: 78%; }
.retail-home .system-step h3 { margin-bottom: 16px; font-size: clamp(2rem, 3.2vw, 2.8rem); color: var(--ink); }
.retail-home .system-step p { color: #5e625f; font-size: 1rem; line-height: 1.7; }
.retail-home .flow-arrow { color: var(--gold-deep); }

.retail-home .shop-section { padding: clamp(140px, 13vw, 200px) max(24px, calc((100vw - var(--max))/2)); }
.retail-home .product-grid { gap: clamp(46px, 6vw, 82px); }
.retail-home .product-card { overflow: hidden; border: 1px solid rgba(58,63,71,.13); border-radius: 26px; box-shadow: 0 26px 70px rgba(26,26,26,.1); transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease; }
.retail-home .product-card:hover { transform: translateY(-10px); border-color: rgba(197,162,83,.52); box-shadow: 0 36px 90px rgba(26,26,26,.16); }
.retail-home .card-stage { min-height: 660px; padding: clamp(42px, 5vw, 68px); background: #f8f8f6; }
.retail-home .card-stage img { max-width: 96%; max-height: 96%; }
.retail-home .card-stage .pouch-package-image { width: 100%; height: 100%; max-width: 100%; max-height: 100%; padding: 0; border: 0; background: transparent; object-fit: contain; object-position: center; }
.retail-home .product-content { padding: clamp(38px, 4vw, 54px); }
.retail-home .product-title-row { margin-bottom: 26px; }
.retail-home .product-benefit { margin: 0 0 14px; font-size: 1.25rem; }
.retail-home .product-description { margin-bottom: 20px; font-size: 1rem; }
.shipping-badge { width: max-content; display: inline-flex; align-items: center; margin-bottom: 30px; padding: 9px 13px; border-radius: 999px; background: #eee7d5; color: #715b2b; font: 800 .68rem/1 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.shipping-badge::before { content: ""; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold-deep); }
.retail-home .product-actions { gap: 20px; }
.retail-home .product-actions .button { min-height: 64px; padding-inline: 34px; border-radius: 4px; font-size: .9rem; }

.retail-home .lifestyle-section { padding: clamp(140px, 13vw, 200px) max(24px, calc((100vw - var(--max))/2)); background: #efebe2; }
.retail-home .lifestyle-section .section-heading h2 { font-size: clamp(4rem, 7vw, 7.2rem); }
.retail-home .lifestyle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 68px); margin-top: 0; }
.retail-home .lifestyle-tile, .retail-home .lifestyle-pocket, .retail-home .lifestyle-before-after, .retail-home .lifestyle-counter { grid-column: auto; min-height: 570px; border-radius: 22px; box-shadow: 0 22px 58px rgba(26,26,26,.09); }
.retail-home .lifestyle-tile > img { padding: 60px; }
.retail-home .before-after > div { min-height: 570px; }
.retail-home .before-after img { width: 82%; height: 390px; }
.retail-home .counter-guards { min-height: 570px; padding-bottom: 100px; }
.retail-home .counter-guards img { width: min(36%, 285px); max-height: 390px; }
.retail-home .lifestyle-tile figcaption { right: 24px; bottom: 24px; left: 24px; padding: 24px 26px; border-radius: 12px; }
.retail-home .lifestyle-tile figcaption b { font-size: 1.6rem; }
.retail-home .lifestyle-tile figcaption span { font-size: .92rem; line-height: 1.5; }

.retail-home .comparison-section { padding: clamp(135px, 12vw, 190px) max(24px, calc((100vw - var(--max))/2)); }
.retail-home .comparison { max-width: 1100px; margin-inline: auto; overflow: hidden; border: 1px solid rgba(58,63,71,.15); border-radius: 18px; box-shadow: 0 20px 56px rgba(26,26,26,.07); }
.retail-home .comparison-row { min-height: 96px; border-color: rgba(58,63,71,.12); }
.retail-home .comparison-row:nth-child(odd):not(.comparison-head) { background: #f3f0e8; }
.retail-home .comparison-row > * { padding: 27px 34px; border-color: rgba(58,63,71,.12); }
.retail-home .comparison-head { min-height: 82px; font-size: .86rem; }
.retail-home .comparison-head span:nth-child(2), .retail-home .comparison-head span:nth-child(3) { justify-content: center; font-size: 1.05rem; }
.retail-home .comparison-row b { font-size: .9rem; }
.retail-home .comparison-row span { font-size: 1rem; }

.site-footer { grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); padding: clamp(110px, 10vw, 150px) max(24px, calc((100vw - var(--max))/2)) 42px; }
.footer-brand > p { margin-top: 34px; font-size: 1rem; line-height: 1.75; }
.footer-links { gap: clamp(40px, 6vw, 80px); }
.footer-links div { gap: 15px; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.13); }
.footer-links b { margin-bottom: 11px; font-size: .78rem; }
.footer-links a { font-size: .96rem; line-height: 1.45; }
.footer-trust { margin-top: 40px; }
.footer-trust span { padding-block: 23px; font-size: .74rem; }
.footer-meta { margin-top: 34px; padding-top: 28px; font-size: .68rem; }

main > section { animation: none; }
.section-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.section-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .retail-home .hero { min-height: 860px; grid-template-columns: 1fr .72fr; gap: 42px; }
  .retail-home .hero h1 { font-size: clamp(4.5rem, 9vw, 7rem); }
  .retail-home .trust-rail > .trust-grid { gap: 22px; }
  .trust-grid .trust-item { padding: 30px; }
  .retail-home .system-diagram { grid-template-columns: 1fr; }
  .retail-home .flow-arrow { transform: rotate(90deg); }
  .retail-home .system-step { width: 100%; max-width: 700px; margin-inline: auto; }
  .retail-home .product-grid { gap: 34px; }
  .retail-home .card-stage { min-height: 560px; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  h2 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .section-heading { gap: 24px; margin-bottom: 58px; }
  .retail-home .hero { min-height: auto; grid-template-columns: 1fr; padding: 96px 20px 110px; }
  .retail-home .hero-copy { min-height: 0; padding: 0; }
  .retail-home .hero h1 { margin-bottom: 28px; font-size: clamp(4rem, 17vw, 6rem); }
  .retail-home .hero-tagline { margin-bottom: 36px; }
  .retail-home .hero .button { width: 100%; min-height: 64px; }
  .retail-home .hero-product { margin-top: 44px; }
  .retail-home .hero-stage { height: 520px; }
  .retail-home .trust-rail, .retail-home .works-section, .retail-home .shop-section, .retail-home .lifestyle-section, .retail-home .comparison-section { padding: 100px 20px; }
  .retail-home .trust-rail > .trust-grid { grid-template-columns: 1fr; }
  .trust-grid .trust-item { min-height: 190px; }
  .retail-home .component-visual { height: 270px; }
  .retail-home .product-grid, .retail-home .lifestyle-grid { grid-template-columns: 1fr; }
  .retail-home .card-stage { min-height: 500px; }
  .retail-home .lifestyle-tile, .retail-home .lifestyle-pocket, .retail-home .lifestyle-before-after, .retail-home .lifestyle-counter, .retail-home .before-after > div { min-height: 500px; }
  .retail-home .comparison { overflow-x: auto; border-radius: 12px; }
  .retail-home .comparison-row { min-width: 720px; }
  .site-footer { grid-template-columns: 1fr; gap: 62px; padding: 90px 20px 34px; }
  .footer-links { gap: 24px; }
}

@media (max-width: 520px) {
  .retail-home .hero h1 { font-size: clamp(3.65rem, 18vw, 5rem); }
  .retail-home .hero-stage { height: 420px; }
  .retail-home .card-stage { min-height: 430px; }
  .retail-home .product-content { padding: 32px 25px; }
  .retail-home .lifestyle-tile, .retail-home .lifestyle-pocket, .retail-home .lifestyle-before-after, .retail-home .lifestyle-counter, .retail-home .before-after > div { min-height: 430px; }
  .retail-home .lifestyle-tile > img { padding: 38px; }
  .retail-home .before-after img { height: 280px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-links div { padding: 0 0 24px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
}

@media (prefers-reduced-motion: reduce) {
  .section-reveal, .product-card, .product-card img, .lifestyle-tile img, .component-visual img { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Nut feature and readability refinement */
:root { --muted: #484b49; }
body { color: #171817; font-size: 18px; font-weight: 500; line-height: 1.74; }
p { color: #292b2a; font-weight: 500; line-height: 1.78; }
p + p { margin-top: 1.15em; }
h1, h2, h3 { color: #111211; font-weight: 700; }
.section-dark, .section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: rgba(255,255,255,.82); }
.section-index { margin-bottom: 20px; font-weight: 700; }
.section-heading { margin-bottom: clamp(76px, 8vw, 112px); }
.section-heading > p { color: #363938; }

.retail-home main > section:not(.hero) { border-top: 1px solid rgba(17,18,17,.07); }
.retail-home .trust-rail { background: #f5f4ef; }
.retail-home .works-section { padding: clamp(145px, 13vw, 205px) max(24px, calc((100vw - var(--max))/2)); background: #fafafa; color: #171817; }
.retail-home .works-section .section-heading h2 { color: #111211; }
.retail-home .works-section .section-heading > p { color: #3e4140; }
.works-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 58px); }
.work-step { min-height: 510px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(38px, 4vw, 54px); border: 1px solid rgba(17,18,17,.1); border-radius: 22px; background: #fff; box-shadow: 0 24px 64px rgba(17,18,17,.07); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.work-step:hover { transform: translateY(-8px); border-color: rgba(197,162,83,.55); box-shadow: 0 34px 80px rgba(17,18,17,.11); }
.technical-icon { position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(13,13,13,.14); border-radius: 2px; background: transparent; color: #0D0D0D; }
.technical-icon svg { fill: none; color: inherit; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.technical-icon .accent-line { color: #C5B358; stroke: currentColor; }
.technical-icon--asset img { width: 82%; height: 82%; object-fit: contain; }
.technical-icon--shield img { width: 84%; height: 84%; }
.technical-icon--oregon img { width: 94%; height: 78%; object-fit: contain; }
.technical-icon--oregon .oregon-heart { position: absolute; left: 29%; top: 43%; width: 17px; height: 17px; color: #C5B358; stroke: currentColor; }
.technical-icon--product { background: #111519; }
.technical-icon--product .product-reference { position: absolute; object-fit: cover; }
.technical-icon--insert-cart .product-reference--guard { right: 10%; bottom: 5%; width: 48%; height: 84%; object-position: 50% 47%; }
.technical-icon--insert-cart .product-reference--plug { left: 8%; top: 8%; width: 38%; height: 42%; object-position: 50% 54%; }
.technical-icon--insert-plug .product-reference--plug { left: 28%; top: 3%; width: 44%; height: 42%; object-position: 50% 54%; }
.technical-icon--insert-plug .product-reference--guard { left: 27%; bottom: 3%; width: 46%; height: 53%; object-position: 50% 39%; }
.technical-icon--product .motion-overlay { position: absolute; inset: 0; width: 100%; height: 100%; color: #FFFFFF; }
.work-icon { width: 150px; height: 150px; margin-bottom: 42px; }
.work-icon > svg { width: 104px; height: 104px; }
.work-icon.technical-icon--product > svg { width: 100%; height: 100%; }
.trust-icon { width: 96px; height: 96px; }
.trust-icon > svg { width: 68px; height: 68px; }
.section-dark:not(.works-section) .technical-icon { border-color: rgba(255,255,255,.22); color: #FFFFFF; }
.work-step > span { margin-bottom: 18px; color: var(--gold-deep); font: 700 .75rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.retail-home .works-section .work-step h3 { margin-bottom: 20px; color: #111211; font-size: clamp(2.25rem, 3.5vw, 3.15rem); line-height: .96; }
.work-step p { margin: 0; color: #454846; font-size: 1rem; line-height: 1.76; }

.nut-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: clamp(70px, 10vw, 150px); padding: clamp(145px, 13vw, 205px) max(24px, calc((100vw - var(--max))/2)); background: #fff; }
.nut-stage { min-height: 690px; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(17,18,17,.09); border-radius: 24px; background: radial-gradient(circle at 50% 42%, #fff 0 24%, #f7f7f4 62%, #eeeeea 100%); box-shadow: 0 28px 76px rgba(17,18,17,.09); }
.nut-stage::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(197,162,83,.22); border-radius: 15px; }
.nut-stage > span { position: absolute; top: 34px; left: 38px; z-index: 1; color: #6a5832; font: 700 .68rem/1 var(--display); letter-spacing: .14em; }
.nut-stage img { position: relative; z-index: 1; width: min(82%, 520px); max-height: 600px; object-fit: contain; }
.nut-copy h2 { max-width: 650px; margin-bottom: 36px; font-size: clamp(4.2rem, 7vw, 7.2rem); line-height: .87; }
.nut-lead { max-width: 650px; margin-bottom: 42px; color: #242625; font-size: clamp(1.15rem, 1.8vw, 1.38rem); line-height: 1.72; }
.nut-copy ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(17,18,17,.13); list-style: none; }
.nut-copy li { position: relative; padding: 22px 20px 22px 42px; border-bottom: 1px solid rgba(17,18,17,.13); color: #1d1f1e; font-weight: 600; }
.nut-copy li::before { content: ""; position: absolute; left: 4px; top: 50%; width: 16px; height: 16px; border: 2px solid var(--gold-deep); border-radius: 50%; transform: translateY(-50%); }
.nut-copy li::after { content: ""; position: absolute; left: 9px; top: 50%; width: 6px; height: 3px; border-left: 2px solid var(--gold-deep); border-bottom: 2px solid var(--gold-deep); transform: translateY(-65%) rotate(-45deg); }

.retail-home .shop-section { background: #f7f7f3; }
.retail-home .lifestyle-section { background: #f2f3f0; }
.retail-home .comparison-section { background: #faf9f6; }
.retail-home .pack-section { background: #f1efe9; }
.retail-home .video-section { background: #fafafa; }
.retail-home .oregon-section { background: #efede6; }
.retail-home .story-section { background: #fff; }
.retail-home .faq-section { background: #f5f5f2; }

.retail-home .lifestyle-tile { border: 1px solid rgba(17,18,17,.08); background: #fff; }
.retail-home .lifestyle-pocket { background: #fff; }
.retail-home .lifestyle-counter { background: linear-gradient(180deg, #fff 0 70%, #deded8 70%); }
.retail-home .before-after > div, .retail-home .before-after > div:last-child { background: #fff; }
.retail-home .before-after > div:first-child { border-right: 1px solid rgba(17,18,17,.09); }

.button { min-height: 60px; padding-inline: 30px; font-size: .88rem; font-weight: 700; }
.site-body .button-primary, .site-body .button-dark, .site-body .button-accent { border-color: #151615; background: #151615; color: #f0d891; }
.site-body .button-primary:hover, .site-body .button-dark:hover, .site-body .button-accent:hover { border-color: var(--gold-deep); background: #303330; color: #fff; transform: translateY(-4px); box-shadow: 0 16px 34px rgba(17,18,17,.2); }
.button-outline { border-width: 2px; }

@media (max-width: 1050px) {
  .works-grid { grid-template-columns: 1fr; }
  .work-step { min-height: 0; display: grid; grid-template-columns: 150px 1fr; column-gap: 38px; align-items: center; }
  .work-icon { grid-row: 1 / 5; margin: 0; }
  .work-step > span, .work-step h3, .work-step p { grid-column: 2; }
  .nut-section { grid-template-columns: 1fr; }
  .nut-stage { min-height: 620px; }
}

@media (max-width: 780px) {
  body { font-size: 17px; }
  .retail-home .works-section, .nut-section { padding: 110px 20px; }
  .work-step { display: flex; min-height: 0; padding: 34px 28px; }
  .work-icon { width: 126px; height: 126px; margin-bottom: 32px; }
  .work-icon svg { width: 88px; height: 88px; }
  .work-step h3 { font-size: 2.35rem; }
  .nut-stage { min-height: 500px; }
  .nut-stage img { width: 86%; max-height: 440px; }
  .nut-copy h2 { font-size: clamp(3.7rem, 15vw, 5.4rem); }
}

@media (max-width: 520px) {
  .nut-stage { min-height: 430px; }
  .nut-stage > span { top: 26px; left: 26px; font-size: .58rem; }
  .nut-stage::before { inset: 18px; }
  .nut-copy li { padding-block: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .work-step, .work-icon, .nut-stage img { transform: none !important; transition: none !important; }
}

/* Requested compact type scale and product flow */
.retail-home .section-heading h2,
.retail-home .works-section .section-heading h2,
.retail-home .lifestyle-section .section-heading h2,
.retail-home .trust-intro h2,
.retail-home .nut-copy h2,
.retail-home .pack-intro h2,
.retail-home .video-copy h2,
.retail-home .oregon-copy h2,
.retail-home .story-copy h2,
.retail-home .faq-section h2,
.retail-home .contact-section h2 { font-size: clamp(2rem, 3vw, 2.25rem); line-height: 1.12; letter-spacing: -.015em; }
.retail-home .product-title-row h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.1; }
.retail-home .works-section .work-step h3 { font-size: clamp(1.85rem, 2.8vw, 2.25rem); line-height: 1.04; }
.nut-section { background: #fff; }
.nut-stage { background: radial-gradient(circle at 50% 42%, #fff 0 30%, #fafafa 66%, #f1f1ed 100%); }
.nut-stage img { width: min(90%, 590px); max-height: 640px; }
.nut-lead { color: #202221; }
.retail-home .card-stage,
.retail-home .bundle-images,
.retail-home .lifestyle-tile,
.retail-home .before-after > div,
.retail-home .counter-guards,
.nut-stage { background: #f8f8f6; }

@media (max-width: 780px) {
  .retail-home .section-heading h2,
  .retail-home .works-section .section-heading h2,
  .retail-home .lifestyle-section .section-heading h2,
  .retail-home .trust-intro h2,
  .retail-home .nut-copy h2,
  .retail-home .pack-intro h2,
  .retail-home .video-copy h2,
  .retail-home .oregon-copy h2,
  .retail-home .story-copy h2,
  .retail-home .faq-section h2,
  .retail-home .contact-section h2 { font-size: clamp(1.85rem, 8vw, 2.25rem); }
}

/* Safeguard: Do not apply any color, contrast, vibrance, saturation, brightness, or stylistic filters to any images. Always display images in their original, unmodified form. */
img { filter: none !important; opacity: 1 !important; transform: none !important; transition: none !important; }

/* Protection Profiles */
.retail-home .lifestyle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profiles-section { padding: clamp(145px, 13vw, 205px) max(24px, calc((100vw - var(--max))/2)); background: #f5f5f2; border-top: 1px solid rgba(17,18,17,.08); }
.profiles-section .section-heading h2 { color: #111; font-size: clamp(2rem, 3vw, 2.25rem); font-weight: 700; }
.profiles-section .section-heading > p { color: #252725; }
.profiles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(22px, 2.5vw, 38px); align-items: stretch; }
.profile-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid rgba(17,18,17,.11); border-radius: 22px; background: #fff; box-shadow: 0 22px 58px rgba(17,18,17,.07); }
.profile-visual { min-height: 500px; display: grid; place-items: center; padding: 42px; border-bottom: 1px solid rgba(17,18,17,.1); background: #f8f8f6; }
.profile-visual img { width: 100%; height: 430px; object-fit: contain; }
.profile-content { flex: 1; display: flex; flex-direction: column; padding: clamp(32px, 3vw, 42px); }
.profile-content h3 { margin-bottom: 22px; color: #111; font-size: clamp(1.45rem, 2.2vw, 1.8rem); font-weight: 700; line-height: 1.08; }
.profile-summary { margin: 0 0 30px; color: #1f211f; font-size: 1.05rem; font-weight: 600; line-height: 1.68; }
.profile-detail { margin-top: auto; padding-top: 28px; border-top: 1px solid rgba(17,18,17,.11); }
.profile-detail b { display: block; margin-bottom: 18px; color: #111; font: 700 .82rem/1.25 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.profile-detail p { margin: 0; color: #303230; font-size: .98rem; line-height: 1.72; }
.profile-detail p + p { margin-top: 16px; }

@media (max-width: 1050px) {
  .profiles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-card { display: flex; }
  .profile-visual { min-height: 430px; border-right: 0; border-bottom: 1px solid rgba(17,18,17,.1); }
}

@media (max-width: 900px) {
  .retail-home .lifestyle-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .profiles-section { padding: 110px 20px; }
  .profiles-grid { grid-template-columns: 1fr; }
  .profile-card { display: flex; }
  .profile-visual { min-height: 430px; border-right: 0; border-bottom: 1px solid rgba(17,18,17,.1); }
  .profile-visual img { height: 360px; }
}

/* --------------------------------------------- */
/* Kushinz Typography System — Premium Engineered */
/* --------------------------------------------- */

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--kushinz-black);
  line-height: 1.45;
}

.hero-title,
.retail-home .hero .hero-title {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.02;
  color: var(--kushinz-white);
  text-transform: none;
}

.hero-subtitle,
.retail-home .hero .hero-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--kushinz-white);
}

.hero-cta,
.retail-home .hero .hero-cta {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--kushinz-gold);
}

.section-title,
.retail-home .section-heading h2,
.retail-home .works-section .section-heading h2,
.retail-home .lifestyle-section .section-heading h2,
.retail-home .trust-intro h2,
.retail-home .nut-copy h2,
.retail-home .pack-intro h2,
.retail-home .video-copy h2,
.retail-home .oregon-copy h2,
.retail-home .story-copy h2,
.retail-home .faq-section h2,
.retail-home .contact-section h2,
.profiles-section .section-heading h2,
.page-hero h1,
.detail-copy h2,
.about-story h2,
.values-section h2,
.system-detail-section h2 {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -.25px;
  line-height: 1.15;
  color: var(--kushinz-black);
  text-transform: none;
}

.section-dark .section-title,
.retail-home .contact-section h2,
.page-hero h1 {
  color: var(--kushinz-white);
}

.section-body,
main section p:not(.section-index):not(.hero-tagline):not(.hero-subtitle):not(.footer-text) {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--kushinz-black);
}

.retail-home .contact-section p:not(.section-index) {
  color: var(--kushinz-white);
}

.shop-link,
.product-actions a,
.text-link {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .25px;
  text-transform: uppercase;
  color: var(--kushinz-gold);
}

.section-small-title {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.25px;
  color: var(--kushinz-black);
}

.section-small-link {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--kushinz-black);
}

.footer-label,
.footer-links b {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--kushinz-white);
}

.footer-text,
.footer-brand > p,
.footer-links a,
.footer-meta {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--kushinz-gray);
}

.profile-content h3,
.product-title-row h3,
.work-step h3,
.pack-components h3,
.assurance-grid h3 {
  font-family: "Inter Tight", "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -.25px;
  text-transform: none;
}

@media (max-width: 780px) {
  .hero-title,
  .retail-home .hero .hero-title { font-size: 44px; }
  .hero-subtitle,
  .retail-home .hero .hero-subtitle { font-size: 22px; }
  .hero-cta,
  .retail-home .hero .hero-cta { font-size: 17px; }
}
