:root {
  --v3-ink: #111111;
  --v3-muted: #686866;
  --v3-line: #deded9;
  --v3-soft: #f4f4f1;
  --v3-orange: #f39a18;
  --v3-width: 1280px;
}

.v3-home { background: #fff; color: var(--v3-ink); }
.v3-home .section-shell { width: min(calc(100% - 48px), var(--v3-width)); margin-inline: auto; }
.v3-home .utility-bar { background: var(--v3-ink); color: #fff; font-size: .76rem; letter-spacing: .06em; }
.v3-home .utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.v3-home .utility-inner div { display: flex; gap: 24px; }
.v3-home .utility-inner a { color: #fff; text-decoration: none; }
.v3-home .site-header { position: relative; top: auto; min-height: 72px; padding: 0; background: #fff; border-bottom: 1px solid var(--v3-line); box-shadow: none; }
.v3-home .brand { display: inline-flex; width: auto; flex-direction: column; align-items: flex-start; gap: 3px; color: var(--v3-ink); text-decoration: none; }
.v3-home .brand-word { font-size: 1.75rem; font-weight: 850; letter-spacing: -.055em; line-height: .85; text-transform: uppercase; }
.v3-home .brand-line { width: 100%; height: 3px; background: var(--v3-orange); }
.v3-home .site-nav { gap: 30px; }
.v3-home .site-nav > a { color: var(--v3-ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.v3-home .nav-cta { min-height: 40px; padding: 0 18px; border: 1px solid var(--v3-ink); background: var(--v3-ink); color: #fff; border-radius: 0; }
.v3-home .site-nav > a.nav-cta { color: #fff; }
.v3-home .button { min-height: 48px; padding: 0 24px; border-radius: 0; font-size: .88rem; font-weight: 800; letter-spacing: .01em; }
.v3-home .button.primary { background: var(--v3-orange); border-color: var(--v3-orange); color: var(--v3-ink); }
.v3-home .button.primary:hover { background: #df8500; border-color: #df8500; }
.v3-home .button.secondary { background: transparent; border-color: var(--v3-ink); color: var(--v3-ink); }
.v3-home .button.secondary:hover { background: var(--v3-ink); color: #fff; }

.v3-hero { border-bottom: 1px solid var(--v3-line); background: #f7f7f4; }
.v3-hero-grid { min-height: 400px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.v3-hero-copy { min-width: 0; height: 100%; align-self: stretch; display: flex; flex-direction: column; max-width: 640px; padding: 40px 56px 0 0; }
.v3-kicker { margin: 0 0 18px; color: #9a5a00; font-size: .72rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.v3-hero .v3-kicker { margin-bottom: 14px; }
.v3-hero h1 { margin: 0; max-width: 640px; font-size: clamp(3rem, 4.2vw, 4.4rem); line-height: .96; letter-spacing: -.062em; }
.v3-hero-copy > p:not(.v3-kicker) { max-width: 560px; margin: 14px 0 0; color: var(--v3-muted); font-size: 1rem; line-height: 1.5; }
.v3-home .hero-actions { margin-top: 18px; }
.v3-proof { min-height: 60px; flex: 0 0 60px; display: flex; align-items: center; gap: 28px; margin-top: auto; padding-top: 0; border-top: 1px solid var(--v3-line); color: var(--v3-muted); font-size: .78rem; line-height: 1.2; }
.v3-proof span { display: grid; align-content: center; gap: 3px; }
.v3-proof strong { color: var(--v3-ink); font-size: 1.18rem; line-height: 1; }
.v3-hero-product { position: relative; min-width: 0; min-height: 400px; display: grid; grid-template-rows: minmax(0, 1fr) 60px; overflow: hidden; background: #fff; color: var(--v3-ink); text-decoration: none; }
.v3-hero-media { grid-row: 1; align-self: end; justify-self: center; display: grid; width: min(62%, 264px); aspect-ratio: 1; margin-bottom: 20px; place-items: center; overflow: hidden; background: #fff; }
.v3-hero-product img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .35s ease; }
.v3-hero-product:hover img { transform: scale(1.02); }
.v3-hero-caption { position: static; z-index: 1; grid-row: 2; height: 60px; margin: 0 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 0; border-top: 1px solid var(--v3-line); font-size: .85rem; }
.v3-hero-caption b { letter-spacing: .08em; }
.v3-hero-scene-shell { position: relative; min-width: 0; min-height: 400px; }
.v3-hero-scene-shell .v3-hero-product { height: 100%; }
.v3-hero-scene .v3-hero-scene-media { width: 100%; height: 100%; aspect-ratio: auto; align-self: stretch; justify-self: stretch; margin: 0; }
.v3-hero-scene-media picture { display: block; width: 100%; height: 100%; }
.v3-hero-scene .v3-hero-scene-media img { width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center; transition: opacity .25s ease, transform .5s ease; }
.v3-hero-scene:hover .v3-hero-scene-media img { transform: scale(1.015); }
.v3-hero-scene .v3-hero-caption b { max-width: 64%; letter-spacing: .02em; }
.v3-hero-scene .v3-hero-caption span { white-space: nowrap; }
.v3-hero-controls { position: absolute; z-index: 3; right: 24px; bottom: 72px; display: flex; align-items: center; gap: 8px; padding: 6px 8px; background: rgba(17, 17, 17, .82); }
.v3-hero-controls[hidden] { display: none; }
.v3-hero-controls button { width: 28px; height: 28px; padding: 0; border: 1px solid rgba(255, 255, 255, .45); background: transparent; color: #fff; cursor: pointer; }
.v3-hero-controls > span { display: flex; gap: 6px; }
.v3-hero-controls [data-hero-scene-dot] { width: 7px; height: 7px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .5); }
.v3-hero-controls [data-hero-scene-dot][aria-current="true"] { background: var(--v3-orange); }

.v3-section { padding-block: 40px; }
.v3-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.v3-section-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 22px; }
.v3-section-head h2, .v3-oem h2, .v3-company h2, .v3-contact h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.05em; }
.v3-section-head > div > p:last-child:not(.v3-kicker) { max-width: 670px; margin: 14px 0 0; color: var(--v3-muted); line-height: 1.65; }
.v3-text-link { flex: 0 0 auto; color: var(--v3-ink); font-size: .85rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid; padding-bottom: 3px; }

.v3-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v3-line); border-left: 1px solid var(--v3-line); }
.v3-category-card { min-height: 168px; padding: 20px 24px; display: flex; flex-direction: column; border-right: 1px solid var(--v3-line); border-bottom: 1px solid var(--v3-line); color: var(--v3-ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.v3-category-card > span { color: #999; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.v3-category-card h3 { max-width: none; margin: 16px 0 7px; font-size: clamp(.95rem, 1.25vw, 1.16rem); line-height: 1.12; letter-spacing: -.035em; white-space: nowrap; }
.v3-category-card p { margin: 0 0 12px; color: var(--v3-muted); font-size: .82rem; line-height: 1.42; }
.v3-category-card b { margin-top: auto; font-size: .72rem; }
.v3-category-card:hover { background: var(--v3-ink); color: #fff; }
.v3-category-card:hover p, .v3-category-card:hover > span { color: #c9c9c4; }

.v3-products { background: #fff; border-bottom: 1px solid var(--v3-line); }
.v3-products > .v3-section { padding-block: 40px; }
.v3-products .v3-section-head { margin-bottom: 24px; }
.v3-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v3-product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--v3-line); border-radius: 0; background: #fff; box-shadow: none; }
.v3-product-media { position: relative; display: block; height: 250px; overflow: hidden; background: #fff; border-bottom: 1px solid var(--v3-line); }
.v3-product-media > span { position: absolute; z-index: 1; top: 8px; left: 8px; padding: 6px 8px; background: var(--v3-orange); color: var(--v3-ink); font-size: .65rem; font-weight: 850; letter-spacing: .08em; }
.v3-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 24px; transition: transform .3s ease; }
.v3-product-card:hover .v3-product-media img { transform: scale(1.035); }
.v3-product-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.v3-product-body > p { margin: 0 0 10px; color: #9a5a00; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v3-product-body h3 { margin: 0; font-size: 1.02rem; line-height: 1.3; letter-spacing: -.015em; }
.v3-product-body h3 a { color: var(--v3-ink); text-decoration: none; }
.v3-product-body ul { display: grid; gap: 7px; margin: 14px 0 20px; padding: 0; list-style: none; color: var(--v3-muted); font-size: .78rem; line-height: 1.4; }
.v3-product-body li { position: relative; padding: 2px 0 2px 1.05em; background: transparent; font-size: .78rem; font-weight: 650; }
.v3-product-body li::before { position: absolute; top: calc(2px + .7em); left: 0; width: .72em; height: 1.5px; content: ""; background: #aaa; transform: translateY(-50%); }
.v3-product-body > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--v3-line); }
.v3-product-body > div a, .v3-product-body > div button { padding: 0; border: 0; background: none; color: var(--v3-ink); font: inherit; font-size: .72rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.v3-product-body > div button { color: #8a5100; }
.v3-product-card.selected { outline: 2px solid var(--v3-orange); outline-offset: -2px; }

.v3-categories-band, .v3-support-band { background: var(--v3-soft); border-bottom: 1px solid var(--v3-line); }
.v3-why { padding-block: 40px; }
.v3-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--v3-ink); }
.v3-feature-grid article { padding: 24px 30px 10px 0; }
.v3-feature-grid span { color: #9a5a00; font-size: .7rem; font-weight: 850; }
.v3-feature-grid h3 { margin: 28px 0 10px; font-size: 1.15rem; }
.v3-feature-grid p { margin: 0; color: var(--v3-muted); font-size: .88rem; line-height: 1.6; }

.v3-oem { background: var(--v3-ink); color: #fff; }
.v3-oem-grid { min-height: 380px; display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: center; gap: 70px; }
.v3-oem .v3-kicker { color: var(--v3-orange); }
.v3-oem p:not(.v3-kicker) { max-width: 610px; margin: 22px 0 0; color: #c3c3bd; line-height: 1.65; }
.v3-oem ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #454542; }
.v3-oem li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid #454542; font-size: .9rem; }
.v3-oem li span { color: var(--v3-orange); font-size: .7rem; font-weight: 850; }

.v3-support-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--v3-line); }
.v3-support-grid > * { min-height: 170px; padding: 20px 24px; display: flex; flex-direction: column; text-align: left; border: 0; border-right: 1px solid var(--v3-line); background: #fff; color: var(--v3-ink); text-decoration: none; font: inherit; cursor: pointer; }
.v3-support-grid > *:last-child { border-right: 0; }
.v3-support-grid span { color: #9a5a00; font-size: .7rem; font-weight: 850; }
.v3-support-grid h3 { margin: 18px 0 8px; font-size: 1.18rem; }
.v3-support-grid p { margin: 0 0 14px; color: var(--v3-muted); font-size: .84rem; line-height: 1.45; }
.v3-support-grid b { margin-top: auto; font-size: .78rem; }
.v3-support-grid > *:hover { background: var(--v3-soft); }

#support.v3-section { padding-block: 40px; }

.v3-company { padding-block: 48px; background: #fff; border-top: 1px solid var(--v3-line); }
.v3-company-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; row-gap: 36px; }
.v3-company-copy { padding-top: 22px; }
.v3-company-copy p { margin: 0 0 18px; color: var(--v3-muted); font-size: .98rem; line-height: 1.75; }
.v3-process-heading { grid-column: 1 / -1; margin-top: 4px; }
.v3-process-heading .v3-kicker { margin-bottom: 10px; }
.v3-process-heading h3 { margin: 0; font-size: 1.45rem; letter-spacing: -.025em; }
.v3-process { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; gap: 1px; list-style: none; background: var(--v3-line); border: 1px solid var(--v3-line); }
.v3-process li { min-height: 190px; display: flex; flex-direction: column; padding: 20px; background: #fff; }
.v3-process span { color: #9a5a00; font-size: .7rem; font-weight: 850; letter-spacing: .08em; }
.v3-process h3 { margin: 24px 0 10px; font-size: 1rem; line-height: 1.2; letter-spacing: -.015em; }
.v3-process p { margin: 0; color: var(--v3-muted); font-size: .8rem; line-height: 1.5; }
.v3-contact { padding-block: 40px; background: var(--v3-orange); }
.v3-contact .v3-kicker { color: #623900; }
.v3-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; }
.v3-contact-actions { display: flex; gap: 12px; }
.v3-contact .button.primary { background: var(--v3-ink); border-color: var(--v3-ink); color: #fff; }

.v3-footer { padding-top: 48px; background: var(--v3-ink); color: #fff; }
.v3-footer-grid { display: grid; grid-template-columns: minmax(310px, 1.35fr) repeat(3, 1fr); gap: 48px; padding-bottom: 32px; }
.v3-footer .brand { color: #fff; }
.v3-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.v3-footer-grid p { max-width: 340px; color: #a9a9a4; font-size: .82rem; line-height: 1.6; }
.v3-footer-tagline { margin: 0; max-width: none !important; white-space: nowrap; font-weight: 400; }
.v3-footer-contact-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; margin: 0; font-style: normal; }
.v3-footer-contact-column > * { font-style: normal; font-weight: 400; }
.v3-footer-grid strong { margin-bottom: 8px; color: #fff; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.v3-footer-grid a:not(.brand) { color: #bdbdb8; font-size: .79rem; text-decoration: none; }
.v3-footer-contact-column span, .v3-footer-grid .v3-footer-contact-column a { color: #bdbdb8; font-size: .79rem; line-height: 1.4; }
.v3-footer-grid a:hover { color: #fff; }
.v3-footer-meta { display: grid; grid-template-columns: minmax(0, 1.45fr) 1fr; gap: 48px; align-items: start; padding-block: 18px 20px; border-top: 1px solid #373735; color: #858581; font-size: .68rem; line-height: 1.5; }
.v3-footer-company { display: grid; gap: 2px; margin: 0; color: inherit; font-size: inherit; font-style: normal; font-weight: 400; }
.v3-footer-company > * { font-style: normal; font-weight: 400; }
.v3-footer-meta-right { display: grid; justify-items: end; gap: 8px; }
.v3-footer-meta-right .dupow-privacy-links { order: -1; justify-content: flex-end; gap: 6px 18px; margin-top: 0; font-size: inherit; font-weight: 400; }
.v3-footer-machine, .v3-footer-copy { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 18px; }
.v3-footer-machine a { color: #a9a9a4; text-decoration: none; }
.v3-footer-machine a:hover { color: #fff; }

.v3-home .inquiry-drawer { z-index: 110; }
.v3-home .inquiry-backdrop { z-index: 105; }
.v3-home .inquiry-header { border-bottom: 1px solid var(--v3-line); }
.v3-home .inquiry-header h2 { font-size: 2rem; }
.v3-home .inquiry-form .button { min-height: 46px; }

@media (max-width: 1080px) {
  .v3-home .site-nav { gap: 18px; }
  .v3-hero-grid { grid-template-columns: 1fr 1fr; }
  .v3-hero-copy { padding-right: 36px; }
  .v3-category-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-product-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-footer-grid { grid-template-columns: minmax(270px, 1.3fr) repeat(3, 1fr); gap: 30px; }
  .v3-footer-tagline { white-space: normal; }
  .v3-oem-grid { grid-template-columns: 1fr 1fr; gap: 40px; padding-block: 56px; }
  .v3-oem-grid .button { grid-column: 1 / -1; justify-self: start; }
  .v3-process { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .v3-home .section-shell { width: min(calc(100% - 32px), var(--v3-width)); }
  .v3-home .utility-inner { justify-content: center; }
  .v3-home .utility-inner > span { display: none; }
  .v3-home .site-header { min-height: 64px; }
  .v3-home .menu-toggle { display: inline-flex; }
  .v3-home .site-nav { position: absolute; z-index: 20; top: 64px; left: -16px; right: -16px; display: none; padding: 20px 16px; background: #fff; border: 1px solid var(--v3-line); }
  .v3-home .site-nav.open { display: grid; }
  .v3-home .site-nav a, .v3-home .nav-cta { width: 100%; min-height: 44px; display: flex; align-items: center; }
  .v3-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .v3-hero-copy { height: auto; padding: 32px 0 0; }
  .v3-hero h1 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .v3-proof { min-height: 60px; flex-basis: 60px; gap: 18px; margin-top: 18px; overflow-x: auto; }
  .v3-proof span { min-width: 110px; }
  .v3-hero-product { min-height: 420px; grid-template-rows: minmax(0, 360px) 60px; border-top: 1px solid var(--v3-line); }
  .v3-hero-media { width: min(calc(100% - 40px), 320px); margin-bottom: 20px; }
  .v3-hero-scene-shell { min-height: 300px; }
  .v3-hero-scene-shell .v3-hero-product { min-height: 300px; grid-template-rows: minmax(0, 240px) 60px; }
  .v3-hero-scene .v3-hero-scene-media { width: 100%; margin: 0; }
  .v3-hero-scene .v3-hero-caption { gap: 12px; margin-inline: 16px; font-size: .74rem; }
  .v3-hero-scene .v3-hero-caption b { max-width: 56%; line-height: 1.2; }
  .v3-hero-controls { right: 16px; bottom: 70px; }
  .v3-section { padding-block: 36px; }
  .v3-section-head { display: grid; gap: 22px; }
  .v3-section-links { justify-content: flex-start; }
  .v3-category-grid { grid-template-columns: 1fr; }
  .v3-category-card { min-height: 155px; }
  .v3-category-card h3 { font-size: 1.05rem; white-space: normal; }
  .v3-product-grid, .v3-feature-grid, .v3-support-grid, .v3-company-grid, .v3-footer-grid { grid-template-columns: 1fr; }
  .v3-product-grid { gap: 16px; }
  .v3-products > .v3-section { padding-block: 36px; }
  .v3-product-media { height: 300px; }
  .v3-feature-grid article { padding: 24px 0; border-bottom: 1px solid var(--v3-line); }
  .v3-oem-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 48px; }
  .v3-oem-grid .button { grid-column: auto; }
  .v3-support-grid > * { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--v3-line); }
  .v3-support-grid > *:last-child { border-bottom: 0; }
  .v3-company-grid { gap: 24px; }
  .v3-company-copy { padding-top: 0; }
  .v3-process-heading { margin-top: 8px; }
  .v3-process { grid-template-columns: 1fr; margin-top: 0; }
  .v3-process li { min-height: 0; }
  .v3-contact-grid { grid-template-columns: 1fr; align-items: start; }
  .v3-contact-actions { flex-wrap: wrap; }
  .v3-footer-grid { gap: 32px; }
  .v3-footer-tagline { white-space: normal; }
  .v3-footer-meta { grid-template-columns: 1fr; gap: 16px; }
  .v3-footer-meta-right { justify-items: start; }
  .v3-footer-meta-right .dupow-privacy-links { justify-content: flex-start; }
  .v3-footer-machine, .v3-footer-copy { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .v3-product-grid { grid-template-columns: 1fr; }
  .v3-home .hero-actions, .v3-contact-actions { display: grid; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .v3-support-grid { grid-template-columns: repeat(2, 1fr); }
  .v3-support-grid > * { border-bottom: 1px solid var(--v3-line); }
  .v3-support-grid > *:nth-child(2n) { border-right: 0; }
  .v3-support-grid > *:last-child { border-bottom: 0; }
}
