@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --wf26-ink: #090b0b;
    --wf26-paper: #f4f1e8;
    --wf26-acid: #d6ff37;
    --wf26-orange: #ff5c35;
    --wf26-blue: #3267ff;
    --wf26-line: rgba(9, 11, 11, .16);
    --wf26-radius: 22px;
}

body.wf26-landing-active { margin: 0; background: var(--wf26-paper); }
body.wf26-landing-active .entry-header,
body.wf26-landing-active .page-header,
body.wf26-landing-active .entry-title { display: none !important; }
body.wf26-landing-active .site-main,
body.wf26-landing-active .entry-content,
body.wf26-landing-active main { max-width: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }

.wf26-site, .wf26-site * { box-sizing: border-box; }
.wf26-site { color: var(--wf26-ink); background: var(--wf26-paper); font-family: Inter, Arial, sans-serif; overflow: hidden; }
.wf26-site a { color: inherit; text-decoration: none; }
.wf26-site img { display: block; max-width: 100%; }

.wf26-announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 7px 20px; color: var(--wf26-paper); background: var(--wf26-ink); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.wf26-announcement-dot { width: 4px; height: 4px; background: var(--wf26-acid); border-radius: 50%; }

.wf26-header { position: relative; z-index: 20; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(20px, 4vw, 72px); border-bottom: 1px solid var(--wf26-line); background: rgba(244, 241, 232, .94); backdrop-filter: blur(12px); }
.wf26-header.is-sticky { position: fixed; top: 0; left: 0; right: 0; height: 72px; box-shadow: 0 10px 30px rgba(9,11,11,.08); animation: wf26Slide .25s ease; }
@keyframes wf26Slide { from { transform: translateY(-100%); } }
.wf26-logo { justify-self: start; display: inline-flex; align-items: center; gap: 10px; }
.wf26-logo-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--wf26-ink); color: var(--wf26-acid); font: 900 16px/1 'Archivo Black', sans-serif; }
.wf26-logo-copy { font: 900 11px/.9 'Archivo Black', sans-serif; letter-spacing: -.04em; }
.wf26-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; font-weight: 700; }
.wf26-nav a { position: relative; }
.wf26-nav a::after { content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: var(--wf26-ink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.wf26-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.wf26-cart { justify-self: end; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--wf26-ink); border-radius: 999px; text-transform: uppercase; font-size: 11px; font-weight: 800; }
.wf26-cart-count { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 999px; background: var(--wf26-ink); color: var(--wf26-paper); font-size: 10px; }
.wf26-menu-toggle { display: none; background: transparent; border: 0; width: 40px; height: 40px; padding: 10px; }
.wf26-menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--wf26-ink); }

.wf26-hero { position: relative; min-height: 730px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: stretch; border-bottom: 1px solid var(--wf26-line); }
.wf26-hero-grid { position: absolute; inset: 0; opacity: .28; pointer-events: none; background-image: linear-gradient(var(--wf26-line) 1px, transparent 1px), linear-gradient(90deg, var(--wf26-line) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 68%); }
.wf26-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(24px, 5vw, 90px); }
.wf26-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.wf26-kicker span { width: 28px; height: 2px; background: var(--wf26-orange); }
.wf26-hero h1 { max-width: 760px; margin: 0; font: 900 clamp(64px, 8vw, 132px)/.82 'Archivo Black', Impact, sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.wf26-hero-copy > p { max-width: 590px; margin: 30px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.wf26-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.wf26-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 25px; border: 1px solid var(--wf26-ink); border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.wf26-button:hover { transform: translateY(-2px); }
.wf26-button-primary { color: var(--wf26-paper) !important; background: var(--wf26-ink); }
.wf26-button-primary:hover { color: var(--wf26-ink) !important; background: var(--wf26-acid); }
.wf26-button-ghost:hover { background: rgba(255,255,255,.5); }
.wf26-hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 58px; padding-top: 25px; border-top: 1px solid var(--wf26-line); }
.wf26-hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.wf26-hero-proof strong { font-size: 12px; text-transform: uppercase; }
.wf26-hero-proof span { font-size: 11px; opacity: .65; }

.wf26-hero-art { position: relative; min-height: 650px; overflow: hidden; background: var(--wf26-blue); border-left: 1px solid var(--wf26-ink); isolation: isolate; }
.wf26-hero-art::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-55deg, rgba(255,255,255,.08) 0 2px, transparent 2px 18px); }
.wf26-year-back { position: absolute; left: -18px; bottom: -40px; color: rgba(0,0,0,.16); font: 900 clamp(140px, 22vw, 360px)/.72 'Archivo Black', sans-serif; letter-spacing: -.13em; }
.wf26-ball { position: absolute; width: min(36vw, 500px); aspect-ratio: 1; left: 50%; top: 48%; transform: translate(-50%, -50%); border: 4px solid var(--wf26-ink); border-radius: 50%; background: var(--wf26-acid); box-shadow: 24px 26px 0 var(--wf26-ink); }
.wf26-ball::before, .wf26-ball::after { content: ''; position: absolute; inset: 14%; border: 3px solid var(--wf26-ink); border-radius: 50%; }
.wf26-ball::after { inset: 30%; background: var(--wf26-orange); }
.wf26-ball-core { position: absolute; z-index: 3; width: 30%; height: 30%; left: 35%; top: 35%; background: var(--wf26-ink); clip-path: polygon(50% 0, 98% 35%, 80% 92%, 20% 92%, 2% 35%); }
.wf26-ball-ring { position: absolute; z-index: 2; border: 3px solid var(--wf26-ink); border-radius: 50%; }
.ring-a { inset: -12%; border-style: dashed; animation: wf26Spin 16s linear infinite; }
.ring-b { inset: 8%; border-left-color: transparent; border-right-color: transparent; transform: rotate(40deg); }
.ring-c { inset: 19%; border-top-color: transparent; border-bottom-color: transparent; transform: rotate(-35deg); }
@keyframes wf26Spin { to { transform: rotate(360deg); } }
.wf26-art-label { position: absolute; z-index: 4; padding: 13px 16px; border: 2px solid var(--wf26-ink); background: var(--wf26-paper); font: 900 12px/.95 'Archivo Black', sans-serif; box-shadow: 7px 7px 0 var(--wf26-ink); transform: rotate(-5deg); }
.label-a { left: 8%; top: 13%; }
.label-b { right: 7%; bottom: 18%; transform: rotate(6deg); background: var(--wf26-orange); }
.wf26-coordinate { position: absolute; right: 22px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.wf26-hero-orbit { position: absolute; z-index: 3; width: 12px; height: 12px; border-radius: 50%; background: var(--wf26-orange); }
.wf26-orbit-one { left: 48%; top: 13%; }
.wf26-orbit-two { left: 42%; bottom: 12%; background: var(--wf26-acid); border: 1px solid var(--wf26-ink); }

.wf26-marquee { overflow: hidden; padding: 17px 0; color: var(--wf26-paper); background: var(--wf26-ink); transform: rotate(-1deg) scale(1.02); }
.wf26-marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: wf26Marquee 28s linear infinite; font: 900 20px/1 'Archivo Black', sans-serif; }
.wf26-marquee b { color: var(--wf26-acid); }
@keyframes wf26Marquee { to { transform: translateX(-50%); } }

.wf26-section { padding: 105px clamp(20px, 5vw, 82px); }
.wf26-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.wf26-section-heading h2 { margin: 8px 0 0; font: 900 clamp(40px, 5vw, 74px)/.94 'Archivo Black', sans-serif; letter-spacing: -.06em; }
.wf26-section-heading > p { max-width: 500px; margin: 0; font-size: 14px; line-height: 1.7; opacity: .7; }
.wf26-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.wf26-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--wf26-ink); border-left: 1px solid var(--wf26-ink); }
.wf26-collection-card { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; border-right: 1px solid var(--wf26-ink); border-bottom: 1px solid var(--wf26-ink); transition: transform .25s ease; isolation: isolate; }
.wf26-collection-card::before { content: ''; position: absolute; z-index: -1; width: 220px; height: 220px; right: -95px; bottom: -95px; border: 28px solid currentColor; border-radius: 50%; opacity: .13; transition: transform .35s ease; }
.wf26-collection-card:hover::before { transform: scale(1.2) rotate(20deg); }
.wf26-collection-card:hover { transform: translateY(-5px); z-index: 2; box-shadow: 0 12px 0 var(--wf26-ink); }
.wf26-collection-index { font-size: 10px; font-weight: 800; opacity: .55; }
.wf26-collection-code { font: 900 clamp(56px, 7vw, 96px)/.8 'Archivo Black', sans-serif; letter-spacing: -.09em; }
.wf26-collection-name { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.wf26-collection-arrow { position: absolute; right: 22px; top: 20px; font-size: 22px; }
.accent-stars { background: #d8e1ff; }
.accent-north { background: #ffd6d0; }
.accent-pulse { background: #d7efc5; }
.accent-atlas { background: #ffe13a; }
.accent-rhythm { background: #d6ff37; }
.accent-bleu { background: #b9ccff; }

.wf26-products { background: #ece8dc; }
.wf26-product-heading { align-items: center; }
.wf26-text-link { padding-bottom: 5px; border-bottom: 1px solid var(--wf26-ink); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.wf26-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.wf26-product-card { background: var(--wf26-paper); border: 1px solid var(--wf26-line); border-radius: var(--wf26-radius); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.wf26-product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(9,11,11,.09); }
.wf26-product-image { position: relative; display: block; aspect-ratio: .86; overflow: hidden; background: #e4e0d4; }
.wf26-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wf26-product-card:hover .wf26-product-image img { transform: scale(1.04); }
.wf26-sale-badge { position: absolute; left: 14px; top: 14px; padding: 8px 10px; border-radius: 999px; background: var(--wf26-orange); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.wf26-product-content { padding: 19px; }
.wf26-product-category { min-height: 16px; margin-bottom: 7px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; opacity: .55; }
.wf26-product-category a { pointer-events: none; }
.wf26-product-content h3 { min-height: 48px; margin: 0; font-size: 16px; line-height: 1.45; }
.wf26-product-price { margin-top: 8px; font-size: 14px; font-weight: 800; }
.wf26-product-price del { opacity: .4; }
.wf26-product-price ins { text-decoration: none; }
.wf26-product-button { width: 100%; min-height: 45px; display: flex !important; align-items: center; justify-content: center; margin-top: 18px !important; padding: 0 16px !important; border: 1px solid var(--wf26-ink) !important; border-radius: 999px !important; color: var(--wf26-paper) !important; background: var(--wf26-ink) !important; font-size: 10px !important; font-weight: 800 !important; text-transform: uppercase; box-shadow: none !important; }
.wf26-product-button:hover { color: var(--wf26-ink) !important; background: var(--wf26-acid) !important; }
.wf26-product-card .added_to_cart { display: block; padding: 10px 0 0; text-align: center; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.wf26-empty-state { padding: 65px; border: 1px dashed rgba(9,11,11,.35); border-radius: var(--wf26-radius); text-align: center; background: rgba(255,255,255,.3); }
.wf26-empty-state strong { display: block; margin-bottom: 10px; font: 900 24px 'Archivo Black', sans-serif; }
.wf26-empty-state p { margin: 0; opacity: .7; }

.wf26-feature-banner { position: relative; min-height: 620px; display: grid; grid-template-columns: .25fr 1fr .85fr; align-items: center; gap: 40px; padding: 80px clamp(24px, 5vw, 82px); color: var(--wf26-paper); background: var(--wf26-ink); overflow: hidden; }
.wf26-feature-banner::before { content: ''; position: absolute; width: 500px; height: 500px; left: 46%; top: 8%; border: 80px solid rgba(214,255,55,.12); border-radius: 50%; }
.wf26-feature-number { align-self: start; font: 900 18px 'Archivo Black', sans-serif; color: var(--wf26-acid); }
.wf26-feature-copy { position: relative; z-index: 2; }
.wf26-feature-copy h2 { margin: 18px 0 25px; font: 900 clamp(50px, 7vw, 100px)/.88 'Archivo Black', sans-serif; letter-spacing: -.075em; }
.wf26-feature-copy p { max-width: 600px; margin-bottom: 34px; font-size: 17px; line-height: 1.7; color: rgba(244,241,232,.72); }
.wf26-button-light { border-color: var(--wf26-paper); color: var(--wf26-ink) !important; background: var(--wf26-paper); }
.wf26-button-light:hover { background: var(--wf26-acid); }
.wf26-feature-symbol { position: relative; z-index: 2; min-height: 360px; display: grid; place-items: center; border: 2px solid var(--wf26-paper); border-radius: 50%; color: var(--wf26-ink); background: var(--wf26-acid); transform: rotate(-9deg); box-shadow: 20px 20px 0 var(--wf26-orange); }
.wf26-feature-symbol span:nth-child(1) { position: absolute; left: 13%; top: 17%; font: 900 84px 'Archivo Black', sans-serif; }
.wf26-feature-symbol span:nth-child(2) { position: absolute; right: 12%; bottom: 15%; font: 900 84px 'Archivo Black', sans-serif; }
.wf26-feature-symbol span:nth-child(3) { font: 900 150px/.8 'Archivo Black', sans-serif; letter-spacing: -.13em; }

.wf26-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--wf26-line); }
.wf26-process-grid article { padding: 28px 24px 0 0; border-right: 1px solid var(--wf26-line); }
.wf26-process-grid article:not(:first-child) { padding-left: 24px; }
.wf26-process-grid article:last-child { border-right: 0; }
.wf26-process-grid article > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--wf26-ink); color: var(--wf26-acid); font-size: 10px; font-weight: 800; }
.wf26-process-grid h3 { margin: 24px 0 10px; font-size: 17px; }
.wf26-process-grid p { margin: 0; font-size: 13px; line-height: 1.7; opacity: .66; }

.wf26-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; background: var(--wf26-acid); }
.wf26-faq-intro h2 { margin: 12px 0 20px; font: 900 clamp(48px, 6vw, 80px)/.9 'Archivo Black', sans-serif; letter-spacing: -.07em; }
.wf26-faq-intro p { max-width: 380px; line-height: 1.7; }
.wf26-accordion { border-top: 2px solid var(--wf26-ink); }
.wf26-accordion details { border-bottom: 1px solid var(--wf26-ink); }
.wf26-accordion summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.wf26-accordion summary::-webkit-details-marker { display: none; }
.wf26-accordion summary span { position: absolute; right: 4px; top: 19px; font-size: 24px; transition: transform .2s ease; }
.wf26-accordion details[open] summary span { transform: rotate(45deg); }
.wf26-accordion details p { margin: 0; padding: 0 55px 26px 0; font-size: 13px; line-height: 1.7; }

.wf26-footer { padding: 70px clamp(24px, 5vw, 82px) 24px; color: var(--wf26-paper); background: var(--wf26-ink); }
.wf26-footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding-bottom: 70px; }
.wf26-footer-logo { display: block; font: 900 clamp(48px, 7vw, 94px)/.77 'Archivo Black', sans-serif; letter-spacing: -.08em; }
.wf26-footer-logo b { color: var(--wf26-acid); }
.wf26-footer-top p { margin-top: 25px; color: rgba(244,241,232,.55); }
.wf26-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.wf26-footer-links div { display: flex; flex-direction: column; gap: 14px; }
.wf26-footer-links strong { margin-bottom: 8px; color: var(--wf26-acid); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.wf26-footer-links a { font-size: 13px; color: rgba(244,241,232,.72); }
.wf26-footer-links a:hover { color: var(--wf26-paper); }
.wf26-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(244,241,232,.18); color: rgba(244,241,232,.45); font-size: 10px; text-transform: uppercase; }

@media (max-width: 1100px) {
    .wf26-nav { gap: 18px; }
    .wf26-hero { grid-template-columns: 1fr 1fr; }
    .wf26-hero-copy { padding-left: 35px; padding-right: 35px; }
    .wf26-hero h1 { font-size: 78px; }
    .wf26-product-grid { grid-template-columns: repeat(2, 1fr); }
    .wf26-feature-banner { grid-template-columns: .15fr 1fr; }
    .wf26-feature-symbol { display: none; }
}

@media (max-width: 780px) {
    .wf26-announcement span:nth-of-type(2), .wf26-announcement span:nth-of-type(3), .wf26-announcement-dot { display: none; }
    .wf26-header { height: 72px; grid-template-columns: 1fr auto auto; gap: 12px; padding: 0 18px; }
    .wf26-nav { position: absolute; left: 0; right: 0; top: 72px; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: var(--wf26-paper); border-bottom: 1px solid var(--wf26-ink); }
    .wf26-header.menu-open .wf26-nav { display: flex; }
    .wf26-menu-toggle { display: block; }
    .wf26-cart > span:first-child { display: none; }
    .wf26-cart { padding: 8px; border: 0; }
    .wf26-hero { grid-template-columns: 1fr; }
    .wf26-hero-copy { min-height: 620px; padding: 70px 22px; }
    .wf26-hero h1 { font-size: clamp(62px, 18vw, 95px); }
    .wf26-hero-proof { gap: 10px; }
    .wf26-hero-art { min-height: 520px; border-left: 0; border-top: 1px solid var(--wf26-ink); }
    .wf26-ball { width: 70vw; }
    .wf26-section { padding: 75px 20px; }
    .wf26-section-heading { align-items: flex-start; flex-direction: column; }
    .wf26-collection-grid { grid-template-columns: repeat(2, 1fr); }
    .wf26-collection-card { min-height: 210px; }
    .wf26-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .wf26-product-content { padding: 14px; }
    .wf26-product-content h3 { font-size: 14px; }
    .wf26-feature-banner { min-height: auto; grid-template-columns: 1fr; padding: 75px 22px; }
    .wf26-feature-number { display: none; }
    .wf26-process-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; }
    .wf26-process-grid article:nth-child(2) { border-right: 0; }
    .wf26-process-grid article:nth-child(3) { padding-left: 0; }
    .wf26-faq { grid-template-columns: 1fr; gap: 55px; }
    .wf26-footer-top { grid-template-columns: 1fr; }
    .wf26-footer-links { grid-template-columns: repeat(2, 1fr); }
    .wf26-footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
    .wf26-hero-actions { flex-direction: column; }
    .wf26-button { width: 100%; }
    .wf26-hero-proof { grid-template-columns: 1fr; }
    .wf26-collection-grid { grid-template-columns: 1fr; }
    .wf26-product-grid { grid-template-columns: 1fr; }
    .wf26-process-grid { grid-template-columns: 1fr; }
    .wf26-process-grid article { border-right: 0; border-bottom: 1px solid var(--wf26-line); padding: 25px 0 !important; }
    .wf26-footer-links { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .wf26-site *, .wf26-site *::before, .wf26-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
