@import url("https://fonts.googleapis.com/css2?family=Pavanam&display=swap");

/* ================================
   FONT
================================ */

@font-face {
  font-family: "Conso";
  src: url("../fonts/OTF/Conso-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Conso";
  src: url("../fonts/OTF/Conso-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


:root {
  --minerale: #e9e4d8;
  --chardonnay: #c8ce80;
  --vinaccia: #4f2d3d;
  --terra: #63564c;
  --pietra: #a8a295;
  --foglia: #7a8b5a;
  --pinot-nero: #43425e;
  --bosco: #2f3e34;

  --font-heading: "Conso", Georgia, serif;
  --font-body: "Pavanam", Arial, sans-serif;

  --page-bg:#7a8b5a;
  --panel-bg: var(--minerale);
  --text: var(--bosco);
  --text-soft: var(--terra);

  --page-margin: 84px;
  --inner-padding: 48px;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--page-bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

::selection {
  background: var(--chardonnay);
  color: var(--bosco);
}


.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  block-size: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 0 var(--page-margin);
  color: var(--minerale);
  mix-blend-mode: normal;
}

.site-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  opacity: 0.86;
  transition: opacity 0.25s ease;
}

.site-nav a:hover {
  opacity: 1;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-logo-centered {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  inline-size: auto;
  block-size: 100%;
  overflow: hidden;
}

.site-logo-centered img {
  inline-size: auto;
  block-size: min(40%, 2.6rem);
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
  transform: none;
}

.wines-template .site-header {
  color: var(--bosco);
}

.labeling-template .site-header {
  color: var(--bosco);
}

.wines-template .site-logo-centered img {
  filter: none;
}

.labeling-template .site-logo-centered img {
  filter: none;
}

.mobile-menu-button {
  display: none;
}



h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.12;
}

h1 {
  font-size: clamp(38px, 4.4vw, 66px);
}

h2 {
  font-size: clamp(30px, 3.3vw, 48px);
}

h3 {
  font-size: clamp(22px, 1.8vw, 30px);
}

p {
  font-family: var(--font-body);
}

.section-kicker,
.hero-meta,
.text-link,
.button-outline,
.caption,
figcaption,
.material-note span,
.site-footer,
.contact-links {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.section-kicker {
  margin-bottom: 18px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--terra);
}

.caption,
figcaption {
  margin-top: 10px;
  color: var(--terra);
  font-size: 10px;
  letter-spacing: 0.08em;
}



@keyframes albarecFloat {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  50% {
    transform: translate3d(-28px, 30px, 0) rotate(-1.8deg) scale(1.035);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
}

@keyframes albarecDrift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(30px, -26px, 0) rotate(1.6deg);
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes albarecTitleLine {
  0%,
  100% {
    background-position: -180px center;
    opacity: 0.58;
  }

  50% {
    background-position: 180px center;
    opacity: 0.88;
  }
}

@keyframes albarecTitleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(8px, -3px, 0);
  }

  70% {
    transform: translate3d(-5px, 2px, 0);
  }
}

@keyframes contactStripScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-33.333%, 0, 0);
  }
}

@keyframes albarecInkReveal {
  0% {
    clip-path: inset(0 72% 0 0);
    opacity: var(--illustration-opacity, 0.08);
  }

  50% {
    clip-path: inset(0 0 0 72%);
    opacity: var(--illustration-opacity, 0.08);
  }

  100% {
    clip-path: inset(0 72% 0 0);
    opacity: var(--illustration-opacity, 0.08);
  }
}

.hero-copy-panel::before,
.hero-copy-panel::after,
.manifesto-inner::before,
.territory-story::before,
.quote-section::before,
.material-section::before,
.wine-teaser::before {
  transform-origin: center;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 38%,
    rgba(0, 0, 0, 0.72) 58%,
    rgba(0, 0, 0, 0) 78%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 38%,
    rgba(0, 0, 0, 0.72) 58%,
    rgba(0, 0, 0, 0) 78%
  );
  filter: blur(0.2px);
}

/* ================================
   HERO
================================ */

.albarec-hero {
  padding: 78px var(--page-margin) 24px;
  background: var(--page-bg);
}

.hero-canvas {
  position: relative;
  min-height: calc(100vh - 120px);
  display: block;
  background: var(--bosco);
  box-shadow: 0 20px 40px rgba(47, 62, 52, 0.18);
  overflow: hidden;
}

.hero-copy-panel {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 38px 44px 34px;
  color: var(--minerale);
  background: rgba(47, 62, 52, 0.18);
}

/* elemento grafico esteso */
.hero-copy-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110px;
  right: -150px;
  bottom: -110px;
  width: 78%;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  opacity: 0.18;
  pointer-events: none;
  animation: albarecFloat 16s ease-in-out infinite;
  will-change: transform;
}

/* fascia superiore */
.hero-meta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(233, 228, 216, 0.72);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

.hero-copy-panel h1 {
  position: relative;
  z-index: 2;
  max-width: 760px;
  align-self: center;
  justify-self: center;
  margin: 48px auto 0;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: var(--minerale);
}

.hero-copy-panel h1 em {
  color: var(--chardonnay);
  font-style: normal;
}

.hero-subtitle {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: center;
  margin-top: -48px;
  text-align: center;
}

.hero-copy-panel::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -120px;
  left: -170px;
  bottom: -120px;
  width: 62%;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center left;
  opacity: 0.12;
  pointer-events: none;
  animation: albarecDrift 18s ease-in-out infinite;
  will-change: transform;
}

.hero-subtitle p {
  max-width: 520px;
  color: rgba(233, 228, 216, 0.78);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.5;
}

/* immagine grande */
.hero-image-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 100%;
}

.hero-image-panel img {
  height: 100%;
  min-height: 100%;
  object-position: center;
  filter: saturate(0.78) contrast(0.94) brightness(0.82);
}

.info-prompt {
  position: fixed;
  left: var(--page-margin);
  right: var(--page-margin);
  bottom: 28px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 28px;
  background: rgba(200, 206, 128, 0.82);
  color: rgba(47, 62, 52, 0.78);
  box-shadow: 0 18px 44px rgba(47, 62, 52, 0.14);
  backdrop-filter: blur(10px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

.is-page-scrolled .info-prompt,
.info-prompt.is-dismissed {
  opacity: 0;
  transform: translateY(18px);
  visibility: hidden;
  pointer-events: none;
}

.info-prompt-copy p {
  margin-bottom: 6px;
  color: var(--bosco);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.info-prompt-copy p span {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}

.info-prompt-copy > span {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.35;
}

.info-prompt-actions {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  flex: 0 0 auto;
}

.info-prompt-actions a {
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.04em;
  border-bottom: 2px solid currentColor;
  padding-bottom: 7px;
}

.info-prompt-actions a::after {
  content: ">";
  margin-left: 10px;
}

.info-prompt-close {
  border: 0;
  background: transparent;
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.25;
  padding-top: 1px;
  cursor: pointer;
  opacity: 0.72;
}

.info-prompt-close:hover {
  opacity: 1;
}

/* ================================
   MANIFESTO
================================ */

.editorial-manifesto {
  padding: 24px var(--page-margin);
  background: var(--page-bg);
}

.manifesto-inner {
  position: relative;
  min-height: 760px;
  padding: 52px;
  background: var(--minerale);
  overflow: hidden;
}

.manifesto-inner::before {
  content: "";
  position: absolute;
  width: 860px;
  height: 1180px;
  right: -280px;
  top: -230px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.16;
  pointer-events: none;
  z-index: 1;
  animation: albarecDrift 20s ease-in-out infinite;
  will-change: transform;
}

.manifesto-images {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 280px 150px;
  gap: 28px;
  align-items: end;
}

.manifesto-image-large img {
  height: 380px;
  filter: saturate(0.78) contrast(0.95);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.manifesto-image-small {
  margin-top: 160px;
}

.manifesto-image-small img {
  height: 220px;
  filter: saturate(0.78) contrast(0.95);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.manifesto-image-large,
.manifesto-image-small {
  overflow: hidden;
}

.manifesto-image-large:hover img {
  transform: scale(1.035);
  filter: saturate(0.86) contrast(0.98);
}

.manifesto-image-small:hover img {
  transform: scale(1.04) translate3d(0, -4px, 0);
  filter: saturate(0.88) contrast(0.98) brightness(1.03);
}

.manifesto-copy {
  position: absolute;
  z-index: 4;
  top: 190px;
  right: 72px;
  width: min(460px, 42vw);
}

.manifesto-copy h2 {
  margin-bottom: 24px;
  color: var(--terra);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.manifesto-copy p:not(.section-kicker) {
  color: var(--terra);
  font-size: 16px;
  line-height: 1.72;
}

.giant-word {
  position: absolute;
  right: -6px;
  bottom: -54px;
  z-index: 2;
  color: rgba(122, 139, 90, 0.16);
  font-family: var(--font-heading);
  font-size: clamp(130px, 19vw, 290px);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

/* ================================
   TERRITORIO
================================ */

.territory-story {
  position: relative;
  padding: 112px var(--page-margin);
  background: var(--page-bg);
  overflow: hidden;
}

.territory-story::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 1160px;
  right: -390px;
  top: -40px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  opacity: 0.12;
  pointer-events: none;
  animation: albarecDrift 22s ease-in-out infinite;
  will-change: transform;
}

.territory-header {
  position: relative;
  z-index: 2;
  max-width: min(760px, 58vw);
  margin-bottom: 72px;
  color: var(--minerale);
  text-align: left;
}

.territory-header h2 {
  position: relative;
  display: inline-block;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 300;
  line-height: 1.24;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.territory-header .section-kicker {
  color: var(--chardonnay);
}

.territory-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.75fr 1.2fr 0.55fr;
  gap: 32px;
  align-items: end;
}

.territory-text {
  padding: 34px;
  background: var(--minerale);
}

.territory-text p {
  color: var(--terra);
  font-size: 16px;
  line-height: 1.72;
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--bosco);
  font-size: 10px;
  border-bottom: 1px solid currentColor;
}

.wine-label-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.territory-main-image img {
  height: 620px;
  filter: saturate(0.78) contrast(0.94);
}

.territory-secondary-image img {
  height: 280px;
  filter: saturate(0.78) contrast(0.94);
}

/* ================================
   QUOTE
================================ */

.quote-section {
  position: relative;
  padding: 120px var(--page-margin);
  background: var(--minerale);
  overflow: hidden;
}

.quote-section::before {
  content: "";
  position: absolute;
  width: 780px;
  height: 1080px;
  right: -320px;
  bottom: -360px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
  animation: albarecDrift 24s ease-in-out infinite;
  will-change: transform;
}

.quote-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.quote-inner blockquote {
  margin-bottom: 28px;
  color: var(--terra);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.16;
}

.quote-inner p:not(.section-kicker) {
  max-width: 560px;
  margin: 0 auto;
  color: var(--terra);
  font-size: 16px;
  line-height: 1.75;
}

/* ================================
   MATERIA
================================ */

.material-section {
  position: relative;
  padding: 0;
  background: var(--minerale);
  overflow: hidden;
}

.material-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  height: clamp(260px, 28vw, 360px);
  min-height: 0;
  background: var(--bosco);
  color: var(--minerale);
}

.material-feature-copy {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 130px var(--page-margin);
  overflow: hidden;
}

.material-feature-copy::before {
  content: "";
  position: absolute;
  inset: -70px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
  animation: albarecDrift 26s ease-in-out infinite;
  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 34%,
    rgba(0, 0, 0, 0.68) 58%,
    rgba(0, 0, 0, 0) 82%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 1) 34%,
    rgba(0, 0, 0, 0.68) 58%,
    rgba(0, 0, 0, 0) 82%
  );
}

.material-feature .section-kicker {
  position: relative;
  z-index: 2;
  color: var(--chardonnay);
}

.material-statement {
  position: relative;
  z-index: 2;
  max-width: 520px;
  align-self: start;
  color: var(--minerale);
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 300;
  line-height: 1.08;
  text-transform: uppercase;
}

.material-statement em {
  color: var(--chardonnay);
  font-style: italic;
}

.material-feature-image img {
  height: 100%;
  min-height: 0;
  filter: saturate(0.82) contrast(0.94);
}

.material-estate {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.62fr;
  gap: 24px;
  min-height: 960px;
  padding: 96px var(--page-margin) 240px;
  background: var(--minerale);
  color: var(--terra);
  overflow: hidden;
}

.material-estate-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.35fr 0.72fr;
  gap: 20px;
  align-self: start;
}

.material-estate-gallery figure:nth-child(2) {
  align-self: end;
  transform: translateY(190px);
}

.material-estate-gallery img {
  height: 330px;
  filter: saturate(0.78) contrast(0.94);
}

.material-estate-gallery figure:nth-child(2) img {
  height: 190px;
}

.material-estate-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 470px;
  justify-self: center;
  transform: translateY(-90px);
}

.material-estate-copy .section-kicker {
  color: var(--terra);
  text-align: center;
}

.material-estate-copy p:not(.section-kicker) {
  color: var(--terra);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 300;
  line-height: 1.08;
  text-align: center;
}

.material-estate-detail {
  position: relative;
  z-index: 2;
  align-self: start;
  margin-top: 74px;
}

.material-estate-detail img {
  height: 360px;
  filter: saturate(0.72) contrast(0.92);
}

.material-giant {
  position: absolute;
  left: 27%;
  bottom: -48px;
  z-index: 1;
  color: rgba(122, 139, 90, 0.42);
  font-family: var(--font-heading);
  font-size: clamp(110px, 15vw, 250px);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.material-estate figcaption {
  color: rgba(99, 86, 76, 0.72);
}

/* ================================
   CTA VINI
================================ */

.wine-teaser {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0;
  margin: 96px var(--page-margin) 96px;
  background: var(--minerale);
  overflow: hidden;
}

.wine-teaser::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 1000px;
  left: -310px;
  bottom: -360px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
  animation: albarecDrift 22s ease-in-out infinite;
  will-change: transform;
}

.wine-teaser-content {
  position: relative;
  z-index: 2;
  padding: 70px 58px;
}

.wine-teaser-content h2 {
  max-width: 520px;
  margin-bottom: 24px;
  color: var(--bosco);
  font-size: clamp(20px, 2vw, 30px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wine-teaser-content p:not(.section-kicker) {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--terra);
  font-size: 16px;
  line-height: 1.72;
}

.button-outline {
  display: inline-block;
  padding: 13px 24px;
  border: 1px solid var(--bosco);
  border-radius: 999px;
  color: var(--bosco);
  font-size: 10px;
  transition: 0.25s ease;
}

.button-outline:hover {
  background: var(--bosco);
  color: var(--minerale);
}

.wine-teaser-image {
  position: relative;
  z-index: 2;
}

.wine-teaser-image img {
  height: 100%;
  min-height: 520px;
  filter: saturate(0.78) contrast(0.94);
}

/* ================================
   PAGINA VINI
================================ */

.wines-page {
  background: var(--minerale);
  color: var(--bosco);
}

.wines-hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: end;
  padding: 170px var(--page-margin) 96px;
  overflow: hidden;
}

.wines-hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 1080px;
  right: -320px;
  top: -220px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
  animation: albarecDrift 24s ease-in-out infinite;
}

.wines-hero-copy,
.wines-hero-image {
  position: relative;
  z-index: 2;
}

.wines-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--terra);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.35vw, 38px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wines-hero-copy p:not(.section-kicker) {
  max-width: 520px;
  color: var(--terra);
  font-size: 17px;
  line-height: 1.76;
}

.wines-hero-image img {
  height: 620px;
  filter: saturate(0.78) contrast(0.94);
}

.wines-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0 var(--page-margin) 124px;
}

.wine-card {
  --wine-text: var(--bosco);
  --wine-muted: rgba(99, 86, 76, 0.78);
  --wine-line: rgba(99, 86, 76, 0.2);
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.58fr) minmax(260px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 92px);
  min-height: 680px;
  padding: clamp(52px, 5vw, 88px) 0;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--wine-line);
  background: transparent;
  color: var(--wine-text);
}

.wine-card:last-child {
  border-bottom: 1px solid var(--wine-line);
}

.wine-card::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: 44%;
  top: 50%;
  background: var(--pietra);
  border-radius: 50%;
  opacity: 0.12;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.wine-card-meta,
.wine-card-copy,
.wine-card-bottle {
  position: relative;
  z-index: 2;
}

.wine-card-meta > span {
  display: block;
  margin-bottom: 62px;
  color: var(--wine-muted);
  font-family: var(--font-body);
  font-size: 16px;
  letter-spacing: 0.22em;
}

.wine-card-meta ul {
  display: grid;
  gap: 18px;
  list-style: none;
}

.wine-card-meta li {
  position: relative;
  padding-left: 0;
  color: var(--wine-muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.65;
  text-transform: uppercase;
}

.wine-card-meta li span {
  display: block;
  margin: 0 0 4px;
  color: rgba(99, 86, 76, 0.58);
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.wine-card-place {
  margin-bottom: 28px;
  color: var(--wine-muted);
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wine-card h2 {
  max-width: 500px;
  margin-bottom: 24px;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1.16;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wine-card p {
  max-width: 520px;
  color: var(--wine-muted);
  font-size: 18px;
  letter-spacing: 0.035em;
  line-height: 1.92;
}

.wine-card .wine-card-place {
  max-width: none;
  margin-bottom: 28px;
  font-family: var(--font-heading);
  font-family: var(--font-body);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wine-pairing {
  max-width: 520px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--wine-line);
}

.wine-pairing span {
  display: block;
  margin-bottom: 8px;
  color: rgba(99, 86, 76, 0.58);
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.wine-card .wine-pairing p {
  max-width: 460px;
  font-size: 15px;
  letter-spacing: 0.035em;
  line-height: 1.7;
}

.wine-card-bottle {
  width: min(86%, 360px);
  margin: 0 auto;
}

.wine-card-bottle img {
  width: 100%;
  height: 620px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 34px 40px rgba(47, 62, 52, 0.18));
}

.wines-closing {
  padding: 92px var(--page-margin);
  background: var(--minerale);
  color: var(--terra);
}

.wines-closing p:not(.section-kicker) {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.7;
}

.wines-closing .section-kicker {
  color: var(--chardonnay);
}

.wines-editorial {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(36px, 6vw, 96px);
  min-height: 720px;
  padding: 112px var(--page-margin) 170px;
  background: var(--minerale);
  color: var(--terra);
  overflow: hidden;
}

.wines-editorial-gallery,
.wines-editorial-copy {
  position: relative;
  z-index: 2;
}

.wines-editorial-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.72fr;
  gap: 22px;
  align-items: end;
}

.wines-editorial-gallery figure:nth-child(2) {
  transform: translateY(92px);
}

.wines-editorial-gallery img {
  height: 430px;
  filter: saturate(0.78) contrast(0.94);
}

.wines-editorial-gallery figure:nth-child(2) img {
  height: 250px;
}

.wines-editorial-copy {
  max-width: 620px;
  align-self: center;
}

.wines-editorial-copy h2 {
  margin-bottom: 28px;
  color: var(--bosco);
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 300;
  line-height: 1.1;
}

.wines-editorial-copy p:not(.section-kicker) {
  max-width: 560px;
  color: var(--terra);
  font-size: 17px;
  line-height: 1.78;
}

.wines-editorial-word {
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 1;
  color: rgba(122, 139, 90, 0.16);
  font-family: var(--font-heading);
  font-size: clamp(130px, 19vw, 290px);
  font-weight: 300;
  line-height: 0.78;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.wines-editorial figcaption {
  color: rgba(99, 86, 76, 0.7);
}

/* ================================
   ETICHETTATURA AMBIENTALE
================================ */

.labeling-page {
  background: var(--minerale);
  color: var(--bosco);
}

.labeling-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(42px, 7vw, 112px);
  padding: 170px var(--page-margin) 84px;
  overflow: hidden;
}

.labeling-hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 1080px;
  right: -340px;
  top: -260px;
  background-image: url("../images/elemento.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  animation: albarecDrift 24s ease-in-out infinite;
}

.labeling-hero-copy,
.labeling-index {
  position: relative;
  z-index: 2;
}

.labeling-hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  color: var(--terra);
  font-size: clamp(28px, 3.4vw, 54px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.labeling-hero-copy p:not(.section-kicker) {
  max-width: 620px;
  color: var(--terra);
  font-size: 17px;
  line-height: 1.76;
}

.labeling-index {
  align-self: end;
  display: grid;
  gap: 12px;
  padding: 28px;
  border-top: 1px solid rgba(99, 86, 76, 0.2);
  border-bottom: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-index a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: baseline;
  color: var(--terra);
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.labeling-index span {
  color: rgba(99, 86, 76, 0.56);
  font-size: 11px;
}

.labeling-list {
  display: grid;
  gap: 28px;
  padding: 0 var(--page-margin) 96px;
}

.labeling-card {
  scroll-margin-top: 92px;
  padding: clamp(30px, 4vw, 56px);
  border-top: 1px solid rgba(99, 86, 76, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

.labeling-card:last-child {
  border-bottom: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-card-header {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 44px;
}

.labeling-card-header h2 {
  color: var(--bosco);
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.labeling-card-header > span {
  flex: 0 0 auto;
  color: rgba(99, 86, 76, 0.68);
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.labeling-card-body {
  display: grid;
  grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 96px);
}

.labeling-card h3 {
  margin-bottom: 18px;
  color: var(--terra);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.labeling-info-column {
  display: grid;
  gap: 34px;
  align-content: start;
}

.labeling-ingredients p {
  max-width: 360px;
  color: var(--terra);
  font-size: 19px;
  line-height: 1.7;
}

.labeling-alcohol p {
  color: var(--terra);
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 300;
  line-height: 1.15;
}

.labeling-note {
  margin-top: 10px;
  color: rgba(99, 86, 76, 0.72);
  font-size: 13px !important;
}

.labeling-nutrition-table {
  display: grid;
  max-width: 360px;
  border-top: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-nutrition-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-nutrition-row span,
.labeling-nutrition-row strong {
  color: var(--terra);
  font-size: 13px;
  line-height: 1.4;
}

.labeling-nutrition-row strong {
  font-weight: 700;
  text-align: right;
}

.labeling-table {
  display: grid;
  border-top: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-table-row {
  display: grid;
  grid-template-columns: 0.92fr 0.92fr 0.52fr 1.2fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(99, 86, 76, 0.2);
}

.labeling-table-row span {
  color: var(--terra);
  font-size: 13px;
  line-height: 1.45;
}

.labeling-table-head span {
  color: rgba(99, 86, 76, 0.58);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.labeling-footer-note {
  padding: 0 var(--page-margin) 120px;
}

.labeling-footer-note p {
  max-width: 760px;
  color: var(--terra);
  font-size: 17px;
  line-height: 1.76;
}

/* ================================
   CONTATTI
================================ */

.contact-section {
  background: var(--minerale);
  color: var(--terra);
  overflow: hidden;
}

.contact-strip {
  overflow: hidden;
  padding: 28px 0 0;
}

.contact-strip-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: contactStripScroll 34s linear infinite;
  will-change: transform;
}

.contact-strip img {
  width: 160px;
  height: 112px;
  flex: 0 0 auto;
  filter: saturate(0.72) contrast(0.92);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 80px;
  min-height: 520px;
  padding: 92px var(--page-margin) 84px;
  overflow: hidden;
}

.contact-intro,
.contact-details {
  position: relative;
  z-index: 2;
}

.contact-section .section-kicker {
  color: var(--terra);
}

.contact-section h2 {
  max-width: 520px;
  margin-bottom: 6px;
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-intro p:not(.section-kicker) {
  max-width: 420px;
  color: var(--terra);
  font-size: 17px;
  line-height: 1.72;
}

.contact-status {
  margin-top: 22px;
  color: var(--bosco);
  font-size: 14px;
}

.contact-status.error {
  color: var(--vinaccia);
}

.contact-form {
  display: grid;
  gap: 12px;
  max-width: 460px;
  margin-top: 30px;
}

.contact-form label {
  color: var(--terra);
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(99, 86, 76, 0.24);
  border-radius: 0;
  background: rgba(233, 228, 216, 0.54);
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(122, 139, 90, 0.5);
  outline-offset: 2px;
}

.contact-form .button-outline {
  width: fit-content;
  margin-top: 6px;
  background: transparent;
  cursor: pointer;
}

.contact-honey {
  position: absolute;
  left: -9999px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-self: start;
}

.contact-block {
  padding-top: 18px;
  border-top: 1px solid rgba(99, 86, 76, 0.22);
}

.contact-block p:not(.section-kicker),
.contact-block a {
  display: block;
  color: var(--terra);
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.6;
}

.contact-block a + a {
  margin-top: 10px;
}

.contact-group + .contact-group {
  margin-top: 24px;
}

.contact-mini-title {
  margin-bottom: 10px;
  color: var(--terra);
  font-family: var(--font-body);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-company p:not(.section-kicker) {
  margin-bottom: 12px;
  font-size: clamp(13px, 0.95vw, 16px);
}

.contact-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  place-items: center;
  border: 1px solid rgba(99, 86, 76, 0.28);
  border-radius: 50%;
  color: var(--bosco);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1;
  vertical-align: middle;
}

.contact-map {
  display: block;
  width: 100%;
  height: 220px;
  margin-top: 24px;
  border: 1px solid rgba(99, 86, 76, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(47, 62, 52, 0.1);
  filter: grayscale(0.12) saturate(0.82) contrast(0.94);
}

.contact-block .map-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--bosco);
  font-family: var(--font-body);
  font-size: 8px;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.contact-mark {
  position: absolute;
  right: -4%;
  left: auto;
  bottom: -54px;
  z-index: 1;
  color: rgba(168, 162, 149, 0.16);
  font-family: var(--font-heading);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 300;
  line-height: 0.75;
  letter-spacing: -0.06em;
  pointer-events: none;
}

/* ================================
   ILLUSTRAZIONI
================================ */

.site-illustration {
  --illustration-opacity: 0.08;
  position: absolute;
  width: clamp(120px, 14vw, 240px);
  max-width: none;
  height: auto;
  object-fit: contain;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: albarecInkReveal 16s ease-in-out infinite;
  pointer-events: none;
  user-select: none;
}

.site-illustration.is-illustration-visible {
  animation: albarecInkReveal 16s ease-in-out infinite;
}

.quote-illustration {
  right: -400px;
  bottom: -150px;
  z-index: 1;
  width: clamp(230px, 24vw, 420px);
  --illustration-opacity: 0.055;
  animation-delay: 0.55s;
}

.quote-inner > :not(.site-illustration) {
  position: relative;
  z-index: 2;
}

.territory-illustration {
  right: -10px;
  bottom: -150px;
  z-index: 1;
  width: clamp(330px, 38vw, 530px);
  --illustration-opacity: 0.16;
  animation-delay: 0.35s;
  filter: invert(1);
}

.material-light-illustration {
  right: var(--page-margin);
  bottom: 34px;
  z-index: 1;
  width: clamp(88px, 8vw, 132px);
  --illustration-opacity: 0.14;
  animation-delay: 0.45s;
  filter: invert(1);
}

.wine-illustration {
  top: 36px;
  right: 42px;
  z-index: 1;
  width: clamp(110px, 12vw, 190px);
  --illustration-opacity: 0.12;
  animation-delay: 0.4s;
  transform: rotate(-8deg);
}

.wine-teaser-content > :not(.site-illustration) {
  position: relative;
  z-index: 2;
}

.contact-illustration {
  top: 404px;
  right: 1%;
  bottom: auto;
  z-index: 1;
  width: clamp(220px, 23vw, 310px);
  --illustration-opacity: 0.045;
  animation-delay: 0.5s;
  transform: rotate(7deg);
}

.wines-hero-illustration {
  top: 52px;
  right: -190px;
  z-index: 1;
  width: clamp(180px, 20vw, 340px);
  --illustration-opacity: 0.055;
  animation-delay: 0.35s;
}

.wines-hero-copy > :not(.site-illustration),
.wines-closing > :not(.site-illustration),
.wines-editorial > :not(.site-illustration) {
  position: relative;
  z-index: 2;
}

.wines-closing {
  position: relative;
  overflow: hidden;
}

.wines-closing-illustration {
  right: 5%;
  top: 118px;
  bottom: auto;
  z-index: 1;
  width: clamp(150px, 18vw, 280px);
  --illustration-opacity: 0.08;
  animation-delay: 0.45s;
  transform: rotate(-12deg);
}

/* ================================
   FOOTER
================================ */

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px var(--page-margin);
  background: var(--minerale);
  color: rgba(99, 86, 76, 0.72);
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.08em;
}

/* ================================
   ACCESSIBILITÀ ANIMAZIONI
================================ */

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

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
  :root {
    --page-margin: 38px;
  }

  .site-header {
    justify-content: space-between;
    block-size: 72px;
    padding: 0 var(--page-margin);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: min(320px, calc(100vw - 64px));
    padding: 22px;
    background: rgba(47, 62, 52, 0.94);
    color: var(--minerale);
    flex-direction: column;
    align-items: flex-start;
    font-size: 10px;
    gap: 16px;
    letter-spacing: 0.14em;
  }

  .site-logo-centered {
    flex: 0 1 auto;
    inline-size: auto;
    block-size: 100%;
    justify-content: flex-start;
    overflow: hidden;
  }

  .site-logo-centered img {
    inline-size: auto;
    block-size: min(40%, 2.4rem);
    transform: none;
  }

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

  .mobile-menu-button {
    display: flex;
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    justify-self: end;
    flex-direction: column;
    gap: 7px;
    width: 34px;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: currentColor;
  }

  .mobile-menu-button span {
    display: block;
    height: 1px;
    background: currentColor;
  }

  .hero-canvas,
  .wine-teaser,
  .wines-hero,
  .labeling-hero,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .wines-list {
    gap: 22px;
  }

  .wine-card {
    grid-template-columns: 0.58fr 0.82fr 1fr;
    gap: 32px;
    min-height: 560px;
  }

  .wine-card-bottle {
    width: min(82%, 300px);
  }

  .wine-card-bottle img {
    height: 500px;
  }

  .wines-editorial {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 86px var(--page-margin) 138px;
  }

  .wines-editorial-gallery {
    grid-template-columns: 1fr 0.7fr;
  }

  .wines-editorial-gallery figure:nth-child(2) {
    transform: translateY(54px);
  }

  .labeling-index {
    align-self: stretch;
    max-width: 560px;
  }

  .labeling-card-body {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-image-panel img,
  .hero-image-panel {
    min-height: 520px;
  }

  .hero-copy-panel {
    min-height: 520px;
  }

  .info-prompt {
    left: 24px;
    right: 24px;
    bottom: 20px;
    padding: 18px 22px;
  }

  .info-prompt-copy p {
    font-size: 14px;
  }

  .info-prompt-copy > span,
  .info-prompt-actions a {
    font-size: 12px;
  }

  .hero-copy-panel h1 {
    max-width: 680px;
    font-size: clamp(20px, 3vw, 30px);
  }

  h2 {
    font-size: clamp(20px, 2.5vw, 30px);
  }

  h3 {
    font-size: clamp(16px, 1.8vw, 22px);
  }

  p,
  .territory-text p,
  .wine-teaser-content p:not(.section-kicker),
  .wines-hero-copy p:not(.section-kicker),
  .wine-card p,
    .contact-intro p:not(.section-kicker) {
    font-size: 13px;
  }

  .hero-subtitle {
    margin-top: -34px;
  }

  .manifesto-copy {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 80px;
  }

  .territory-layout,
  .material-feature,
  .material-estate {
    grid-template-columns: 1fr;
  }

  .material-feature {
    height: auto;
    min-height: auto;
  }

  .material-feature-copy {
    min-height: 180px;
  }

  .material-feature-image img {
    min-height: 180px;
    height: 180px;
  }

  .material-estate-gallery figure:nth-child(2) {
    transform: none;
  }

  .material-giant {
    left: 10%;
    bottom: 8px;
    font-size: clamp(90px, 18vw, 170px);
    transform: none;
  }

  .giant-word {
    right: 0;
    bottom: -12px;
    font-size: clamp(82px, 16vw, 150px);
    letter-spacing: -0.05em;
  }

  .material-estate-copy p:not(.section-kicker),
  .quote-inner blockquote {
    font-size: clamp(20px, 2.6vw, 30px);
  }

  .contact-mark {
    right: 18px;
    bottom: 14px;
    font-size: clamp(74px, 12vw, 132px);
  }

  .wine-teaser {
    margin: 76px var(--page-margin) 76px;
  }

  .wine-teaser-image img {
    min-height: 420px;
    height: 420px;
  }

  .contact-panel {
    gap: 48px;
  }
}

@media (max-width: 900px) {
  :root {
    --page-margin: 28px;
  }

  .site-logo-centered {
    inline-size: auto;
    block-size: 100%;
    justify-content: flex-start;
    overflow: hidden;
  }

  .site-logo-centered img {
    inline-size: auto;
    block-size: min(40%, 2.3rem);
    transform: none;
  }

  .manifesto-inner {
    min-height: auto;
  }

  .manifesto-images {
    grid-template-columns: 1fr 0.7fr;
  }

  .territory-header {
    max-width: 100%;
    margin-bottom: 48px;
    text-align: left;
  }

  .territory-text {
    padding: 28px;
  }

  .territory-main-image img {
    height: 460px;
  }

  .territory-secondary-image img {
    height: 240px;
  }

  .material-estate-copy {
    transform: none;
  }

  .material-estate-detail {
    margin-top: 0;
  }

  .wines-hero {
    gap: 34px;
  }

  .labeling-hero {
    gap: 34px;
  }

  .contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --page-margin: 18px;
    --inner-padding: 24px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    block-size: 58px;
    padding: 0 var(--page-margin);
    justify-content: space-between;
  }

  .site-nav {
    display: none;
    top: 100%;
    right: 0;
    width: min(300px, calc(100vw - 32px));
    padding: 20px;
    font-size: 10px;
    gap: 14px;
  }

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

  .site-logo-centered {
    inline-size: auto;
    block-size: 100%;
    justify-content: flex-start;
    overflow: hidden;
  }

  .site-logo-centered img {
    inline-size: auto;
    block-size: min(38%, 2rem);
    transform: none;
  }

  .mobile-menu-button {
    display: flex;
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    justify-self: end;
    margin-left: auto;
  }

  .albarec-hero {
    padding: 62px 0 18px;
  }

  .hero-canvas {
    min-height: 620px;
    box-shadow: none;
  }

  .hero-copy-panel {
    min-height: 620px;
  }

  .hero-copy-panel,
  .manifesto-inner,
  .wine-teaser-content {
    padding: 24px;
  }

  .info-prompt {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
  }

  .info-prompt-copy p {
    font-size: 12px;
  }

  .info-prompt-copy > span {
    font-size: 10px;
  }

  .info-prompt-actions {
    gap: 14px;
  }

  .info-prompt-actions a {
    max-width: 92px;
    font-size: 9px;
    line-height: 1.25;
    padding-bottom: 5px;
  }

  .info-prompt-close {
    font-size: 15px;
    padding-top: 0;
  }

  .hero-meta {
    flex-direction: column;
    gap: 8px;
  }

  .hero-copy-panel h1 {
    font-size: clamp(15px, 4.5vw, 20px);
    letter-spacing: 0.04em;
    line-height: 1.2;
  }

  .hero-subtitle {
    margin-top: -64px;
  }

  .hero-subtitle p {
    max-width: 300px;
    font-size: 10px;
  }

  h2 {
    font-size: clamp(15px, 4.8vw, 19px);
  }

  h3 {
    font-size: clamp(13px, 4vw, 16px);
  }

  p,
  .territory-text p,
  .wine-teaser-content p:not(.section-kicker),
  .wines-hero-copy p:not(.section-kicker),
  .labeling-hero-copy p:not(.section-kicker),
  .labeling-footer-note p,
  .wine-card p,
    .contact-intro p:not(.section-kicker) {
    font-size: 10px;
    line-height: 1.52;
  }

  .section-kicker,
  figcaption,
  .text-link,
  .wine-label-link,
  .button-outline,
  .contact-form label,
  .contact-block .map-link {
    font-size: 8px;
  }

  .manifesto-images {
    grid-template-columns: 1fr;
  }

  .manifesto-image-large img,
  .manifesto-image-small img {
    height: 280px;
  }

  .manifesto-image-small {
    margin-top: 0;
  }

  .giant-word {
    right: 6px;
    bottom: -8px;
    font-size: 76px;
    letter-spacing: -0.04em;
  }

  .territory-story,
  .quote-section {
    padding: 68px var(--page-margin);
  }

  .territory-header {
    margin-bottom: 34px;
  }

  .territory-header h2 {
    font-size: clamp(14px, 4.6vw, 18px);
  }

  .territory-text {
    padding: 24px;
  }

  .contact-strip {
    padding-top: 18px;
  }

  .contact-strip img {
    width: 124px;
    height: 86px;
  }

  .contact-panel {
    min-height: auto;
    padding: 56px var(--page-margin) 68px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-section h2 {
    font-size: clamp(13px, 4vw, 16px);
  }

  .contact-block p:not(.section-kicker),
  .contact-block a {
    font-size: 10px;
  }

  .contact-map {
    height: 190px;
  }

  .contact-mark {
    right: 16px;
    left: auto;
    bottom: 12px;
    font-size: 46px;
    letter-spacing: -0.02em;
  }

  .material-feature-copy {
    min-height: 210px;
    padding: 22px;
  }

  .material-statement {
    font-size: clamp(15px, 4.8vw, 19px);
  }

  .material-estate-copy p:not(.section-kicker) {
    font-size: clamp(17px, 5.2vw, 22px);
  }

  .material-estate-gallery img,
  .material-estate-gallery figure:nth-child(2) img,
  .material-estate-detail img {
    min-height: 320px;
    height: 320px;
  }

  .material-feature-image img {
    min-height: 220px;
    height: 220px;
  }

  .material-estate {
    min-height: auto;
    padding: 56px var(--page-margin) 116px;
  }

  .material-giant {
    left: 8%;
    bottom: 10px;
    font-size: 84px;
    letter-spacing: -0.04em;
    transform: none;
  }

  .material-estate-gallery {
    grid-template-columns: 1fr;
  }

  .territory-main-image img,
  .wines-hero-image img,
  .wine-teaser-image img {
    min-height: 320px;
    height: 320px;
  }

  .wines-hero {
    padding: 108px var(--page-margin) 62px;
  }

  .labeling-hero {
    padding: 108px var(--page-margin) 48px;
  }

  .labeling-hero h1 {
    font-size: clamp(25px, 8vw, 34px);
  }

  .labeling-index {
    gap: 10px;
    padding: 20px 0;
  }

  .labeling-index a {
    grid-template-columns: 30px 1fr;
    gap: 12px;
    font-size: 10px;
  }

  .wines-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .wines-list,
  .wines-closing,
  .wines-editorial,
  .labeling-list,
  .labeling-footer-note {
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }

  .wine-card {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: auto;
    padding: 28px;
  }

  .wine-card-meta > span {
    margin-bottom: 22px;
    font-size: 13px;
  }

  .wine-card-meta ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .wine-card-meta li {
    font-size: 11px;
  }

  .wine-card-bottle {
    width: min(70%, 240px);
  }

  .wine-card-bottle img {
    height: 360px;
  }

  .wine-card .wine-card-place {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .wine-card h2 {
    margin-bottom: 14px;
    font-size: clamp(25px, 8vw, 34px);
  }

  .wines-editorial {
    gap: 34px;
    padding-top: 64px;
    padding-bottom: 104px;
  }

  .wines-editorial-gallery {
    grid-template-columns: 1fr;
  }

  .wines-editorial-gallery figure:nth-child(2) {
    transform: none;
  }

  .wines-editorial-gallery img,
  .wines-editorial-gallery figure:nth-child(2) img {
    height: 300px;
  }

  .wines-editorial-copy h2 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .wines-editorial-copy p:not(.section-kicker) {
    font-size: 12px;
    line-height: 1.62;
  }

  .wines-editorial-word {
    left: 10%;
    bottom: 10px;
    font-size: 78px;
    transform: none;
  }

  .labeling-list {
    gap: 14px;
    padding-bottom: 64px;
  }

  .labeling-card {
    padding: 28px 0;
  }

  .labeling-card-header {
    display: grid;
    gap: 16px;
    margin-bottom: 30px;
  }

  .labeling-card-header h2 {
    font-size: clamp(22px, 7vw, 30px);
  }

  .labeling-card-body {
    gap: 28px;
  }

  .labeling-ingredients p {
    font-size: 14px;
    line-height: 1.62;
  }

  .labeling-info-column {
    gap: 26px;
  }

  .labeling-alcohol p {
    font-size: 24px;
  }

  .labeling-nutrition-row {
    padding: 11px 0;
  }

  .labeling-nutrition-row span,
  .labeling-nutrition-row strong {
    font-size: 11px;
  }

  .labeling-table-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .labeling-table-head {
    display: none;
  }

  .labeling-table-row span {
    font-size: 11px;
  }

  .labeling-table-row span::before {
    display: block;
    margin-bottom: 1px;
    color: rgba(99, 86, 76, 0.58);
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .labeling-table-row span:nth-child(1)::before {
    content: "Componente";
  }

  .labeling-table-row span:nth-child(2)::before {
    content: "Materiale";
  }

  .labeling-table-row span:nth-child(3)::before {
    content: "Codice";
  }

  .labeling-table-row span:nth-child(4)::before {
    content: "Conferimento";
  }

  .labeling-footer-note {
    padding-bottom: 84px;
  }

  .wine-teaser {
    margin: 68px var(--page-margin);
  }

  .site-footer {
    flex-direction: column;
    padding: 24px var(--page-margin);
    font-size: 9px;
  }
}

@media (max-width: 900px) {
  .territory-illustration {
    right: -120px;
    width: 330px;
  }

  .material-light-illustration {
    right: 26px;
    bottom: 24px;
    width: 88px;
  }

  .wine-illustration {
    top: 26px;
    right: 26px;
    width: 116px;
  }

  .contact-illustration {
    top: 28px;
    right: 14px;
    width: 112px;
  }

  .quote-illustration {
    right: -118px;
    bottom: -84px;
    width: 280px;
  }
}

@media (max-width: 760px) {
  .quote-illustration,
  .territory-illustration,
  .wine-illustration,
  .contact-illustration,
  .wines-closing-illustration {
    display: none;
  }

  .material-light-illustration {
    right: 16px;
    bottom: 18px;
    width: 72px;
    --illustration-opacity: 0.1;
  }

  .wines-hero-illustration {
    top: 18px;
    right: -150px;
    width: 220px;
    --illustration-opacity: 0.07;
  }
}
