:root {
  --orange: #f24b12;
  --orange-soft: #ffd9cb;
  --green: #007c52;
  --deep-green: #003f2e;
  --mint: #c9dfdb;
  --mint-light: #e9f3f1;
  --blush: #fff1eb;
  --ink: #2b3031;
  --muted: #677271;
  --line: rgba(0, 124, 82, 0.34);
  --white: #ffffff;
  --max: 1180px;
  --panel-width: 1160px;
  --section-gutter: clamp(18px, 5vw, 70px);
  --shadow: 0 18px 44px rgba(0, 63, 46, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  position: relative;
  margin: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.layout-ferns {
  /* Home: regola qui dimensione, posizione, rotazione e flip delle 4 felci. */
  /* edge = distanza dal bordo browser; inset = porzione minima sempre visibile. */
  /* Per i flip usa 1 = normale, -1 = ribaltata. */
    --fern-size: clamp(320px, 32vw, 620px);
        --fern-left-top-y:70vh;
    --fern-left-top-edge: -330px;
    --fern-left-top-inset: 230px;
    --fern-left-top-rotation: -8deg;
    --fern-left-top-flip-x: 1;
    --fern-left-top-flip-y: 1;
    --fern-left-bottom-y: 2300px;
    --fern-left-bottom-edge: -350px;
    --fern-left-bottom-inset: 280px;
    --fern-left-bottom-rotation: 180deg;
    --fern-left-bottom-flip-x: 1;
    --fern-left-bottom-flip-y: -1;
    --fern-right-top-y: 1100px;
    --fern-right-top-edge: -350px;
    --fern-right-top-inset: 256px;
    --fern-right-top-rotation: -5deg;
    --fern-right-top-flip-x: 1;
    --fern-right-top-flip-y: 1;
    --fern-right-bottom-y: 2280px;
    --fern-right-bottom-edge: -330px;
    --fern-right-bottom-inset: 306px;
    --fern-right-bottom-rotation: 120deg;
    --fern-right-bottom-flip-x: 1;
    --fern-right-bottom-flip-y: 1;

  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: hidden;
  pointer-events: none;
}

.layout-fern {
  position: absolute;
  width: var(--fern-size);
  height: auto;
  opacity: 1;
  filter: drop-shadow(0 18px 26px rgba(0, 63, 46, 0.12));
}

.layout-fern-left-top {
  top: var(--fern-left-top-y);
  left: max(var(--fern-left-top-edge), calc(var(--fern-left-top-inset) - var(--fern-size)));
  transform: rotate(var(--fern-left-top-rotation)) scaleX(var(--fern-left-top-flip-x)) scaleY(var(--fern-left-top-flip-y));
}

.layout-fern-left-bottom {
  top: var(--fern-left-bottom-y);
  left: max(var(--fern-left-bottom-edge), calc(var(--fern-left-bottom-inset) - var(--fern-size)));
  transform: rotate(var(--fern-left-bottom-rotation)) scaleX(var(--fern-left-bottom-flip-x)) scaleY(var(--fern-left-bottom-flip-y));
}

.layout-fern-right-top {
  top: var(--fern-right-top-y);
  right: max(var(--fern-right-top-edge), calc(var(--fern-right-top-inset) - var(--fern-size)));
  transform: rotate(var(--fern-right-top-rotation)) scaleX(var(--fern-right-top-flip-x)) scaleY(var(--fern-right-top-flip-y));
}

.layout-fern-right-bottom {
  top: var(--fern-right-bottom-y);
  right: max(var(--fern-right-bottom-edge), calc(var(--fern-right-bottom-inset) - var(--fern-size)));
  transform: rotate(var(--fern-right-bottom-rotation)) scaleX(var(--fern-right-bottom-flip-x)) scaleY(var(--fern-right-bottom-flip-y));
}

.percorso-page {
  background: var(--mint);
}

.percorso-page .layout-ferns {
    /* Il percorso: edge = bordo browser; inset = porzione minima sempre visibile. */
     --fern-size: clamp(360px, 25vw, 700px);
    --fern-left-top-y: 760px;
    --fern-left-top-edge: -370px;
    --fern-left-top-inset: 120px;
    --fern-left-top-rotation: -10deg;
    --fern-left-top-flip-x: 1;
    --fern-left-top-flip-y: 1;
    --fern-left-bottom-y: 1380px;
    --fern-left-bottom-edge: -390px;
    --fern-left-bottom-inset: 150px;
    --fern-left-bottom-rotation: 63deg;
    --fern-left-bottom-flip-x: 1;
    --fern-left-bottom-flip-y: -1;
    --fern-right-top-y: 711px;
    --fern-right-top-edge: -390px;
    --fern-right-top-inset: 260px;
    --fern-right-top-rotation: 82deg;
    --fern-right-top-flip-x: 1;
    --fern-right-top-flip-y: 1;
    --fern-right-bottom-y: 1960px;
    --fern-right-bottom-edge: -380px;
    --fern-right-bottom-inset: 200px;
    --fern-right-bottom-rotation: 123deg;
    --fern-right-bottom-flip-x: 1;
    --fern-right-bottom-flip-y: 1;
}

.integratori-page {
  background: var(--mint);
}

.integratori-page .layout-ferns {
  /* Integratori: regola qui dimensione, posizione, rotazione e flip delle 2 felci visibili. */
  /* edge = distanza dal bordo browser; inset = porzione minima sempre visibile. */
  /* Per i flip usa 1 = normale, -1 = ribaltata. */
  
    --fern-size: clamp(360px, 34vw, 700px);
    --fern-left-top-y: 350px;
    --fern-left-top-edge: -370px;
    --fern-left-top-inset: 220px;
    --fern-left-top-rotation: -10deg;
    --fern-left-top-flip-x: 1;
    --fern-left-top-flip-y: 1;
    --fern-left-bottom-y: 0;
    --fern-left-bottom-edge: 0;
    --fern-left-bottom-inset: 0;
    --fern-left-bottom-rotation: 0deg;
    --fern-left-bottom-flip-x: 1;
    --fern-left-bottom-flip-y: 1;
    --fern-right-top-y: 0;
    --fern-right-top-edge: 0;
    --fern-right-top-inset: 0;
    --fern-right-top-rotation: 0deg;
    --fern-right-top-flip-x: 1;
    --fern-right-top-flip-y: 1;
    --fern-right-bottom-y: 284px;
    --fern-right-bottom-edge: -378px;
    --fern-right-bottom-inset: 240px;
    --fern-right-bottom-rotation: 3deg;
    --fern-right-bottom-flip-x: 1;
    --fern-right-bottom-flip-y: 1;
}

.integratori-page .layout-fern-left-bottom,
.integratori-page .layout-fern-right-top {
  display: none;
}

.integratori-hero {
  position: relative;
  min-height: clamp(380px, 36vw, 520px);
  background: linear-gradient(90deg, #d5e8e4 0%, var(--mint) 100%);
}

.integratori-hero-inner {
  position: relative;
  max-width: 1500px;
  min-height: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.integratori-hero-figure {
  position: absolute;
  bottom: 0px;
  width: min(840px, 75vw);
  z-index: 8;
  pointer-events: none;
}

.integratori-hero-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.integratori-section {
  position: relative;
  z-index: 4;
  padding: 0 var(--section-gutter) 84px;
  background: var(--mint);
}

.integratori-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 6vw, 100px);
  width: 100%;
  margin: -86px auto 0;
  padding: clamp(96px, 8vw, 142px) clamp(28px, 5vw, 76px) clamp(70px, 7vw, 112px);
  background: var(--white);
}

.integratori-intro {
  max-width: 820px;
  margin: 0 auto clamp(20px, 4vw, 40px);
  text-align: center;
}

.integratori-panel h1,
.supplement-copy h2 {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
}

.orange-sub {
  color: var(--orange);
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.green-main {
 
  font-size: clamp(22px, 2.2vw, 25px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.05;
}

.intro-lead {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.45;
  color: var(--ink);
  margin: 24px 0 0;
}

.intro-lead strong {
  color: var(--green);
  font-weight: 700;
}

.supplement-item {
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(60px, 6vw, 100px);
  border-bottom: 1.5px solid var(--orange);
max-width: 1160px;
margin: auto;
}

.supplement-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.supplement-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}

.supplement-copy p {
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.5;
  color: var(--ink);
  margin: 0;
}

.supplement-copy p strong {
  color: var(--orange);
  font-weight: 700;
}

.supplement-figure {
  width: 100%;
  max-width: 500px;
  justify-self: end;
}

.supplement-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.ingredients-details {
  margin-top: 32px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #d5e8e4;
}

.ingredients-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background-color: #d5e8e4;
 
  font-weight: 800;
  font-size: clamp(12px, 1.1vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  list-style: none;
}

.ingredients-summary::-webkit-details-marker {
  display: none;
}

.accordion-toggle-icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-toggle-icon::before,
.accordion-toggle-icon::after {
  content: "";
  position: absolute;
  background-color: var(--orange);
  transition: transform 0.25s ease;
}

.accordion-toggle-icon::before {
  width: 14px;
  height: 2px;
}

.accordion-toggle-icon::after {
  width: 2px;
  height: 14px;
}

.ingredients-details[open] .accordion-toggle-icon::after {
  transform: rotate(90deg) scale(0);
}

.ingredients-content {
  background-color: var(--white);
  padding: 28px clamp(20px, 3vw, 40px);
  border-top: 1px solid #d5e8e4;
}

.ingredients-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}

.ingredients-content li {
  font-size: clamp(13px, 1.2vw, 14px);
  line-height: 1.5;
  color: var(--ink);
}

.ingredients-content li strong {
  color: var(--green);
  font-weight: 700;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding: 0 clamp(18px, 4vw, 68px) 0;
  background: transparent;
  box-shadow: none;
  transition: background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 26px rgba(0, 63, 46, 0.08);
  backdrop-filter: blur(12px);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: clamp(18px, 4vw, 64px);
  max-width: var(--max);
  margin: 0 auto;
}

.brand {
  align-self: start;
  width: clamp(72px, 8vw, 106px);
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 36px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links-left {
  justify-content: flex-end;
}

.nav-links-right {
  justify-content: flex-start;
}

.nav-links span:not(.user-mark) {
  width: 2px;
  height: 14px;
  background: var(--orange);
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--orange);
}

.nav-links a[aria-current="page"] {
  color: var(--orange);
}

.reserved-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--orange);
  cursor: pointer;
}

.menu-toggle-lines {
  display: grid;
  gap: 4px;
  width: 16px;
}

.menu-toggle-lines span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.is-menu-open .menu-toggle-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle-lines span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.user-mark {
  width: 24px;
  height: 24px;
  background: url('assets/svg/area_riservata.svg') center / contain no-repeat;
  flex-shrink: 0;
}

.hero {
  position: relative;
  min-height: clamp(620px, 61vw, 860px);
  background: linear-gradient(90deg, #d5e8e4 0%, var(--mint) 100%);
}

.hero-inner {
  position: relative;
  max-width: 1500px;
  min-height: inherit;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 7;
  width: min(420px, 36vw);
  padding: clamp(148px, 14.5vw, 190px) 0 0 clamp(26px, 9vw, 132px);
}

.hero h1 {
  max-width: 345px;
    margin: 0 0 18px;
    color: var(--orange);
    font-size: clamp(24px, 2.15vw, 29px);
    line-height: 1.08;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-copy > p {
  margin: 0;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.14;
  font-weight: 500;
}

.phase-list strong {
  display: block;
  margin-bottom: 16px;
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
}

.phase-list ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--green);
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.phase-list span {
  color: var(--orange);
}

.phase-list i {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 8px 1px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--orange);
}

.hero-figure {
  position: absolute;
  z-index: 8;
  left: max(-170px, 8vw);
  bottom: -126px;
  width: min(1200px, 77vw);
  pointer-events: none;
}

.hero-figure img {
  width: 100%;
  height: auto;
}

.intro-section,
.pillars-section,
.method-section,
.supplements-section {
  position: relative;
}

.intro-section {
  z-index: 4;
  padding: 0 var(--section-gutter);
  margin-top: -158px;
  background: linear-gradient(90deg, #d5e8e4 0%, var(--mint) 100%);
}

.intro-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: clamp(56px, 20vw, 340px) clamp(26px, 8vw, 120px) clamp(56px, 6vw, 86px);
  background: var(--white);
  text-align: center;
}

.eyebrow {
     margin: 0;
    color: var(--orange);
    font-size: clamp(11px, 2vw, 27px);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 0.7;
    text-transform: uppercase;
}

.eyebrow.green {
  color: var(--green);
}

h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}

.intro-panel h2 {
  margin-top: 10px;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 400;
}

.intro-panel .lead {
  max-width: 680px;
  margin: 22px auto 10px;
  color: var(--orange);
  font-size: clamp(13px, 1.1vw, 18px);
  line-height: 1.45;
  font-weight: 400;
}

.intro-panel p:last-child {
  max-width: 680px;
  margin: 0 auto;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.55;
  font-weight: 500;
  color: var(--ink);
}



.pillars-section {
  overflow: hidden;
  padding: 72px var(--section-gutter) 94px;
  background: var(--orange);
}

.pillars-section::before {
  content: "";
  position: absolute;
  inset: 0 var(--section-gutter);
  z-index: 0;
  background: var(--blush);
}

.accent-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(32px, 5vw, 78px);
  background: var(--orange);
}

.accent-left {
  left: max(0px, calc((100vw - 1320px) / 2));
}

.accent-right {
  right: max(0px, calc((100vw - 1320px) / 2));
}



.section-heading {
  position: relative;
  z-index: 4;
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--orange);
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
}

.flip-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 54px);
  width: min(760px, 100%);
  margin: 0 auto;
}

.flip-card {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  perspective: 1100px;
  -webkit-perspective: 1100px;
}

.flip-inner {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  transition: transform 640ms cubic-bezier(0.2, 0.75, 0.2, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  will-change: transform;
}

.flip-card:hover .flip-inner,
.flip-card:focus-visible .flip-inner,
.flip-card.is-flipped .flip-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 8px;
}

.flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(242, 75, 18, 0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffe4d7;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flip-front {
  -webkit-transform: rotateY(0deg) translateZ(0.1px);
  transform: rotateY(0deg) translateZ(0.1px);
}

.flip-face > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}

.image-card .flip-face {
  border: 0;
}

.image-card .flip-back {
  border: 0;
}

.flip-back {
  -webkit-transform: rotateY(180deg) translateZ(0.1px);
  transform: rotateY(180deg) translateZ(0.1px);
  padding: 28px 24px;
  color: var(--ink);
  text-align: center;
}

.image-card .flip-front {
  --pillar-label-height: clamp(88px, 6vw, 96px);
  justify-content: flex-start;
  background: #ffe8dc;
}

.image-card .flip-front::after,
.image-card .flip-back::after {
  content: "";
  position: absolute;
  inset: clamp(18px, 2vw, 10px);
  border: 1px solid var(--orange);
  pointer-events: none;
}

.image-card img {
  width: 100%;
  height: calc(100% - var(--pillar-label-height));
  aspect-ratio: auto;
  object-fit: cover;
}

.card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.35vw, 18px);
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: var(--pillar-label-height);
  padding: clamp(8px, 1vw, 12px) clamp(18px, 2.2vw, 34px) clamp(18px, 2vw, 24px);
  color: var(--orange);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.card-label b {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: clamp(40px, 3.4vw, 50px);
  height: clamp(40px, 3.4vw, 50px);
  border: 2px solid var(--orange);
  background: var(--white);
  font-size: 38px;
  line-height: 1;
}

.card-copy {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.flip-back strong {
  display: block;
    margin-top: 18px;
    color: var(--orange);
    font-size: 14px;
    line-height: 1.12;
    text-transform: uppercase;
    font-weight: 400;
}

.line-icon,
.phase-icon {
  display: block;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  background: center / contain no-repeat;
}

.icon-balance {
  background-image: url('assets/svg/icona_equilibrio.svg');
}

.icon-cycle {
  background-image: url('assets/svg/icona_metabolismo.svg');
}

.icon-leaf {
  background-image: url('assets/svg/icona_mente.svg');
}

.icon-energy {
  background-image: url('assets/svg/icona_energia.svg');
}

.method-section {
  overflow: hidden;
  padding: 0 var(--section-gutter);
  background: var(--mint);
}

.method-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 78px clamp(22px, 6vw, 104px) 64px;
  background: var(--white);
  text-align: center;
}

.method-section .section-heading p:not(.eyebrow) {
  color: var(--green);
}

.action-grid {
  width: min(690px, 100%);
  gap: clamp(36px, 4vw, 58px);
}

.action-card .flip-face {
  border: 0;
  background: var(--mint);
  box-shadow: none;
}

.action-card .flip-front {
  justify-content: flex-start;
  gap: 0;
  padding: 30% clamp(20px, 7%, 42px) clamp(26px, 8%, 44px);
  color: var(--green);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.action-card .flip-front::after,
.action-card .flip-back::after {
  content: "";
  position: absolute;
  inset: clamp(18px, 5.8%, 36px);
  border: 1px solid var(--orange);
  pointer-events: none;
}

.action-card .flip-front > span:not(.big-letter) {
  margin-top: clamp(38px, 13%, 50px);
  color: var(--green);
  font-size: inherit;
  line-height: 1;
  white-space: nowrap;
}

.big-letter {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border: 3px solid var(--orange);
  background: var(--white);
  color: var(--orange);
  font-size: 76px;
  line-height: 1;
  font-weight: 900;
}

.action-card .big-letter {
  width: clamp(118px, 40%, 142px);
  height: auto;
  aspect-ratio: 1;
  border-width: 2px;
  font-size: clamp(98px, 32vw, 118px);
}

.action-card .flip-back {
  color: var(--ink);
  background: var(--mint);
}

.action-card .flip-back strong {
  color: var(--green);
}

.phase-icon {
  margin-bottom: 18px;
}

.phase-detox {
  background-image: url('assets/svg/icona_detox_verde.svg');
}

.phase-drain {
  background-image: url('assets/svg/icona_drenaggio_verde.svg');
}

.phase-shape {
  background-image: url('assets/svg/icona_remisenforme_verde.svg');
}

.phase-maintain {
  background-image: url('assets/svg/icona_mantenimento_verde.svg');
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 150px;
  min-height: 38px;
  margin-top: 54px;
  border: 1.5px solid var(--green);
  border-radius: 8px;
  color: var(--green);
  background: var(--white);
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.outline-button span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid var(--orange);
}

.outline-button:hover,
.outline-button:focus-visible {
  background: var(--green);
  color: var(--white);
  transform: translateY(-1px);
}

.outline-button.solid {
  margin-top: 24px;
  background: transparent;
}

.percorso-hero {
  position: relative;
  min-height: clamp(660px, 65vw, 940px);
  background: linear-gradient(90deg, #d5e8e4 0%, var(--mint) 100%);
}

.percorso-hero-inner {
  position: relative;
  max-width: 1500px;
  min-height: inherit;
  margin: 0 auto;
}

.percorso-hero-copy {
  position: relative;
  z-index: 11;
  width: min(530px, 43vw);
  padding: clamp(190px, 18vw, 265px) 0 0 clamp(26px, 9vw, 140px);
}

.percorso-hero h1 {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--green);
  font-size: clamp(30px, 3.2vw, 20px);
  line-height: 0.92;
  font-weight: 800;
  text-transform: uppercase;
}

.percorso-hero-copy p {
  max-width: 420px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.05;
  font-weight: 500;
  text-transform: uppercase;
}

.percorso-hero-figure {
  position: absolute;
  z-index: 8;
  left: max(-170px, 8vw);
  bottom: -126px;
  width: min(1200px, 77vw);
  pointer-events: none;
  aspect-ratio: 1280 / 1228;
}

.percorso-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: percorsoHeroFade 16s infinite;
}

.percorso-hero-slide:nth-child(1) {
  animation-delay: 0s;
  opacity: 1;
}

.percorso-hero-slide:nth-child(2) {
  animation-delay: -4s;
}

.percorso-hero-slide:nth-child(3) {
  animation-delay: -8s;
}

.percorso-hero-slide:nth-child(4) {
  animation-delay: -12s;
}

@keyframes percorsoHeroFade {
  0% {
    opacity: 1;
    z-index: 2;
  }
  20% {
    opacity: 1;
    z-index: 2;
  }
  25% {
    opacity: 0;
    z-index: 1;
  }
  95% {
    opacity: 0;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 2;
  }
}

.percorso-hero-figure img {
  width: 100%;
  height: auto;
}

.percorso-phases {
  position: relative;
  z-index: 4;
  padding: 0 var(--section-gutter) 84px;
  background: var(--mint);
}

.percorso-phase-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(74px, 7vw, 106px) clamp(44px, 5vw, 76px);
  width: 100%;
  margin: -86px auto 0;
  padding: clamp(96px, 8vw, 142px) clamp(28px, 5vw, 76px) clamp(70px, 7vw, 112px);
  max-width: 1160px;
  background: var(--white);
}

.percorso-phase-panel .sr-only {
  grid-column: 1 / -1;
}

.percorso-phase-card {
  position: relative;
  min-height: 520px;
  padding: clamp(54px, 4vw, 70px) clamp(22px, 3vw, 40px) clamp(38px, 4vw, 50px);
  border: 1.5px solid var(--green);
  background: var(--white);
  color: var(--ink);
  text-align: center;
}

.phase-icon.percorso-phase-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 76px;
  height: 76px;
  margin: 0;
  background-color: var(--white);
  background-size: contain;
  transform: translate(-50%, -50%);
}

.percorso-phase-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  margin: 0 0 28px;
  padding: 10px 14px;
  background: var(--mint-light);
  color: var(--green);
  font-size: clamp(19px, 1.7vw, 20px);
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.percorso-phase-card h3 span {
  color: var(--orange);
}

.percorso-phase-card h3 i {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--orange);
}

.percorso-phase-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 500;
  text-align: left;
}

.percorso-phase-card .phase-lead {
  margin-bottom: 22px;
  color: var(--green);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
  font-weight: 400;
  text-align: left;
}

.percorso-phase-card strong {
  display: block;
  margin: 24px 0 12px;
  color: var(--green);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
}

.percorso-phase-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 10px;
  color: var(--green);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
text-align: left;

}

.percorso-supplements {
  padding-top: 78px;
}



.supplements-section {
  background: var(--mint);
  padding: 72px var(--section-gutter) 86px;
}

.supplements-shell {
  width: 100%;
  margin: 0 auto;
}

.supplements-section .section-heading {
  margin-bottom: 34px;
}

.supplements-content {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 68px);
}

.products {
  align-self: end;
}

.products img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  max-width: 100%;
  filter: drop-shadow(0 22px 30px rgba(0, 63, 46, 0.16));
}

.supplements-copy {
  color: var(--green);
  font-size: 16px;
  line-height: 1.28;
  font-weight: 500;
}

.supplements-copy p {
  margin: 0 0 12px;
}

.supplements-copy p:first-child {
  font-weight: 800;
}

.contact-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(340px, 1.5fr) minmax(0, 0.75fr);
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
  padding: 54px 20px 54px 20px;
  background: #eef5f4;
  max-width: 1280px;
  margin: 0 auto;
  box-shadow: 0 0 0 100vmax #eef5f4;
  clip-path: inset(0 -100vmax);
}

.emme-stack {
  display: grid;
  gap: 8px;
  color: var(--orange);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;

}

.emme-stack span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.emme-stack b {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--orange);
  background: var(--white);
  line-height: 1;
}

.consultation {
  min-height: 132px;
  padding: 0 clamp(20px, 5vw, 52px);
  border-inline: 2px solid rgba(0, 124, 82, 0.44);
  text-align: center;
}

.consultation h2 {
  max-width: 370px;
  margin: 0 auto 20px;
  color: var(--orange);
  font-size: clamp(23px, 2vw, 26px);
  font-weight: 800;
}

.consultation p {
  max-width: 330px;
  margin: 0 auto;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.12;
  font-weight: 800;
}

.contact-details {
  display: grid;
  gap: 22px;
  font-style: normal;
}

.contact-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.12;
}

.contact-item strong {
  color: var(--orange);
  font-size: 18px;
  line-height: 1.2;
}

.contact-item small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.contact-icon {
  display: block;
  width: 46px;
  height: 46px;
  background: center / contain no-repeat;
}

.mail {
  background-image: url('assets/svg/mail.svg');
}

.phone {
  background-image: url('assets/svg/telefono.svg');
}

.site-footer {
  background: var(--deep-green);
  color: var(--white);
  padding: 50px clamp(26px, 8vw, 120px);
}

.footer-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr 1fr;
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.socials span {
  flex-basis: 100%;
  font-size: 13px;
}

.santiveri-logo-link {
  flex-basis: 100%;
  width: 170px;
  margin-top: 14px;
  display: inline-block;
}

.santiveri-logo-link img {
  width: 70%;
  height: auto;
  margin: 0;
}

.social-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.social-facebook::before {
  content: "f";
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.social-instagram {
  border-radius: 7px;
}

.social-instagram::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid var(--white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.social-instagram::after {
  content: "";
  position: absolute;
  right: 5.5px;
  top: 5.5px;
  width: 3px;
  height: 3px;
  background: var(--white);
  border-radius: 50%;
}

.social-linkedin::before {
  content: "in";
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.social-youtube::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--white);
}

.footer-copy {
  text-align: center;
}

.footer-copy p {
  margin: 0 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  line-height: 1.4;
}

.footer-copy nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 800;
}

.footer-copy nav a + a {
  position: relative;
}

.footer-copy nav a + a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 3px;
  width: 1px;
  height: 12px;
  background: var(--white);
}

.company {
  max-width: 250px;
  margin-left: auto;
  font-style: normal;
  font-size: 12px;
  line-height: 1.32;
  text-align: right;
}

.company strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .layout-ferns {
    display: none !important;
  }

  .site-header {
    padding-inline: 16px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 0;
    max-width: 100%;
    min-height: 84px;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 84px;
  }

  .menu-toggle {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-top: 16px;
  }

  .nav-links {
    display: none;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    font-size: 11px;
  }

  .site-header.is-menu-open .nav-links {
    display: flex;
  }

  .nav-links-left {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    gap: 14px;
    padding: 14px 16px 0;
  }

  .nav-links-right {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 10px 16px 18px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-copy {
    width: min(470px, 74vw);
    padding-top: 152px;
    padding-left: clamp(22px, 7vw, 70px);
  }

  .hero-figure {
    left: auto;
    bottom: 118px;
    right: 0;
    width: min(70vw, 650px);
    max-width: none;
    transform: none;
  }

  .intro-section {
    margin-top: -138px;
  }

  .percorso-hero {
    min-height: 760px;
  }

  .percorso-hero-copy {
    width: min(440px, 78vw);
    padding-top: 156px;
    padding-left: clamp(22px, 7vw, 70px);
  }

  .percorso-hero-figure {
    left: auto;
    bottom: 118px;
    right: 0;
    width: min(70vw, 650px);
    max-width: none;
    transform: none;
  }

  .percorso-phase-panel {
    grid-template-columns: 1fr;
    margin-top: -56px;
    padding-top: 92px;
  }

  .accent-bar {
    width: 24px;
  }

  .contact-strip,
  .footer-shell {
    grid-template-columns: 1fr;
    text-align: center;

  }

  .emme-stack {
    justify-self: center;
    text-align: left;
  }

  .consultation {
    min-height: auto;
    padding: 30px 0;
    border-inline: 0;
    border-block: 2px solid rgba(0, 124, 82, 0.44);
  }

  .contact-details {
    justify-self: center;
    text-align: left;
  }

  .socials {
    justify-content: center;
  }

  .company {
    margin: 0 auto;
    text-align: center;
  }

  .integratori-hero {
    min-height: 430px;
  }

  .integratori-hero-figure {
    bottom: -90px;
    width: min(720px, 80vw);
  }

  .integratori-page .layout-ferns {
   
    --fern-size: clamp(360px, 34vw, 700px);
    --fern-left-top-y: 350px;
    --fern-left-top-edge: -370px;
    --fern-left-top-inset: 220px;
    --fern-left-top-rotation: -10deg;
    --fern-left-top-flip-x: 1;
    --fern-left-top-flip-y: 1;
    --fern-left-bottom-y: 0;
    --fern-left-bottom-edge: 0;
    --fern-left-bottom-inset: 0;
    --fern-left-bottom-rotation: 0deg;
    --fern-left-bottom-flip-x: 1;
    --fern-left-bottom-flip-y: 1;
    --fern-right-top-y: 0;
    --fern-right-top-edge: 0;
    --fern-right-top-inset: 0;
    --fern-right-top-rotation: 0deg;
    --fern-right-top-flip-x: 1;
    --fern-right-top-flip-y: 1;
    --fern-right-bottom-y: 284px;
    --fern-right-bottom-edge: -378px;
    --fern-right-bottom-inset: 240px;
    --fern-right-bottom-rotation: 3deg;
    --fern-right-bottom-flip-x: 1;
    --fern-right-bottom-flip-y: 1;
  }
}

@media (max-width: 760px) {
  :root {
    --section-gutter: 18px;
  }

  .nav-shell {
    gap: 0;
  }

  .nav-links {
    gap: 10px;
    font-size: 10px;
  }

  .reserved-link {
    gap: 6px;
  }

  .user-mark {
    width: 20px;
    height: 20px;
   
  }

  .hero {
    min-height: 660px;
  }

  .hero-copy {
    width: min(390px, 88vw);
    padding-top: 160px;
    padding-left: 22px;
  }

  .hero h1 {
    max-width: 310px;
    font-size: 23px;
  }

  .hero-copy > p {
    max-width: 290px;
    font-size: 19px;
  }

  .phase-list ul,
  .phase-list strong {
    font-size: 12px;
  }

  .hero-figure {
    left: 54%;
    right: auto;
    bottom: 122px;
    width: min(86vw, 430px);
    transform: translateX(-50%);
  }

  .intro-section {
    padding-inline: 18px;
    margin-top: -126px;
  }

  .intro-panel {
    padding: 48px 24px 44px;
  }

  .percorso-hero {
    min-height: 720px;
  }

  .percorso-hero-copy {
    width: min(360px, 88vw);
    padding-top: 154px;
    padding-left: 22px;
  }

  .percorso-hero h1 {
    font-size: 30px;
  }

  .percorso-hero-copy p {
    max-width: 280px;
    font-size: 21px;
  }

  .percorso-hero-figure {
    left: 54%;
    right: auto;
    bottom: 122px;
    width: min(86vw, 430px);
    transform: translateX(-50%);
  }

  .percorso-phases {
    padding-bottom: 62px;
  }

  .percorso-phase-panel {
    gap: 62px;
    margin-top: 0;
    padding: 76px 18px 54px;
  }

  .percorso-phase-card {
    min-height: auto;
    padding: 48px 18px 34px;
  }

  .percorso-phase-card h3 {
    flex-wrap: wrap;
    font-size: 18px;
  }

  .percorso-phase-card .phase-lead {
    font-size: 20px;
  }

  .pillars-section,
  .method-section,
  .supplements-section {
    padding-inline: 18px;
  }

  .pillars-section {
    padding-top: 62px;
  }

  .section-heading {
    margin-bottom: 34px;
    padding: 102px 30px 86px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 14px;
  }

  .flip-grid {
    grid-template-columns: 1fr;
    width: min(354px, 100%);
    gap: 24px;
  }

  .image-card .flip-front {
    --pillar-label-height: 82px;
    padding: 0;
  }

  .card-label {
    gap: 14px;
    padding: 9px 22px 20px;
    font-size: 17px;
  }

  .card-label b {
    width: 44px;
    height: 44px;
    font-size: 32px;
  }

  .method-panel {
    padding: 62px 20px 54px;
  }


  .supplements-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .supplements-copy {
    font-size: 15px;
  }

  .contact-strip {
    padding: 42px 24px;
  }

  .footer-copy nav {
    flex-wrap: wrap;
  }

  .footer-copy nav a + a::before {
    display: none;
  }

  .integratori-hero {
    min-height: 380px;
  }

  .integratori-hero-figure {
    bottom: 0px;
    width: min(540px, 86vw);
  }

  .integratori-panel {
    margin-top: -56px;
    padding-top: 92px;
    gap: 60px;
  }

  .supplement-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .supplement-figure {
    grid-row: 1;
    justify-self: center;
    max-width: 380px;
  }

  .supplement-item {
    padding-bottom: 60px;
  }

  .integratori-page .layout-ferns {
    --fern-size: clamp(300px, 28vw, 500px);
    --fern-left-top-y: 1300px;
    --fern-left-top-edge: -340px;
    --fern-left-top-inset: 200px;
    --fern-left-top-rotation: -10deg;
    --fern-right-bottom-y: 3500px;
    --fern-right-bottom-edge: -350px;
    --fern-right-bottom-inset: 240px;
    --fern-right-bottom-rotation: 124deg;
  }
}

@media (max-width: 460px) {
  .site-header {
    padding-inline: 14px;
  }

  .nav-links {
    flex-wrap: wrap;
    line-height: 1.2;
  }

  .nav-links-left {
    max-width: none;
  }

  .reserved-link {
    max-width: none;
    text-align: center;
  }

  .brand {
    width: 76px;
  }

  .menu-toggle {
    width: 32px;
    height: 32px;
    margin-top: 14px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-copy {
    padding-top: 162px;
  }

  .percorso-hero {
    min-height: 690px;
  }

  .percorso-hero-copy {
    padding-top: 148px;
  }

  .percorso-hero h1 {
    font-size: 26px;
  }

  .percorso-hero-copy p {
    font-size: 18px;
  }

  .percorso-hero-figure {
    left: 54%;
    right: auto;
    bottom: 100px;
    width: min(88vw, 390px);
    transform: translateX(-50%);
  }

  .percorso-phase-card h3 {
    font-size: 16px;
    line-height: 1.05;
  }

  .hero h1 {
    font-size: 21px;
  }

  .hero-figure {
    left: 54%;
    right: auto;
    bottom: 100px;
    width: min(88vw, 390px);
    transform: translateX(-50%);
  }

  .phase-list {
    max-width: 280px;
  }

  .accent-bar {
    display: none;
  }

  .card-label {
    gap: 10px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .card-label b {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .card-copy {
    font-size: 12.5px;
  }

  .contact-item {
    grid-template-columns: 42px 1fr;
  }

  .contact-icon {
    width: 38px;
    height: 38px;
  }

  .integratori-hero {
    min-height: 320px;
  }

  .integratori-hero-figure {
    bottom: -40px;
    width: min(390px, 90vw);
  }

  .integratori-panel {
    margin-top: -36px;
    /*padding-top: 60px;*/
    gap: 40px;
  }

  .supplement-figure {
    max-width: 290px;
  }

  .supplement-item {
    padding-bottom: 40px;
  }

  .integratori-page .layout-ferns {
    --fern-size: clamp(260px, 24vw, 400px);
    --fern-left-top-y: 1350px;
    --fern-left-top-edge: -320px;
    --fern-left-top-inset: 180px;
    --fern-left-top-rotation: -10deg;
    --fern-right-bottom-y: 3800px;
    --fern-right-bottom-edge: -330px;
    --fern-right-bottom-inset: 220px;
    --fern-right-bottom-rotation: 124deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .flip-card:hover .flip-inner,
  .flip-card:focus-visible .flip-inner,
  .flip-card.is-flipped .flip-inner {
    -webkit-transform: none;
    transform: none;
  }

  .flip-card.is-flipped .flip-front {
    visibility: hidden;
  }

  .flip-card.is-flipped .flip-back {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
  }

}
