@font-face{font-family:Anton;src:url("assets/anton.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url("assets/inter-regular.ttf") format("truetype");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url("assets/inter.ttf") format("truetype");font-style:normal;font-weight:500;font-display:swap}
:root{
--color-background-page:#fff;--color-background-inverse:#000;--color-background-surface:#f2f2f2;--color-background-surface-inverse:#282828;
--color-text-primary:#000;--color-text-secondary:#585858;--color-text-inverse:#fff;--color-brand:#b7ff00;--color-border-subtle:#d9d9d9;
--type-family-display:Anton,Impact,sans-serif;--type-family-body:Inter,Arial,sans-serif;
--type-size-special-1:clamp(100px,11.458333vw,220px);--type-size-special-2:clamp(80px,8.333333vw,160px);
--space-xs:8px;--space-s:16px;--space-m:20px;--space-l:40px;--space-xl:80px;
--wrapper-padding-x:clamp(20px,2.083333vw,40px);--wrapper-padding-y:clamp(80px,8.333333vw,160px);--wrapper-gap:clamp(40px,4.166667vw,80px);
--size-control-m:50px;--size-control-xs:30px;--radius-surface:0px;--radius-interactive:0px;--radius-full:9999px;--overlay-opacity:.25;
}
*{box-sizing:border-box}body{margin:0;background:var(--color-background-page);color:var(--color-text-primary);font:14px/1.4 var(--type-family-body)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--type-family-display);font-weight:400;line-height:1;text-transform:uppercase}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}button{border:0;color:inherit}img{display:block;max-width:100%}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--color-brand);outline-offset:5px}.skip-link{position:fixed;left:16px;top:-100px;z-index:100;padding:12px;background:var(--color-brand);color:#000}.skip-link:focus{top:16px}
.announcement{position:relative;background:#000;color:var(--color-brand);padding:8px var(--wrapper-padding-x);min-height:36px;text-align:center}.locale{position:absolute;right:var(--wrapper-padding-x);top:50%;transform:translateY(-50%);display:flex;gap:8px;align-items:center;color:#fff;font-weight:500;line-height:1}.navigation{display:flex;align-items:center;gap:40px;padding:20px var(--wrapper-padding-x);height:90px}.logo{position:relative;flex-shrink:0}.logo::after{content:"";position:absolute;left:0;top:50%;width:100%;height:44px;transform:translateY(-50%)}.logo img{width:160.8px;height:auto}.desktop-nav{display:flex;gap:40px;flex:1;align-items:center}.nav-actions{display:flex;gap:20px;align-items:center}.navigation a{font-weight:500;line-height:1}.desktop-nav a:hover,.nav-actions>a:not(.button):hover{text-decoration:underline;text-underline-offset:5px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;min-height:50px;background:var(--color-brand);border-radius:var(--radius-full);font-size:14px;font-weight:500;white-space:nowrap}.button:hover{background:#a5e600}.button img{width:20px;height:20px}.icon-button{width:var(--size-control-m);height:var(--size-control-m);flex:0 0 var(--size-control-m);border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:var(--color-background-surface)}.icon-button img{width:30px;height:30px}.icon-button:hover{background:#e0e0e0}.icon-button.inverse{background:#fff}.menu-toggle{display:none}.mobile-menu{position:absolute;z-index:20;left:0;right:0;padding:24px 20px;background:#fff;border-bottom:1px solid #d9d9d9;box-shadow:0 12px 20px #0002}.mobile-menu a{display:block;padding:12px 0;font-size:18px}.media{position:relative;overflow:hidden;border-radius:var(--radius-surface)}.media>img{width:100%;height:100%;object-fit:cover}.hero{margin:0 8px;position:relative;height:clamp(640px,49.166667vw,944px);overflow:hidden;color:#fff}.hero-image{position:absolute;bottom:0;left:0;width:100%;height:calc(100% + 136px)}.hero-image>img{width:100%;height:100%;object-fit:cover}.tint{position:absolute;inset:0;background:#000;opacity:var(--overlay-opacity);pointer-events:none}.hero-content{position:absolute;inset:auto 40px 40px;display:flex;align-items:flex-end;gap:40px}.hero h1{flex:1;font-size:var(--type-size-special-2);letter-spacing:-.02em;line-height:1}.latest-drop{width:clamp(280px,21.354167vw,410px);flex-shrink:0;background:var(--color-background-surface-inverse)}.latest-drop>.media{aspect-ratio:410/349}.latest-copy{padding:20px;display:flex;flex-direction:column;gap:40px}.latest-copy>p{font-size:12px;text-transform:uppercase}.latest-copy>div{display:flex;align-items:flex-end;gap:8px}.latest-copy h2{flex:1;font-size:20px}
@media(max-width:1100px){.desktop-nav{gap:22px}.navigation{gap:24px}.logo img{width:136px}.hero-content{inset:auto 28px 28px}.latest-copy{gap:24px}}
@media(max-width:767px){
:root{--type-size-special-1:82px;--type-size-special-2:64px;--wrapper-padding-x:20px;--wrapper-padding-y:80px;--wrapper-gap:40px;--space-l:20px;--space-xl:40px}
.locale,.desktop-nav,.nav-actions{display:none}.announcement{padding:8px 20px;min-height:36px}.navigation{height:auto;padding:16px 20px;gap:20px;justify-content:space-between}.logo img{width:100.8px;height:auto}.menu-toggle{display:inline-flex;position:relative;width:30px;height:7px;flex:0 0 30px;background:transparent;border-radius:0;padding:0}.menu-toggle:hover{background:transparent}.menu-toggle img{width:30px;height:7px}.menu-toggle::after{content:"";position:absolute;width:44px;height:44px;left:50%;top:50%;transform:translate(-50%,-50%)}.hero{height:641px}.hero-image{height:100%}.hero-content{inset:25px 20px;flex-direction:column;align-items:stretch;justify-content:space-between;gap:24px}.hero h1{font-size:64px;flex:0 0 auto}.latest-drop{width:100%;display:flex;min-height:103px}.latest-drop>.media{width:43.42%;flex:0 0 43.42%;aspect-ratio:132/103}.latest-copy{padding:8px 8px 8px 16px;flex:1;min-width:0;justify-content:space-between;gap:20px}.latest-copy>div{align-items:flex-end}.latest-copy h2{font-size:16px}.icon-button,.latest-copy .icon-button{width:var(--size-control-xs);height:var(--size-control-xs);flex-basis:var(--size-control-xs)}.menu-toggle{height:7px}.latest-copy>p{font-size:12px}
}
/* Keep the complete navigation available on compact screens. */
@media(max-width:950px){
.desktop-nav,.nav-actions{display:none}
.navigation{justify-content:space-between}
.menu-toggle{display:inline-flex;position:relative;width:30px;height:7px;flex:0 0 30px;background:transparent;border-radius:0;padding:0}
.menu-toggle:hover{background:transparent}
.menu-toggle img{width:30px;height:7px}
.menu-toggle::after{content:"";position:absolute;width:44px;height:44px;left:50%;top:50%;transform:translate(-50%,-50%)}
}
.nav-utility{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;width:25px;height:25px;padding:0;background:transparent;border-radius:var(--radius-full)}
.nav-utility::after{content:"";position:absolute;left:50%;top:50%;width:44px;height:44px;transform:translate(-50%,-50%)}
.nav-utility img{width:20px;height:20px;max-width:none}
.nav-search{width:27px;height:27px;flex-basis:27px}
.nav-search img{width:24px;height:24px}
.nav-wishlist img{width:18.4px;height:18.4px}
.mobile-menu-utilities{margin-top:12px;padding-top:12px;border-top:1px solid var(--color-border-subtle);display:flex;flex-direction:column}
.mobile-menu-utilities button{display:block;padding:12px 0;background:transparent;text-align:left;font-size:18px}


.section-pad{padding:var(--wrapper-padding-y) var(--wrapper-padding-x)}.section-heading{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:var(--wrapper-gap)}.section-heading h2{font-size:30px}.product-grid{display:flex;flex-direction:column;gap:var(--wrapper-gap)}.product-row{display:grid;grid-template-columns:200fr 360fr 200fr 360fr 200fr;gap:20px;align-items:start}.product-row:nth-child(2){grid-template-columns:200fr 200fr 360fr 200fr 360fr}.product-card{display:block;min-width:0}.product-photo{aspect-ratio:1}.product-copy{display:flex;flex-direction:column;gap:4px;margin-top:16px}.product-copy h3{font-size:16px;line-height:1}.secondary{color:var(--color-text-secondary)}.cropped{--crop-w:100%;--crop-h:100%;--crop-x:0%;--crop-y:0%}.cropped>img{position:absolute;left:var(--crop-x);top:var(--crop-y);width:var(--crop-w);height:var(--crop-h);max-width:none;object-fit:fill}.product-card:hover h3{text-decoration:underline;text-underline-offset:4px}.statement{position:relative;overflow:hidden;background:#000;color:#fff}.statement-content{position:relative;display:flex;flex-direction:column;align-items:center;font-size:var(--type-size-special-2);letter-spacing:-.02em;text-align:center;line-height:1}.statement-content>span{display:block;width:100%}.statement-content>.bracket-line{display:flex;justify-content:space-between;align-items:center}.statement-content>.statement-photo{width:clamp(280px,29.166667vw,560px);height:clamp(170px,17.708333vw,340px)}.statement-mark{position:absolute;width:100.99%;max-width:none;height:70.19%;left:-12.76%;top:14.91%}.featured{padding-bottom:0}.section-divider{height:1px;background:var(--color-border-subtle);margin-bottom:var(--wrapper-gap)}.featured-grid{display:grid;grid-template-columns:1fr 2fr;gap:20px}.featured-grid>h2{font-size:clamp(32px,2.604167vw,50px)}.featured-pair{display:grid;grid-template-columns:2fr 1fr;gap:20px;min-width:0}.feature-story{position:relative;height:clamp(660px,54.166667vw,1040px);padding:20px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:var(--radius-surface)}.feature-background{position:absolute;inset:0}.highlights{position:relative;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0}.highlights>div{min-width:0}.highlights dd{margin:8px 0 0}.companion-card{position:relative;width:min(390px,100%);padding:20px;background:#fff;border-radius:var(--radius-surface)}.companion-details{display:flex;gap:20px;align-items:center;margin-bottom:16px}.companion-details .media{width:60px;height:60px;flex:0 0 60px}.companion-details h3,.paired-product h3{font-size:20px}.companion-details p{margin-top:4px}.purchase-row{display:flex;align-items:center;gap:8px;padding:8px 0;width:100%;min-height:68px;border-block:1px solid var(--color-border-subtle);background:transparent;text-align:left}.purchase-row>span:first-child{flex:1;font-weight:500;line-height:1}.purchase-row:hover .icon-button{background:var(--color-brand)}.paired-product{min-width:0}.paired-card{margin-top:80px;display:flex;flex-direction:column;gap:16px}.paired-photo{height:clamp(250px,22.65625vw,435px)}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0}.product-details dd{margin:4px 0 0;color:var(--color-text-secondary)}.editorial-type{display:flex;flex-direction:column;gap:4px}.editorial-line{font:400 var(--type-size-special-1)/1 var(--type-family-display);letter-spacing:-.02em;text-transform:uppercase}.type-image-row{display:flex;gap:20px;align-items:end}.type-image-row>.editorial-line{flex:0 0 52.3913%}.inline-photo{width:35.8696%;height:var(--type-size-special-1);--crop-h:240%;--crop-y:-26.21%}.type-meta-row{display:flex;align-items:center;gap:40px}.type-meta-row>.editorial-line{flex:1}.vision-meta{width:230px;text-align:center}.vision-story{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:var(--wrapper-gap);height:clamp(340px,24.479167vw,470px)}.vision-photo-column{position:relative;min-width:0}.vision-photo{position:relative;width:85.5556%;height:clamp(400px,31.25vw,600px);margin-left:13.3333%;margin-top:clamp(-129.53px,-6.74635vw,-60px);--crop-h:228.15%;--crop-y:-48.67%}.vision-copy{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-content:start}.body-large{font-size:18px;line-height:1.4}.vision-copy .button{margin-top:40px}.footer{position:relative;isolation:isolate;padding-top:520px;padding-bottom:40px;background:#000;color:#fff;overflow:hidden}.footer-background{position:absolute;inset:0;z-index:-1}.footer-panel{padding:40px;background:#000;display:flex;flex-direction:column;gap:80px}.footer-grid{display:grid;grid-template-columns:6fr 2fr 4fr;gap:20px}.footer-navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;min-width:0}.footer-toggle{font:400 30px/1 var(--type-family-display);text-transform:uppercase;background:transparent;text-align:left;padding:0;pointer-events:none;cursor:default}.footer-toggle>.icon-button{display:none}.footer-links{margin-top:40px;display:flex;flex-direction:column;gap:16px;font-size:16px;font-weight:500;line-height:1}.footer a:hover{text-decoration:underline;text-underline-offset:4px}.photo-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px}.photo-strip>.media{aspect-ratio:128/170}.footer-social-photos>a{display:block;font-size:12px;margin-top:16px}.newsletter{display:flex;flex-direction:column;gap:40px;min-width:0}.newsletter h2{font-size:30px}.newsletter form{display:flex;gap:8px;align-items:center}.newsletter input{min-width:0;flex:1;border:1px solid #585858;border-radius:var(--radius-full);color:#fff;background:transparent;padding:0 16px;height:50px}.newsletter input::placeholder{color:#7e7e7e}.social-links{display:flex;gap:40px;font-weight:500;line-height:1}.footer-legal{display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-legal>div{display:flex;gap:20px;align-items:center;font-weight:500;line-height:1}.form-message{color:var(--color-brand);font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
#concept-dialog{border:0;padding:40px;width:min(460px,calc(100% - 32px));max-height:90dvh;overflow:auto;color:#000;background:#fff}#concept-dialog::backdrop{background:#0009}.dialog-close{position:absolute;right:6px;top:2px;display:flex;align-items:center;justify-content:center;padding:0;background:#fff;width:44px;height:44px;border-radius:var(--radius-full)}.dialog-close img{width:30px;height:30px;transform:rotate(45deg);pointer-events:none}.dialog-media{aspect-ratio:1;margin-bottom:24px}.dialog-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}#dialog-title{font-size:32px}.dialog-price{margin-top:8px}.dialog-description{margin:16px 0 24px;font-size:16px}.dialog-done{width:100%}
@media(min-width:768px) and (max-width:1200px){.featured-grid{grid-template-columns:1fr}.featured-grid>h2{margin-bottom:20px}.featured-pair{grid-template-columns:2fr 1fr}.feature-story{height:760px}.paired-photo{height:360px}.vision-copy{grid-template-columns:1fr;gap:20px}.vision-meta{width:180px}.footer{padding-top:340px}.footer-grid{grid-template-columns:2fr 1fr}.footer-navigation{grid-column:1/-1}.footer-social-photos{grid-column:2;grid-row:2}.newsletter{grid-column:1;grid-row:2}.footer-panel{gap:60px}.photo-strip{max-width:240px}}
@media(max-width:767px){
.section-heading h2{font-size:24px}.product-grid{display:block}.product-row,.product-row:nth-child(2){display:contents}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:20px}.product-copy{gap:4px}.statement-content{font-size:64px}.statement-content>.statement-photo{width:180px;height:116px}.statement-mark{width:735px;height:431px;left:calc(50% - 502px);top:114px}.featured-grid{display:flex;flex-direction:column;gap:20px}.featured-grid>h2{font-size:32px}.featured-pair{display:flex;flex-direction:column;gap:20px}.feature-story{height:540px;padding:20px}.highlights{gap:20px}.highlights dd{overflow-wrap:normal}.companion-card{width:240px;padding:20px}.companion-details .media{width:40px;height:40px;flex:0 0 40px}.companion-details h3{font-size:20px}.purchase-row{min-height:48px}.purchase-row>span:first-child{font-size:14px;min-width:0}.paired-card{width:75%;max-width:360px;margin:40px 0 0 auto;gap:16px}.paired-photo{height:auto;aspect-ratio:240/300}.product-details{grid-template-columns:1fr;gap:8px}.product-details>div:nth-child(2){display:none}.editorial-line{font-size:82px}.type-image-row{flex-direction:column;align-items:stretch;gap:8px}.type-image-row>.editorial-line{flex:auto;min-height:157px;max-width:340px}.inline-photo{width:100%;height:180px;--crop-h:142.22%;--crop-y:-9.83%}.type-meta-row{display:block}.vision-meta{display:none}.editorial-type>.editorial-line:last-child{max-width:350px}.vision-story{display:flex;flex-direction:column;gap:30px;margin-top:40px;height:auto}.vision-photo-column{height:auto}.vision-photo{width:100%;height:auto;aspect-ratio:320/240;margin:0;--crop-h:228.15%;--crop-y:-48.67%}.vision-copy{display:block}.vision-copy>div{margin-top:20px}.vision-copy .button{margin-top:20px}.footer{padding-top:200px;padding-bottom:20px}.footer-panel{padding:20px;gap:40px}.footer-grid{display:flex;flex-direction:column;gap:40px}.newsletter{order:0;gap:20px}.newsletter h2{font-size:24px}.newsletter .body-large{font-size:18px}.social-links{gap:20px}.footer-navigation{order:1;display:block}.footer-group{padding:16px 0;border-top:1px solid rgb(88 88 88 / 50%)}.footer-group:last-child{padding-bottom:0}.footer-toggle{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;font-size:20px;pointer-events:auto;cursor:pointer}.footer-toggle>.icon-button{display:inline-flex;background:var(--color-background-surface-inverse)}.footer-toggle{position:relative;min-height:30px}.footer-toggle::after{content:"";position:absolute;inset:-7px 0}.newsletter button.icon-button{position:relative}.newsletter button.icon-button::after{content:"";position:absolute;inset:-7px}.footer-toggle[aria-expanded="true"]>.icon-button{transform:rotate(45deg)}.footer-links{margin:20px 0 4px;gap:18px}.footer-social-photos{order:2}.photo-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.photo-strip>.media{aspect-ratio:64/90}.footer-legal{display:flex;flex-direction:column;gap:20px}.footer-legal>div{gap:20px}.footer-social-photos>a{font-size:12px}.footer-legal p{font-size:14px}.footer-legal>div{font-size:14px}
}
@media(max-width:359px){.hero h1{font-size:58px}.editorial-line{font-size:72px}.companion-card{width:100%}.highlights{font-size:12px;gap:10px}.social-links{gap:14px}.latest-copy{padding-left:10px}}

.announcement .concept-notice{margin:0;padding:0 110px;font-size:12px;line-height:1.5;text-wrap:pretty}
.concept-notice strong{font-weight:500}
@media(max-width:767px){.announcement .concept-notice{padding:0}}
.concept-disclaimer{max-width:560px;font-size:14px;line-height:1.5;color:#ccc}

/* Fullscreen hero standard: header + hero = the current visible viewport.
   In-flow content can grow on exceptionally short screens instead of clipping. */
:root {
  --viewport-height: 100vh;
  --site-header-height: 126px;
}
@supports (height: 100dvh) {
  :root { --viewport-height: 100dvh; }
}
.hero[data-fullscreen-hero] {
  --hero-height: max(0px, calc(var(--viewport-height) - var(--site-header-height)));
  --hero-padding: clamp(20px, calc(var(--viewport-height) * .037), 40px);
  --hero-content-height: calc(var(--hero-height) - var(--hero-padding) * 2);
  display: flex;
  height: auto;
  min-height: var(--hero-height);
  padding: var(--hero-padding);
}
.hero[data-fullscreen-hero] .hero-image { height: 100%; }
.hero[data-fullscreen-hero] .hero-content {
  position: relative;
  inset: auto;
  flex: 1;
  min-width: 0;
}
.hero[data-fullscreen-hero] h1 {
  font-size: min(var(--type-size-special-2), max(48px, calc(var(--hero-content-height) / 3)));
}
.hero[data-fullscreen-hero] .latest-drop > .media {
  aspect-ratio: auto;
  height: min(349px, calc(clamp(280px, 21.354167vw, 410px) * 349 / 410), max(90px, calc(var(--hero-content-height) - 147px)));
}
@media (max-width: 1100px) and (min-width: 768px) {
  .hero[data-fullscreen-hero] { --hero-padding: clamp(20px, calc(var(--viewport-height) * .037), 28px); }
}
@media (max-width: 767px) {
  :root { --site-header-height: 83.55px; }
  .hero[data-fullscreen-hero] {
    --hero-padding: 25px;
    padding-inline: 20px;
  }
  .hero[data-fullscreen-hero] h1 {
    font-size: min(64px, max(32px, calc((var(--hero-content-height) - 127px) / 3)));
  }
  .hero[data-fullscreen-hero] .latest-drop > .media {
    height: auto;
    aspect-ratio: 132 / 103;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .hero[data-fullscreen-hero] .latest-drop { height: 103px; }
  .hero[data-fullscreen-hero] .latest-drop > .media { height: 100%; aspect-ratio: auto; }
}
@media (max-width: 359px) {
  .hero[data-fullscreen-hero] h1 {
    font-size: min(58px, max(32px, calc((var(--hero-content-height) - 127px) / 3)));
  }
}

/* Background footage shares the poster's crop and never affects layout. */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}
.hero-video.is-visible { opacity: 1; }

/* Studio motion baseline: the notice is outside this sticky navigation group. */
:root { --sticky-navigation-height: 90px; --anchor-gap: 16px; }
html { scroll-behavior: auto; }
:where(main, section, footer, [data-scroll-target])[id] { scroll-margin-top: calc(var(--sticky-navigation-height) + var(--anchor-gap)); }
.site-header { position: sticky; top: 0; z-index: 40; background: var(--color-background-page); }
.mobile-menu { top: 100%; max-height: calc(100vh - var(--sticky-navigation-height)); max-height: calc(100dvh - var(--sticky-navigation-height)); overflow-y: auto; overscroll-behavior: contain; }
html.is-modal-open { overflow: hidden; }
html.is-modal-open body { padding-right: var(--scrollbar-compensation, 0px); }
@media (max-width: 767px) { :root { --sticky-navigation-height: 47.54px; } }

/* Image motion supports browsing; product details and hit areas never move. */
:root { --product-hover-scale: 1.035; --product-hover-duration: 450ms; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  [data-product-hover] .media > img,
  [data-product-hover].media > img {
    transform: scale(1);
    transition: transform var(--product-hover-duration) cubic-bezier(.22, 1, .36, 1);
  }
  [data-product-hover]:hover .media > img,
  [data-product-hover].media:hover > img { transform: scale(var(--product-hover-scale)); }
}
@media (prefers-reduced-motion: no-preference) {
  [data-parallax] > img {
    transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--parallax-scale, 1));
    transform-origin: center;
  }
  [data-parallax].is-parallax-visible > img { will-change: transform; }
}
