:root {
  --cream: #fff8ef;
  --ink: #17120f;
  --pink: #ff5aa5;
  --cyan: #12d5d0;
  --yellow: #ffd319;
  --red: #ff2a24;
  --green: #00a86b;
  --purple: #4a1cc8;
  --line: rgba(23, 18, 15, 0.18);
  --max: 1180px;
  --pad: clamp(18px, 4vw, 48px);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.lang-en { display: none; }
html[data-lang="en"] .lang-es { display: none; }
html[data-lang="en"] .lang-en { display: inline; }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  transform: translateY(-180%);
  z-index: 999;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 999px;
}
.skip-link:focus { transform: none; }

.section-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--pad);
}

.home-hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.hero-shell {
  width: min(100%, 1320px);
  min-height: 100svh;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  padding: 0 var(--pad);
}
.hero-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-origin { display: flex; align-items: center; gap: 11px; }
.hero-brand { width: 122px; }
.hero-brand img { width: 100%; height: auto; }
.hero-divider { width: 1.5px; height: 34px; background: var(--ink); opacity: .72; }
.hero-origin-copy { font-size: 10px; line-height: 1.08; font-weight: 800; }
.hero-language { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 900; }
.hero-language button {
  border: 0;
  padding: 7px 3px;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  opacity: .45;
}
.hero-language button[aria-pressed="true"] { opacity: 1; text-decoration: underline 3px var(--pink); text-underline-offset: 5px; }
.hero-layout {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-rows: auto minmax(275px, 1fr);
  align-content: start;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: clamp(34px, 7vh, 72px);
}
.home-hero h1 {
  max-width: 9.2ch;
  margin: 0;
  font-size: clamp(50px, 13.1vw, 68px);
  font-weight: 900;
  line-height: .89;
  letter-spacing: -.062em;
  text-wrap: balance;
}
.hero-answer {
  max-width: 12ch;
  margin: 18px 0 0;
  color: var(--pink);
  font-size: clamp(28px, 7.6vw, 42px);
  line-height: .93;
  letter-spacing: -.045em;
  font-weight: 900;
}
.hero-detail {
  max-width: 29ch;
  margin: 17px 0 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}
.hero-button { margin-top: 23px; }
.hero-product {
  position: relative;
  min-height: 300px;
  margin: 2px calc(var(--pad) * -1) 0;
  overflow: hidden;
}
.hero-color {
  position: absolute;
  width: min(78vw, 360px);
  aspect-ratio: 1;
  right: -4vw;
  bottom: -18%;
  border-radius: 50%;
  background: var(--cyan);
}
.hero-product img {
  position: absolute;
  z-index: 1;
  width: min(78vw, 390px);
  height: auto;
  right: -3vw;
  bottom: -29%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(23, 18, 15, .16));
  transform: rotate(3deg);
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .14em;
}

.section-intro h2,
.time-copy h2,
.custom-copy h2,
.closing h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .91;
  text-wrap: balance;
}
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .16s ease, box-shadow .16s ease;
}
.button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.button:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button-primary { background: var(--pink); }
.button-dark { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 5px 5px 0 white; }
.button-large { width: min(100%, 420px); min-height: 62px; font-size: 19px; }
.price-note { font-size: 13px; }
.price-note strong { font-size: 20px; margin-right: 4px; }

.possibilities { padding: 82px 0 72px; background: var(--ink); color: white; overflow: hidden; }
.section-intro { margin-bottom: 34px; }
.section-intro h2 { font-size: clamp(44px, 12vw, 92px); max-width: 9ch; }
.section-intro p:not(.eyebrow) { margin: 14px 0 0; font-size: clamp(20px, 6vw, 34px); font-weight: 800; color: var(--pink); }

.fruit-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(78vw, 330px);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 6px var(--pad) 22px;
  scrollbar-width: none;
}
.fruit-rail::-webkit-scrollbar { display: none; }
.fruit-item {
  position: relative;
  margin: 0;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #f2e9db;
  color: var(--ink);
}
.fruit-item img {
  position: absolute;
  inset: 22px 10px 48px;
  width: calc(100% - 20px);
  height: calc(100% - 70px);
  object-fit: contain;
  transition: transform .25s ease;
  filter: drop-shadow(0 18px 18px rgba(23,18,15,.18));
}
.fruit-item:hover img { transform: rotate(-2deg) scale(1.025); }
.fruit-item figcaption {
  position: absolute;
  left: 18px;
  bottom: 15px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.item-fresa { background: #ffadc8; }
.item-kiwi { background: #6438e5; }
.item-limon { background: #5aa7ff; }
.item-naranja { background: #ffd319; }
.item-pitahaya { background: #6fe096; }
.item-sandia { background: #ff6fbd; }
.idea-tile {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
  background: var(--cyan);
  text-decoration: none;
  border: 4px dashed var(--ink);
}
.idea-question { max-width: 5ch; font-size: 52px; font-weight: 900; line-height: .88; letter-spacing: -.06em; }
.idea-star { align-self: flex-start; font-size: 68px; line-height: 1; }
.rail-hint { margin: 4px auto 0; font-size: 12px; font-weight: 800; opacity: .66; }

.facts {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 34px;
  padding-bottom: 34px;
}
.fact { min-height: 132px; padding: 24px 0; border-top: 1px solid var(--line); display: grid; align-content: center; }
.fact:last-child { border-bottom: 1px solid var(--line); }
.fact-big { font-size: clamp(28px, 9vw, 52px); font-weight: 900; line-height: .92; letter-spacing: -.045em; }
.fact-small { margin-top: 8px; font-size: 15px; font-weight: 700; }

.time-section { position: relative; margin-top: 72px; background: var(--ink); color: white; overflow: hidden; }
.time-photo { background: #1789bd; }
.time-photo img { width: 100%; height: auto; }
.time-copy { position: relative; padding-top: 54px; padding-bottom: 62px; }
.time-copy h2 { font-size: clamp(48px, 13vw, 104px); max-width: 11ch; }
.time-copy p:not(.eyebrow) { max-width: 540px; margin: 22px 0 0; font-size: clamp(16px, 4.6vw, 21px); font-weight: 700; line-height: 1.35; }
.inverse { color: var(--yellow); }

.custom-section { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: var(--pink); }
.custom-copy { position: relative; z-index: 3; padding-top: 90px; padding-bottom: 96px; }
.custom-copy h2 { font-size: clamp(54px, 15vw, 116px); max-width: 8ch; }
.custom-copy p:not(.eyebrow) { max-width: 480px; margin: 24px 0 28px; font-size: 18px; font-weight: 750; line-height: 1.35; }
.custom-fruit { position: absolute; width: min(64vw, 520px); right: -28vw; bottom: -5%; transform: rotate(9deg); filter: drop-shadow(0 20px 24px rgba(23,18,15,.22)); }

.closing { text-align: center; padding-top: 110px; padding-bottom: 120px; }
.closing h2 { margin-inline: auto; font-size: clamp(56px, 15vw, 118px); max-width: 8ch; }
.closing p:not(.eyebrow) { margin: 18px 0 30px; font-size: 20px; font-weight: 750; }

.footer { padding-top: 34px; padding-bottom: 34px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-weight: 900; }
.footer-brand img { width: 118px; height: auto; }
.footer-brand .labi-logo { width: 46px; }
.footer p { margin: 0; font-size: 12px; font-weight: 750; }

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

@media (min-width: 720px) {
  .hero-nav { min-height: 94px; }
  .hero-brand { width: 154px; }
  .hero-divider { height: 40px; }
  .hero-origin-copy { font-size: 12px; }
  .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    grid-template-rows: 1fr;
    align-items: center;
  }
  .hero-copy { padding: 40px 0 92px; }
  .home-hero h1 { max-width: 9ch; font-size: clamp(68px, 7.2vw, 106px); }
  .hero-answer { margin-top: 24px; font-size: clamp(34px, 4vw, 56px); }
  .hero-detail { margin-top: 22px; font-size: 17px; }
  .hero-button { margin-top: 28px; }
  .hero-product {
    align-self: stretch;
    min-height: 610px;
    margin: 0 calc(var(--pad) * -1) 0 0;
    overflow: visible;
  }
  .hero-color {
    width: min(42vw, 540px);
    right: -7%;
    bottom: 7%;
  }
  .hero-product img {
    width: min(43vw, 530px);
    right: -3%;
    bottom: -5%;
  }
  .fruit-rail { grid-auto-columns: min(42vw, 420px); padding-inline: max(var(--pad), calc((100vw - var(--max))/2 + var(--pad))); gap: 18px; }
  .fruit-item { min-height: 520px; }
  .facts { grid-template-columns: repeat(2, 1fr); gap: 0 34px; padding-top: 72px; padding-bottom: 72px; }
  .fact:nth-child(2) { border-top: 1px solid var(--line); }
  .fact:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .custom-fruit { right: -10vw; width: min(48vw, 590px); }
}

@media (min-width: 1100px) {
  .possibilities { padding-top: 110px; }
  .fruit-rail {
    overflow: visible;
    grid-auto-flow: initial;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-columns: auto;
    gap: 18px;
    width: min(100%, var(--max));
    margin-inline: auto;
  }
  .fruit-item { min-height: 390px; }
  .fruit-item:nth-child(1) { grid-column: 1 / 5; transform: rotate(-2deg); }
  .fruit-item:nth-child(2) { grid-column: 5 / 9; margin-top: 70px; transform: rotate(1deg); }
  .fruit-item:nth-child(3) { grid-column: 9 / 13; margin-top: -22px; transform: rotate(-1deg); }
  .fruit-item:nth-child(4) { grid-column: 2 / 6; margin-top: 8px; transform: rotate(2deg); }
  .fruit-item:nth-child(5) { grid-column: 6 / 10; margin-top: -58px; transform: rotate(-1deg); }
  .fruit-item:nth-child(6) { grid-column: 9 / 13; margin-top: 34px; transform: rotate(2deg); }
  .fruit-item:nth-child(7) { grid-column: 1 / 5; margin-top: -70px; transform: rotate(-2deg); }
  .rail-hint { display: none; }
  .facts { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .fact { padding-inline: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
  .fact:first-child { border-left: 1px solid var(--line); }
  .time-section {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(420px, .85fr);
    align-items: stretch;
  }
  .time-photo { display: grid; align-items: center; }
  .time-photo img { width: 100%; height: auto; }
  .time-copy {
    width: auto;
    margin: 0;
    padding: 68px clamp(38px, 5vw, 76px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .time-copy h2 { font-size: clamp(58px, 6.2vw, 92px); }
  .custom-fruit { right: 2vw; width: min(42vw, 640px); }
}

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