/*
Theme Name: Shieldon Store
Theme URI: https://www.shieldonstore.com
Author: Paolo Bortolotti
Author URI: https://www.paolobortolotti.com
Description: Tema immersivo per Shieldon, haircare tecnico Made in Italy. Home narrativa, integrazione WooCommerce via hook, pagina prodotto editoriale. Funziona senza plugin esterni.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shieldonstore
Tags: e-commerce, one-column, custom-logo, custom-menu, featured-images
*/

/* Fonts (self-hosted) */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/fonts/archivo-v25-latin-regular.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/archivo-v25-latin-500.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/archivo-v25-latin-600.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/archivo-v25-latin-700.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/fonts/unbounded-v12-latin-500.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/fonts/unbounded-v12-latin-600.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 700; font-display: swap; src: url("assets/fonts/unbounded-v12-latin-700.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/fonts/unbounded-v12-latin-800.woff2") format("woff2"); }
@font-face { font-family: "Unbounded"; font-style: normal; font-weight: 900; font-display: swap; src: url("assets/fonts/unbounded-v12-latin-900.woff2") format("woff2"); }

@view-transition { navigation: auto; }

:root {
  --ink: oklch(0.19 0.012 34);
  --ink-soft: oklch(0.27 0.014 34);
  --paper: oklch(0.97 0 0);
  --red: oklch(0.49 0.195 27);
  --line-dark: color-mix(in oklch, var(--ink) 18%, transparent);
  --line-light: color-mix(in oklch, var(--paper) 26%, transparent);
  --display: "Unbounded", sans-serif;
  --body: "Archivo", sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: clip; }
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--red); color: var(--paper); }

.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 18px; background: var(--paper); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.scroll-progress { position: fixed; z-index: 150; inset: 0 auto auto 0; height: 3px; width: 0; background: var(--red); pointer-events: none; }
.eyebrow { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 18px clamp(18px, 3vw, 44px); color: var(--paper); transition: color .35s, background .35s, padding .35s var(--ease-out); }
body.admin-bar .site-header { top: var(--wp-admin--admin-bar--height, 32px); }
body.admin-bar .menu-panel { padding-top: calc(80px + var(--wp-admin--admin-bar--height, 32px)); }
.site-header::after { content: ""; position: absolute; inset: auto clamp(18px, 3vw, 44px) 0; height: 1px; background: var(--line-light); transition: background .35s; }
.site-header.is-scrolled { padding-top: 12px; padding-bottom: 12px; color: var(--ink); background: color-mix(in oklch, var(--paper) 94%, transparent); backdrop-filter: blur(14px); }
.site-header.is-scrolled::after { background: var(--line-dark); }
.brand { width: 130px; filter: brightness(0) invert(1); transition: filter .35s, width .35s; }
.brand img { width: 100%; }
.site-header.is-scrolled .brand { width: 110px; filter: none; }
.site-header--light { color: var(--ink); }
.site-header--light::after { background: var(--line-dark); }
.site-header--light .brand { filter: none; }
.product-page .site-header { background: var(--paper); }
.site-header--solid { color: var(--ink); }
.site-header--solid::after { background: var(--line-dark); }
.site-header--solid .brand { filter: none; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 48px); font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease-out); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.header-shop { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-shop span { margin-left: 4px; }
.header-shop--cart { display: inline-flex; align-items: center; gap: 9px; }
.header-shop--cart svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.header-shop .cart-count { margin-left: 0; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; display: inline-grid; place-items: center; background: var(--red); color: var(--paper); font-size: .6rem; line-height: 1; }
.header-account { display: inline-flex; align-items: center; transition: opacity .25s; }
.header-account:hover { opacity: .6; }
.header-account svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.menu-button { display: none; width: 42px; height: 42px; padding: 0 10px; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 5px 0; }

.menu-panel { position: fixed; z-index: 140; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 80px 28px; background: var(--red); color: var(--paper); transform: translateY(-105%); transition: transform .8s var(--ease-out); }
.menu-panel.is-open { transform: translateY(0); }
.menu-panel a { font-family: var(--display); font-size: clamp(2rem, 10vw, 5rem); font-weight: 700; line-height: 1.15; }
.menu-panel p { margin: auto 0 0; font-size: .8rem; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.menu-close { position: absolute; top: 24px; right: 24px; border: 0; background: none; text-transform: uppercase; letter-spacing: .12em; cursor: pointer; }

.hero { position: relative; min-height: 100svh; color: var(--paper); overflow: hidden; background: var(--ink); }
.hero-media, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { margin: 0; opacity: 0; visibility: hidden; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: top; transform: scale(1.06); }
.hero-shade { background: linear-gradient(90deg, color-mix(in oklch, var(--ink) 72%, transparent) 0%, transparent 63%), linear-gradient(0deg, color-mix(in oklch, var(--ink) 65%, transparent), transparent 52%); }
.hero-meta { position: absolute; z-index: 2; top: 100px; left: clamp(18px, 3vw, 44px); right: clamp(18px, 3vw, 44px); display: flex; justify-content: space-between; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.hero-title { position: absolute; z-index: 2; left: clamp(18px, 3vw, 44px); right: auto; max-width: min(62%, 940px); top: 50%; margin: 0; transform: translateY(-50%); font-family: var(--display); font-size: clamp(2.1rem, 4.8vw, 4.4rem); font-weight: 800; letter-spacing: -.04em; line-height: .96; text-transform: uppercase; text-wrap: balance; }
.hero-title span { display: block; }
.hero-title-accent { color: var(--red); }
.hero-bottom { position: absolute; z-index: 2; left: clamp(18px, 3vw, 44px); right: clamp(18px, 3vw, 44px); bottom: 34px; display: flex; align-items: end; justify-content: space-between; }
.hero-bottom > p { max-width: 390px; margin: 0; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.35; }
.round-link { flex: 0 0 auto; width: 128px; height: 128px; padding: 18px; border: 1px solid var(--line-light); border-radius: 50%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; gap: 10px; transition: background .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-out); }
.round-link span { transition: transform .35s var(--ease-out); }
.round-link b, .instagram-cta b { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; align-self: flex-end; background: var(--red); color: var(--paper); transition: background .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-out); }
.round-link svg, .instagram-cta svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.round-link:hover span { transform: translateX(4px); }
.round-link:hover b { background: var(--paper); color: var(--ink); transform: rotate(6deg); }
.hero-counter { position: absolute; z-index: 2; top: 50%; right: clamp(18px, 3vw, 44px); display: flex; align-items: center; gap: 8px; writing-mode: vertical-rl; font-size: .65rem; font-weight: 700; letter-spacing: .1em; }
.hero-counter i { display: block; width: 1px; height: 58px; background: var(--line-light); }

.motion-ticker { background: var(--red); color: var(--paper); overflow: hidden; padding: 14px 0 12px; }
.motion-ticker div { width: max-content; display: flex; align-items: center; gap: 24px; animation: ticker 18s linear infinite; font-family: var(--display); font-size: clamp(1rem, 2vw, 1.7rem); font-weight: 800; text-transform: uppercase; }
.motion-ticker b { color: var(--ink); }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto { padding: clamp(90px, 14vw, 220px) clamp(18px, 4vw, 64px) clamp(80px, 10vw, 160px); }
.manifesto h2 { max-width: 1450px; margin: 28px 0 0; font-family: var(--display); font-size: clamp(2.7rem, 7.6vw, 8.4rem); font-weight: 700; line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.manifesto h2 span { color: var(--red); }
.manifesto-foot { margin-top: clamp(60px, 10vw, 150px); margin-left: 41%; display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.manifesto-foot > p { max-width: 520px; margin: 0; font-size: clamp(1.1rem, 1.6vw, 1.5rem); line-height: 1.45; }
.proof-stamp { width: 152px; height: 152px; padding: 24px; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-transform: uppercase; font-size: .65rem; line-height: 1.3; }
.proof-stamp b { font-family: var(--display); font-size: 1.45rem; }

.sports { background: var(--ink); color: var(--paper); overflow: hidden; }
.sports-intro { min-height: 52vh; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 30px; padding: clamp(80px, 10vw, 140px) clamp(18px, 4vw, 64px) 50px; }
.sports-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5.6vw, 6rem); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
.sports-intro > p:last-child { margin: 0; text-align: right; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.sports-track { display: flex; width: max-content; height: 100svh; }
.sport-panel { position: relative; width: 72vw; height: 100%; overflow: hidden; border-right: 1px solid var(--line-light); }
.sport-panel img { width: 100%; height: 100%; object-fit: cover; }
.sport-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, color-mix(in oklch, var(--ink) 78%, transparent), transparent 64%); }
.sport-panel-top { position: absolute; z-index: 2; top: 24px; left: 28px; right: 28px; display: flex; justify-content: space-between; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.sport-panel-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 34px; display: flex; justify-content: space-between; align-items: end; }
.sport-panel-copy h3 { margin: 0; min-height: 1.72em; font-family: var(--display); font-size: clamp(2.7rem, 5.8vw, 6.8rem); line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.sport-panel-copy p { max-width: 280px; margin: 0; font-size: 1rem; line-height: 1.45; }

.flow-stage { min-height: 100svh; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--red); color: var(--paper); overflow: hidden; }
.flow-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 8vw, 140px) clamp(18px, 5vw, 80px); }
.flow-copy h2 { margin: 28px 0; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 6.5rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.flow-copy > p:not(.eyebrow) { max-width: 560px; margin: 0; font-size: clamp(1rem, 1.5vw, 1.3rem); line-height: 1.5; }
.flow-facts { margin: clamp(50px, 7vw, 95px) 0 48px; display: flex; gap: clamp(24px, 4vw, 70px); }
.flow-facts span { display: flex; flex-direction: column; max-width: 100px; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; line-height: 1.35; }
.flow-facts b { font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3.1rem); line-height: 1; }
.text-link { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.flow-product { position: relative; min-height: 760px; display: grid; place-items: center; background: var(--paper); color: var(--ink); overflow: hidden; }
.flow-product::before { content: ""; position: absolute; width: 55%; aspect-ratio: 1; border-radius: 50%; background: var(--ink-soft); }
.flow-product img { position: relative; z-index: 2; width: min(48%, 470px); max-height: 78vh; object-fit: contain; transition: transform .8s var(--ease-out); }
.flow-product:hover img { transform: translateY(-18px) rotate(2deg); }
.orbit { position: absolute; z-index: 3; font-family: var(--display); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.orbit-one { top: 11%; left: 8%; transform: rotate(-8deg); }
.orbit-two { right: 5%; bottom: 10%; transform: rotate(8deg); }

.lineup { padding: clamp(100px, 13vw, 190px) clamp(18px, 4vw, 64px); }
.lineup-head { display: grid; grid-template-columns: 1fr 2fr; margin-bottom: clamp(70px, 10vw, 130px); }
.lineup-head h2, .lineup-head h1 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.lineup-intro { margin: clamp(22px, 3vw, 34px) 0 0; max-width: 620px; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.5; }
.product-row { border-top: 1px solid var(--ink); }
.product-row > a, .product-row > li > a { position: relative; display: grid; grid-template-columns: 52px 86px minmax(210px, 1.15fr) minmax(280px, 1.5fr) 150px 110px 40px; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--ink); transition: color .35s; overflow: hidden; }
.product-row a::before { content: ""; position: absolute; z-index: -1; inset: 0; background: var(--red); transform: translateY(101%); transition: transform .45s var(--ease-out); }
.product-row a:hover { color: var(--paper); }
.product-row a:hover::before { transform: translateY(0); }
.product-row span, .product-row em { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.product-thumb { width: 86px; height: 104px; margin: 0; overflow: hidden; background: var(--paper); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease-out); }
.product-row a:hover .product-thumb img { transform: scale(1.06); }
.product-row strong { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2.65rem); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.product-row small { max-width: 520px; font-size: .82rem; line-height: 1.45; }
.product-row em { font-style: normal; line-height: 1.4; }
.product-row b { font-size: .95rem; white-space: nowrap; }
.product-row b del { margin-right: 5px; font-size: .72rem; font-weight: 500; opacity: .62; }
.product-row i { font-style: normal; font-size: 1.5rem; }

.ph-system { position: relative; min-height: 100svh; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(40px, 8vw, 130px); padding: clamp(90px, 10vw, 150px) clamp(18px, 5vw, 80px); background: var(--ink-soft); color: var(--paper); overflow: hidden; }
.ph-scale { position: relative; height: 420px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 16px; font-family: var(--display); font-size: .75rem; }
.ph-scale i { height: 1px; background: var(--paper); }
.ph-scale b { position: absolute; left: 41%; top: 50%; width: 82px; height: 82px; border-radius: 50%; background: var(--red); transform: translate(-50%, -50%); }
.ph-copy { position: relative; z-index: 2; }
.ph-copy h2 { margin: 28px 0; font-family: var(--display); font-size: clamp(3rem, 5.2vw, 6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.ph-copy > p:last-child { max-width: 520px; margin: 0; font-size: 1.15rem; line-height: 1.5; }
.ph-number { position: absolute; right: -3vw; bottom: -8vw; margin: 0; font-family: var(--display); font-size: clamp(12rem, 30vw, 34rem); font-weight: 900; line-height: 1; color: color-mix(in oklch, var(--paper) 48%, transparent); letter-spacing: -.1em; }

.blog-feed { padding: clamp(90px, 12vw, 180px) clamp(18px, 4vw, 64px); background: var(--ink); color: var(--paper); }
.blog-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: clamp(60px, 8vw, 120px); }
.blog-head h2 { margin: 28px 0 0; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 8rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.blog-head-cta { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 16px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-head-cta b { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: var(--paper); flex: 0 0 auto; transition: transform .35s var(--ease-out); }
.blog-head-cta svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.blog-head-cta:hover b { transform: rotate(-8deg); }
.blog-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(220px, 26vw); gap: clamp(10px, 1.5vw, 22px); }
.blog-card { position: relative; min-width: 0; overflow: hidden; background: var(--ink-soft); grid-column: span 4; }
.blog-card--lead { grid-column: span 8; grid-row: span 2; }
.blog-card--lead:only-child { grid-column: 1 / -1; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform .8s var(--ease-out); }
.blog-card::after { content: ""; position: absolute; inset: 0; background: color-mix(in oklch, var(--ink) 24%, transparent); transition: background .45s var(--ease-out); }
.blog-card > span { position: absolute; z-index: 2; left: clamp(18px, 2.5vw, 36px); right: clamp(18px, 2.5vw, 36px); bottom: clamp(18px, 2.5vw, 36px); display: flex; flex-direction: column; gap: 9px; font-family: var(--display); font-size: clamp(1.1rem, 1.8vw, 2rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.blog-card--lead > span { font-size: clamp(1.4rem, 2.6vw, 3rem); max-width: 470px; }
.blog-card > span b { font-family: var(--body); font-size: .64rem; letter-spacing: .12em; }
.blog-card:hover img { transform: scale(1.045); }
.blog-card:hover::after { background: color-mix(in oklch, var(--red) 28%, transparent); }
.blog-footer-link { display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; gap: 24px; margin-top: clamp(55px, 8vw, 110px); padding-top: 28px; border-top: 1px solid var(--line-light); }
.blog-footer-link span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.blog-footer-link strong { font-family: var(--display); font-size: clamp(1.7rem, 4vw, 4.7rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.blog-footer-link > b { color: var(--red); font-size: clamp(2rem, 4vw, 4.5rem); }

.lineup-cta { display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; gap: 24px; margin-top: clamp(36px, 5vw, 80px); color: inherit; }
.lineup-cta span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.lineup-cta strong { font-family: var(--display); font-size: clamp(1.7rem, 4vw, 4.7rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; transition: color .3s; }
.lineup-cta > b { color: var(--red); font-size: clamp(2rem, 4vw, 4.5rem); line-height: .8; transition: transform .35s var(--ease-out); }
.lineup-cta:hover strong { color: var(--red); }
.lineup-cta:hover > b { transform: translate(6px, -6px); }

.instagram-feed { padding: clamp(90px, 12vw, 180px) clamp(18px, 4vw, 64px); background: var(--ink); color: var(--paper); }
.instagram-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: clamp(60px, 8vw, 120px); }
.instagram-head h2 { margin: 28px 0 0; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 8rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.instagram-cta { flex: 0 0 auto; width: 180px; height: 180px; padding: 28px; border: 1px solid var(--paper); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-out); }
.instagram-cta b { width: 44px; height: 44px; }
.instagram-cta:hover { background: var(--red); transform: rotate(-6deg); }
.instagram-cta:hover b { background: var(--paper); color: var(--ink); transform: rotate(6deg); }
.instagram-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: minmax(260px, 34vw) minmax(220px, 26vw); gap: clamp(10px, 1.5vw, 22px); }
.instagram-box { position: relative; min-width: 0; overflow: hidden; background: var(--ink-soft); }
.instagram-box--lead { grid-column: 1 / 8; grid-row: 1 / 3; }
.instagram-box--wide { grid-column: 8 / 13; grid-row: 1; }
.instagram-box--detail { grid-column: 8 / 13; grid-row: 2; }
.instagram-box img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: transform .8s var(--ease-out); }
.instagram-box::after { content: ""; position: absolute; inset: 0; background: color-mix(in oklch, var(--ink) 20%, transparent); transition: background .45s var(--ease-out); }
.instagram-box > span { position: absolute; z-index: 2; left: clamp(18px, 2.5vw, 36px); right: clamp(18px, 2.5vw, 36px); bottom: clamp(18px, 2.5vw, 36px); display: flex; flex-direction: column; gap: 9px; max-width: 470px; font-family: var(--display); font-size: clamp(1.2rem, 2.5vw, 2.8rem); font-weight: 700; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.instagram-box > span b { font-family: var(--body); font-size: .64rem; letter-spacing: .12em; }
.instagram-box:hover img { transform: scale(1.045); }
.instagram-box:hover::after { background: color-mix(in oklch, var(--red) 28%, transparent); }
.instagram-footer-link { display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; gap: 24px; margin-top: clamp(55px, 8vw, 110px); padding-top: 28px; border-top: 1px solid var(--line-light); }
.instagram-footer-link span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.instagram-footer-link strong { font-family: var(--display); font-size: clamp(1.7rem, 4vw, 4.7rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.instagram-footer-link > b { color: var(--red); font-size: clamp(2rem, 4vw, 4.5rem); }

.site-footer { padding: 80px clamp(18px, 4vw, 64px) 24px; background: var(--ink); color: var(--paper); }
.footer-main { min-height: 42vh; display: flex; flex-direction: column; justify-content: space-between; }
.footer-main img { width: min(504px, 56vw); align-self: center; filter: brightness(0) invert(1); }
.footer-main p { max-width: 360px; font-size: 1.15rem; line-height: 1.4; }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.footer-links a, .footer-links span { padding: 24px 0; border-bottom: 1px solid var(--line-light); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-base { display: flex; justify-content: space-between; padding-top: 24px; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; opacity: .65; }

/* Product page */
.product-page { background: var(--paper); }
.product-hero { min-height: 100svh; display: grid; grid-template-columns: 44% 56%; background: var(--red); color: var(--paper); }
.product-story { align-self: center; padding: 120px clamp(24px, 5vw, 80px) 60px; }
.back-link { display: inline-block; margin-bottom: clamp(70px, 10vh, 130px); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.product-story h1 { margin: 16px 0; font-family: var(--display); font-size: clamp(2.3rem, 3vw, 3.6rem); line-height: 1.02; letter-spacing: -.04em; text-transform: uppercase; text-wrap: balance; }
.product-lede { max-width: 560px; margin: 0 0 40px; font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.35; }
.product-buy { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; }
.product-buy .product-price { font-family: var(--display); font-size: 1.45rem; font-weight: 700; }
.product-buy .product-price del { font-size: 1rem; opacity: .6; margin-right: 8px; }
.product-buy .product-price ins { text-decoration: none; }
form.cart .quantity { display: grid; grid-template-columns: 38px 40px 38px; align-items: center; height: 44px; border: 1px solid var(--line-light); }
form.cart .quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; }
form.cart .quantity output, form.cart .quantity input { text-align: center; }
form.cart .quantity input { width: 100%; height: 100%; border: 0; background: transparent; color: inherit; font: inherit; -moz-appearance: textfield; appearance: textfield; }
form.cart .quantity input::-webkit-outer-spin-button, form.cart .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.add-button { grid-column: 1 / -1; min-height: 62px; padding: 0 22px; border: 0; background: var(--paper); color: var(--ink); display: flex; justify-content: space-between; align-items: center; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: background .3s, color .3s; }
.add-button:hover { background: var(--ink-soft); color: var(--paper); }
.shipping-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: .72rem; }
.shipping-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.product-visual { position: relative; min-height: 100svh; display: flex;  background: var(--paper); color: var(--ink); overflow: hidden; }

.product-bottle { position: relative; z-index: 2; width:100%; object-fit: contain; view-transition-name: product-hero-image; }
.product-visual-word { position: absolute; z-index: 1; margin: 0; font-family: var(--display); font-size: clamp(8rem, 17vw, 13rem); font-weight: 900; line-height: 1; color: var(--ink); transform: rotate(-90deg); opacity: .08; }
.product-visual-label { position: absolute; z-index: 3; top: 100px; left: 30px; right: 30px; display: flex; justify-content: space-between; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.product-badges { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 24px; display: flex; justify-content: space-between; }
.product-badges span { padding: 9px 14px; border: 1px solid var(--ink); border-radius: 999px; font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }

.product-proof { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-dark); }
.product-proof > div { min-height: 390px; padding: clamp(28px, 4vw, 60px); border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.product-proof > div:last-child { border-right: 0; }
.product-proof span { font-size: .7rem; font-weight: 700; }
.product-proof h2 { margin: auto 0 22px; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 4rem); letter-spacing: -.05em; text-transform: uppercase; }
.product-proof p { max-width: 360px; margin: 0; line-height: 1.5; }

.formula-stage { display: grid; grid-template-columns: 1fr 1fr; min-height: 90svh; }
.formula-media { position: relative; min-height: 700px; overflow: hidden; }
.formula-track { position: absolute; inset: 0; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none; }
.formula-track::-webkit-scrollbar { display: none; }
.formula-slide { flex: 0 0 100%; width: 100%; height: 100%; margin: 0; scroll-snap-align: start; }
.formula-media img { width: 100%; height: 100%; object-fit: cover; }
.formula-media::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(0deg, color-mix(in oklch, var(--ink) 65%, transparent), transparent 50%); }
.formula-media > p { position: absolute; z-index: 3; left: 35px; bottom: 35px; margin: 0; color: var(--paper); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.5rem); font-weight: 700; line-height: .9; text-transform: uppercase; }
.formula-gallery-count { position: absolute; z-index: 4; top: 35px; right: 35px; color: var(--paper); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.formula-gallery-nav { position: absolute; z-index: 4; right: 35px; bottom: 35px; display: flex; align-items: center; gap: 14px; }
.formula-gallery-arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-light); background: color-mix(in oklch, var(--ink) 34%, transparent); backdrop-filter: blur(6px); color: var(--paper); display: grid; place-items: center; cursor: pointer; transition: background .3s var(--ease-out), transform .3s var(--ease-out); }
.formula-gallery-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: square; stroke-linejoin: miter; }
.formula-gallery-arrow:hover { background: var(--red); transform: scale(1.06); }
.formula-dots { display: flex; align-items: center; gap: 8px; }
.formula-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: color-mix(in oklch, var(--paper) 42%, transparent); cursor: pointer; transition: background .3s var(--ease-out), width .3s var(--ease-out); }
.formula-dot.is-active { width: 24px; background: var(--paper); }
.formula-copy { padding: clamp(80px, 9vw, 80px) clamp(28px, 6vw, 95px); display: flex; flex-direction: column; justify-content: center; }
.formula-copy > h2 { margin: 28px 0 clamp(60px, 8vw, 110px); font-family: var(--display); font-size: clamp(2.8rem, 5vw, 6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.ingredient-list { border-top: 1px solid var(--ink); }
.ingredient-list details { border-bottom: 1px solid var(--ink); }
.ingredient-list summary { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; padding: 22px 0; list-style: none; cursor: pointer; font-family: var(--display); font-size: clamp(1rem, 1.7vw, 1.4rem); font-weight: 600; }
.ingredient-list summary::-webkit-details-marker { display: none; }
.ingredient-list summary span { font-family: var(--body); font-size: .7rem; }
.ingredient-list summary i { font-style: normal; transition: transform .3s; }
.ingredient-list details[open] summary i { transform: rotate(45deg); }
.ingredient-list details p { max-width: 560px; padding: 0 44px 24px; margin: 0; line-height: 1.55; }
.formula-copy .entry-content { max-width: 560px; line-height: 1.55; }

.usage { padding: clamp(90px, 12vw, 180px) clamp(18px, 5vw, 80px); background: var(--ink); color: var(--paper); }
.usage-head { display: grid; grid-template-columns: 1fr 2fr; margin-bottom: clamp(90px, 12vw, 180px); }
.usage-head h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 6vw, 7rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.usage-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.usage-steps li { display: grid; grid-template-columns: 1fr 2fr; padding: 32px 0; border-bottom: 1px solid var(--line-light); }
.usage-steps li > span { color: var(--red); font-family: var(--display); font-size: 1.2rem; }
.usage-steps li > div { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.usage-steps h3 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.8vw, 4rem); text-transform: uppercase; }
.usage-steps p { max-width: 430px; margin: 0; line-height: 1.5; }

.heat-stage { min-height: 100svh; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; padding: clamp(80px, 8vw, 130px) clamp(18px, 5vw, 80px); background: var(--red); color: var(--paper); overflow: hidden; }
.heat-number { position: relative; display: flex; align-items: flex-start; }
.heat-number span { position: absolute; top: 12%; left: 2%; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.heat-number strong { font-family: var(--display); font-size: clamp(9rem, 16vw, 28rem); line-height: .7; letter-spacing: -.12em; }
.heat-number b { font-family: var(--display); font-size: clamp(2rem, 5vw, 6rem); }
.heat-copy h2 { margin: 28px 0; font-family: var(--display); font-size: clamp(2.7rem, 4.3vw, 5rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.heat-copy > p:last-child { max-width: 520px; margin: 0; font-size: 1.1rem; line-height: 1.5; }

.product-editorial { min-height: 100svh; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--ink-soft); color: var(--paper); }
.product-editorial > img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.product-editorial > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.product-editorial h2 { margin: 28px 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.product-editorial > div > p:last-child { max-width: 460px; margin: 0; font-size: 1.15rem; line-height: 1.5; }

.next-product { padding: clamp(90px, 12vw, 180px) clamp(18px, 5vw, 80px); }
.next-product > a { margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 2fr auto; align-items: end; }
.next-product a > span { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.next-product strong { font-family: var(--display); font-size: clamp(2.5rem, 3vw, 9rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.next-product a > b { font-size: clamp(2rem, 4vw, 5rem); }

.sticky-buy { position: fixed; z-index: 90; left: 50%; bottom: 18px; width: min(620px, calc(100% - 28px)); min-height: 68px; padding: 8px 8px 8px 20px; border: 1px solid var(--ink); transform: translate(-50%, 130%); display: flex; align-items: center; gap: 18px; background: var(--paper); transition: transform .55s var(--ease-out); }
.sticky-buy.is-visible { transform: translate(-50%, 0); }
.sticky-buy-info { display: flex; flex-direction: column; margin-right: auto; min-width: 0; }
.sticky-buy-info strong { font-family: var(--display); font-size: 1rem; line-height: 1.05; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-buy-info span { font-size: .7rem; letter-spacing: .06em; opacity: .65; text-transform: uppercase; }
.sticky-buy-price { font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 1.7rem); font-weight: 700; line-height: 1; white-space: nowrap; }
.sticky-buy-price .amount { font: inherit; }
.sticky-buy button { align-self: stretch; min-width: 180px; padding: 0 20px; border: 0; background: var(--red); color: var(--paper); display: flex; justify-content: space-between; align-items: center; gap: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }

/* Core Gutenberg blocks placed between the immersive home sections */
.front-blocks > :not(section):not(.motion-ticker) { width: min(1100px, calc(100% - 2 * clamp(18px, 4vw, 64px))); margin-left: auto; margin-right: auto; }
.front-blocks > p, .front-blocks > ul, .front-blocks > ol, .front-blocks > blockquote { line-height: 1.65; margin-top: 2.2rem; margin-bottom: 2.2rem; }
.front-blocks > h2, .front-blocks > h3 { font-family: var(--display); line-height: 1.02; letter-spacing: -.04em; text-transform: uppercase; margin: 3.5rem auto 1.5rem; }
.front-blocks > .alignfull { width: 100%; }

/* Interior pages (blog, pages, archives) */
.interior { max-width: 1100px; margin: 0 auto; padding: clamp(140px, 16vw, 200px) clamp(18px, 4vw, 64px) clamp(80px, 10vw, 140px); }
.interior--wide { max-width: none; }
.interior-head { margin-bottom: clamp(40px, 6vw, 80px); }
.interior-head h1 { margin: 18px 0 0; font-family: var(--display); font-size: clamp(2.4rem, 6vw, 6rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.entry-content { font-size: 1.05rem; line-height: 1.65; }
.entry-content > * { margin: 0 0 1.4em; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family: var(--display); line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; margin-top: 2em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin-left: 0; padding-left: 24px; border-left: 3px solid var(--red); }
.entry-content .alignwide { margin-left: calc(50% - 50vw + clamp(18px, 4vw, 64px)); margin-right: calc(50% - 50vw + clamp(18px, 4vw, 64px)); max-width: none; }
.entry-content .alignfull { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); max-width: none; }
.post-list { display: grid; gap: 0; border-top: 1px solid var(--ink); }
.post-list article { padding: 32px 0; border-bottom: 1px solid var(--ink); }
.post-list h2 { margin: 0 0 12px; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.post-list time { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.post-list p { max-width: 640px; line-height: 1.55; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }

/* Single post (magazine layout) */
.shieldon-post { max-width: 1180px; margin: 0 auto; padding: clamp(130px, 15vw, 190px) clamp(18px, 4vw, 64px) clamp(70px, 9vw, 120px); }
.single-head { max-width: 920px; margin: 0 auto clamp(40px, 5vw, 66px); }
.single-head .back-link { display: inline-block; margin-bottom: clamp(28px, 4vw, 44px); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.single-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 22px; }
.single-meta .single-cats a { color: var(--red); }
.single-meta time { opacity: .6; }
.single-head h1 { margin: 0; font-family: var(--display); font-size: clamp(2.3rem, 5.5vw, 5rem); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.single-cover { margin: 0 auto clamp(44px, 6vw, 76px); max-width: 1180px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink-soft); }
.single-cover img { width: 100%; height: 100%; object-fit: cover; }
.single-body { max-width: 720px; margin: 0 auto; }
.single-body > .entry-content > *:first-child { margin-top: 0; }
.single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: clamp(40px, 5vw, 60px) 0 0; padding-top: 28px; border-top: 1px solid var(--line-dark); list-style: none; }
.single-tags li { margin: 0; }
.single-tags li a { display: inline-block; padding: 7px 14px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; transition: background .25s, color .25s, border-color .25s; }
.single-tags li a:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.single-pages { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; font-weight: 700; }
.single-pages a, .single-pages > span { padding: 6px 12px; border: 1px solid var(--line-dark); }
.single-nav { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 60px); max-width: 1180px; margin: clamp(52px, 7vw, 92px) auto 0; border-top: 1px solid var(--ink); }
.single-nav a { display: block; padding: clamp(26px, 3vw, 38px) 0; }
.single-nav a span { display: block; margin-bottom: 12px; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; opacity: .55; }
.single-nav a strong { display: block; font-family: var(--display); font-size: clamp(1.1rem, 2.2vw, 1.9rem); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; transition: color .25s; }
.single-nav a:hover strong { color: var(--red); }
.single-nav-next { text-align: right; }
.single-nav-next:has(a) { border-left: 1px solid var(--line-dark); padding-left: clamp(20px, 4vw, 60px); }
.single-comments { margin-top: clamp(50px, 7vw, 90px); }
.page-numbers { display: inline-block; padding: 8px 12px; }
.page-numbers.current { color: var(--red); }
.error-404 { text-align: center; }
.error-404 .ph-number-inline { font-family: var(--display); font-size: clamp(6rem, 20vw, 16rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; color: var(--red); }
.search-form-inline { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 480px; margin: 32px auto 0; }
.search-form-inline input[type="search"] { padding: 14px 16px; border: 1px solid var(--ink); background: transparent; font: inherit; color: inherit; }
.search-form-inline button { padding: 14px 22px; border: 0; background: var(--red); color: var(--paper); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-shop:not(.header-shop--cart) { display: none; }
  .header-shop--cart .header-shop-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .menu-button { display: block; }
  .hero-title { max-width: none; right: clamp(18px, 3vw, 44px); font-size: clamp(2rem, 8.2vw, 3.6rem); line-height: .98; }
  .hero-bottom > p { max-width: 280px; }
  .round-link { width: 104px; height: 104px; padding: 14px; }
  .round-link b { width: 34px; height: 34px; }
  .manifesto-foot { margin-left: 0; }
  .sports-intro { grid-template-columns: 1fr; align-items: start; }
  .sports-intro > p:last-child { text-align: left; }
  .sports-track { display: block; width: 100%; height: auto; }
  .sport-panel { width: 100%; height: 86svh; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .sport-panel-copy { display: block; }
  .sport-panel-copy p { margin-top: 22px; }
  .flow-stage, .product-hero, .formula-stage, .product-editorial { grid-template-columns: minmax(0, 1fr); }
  .flow-stage > *, .product-hero > *, .formula-stage > *, .product-editorial > * { min-width: 0; }
  .flow-product { min-height: 75svh; }
  .lineup-head, .usage-head { grid-template-columns: 1fr; gap: 32px; }
  .product-row > a, .product-row > li > a { grid-template-columns: 42px 72px minmax(0, 1fr) minmax(0, .9fr) 90px 32px; gap: 16px; }
  .product-row span { grid-column: 1; grid-row: 1; }
  .product-thumb { grid-column: 2; grid-row: 1 / 3; width: 72px; height: 90px; }
  .product-row strong { grid-column: 3; grid-row: 1; }
  .product-row small { grid-column: 4; grid-row: 1; }
  .product-row em { grid-column: 3; grid-row: 2; }
  .product-row b { grid-column: 5; grid-row: 1; }
  .product-row i { grid-column: 6; grid-row: 1; }
  .ph-system, .heat-stage { grid-template-columns: minmax(0, 1fr); }
  .ph-system > *, .heat-stage > * { min-width: 0; }
  .ph-scale { height: 240px; }
  .product-story { min-height: 100svh; }
  .product-visual { min-height: 88svh; }
  .product-proof { grid-template-columns: 1fr; }
  .product-proof > div { min-height: 260px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .product-proof > div:last-child { border-bottom: 0; }
  .formula-media, .product-editorial > img { min-height: 75svh; }
  .formula-media > p { bottom: 84px; font-size: clamp(1.8rem, 8vw, 3rem); }
  .formula-gallery-count { top: 24px; right: 24px; }
  .formula-gallery-nav { right: 24px; bottom: 24px; gap: 10px; }
  .formula-gallery-arrow { width: 40px; height: 40px; }
  .heat-number strong { font-size: clamp(7rem, 35vw, 16rem); }
  .instagram-head { align-items: start; }
  .instagram-mosaic { grid-template-rows: minmax(520px, 80svh) minmax(300px, 52svh); }
  .instagram-box--lead { grid-column: 1 / 13; grid-row: 1; }
  .instagram-box--wide { grid-column: 1 / 8; grid-row: 2; }
  .instagram-box--detail { grid-column: 8 / 13; grid-row: 2; }
  .blog-mosaic { grid-auto-rows: minmax(240px, 40svh); }
  .blog-card { grid-column: span 6; }
  .blog-card--lead { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 620px) {
  .hero-meta { top: 84px; }
  .hero-counter { display: none; }
  .hero-bottom { align-items: end; }
  .hero-bottom > p { font-size: .9rem; max-width: 220px; }
  .round-link { width: 88px; height: 88px; padding: 12px; font-size: .62rem; }
  .round-link b { width: 30px; height: 30px; }
  .round-link svg { width: 17px; height: 17px; }
  .manifesto-foot { display: block; }
  .proof-stamp { margin-top: 52px; }
  .sport-panel { width: 92vw; }
  .sport-panel-copy h3 { font-size: 2.5rem; }
  .flow-facts { gap: 16px; }
  .flow-product { min-height: 65svh; }
  .product-row > a, .product-row > li > a { grid-template-columns: 26px 68px minmax(0, 1fr) auto; gap: 10px 12px; padding: 18px 0; }
  .product-row span { grid-column: 1; grid-row: 1; align-self: start; padding-top: 4px; }
  .product-row strong { font-size: clamp(1.2rem, 6vw, 1.8rem); }
  .product-thumb { grid-column: 2; grid-row: 1 / 4; width: 68px; height: 88px; }
  .product-row strong { grid-column: 3; grid-row: 1; }
  .product-row small { grid-column: 3 / 5; grid-row: 2; margin-top: 2px; }
  .product-row em { grid-column: 3; grid-row: 3; }
  .product-row b { grid-column: 4; grid-row: 3; }
  .product-row i { grid-column: 4; grid-row: 1; }
  .lineup, .usage, .next-product { padding-left: 18px; padding-right: 18px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-base { gap: 16px; flex-wrap: wrap; }
  .product-story { padding-left: 18px; padding-right: 18px; }
  .back-link { margin-bottom: 70px; }
  .product-story h1 { font-size: clamp(2.1rem, 8vw, 3.2rem); }
  .product-badges { gap: 5px; }
  .product-badges span { padding: 7px 8px; font-size: .55rem; }
  .product-editorial > div { padding-left: 18px; padding-right: 18px; }
  .product-editorial h2 { font-size: clamp(2.5rem, 11vw, 4rem); }
  .usage-steps li, .usage-steps li > div { grid-template-columns: 1fr; gap: 18px; }
  .heat-stage { padding-left: 18px; padding-right: 18px; }
  .next-product > a { grid-template-columns: 1fr auto; gap: 22px; }
  .next-product a > span { grid-column: 1 / -1; }
  .single-cover { aspect-ratio: 4 / 3; }
  .single-nav { grid-template-columns: 1fr; gap: 0; }
  .single-nav-next { text-align: left; }
  .single-nav-next:has(a) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line-dark); }
  .single-nav a { padding: 24px 0; }
  .sticky-buy { gap: 12px; padding-left: 16px; }
  .sticky-buy-info span { display: none; }
  .sticky-buy-price { font-size: 1.25rem; }
  .sticky-buy button { min-width: 130px; }
  .instagram-head { display: block; }
  .instagram-cta { width: 124px; height: 124px; margin: 42px 0 0 auto; padding: 20px; }
  .instagram-mosaic { display: flex; flex-direction: column; }
  .instagram-box { min-height: 54svh; }
  .instagram-box--wide { min-height: 42svh; }
  .instagram-box > span { font-size: clamp(1.35rem, 7vw, 2.2rem); }
  .instagram-footer-link { grid-template-columns: 1fr auto; align-items: center; }
  .instagram-footer-link span { grid-column: 1 / -1; }
  .blog-head { display: block; }
  .blog-head-cta { margin-top: 28px; }
  .blog-mosaic { display: flex; flex-direction: column; }
  .blog-card { min-height: 52svh; }
  .blog-card > span { font-size: clamp(1.35rem, 7vw, 2.2rem); }
  .blog-footer-link { grid-template-columns: 1fr auto; align-items: center; }
  .blog-footer-link span { grid-column: 1 / -1; }
  .lineup-cta { grid-template-columns: 1fr auto; align-items: center; }
  .lineup-cta span { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-slide:not(.is-active) { display: none; }
}

/* Page templates: Contatti + Diventa Rivenditore */
.page-hero { max-width: 1100px; margin: 0 auto; padding: clamp(150px, 18vw, 240px) clamp(18px, 4vw, 64px) clamp(46px, 6vw, 84px); }
.page-hero .eyebrow { color: var(--red); }
.page-hero-title { margin: 18px 0 0; font-family: var(--display); font-size: clamp(2.8rem, 8vw, 7rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; text-wrap: balance; }
.page-hero-accent { color: var(--red); }
.page-hero-lead { max-width: 620px; margin: clamp(22px, 3vw, 34px) 0 0; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.5; }
.page-hero-cta { display: inline-flex; align-items: center; gap: 14px; margin-top: clamp(28px, 4vw, 44px); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.page-hero-cta b { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: var(--paper); font-style: normal; transition: transform .35s var(--ease-out); }
.page-hero-cta:hover b { transform: translate(4px, -4px); }

.contact-layout { max-width: 1100px; margin: 0 auto; padding: clamp(48px, 6vw, 80px) clamp(18px, 4vw, 64px) clamp(90px, 12vw, 160px); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 90px); align-items: start; border-top: 1px solid var(--ink); }
.contact-block-title { margin: 0 0 26px; font-family: var(--display); font-size: clamp(1.3rem, 2.4vw, 2.2rem); letter-spacing: -.03em; text-transform: uppercase; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); line-height: 1.5; }
.contact-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; opacity: .6; }
.contact-list a { text-decoration: underline; text-underline-offset: 3px; }
.contact-list a:hover { color: var(--red); }
.contact-aside-note { margin-top: 28px; font-size: .92rem; line-height: 1.5; }
.contact-aside-note a { display: inline-block; margin-top: 4px; color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: .8rem; }

.shield-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 8px; }
.form-field > span { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.shield-form input, .shield-form select, .shield-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line-dark); border-radius: 0; background: transparent; font: inherit; color: inherit; transition: border-color .25s; }
.shield-form input:focus, .shield-form select:focus, .shield-form textarea:focus { outline: none; border-color: var(--ink); }
.shield-form textarea { resize: vertical; }
.shield-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.shield-submit { justify-self: start; margin-top: 6px; display: inline-flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 34px; border: 0; background: var(--red); color: var(--paper); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; cursor: pointer; transition: background .3s; }
.shield-submit:hover { background: var(--ink); }
.form-feedback { margin: 0 0 22px; padding: 14px 18px; font-size: .92rem; line-height: 1.5; border-left: 3px solid var(--red); background: color-mix(in oklch, var(--ink) 5%, transparent); }
.form-feedback--error { border-left-color: var(--ink); }

/* Contact Form 7 on the light Contatti form */
.contact-form-wrap .wpcf7-form { display: grid; gap: 16px; }
.contact-form-wrap .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .contact-form-wrap .wpcf7-form select, .contact-form-wrap .wpcf7-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line-dark); border-radius: 0; background: transparent; font: inherit; color: inherit; }
.contact-form-wrap .wpcf7-form input:focus, .contact-form-wrap .wpcf7-form select:focus, .contact-form-wrap .wpcf7-form textarea:focus { outline: none; border-color: var(--ink); }
.contact-form-wrap .wpcf7-acceptance { display: block; font-size: .85rem; line-height: 1.5; }
.contact-form-wrap .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.contact-form-wrap .wpcf7-acceptance input { width: auto; margin-right: 10px; accent-color: var(--red); }
.contact-form-wrap .wpcf7-acceptance a { text-decoration: underline; text-underline-offset: 3px; }
.contact-form-wrap .wpcf7-submit { justify-self: start; min-height: 56px; padding: 0 34px; border: 0; background: var(--red); color: var(--paper); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; cursor: pointer; transition: background .3s; }
.contact-form-wrap .wpcf7-submit:hover { background: var(--ink); }
.contact-form-wrap .wpcf7-not-valid-tip { margin-top: 6px; font-size: .78rem; color: var(--red); }
.contact-form-wrap .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 16px; border-left: 3px solid var(--red); background: color-mix(in oklch, var(--ink) 5%, transparent); font-size: .85rem; }

.reseller-editorial { padding: clamp(72px, 10vw, 140px) clamp(18px, 4vw, 64px); border-top: 1px solid var(--line-dark); }
.reseller-editorial .eyebrow, .reseller-partners .eyebrow { color: var(--red); }
.reseller-editorial h2, .reseller-partners h2 { margin: 24px 0 0; font-family: var(--display); font-size: clamp(2rem, 4.6vw, 4.4rem); line-height: .98; letter-spacing: -.04em; text-transform: uppercase; max-width: 1150px; text-wrap: balance; }
.reseller-editorial-body { margin: clamp(32px, 4vw, 60px) 0 0 auto; max-width: 680px; }
.reseller-editorial-body p { margin: 0 0 1.1em; font-size: clamp(1.02rem, 1.4vw, 1.28rem); line-height: 1.6; }
.reseller-editorial-body p:last-child { margin-bottom: 0; }

.reseller-partners { padding: clamp(72px, 10vw, 140px) clamp(18px, 4vw, 64px); border-top: 1px solid var(--line-dark); }
.reseller-partners-intro { margin: clamp(26px, 3vw, 42px) 0 0; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.5; }
.reseller-partners-list { list-style: none; margin: clamp(24px, 3vw, 40px) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(30px, 4vw, 70px); border-top: 1px solid var(--ink); }
.reseller-partners-list li { display: flex; gap: 14px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--line-dark); font-size: clamp(1rem, 1.3vw, 1.25rem); }
.reseller-partners-list li::before { content: "\2197"; color: var(--red); }

.reseller-form { background: var(--ink); color: var(--paper); padding: clamp(72px, 10vw, 140px) clamp(18px, 4vw, 64px); }
.reseller-form-head { margin: 0 0 clamp(36px, 5vw, 56px); }
.reseller-form-head .eyebrow { color: var(--red); }
.reseller-form-head h2 { margin: 14px 0 0; font-family: var(--display); font-size: clamp(1.9rem, 4vw, 3.6rem); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.reseller-form-inner { max-width: 760px; }
.reseller-form .form-field > span, .reseller-form .wpcf7-form label { color: var(--paper); }
.reseller-form .shield-form input, .reseller-form .shield-form select, .reseller-form .shield-form textarea,
.reseller-form .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .reseller-form .wpcf7-form select, .reseller-form .wpcf7-form textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line-light); border-radius: 0; background: transparent; font: inherit; color: var(--paper); }
.reseller-form .shield-form input:focus, .reseller-form .shield-form select:focus, .reseller-form .shield-form textarea:focus,
.reseller-form .wpcf7-form input:focus, .reseller-form .wpcf7-form textarea:focus, .reseller-form .wpcf7-form select:focus { outline: none; border-color: var(--paper); }
.reseller-form .shield-form input::placeholder, .reseller-form .shield-form textarea::placeholder { color: color-mix(in oklch, var(--paper) 55%, transparent); }
.reseller-form select option { color: var(--ink); }
.reseller-form .form-feedback { background: color-mix(in oklch, var(--paper) 8%, transparent); }
.reseller-form .wpcf7-form { display: grid; gap: 16px; }
.reseller-form .wpcf7-submit { justify-self: start; min-height: 56px; padding: 0 34px; border: 0; background: var(--red); color: var(--paper); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; cursor: pointer; transition: background .3s; }
.reseller-form .wpcf7-submit:hover { background: var(--paper); color: var(--ink); }
.reseller-form .wpcf7-acceptance { display: block; font-size: .85rem; line-height: 1.5; }
.reseller-form .wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.reseller-form .wpcf7-acceptance input { width: auto; margin-right: 10px; accent-color: var(--red); }
.reseller-form .wpcf7-acceptance a { text-decoration: underline; text-underline-offset: 3px; }
.reseller-form .wpcf7-not-valid-tip { margin-top: 6px; font-size: .78rem; color: color-mix(in oklch, var(--red) 55%, var(--paper)); }
.reseller-form .wpcf7-response-output { margin: 20px 0 0 !important; padding: 12px 16px; border: 1px solid var(--line-light); font-size: .85rem; }

.reseller-closing { padding: clamp(84px, 11vw, 170px) clamp(18px, 4vw, 64px); border-top: 1px solid var(--line-dark); }
.reseller-closing h2 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 5.2vw, 5.4rem); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; max-width: 1200px; text-wrap: balance; }
.reseller-closing p { margin: clamp(28px, 3vw, 44px) 0 0 auto; max-width: 680px; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.55; }

.page-extra { padding-top: clamp(60px, 8vw, 110px); }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .reseller-editorial-body, .reseller-closing p { margin-left: 0; max-width: none; }
  .reseller-partners-list { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .form-grid { grid-template-columns: 1fr; }
}

/* About page: reusable section block */
.about-section { padding: clamp(84px, 11vw, 150px) clamp(18px, 4vw, 64px); }
.about-section + .about-section { border-top: 1px solid var(--line-dark); }
.front-blocks--about > .about-section:first-child { padding-top: clamp(150px, 17vw, 220px); }
.about-section .eyebrow { color: var(--red); }
.about-section h2 { margin: 26px 0 0; font-family: var(--display); font-size: clamp(2.3rem, 5.6vw, 5.6rem); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; max-width: 1250px; text-wrap: balance; }
.about-title-main { display: block; }
.about-title-accent { display: block; color: var(--red); }
.about-body { margin: clamp(38px, 5vw, 72px) 0 0 auto; max-width: 640px; }
.about-body p { margin: 0 0 1.15em; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.6; }
.about-body p:last-child { margin-bottom: 0; }
@media (max-width: 780px) {
  .about-body { margin-left: 0; max-width: none; }
}
