:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --ink: #30202b;
  --paper: #fff7ea;
  --wine: #6a3558;
  --blush: #f2b4aa;
  --acid: #f3b940;
  --coral: #e96b5d;
  --teal: #2a756f;
  --line: rgba(48, 32, 43, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans), sans-serif;
}
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .8rem 1rem; background: var(--paper); color: var(--ink); font-size: .75rem; font-weight: 700; transform: translateY(-180%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255, 247, 234, 0.27);
  color: var(--paper);
}
.wordmark img { display: block; width: clamp(11rem, 18vw, 16rem); height: auto; }
nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3rem); font-size: .76rem; font-weight: 600; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .65; }
.nav-cta { border: 1px solid rgba(242, 238, 230, .7); padding: .7rem 1.1rem; }
.nav-cta:hover { background: var(--paper); color: var(--ink); opacity: 1; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: 58% 42%;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}
.hero::before { content: ""; position: absolute; z-index: 0; width: 34rem; height: 34rem; left: -19rem; bottom: -17rem; border: 7rem solid var(--wine); border-radius: 50%; opacity: .72; }
.hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 8rem 3rem 5rem clamp(1.25rem, 5.5vw, 6rem);
}
.hero-ribbon { position: absolute; z-index: 3; top: 7.2rem; left: 48%; width: clamp(8rem, 15vw, 14rem); transform: rotate(-8deg); filter: drop-shadow(0 12px 25px rgba(48,32,43,.16)); }
.eyebrow { margin: 0 0 2rem; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--font-display), serif;
  font-size: clamp(4.1rem, 7.2vw, 8rem);
  font-weight: 500;
  line-height: .78;
  letter-spacing: -.055em;
  text-wrap: balance;
}
h1 em { font-weight: 400; color: var(--coral); }
h1 .h1-line { display: block; }
h1 .h1-line + .h1-line { margin-top: .18em; }
h1 .h1-accent { color: var(--acid); }
.hero-intro { max-width: 38rem; margin: 2.5rem 0 0; font-size: clamp(.95rem, 1.1vw, 1.1rem); line-height: 1.65; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.button-primary { background: var(--acid); color: var(--ink); padding: 1rem 1.25rem; font-size: .76rem; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.button-primary:hover { background: #e5ec8a; }
.button-primary:active { transform: translateY(1px); }
.text-link { padding: .75rem 0; border-bottom: 1px solid rgba(242,238,230,.55); font-size: .76rem; font-weight: 600; }
.hero-values { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 3rem 0 0; padding: 0; list-style: none; font-family: var(--font-display), serif; font-size: 1.15rem; font-style: italic; color: rgba(255,247,234,.72); }
.hero-values li:not(:last-child)::after { content: "/"; margin-left: 1.2rem; color: var(--coral); font-family: var(--font-sans), sans-serif; font-style: normal; }

.hero-visual { position: relative; min-height: 100dvh; z-index: 1; background: var(--blush); border-bottom-left-radius: clamp(3rem, 8vw, 8rem); overflow: hidden; }
.portrait-wrap { position: absolute; inset: 0; overflow: hidden; }
.portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(35,31,32,.08), transparent 55%, rgba(35,31,32,.35)); }
.portrait-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.9) contrast(1.03); }
.portrait-caption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; display: flex; gap: 1rem; margin: 0; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.portrait-caption span { color: var(--acid); }
.signature { position: absolute; z-index: 2; right: -1rem; bottom: 3rem; margin: 0; color: rgba(255,247,234,.82); font-family: var(--font-display), serif; font-size: clamp(4rem, 8vw, 8.5rem); font-style: italic; transform: rotate(-8deg); }
.hero-side-note { position: absolute; z-index: 3; left: .85rem; bottom: 2rem; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .57rem; text-transform: uppercase; letter-spacing: .14em; opacity: .72; }

.manifesto-strip { display: flex; justify-content: space-around; align-items: center; gap: 1rem; padding: 1.35rem 2rem; background: var(--teal); color: var(--paper); font-family: var(--font-display), serif; font-size: clamp(1.15rem, 2vw, 1.7rem); font-style: italic; white-space: nowrap; overflow: hidden; }
.manifesto-strip i { color: var(--acid); font-size: 1rem; font-style: normal; }

.section-index { margin: 0; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.intro-section {
  position: relative;
  display: grid;
  grid-template-columns: 20% 45% 35%;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 5.5vw, 6rem);
  background: var(--paper);
}
.intro-heading { position: relative; }
.intro-heading h2, .section-heading-row h2, .about-copy h2 {
  margin: 0;
  font-family: var(--font-display), serif;
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.045em;
}
h2 em { color: var(--wine); font-weight: 400; }
.color-orbit { position: absolute; right: -2rem; bottom: -4rem; width: 8rem; height: 8rem; }
.color-orbit span { position: absolute; width: 4.5rem; height: 4.5rem; border-radius: 50%; mix-blend-mode: multiply; opacity: .9; }
.color-orbit span:nth-child(1) { top: 0; left: 0; background: var(--coral); }
.color-orbit span:nth-child(2) { right: 0; bottom: 0; background: var(--acid); }
.color-orbit span:nth-child(3) { left: .8rem; bottom: 0; background: var(--teal); }
.intro-body { align-self: end; max-width: 31rem; padding-left: clamp(1rem, 3vw, 3rem); font-size: .94rem; line-height: 1.75; }
.intro-body p { margin: 0 0 1.2rem; }

.services-section { padding: 7rem clamp(1.25rem, 5.5vw, 6rem) 9rem; background: var(--ink); color: var(--paper); }
.section-heading-row { display: grid; grid-template-columns: 20% 45% 35%; align-items: end; margin-bottom: 5rem; }
.section-heading-row h2 { font-size: clamp(3.5rem, 6.3vw, 7rem); }
.section-heading-row h2 em { color: var(--coral); }
.section-heading-row > p:last-child { max-width: 25rem; margin: 0; padding-left: clamp(1rem, 3vw, 3rem); font-size: .9rem; line-height: 1.7; opacity: .72; }
.services-list { display: grid; gap: 1rem; }
.service-featured { display: grid; grid-template-columns: 52% 48%; min-height: 34rem; background: var(--blush); color: var(--ink); border-radius: 0 4rem 0 0; overflow: hidden; }
.service-image { overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.service-featured:hover .service-image img { transform: scale(1.025); }
.service-copy, .service-card { display: flex; flex-direction: column; padding: clamp(2rem, 4vw, 4rem); }
.service-number { margin-left: auto; font-family: var(--font-display), serif; font-size: 1rem; }
.service-kicker { margin: auto 0 1.2rem; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.service-copy h3, .service-card h3 { max-width: 8ch; margin: 0; font-family: var(--font-display), serif; font-size: clamp(3.4rem, 5.5vw, 6rem); font-weight: 500; line-height: .85; letter-spacing: -.045em; }
.service-copy > p:not(.service-kicker), .service-card > p:not(.service-kicker) { max-width: 30rem; margin: 1.5rem 0 2.5rem; font-size: .9rem; line-height: 1.7; }
.service-copy a, .service-card a { align-self: flex-start; margin-top: auto; padding-bottom: .45rem; border-bottom: 1px solid currentColor; font-size: .72rem; font-weight: 700; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.service-card { min-height: 34rem; overflow: hidden; }
.service-card h3 { font-size: clamp(2.8rem, 4vw, 4.6rem); }
.card-wine { background: var(--wine); }
.card-acid { background: var(--acid); color: var(--ink); }
.card-paper { background: var(--teal); color: var(--paper); border-radius: 0 0 4rem 0; }
.services-more { margin: 3.5rem 0 0; text-align: center; }
.services-more .button-primary { display: inline-block; }

.belief-section { position: relative; padding: 8rem clamp(1.25rem, 8vw, 9rem) 10rem; background: var(--blush); overflow: hidden; }
.belief-section::before { content: "“"; position: absolute; top: -5rem; right: 1rem; color: rgba(106,53,88,.16); font-family: var(--font-display), serif; font-size: 34rem; line-height: 1; }
.belief-section > img { position: absolute; left: -3rem; bottom: -1.5rem; width: clamp(13rem, 25vw, 25rem); opacity: .18; transform: rotate(-12deg); }
.belief-section blockquote { position: relative; max-width: 15ch; margin: 4rem auto 0; font-family: var(--font-display), serif; font-size: clamp(3.2rem, 6.4vw, 7rem); font-weight: 500; line-height: .95; letter-spacing: -.045em; text-align: center; }
.belief-section blockquote em { color: var(--wine); font-weight: 400; }

.about-section { display: grid; grid-template-columns: 46% 54%; min-height: 50rem; background: var(--paper); }
.about-image { position: relative; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.about-image span { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: .65rem .8rem; background: var(--acid); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.about-copy { align-self: center; padding: 6rem clamp(2rem, 7vw, 8rem); }
.about-note { max-width: 28rem; margin: 1.2rem 0 0; color: var(--teal); font-family: var(--font-display), serif; font-size: 1.35rem !important; font-style: italic; line-height: 1.25 !important; }
.about-copy h2 { margin: 2rem 0 2.5rem; }
.about-copy > p:not(.section-index) { max-width: 37rem; font-size: .95rem; line-height: 1.75; }
.dark-link { display: inline-block; margin-top: 1.8rem; padding-bottom: .5rem; border-bottom: 1px solid var(--ink); font-size: .74rem; font-weight: 700; }
.about-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1.4rem 2.2rem; }
.about-links .dark-link { margin-top: 1.8rem; }
.text-link-dark { padding-bottom: .35rem; border-bottom: 1px solid var(--line); font-size: .74rem; font-weight: 600; transition: opacity .2s ease; }
.text-link-dark:hover { opacity: .6; }

/* --- Recensioni Google --- */
.reviews-section { padding: 6rem clamp(1.25rem, 5.5vw, 6rem) 7rem; background: var(--wine); color: var(--paper); }
.reviews-head { max-width: 46rem; }
.reviews-section .section-index { color: var(--acid); }
.reviews-head h2 { margin: 1.6rem 0 0; font-family: var(--font-display), serif; font-size: clamp(2.6rem, 5.5vw, 4.6rem); font-weight: 500; line-height: .95; letter-spacing: -.04em; }
.reviews-head h2 em { color: var(--acid); font-weight: 400; }
.reviews-rating { display: flex; align-items: baseline; flex-wrap: wrap; gap: .55rem; margin: 1.8rem 0 0; }
.reviews-score { font-family: var(--font-display), serif; font-size: 1.8rem; font-weight: 600; line-height: 1; }
.reviews-stars { color: var(--acid); letter-spacing: .1em; }
.reviews-count { font-size: .8rem; font-weight: 700; opacity: .85; }
.reviews-grid { list-style: none; margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.review-card { display: flex; flex-direction: column; gap: 1rem; padding: 1.8rem; background: rgba(255, 247, 234, .06); border: 1px solid rgba(255, 247, 234, .16); }
.review-stars { margin: 0; color: var(--acid); font-size: .95rem; letter-spacing: .12em; }
.review-card blockquote { margin: 0; flex: 1; font-family: var(--font-display), serif; font-size: 1.24rem; font-style: italic; line-height: 1.4; }
.review-author { margin: 0; padding-top: .9rem; border-top: 1px solid rgba(255, 247, 234, .16); font-size: .78rem; font-weight: 700; }
.review-author span { display: block; margin-top: .25rem; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; opacity: .7; }
.reviews-cta { margin: 2.8rem 0 0; }
.reviews-cta a { display: inline-block; padding-bottom: .4rem; border-bottom: 1px solid var(--acid); color: var(--acid); font-family: var(--font-sans), sans-serif; font-size: .78rem; font-weight: 700; transition: opacity .2s ease; }
.reviews-cta a:hover { opacity: .7; }

.contact-section { position: relative; padding: 3rem clamp(1.25rem, 5.5vw, 6rem) 7rem; background: var(--acid); overflow: hidden; }
.contact-mark { position: absolute; top: 7rem; right: clamp(-4rem, 2vw, 2rem); width: clamp(12rem, 24vw, 25rem); opacity: .9; transform: rotate(-7deg); }
.contact-topline { display: flex; justify-content: space-between; padding-bottom: 2rem; border-bottom: 1px solid rgba(35,31,32,.32); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.contact-section h2 { max-width: 15ch; margin: 5rem 0 2rem; font-family: var(--font-display), serif; font-size: clamp(4rem, 8vw, 9rem); font-weight: 500; line-height: .82; letter-spacing: -.055em; }
.contact-section h2 em { color: var(--wine); }
.contact-section > p { max-width: 37rem; font-size: 1rem; line-height: 1.7; }
.contact-actions { display: flex; align-items: center; gap: 2rem; margin-top: 3rem; }
.contact-primary { display: inline-flex; align-items: center; gap: .5rem; padding: 1.1rem 1.35rem; border: 0; background: var(--ink); color: var(--paper); font-family: var(--font-sans), sans-serif; font-size: .76rem; font-weight: 700; line-height: 1; cursor: pointer; }
.contact-whatsapp { display: inline-flex; align-items: center; gap: .55rem; padding: 1.1rem 1.35rem; background: var(--teal); color: var(--paper); font-family: var(--font-sans), sans-serif; font-size: .76rem; font-weight: 700; line-height: 1; }
.contact-whatsapp .wa-icon { flex: 0 0 auto; }

/* --- Form contatti (GDPR) --- */
.contact-form { position: relative; z-index: 2; max-width: 40rem; margin: 2.5rem 0 0; display: grid; gap: 1.4rem; }
.field { display: grid; gap: .5rem; }
.field label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.field .req { color: var(--wine); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: .95rem 1rem;
  border: 1px solid rgba(35,31,32,.35);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), sans-serif;
  font-size: .95rem;
  border-radius: 0;
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid var(--ink); outline-offset: 2px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.consent { display: flex; gap: .8rem; align-items: flex-start; margin-top: .3rem; }
.consent input[type="checkbox"] { flex: 0 0 auto; width: 1.35rem; height: 1.35rem; margin-top: .1rem; accent-color: var(--ink); }
.consent label { font-size: .82rem; font-weight: 500; line-height: 1.55; text-transform: none; letter-spacing: normal; }
.consent a { text-decoration: underline; text-underline-offset: .2rem; }
.form-note { max-width: 40rem; margin: 0; font-size: .78rem; line-height: 1.6; opacity: .78; }
.form-submit { justify-self: start; margin-top: .4rem; padding: 1.1rem 1.6rem; border: 0; background: var(--ink); color: var(--paper); font-family: var(--font-sans), sans-serif; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.form-submit:hover { transform: translateY(-2px); }
.form-submit:active { transform: translateY(0); }
.contact-alt { margin: 2.2rem 0 0; font-size: .85rem; line-height: 1.7; }
.contact-alt a { border-bottom: 1px solid var(--ink); font-weight: 700; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* --- Modal contatti (finestra a comparsa) --- */
.contact-dialog { width: min(42rem, 94vw); max-width: 94vw; padding: 0; border: 0; background: transparent; color: var(--ink); }
.contact-dialog::backdrop { background: rgba(48, 32, 43, .55); }
.dialog-card { position: relative; max-height: 90dvh; overflow-y: auto; padding: clamp(1.9rem, 4vw, 3rem); background: var(--paper); border-radius: 1.25rem; box-shadow: 0 30px 90px rgba(48, 32, 43, .4); }
.dialog-close { position: absolute; z-index: 2; top: .8rem; right: 1rem; width: 2.5rem; height: 2.5rem; display: grid; place-content: center; border: 0; border-radius: 50%; background: transparent; color: var(--ink); font-size: 2rem; line-height: 1; cursor: pointer; transition: background .2s ease; }
.dialog-close:hover { background: rgba(48, 32, 43, .08); }
.dialog-kicker { margin: 0 0 .5rem; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--coral); }
.dialog-card h2 { margin: 0 0 .6rem; padding-right: 2.5rem; font-family: var(--font-display), serif; font-size: clamp(2.1rem, 4.5vw, 3rem); font-weight: 500; line-height: .95; letter-spacing: -.03em; }
.dialog-card h2 em { color: var(--wine); font-weight: 400; }
.dialog-intro { margin: 0; font-size: .92rem; line-height: 1.6; opacity: .8; }
.contact-dialog .contact-form { margin-top: 1.6rem; max-width: none; }
.contact-dialog .field input, .contact-dialog .field select, .contact-dialog .field textarea { background: #fff; }
.contact-dialog[open] { animation: dialog-in .24s cubic-bezier(.22, 1, .36, 1); }
.contact-dialog[open]::backdrop { animation: backdrop-in .24s ease; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(10px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }

/* --- Pagina "Chi sono" --- */
.about-hero { position: relative; display: grid; grid-template-columns: 55% 45%; min-height: 88dvh; background: var(--ink); color: var(--paper); overflow: hidden; }
.about-hero::before { content: ""; position: absolute; z-index: 0; width: 30rem; height: 30rem; right: -16rem; top: -13rem; border: 6rem solid var(--wine); border-radius: 50%; opacity: .6; }
.about-hero-copy { position: relative; z-index: 2; align-self: center; padding: 9rem 3rem 5rem clamp(1.25rem, 5.5vw, 6rem); }
.about-hero-copy .eyebrow { color: var(--acid); }
.about-hero h1 { max-width: 13ch; margin: 0; font-family: var(--font-display), serif; font-size: clamp(3.4rem, 6vw, 6.4rem); font-weight: 500; line-height: .86; letter-spacing: -.05em; text-wrap: balance; }
.about-hero h1 em { color: var(--acid); font-weight: 400; }
.about-lead { max-width: 34rem; margin: 2.3rem 0 0; font-size: clamp(1rem, 1.15vw, 1.15rem); line-height: 1.7; text-wrap: pretty; }
.about-hero-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin: 2.6rem 0 0; padding: 0; list-style: none; font-family: var(--font-display), serif; font-style: italic; font-size: 1.15rem; color: rgba(255, 247, 234, .72); }
.about-hero-meta li:not(:last-child)::after { content: "/"; margin-left: 1.2rem; color: var(--coral); font-family: var(--font-sans), sans-serif; font-style: normal; }
.about-hero-figure { position: relative; z-index: 1; min-height: 88dvh; margin: 0; background: var(--blush); border-bottom-left-radius: clamp(3rem, 8vw, 8rem); overflow: hidden; }
.about-hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 28%; }
.about-hero-figure::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(48,32,43,.05), transparent 45%, rgba(48,32,43,.45)); }
.about-hero-figure figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; margin: 0; color: var(--paper); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.about-hero-figure figcaption span { color: var(--acid); }

.about-block { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5.5vw, 6rem); }
.about-block .section-index { margin-bottom: .9rem; }
.about-block h2 { margin: 0; font-family: var(--font-display), serif; font-weight: 500; font-size: clamp(2.6rem, 4.6vw, 4.4rem); line-height: .95; letter-spacing: -.04em; }

.about-block--story { background: var(--paper); display: grid; grid-template-columns: 32% 68%; gap: clamp(2rem, 5vw, 4rem); }
.about-block--story h2 em { color: var(--wine); font-weight: 400; }
.about-prose { max-width: 42rem; margin: 0; }
.about-prose p { margin: 0 0 1.3rem; font-size: 1.02rem; line-height: 1.8; }
.about-prose p:last-child { margin-bottom: 0; }

.about-block--value { background: var(--wine); color: var(--paper); display: grid; grid-template-columns: 42% 58%; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-block--value .section-index { color: var(--acid); }
.about-figure { margin: 0; overflow: hidden; border-radius: 3rem 0 3rem 0; }
.about-figure img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.value-intro { margin: 1.4rem 0 0; font-size: 1.02rem; line-height: 1.75; max-width: 34rem; }
.value-list { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: 1.5rem; }
.value-list li { padding-left: 1.4rem; border-left: 2px solid var(--acid); }
.value-list h3 { margin: 0 0 .35rem; font-family: var(--font-display), serif; font-size: 1.55rem; font-weight: 500; line-height: 1.1; }
.value-list p { margin: 0; font-size: .95rem; line-height: 1.6; opacity: .85; }
.about-closing { margin: 2.4rem 0 0; font-family: var(--font-display), serif; font-style: italic; font-size: clamp(1.4rem, 2.6vw, 2.05rem); line-height: 1.3; color: var(--paper); }
.about-closing em { color: var(--acid); font-style: italic; }

.about-block--training { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 55% 45%; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-block--training .section-index { color: var(--acid); }
.about-block--training h2 em { color: var(--coral); font-weight: 400; }
.about-block--training > div { min-width: 0; }
.training-intro { margin: 1.3rem 0 0; font-size: 1rem; line-height: 1.7; opacity: .85; max-width: 34rem; }
.training-list { list-style: none; margin: 2.2rem 0 0; padding: 0; display: grid; gap: 0; }
.training-list li { display: grid; gap: .3rem; padding: 1.2rem 0; border-top: 1px solid rgba(255, 247, 234, .16); }
.training-list li:last-child { border-bottom: 1px solid rgba(255, 247, 234, .16); }
.training-list .t-title { font-family: var(--font-display), serif; font-size: 1.5rem; font-weight: 500; line-height: 1.1; }
.training-list .t-meta { font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; opacity: .68; }

.about-cta { position: relative; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 5.5vw, 6rem); background: var(--acid); color: var(--ink); text-align: center; overflow: hidden; }
.about-cta .contact-mark { top: 50%; right: clamp(-5rem, 1vw, 1rem); transform: translateY(-50%) rotate(-7deg); opacity: .8; }
.about-cta h2 { position: relative; z-index: 2; max-width: 17ch; margin: 0 auto; font-family: var(--font-display), serif; font-weight: 500; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: .9; letter-spacing: -.045em; }
.about-cta h2 em { color: var(--wine); font-weight: 400; }
.about-cta > p { position: relative; z-index: 2; max-width: 34rem; margin: 1.5rem auto 0; font-size: 1rem; line-height: 1.7; }
.about-cta .contact-actions { position: relative; z-index: 2; justify-content: center; margin-top: 2.6rem; }

@media (max-width: 780px) {
  .about-hero { display: block; }
  .about-hero-copy { padding: 7rem 1.25rem 3rem; }
  .about-hero h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .about-hero-meta { margin-top: 2rem; font-size: 1rem; }
  .about-hero-figure { min-height: 60dvh; border-bottom-left-radius: 0; }
  .about-block--story, .about-block--value, .about-block--training { grid-template-columns: 1fr; }
  .about-block { padding: 4.5rem 1.25rem; }
  .about-block--value .about-figure, .about-block--training .about-figure { order: -1; }
  .about-cta .contact-actions { align-items: center; flex-direction: column; }
}

/* --- Pagina "Percorsi & Prezzi" --- */
.needs-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5.5vw, 6rem); background: var(--blush); }
.needs-head { max-width: 44rem; margin: 0 0 3rem; }
.needs-head h2 { margin: .9rem 0 0; font-family: var(--font-display), serif; font-weight: 500; font-size: clamp(2.4rem, 4.6vw, 4.2rem); line-height: .95; letter-spacing: -.04em; }
.needs-head h2 em { color: var(--wine); font-weight: 400; }
.needs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.need-card { display: flex; flex-direction: column; gap: .7rem; padding: 2rem 1.8rem; background: var(--paper); border-radius: 0 1.6rem 0 1.6rem; }
.need-card .need-icon { font-size: 1.6rem; }
.need-card h3 { margin: 0; font-family: var(--font-display), serif; font-size: 1.7rem; font-weight: 500; line-height: 1.1; }
.need-card p { margin: 0; font-size: .92rem; line-height: 1.6; opacity: .82; }

.price-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5.5vw, 6rem); background: var(--paper); }
.price-section > .section-index { color: var(--wine); }
.price-section > h2 { margin: .9rem 0 0; font-family: var(--font-display), serif; font-weight: 500; font-size: clamp(2.4rem, 4.6vw, 4.2rem); line-height: .95; letter-spacing: -.04em; }
.price-section > h2 em { color: var(--wine); font-weight: 400; }
.price-intro { max-width: 40rem; margin: 1rem 0 0; font-size: 1rem; line-height: 1.7; }
.price-tag--soft { color: var(--teal); font-size: 1.15rem; }
.about-block--training .value-list { margin-top: 2rem; }
.price-group { margin-top: clamp(3rem, 6vw, 5rem); }
.price-group-head { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.6rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); }
.price-group-head h3 { margin: 0; font-family: var(--font-display), serif; font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 500; line-height: 1; letter-spacing: -.03em; }
.price-group-head span { font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--teal); }
.price-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.price-card { display: flex; flex-direction: column; padding: 1.8rem; background: #fffdf7; border: 1px solid var(--line); border-radius: 0 1.4rem 0 1.4rem; }
.price-card h4 { margin: 0 0 .5rem; font-family: var(--font-display), serif; font-size: 1.5rem; font-weight: 600; line-height: 1.1; }
.price-card > p { flex: 1; margin: 0 0 1.3rem; font-size: .9rem; line-height: 1.6; opacity: .82; }
.price-tag { display: inline-flex; align-items: baseline; gap: .15rem; font-family: var(--font-display), serif; font-size: 1.9rem; font-weight: 600; color: var(--wine); }
.price-tag small { font-family: var(--font-sans), sans-serif; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .6; align-self: flex-start; }
.price-card--wide { grid-column: 1 / -1; }
.price-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); padding: clamp(2rem, 4vw, 3rem); background: var(--wine); color: var(--paper); border: 0; border-radius: 0 2.4rem 0 2.4rem; }
.price-card--featured .feat-badge { display: inline-block; margin-bottom: 1rem; padding: .4rem .7rem; background: var(--acid); color: var(--ink); font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.price-card--featured h4 { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 500; }
.price-card--featured .price-tag { color: var(--acid); font-size: 2.6rem; }
.price-card--featured .feat-desc { margin: .8rem 0 1.4rem; font-size: 1rem; line-height: 1.65; opacity: .9; }
.feat-includes { margin: 0; padding: 0; list-style: none; display: grid; gap: .6rem; align-content: start; }
.feat-includes li { position: relative; padding-left: 1.4rem; font-size: .92rem; line-height: 1.4; }
.feat-includes li::before { content: "✦"; position: absolute; left: 0; color: var(--acid); font-size: .8rem; }
.price-includes { margin: .4rem 0 1.3rem; padding: 0; list-style: none; display: grid; gap: .35rem; font-size: .82rem; line-height: 1.45; opacity: .8; }
.price-includes li { position: relative; padding-left: 1.1rem; }
.price-includes li::before { content: "–"; position: absolute; left: 0; color: var(--teal); }
.price-note { margin: 2.6rem 0 0; font-size: .82rem; line-height: 1.6; opacity: .7; }

@media (max-width: 980px) {
  .needs-grid, .price-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 780px) {
  .needs-section, .price-section { padding: 4.5rem 1.25rem; }
  .needs-grid, .price-list { grid-template-columns: 1fr; }
  .price-card--featured { grid-template-columns: 1fr; }
}

/* --- Pagina di ringraziamento --- */
.thanks-wrap { min-height: 100dvh; display: grid; place-content: center; gap: 1.5rem; padding: 3rem clamp(1.25rem, 6vw, 6rem); background: var(--ink); color: var(--paper); text-align: center; }
.thanks-wrap img { width: clamp(9rem, 20vw, 15rem); margin: 0 auto; }
.thanks-wrap h1 { max-width: none; font-size: clamp(3rem, 7vw, 6rem); }
.thanks-wrap p { max-width: 34rem; margin: 0 auto; font-size: 1rem; line-height: 1.7; opacity: .85; }
.thanks-wrap .button-primary { justify-self: center; margin-top: 1rem; }

@media (max-width: 780px) {
  .field-row { grid-template-columns: 1fr; }
}

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 4rem; padding: 3rem clamp(1.25rem, 5.5vw, 6rem); background: var(--ink); color: var(--paper); border-top: 1px solid rgba(255,247,234,.14); }
.footer-brand img { display: block; width: clamp(14rem, 26vw, 23rem); height: auto; }
.footer-meta { display: grid; gap: .5rem; font-size: .62rem; opacity: .68; }
.footer-links { display: flex; gap: 1.5rem; font-size: .68rem; text-decoration: underline; text-underline-offset: .25rem; }

.service-copy a, .service-card a, .dark-link, .contact-primary, .contact-whatsapp { transition: opacity .2s ease, transform .2s ease; }
.service-copy a:hover, .service-card a:hover, .dark-link:hover { opacity: .6; }
.contact-primary:hover, .contact-whatsapp:hover { transform: translateY(-2px); }

a:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }

@media (max-width: 780px) {
  .site-header { position: absolute; flex-wrap: wrap; row-gap: 0; padding: 1.2rem; transition: background .2s ease; }
  .wordmark img { width: 11.5rem; }
  .nav-toggle {
    display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
    width: 2.9rem; height: 2.9rem; padding: 0; border: 1px solid rgba(255, 247, 234, .45);
    background: transparent; color: var(--paper); cursor: pointer;
  }
  .nav-toggle-bar { display: block; width: 1.3rem; height: 2px; background: currentColor; transition: transform .22s ease, opacity .22s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { display: none; order: 3; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0; margin-top: .9rem; font-size: .95rem; }
  .site-header.nav-open { background: var(--ink); padding-bottom: 1.1rem; }
  .site-header.nav-open nav { display: flex; }
  nav a:not(.nav-cta) { padding: 1rem .1rem; border-top: 1px solid rgba(255, 247, 234, .16); }
  nav a:not(.nav-cta):hover { opacity: 1; }
  nav .nav-cta { margin-top: 1rem; padding: .95rem 1.1rem; text-align: center; }
  .hero { display: block; padding-top: 4rem; }
  .hero-copy { min-height: 60dvh; padding: 4rem 1.25rem 2.5rem; }
  .hero-ribbon { top: 5.8rem; right: -2.5rem; left: auto; width: 8.5rem; opacity: .9; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.7rem); line-height: .82; }
  .hero-intro { margin-top: 1.7rem; max-width: 32rem; }
  .hero-actions { gap: 1.25rem; flex-wrap: wrap; }
  .hero-visual { min-height: 58dvh; }
  .hero-values { margin-top: 2rem; font-size: 1rem; }
  .hero-values li:not(:last-child)::after { margin-left: .65rem; }
  .signature { right: .5rem; bottom: 2.5rem; }
  .hero-side-note { display: none; }
  .manifesto-strip { justify-content: center; gap: .4rem; padding: 1.15rem .7rem; font-size: clamp(.9rem, 4vw, 1.1rem); }
  .manifesto-strip i { font-size: .85em; }
  .intro-section, .section-heading-row { grid-template-columns: 1fr; }
  .intro-section { gap: 2.5rem; padding: 5rem 1.25rem; }
  .intro-body, .section-heading-row > p:last-child { padding-left: 0; }
  .color-orbit { position: relative; right: auto; bottom: auto; margin-top: 2rem; }
  .services-section { padding: 5rem 1.25rem; }
  .section-heading-row { gap: 2rem; margin-bottom: 3rem; }
  .service-featured { grid-template-columns: 1fr; }
  .service-image { min-height: 24rem; }
  .service-copy, .service-card { min-height: 29rem; padding: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .belief-section { padding: 6rem 1.25rem 7rem; }
  .belief-section blockquote { margin-top: 3rem; text-align: left; }
  .about-section { grid-template-columns: 1fr; }
  .about-image { min-height: 33rem; }
  .about-copy { padding: 5rem 1.25rem; }
  .reviews-section { padding: 5rem 1.25rem 6rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .contact-section { padding: 2rem 1.25rem 5rem; }
  .contact-topline span:last-child { display: none; }
  .contact-section h2 { margin-top: 4rem; }
  .contact-mark { top: 5.5rem; right: -5rem; width: 13rem; opacity: .55; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 2rem; }
  .footer-meta { order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
