:root {
    --ink: #101010;
    --muted: #6e6e68;
    --paper: #f4f3ee;
    --soft: #e9e8e2;
    --white: #fff;
    --accent: #c7ff32;
    --line: rgba(16, 16, 16, .14);
    --radius: 2px;
    --container: 1280px;
    --shadow: 0 22px 70px rgba(0, 0, 0, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.narrow-container { width: min(calc(100% - 48px), 840px); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); border: 2px solid var(--ink); }

.announcement-bar { background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement-meta { color: rgba(255,255,255,.62); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(0,0,0,.05); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 210px 1fr 210px; align-items: center; gap: 24px; }
.site-branding { display: flex; align-items: center; }
.custom-logo-link img { max-height: 48px; width: auto; }
.brand-wordmark { display: inline-flex; align-items: baseline; gap: 5px; font-size: 23px; letter-spacing: -.06em; font-weight: 500; line-height: 1; }
.brand-wordmark strong { padding: 5px 7px; background: var(--accent); font-weight: 900; letter-spacing: -.04em; }
.brand-wordmark-light { color: var(--white); }
.brand-wordmark-light strong { color: var(--ink); }
.primary-navigation { justify-self: center; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.6vw, 40px); margin: 0; padding: 0; list-style: none; font-size: 14px; font-weight: 650; }
.primary-menu a { position: relative; padding: 28px 0; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--ink); transition: right .25s; }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 4px; }
.header-action { position: relative; width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; background: transparent; cursor: pointer; border-radius: 50%; transition: background .2s; }
.header-action:hover { background: var(--paper); }
.header-action svg { width: 22px; height: 22px; }
.cart-count { position: absolute; right: 0; top: 0; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); font-size: 10px; font-weight: 850; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.search-panel { border-top: 1px solid var(--line); background: var(--white); }
.search-panel-inner { position: relative; padding: 22px 50px 22px 0; }
.search-form { display: flex; align-items: stretch; gap: 10px; }
.search-form input[type="search"] { flex: 1; min-width: 0; height: 56px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 0; background: var(--white); }
.search-form button { min-width: 128px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-weight: 750; cursor: pointer; }
.search-close { position: absolute; right: 0; top: 26px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 30px; cursor: pointer; }

.eyebrow { display: inline-block; margin-bottom: 16px; font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: .98; letter-spacing: -.055em; }
h1 { font-size: clamp(52px, 7vw, 106px); }
h2 { font-size: clamp(40px, 5vw, 72px); }
h3 { font-size: 26px; }
p { margin-top: 0; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--ink); font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: var(--ink); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }

.hero-section { overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.hero-copy { padding: 96px 7vw 72px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { max-width: 650px; margin-bottom: 28px; }
.hero-copy > p { max-width: 540px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 22px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 72px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 19px; letter-spacing: -.03em; }
.hero-stats span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 700px; margin-right: calc((100vw - min(calc(100vw - 48px), var(--container))) / -2); background: var(--ink); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 80px 80px; }
.visual-card { position: absolute; }
.visual-main { left: 9%; top: 8%; width: 70%; height: 76%; overflow: hidden; background: #dbd6c7; box-shadow: var(--shadow); transform: rotate(-3deg); }
.visual-main::before { content: "NOVA"; position: absolute; right: -10%; top: 15%; color: rgba(16,16,16,.08); font-size: 160px; font-weight: 900; letter-spacing: -.09em; transform: rotate(90deg); }
.visual-label { position: absolute; z-index: 2; left: 24px; top: 24px; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.visual-number { position: absolute; right: 22px; bottom: 16px; font-size: 80px; line-height: 1; font-weight: 900; letter-spacing: -.1em; }
.visual-accent { z-index: 2; right: 2%; bottom: 6%; width: 34%; aspect-ratio: 1; display: grid; place-items: center; background: var(--accent); transform: rotate(5deg); box-shadow: var(--shadow); }
.visual-accent span { font-size: clamp(22px, 2.4vw, 40px); line-height: .86; font-weight: 900; letter-spacing: -.06em; }
.visual-chip { position: absolute; z-index: 3; left: 3%; bottom: 8%; padding: 11px 14px; background: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .12em; transform: rotate(-7deg); }
.sneaker-art { position: absolute; left: 7%; right: 7%; top: 33%; height: 35%; transform: rotate(-10deg); }
.shoe-upper { position: absolute; left: 15%; top: 7%; width: 68%; height: 66%; border: 5px solid var(--ink); background: #f8f6ef; border-radius: 55% 22% 14% 28% / 70% 45% 25% 30%; transform: skewX(-10deg); }
.shoe-upper::before { content: ""; position: absolute; left: 8%; bottom: 12%; width: 35%; height: 42%; border: 3px solid var(--ink); border-radius: 50%; }
.shoe-upper::after { content: "N"; position: absolute; right: 17%; top: 24%; font-size: 66px; line-height: 1; font-weight: 900; transform: skewX(10deg); }
.shoe-sole { position: absolute; left: 8%; bottom: 3%; width: 82%; height: 25%; border: 5px solid var(--ink); background: var(--accent); border-radius: 16px 20px 40px 28px; }
.shoe-laces { position: absolute; left: 43%; top: 15%; width: 23%; height: 40%; border-left: 4px solid var(--ink); border-right: 4px solid var(--ink); transform: skewX(-16deg); }
.shoe-laces::before, .shoe-laces::after { content: ""; position: absolute; left: -9px; width: 38px; height: 3px; background: var(--ink); transform: rotate(12deg); }
.shoe-laces::before { top: 10px; box-shadow: 0 12px 0 var(--ink), 0 24px 0 var(--ink); }

.collections-section { background: var(--white); }
.collection-grid { display: grid; grid-template-columns: 1.15fr .92fr .92fr; gap: 18px; }
.collection-card { position: relative; min-height: 470px; overflow: hidden; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.collection-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.09); }
.collection-card h3 { margin: 0 0 12px; font-size: 36px; }
.collection-card p { max-width: 270px; margin-bottom: 0; color: var(--muted); }
.collection-index { position: relative; z-index: 2; font-size: 12px; font-weight: 800; }
.collection-shoes { background: var(--paper); }
.collection-clothes { background: var(--ink); color: var(--white); }
.collection-clothes p { color: rgba(255,255,255,.6); }
.collection-accessories { background: var(--accent); }
.collection-accessories p { color: rgba(16,16,16,.65); }
.card-arrow { position: absolute; right: 28px; bottom: 30px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; transition: transform .25s; }
.collection-card:hover .card-arrow { transform: rotate(45deg); }
.collection-illustration { position: absolute; left: 10%; right: 10%; top: 18%; height: 44%; }
.sneaker-mini i { position: absolute; left: 8%; top: 20%; width: 78%; height: 55%; border: 4px solid var(--ink); background: var(--white); border-radius: 60% 24% 18% 30%; transform: rotate(-12deg); }
.sneaker-mini b { position: absolute; left: 3%; bottom: 18%; width: 88%; height: 18%; border: 4px solid var(--ink); background: var(--accent); border-radius: 40px; transform: rotate(-10deg); }
.hoodie-mini i { position: absolute; left: 20%; top: 0; width: 60%; height: 90%; border: 4px solid var(--white); background: #2c2c2c; clip-path: polygon(25% 0, 42% 8%, 58% 8%, 75% 0, 100% 18%, 83% 40%, 78% 100%, 22% 100%, 17% 40%, 0 18%); }
.hoodie-mini i::after { content: "NOVA"; position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); color: var(--accent); font-size: 22px; font-weight: 900; }
.cap-mini i { position: absolute; left: 18%; top: 18%; width: 62%; height: 52%; border: 4px solid var(--ink); background: var(--white); border-radius: 80% 80% 28% 28%; transform: rotate(-9deg); }
.cap-mini i::after { content: ""; position: absolute; right: -38%; bottom: -10%; width: 60%; height: 25%; border: 4px solid var(--ink); border-left: 0; border-radius: 0 60% 60% 0; background: var(--white); }

.products-section { background: var(--paper); }
.demo-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.demo-product-image { position: relative; aspect-ratio: .82; display: grid; place-items: center; overflow: hidden; background: #e0ded5; }
.demo-product-image::before { content: ""; width: 62%; height: 25%; border: 3px solid var(--ink); border-radius: 70% 25% 22% 40%; background: var(--white); transform: rotate(-15deg); box-shadow: 0 20px 0 -5px var(--ink); }
.demo-product-image span { position: absolute; right: 16px; top: 12px; writing-mode: vertical-rl; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.product-black { background: #222; color: var(--white); }
.product-black::before { height: 54%; border-radius: 35px 35px 12px 12px; background: #333; transform: none; box-shadow: none; }
.product-lime { background: var(--accent); }
.product-white { background: var(--white); }
.product-white::before { height: 54%; border-radius: 4px; clip-path: polygon(25% 0,40% 10%,60% 10%,75% 0,100% 20%,82% 38%,78% 100%,22% 100%,18% 38%,0 20%); transform: none; box-shadow: none; }
.demo-product-info { padding: 18px 0; display: flex; justify-content: space-between; gap: 10px; }
.demo-product-info h3 { margin: 0 0 6px; font-size: 18px; letter-spacing: -.03em; }
.demo-product-info p { margin: 0; color: var(--muted); font-size: 13px; }
.demo-product-info strong { white-space: nowrap; }
.plugin-note { margin-top: 20px; color: var(--muted); font-size: 13px; }

.campaign-section { background: var(--accent); }
.campaign-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; }
.campaign-art { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.campaign-word { position: absolute; left: 7%; top: 8%; font-size: clamp(72px, 10vw, 160px); line-height: .75; font-weight: 900; letter-spacing: -.1em; color: rgba(255,255,255,.12); }
.campaign-circle { position: absolute; width: 420px; height: 420px; right: -40px; bottom: -70px; border-radius: 50%; background: var(--accent); }
.campaign-shoe { position: absolute; z-index: 2; left: 12%; right: 8%; top: 38%; height: 30%; transform: rotate(-12deg); }
.campaign-shoe i { position: absolute; left: 10%; width: 74%; height: 70%; border: 5px solid var(--white); border-radius: 65% 25% 18% 30%; background: #292929; }
.campaign-shoe i::after { content: "N"; position: absolute; right: 18%; top: 5%; color: var(--accent); font-size: 88px; font-style: normal; font-weight: 900; }
.campaign-shoe b { position: absolute; left: 4%; bottom: 0; width: 84%; height: 27%; border: 5px solid var(--white); border-radius: 30px; background: var(--white); }
.campaign-copy { padding: 90px 8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.campaign-copy h2 { margin-bottom: 30px; font-size: clamp(50px, 6vw, 90px); }
.campaign-copy p { max-width: 500px; margin-bottom: 38px; font-size: 18px; }

.benefits-section { padding: 75px 0; border-bottom: 1px solid var(--line); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefits-grid article { padding: 10px 28px; border-left: 1px solid var(--line); }
.benefits-grid article:first-child { border-left: 0; padding-left: 0; }
.benefit-icon { width: 42px; height: 42px; margin-bottom: 28px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; }
.benefits-grid h3 { margin-bottom: 10px; font-size: 20px; letter-spacing: -.03em; }
.benefits-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.newsletter-section { background: var(--paper); }
.newsletter-box { padding: 70px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: end; background: var(--ink); color: var(--white); }
.newsletter-box h2 { max-width: 650px; margin-bottom: 20px; }
.newsletter-box p { margin: 0; color: rgba(255,255,255,.62); }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; height: 58px; padding: 0 18px; border: 1px solid rgba(255,255,255,.45); border-right: 0; background: transparent; color: var(--white); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-form button { padding: 0 24px; border: 1px solid var(--accent); background: var(--accent); font-weight: 800; cursor: pointer; }
.newsletter-form small { grid-column: 1/-1; margin-top: 10px; color: rgba(255,255,255,.4); }

.site-footer { padding: 80px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-brand p { max-width: 320px; margin: 28px 0; color: rgba(255,255,255,.58); }
.social-link { font-weight: 750; border-bottom: 1px solid currentColor; }
.footer-title { margin-bottom: 24px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 12px 0; color: rgba(255,255,255,.58); }
.footer-links a:hover { color: var(--accent); }
.footer-contact li:last-child { font-size: 13px; }
.footer-bottom { margin-top: 65px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.page-hero { padding: 100px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero-dark { background: var(--ink); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(52px, 7vw, 100px); }
.page-hero p { margin-bottom: 5px; color: var(--muted); font-size: 18px; }
.page-hero-dark p { color: rgba(255,255,255,.6); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.story-visual { position: relative; min-height: 580px; display: grid; place-items: center; overflow: hidden; background: var(--accent); }
.story-visual span { font-size: clamp(120px, 16vw, 240px); line-height: .8; font-weight: 900; letter-spacing: -.12em; }
.story-visual i { position: absolute; width: 280px; height: 280px; border: 45px solid var(--ink); border-radius: 50%; opacity: .12; }
.story-visual b { position: absolute; left: 22px; bottom: 20px; font-size: 11px; letter-spacing: .14em; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy .lead { color: var(--ink); font-size: 23px; font-weight: 650; line-height: 1.4; }
.story-copy > p { color: var(--muted); }
.values-list { margin-top: 40px; border-top: 1px solid var(--line); }
.values-list div { padding: 17px 0; display: grid; grid-template-columns: 55px 1fr; border-bottom: 1px solid var(--line); }
.values-list strong { color: var(--muted); font-size: 12px; }
.values-list span { font-weight: 700; }
.manifesto-section { overflow: hidden; padding: 75px 0; background: var(--ink); color: var(--white); text-align: center; }
.manifesto-section p { margin: 0; font-size: clamp(58px, 11vw, 170px); line-height: .78; font-weight: 900; letter-spacing: -.1em; white-space: nowrap; color: var(--accent); }
.manifesto-section span { display: block; margin-top: 35px; color: rgba(255,255,255,.62); }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid article { min-height: 280px; padding: 30px; border-left: 1px solid var(--line); }
.principles-grid article:first-child { border-left: 0; }
.principles-grid article > span { font-size: 12px; font-weight: 800; }
.principles-grid h3 { margin-top: 70px; margin-bottom: 16px; }
.principles-grid p { color: var(--muted); }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.contact-details { border-top: 1px solid var(--line); }
.contact-details > div { padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.contact-details a, .contact-details p { margin: 0; font-size: 18px; font-weight: 650; }
.contact-form-wrap { padding: 46px; background: var(--paper); }
.contact-form-wrap h2 { margin-bottom: 35px; font-size: 48px; }
.contact-form { display: grid; gap: 20px; }
.contact-form .form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 750; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(16,16,16,.3); border-radius: 0; background: var(--white); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.checkbox-label { grid-template-columns: 20px 1fr !important; align-items: start; color: var(--muted); font-weight: 500 !important; }
.checkbox-label input { margin-top: 4px; }
.contact-form .button { justify-self: start; }
.form-message { margin-bottom: 20px; padding: 14px 16px; border: 1px solid; }
.form-success { background: #efffd0; border-color: #8dbb18; }
.form-error { background: #fff0ee; border-color: #c04b3e; }

.content-main, .shop-main { padding: 90px 0 120px; }
.page-header { margin-bottom: 50px; }
.page-header h1 { margin-bottom: 0; font-size: clamp(48px, 7vw, 90px); }
.entry-content { font-size: 18px; }
.entry-content h2 { margin-top: 2em; font-size: 42px; }
.entry-content h3 { margin-top: 1.8em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.post-card { border: 1px solid var(--line); }
.post-thumb { aspect-ratio: 1.25; overflow: hidden; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-thumb img { transform: scale(1.04); }
.post-card-content { padding: 26px; }
.post-card-content h2 { margin: 12px 0 18px; font-size: 30px; }
.post-date { color: var(--muted); font-size: 12px; }
.error-page { min-height: 70vh; display: grid; place-items: center; background: var(--paper); text-align: center; }
.error-content { padding: 90px 0; }
.error-number { display: block; margin-bottom: -30px; color: var(--accent); font-size: clamp(150px, 25vw, 380px); line-height: .75; font-weight: 900; letter-spacing: -.1em; -webkit-text-stroke: 2px var(--ink); }
.error-content h1 { font-size: clamp(46px, 6vw, 82px); }
.error-content p { color: var(--muted); font-size: 18px; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.woocommerce-products-header__title.page-title { margin-bottom: 55px; font-size: clamp(48px, 7vw, 86px); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 36px; }
.woocommerce .woocommerce-ordering select { height: 46px; padding: 0 40px 0 14px; border: 1px solid var(--ink); border-radius: 0; background: var(--white); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 34px 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; float: none !important; }
.woocommerce ul.products li.product a img { margin-bottom: 17px; aspect-ratio: .82; object-fit: cover; background: var(--paper); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-size: 17px; letter-spacing: -.02em; line-height: 1.3; }
.woocommerce ul.products li.product .price { margin-top: 8px; color: var(--ink); font-size: 15px; font-weight: 750; }
.woocommerce span.onsale { min-width: auto; min-height: auto; top: 12px !important; left: 12px !important; right: auto !important; padding: 7px 10px; border-radius: 0; background: var(--accent); color: var(--ink); line-height: 1; font-size: 11px; letter-spacing: .08em; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 46px; margin-top: 14px; padding: 0 12px; border-radius: 0; background: var(--ink); color: var(--white); }
.woocommerce ul.products li.product .button:hover { background: var(--accent); color: var(--ink); }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 80px; }
.woocommerce div.product .product_title { font-size: clamp(42px, 5vw, 70px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: 24px; font-weight: 800; }
.woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 52px; padding: 0 22px; border-radius: 0; background: var(--ink); color: var(--white); }
.woocommerce div.product form.cart .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--accent); color: var(--ink); }
.woocommerce .quantity .qty { height: 52px; border: 1px solid var(--ink); }
.woocommerce-tabs ul.tabs { padding: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; background: var(--paper); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--accent); background: var(--paper); }
.woocommerce-message::before, .woocommerce-info::before { color: #719900; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--line); }
.woocommerce-cart table.cart img { width: 90px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 13px; border: 1px solid rgba(16,16,16,.3); border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
    .header-inner { grid-template-columns: 170px 1fr 170px; }
    .primary-menu { gap: 18px; font-size: 13px; }
    .hero-grid { min-height: 630px; }
    .hero-copy { padding-right: 4vw; }
    .hero-visual { min-height: 630px; }
    .collection-grid { grid-template-columns: 1fr 1fr; }
    .collection-card:first-child { grid-column: 1 / -1; }
    .collection-card { min-height: 430px; }
    .demo-products, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
    .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
    .container, .narrow-container { width: min(calc(100% - 32px), var(--container)); }
    .announcement-meta { display: none; }
    .announcement-inner { justify-content: center; text-align: center; }
    .header-inner { min-height: 70px; grid-template-columns: 44px 1fr auto; gap: 10px; }
    .menu-toggle { display: block; }
    .site-branding { justify-content: center; }
    .brand-wordmark { font-size: 20px; }
    .primary-navigation { position: fixed; z-index: 120; inset: 104px 0 0; padding: 32px 24px 60px; background: var(--white); transform: translateX(-100%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
    .primary-navigation.is-open { transform: none; opacity: 1; visibility: visible; }
    .primary-menu { display: block; }
    .primary-menu li { border-bottom: 1px solid var(--line); }
    .primary-menu a { display: block; padding: 20px 0; font-size: 28px; letter-spacing: -.04em; }
    .primary-menu a::after { display: none; }
    .header-actions .search-toggle { display: none; }
    .header-action { width: 38px; height: 38px; }
    .hero-grid { display: block; }
    .hero-copy { min-height: auto; padding: 70px 0 55px; }
    .hero-copy h1 { font-size: clamp(55px, 15vw, 90px); }
    .hero-stats { margin-top: 50px; }
    .hero-visual { min-height: 570px; margin: 0 -16px; }
    .visual-main { width: 74%; height: 72%; left: 8%; top: 9%; }
    .visual-accent { right: 3%; bottom: 7%; width: 38%; }
    .section { padding: 78px 0; }
    .section-heading { align-items: start; }
    .collection-grid { grid-template-columns: 1fr; }
    .collection-card:first-child { grid-column: auto; }
    .campaign-grid { grid-template-columns: 1fr; }
    .campaign-art { min-height: 540px; }
    .campaign-copy { padding: 70px 30px; }
    .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 35px 0; }
    .benefits-grid article:nth-child(3) { border-left: 0; padding-left: 0; }
    .newsletter-box { padding: 48px 32px; grid-template-columns: 1fr; gap: 35px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .page-hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .page-hero { padding: 75px 0; }
    .principles-grid { grid-template-columns: 1fr; }
    .principles-grid article { border-left: 0; border-top: 1px solid var(--line); }
    .principles-grid article:first-child { border-top: 0; }
    .post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
    .announcement-bar { font-size: 10px; }
    .header-actions > a:not(.header-cart) { display: none; }
    .hero-copy { padding-top: 55px; }
    .hero-copy > p { font-size: 17px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-stats { gap: 7px; }
    .hero-stats strong { font-size: 16px; }
    .hero-stats span { font-size: 9px; }
    .hero-visual { min-height: 450px; }
    .visual-main { width: 78%; height: 70%; }
    .visual-number { font-size: 58px; }
    .visual-accent { width: 42%; }
    .shoe-upper::after { font-size: 42px; }
    .section-heading { display: block; }
    .section-heading .text-link { margin-top: 22px; }
    .collection-card { min-height: 400px; }
    .demo-products, .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
    .demo-product-info { display: block; }
    .demo-product-info strong { display: block; margin-top: 7px; }
    .campaign-art { min-height: 410px; }
    .campaign-circle { width: 300px; height: 300px; }
    .campaign-shoe i::after { font-size: 56px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .benefits-grid article { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
    .benefits-grid article:first-child { border-top: 0; }
    .newsletter-box { padding: 38px 22px; }
    .newsletter-form { grid-template-columns: 1fr; gap: 10px; }
    .newsletter-form input { border-right: 1px solid rgba(255,255,255,.45); }
    .newsletter-form button { height: 54px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin-top: 8px; }
    .story-visual { min-height: 420px; }
    .contact-form-wrap { padding: 30px 20px; }
    .contact-form .form-row { grid-template-columns: 1fr; }
    .contact-form-wrap h2 { font-size: 38px; }
    .post-grid { grid-template-columns: 1fr; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; }
    .woocommerce ul.products li.product .button { font-size: 12px; }
}
