/* Bom Presente — Kit Facas | Dia dos Pais
   Palette: forge kitchen — cold steel + ember grill, not cream/terracotta template */

:root {
  --ink: #121417;
  --forge: #1e2329;
  --steel: #6b747e;
  --mist: #e6eaee;
  --paper: #f4f6f8;
  --ember: #e85d04;
  --ember-deep: #c44a00;
  --copper: #b87333;
  --oak: #8a5a32;
  --white: #ffffff;
  --ok: #1f7a4c;

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "Source Sans 3", "Segoe UI", sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3.5rem;
  --space-xl: 5.5rem;

  --max: 72rem;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
  border: none;
  cursor: pointer;
  background: none;
}

:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ember);
}

.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* ——— Top bar ——— */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--forge);
  color: var(--mist);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.topbar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  padding: 0.65rem 1rem;
  text-align: center;
}

.topbar strong {
  color: #ffb347;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: min(100svh, 52rem);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
  background: var(--forge);
}

.hero__media {
  position: absolute;
  inset: 0;
}

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

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 20, 23, 0.35) 0%, rgba(18, 20, 23, 0.15) 35%, rgba(18, 20, 23, 0.88) 100%),
    linear-gradient(90deg, rgba(18, 20, 23, 0.55) 0%, transparent 55%);
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 12vw, 7rem) 0 clamp(2.5rem, 6vw, 4rem);
  max-width: 38rem;
}

.brand {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 5.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 0.9;
  margin-bottom: 0.35rem;
}

.brand-product {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ember);
  margin-bottom: 1.15rem;
}

.hero h1 {
  font-size: clamp(1.65rem, 4.5vw, 2.35rem);
  max-width: 18ch;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero__lead {
  font-size: 1.125rem;
  color: rgba(244, 246, 248, 0.88);
  max-width: 34ch;
  margin-bottom: 1.75rem;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: rgba(244, 246, 248, 0.75);
}

.hero__trust li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__trust li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--ember);
  flex-shrink: 0;
}

/* ——— Twin checkout (signature) ——— */
.twin {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 28rem;
}

@media (min-width: 520px) {
  .twin {
    grid-template-columns: 1fr 1fr;
  }
}

.btn-kit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.15rem;
  padding: 1rem 1.15rem 1rem 1.25rem;
  min-height: 4.5rem;
  color: var(--white);
  text-align: left;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%);
  transition: transform 0.25s var(--ease), filter 0.25s var(--ease);
}

.btn-kit:hover {
  transform: translateX(3px);
  filter: brightness(1.06);
}

.btn-kit:active {
  transform: translateX(1px) scale(0.99);
}

.btn-kit--one {
  background: linear-gradient(135deg, var(--ember) 0%, var(--ember-deep) 100%);
}

.btn-kit--two {
  background: linear-gradient(135deg, var(--forge) 0%, #2f3640 100%);
  box-shadow: inset 0 0 0 1.5px rgba(232, 93, 4, 0.85);
}

.btn-kit__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}

.btn-kit__price {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.btn-kit__note {
  font-size: 0.75rem;
  opacity: 0.8;
}

.btn-kit--two .btn-kit__note {
  color: #ffb347;
}

.twin--dark .btn-kit--two {
  background: linear-gradient(135deg, #2a3038 0%, #1a1e24 100%);
}

.twin--center {
  margin-inline: auto;
}

.cta-block {
  padding: var(--space-lg) 0;
  background: var(--mist);
  text-align: center;
}

.cta-block--forge {
  background: var(--forge);
  color: var(--paper);
}

.cta-block h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0.5rem 0 0.75rem;
}

.cta-block p {
  max-width: 36ch;
  margin: 0 auto 1.5rem;
  color: var(--steel);
}

.cta-block--forge p {
  color: rgba(230, 234, 238, 0.75);
}

/* ——— Sections ——— */
.section {
  padding: var(--space-xl) 0;
}

.section__head {
  max-width: 36rem;
  margin-bottom: var(--space-lg);
}

.section__head h2 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  margin: 0.4rem 0 0.75rem;
}

.section__head p {
  color: var(--steel);
  font-size: 1.125rem;
}

.section--forge {
  background: var(--forge);
  color: var(--paper);
}

.section--forge .section__head p {
  color: rgba(230, 234, 238, 0.72);
}

.section--mist {
  background: var(--mist);
}

/* ——— Kit pieces ——— */
.pieces {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .pieces {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 2.5rem;
  }
}

.pieces__visual {
  position: relative;
  overflow: hidden;
  background: var(--forge);
  aspect-ratio: 4 / 5;
}

.pieces__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pieces__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pieces__list li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(18, 20, 23, 0.12);
}

.pieces__list li:last-child {
  border-bottom: none;
}

.pieces__num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ember);
  line-height: 1.1;
}

.pieces__list strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

.pieces__list span {
  font-size: 0.9375rem;
  color: var(--steel);
}

/* ——— Gift story ——— */
.story {
  display: grid;
  gap: 2rem;
}

@media (min-width: 800px) {
  .story {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
}

.story__copy h2 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin: 0.4rem 0 1rem;
}

.story__copy p {
  color: var(--steel);
  margin-bottom: 1rem;
}

.story__copy p strong {
  color: var(--ink);
}

.compare {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1.5rem 0;
}

.compare li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 1rem;
  min-width: 0;
}

.compare li::before {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  text-align: center;
  line-height: 1.4;
}

.compare li > span {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
}

.compare--out li::before {
  content: "–";
  color: #a33;
  font-weight: 700;
}

.compare--in li::before {
  content: "+";
  color: var(--ok);
  font-weight: 700;
}

.story__media {
  position: relative;
}

.story__media video,
.story__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--forge);
}

.story__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: rgba(18, 20, 23, 0.88);
  color: var(--paper);
  padding: 0.65rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  max-width: 14rem;
}

/* ——— Gallery ——— */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 720px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
  }
}

.gallery figure {
  overflow: hidden;
  background: var(--forge);
  aspect-ratio: 1;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.gallery figure:hover img {
  transform: scale(1.04);
}

.gallery figure:first-child {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

@media (min-width: 720px) {
  .gallery figure:first-child {
    grid-column: span 2;
    grid-row: span 2;
    aspect-ratio: auto;
    height: 100%;
  }
}

/* ——— Offer ——— */
.offer {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .offer {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    align-items: stretch;
  }
}

.offer__card {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem;
  background: var(--white);
  border: 1px solid rgba(18, 20, 23, 0.1);
}

.offer__card--best {
  background: var(--forge);
  color: var(--paper);
  border-color: var(--ember);
}

.offer__tag {
  position: absolute;
  top: 0;
  right: 1rem;
  transform: translateY(-50%);
  background: var(--ember);
  color: var(--white);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
}

.offer__card h3 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.offer__was {
  font-size: 0.9375rem;
  color: var(--steel);
  text-decoration: line-through;
}

.offer__card--best .offer__was {
  color: rgba(230, 234, 238, 0.55);
}

.offer__now {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
  margin: 0.25rem 0 0.75rem;
  color: var(--ember);
}

.offer__perks {
  list-style: none;
  margin: 1rem 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.9375rem;
}

.offer__perks li::before {
  content: "✓ ";
  color: var(--ok);
  font-weight: 700;
}

.offer__card--best .offer__perks li::before {
  color: #ffb347;
}

.offer__card .btn-kit {
  width: 100%;
  max-width: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}

/* ——— Trust COD ——— */
.cod {
  display: grid;
  gap: 2rem;
}

@media (min-width: 800px) {
  .cod {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
  }
}

.cod__steps {
  list-style: none;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cod__steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(230, 234, 238, 0.12);
}

.cod__steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--ember);
  line-height: 1;
}

.cod__steps strong {
  display: block;
  margin-bottom: 0.2rem;
}

.cod__steps span {
  color: rgba(230, 234, 238, 0.7);
  font-size: 0.95rem;
}

.cod__panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 93, 4, 0.35);
  padding: 1.75rem;
}

.cod__panel h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.cod__panel p {
  color: rgba(230, 234, 238, 0.75);
  margin-bottom: 1.25rem;
}

/* ——— Social proof ——— */
.proof-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 700px) {
  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .proof-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.proof-grid figure {
  position: relative;
  overflow: hidden;
  background: var(--forge);
  aspect-ratio: 1;
}

.proof-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-videos {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.65rem;
}

@media (min-width: 800px) {
  .proof-videos {
    grid-template-columns: repeat(5, 1fr);
  }
}

.proof-videos .clip {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--forge);
}

.proof-videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clip__play {
  position: absolute;
  inset: auto 0.5rem 0.5rem auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(18, 20, 23, 0.75);
  color: var(--white);
  font-size: 0.7rem;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.quotes {
  display: grid;
  gap: 1rem;
  margin-top: var(--space-lg);
}

@media (min-width: 700px) {
  .quotes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.quote {
  padding: 1.35rem 1.25rem;
  background: var(--white);
  border-left: 3px solid var(--ember);
}

.quote p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: var(--ink);
}

.quote footer {
  font-size: 0.8125rem;
  color: var(--steel);
}

.quote strong {
  display: block;
  color: var(--ink);
  font-size: 0.875rem;
  margin-bottom: 0.15rem;
}

.stars {
  color: var(--ember);
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

/* ——— FAQ ——— */
.faq {
  max-width: 40rem;
  margin: 0 auto;
}

.faq details {
  border-bottom: 1px solid rgba(18, 20, 23, 0.12);
  padding: 1rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--ember);
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin-top: 0.75rem;
  color: var(--steel);
  padding-right: 2rem;
}

/* ——— Final ——— */
.final {
  position: relative;
  padding: var(--space-xl) 0;
  background: var(--forge);
  color: var(--paper);
  overflow: hidden;
  text-align: center;
}

.final__bg {
  position: absolute;
  inset: 0;
  opacity: 0.35;
}

.final__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 35, 41, 0.92), rgba(18, 20, 23, 0.95));
}

.final__content {
  position: relative;
  z-index: 1;
}

.final h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  max-width: 16ch;
  margin: 0.5rem auto 0.85rem;
}

.final > .final__content > p {
  max-width: 34ch;
  margin: 0 auto 1.75rem;
  color: rgba(230, 234, 238, 0.78);
}

.final .twin {
  margin-inline: auto;
}

.final__note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: rgba(230, 234, 238, 0.65);
}

/* ——— Footer ——— */
.footer {
  background: #0c0e11;
  color: rgba(230, 234, 238, 0.55);
  padding: 2rem 0;
  font-size: 0.8125rem;
  text-align: center;
}

.footer strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.footer a {
  color: var(--ember);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1rem;
}

.footer__nav a {
  font-weight: 600;
  text-decoration: none;
}

.footer__nav a:hover {
  text-decoration: underline;
}

.footer__fine {
  margin: 0.75rem auto 0;
  max-width: 40rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(230, 234, 238, 0.42);
}

.footer__fine a {
  color: rgba(255, 179, 71, 0.85);
}

/* ——— Legal / trust pages ——— */
.legal-top {
  background: var(--forge);
  color: var(--mist);
  padding: 1rem 0;
}

.legal-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}

.legal-top__brand {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
}

.legal-top__back {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffb347;
}

.legal-top__back:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal {
  padding: var(--space-lg) 0 var(--space-xl);
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(232, 93, 4, 0.06), transparent 55%),
    var(--paper);
}

.legal__inner {
  max-width: 42rem;
}

.legal h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0.35rem 0 0.75rem;
  color: var(--ink);
}

.legal__updated {
  font-size: 0.875rem;
  color: var(--steel);
  margin-bottom: 1.75rem;
}

.legal__fine {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(30, 35, 41, 0.12);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--steel);
}

.legal h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 1.75rem 0 0.65rem;
  color: var(--forge);
}

.legal p,
.legal li {
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.legal ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal a {
  color: var(--ember-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ——— Reveal motion ——— */
.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ——— Floating mobile CTA ——— */
.float-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(18, 20, 23, 0.94);
  backdrop-filter: blur(8px);
  transform: translateY(110%);
  transition: transform 0.35s var(--ease);
}

.float-cta.is-visible {
  transform: translateY(0);
}

.float-cta .twin {
  max-width: 28rem;
  margin-inline: auto;
}

.float-cta .btn-kit {
  min-height: 3.6rem;
  padding: 0.7rem 1rem;
}

.float-cta .btn-kit__price {
  font-size: 1.35rem;
}

@media (min-width: 900px) {
  .float-cta {
    display: none;
  }
}

body.has-float {
  padding-bottom: 5.5rem;
}

@media (min-width: 900px) {
  body.has-float {
    padding-bottom: 0;
  }
}

/* ——— Lightbox ——— */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(0.5rem, 3vw, 2rem);
  background: rgba(12, 14, 17, 0.92);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--ease);
  cursor: zoom-out;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100svh - 4rem);
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  transform: scale(0.96);
  transition: transform 0.35s var(--ease);
}

.lightbox.is-open img {
  transform: scale(1);
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 1.75rem;
  line-height: 1;
  display: grid;
  place-items: center;
  transition: background 0.2s var(--ease);
}

.lightbox__close:hover {
  background: var(--ember);
}

/* ——— Custom video play overlay ——— */
.video-frame {
  position: relative;
  overflow: hidden;
  background: var(--forge);
}

.video-frame video {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.video-play {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  background: linear-gradient(180deg, rgba(18, 20, 23, 0.12), rgba(18, 20, 23, 0.5));
  color: var(--white);
  transition: opacity 0.35s var(--ease);
  cursor: pointer;
}

.video-play.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.video-play__icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: var(--ember);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(232, 93, 4, 0.45);
  transition: transform 0.25s var(--ease);
}

.video-play__icon::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.3rem;
  border-left: 1.35rem solid var(--white);
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
}

.video-play:hover .video-play__icon {
  transform: scale(1.08);
}

.video-play__text {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* ——— Thank-you / obrigado ——— */
.page-obrigado {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--forge);
}

.page-obrigado .footer {
  margin-top: auto;
}

.obrigado {
  flex: 1;
  display: grid;
  place-items: center;
  padding: var(--space-lg) 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(232, 93, 4, 0.18), transparent 60%),
    var(--forge);
  color: var(--mist);
}

.obrigado__inner {
  max-width: 36rem;
  text-align: center;
}

.obrigado .eyebrow {
  color: #ffb347;
}

.obrigado__title {
  font-size: clamp(2.15rem, 6.5vw, 3.35rem);
  color: var(--white);
  margin: 0.5rem 0 1.25rem;
}

.obrigado__lead,
.obrigado__note {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--mist);
  margin-bottom: 0.85rem;
}

.obrigado__lead strong,
.obrigado__note strong {
  color: var(--white);
  font-weight: 700;
}

.obrigado__note {
  color: rgba(230, 234, 238, 0.78);
  font-size: 0.975rem;
}

.obrigado__cta {
  margin-top: 1.75rem;
}

.obrigado__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffb347;
  border-bottom: 1px solid rgba(255, 179, 71, 0.45);
  padding-bottom: 0.15rem;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.obrigado__link:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}
