/*
Theme Name: FORMA LAB
Author: Forma Lab
Description: Tema creativo ad alto impatto per agenzie web, studi grafici, stampa 3D e shop WooCommerce. Include homepage, catalogo, pagine prodotto e configurazione guidata.
Version: 1.0.0
Requires at least: 6.5
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: forma-lab
Tags: e-commerce, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

:root {
  --ink: #080808;
  --paper: #f3f1e9;
  --acid: #e7ff2f;
  --blue: #294cff;
  --orange: #ff4d1c;
  --white: #fff;
  --line: #a9a69d;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
::selection { color: var(--ink); background: var(--acid); }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus,
.skip-link:focus {
  position: fixed !important;
  z-index: 99999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto;
  color: var(--ink);
  background: var(--acid);
  font-weight: 800;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 3.2vw;
  color: var(--white);
  background: rgba(8, 8, 8, .9);
  border-bottom: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.08em;
}
.brand-name {
  max-width: 130px;
  font-size: .7rem;
  font-weight: 900;
  line-height: .9;
  letter-spacing: .08em;
}
.custom-logo-wrap .custom-logo-link { display: block; }
.custom-logo-wrap img { width: auto; max-width: 160px; max-height: 48px; }
.main-nav-list,
.footer-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav-list a {
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.main-nav-list a:hover,
.main-nav-list .current-menu-item > a { color: var(--acid); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .7rem; }
.header-cta,
.contact-button,
.shop-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 46px;
  padding: .8rem 1rem;
  color: var(--ink);
  background: var(--white);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: background .2s, transform .2s, box-shadow .2s;
}
.header-cta svg,
.contact-button svg,
.shop-all-link svg { width: 18px; height: 18px; }
.header-cta:hover,
.contact-button:hover,
.shop-all-link:hover { background: var(--acid); transform: translateY(-2px); }
.cart-link { position: relative; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); }
.cart-link svg { width: 21px; }
.cart-link > span:first-of-type { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 4px; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); }
.menu-toggle svg { width: 22px; height: 22px; }
.menu-close { display: none; }

.hero {
  position: relative;
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: 56% 44%;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 7.5vw 7.5vw;
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; padding: 4.2vw 0 3.2vw 3.2vw; }
.eyebrow-row { display: flex; justify-content: space-between; align-items: center; width: 92%; font-size: .72rem; font-weight: 800; letter-spacing: .11em; }
.availability { display: flex; align-items: center; gap: .5rem; }
.availability i { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 16px var(--acid); }
.hero h1,
.section h2,
.method h2,
.contact h2,
.woocommerce-hero h1,
.content-header h1,
.error-page h1 {
  margin: 0;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -.075em;
}
.hero h1 { position: relative; z-index: 2; margin: auto 0; font-size: clamp(4.15rem, 8.1vw, 9.5rem); line-height: .77; white-space: nowrap; }
.hero h1 span { display: block; }
.hero-line-accent { color: var(--acid); }
.hero-line-outline { color: transparent; -webkit-text-stroke: 2px var(--white); }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; width: 91%; }
.hero-bottom p { max-width: 560px; margin: 0; color: #c9c9c3; font-size: clamp(1rem, 1.25vw, 1.28rem); line-height: 1.45; }
.circle-link { flex: 0 0 auto; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; transition: .25s; }
.circle-link svg { width: 24px; height: 24px; }
.circle-link:hover { color: var(--ink); background: var(--acid); border-color: var(--acid); transform: rotate(-8deg); }
.hero-art { position: relative; min-height: 620px; }
.hero-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--ink) 0%, transparent 24%), linear-gradient(0deg, var(--ink) 0%, transparent 24%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; animation: hero-breathe 10s ease-in-out infinite alternate; }
.hero-badge {
  position: absolute;
  z-index: 3;
  top: 4vw;
  right: 3vw;
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  color: var(--ink);
  background: var(--orange);
  border-radius: 50%;
  transform: rotate(8deg);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .08em;
}
.hero-badge > span { font-size: 1.4rem; }
@keyframes hero-breathe { from { transform: scale(1.015); } to { transform: scale(1.065); } }

.ticker { overflow: hidden; background: var(--acid); border-block: 2px solid var(--ink); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 1.65rem; padding: .9rem 0; animation: ticker 28s linear infinite; }
.ticker span { font-family: "Arial Black", Arial, sans-serif; font-size: 1rem; letter-spacing: .04em; }
.ticker i { font-style: normal; font-size: 1.1rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 9vw 3.2vw; }
.section-heading { display: grid; grid-template-columns: 18% 48% 1fr; align-items: end; gap: 2vw; margin-bottom: 6vw; }
.kicker { align-self: start; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.kicker.light { color: var(--acid); }
.section h2 { font-size: clamp(3.5rem, 7vw, 8.5rem); line-height: .82; }
.section-heading p { max-width: 390px; margin: 0 0 .4rem; color: #5d5b55; font-size: 1.03rem; line-height: 1.55; }
.service-list { border-top: 2px solid var(--ink); }
.service-row {
  display: grid;
  grid-template-columns: 8% 10% 30% 1fr auto;
  align-items: center;
  gap: 2vw;
  min-height: 190px;
  padding: 2rem 1.2rem;
  border-bottom: 2px solid var(--ink);
  transition: background .3s, padding .3s;
}
.service-row:hover { padding-inline: 2.2rem; }
.service-row.blue:hover { color: var(--white); background: var(--blue); }
.service-row.orange:hover { background: var(--orange); }
.service-row.yellow:hover { background: var(--acid); }
.service-number { align-self: start; font-size: .72rem; font-weight: 900; }
.service-icon { display: grid; place-items: center; width: 72px; height: 72px; border: 2px solid currentColor; border-radius: 50%; }
.service-icon svg { width: 31px; height: 31px; }
.service-row h3 { margin: 0; font-size: clamp(1.9rem, 3.2vw, 3.8rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.service-row p { max-width: 440px; margin: 0; line-height: 1.55; }
.service-row > a { display: grid; place-items: center; width: 52px; height: 52px; border: 2px solid currentColor; border-radius: 50%; }
.service-row > a svg { width: 23px; height:23px; }
.service-row > a:hover { color: var(--white); background: var(--ink); }

.method { display: grid; grid-template-columns: 42% 58%; padding: 9vw 3.2vw; color: var(--white); background: var(--blue); }
.method-sticky { position: sticky; top: 120px; align-self: start; }
.admin-bar .method-sticky { top: 152px; }
.method h2 { margin: 2.3rem 0 2rem; font-size: clamp(4rem, 8vw, 9.4rem); line-height: .76; }
.method h2 em,
.contact h2 em { color: var(--acid); font-style: normal; }
.method-sticky p { max-width: 330px; color: #cad0ff; line-height: 1.55; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.55); }
.method-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 2rem; min-height: 230px; padding: 2.3rem 0; border-bottom: 1px solid rgba(255,255,255,.55); }
.method-steps > li > span { color: var(--acid); font-size: .8rem; font-weight: 900; }
.method-steps h3 { margin: 0 0 1.4rem; font-size: clamp(2.2rem, 4vw, 4.6rem); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.method-steps p { max-width: 520px; margin: 0; color: #d6d9ff; line-height: 1.55; }

.shop-home { background: var(--paper); }
.shop-head { display: grid; grid-template-columns: 1fr 32%; gap: 5vw; align-items: end; margin-bottom: 4.5vw; }
.shop-head .kicker { display: block; margin-bottom: 2.3rem; }
.shop-note { display: flex; gap: 1rem; align-items: flex-start; padding-bottom: .7rem; border-bottom: 2px solid var(--ink); }
.shop-note svg { flex: 0 0 auto; width: 28px; height: 28px; }
.shop-note p { margin: 0; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.product-card { min-height: 590px; display: flex; flex-direction: column; padding: 1.6rem; border: 2px solid var(--ink); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-8px); box-shadow: 8px 8px 0 var(--ink); }
.product-tone-1 { background: var(--acid); }
.product-tone-2 { color: var(--white); background: var(--blue); }
.product-tone-3 { background: var(--orange); }
.product-top { display: flex; justify-content: space-between; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.product-shape { flex: 1; display: grid; place-items: center; min-height: 210px; }
.product-shape > svg { width: 42%; height: auto; stroke-width: .85; transition: transform .35s; }
.product-shape img { width: 76%; max-height: 250px; object-fit: contain; mix-blend-mode: multiply; }
.product-tone-2 .product-shape img { mix-blend-mode: normal; }
.product-card:hover .product-shape > svg { transform: scale(1.1) rotate(-7deg); }
.product-info { padding-top: 1.5rem; border-top: 2px solid currentColor; }
.product-info h3 { margin: 0; font-size: clamp(2.1rem, 3.3vw, 4rem); line-height: .95; letter-spacing: -.06em; }
.product-info > p { min-height: 50px; max-width: 350px; line-height: 1.4; }
.price-row { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: 1.8rem; }
.price { display: flex; align-items: baseline; gap: .3rem; font-weight: 900; }
.price strong,
.price .amount { font-size: 2.4rem; line-height: .8; letter-spacing: -.07em; }
.price del .amount { font-size: 1rem; }
.price ins { text-decoration: none; }
.price small { font-size: .75rem; font-weight: 800; }
.price-row > a { display: grid; place-items: center; flex: 0 0 auto; width: 50px; height: 50px; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 50%; }
.price-row > a svg { width: 23px; height:23px; }
.shop-all-link { margin-top: 2rem; color: var(--white); background: var(--ink); }

.maintenance { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: var(--orange); border-block: 2px solid var(--ink); }
.maintenance-title { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 4vw; border-right: 2px solid var(--ink); background-image: radial-gradient(circle at 20% 25%, rgba(255,255,255,.28) 0 2px, transparent 3px); background-size: 24px 24px; }
.maintenance-title > svg { width: 110px; height: 110px; stroke-width: .8; }
.maintenance-title span { font-family: "Arial Black", Arial, sans-serif; font-size: clamp(3.7rem, 6.8vw, 8rem); line-height: .81; letter-spacing: -.075em; }
.maintenance-copy { display: flex; flex-direction: column; justify-content: center; padding: 6vw; }
.maintenance-copy h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.maintenance-copy > p { max-width: 540px; margin: 2rem 0; font-size: 1.1rem; line-height: 1.55; }
.maintenance-copy ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.maintenance-copy li { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 2px solid var(--ink); font-weight: 700; }
.maintenance-copy li svg { width: 20px; height: 20px; }

.contact { position: relative; overflow: hidden; min-height: 760px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8vw 3vw; color: var(--white); text-align: center; background: var(--ink); }
.contact::before,
.contact::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.contact::before { width: 740px; height: 740px; }
.contact::after { width: 510px; height: 510px; }
.contact-orbit { position: absolute; display: grid; place-items: center; width: 150px; height: 150px; color: var(--ink); background: var(--acid); border-radius: 50%; font-size: 2.4rem; font-weight: 900; animation: orbit 18s linear infinite; }
@keyframes orbit { from { transform: rotate(0deg) translateX(315px) rotate(0deg); } to { transform: rotate(360deg) translateX(315px) rotate(-360deg); } }
.contact > *:not(.contact-orbit) { position: relative; z-index: 2; }
.contact h2 { margin: 2.3rem 0 3rem; font-size: clamp(4.5rem, 11vw, 13rem); line-height: .76; }
.contact-button { color: var(--ink); }
.contact-button svg { width: 20px; }
.contact-button svg:last-child { margin-left: 1.5rem; }
.contact-phone { position: relative; z-index: 2; margin-top: 1.2rem; color: var(--acid); font-weight: 800; }
.contact-small { max-width: 530px; margin: 2rem 0 0; color: #aeadab; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: start; padding: 4rem 3.2vw 2rem; background: var(--paper); border-top: 2px solid var(--ink); }
.footer-brand .brand-mark { color: var(--acid); background: var(--ink); }
.site-footer p { margin: 0; color: #5d5b55; line-height: 1.5; }
.footer-links { font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.footer-menu { gap: 1.6rem; }
.footer-menu a:hover { text-decoration: underline; }
.copyright { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .65rem; letter-spacing: .12em; }

/* Standard WordPress pages */
.content-shell,
.woocommerce-shell { min-height: 65vh; padding: 6vw 3.2vw 9vw; }
.content-header,
.woocommerce-hero { margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: 2px solid var(--ink); }
.content-header .kicker,
.woocommerce-hero .kicker { display: block; margin-bottom: 1.5rem; }
.content-header h1,
.woocommerce-hero h1 { max-width: 1200px; font-size: clamp(3.5rem, 8vw, 9rem); line-height: .83; }
.entry-content { width: min(760px, 100%); font-size: 1.08rem; line-height: 1.75; }
.entry-content > * { max-width: 100%; }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content h2,
.entry-content h3 { margin-top: 2em; line-height: 1.05; letter-spacing: -.04em; }
.single-thumb { max-width: 1100px; margin-bottom: 3rem; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.post-card { padding: 1.5rem; border: 2px solid var(--ink); }
.post-card:nth-child(3n+1) { background: var(--acid); }
.post-card:nth-child(3n+2) { color: var(--white); background: var(--blue); }
.post-card:nth-child(3n+3) { background: var(--orange); }
.post-thumb { display: block; margin: -1.5rem -1.5rem 1.5rem; }
.post-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.post-card > span { font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.post-card h2 { margin: 1rem 0; font-size: 2rem; line-height: .95; letter-spacing: -.05em; }
.navigation.pagination { grid-column: 1 / -1; margin-top: 2rem; }
.nav-links { display: flex; gap: .5rem; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .7rem; border: 1px solid var(--ink); }
.page-numbers.current { color: var(--ink); background: var(--acid); }
.error-page { min-height: 75vh; display: flex; flex-direction: column; justify-content: center; padding: 7vw 3.2vw; color: var(--white); background: var(--blue); }
.error-page h1 { max-width: 1100px; margin: 2rem 0; font-size: clamp(4rem, 10vw, 11rem); line-height: .8; }
.error-page p { margin: 0 0 2rem; font-size: 1.2rem; }
.error-page .header-cta { width: max-content; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 2rem; color: #67645e; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 2rem; }
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce-page input.input-text {
  min-height: 48px;
  padding: .75rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 0;
}
.woocommerce textarea { min-height: 130px; }
.select2-container--default .select2-selection--single { height: 48px; padding: 9px; border: 2px solid var(--ink); border-radius: 0; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; margin: 0; padding: 0; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  float: none;
  width: auto;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  padding: 1.4rem;
  color: var(--ink);
  background: var(--acid);
  border: 2px solid var(--ink);
  transition: transform .25s, box-shadow .25s;
}
.woocommerce ul.products li.product:nth-child(3n+2) { color: var(--white); background: var(--blue); }
.woocommerce ul.products li.product:nth-child(3n+3) { background: var(--orange); }
.woocommerce ul.products li.product:hover { transform: translateY(-7px); box-shadow: 8px 8px 0 var(--ink); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1; margin: 0 0 1.4rem; object-fit: contain; background: rgba(255,255,255,.16); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 1.2rem 0 .5rem; border-top: 2px solid currentColor; font-size: clamp(1.8rem, 3vw, 3rem); line-height: .92; letter-spacing: -.055em; }
.woocommerce ul.products li.product .price { margin: .5rem 0 1.2rem; color: currentColor; font-size: 1.4rem; }
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  min-height: 46px;
  padding: .8rem 1rem;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 0;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.woocommerce ul.products li.product .button { align-self: flex-start; margin-top: auto; }
.woocommerce ul.products li.product:nth-child(3n+2) .button { color: var(--ink); background: var(--white); }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:hover { color: var(--ink); background: var(--acid); }
.woocommerce span.onsale { top: 10px; left: 10px; min-width: 0; min-height: 0; padding: .45rem .65rem; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 0; line-height: 1; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product div.images img { background: var(--white); }
.woocommerce div.product .product_title { margin: 0; font-size: clamp(3rem, 6vw, 7rem); line-height: .82; letter-spacing: -.07em; text-transform: uppercase; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { margin: 1.5rem 0; color: var(--blue); font-size: 2.2rem; font-weight: 900; }
.woocommerce div.product form.cart { display: flex; gap: .6rem; margin-top: 2rem; }
.woocommerce .quantity .qty { min-height: 46px; border: 2px solid var(--ink); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 4rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: .6rem; margin: 0 0 2rem; padding: 0; border-bottom: 2px solid var(--ink); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: .7rem 1rem; background: transparent; border: 0; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { color: var(--ink); background: var(--acid); }
.woocommerce div.product .related.products { grid-column: 1 / -1; margin-top: 4rem; }
.woocommerce div.product .related.products > h2 { margin-bottom: 2rem; font-size: 2.5rem; letter-spacing: -.05em; text-transform: uppercase; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error { padding: 1.2rem 1.2rem 1.2rem 3rem; color: var(--ink); background: var(--acid); border: 2px solid var(--ink); }
.woocommerce-error { background: #ffb5a3; }
.woocommerce table.shop_table { border: 2px solid var(--ink); border-collapse: collapse; border-radius: 0; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 1rem; border: 1px solid var(--line); }
.woocommerce-cart table.cart img { width: 90px; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { float: none; width: min(580px, 100%); margin-left: auto; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment { padding: 1.5rem; background: var(--white); border: 2px solid var(--ink); border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation { float: left; width: 25%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 1rem; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--acid); }
.woocommerce-account .woocommerce-MyAccount-content { float: right; width: 70%; }
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content { width: 100%; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 680px; padding: 3rem 4vw; }
  .hero h1 { font-size: clamp(4rem, 13vw, 8rem); }
  .hero-art { min-height: 520px; }
  .hero-art::after { background: linear-gradient(180deg, var(--ink) 0%, transparent 28%), linear-gradient(0deg, var(--ink) 0%, transparent 18%); }
  .section-heading { grid-template-columns: 15% 1fr; }
  .section-heading p { grid-column: 2; }
  .service-row { grid-template-columns: 8% 12% 36% 1fr auto; }
  .method { grid-template-columns: 1fr; gap: 5rem; }
  .method-sticky { position: static; }
  .method h2 { font-size: clamp(4rem, 14vw, 8.5rem); }
  .product-grid,
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; min-height: 480px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 1rem; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; padding: 1rem; color: var(--white); background: var(--ink); border-bottom: 2px solid var(--acid); }
  .admin-bar .main-nav { top: 72px; }
  .menu-is-open .main-nav { display: block; }
  .menu-is-open .menu-open { display: none; }
  .menu-is-open .menu-close { display: block; }
  .main-nav-list { display: block; }
  .main-nav-list a { display: block; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 1.05rem; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 590px; padding: 2.2rem 1rem 2.5rem; }
  .eyebrow-row { width: 100%; font-size: .6rem; }
  .availability { display: none; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 6rem); line-height: .8; white-space: normal; }
  .hero-line-outline { -webkit-text-stroke-width: 1px; }
  .hero-bottom { width: 100%; gap: 1.5rem; }
  .hero-bottom p { font-size: .95rem; }
  .circle-link { width: 52px; height: 52px; }
  .hero-art { min-height: 390px; }
  .hero-art img { object-position: 65% center; }
  .hero-badge { top: 1rem; right: 1rem; width: 94px; height: 94px; font-size: .58rem; }
  .ticker-track { gap: 1.15rem; }
  .section { padding: 6rem 1rem; }
  .section-heading { display: block; margin-bottom: 4rem; }
  .section-heading .kicker { display: block; margin-bottom: 2rem; }
  .section h2 { font-size: clamp(3.3rem, 16vw, 5.5rem); }
  .section-heading p { margin-top: 2rem; }
  .service-row { grid-template-columns: 52px 1fr auto; min-height: 0; gap: 1rem; padding: 1.8rem 0; }
  .service-row:hover { padding-inline: .7rem; }
  .service-icon { width: 52px; height: 52px; }
  .service-icon svg { width: 23px; }
  .service-row h3 { font-size: 2rem; }
  .service-row p { grid-column: 2 / -1; }
  .service-row > a { grid-column: 3; grid-row: 1 / span 2; width: 44px; height: 44px; }
  .service-number { display: none; }
  .method { padding: 6rem 1rem; gap: 4rem; }
  .method h2 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .method-steps li { grid-template-columns: 36px 1fr; min-height: 190px; gap: 1rem; }
  .method-steps h3 { font-size: 2.6rem; }
  .shop-head { display: block; }
  .shop-note { margin-top: 3rem; }
  .product-grid,
  .woocommerce ul.products { grid-template-columns: 1fr; margin-top: 2rem; }
  .product-card,
  .product-card:last-child { grid-column: auto; min-height: 520px; }
  .maintenance { grid-template-columns: 1fr; }
  .maintenance-title { min-height: 430px; padding: 2rem 1rem; border-right: 0; border-bottom: 2px solid var(--ink); }
  .maintenance-title span { font-size: clamp(3.7rem, 17vw, 6rem); }
  .maintenance-copy { padding: 4rem 1rem; }
  .contact { min-height: 620px; padding-inline: 1rem; }
  .contact h2 { font-size: clamp(4.1rem, 21vw, 7rem); }
  .contact::before { width: 500px; height: 500px; }
  .contact::after { width: 330px; height: 330px; }
  .contact-orbit { width: 90px; height: 90px; font-size: 1.6rem; }
  @keyframes orbit { from { transform: rotate(0deg) translateX(210px) rotate(0deg); } to { transform: rotate(360deg) translateX(210px) rotate(-360deg); } }
  .contact-button { max-width: 100%; font-size: .75rem; }
  .contact-button svg:last-child { margin-left: .3rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.2rem; padding: 3rem 1rem 1.5rem; }
  .copyright { grid-column: auto; margin-top: 1rem; }
  .content-shell,
  .woocommerce-shell { padding: 4rem 1rem 6rem; }
  .content-header h1,
  .woocommerce-hero h1 { font-size: clamp(3.2rem, 16vw, 5.7rem); }
  .post-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related.products { grid-column: auto; }
  .woocommerce div.product form.cart { flex-wrap: wrap; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track,
  .hero-art img,
  .contact-orbit { animation: none; }
}
