/* Scoped V4 visual additions for the homepage product cards and product galleries. */
body[data-design-page='home'] .alias-pcard:hover { box-shadow:var(--shadow-lg) !important;transform:translateY(-6px); }
body[data-design-page='home'] .alias-pcard:hover .alias-pimg { transform:scale(1.05); }
body[data-design-page='home'] .alias-pimg { will-change:opacity; }
body[data-design-page='home'] .v4-trusted-logo:hover img { transform:scale(1.05); }

.v4-product-gallery { background:#fff;padding:78px 0;border-top:1px solid var(--color-divider);scroll-margin-top:var(--alias-sticky,132px); }
.v4-gallery-inner { max-width:1320px;margin:0 auto;padding:0 32px; }
.v4-gallery-heading { display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:34px; }
.v4-gallery-heading p { margin:0 0 14px;font-family:var(--font-heading);font-size:12.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent); }
.v4-gallery-heading h2 { margin:0;font-size:clamp(26px,3vw,40px);line-height:1.08;letter-spacing:-.01em; }
.v4-gallery-heading > span { font-family:var(--font-heading);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(29,31,32,.5); }
.v4-gallery-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(258px,1fr));gap:16px; }
.v4-gallery-item { position:relative;display:block;padding:0;border:1px solid var(--color-divider);border-radius:0;background:var(--alias-navy);aspect-ratio:4/3;overflow:hidden;cursor:zoom-in; }
.v4-gallery-item img { width:100%;height:100%;object-fit:cover;display:block;transition:transform 800ms cubic-bezier(.2,.7,.3,1); }
.v4-gallery-shade { position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,20,38,0) 45%,rgba(6,20,38,.7) 100%);opacity:0;transition:opacity 300ms ease; }
.v4-gallery-zoom { position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:34px;height:34px;background:var(--color-accent);color:#fff;opacity:0;transform:translateY(6px);transition:opacity 300ms ease,transform 300ms ease; }
.v4-gallery-item:hover img,.v4-gallery-item:focus-visible img { transform:scale(1.07); }
.v4-gallery-item:hover .v4-gallery-shade,.v4-gallery-item:focus-visible .v4-gallery-shade,.v4-gallery-item:hover .v4-gallery-zoom,.v4-gallery-item:focus-visible .v4-gallery-zoom { opacity:1;transform:none; }
.v4-gallery-dialog { width:100vw;max-width:none;height:100vh;max-height:none;margin:0;border:0;padding:18px 18px 24px;box-sizing:border-box;background:rgba(6,20,38,.97);color:#fff;grid-template-rows:auto 1fr auto; }
.v4-gallery-dialog[open] { display:grid; }
.v4-gallery-dialog::backdrop { background:rgba(6,20,38,.72); }
.v4-gallery-dialog-head { display:flex;align-items:center;gap:18px;color:rgba(255,255,255,.75);font-family:var(--font-heading);font-size:12px;letter-spacing:.16em;text-transform:uppercase; }
.v4-gallery-dialog button { cursor:pointer;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:0;color:#fff;display:grid;place-items:center; }
.v4-gallery-dialog-head button { margin-left:auto;width:44px;height:44px;font-size:28px;line-height:1; }
.v4-gallery-dialog-image { display:grid;place-items:center;min-height:0;padding:14px 0; }
.v4-gallery-dialog-image img { max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 24px 60px rgba(0,0,0,.5); }
.v4-gallery-dialog-controls { display:flex;gap:12px;justify-content:center; }
.v4-gallery-dialog-controls button { width:48px;height:48px;font-size:30px; }
.v4-gallery-dialog button:hover { background:var(--color-accent);border-color:var(--color-accent); }

@media(max-width:900px){.v4-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v4-trusted-inner{grid-template-columns:1fr !important}.v4-trusted-logos{border-left:0 !important;border-top:1px solid var(--color-divider)}}
@media(max-width:600px){body[data-design-page='home'] #products>div{padding-inline:18px !important}body[data-design-page='home'] #products>div>div:first-child{align-items:flex-start !important;padding:22px 20px !important}.v4-home-product-grid{grid-template-columns:1fr !important}body[data-design-page='home'] .v4-home-product-specs{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.v4-trusted-strip{padding:32px 0 !important}.v4-trusted-inner{padding:0 18px !important;gap:24px !important}.v4-trusted-logos{grid-template-columns:1fr !important}.v4-trusted-logo{border-right:0 !important;border-bottom:1px solid var(--color-divider)}.v4-trusted-logo:last-child{border-bottom:0}.v4-product-gallery{padding:52px 0}.v4-gallery-inner{padding:0 18px}.v4-gallery-grid{grid-template-columns:1fr}.v4-gallery-heading{align-items:flex-start;display:grid}.v4-gallery-dialog{padding:12px}}
@media(prefers-reduced-motion:reduce){.v4-gallery-item img,.v4-gallery-shade,.v4-gallery-zoom,body[data-design-page='home'] #products article img,body[data-design-page='home'] .v4-trusted-logo img{transition:none !important}}
