:root {
  --paw-bg: #0b0b0b;
  --paw-surface: #121212;
  --paw-surface-soft: #181818;
  --paw-ink: #f5f5f3;
  --paw-muted: #9a9a98;
  --paw-line: #2a2a28;
  --paw-orange: #f36c2d;
  --paw-orange-dark: #ff5a1f;
  --paw-orange-soft: #2a160d;
  --paw-green: #7cc58d;
  --paw-dark: #070707;
  --paw-shell: min(1320px, calc(100% - 56px));
  --paw-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

body {
  color: var(--paw-ink);
  background: var(--paw-bg);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
html, body { max-width: 100%; overflow-x: clip; }

body::selection { background: var(--paw-orange); color: #fff; }
.skip-link { background: #fff; color: #111; }

.announcement-bar { display: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #272727;
  background: rgba(9, 9, 9, .94);
  backdrop-filter: blur(18px);
}
body.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 76px; gap: 32px; }
.paw-brand { color: #fff; }
.paw-wordmark { font-size: 30px; font-weight: 900; letter-spacing: -.075em; }
.paw-brand-sub { margin-top: 5px; color: #787878; font-size: 7px; font-weight: 800; letter-spacing: .18em; }
.paw-menu { gap: 30px; }
.paw-menu a {
  padding: 28px 0;
  color: #b6b6b4;
  font-size: 12px;
  font-weight: 600;
}
.paw-menu a::after { bottom: 0; height: 3px; }
.paw-menu a:hover { color: #fff; }
.header-quote { margin-left: 4px; }

.button {
  min-height: 48px;
  border-radius: 4px;
  padding: 0 21px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
}
.button:hover { transform: translateY(-1px); background: #ff7a3c; border-color: #ff7a3c; }
.button-small { min-height: 42px; }
.button-outline { border-color: #4a4a48; color: #fff; }
.button-outline-light { border-color: #4b4b49; color: #fff; }
.button-outline-light:hover { border-color: var(--paw-orange); }
.text-link { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.text-link:hover { color: var(--paw-orange); }

.eyebrow {
  gap: 10px;
  color: var(--paw-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.eyebrow i { width: 23px; height: 2px; border-radius: 0; box-shadow: none; }
.eyebrow.light { color: var(--paw-orange); }

.video-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #090909;
}
.video-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.video-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,4,.96) 0%, rgba(4,4,4,.83) 35%, rgba(4,4,4,.48) 65%, rgba(4,4,4,.28) 100%),
    linear-gradient(0deg, rgba(5,5,5,.94) 0%, transparent 34%, rgba(0,0,0,.18) 100%);
}
.video-hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.video-hero-inner { display: flex; justify-content: center; flex-direction: column; padding-top: 78px; padding-bottom: 36px; }
.video-hero-copy { max-width: 870px; }
.video-hero-copy h1 {
  margin: 21px 0 24px;
  color: #fff;
  font-size: clamp(58px, 6.2vw, 92px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.065em;
}
.video-hero-copy h1 em { color: var(--paw-orange); font-style: normal; }
.video-hero-copy > p { max-width: 720px; margin: 0; color: #d0d0cc; font-size: 15px; line-height: 1.72; }
.video-hero-copy .hero-actions { margin-top: 30px; }
.hero-buyer-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, 1040px);
  margin-top: auto;
  padding-top: 64px;
}
.hero-buyer-proof > div { min-height: 86px; padding: 17px 22px; border-top: 1px solid rgba(255,255,255,.36); border-right: 1px solid rgba(255,255,255,.22); background: rgba(5,5,5,.24); backdrop-filter: blur(8px); }
.hero-buyer-proof > div:first-child { border-left: 3px solid var(--paw-orange); }
.hero-buyer-proof > div:last-child { border-right: 0; }
.hero-buyer-proof strong { display: block; color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.hero-buyer-proof span { display: block; margin-top: 4px; color: #9f9f9b; font-size: 8px; font-weight: 700; }

.start-paths-section { background: #f0efec; color: #111; }
.start-paths-section .section-heading h2 { color: #111; }
.start-paths-section .split-heading p { color: #5f5f5b; }
.start-paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c6c6c1; border-left: 1px solid #c6c6c1; }
.start-paths-grid article { min-height: 430px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid #c6c6c1; border-bottom: 1px solid #c6c6c1; transition: background .2s ease, color .2s ease; }
.start-paths-grid article:first-child { background: #111; color: #fff; }
.start-paths-grid article:hover { background: #fff; color: #111; }
.start-paths-grid article:first-child:hover { background: #181818; color: #fff; }
.start-paths-grid article > span { color: var(--paw-orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.start-paths-grid h3 { max-width: 330px; margin: 69px 0 16px; font-size: 27px; line-height: 1.12; letter-spacing: -.045em; }
.start-paths-grid p { max-width: 355px; margin: 0; color: #666661; font-size: 11px; line-height: 1.7; }
.start-paths-grid article:first-child p { color: #9a9a96; }
.path-fit { margin-top: 28px; padding-top: 14px; border-top: 1px solid rgba(120,120,115,.35); }
.path-fit b, .path-fit small { display: block; }
.path-fit b { color: #888883; font-size: 7px; letter-spacing: .12em; }
.path-fit small { margin-top: 5px; font-size: 9px; }
.start-paths-grid article > a { margin-top: auto; color: inherit; text-decoration: none; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.start-paths-grid article > a b { color: var(--paw-orange); }
.start-paths-grid article > a:hover { color: var(--paw-orange-dark); }

.foundry-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 68px 0;
  background:
    linear-gradient(90deg, #070707 0%, #090909 46%, rgba(9,9,9,.88) 68%, rgba(9,9,9,.96) 100%);
}
.foundry-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 47%, rgba(243,108,45,.10) 47.1% 47.25%, transparent 47.35%),
    radial-gradient(circle at 78% 40%, rgba(243,108,45,.16), transparent 28%),
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: auto, auto, 62px 62px, 62px 62px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 38%);
}
.foundry-hero .hero-grid { grid-template-columns: minmax(0, .94fr) minmax(470px, 1.06fr); gap: 70px; }
.hero-copy h1 {
  max-width: 750px;
  margin: 20px 0 23px;
  color: #f8f8f6;
  font-size: clamp(52px, 5vw, 74px);
  font-weight: 900;
  line-height: 1.015;
  letter-spacing: -.055em;
}
.hero-copy h1 em, .section-heading h2 em { color: var(--paw-orange); font-weight: inherit; font-style: normal; }
.hero-copy > p { max-width: 625px; color: #aaa9a6; font-size: 15px; line-height: 1.75; }
.hero-actions { gap: 12px; margin-top: 31px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 55px; border-top: 1px solid #333; }
.hero-metrics div { padding: 19px 18px 0 0; border-right: 1px solid #333; }
.hero-metrics div + div { padding-left: 20px; }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { display: block; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.04em; }
.hero-metrics span { display: block; margin-top: 4px; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.hero-product {
  border: 1px solid #343432;
  border-radius: 4px;
  background: #101010;
  box-shadow: 0 34px 100px rgba(0,0,0,.52), 0 0 0 1px rgba(255,255,255,.02) inset;
}
.hero-product-top, .hero-product-bottom { min-height: 48px; color: #858583; font-size: 8px; letter-spacing: .12em; }
.hero-product-top { border-color: #2f2f2d; }
.hero-product-bottom { border-color: #2f2f2d; }
.hero-product-bottom a { color: var(--paw-orange); }
.hero-product iframe { height: 535px; background: #111; }
.live-dot { color: #b9d9c0; }

.trust-rail { border-block: 1px solid #2b2b29; background: #0f0f0f; }
.trust-grid { min-height: 82px; }
.trust-grid span { border-color: #2b2b29; color: #b7b7b4; font-size: 9px; letter-spacing: .10em; }
.trust-grid b { margin-right: 10px; color: var(--paw-orange); }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 50px; }
.section-heading h2, .page-hero h1, .page-section h2, .product-title {
  margin-top: 15px;
  color: #f7f7f5;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.052em;
}
.split-heading { grid-template-columns: minmax(0, 1fr) 440px; gap: 70px; }
.split-heading p { color: var(--paw-muted); font-size: 13px; line-height: 1.75; }

.spec-section { background: #111; }
.spec-stage { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(430px, .9fr); border: 1px solid #2d2d2b; }
.spec-viewer { position: relative; min-height: 620px; overflow: hidden; background: #0a0a0a; }
.spec-viewer::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 60%, rgba(243,108,45,.08)); }
.spec-viewer iframe { width: 100%; height: 620px; display: block; border: 0; }
.spec-index { position: absolute; z-index: 2; left: 21px; top: 18px; color: #777; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.spec-viewer > a { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: #fff; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.spec-viewer > a span { color: var(--paw-orange); }
.spec-table { border-left: 1px solid #2d2d2b; }
.spec-table > div { min-height: 103px; display: flex; justify-content: center; flex-direction: column; gap: 9px; padding: 18px 32px; border-bottom: 1px solid #2d2d2b; }
.spec-table > div:last-child { border-bottom: 0; }
.spec-table span { color: var(--paw-orange); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.spec-table strong { color: #eaeae7; font-size: 14px; font-weight: 600; }

.product-platform-section { background: #0b0b0b; }
.platform-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.platform-head h2 { margin: 13px 0 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.06; letter-spacing: -.05em; }
.platform-row { display: grid; grid-template-columns: 74px minmax(450px, 1.1fr) minmax(390px, .9fr); min-height: 610px; border: 1px solid #30302e; }
.platform-number { padding: 22px; border-right: 1px solid #30302e; color: var(--paw-orange); font-size: 11px; font-weight: 800; }
.platform-visual { min-width: 0; background: #111; }
.platform-visual iframe { width: 100%; height: 100%; min-height: 610px; display: block; border: 0; }
.platform-copy { display: flex; justify-content: center; flex-direction: column; padding: 55px; border-left: 1px solid #30302e; background: #141414; }
.platform-copy > span { color: var(--paw-orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.platform-copy h3 { margin: 15px 0 20px; color: #fff; font-size: 38px; line-height: 1.08; letter-spacing: -.045em; }
.platform-copy > p { margin: 0; color: #999; font-size: 12px; line-height: 1.7; }
.platform-copy ul { margin: 28px 0; padding: 0; border-top: 1px solid #333; list-style: none; }
.platform-copy li { min-height: 48px; display: grid; grid-template-columns: 100px 1fr; align-items: center; border-bottom: 1px solid #333; font-size: 9px; }
.platform-copy li span { color: #777; }
.platform-copy li b { color: #ddd; font-weight: 600; }
.range-note { display: grid; grid-template-columns: 230px 1fr; gap: 26px; padding: 23px 25px; border: 1px solid #30302e; border-top: 0; background: #101010; }
.range-note strong { color: var(--paw-orange); font-size: 10px; letter-spacing: .12em; }
.range-note span { color: #888; font-size: 10px; }

.program-section { background: #f0efec; color: #111; }
.program-section .section-heading h2 { color: #111; }
.program-section .split-heading p { color: #5e5e5b; }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c7c7c2; border-left: 1px solid #c7c7c2; }
.program-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 29px; border-right: 1px solid #c7c7c2; border-bottom: 1px solid #c7c7c2; }
.program-grid article:hover { background: #fff; }
.program-grid b { color: var(--paw-orange-dark); font-size: 10px; }
.program-grid h3 { margin: 65px 0 14px; font-size: 19px; line-height: 1.2; letter-spacing: -.03em; }
.program-grid p { margin: 0; color: #666661; font-size: 11px; line-height: 1.65; }
.program-grid a { margin-top: auto; color: #171715; font-size: 8px; font-weight: 800; text-decoration: none; letter-spacing: .04em; }
.program-grid a:hover { color: var(--paw-orange-dark); }

.home-process { background: #080808; color: #fff; }
.process-quality-section { background: #080808; color: #fff; }
.process-head { max-width: 850px; margin-bottom: 60px; }
.process-head h2 { margin: 15px 0 0; font-size: clamp(42px, 4.3vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 42px; border-top: 1px solid #353533; border-left: 1px solid #353533; }
.process-grid article { min-height: 320px; display: flex; justify-content: space-between; flex-direction: column; padding: 27px; border-right: 1px solid #353533; border-bottom: 1px solid #353533; }
.process-grid article:hover { background: #121212; }
.process-grid b { color: var(--paw-orange); font-size: 11px; }
.process-grid h3 { margin: 0 0 11px; font-size: 21px; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: #8f8f8c; font-size: 11px; line-height: 1.65; }
.quality-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid #353533; }
.quality-proof-grid span { min-height: 66px; display: flex; align-items: center; padding: 0 20px; border-right: 1px solid #353533; color: #aaa; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.quality-proof-grid span:last-child { border-right: 0; }
.quality-proof-grid b { margin-right: 11px; color: var(--paw-orange); }
.process-actions { display: flex; align-items: center; gap: 22px; margin-top: 35px; }

.custom-lab-band { overflow: hidden; background: var(--paw-orange); color: #15100d; }
.lab-band-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.lab-band-copy .eyebrow { color: #29160e; }
.lab-band-copy h2 { margin: 15px 0 20px; color: #120d0a; font-size: clamp(43px, 4.3vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.lab-band-copy > p { max-width: 570px; margin: 0; color: rgba(20,12,8,.75); font-size: 13px; line-height: 1.7; }
.lab-band-copy .check-list { margin: 27px 0 31px; }
.lab-band-copy .check-list li { color: #21130d; font-size: 10px; font-weight: 700; }
.lab-band-copy .check-list li::before { color: #20130d; }
.lab-band-copy .button { border-color: #0d0d0d; background: #0d0d0d; }
.lab-band-copy .button:hover { border-color: #242424; background: #242424; }
.lab-band-viewer { overflow: hidden; border: 1px solid rgba(18,11,8,.40); border-radius: 4px; background: #0d0d0d; box-shadow: 0 35px 90px rgba(74,29,8,.25); }
.lab-window-bar { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border-bottom: 1px solid #30302e; color: #888; font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.lab-window-bar i { color: #99d6a6; font-style: normal; }
.lab-band-viewer iframe { width: 100%; height: 515px; display: block; border: 0; }
.lab-steps { min-height: 52px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #30302e; }
.lab-steps b { display: grid; place-items: center; border-right: 1px solid #30302e; color: #777; font-size: 7px; letter-spacing: .05em; }
.lab-steps b:first-child { color: var(--paw-orange); }
.lab-steps b:last-child { border-right: 0; }

.closing-quote { background: #f1f0ed; color: #111; }
.closing-grid { display: grid; grid-template-columns: 1fr 480px; align-items: end; gap: 80px; }
.closing-grid h2 { margin: 15px 0 0; font-size: clamp(44px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.closing-grid p { margin: 0 0 26px; color: #5e5e59; font-size: 13px; line-height: 1.7; }

/* Inner pages */
.page-hero { padding: 105px 0 88px; border-color: #30302e; background: #090909; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, var(--paw-orange) 0 18%, #30302e 18%); }
.page-hero { position: relative; }
.page-hero-inner { max-width: 980px; }
.page-hero p { max-width: 750px; color: #9b9b98; font-size: 14px; }
.page-section { padding: 95px 0; background: #0d0d0d; }
.page-section.alt { background: #111; }
.page-section.dark { background: #070707; }
.content-card { min-height: 250px; border-color: #30302e; background: #141414; }
.content-card:hover { border-color: #595956; background: #181818; }
.content-card h3 { color: #fff; font-size: 18px; }
.content-card p, .body-copy { color: #9a9a97; }
.body-copy strong { color: #fff; }

.product-archive { padding: 80px 0 110px; background: #0d0d0d; }
.archive-head p { color: #92928f; }
.product-grid { gap: 16px; }
.product-card { border-color: #30302e; background: #141414; }
.product-card-visual { height: 390px; background: #0b0b0b; }
.product-card-copy { padding: 26px; }
.product-card-copy > span { color: var(--paw-orange); }
.product-card h2 a { color: #fff; text-decoration: none; }
.product-card p { color: #92928f; }

.product-detail { padding: 52px 0 110px; background: #0d0d0d; }
.product-breadcrumb { color: #777; }
.product-viewer-card { border-color: #30302e; background: #0b0b0b; }
.product-viewer-controls { border-color: #30302e; color: #777; }
.product-kicker { color: var(--paw-orange); }
.product-lead { color: #9a9a97; }
.product-spec-table { border-color: #333; }
.product-spec-row { border-color: #333; }
.product-spec-row span { color: #777; }
.product-spec-row b { color: #e4e4e1; }
.product-description { color: #9a9a97; }
.product-description h2 { color: #fff; }
.product-bottom-cta { border-left: 3px solid var(--paw-orange); background: #171717; }
.product-bottom-cta p { color: #92928f; }

.customizer-page { background: #0b0b0b; }
.customizer-intro { padding: 55px 0 24px; }
.customizer-intro h1 { color: #fff; font-weight: 800; }
.customizer-intro p { color: #969693; }
.customizer-frame-wrap { background: #0b0b0b; }

.contact-points div { border-color: #333; }
.contact-points b { color: #fff; }
.contact-points span { color: #8d8d8a; }
.inquiry-form { border: 1px solid #30302e; background: #141414; }
.form-field label { color: #aaa; }
.form-field input, .form-field textarea, .form-field select { border-color: #3a3a38; background: #0d0d0d; color: #fff; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--paw-orange); }

/* Footer */
.site-footer { background: #060606; color: #fff; }
.footer-cta { min-height: 290px; border-color: #30302e; }
.footer-cta h2 { max-width: 780px; font-size: clamp(38px, 4vw, 58px); font-weight: 800; line-height: 1.04; }
.footer-grid { padding-block: 68px; border-color: #252523; }
.footer-brand p { color: #858583; }
.footer-email { color: var(--paw-orange); }
.footer-grid h3 { color: #696967; font-size: 8px; letter-spacing: .14em; }
.footer-grid a { color: #bdbdb9; }
.footer-grid a:hover { color: var(--paw-orange); }
.footer-bottom { border-color: #252523; color: #646462; }

@media (max-width: 1120px) {
  .paw-menu { gap: 20px; }
  .paw-menu a { font-size: 10px; }
  .foundry-hero .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 35px; }
  .hero-copy h1 { font-size: 54px; }
  .platform-row { grid-template-columns: 60px 1fr 1fr; }
  .platform-copy { padding: 38px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .lab-band-grid { gap: 40px; }
}

@media (max-width: 980px) {
  .header-inner { min-height: 68px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .menu-toggle span { background: #fff; }
  .menu-toggle b { color: #fff; }
  .primary-navigation { background: #0b0b0b; }
  .paw-menu { gap: 0; }
  .paw-menu a { border-color: #292927; color: #fff; }
  .header-quote { display: none; }
  .video-hero { min-height: calc(100svh - 68px); }
  .video-hero-inner { padding-top: 68px; }
  .video-hero-copy h1 { font-size: clamp(57px, 9vw, 78px); }
  .hero-buyer-proof { grid-template-columns: 1fr 1fr; width: 100%; }
  .hero-buyer-proof > div:nth-child(2) { border-right: 0; }
  .hero-buyer-proof > div:nth-child(n+3) { border-top-color: rgba(255,255,255,.2); }
  .start-paths-grid { grid-template-columns: 1fr; }
  .start-paths-grid article { min-height: 340px; }
  .foundry-hero { min-height: auto; padding: 70px 0; }
  .foundry-hero .hero-grid, .spec-stage, .lab-band-grid { grid-template-columns: 1fr; }
  .foundry-hero .hero-grid { gap: 52px; }
  .hero-product { width: min(760px, 100%); }
  .split-heading, .closing-grid { grid-template-columns: 1fr; gap: 25px; }
  .spec-table { border-top: 1px solid #2d2d2b; border-left: 0; }
  .platform-row { grid-template-columns: 58px 1fr; }
  .platform-copy { grid-column: 1 / -1; border-top: 1px solid #30302e; border-left: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .lab-band-viewer { margin-top: 20px; }
}

@media (max-width: 700px) {
  :root { --paw-shell: min(100% - 28px, 1320px); }
  .site-header .paw-wordmark { font-size: 27px; }
  .video-hero { min-height: 780px; }
  .video-hero-media { object-position: 58% center; }
  .video-hero-shade { background: linear-gradient(90deg, rgba(4,4,4,.92), rgba(4,4,4,.64)), linear-gradient(0deg, rgba(4,4,4,.95), transparent 42%); }
  .video-hero-inner { padding-top: 56px; padding-bottom: 22px; }
  .video-hero-copy .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .video-hero-copy h1 { font-size: 48px; line-height: .98; }
  .video-hero-copy > p { font-size: 12px; }
  .video-hero-copy .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-buyer-proof { padding-top: 44px; }
  .hero-buyer-proof > div { min-height: 72px; padding: 12px; }
  .hero-buyer-proof strong { font-size: 14px; }
  .hero-buyer-proof span { font-size: 7px; }
  .start-paths-grid article { min-height: 315px; padding: 27px 23px; }
  .start-paths-grid h3 { margin-top: 48px; font-size: 24px; }
  .foundry-hero { padding: 54px 0 44px; }
  .foundry-hero::before { mask-image: none; opacity: .55; }
  .hero-copy { min-width: 0; width: 100%; }
  .hero-copy .eyebrow { max-width: 100%; justify-content: center; font-size: 8px; letter-spacing: .11em; white-space: normal; }
  .hero-copy h1 { max-width: 100%; font-size: 36px; line-height: 1.03; overflow-wrap: anywhere; }
  .hero-copy h1 > span, .hero-copy h1 em > span { display: block; }
  .hero-copy h1 br { display: none; }
  .hero-copy > p { width: 100%; max-width: 100%; padding-inline: 2px; overflow-wrap: anywhere; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-metrics { width: 100%; margin-top: 39px; overflow: hidden; }
  .hero-metrics div { padding-right: 8px; }
  .hero-metrics div + div { padding-left: 10px; }
  .hero-metrics strong { font-size: 19px; }
  .hero-metrics span { font-size: 6px; }
  .hero-product { min-width: 0; width: 100%; }
  .hero-product iframe { height: 420px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid span { min-height: 53px; text-align: left; padding: 0 12px; }
  .section { padding: 76px 0; }
  .section-heading h2, .page-hero h1, .page-section h2, .product-title { font-size: 38px; }
  .spec-viewer, .spec-viewer iframe { min-height: 480px; height: 480px; }
  .spec-table > div { min-height: 84px; padding: 16px 20px; }
  .platform-head { align-items: flex-start; flex-direction: column; }
  .platform-head h2 { font-size: 38px; }
  .platform-row { grid-template-columns: 44px 1fr; }
  .platform-number { padding: 17px 13px; }
  .platform-visual iframe { min-height: 470px; }
  .platform-copy { padding: 31px 23px; }
  .platform-copy h3 { font-size: 31px; }
  .range-note { grid-template-columns: 1fr; gap: 9px; }
  .program-grid, .process-grid { grid-template-columns: 1fr; }
  .quality-proof-grid { grid-template-columns: 1fr 1fr; }
  .quality-proof-grid span { border-bottom: 1px solid #353533; }
  .quality-proof-grid span:nth-child(2) { border-right: 0; }
  .quality-proof-grid span:nth-last-child(-n+2) { border-bottom: 0; }
  .process-actions { align-items: stretch; flex-direction: column; }
  .program-grid article { min-height: 270px; }
  .process-grid article { min-height: 245px; }
  .process-head h2, .lab-band-copy h2, .closing-grid h2 { font-size: 40px; }
  .lab-band-viewer iframe { height: 420px; }
  .lab-steps b { font-size: 5px; }
  .page-hero { padding: 75px 0 65px; }
  .page-hero p { font-size: 12px; }
  .page-section { padding: 72px 0; }
  .footer-cta { min-height: 350px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .video-hero { background: #090909 url("../media/paw-hero-courts-poster.jpg") center / cover no-repeat; }
  .video-hero-media { display: none; }
}

/* 2.3 product architecture and navigation */
.header-mobile-quote { display: none; }
.nav-has-submenu { position: relative; }
.nav-parent-row { display: flex; align-items: center; }
.submenu-toggle {
  width: 24px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-left: 4px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #aaa;
  cursor: pointer;
}
.submenu-toggle span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-1px, -1px); transition: transform .18s ease; }
.nav-has-submenu.submenu-open .submenu-toggle span { transform: rotate(225deg) translate(-1px, -1px); }
.nav-has-submenu.is-current .nav-parent-row > a { color: #fff; }
.nav-has-submenu.is-current .nav-parent-row > a::after, .paw-menu > li.is-current > a::after { right: 0; }
.paw-mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 80;
  width: min(760px, calc(100vw - 48px));
  display: grid;
  grid-template-columns: 270px 1fr;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 10px);
  border: 1px solid #343432;
  background: #0b0b0b;
  box-shadow: 0 30px 70px rgba(0,0,0,.55);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-has-submenu:hover > .paw-mega-menu,
.nav-has-submenu:focus-within > .paw-mega-menu,
.nav-has-submenu.submenu-open > .paw-mega-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); pointer-events: auto; }
.mega-menu-intro { display: flex; flex-direction: column; justify-content: flex-end; min-height: 280px; padding: 28px; border-right: 1px solid #30302e; background: #111; }
.mega-menu-intro > span { margin-bottom: auto; color: var(--paw-orange); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.mega-menu-intro strong { max-width: 200px; color: #fff; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.mega-menu-intro p { margin: 12px 0 0; color: #858582; font-size: 9px; line-height: 1.55; }
.mega-menu-links { display: grid; align-content: center; padding: 13px; }
.paw-mega-menu .mega-menu-links > a { min-height: 80px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 11px; border-bottom: 1px solid #2c2c2a; padding: 10px 12px; color: #fff; text-decoration: none; }
.paw-mega-menu .mega-menu-links > a:last-child { border-bottom: 0; }
.paw-mega-menu .mega-menu-links > a::after { display: none; }
.paw-mega-menu .mega-menu-links > a:hover { background: #171717; }
.mega-menu-links > a > b { color: var(--paw-orange); font-size: 8px; }
.mega-menu-links > a span strong, .mega-menu-links > a span small { display: block; }
.mega-menu-links > a span strong { font-size: 11px; }
.mega-menu-links > a span small { margin-top: 4px; color: #838380; font-size: 8px; }
.mega-menu-links > a > i { color: #8fc19b; font-size: 7px; font-weight: 800; font-style: normal; letter-spacing: .08em; }
.paw-mega-menu-ready { left: 38%; }

.home .site-header { position: fixed; width: 100%; border-bottom-color: transparent; background: rgba(7,7,7,.18); }
.home .site-header.is-scrolled, .home.menu-open .site-header { border-bottom-color: #272727; background: rgba(7,7,7,.98); }

.home-custom-products { background: #efeeea; color: #111; }
.home-custom-products .section-heading h2 { color: #111; }
.home-custom-products .split-heading p { color: #5f5f5b; }
.home-product-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #c9c8c2; border-left: 1px solid #c9c8c2; }
.home-product-path { min-width: 0; border-right: 1px solid #c9c8c2; border-bottom: 1px solid #c9c8c2; background: #f7f6f2; }
.home-product-visual { position: relative; height: 300px; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid #2c2c2a; background: #111; text-decoration: none; }
.home-product-visual::before { content: ""; position: absolute; inset: 24px; border: 1px solid #292927; pointer-events: none; }
.path-status { position: absolute; z-index: 3; left: 21px; top: 19px; color: #8f8f8b; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.home-product-path.is-live .path-status { color: var(--paw-orange); }
.home-product-copy { min-height: 310px; display: flex; flex-direction: column; padding: 28px; }
.home-product-copy > span { color: var(--paw-orange-dark); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.home-product-copy h3 { margin: 45px 0 14px; color: #111; font-size: 23px; line-height: 1.15; letter-spacing: -.04em; }
.home-product-copy p { margin: 0; color: #686862; font-size: 10px; line-height: 1.65; }
.home-product-copy > a { margin-top: auto; color: #111; text-decoration: none; font-size: 8px; font-weight: 800; letter-spacing: .05em; }
.home-product-copy > a b { color: var(--paw-orange-dark); }
.home-product-copy > a:hover { color: var(--paw-orange-dark); }

.product-object { position: relative; z-index: 2; display: block; }
.product-object-paddle { width: 112px; height: 146px; transform: translateY(-25px) rotate(8deg); border: 3px solid #242422; border-radius: 42px 42px 35px 35px; background: #f2f0eb; box-shadow: 17px 18px 0 rgba(243,108,45,.18); }
.product-object-paddle::after { content: ""; position: absolute; left: 50%; top: calc(100% - 2px); width: 26px; height: 86px; transform: translateX(-50%); border: 3px solid #242422; border-top: 0; border-radius: 0 0 8px 8px; background: #242422; }
.product-object-paddle i { position: absolute; z-index: 2; left: 50%; top: calc(100% + 15px); width: 30px; height: 58px; transform: translateX(-50%); border-radius: 5px; background: repeating-linear-gradient(0deg, #1d1d1b 0 5px, #3c3c39 5px 7px); }
.product-object-ball { width: 160px; height: 160px; border: 3px solid #262624; border-radius: 50%; background-color: var(--paw-orange); background-image: radial-gradient(circle, #191917 0 3px, transparent 3.5px); background-size: 29px 29px; box-shadow: 18px 18px 0 rgba(255,255,255,.08); }
.product-object-ball::after { content: "PAW"; position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 60px; height: 30px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.7); background: var(--paw-orange); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.product-object-bag { width: 205px; height: 142px; border: 3px solid #292927; border-radius: 9px; background: #efede8; box-shadow: 18px 18px 0 rgba(243,108,45,.18); }
.product-object-bag::before { content: ""; position: absolute; left: 50%; bottom: calc(100% - 2px); width: 80px; height: 43px; transform: translateX(-50%); border: 7px solid #292927; border-bottom: 0; border-radius: 43px 43px 0 0; }
.product-object-bag::after { content: ""; position: absolute; left: 15px; right: 15px; top: 27px; height: 2px; background: #8c8b86; }
.product-object-bag i { position: absolute; left: 50%; top: 54%; width: 74px; height: 37px; transform: translate(-50%, -50%); border: 1px solid #b9b7b0; }
.product-object-bag i::after { content: "PAW"; position: absolute; inset: 0; display: grid; place-items: center; color: #252523; font-size: 11px; font-weight: 900; letter-spacing: .12em; }

.home-ready-products { background: #0b0b0b; }
.ready-products-head { display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: end; gap: 70px; margin-bottom: 48px; }
.ready-products-head h2 { margin: 15px 0 0; font-size: clamp(42px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.052em; }
.ready-products-head p { margin: 0 0 20px; color: #969693; font-size: 12px; line-height: 1.7; }
.ready-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #343432; border-left: 1px solid #343432; }
.ready-category-grid > a { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid #343432; border-bottom: 1px solid #343432; padding: 29px; color: #fff; text-decoration: none; transition: background .18s ease; }
.ready-category-grid > a:hover { background: #141414; }
.ready-category-grid .catalog-object { align-self: center; margin: 30px 0 50px; }
.ready-category-grid b, .ready-category-grid small, .ready-category-grid i { display: block; }
.ready-category-grid b { font-size: 19px; }
.ready-category-grid small { margin-top: 8px; color: #858582; font-size: 9px; }
.ready-category-grid i { margin-top: auto; color: var(--paw-orange); font-size: 8px; font-weight: 800; font-style: normal; letter-spacing: .08em; }
.catalog-publishing-note { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 24px; border: 1px solid #343432; border-top: 0; padding: 20px 23px; background: #101010; }
.catalog-publishing-note span { color: var(--paw-orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.catalog-publishing-note p { margin: 0; color: #858582; font-size: 9px; }
.catalog-publishing-note a { color: #fff; text-decoration: none; font-size: 8px; font-weight: 800; }
.home-ready-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #343432; border-left: 1px solid #343432; }
.home-ready-card { border-right: 1px solid #343432; border-bottom: 1px solid #343432; background: #111; }
.home-ready-visual { position: relative; height: 285px; display: grid; place-items: center; overflow: hidden; background: #171717; }
.home-ready-visual img { width: 100%; height: 100%; object-fit: cover; }
.home-ready-visual > i, .product-card-visual > i { position: absolute; left: 13px; top: 13px; border: 1px solid #4a3327; background: #17100c; color: var(--paw-orange); padding: 6px 8px; font-size: 6px; font-weight: 800; font-style: normal; letter-spacing: .08em; }
.home-ready-card > div { padding: 21px; }
.home-ready-card > div > span { color: var(--paw-orange); font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.home-ready-card h3 { margin: 8px 0 9px; font-size: 17px; }
.home-ready-card h3 a, .home-ready-card > div > a { color: #fff; text-decoration: none; }
.home-ready-card p { min-height: 44px; margin: 0 0 18px; color: #858582; font-size: 9px; }
.home-ready-card > div > a { font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.home-ready-card > div > a b { color: var(--paw-orange); }

.catalog-object { position: relative; width: 118px; height: 150px; display: block; }
.catalog-object-paddles::before { content: ""; position: absolute; left: 50%; top: 3px; width: 86px; height: 105px; transform: translateX(-50%); border: 3px solid #2e2e2b; border-radius: 30px; background: #efede8; }
.catalog-object-paddles::after { content: ""; position: absolute; left: 50%; top: 104px; width: 22px; height: 46px; transform: translateX(-50%); border-radius: 0 0 5px 5px; background: #2e2e2b; }
.catalog-object-pickleballs { width: 132px; height: 132px; border: 3px solid #2e2e2b; border-radius: 50%; background-color: var(--paw-orange); background-image: radial-gradient(circle, #171715 0 2.5px, transparent 3px); background-size: 24px 24px; }
.catalog-object-bags-accessories { width: 168px; height: 112px; margin-top: 25px; border: 3px solid #2e2e2b; border-radius: 8px; background: #efede8; }
.catalog-object-bags-accessories::before { content: ""; position: absolute; left: 50%; bottom: calc(100% - 1px); width: 67px; height: 34px; transform: translateX(-50%); border: 6px solid #2e2e2b; border-bottom: 0; border-radius: 34px 34px 0 0; }
.catalog-object-products { border: 3px solid #2e2e2b; background: #efede8; }

.home-proof-rail { background: var(--paw-orange); color: #130d09; }
.home-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-proof-grid > div { min-height: 150px; display: flex; justify-content: center; flex-direction: column; padding: 24px; border-right: 1px solid rgba(25,12,6,.25); }
.home-proof-grid > div:first-child { border-left: 1px solid rgba(25,12,6,.25); }
.home-proof-grid strong { display: block; font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.home-proof-grid span { display: block; max-width: 210px; margin-top: 10px; color: rgba(25,12,6,.68); font-size: 8px; font-weight: 700; }

.home-process-section { background: #080808; }
.home-factory-section { background: #efeeea; color: #111; }
.home-factory-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.home-factory-copy h2 { margin: 15px 0 21px; color: #111; font-size: clamp(42px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.052em; }
.home-factory-copy p { margin: 0 0 28px; color: #62625e; font-size: 12px; line-height: 1.7; }
.home-quality-list { border-top: 1px solid #c7c6c0; }
.home-quality-list article { min-height: 112px; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid #c7c6c0; }
.home-quality-list article > b { color: var(--paw-orange-dark); font-size: 10px; }
.home-quality-list strong, .home-quality-list small { display: block; }
.home-quality-list strong { font-size: 14px; }
.home-quality-list small { margin-top: 5px; color: #70706b; font-size: 9px; }
.home-programs-section { background: #0c0c0c; }
.home-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #343432; border-left: 1px solid #343432; }
.home-program-grid article { min-height: 330px; display: flex; flex-direction: column; border-right: 1px solid #343432; border-bottom: 1px solid #343432; padding: 29px; }
.home-program-grid article:hover { background: #141414; }
.home-program-grid span { color: var(--paw-orange); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.home-program-grid h3 { margin: 67px 0 13px; font-size: 21px; line-height: 1.15; letter-spacing: -.035em; }
.home-program-grid p { margin: 0; color: #898986; font-size: 10px; line-height: 1.65; }
.home-program-grid a { margin-top: auto; color: #fff; text-decoration: none; font-size: 8px; font-weight: 800; }

/* Product hub and ready-made detail */
.product-hub-hero { min-height: 430px; display: flex; align-items: center; }
.product-hub-section { background: #efeeea; color: #111; }
.product-hub-section .section-heading h2 { color: #111; }
.product-hub-section .split-heading p { color: #62625e; }
.hub-product-paths { margin-top: 15px; }
.custom-category-intro { background: #0b0b0b; }
.custom-category-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.custom-category-visual { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; border: 1px solid #333; background: #111; }
.custom-category-visual::before { content: ""; position: absolute; inset: 28px; border: 1px solid #2b2b29; }
.custom-category-copy h2 { margin: 15px 0 19px; font-size: clamp(39px, 4vw, 58px); line-height: 1.07; letter-spacing: -.05em; }
.custom-category-copy > p { margin: 0; color: #969693; font-size: 12px; line-height: 1.7; }
.custom-category-copy .check-list { margin: 27px 0 31px; }
.simple-workflow-section { background: #efeeea; color: #111; }
.simple-workflow-section .section-heading h2 { color: #111; }
.simple-workflow-section .split-heading p { color: #62625e; }
.simple-workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c7c6c0; border-left: 1px solid #c7c6c0; }
.simple-workflow-grid article { min-height: 290px; padding: 28px; border-right: 1px solid #c7c6c0; border-bottom: 1px solid #c7c6c0; }
.simple-workflow-grid b { color: var(--paw-orange-dark); font-size: 9px; }
.simple-workflow-grid h3 { margin: 65px 0 12px; font-size: 20px; }
.simple-workflow-grid p { margin: 0; color: #666661; font-size: 10px; line-height: 1.65; }
.ready-product-archive { min-height: 560px; }
.catalog-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.catalog-filter a { min-height: 42px; display: inline-flex; align-items: center; border: 1px solid #3a3a38; padding: 0 17px; color: #aaa; text-decoration: none; font-size: 9px; font-weight: 800; }
.catalog-filter a:hover, .catalog-filter a.is-active { border-color: var(--paw-orange); background: var(--paw-orange); color: #fff; }
.product-card-visual { position: relative; display: grid; place-items: center; overflow: hidden; text-decoration: none; }
.ready-product-card .product-card-visual { background: #171717; }
.ready-product-card .catalog-object { transform: scale(1.25); }
.catalog-empty-state { min-height: 430px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1px solid #343432; padding: 48px; background: #111; text-align: center; }
.catalog-empty-state > span { color: var(--paw-orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.catalog-empty-state h2 { margin: 18px 0 12px; font-size: 34px; }
.catalog-empty-state p { max-width: 650px; margin: 0 0 24px; color: #8f8f8c; font-size: 11px; line-height: 1.7; }
.ready-product-media { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; border: 1px solid #333; background: #151515; }
.ready-product-main-image { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.ready-product-media .catalog-object { transform: scale(2); }
.ready-product-label { position: absolute; left: 17px; top: 17px; border: 1px solid #4a3327; background: #17100c; color: var(--paw-orange); padding: 7px 9px; font-size: 7px; font-weight: 800; letter-spacing: .09em; }
.ready-product-detail .product-bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; border-left: 3px solid var(--paw-orange); padding: 30px; }
.ready-product-detail .product-bottom-cta h2 { margin: 9px 0 7px; font-size: 25px; }
.ready-product-detail .product-bottom-cta p { margin: 0; color: #92928f; }

@media (max-width: 1120px) {
  .paw-menu { gap: 14px; }
  .paw-menu a { font-size: 9px; }
  .header-inner { gap: 20px; }
  .home-product-copy { min-height: 330px; }
  .home-ready-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .home .site-header { position: fixed; }
  .header-mobile-quote { min-height: 34px; display: inline-flex; align-items: center; margin-left: auto; border: 1px solid var(--paw-orange); background: var(--paw-orange); color: #fff; padding: 0 12px; text-decoration: none; font-size: 9px; font-weight: 800; }
  .menu-toggle { margin-left: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-toggle span { transition: transform .18s ease, opacity .18s ease; }
  .primary-navigation { inset: 68px 0 0; max-height: calc(100svh - 68px); padding: 8px 18px 24px; }
  body.admin-bar .primary-navigation { top: 114px; }
  .paw-menu > li { border-bottom: 1px solid #292927; }
  .paw-menu > li > a { border: 0; }
  .nav-parent-row { display: grid; grid-template-columns: 1fr 48px; }
  .nav-parent-row > a { border: 0; }
  .submenu-toggle { width: 48px; height: 52px; margin: 0; border-left: 1px solid #292927; }
  .paw-mega-menu { position: static; width: 100%; display: none; grid-template-columns: 1fr; visibility: visible; opacity: 1; transform: none; border: 0; border-top: 1px solid #292927; box-shadow: none; pointer-events: auto; transition: none; }
  .nav-has-submenu:hover > .paw-mega-menu, .nav-has-submenu:focus-within > .paw-mega-menu { display: none; transform: none; }
  .nav-has-submenu.submenu-open > .paw-mega-menu { display: grid; transform: none; }
  .mega-menu-intro { display: none; }
  .mega-menu-links { padding: 4px 0 8px 16px; }
  .paw-mega-menu .mega-menu-links > a { min-height: 70px; grid-template-columns: 26px minmax(0, 1fr); padding: 9px 12px; }
  .mega-menu-links > a > i { display: none; }
  .home-product-paths, .ready-category-grid, .home-program-grid { grid-template-columns: 1fr; }
  .home-product-path { display: grid; grid-template-columns: .82fr 1.18fr; }
  .home-product-visual { height: auto; min-height: 370px; border-right: 1px solid #2c2c2a; border-bottom: 0; }
  .home-product-copy { min-height: 370px; }
  .ready-products-head, .home-factory-grid, .custom-category-grid { grid-template-columns: 1fr; gap: 45px; }
  .home-proof-grid { grid-template-columns: 1fr 1fr; }
  .home-proof-grid > div { border-bottom: 1px solid rgba(25,12,6,.25); }
  .home-proof-grid > div:nth-child(2) { border-right: 1px solid rgba(25,12,6,.25); }
  .home-factory-grid { align-items: start; }
  .custom-category-visual { min-height: 500px; }
  .simple-workflow-grid { grid-template-columns: 1fr; }
  .simple-workflow-grid article { min-height: 240px; }
  .ready-product-media { min-height: 520px; }
  .ready-product-main-image { min-height: 520px; }
}

@media (max-width: 700px) {
  .header-mobile-quote { min-height: 32px; padding: 0 9px; font-size: 8px; }
  .home .video-hero { padding-top: 68px; }
  .home-product-path { display: block; }
  .home-product-visual { height: 280px; min-height: 0; border-right: 0; border-bottom: 1px solid #2c2c2a; }
  .home-product-copy { min-height: 295px; padding: 23px; }
  .home-product-copy h3 { margin-top: 38px; font-size: 22px; }
  .product-object-paddle { transform: translateY(-20px) rotate(8deg) scale(.82); }
  .product-object-ball { transform: scale(.82); }
  .product-object-bag { transform: scale(.78); }
  .ready-products-head { display: block; }
  .ready-products-head > div:last-child { margin-top: 24px; }
  .ready-category-grid > a { min-height: 330px; padding: 23px; }
  .catalog-publishing-note { grid-template-columns: 1fr; gap: 8px; }
  .home-ready-grid { grid-template-columns: 1fr; }
  .home-proof-grid { grid-template-columns: 1fr; }
  .home-proof-grid > div { min-height: 115px; border-right: 1px solid rgba(25,12,6,.25); }
  .home-factory-copy h2 { font-size: 39px; }
  .home-program-grid article { min-height: 285px; padding: 24px; }
  .custom-category-visual { min-height: 390px; }
  .custom-category-copy h2 { font-size: 38px; }
  .simple-workflow-grid article { min-height: 220px; padding: 24px; }
  .catalog-filter { display: grid; grid-template-columns: 1fr 1fr; }
  .catalog-filter a { justify-content: center; padding: 0 10px; font-size: 8px; }
  .catalog-empty-state { min-height: 390px; padding: 34px 20px; }
  .catalog-empty-state h2 { font-size: 28px; }
  .ready-product-detail .product-bottom-cta { align-items: stretch; flex-direction: column; }
  .ready-product-media { min-height: 420px; }
  .ready-product-main-image { min-height: 420px; }
}

/* 2.4 editorial home redesign */
.home-campaign-hero {
  min-height: 100svh;
  border-bottom: 1px solid #242422;
}
.home-campaign-hero .video-hero-shade {
  background:
    linear-gradient(90deg, rgba(3,3,3,.93) 0%, rgba(3,3,3,.76) 40%, rgba(3,3,3,.3) 72%, rgba(3,3,3,.48) 100%),
    linear-gradient(0deg, rgba(4,4,4,.96) 0%, transparent 38%, rgba(0,0,0,.26) 100%);
}
.home-campaign-hero .video-hero-shade::after {
  background: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.home-campaign-hero .video-hero-inner { padding-top: 150px; padding-bottom: 27px; }
.home-campaign-hero .video-hero-copy { max-width: 940px; }
.home-campaign-hero .video-hero-copy h1 {
  max-width: 900px;
  margin: 25px 0 27px;
  font-size: clamp(66px, 7.1vw, 108px);
  line-height: .91;
  letter-spacing: -.075em;
}
.home-campaign-hero .video-hero-copy > p { max-width: 650px; color: #c6c6c1; font-size: 16px; }
.home-campaign-hero .hero-actions { margin-top: 35px; }
.campaign-hero-footer {
  width: 100%;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  margin-top: auto;
  border-top: 1px solid rgba(255,255,255,.34);
  padding-top: 20px;
  color: #c7c7c3;
}
.campaign-hero-footer > span, .campaign-hero-footer > a { font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.campaign-hero-footer > span { color: var(--paw-orange); }
.campaign-hero-footer p { margin: 0; font-size: 12px; }
.campaign-hero-footer a { color: #fff; text-decoration: none; }
.campaign-hero-footer a b { margin-left: 12px; color: var(--paw-orange); font-size: 16px; }

.home-editorial-intro { overflow: hidden; background: #0a0a0a; }
.editorial-heading {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr) 360px;
  align-items: end;
  gap: 45px;
  margin-bottom: 68px;
}
.section-number { color: #363633; font-size: 74px; font-weight: 900; line-height: .78; letter-spacing: -.08em; }
.editorial-heading h2, .process-editorial-intro h2 {
  margin: 17px 0 0;
  color: #f5f5f2;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -.06em;
}
.editorial-heading h2 em, .process-editorial-intro h2 em, .home-closing-campaign h2 em { color: var(--paw-orange); font-weight: inherit; font-style: normal; }
.editorial-heading > p { margin: 0 0 4px; color: #8f8f8b; font-size: 14px; line-height: 1.75; }

.product-family-feature {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  background: #090909;
}
.product-family-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-family-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,3,3,.94) 0%, rgba(3,3,3,.79) 31%, transparent 66%),
    linear-gradient(0deg, rgba(3,3,3,.94) 0%, transparent 42%);
}
.product-family-copy { position: absolute; z-index: 2; left: 64px; top: 72px; width: min(470px, calc(100% - 128px)); }
.product-family-copy > span { color: var(--paw-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.product-family-copy h3 { margin: 28px 0 20px; color: #fff; font-size: clamp(43px, 4.2vw, 64px); line-height: 1.01; letter-spacing: -.06em; }
.product-family-copy p { max-width: 430px; margin: 0 0 31px; color: #aaa9a4; font-size: 14px; line-height: 1.75; }
.product-family-links {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.22);
  background: rgba(5,5,5,.78);
  backdrop-filter: blur(16px);
}
.product-family-links a {
  min-height: 130px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 18px;
  border-right: 1px solid rgba(255,255,255,.18);
  padding: 25px 29px;
  color: #fff;
  text-decoration: none;
  transition: background .2s ease;
}
.product-family-links a:last-child { border-right: 0; }
.product-family-links a:hover { background: rgba(243,108,45,.94); }
.product-family-links a > b { color: var(--paw-orange); font-size: 11px; }
.product-family-links a:hover > b { color: #1b0d06; }
.product-family-links strong, .product-family-links small { display: block; }
.product-family-links strong { font-size: 16px; }
.product-family-links small { margin-top: 7px; color: #91918d; font-size: 11px; }
.product-family-links a:hover small { color: rgba(27,13,6,.7); }
.product-family-links i { color: var(--paw-orange); font-size: 19px; font-style: normal; }
.product-family-links a:hover i { color: #1b0d06; }

.home-ready-editorial { background: #eeede8; color: #111; }
.editorial-heading-dark .section-number { color: #cfcec7; }
.editorial-heading-dark h2 { color: #111; }
.editorial-heading-dark h2 em { color: var(--paw-orange-dark); }
.editorial-heading-dark > p { color: #60605c; }
.ready-editorial-layout { display: grid; grid-template-columns: .82fr 1.18fr; border-top: 1px solid #c8c7c0; }
.ready-editorial-story { display: flex; flex-direction: column; min-height: 550px; padding: 55px 70px 45px 0; border-right: 1px solid #c8c7c0; }
.ready-editorial-story > span { color: var(--paw-orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.ready-editorial-story h3 { max-width: 470px; margin: 90px 0 20px; font-size: clamp(38px, 4vw, 56px); line-height: 1.03; letter-spacing: -.055em; }
.ready-editorial-story p { max-width: 490px; margin: 0; color: #65655f; font-size: 14px; line-height: 1.75; }
.ready-editorial-story .text-link { margin-top: auto; color: #111; font-size: 11px; }
.ready-category-list a {
  min-height: 183px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #c8c7c0;
  padding: 26px 12px 26px 48px;
  color: #111;
  text-decoration: none;
  transition: background .2s ease, padding .2s ease;
}
.ready-category-list a:hover { background: #fff; padding-left: 58px; }
.ready-category-list a > b { color: var(--paw-orange-dark); font-size: 12px; }
.ready-category-list strong, .ready-category-list small { display: block; }
.ready-category-list strong { font-size: clamp(25px, 2.4vw, 36px); line-height: 1; letter-spacing: -.045em; }
.ready-category-list small { margin-top: 9px; color: #6f6f69; font-size: 12px; }
.ready-category-list i { color: var(--paw-orange-dark); font-size: 23px; font-style: normal; }
.home-ready-grid.is-populated { border-color: #c8c7c0; }
.home-ready-grid.is-populated .home-ready-card { border-color: #c8c7c0; }

.home-capability-line { border-block: 1px solid #2c2c2a; background: #111; }
.home-capability-line .paw-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.home-capability-line span { color: #c9c9c5; font-size: 11px; font-weight: 700; letter-spacing: .045em; }
.home-capability-line i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--paw-orange); }

.home-process-editorial { background: #080808; }
.process-editorial-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 110px; }
.process-editorial-intro { position: sticky; top: 130px; }
.process-editorial-intro .section-number { display: block; margin-bottom: 90px; }
.process-editorial-intro h2 { margin-bottom: 25px; font-size: clamp(44px, 4.6vw, 67px); }
.process-editorial-intro > p { max-width: 510px; margin: 0 0 32px; color: #94948f; font-size: 14px; line-height: 1.75; }
.process-editorial-list { border-top: 1px solid #363634; }
.process-editorial-list article {
  min-height: 205px;
  display: grid;
  grid-template-columns: 72px minmax(180px, .75fr) 1fr;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #363634;
  padding: 30px 15px;
  transition: background .2s ease, padding .2s ease;
}
.process-editorial-list article:hover { background: #111; padding-inline: 28px; }
.process-editorial-list b { color: var(--paw-orange); font-size: 12px; }
.process-editorial-list h3 { margin: 0; font-size: 27px; line-height: 1.08; letter-spacing: -.04em; }
.process-editorial-list p { margin: 0; color: #8b8b87; font-size: 13px; line-height: 1.7; }

.home-factory-campaign { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; background: #0a0a0a; }
.home-factory-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,3,3,.18), rgba(3,3,3,.67)), url("../media/paw-hero-courts-poster.jpg") center / cover no-repeat; transform: scale(1.02); }
.home-factory-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,5,.65), transparent 45%, rgba(5,5,5,.25)); }
.home-factory-campaign-inner { position: relative; display: flex; justify-content: flex-end; }
.factory-campaign-panel { width: min(570px, 100%); border-left: 3px solid var(--paw-orange); background: rgba(7,7,7,.9); padding: 58px 58px 52px; backdrop-filter: blur(18px); }
.factory-campaign-panel h2 { margin: 18px 0 20px; font-size: clamp(42px, 4vw, 59px); line-height: 1.02; letter-spacing: -.055em; }
.factory-campaign-panel > p { margin: 0; color: #a1a19d; font-size: 14px; line-height: 1.75; }
.factory-campaign-panel ul { margin: 32px 0 29px; padding: 0; border-top: 1px solid #373735; list-style: none; }
.factory-campaign-panel li { min-height: 54px; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-bottom: 1px solid #373735; color: #d3d3cf; font-size: 13px; }
.factory-campaign-panel li b { color: var(--paw-orange); font-size: 10px; }

.home-buyer-programs { background: #0b0b0b; }
.buyer-program-layout { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 620px; }
.buyer-program { position: relative; display: flex; flex-direction: column; border: 1px solid #343432; padding: 45px; color: #fff; text-decoration: none; transition: background .2s ease; }
.buyer-program:hover { background: #151515; }
.buyer-program-main { justify-content: flex-end; border-right: 0; background: linear-gradient(145deg, #171717 0%, #0a0a0a 62%); }
.buyer-program-main::before { content: "01"; position: absolute; right: 40px; top: 28px; color: #222220; font-size: 170px; font-weight: 900; line-height: 1; letter-spacing: -.1em; }
.buyer-program > span { position: relative; z-index: 1; color: var(--paw-orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.buyer-program h3 { position: relative; z-index: 1; max-width: 570px; margin: 50px 0 15px; font-size: clamp(34px, 4vw, 57px); line-height: 1.03; letter-spacing: -.055em; }
.buyer-program p { position: relative; z-index: 1; max-width: 500px; margin: 0; color: #969692; font-size: 14px; }
.buyer-program > b { position: relative; z-index: 1; margin-top: auto; padding-top: 45px; font-size: 11px; letter-spacing: .08em; }
.buyer-program-stack { display: grid; grid-template-rows: 1fr 1fr; }
.buyer-program-stack .buyer-program { border-bottom: 0; }
.buyer-program-stack .buyer-program:last-child { border-bottom: 1px solid #343432; }
.buyer-program-stack .buyer-program h3 { max-width: 420px; margin-top: 60px; font-size: clamp(28px, 3vw, 41px); }

.home-closing-campaign { background: var(--paw-orange); color: #170d08; padding: 100px 0 92px; }
.home-closing-campaign-inner > span { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.home-closing-campaign h2 { max-width: 1000px; margin: 52px 0 45px; font-size: clamp(58px, 7vw, 102px); line-height: .94; letter-spacing: -.075em; }
.home-closing-campaign h2 em { color: #fff; }
.home-closing-campaign-inner > div { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; border-top: 1px solid rgba(24,13,8,.3); padding-top: 28px; }
.home-closing-campaign p { max-width: 620px; margin: 0; color: rgba(24,13,8,.72); font-size: 15px; line-height: 1.7; }
.button-dark { border-color: #111; background: #111; color: #fff; }
.button-dark:hover { border-color: #292929; background: #292929; }

@media (max-width: 1100px) {
  .editorial-heading { grid-template-columns: 78px 1fr; gap: 32px; }
  .editorial-heading > p { grid-column: 2; max-width: 620px; }
  .section-number { font-size: 62px; }
  .product-family-feature { min-height: 760px; }
  .product-family-links a { grid-template-columns: 25px 1fr auto; gap: 12px; padding: 22px 19px; }
  .ready-editorial-story { padding-right: 45px; }
  .process-editorial-grid { gap: 65px; }
}

@media (max-width: 860px) {
  .home-campaign-hero .video-hero-inner { padding-top: 130px; }
  .campaign-hero-footer { grid-template-columns: 1fr auto; }
  .campaign-hero-footer p { display: none; }
  .editorial-heading { grid-template-columns: 1fr; gap: 22px; }
  .editorial-heading > p { grid-column: 1; max-width: 650px; }
  .section-number { margin-bottom: 8px; }
  .product-family-feature { min-height: 900px; }
  .product-family-feature > img { object-position: 61% center; }
  .product-family-shade { background: linear-gradient(180deg, rgba(3,3,3,.9) 0%, rgba(3,3,3,.35) 47%, rgba(3,3,3,.96) 78%); }
  .product-family-copy { left: 38px; top: 45px; width: calc(100% - 76px); }
  .product-family-links { grid-template-columns: 1fr; }
  .product-family-links a { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .product-family-links a:last-child { border-bottom: 0; }
  .ready-editorial-layout { grid-template-columns: 1fr; }
  .ready-editorial-story { min-height: 450px; border-right: 0; padding-right: 0; }
  .ready-editorial-story h3 { margin-top: 65px; }
  .ready-category-list { border-top: 1px solid #c8c7c0; }
  .ready-category-list a { padding-left: 0; }
  .ready-category-list a:hover { padding-left: 12px; }
  .home-capability-line .paw-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding-block: 20px; }
  .home-capability-line span { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid #2c2c2a; }
  .home-capability-line i { display: none; }
  .process-editorial-grid { grid-template-columns: 1fr; }
  .process-editorial-intro { position: static; }
  .process-editorial-intro .section-number { margin-bottom: 55px; }
  .process-editorial-list article { grid-template-columns: 50px minmax(180px, .8fr) 1fr; }
  .home-factory-campaign { min-height: 760px; }
  .factory-campaign-panel { margin-top: 160px; }
  .buyer-program-layout { grid-template-columns: 1fr; }
  .buyer-program-main { min-height: 520px; border-right: 1px solid #343432; border-bottom: 0; }
  .buyer-program-stack .buyer-program { min-height: 330px; }
}

@media (max-width: 620px) {
  .home-campaign-hero { min-height: 820px; }
  .home-campaign-hero .video-hero-inner { padding-top: 125px; padding-bottom: 22px; }
  .home-campaign-hero .video-hero-copy h1 { font-size: clamp(53px, 15vw, 72px); }
  .home-campaign-hero .video-hero-copy > p { font-size: 14px; }
  .home-campaign-hero .hero-actions { align-items: stretch; flex-direction: column; }
  .campaign-hero-footer { grid-template-columns: 1fr; gap: 7px; }
  .campaign-hero-footer > a { display: none; }
  .editorial-heading h2, .process-editorial-intro h2 { font-size: 42px; }
  .editorial-heading > p { font-size: 13px; }
  .product-family-feature { min-height: 820px; }
  .product-family-copy { left: 24px; top: 32px; width: calc(100% - 48px); }
  .product-family-copy h3 { margin-top: 20px; font-size: 39px; }
  .product-family-copy p { font-size: 13px; }
  .product-family-feature > img { object-position: 64% center; }
  .product-family-links a { min-height: 82px; padding: 15px 19px; }
  .product-family-links strong { font-size: 14px; }
  .product-family-links small { font-size: 10px; }
  .ready-editorial-story { min-height: 430px; }
  .ready-editorial-story h3 { font-size: 38px; }
  .ready-category-list a { min-height: 140px; grid-template-columns: 42px 1fr auto; gap: 12px; }
  .ready-category-list strong { font-size: 26px; }
  .ready-category-list small { font-size: 11px; }
  .home-capability-line .paw-shell { grid-template-columns: 1fr; }
  .process-editorial-list article { min-height: 190px; grid-template-columns: 42px 1fr; gap: 10px; padding: 25px 0; }
  .process-editorial-list article:hover { padding-inline: 12px; }
  .process-editorial-list p { grid-column: 2; }
  .home-factory-campaign { min-height: 800px; align-items: flex-end; }
  .home-factory-campaign-inner { width: 100%; }
  .factory-campaign-panel { width: 100%; margin-top: 240px; padding: 38px 25px 34px; }
  .factory-campaign-panel h2 { font-size: 39px; }
  .buyer-program { padding: 28px; }
  .buyer-program-main { min-height: 470px; }
  .buyer-program-main::before { right: 25px; font-size: 115px; }
  .buyer-program h3 { font-size: 39px; }
  .buyer-program-stack .buyer-program { min-height: 280px; }
  .home-closing-campaign { padding: 75px 0 70px; }
  .home-closing-campaign h2 { margin: 40px 0 37px; font-size: 54px; }
  .home-closing-campaign-inner > div { grid-template-columns: 1fr; gap: 28px; }
  .home-closing-campaign-inner .button { width: 100%; }
}
