/*
 Theme Name:   Lio Locos
 Theme URI:    https://liolocos.pt
 Description:  Lio Locos Child Theme — Premium freeze-dried fruits & botanicals
 Author:       Lio Locos
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  liolocos
*/

/* ─────────────────────────────────────────────────────────────
   FONTS
   Cormorant Garamond  → editorial display serif (ultralight for drama, italic for contrast)
   Barlow Condensed    → extra-condensed semibold for logo wordmark (≈ Acumin Variable ExtraCondensed SemiBold)
   Space Grotesk       → refined geometric sans for body/UI
   DM Mono             → scientific register for prices, labels
───────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Cormorant+Garamond:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&family=Space+Grotesk:wght@300;400;500;700&family=DM+Mono:ital,wght@0,300;0,400;1,300&display=swap');


/* ─────────────────────────────────────────────────────────────
   CUSTOM PROPERTIES
───────────────────────────────────────────────────────────── */

:root {
  /* Palette — Luxury White */
  --ll-white      : #FFFFFF;
  --ll-black      : #111111;
  --ll-gray       : #8C8C8C;
  --ll-gray-lt    : #E4E4E4;
  --ll-gray-faint : #F6F6F6;

  /* Typography */
  --ll-serif     : 'Cormorant Garamond', Georgia, serif;
  --ll-sans      : 'Space Grotesk', system-ui, sans-serif;
  --ll-mono      : 'DM Mono', 'Courier New', monospace;
  --ll-condensed : 'Barlow Condensed', 'Arial Narrow', sans-serif;

  /* Easing */
  --ll-ease      : cubic-bezier(0.25, 1, 0.5, 1);
  --ll-ease-snap : cubic-bezier(0.16, 1, 0.3, 1);

  /* Layout */
  --ll-max          : 1440px;
  --ll-pad          : clamp(1.5rem, 5vw, 5rem);
  --ll-section      : clamp(7rem, 13vw, 13rem);
  --ll-gap          : clamp(1rem, 2vw, 1.75rem);
  --ll-header-height: 5.5rem;  /* 88px — used to offset fixed header */
}


/* ─────────────────────────────────────────────────────────────
   BASE RESET
───────────────────────────────────────────────────────────── */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: var(--ll-white);
  color: var(--ll-black);
  font-family: var(--ll-sans);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* ─────────────────────────────────────────────────────────────
   ASTRA OVERRIDES
   Remove default container constraints from the parent theme.
───────────────────────────────────────────────────────────── */

.ll-site {
  width: 100%;
  overflow-x: hidden;
}

/* Strip Astra's padding and background from all content wrappers */
#content,
#primary,
.ast-container,
.site-content,
.entry-content,
.ast-article-single,
.ast-article-single .entry-content,
article.page,
.post-inner,
.page-content {
  padding: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  background: transparent !important;
}

/* Astra wraps page content in .entry-content — remove width constraints */
.entry-content > *:not(.ll-alc-hero):not(.ll-alc-section):not(.ll-alc-nums):not(.ll-alc-cta):not(.ll-ins-hero):not(.ll-ins-decl):not(.ll-ins-pillars):not(.ll-ins-origin):not(.ll-ins-star-divider):not(.ll-ins-contrast):not(.ll-ins-circular):not(.ll-ins-cta):not(.ll-col-hero):not(.ll-col-tabs):not(.ll-col-section):not(.ll-col-promise):not(.ll-col-notify):not(.ll-ctt-hero):not(.ll-ctt-origin):not(.ll-ctt-partners):not(.ll-ctt-delivery):not(.ll-prod-hero):not(.ll-prod):not(.ll-prod-editorial-label):not(.ll-editorial):not(.ll-prod-alchimia) {
  /* only reset Astra injected elements, not ours */
  max-width: none;
}

/* ── Override Astra heading defaults globally nas nossas páginas ──
   Astra define font-family/weight em h1-h6 com especificidade alta.
   Usamos .ll-site como âncora para ganhar especificidade sem !important. */
.ll-site h1,
.ll-site h2,
.ll-site h3,
.ll-site h4,
.ll-site blockquote {
  font-family: var(--ll-serif);
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
}

.ll-site p {
  margin: 0;
}

.ll-site .ll-label,
.ll-site span.ll-label {
  font-family: var(--ll-mono);
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
}


/* ─────────────────────────────────────────────────────────────
   UTILITIES
───────────────────────────────────────────────────────────── */

/* Eyebrow / caption label — monospace, tracked, uppercase */
.ll-label {
  display: inline-block;
  font-family: var(--ll-mono);
  font-size: 0.625rem;          /* 10px */
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ll-gray);
}

/* CTA — underline-reveal button */
.ll-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  font-family: var(--ll-mono);
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ll-black);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: letter-spacing 0.55s var(--ll-ease), color 0.3s var(--ll-ease);
}

.ll-cta:hover,
.ll-cta:focus,
.ll-cta:visited {
  color: var(--ll-black);
  text-decoration: none;
  letter-spacing: 0.24em;
}

.ll-cta__underline {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--ll-black);
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.65s var(--ll-ease);
}

.ll-cta:hover .ll-cta__underline {
  transform: scaleX(1);
}


/* ─────────────────────────────────────────────────────────────
   SCROLL REVEAL — base state
   JS adds .is-visible once element enters viewport
───────────────────────────────────────────────────────────── */

[data-ll-reveal] {
  opacity: 0;
  transform: translateY(1.75rem);
  transition:
    opacity  0.9s var(--ll-ease),
    transform 0.9s var(--ll-ease);
}

[data-ll-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-ll-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ═════════════════════════════════════════════════════════════
   HERO
═════════════════════════════════════════════════════════════ */

/* ── Hero — split layout ── */

.ll-hero {
  min-height: 100vh;
  min-height: 100svh;
  border-bottom: 1px solid var(--ll-gray-lt);
  overflow: hidden;
}

.ll-hero__split {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
}

.ll-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  z-index: 0;
}

.ll-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.15) 30%,
    rgba(0,0,0,0.70) 60%,
    rgba(0,0,0,0.85) 100%
  );
  z-index: 1;
}

/* Coluna texto — sobre a imagem */
.ll-hero__col--text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(var(--ll-header-height) + clamp(3rem, 6vw, 6rem)) var(--ll-pad) clamp(4rem, 8vw, 7rem);
  min-height: 100vh;
  min-height: 100svh;
}

/* Coluna vídeo — oculta */
.ll-hero__col--media { display: none; }

.ll-hero__inner {
  display: grid;
  row-gap: clamp(1.5rem, 3vw, 2.25rem);
}

.ll-hero__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.28em;
  color: rgba(255,255,255,0.75);
  font-weight: 400;
}

/* ── Headline ── */

.ll-hero__title {
  display: block;
  font-family: var(--ll-serif);
  font-size: clamp(4rem, 8vw, 11rem);
  font-weight: 200;
  line-height: 0.88;
  letter-spacing: -0.03em;
}

.ll-hero__line {
  display: block;
}

.ll-hero__line--upright {
  font-style: normal;
  color: #fff;
}

/* "suspensa." — italic, indented */
.ll-hero__line--italic {
  font-style: italic;
  font-weight: 200;
  color: rgba(255,255,255,0.8);
  padding-left: clamp(1rem, 3vw, 3rem);
}

/* Structural divider */
.ll-hero__rule {
  width: 3rem;
  height: 1px;
  border: none;
  background-color: rgba(255,255,255,0.4);
  margin: 0;
}

/* ── Description ── */

.ll-hero__desc {
  max-width: 38ch;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
}

/* ── Scroll indicator ── */

.ll-hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: var(--ll-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.ll-hero__scroll-line {
  display: block;
  width: 1px;
  height: 3.5rem;
  background-color: rgba(255,255,255,0.2);
  position: relative;
  overflow: hidden;
}

.ll-hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ll-gray);
  animation: ll-tickScroll 2.2s var(--ll-ease) infinite 1.2s;
}

@keyframes ll-tickScroll {
  0%   { top: -100%; }
  100% { top:  100%; }
}


/* ═════════════════════════════════════════════════════════════
   SHOWCASE
═════════════════════════════════════════════════════════════ */

.ll-showcase {
  padding: var(--ll-section) var(--ll-pad);
  max-width: var(--ll-max);
  margin: 0 auto;
}

.ll-showcase__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-showcase__title {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.025em;
}

.ll-showcase__title em {
  font-style: italic;
  color: var(--ll-gray);
}

/* ── Asymmetric 12-column product grid ──
   Row 1: Card 1 (7 cols dominant) · Card 2 (5 cols)
   Row 2: Card 3 (5 cols)          · Card 4 (7 cols dominant)
   Alternating weight creates editorial zig-zag rhythm.
─────────────────────────────────────────────────────────── */

.ll-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--ll-gap);
  align-items: start;
}

.ll-card:nth-child(1) { grid-column: 1 / 8;  }   /* 7 cols */
.ll-card:nth-child(2) { grid-column: 8 / 13; }   /* 5 cols */
.ll-card:nth-child(3) { grid-column: 1 / 6;  }   /* 5 cols */
.ll-card:nth-child(4) { grid-column: 6 / 13; }   /* 7 cols */

.ll-grid__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 0;
}

/* ── Card ── */

.ll-card {
  display: flex;
  flex-direction: column;
}

.ll-card__visual {
  display: block;
  overflow: hidden;
  background-color: var(--ll-gray-faint);
  margin-bottom: 1rem;
}

.ll-card__img-wrap {
  aspect-ratio: 5 / 6;
  overflow: hidden;
}

.ll-card--featured .ll-card__img-wrap {
  aspect-ratio: 4 / 5;
}

.ll-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1.1s var(--ll-ease);
  will-change: transform;
}

.ll-card__placeholder {
  width: 100%;
  height: 100%;
  background-color: var(--ll-gray-faint);
}

.ll-card:hover .ll-card__img {
  transform: scale(1.03);
}

/* ── Card body ── */

.ll-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ll-card__cat {
  /* inherits .ll-label */
}

.ll-card__name {
  font-family: var(--ll-serif);
  font-size: clamp(1.125rem, 2vw, 1.875rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-top: 0.1rem;
}

.ll-card__name a {
  transition: color 0.35s var(--ll-ease);
}

.ll-card__name a:hover {
  color: var(--ll-gray);
}

.ll-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid var(--ll-gray-lt);
}

/* WooCommerce price — monospace register */
.ll-card__price {
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--ll-black);
}

.ll-card__price .woocommerce-Price-amount {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.ll-card__price del {
  color: var(--ll-gray);
  margin-right: 0.4em;
}

.ll-card__price ins {
  text-decoration: none;
}

/* Add to cart / View product link */
.ll-card__cta {
  flex-shrink: 0;
  font-family: var(--ll-mono);
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ll-black);
  border-bottom: 1px solid var(--ll-black);
  padding-bottom: 0.125rem;
  transition:
    color         0.35s var(--ll-ease),
    border-color  0.35s var(--ll-ease),
    letter-spacing 0.45s var(--ll-ease);
}

.ll-card__cta:hover {
  color: var(--ll-gray);
  border-color: var(--ll-gray);
  letter-spacing: 0.24em;
}

.ll-card__cta--out {
  color: var(--ll-gray);
  border-color: var(--ll-gray-lt);
}

/* ── Showcase footer ── */

.ll-showcase__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-top: 1.5rem;
  border-top: 1px solid var(--ll-gray-lt);
}


/* ═════════════════════════════════════════════════════════════
   MANIFESTO — black inversion: commercial → philosophical
═════════════════════════════════════════════════════════════ */

.ll-manifesto {
  padding: var(--ll-section) var(--ll-pad);
  background-color: var(--ll-black);
  color: var(--ll-white);
}

/* Override utility colours inside dark section */
.ll-manifesto .ll-label {
  color: rgba(255, 255, 255, 0.35);
}

.ll-manifesto .ll-cta {
  color: var(--ll-white);
}

.ll-manifesto .ll-cta__underline {
  background-color: var(--ll-white);
}

.ll-manifesto__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(3rem, 7vw, 7rem);
}

/* ── Manifesto statement ── */

.ll-manifesto__statement {
  font-family: var(--ll-serif);
  font-size: clamp(4.5rem, 10vw, 12rem);
  font-weight: 200;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--ll-white);
}

.ll-manifesto__statement em {
  font-style: italic;
  color: var(--ll-gray);
}

/* ── Process steps ── */

.ll-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
  padding-top: clamp(2rem, 4vw, 4rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ll-process__step {
  display: grid;
  row-gap: 1rem;
}

.ll-process__num {
  /* inherits .ll-label — already grey */
}

.ll-process__name {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem, 2.5vw, 2.375rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ll-white);
}

.ll-process__desc {
  font-size: clamp(0.8125rem, 1vw, 0.9375rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--ll-gray);
}


/* ═════════════════════════════════════════════════════════════
   RESPONSIVE
═════════════════════════════════════════════════════════════ */

/* ── Tablet (≤ 1024px) ── */
@media (max-width: 1024px) {

  /* 2-column grid: card 1 still dominant, cards 3–4 share row */
  .ll-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ll-card:nth-child(1) { grid-column: 1 / 3; }   /* full width */
  .ll-card:nth-child(2) { grid-column: 1 / 2; }
  .ll-card:nth-child(3) { grid-column: 2 / 3; }
  .ll-card:nth-child(4) { grid-column: 1 / 3; }   /* full width */

  .ll-process {
    grid-template-columns: 1fr 1fr;
  }

  .ll-process__step:last-child {
    grid-column: 1 / 3;
  }
}

/* ── Mobile (≤ 640px) ── */
@media (max-width: 640px) {

  :root {
    --ll-header-height: 4rem;
  }

  .ll-hero__title {
    font-size: clamp(3.5rem, 16vw, 5.5rem);
  }

  .ll-hero__line--italic {
    padding-left: 1rem;
  }

  .ll-hero__desc {
    font-size: 0.9rem;
  }

  .ll-hero__eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
  }

  .ll-hero__scroll {
    display: none;
  }

  .ll-header__brand {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
  }

  .ll-header__tagline {
    font-size: 0.42rem;
  }

  .ll-header__mark {
    width: 32px;
    height: 32px;
  }

  .ll-showcase__header {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Single column on mobile */
  .ll-grid {
    grid-template-columns: 1fr;
  }

  .ll-card:nth-child(1),
  .ll-card:nth-child(2),
  .ll-card:nth-child(3),
  .ll-card:nth-child(4) {
    grid-column: auto;
  }

  /* Landscape crop on mobile — better use of narrow screens */
  .ll-card__img-wrap,
  .ll-card--featured .ll-card__img-wrap {
    aspect-ratio: 4 / 3;
  }

  .ll-process {
    grid-template-columns: 1fr;
  }

  .ll-process__step:last-child {
    grid-column: auto;
  }

  .ll-showcase__foot {
    justify-content: flex-start;
  }

  /* Hero split — texto em cima, vídeo em baixo */
  .ll-hero__split {
    grid-template-columns: 1fr;
    grid-template-rows: auto 75vw;
  }

  /* Texto sobe para o topo — logo sobre fundo branco */
  .ll-hero__col--text {
    order: -1;
    padding-top: calc(var(--ll-header-height) + clamp(2rem, 6vw, 4rem));
    padding-bottom: clamp(2rem, 5vw, 3rem);
  }

  /* Vídeo fica em baixo, altura fixa */
  .ll-hero__col--media {
    order: 1;
  }

  .ll-hero__title {
    font-size: clamp(3.5rem, 12vw, 7rem);
  }

  /* Header sempre ligeiramente visível no mobile — sobre fundo branco não precisa */
  .ll-header {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: var(--ll-gray-lt);
  }

  .ll-manifesto__statement {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}


/* ═════════════════════════════════════════════════════════════
   FIXED TRANSPARENT HEADER
═════════════════════════════════════════════════════════════ */

.ll-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: var(--ll-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 var(--ll-pad);
  /* Fully transparent by default */
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition:
    background       0.55s var(--ll-ease),
    backdrop-filter  0.55s var(--ll-ease),
    border-color     0.55s var(--ll-ease);
}

/* Glassmorphic state — activated by JS on scroll */
.ll-header.is-scrolled {
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--ll-gray-lt);
}


/* ── Logo ──
   40px keeps the stamp legible as a pure mark without
   making "LOCAL FOOD MADNESS" compete with the nav copy.
   mix-blend-mode: multiply dissolves any white PNG background
   so the circle floats cleanly on the transparent header.
────────────────────────────────────────────────────────── */

.ll-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ll-black);
  transition: opacity 0.35s var(--ll-ease);
}

.ll-header__logo:hover {
  opacity: 0.65;
}

/* Starburst mark */
.ll-header__mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: block;
  mix-blend-mode: multiply;
  transition: transform 0.7s var(--ll-ease);
}

.ll-header__logo:hover .ll-header__mark {
  transform: rotate(22deg);
}

/* Wordmark stack */
.ll-header__wordmark {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Editorial caps — Cormorant Garamond display, strong tracking */
.ll-header__brand {
  display: block;
  font-family: var(--ll-condensed);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ll-black);
}

/* Tagline — centrada sob LIO LOCOS */
.ll-header__tagline {
  display: block;
  font-family: var(--ll-sans);
  font-size: 0.5rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.5);
  line-height: 1;
  text-align: center;
}

/* ── Desktop navigation ── */

.ll-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.ll-nav__list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  margin: 0;
  padding: 0;
}

.ll-nav__link {
  position: relative;
  font-family: var(--ll-mono);
  font-size: 0.8125rem;         /* 13px */
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ll-black);
  padding-bottom: 4px;
  transition: color 0.3s var(--ll-ease);
  white-space: nowrap;
}

/* Center-expanding underline on hover */
.ll-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: var(--ll-black);
  transition:
    left  0.45s var(--ll-ease),
    right 0.45s var(--ll-ease);
}

.ll-nav__link:hover::after,
.ll-nav__link.is-current::after {
  left: 0;
  right: 0;
}

/* ── Language switcher (inside header) ── */

.ll-lang-switch {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ll-lang-btn {
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.45);
  line-height: 1;
  transition: color 0.3s var(--ll-ease);
}

.ll-lang-btn:hover {
  color: var(--ll-black);
}

.ll-lang-btn.is-active {
  color: var(--ll-black);
}

.ll-lang-sep {
  font-family: var(--ll-mono);
  font-size: 0.5rem;
  color: var(--ll-gray-lt);
  line-height: 1;
  user-select: none;
}

/* ── Lista de interesse ── */

.ll-interest {
  position: relative;
  flex-shrink: 0;
}

.ll-interest-toggle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ll-black);
  padding: 0;
  transition: opacity 0.3s var(--ll-ease);
}

.ll-interest-toggle:hover { opacity: 0.6; }

.ll-interest-badge {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--ll-black);
  color: var(--ll-white);
  font-family: var(--ll-mono);
  font-size: 0.6rem;
  letter-spacing: 0;
}

.ll-interest-panel {
  position: absolute;
  top: calc(100% + 1.25rem);
  right: 0;
  width: 300px;
  max-width: calc(100vw - 3rem);
  background: var(--ll-white);
  border: 1px solid var(--ll-gray-lt);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s var(--ll-ease), transform 0.25s var(--ll-ease), visibility 0.25s;
  z-index: 100000;
}

.ll-interest-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ll-interest-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ll-interest-panel__title {
  font-family: var(--ll-serif);
  font-size: 1.1rem;
  font-weight: 200;
}

.ll-interest-panel__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--ll-gray);
  padding: 0;
}
.ll-interest-panel__close:hover { color: var(--ll-black); }

.ll-interest-panel__list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}

.ll-interest-panel__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--ll-gray-faint);
  font-family: var(--ll-sans);
  font-size: 0.85rem;
}

.ll-interest-panel__remove {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--ll-gray);
  flex-shrink: 0;
}
.ll-interest-panel__remove:hover { color: var(--ll-black); }

.ll-interest-panel__empty {
  font-family: var(--ll-sans);
  font-size: 0.82rem;
  color: var(--ll-gray);
  margin: 0 0 1rem;
}

.ll-interest-panel__submit {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.ll-interest-panel__submit.is-disabled {
  pointer-events: none;
  opacity: 0.35;
}

/* ── Hamburger (mobile only) ── */

.ll-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.ll-hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--ll-black);
  transform-origin: center;
  transition:
    transform  0.45s var(--ll-ease),
    opacity    0.3s  var(--ll-ease),
    top        0.45s var(--ll-ease);
}

/* X state */
.ll-hamburger.is-open .ll-hamburger__line:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.ll-hamburger.is-open .ll-hamburger__line:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

/* ── Mobile menu ── */

.ll-mobile-menu {
  position: fixed;
  top: var(--ll-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition:
    opacity    0.45s var(--ll-ease),
    transform  0.45s var(--ll-ease),
    visibility 0s    linear 0.45s;
}

.ll-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity   0.45s var(--ll-ease),
    transform 0.45s var(--ll-ease),
    visibility 0s   linear 0s;
}

.ll-mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.ll-mobile-menu__link {
  font-family: var(--ll-serif);
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ll-black);
  transition: color 0.3s var(--ll-ease);
}

.ll-mobile-menu__link:hover {
  color: var(--ll-gray);
  font-style: italic;
}

.ll-mobile-menu__lang {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
}

/* ── Responsive header ── */

@media (max-width: 860px) {
  .ll-nav {
    display: none;
  }

  .ll-lang-switch {
    display: none;      /* shown inside mobile menu instead */
  }

  .ll-hamburger {
    display: flex;
  }
}

@media (max-width: 640px) {
  .ll-header {
    padding: 0 1.5rem;
  }
}


/* ═════════════════════════════════════════════════════════════
   PRELOADER
═════════════════════════════════════════════════════════════ */

.ll-preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: var(--ll-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition:
    opacity   0.8s var(--ll-ease-snap),
    transform 0.8s var(--ll-ease-snap);
}

.ll-preloader--out {
  opacity: 0;
  transform: scale(1.015);
  pointer-events: none;
}

.ll-preloader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: ll-preloaderPulse 2s var(--ll-ease) infinite;
}

@keyframes ll-preloaderPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.5; }
}

.ll-preloader__mark {
  width: 56px;
  height: 56px;
  mix-blend-mode: multiply;
  animation: ll-preloaderSpin 8s linear infinite;
}

@keyframes ll-preloaderSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.ll-preloader__wordmark {
  font-family: var(--ll-serif);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ll-black);
}

/* Progress bar at the bottom */
.ll-preloader__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ll-gray-lt);
  overflow: hidden;
}

.ll-preloader__fill {
  display: block;
  height: 100%;
  background-color: var(--ll-black);
  animation: ll-preloaderLoad 2.2s var(--ll-ease-snap) forwards;
}

@keyframes ll-preloaderLoad {
  from { width: 0%; }
  to   { width: 100%; }
}


/* ═════════════════════════════════════════════════════════════
   FOOTER
═════════════════════════════════════════════════════════════ */

.ll-footer {
  background-color: var(--ll-black);
  color: var(--ll-white);
  padding: clamp(5rem, 10vw, 10rem) var(--ll-pad) clamp(2rem, 4vw, 3rem);
  display: grid;
  row-gap: clamp(4rem, 8vw, 8rem);
}

/* ── Editorial statement ── */

.ll-footer__statement {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: clamp(3rem, 6vw, 6rem);
}

.ll-footer__stmt-text {
  font-family: var(--ll-serif);
  font-size: clamp(3.5rem, 9vw, 11rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
}

.ll-footer__stmt-line {
  display: block;
}

.ll-footer__stmt-line--em {
  font-style: italic;
  color: var(--ll-gray);
  padding-left: clamp(1rem, 5vw, 6rem);
}

/* ── Symbol mark ── */

.ll-footer__mark-wrap {
  display: flex;
  justify-content: center;
  padding: 0 0 clamp(0.5rem, 1.5vw, 1rem);
}

.ll-footer__mark {
  width: clamp(40px, 5vw, 60px);
  height: auto;
  filter: invert(1);
  opacity: 0.45;
  animation: ll-footer-spin 30s linear infinite;
}

@keyframes ll-footer-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .ll-footer__mark { animation: none; }
}

/* ── Three-column body ── */

.ll-footer__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
  padding-top: clamp(3rem, 6vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ll-footer__col-label {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1.75rem;
}

.ll-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.ll-footer__link {
  font-family: var(--ll-mono);
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
  display: inline-block;
  transition:
    color          0.35s var(--ll-ease),
    letter-spacing 0.45s var(--ll-ease);
}

.ll-footer__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  transition: right 0.5s var(--ll-ease);
}

.ll-footer__link:hover {
  color: var(--ll-white);
  letter-spacing: 0.1em;
}

.ll-footer__link:hover::after {
  right: 0;
}

.ll-footer__place {
  font-family: var(--ll-mono);
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.25);
  margin-top: 0.25rem;
}

/* ── Bottom bar ── */

.ll-footer__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ll-footer__copy {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.ll-footer__legal {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.18);
}

/* Language switcher inside footer — light version */
.ll-footer .ll-lang-btn {
  color: rgba(255, 255, 255, 0.3);
}

.ll-footer .ll-lang-btn:hover,
.ll-footer .ll-lang-btn.is-active {
  color: var(--ll-white);
}

.ll-footer .ll-lang-sep {
  color: rgba(255, 255, 255, 0.15);
}

/* ── Footer responsive ── */

@media (max-width: 860px) {
  .ll-footer__body {
    grid-template-columns: repeat(2, 1fr);
  }

  .ll-footer__col:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .ll-footer__body {
    grid-template-columns: 1fr;
  }

  .ll-footer__col:last-child {
    grid-column: auto;
  }

  .ll-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .ll-footer__stmt-text {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }
}

/* ── Footer columns always visible (no reveal animation) ── */

.ll-footer__body,
.ll-footer__col,
.ll-footer__bar {
  opacity: 1 !important;
  transform: none !important;
}


/* ═════════════════════════════════════════════════════════════
   CINEMATIC SCROLL ANIMATIONS
   Supplements the base [data-ll-reveal] system with
   element-specific motion that adds editorial weight.
═════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: no-preference) {

  /* ── Hero title lines — clip-path rise from below ──
     Text is masked and slides up through the mask edge.
     More cinematic than a plain fade; no overflow wrapper needed. */
  .ll-hero__line[data-ll-reveal] {
    opacity: 1;
    transform: translateY(0.5rem);
    clip-path: inset(0 0 115% 0);
    transition:
      clip-path 1.4s var(--ll-ease-snap),
      transform 1.4s var(--ll-ease-snap);
  }

  .ll-hero__line[data-ll-reveal].is-visible {
    clip-path: inset(0 0 -10% 0);
    transform: translateY(0);
  }

  /* Upright line — semibold contrasts with italic thin */
  .ll-hero__line--upright {
    font-weight: 500;
  }

  /* ── Word reveal — parent split into .ll-word spans by JS ── */
  .ll-word {
    display: inline-block;
    clip-path: inset(0 0 110% 0);
    transform: translateY(0.25rem);
    transition:
      clip-path 0.85s var(--ll-ease-snap),
      transform 0.85s var(--ll-ease-snap);
    white-space: pre;
  }

  .ll-word.is-visible {
    clip-path: inset(0 0 -8% 0);
    transform: translateY(0);
  }

  /* ── Hero rule — draws left → right on page load ── */
  .ll-hero__rule {
    transform-origin: left center;
    animation: ll-ruleGrow 1s var(--ll-ease-snap) 0.7s both;
  }

  @keyframes ll-ruleGrow {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
  }

  /* ── Manifesto statement — clip reveal (whole block rises up) ── */
  .ll-manifesto__statement[data-ll-reveal] {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 105% 0);
    transition: clip-path 1.5s var(--ll-ease-snap);
  }

  .ll-manifesto__statement[data-ll-reveal].is-visible {
    clip-path: inset(0 0 -8% 0);
  }

  /* ── Process steps — enter from left instead of bottom ── */
  .ll-process__step[data-ll-reveal] {
    transform: translateX(-2rem);
    opacity: 0;
  }

  .ll-process__step[data-ll-reveal].is-visible {
    transform: translateX(0);
    opacity: 1;
  }

  /* ── Product cards — more generous hover scale ── */
  .ll-card:hover .ll-card__img {
    transform: scale(1.06);
    transition: transform 1.4s var(--ll-ease);
  }

  /* ── Showcase header rule — draws left → right on enter ── */
  .ll-showcase__header[data-ll-reveal] {
    border-bottom-color: transparent;
    transition:
      opacity    0.9s var(--ll-ease),
      transform  0.9s var(--ll-ease),
      border-bottom-color 0.8s var(--ll-ease) 0.5s;
  }

  .ll-showcase__header[data-ll-reveal].is-visible {
    border-bottom-color: var(--ll-gray-lt);
  }

  /* ── Section labels — tighten letter-spacing on reveal ── */
  .ll-label[data-ll-reveal] {
    letter-spacing: 0.08em;
    opacity: 0;
    transform: translateY(0.5rem);
    transition:
      opacity        0.7s var(--ll-ease),
      transform      0.7s var(--ll-ease),
      letter-spacing 0.9s var(--ll-ease);
  }

  .ll-label[data-ll-reveal].is-visible {
    letter-spacing: 0.22em;
    opacity: 1;
    transform: translateY(0);
  }

}


/* ═════════════════════════════════════════════════════════════
   INSANIA PAGE
   About / Brand Story
═════════════════════════════════════════════════════════════ */

/* ── 1. Hero ── */

.ll-ins-hero {
  padding: calc(var(--ll-header-height) + clamp(5rem, 10vw, 10rem)) var(--ll-pad) clamp(5rem, 10vw, 10rem);
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: end;
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-ins-hero__inner {
  display: grid;
  row-gap: clamp(1.5rem, 3vw, 2rem);
}

.ll-ins-hero__eyebrow {
  color: var(--ll-gray);
}

.ll-ins-hero__title {
  font-family: var(--ll-serif);
  font-size: clamp(5rem, 12vw, 15rem);
  font-weight: 200;
  line-height: 0.88;
  letter-spacing: -0.03em;
  color: var(--ll-black);
}

.ll-ins-hero__subtitle {
  font-family: var(--ll-sans);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  color: var(--ll-gray);
  max-width: 40ch;
}

.ll-ins-hero__quote {
  padding-left: clamp(2rem, 4vw, 4rem);
  border-left: 1px solid var(--ll-gray-lt);
}

.ll-ins-hero__quote p {
  font-family: var(--ll-serif);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.4;
  color: var(--ll-black);
  margin-bottom: 1.5rem;
}

.ll-ins-hero__quote cite {
  font-family: var(--ll-mono);
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ll-gray);
  font-style: normal;
}

/* ── 2. Declaração (dark) ── */

.ll-ins-decl {
  background-color: var(--ll-black);
  color: var(--ll-white);
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
}

.ll-ins-decl__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(3rem, 6vw, 5rem);
}

.ll-ins-decl__label {
  color: rgba(255,255,255,0.45);
}

.ll-ins-decl__statement {
  font-family: var(--ll-serif);
  font-size: clamp(3rem, 7vw, 9rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.03em;
  display: flex;
  flex-direction: column;
  color: var(--ll-white);
}

.ll-ins-decl__statement em {
  font-style: italic;
  color: rgba(255,255,255,0.55);
  padding-left: clamp(2rem, 6vw, 8rem);
}

.ll-ins-decl__body {
  max-width: 60ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  margin-left: auto;
}

/* ── 3. Pilares ── */

.ll-ins-pillars {
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-ins-pillars__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(4rem, 8vw, 7rem);
}

.ll-ins-pillars__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-ins-pillars__title {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--ll-black);
}

.ll-ins-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
}

.ll-ins-pillar {
  display: grid;
  row-gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-ins-pillar__num {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: var(--ll-gray);
}

.ll-ins-pillar__title {
  font-family: var(--ll-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ll-black);
}

.ll-ins-pillar__body {
  font-size: clamp(0.875rem, 1.1vw, 1rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--ll-gray);
}

/* ── 4. Origem ── */

.ll-ins-origin {
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
  background-color: var(--ll-gray-faint);
}

.ll-ins-origin__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.ll-ins-origin__text {
  display: grid;
  row-gap: clamp(1.5rem, 3vw, 2rem);
}

.ll-ins-origin__title {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ll-black);
}

.ll-ins-origin__body {
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--ll-gray);
}

.ll-ins-origin__aside {
  position: sticky;
  top: calc(var(--ll-header-height) + 3rem);
  display: grid;
  row-gap: 3rem;
}

.ll-ins-origin__pull {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ll-black);
  border-left: 1px solid var(--ll-black);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.ll-ins-star-divider {
  position: relative;
  height: 1px;
  background-color: var(--ll-gray-lt);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ll-ins-star-divider__img {
  width: clamp(40px, 5vw, 56px);
  height: auto;
  position: relative;
  opacity: 0.18;
  animation: ll-footer-spin 30s linear infinite;
  background-color: var(--ll-white);
  padding: 0 1.25rem;
  box-sizing: content-box;
}

/* ── 5. Contraste NON-EU vs Local ── */

.ll-ins-contrast {
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
}

.ll-ins-contrast__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(4rem, 8vw, 6rem);
}

.ll-ins-contrast__label {
  color: var(--ll-gray);
}

.ll-ins-contrast__split {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.ll-ins-contrast__divider {
  width: 1px;
  height: 100%;
  background-color: var(--ll-gray-lt);
  align-self: stretch;
}

.ll-ins-contrast__side {
  display: grid;
  row-gap: 1rem;
}

.ll-ins-contrast__tag {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ll-gray);
}

.ll-ins-contrast__word {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 6vw, 7rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ll-black);
}

.ll-ins-contrast__word--strike {
  color: var(--ll-gray);
  text-decoration: line-through;
  text-decoration-color: var(--ll-gray);
}

.ll-ins-contrast__side--b .ll-ins-contrast__word {
  color: var(--ll-black);
}

.ll-ins-contrast__sub {
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--ll-gray);
  line-height: 1.7;
}

/* ── 6. Economia Circular ── */

.ll-ins-circular {
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
  background-color: var(--ll-black);
  color: var(--ll-white);
}

.ll-ins-circular__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(4rem, 8vw, 7rem);
}

.ll-ins-circular__header {
  display: grid;
  row-gap: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.ll-ins-circular__label {
  color: rgba(255,255,255,0.35);
}

.ll-ins-circular__title {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 200;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--ll-white);
  margin: 0;
}

.ll-ins-circular__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.ll-ins-circular__text {
  display: grid;
  row-gap: clamp(1.25rem, 2.5vw, 2rem);
}

.ll-ins-circular__para {
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

.ll-ins-circular__aside {
  position: sticky;
  top: calc(var(--ll-header-height) + 3rem);
  display: grid;
  row-gap: clamp(3rem, 5vw, 4rem);
}

.ll-ins-circular__pull {
  font-family: var(--ll-serif);
  font-size: clamp(1.25rem, 2.2vw, 2.25rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ll-white);
  border-left: 1px solid rgba(255,255,255,0.25);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
  margin: 0;
}

.ll-ins-circular__stats {
  display: grid;
  row-gap: 2rem;
}

.ll-ins-circular__stat {
  display: grid;
  row-gap: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ll-ins-circular__stat-val {
  font-family: var(--ll-serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ll-white);
}

.ll-ins-circular__stat-desc {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
}

/* ── CTA final ── */

.ll-ins-cta {
  padding: clamp(6rem, 12vw, 10rem) var(--ll-pad);
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-ins-cta .ll-cta {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
}

/* ── Responsive ── */

@media (max-width: 900px) {
  .ll-ins-hero,
  .ll-ins-origin__inner {
    grid-template-columns: 1fr;
    gap: clamp(3rem, 6vw, 5rem);
  }

  .ll-ins-hero__quote {
    border-left: none;
    border-top: 1px solid var(--ll-gray-lt);
    padding-left: 0;
    padding-top: 2rem;
  }

  .ll-ins-pillars__grid {
    grid-template-columns: 1fr;
  }

  .ll-ins-pillars__header {
    flex-direction: column;
    gap: 0.5rem;
  }

  .ll-ins-contrast__split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ll-ins-contrast__divider {
    width: 100%;
    height: 1px;
  }

  .ll-ins-origin__aside {
    position: static;
  }

  .ll-ins-circular__body {
    grid-template-columns: 1fr;
    gap: clamp(3rem, 6vw, 5rem);
  }

  .ll-ins-circular__aside {
    position: static;
  }
}


/* ═══════════════════════════════════════════════════════
   PÁGINA ALCHIMIA  (.ll-alchimia)
═══════════════════════════════════════════════════════ */

/* ── Hero ── */
.ll-alc-hero {
  background-color: var(--ll-black);
  padding: calc(var(--ll-header-height) + clamp(5rem,10vw,10rem)) var(--ll-pad) clamp(5rem,10vw,8rem);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
  min-height: 70vh;
}

.ll-alc-hero__inner {
  display: grid;
  row-gap: clamp(1.5rem,3vw,2rem);
}

.ll-alc-hero__eyebrow { color: rgba(255,255,255,0.35); }

.ll-alc-hero__title {
  font-family: var(--ll-serif);
  font-size: clamp(5rem,14vw,18rem);
  font-weight: 200;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--ll-white);
  margin: 0;
}

.ll-alc-hero__sub {
  font-family: var(--ll-sans);
  font-size: clamp(0.9rem,1.2vw,1.1rem);
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  max-width: 48ch;
  line-height: 1.7;
  margin: 0;
}

.ll-alc-hero__temp {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
}

.ll-alc-hero__temp-val {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem,3vw,3rem);
  font-weight: 200;
  color: rgba(255,255,255,0.25);
  line-height: 1;
}

.ll-alc-hero__temp-line {
  display: block;
  width: 1px;
  height: clamp(3rem,6vw,6rem);
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
}

.ll-alc-hero__temp-label {
  font-family: var(--ll-mono);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  writing-mode: vertical-rl;
}

/* Header sempre visível na página Alchimia */
.page-template-page-alchimia .ll-header,
.page-template-page-contacto .ll-header,
.page-template-page-produto-morango .ll-header,
.page-template-page-produto-laranja .ll-header,
.page-template-page-produto-tomilho .ll-header,
.page-template-page-produto-figo .ll-header,
.page-template-page-produto-pitaya .ll-header,
.page-template-page-produto-rosas .ll-header,
.page-template-page-produto-borragem .ll-header,
.page-template-page-produto-azurea .ll-header {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--ll-gray-lt);
}

/* ── Secções gerais ── */
.ll-alc-section {
  padding: clamp(6rem,12vw,12rem) var(--ll-pad);
}

.ll-alc-section__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(4rem,8vw,7rem);
}

.ll-alc-section__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(3rem,6vw,6rem);
  align-items: start;
  padding-bottom: clamp(2rem,4vw,3rem);
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-alc-section__label { color: var(--ll-gray); }
.ll-alc-section__label--lt { color: rgba(255,255,255,0.3); }

.ll-alc-section__titles { display: grid; row-gap: 0.75rem; }

.ll-alc-section__title {
  font-family: var(--ll-serif);
  font-size: clamp(2rem,4vw,5rem);
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ll-black);
  margin: 0;
}

.ll-alc-section__title--lt { color: var(--ll-white); }

.ll-alc-section__sub {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ll-gray);
  margin: 0;
}

.ll-alc-section__sub--lt { color: rgba(255,255,255,0.3); }

.ll-alc-body {
  font-size: clamp(0.9rem,1.15vw,1.05rem);
  font-weight: 300;
  line-height: 1.85;
  color: var(--ll-gray);
  margin: 0;
}

.ll-alc-body--lt { color: rgba(255,255,255,0.5); }

.ll-alc-pull {
  font-family: var(--ll-serif);
  font-size: clamp(1.25rem,2vw,2rem);
  font-weight: 200;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ll-black);
  border-left: 1px solid var(--ll-black);
  padding-left: clamp(1.5rem,3vw,2.5rem);
  margin: 0;
}

/* ── S1: Micro-mestria ── */
.ll-alc-s1 { background-color: var(--ll-gray-faint); }

.ll-alc-s1__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem,8vw,8rem);
  align-items: start;
}

.ll-alc-s1__text { display: grid; row-gap: clamp(1.5rem,3vw,2.5rem); }

.ll-alc-cell { display: flex; justify-content: center; align-items: flex-start; padding-top: 2rem; }

.ll-alc-cell__svg { width: 100%; max-width: 320px; }

/* ── Moléculas H₂O — animação de subida infinita ── */
@keyframes ll-alc-h2o-rise {
  0%   { transform: translateY(0);      opacity: 0;    }
  10%  { opacity: 0.55; }
  72%  { opacity: 0.4;  }
  100% { transform: translateY(-105px); opacity: 0;    }
}

.ll-alc-h2o {
  opacity: 0;
  animation: ll-alc-h2o-rise 3.2s ease-in infinite;
  animation-delay: var(--h2o-delay, 0s);
  animation-play-state: paused;
}
[data-ll-reveal].is-visible .ll-alc-h2o {
  animation-play-state: running;
}

/* ── Estrutura celular — draw-in ao scroll ── */
.ll-alc-cell__outer {
  stroke-dasharray: 790;
  stroke-dashoffset: 790;
  transition: stroke-dashoffset 2.6s cubic-bezier(0.4,0,0.2,1) 0.2s;
}
.ll-alc-cell__membrane {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  transition: stroke-dashoffset 2.2s cubic-bezier(0.4,0,0.2,1) 0.6s;
}
.ll-alc-cell__vacuole {
  stroke-dasharray: 330;
  stroke-dashoffset: 330;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.4,0,0.2,1) 1s;
}
.ll-alc-cell__nucleus {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.4,0,0.2,1) 1.3s;
}
.ll-alc-cell__organelle {
  opacity: 0;
  transition: opacity 0.7s ease 1.7s;
}
/* Microcristais e labels aparecem depois */
.ll-alc-cell__crystals {
  opacity: 0;
  transition: opacity 0.8s ease 2s;
}
.ll-alc-cell__labels {
  opacity: 0;
  transition: opacity 1s ease 2.3s;
}
.ll-alc-cell__sublim {
  opacity: 0;
  transition: opacity 0.6s ease 0.1s;
}

[data-ll-reveal].is-visible .ll-alc-cell__outer    { stroke-dashoffset: 0; }
[data-ll-reveal].is-visible .ll-alc-cell__membrane  { stroke-dashoffset: 0; }
[data-ll-reveal].is-visible .ll-alc-cell__vacuole   { stroke-dashoffset: 0; }
[data-ll-reveal].is-visible .ll-alc-cell__nucleus   { stroke-dashoffset: 0; }
[data-ll-reveal].is-visible .ll-alc-cell__organelle { opacity: 0.35; }
[data-ll-reveal].is-visible .ll-alc-cell__crystals  { opacity: 0.55; }
[data-ll-reveal].is-visible .ll-alc-cell__labels    { opacity: 1; }
[data-ll-reveal].is-visible .ll-alc-cell__sublim    { opacity: 1; }

/* ── S2: Cadeia de valor ── */
.ll-alc-s2__intro { max-width: 65ch; }

/* ── Cadeia de valor redesenhada ── */
@keyframes ll-alc-pulse-travel {
  0%   { left: -8px;  opacity: 0; }
  10%  { opacity: 1;  }
  90%  { opacity: 1;  }
  100% { left: calc(100% + 8px); opacity: 0; }
}
@keyframes ll-alc-ring-pulse {
  0%, 100% { transform: scale(1);   opacity: 0.25; }
  50%       { transform: scale(2.2); opacity: 0; }
}

.ll-alc-chain {
  display: flex;
  align-items: center;
  gap: 0;
  padding: clamp(2.5rem,5vw,4rem) 0;
  border-top: 1px solid var(--ll-gray-lt);
  border-bottom: 1px solid var(--ll-gray-lt);
  overflow: visible;
}

.ll-alc-chain__node {
  display: grid;
  row-gap: 0.45rem;
  text-align: center;
  min-width: 90px;
  flex-shrink: 0;
}

/* Anel exterior pulsante (só no nó Lio Locos) */
.ll-alc-chain__ring {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ll-alc-chain__ring::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid transparent;
  pointer-events: none;
}
.ll-alc-chain__ring--lio::before {
  border-color: var(--ll-black);
  animation: ll-alc-ring-pulse 2.4s ease-out infinite;
}

.ll-alc-chain__dot {
  width: 10px;
  height: 10px;
  border: 1px solid var(--ll-black);
  border-radius: 50%;
}
.ll-alc-chain__dot--lio {
  width: 14px;
  height: 14px;
  background-color: var(--ll-black);
  border-color: var(--ll-black);
}

.ll-alc-chain__id {
  font-family: var(--ll-mono);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  color: var(--ll-gray);
}
.ll-alc-chain__name {
  font-family: var(--ll-serif);
  font-size: clamp(1rem,1.5vw,1.4rem);
  font-weight: 300;
  color: var(--ll-black);
  white-space: nowrap;
}
.ll-alc-chain__place {
  font-family: var(--ll-mono);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ll-gray);
}

/* Segmento da linha entre nós */
.ll-alc-chain__segment {
  flex: 1;
  position: relative;
  padding-bottom: 2rem;
  min-width: 60px;
}
.ll-alc-chain__line {
  position: relative;
  height: 1px;
  margin: 0 clamp(0.75rem,1.5vw,1.5rem);
}
.ll-alc-chain__line-track {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ll-alc-chain__line-inner {
  position: absolute;
  top: 0; left: 0;
  height: 1.5px;
  width: 0;
  background-color: var(--ll-black);
  transition: width 1.4s cubic-bezier(0.4,0,0.2,1) 0.2s;
}
.ll-alc-chain__line-inner.is-drawn { width: 100%; }

/* Ponto viajante na linha */
.ll-alc-chain__pulse {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--ll-black);
  opacity: 0;
  animation: ll-alc-pulse-travel 2.8s ease-in-out infinite;
  animation-play-state: paused;
  animation-delay: 1.6s;
}
.ll-alc-chain__line-inner.is-drawn ~ .ll-alc-chain__pulse {
  animation-play-state: running;
}

.ll-alc-chain__km {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--ll-mono);
  font-size: 0.575rem;
  letter-spacing: 0.15em;
  color: var(--ll-gray);
  white-space: nowrap;
}

.ll-alc-s2__nodes { display: grid; row-gap: 0; }

.ll-alc-s2__node {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(2rem,4vw,4rem);
  padding: clamp(2rem,4vw,3rem) 0;
  border-bottom: 1px solid var(--ll-gray-lt);
  align-items: start;
}

.ll-alc-s2__node-id {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: var(--ll-gray);
  padding-top: 0.3rem;
}

.ll-alc-s2__node-content { display: grid; row-gap: 1.25rem; }

.ll-alc-s2__node-title {
  font-family: var(--ll-serif);
  font-size: clamp(1.25rem,2vw,2rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--ll-black);
  margin: 0;
}

/* ── S3: Arquitectura do frio (dark) ── */
.ll-alc-s3 {
  background-color: var(--ll-black);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.ll-alc-s3 .ll-alc-section__header {
  border-bottom-color: rgba(255,255,255,0.08);
}

.ll-alc-s3__intro { max-width: 65ch; }

.ll-alc-s3__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem,8vw,8rem);
  align-items: start;
}

/* ── Visualização dos 3 estados (substituiu diagrama de fase) ── */
.ll-alc-states {
  display: grid;
  row-gap: clamp(2rem,4vw,3.5rem);
  padding: clamp(2rem,4vw,3rem);
  border: 1px solid rgba(255,255,255,0.07);
  align-self: start;
}

/* Temperatura em destaque */
.ll-alc-states__temp {
  display: grid;
  row-gap: 0.8rem;
}
.ll-alc-states__temp-val {
  font-family: var(--ll-serif);
  font-size: clamp(3.5rem,6vw,6rem);
  font-weight: 200;
  color: var(--ll-white);
  letter-spacing: -0.03em;
  line-height: 1;
}
.ll-alc-states__temp-label {
  font-family: var(--ll-mono);
  font-size: 0.575rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.28);
}

/* Linha dos 3 estados */
.ll-alc-states__row {
  display: flex;
  align-items: center;
  gap: 0;
}
.ll-alc-states__node {
  display: grid;
  row-gap: 0.45rem;
  text-align: center;
  flex-shrink: 0;
  min-width: 52px;
  position: relative;
}
.ll-alc-states__name {
  font-family: var(--ll-mono);
  font-size: 0.525rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
}
.ll-alc-states__hint {
  font-family: var(--ll-mono);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.2);
}
.ll-alc-states__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin: 0 auto 0.4rem;
}
.ll-alc-states__dot--solid  { background: rgba(255,255,255,0.85); }
.ll-alc-states__dot--liquid {
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  position: relative;
}
.ll-alc-states__dot--gas {
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 10px rgba(255,255,255,0.08);
}

/* Estado LÍQUIDO — riscado */
.ll-alc-states__node--skip .ll-alc-states__name {
  color: rgba(255,255,255,0.15);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.2);
}
.ll-alc-states__node--skip .ll-alc-states__hint {
  color: rgba(255,255,255,0.12);
}
/* Cruz em cima do ponto líquido */
.ll-alc-states__cross {
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
}
.ll-alc-states__cross::before,
.ll-alc-states__cross::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 14px;
  height: 0.5px;
  background: rgba(255,255,255,0.25);
  transform-origin: center;
}
.ll-alc-states__cross::before { transform: translate(-50%,-50%) rotate(45deg); }
.ll-alc-states__cross::after  { transform: translate(-50%,-50%) rotate(-45deg); }

/* Linhas entre estados */
.ll-alc-states__bridge {
  flex: 1;
  padding-bottom: 1.5rem;
}
.ll-alc-states__line {
  position: relative;
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 0 0.5rem;
}
.ll-alc-states__line-fill {
  position: absolute;
  top: 0; left: 0;
  height: 1px;
  width: 0;
  background: rgba(255,255,255,0.3);
  transition: width 1.2s cubic-bezier(0.4,0,0.2,1) 0.6s;
}
[data-ll-reveal].is-visible .ll-alc-states__line-fill { width: 100%; }

.ll-alc-states__caption {
  font-family: var(--ll-mono);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.22);
  line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.25rem;
}

/* Passos */
.ll-alc-steps { display: grid; row-gap: 0; }

.ll-alc-step {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: clamp(1.5rem,3vw,2.5rem);
  padding: clamp(2rem,4vw,3rem) 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ll-alc-step:first-child { border-top: 1px solid rgba(255,255,255,0.06); }

.ll-alc-step__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.ll-alc-step__num {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.3);
}

.ll-alc-step__connector {
  flex: 1;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.12), transparent);
  margin-top: 1rem;
}

.ll-alc-step__body { display: grid; row-gap: 1rem; padding: 0.15rem 0; }

.ll-alc-step__title {
  font-family: var(--ll-serif);
  font-size: clamp(1.1rem,1.8vw,1.75rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  color: var(--ll-white);
  margin: 0;
}

/* ── Números — strip de factos chave ── */
.ll-alc-nums {
  border-top: 1px solid var(--ll-gray-lt);
  border-bottom: 1px solid var(--ll-gray-lt);
  padding: clamp(3rem,6vw,5rem) var(--ll-pad);
}
.ll-alc-nums__inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.ll-alc-nums__item {
  flex: 1;
  display: grid;
  row-gap: 1rem;
  padding: 0 clamp(2rem,4vw,4rem);
  text-align: center;
}
.ll-alc-nums__item:first-child { padding-left: 0; }
.ll-alc-nums__item:last-child  { padding-right: 0; }

.ll-alc-nums__val {
  font-family: var(--ll-serif);
  font-size: clamp(2.8rem,5vw,5rem);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ll-black);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.3rem;
}
.ll-alc-nums__sub {
  font-family: var(--ll-mono);
  font-size: clamp(0.65rem,1vw,0.85rem);
  letter-spacing: 0.1em;
  color: var(--ll-gray);
  font-weight: 400;
}
.ll-alc-nums__desc {
  font-family: var(--ll-mono);
  font-size: 0.575rem;
  letter-spacing: 0.14em;
  color: var(--ll-gray);
  line-height: 1.6;
  text-transform: uppercase;
  max-width: 18ch;
  margin: 0 auto;
}
.ll-alc-nums__divider {
  width: 1px;
  background-color: var(--ll-gray-lt);
  flex-shrink: 0;
  align-self: stretch;
}

/* ── S5: Crocância + Reidratação ── */
.ll-alc-s5 { background-color: var(--ll-gray-faint); }

.ll-alc-s5__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,5vw,5rem);
  margin-top: clamp(3rem,6vw,5rem);
}

.ll-alc-s5__point {
  display: grid;
  row-gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-alc-s5__num {
  font-family: var(--ll-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  color: var(--ll-gray);
}

.ll-alc-s5__title {
  font-family: var(--ll-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ll-black);
  margin: 0 !important;
}

.ll-alc-s5__body {
  max-width: 42ch;
}

.ll-alc-s5__pull {
  margin-top: clamp(3rem,5vw,4rem) !important;
  max-width: 38ch;
}

/* ── S4: I&D ── */
.ll-alc-s4 { border-top: none; }

.ll-alc-s4__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem,6vw,6rem);
}

.ll-alc-uses {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.ll-alc-use {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ll-gray);
  border: 1px solid var(--ll-gray-lt);
  padding: 0.5rem 1.1rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-ll-reveal].is-visible .ll-alc-use {
  opacity: 1;
  transform: translateY(0);
}

/* ── HOVERS ── */

/* Cadeia: nó ao hover */
.ll-alc-chain__node {
  cursor: default;
  transition: transform 0.3s ease;
}
.ll-alc-chain__node:hover { transform: translateY(-4px); }
.ll-alc-chain__node:hover .ll-alc-chain__dot {
  background-color: var(--ll-black);
  transform: scale(1.3);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.ll-alc-chain__dot { transition: background-color 0.25s ease, transform 0.25s ease; }
.ll-alc-chain__node:hover .ll-alc-chain__name { color: var(--ll-black); }
.ll-alc-chain__name { transition: color 0.2s ease; }

/* Célula SVG: hover acelera H₂O */
.ll-alc-cell:hover .ll-alc-h2o {
  animation-duration: 1.6s;
}

/* Visualização estados: hover em cada nó */
.ll-alc-states__node {
  cursor: default;
  transition: transform 0.25s ease;
}
.ll-alc-states__node--on:hover { transform: translateY(-3px); }
.ll-alc-states__node--on:hover .ll-alc-states__dot--solid {
  background: rgba(17,17,17,1);
  box-shadow: 0 0 0 3px rgba(17,17,17,0.12);
  transition: box-shadow 0.25s ease;
}
.ll-alc-states__node--on:hover .ll-alc-states__dot--gas {
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 0 14px rgba(255,255,255,0.18);
  transition: box-shadow 0.25s ease;
}
.ll-alc-states__dot--solid,
.ll-alc-states__dot--gas { transition: box-shadow 0.25s ease, border-color 0.25s ease; }

/* Números: hover escala o valor */
.ll-alc-nums__item {
  cursor: default;
  transition: transform 0.3s ease;
}
.ll-alc-nums__item:hover { transform: translateY(-3px); }
.ll-alc-nums__item:hover .ll-alc-nums__val { color: var(--ll-black); }
.ll-alc-nums__val { transition: color 0.2s ease; }

/* Tags de aplicação: hover preenche a preto */
.ll-alc-use {
  cursor: default;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.ll-alc-use:hover {
  background-color: var(--ll-black);
  color: var(--ll-white);
  border-color: var(--ll-black);
}


/* CTA ── */
.ll-alc-cta {
  padding: clamp(6rem,12vw,10rem) var(--ll-pad);
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--ll-gray-lt);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .ll-alc-hero { grid-template-columns: 1fr; }
  .ll-alc-hero__temp { display: none; }
  .ll-alc-s1__body { grid-template-columns: 1fr; }
  .ll-alc-s3__grid { grid-template-columns: 1fr; }
  .ll-alc-s5__grid { grid-template-columns: 1fr; }
  .ll-alc-s4__body { grid-template-columns: 1fr; }
  .ll-alc-section__header { grid-template-columns: 1fr; gap: 1rem; }
  .ll-alc-nums__inner { flex-direction: column; gap: 0; }
  .ll-alc-nums__item { padding: clamp(1.5rem,4vw,2.5rem) 0; text-align: left; }
  .ll-alc-nums__item:first-child { padding-top: 0; }
  .ll-alc-nums__val { justify-content: flex-start; }
  .ll-alc-nums__desc { margin: 0; text-align: left; }
  .ll-alc-nums__divider { width: 100%; height: 1px; }
}

@media (max-width: 640px) {
  .ll-alc-hero { min-height: 60vw; }
  .ll-alc-hero__title { font-size: clamp(4rem,18vw,7rem); }
  .ll-alc-chain { flex-direction: column; align-items: flex-start; gap: 0; }
  .ll-alc-chain__node { min-width: auto; }
  .ll-alc-chain__segment {
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin-left: 9px;
    min-width: auto;
  }
  .ll-alc-chain__line {
    position: relative;
    height: 3.5rem;
    width: 1.5px;
    margin: 0;
    flex-shrink: 0;
  }
  .ll-alc-chain__line-track {
    position: absolute;
    top: 0; left: 0;
    width: 1.5px;
    height: 100%;
    overflow: hidden;
  }
  .ll-alc-chain__line-inner {
    position: absolute;
    top: 0; left: 0;
    width: 1.5px;
    height: 0;
    transition: height 1.2s cubic-bezier(0.4,0,0.2,1) 0.3s;
  }
  .ll-alc-chain__line-inner.is-drawn { height: 100%; }
  .ll-alc-chain__pulse { display: none; }
  .ll-alc-chain__km {
    align-self: center;
    margin-left: 1rem;
    position: static;
    transform: none;
    top: auto; left: auto; bottom: auto;
  }
  .ll-alc-step { grid-template-columns: 2rem 1fr; }
}


/* ═══════════════════════════════════════════════════════
   PÁGINA COLEÇÃO  (.ll-colecao)
═══════════════════════════════════════════════════════ */

/* ── Hero ── */

.ll-col-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.ll-col-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  z-index: 0;
}

.ll-col-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  z-index: 1;
}

.ll-col-hero__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: end;
  padding: calc(var(--ll-header-height) + clamp(5rem, 10vw, 10rem)) var(--ll-pad) clamp(5rem, 10vw, 10rem);
  max-width: var(--ll-max);
  margin: 0 auto;
}

.ll-col-hero__inner {
  display: grid;
  row-gap: clamp(1.5rem, 3vw, 2.5rem);
}

.ll-col-hero__eyebrow {
  color: rgba(255,255,255,0.45);
}

.ll-col-hero__title {
  font-family: var(--ll-serif);
  font-size: clamp(4rem, 9vw, 12rem);
  font-weight: 200;
  line-height: 0.88;
  letter-spacing: -0.04em;
  display: flex;
  flex-direction: column;
  color: #fff;
  margin: 0;
}

.ll-col-hero__line--em {
  font-style: italic;
  color: rgba(255,255,255,0.6);
}

.ll-col-hero__desc {
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  max-width: 52ch;
  align-self: end;
  margin: 0;
}

/* ── Tabs nav ── */

.ll-col-tabs {
  display: flex;
  gap: 0;
  padding: 0 var(--ll-pad);
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-col-tab {
  font-family: var(--ll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ll-gray);
  background: none;
  border: none;
  padding: 1.25rem 0;
  margin-right: 2.5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}

.ll-col-tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--ll-black);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.ll-col-tab:hover { color: var(--ll-black); }

.ll-col-tab.is-active {
  color: var(--ll-black);
}

.ll-col-tab.is-active::after {
  transform: scaleX(1);
}

/* ── Imagem editorial da secção ── */

.ll-col-section__img {
  margin: clamp(3rem, 6vw, 5rem) 0;
  overflow: hidden;
  max-height: 60vh;
}

.ll-col-section__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* ── Section geral (cada coleção) ── */

.ll-col-section {
  padding: clamp(6rem, 12vw, 12rem) var(--ll-pad);
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-col-section--b {
  background-color: var(--ll-gray-faint);
}

.ll-col-section__header {
  max-width: var(--ll-max);
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  display: grid;
  row-gap: clamp(1rem, 2vw, 2rem);
}

.ll-col-section__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.ll-col-section__num {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  color: var(--ll-gray);
}

.ll-col-section__sub {
  color: var(--ll-gray);
}

.ll-col-section__name {
  font-family: var(--ll-serif);
  font-size: clamp(3.5rem, 9vw, 13rem);
  font-weight: 200;
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: var(--ll-black);
  margin: 0;
}

.ll-col-section__body {
  max-width: var(--ll-max);
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

.ll-col-section__desc {
  font-size: clamp(0.9rem, 1.15vw, 1.05rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--ll-gray);
  margin: 0;
}

.ll-col-section__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.ll-col-section__tag {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ll-gray);
  border: 1px solid var(--ll-gray-lt);
  padding: 0.5rem 1rem;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.ll-col-section__tag--link { cursor: pointer; }
.ll-col-section__tag--link a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.ll-col-section__tag--link:hover {
  color: var(--ll-white, #fff);
  background: var(--ll-black);
  border-color: var(--ll-black);
}

.ll-col-card--active {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.ll-col-card--active .ll-col-card__img img {
  transition: transform 0.6s ease;
}
.ll-col-card--active:hover .ll-col-card__img img { transform: scale(1.03); }
.ll-col-card--active:hover .ll-col-card__name { color: var(--ll-gray); }

/* ── Grid de produtos ── */

.ll-col-grid {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ll-gap);
}

.ll-col-section--a .ll-col-grid,
.ll-col-section--b .ll-col-grid {
  grid-template-columns: repeat(4, 1fr);
}

.ll-col-card {
  display: grid;
  row-gap: 1.25rem;
}

.ll-col-card__img {
  aspect-ratio: 3 / 4;
  background-color: var(--ll-gray-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ll-col-card__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ll-gray-lt) 25%, #d8d8d8 50%, var(--ll-gray-lt) 75%);
  background-size: 200% 200%;
  animation: ll-shimmer 2.5s ease-in-out infinite;
}

@keyframes ll-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.ll-col-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.ll-col-card__img:has(img)::after { display: none; }

.ll-col-card__soon {
  position: relative;
  z-index: 1;
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ll-gray);
  background-color: var(--ll-white);
  padding: 0.4rem 0.875rem;
}

.ll-col-card__info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-col-card__name {
  font-family: var(--ll-serif);
  font-size: 1rem;
  font-weight: 300;
  color: var(--ll-gray);
}

.ll-col-card__price {
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  color: var(--ll-gray);
}

/* ── Promessa ── */

.ll-col-promise {
  padding: clamp(6rem, 12vw, 10rem) var(--ll-pad);
  background-color: var(--ll-black);
}

.ll-col-promise__inner {
  max-width: var(--ll-max);
  margin: 0 auto;
  display: grid;
  row-gap: clamp(3rem, 6vw, 5rem);
}

.ll-col-promise__label {
  color: rgba(255,255,255,0.4);
}

.ll-col-promise__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--ll-gap);
}

.ll-col-promise__item {
  display: grid;
  row-gap: 0.75rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.ll-col-promise__val {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 200;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--ll-white);
}

.ll-col-promise__desc {
  font-family: var(--ll-mono);
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

/* ── Notificação ── */

.ll-col-notify {
  padding: clamp(6rem, 12vw, 10rem) var(--ll-pad);
  border-top: 1px solid var(--ll-gray-lt);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.ll-col-notify__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.ll-col-notify__label {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  font-weight: 200;
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--ll-black);
  margin: 0;
}

/* ── Responsive ── */

@media (max-width: 900px) {
  .ll-col-hero {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
  }
  .ll-col-hero__content {
    padding-top: calc(var(--ll-header-height) + clamp(3rem, 6vw, 6rem));
  }

  .ll-col-section__body {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .ll-col-grid,
  .ll-col-section--a .ll-col-grid,
  .ll-col-section--b .ll-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ll-col-promise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .ll-col-promise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .ll-col-grid,
  .ll-col-section--a .ll-col-grid,
  .ll-col-section--b .ll-col-grid {
    grid-template-columns: 1fr;
  }

  .ll-col-promise__grid {
    grid-template-columns: 1fr;
  }
}


/* ═══════════════════════════════════════════════════════
   RESPONSIVE GLOBAL — TABLET + MOBILE
   Cobre: hero split, Insania, Coleção, footer, header
═══════════════════════════════════════════════════════ */

/* ── Tablet (≤ 860px) ── */
@media (max-width: 860px) {

  /* Hero split: vídeo em cima, texto em baixo */
  .ll-hero__split {
    grid-template-columns: 1fr;
    grid-template-rows: 56vw 1fr;
  }

  .ll-hero__col--media {
    order: -1;
  }

  .ll-hero__col--text {
    padding-top: clamp(2.5rem, 5vw, 4rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }

  .ll-hero__title {
    font-size: clamp(3.5rem, 10vw, 8rem);
  }

  /* Insania — layout 2 col → 1 col */
  .ll-ins-circular__body {
    grid-template-columns: 1fr;
  }

  .ll-ins-circular__aside {
    position: static;
  }

  /* Coleção hero */
  .ll-col-hero {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .ll-col-section__body {
    grid-template-columns: 1fr;
  }

  .ll-col-section__name {
    font-size: clamp(3rem, 10vw, 8rem);
  }

  .ll-col-promise__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ── Mobile (≤ 640px) ── */
@media (max-width: 640px) {

  /* Hero split mobile — texto em cima, vídeo em baixo */
  .ll-hero__split {
    grid-template-rows: auto 85vw;
  }

  .ll-hero__col--text {
    padding-top: calc(var(--ll-header-height) + 2rem);
    padding-bottom: 2.5rem;
  }

  .ll-hero__title {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .ll-hero__desc {
    font-size: 0.875rem;
  }

  .ll-hero__scroll {
    display: none;
  }

  /* Insania */
  .ll-ins-hero {
    padding: calc(var(--ll-header-height) + 2.5rem) var(--ll-pad) 3rem;
  }

  .ll-ins-hero__title {
    font-size: clamp(4rem, 22vw, 7rem);
  }

  .ll-ins-decl__statement {
    font-size: clamp(2.25rem, 10vw, 4rem);
  }

  .ll-ins-pillars__grid {
    grid-template-columns: 1fr;
  }

  .ll-ins-origin__inner {
    grid-template-columns: 1fr;
  }

  .ll-ins-origin__aside {
    position: static;
  }

  .ll-ins-contrast__split {
    grid-template-columns: 1fr;
  }

  .ll-ins-contrast__divider {
    width: 100%;
    height: 1px;
  }

  .ll-ins-contrast__word {
    font-size: clamp(2.5rem, 14vw, 5rem);
  }

  .ll-ins-circular__body {
    grid-template-columns: 1fr;
  }

  .ll-ins-circular__title {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  /* Coleção */
  .ll-col-hero {
    padding-top: calc(var(--ll-header-height) + 2.5rem);
  }

  .ll-col-hero__title {
    font-size: clamp(3rem, 16vw, 6rem);
  }

  .ll-col-section__name {
    font-size: clamp(2.5rem, 14vw, 5rem);
  }

  .ll-col-section__body {
    grid-template-columns: 1fr;
  }

  .ll-col-grid {
    grid-template-columns: 1fr;
  }

  .ll-col-promise__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ll-col-promise__val {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }

  /* Footer */
  .ll-footer__body {
    grid-template-columns: 1fr;
  }

  .ll-footer__stmt-text {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .ll-footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}


/* ═══════════════════════════════════════════════════════════════
   CONTACTO — page-contacto.php
═══════════════════════════════════════════════════════════════ */

/* ── Hero ── */
.ll-ctt-hero {
  background: var(--ll-black);
  color: #fff;
  padding: clamp(8rem, 18vw, 14rem) var(--ll-pad) clamp(5rem, 10vw, 9rem);
  text-align: center;
}

.ll-ctt-hero__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.ll-ctt-hero__eyebrow {
  color: var(--ll-gray);
}

.ll-ctt-hero__title {
  font-family: var(--ll-serif);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 1.5rem !important;
}

.ll-ctt-hero__email {
  display: inline-block;
  font-family: var(--ll-mono);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding-bottom: 2px;
  letter-spacing: 0.04em;
  transition: border-color 0.2s ease, opacity 0.2s ease;
  margin-top: 1rem;
}
.ll-ctt-hero__email:hover {
  border-color: #fff;
  opacity: 0.7;
}

.ll-ctt-hero__sub {
  font-family: var(--ll-mono);
  font-size: 0.8rem;
  color: var(--ll-gray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

/* ── Localização: Mercado ── */
.ll-ctt-origin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.ll-ctt-origin__photo {
  position: relative;
  overflow: hidden;
  background: var(--ll-black);
}
.ll-ctt-origin__photo.is-visible .ll-ctt-origin__img {
  opacity: 1;
  transform: scale(1);
}

.ll-ctt-origin__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.04);
  filter: sepia(0.6) contrast(1.05);
  transition: opacity 1.1s ease, transform 1.4s ease;
  filter: grayscale(100%) contrast(0.88) brightness(0.82);
}

.ll-ctt-origin__photo-caption {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  font-family: var(--ll-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.ll-ctt-origin__content {
  background: var(--ll-gray-faint);
  padding: clamp(4rem, 8vw, 7rem) clamp(2.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.5rem;
}

.ll-ctt-origin__label {
  display: block;
  margin-bottom: 1.5rem;
}

.ll-ctt-origin__title {
  font-family: var(--ll-serif);
  font-size: clamp(3.5rem, 8vw, 6rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 1.25rem !important;
  color: var(--ll-black);
}

.ll-ctt-origin__market {
  font-family: var(--ll-condensed);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ll-gray);
  margin: 0;
}

.ll-ctt-origin__history {
  font-family: var(--ll-sans);
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--ll-black);
  margin: 0;
  max-width: 44ch;
}

/* ── Timeline ── */
.ll-ctt-timeline {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.ll-ctt-timeline__point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ll-ctt-timeline__year {
  font-family: var(--ll-mono);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: var(--ll-black);
  margin-bottom: 0.45rem;
  font-weight: 600;
}

.ll-ctt-timeline__bar {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ll-ctt-timeline__bar--line {
  width: 100%;
  flex: 1;
}

.ll-ctt-timeline__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--ll-black);
  background: transparent;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.ll-ctt-timeline__dot--current {
  background: var(--ll-black);
}

.ll-ctt-timeline__line {
  height: 1px;
  width: clamp(40px, 6vw, 80px);
  background: var(--ll-gray-lt);
  overflow: hidden;
  position: relative;
}

.ll-ctt-timeline__line-fill {
  position: absolute;
  inset: 0;
  background: var(--ll-black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease 0.4s;
}
.ll-ctt-timeline__line-fill.is-drawn {
  transform: scaleX(1);
}

.ll-ctt-timeline__desc {
  font-family: var(--ll-sans);
  font-size: 0.7rem;
  color: var(--ll-gray);
  line-height: 1.4;
  max-width: 10ch;
}

/* ── Morada ── */
.ll-ctt-origin__address {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-style: normal;
  font-family: var(--ll-mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--ll-black);
  border-top: 1px solid var(--ll-gray-lt);
  padding-top: 1.25rem;
}

.ll-ctt-origin__map-link {
  font-family: var(--ll-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ll-black);
  text-decoration: none;
  border-bottom: 1px solid var(--ll-black);
  padding-bottom: 1px;
  width: fit-content;
  transition: opacity 0.2s ease;
}
.ll-ctt-origin__map-link:hover {
  opacity: 0.45;
}

/* ── Parcerias B2B ── */
.ll-ctt-partners {
  background: #fff;
  padding: clamp(4rem, 9vw, 8rem) var(--ll-pad);
  border-top: 1px solid var(--ll-gray-lt);
}

.ll-ctt-partners__inner {
  max-width: var(--ll-max-w);
  margin: 0 auto;
}

.ll-ctt-partners__label {
  display: block;
  margin-bottom: 1.25rem;
}

.ll-ctt-partners__title {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ll-black);
  margin: 0 0 3rem !important;
}

.ll-ctt-partners__intro {
  font-family: var(--ll-sans);
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--ll-gray);
  max-width: 60ch;
  margin: 0 0 4.5rem !important;
}

.ll-ctt-partners__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 3.5rem;
}

.ll-ctt-partner {
  background: var(--ll-gray-faint);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: background 0.22s ease;
}
.ll-ctt-partner:hover {
  background: var(--ll-gray-lt);
}

.ll-ctt-partner__num {
  font-family: var(--ll-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  color: var(--ll-gray);
}

.ll-ctt-partner__title {
  font-family: var(--ll-condensed);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ll-black);
  margin: 0;
}

.ll-ctt-partner__body {
  font-family: var(--ll-sans);
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--ll-gray);
  margin: 0;
}

.ll-ctt-partners__cta {
  display: flex;
}

/* ── Entregas + Badges ── */
.ll-ctt-delivery {
  background: var(--ll-black);
  color: #fff;
  padding: clamp(4rem, 8vw, 7rem) var(--ll-pad);
}

.ll-ctt-delivery__inner {
  max-width: 720px;
  margin: 0 auto;
}

.ll-ctt-delivery__label {
  display: block;
  margin-bottom: 1.25rem;
  color: var(--ll-gray);
}

.ll-ctt-delivery__title {
  font-family: var(--ll-serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 3.5rem !important;
}

.ll-ctt-delivery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ll-ctt-delivery__item {
  display: flex;
  gap: 1rem;
  font-family: var(--ll-sans);
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
}

.ll-ctt-delivery__arrow {
  font-family: var(--ll-mono);
  color: var(--ll-gray);
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Badges de confiança ── */
.ll-ctt-badges {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.ll-ctt-badge {
  font-family: var(--ll-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ll-black);
  background: rgba(255,255,255,0.95);
  padding: 0.5rem 1rem;
  border-radius: 0;
  display: inline-block;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ll-ctt-badges.is-visible .ll-ctt-badge {
  opacity: 1;
  transform: translateX(0);
}

/* ── Tablet ── */
@media (max-width: 900px) {
  .ll-ctt-origin {
    grid-template-columns: 1fr;
  }

  .ll-ctt-origin__photo {
    height: 52vw;
    min-height: 280px;
  }

  .ll-ctt-origin__content {
    padding: clamp(2.5rem, 6vw, 4rem) var(--ll-pad);
  }

  .ll-ctt-origin__title {
    font-size: clamp(3.5rem, 10vw, 5.5rem);
  }

  .ll-ctt-partners__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ll-ctt-delivery__inner {
    gap: 2.5rem;
  }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .ll-ctt-hero {
    padding-top: calc(var(--ll-header-height) + 3rem);
    padding-bottom: 3.5rem;
  }

  .ll-ctt-hero__title {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .ll-ctt-hero__email {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
  }

  .ll-ctt-origin__photo {
    height: 62vw;
    min-height: 220px;
  }

  .ll-ctt-origin__content {
    padding: 2.5rem var(--ll-pad);
    gap: 1.5rem;
  }

  .ll-ctt-origin__title {
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .ll-ctt-timeline {
    gap: 0;
  }

  .ll-ctt-timeline__line {
    width: clamp(24px, 8vw, 48px);
  }

  .ll-ctt-partners {
    padding: 3rem var(--ll-pad);
  }

  .ll-ctt-partners__grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .ll-ctt-partner {
    padding: 1.75rem;
  }

  .ll-ctt-delivery {
    padding: 3rem var(--ll-pad);
  }

  .ll-ctt-delivery__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ll-ctt-badges {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .ll-ctt-badge {
    font-size: 0.65rem;
    padding: 0.4rem 0.75rem;
  }
}


/* ═════════════════════════════════════════════════════════════
   PRODUTO — página de produto (morango e futuros)
   Classes partilhadas: ll-prod-hero, ll-prod, ll-editorial
════════════════════════════════════════════════════════════════ */

/* ── Hero macro fullscreen ── */
.ll-prod-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.ll-prod-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ll-prod-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15) 0%,
    rgba(0,0,0,0.5) 60%,
    rgba(0,0,0,0.82) 100%
  );
}

.ll-prod-hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.ll-prod-hero__eyebrow {
  font-family: var(--ll-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  display: block;
  margin-bottom: 0.75rem;
}

.ll-prod-hero__title {
  font-family: var(--ll-serif);
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 0.95;
  color: #fff;
  margin-bottom: 0.5rem !important;
}

.ll-prod-hero__sub {
  font-family: var(--ll-condensed, 'Barlow Condensed', sans-serif);
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.ll-prod-hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
  flex-shrink: 0;
}

.ll-prod-hero__price {
  font-family: var(--ll-serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 200;
  color: #fff;
  letter-spacing: -0.02em;
  text-align: right;
  line-height: 1;
}

.ll-prod-hero__price span {
  display: block;
  font-family: var(--ll-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  margin-top: 0.35rem;
}

.ll-btn-hero {
  font-family: var(--ll-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: #fff;
  color: var(--ll-black);
  border: none;
  padding: 1rem 2.5rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.ll-btn-hero:hover { opacity: 0.85; }

/* ── Galeria + Detalhes ── */
.ll-prod {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}

.ll-prod__gallery {
  display: grid;
  grid-template-rows: 1fr auto;
}

.ll-prod__main-img {
  background: var(--ll-gray-faint);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.ll-prod__main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3rem;
}

.ll-prod__thumbs {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.ll-prod__thumbs::-webkit-scrollbar { display: none; }

.ll-prod__thumb {
  background: var(--ll-gray-faint);
  flex: 1 1 0;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.ll-prod__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.ll-prod__thumb:hover img { transform: scale(1.05); }

.ll-prod__thumb.active::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid var(--ll-black);
  pointer-events: none;
}

/* ── Lightbox ── */
.ll-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(10,10,10,0.92);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
}
.ll-lightbox.is-open { display: flex; }

.ll-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  cursor: default;
  animation: ll-lb-in 0.25s ease;
}

@keyframes ll-lb-in {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

.ll-lightbox__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-family: var(--ll-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.2s;
}
.ll-lightbox__close:hover { color: #fff; }

.ll-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255,255,255,0.35);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 1rem;
  transition: color 0.2s;
}
.ll-lightbox__nav:hover { color: #fff; }
.ll-lightbox__prev { left: 1rem; }
.ll-lightbox__next { right: 1rem; }

/* ── Detalhes / painel direito ── */
.ll-prod__details {
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ll-prod__eyebrow {
  font-family: var(--ll-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ll-gray);
  margin-bottom: 1.5rem;
}

.ll-prod__name {
  font-family: var(--ll-serif);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.0;
  margin-bottom: 0.5rem !important;
  color: var(--ll-black);
}

.ll-prod__latin {
  font-family: var(--ll-condensed, 'Barlow Condensed', sans-serif);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ll-gray);
  margin-bottom: 3rem;
}

.ll-prod__desc {
  font-size: 0.9rem;
  line-height: 1.85;
  color: #555;
  max-width: 42ch;
  margin-bottom: 3rem !important;
}

.ll-prod__desc p + p { margin-top: 1em; }

.ll-prod__specs {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--ll-gray-lt);
}

.ll-prod__spec-val {
  font-family: var(--ll-serif);
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0.3rem !important;
}

.ll-prod__spec-label {
  font-family: var(--ll-mono);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ll-gray);
}

.ll-prod__variants {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.ll-prod__variant {
  font-family: var(--ll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 1.5rem;
  border: 1px solid var(--ll-gray-lt);
  background: transparent;
  color: var(--ll-gray);
  cursor: pointer;
  transition: all 0.2s ease;
}
.ll-prod__variant:hover {
  border-color: var(--ll-black);
  color: var(--ll-black);
}
.ll-prod__variant.active {
  background: var(--ll-black);
  border-color: var(--ll-black);
  color: #fff;
}

.ll-prod__price-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.85rem !important;
}

.ll-prod__price {
  font-family: var(--ll-serif);
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: -0.02em;
}

.ll-prod__unit {
  font-family: var(--ll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ll-gray);
}

.ll-prod__trust {
  font-family: var(--ll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--ll-gray);
  margin: 0 0 2rem !important;
}

.ll-prod__cta {
  display: flex;
  gap: 0.75rem;
}

.ll-btn {
  font-family: var(--ll-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.22s ease;
}
.ll-btn--primary { flex: 1; background: var(--ll-black); color: #fff; }
.ll-btn--primary:hover { opacity: 0.8; }
.ll-btn--outline { background: transparent; color: var(--ll-black); border: 1px solid var(--ll-black); }
.ll-btn--outline:hover { background: var(--ll-black); color: #fff; }

/* ── Editorial ── */
.ll-prod-editorial-label {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2rem,4vw,4rem) clamp(2rem,5vw,5rem) 0;
}

.ll-editorial {
  max-width: 1400px;
  margin: 1.5rem auto 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.ll-editorial__item {
  background: var(--ll-gray-faint);
  overflow: hidden;
  position: relative;
}

.ll-editorial__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ll-editorial__item:hover img { transform: scale(1.04); }

.ll-editorial__caption-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.52) 0%,
    rgba(0,0,0,0.18) 40%,
    rgba(0,0,0,0) 65%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}
.ll-editorial__item:hover .ll-editorial__caption-wrap { opacity: 1; }

.ll-editorial__caption {
  padding: 2rem 1.75rem;
  transform: translateY(0.6rem);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-family: var(--ll-mono);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.ll-editorial__item:hover .ll-editorial__caption { transform: translateY(0); }

.ll-editorial__item--tall { aspect-ratio: 3/4; }

.ll-produto-tomilho .ll-editorial,
.ll-produto-pitaya .ll-editorial { grid-template-columns: repeat(3, 1fr); }

/* ── Também da Colecção (cross-sell) ── */
.ll-prod-related-label {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(2rem,4vw,4rem) clamp(2rem,5vw,5rem) 0;
}

.ll-prod-related {
  max-width: 1400px;
  margin: 1.5rem auto 0;
  padding: 0 clamp(2rem,5vw,5rem) clamp(3rem,6vw,5rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.ll-prod-related__card {
  display: block;
  text-decoration: none;
  color: var(--ll-black);
}

.ll-prod-related__img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--ll-gray-faint);
}
.ll-prod-related__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ll-ease);
}
.ll-prod-related__card:hover .ll-prod-related__img img { transform: scale(1.05); }

.ll-prod-related__name {
  display: block;
  margin-top: 0.85rem;
  font-family: var(--ll-serif);
  font-size: 1.1rem;
  font-weight: 200;
}

@media (max-width: 720px) {
  .ll-prod-related { grid-template-columns: 1fr; }
}

/* ── Link Alchimia ── */
.ll-prod-alchimia {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) clamp(2rem, 5vw, 5rem);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid var(--ll-gray-lt);
  gap: 2rem;
}

.ll-prod-alchimia__text {
  font-family: var(--ll-serif);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 200;
  line-height: 1.2;
  max-width: 32ch;
}

/* ── Scroll hint para produto derivado ── */
.ll-prod__zest-hint {
  display: inline-block;
  margin-top: 0.75rem;
  font-family: var(--ll-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--ll-gray);
  text-decoration: none;
  border-bottom: 1px solid var(--ll-gray-lt);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ll-prod__zest-hint:hover { color: var(--ll-black); border-color: var(--ll-black); }

/* ── Zest — secção de produto derivado ── */
.ll-prod-zest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  background: var(--ll-black);
}

.ll-prod-zest__media { position: relative; overflow: hidden; min-height: 320px; }
.ll-prod-zest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.ll-prod-zest__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.85);
  color: var(--ll-black);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.2s ease;
}
.ll-prod-zest__nav:hover { background: #fff; }
.ll-prod-zest__nav--prev { left: 1.25rem; }
.ll-prod-zest__nav--next { right: 1.25rem; }
.ll-prod-zest__media:hover .ll-prod-zest__nav { opacity: 1; }

.ll-prod-zest__dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.ll-prod-zest__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ll-prod-zest__dot.active { background: #fff; transform: scale(1.3); }

.ll-prod-zest__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  color: var(--ll-white);
}

.ll-prod-zest__eyebrow {
  font-family: var(--ll-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.ll-prod-zest__title {
  font-family: var(--ll-serif);
  font-weight: 200;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  color: #d4a94a;
}

.ll-prod-zest__title-lead {
  display: inline-block;
  font-size: clamp(3.5rem, 8vw, 6rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.ll-prod-zest__desc {
  font-family: var(--ll-sans);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  max-width: 38ch;
}

.ll-prod-zest__price {
  font-family: var(--ll-serif);
  font-size: 1.7rem;
  font-weight: 200;
  color: #fff;
}
.ll-prod-zest__price span {
  display: block;
  font-family: var(--ll-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 0.35rem;
}

@media (max-width: 900px) {
  .ll-prod-zest { grid-template-columns: 1fr; }
  .ll-prod-zest__media { min-height: 280px; }
}

/* ── Mobile ── */
@media (max-width: 900px) {
  .ll-prod { grid-template-columns: 1fr; }
  .ll-editorial,
  .ll-produto-tomilho .ll-editorial,
  .ll-produto-pitaya .ll-editorial { grid-template-columns: 1fr; }
  .ll-prod-hero__content { flex-direction: column; align-items: flex-start; }
  .ll-prod-hero__right { align-items: flex-start; }
  .ll-prod-alchimia { flex-direction: column; gap: 1.5rem; }
}

@media (max-width: 640px) {
  .ll-prod__specs { gap: 1.5rem; }
  .ll-prod__cta { flex-direction: column; }
  .ll-btn--outline { text-align: center; }
}

/* Astra reset — impede margens e paddings do entry-content */
.ll-produto-morango .ll-prod-hero,
.ll-produto-morango .ll-prod,
.ll-produto-morango .ll-editorial,
.ll-produto-morango .ll-prod-editorial-label,
.ll-produto-morango .ll-prod-alchimia,
.ll-produto-laranja .ll-prod-hero,
.ll-produto-laranja .ll-prod,
.ll-produto-laranja .ll-editorial,
.ll-produto-laranja .ll-prod-editorial-label,
.ll-produto-laranja .ll-prod-alchimia,
.ll-produto-laranja .ll-prod-zest,
.ll-produto-tomilho .ll-prod-hero,
.ll-produto-tomilho .ll-prod,
.ll-produto-tomilho .ll-editorial,
.ll-produto-tomilho .ll-prod-editorial-label,
.ll-produto-tomilho .ll-prod-alchimia,
.ll-produto-figo .ll-prod-hero,
.ll-produto-figo .ll-prod,
.ll-produto-figo .ll-editorial,
.ll-produto-figo .ll-prod-editorial-label,
.ll-produto-figo .ll-prod-alchimia,
.ll-produto-pitaya .ll-prod-hero,
.ll-produto-pitaya .ll-prod,
.ll-produto-pitaya .ll-editorial,
.ll-produto-pitaya .ll-prod-editorial-label,
.ll-produto-pitaya .ll-prod-alchimia,
.ll-produto-rosas .ll-prod-hero,
.ll-produto-rosas .ll-prod,
.ll-produto-rosas .ll-editorial,
.ll-produto-rosas .ll-prod-editorial-label,
.ll-produto-rosas .ll-prod-alchimia,
.ll-produto-borragem .ll-prod-hero,
.ll-produto-borragem .ll-prod,
.ll-produto-borragem .ll-editorial,
.ll-produto-borragem .ll-prod-editorial-label,
.ll-produto-borragem .ll-prod-alchimia,
.ll-produto-azurea .ll-prod-hero,
.ll-produto-azurea .ll-prod,
.ll-produto-azurea .ll-editorial,
.ll-produto-azurea .ll-prod-editorial-label,
.ll-produto-azurea .ll-prod-alchimia {
  max-width: none;
}

/* Aplica-se a qualquer página de produto (main.ll-site.ll-produto-*) — evita repetir a regra por produto */
[class*="ll-produto-"] .ll-prod-related-label,
[class*="ll-produto-"] .ll-prod-related {
  max-width: none;
}
