/* Homepage v3 — flat, high-contrast editorial layout modeled on the reference, Fluid content/brand tokens. */
.v3-hero{position:relative;min-height:700px;overflow:hidden}
.v3-hero__slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 400ms var(--ease-out);pointer-events:none}
.v3-hero__slide.is-active{opacity:1;visibility:visible;position:relative;pointer-events:auto}
.v3-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:var(--radius-pill);background:rgba(255,255,255,0.9);border:none;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--color-ink-900);z-index:3;transition:transform 160ms var(--ease-out),background 160ms var(--ease-out);cursor:pointer}
.v3-hero__arrow:hover{background:var(--color-white)}
.v3-hero__arrow:active{transform:translateY(-50%) scale(0.92)}
.v3-hero__arrow--prev{left:24px}
.v3-hero__arrow--next{right:24px}
.v3-hero__dots{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.v3-hero__dot{width:8px;height:8px;border-radius:var(--radius-pill);background:rgba(255,255,255,0.4);padding:0;transition:transform 160ms var(--ease-out),background 160ms var(--ease-out),width 160ms var(--ease-out)}
.v3-hero__dot:hover{transform:scale(1.15)}
.v3-hero__dot.is-active{background:var(--color-accent);width:22px}
.v3-hero__photo{position:relative;height:700px}
.v3-hero__photo img{width:100%;height:100%;object-fit:cover}
.v3-hero__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,34,0.1),rgba(10,27,34,0.75))}
.v3-hero__photo-content{position:absolute;left:56px;bottom:56px;z-index:2;max-width:520px}
.v3-hero__photo-content h1{color:var(--color-white);text-transform:uppercase;font-size:68px;line-height:0.98;margin-bottom:24px;letter-spacing:-0.01em}
@media(max-width:900px){.v3-hero__photo-content{left:24px;bottom:32px}.v3-hero__photo-content h1{font-size:36px}}
@media(max-width:480px){.v3-hero{min-height:320px}.v3-hero__photo{height:320px}.v3-hero__photo-content h1{font-size:28px}.v3-hero__photo-content{left:20px;bottom:52px;max-width:calc(100% - 40px)}.v3-hero__arrow{width:36px;height:36px;font-size:16px}.v3-hero__arrow--prev{left:12px}.v3-hero__arrow--next{right:12px}.v3-hero__dots{bottom:14px}}

.v3-intro{padding:96px 0}
.v3-intro__header{display:grid;grid-template-columns:1.1fr 0.9fr;gap:56px;align-items:center;margin-bottom:48px}
.v3-intro__header h2{font-size:38px;margin-bottom:20px}
.v3-intro__media{width:100%;height:340px;overflow:hidden;background:var(--color-sand-100);border-radius:4px}
.v3-intro__media img{width:100%;height:100%;object-fit:cover}
.v3-intro__header p{color:var(--color-text-secondary)}
.v3-intro__stage{position:relative;background:var(--color-white);height:440px;overflow:hidden}
.v3-intro__slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity 180ms var(--ease-out)}
.v3-intro__slide.is-active{opacity:1;visibility:visible;transition:opacity 320ms var(--ease-out)}
.v3-intro__slide img{max-height:80%;max-width:none;width:auto;object-fit:contain;position:relative;z-index:2}
.v3-intro__wordmark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:160px;font-weight:900;color:var(--color-blue-100);letter-spacing:-0.02em;z-index:1;white-space:nowrap}
.v3-intro__dots{display:flex;justify-content:center;gap:10px;margin-top:32px}
.v3-intro__dot{width:8px;height:8px;border-radius:50%;background:var(--color-carbon-300);border:0;cursor:pointer;padding:0;transition:transform 140ms var(--ease-out),background 140ms var(--ease-out)}
.v3-intro__dot:active{transform:scale(0.85)}
.v3-intro__dot.is-active{background:var(--color-brand-primary)}
@media(max-width:900px){.v3-intro__header{grid-template-columns:1fr}.v3-intro__wordmark{font-size:80px}}
@media(max-width:480px){.v3-intro{padding:56px 0}.v3-intro__header h2{font-size:28px}.v3-intro__media{height:220px}.v3-intro__stage{height:320px}.v3-intro__wordmark{font-size:52px}}

/* Flat product grid (no border/shadow, gray card) */
.v3-latest__header{align-items:flex-start;flex-wrap:wrap;gap:20px 32px}
.v3-latest__tabs{display:flex;flex-wrap:wrap;gap:8px}
.v3-latest__tab{padding:10px 18px;border-radius:var(--radius-pill);border:1px solid var(--color-border-strong);background:none;font-size:13px;font-weight:700;letter-spacing:0.03em;color:var(--color-text-secondary);cursor:pointer;transition:background 140ms var(--ease-out),color 140ms var(--ease-out),border-color 140ms var(--ease-out)}
.v3-latest__tab:hover{border-color:var(--color-ink-900);color:var(--color-ink-900)}
.v3-latest__tab.is-active{background:var(--color-ink-900);border-color:var(--color-ink-900);color:var(--color-white)}
.v3-products__empty{display:block;padding:48px 24px;text-align:center;color:var(--color-text-secondary);background:var(--color-sand-100);margin:0}
.v3-products__empty[hidden]{display:none}
.v3-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;background:var(--color-border)}
.v3-product{background:var(--color-sand-100);padding:0}
.v3-product__media{position:relative;aspect-ratio:1/1;background:var(--color-sand-100);display:flex;align-items:center;justify-content:center;overflow:hidden}
.v3-product__media img{max-height:82%;width:auto;object-fit:contain}
.v3-product__tag{position:absolute;top:16px;left:16px;font-size:11px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;color:var(--color-ink-900);background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:5px 12px;z-index:1}
.v3-product__body{padding:20px 24px 28px}
.v3-product__cat{display:block;font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:8px}
.v3-product__title{font-size:16px;font-weight:700;margin-bottom:6px}
.v3-product__title a{color:var(--color-ink-900)}
.v3-product__price{font-weight:800;color:var(--color-brand-primary)}
@media(max-width:900px){.v3-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.v3-products{grid-template-columns:1fr}}

/* Centered testimonial slider */
.v3-testimonial{padding:120px 0;text-align:center}
@media(max-width:480px){.v3-testimonial{padding:64px 0}.v3-testimonial__quote{font-size:20px}.v3-testimonial__nav{gap:16px}}
.v3-testimonial__avatar{width:64px;height:64px;border-radius:50%;margin:0 auto 32px;background:var(--color-blue-100)}
.v3-testimonial__nav{display:flex;align-items:center;justify-content:center;gap:40px}
.v3-testimonial__arrow{background:none;border:0;font-size:12px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-text-secondary);cursor:pointer;transition:color 140ms var(--ease-out),transform 140ms var(--ease-out)}
.v3-testimonial__arrow:hover{color:var(--color-brand-primary)}
.v3-testimonial__arrow:active{transform:scale(0.95)}
.v3-testimonial__nav>div{position:relative;flex:1;min-height:140px}
.v3-testimonial__slide{position:absolute;inset:0;max-width:640px;margin:0 auto;opacity:0;visibility:hidden;transition:opacity 180ms var(--ease-out)}
.v3-testimonial__slide.is-active{position:relative;opacity:1;visibility:visible;transition:opacity 320ms var(--ease-out)}
.v3-testimonial__quote{font-size:26px;line-height:1.4;font-weight:700;color:var(--color-ink-900);margin-bottom:20px}
.v3-testimonial__name{font-weight:800;font-size:13px;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:2px}
.v3-testimonial__role{font-size:12px;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:0.08em}
.v3-testimonial__dots{display:flex;justify-content:center;gap:8px;margin-top:32px}
.v3-testimonial__dot{width:7px;height:7px;border-radius:50%;background:var(--color-carbon-300);border:0;padding:0;cursor:pointer;transition:transform 140ms var(--ease-out),background 140ms var(--ease-out)}
.v3-testimonial__dot:active{transform:scale(0.85)}
.v3-testimonial__dot.is-active{background:var(--color-brand-primary)}

/* Full-bleed video with left-side content overlay */
.v3-feature-split{position:relative;min-height:560px;color:var(--color-white);overflow:hidden}
.v3-feature-split__media{position:absolute;inset:0}
.v3-feature-split__media img,.v3-feature-split__media video{width:100%;height:100%;object-fit:cover}
.v3-feature-split::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,27,34,0.75) 0%,rgba(10,27,34,0.65) 40%,rgba(10,27,34,0.35) 55%,rgba(10,27,34,0.08) 100%)}
.v3-feature-split__panel{position:relative;z-index:2;max-width:480px;height:100%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:64px 5vw}
.v3-feature-split__panel h2{color:var(--color-white);font-size:38px}
.v3-feature-split__icon{display:inline-flex;width:36px;height:36px;color:var(--color-lime-500);margin-bottom:8px}
.v3-feature-split__icon svg{width:100%;height:100%}
.v3-feature-split__label{font-size:18px;font-weight:800;color:var(--color-white)}
.v3-feature-split__text{color:var(--color-ink-100);max-width:400px}
@media(max-width:900px){.v3-feature-split{min-height:480px}.v3-feature-split__panel{max-width:100%;padding:48px 24px}.v3-feature-split::after{background:linear-gradient(180deg,rgba(10,27,34,0.2) 0%,rgba(10,27,34,0.85) 55%,rgba(10,27,34,0.96) 100%)}}
@media(max-width:480px){.v3-feature-split{min-height:420px}.v3-feature-split__panel h2{font-size:28px}}

/* Icon grid (borderless, on light bg) */
.v3-why{padding:96px 0}
.v3-why__grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.v3-why__heading h2{font-size:38px;margin-bottom:16px}
.v3-why__heading p{color:var(--color-text-secondary)}
.v3-why__blocks{display:grid;grid-template-columns:1fr 1fr;gap:40px 32px}
.v3-why-block__icon{display:inline-flex;width:32px;height:32px;color:var(--color-ink-900);margin-bottom:14px}
.v3-why-block__icon svg{width:100%;height:100%}
.v3-why-block__title{font-weight:800;margin-bottom:8px}
.v3-why-block__text{font-size:14px;color:var(--color-text-secondary);line-height:1.6}
@media(max-width:900px){.v3-why__grid{grid-template-columns:1fr}}
@media(max-width:480px){.v3-why{padding:56px 0}.v3-why__heading h2{font-size:28px}.v3-why__blocks{grid-template-columns:1fr;gap:28px}}

/* Image tiles with overlay caption + description */
.v3-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.v3-tile{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-md);display:block;color:var(--color-white)}
.v3-tile__media{position:absolute;inset:0}
.v3-tile__media img,.v3-tile__media image-slot,.v3-tile__media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform 700ms var(--ease-in-out)}
.v3-tile:hover .v3-tile__media img{transform:scale(1.05)}
.v3-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,27,34,0) 40%,rgba(10,27,34,0.88) 100%)}
.v3-tile__body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px}
.v3-tile__title{font-size:22px;font-weight:800;display:block;margin-bottom:8px;color:var(--color-white)}
.v3-tile__title:hover{color:var(--color-teal-500)}
.v3-tile__desc{font-size:14px;line-height:1.5;color:var(--color-ink-100);max-width:320px;margin-bottom:12px}
.v3-tile__link{font-size:13px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;color:var(--color-lime-500);display:inline-flex;align-items:center;gap:8px}
.v3-tile__link:hover{color:var(--color-teal-500)}
@media(max-width:768px){.v3-tiles{grid-template-columns:1fr}}
@media(max-width:480px){.v3-tile{aspect-ratio:1/1}}

/* Newsletter, centered light */
.v3-newsletter{padding:96px 0;text-align:center;background:var(--color-sand-100)}
.v3-newsletter h2{font-size:34px;margin-bottom:32px}
.v3-newsletter__form{display:flex;justify-content:center;gap:0;max-width:460px;margin:0 auto;border-bottom:1px solid var(--color-carbon-300)}
.v3-newsletter__form input{flex:1;height:52px;padding:0;border:0;background:none;font-size:14px}
.v3-newsletter__form button{background:none;border:0;font-size:12px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-brand-primary);cursor:pointer}
@media(max-width:480px){.v3-newsletter{padding:56px 0}.v3-newsletter h2{font-size:24px}}

/* Build your own ski — bold lime block */
.v3-build{background:var(--color-ink-900);padding:112px 0;color:var(--color-white);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%)}
.v3-build__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;align-items:center}
.v3-build__media{display:flex;justify-content:center}
.v3-build__media img{width:100%;max-width:220px;filter:drop-shadow(0 24px 32px rgba(10,27,34,0.25))}
.v3-build__tag{display:inline-block;background:var(--color-lime-500);color:var(--color-white);font-size:11px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;padding:6px 12px;margin-bottom:16px}
.v3-build h2{font-size:44px;margin-bottom:16px;color:var(--color-white)}
.v3-build p{color:var(--color-ink-100)}
.v3-build__steps{position:relative;list-style:none;margin:0;padding:0 0 0 28px;display:flex;flex-direction:column;gap:28px}
.v3-build__steps::before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:rgba(255,255,255,0.2)}
.v3-build__steps li{position:relative;display:flex;flex-direction:column;gap:6px}
.v3-build__steps li::before{content:"";position:absolute;left:-28px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--color-lime-500);border:3px solid var(--color-white);box-shadow:0 0 0 2px var(--color-ink-900)}
.v3-build__steps span{font-size:12px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;color:var(--color-teal-500)}
.v3-build__steps strong{font-size:18px;font-weight:800}
.v3-build__steps p{font-size:14px;color:var(--color-ink-100);margin:0}
@media(max-width:900px){.v3-build{clip-path:none;padding:64px 0}.v3-build__grid{grid-template-columns:1fr}.v3-build__media{order:-1}}
@media(max-width:480px){.v3-build{padding:48px 0}.v3-build h2{font-size:32px}}

/* Lighter overlay for this page's CTA band so the photo reads brighter */
.cta-band::before{background:linear-gradient(90deg,rgba(10,27,34,0.55),rgba(10,27,34,0.25));z-index:2}
.cta-band__bg{z-index:1}
.cta-band .container{position:relative;z-index:3}

/* Scrolling testimonial columns */
.v3-tcols-wrap:hover .v3-tcol{animation-play-state:paused}
.v3-tcols-wrap{position:relative;max-height:740px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}
.v3-tcols{display:flex;justify-content:center;gap:24px}
.v3-tcol{display:flex;flex-direction:column;gap:24px;width:320px;flex-shrink:0;animation:v3-tcol-scroll linear infinite}
.v3-tcol--b{display:none}
.v3-tcol--c{display:none}
@media(min-width:768px){.v3-tcol--b{display:flex}}
@media(min-width:1024px){.v3-tcol--c{display:flex}}
.v3-tcard{padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white)}
.v3-tcard__text{font-size:15px;line-height:1.6;color:var(--color-ink-700);margin:0 0 20px}
.v3-tcard__person{display:flex;align-items:center;gap:12px}
.v3-tcard__avatar{display:block;width:40px;height:40px;border-radius:50%;flex-shrink:0}
.v3-tcard__name{font-weight:700;font-size:14px;color:var(--color-ink-900)}
.v3-tcard__role{font-size:13px;color:var(--color-text-secondary)}
@keyframes v3-tcol-scroll{from{transform:translateY(0)}to{transform:translateY(-50%)}}
@media(prefers-reduced-motion:reduce){.v3-tcol{animation:none}}

/* Product-line wordmark strip */
.v3-strip{background:var(--color-ink-900);padding:0}
.v3-strip__list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px}
.v3-strip__item{display:flex;align-items:center;justify-content:center;height:120px;font-family:var(--font-display);font-weight:900;font-size:18px;letter-spacing:0.02em;background:var(--color-ink-900);color:var(--color-white);border:1px solid var(--color-ink-700)}
@media(max-width:768px){.v3-strip__list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:480px){.v3-strip__list{grid-template-columns:repeat(2,minmax(0,1fr))}.v3-strip__item{height:88px;font-size:15px}}

/* Dark pre-footer band */
.v3-band{background:var(--color-ink-900);color:var(--color-white);padding:80px 0}
.v3-band__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:48px}
.v3-band h2{color:var(--color-white);font-size:32px}
.v3-band__form{display:flex;border-bottom:1px solid var(--color-ink-500);max-width:380px;margin-top:28px}
.v3-band__form input{flex:1;height:48px;background:none;border:0;color:var(--color-white)}
.v3-band__form input::placeholder{color:var(--color-ink-300)}
.v3-band__form button{background:none;border:0;color:var(--color-lime-500);font-size:12px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer}
.v3-band__heading{font-size:12px;font-weight:800;letter-spacing:0.12em;text-transform:uppercase;color:var(--color-teal-500);margin-bottom:20px}
.v3-band__list{display:flex;flex-direction:column;gap:10px;font-size:14px}
.v3-band__list a{color:var(--color-ink-100)}
.v3-band__list a:hover{color:var(--color-teal-500)}
@media(max-width:900px){.v3-band__grid{grid-template-columns:1fr;gap:32px}}
@media(max-width:480px){.v3-band{padding:56px 0}.v3-band h2{font-size:24px}}

/* Instagram feed */
.v3-instagram{padding:96px 0}
.v3-instagram .section-header{margin-bottom:40px}
.v3-instagram__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;max-width:var(--container-max);margin:0 auto;padding:0 24px}
.v3-instagram__grid li{aspect-ratio:1/1;overflow:hidden}
.v3-instagram__grid li img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){.v3-instagram__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:480px){.v3-instagram{padding:56px 0}.v3-instagram__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
