/* =========================================================
   LATICÍNIOS BOM JARDIM · LINK NA BIO
   Rev.Labs · Mobile first
   ========================================================= */

:root {
  --green: #0C6835;
  --green-dark: #084C27;
  --green-deep: #063B1E;
  --gold: #D0AE6E;
  --gold-dark: #B88F4E;
  --cream: #F8F1E4;
  --page-gray: #E2E2E2;
  --white: #FFFFFF;
  --ink: #233028;
  --muted: #5B6A62;
  --font: "Roboto", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #d9ded9;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: var(--font);
  background:
    radial-gradient(circle at 20% 0%, rgba(208,174,110,.18), transparent 32rem),
    #d9ded9;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-shell {
  width: min(100%, 520px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 0 80px rgba(6,59,30,.12);
}

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

.hero {
  position: relative;
  min-height: 785px;
  padding: max(22px, env(safe-area-inset-top)) 22px 76px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(145deg, #0A5A2E 0%, var(--green) 54%, var(--green-dark) 100%);
  isolation: isolate;
}

.hero__grain {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .18;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.22) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 65%, rgba(255,255,255,.13) 0 1px, transparent 1.5px);
  background-size: 22px 22px, 28px 28px;
}

.hero__ring {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(208,174,110,.22);
  border-radius: 50%;
}

.hero__ring--one {
  width: 310px;
  height: 310px;
  top: 95px;
  right: -185px;
}

.hero__ring--two {
  width: 450px;
  height: 450px;
  top: 275px;
  left: -350px;
}

.hero__top {
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 106px;
  height: 106px;
  object-fit: contain;
}

.hero__official {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero__copy {
  position: relative;
  z-index: 7;
  max-width: 390px;
  margin-top: 17px;
}

.hero__since {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(40px, 10.8vw, 56px);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--gold);
}

.hero__lead {
  max-width: 350px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  line-height: 1.62;
}

/* =========================================================
   LINKS PRINCIPAIS
   ========================================================= */

.primary-link {
  display: flex;
  width: min(100%, 356px);
  min-height: 65px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 19px;
  padding: 9px 12px 9px 18px;
  border-radius: 20px;
  color: var(--green-deep);
  background: var(--gold);
  box-shadow: 0 16px 40px rgba(2,34,17,.19);
  transition: transform .2s ease, background .2s ease;
}

.primary-link:hover {
  transform: translateY(-2px);
  background: #dfbd7d;
}

.primary-link__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.primary-link__copy strong {
  font-size: 12px;
  font-weight: 900;
}

.primary-link__copy small {
  color: rgba(6,59,30,.67);
  font-size: 9px;
  font-weight: 500;
}

.primary-link__arrow {
  display: grid;
  flex: 0 0 auto;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-deep);
}

.primary-link__arrow svg {
  width: 17px;
  height: 17px;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  width: min(100%, 356px);
  margin-top: 9px;
}

.quick-link {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 8px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  color: var(--white);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  font-size: 9.5px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.quick-link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.14);
}

.quick-link--gold {
  border-color: rgba(208,174,110,.45);
  background: rgba(208,174,110,.12);
}

.quick-link--wide {
  grid-column: 1 / -1;
}

.quick-link__icon {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  color: var(--gold);
  background: rgba(255,255,255,.1);
}

.quick-link__icon svg {
  width: 15px;
  height: 15px;
}

.quick-link__external {
  width: 13px;
  height: 13px;
  margin-left: auto;
  opacity: .76;
}

/* =========================================================
   FOTO DO HERO
   ========================================================= */

.hero__photo {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 228px;
  overflow: hidden;
}

.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.hero__photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--green-dark) 0%, rgba(8,76,39,.38) 32%, rgba(6,59,30,.12) 62%, rgba(6,59,30,.45) 100%);
}

.hero__continue {
  position: absolute;
  z-index: 12;
  left: 22px;
  right: 22px;
  bottom: 0;
  display: flex;
  min-height: 57px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 17px 0 20px;
  border-radius: 21px 21px 0 0;
  color: var(--green-deep);
  background: var(--cream);
  box-shadow: 0 -12px 34px rgba(6,59,30,.1);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero__continue-icon {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  font-size: 14px;
}

/* =========================================================
   CONTEÚDO
   ========================================================= */

.story {
  padding: 37px 14px 36px;
  background: var(--cream);
}

.section-heading {
  padding: 0 8px 27px;
}

.section-heading > p {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.section-heading h2 {
  max-width: 405px;
  margin: 0;
  color: var(--ink);
  font-size: 36px;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.section-heading > span {
  display: block;
  max-width: 390px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.62;
}

/* =========================================================
   HISTÓRIA
   ========================================================= */

.story-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 340px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--white);
  background: var(--green-deep);
  box-shadow: 0 18px 45px rgba(6,59,30,.1);
  transition: transform .24s ease, box-shadow .24s ease;
}

.story-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(6,59,30,.16);
}

.story-card__image {
  min-width: 0;
  overflow: hidden;
}

.story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 50%;
  transition: transform .5s ease;
}

.story-card:hover .story-card__image img {
  transform: scale(1.025);
}

.story-card__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 19px 23px;
}

.story-card__year {
  position: absolute;
  top: 20px;
  left: 19px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.story-card h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.035em;
}

.story-card p {
  margin: 13px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
}

.text-link svg {
  width: 14px;
  height: 14px;
}

/* =========================================================
   REVENDA
   ========================================================= */

.business-card {
  position: relative;
  display: block;
  min-height: 315px;
  margin-top: 14px;
  padding: 25px 22px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--green-deep);
  background: var(--gold);
  transition: transform .24s ease, box-shadow .24s ease;
}

.business-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(87,62,23,.12);
}

.business-card::before,
.business-card::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(6,59,30,.17);
}

.business-card::before {
  width: 285px;
  height: 285px;
  top: -180px;
  right: -110px;
}

.business-card::after {
  width: 170px;
  height: 170px;
  right: -65px;
  bottom: -75px;
}

.business-card__seal {
  position: absolute;
  z-index: 1;
  top: 21px;
  right: 21px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
}

.business-card__copy {
  position: relative;
  z-index: 2;
  max-width: 335px;
  padding-top: 55px;
}

.business-card__copy > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(6,59,30,.7);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.business-card h3 {
  max-width: 340px;
  margin: 0;
  font-size: 31px;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.04em;
}

.business-card p {
  max-width: 330px;
  margin: 14px 0 0;
  color: rgba(6,59,30,.72);
  font-size: 10.5px;
  line-height: 1.6;
}

.business-card__cta {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 9.5px;
  font-weight: 900;
}

.business-card__cta svg {
  width: 15px;
  height: 15px;
}

/* =========================================================
   WHATSAPP
   ========================================================= */

.contact-card {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  min-height: 72px;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding: 11px 16px 11px 11px;
  border: 1px solid rgba(12,104,53,.13);
  border-radius: 21px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(6,59,30,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 38px rgba(6,59,30,.1);
}

.contact-card__icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 15px;
  color: var(--white);
  background: var(--green);
}

.contact-card__icon svg {
  width: 19px;
  height: 19px;
}

.contact-card__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.contact-card__copy small {
  color: var(--muted);
  font-size: 8.5px;
}

.contact-card__copy strong {
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
}

.contact-card__arrow {
  color: var(--green);
  font-size: 18px;
}

/* =========================================================
   RODAPÉ
   ========================================================= */

.closing {
  position: relative;
  min-height: 395px;
  padding: 44px 22px max(28px, env(safe-area-inset-bottom));
  overflow: hidden;
  color: var(--white);
  background: var(--green-deep);
}

.closing__pattern {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(45deg, rgba(208,174,110,.08) 0 16px, transparent 16px 32px),
    rgba(12,104,53,.2);
}

.closing__logo {
  position: relative;
  z-index: 2;
  width: 116px;
  height: 116px;
  object-fit: contain;
}

.closing h2 {
  position: relative;
  z-index: 2;
  max-width: 370px;
  margin: 34px 0 0;
  color: var(--gold);
  font-size: 39px;
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.closing__nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 29px;
  color: rgba(255,255,255,.8);
  font-size: 10px;
  font-weight: 700;
}

.closing__nav span {
  opacity: .32;
}

.closing__bottom {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: max(23px, env(safe-area-inset-bottom));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.closing__bottom p {
  margin: 0;
  color: rgba(255,255,255,.43);
  font-size: 8px;
  line-height: 1.45;
}

.closing__rev {
  text-align: right;
  white-space: nowrap;
}

.closing__rev strong {
  color: rgba(255,255,255,.78);
  font-weight: 900;
}

/* =========================================================
   MOBILE MENOR
   ========================================================= */

@media (max-width: 390px) {
  .hero {
    min-height: 770px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand img {
    width: 94px;
    height: 94px;
  }

  .hero__official {
    padding: 0 10px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(38px, 10.6vw, 45px);
  }

  .hero__lead {
    max-width: 310px;
    font-size: 11px;
  }

  .hero__photo {
    height: 218px;
  }

  .hero__continue {
    left: 20px;
    right: 20px;
  }

  .section-heading h2 {
    font-size: 33px;
  }

  .story-card {
    min-height: 326px;
  }

  .story-card h3 {
    font-size: 23px;
  }

  .business-card h3 {
    font-size: 29px;
  }

  .closing h2 {
    font-size: 36px;
  }
}

/* =========================================================
   DESKTOP
   ========================================================= */

@media (min-width: 760px) {
  body {
    padding: 28px 0;
  }

  .page-shell {
    border-radius: 34px;
  }
}

/* =========================================================
   ACESSIBILIDADE
   ========================================================= */

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

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
