/* HELIXDOMUS — Stylesheet condiviso IT/ES/EN */

:root {
  --brand-green: #0E3B2A;
  --brand-green-deep: #082519;
  --brand-gold: #C9A24A;
  --brand-gold-dark: #A4823A;
  --ivory: #F5F1E6;
  --ink: #1F2937;
  --muted: #6B7280;
  --line: rgba(201, 162, 74, 0.18);
  --max: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }

/* HEADER */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  background: rgba(14, 59, 42, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
  border-bottom: 1px solid rgba(201, 162, 74, 0.15);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px; max-width: var(--max); margin: 0 auto;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--brand-gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 600; letter-spacing: 0.18em;
  text-decoration: none;
}
.logo-nav {
  width: 64px; height: 64px;
  color: var(--brand-gold);
  flex-shrink: 0;
}
.brand-text { line-height: 1; }
@media (max-width: 480px) {
  .brand-text { display: none; }
  .logo-nav { width: 52px; height: 52px; }
}
.hero-logo {
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  margin-bottom: 44px;
  filter: drop-shadow(0 4px 18px rgba(201, 162, 74, 0.18));
}
.hero-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
@media (max-width: 600px) {
  .hero-logo { margin-bottom: 28px; }
}
.nav-links {
  display: none; gap: 36px; font-size: 14px; color: var(--ivory);
  letter-spacing: 0.04em;
}
.nav-links a:hover { color: var(--brand-gold); }
@media (min-width: 900px) { .nav-links { display: flex; } }

/* LANGUAGE SWITCHER */
.lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 24px;
  padding-left: 24px;
  border-left: 1px solid rgba(245, 241, 230, 0.18);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}
.lang-switch a {
  color: rgba(245, 241, 230, 0.55);
  padding: 4px 8px;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}
.lang-switch a:hover { color: var(--brand-gold); }
.lang-switch a.active {
  color: var(--brand-gold);
  border-bottom-color: var(--brand-gold);
}
@media (max-width: 900px) {
  .lang-switch {
    margin-left: auto;
    padding-left: 12px;
    border-left: none;
    gap: 4px;
  }
  .lang-switch a { padding: 4px 6px; font-size: 11px; }
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 4px;
  font-size: 14px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: all 0.25s ease;
  cursor: pointer; border: 1px solid transparent;
}
.btn-gold { background: var(--brand-gold); color: var(--brand-green-deep); }
.btn-gold:hover { background: var(--brand-gold-dark); transform: translateY(-1px); }
.btn-ghost-light {
  border-color: rgba(245, 241, 230, 0.4); color: var(--ivory);
  background: transparent;
}
.btn-ghost-light:hover { border-color: var(--brand-gold); color: var(--brand-gold); }

/* HERO */
.hero {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(201, 162, 74, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(201, 162, 74, 0.10) 0%, transparent 55%),
    linear-gradient(180deg, var(--brand-green) 0%, var(--brand-green-deep) 100%);
  color: var(--ivory);
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(201, 162, 74, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(201, 162, 74, 0.06) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1'/><feColorMatrix values='0 0 0 0 0.79 0 0 0 0 0.64 0 0 0 0 0.29 0 0 0 0.04 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  pointer-events: none; opacity: 0.6;
}
.hero-inner {
  position: relative; z-index: 2; max-width: 980px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eyebrow {
  color: var(--brand-gold); font-size: 13px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 32px; font-weight: 500;
}
.hero h1 {
  font-size: clamp(40px, 6.5vw, 84px);
  color: var(--ivory); margin-bottom: 32px;
  font-weight: 400;
}
.hero h1 .accent { color: var(--brand-gold); font-style: italic; font-weight: 500; }
.hero p.lead {
  font-size: clamp(18px, 1.5vw, 22px);
  color: rgba(245, 241, 230, 0.88);
  max-width: 720px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.hero p.lead em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--brand-gold);
  font-size: 1.15em;
  letter-spacing: 0.005em;
}
.hero p.lead-meta {
  font-size: 12px;
  color: rgba(245, 241, 230, 0.5);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 48px;
  margin-top: 8px;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* HERO ZONA — micro-foto territoriale sotto al meta */
.hero-zona {
  margin: 8px auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero-zona-img {
  width: clamp(220px, 26vw, 320px);
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #355c3a 0%, #264529 100%);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(201, 162, 74, 0.35);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
}
.hero-zona-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(8, 37, 25, 0.45) 100%);
}
.hero-zona-caption {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(245, 241, 230, 0.65);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-zona-caption::before,
.hero-zona-caption::after {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(201, 162, 74, 0.4);
}

/* GENERIC SECTION */
section { padding: 120px 0; }
.sec-eyebrow {
  color: var(--brand-gold-dark); font-size: 12px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 28px; font-weight: 600;
}
.sec-title {
  font-size: clamp(32px, 4vw, 56px);
  color: var(--brand-green-deep);
  max-width: 880px; margin-bottom: 32px;
}
.sec-title em { font-style: italic; color: var(--brand-gold-dark); }
.sec-body {
  max-width: 720px; color: var(--ink); font-size: 18px;
  line-height: 1.7; opacity: 0.85;
}

/* MODELLO BAND */
.band-dark {
  background: var(--brand-green-deep); color: var(--ivory);
}
.band-dark .sec-title { color: var(--ivory); }
.band-dark .sec-eyebrow { color: var(--brand-gold); }
.band-dark .sec-body { color: rgba(245, 241, 230, 0.78); }

/* MODELLO BANNER */
.modello-banner {
  margin: 48px 0 0;
  height: clamp(160px, 20vw, 240px);
  background: linear-gradient(135deg, #1a3328 0%, #082519 100%);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}
.modello-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 37, 25, 0.35) 100%);
  pointer-events: none;
}
.modello-banner-caption {
  position: absolute;
  left: 32px; bottom: 28px; right: 32px;
  color: var(--ivory);
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.modello-banner-caption strong {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 32px);
  color: var(--brand-gold);
  font-weight: 500;
}
.modello-banner-caption span {
  font-size: 13px;
  color: rgba(245, 241, 230, 0.75);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* NUMBERS */
.numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.num-item {
  padding: 48px 24px;
  border-right: 1px solid var(--line);
  text-align: left;
}
.num-item:last-child { border-right: none; }
.num-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--brand-gold);
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1;
}
.num-label {
  font-size: 13px; color: rgba(245, 241, 230, 0.6);
  letter-spacing: 0.08em;
}

/* LINEE GRID */
.lines-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  margin-top: 72px;
  background: var(--line);
  border: 1px solid var(--line);
}
.line-card {
  background: var(--ivory);
  padding: 48px 36px;
  transition: all 0.3s ease;
  cursor: default;
}
.line-card:hover { background: white; }
.line-num {
  color: var(--brand-gold-dark); font-family: 'Cormorant Garamond', serif;
  font-size: 28px; margin-bottom: 24px;
}
.line-title { font-size: 24px; color: var(--brand-green-deep); margin-bottom: 16px; }
.line-desc { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* PILLARS */
.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px;
  margin-top: 72px;
}
.pillar h3 { font-size: 26px; color: var(--brand-gold); margin-bottom: 16px; }
.pillar p { color: rgba(245, 241, 230, 0.78); font-size: 16px; line-height: 1.7; }

/* DOMUS */
.domus {
  background: var(--brand-green-deep);
  color: var(--ivory);
  padding: 0;
  overflow: hidden;
}
.domus-grid {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 360px;
}
@media (min-width: 1000px) {
  .domus-grid { grid-template-columns: 2fr 3fr; min-height: 440px; }
}
.domus-image {
  background: linear-gradient(135deg, #1a3328 0%, #082519 60%, #082519 100%);
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domus-image svg.placeholder { width: 75%; max-width: 380px; height: auto; opacity: 0.85; }
.domus-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(8, 37, 25, 0.5) 100%);
}
.domus-content {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .domus-content { padding: 64px 32px; }
}
.domus-eyebrow {
  color: var(--brand-gold); font-size: 12px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 28px; font-weight: 600;
}
.domus h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--ivory);
  margin-bottom: 28px;
  line-height: 1.15;
}
.domus h2 em { color: var(--brand-gold); font-style: italic; }
.domus-lead {
  font-size: 17px;
  color: rgba(245, 241, 230, 0.85);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.domus-experiences { display: grid; gap: 24px; margin-bottom: 40px; }
.domus-exp {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.domus-exp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--brand-gold);
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(201, 162, 74, 0.3);
  padding-right: 16px;
}
.domus-exp-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--ivory);
  margin-bottom: 6px;
  font-weight: 500;
}
.domus-exp-text span {
  font-size: 14px;
  color: rgba(245, 241, 230, 0.65);
  line-height: 1.5;
}
.domus-quote {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(201, 162, 74, 0.2);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(245, 241, 230, 0.78);
  line-height: 1.5;
}

/* POLO */
.polo { background: var(--ivory); padding: 120px 0; }
.polo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 64px;
}
.polo-card {
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(14, 59, 42, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.polo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(14, 59, 42, 0.15);
}
.polo-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-deep) 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.polo-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 37, 25, 0.4) 100%);
}
.polo-img svg.placeholder { width: 60%; max-width: 200px; height: auto; opacity: 0.9; }
.polo-card[data-img="oliveti"] .polo-img    { background: linear-gradient(135deg, #355c3a 0%, #264529 100%); }
.polo-card[data-img="lumache"] .polo-img    { background: linear-gradient(135deg, #5a4a32 0%, #3a2e1d 100%); }
.polo-card[data-img="struttura"] .polo-img  { background: linear-gradient(135deg, #1a3328 0%, #082519 100%); }
.polo-card[data-img="trasformazione"] .polo-img { background: linear-gradient(135deg, #354150 0%, #1f2730 100%); }
.polo-card[data-img="fichi"] .polo-img      { background: linear-gradient(135deg, #C9A24A 0%, #8a6f48 60%, #3D4A2A 100%); }
.polo-card[data-img="apicoltura"] .polo-img { background: linear-gradient(135deg, #C9A24A 0%, #8a6f48 50%, #5a4a32 100%); }
.polo-body { padding: 32px 28px; }
.polo-eyebrow {
  color: var(--brand-gold-dark);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.polo-card h3 { font-size: 26px; color: var(--brand-green-deep); margin-bottom: 14px; }
.polo-card p { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* FICHI */
.fichi { background: var(--ivory); color: var(--ink); padding: 0; overflow: hidden; }
.fichi-grid { display: grid; grid-template-columns: 1fr; min-height: 360px; }
@media (min-width: 1000px) {
  .fichi-grid { grid-template-columns: 3fr 2fr; min-height: 440px; }
}
.fichi-content {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}
@media (max-width: 800px) {
  .fichi-content { padding: 64px 32px; }
}
.fichi-eyebrow {
  color: var(--brand-gold-dark); font-size: 12px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 28px; font-weight: 600;
}
.fichi h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--brand-green-deep);
  margin-bottom: 28px;
  line-height: 1.15;
}
.fichi h2 em { color: var(--brand-gold-dark); font-style: italic; }
.fichi-lead {
  font-size: 17px;
  color: var(--ink);
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.fichi-products { display: grid; gap: 20px; margin-bottom: 36px; }
.fichi-product {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.fichi-product-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--brand-gold-dark);
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(201, 162, 74, 0.3);
  padding-right: 16px;
}
.fichi-product-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--brand-green-deep);
  margin-bottom: 6px;
  font-weight: 500;
}
.fichi-product-text span { font-size: 14px; color: var(--muted); line-height: 1.55; }
.fichi-quote {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(201, 162, 74, 0.25);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brand-green-deep);
  opacity: 0.85;
  line-height: 1.5;
}
.fichi-image {
  background: linear-gradient(135deg, #C9A24A 0%, #8a6f48 60%, #3D4A2A 100%);
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  background-size: cover;
  background-position: center;
}
.fichi-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(14, 59, 42, 0.4) 100%);
}
.fichi-image svg.placeholder { width: 65%; max-width: 320px; height: auto; opacity: 0.85; }

/* APICOLTURA */
.api-section { background: var(--brand-green-deep); color: var(--ivory); padding: 0; overflow: hidden; }
.api-grid { display: grid; grid-template-columns: 1fr; min-height: 360px; }
@media (min-width: 1000px) {
  .api-grid { grid-template-columns: 2fr 3fr; min-height: 440px; }
}
.api-image {
  background: linear-gradient(135deg, #5a4a32 0%, #3a2e1d 60%, #082519 100%);
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1000px) {
  .api-image { order: 1; }
}
.api-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(8, 37, 25, 0.5) 100%);
}
.api-image svg.placeholder { width: 65%; max-width: 280px; height: auto; opacity: 0.85; }
.api-content {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}
@media (min-width: 1000px) {
  .api-content { order: 2; }
}
@media (max-width: 800px) {
  .api-content { padding: 64px 32px; }
}
.api-eyebrow {
  color: var(--brand-gold); font-size: 12px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 28px; font-weight: 600;
}
.api-section h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--ivory);
  margin-bottom: 28px;
  line-height: 1.15;
}
.api-section h2 em { color: var(--brand-gold); font-style: italic; }
.api-lead {
  font-size: 17px;
  color: rgba(245, 241, 230, 0.85);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.api-products { display: grid; gap: 20px; margin-bottom: 36px; }
.api-product {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.api-product-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--brand-gold);
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(201, 162, 74, 0.3);
  padding-right: 16px;
}
.api-product-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--ivory);
  margin-bottom: 6px;
  font-weight: 500;
}
.api-product-text span { font-size: 14px; color: rgba(245, 241, 230, 0.65); line-height: 1.55; }
.api-quote {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(201, 162, 74, 0.2);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: rgba(245, 241, 230, 0.85);
  line-height: 1.5;
}

/* SPREMITURA */
.spremitura {
  background: #FFFFFF;
  color: var(--ink);
  padding: 0;
  overflow: hidden;
  position: relative;
}
.spremitura::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--brand-gold) 50%, transparent 100%);
  opacity: 0.4;
}
.spremitura-grid { display: grid; grid-template-columns: 1fr; min-height: 360px; }
@media (min-width: 1000px) {
  .spremitura-grid { grid-template-columns: 3fr 2fr; min-height: 440px; }
}
.spremitura-content {
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
}
@media (max-width: 800px) {
  .spremitura-content { padding: 64px 32px; }
}
.spremitura-eyebrow {
  color: var(--brand-gold-dark); font-size: 12px;
  letter-spacing: 0.32em; text-transform: uppercase;
  margin-bottom: 28px; font-weight: 600;
}
.spremitura h2 {
  font-size: clamp(32px, 4vw, 52px);
  color: var(--brand-green-deep);
  margin-bottom: 28px;
  line-height: 1.15;
}
.spremitura h2 em { color: var(--brand-gold-dark); font-style: italic; }
.spremitura-lead {
  font-size: 17px;
  color: var(--ink);
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 540px;
}
.spremitura-features { display: grid; gap: 20px; margin-bottom: 36px; }
.spremitura-feature {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.spremitura-feature-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: var(--brand-gold-dark);
  line-height: 1;
  font-weight: 500;
  border-right: 1px solid rgba(201, 162, 74, 0.3);
  padding-right: 16px;
}
.spremitura-feature-text strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: var(--brand-green-deep);
  margin-bottom: 6px;
  font-weight: 500;
}
.spremitura-feature-text span { font-size: 14px; color: var(--muted); line-height: 1.55; }
.spremitura-quote {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(201, 162, 74, 0.25);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brand-green-deep);
  opacity: 0.85;
  line-height: 1.5;
}
.spremitura-image {
  background: linear-gradient(135deg, #C9A24A 0%, #8a6f48 50%, #5a4a32 100%);
  min-height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  background-size: cover;
  background-position: center;
}
.spremitura-image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(8, 37, 25, 0.25) 100%);
}
.spremitura-image svg.placeholder { width: 60%; max-width: 280px; height: auto; opacity: 0.9; }

/* FILIERA */
.filiera { background: var(--brand-green-deep); color: var(--ivory); padding: 120px 0; }
.filiera .sec-title { color: var(--ivory); }
.filiera .sec-eyebrow { color: var(--brand-gold); }
.filiera .sec-body { color: rgba(245, 241, 230, 0.78); }
.filiera-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 16px;
  margin-top: 72px;
}
.filiera-step {
  flex: 1 1 160px;
  min-width: 0;
  padding: 28px 16px;
  text-align: center;
  border: 1px solid rgba(201, 162, 74, 0.25);
  border-radius: 4px;
  background: rgba(201, 162, 74, 0.04);
  transition: all 0.3s ease;
}
.filiera-step:hover {
  border-color: var(--brand-gold);
  background: rgba(201, 162, 74, 0.08);
  transform: translateY(-2px);
}
.filiera-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--brand-gold);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 16px;
}
.filiera-step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 12px;
}
.filiera-step p {
  font-size: 13px;
  color: rgba(245, 241, 230, 0.65);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.filiera-arrow {
  display: flex;
  align-items: center;
  color: var(--brand-gold);
  font-size: 24px;
  font-weight: 300;
  flex: 0 0 auto;
}
.filiera-note {
  margin-top: 56px;
  text-align: center;
  color: rgba(245, 241, 230, 0.85);
  font-size: 16px;
  font-style: italic;
}
.filiera-note strong {
  color: var(--brand-gold);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 800px) {
  .filiera-arrow { display: none; }
  .filiera-flow { gap: 12px; }
  .filiera-step { flex: 1 1 calc(50% - 8px); }
}

/* CATALOG */
.catalog { background: var(--ivory); padding: 120px 0; }
.catalog-intro { max-width: 720px; margin-bottom: 16px; }
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 64px;
}
.catalog-card {
  background: white;
  border: 1px solid rgba(201, 162, 74, 0.18);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.catalog-card:hover {
  border-color: var(--brand-gold);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(14, 59, 42, 0.12);
}
.catalog-card-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-green-deep) 100%);
  background-size: cover;
  background-position: center;
  position: relative;
}
.catalog-card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8, 37, 25, 0.35) 100%);
}
.catalog-card-img-num {
  position: absolute;
  top: 16px; left: 20px;
  color: var(--brand-gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  z-index: 2;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.catalog-card-body {
  padding: 28px 28px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.catalog-card-eyebrow {
  color: var(--brand-gold-dark);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.catalog-card h3 {
  font-size: 24px;
  color: var(--brand-green-deep);
  margin-bottom: 14px;
  line-height: 1.2;
}
.catalog-card-products { list-style: none; margin-bottom: 24px; padding: 0; }
.catalog-card-products li {
  font-size: 14px;
  color: var(--ink);
  opacity: 0.78;
  padding: 6px 0 6px 18px;
  position: relative;
  line-height: 1.45;
}
.catalog-card-products li::before {
  content: '·';
  color: var(--brand-gold-dark);
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 18px;
  line-height: 1;
}
.catalog-card-cta {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 162, 74, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.catalog-card-cta a {
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-green-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--brand-gold);
  padding-bottom: 2px;
  transition: all 0.2s ease;
}
.catalog-card-cta a:hover { color: var(--brand-gold-dark); }
.catalog-card-cta-arrow {
  color: var(--brand-gold);
  font-size: 18px;
  transition: transform 0.2s ease;
}
.catalog-card:hover .catalog-card-cta-arrow { transform: translateX(4px); }
.catalog-note {
  margin-top: 56px;
  padding: 32px 36px;
  background: rgba(201, 162, 74, 0.06);
  border-left: 3px solid var(--brand-gold);
  border-radius: 4px;
  max-width: 880px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brand-green-deep);
  line-height: 1.55;
}
.catalog-note strong {
  font-style: normal;
  font-weight: 600;
  color: var(--brand-gold-dark);
}

/* PROOF */
.proof {
  background: var(--brand-green-deep);
  color: var(--ivory);
  padding: 100px 0;
  text-align: center;
}
.proof-text {
  color: var(--ivory) !important;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-style: italic;
  max-width: 880px; margin: 0 auto;
  line-height: 1.3;
  font-weight: 400;
}
.proof-rule {
  width: 60px; height: 2px;
  background: var(--brand-gold);
  margin: 32px auto 0;
}

/* LEAD FORM */
.lead { background: var(--brand-green); color: var(--ivory); padding: 120px 0; }
.lead-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
}
@media (min-width: 900px) {
  .lead-grid { grid-template-columns: 1fr 1fr; }
}
.lead .sec-title { color: var(--ivory); }
.lead .sec-body { color: rgba(245, 241, 230, 0.8); }

form.lead-form {
  background: rgba(245, 241, 230, 0.03);
  border: 1px solid rgba(201, 162, 74, 0.2);
  padding: 40px;
  border-radius: 8px;
}
.field { margin-bottom: 20px; }
.field label {
  display: block; font-size: 12px;
  color: rgba(245, 241, 230, 0.7);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(245, 241, 230, 0.05);
  border: 1px solid rgba(245, 241, 230, 0.2);
  color: var(--ivory);
  font-family: inherit; font-size: 15px;
  border-radius: 4px;
  transition: border-color 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand-gold);
}
.field textarea { resize: vertical; min-height: 90px; }
form.lead-form .btn { width: 100%; }
.form-note {
  font-size: 12px; color: rgba(245, 241, 230, 0.5);
  margin-top: 16px; line-height: 1.5;
}

/* FOOTER */
footer {
  background: var(--brand-green-deep);
  color: rgba(245, 241, 230, 0.65);
  padding: 80px 0 40px;
  font-size: 14px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 48px;
  margin-bottom: 64px;
}
.footer-col h4 {
  color: var(--brand-gold); font-size: 13px;
  letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 20px; font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a:hover { color: var(--brand-gold); }
.footer-bottom {
  border-top: 1px solid rgba(201, 162, 74, 0.15);
  padding-top: 28px;
  display: flex; flex-wrap: wrap; gap: 20px;
  justify-content: space-between; font-size: 12px;
  color: rgba(245, 241, 230, 0.4);
}

/* UTILITY */
.reveal { opacity: 0; transform: translateY(24px); transition: all 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 600px) {
  section { padding: 80px 0; }
  .container { padding: 0 24px; }
  .num-item { border-right: none; border-bottom: 1px solid var(--line); }
  .num-item:last-child { border-bottom: none; }
  form.lead-form { padding: 28px; }
}
