: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; }
}
