:root {
  --dark: #24140D;
  --brown: #2B1A10;
  --coffee: #4A2F20;
  --caramel: #B97A45;
  --gold: #C69A62;
  --cream: #F3E8D6;
  --paper: #EFE3CF;
  --warm-white: #FFF8EE;
  --title: "Cormorant Garamond", Georgia, serif;
  --text: "Inter", Arial, sans-serif;
  --script: "Allura", cursive;
  --edge: rgba(74, 47, 32, 0.24);
  --container: min(1120px, calc(100% - clamp(40px, 8vw, 118px)));
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--coffee);
  background: var(--paper);
  font-family: var(--text);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

video {
  max-width: 100%;
}

section {
  overflow: hidden;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 8px 12px;
  color: var(--warm-white);
  background: var(--dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: start;
  min-height: 158px;
  padding: 30px clamp(34px, 5vw, 62px) 0;
  color: var(--warm-white);
  transition: min-height 0.25s ease, padding 0.25s ease, background 0.25s ease, backdrop-filter 0.25s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 86px;
  padding-top: 12px;
  background: rgba(36, 20, 13, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.22);
}

.brand {
  width: clamp(114px, 12vw, 160px);
}

.site-header.is-scrolled .brand {
  width: 78px;
}

.brand img {
  border-radius: 50%;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.36));
}

.main-nav {
  justify-self: center;
  width: min(790px, 100%);
  padding-top: 0;
}

.nav-mark {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 4px;
}

.nav-mark::before,
.nav-mark::after {
  position: absolute;
  top: 18px;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 154, 98, 0.5), transparent);
  content: "";
}

.nav-mark::before {
  left: 0;
}

.nav-mark::after {
  right: 0;
}

.nav-mark {
  background:
    linear-gradient(45deg, transparent 47%, var(--gold) 48% 52%, transparent 53%) center 2px / 28px 28px no-repeat,
    linear-gradient(-45deg, transparent 47%, var(--gold) 48% 52%, transparent 53%) center 2px / 28px 28px no-repeat;
}

.nav-list {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 44px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a,
.btn-reseller {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 10px;
  border: 0;
  color: rgba(255, 248, 238, 0.92);
  background: transparent;
  font-family: var(--text);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-list a::after,
.btn-reseller--nav::after {
  position: absolute;
  right: 2px;
  bottom: 0;
  left: 2px;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-list a:hover::after,
.nav-list a:focus-visible::after,
.nav-list a.is-active::after,
.btn-reseller--nav:hover::after,
.btn-reseller--nav:focus-visible::after {
  transform: scaleX(1);
}

.btn-reseller--nav {
  color: var(--gold);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--warm-white);
  background: var(--dark);
  isolation: isolate;
}

.hero-video,
.hero-reverse-canvas,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-video,
.hero-reverse-canvas {
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(1.16) contrast(1.06) brightness(1.08);
  pointer-events: none;
}

.hero-video {
  object-fit: cover;
  object-position: center;
}

.hero-reverse-canvas {
  opacity: 0;
}

.hero.is-reversing .hero-video {
  opacity: 0;
}

.hero.is-reversing .hero-reverse-canvas {
  opacity: 1;
}

.hero-overlay {
  z-index: 2;
  background:
    radial-gradient(ellipse at 67% 43%, rgba(214, 135, 62, 0.18) 0%, rgba(214, 135, 62, 0.1) 24%, transparent 48%),
    linear-gradient(to right, rgba(20, 10, 5, 0.78) 0%, rgba(36, 20, 13, 0.48) 35%, rgba(36, 20, 13, 0.22) 66%, rgba(36, 20, 13, 0.38) 100%);
}

.hero-fire,
.hero-smoke {
  position: absolute;
  display: none;
  pointer-events: none;
}

.hero-fire {
  left: 34%;
  bottom: 5%;
  z-index: 3;
  width: 180px;
  height: 130px;
  opacity: 0.62;
  filter: blur(0.4px);
  mix-blend-mode: screen;
}

.hero-fire span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 110px;
  border-radius: 50% 50% 45% 45%;
  background:
    radial-gradient(circle at 50% 80%, rgba(255, 230, 120, 0.9), rgba(255, 160, 40, 0.55) 35%, rgba(210, 60, 10, 0.22) 65%, transparent 76%);
  transform: translateX(-50%);
  transform-origin: bottom center;
  animation: flameFlicker 1.8s infinite ease-in-out;
}

.hero-fire span:nth-child(1) {
  left: 44%;
  width: 90px;
  height: 130px;
  opacity: 0.44;
}

.hero-fire span:nth-child(2) {
  left: 58%;
  width: 65px;
  height: 105px;
  opacity: 0.58;
  animation-delay: 0.25s;
}

.hero-fire span:nth-child(3) {
  left: 35%;
  width: 45px;
  height: 88px;
  opacity: 0.4;
  animation-delay: 0.5s;
}

.hero-fire span:nth-child(4) {
  left: 50%;
  width: 110px;
  height: 70px;
  opacity: 0.24;
  filter: blur(8px);
  animation-delay: 0.7s;
}

.hero-smoke {
  right: 24%;
  top: 15%;
  z-index: 4;
  width: 380px;
  height: 280px;
  opacity: 0.42;
  filter: blur(1px);
}

.hero-smoke span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 245, 225, 0.18) 0%, rgba(255, 245, 225, 0.1) 38%, rgba(255, 245, 225, 0.03) 65%, transparent 76%);
  transform: translateX(-50%);
  animation: smokeRise 7s infinite ease-in-out;
}

.hero-smoke span:nth-child(1) {
  left: 42%;
  width: 80px;
  height: 80px;
}

.hero-smoke span:nth-child(2) {
  left: 52%;
  width: 110px;
  height: 110px;
  animation-delay: 1.1s;
}

.hero-smoke span:nth-child(3) {
  left: 60%;
  width: 75px;
  height: 75px;
  animation-delay: 2.2s;
}

.hero-smoke span:nth-child(4) {
  left: 47%;
  width: 130px;
  height: 130px;
  animation-delay: 3.3s;
}

.hero-smoke span:nth-child(5) {
  left: 56%;
  width: 95px;
  height: 95px;
  animation-delay: 4.4s;
}

.hero-smoke span:nth-child(6) {
  left: 39%;
  width: 115px;
  height: 115px;
  animation-delay: 5.5s;
}

.hero-content {
  position: relative;
  z-index: 5;
  width: min(430px, calc(100% - 42px));
  margin-left: clamp(38px, 5vw, 62px);
  padding-top: clamp(210px, 28vh, 270px);
}

@keyframes flameFlicker {
  0%, 100% {
    opacity: 0.45;
    transform: translateX(-50%) scaleY(1) scaleX(1) rotate(-1deg);
  }
  25% {
    opacity: 0.68;
    transform: translateX(-52%) scaleY(1.08) scaleX(0.92) rotate(2deg);
  }
  50% {
    opacity: 0.52;
    transform: translateX(-48%) scaleY(0.95) scaleX(1.08) rotate(-2deg);
  }
  75% {
    opacity: 0.72;
    transform: translateX(-51%) scaleY(1.12) scaleX(0.96) rotate(1deg);
  }
}

@keyframes smokeRise {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(40px) scale(0.45);
  }
  20% {
    opacity: 0.32;
  }
  55% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translateX(-65%) translateY(-210px) scale(1.35);
  }
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  margin: 0;
  font-family: var(--title);
  font-size: clamp(3rem, 5.2vw, 4.78rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 span {
  display: block;
  margin-top: -0.05em;
  color: var(--caramel);
  font-family: var(--script);
  font-size: 1.32em;
  font-weight: 400;
  line-height: 0.74;
  text-transform: none;
}

.hero h1::after {
  display: block;
  width: 210px;
  height: 18px;
  margin: 14px 0 12px 55px;
  color: var(--gold);
  background:
    linear-gradient(rgba(198, 154, 98, 0.76), rgba(198, 154, 98, 0.76)) left 50% / 82px 1px no-repeat,
    linear-gradient(rgba(198, 154, 98, 0.76), rgba(198, 154, 98, 0.76)) right 50% / 82px 1px no-repeat;
  content: "♡";
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.hero-text {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 248, 238, 0.94);
  font-size: clamp(0.94rem, 1.2vw, 1.08rem);
  line-height: 1.45;
}

.scroll-indicator {
  position: absolute;
  z-index: 6;
  bottom: 22px;
  left: 50%;
  display: none;
  width: 20px;
  height: 34px;
  border: 1px solid rgba(255, 248, 238, 0.82);
  border-radius: 16px;
  place-items: start center;
  transform: translateX(-50%);
}

.scroll-indicator span {
  width: 3px;
  height: 7px;
  margin-top: 7px;
  background: var(--warm-white);
  border-radius: 99px;
  animation: scrollPulse 1.7s ease-in-out infinite;
}

.section-inner {
  width: var(--container);
  margin: 0 auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  color: var(--coffee);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.section-kicker::before,
.section-kicker::after {
  width: 44px;
  height: 1px;
  background: rgba(74, 47, 32, 0.28);
  content: "";
}

.section-kicker::after {
  width: 34px;
}

.section-paper,
.product,
.find,
.site-footer {
  background:
    radial-gradient(circle at 19% 20%, rgba(74, 47, 32, 0.025), transparent 18%),
    linear-gradient(90deg, var(--paper), var(--warm-white));
}

.story {
  position: relative;
  min-height: 340px;
  padding: 44px 0 38px;
  overflow: hidden;
}

.story::before,
.product::before,
.find::before,
.site-footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(74, 47, 32, 0.08) 0.55px, transparent 0.7px);
  background-size: 5px 5px;
  opacity: 0.17;
  content: "";
}

.story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32% 68%;
  align-items: center;
  width: 100%;
  max-width: none;
  gap: 0;
  margin-left: clamp(40px, 6vw, 76px);
}

.story-copy {
  max-width: 330px;
}

.story-copy .section-kicker {
  margin-left: 42px;
}

.story-copy .section-kicker::before,
.story-copy .section-kicker::after {
  width: 38px;
}

.story-copy h2 {
  margin: 0;
  color: var(--coffee);
  font-family: var(--title);
  font-size: clamp(2.15rem, 3.3vw, 3.25rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.story-copy h2 span {
  color: var(--caramel);
  font-family: var(--script);
  font-size: 1.25em;
  font-weight: 400;
  line-height: 0.7;
}

.story-copy p:not(.section-kicker) {
  margin: 22px 0 0;
  color: rgba(74, 47, 32, 0.9);
  font-size: 0.86rem;
  line-height: 1.54;
}

.story-button {
  margin-top: 24px;
}

.story-image {
  position: relative;
  min-height: 300px;
  margin: 0;
}

.story-image::after {
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--paper) 0, rgba(239, 227, 207, 0.48) 4%, transparent 10%, transparent 94%, rgba(239, 227, 207, 0.12)),
    radial-gradient(circle at 0 50%, rgba(239, 227, 207, 0.44) 0 5%, transparent 17%);
  content: "";
}

.story-image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0 76%, rgba(0, 0, 0, 0.92) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0 76%, rgba(0, 0, 0, 0.92) 88%, transparent 100%);
}

.product {
  position: relative;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  background: #ECE0D2;
}

.product-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  width: 100%;
  max-width: 1180px;
  min-height: 300px;
  margin: 0 auto;
  gap: 0;
}

.product-copy .section-kicker {
  position: static;
  justify-content: center;
  margin: 0 auto 10px;
  transform: none;
}

.product-copy .section-kicker::before,
.product-copy .section-kicker::after {
  width: 32px;
}

.product-copy h2 {
  position: static;
  width: min(430px, 100%);
  margin: 0 auto;
  color: var(--coffee);
  font-family: var(--title);
  font-size: clamp(2.05rem, 3vw, 2.72rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transform: none;
}

.product-visual {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  overflow: visible;
}

.product-visual::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((1180px - 100vw) / 2);
  right: 0;
  width: min(590px, 100%);
  background: url("../assets/images/produto-cena-lacre-inteiro.png") left bottom / contain no-repeat;
  content: "";
}

.product-visual::after {
  display: none;
}

.product-scene {
  display: none;
}

.pack {
  display: none;
}

.product-copy {
  align-self: stretch;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 34px 58px 26px 42px;
  text-align: center;
}

.product-copy > p {
  width: min(255px, 100%);
  margin: 18px auto 28px;
  color: rgba(74, 47, 32, 0.9);
  font-size: 0.9rem;
  line-height: 1.48;
}

.weights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(355px, 100%);
  margin: 0 auto;
}

.weight-card {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 5px 14px;
  padding: 0 24px 0 0;
  text-align: left;
}

.weight-card + .weight-card {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--caramel);
}

.weight-icon {
  grid-row: span 2;
  color: var(--coffee);
}

.weight-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.weight-card h3 {
  margin: 0;
  color: var(--dark);
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.2;
}

.weight-card p {
  margin: 0;
  color: rgba(74, 47, 32, 0.86);
  font-size: 0.84rem;
  line-height: 1.36;
}

.find {
  position: relative;
  min-height: 216px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, var(--paper), var(--warm-white));
}

.find-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  width: 50.5%;
  background-position: center right;
  background-size: cover;
}

.find::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(243, 232, 214, 1) 0%, rgba(243, 232, 214, 0.98) 35%, rgba(243, 232, 214, 0.78) 46%, rgba(243, 232, 214, 0.26) 57%, rgba(243, 232, 214, 0) 74%);
  content: "";
}

.find-engraving {
  display: none;
}

.find-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 50%;
  min-height: 216px;
  margin: 0;
  padding: 28px clamp(42px, 7vw, 96px) 24px;
  text-align: center;
}

.find-content .section-kicker {
  justify-content: center;
  margin-left: 0;
}

.find h2 {
  width: min(330px, 100%);
  margin: 0 auto;
  color: var(--coffee);
  font-family: var(--title);
  font-size: clamp(1.62rem, 2.05vw, 2.06rem);
  font-weight: 500;
  line-height: 1.05;
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 21px;
  color: var(--coffee);
  border: 1px solid rgba(74, 47, 32, 0.58);
  background: transparent;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.button-outline::after {
  margin-left: 17px;
  font-size: 1rem;
  content: "->";
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--warm-white);
  background: var(--dark);
  transform: translateY(-2px);
}

.find .button-outline {
  margin-top: 18px;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  justify-content: space-between;
  gap: clamp(44px, 8vw, 110px);
  min-height: 126px;
  width: var(--container);
  margin: 0 auto;
  padding: 26px 0 24px;
}

.footer-brand {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  align-items: center;
}

.footer-brand img {
  width: 94px;
  border-radius: 50%;
  filter: grayscale(0.25) contrast(1.05);
}

.footer-brand p,
.footer-contact p {
  margin: 0;
  color: rgba(74, 47, 32, 0.9);
  font-size: 0.73rem;
  line-height: 1.52;
}

.footer-brand p::after {
  display: block;
  width: 116px;
  height: 13px;
  margin-top: 12px;
  color: rgba(74, 47, 32, 0.58);
  background:
    linear-gradient(90deg, rgba(74, 47, 32, 0.22), rgba(74, 47, 32, 0.22)) left 50% / 46px 1px no-repeat,
    linear-gradient(90deg, rgba(74, 47, 32, 0.22), rgba(74, 47, 32, 0.22)) right 50% / 46px 1px no-repeat;
  content: "♡";
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
}

.footer-contact {
  font-style: normal;
  justify-self: end;
  min-width: min(100%, 360px);
}

.footer-contact h2 {
  margin: 0 0 8px;
  color: var(--coffee);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact p + p {
  margin-top: 7px;
}

.footer-contact a {
  border-bottom: 1px solid transparent;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  border-color: var(--caramel);
}

.btn-reseller--footer {
  margin-top: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(74, 47, 32, 0.5);
  color: var(--coffee);
  font-size: 0.68rem;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-reseller--footer:hover,
.btn-reseller--footer:focus-visible {
  color: var(--warm-white);
  background: var(--coffee);
  border-color: var(--coffee);
}

.copyright {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 42px;
  padding: 12px 20px;
  color: rgba(255, 248, 238, 0.88);
  background: var(--dark);
  font-size: 0.74rem;
  text-align: center;
}

body.modal-open {
  overflow: hidden;
}

.whatsapp-float {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 248, 238, 0.42);
  border-radius: 50%;
  color: #fff;
  background: #2FAE56;
  box-shadow: 0 16px 36px rgba(47, 174, 86, 0.28), 0 8px 18px rgba(36, 20, 13, 0.24);
  cursor: pointer;
  animation: whatsappPulse 2.6s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #249B49;
  box-shadow: 0 18px 42px rgba(47, 174, 86, 0.35), 0 10px 24px rgba(36, 20, 13, 0.28);
  transform: translateY(-2px) scale(1.03);
}

.reseller-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.reseller-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.reseller-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 11, 6, 0.72);
  backdrop-filter: blur(8px);
}

.reseller-modal__content {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(74, 47, 32, 0.16);
  color: var(--coffee);
  background:
    radial-gradient(circle at 18% 0%, rgba(198, 154, 98, 0.14), transparent 28%),
    linear-gradient(135deg, var(--warm-white), var(--paper));
  box-shadow: 0 28px 80px rgba(20, 10, 5, 0.38);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.24s ease;
}

.reseller-modal.is-open .reseller-modal__content {
  transform: translateY(0) scale(1);
}

.reseller-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(74, 47, 32, 0.22);
  border-radius: 50%;
  color: var(--coffee);
  background: rgba(255, 248, 238, 0.72);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.reseller-modal__content .section-label {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.reseller-modal__content .section-label::before,
.reseller-modal__content .section-label::after {
  width: 42px;
}

.reseller-modal__content h2 {
  margin: 0;
  max-width: 420px;
  color: var(--coffee);
  font-family: var(--title);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 0.98;
}

.reseller-modal__content > p {
  margin: 14px 0 22px;
  max-width: 430px;
  color: rgba(74, 47, 32, 0.84);
  font-size: 0.9rem;
  line-height: 1.62;
}

.reseller-form {
  display: grid;
  gap: 14px;
}

.form-group {
  display: grid;
  gap: 7px;
}

.form-group label {
  color: var(--coffee);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-group input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(74, 47, 32, 0.26);
  color: var(--coffee);
  background: rgba(255, 248, 238, 0.72);
  font: 0.9rem var(--text);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-group input:focus {
  border-color: var(--caramel);
  background: var(--warm-white);
  box-shadow: 0 0 0 3px rgba(185, 122, 69, 0.14);
}

.reseller-form__error {
  min-height: 20px;
  margin: 0;
  color: #8E2F1F;
  font-size: 0.78rem;
  font-weight: 700;
}

.btn-submit-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid var(--coffee);
  color: var(--warm-white);
  background: var(--coffee);
  font: 800 0.75rem var(--text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-submit-whatsapp:hover,
.btn-submit-whatsapp:focus-visible {
  background: var(--caramel);
  border-color: var(--caramel);
  transform: translateY(-1px);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes scrollPulse {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

@keyframes whatsappPulse {
  0%,
  100% {
    box-shadow: 0 16px 36px rgba(47, 174, 86, 0.28), 0 8px 18px rgba(36, 20, 13, 0.24);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 16px 36px rgba(47, 174, 86, 0.36), 0 0 0 10px rgba(47, 174, 86, 0.12), 0 8px 18px rgba(36, 20, 13, 0.24);
    transform: scale(1.035);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-fire span,
  .hero-smoke span {
    animation: none;
  }

  .hero-fire,
  .hero-smoke {
    opacity: 0.22;
  }

  .whatsapp-float {
    animation: none;
  }

}

@media (min-width: 941px) {
  .hero-video {
    object-position: center;
  }
}

@media (max-width: 940px) {
  :root {
    --container: calc(100% - 44px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 82px;
    padding: 12px 22px;
  }

  .brand,
  .site-header.is-scrolled .brand {
    width: 78px;
  }

  .main-nav {
    justify-self: end;
    width: auto;
  }

  .nav-mark {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 248, 238, 0.4);
    background: rgba(255, 248, 238, 0.08);
    place-items: center;
  }

  .nav-toggle span {
    display: none;
    width: 21px;
    height: 1px;
    margin: -8px 0;
    background: var(--warm-white);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .nav-toggle::before {
    display: block;
    width: 34px;
    height: 34px;
    background: url("../assets/images/icon-doce.png") center / 170% auto no-repeat;
    content: "";
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: none;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 1;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: none;
  }

  .nav-list {
    position: fixed;
    top: 78px;
    right: 18px;
    left: 18px;
    display: grid;
    gap: 0;
    padding: 14px 18px;
    background: rgba(36, 20, 13, 0.96);
    border: 1px solid rgba(198, 154, 98, 0.32);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    transform: translateY(-14px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .nav-list.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .nav-list a {
    width: 100%;
    padding: 14px 4px;
  }

  .btn-reseller--nav {
    width: 100%;
    padding: 14px 4px;
    color: var(--gold);
  }

  .hero-content {
    margin-left: 22px;
    padding-top: 150px;
  }

  .hero-fire {
    left: 30%;
    bottom: 7%;
    opacity: 0.42;
    transform: scale(0.68);
    transform-origin: bottom center;
  }

  .hero-smoke {
    right: 4%;
    top: 17%;
    opacity: 0.28;
    transform: scale(0.7);
    transform-origin: top right;
  }

  .story-grid {
    grid-template-columns: 1fr;
    width: var(--container);
    margin: 0 auto;
    gap: 32px;
  }

  .story-copy {
    max-width: 520px;
  }

  .story-copy .section-kicker {
    margin-left: 0;
  }

  .story-image,
  .story-image img {
    min-height: 310px;
  }

  .product {
    padding: 44px 0 42px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    width: var(--container);
    gap: 20px;
  }

  .product-copy .section-kicker,
  .product-copy h2 {
    position: static;
    transform: none;
    text-align: left;
  }

  .product-visual {
    min-height: 250px;
    order: 2;
  }

  .product-visual::before {
    left: 0;
    width: min(610px, 100%);
    background-size: contain;
  }

  .product-visual::after {
    display: none;
  }

  .product-copy {
    order: 1;
    padding: 0;
  }

  .product-copy > p,
  .weights {
    margin-left: 0;
  }

  .find {
    min-height: 340px;
  }

  .find-media {
    width: 100%;
    opacity: 0.42;
  }

  .find-engraving {
    width: 230px;
    top: 24px;
    bottom: auto;
    height: 190px;
    background-size: contain;
  }

  .find-content {
    width: var(--container);
    margin: 0 auto;
    padding: 66px 0 42px;
    text-align: center;
  }

  .find h2 {
    width: min(390px, 100%);
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2rem, 6vw, 2.75rem);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  .footer-contact {
    justify-self: stretch;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100% - 34px);
  }

  .hero {
    min-height: 100svh;
  }

  .hero-video {
    object-position: center center;
  }

  .hero-overlay {
    background:
      radial-gradient(ellipse at 60% 24%, rgba(214, 135, 62, 0.12) 0%, transparent 42%),
      linear-gradient(to bottom, rgba(20, 10, 5, 0.76) 0%, rgba(36, 20, 13, 0.68) 45%, rgba(36, 20, 13, 0.52) 100%);
  }

  .hero-content {
    width: min(340px, calc(100% - 34px));
    margin-left: 17px;
    padding-top: 130px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
  }

  .hero h1::after {
    width: 160px;
    margin-left: 36px;
  }

  .hero-text {
    max-width: 290px;
    font-size: 0.9rem;
  }

  .story {
    padding: 42px 0;
  }

  .story-copy h2,
  .product-copy h2,
  .find h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .story-copy p:not(.section-kicker),
  .product-copy > p {
    font-size: 0.9rem;
  }

  .story-image,
  .story-image img {
    min-height: 235px;
  }

  .product-visual {
    min-height: 214px;
  }

  .product-visual::before {
    width: 100%;
    background-size: contain;
  }

  .weights {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .weight-card + .weight-card {
    padding-left: 0;
    border-left: 0;
  }

  .find h2 {
    width: min(330px, 100%);
  }

  .footer-brand {
    grid-template-columns: 74px 1fr;
  }

  .footer-brand img {
    width: 78px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

  .reseller-modal {
    padding: 16px;
  }

  .reseller-modal__content {
    padding: 30px 20px 22px;
  }

  .reseller-modal__content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  :root {
    --container: calc(100% - 52px);
  }

  .section-inner {
    max-width: 100%;
  }

  .product-copy h2,
  .story-copy h2,
  .find h2 {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (max-width: 768px) {
  :root {
    --container: calc(100% - 48px);
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    background: var(--paper);
  }

  h1,
  h2,
  h3,
  p {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  p {
    font-size: 15px;
    line-height: 1.7;
  }

  .section-kicker {
    justify-content: center;
  }

  .site-header {
    height: 126px;
    min-height: 126px;
    align-items: start;
    padding: 20px 22px 0;
    background: linear-gradient(to bottom, rgba(20, 10, 5, 0.38), rgba(20, 10, 5, 0));
    backdrop-filter: none;
    box-shadow: none;
  }

  .site-header.is-scrolled,
  .site-header.is-open {
    height: 92px;
    min-height: 92px;
    align-items: center;
    padding: 10px 22px;
    background: rgba(36, 20, 13, 0.76);
    backdrop-filter: blur(10px);
  }

  .brand {
    width: 114px;
  }

  .site-header.is-scrolled .brand,
  .site-header.is-open .brand {
    width: 86px;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
    margin-top: 4px;
    border-color: rgba(255, 248, 238, 0.42);
    background: rgba(36, 20, 13, 0.3);
    backdrop-filter: blur(6px);
  }

  .site-header.is-scrolled .nav-toggle,
  .site-header.is-open .nav-toggle {
    margin-top: 0;
    background: rgba(255, 248, 238, 0.08);
  }

  .nav-list {
    top: 92px;
    right: 20px;
    left: 20px;
    max-height: calc(100svh - 104px);
    overflow-y: auto;
  }

  .hero {
    min-height: 100svh;
    padding-top: 110px;
  }

  .hero-video {
    object-fit: cover;
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(to bottom, rgba(20, 10, 5, 0.72) 0%, rgba(36, 20, 13, 0.74) 46%, rgba(36, 20, 13, 0.84) 100%);
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 34px 24px 0;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
    line-height: 0.9;
  }

  .hero h1 span {
    font-size: clamp(3.6rem, 17vw, 5.5rem);
    line-height: 0.8;
  }

  .hero h1::after {
    width: min(220px, 66vw);
    margin: 6px auto 20px;
  }

  .hero-text {
    max-width: min(330px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-indicator {
    bottom: 24px;
  }

  .story {
    padding: 56px 0 0;
  }

  .story-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
  }

  .story-copy {
    width: 100%;
    max-width: 100%;
    padding: 0 24px 36px;
    text-align: center;
  }

  .story-copy .section-kicker {
    margin-left: 0;
  }

  .story-button {
    margin-right: auto;
    margin-left: auto;
  }

  .story-copy h2,
  .product-copy h2 {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
    line-height: 1;
  }

  .story-copy h2 span {
    line-height: 0.78;
  }

  .story-copy p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.7;
  }

  .story-image {
    width: 100%;
    min-height: 280px;
    height: 280px;
    overflow: hidden;
  }

  .story-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .story-image::after {
    background:
      linear-gradient(to bottom, var(--paper) 0%, rgba(239, 227, 207, 0.68) 28%, transparent 58%),
      linear-gradient(to right, rgba(239, 227, 207, 0.18), transparent 24%, transparent 76%, rgba(239, 227, 207, 0.12));
  }

  .product {
    padding: 56px 0 0;
  }

  .product-grid {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px;
    margin: 0;
    justify-items: center;
  }

  .product-copy {
    display: contents;
    order: 1;
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    justify-items: center;
    text-align: center;
  }

  .product-copy .section-kicker,
  .product-copy h2 {
    position: static;
    left: auto;
    width: calc(100% - 48px);
    max-width: 640px;
    transform: none;
    text-align: center;
  }

  .product-copy .section-kicker {
    order: 1;
    margin: 0 auto 8px;
  }

  .product-copy h2 {
    order: 2;
    margin: 0 auto;
  }

  .product-copy > p:not(.section-kicker) {
    order: 3;
    width: calc(100% - 48px);
    max-width: 430px;
    margin: 14px auto 0;
    font-size: 15px;
    line-height: 1.7;
  }

  .weights {
    order: 5;
    width: 100%;
    max-width: 430px;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto;
    padding: 0 24px 36px;
  }

  .weight-card {
    grid-template-columns: 32px 1fr;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .weight-icon {
    justify-self: end;
  }

  .weight-card + .weight-card {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(185, 122, 69, 0.35);
    border-left: 0;
  }

  .product-visual {
    order: 4;
    width: 100%;
    min-height: clamp(210px, 58vw, 360px);
    margin-top: 10px;
    overflow: hidden;
  }

  .product-visual::before {
    inset: 0;
    left: 0;
    width: 100%;
    background-position: left bottom;
    background-size: contain;
  }

  .find {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 0 86px;
    background: var(--paper);
  }

  .find::after,
  .find-engraving {
    display: none;
  }

  .find-content {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 54px 24px 34px;
    background: var(--paper);
    text-align: center;
  }

  .find h2 {
    width: 100%;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.1rem, 9.5vw, 3rem);
    line-height: 1.05;
  }

  .find .button-outline {
    margin-right: auto;
    margin-left: auto;
  }

  .find-media {
    position: relative;
    order: 2;
    inset: auto;
    z-index: 1;
    width: 100%;
    min-height: 260px;
    height: 260px;
    opacity: 1;
    background-position: center;
    background-size: cover;
    transform: none !important;
  }

  .find-media::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to bottom, var(--paper) 0%, rgba(243, 232, 214, 0.28) 38%, rgba(36, 20, 13, 0.1) 100%);
    content: "";
  }

  .footer-inner {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 24px 32px;
    text-align: center;
  }

  .footer-brand {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
  }

  .footer-brand img {
    width: 92px;
  }

  .footer-brand p::after {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-contact {
    text-align: center;
  }

  .btn-reseller--footer {
    margin-right: auto;
    margin-left: auto;
  }

  .copyright {
    padding: 14px 82px 14px 24px;
    font-size: 0.72rem;
  }

  .whatsapp-float {
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 80;
    width: 54px;
    height: 54px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  :root {
    --container: calc(100% - 40px);
  }

  .hero-content,
  .story-copy,
  .find-content,
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-copy .section-kicker,
  .product-copy h2,
  .product-copy > p:not(.section-kicker) {
    width: calc(100% - 40px);
  }

  .weights {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12.8vw, 3.65rem);
  }

  .hero h1 span {
    font-size: clamp(3.25rem, 17vw, 4.8rem);
  }

  .story-copy h2,
  .product-copy h2,
  .find h2 {
    font-size: clamp(2.15rem, 10vw, 2.9rem);
  }

  .story-image {
    height: 250px;
    min-height: 250px;
  }

  .product {
    padding-top: 50px;
  }

  .product-visual {
    min-height: clamp(190px, 62vw, 295px);
  }

  .find-media {
    height: 240px;
    min-height: 240px;
  }

  .footer-brand {
    grid-template-columns: 1fr;
  }

  .footer-brand img {
    width: 82px;
  }
}

.history-hero {
  position: relative;
  min-height: 72vh;
  overflow: hidden;
  color: var(--warm-white);
  background: var(--dark);
  isolation: isolate;
}

.history-hero__media,
.history-hero__overlay {
  position: absolute;
  inset: 0;
}

.history-hero__media {
  z-index: 1;
  background: url("../assets/images/fazenda-vacas.jpg") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.04) brightness(0.94);
}

.history-hero__overlay {
  z-index: 2;
  background:
    radial-gradient(ellipse at 72% 38%, rgba(185, 122, 69, 0.18), transparent 46%),
    linear-gradient(to right, rgba(20, 10, 5, 0.82) 0%, rgba(36, 20, 13, 0.56) 48%, rgba(36, 20, 13, 0.34) 100%);
}

.history-hero__content {
  position: relative;
  z-index: 3;
  width: min(680px, calc(100% - 96px));
  margin-left: clamp(38px, 6vw, 82px);
  padding-top: clamp(190px, 28vh, 260px);
}

.history-hero__content .section-kicker {
  color: var(--gold);
}

.history-hero__content .section-kicker::before,
.history-hero__content .section-kicker::after {
  background: rgba(198, 154, 98, 0.52);
}

.history-hero__content h1 {
  margin: 0;
  max-width: 660px;
  color: var(--warm-white);
  font-family: var(--title);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 0.92;
}

.history-hero__content p:not(.section-kicker) {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgba(255, 248, 238, 0.88);
  font-size: 1rem;
  line-height: 1.65;
}

.history-article {
  position: relative;
  padding: clamp(58px, 8vw, 94px) 0;
  overflow: hidden;
}

.history-article__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
  width: var(--container);
  margin: 0 auto;
}

.history-article__text h2 {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--coffee);
  font-family: var(--title);
  font-size: clamp(2.4rem, 4vw, 4.3rem);
  font-weight: 500;
  line-height: 0.98;
}

.history-article__text p:not(.section-kicker) {
  max-width: 690px;
  margin: 0;
  color: rgba(74, 47, 32, 0.9);
  font-size: 0.98rem;
  line-height: 1.82;
}

.history-article__text p + p {
  margin-top: 18px;
}

.history-article__facts {
  display: grid;
  gap: 14px;
}

.history-article__facts div {
  padding: 20px 22px;
  border: 1px solid rgba(74, 47, 32, 0.16);
  background: rgba(255, 248, 238, 0.46);
}

.history-article__facts strong {
  display: block;
  color: var(--coffee);
  font-family: var(--title);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.history-article__facts span {
  display: block;
  margin-top: 8px;
  color: rgba(74, 47, 32, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .history-hero {
    min-height: 78svh;
  }

  .history-hero__overlay {
    background: linear-gradient(to bottom, rgba(20, 10, 5, 0.66) 0%, rgba(36, 20, 13, 0.74) 48%, rgba(36, 20, 13, 0.86) 100%);
  }

  .history-hero__content {
    width: 100%;
    margin: 0;
    padding: 170px 24px 0;
    text-align: center;
  }

  .history-hero__content .section-kicker {
    justify-content: center;
  }

  .history-hero__content h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 11vw, 4.2rem);
  }

  .history-hero__content p:not(.section-kicker) {
    margin-right: auto;
    margin-left: auto;
  }

  .history-article__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .history-article__text h2,
  .history-article__text p:not(.section-kicker) {
    margin-right: auto;
    margin-left: auto;
  }
}
