/*
Theme Name: amabre
Theme URI: https://amabre.sidebloom.com
Author: Sidebloom
Author URI: https://sidebloom.com
Description: Tema su misura Amabre — vetrina d'autore in alpaca, lana merino e cashmere. Pronto per WooCommerce (modalità catalogo).
Version: 1.2.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amabre
WPVibe: yes
*/

/* ======================================================================
   AMABRE — Maglieria d'autore, Tuscany
   Design system & global stylesheet
   ====================================================================== */

/* ----- TOKENS ----- */
:root {
  /* Neutrals — brand palette */
  --ink: #0E0D0B;
  --ink-soft: #544737;
  --taupe: #8A7868;
  --beige: #D6C4B0;
  --sand: #F0E5D5;
  --paper: #FBF8F1;
  --bg: #F4EDE0;

  /* Accents */
  --wine-dark: #3A0E15;
  --wine: #7C0A2A;
  --rose: #EFC4C0;
  --terracotta: #6F2D14;
  --moro: #2F140A;
  --gold: #8E8255;

  /* Functional */
  --line: rgba(14, 13, 11, 0.12);
  --line-soft: rgba(14, 13, 11, 0.06);
  --shadow-soft: 0 24px 60px -32px rgba(14, 13, 11, 0.25);
  --shadow-card: 0 1px 0 rgba(14, 13, 11, 0.04), 0 30px 80px -40px rgba(14, 13, 11, 0.18);

  /* Type */
  --f-display: "Italiana", "Cormorant Garamond", serif;
  --f-serif: "Cormorant Garamond", "Times New Roman", serif;
  --f-script: "Allison", "Allura", cursive;
  --f-sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

  /* Spacing scale */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --s-11: 160px;

  /* Container */
  --max-w: 1440px;
  --pad: clamp(20px, 4vw, 60px);
}

/* ----- RESET ----- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
ul, ol { list-style: none; }

/* ----- TYPOGRAPHY UTILITIES ----- */
.eyebrow {
  font-family: var(--f-sans);
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.eyebrow--light { color: rgba(251, 248, 241, 0.7); }
.script {
  font-family: var(--f-script);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}
.display {
  font-family: var(--f-display);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.05;
  color: var(--ink);
}
.serif {
  font-family: var(--f-serif);
  font-weight: 400;
}

h1, h2, h3, h4, h5 { font-family: var(--f-display); font-weight: 400; line-height: 1.1; letter-spacing: -0.005em; }
.h-display { font-size: clamp(48px, 8vw, 128px); }
.h-1 { font-size: clamp(40px, 6vw, 84px); }
.h-2 { font-size: clamp(32px, 4.5vw, 60px); }
.h-3 { font-size: clamp(24px, 3vw, 38px); }
.h-4 { font-size: clamp(20px, 2.2vw, 28px); }

p { max-width: 64ch; }
.lead {
  font-family: var(--f-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.65;
  font-weight: 400;
  color: var(--ink-soft);
  letter-spacing: 0.005em;
}
.body-text {
  color: var(--ink-soft);
  line-height: 1.85;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.body-text p { margin-bottom: 1.4em; }
.body-text strong { color: var(--ink); font-weight: 500; }
.body-text em { font-style: italic; }

/* ----- LAYOUT ----- */
.wrap { max-width: var(--max-w); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding-top: var(--s-10); padding-bottom: var(--s-10); }
.section-sm { padding-top: var(--s-9); padding-bottom: var(--s-9); }

/* ----- LOGO COMPONENT ----- */
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  transition: opacity 0.3s;
}
.brand-mark:hover { opacity: 0.7; }
.brand-mark svg { width: 32px; height: 32px; }
.brand-mark-text {
  font-family: var(--f-sans);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  padding-left: 0.45em;
}
.brand-mark--lg svg { width: 56px; height: 56px; }
.brand-mark--lg .brand-mark-text { font-size: 22px; letter-spacing: 0.5em; }
.brand-mark--xl svg { width: 96px; height: 96px; }
.brand-mark--xl .brand-mark-text { font-size: 32px; letter-spacing: 0.55em; }

/* ----- HEADER / NAV ----- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  background: rgba(244, 237, 224, 0.85);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 0.5px solid var(--line);
  transition: background 0.4s ease, padding 0.4s ease;
}
.site-header.is-hero {
  background: transparent;
  border-bottom-color: transparent;
}
/* Default header colors — readable on light pages */
.site-header .brand-mark,
.site-header .nav a,
.site-header .nav-meta a { color: var(--ink); }
.site-header .nav-meta .icon-btn svg { stroke: var(--ink); }
.site-header .menu-toggle span,
.site-header .menu-toggle span::before,
.site-header .menu-toggle span::after { background: var(--ink); }
/* Homepage hero is dark → light header over it */
body.home .site-header.is-hero { color: var(--paper); }
body.home .site-header.is-hero .brand-mark,
body.home .site-header.is-hero .nav a,
body.home .site-header.is-hero .nav-meta a { color: var(--paper); }
body.home .site-header.is-hero .nav-meta .icon-btn svg { stroke: var(--paper); }
body.home .site-header.is-hero .menu-toggle span,
body.home .site-header.is-hero .menu-toggle span::before,
body.home .site-header.is-hero .menu-toggle span::after { background: var(--paper); }
body.home .site-header.is-hero .nav .dropdown a { color: var(--ink-soft); }
body.home .site-header.is-hero .nav .dropdown a:hover { color: var(--wine); }
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.header-inner__spacer { visibility: hidden; }
.nav-row { }
@media (min-width: 981px) {
  .nav-row { display: flex; justify-content: center; padding-top: 12px; }
}
.nav {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
}
.nav-item { position: relative; }
.nav-item > a { padding: 8px 0; display: inline-block; transition: color 0.2s; }
.nav-item > a:hover { color: var(--wine); }
.nav-item.has-dropdown > a::after {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  margin-left: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  opacity: 0.6;
}
.dropdown {
  position: absolute;
  top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--paper);
  border: 0.5px solid var(--line);
  padding: 18px 28px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-soft);
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown a {
  display: block;
  padding: 8px 0;
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.25em;
  transition: color 0.15s, padding-left 0.2s;
}
.dropdown a:hover { color: var(--wine); padding-left: 6px; }
.nav-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
}
.nav-meta a {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.icon-btn {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.icon-btn:hover { background: rgba(14, 13, 11, 0.06); }
.icon-btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.2; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
}
.menu-toggle span {
  width: 22px; height: 1px;
  background: currentColor;
  position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px; height: 1px;
  background: currentColor;
  transition: transform 0.3s;
}
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }
.menu-toggle.is-open span { background: transparent; }
.menu-toggle.is-open span::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span::after { transform: translateY(-7px) rotate(-45deg); }

/* ----- HERO ----- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  color: var(--paper);
  background: var(--moro);
}
.hero-media {
  position: absolute;
  inset: 0;
  background: url('https://amabre.sidebloom.com/wp-content/uploads/2026/06/home-hero-poster.jpg') center / cover no-repeat;
}
.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 13, 11, 0.35) 0%, transparent 30%, transparent 60%, rgba(14, 13, 11, 0.45) 100%);
  pointer-events: none;
}
.hero-content {
  position: absolute;
  bottom: clamp(60px, 10vh, 120px);
  left: 0; right: 0;
  z-index: 2;
  padding: 0 var(--pad);
  max-width: var(--max-w);
  margin: 0 auto;
}
.hero-script {
  font-family: var(--f-script);
  font-size: clamp(36px, 5vw, 64px);
  margin-bottom: var(--s-3);
  display: block;
}
.hero-title {
  font-family: var(--f-display);
  font-size: clamp(56px, 10vw, 144px);
  line-height: 0.95;
  letter-spacing: -0.015em;
  margin-bottom: var(--s-6);
  max-width: 14ch;
  font-weight: 400;
}
.hero-cta-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}

/* Page hero (smaller, for inner pages) */
.page-hero {
  position: relative;
  padding-top: clamp(184px, 14vh, 220px);
  padding-bottom: clamp(80px, 10vh, 140px);
  background: var(--bg);
  text-align: center;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero .eyebrow { margin-bottom: var(--s-5); }
.page-hero .script { display: block; font-size: clamp(38px, 5vw, 64px); color: var(--wine); margin-bottom: var(--s-3); }
.page-hero h1 { font-size: clamp(48px, 8vw, 112px); max-width: 18ch; margin: 0 auto var(--s-5); }
.page-hero p { margin: 0 auto; max-width: 60ch; }

/* ----- BUTTONS / LINKS ----- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  border: 0.5px solid currentColor;
  transition: all 0.3s ease;
  background: transparent;
  white-space: nowrap;
}
.btn:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--solid { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--solid:hover { background: var(--wine); border-color: var(--wine); }
.btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--light:hover { background: transparent; color: var(--paper); border-color: var(--paper); }
.btn--ghost { border-color: transparent; padding-left: 0; padding-right: 0; }
.btn--ghost::after {
  content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: currentColor;
  transition: width 0.3s;
}
.btn--ghost:hover { background: none; color: var(--wine); border-color: transparent; }
.btn--ghost:hover::after { width: 40px; background: var(--wine); }

.link-line {
  display: inline-block;
  position: relative;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 0.5px solid currentColor;
  transition: color 0.2s, letter-spacing 0.3s;
}
.link-line:hover { color: var(--wine); letter-spacing: 0.35em; }

/* ----- MONOGRAM DIVIDER ----- */
.divider {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: var(--s-9) auto;
  max-width: 280px;
  color: var(--taupe);
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: currentColor;
  opacity: 0.5;
}
.divider svg { width: 32px; height: 32px; }

/* ----- WATERMARK ----- */
.watermark {
  position: absolute;
  color: var(--ink);
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.watermark svg { width: 100%; height: 100%; }

/* ----- TWO-COLUMN ----- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.two-col--narrow { grid-template-columns: 1fr 1.3fr; }
.two-col--wide   { grid-template-columns: 1.3fr 1fr; }
.two-col__visual {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.two-col__visual img { width: 100%; height: 100%; object-fit: cover; }

/* ----- IMAGE FIGURE ----- */
.figure {
  position: relative;
  overflow: hidden;
  background: var(--sand);
}
.figure img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
.figure:hover img { transform: scale(1.03); }
.figure--portrait { aspect-ratio: 3/4; }
.figure--landscape { aspect-ratio: 4/3; }
.figure--square { aspect-ratio: 1/1; }
.figure--tall { aspect-ratio: 2/3; }

/* ----- COLLECTION TILES ----- */
.tiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
  background: var(--bg);
}
.tile {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--moro);
  color: var(--paper);
}
.tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s;
  opacity: 0.85;
}
.tile:hover img { transform: scale(1.05); opacity: 0.7; }
.tile__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--s-6);
  background: linear-gradient(180deg, transparent 50%, rgba(14, 13, 11, 0.6) 100%);
  z-index: 2;
}
.tile__eyebrow {
  font-size: 10px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: var(--s-2);
  opacity: 0.85;
}
.tile__title {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1;
  letter-spacing: -0.005em;
}
.tile__arrow {
  position: absolute;
  top: var(--s-5);
  right: var(--s-5);
  width: 40px; height: 40px;
  border: 0.5px solid rgba(251, 248, 241, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
}
.tile:hover .tile__arrow { background: var(--paper); color: var(--ink); border-color: var(--paper); }

/* ----- PRODUCT CARDS ----- */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 48px) clamp(16px, 2vw, 24px);
}
.product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product__media {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: var(--sand);
  margin-bottom: var(--s-4);
}
.product__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.4s, transform 0.6s;
}
.product__media img.product__alt {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.product:hover .product__media img:not(.product__alt) { opacity: 0; }
.product:hover .product__media img.product__alt { opacity: 1; transform: scale(1.02); }
.product__media--gradient {
  background: radial-gradient(circle at 30% 30%, var(--c1, var(--rose)), var(--c2, var(--beige)) 70%);
}
.product__media--gradient::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%, rgba(0,0,0,0.05) 100%);
}
.product__name {
  font-family: var(--f-display);
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: 0.005em;
}
.product__meta {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: var(--s-3);
}
.product__desc {
  font-family: var(--f-serif);
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: var(--s-3);
}
.product__composition {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  border-top: 0.5px solid var(--line);
  padding-top: var(--s-3);
  margin-top: auto;
}
.product__enquire {
  margin-top: var(--s-3);
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  border-bottom: 0.5px solid var(--ink);
  padding-bottom: 4px;
  align-self: flex-start;
  transition: color 0.2s, border-color 0.2s, gap 0.3s;
}
.product__enquire:hover { color: var(--wine); border-bottom-color: var(--wine); gap: 16px; }
.product__nameplate {
  position: absolute;
  top: var(--s-4);
  left: var(--s-4);
  font-family: var(--f-script);
  font-size: 26px;
  color: var(--paper);
  z-index: 2;
  text-shadow: 0 2px 16px rgba(0,0,0,0.2);
}

/* ----- EDITORIAL GRID (lookbook) ----- */
.editorial {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(6px, 1vw, 16px);
}
.ed-spread { grid-column: 1 / -1; aspect-ratio: 21/9; }
.ed-half-l { grid-column: 1 / 7; aspect-ratio: 3/4; }
.ed-half-r { grid-column: 7 / 13; aspect-ratio: 3/4; }
.ed-third  { grid-column: span 4; aspect-ratio: 3/4; }
.ed-wide-l { grid-column: 1 / 8; aspect-ratio: 4/3; }
.ed-narrow-r { grid-column: 8 / 13; aspect-ratio: 3/4; }
.ed-narrow-l { grid-column: 1 / 6; aspect-ratio: 3/4; }
.ed-wide-r { grid-column: 6 / 13; aspect-ratio: 4/3; }

/* ----- BLURRED GRADIENT BACKGROUNDS ----- */
.gradient-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.gradient-bg::before {
  content: '';
  position: absolute;
  inset: -20%;
  z-index: -1;
  filter: blur(80px);
  opacity: 0.7;
}
.gradient-bg--rose::before {
  background: radial-gradient(circle at 30% 30%, var(--rose), transparent 50%),
              radial-gradient(circle at 70% 70%, var(--beige), transparent 50%);
}
.gradient-bg--wine::before {
  background: radial-gradient(circle at 30% 30%, var(--wine), transparent 50%),
              radial-gradient(circle at 70% 70%, var(--moro), transparent 60%);
  opacity: 0.85;
}
.gradient-bg--sand::before {
  background: radial-gradient(circle at 20% 20%, var(--sand), transparent 60%),
              radial-gradient(circle at 80% 80%, var(--beige), transparent 60%);
}

/* ----- NEW COLLECTION BAND ----- */
.collection-band {
  position: relative;
  background: var(--moro);
  color: var(--paper);
  padding: clamp(80px, 12vh, 160px) var(--pad);
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.collection-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(124, 10, 42, 0.3), transparent 60%);
  z-index: -1;
}
.collection-band .watermark {
  width: 480px; height: 480px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: var(--paper);
  opacity: 0.06;
}
.collection-band .script {
  font-size: clamp(48px, 7vw, 96px);
  color: var(--rose);
  margin-bottom: var(--s-5);
}
.collection-band h2 { color: var(--paper); margin-bottom: var(--s-7); }

/* ----- ABOUT / BRAND SECTION ----- */
.brand-prose {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--f-serif);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.85;
  color: var(--ink-soft);
  letter-spacing: 0.005em;
}
.brand-prose p { margin: 0 auto 1.6em; max-width: 100%; }
.brand-prose p:last-child { margin-bottom: 0; }
.brand-prose strong { color: var(--ink); font-weight: 500; }
.brand-prose em { font-style: italic; color: var(--wine); }
.drop-cap::first-letter {
  font-family: var(--f-display);
  font-size: 5.4em;
  float: left;
  line-height: 0.85;
  padding: 0.05em 0.12em 0 0;
  font-weight: 400;
  color: var(--wine);
}

/* ----- PULL QUOTE ----- */
.pull-quote {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  padding: var(--s-9) 0;
}
.pull-quote blockquote {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.005em;
  margin-bottom: var(--s-5);
  color: var(--ink);
}
.pull-quote .script {
  font-size: clamp(38px, 4vw, 58px);
  color: var(--wine);
  display: block;
  margin-bottom: var(--s-2);
}
.pull-quote cite {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--taupe);
}

/* ----- VALUES / PILLARS ----- */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(24px, 4vw, 64px);
  text-align: center;
}
.pillar { padding: 0 var(--s-3); }
.pillar svg { width: 28px; height: 28px; margin: 0 auto var(--s-4); color: var(--gold); }
.pillar h3 { font-size: clamp(22px, 2vw, 28px); margin-bottom: var(--s-3); }
.pillar p {
  font-family: var(--f-serif);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 auto;
  max-width: 32ch;
}

/* ----- NEWSLETTER ----- */
.newsletter {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(80px, 10vh, 140px) var(--pad);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter .watermark {
  width: 600px; height: 600px;
  top: -100px; right: -100px;
  color: var(--paper);
  opacity: 0.03;
}
.newsletter .script { color: var(--rose); font-size: clamp(38px, 5vw, 58px); margin-bottom: var(--s-2); display: block; }
.newsletter h2 { color: var(--paper); font-size: clamp(36px, 5vw, 56px); margin-bottom: var(--s-3); }
.newsletter p { color: rgba(251, 248, 241, 0.7); max-width: 50ch; margin: 0 auto var(--s-6); }
.newsletter form {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto;
  border-bottom: 0.5px solid rgba(251, 248, 241, 0.4);
  padding-bottom: 4px;
}
.newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 14px 0;
  color: var(--paper);
  font-family: inherit;
  font-size: 14px;
  outline: none;
  letter-spacing: 0.05em;
}
.newsletter input::placeholder { color: rgba(251, 248, 241, 0.5); letter-spacing: 0.2em; text-transform: uppercase; font-size: 11px; }
.newsletter button {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 12px 4px;
  color: var(--paper);
  transition: color 0.2s;
}
.newsletter button:hover { color: var(--rose); }

/* ----- FOOTER ----- */
.site-footer {
  background: var(--bg);
  padding: var(--s-9) 0 var(--s-5);
  border-top: 0.5px solid var(--line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  margin-bottom: var(--s-8);
}
.footer-brand .brand-mark { margin-bottom: var(--s-4); }
.footer-brand p {
  font-family: var(--f-serif);
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
  font-style: italic;
  max-width: 36ch;
}
.footer-col h4 {
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: var(--s-4);
  color: var(--ink);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a {
  font-size: 13px;
  color: var(--ink-soft);
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-col ul a:hover { color: var(--wine); padding-left: 4px; }
.footer-meta {
  padding-top: var(--s-5);
  border-top: 0.5px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s-3);
}
.footer-meta p {
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--taupe);
}
.footer-social { display: flex; gap: 14px; }
.footer-social a {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--line);
  border-radius: 50%;
  color: var(--ink-soft);
  transition: all 0.25s;
}
.footer-social a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.footer-social svg { width: 14px; height: 14px; }

/* ----- MATERIALS / DETAIL PAGE BLOCKS ----- */
.materials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--s-6);
}
/* Sezione Fibre scelte: prima riga di tre (2/6 ciascuna), seconda riga di due (3/6 ciascuna) */
.materials--fibre { grid-template-columns: repeat(6, 1fr); }
.materials--fibre .material { grid-column: span 2; }
.materials--fibre .material:nth-child(4),
.materials--fibre .material:nth-child(5) { grid-column: span 3; }
.material {
  padding: var(--s-6);
  background: var(--paper);
  border: 0.5px solid var(--line);
  position: relative;
  overflow: hidden;
}
.material::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 32px; height: 0.5px;
  background: var(--gold);
}
.material .eyebrow { margin-bottom: var(--s-4); color: var(--gold); }
.material h3 { font-size: clamp(20px, 1.8vw, 26px); margin-bottom: var(--s-3); }
.material p {
  font-family: var(--f-serif);
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
}
/* Foto fibre nei blocchi materiali */
.material-photo {
  margin: calc(var(--s-6) * -1) calc(var(--s-6) * -1) var(--s-5);
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.material-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.material:hover .material-photo img { transform: scale(1.04); }

/* ----- CONTACT ----- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.contact-info { padding: var(--s-6) 0; }
.contact-info dl { margin-top: var(--s-6); }
.contact-info dt {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-top: var(--s-5);
  margin-bottom: 6px;
}
.contact-info dd {
  font-family: var(--f-serif);
  font-size: 18px;
  color: var(--ink);
}
.contact-info dd + dd { margin-top: 4px; }
.contact-form { padding: var(--s-7); background: var(--paper); border: 0.5px solid var(--line); }
.field { margin-bottom: var(--s-5); }
.field label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.field input, .field textarea {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 0.5px solid var(--line);
  background: transparent;
  font-family: var(--f-serif);
  font-size: 16px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
}
.field input:focus, .field textarea:focus { border-bottom-color: var(--wine); }
.field textarea { resize: vertical; min-height: 100px; }

/* ----- FAQ / DETAIL BLOCKS ----- */
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.intro-grid .eyebrow { padding-top: 14px; }

/* ----- RESPONSIVE ----- */
@media (max-width: 980px) {
  .nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-inner { grid-template-columns: 1fr auto 1fr; }
  .two-col, .two-col--narrow, .two-col--wide { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .editorial { grid-template-columns: repeat(6, 1fr); }
  .ed-spread, .ed-half-l, .ed-half-r, .ed-wide-l, .ed-narrow-r, .ed-narrow-l, .ed-wide-r { grid-column: 1 / -1; aspect-ratio: 3/4; }
  .ed-third { grid-column: span 3; }
  .contact-grid, .intro-grid { grid-template-columns: 1fr; }

  /* Mobile menu */
  .nav.is-mobile-open {
    display: flex;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: var(--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--s-5);
    z-index: 99;
    padding: var(--s-8) var(--pad);
  }
  .nav.is-mobile-open .nav-item > a {
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .nav.is-mobile-open .dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    text-align: center;
  }
  .nav.is-mobile-open .nav-item.has-dropdown > a::after { display: none; }
  /* Menu overlay is light → force dark, legible text & icon regardless of header state */
  .nav.is-mobile-open .nav-item > a,
  .nav.is-mobile-open .dropdown a { color: var(--ink) !important; }
  .menu-toggle.is-open span::before,
  .menu-toggle.is-open span::after { background: var(--ink) !important; }
}

@media (max-width: 640px) {
  .section, .section-sm { padding-top: var(--s-8); padding-bottom: var(--s-8); }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-meta a:not(.icon-btn) { display: none; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
  .hero-title { font-size: clamp(40px, 13vw, 80px); }
  .product { font-size: 14px; }
  .drop-cap::first-letter { font-size: 4em; }
}

/* ----- ANIMATIONS ----- */
@media (prefers-reduced-motion: no-preference) {
  .fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

::selection { background: var(--wine); color: var(--paper); }

/* Loading state for images */
.figure img, .product__media img, .tile img, .hero-media img, .two-col__visual img {
  background-color: var(--sand);
}

/* ============================================================
   v3 ADDITIONS — official logo, line tiles, product detail pages
   ============================================================ */

/* Official logo lockup (monogram + AMABRE wordmark), inherits header color */
.brand-mark .brand-logo { height: clamp(36px, 4.5vw, 44px); width: auto; display: block; }
.brand-mark .brand-mark-text { display: none; }
.site-footer .brand-mark .brand-logo { height: 34px; }

/* Long hero headline (manifesto sentence) */
.hero-title.hero-title--long { font-size: clamp(28px, 4.4vw, 58px); line-height: 1.15; letter-spacing: -0.005em; max-width: 40ch; }
@media (max-width: 760px){ .hero-title.hero-title--long { font-size: clamp(24px, 7vw, 38px); max-width: 100%; } }

/* Home hero — leggibilità mobile: banda chiara dietro il logo + scrim scuro sotto il testo */
@media (max-width: 980px){
  /* Banda chiara dietro logo/icone: header è fixed, quindi resta dietro il logo a ogni scroll */
  body.home .site-header.is-hero {
    background: linear-gradient(180deg, rgba(251,248,241,0.95) 0%, rgba(251,248,241,0.80) 55%, rgba(251,248,241,0) 100%);
    border-bottom-color: transparent;
    color: var(--ink);
  }
  body.home .site-header.is-hero .brand-mark,
  body.home .site-header.is-hero .nav-meta a { color: var(--ink); }
  body.home .site-header.is-hero .nav-meta .icon-btn svg { stroke: var(--ink); }
  body.home .site-header.is-hero .menu-toggle span,
  body.home .site-header.is-hero .menu-toggle span::before,
  body.home .site-header.is-hero .menu-toggle span::after { background: var(--ink); }
  /* Scrim scuro sotto il testo dell'hero: nessuno scurimento in alto, più marcato in basso */
  body.home .hero-media::after {
    background: linear-gradient(180deg, rgba(14,13,11,0) 0%, rgba(14,13,11,0) 40%, rgba(14,13,11,0.45) 64%, rgba(14,13,11,0.82) 100%);
  }
}

/* 3-up tiles for the lines on the home */
.tiles-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px){ .tiles-grid--3 { grid-template-columns: 1fr; } }
.tiles-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1100px){ .tiles-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .tiles-grid--4 { grid-template-columns: 1fr; } }

/* Clickable product card (category & line grids reuse .product) */
.product a.product__media,
a.product__media { display: block; }
.product .product__name a { color: inherit; text-decoration: none; }
.product .product__name a:hover { color: var(--wine); }

/* Lookbook -> line presentation links */
.lookbook-line-link { display: inline-block; font-family: var(--f-sans); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--wine); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 2px; transition: border-color .25s ease; }
.lookbook-line-link:hover { border-bottom-color: var(--wine); }

/* ---- Product Detail Page (PDP) ---- */
.breadcrumb { font-family: var(--f-sans); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--taupe); padding-top: 168px; margin-bottom: 40px; }
.breadcrumb a { color: var(--taupe); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb > span { margin: 0 7px; opacity: .4; }
.breadcrumb .breadcrumb__line { margin: 0; opacity: 1; color: var(--ink-soft); }
.breadcrumb [aria-current] { margin: 0; opacity: 1; color: var(--ink-soft); }

.pdp { padding-bottom: 96px; }
.pdp-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.pdp-gallery { min-width: 0; }
.pdp-main { background: var(--sand); overflow: hidden; }
.pdp-main img { width: 100%; height: auto; display: block; }
.pdp-thumbs { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
.pdp-thumb { width: 84px; height: 112px; padding: 0; border: 1px solid var(--beige); background: var(--sand); cursor: pointer; overflow: hidden; transition: border-color .25s ease; flex: 0 0 auto; }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-thumb.is-active { border-color: var(--wine); }
.pdp-thumb:hover { border-color: var(--taupe); }
.pdp-info { position: sticky; top: 110px; }
.pdp-info .eyebrow { display: block; }
.pdp-title { margin: 14px 0 0; }
.pdp-colors { font-family: var(--f-sans); font-size: 13px; color: var(--ink-soft); margin: 10px 0 0; letter-spacing: .01em; }
.pdp-colors__label { text-transform: uppercase; letter-spacing: .08em; color: var(--taupe); font-size: 11px; margin-right: 10px; }
.pdp-line-badge { font-family: var(--f-script); font-size: 34px; color: var(--wine); line-height: 1; display: block; margin: 10px 0 24px; }
.pdp-desc { font-family: var(--f-serif); font-size: 18px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 32px; }
.pdp-specs { border-top: 1px solid var(--beige); padding-top: 24px; margin: 0 0 32px; }
.pdp-specs dt { font-family: var(--f-sans); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--taupe); margin-bottom: 5px; }
.pdp-specs dd { margin: 0 0 18px; font-family: var(--f-serif); font-size: 16px; color: var(--ink-soft); }
.pdp-note { font-family: var(--f-sans); font-size: 12.5px; color: var(--taupe); margin-top: 16px; line-height: 1.5; }

/* ----- PDP ACCORDION (caratteristiche, collezione, cura) ----- */
.pdp-acc { border-top: 1px solid var(--beige); margin: 8px 0 32px; }
.pdp-acc__item { border-bottom: 1px solid var(--beige); }
.pdp-acc__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 0; cursor: pointer; list-style: none; }
.pdp-acc__item summary::-webkit-details-marker { display: none; }
.pdp-acc__label { font-family: var(--f-sans); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.pdp-acc__icon { position: relative; width: 11px; height: 11px; flex: 0 0 auto; color: var(--taupe); }
.pdp-acc__icon::before, .pdp-acc__icon::after { content: ""; position: absolute; inset: 0; margin: auto; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.pdp-acc__icon::before { width: 11px; height: 1px; }
.pdp-acc__icon::after { width: 1px; height: 11px; }
.pdp-acc__item[open] .pdp-acc__icon::after { transform: rotate(90deg); opacity: 0; }
.pdp-acc__body { padding: 2px 0 22px; }
.pdp-acc__body p { margin: 0 0 12px; font-family: var(--f-serif); font-size: 16px; line-height: 1.6; color: var(--ink-soft); }
.pdp-acc__body p:last-child { margin-bottom: 0; }
.pdp-acc__link { font-family: var(--f-sans); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--wine); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.pdp-acc__link:hover { color: var(--wine-dark); }

/* Fibre — responsive: tablet 2 colonne (5ª a tutta larghezza), mobile 1 colonna */
@media (max-width: 980px){
  .materials--fibre { grid-template-columns: 1fr 1fr; }
  .materials--fibre .material,
  .materials--fibre .material:nth-child(4),
  .materials--fibre .material:nth-child(5) { grid-column: auto; }
  .materials--fibre .material:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 640px){
  .materials--fibre { grid-template-columns: 1fr; }
  .materials--fibre .material:nth-child(5) { grid-column: auto; }
}
@media (max-width: 860px){
  .breadcrumb { padding-top: 104px; }
  .pdp-inner { grid-template-columns: 1fr; gap: 28px; }
  .pdp-info { position: static; }
  .pdp-thumb { width: 64px; height: 86px; }
}

/* Editoriale prodotto */
.pdp-editorial { background: var(--paper); padding: 84px 0; }
.pdp-editorial-inner { max-width: 1040px; margin: 0 auto; padding: 0 var(--pad); }
.pdp-ed-lead { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.pdp-ed-lead p { font-family: var(--f-serif); font-size: 21px; line-height: 1.6; color: var(--ink-soft); margin: 0; }
.pdp-ed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 56px; }
.pdp-ed-block--wide { grid-column: 1 / -1; }
.pdp-ed-block h3 { font-family: var(--f-display); font-weight: 400; font-size: 23px; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 14px; }
.pdp-ed-block p { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.7; color: var(--ink-soft); margin: 0; }
@media (max-width: 760px){
  .pdp-editorial { padding: 56px 0; }
  .pdp-ed-grid { grid-template-columns: 1fr; gap: 34px; }
  .pdp-ed-lead p { font-size: 19px; }
}

/* ----- VIDEO IN FIGURE (lookbook in movimento) ----- */
.figure video { width: 100%; height: 100%; object-fit: cover; display: block; background-color: var(--sand); transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1); }
.figure:hover video { transform: scale(1.03); }

/* ----- SITE PRELOADER ----- */
.amabre-preloader { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: var(--paper); transition: opacity 0.6s ease, visibility 0.6s ease; }
.amabre-preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.amabre-preloader__inner { display: flex; flex-direction: column; align-items: center; gap: 22px; animation: amabrePreIn 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both; }
.amabre-preloader__mark { width: clamp(78px, 15vw, 116px); height: auto; color: var(--ink); animation: amabrePreMark 2.4s ease-in-out infinite; }
.amabre-preloader__tag { font-family: var(--f-sans); font-size: 0.7rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--ink); opacity: 0.55; }
@keyframes amabrePreIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes amabrePreMark { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }

/* ----- Newsletter nascosta (per adesso) ----- */
.newsletter { display: none !important; }

/* ----- Avviso form contatti ----- */
.form-notice { padding: 14px 18px; margin-bottom: 24px; font-family: var(--f-sans); font-size: 14px; border: 1px solid var(--beige); }
.form-notice--ok { background: var(--sand); color: var(--ink); border-color: var(--taupe); }
.form-notice--err { background: #f6ece9; color: var(--wine); border-color: var(--wine); }

/* ----- Cookie bar ----- */
.cookiebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9000; background: var(--ink); color: var(--paper); padding: 18px 0; box-shadow: 0 -8px 30px rgba(0,0,0,0.18); }
.cookiebar[hidden] { display: none; }
.cookiebar__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cookiebar__text { margin: 0; font-family: var(--f-sans); font-size: 13.5px; line-height: 1.5; flex: 1 1 320px; opacity: 0.92; }
.cookiebar__text a { color: var(--paper); text-decoration: underline; }
.cookiebar__prefs { display: flex; gap: 22px; flex: 1 1 100%; padding: 4px 0 2px; font-family: var(--f-sans); font-size: 13px; }
.cookiebar__prefs[hidden] { display: none; }
.cookiebar__opt { display: inline-flex; align-items: center; gap: 8px; opacity: 0.92; }
.cookiebar__opt span { opacity: 0.6; }
.cookiebar__actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookiebar__btn { font-family: var(--f-sans); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding: 11px 18px; border: 1px solid var(--paper); background: transparent; color: var(--paper); cursor: pointer; transition: background 0.25s ease, color 0.25s ease; }
.cookiebar__btn--ghost:hover { background: rgba(255,255,255,0.12); }
.cookiebar__btn--solid { background: var(--paper); color: var(--ink); }
.cookiebar__btn--solid:hover { background: var(--sand); }
@media (max-width: 700px){
  .cookiebar__inner { gap: 14px; }
  .cookiebar__actions { flex: 1 1 100%; }
  .cookiebar__btn { flex: 1; }
}

/* ============ PDP — Cura e Manutenzione (accordion) ============ */
.pdp-care { background: var(--paper); padding: 0 24px 100px; }
.pdp-care-inner { max-width: 880px; margin: 0 auto; }
.pdp-care-acc { border-top: 1px solid rgba(14,13,11,0.14); border-bottom: 1px solid rgba(14,13,11,0.14); }
.pdp-care-acc summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 24px 2px; }
.pdp-care-acc summary::-webkit-details-marker { display: none; }
.pdp-care-label { font-family: var(--f-sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); }
.pdp-care-icon { position: relative; width: 12px; height: 12px; flex: 0 0 auto; }
.pdp-care-icon::before, .pdp-care-icon::after { content: ""; position: absolute; background: var(--ink-soft); transition: transform 0.3s ease, opacity 0.3s ease; }
.pdp-care-icon::before { left: 0; top: 5.5px; width: 12px; height: 1px; }
.pdp-care-icon::after { left: 5.5px; top: 0; width: 1px; height: 12px; }
.pdp-care-acc[open] .pdp-care-icon::after { transform: scaleY(0); }
.pdp-care-body { padding: 10px 2px 44px; }
.pdp-care-title { font-family: var(--f-serif); font-weight: 500; font-size: clamp(24px, 3vw, 32px); line-height: 1.2; color: var(--ink); margin: 6px 0 16px; }
.pdp-care-lead { color: var(--ink-soft); line-height: 1.85; margin-bottom: 32px; max-width: 62ch; }
.pdp-care-item { margin-bottom: 26px; }
.pdp-care-item h4 { font-family: var(--f-serif); font-weight: 600; font-size: 20px; color: var(--ink); margin-bottom: 7px; }
.pdp-care-item h4 span { display: block; font-family: var(--f-serif); font-style: italic; font-weight: 400; font-size: 15px; letter-spacing: 0.01em; color: var(--wine); margin-top: 2px; }
.pdp-care-item p { color: var(--ink-soft); line-height: 1.85; font-size: 15px; max-width: 68ch; }
@media (max-width: 700px){
  .pdp-care { padding: 0 20px 72px; }
  .pdp-care-title { font-size: 24px; }
}

/* ==== Scala tipografica minima (rif. Loro Piana, maggiorata): corpo di lettura 18px, nessun testo sotto i 13px ==== */
/* Base del sito: tutto ciò che eredita sale a 18px */
body { font-size: 18px; }
/* Corpo di lettura (serif): → 18px */
.material p, .product__desc, .pillar p, .pdp-care-item p, .pdp-care-item h4 span, .pdp-acc__body p, .pdp-specs dd, .pdp-ed-block p { font-size: 18px; }
.product { font-size: 18px; }
.newsletter input { font-size: 17px; }
/* Testi di servizio: → 15–16px */
.footer-brand p, .form-notice { font-size: 16px; }
.footer-col ul a, .pdp-colors, .cookiebar__text, .cookiebar__prefs { font-size: 15px; }
.newsletter input::placeholder { font-size: 15px; }
/* Link ed etichette: → 14px */
.breadcrumb, .lookbook-line-link, .pdp-acc__link, .pdp-note, .pdp-care-label, .cookiebar__btn { font-size: 14px; }
/* Micro-etichette maiuscole: → 13px */
.eyebrow, .tile__eyebrow, .nav, .nav-meta a, .dropdown a, .btn, .link-line, .pull-quote cite, .footer-col h4, .footer-meta p, .pdp-colors__label, .pdp-specs dt, .pdp-acc__label, .product__meta, .product__composition, .product__enquire, .newsletter button, .contact-info dt, .field label { font-size: 13px; }

