:root{--dvh-green:#06452f;--dvh-green-2:#033823;--dvh-green-3:#002d1c;--dvh-gold:#e6a821;--dvh-gold-2:#f0b62c;--dvh-cream:#f7f3e9;--dvh-paper:#fbfaf5;--dvh-ink:#0c2f25;--dvh-muted:#5a685f;--dvh-line:#dcd8cb;--dvh-shadow:0 12px 34px rgba(14,45,36,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dvh-paper);color:var(--dvh-ink);font-family:Inter,Arial,sans-serif;line-height:1.45}body.cast-lock{overflow:hidden}a{color:inherit}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}.dvh-home-wrap{width:min(1240px,calc(100% - 38px));margin-inline:auto}
.dvh-utilitybar{background:#f7f2e6;border-bottom:1px solid rgba(12,47,37,.08);font-size:12px}.dvh-utility-inner{min-height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.dvh-utility-phone,.dvh-utility-account{display:flex;align-items:center;gap:9px;text-decoration:none}.dvh-utility-phone svg,.dvh-mini-cart svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.dvh-utility-tagline{font-family:Georgia,serif;font-weight:700;white-space:nowrap}.dvh-utility-tagline em{font-style:italic}.dvh-utility-account{justify-content:flex-end;white-space:nowrap}.dvh-utility-account>a{text-decoration:none}.dvh-mini-cart{display:inline-flex;position:relative;margin-left:4px}.dvh-mini-cart span{position:absolute;right:-7px;top:-9px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--dvh-gold);font-size:9px;font-weight:900}
.dvh-mainnav{background:#fff;border-bottom:1px solid rgba(12,47,37,.10);position:sticky;top:0;z-index:80}.dvh-mainnav-inner{height:66px;display:flex;align-items:center;gap:28px}.dvh-home-logo{width:226px;display:block;flex:0 0 226px}.dvh-home-logo img{width:100%;height:58px;object-fit:contain;object-position:left center}.dvh-mainnav-links{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}.dvh-mainnav-links>a,.dvh-nav-group>a{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;white-space:nowrap}.dvh-mainnav-links>a.is-active{color:#996300;border-bottom:2px solid var(--dvh-gold);padding-bottom:6px}.dvh-nav-group{position:relative}.dvh-nav-group>a{display:flex;align-items:center;gap:6px}.dvh-nav-dropdown{position:absolute;left:-14px;top:calc(100% + 17px);min-width:205px;padding:9px;background:#fff;border:1px solid rgba(12,47,37,.12);border-radius:12px;box-shadow:0 18px 40px rgba(6,45,29,.16);display:none}.dvh-nav-group:hover .dvh-nav-dropdown,.dvh-nav-group:focus-within .dvh-nav-dropdown{display:grid}@media(min-width:901px){.dvh-nav-group::after{content:"";position:absolute;left:-14px;right:-14px;top:100%;height:22px;}.dvh-nav-dropdown{z-index:120;}}.dvh-nav-dropdown a{padding:9px 10px;text-decoration:none;font-size:12px;font-weight:700;border-radius:7px}.dvh-nav-dropdown a:hover{background:var(--dvh-cream)}.dvh-shop-now{height:40px;min-width:114px;border-radius:999px;background:linear-gradient(180deg,#075038,#023823);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;text-transform:uppercase;font-size:11px;font-weight:900;box-shadow:0 7px 18px rgba(1,44,28,.18)}.dvh-shop-now svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}.dvh-mobile-menu-toggle{display:none}
.dvh-strike-hero{position:relative;overflow:hidden;height:255px;background:linear-gradient(90deg,#032f22 0%,#06412d 42%,#0c2d24 100%);color:#fff}.dvh-strike-media{position:absolute;inset:0 0 0 36%;overflow:hidden}.dvh-strike-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#053829 0%,rgba(5,56,41,.82) 6%,rgba(5,56,41,.16) 27%,transparent 56%)}.dvh-strike-media img{width:100%;height:100%;object-fit:cover;object-position:left center}.dvh-strike-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center}.dvh-strike-copy{width:480px}.dvh-strike-copy h1{margin:0;text-transform:uppercase;line-height:.92;letter-spacing:-.02em}.dvh-strike-copy h1 span{display:block;font-family:Impact,"Arial Black",sans-serif;font-size:43px;letter-spacing:.02em;color:#fff;text-shadow:0 2px 1px rgba(0,0,0,.25)}.dvh-strike-copy h1 strong{display:block;margin-top:6px;font-family:"Trebuchet MS",Arial,sans-serif;font-style:italic;font-size:40px;color:var(--dvh-gold-2);transform:skew(-5deg);text-shadow:0 2px 1px rgba(0,0,0,.28)}.dvh-strike-rule{width:370px;height:1px;background:rgba(255,255,255,.65);margin:12px 0 10px}.dvh-strike-copy p{margin:0 0 14px;font-family:Georgia,serif;font-size:16px;font-weight:700}.dvh-gold-btn,.dvh-green-btn,.dvh-outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:36px;padding:0 19px;border-radius:4px;text-decoration:none;text-transform:uppercase;font-size:10px;font-weight:900;letter-spacing:.02em;border:1px solid transparent}.dvh-gold-btn{background:linear-gradient(180deg,#f1bb35,#dda018);color:#14342a;box-shadow:0 6px 13px rgba(0,0,0,.16)}.dvh-green-btn{background:linear-gradient(180deg,#07543b,#023c29);color:#fff}.dvh-outline-btn{border-color:#174f3e;background:#fff;color:#174f3e}.dvh-gold-btn span,.dvh-green-btn span{font-size:17px;line-height:1}
.dvh-proofbar{background:linear-gradient(90deg,#06452f,#00402b,#063e2c);color:#fff;border-top:1px solid rgba(255,255,255,.05)}.dvh-proofgrid{min-height:78px;display:grid;grid-template-columns:repeat(4,1fr)}.dvh-proofgrid article{display:flex;align-items:center;gap:14px;padding:14px 22px;border-right:1px solid rgba(255,255,255,.12)}.dvh-proofgrid article:last-child{border-right:0}.dvh-proofgrid svg{width:38px;height:38px;fill:none;stroke:var(--dvh-gold);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 38px}.dvh-proofgrid strong{display:block;font-size:13px}.dvh-proofgrid span{display:block;margin-top:2px;font-size:11px;line-height:1.35;color:rgba(255,255,255,.84)}
.dvh-featured{background:#f7f4ec;padding:18px 0 20px;border-bottom:1px solid #e0ddd2}.dvh-featured-grid{display:grid;grid-template-columns:240px repeat(5,minmax(0,1fr));gap:13px;align-items:stretch}.dvh-featured-intro{padding:12px 8px 4px 0}.dvh-kicker{display:block;color:#996300;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.dvh-featured-intro h2,.dvh-intelligence h2,.dvh-modal-card h2{font-family:Georgia,serif;letter-spacing:-.025em}.dvh-featured-intro h2{font-size:23px;margin:8px 0 10px}.dvh-featured-intro p{font-size:12px;line-height:1.55;margin:0 0 14px;color:#243d35}.dvh-product-card{background:#fff;border:1px solid #e2ded3;border-radius:8px;padding:11px;box-shadow:0 4px 12px rgba(0,0,0,.045);min-width:0}.dvh-product-image{height:83px;display:grid;place-items:center;text-decoration:none}.dvh-product-image img{width:100%;height:100%;object-fit:contain}.dvh-product-copy h3{font-size:11px;line-height:1.2;margin:8px 0 4px}.dvh-product-copy p{font-size:9px;color:#697269;margin:0 0 2px;min-height:13px}.dvh-product-copy strong{font-size:13px;display:block;margin-bottom:7px}.dvh-product-copy>a{height:26px;border-radius:3px;background:linear-gradient(180deg,#07513a,#003c28);color:#fff;display:grid;place-items:center;text-decoration:none;text-transform:uppercase;font-size:9px;font-weight:900}
.dvh-intelligence{background:radial-gradient(circle at 55% 20%,rgba(16,95,68,.28),transparent 25%),linear-gradient(90deg,#01412c,#003722 62%,#033e2b);color:#fff;padding:17px 0}.dvh-intelligence-grid{display:grid;grid-template-columns:300px repeat(4,1fr);align-items:center;gap:28px}.dvh-intelligence-intro .dvh-kicker{color:var(--dvh-gold)}.dvh-intelligence-intro h2{font-size:23px;line-height:1;margin:6px 0 7px}.dvh-intelligence-intro p{font-size:11px;line-height:1.42;color:rgba(255,255,255,.84);margin:0 0 11px;max-width:270px}.dvh-intelligence article{text-align:center;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid rgba(230,168,33,.22);border-bottom:1px solid rgba(230,168,33,.18)}.dvh-intelligence article svg{width:40px;height:40px;fill:none;stroke:#f0cf75;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;margin-bottom:4px}.dvh-intelligence article strong{font-size:12px}.dvh-intelligence article span{font-size:10px;line-height:1.35;color:rgba(255,255,255,.78);max-width:150px;margin-top:3px}
.dvh-quicklinks{background:#f6f2e8;padding:15px 0}.dvh-quickgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.dvh-quickgrid>a{min-height:104px;background:rgba(255,255,255,.6);border:1px solid #e0dccf;border-radius:7px;padding:15px 15px;display:flex;align-items:flex-start;gap:14px;text-decoration:none;box-shadow:0 3px 10px rgba(0,0,0,.035)}.dvh-round-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #1a5846;flex:0 0 48px}.dvh-round-icon svg{width:29px;height:29px;fill:none;stroke:#174f3f;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.dvh-quickgrid strong{font-size:13px}.dvh-quickgrid p{font-size:11px;line-height:1.4;margin:3px 0 7px;color:#4d5f57}.dvh-quickgrid b{font-size:9px;text-transform:uppercase;letter-spacing:.03em}
.dvh-home-footer{background:linear-gradient(90deg,#00442e,#003824,#00422c);color:#fff;padding:18px 0 8px}.dvh-footer-grid{display:grid;grid-template-columns:2.1fr repeat(4,1fr);gap:0}.dvh-footer-grid>div{padding:0 25px;min-height:102px;border-right:1px solid rgba(255,255,255,.12)}.dvh-footer-grid>div:first-child{padding-left:0}.dvh-footer-grid>div:last-child{border-right:0;padding-right:0}.dvh-footer-brand{display:flex;align-items:center;gap:18px}.dvh-footer-brand img{width:175px;height:78px;object-fit:contain}.dvh-footer-brand p{font-family:Georgia,serif;font-style:italic;font-size:12px}.dvh-footer-grid>div>strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;margin:5px 0 6px}.dvh-footer-grid>div>a{display:block;text-decoration:none;font-size:11px;margin:3px 0;color:rgba(255,255,255,.9)}.dvh-footer-social{display:flex;gap:6px;margin-top:8px}.dvh-footer-social a{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#06412d;text-decoration:none;font-weight:900;font-size:12px}.dvh-footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:7px;margin-top:7px;display:flex;justify-content:space-between;font-size:9px;color:rgba(255,255,255,.72)}.dvh-footer-bottom a{color:inherit;text-decoration:none;margin-left:22px}
.dvh-home-modal{position:fixed;inset:0;z-index:150;background:rgba(0,29,20,.82);display:none;align-items:center;justify-content:center;padding:24px;overflow:auto}.dvh-home-modal:target{display:flex}.dvh-modal-card{position:relative;width:min(760px,100%);max-height:90vh;overflow:auto;background:#fbfaf5;border-radius:18px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.36)}.dvh-modal-card h2{font-size:30px;margin:5px 0 10px}.dvh-modal-card>p{font-size:13px;color:#506058}.dvh-modal-close{position:absolute;right:16px;top:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:24px;background:#edf0eb}.dvh-custom-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.dvh-custom-form label{font-size:11px;font-weight:800}.dvh-custom-form input,.dvh-custom-form select,.dvh-custom-form textarea{width:100%;margin-top:5px;padding:10px 11px;border:1px solid #cfd5cf;border-radius:7px;background:#fff}.dvh-custom-form textarea{min-height:90px;resize:vertical}.dvh-custom-form .full{grid-column:1/-1}.dvh-custom-form button{border:0;cursor:pointer}.dvh-modal-note{font-size:10px!important;border-left:3px solid var(--dvh-gold);padding-left:10px}.dvh-modal-actions{display:flex;gap:10px;margin-top:18px}.dvh-story-card{width:min(640px,100%)}.dvh-workmanship-modal{width:min(980px,100%)}.dvh-workmanship-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dvh-workmanship-grid figure{margin:0;background:#fff;border:1px solid #ddd8cc;border-radius:10px;overflow:hidden}.dvh-workmanship-grid video{width:100%;aspect-ratio:16/9;background:#071b14}.dvh-workmanship-grid figcaption{padding:9px 11px;font-size:11px;font-weight:800}
.dvh-wa-float{position:fixed;right:18px;bottom:18px;z-index:90;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#07341f;font-size:11px;font-weight:950;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.22)}
.pwa-prompt{position:fixed;left:18px;bottom:18px;z-index:170;width:min(720px,calc(100% - 36px));display:none;grid-template-columns:62px minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px;border-radius:22px;background:rgba(8,30,26,.96);color:#fff;border:1px solid rgba(240,182,83,.28);box-shadow:0 24px 70px rgba(0,0,0,.34);backdrop-filter:blur(18px)}.pwa-prompt.is-visible{display:grid}.pwa-prompt img{width:62px;height:62px;object-fit:contain;border-radius:15px;background:#f5efe2;padding:5px}.pwa-copy strong{display:block;font-family:Georgia,serif;font-size:1.28rem;color:#f7c66e}.pwa-copy small{display:block;margin-top:6px;color:rgba(255,255,255,.82)}.pwa-actions{display:grid;gap:7px}.pwa-actions button{border:0;border-radius:999px;padding:10px 14px;font-weight:850;cursor:pointer}.pwa-install{background:#d89432;color:#10231f}.pwa-later{background:transparent;color:rgba(255,255,255,.7)}.pwa-ios{display:none;grid-column:2/-1}.pwa-prompt.ios-mode .pwa-ios{display:block}.pwa-close{position:absolute;top:7px;right:8px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;width:27px;height:27px}
.cast-intro{position:fixed;inset:0;z-index:999;background:#020b09;transition:opacity .4s ease}.cast-intro.is-hidden{opacity:0;pointer-events:none}.intro-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s}.video-ready .intro-video{opacity:1}.intro-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 40%,rgba(0,0,0,.3))}.intro-statement{position:absolute;left:50%;transform:translateX(-50%);font-family:Georgia,serif;font-size:clamp(2rem,7vw,5.5rem);color:#fff;text-shadow:0 5px 20px #000;white-space:nowrap}.intro-statement strong{color:#efb84f}.intro-statement.entry{top:14%}.intro-statement.exit{bottom:14%}.cast-skip{position:absolute;right:24px;bottom:24px;border:1px solid rgba(255,255,255,.45);background:rgba(0,0,0,.45);color:#fff;border-radius:999px;padding:10px 18px;cursor:pointer}
@media(max-width:1120px){.dvh-home-logo{width:190px;flex-basis:190px}.dvh-mainnav-links{gap:16px}.dvh-mainnav-links>a,.dvh-nav-group>a{font-size:10px}.dvh-featured-grid{grid-template-columns:210px repeat(5,minmax(0,1fr));gap:8px}.dvh-intelligence-grid{grid-template-columns:250px repeat(4,1fr);gap:14px}}
@media(max-width:900px){.dvh-utility-inner{grid-template-columns:1fr 1fr}.dvh-utility-tagline{display:none}.dvh-mainnav-inner{height:68px}.dvh-home-logo{width:185px;flex-basis:185px}.dvh-shop-now{display:none}.dvh-mobile-menu-toggle{margin-left:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:64px;height:44px;border:1px solid #c8d0cb;background:#fff;border-radius:8px}.dvh-mobile-menu-toggle span{width:21px;height:2px;background:#113b2e}.dvh-mobile-menu-toggle b{font-size:8px;text-transform:uppercase}.dvh-mainnav-links{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;padding:10px 18px 16px;border-top:1px solid #e2e4de;box-shadow:0 18px 30px rgba(0,0,0,.12);flex-direction:column;align-items:stretch;gap:0}.dvh-mainnav-links.is-open{display:flex}.dvh-mainnav-links>a,.dvh-nav-group>a{padding:12px 8px;font-size:11px;border-bottom:1px solid #efeee8}.dvh-mainnav-links>a.is-active{border-bottom:1px solid #efeee8;padding-bottom:12px}.dvh-nav-dropdown{display:none!important}.dvh-strike-hero{height:330px}.dvh-strike-media{inset:0 0 0 24%}.dvh-strike-media::before{background:linear-gradient(90deg,#053829 0%,rgba(5,56,41,.9) 18%,rgba(5,56,41,.45) 50%,rgba(5,56,41,.05) 100%)}.dvh-strike-copy{width:55%}.dvh-strike-copy h1 span{font-size:36px}.dvh-strike-copy h1 strong{font-size:32px}.dvh-strike-rule{width:100%}.dvh-proofgrid{grid-template-columns:repeat(2,1fr)}.dvh-proofgrid article:nth-child(2){border-right:0}.dvh-proofgrid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.dvh-featured-grid{display:flex;overflow-x:auto;gap:11px;padding-bottom:6px;scroll-snap-type:x mandatory}.dvh-featured-intro{min-width:230px;scroll-snap-align:start}.dvh-product-card{min-width:165px;scroll-snap-align:start}.dvh-intelligence-grid{grid-template-columns:repeat(2,1fr)}.dvh-intelligence-intro{grid-column:1/-1}.dvh-intelligence article{min-height:100px}.dvh-quickgrid{grid-template-columns:repeat(2,1fr)}.dvh-footer-grid{grid-template-columns:2fr 1fr 1fr}.dvh-footer-grid>div:nth-child(4),.dvh-footer-grid>div:nth-child(5){margin-top:18px}.dvh-footer-grid>div{border-right:0;padding:0 15px}.dvh-footer-brand{grid-row:span 2;align-items:flex-start;flex-direction:column}.dvh-workmanship-grid{grid-template-columns:1fr}}
@media(max-width:600px){.dvh-home-wrap{width:min(100% - 22px,1240px)}.dvh-utilitybar{font-size:9px}.dvh-utility-inner{min-height:30px;gap:7px}.dvh-utility-phone span{white-space:nowrap}.dvh-utility-account{gap:5px}.dvh-utility-account>span,.dvh-utility-account>a:first-child{display:none}.dvh-home-logo{width:165px;flex-basis:165px}.dvh-home-logo img{height:54px}.dvh-strike-hero{height:420px}.dvh-strike-media{inset:150px -80px 0 0}.dvh-strike-media::before{background:linear-gradient(180deg,#053829 0%,rgba(5,56,41,.45) 20%,transparent 58%)}.dvh-strike-media img{object-position:left center}.dvh-strike-inner{align-items:flex-start;padding-top:30px}.dvh-strike-copy{width:100%}.dvh-strike-copy h1 span{font-size:34px}.dvh-strike-copy h1 strong{font-size:31px}.dvh-strike-copy p{font-size:14px}.dvh-strike-rule{width:86%;margin-block:10px}.dvh-proofgrid{grid-template-columns:1fr 1fr}.dvh-proofgrid article{padding:12px 10px;gap:9px}.dvh-proofgrid svg{width:30px;height:30px;flex-basis:30px}.dvh-proofgrid strong{font-size:11px}.dvh-proofgrid span{font-size:9px}.dvh-featured{padding-top:14px}.dvh-featured-intro{min-width:205px}.dvh-product-card{min-width:152px}.dvh-product-image{height:76px}.dvh-intelligence-grid{gap:9px}.dvh-intelligence article{padding:8px}.dvh-intelligence article span{font-size:9px}.dvh-quickgrid{grid-template-columns:1fr;gap:9px}.dvh-quickgrid>a{min-height:88px}.dvh-footer-grid{grid-template-columns:1fr 1fr;gap:12px}.dvh-footer-brand{grid-column:1/-1;grid-row:auto;flex-direction:row;align-items:center}.dvh-footer-brand img{width:145px;height:65px}.dvh-footer-grid>div{margin-top:0!important;padding:0}.dvh-footer-bottom{display:block;line-height:1.6}.dvh-footer-bottom div a:first-child{margin-left:0}.dvh-home-modal{padding:12px;align-items:flex-start}.dvh-modal-card{margin-top:25px;padding:22px 16px}.dvh-custom-form{grid-template-columns:1fr}.dvh-custom-form .full{grid-column:auto}.dvh-modal-actions{flex-direction:column}.pwa-prompt{left:12px;bottom:12px;width:calc(100% - 24px);grid-template-columns:52px 1fr}.pwa-prompt img{width:52px;height:52px}.pwa-actions{grid-column:1/-1;grid-template-columns:1fr auto}.pwa-ios{grid-column:1/-1}.dvh-wa-float{bottom:74px}.intro-statement{white-space:normal;width:90%;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cast-intro{display:none!important}}

/* Phase 22D.1R1 — transparent logo + header spacing correction */
.dvh-mainnav-inner{gap:24px}
.dvh-home-logo{width:auto;flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;line-height:0}
.dvh-home-logo img{width:auto;height:58px;max-width:168px;object-fit:contain;object-position:left center;background:transparent!important}
.dvh-footer-brand img{background:transparent!important}
@media(max-width:1120px){
  .dvh-home-logo{width:auto;flex-basis:auto}
  .dvh-home-logo img{height:54px;max-width:158px}
  .dvh-mainnav-inner{gap:22px}
}
@media(max-width:900px){
  .dvh-mainnav-inner{height:64px;gap:16px}
  .dvh-home-logo{width:auto;flex-basis:auto}
  .dvh-home-logo img{height:52px;max-width:152px}
  .dvh-mainnav-links{top:64px}
}
@media(max-width:600px){
  .dvh-home-wrap{width:min(100% - 28px,1240px)}
  .dvh-mainnav-inner{height:62px;gap:12px}
  .dvh-home-logo{width:auto;flex-basis:auto;margin:0}
  .dvh-home-logo img{height:49px;max-width:144px}
  .dvh-mobile-menu-toggle{width:58px;height:42px;margin-left:auto}
  .dvh-mainnav-links{top:62px}
}

/* Phase 22D.1R2 — alignment and margin rhythm correction */
/* One visual content line across utility, nav, hero, sections and footer. */
.dvh-home-wrap{
  width:min(1240px,calc(100% - 48px));
  margin-inline:auto;
}
.dvh-utility-inner,
.dvh-mainnav-inner,
.dvh-strike-inner,
.dvh-proofgrid,
.dvh-featured-grid,
.dvh-intelligence-grid,
.dvh-quickgrid,
.dvh-footer-grid,
.dvh-footer-bottom{
  padding-left:0;
  padding-right:0;
}

/* Header: keep the logo, nav and CTA on the same visual baseline. */
.dvh-mainnav-inner{justify-content:space-between}
.dvh-mainnav-links{justify-content:center;min-width:0}
.dvh-home-logo{margin:0}
.dvh-shop-now{flex:0 0 auto}

/* Section rhythm: equal outer breathing room, no accidental edge crowding. */
.dvh-featured-intro{padding-left:0}
.dvh-intelligence-intro{padding-left:0}
.dvh-footer-grid>div:first-child{padding-left:0}
.dvh-footer-grid>div:last-child{padding-right:0}

@media(max-width:900px){
  .dvh-home-wrap{width:min(100% - 36px,1240px)}
  .dvh-mainnav-inner{justify-content:flex-start}
  .dvh-mobile-menu-toggle{margin-left:auto}
  .dvh-strike-inner{padding-left:0;padding-right:0}
}
@media(max-width:600px){
  .dvh-home-wrap{width:min(100% - 32px,1240px)}
  .dvh-utility-inner{min-height:32px}
  .dvh-mainnav-inner{height:64px}
  .dvh-mainnav-links{top:64px}
  .dvh-strike-inner{padding-top:28px}
  .dvh-proofgrid article{padding-left:12px;padding-right:12px}
  .dvh-featured-grid{padding-left:0;padding-right:0}
  .dvh-intelligence-grid{padding-left:0;padding-right:0}
  .dvh-quickgrid{padding-left:0;padding-right:0}
}

/* Phase 22D.1R3 — visible alignment correction + wide-screen proportion lock */
/* Approved mockup uses roughly 88.5% of the viewport as the main content line. */
@media (min-width:1180px){
  .dvh-home-wrap{
    width:min(1500px,88.5vw);
    max-width:none;
  }
  .dvh-mainnav-inner{
    gap:clamp(24px,2vw,34px);
  }
  .dvh-mainnav-links{
    gap:clamp(18px,2vw,30px);
  }
  .dvh-featured-grid{
    grid-template-columns:minmax(250px,.95fr) repeat(5,minmax(0,1fr));
    gap:14px;
  }
  .dvh-featured-intro{
    padding-right:16px;
  }
  .dvh-intelligence-grid{
    grid-template-columns:minmax(300px,1.12fr) repeat(4,minmax(0,1fr));
    gap:24px;
  }
  .dvh-quickgrid{
    gap:16px;
  }
}

/* Tablet: one clearly consistent content gutter. */
@media (min-width:601px) and (max-width:1179px){
  .dvh-home-wrap{
    width:calc(100% - 56px);
    max-width:none;
  }
}

/* Mobile: same 16px visual edge on utility, header, hero and all sections. */
@media (max-width:600px){
  .dvh-home-wrap{
    width:calc(100% - 32px);
    max-width:none;
  }
  .dvh-mainnav-inner,
  .dvh-utility-inner{
    padding-inline:0;
  }
  .dvh-strike-copy{
    padding-right:4px;
  }
}

/* Phase 22D.1R4 — Featured Lures cleanup + footer logo treatment */
.dvh-featured-grid{align-items:start}
.dvh-featured-intro{padding-top:10px}
.dvh-product-card{
  align-self:start;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  padding:10px 12px 12px;
}
.dvh-product-image{
  height:112px;
  margin-bottom:2px;
  align-items:center;
}
.dvh-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
}
.dvh-product-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.dvh-product-copy h3{
  font-size:13px;
  line-height:1.22;
  margin:4px 0 4px;
}
.dvh-product-copy p{
  font-size:10px;
  line-height:1.35;
  color:#6a7167;
  margin:0 0 4px;
  min-height:0;
}
.dvh-product-copy strong{
  font-size:15px;
  line-height:1.1;
  display:block;
  margin:0 0 9px;
}
.dvh-product-copy>a{
  width:100%;
  height:30px;
  border-radius:4px;
  margin-top:auto;
}

.dvh-footer-brand{
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.dvh-footer-logo-panel{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  background:rgba(247,243,233,.97);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}
.dvh-footer-logo-panel img{
  width:158px;
  height:68px;
  object-fit:contain;
  object-position:center center;
  background:transparent!important;
}
.dvh-footer-brand p{
  margin:0;
  max-width:250px;
  color:rgba(255,255,255,.92);
}

@media (min-width:1180px){
  .dvh-product-card{padding:10px 13px 12px}
  .dvh-product-image{height:118px}
}
@media (max-width:900px){
  .dvh-footer-brand{align-items:flex-start}
}
@media (max-width:600px){
  .dvh-product-card{min-width:168px}
  .dvh-product-image{height:96px}
  .dvh-product-copy h3{font-size:12px}
  .dvh-product-copy strong{font-size:14px}
  .dvh-footer-brand{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .dvh-footer-logo-panel{
    padding:8px 10px;
  }
  .dvh-footer-logo-panel img{
    width:150px;
    height:62px;
  }
  .dvh-footer-brand p{
    max-width:none;
  }
}

/* Phase 22D.1R5 — hero image left-edge blend polish */
.dvh-strike-media::before{
  background:
    linear-gradient(90deg,
      #053829 0%,
      rgba(5,56,41,.98) 7%,
      rgba(5,56,41,.90) 14%,
      rgba(5,56,41,.72) 22%,
      rgba(5,56,41,.45) 31%,
      rgba(5,56,41,.18) 42%,
      rgba(5,56,41,.04) 54%,
      transparent 66%),
    linear-gradient(180deg,
      rgba(3,38,28,.22) 0%,
      rgba(3,38,28,.10) 36%,
      rgba(3,38,28,.06) 100%);
}
.dvh-strike-media::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-2%;
  width:26%;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(ellipse at right center,
      rgba(4,67,47,0) 0%,
      rgba(4,67,47,0) 38%,
      rgba(4,67,47,.08) 52%,
      rgba(4,67,47,.22) 68%,
      rgba(4,67,47,.42) 84%,
      rgba(4,67,47,.72) 100%);
  mix-blend-mode:normal;
}
@media (max-width:900px){
  .dvh-strike-media::before{
    background:linear-gradient(90deg,
      #053829 0%,
      rgba(5,56,41,.95) 18%,
      rgba(5,56,41,.62) 42%,
      rgba(5,56,41,.22) 64%,
      rgba(5,56,41,.05) 84%,
      transparent 100%);
  }
  .dvh-strike-media::after{
    left:0;
    width:32%;
    background:linear-gradient(90deg,
      rgba(4,67,47,.34) 0%,
      rgba(4,67,47,.18) 48%,
      rgba(4,67,47,0) 100%);
  }
}
@media (max-width:600px){
  .dvh-strike-media::before{
    background:linear-gradient(180deg,
      #053829 0%,
      rgba(5,56,41,.62) 18%,
      rgba(5,56,41,.22) 42%,
      transparent 68%);
  }
  .dvh-strike-media::after{
    display:none;
  }
}

/* Phase 22D.1R5A — correct hero seam blend: narrow join only, no fish darkening */
.dvh-strike-media::before{
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  bottom:0;
  left:0;
  right:auto;
  width:clamp(72px,6.5vw,112px);
  background:linear-gradient(90deg,
    #053829 0%,
    rgba(5,56,41,.94) 18%,
    rgba(5,56,41,.72) 42%,
    rgba(5,56,41,.38) 68%,
    rgba(5,56,41,.10) 88%,
    rgba(5,56,41,0) 100%);
  pointer-events:none;
}
.dvh-strike-media::after{display:none!important}

@media (max-width:900px){
  .dvh-strike-media::before{
    width:78px;
    background:linear-gradient(90deg,
      #053829 0%,
      rgba(5,56,41,.90) 22%,
      rgba(5,56,41,.58) 52%,
      rgba(5,56,41,.20) 80%,
      rgba(5,56,41,0) 100%);
  }
}
@media (max-width:600px){
  .dvh-strike-media::before{
    top:0;
    bottom:auto;
    left:0;
    width:100%;
    height:42px;
    background:linear-gradient(180deg,
      #053829 0%,
      rgba(5,56,41,.55) 48%,
      rgba(5,56,41,0) 100%);
  }
}

/* Phase 22D.1R6 — mobile footer simplification + Comprehensive Group credit */
.dvh-footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
}
.dvh-footer-copyright{justify-self:start}
.dvh-footer-credit{
  justify-self:center;
  margin:0!important;
  color:rgba(255,255,255,.78)!important;
  text-decoration:none;
  white-space:nowrap;
}
.dvh-footer-credit strong{font-weight:700}
.dvh-footer-credit em{font-style:italic;font-weight:700}
.dvh-footer-credit:hover{color:#fff!important}
.dvh-footer-legal{justify-self:end;display:flex;align-items:center;gap:20px}
.dvh-footer-legal a{margin-left:0!important}

@media(max-width:900px){
  .dvh-footer-bottom{
    grid-template-columns:1fr;
    gap:6px;
  }
  .dvh-footer-copyright,
  .dvh-footer-credit,
  .dvh-footer-legal{
    justify-self:start;
  }
}

@media(max-width:600px){
  .dvh-home-footer{
    padding:18px 0 12px;
  }
  .dvh-footer-grid{
    display:block;
  }
  /* Mobile already has a strong header/menu and quick-link navigation above.
     Keep only the useful contact block in the footer. */
  .dvh-footer-brand,
  .dvh-footer-grid>div:nth-child(2),
  .dvh-footer-grid>div:nth-child(3),
  .dvh-footer-grid>div:nth-child(4){
    display:none!important;
  }
  .dvh-footer-grid>div:nth-child(5){
    display:block;
    width:100%;
    padding:0!important;
    margin:0!important;
    min-height:0;
    border:0;
  }
  .dvh-footer-grid>div:nth-child(5)>strong{
    margin:0 0 8px;
    font-size:11px;
  }
  .dvh-footer-grid>div:nth-child(5)>a{
    font-size:12px;
    margin:4px 0;
  }
  .dvh-footer-social{
    margin-top:10px;
  }
  .dvh-footer-social a{
    width:30px;
    height:30px;
    font-size:14px;
  }
  .dvh-footer-bottom{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
    margin-top:15px;
    padding-top:12px;
    line-height:1.45;
    font-size:9px;
  }
  .dvh-footer-copyright,
  .dvh-footer-credit,
  .dvh-footer-legal{
    justify-self:start;
  }
  .dvh-footer-credit{
    white-space:normal;
    line-height:1.45;
  }
  .dvh-footer-legal{
    gap:18px;
    flex-wrap:wrap;
  }
}

/* Phase 22D.3C — homepage mobile nav accordion parity */
@media(max-width:900px){
  .dvh-nav-group{width:100%}
  .dvh-nav-group>a{width:100%;justify-content:space-between}
  .dvh-nav-group>a>span{margin-left:auto;transition:transform .18s ease}
  .dvh-nav-group.is-subopen>a>span{transform:rotate(180deg)}
  .dvh-nav-dropdown{
    position:static!important;
    left:auto!important;
    top:auto!important;
    min-width:0!important;
    width:100%!important;
    margin:0 0 5px!important;
    padding:4px 8px 7px 18px!important;
    border:0!important;
    border-radius:0 0 9px 9px!important;
    background:#f8f5ed!important;
    box-shadow:none!important;
  }
  .dvh-nav-group.is-subopen .dvh-nav-dropdown{display:grid!important}
  .dvh-nav-dropdown a{
    min-height:38px;
    display:flex;
    align-items:center;
    padding:8px 10px!important;
    border-bottom:1px solid #ebe7dc;
    border-radius:6px!important;
    font-size:10.5px!important;
    font-weight:750!important;
    text-transform:none!important;
  }
  .dvh-nav-dropdown a:last-child{border-bottom:0}
  .dvh-nav-group.is-subopen>a{color:#996300;background:#fbf8f0}
}

/* Phase 22D.4 — intro text sequence keyed to the lure strike */
.cast-intro .intro-statement{
  opacity:0;
  transition:opacity .18s ease,transform .18s ease;
  will-change:opacity,transform;
}
.cast-intro .intro-statement.entry{
  transform:translateX(-50%) translateY(-8px);
}
.cast-intro.made-visible .intro-statement.entry{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.cast-intro .intro-statement.exit{
  transform:translateX(-50%) translateY(10px) scale(.985);
}
.cast-intro.strike-hit .intro-statement.exit{
  opacity:1;
  transform:translateX(-50%) translateY(0) scale(1);
  transition-duration:.12s;
}

/* Phase 22D.4A — intro entry exit + delayed strike line */
.cast-intro.video-started .intro-statement.entry{
  opacity:0;
  transform:translateX(-50%) translateY(-10px);
  transition-duration:.14s;
}


/* Phase 24A.6F.1 — Accessibility: contrast and keyboard focus */
.dvh-home-header a:focus-visible,
.dvh-home-header button:focus-visible,
main a:focus-visible,
main button:focus-visible,
main input:focus-visible,
main select:focus-visible,
main textarea:focus-visible,
.dvh-home-footer a:focus-visible{
  outline:2px solid #ffffff;
  outline-offset:2px;
  box-shadow:0 0 0 4px #174f3e;
}


/* Phase 24A.6F.2 — explicit main landmark / keyboard skip link */
.dvh-skip-link{
  position:fixed;
  z-index:10000;
  top:10px;
  left:10px;
  padding:10px 14px;
  border-radius:8px;
  background:#174f3e;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  transform:translateY(-160%);
  transition:transform .15s ease;
}
.dvh-skip-link:focus{
  transform:translateY(0);
  outline:2px solid #fff;
  outline-offset:2px;
  box-shadow:0 0 0 4px #996300;
}
#main-content:focus{
  outline:none;
}


/* Phase 24A.6F.3 — homepage mobile contact touch targets */
@media(max-width:600px){
  .dvh-utility-phone{
    min-height:36px;
    padding-block:4px;
  }
  .dvh-footer-grid>div:nth-child(5)>a{
    min-height:36px;
    display:flex;
    align-items:center;
    margin:2px 0;
    padding:4px 0;
  }
  .dvh-footer-social a{
    width:36px;
    height:36px;
  }
}


/* Phase 24A.6F.4 — homepage desktop footer touch targets */
@media(min-width:601px){
  .dvh-footer-grid>div>a{
    min-height:24px;
    display:flex;
    align-items:center;
    margin:0;
    padding:2px 0;
  }
  .dvh-footer-social a{
    width:28px;
    height:28px;
  }
  .dvh-footer-bottom a{
    min-height:24px;
    display:inline-flex;
    align-items:center;
  }
}
