:root{
  --dvh22-green:#06452f;
  --dvh22-green-2:#033823;
  --dvh22-green-3:#002d1c;
  --dvh22-gold:#e6a821;
  --dvh22-gold-2:#f0b62c;
  --dvh22-cream:#f7f3e9;
  --dvh22-paper:#fbfaf5;
  --dvh22-ink:#0c2f25;
  --dvh22-muted:#667168;
  --dvh22-line:#ddd9cd;
  --dvh22-shadow:0 10px 26px rgba(14,45,36,.09);
}

/* Reusable Phase 22D public shell — scoped class names, no impact on other pages. */
.dvh22-shell-wrap{width:min(1500px,88.5vw);margin-inline:auto}
.dvh22-public-header{font-family:Inter,Arial,sans-serif;color:var(--dvh22-ink)}
.dvh22-utilitybar{background:#f7f2e6;border-bottom:1px solid rgba(12,47,37,.08);font-size:12px}
.dvh22-utility-inner{min-height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}
.dvh22-utility-phone,.dvh22-utility-account{display:flex;align-items:center;gap:9px;text-decoration:none}
.dvh22-utility-phone svg,.dvh22-mini-cart svg,.dvh22-shop-now svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
.dvh22-utility-tagline{font-family:Georgia,serif;font-weight:700;white-space:nowrap}.dvh22-utility-tagline em{font-style:italic}
.dvh22-utility-account{justify-content:flex-end;white-space:nowrap}.dvh22-utility-account>a{text-decoration:none}
.dvh22-mini-cart{display:inline-flex;position:relative;margin-left:4px}.dvh22-mini-cart span{position:absolute;right:-7px;top:-9px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--dvh22-gold);font-size:9px;font-weight:900}
.dvh22-mainnav{background:#fff;border-bottom:1px solid rgba(12,47,37,.10);position:sticky;top:0;z-index:80}
.dvh22-mainnav-inner{height:66px;display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,2vw,34px)}
.dvh22-home-logo{display:flex;align-items:center;flex:0 0 auto;line-height:0}.dvh22-home-logo img{width:auto;height:58px;max-width:168px;object-fit:contain;background:transparent}
.dvh22-mainnav-links{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,30px);flex:1;min-width:0}
.dvh22-mainnav-links>a,.dvh22-nav-group>a{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.02em;text-decoration:none;white-space:nowrap}
.dvh22-mainnav-links>a.is-active,.dvh22-nav-group>a.is-active{color:#c88600;border-bottom:2px solid var(--dvh22-gold);padding-bottom:6px}
.dvh22-nav-group{position:relative}.dvh22-nav-group>a{display:flex;align-items:center;gap:6px}
.dvh22-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;z-index:4}
.dvh22-nav-group:hover .dvh22-nav-dropdown,.dvh22-nav-group:focus-within .dvh22-nav-dropdown{display:grid}.dvh22-nav-dropdown a{padding:9px 10px;text-decoration:none;font-size:12px;font-weight:700;border-radius:7px}.dvh22-nav-dropdown a:hover{background:var(--dvh22-cream)}
.dvh22-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)}
.dvh22-mobile-menu-toggle{display:none}

/* Catalogue page foundation. */
body.q4-catalogue{background:var(--dvh22-paper);color:var(--dvh22-ink);font-family:Inter,Arial,sans-serif}
.q4-catalogue .wrap{width:min(1500px,88.5vw);max-width:none}
.q4-catalogue .dvh-public-hero--catalogue{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 10%,rgba(18,103,72,.24),transparent 28%),linear-gradient(90deg,#003b28,#06452f 58%,#033923);padding:34px 0 32px;color:#fff;border:0}
.q4-catalogue .dvh-public-hero--catalogue::after{content:"";position:absolute;right:-4%;top:-90%;width:46%;height:250%;background:linear-gradient(115deg,transparent 35%,rgba(230,168,33,.06) 36%,transparent 38%);transform:rotate(-8deg);pointer-events:none}
.q4-catalogue .cataloguehero .eyebrow{color:var(--dvh22-gold);font-size:11px;letter-spacing:.07em;margin:0 0 5px}
.q4-catalogue .cataloguehero h1{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,3.55rem);line-height:.98;letter-spacing:-.035em;margin:0 0 8px;color:#fff}
.q4-catalogue .cataloguehero p{max-width:700px;font-size:.94rem;line-height:1.45;margin:0;color:rgba(255,255,255,.82)}

.q4-catalogue .public-category-nav{background:#f5f1e7;border-bottom:1px solid #dfdbcf;padding:13px 0}
.q4-catalogue .public-category-nav>.wrap{display:grid;grid-template-columns:190px minmax(0,1fr);gap:16px;align-items:center}
.q4-catalogue .public-category-heading{display:grid;gap:2px;margin:0}.q4-catalogue .public-category-heading .eyebrow{display:none}
.q4-catalogue .public-category-heading h2{font-family:Georgia,serif;font-size:1.08rem;margin:0;color:var(--dvh22-ink)}
.q4-catalogue .category-all-link{font-size:.72rem;font-weight:800;color:#356353;text-decoration:none;margin-top:3px}
.q4-catalogue .public-category-chips{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px}
.q4-catalogue .public-category-chips a{min-height:50px;padding:8px 10px;border:1px solid #ded9cb;border-radius:10px;background:rgba(255,255,255,.72);box-shadow:none;text-decoration:none;display:flex;flex-direction:column;justify-content:center;transition:border-color .15s ease,background .15s ease,transform .15s ease}
.q4-catalogue .public-category-chips a:hover{background:#fff;border-color:#b7c9c0;transform:translateY(-1px)}
.q4-catalogue .public-category-chips span{font-size:.78rem;line-height:1.05;font-weight:850;color:#123b2f}.q4-catalogue .public-category-chips small{font-size:.63rem;color:#718078;margin-top:3px}

.q4-catalogue .filtersection{background:#fff;border-bottom:1px solid #e3dfd4;padding:14px 0 15px}
.q4-catalogue .filterheading{display:flex;align-items:center;justify-content:space-between;gap:14px}
.q4-catalogue .filterheading strong{font-size:.92rem;color:var(--dvh22-ink)}.q4-catalogue .filterhint{font-size:.76rem;color:#778079}
.q4-catalogue .filtertoggle{background:linear-gradient(180deg,#075038,#023823);color:#fff;border-radius:999px;min-height:40px;padding:8px 16px}
.q4-catalogue .filterpanel{margin-top:10px;padding:13px 14px;border:1px solid #e0ddd2;border-radius:13px;background:#f9f7f1;box-shadow:none}
.q4-catalogue .filtersearch{gap:4px;margin-bottom:8px}.q4-catalogue .filtergrid{gap:8px!important;margin-top:0!important}
.q4-catalogue .filtersearch label,.q4-catalogue .filtergrid span{font-size:.66rem;line-height:1.1;color:#315548;text-transform:uppercase;letter-spacing:.02em}
.q4-catalogue .filtersearch input,.q4-catalogue .filtergrid input,.q4-catalogue .filtergrid select{min-height:39px;padding:7px 9px;border:1px solid #d6d9d2;border-radius:8px;background:#fff;font-size:.82rem}
.q4-catalogue .filteractions{gap:8px;margin-top:9px!important}.q4-catalogue .filteractions .btn{min-height:39px!important;padding:7px 13px;border-radius:8px;font-size:.74rem;text-transform:uppercase;letter-spacing:.02em}
.q4-catalogue .filteractions .primary{background:var(--dvh22-gold);color:#15392f}.q4-catalogue .filteractions .filterclear{background:#fff;color:#164536;border:1px solid #cdd7d2}

.q4-catalogue .catalogue{background:#f7f4ec;padding:24px 0 62px}
.q4-catalogue .grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;align-items:stretch}
.q4-catalogue .product{background:#fff;border:1px solid #e0ddd2;border-radius:13px;overflow:hidden;box-shadow:0 5px 16px rgba(14,45,36,.055);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.q4-catalogue .product:hover{transform:translateY(-2px);border-color:#cdd8d2;box-shadow:0 11px 26px rgba(14,45,36,.10)}
.q4-catalogue .productmedia{position:relative;display:grid;place-items:center;height:180px;padding:13px;background:#fff;border-bottom:1px solid #efede6;overflow:hidden}
.q4-catalogue .productmedia img{width:100%;height:100%;aspect-ratio:auto;object-fit:contain;object-position:center;transition:transform .22s ease}
.q4-catalogue .product:hover .productmedia img{transform:scale(1.025)}
.q4-catalogue .media360-badge{right:9px;top:9px;padding:5px 8px;background:#06452f;color:#fff;font-size:.63rem}
.q4-catalogue .body{padding:12px 13px 13px;display:flex;flex-direction:column;flex:1}
.q4-catalogue .badge{padding:4px 8px;background:#edf3ef;color:#315548;border:1px solid #d7e3dc;font-size:.64rem;line-height:1.1}
.q4-catalogue .body h2{font-size:1rem;line-height:1.18;min-height:2.36em;margin:7px 0 3px;color:#092f23}
.q4-catalogue .body .meta{font-size:.75rem;line-height:1.3;min-height:2.6em;color:#748078}
.q4-catalogue .body .price{font-size:1.03rem;line-height:1.15;font-weight:900;min-height:auto;margin:8px 0 5px;color:#062f23}
.q4-catalogue .actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-top:9px;margin-top:auto}
.q4-catalogue .actions form{width:100%;margin:0}.q4-catalogue .actions .btn{width:100%;min-height:38px;padding:7px 8px;border-radius:5px;font-size:.68rem;line-height:1.1;text-transform:uppercase;white-space:nowrap}
.q4-catalogue .actions .dark{background:linear-gradient(180deg,#07503a,#003b28);color:#fff}.q4-catalogue .actions .primary{background:linear-gradient(180deg,#f0b633,#dda018);color:#16372d}
.q4-catalogue .empty{background:#fff;border:1px dashed #cfd6d1;border-radius:14px;padding:44px;text-align:center}
.q4-catalogue .cart-confirmation.compact{border-radius:12px;border:1px solid #cfe2d6;background:#f3faf6;box-shadow:none;margin-bottom:14px}

/* Footer mirrors the homepage desktop footer; mobile deliberately stays light. */
.dvh22-footer{background:linear-gradient(90deg,#00442e,#003824,#00422c);color:#fff;padding:18px 0 8px;font-family:Inter,Arial,sans-serif}
.dvh22-footer-grid{display:grid;grid-template-columns:2.1fr repeat(4,1fr);gap:0}
.dvh22-footer-grid>div{padding:0 25px;min-height:102px;border-right:1px solid rgba(255,255,255,.12)}.dvh22-footer-grid>div:first-child{padding-left:0}.dvh22-footer-grid>div:last-child{border-right:0;padding-right:0}
.dvh22-footer-brand{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.dvh22-footer-logo-panel{display:inline-flex;align-items:center;justify-content:center;padding:7px 9px;background:rgba(247,243,233,.97);border-radius:9px;box-shadow:0 8px 18px rgba(0,0,0,.14)}.dvh22-footer-logo-panel img{width:145px;height:62px;object-fit:contain}.dvh22-footer-brand p{font-family:Georgia,serif;font-style:italic;font-size:11px;margin:0;max-width:240px;color:rgba(255,255,255,.92)}
.dvh22-footer-grid>div>strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.04em;margin:5px 0 6px}.dvh22-footer-grid>div>a{display:block;text-decoration:none;font-size:11px;margin:3px 0;color:rgba(255,255,255,.9)}
.dvh22-footer-social{display:flex;gap:6px;margin-top:8px}.dvh22-footer-social a{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#06452f;text-decoration:none;font-weight:900}
.dvh22-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:10px;padding-top:8px;display:grid;grid-template-columns:1fr auto;gap:6px 16px;align-items:center;font-size:9px;color:rgba(255,255,255,.72)}
.dvh22-footer-legal{display:flex;gap:18px}.dvh22-footer-bottom a{color:inherit;text-decoration:none}.dvh22-footer-credit{grid-column:1/-1;display:flex;justify-content:flex-end;gap:5px;font-size:9px;color:rgba(255,255,255,.62)}

@media(max-width:1180px){
  .dvh22-shell-wrap,.q4-catalogue .wrap{width:calc(100% - 56px)}
  .dvh22-home-logo img{height:54px;max-width:158px}.dvh22-mainnav-links{gap:16px}.dvh22-mainnav-links>a,.dvh22-nav-group>a{font-size:10px}
  .q4-catalogue .public-category-chips{grid-template-columns:repeat(4,minmax(0,1fr))}
  .q4-catalogue .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .dvh22-utility-inner{grid-template-columns:1fr 1fr}.dvh22-utility-tagline{display:none}
  .dvh22-mainnav-inner{height:64px;justify-content:flex-start;gap:16px}.dvh22-home-logo img{height:52px;max-width:152px}.dvh22-shop-now{display:none}
  .dvh22-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}.dvh22-mobile-menu-toggle span{width:21px;height:2px;background:#113b2e}.dvh22-mobile-menu-toggle b{font-size:8px;text-transform:uppercase}
  .dvh22-mainnav-links{display:none;position:absolute;left:0;right:0;top:64px;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}.dvh22-mainnav-links.is-open{display:flex}.dvh22-mainnav-links>a,.dvh22-nav-group>a{padding:12px 8px;font-size:11px;border-bottom:1px solid #efeee8}.dvh22-mainnav-links>a.is-active,.dvh22-nav-group>a.is-active{border-bottom:1px solid #efeee8;padding-bottom:12px}.dvh22-nav-dropdown{display:none!important}
  .q4-catalogue .public-category-nav>.wrap{display:block}.q4-catalogue .public-category-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.q4-catalogue .public-category-chips{display:flex;overflow-x:auto;gap:7px;padding:1px 1px 6px}.q4-catalogue .public-category-chips a{flex:0 0 auto;min-width:126px;min-height:46px}
  .q4-catalogue .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.q4-catalogue .productmedia{height:160px}
  .dvh22-footer-grid{grid-template-columns:2fr 1fr 1fr}.dvh22-footer-grid>div:nth-child(4),.dvh22-footer-grid>div:nth-child(5){margin-top:18px}.dvh22-footer-grid>div{border-right:0;padding:0 15px}.dvh22-footer-brand{grid-row:span 2;align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .dvh22-shell-wrap,.q4-catalogue .wrap{width:calc(100% - 32px)}
  .dvh22-utilitybar{font-size:9px}.dvh22-utility-inner{min-height:32px;gap:7px}.dvh22-utility-phone span{white-space:nowrap}.dvh22-utility-account{gap:5px}.dvh22-utility-account>span,.dvh22-utility-account>a:first-child{display:none}
  .dvh22-mainnav-inner{height:64px;gap:12px}.dvh22-home-logo img{height:49px;max-width:144px}.dvh22-mobile-menu-toggle{width:58px;height:42px}.dvh22-mainnav-links{top:64px}
  .q4-catalogue .dvh-public-hero--catalogue{padding:24px 0 22px}.q4-catalogue .cataloguehero h1{font-size:2rem;margin-bottom:6px}.q4-catalogue .cataloguehero p{font-size:.82rem;line-height:1.4}.q4-catalogue .cataloguehero .eyebrow{font-size:9px}
  .q4-catalogue .public-category-nav{padding:10px 0}.q4-catalogue .public-category-heading h2{font-size:1rem}.q4-catalogue .category-all-link{font-size:.67rem}
  .q4-catalogue .filtersection{padding:10px 0}.q4-catalogue .filterheading{align-items:center}.q4-catalogue .filterheading strong{font-size:.83rem}.q4-catalogue .filterhint{display:none}.q4-catalogue .filtertoggle{font-size:.7rem;min-height:38px;padding:7px 11px}.q4-catalogue .filterpanel{padding:11px;margin-top:8px}.q4-catalogue .filtergrid{grid-template-columns:1fr!important}.q4-catalogue .filtersearch input,.q4-catalogue .filtergrid input,.q4-catalogue .filtergrid select{min-height:42px;font-size:.86rem}.q4-catalogue .filteractions{display:grid;grid-template-columns:1fr 1fr}.q4-catalogue .filteractions .btn{min-height:42px!important}
  .q4-catalogue .catalogue{padding:18px 0 44px}.q4-catalogue .grid{grid-template-columns:1fr;gap:11px}.q4-catalogue .product{display:grid;grid-template-columns:132px minmax(0,1fr);border-radius:12px;min-height:168px}.q4-catalogue .productmedia{height:100%;min-height:168px;padding:9px;border-bottom:0;border-right:1px solid #efede6}.q4-catalogue .body{padding:11px 11px 10px}.q4-catalogue .badge{font-size:.59rem;padding:3px 6px}.q4-catalogue .body h2{font-size:.96rem;min-height:auto;margin:5px 0 2px}.q4-catalogue .body .meta{font-size:.69rem;min-height:auto}.q4-catalogue .body .price{font-size:.98rem;margin:6px 0 4px}.q4-catalogue .actions{gap:5px;padding-top:6px}.q4-catalogue .actions .btn{min-height:34px;padding:6px 5px;font-size:.61rem}
  .dvh22-footer{padding:17px 0 12px}.dvh22-footer-grid{display:block}.dvh22-footer-brand,.dvh22-footer-navcol{display:none}.dvh22-footer-contact{padding:0!important;min-height:0!important;border:0!important;margin:0!important}.dvh22-footer-contact>strong{font-size:10px;margin:0 0 6px}.dvh22-footer-contact>a{font-size:11px!important;margin:4px 0!important}.dvh22-footer-social{margin-top:9px}.dvh22-footer-bottom{display:flex;flex-wrap:wrap;gap:5px 14px;margin-top:13px;padding-top:10px;font-size:9px}.dvh22-footer-legal{gap:14px}.dvh22-footer-credit{width:100%;justify-content:flex-start;flex-wrap:wrap;margin-top:4px;font-size:9px}
}
@media(max-width:380px){
  .q4-catalogue .product{grid-template-columns:116px minmax(0,1fr)}.q4-catalogue .productmedia{min-height:160px}.q4-catalogue .actions{grid-template-columns:1fr}.q4-catalogue .actions .btn{min-height:32px}
}
@media(prefers-reduced-motion:reduce){.q4-catalogue .product,.q4-catalogue .productmedia img,.q4-catalogue .public-category-chips a{transition:none!important;transform:none!important}}

/* Phase 22D.2A — Mobile catalogue cleanup + stockist */
.filterlabel-mobile,.action-mobile{display:none}

.dvh22-stockist-section{
  background:#f1ede2;
  border-top:1px solid #ded9cc;
  padding:16px 0;
}
.dvh22-stockist-card{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  border:1px solid #d9d4c7;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 14px rgba(14,45,36,.045);
}
.dvh22-stockist-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eef4f0;
  border:1px solid #cbdcd3;
}
.dvh22-stockist-icon svg{width:27px;height:27px;fill:none;stroke:#07503a;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dvh22-stockist-kicker{display:block;color:#c88600;font-size:.65rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.dvh22-stockist-card h2{font-family:Georgia,serif;font-size:1.22rem;line-height:1.05;margin:3px 0 2px;color:#092f23}
.dvh22-stockist-card p{margin:0;color:#667168;font-size:.78rem}

@media(max-width:600px){
  /* Categories: intentionally swipeable compact chips rather than clipped cards. */
  .q4-catalogue .public-category-nav{padding:9px 0 8px}
  .q4-catalogue .public-category-heading{margin-bottom:6px}
  .q4-catalogue .public-category-heading h2{font-size:1rem}
  .q4-catalogue .public-category-chips{
    gap:6px;
    padding:0 20px 3px 0;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 22px),transparent 100%);
    -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 calc(100% - 22px),transparent 100%);
  }
  .q4-catalogue .public-category-chips::-webkit-scrollbar{display:none}
  .q4-catalogue .public-category-chips a{
    min-width:108px;
    min-height:42px;
    padding:7px 10px;
    border-radius:9px;
    scroll-snap-align:start;
  }
  .q4-catalogue .public-category-chips span{font-size:.72rem;white-space:nowrap}
  .q4-catalogue .public-category-chips small{font-size:.58rem;margin-top:2px}

  /* Compact filter summary/control. */
  .q4-catalogue .filtersection{padding:8px 0 9px}
  .q4-catalogue .filterheading{gap:9px}
  .q4-catalogue .filterheading>div{min-width:0}
  .q4-catalogue .filterheading strong{font-size:.78rem;white-space:nowrap}
  .q4-catalogue .filtertoggle{min-width:92px;min-height:34px;padding:6px 11px;font-size:.67rem;line-height:1}
  .filterlabel-wide{display:none}.filterlabel-mobile{display:inline}

  /* Denser mobile shopping card. */
  .q4-catalogue .catalogue{padding:14px 0 38px}
  .q4-catalogue .grid{gap:9px}
  .q4-catalogue .product{
    grid-template-columns:108px minmax(0,1fr);
    min-height:142px;
    border-radius:11px;
  }
  .q4-catalogue .productmedia{
    min-height:142px;
    height:100%;
    padding:8px;
  }
  .q4-catalogue .body{padding:9px 10px 9px}
  .q4-catalogue .badge{font-size:.55rem;padding:3px 5px;line-height:1}
  .q4-catalogue .body h2{font-size:.9rem;line-height:1.14;margin:4px 0 2px}
  .q4-catalogue .body .meta{
    font-size:.62rem;
    line-height:1.2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    min-height:0;
  }
  .q4-catalogue .body .price{font-size:.96rem;line-height:1.05;margin:5px 0 3px}
  .q4-catalogue .actions{
    grid-template-columns:1fr 1fr;
    gap:5px;
    padding-top:4px;
  }
  .q4-catalogue .actions .btn{min-height:30px;padding:5px 4px;font-size:.58rem;border-radius:5px}
  .action-wide{display:none}.action-mobile{display:inline}

  .dvh22-stockist-section{padding:12px 0}
  .dvh22-stockist-card{padding:11px 12px;gap:11px;border-radius:10px}
  .dvh22-stockist-icon{width:42px;height:42px;flex-basis:42px}
  .dvh22-stockist-icon svg{width:24px;height:24px}
  .dvh22-stockist-kicker{font-size:.58rem}
  .dvh22-stockist-card h2{font-size:1.05rem;margin-top:2px}
  .dvh22-stockist-card p{font-size:.68rem}
}
@media(max-width:380px){
  .q4-catalogue .product{grid-template-columns:98px minmax(0,1fr);min-height:138px}
  .q4-catalogue .productmedia{min-height:138px}
  .q4-catalogue .actions{grid-template-columns:1fr 1fr}
  .q4-catalogue .actions .btn{min-height:29px;font-size:.55rem}
}

/* 22D.2A stockist visibility refinement: compact ribbon before products. */
.dvh22-stockist-section{padding:8px 0;background:#f3efe5}
.dvh22-stockist-card{min-height:48px;padding:7px 12px;box-shadow:none;border-radius:9px}
.dvh22-stockist-icon{width:34px;height:34px;flex-basis:34px}
.dvh22-stockist-icon svg{width:20px;height:20px}
.dvh22-stockist-card>div{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.dvh22-stockist-kicker{font-size:.58rem}
.dvh22-stockist-card h2{font-family:Inter,Arial,sans-serif;font-size:.82rem;margin:0;font-weight:850}
.dvh22-stockist-card p{font-size:.7rem;margin:0}
@media(max-width:600px){
  .q4-catalogue .actions>a:only-child{grid-column:1/-1}
  .dvh22-stockist-section{padding:7px 0}
  .dvh22-stockist-card{min-height:44px;padding:6px 9px;gap:8px}
  .dvh22-stockist-icon{width:30px;height:30px;flex-basis:30px}
  .dvh22-stockist-icon svg{width:18px;height:18px}
  .dvh22-stockist-card>div{display:block}
  .dvh22-stockist-kicker{font-size:.53rem;line-height:1}
  .dvh22-stockist-card h2{font-size:.76rem;display:inline;margin-right:4px}
  .dvh22-stockist-card p{font-size:.62rem;display:inline}
}

/* Phase 22D.2B — mobile filter label + stockist line correction */
.dvh22-stockist-location{font-weight:500;color:#667168;white-space:nowrap}
@media(max-width:600px){
  .q4-catalogue .filtertoggle .filterlabel-wide{display:none!important}
  .q4-catalogue .filtertoggle .filterlabel-mobile{display:inline!important}
  .dvh22-stockist-card>div{display:block}
  .dvh22-stockist-card h2{display:block;margin:2px 0 1px;line-height:1.2}
  .dvh22-stockist-location{font-size:.92em}
  .dvh22-stockist-card p{display:block;margin:0;line-height:1.25}
}

/* Phase 22D.2D — desktop dropdown hover bridge + compact catalogue hero */
@media (min-width:901px){
  /* Keep the pointer inside the nav group while it crosses the visual gap. */
  .dvh22-nav-group::after{
    content:"";
    position:absolute;
    left:-16px;
    top:100%;
    width:230px;
    height:18px;
    pointer-events:auto;
  }
  .dvh22-nav-dropdown{
    top:calc(100% + 10px);
  }

  /* Catalogue hero: same content line as categories, with a tighter vertical footprint. */
  .q4-catalogue .cataloguehero.dvh-public-hero{
    width:min(1500px,88.5vw);
    margin:18px auto 0;
    padding:18px 30px 17px!important;
  }
  .q4-catalogue .cataloguehero h1{
    font-size:clamp(2.1rem,3vw,3.05rem)!important;
    margin:0 0 6px!important;
  }
  .q4-catalogue .cataloguehero p{
    max-width:680px;
    font-size:.88rem;
    line-height:1.42;
  }
}

/* Phase 22D.2E — mobile filter summary pill correction */
@media(max-width:600px){
  .q4-catalogue .filtersection{
    background:#fff;
    padding:10px 0 11px;
  }
  .q4-catalogue .filterheading{
    min-height:48px;
    gap:0;
    padding:0 0 0 14px;
    background:#f3efe5;
    border:1px solid #e0dccf;
    border-radius:999px;
    overflow:hidden;
    box-shadow:0 2px 7px rgba(14,45,36,.035);
  }
  .q4-catalogue .filterheading>div{
    flex:1 1 auto;
    min-width:0;
    display:flex;
    align-items:center;
  }
  .q4-catalogue .filterheading strong{
    font-size:.82rem;
    white-space:nowrap;
  }
  .q4-catalogue .filtertoggle{
    align-self:stretch;
    flex:0 0 42%;
    min-width:118px;
    min-height:48px;
    margin:0;
    padding:0 16px;
    border:0!important;
    border-radius:999px 0 0 999px;
    box-shadow:none;
    font-size:0!important;
    line-height:1!important;
    white-space:nowrap;
  }
  .q4-catalogue .filtertoggle .filterlabel-wide,
  .q4-catalogue .filtertoggle .filterlabel-mobile{
    display:none!important;
  }
  .q4-catalogue .filtertoggle::before{
    content:"Filters";
    display:inline-block;
    font-size:.72rem;
    line-height:1;
    font-weight:900;
    letter-spacing:.01em;
    text-transform:uppercase;
    color:#fff;
  }
}
@media(max-width:380px){
  .q4-catalogue .filterheading{padding-left:11px}
  .q4-catalogue .filterheading strong{font-size:.75rem}
  .q4-catalogue .filtertoggle{flex-basis:40%;min-width:106px;padding-inline:12px}
  .q4-catalogue .filtertoggle::before{font-size:.68rem}
}

/* Phase 22D.3C — shared mobile nav accordion for Catalogue / Fishing Intelligence */
@media(max-width:900px){
  .dvh22-nav-group{
    width:100%;
  }
  .dvh22-nav-group>a{
    width:100%;
    justify-content:space-between;
  }
  .dvh22-nav-group>a>span{
    margin-left:auto;
    transition:transform .18s ease;
  }
  .dvh22-nav-group.is-subopen>a>span{
    transform:rotate(180deg);
  }
  .dvh22-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;
    z-index:auto!important;
  }
  .dvh22-nav-group.is-subopen .dvh22-nav-dropdown{
    display:grid!important;
  }
  .dvh22-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;
  }
  .dvh22-nav-dropdown a:last-child{
    border-bottom:0;
  }
  .dvh22-nav-group.is-subopen>a{
    color:#b97900;
    background:#fbf8f0;
  }
}
