/* ==========================================================================
   Tereré VIP — yerba mate & tereré shop landing page
   Scoped to .tv-landing. Other templates keep the Gutenix styling.
   ========================================================================== */

.tv-landing {
  --paper: #fbfaf5;
  --paper-2: #eef2ea;
  --white: #ffffff;
  --leaf: #2f7d4f;
  --leaf-2: #27683f;
  --leaf-soft: #e0efe4;
  --ink: #16281f;
  --ink-2: #24392d;
  --muted: #64766a;
  --sun: #f2c14e;
  --sun-2: #e0ab30;
  --rule: #ddded2;
  --rule-light: rgba(251, 250, 245, 0.18);

  --display: "Gabarito", "Helvetica Neue", Arial, sans-serif;
  --body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --r: 10px;
  --r-lg: 24px;
  --shadow: 0 18px 40px -22px rgba(22, 40, 31, .32);

  --wrap: 1200px;
  --gutter: 24px;

  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .tv-landing { overflow-x: hidden; }
}

.tv-landing *,
.tv-landing *::before,
.tv-landing *::after { box-sizing: border-box; }

.tv-landing img { max-width: 100%; height: auto; display: block; }
.tv-landing p { margin: 0; }

.tv-landing h1,
.tv-landing h2,
.tv-landing h3 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.028em;
  margin: 0;
  color: var(--ink);
}

.tv-wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.tv-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  background: var(--leaf-soft); color: var(--leaf-2);
  font-size: 12.5px; font-weight: 700; letter-spacing: .02em;
}
.tv-pill--sun { background: rgba(242, 193, 78, .22); color: #8a6613; }
.tv-pill--light { background: rgba(251, 250, 245, .14); color: #d8e6dc; }

/* ---------- Buttons ---------- */
.tv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 15px 28px; border-radius: 999px;
  font-family: var(--body);
  font-size: 15px; font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color .17s ease, color .17s ease, border-color .17s ease, transform .17s ease;
}
.tv-btn:hover { transform: translateY(-2px); }
.tv-btn--leaf { background: var(--leaf); color: #fff; }
.tv-btn--leaf:hover { background: var(--leaf-2); color: #fff; }
.tv-btn--sun { background: var(--sun); color: var(--ink); }
.tv-btn--sun:hover { background: var(--sun-2); color: var(--ink); }
.tv-btn--paper { background: var(--paper); color: var(--ink); }
.tv-btn--paper:hover { background: #fff; color: var(--ink); }
.tv-btn--line { border-color: var(--rule); color: var(--ink); }
.tv-btn--line:hover { border-color: var(--leaf); color: var(--leaf-2); }
.tv-btn--line-light { border-color: var(--rule-light); color: var(--paper); }
.tv-btn--line-light:hover { border-color: var(--paper); }
.tv-btn--sm { padding: 11px 20px; font-size: 14px; }
.tv-btn--block { width: 100%; }

/* ---------- Announcement ---------- */
.tv-bar {
  background: var(--ink); color: rgba(251, 250, 245, .86);
  font-size: 13.5px; text-align: center; padding: 10px 20px;
}
.tv-bar strong { color: var(--sun); font-weight: 700; }

/* ---------- Header ---------- */
.tv-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 250, 245, .94);
  backdrop-filter: saturate(150%) blur(9px);
  border-bottom: 1px solid var(--rule);
}
.tv-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; height: 78px; }
.tv-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.tv-logo__mark {
  width: 40px; height: 40px; flex: none; border-radius: 50% 50% 46% 46%;
  background: var(--leaf); color: var(--sun);
  display: grid; place-items: center;
}
.tv-logo__name {
  font-family: var(--display); font-size: 23px; font-weight: 700;
  color: var(--ink); letter-spacing: -0.04em; line-height: 1;
}
.tv-logo__sub {
  display: block; font-size: 9.5px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted); margin-top: 5px;
}
.tv-nav { display: flex; gap: 28px; }
.tv-nav a { font-size: 15px; font-weight: 600; color: var(--muted); text-decoration: none; }
.tv-nav a:hover { color: var(--leaf-2); }

/* ---------- Hero ---------- */
.tv-hero { position: relative; padding: 80px 0 0; overflow: hidden; }
.tv-hero::before {
  content: "";
  position: absolute; width: 740px; height: 740px;
  right: -260px; top: -320px; border-radius: 50%;
  background: radial-gradient(circle, var(--leaf-soft) 0%, transparent 68%);
  pointer-events: none;
}
.tv-hero__grid {
  position: relative;
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 54px; align-items: center;
}
.tv-hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.2rem); margin: 24px 0 0; }
.tv-hero h1 span { color: var(--leaf); }
.tv-hero__lede { font-size: 18.5px; color: var(--muted); max-width: 48ch; margin-top: 24px; }
.tv-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.tv-hero__micro {
  margin-top: 24px; font-size: 13.5px; color: var(--muted);
  display: flex; flex-wrap: wrap; gap: 8px 24px;
}
.tv-hero__media { position: relative; }
.tv-hero__media img {
  width: 100%; aspect-ratio: 5 / 4; object-fit: cover;
  border-radius: var(--r-lg); box-shadow: var(--shadow);
}
.tv-float {
  position: absolute; left: -20px; bottom: -20px;
  background: #fff; border-radius: var(--r); padding: 15px 19px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px;
}
.tv-float__icon {
  width: 36px; height: 36px; flex: none; border-radius: 10px;
  background: var(--leaf-soft); color: var(--leaf-2);
  display: grid; place-items: center;
}
.tv-float strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
.tv-float small { font-size: 12.5px; color: var(--muted); }

/* ---------- Trust strip ---------- */
.tv-strip {
  margin-top: 72px; background: var(--ink);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  padding: 34px 38px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.tv-strip__item { display: flex; gap: 13px; align-items: flex-start; }
.tv-strip__item svg { flex: none; margin-top: 3px; color: var(--sun); }
.tv-strip__item strong { display: block; color: var(--paper); font-size: 15px; font-weight: 700; }
.tv-strip__item span { color: rgba(251, 250, 245, .62); font-size: 13.5px; }

/* ---------- Sections ---------- */
.tv-section { padding: 96px 0; }
.tv-section--tint { background: var(--paper-2); }
.tv-section--ink { background: var(--ink); color: rgba(251, 250, 245, .74); }
.tv-section--ink h2, .tv-section--ink h3 { color: var(--paper); }

.tv-head { max-width: 720px; margin-bottom: 54px; }
.tv-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.tv-head h2 { font-size: clamp(2rem, 3.8vw, 3rem); margin: 18px 0 16px; }
.tv-head p { font-size: 18px; color: var(--muted); }
.tv-section--ink .tv-head p { color: rgba(251, 250, 245, .68); }

/* ---------- Product grid ---------- */
.tv-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tv-product {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--r-lg);
  padding: 24px; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.tv-product:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tv-product__img {
  position: relative; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--paper-2); margin-bottom: 20px;
}
.tv-product__img img { width: 100%; height: 100%; object-fit: cover; }
.tv-product__flag {
  position: absolute; top: 12px; left: 12px;
  background: var(--sun); color: var(--ink);
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px;
}
.tv-product__cat {
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--leaf); margin-bottom: 8px;
}
.tv-product h3 { font-size: 20px; margin-bottom: 9px; }
.tv-product p { color: var(--muted); font-size: 15px; flex: 1; }
.tv-product__foot {
  margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.tv-product__price { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--ink); }
.tv-product__price small { font-family: var(--body); font-size: 12.5px; font-weight: 500; color: var(--muted); display: block; }

/* ---------- Preparation steps ---------- */
.tv-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.tv-step { position: relative; }
.tv-step__n {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--sun); color: var(--ink);
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 700; font-size: 19px;
  margin-bottom: 18px; position: relative; z-index: 2;
}
.tv-step:not(:last-child)::after {
  content: ""; position: absolute;
  top: 24px; left: 48px; right: -26px;
  border-top: 2px dashed rgba(251, 250, 245, .26); z-index: 1;
}
.tv-step h3 { font-size: 19px; margin-bottom: 9px; }
.tv-step p { color: rgba(251, 250, 245, .7); font-size: 15px; }

/* ---------- Herbs ---------- */
.tv-herbs { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.tv-herbs img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r-lg); }
.tv-herb-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 16px; }
.tv-herb-list li { border-bottom: 1px solid var(--rule); padding-bottom: 15px; }
.tv-herb-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.tv-herb-list strong {
  display: block; font-family: var(--display); font-size: 19px;
  color: var(--ink); margin-bottom: 3px;
}
.tv-herb-list em { font-style: italic; color: var(--leaf); font-size: 14px; }
.tv-herb-list span { display: block; color: var(--muted); font-size: 15px; margin-top: 4px; }

/* ---------- Heritage band ---------- */
.tv-heritage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.tv-heritage img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.tv-heritage p { color: rgba(251, 250, 245, .74); font-size: 17px; margin-bottom: 16px; }
.tv-badge {
  display: inline-flex; align-items: center; gap: 12px;
  margin-top: 22px; padding: 16px 22px;
  border: 1px solid var(--rule-light); border-radius: var(--r);
}
.tv-badge svg { flex: none; color: var(--sun); }
.tv-badge strong { display: block; color: var(--paper); font-size: 15px; }
.tv-badge span { color: rgba(251, 250, 245, .6); font-size: 13.5px; }

/* ---------- Subscription ---------- */
.tv-sub {
  background: var(--leaf); border-radius: var(--r-lg);
  padding: 54px 48px; color: #fff;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 46px; align-items: center;
}
.tv-sub h2 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 14px; }
.tv-sub p { color: rgba(255,255,255,.84); font-size: 17px; max-width: 44ch; }
.tv-sub__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.tv-sub__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: rgba(255,255,255,.92); }
.tv-sub__list svg { flex: none; margin-top: 4px; color: var(--sun); }
.tv-sub__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ---------- FAQ ---------- */
.tv-faq { max-width: 870px; margin: 0 auto; }
.tv-faq details {
  background: var(--white); border: 1px solid var(--rule); border-radius: var(--r);
  margin-bottom: 12px;
}
.tv-faq summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 20px 24px;
  font-family: var(--display); font-size: 18px; font-weight: 700; color: var(--ink);
  letter-spacing: -0.02em;
}
.tv-faq summary::-webkit-details-marker { display: none; }
.tv-faq summary::after {
  content: "+"; font-family: var(--body); font-size: 24px; font-weight: 400;
  color: var(--leaf); flex: none; transition: transform .2s ease;
}
.tv-faq details[open] summary::after { transform: rotate(45deg); }
.tv-faq details p { padding: 0 24px 22px; color: var(--muted); font-size: 15.5px; }

/* ---------- CTA ---------- */
.tv-cta { background: var(--ink); padding: 92px 0; text-align: center; }
.tv-cta h2 { color: var(--paper); font-size: clamp(2rem, 4vw, 3rem); margin: 20px auto 16px; max-width: 18ch; }
.tv-cta p { color: rgba(251, 250, 245, .74); font-size: 18px; max-width: 50ch; margin: 0 auto; }
.tv-cta__actions { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; margin-top: 32px; }
.tv-cta__contact {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 44px;
  margin-top: 46px; padding-top: 32px; border-top: 1px solid var(--rule-light);
}
.tv-cta__contact div { text-align: left; }
.tv-cta__contact span {
  display: block; font-size: 10.5px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(251, 250, 245, .55); margin-bottom: 5px;
}
.tv-cta__contact a, .tv-cta__contact strong { color: var(--paper); font-size: 16px; font-weight: 600; text-decoration: none; }
.tv-cta__contact a:hover { color: var(--sun); }

/* ---------- Footer ---------- */
.tv-footer { background: var(--ink-2); color: rgba(251, 250, 245, .58); padding: 54px 0 30px; font-size: 15px; }
.tv-footer__cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--rule-light); }
.tv-footer .tv-logo__name { color: var(--paper); }
.tv-footer h4 {
  font-family: var(--body); font-size: 11.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--paper); margin-bottom: 16px;
}
.tv-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.tv-footer a { color: rgba(251, 250, 245, .66); text-decoration: none; }
.tv-footer a:hover { color: var(--sun); }
.tv-footer__blurb { margin-top: 16px; max-width: 32ch; font-size: 14.5px; }
.tv-footer__base { padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13.5px; }
.tv-footer__legal { margin-top: 18px; font-size: 12.5px; line-height: 1.6; color: rgba(251, 250, 245, .4); max-width: 98ch; }
.tv-footer__credit { margin-top: 12px; font-size: 12px; color: rgba(251, 250, 245, .32); }
.tv-footer__credit a { color: rgba(251, 250, 245, .46); text-decoration: underline; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .tv-hero__grid, .tv-herbs, .tv-heritage, .tv-sub { grid-template-columns: 1fr; gap: 40px; }
  .tv-strip { grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 30px; }
  .tv-products { grid-template-columns: repeat(2, 1fr); }
  .tv-steps { grid-template-columns: repeat(2, 1fr); gap: 32px 26px; }
  .tv-step:not(:last-child)::after { display: none; }
  .tv-footer__cols { grid-template-columns: 1fr 1fr; }
  .tv-float { left: 10px; }
}

@media (max-width: 720px) {
  .tv-nav { display: none; }
  .tv-header__inner { height: 68px; }
  .tv-section, .tv-cta { padding: 68px 0; }
  .tv-hero { padding-top: 52px; }
  .tv-strip, .tv-products, .tv-steps { grid-template-columns: 1fr; }
  .tv-footer__cols { grid-template-columns: 1fr; }
  .tv-sub { padding: 38px 26px; }
  .tv-float { position: static; margin-top: 14px; }
  .tv-cta__contact { justify-content: flex-start; }
  .tv-hero__actions .tv-btn, .tv-cta__actions .tv-btn { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .tv-landing * { transition: none !important; }
}
