/*
Theme Name: Identity Dog
Theme URI:
Description: Tema child di Hello Elementor per Identity Dog — formazione cinofila online. Antracite come base, blu per struttura/informazioni, arancione riservato alle azioni d'acquisto.
Author: Identity Dog
Template: hello-elementor
Version: 1.0.21
Text Domain: identity-dog
*/

/* ---------- Tokens ---------- */
:root{
  --bg:#19191B;
  --surface:#222224;
  --surface-2:#2B2B2E;
  --surface-3:#37373A;
  --text:#F5F3EF;
  --text-muted:#A6A3A0;
  --border:#3A3A3D;
  --accent:#FF6A1A;
  --accent-strong:#FF8A47;
  --accent-deep:#D6490A;
  --accent-contrast:#191919;
  --accent-soft:#3D2415;
  --accent2:#2A5FDB;
  --accent2-strong:#7DA0F2;
  --accent2-soft:#16213A;
  --inverse-bg:#0E0E0F;
  --inverse-surface:#161617;
  --inverse-text:#F5F3EF;
  --inverse-muted:#8A8783;
  --shadow: 0 20px 50px -22px rgba(0,0,0,.65);
  --radius-sm: 10px;
  --radius-md: 20px;
  --radius-pill: 999px;
  --font-display:'Roboto Slab', Georgia, serif;
  --font-body:'Manrope', 'Segoe UI', system-ui, sans-serif;
  --font-mono:'Space Mono', 'SFMono-Regular', Consolas, monospace;
}

/* ---------- Logo badge colors (shared SVG symbols, see header.php) ---------- */
.st0{fill:#F5F3EF;stroke:#19191B;stroke-width:1.0276;stroke-miterlimit:10;}
.st1{fill:#19191B;}
.st4{fill:#19191B;}
.st2{fill:#2A5FDB;stroke:#19191B;stroke-width:0.2569;stroke-miterlimit:10;}
.st3{fill:#FF6A1A;}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{
  -webkit-text-size-adjust:100%;
  background:var(--bg);
}
body,
body.hello-elementor-default,
body.theme-hello-elementor{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img,svg{max-width:100%;display:block;}
a,a:hover,a:focus{color:inherit;text-decoration:none;}
button{font:inherit;}
h1,h2,h3{font-family:var(--font-display);}
h1,h2,h3,h4,p,figure{margin:0;}
ul{margin:0;padding:0;list-style:none;}
.wrap{max-width:1180px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem);}
section{padding:clamp(3.5rem,7vw,6.5rem) 0;}
h1,h2,h3{font-family:var(--font-display);text-wrap:balance;font-weight:600;}
.eyebrow{
  font-family:var(--font-body);
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--text-muted);
  display:inline-flex;
  align-items:center;
  gap:.55em;
}
.eyebrow::before{content:"";width:.4em;height:.4em;border-radius:50%;background:var(--accent2);display:inline-block;flex:none;}
.lede{color:var(--text-muted);font-size:1.05rem;max-width:52ch;}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important;}
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  padding:.9em 1.7em;
  border-radius:var(--radius-pill);
  font-weight:700;
  font-size:.95rem;
  font-family:var(--font-body);
  border:1px solid transparent;
  cursor:pointer;
  text-decoration:none;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px);}
.btn-primary{background:var(--accent);color:var(--accent-contrast);box-shadow:0 10px 24px -10px color-mix(in srgb, var(--accent) 70%, transparent);}
.btn-primary:hover{background:var(--accent-strong);transform:translateY(-1px);}
.btn-ghost{background:transparent;color:var(--inverse-text);border-color:rgba(245,244,240,.28);}
.btn-ghost:hover{border-color:var(--inverse-text);}
.btn-outline{background:transparent;color:var(--text);border-color:var(--border);}
.btn-outline:hover{border-color:var(--text);}
.btn-block{width:100%;}
.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{
  outline:2px solid var(--accent);outline-offset:2px;
}
.btn-primary.pulse{position:relative;}
.btn-primary.pulse::after{
  content:"";position:absolute;inset:0;border-radius:inherit;
  animation:pulseGlow 2.6s ease-in-out infinite;pointer-events:none;
}
@keyframes pulseGlow{
  0%,100%{box-shadow:0 0 0 0 color-mix(in srgb, var(--accent) 45%, transparent);}
  50%{box-shadow:0 0 0 10px color-mix(in srgb, var(--accent) 0%, transparent);}
}

/* ---------- Header ---------- */
header.site-header{
  position:sticky;top:0;z-index:40;
  display:block;width:100%;max-width:none;margin:0;
  padding-block:0;
  background:color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.9rem clamp(1.25rem,4vw,2.5rem);}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--text);}
.brand-mark{width:40px;height:auto;flex-shrink:0;}
.brand-word{display:flex;flex-direction:column;justify-content:center;gap:.12em;line-height:1.05;white-space:nowrap;}
.brand-name{font-family:var(--font-display);font-size:1.18rem;font-weight:700;letter-spacing:-.01em;}
.brand-tag{font-family:var(--font-body);font-size:.68rem;font-weight:600;letter-spacing:.01em;color:var(--text-muted);}
.nav-links{display:flex;align-items:center;gap:2rem;}
.nav-links ul{display:flex;align-items:center;gap:2rem;}
.nav-links a{font-size:.92rem;font-weight:500;text-decoration:none;color:var(--text-muted);transition:color .15s ease;}
.nav-links a:hover{color:var(--text);}
.nav-cta{display:flex;align-items:center;gap:.75rem;position:relative;}
.header-cart{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border:1px solid var(--border);border-radius:var(--radius-pill);
  color:var(--text);text-decoration:none;background:var(--surface);
  transition:border-color .15s ease,color .15s ease,background .15s ease,transform .15s ease;
}
.header-cart:hover{color:var(--text);border-color:color-mix(in srgb,var(--accent2) 45%,var(--border));background:var(--surface-2);}
.header-cart.has-items{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));}
.header-cart-icon{display:block;}
.header-cart-count{
  position:absolute;top:-.35rem;right:-.35rem;min-width:1.15rem;height:1.15rem;padding:0 .3rem;
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-mono);font-size:.62rem;font-weight:700;line-height:1;
  color:var(--accent-contrast);background:var(--accent);border-radius:var(--radius-pill);
  box-shadow:0 0 0 2px var(--bg);
}
.header-cart:not(.has-items) .header-cart-count{display:none;}
.account-menu{position:relative;}
.account-menu-toggle{gap:.55em;}
.account-menu-toggle::after{
  content:"";width:.42em;height:.42em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg);margin-top:-.2em;
}
.account-menu.is-open .account-menu-toggle::after{transform:rotate(-135deg);margin-top:.15em;}
.account-menu-panel{
  position:absolute;right:0;top:calc(100% + .55rem);
  min-width:240px;margin:0;padding:.45rem;
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-md);box-shadow:var(--shadow);z-index:50;
}
.account-menu-panel li{list-style:none;}
.account-menu-panel a{
  display:block;padding:.7rem .9rem;border-radius:var(--radius-sm);
  color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;
}
.account-menu-panel a:hover{color:var(--text);background:var(--surface-2);}
.account-menu-panel .woocommerce-MyAccount-navigation-link--downloads a{
  color:var(--text);font-weight:700;
}
.account-menu-panel .woocommerce-MyAccount-navigation-link--customer-logout a{color:var(--text-muted);}
.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:var(--radius-pill);width:40px;height:40px;align-items:center;justify-content:center;color:var(--text);}
@media (max-width:860px){
  .nav-links{display:none;}
  .nav-toggle{display:inline-flex;}
  .nav-cta .btn{font-size:.82rem;padding:.75em 1.15em;}
  .brand-name{font-size:1.05rem;}
  .brand-tag{font-size:.62rem;}
}
.mobile-panel{display:none;border-top:1px solid var(--border);padding:1rem clamp(1.25rem,4vw,2.5rem) 1.5rem;}
.mobile-panel.open{display:flex;flex-direction:column;gap:.9rem;}
.mobile-panel ul{display:flex;flex-direction:column;gap:.9rem;}
.mobile-panel a{color:var(--text);text-decoration:none;font-weight:500;}

/* ---------- Hero ---------- */
.hero{background:var(--inverse-bg);color:var(--inverse-text);position:relative;overflow:hidden;padding-top:clamp(3.5rem,8vw,6rem);padding-bottom:clamp(3.5rem,8vw,6rem);}
.hero::before{
  content:"";position:absolute;top:-20%;right:-10%;width:56%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent) 60%, transparent), transparent 70%);
  filter:blur(60px);pointer-events:none;
  animation:driftGlow1 11s ease-in-out infinite;
}
.hero::after{
  content:"";position:absolute;bottom:-30%;left:-10%;width:42%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent2) 50%, transparent), transparent 70%);
  filter:blur(70px);pointer-events:none;
  animation:driftGlow2 13s ease-in-out infinite;
}
@keyframes driftGlow1{
  0%,100%{transform:translate(0,0) scale(1);opacity:.9;}
  50%{transform:translate(-4%,4%) scale(1.12);opacity:1;}
}
@keyframes driftGlow2{
  0%,100%{transform:translate(0,0) scale(1);opacity:.75;}
  50%{transform:translate(5%,-5%) scale(1.08);opacity:1;}
}
.hero .wrap{position:relative;z-index:1;}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;position:relative;}

/* Filigrana: 3 logo hero + figure canine stilizzate */
.hero-ambient{
  position:absolute;inset:0;z-index:0;
  pointer-events:none;overflow:hidden;
}
.hero-ambient-section{position:absolute;inset:0;z-index:0;}
.brand-ambient,.dog-figures{
  position:absolute;inset:0;
  pointer-events:none;
}
.brand-ambient-mark,.dog-figure{
  position:absolute;display:block;max-width:none;
  animation:brandAmbient 22s ease-in-out infinite;
}
.brand-ambient-mark-a{
  left:-6%;bottom:-4%;
  width:min(300px,36vw);
  opacity:.11;
  --tilt:-10deg;
  animation-duration:24s;
}
.brand-ambient-mark-b{
  right:-4%;top:10%;
  width:min(170px,19vw);
  opacity:.10;
  --tilt:14deg;
  animation-duration:19s;
  animation-delay:-6s;
}
.brand-ambient-mark-c{
  left:42%;top:6%;
  width:min(120px,14vw);
  opacity:.09;
  --tilt:-6deg;
  animation-duration:21s;
  animation-delay:-3s;
}
.has-brand-ambient{position:relative;overflow:hidden;}
.has-brand-ambient > .wrap{position:relative;z-index:1;}
.brand-ambient-mark-d{
  right:-6%;bottom:-18%;
  width:min(260px,34vw);
  opacity:.08;
  --tilt:9deg;
  animation-duration:26s;
}
.dog-figure-a{
  right:6%;bottom:6%;
  width:min(220px,24vw);
  color:var(--accent2-strong);
  opacity:.16;
  --tilt:2deg;
  animation-duration:20s;
  animation-delay:-5s;
}
.dog-figure-b{
  left:6%;top:16%;
  width:min(100px,12vw);
  color:var(--inverse-text);
  opacity:.14;
  --tilt:-8deg;
  animation-duration:23s;
  animation-delay:-2s;
}
.dog-figure-d{
  left:-2%;bottom:-6%;
  width:min(240px,32vw);
  color:var(--accent2);
  opacity:.13;
  --tilt:-4deg;
  animation-duration:25s;
}
@keyframes brandAmbient{
  0%,100%{transform:translate3d(0,0,0) rotate(var(--tilt));}
  50%{transform:translate3d(8px,-12px,0) rotate(calc(var(--tilt) + 2deg));}
}
@media (max-width:920px){
  .brand-ambient-mark-a{width:min(210px,48vw);opacity:.09;left:auto;right:-10%;bottom:auto;top:2%;}
  .brand-ambient-mark-b{width:min(130px,28vw);opacity:.08;right:auto;left:-6%;top:38%;}
  .brand-ambient-mark-c{display:none;}
  .brand-ambient-mark-d{width:min(190px,55vw);opacity:.06;}
  .dog-figure-a{width:min(170px,42vw);opacity:.14;right:-2%;bottom:0;}
  .dog-figure-b{width:min(76px,20vw);opacity:.12;left:0;top:40%;}
  .dog-figure-d{width:min(170px,48vw);opacity:.11;}
}
@media (prefers-reduced-motion: reduce){
  .brand-ambient-mark,.dog-figure{animation:none;}
}
@media (max-width:920px){.hero-grid{grid-template-columns:1fr;}}
.hero h1{font-size:clamp(2.4rem,4.4vw + .8rem,4rem);line-height:1.04;margin:1rem 0 1.15rem;color:var(--inverse-text);letter-spacing:-.01em;}
.hero h1 em{font-style:normal;color:var(--accent);}
.hero .lede{color:var(--inverse-muted);font-size:1.12rem;max-width:46ch;}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem;}
.hero-stats{display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(245,244,240,.14);}
.stat b{display:block;font-family:var(--font-mono);font-size:1.35rem;color:var(--accent2-strong);}
.stat span{font-size:.8rem;color:var(--inverse-muted);}
.hero-visual{position:relative;}
.hero-card{
  background:var(--inverse-surface);border:1px solid rgba(245,244,240,.12);
  border-radius:var(--radius-md);overflow:hidden;
  box-shadow:0 30px 60px -25px rgba(0,0,0,.55);
}
.hero-thumb{
  position:relative;aspect-ratio:1/1;overflow:hidden;
  background:linear-gradient(135deg, var(--surface-3), var(--inverse-bg));
  display:flex;align-items:center;justify-content:center;
}
.hero-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.hero-thumb::before{
  content:"";position:absolute;inset:-30%;z-index:1;pointer-events:none;
  background:radial-gradient(circle at 30% 30%, color-mix(in srgb, var(--accent2) 35%, transparent), transparent 60%);
}
.hero-thumb .play-btn{
  position:relative;z-index:2;
  width:56px;height:56px;border-radius:50%;background:rgba(245,244,240,.95);
  display:flex;align-items:center;justify-content:center;color:var(--inverse-bg);
  box-shadow:0 8px 20px -6px rgba(0,0,0,.5);
}
.hero-thumb .thumb-duration{
  position:absolute;bottom:.85rem;right:.85rem;z-index:2;font-family:var(--font-mono);font-size:.72rem;
  background:rgba(8,8,11,.55);color:var(--inverse-text);padding:.3em .6em;border-radius:6px;
}
.hero-thumb .thumb-badge{
  position:absolute;top:.85rem;left:.85rem;z-index:2;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;
  background:var(--accent);color:var(--accent-contrast);padding:.35em .7em;border-radius:var(--radius-pill);
}
.hero-card-body{padding:1.5rem 1.6rem 1.7rem;}
.hero-card .tag-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem;}
.hero-card .tag-row .tag{margin:0;}
.hero-card .tag{font-family:var(--font-body);font-weight:700;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--accent2-strong);background:var(--accent2-soft);padding:.35em .7em;border-radius:var(--radius-pill);}
.hero-card h3{font-size:1.2rem;color:var(--inverse-text);margin-bottom:.4rem;}
.hero-card p{color:var(--inverse-muted);font-size:.92rem;}
.hero-card .price-row{display:flex;align-items:center;justify-content:space-between;margin-top:1.2rem;}
.hero-card .price{font-family:var(--font-mono);font-size:1.7rem;color:var(--inverse-text);}
.hero-card .price sup{font-size:.85rem;color:var(--inverse-muted);}

/* ---------- Section headers ---------- */
.section-head{display:flex;flex-direction:column;gap:.85rem;margin-bottom:2.75rem;max-width:640px;}
.section-head h2{font-size:clamp(1.7rem,2.4vw + .8rem,2.5rem);}
.section-head.center{align-items:center;text-align:center;max-width:640px;margin-left:auto;margin-right:auto;}

/* ---------- Metodo pillars ---------- */
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;}
@media (max-width:920px){.pillars{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.pillars{grid-template-columns:1fr;}}
.pillar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.9rem 1.6rem;transition:box-shadow .2s ease, transform .2s ease;}
.pillar:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:color-mix(in srgb, var(--accent2) 40%, var(--border));}
.pillar .num{
  display:inline-flex;align-items:center;justify-content:center;
  width:2.1rem;height:2.1rem;border-radius:50%;
  background:var(--accent2-soft);color:var(--accent2-strong);
  font-family:var(--font-body);font-weight:800;font-size:.85rem;
}
.pillar h3{font-size:1.08rem;margin:1.1rem 0 .6rem;font-family:var(--font-display);font-weight:700;}
.pillar p{color:var(--text-muted);font-size:.92rem;}

/* ---------- Come funziona ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;}
@media (max-width:780px){.steps{grid-template-columns:1fr;}}
.step{position:relative;padding-left:0;}
.step .step-num{
  display:inline-flex;align-items:center;justify-content:center;
  width:2.4rem;height:2.4rem;border-radius:50%;
  background:var(--accent2-soft);color:var(--accent2-strong);
  font-family:var(--font-body);font-weight:800;font-size:1rem;
  margin-bottom:1.1rem;
}
.step h3{font-size:1.15rem;margin-bottom:.5rem;font-family:var(--font-display);font-weight:700;}
.step p{color:var(--text-muted);font-size:.94rem;}

/* ---------- Packages ---------- */
.pkg-toolbar{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2.25rem;}
.chip{
  font-family:var(--font-body);font-weight:600;font-size:.82rem;
  padding:.5em 1.05em;border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);
  background:var(--surface);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.chip.is-active{background:var(--text);color:var(--bg);border-color:var(--text);}
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;}
@media (max-width:920px){.pkg-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:640px){.pkg-grid{grid-template-columns:1fr;}}
.pkg-card{
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);
  overflow:hidden;position:relative;
  transition:box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.pkg-card:hover{border-color:color-mix(in srgb, var(--accent2) 45%, var(--border));box-shadow:var(--shadow);transform:translateY(-5px);}
.pkg-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;}
.pkg-media{position:relative;aspect-ratio:1/1;background:var(--surface-2);overflow:hidden;}
.pkg-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.pkg-card:hover .pkg-media img{transform:scale(1.04);}
.pkg-media-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--surface-2),color-mix(in srgb,var(--accent2) 12%,var(--surface-2)));}
.pkg-badge-float{
  position:absolute;top:.85rem;left:.85rem;z-index:2;
  font-family:var(--font-body);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;
  color:var(--accent-contrast);background:var(--accent);padding:.35em .75em;border-radius:var(--radius-pill);
  box-shadow:0 4px 14px rgba(0,0,0,.25);
}
.pkg-duration{
  position:absolute;bottom:.75rem;right:.75rem;z-index:2;
  font-family:var(--font-mono);font-size:.72rem;font-weight:600;
  color:#fff;background:rgba(0,0,0,.62);backdrop-filter:blur(6px);
  padding:.35em .65em;border-radius:var(--radius-pill);
}
.pkg-body{padding:1.25rem 1.35rem 1.35rem;display:flex;flex-direction:column;gap:.85rem;flex:1;}
.pkg-cats{display:flex;flex-wrap:wrap;gap:.4rem;}
.pkg-cat{
  font-family:var(--font-body);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;
  color:var(--accent2-strong);background:var(--accent2-soft);padding:.32em .68em;border-radius:var(--radius-pill);
}
.pkg-title{font-size:1.14rem;line-height:1.32;font-family:var(--font-display);font-weight:700;margin:0;}
.pkg-footer{
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  margin-top:auto;padding-top:.85rem;border-top:1px solid var(--border);
}
.pkg-price{font-family:var(--font-mono);font-size:1.55rem;color:var(--text);}
.pkg-price sup{font-size:.85rem;color:var(--text-muted);}
.pkg-more{
  font-family:var(--font-body);font-weight:700;font-size:.78rem;
  color:var(--accent2-strong);opacity:.85;transition:opacity .15s ease, transform .15s ease;
}
.pkg-card:hover .pkg-more{opacity:1;transform:translateX(2px);}
.pkg-empty{
  border:1px dashed var(--border);border-radius:var(--radius-md);
  padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;
  background:var(--surface);
}
.pkg-empty p{color:var(--text-muted);max-width:52ch;font-size:.98rem;}
/* Consulenza — card testuale separata */
.consult-card{padding:1.6rem;display:flex;flex-direction:column;gap:1rem;overflow:visible;}
.consult-card .pkg-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;}
.consult-card .pkg-badge{
  font-family:var(--font-body);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;
  color:var(--accent-contrast);background:var(--accent);padding:.35em .75em;border-radius:var(--radius-pill);
}
.consult-card h3{font-size:1.14rem;line-height:1.3;font-family:var(--font-display);font-weight:700;}
.consult-card p{color:var(--text-muted);font-size:.88rem;flex:1;}
.consult-card .pkg-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:.9rem;}
.consult-card .pkg-meta .duration{font-family:var(--font-mono);}
.consult-card .pkg-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.add-btn{
  font-family:var(--font-body);font-weight:700;font-size:.82rem;
  background:var(--accent);color:var(--accent-contrast);border:none;border-radius:var(--radius-pill);
  padding:.65em 1.15em;cursor:pointer;transition:background .15s ease,transform .15s ease;
}
.add-btn:hover{background:var(--accent-strong);}
.add-btn.added{background:var(--accent2);color:#fff;}

/* ---------- Pagina catalogo pacchetti ---------- */
.packages-page{padding:clamp(3rem,6vw,5.5rem) 0 4.5rem;}
.packages-page .section-head{max-width:720px;margin-bottom:2.5rem;}
.packages-page h1{font-size:clamp(1.9rem,3vw,2.6rem);}
.packages-more{display:flex;justify-content:center;margin-top:2.25rem;}

.bundle{
  margin-top:2.25rem;display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center;
  background:var(--inverse-bg);color:var(--inverse-text);border-radius:var(--radius-md);padding:2.5rem;
  position:relative;overflow:hidden;border:1px solid var(--border);
}
.bundle::before{
  content:"";position:absolute;top:-40%;right:-10%;width:50%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent2) 40%, transparent), transparent 70%);
  filter:blur(50px);pointer-events:none;
  animation:driftGlow1 12s ease-in-out infinite;
}
@media (max-width:760px){.bundle{grid-template-columns:1fr;}}
.bundle .eyebrow{color:var(--inverse-muted);}
.bundle h3{font-size:1.6rem;color:var(--inverse-text);margin:.6rem 0 .6rem;font-family:var(--font-display);font-weight:700;}
.bundle p{color:var(--inverse-muted);font-size:.94rem;max-width:44ch;}
.bundle-price{text-align:right;position:relative;}
.bundle-price .old{font-family:var(--font-mono);text-decoration:line-through;color:var(--inverse-muted);font-size:1rem;}
.bundle-price .new{font-family:var(--font-mono);font-size:2.4rem;color:var(--accent);display:block;margin:.2rem 0 1rem;}
@media (max-width:760px){.bundle-price{text-align:left;}}

/* ---------- Percorsi ---------- */
.paths{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;}
@media (max-width:920px){.paths{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.paths{grid-template-columns:1fr;}}
.path-card{
  border:1px solid var(--border);border-radius:var(--radius-md);padding:1.6rem;
  background:var(--surface);transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  text-decoration:none;display:block;color:inherit;
}
.path-card:hover{border-color:color-mix(in srgb, var(--accent2) 45%, var(--border));box-shadow:var(--shadow);transform:translateY(-3px);}
.path-card .path-icon{
  width:44px;height:44px;color:var(--accent2-strong);margin-bottom:1.1rem;
  background:var(--accent2-soft);border-radius:var(--radius-sm);padding:9px;
}
.path-card h3{font-size:1.05rem;margin-bottom:.4rem;font-family:var(--font-display);font-weight:700;}
.path-card span{font-family:var(--font-body);font-weight:600;font-size:.8rem;color:var(--text-muted);}

/* ---------- Trainer / dossier ---------- */
.dossier{display:grid;grid-template-columns:.55fr 1fr;gap:3rem;align-items:center;}
@media (max-width:860px){.dossier{grid-template-columns:1fr;}}
.dossier-portrait{
  aspect-ratio:4/5;border-radius:var(--radius-md);position:relative;overflow:hidden;
  background:linear-gradient(160deg, var(--surface-2), var(--inverse-bg));
  border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
}
.dossier-portrait img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;}
.dossier-portrait::before{
  content:"";position:absolute;inset:-20%;z-index:0;pointer-events:none;
  background:radial-gradient(circle at 70% 20%, color-mix(in srgb, var(--accent2) 32%, transparent), transparent 60%);
}
.dossier-portrait .initials{position:relative;font-family:var(--font-display);font-weight:800;font-size:5rem;color:var(--accent2-strong);letter-spacing:-.02em;}
.dossier-portrait .badge{
  position:absolute;bottom:1rem;right:1rem;width:52px;height:52px;border-radius:50%;
  background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);
  display:flex;align-items:center;justify-content:center;color:var(--accent-strong);
}
.dossier-portrait .badge svg{width:60%;}
.dossier-quote{font-family:var(--font-display);font-weight:600;font-size:clamp(1.3rem,1.6vw + .8rem,1.7rem);line-height:1.35;margin:1.1rem 0 1.5rem;}
.dossier-name{font-weight:700;font-size:1.05rem;}
.dossier-role{color:var(--text-muted);font-size:.9rem;margin-top:.15rem;}
.dossier-facts{display:grid;grid-template-columns:repeat(3,auto);gap:1.75rem;margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--border);}
@media (max-width:520px){.dossier-facts{grid-template-columns:1fr;gap:1rem;}}
.dossier-facts b{display:block;font-family:var(--font-mono);color:var(--accent2-strong);font-size:1.15rem;}
.dossier-facts span{font-size:.8rem;color:var(--text-muted);}

/* ---------- Consulenza telefonica ---------- */
.consult{
  display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:center;
  background:var(--inverse-bg);color:var(--inverse-text);border-radius:var(--radius-md);
  padding:clamp(2rem,4vw,3.1rem);position:relative;overflow:hidden;border:1px solid var(--border);
}
.consult::before{
  content:"";position:absolute;top:-40%;right:-8%;width:48%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle, color-mix(in srgb, var(--accent) 38%, transparent), transparent 70%);
  filter:blur(50px);pointer-events:none;
}
.consult > *{position:relative;}
@media (max-width:820px){.consult{grid-template-columns:1fr;}}
.consult-copy .eyebrow{color:var(--inverse-muted);}
.consult-copy h2{font-size:clamp(1.6rem,2.2vw + .8rem,2.35rem);color:var(--inverse-text);margin:.7rem 0 1rem;}
.consult-copy .lede{color:var(--inverse-muted);}
.consult-points{margin-top:1.5rem;display:flex;flex-direction:column;gap:.7rem;}
.consult-points li{
  color:var(--inverse-text);font-size:.95rem;padding-left:1.4rem;position:relative;
}
.consult-points li::before{
  content:"";position:absolute;left:0;top:.45em;width:.55em;height:.55em;border-radius:50%;
  background:var(--accent);
}
.consult-card{
  background:var(--inverse-surface) !important;border-color:rgba(245,244,240,.12) !important;
  margin:0;
}
.consult-card h3{color:var(--inverse-text);}
.consult-card p,.consult-card .pkg-meta{color:var(--inverse-muted);}
.consult-card .pkg-price{color:var(--inverse-text);}
.consult-card .pkg-meta{border-top-color:rgba(245,244,240,.12);}
.add-btn[aria-disabled="true"]{opacity:.55;cursor:default;pointer-events:none;}

/* ---------- Testimonials ---------- */
.testimonials-section{background:var(--surface);padding:clamp(3.5rem,7vw,6.5rem) 0;overflow:hidden;}
.testimonials-section .section-head{margin-bottom:2.5rem;}
.notes-marquee{
  display:flex;flex-direction:column;gap:1.1rem;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.notes-track{display:flex;gap:1.1rem;width:max-content;animation:notesScroll 180s linear infinite;}
.notes-track-b{animation-duration:210s;animation-direction:reverse;}
.notes-marquee:hover .notes-track{animation-play-state:paused;}
@keyframes notesScroll{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}
.note{
  flex:0 0 min(22rem,78vw);background:var(--bg);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:1.5rem 1.55rem;display:flex;flex-direction:column;
}
.note .quote-mark{width:26px;height:20px;color:var(--accent2-strong);margin-bottom:1rem;flex:none;}
.note p{font-size:.96rem;color:var(--text);margin-bottom:1.15rem;flex:1;}
.note-who{font-size:.78rem;color:var(--text-muted);font-family:var(--font-body);font-weight:700;letter-spacing:.02em;}
@media (prefers-reduced-motion: reduce){
  .notes-marquee{-webkit-mask-image:none;mask-image:none;padding:0 clamp(1.25rem,4vw,2.5rem);}
  .notes-track{animation:none;flex-wrap:wrap;width:auto;max-width:1180px;margin:0 auto;justify-content:center;}
  .notes-track-b{display:none;}
  .note[aria-hidden="true"]{display:none;}
}

/* ---------- FAQ ---------- */
.faq{max-width:760px;margin:0 auto;border-top:1px solid var(--border);}
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{
  width:100%;text-align:left;background:none;border:none;color:var(--text);
  display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.35rem .2rem;cursor:pointer;font-size:1.02rem;font-weight:700;font-family:var(--font-body);
}
.faq-q .plus{font-family:var(--font-body);font-weight:400;font-size:1.4rem;color:var(--accent2-strong);transition:transform .2s ease;flex:none;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;}
.faq-a p{color:var(--text-muted);padding:0 .2rem 1.35rem;max-width:60ch;font-size:.95rem;}

/* ---------- Pagine interne ---------- */
.page-main{padding:clamp(2.5rem,5vw,4.5rem) 0;min-height:50vh;}
.page-head{margin-bottom:2rem;}
.page-head h1{font-size:clamp(1.8rem,2.4vw + .8rem,2.6rem);}

/* ---------- Footer ---------- */
footer.site-footer{
  display:block;width:100%;max-width:none;margin:0;
  background:var(--inverse-bg);color:var(--inverse-muted);
  padding-top:clamp(3rem,6vw,4.5rem);padding-block-end:0;
}
.footer-top{display:grid;grid-template-columns:1.4fr repeat(3,.85fr);gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(245,244,240,.12);}
@media (max-width:820px){.footer-top{grid-template-columns:1fr 1fr;}}
@media (max-width:520px){.footer-top{grid-template-columns:1fr;}}
.footer-badge{display:inline-block;width:132px;}
.footer-brand p{margin-top:1.1rem;font-size:.9rem;max-width:32ch;}
.footer-col h4{color:var(--inverse-text);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-body);font-weight:800;margin-bottom:1.1rem;}
.footer-col ul{display:flex;flex-direction:column;gap:.65rem;}
.footer-col a{text-decoration:none;color:var(--inverse-muted);font-size:.92rem;transition:color .15s ease;}
.footer-col a:hover{color:var(--inverse-text);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.75rem 0;font-size:.8rem;}
.pay-row{display:flex;gap:.5rem;flex-wrap:wrap;}
.pay-pill{font-family:var(--font-body);font-weight:600;font-size:.72rem;background:rgba(245,244,240,.08);padding:.35em .75em;border-radius:var(--radius-pill);}

.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease, transform .5s ease;}
.reveal.in{opacity:1;transform:none;}

/* ---------- WooCommerce compatibility ---------- */
/* Keeps the brand's colors/typography visible on WooCommerce's own templates
   (shop, single product, cart, checkout) until those get custom-templated. */
.woocommerce{color:var(--text);font-family:var(--font-body);}
.woocommerce ul.products li.product,
.woocommerce div.product{color:var(--text);}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.add_to_cart_button,
.woocommerce a.single_add_to_cart_button{
  font-family:var(--font-body);font-weight:700;
  background:var(--accent) !important;color:var(--accent-contrast) !important;
  border-radius:var(--radius-pill) !important;border:none !important;
  padding:.7em 1.4em !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce a.single_add_to_cart_button:hover{
  background:var(--accent-strong) !important;
}
.woocommerce span.price,
.woocommerce p.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  font-family:var(--font-mono);color:var(--text);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  color:var(--text);border-color:var(--border);
}
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  border-top-color:var(--accent2) !important;background:var(--surface) !important;color:var(--text) !important;
  display:flex !important;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;
  width:100% !important;max-width:100%;box-sizing:border-box;
  padding:1rem 1.25rem 1rem 3.5rem !important;
  overflow-wrap:anywhere;
}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{color:var(--accent2) !important;}
.woocommerce-message .button,.woocommerce-info .button{
  float:none !important;margin:0 !important;flex:none;
}

/* Il mio account: menu a sinistra, contenuto a destra.
   Non usare grid su .woocommerce: WooCommerce ci mette anche avvisi
   (es. conferma email) e finivano nella colonnina da 240px. */
.woocommerce-account .page-head{display:none;}
body.woocommerce-account .woocommerce{
  display:flex;flex-wrap:wrap;gap:1.5rem;align-items:stretch;
}
body.woocommerce-account .woocommerce > *:not(.woocommerce-MyAccount-navigation):not(.woocommerce-MyAccount-content){
  flex:1 1 100%;width:100% !important;max-width:100%;min-width:0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation{
  float:none !important;flex:0 0 240px;width:240px !important;max-width:100%;
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:.7rem;
}
body.woocommerce-account .woocommerce-MyAccount-content{
  float:none !important;flex:1 1 280px;width:auto !important;max-width:none !important;min-width:0;
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:1.6rem 1.75rem;
}
@media (max-width:780px){
  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content{
    flex:1 1 100%;width:100% !important;
  }
}
.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem;}
.woocommerce-MyAccount-navigation a{
  display:block;padding:.75rem 1rem;border-radius:var(--radius-sm);
  color:var(--text-muted);font-weight:500;text-decoration:none;
}
.woocommerce-MyAccount-navigation a:hover{color:var(--text);background:var(--surface-2);}
.woocommerce-MyAccount-navigation .is-active a{
  background:var(--accent2-soft);color:var(--accent2-strong);
}
.woocommerce-MyAccount-content{
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:1.6rem 1.75rem;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3{margin-bottom:.8rem;}
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content a{color:var(--text-muted);}
.woocommerce-MyAccount-content a:hover{color:var(--text);}
.woocommerce table.shop_table{
  background:transparent;color:var(--text);border-color:var(--border) !important;
  width:100%;
}
.woocommerce-MyAccount-content .shop_table_wrapper,
.woocommerce-MyAccount-content .woocommerce-table{
  overflow-x:auto;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
  border-color:var(--border) !important;color:var(--text);
}
.woocommerce table.shop_table a{color:var(--accent2-strong);}
.woocommerce-form-login,
.woocommerce-form-register,
.woocommerce .u-column1,
.woocommerce .u-column2{
  background:var(--surface);border:1px solid var(--border);
  border-radius:var(--radius-md);padding:1.6rem 1.75rem;
}
.woocommerce #customer_login.u-columns{
  display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;float:none;width:100%;
}
.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2{float:none;width:auto;}
@media (max-width:780px){
  .woocommerce #customer_login.u-columns{grid-template-columns:1fr;}
}
.woocommerce form .form-row{margin-bottom:1rem;}
.woocommerce form .form-row label{color:var(--text);font-weight:600;font-size:.9rem;}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-Input{
  background:var(--bg) !important;color:var(--text) !important;
  border:1px solid var(--border) !important;border-radius:var(--radius-sm) !important;
  padding:.8em 1em !important;width:100%;
}
.woocommerce-form-login__rememberme,
.woocommerce-privacy-policy-text,
.woocommerce-LostPassword{color:var(--text-muted);font-size:.88rem;}
.woocommerce-LostPassword a{color:var(--accent2-strong);}

/* ---------- Pagina prodotto singolo ---------- */
.product-main{padding:clamp(2rem,5vw,3.5rem) 0 4.5rem;}
.single-product .woocommerce-notices-wrapper{margin-bottom:1.25rem;}
.product-back{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.88rem;font-weight:600;color:var(--text-muted);
  margin-bottom:1.75rem;transition:color .15s ease;
}
.product-back:hover{color:var(--text);}
.product-hero{
  display:grid;grid-template-columns:minmax(260px,.92fr) 1.08fr;
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);
  overflow:hidden;box-shadow:var(--shadow);
}
@media (max-width:900px){
  .product-hero{grid-template-columns:1fr;}
}
.product-hero-media{
  position:relative;background:var(--surface-2);
  border-right:1px solid var(--border);
  display:flex;flex-direction:column;
}
@media (max-width:900px){
  .product-hero-media{border-right:none;border-bottom:1px solid var(--border);}
}
.product-hero-figure{
  margin:0;width:100%;aspect-ratio:1/1;overflow:hidden;
  background:var(--surface-2);position:relative;
}
.product-hero-figure > img,
.product-hero-figure .product-hero-image,
.product-hero-figure .product-hero-placeholder{
  position:absolute;inset:0;width:100%;height:100%;
}
.product-hero-figure > img,
.product-hero-figure .product-hero-image{
  object-fit:cover;object-position:center;display:block;
}
.product-hero-placeholder{
  background:linear-gradient(135deg,var(--surface-2),color-mix(in srgb,var(--accent2) 12%,var(--surface-2)));
}
.product-hero-gallery{
  position:absolute;inset:0;width:100%;height:100%;overflow:hidden;
}
.product-hero-slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;
}
.product-hero-slide.is-active{opacity:1;visibility:visible;z-index:1;}
.product-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.product-hero-thumbs{
  display:flex;flex-wrap:wrap;gap:.45rem;padding:.75rem;
  background:var(--surface);border-top:1px solid var(--border);
}
.product-hero-thumb{
  width:3.4rem;aspect-ratio:1/1;padding:0;border:2px solid transparent;border-radius:var(--radius-sm);
  overflow:hidden;cursor:pointer;background:var(--surface-2);opacity:.65;
  transition:opacity .15s ease,border-color .15s ease;
}
.product-hero-thumb.is-active{border-color:var(--accent2-strong);opacity:1;}
.product-hero-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.product-hero-panel{
  padding:clamp(1.75rem,3.5vw,2.75rem);
  display:flex;flex-direction:column;justify-content:center;gap:1rem;
}
.product-eyebrow{
  font-family:var(--font-body);font-size:.72rem;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);
}
.product-hero-panel .product_title{
  font-family:var(--font-display);font-size:clamp(1.65rem,2.8vw,2.35rem);
  line-height:1.12;font-weight:700;margin:0;
}
.product-cats{display:flex;flex-wrap:wrap;gap:.45rem;}
.product-cat{
  font-family:var(--font-body);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;
  color:var(--accent2-strong);background:var(--accent2-soft);padding:.32em .68em;border-radius:var(--radius-pill);
}
.product-meta-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.15rem;}
.product-meta-pill{
  font-family:var(--font-body);font-size:.76rem;font-weight:600;color:var(--text-muted);
  background:var(--surface-2);border:1px solid var(--border);
  padding:.42em .85em;border-radius:var(--radius-pill);
}
.product-meta-duration{font-family:var(--font-mono);}
.product-hero-panel .price{
  font-family:var(--font-mono);font-size:clamp(2rem,3.2vw,2.65rem);color:var(--text);
  margin:.35rem 0 0 !important;line-height:1;
}
.product-hero-panel .price .woocommerce-Price-amount{color:var(--text);}
.product-hero-panel form.cart{margin:0 !important;padding-top:.25rem;}
.product-hero-panel .quantity{display:none !important;}
.product-hero-panel .single_add_to_cart_button,
.product-hero-panel button.button.alt{
  font-family:var(--font-body) !important;font-weight:700 !important;font-size:1rem !important;
  background:var(--accent) !important;color:var(--accent-contrast) !important;
  border:none !important;border-radius:var(--radius-pill) !important;
  padding:1em 2.2em !important;width:100%;max-width:22rem;cursor:pointer;
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease !important;
  box-shadow:0 10px 28px -12px color-mix(in srgb,var(--accent) 70%,transparent);
}
.product-hero-panel .single_add_to_cart_button:hover,
.product-hero-panel button.button.alt:hover{
  background:var(--accent-strong) !important;transform:translateY(-2px);
}
.product-trust{
  margin:.35rem 0 0;padding:0;list-style:none;
  display:flex;flex-direction:column;gap:.55rem;
  border-top:1px solid var(--border);padding-top:1.15rem;
}
.product-trust li{
  position:relative;padding-left:1.35rem;color:var(--text-muted);font-size:.86rem;line-height:1.45;
}
.product-trust li::before{
  content:"";position:absolute;left:0;top:.45em;width:.55rem;height:.55rem;border-radius:50%;
  background:var(--accent2-strong);box-shadow:0 0 0 3px var(--accent2-soft);
}
.product-about{
  margin-top:clamp(2rem,4vw,2.75rem);
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);
  padding:clamp(1.75rem,3vw,2.5rem);
}
.product-about h2{
  font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.65rem);
  margin-bottom:1.15rem;
}
.product-about-body{color:var(--text-muted);font-size:1rem;line-height:1.75;max-width:72ch;}
.product-about-body p + p{margin-top:1rem;}
.single-product .related.products{margin-top:clamp(2.5rem,5vw,3.5rem);}
.single-product .related.products > h2{
  font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.65rem);margin-bottom:1.35rem;
}
.single-product .related.products ul.products{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;
  margin:0 !important;list-style:none !important;padding:0 !important;
}
@media (max-width:920px){
  .single-product .related.products ul.products{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
  .single-product .related.products ul.products{grid-template-columns:1fr;}
}
.single-product .related.products ul.products li.product{
  width:100% !important;margin:0 !important;padding:0 !important;float:none !important;
  background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);
  overflow:hidden;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;
}
.single-product .related.products li.product:hover{
  border-color:color-mix(in srgb,var(--accent2) 45%,var(--border));box-shadow:var(--shadow);transform:translateY(-4px);
}
.single-product .related.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover;}
.single-product .related.products .woocommerce-loop-product__link{display:block;color:inherit;text-decoration:none;}
.single-product .related.products .woocommerce-loop-product__title{
  font-family:var(--font-display);font-size:1.02rem;line-height:1.3;
  padding:.85rem 1rem 0;margin:0 !important;
}
.single-product .related.products .price{
  display:block;padding:.35rem 1rem 1rem;font-family:var(--font-mono);font-size:1.05rem;color:var(--text);
}
.single-product .related.products .button{display:none !important;}
