/* ============================================================
   DOMDIAS — Landing page
   Estrutura: tokens > fontes > base > componentes > seções > responsivo
   ============================================================ */

/* ---------- Fontes locais (subsets latin / latin-ext) ---------- */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/jost-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/jost-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+2020, U+20A0-20AB, U+2113, U+A720-A7FF;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../assets/fonts/sora-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../assets/fonts/sora-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+2020, U+20A0-20AB, U+2113, U+A720-A7FF;
}

/* ---------- Design tokens ---------- */
:root {
  --accent: #C9A86A;
  --accent-deep: #9c7d45;
  --ink: #0a0a0a;
  --ink-soft: #4a4a4a;
  --ink-faint: #6a6a6a;
  --paper: #ffffff;
  --paper-mute: #f7f6f3;
  --dark: #0c0c0e;
  --dark-deep: #0a0a0a;
  --cream: #f4f2ec;
  --cream-bright: #f6f3ec;

  --font-body: 'Jost', system-ui, -apple-system, sans-serif;
  --font-display: 'Sora', system-ui, -apple-system, sans-serif;

  --nav-h: 88px;
  --maxw: 1240px;
  --section-pad: clamp(80px, 11vw, 150px) clamp(20px, 5vw, 64px);

  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

::selection { background: var(--accent); color: var(--ink); }

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

/* ============================================================
   COMPONENTES
   ============================================================ */

/* ---------- Botões ---------- */
.btn {
  display: inline-block;
  font: 600 12px/1 var(--font-body);
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 1px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .3s ease, filter .3s ease, background .3s ease, border-color .3s ease;
}
.btn--sm { padding: 13px 24px; }
.btn--lg { font-size: 13px; padding: 18px 38px; }
.btn--accent { background: var(--accent); color: var(--ink); }
.btn--accent:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--cream); border-color: rgba(244,242,236,.4); }
.btn--ghost:hover { background: rgba(244,242,236,.08); border-color: rgba(244,242,236,.85); }
.btn--glow { box-shadow: 0 18px 50px -18px rgba(201,168,106,.55); }

/* ---------- Eyebrow (rótulo com filete) ---------- */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--accent-deep);
  font: 500 11px/1 var(--font-body);
  letter-spacing: .34em;
  text-transform: uppercase;
}
.eyebrow--accent { color: var(--accent); }
.eyebrow--center { justify-content: center; }
.eyebrow__rule { display: block; width: 30px; height: 1px; background: currentColor; }

/* ---------- Títulos ---------- */
.headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.headline--light { color: var(--cream-bright); }
.headline--xl { font-size: clamp(2.2rem, 5.4vw, 4.4rem); line-height: 1; letter-spacing: -.02em; }

.prose {
  margin-top: 24px;
  font-weight: 300;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.78;
  color: var(--ink-soft);
  max-width: 520px;
}

.link-underline {
  font: 500 12px/1 var(--font-body);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid rgba(10,10,10,.25);
  padding-bottom: 6px;
  transition: border-color .3s ease;
}
.link-underline:hover { border-color: var(--accent); }

/* ---------- Seção genérica ---------- */
.section { padding: var(--section-pad); scroll-margin-top: var(--nav-h); }
.section--light { background: var(--paper); }
.section--mute { background: var(--paper-mute); }
.section--dark { background: var(--dark); }

.section__head {
  max-width: var(--maxw);
  margin: 0 auto clamp(40px, 5vw, 64px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.section__head--center { flex-direction: column; align-items: center; text-align: center; }

/* utilitário de granulado */
.noise, .hero__noise, .media-card__noise, .cta__noise {
  position: absolute; inset: 0;
  background-image: var(--noise);
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* ---------- Reveal on scroll ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .95s cubic-bezier(.16,.84,.44,1), transform .95s cubic-bezier(.16,.84,.44,1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 120;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 5vw, 64px);
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0);
  transition: background .4s ease, backdrop-filter .4s ease, border-color .4s ease, box-shadow .4s ease, padding .4s ease;
}
.nav.is-scrolled {
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom-color: rgba(10,10,10,.07);
  box-shadow: 0 1px 24px -12px rgba(0,0,0,.25);
  padding: 14px clamp(20px, 5vw, 64px);
}

.nav__logo { position: relative; display: block; height: 30px; width: 58px; flex: none; }
.nav__logo-img { position: absolute; inset: 0; height: 100%; width: auto; transition: opacity .4s ease; }
.nav__logo-img--light { opacity: 1; }
.nav__logo-img--dark { opacity: 0; }
.nav.is-scrolled .nav__logo-img--light { opacity: 0; }
.nav.is-scrolled .nav__logo-img--dark { opacity: 1; }

.nav__links { display: flex; align-items: center; gap: 38px; color: var(--cream); transition: color .4s ease; }
.nav__links > a:not(.btn) {
  text-decoration: none;
  font: 500 12px/1 var(--font-body);
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: .85;
  transition: opacity .3s ease;
}
.nav__links > a:not(.btn):hover { opacity: 1; }
.nav.is-scrolled .nav__links { color: var(--ink); }

/* botão Instagram com crossfade dourado (topo) -> preto (ao rolar) */
.nav__ig { position: relative; display: inline-block; width: 22px; height: 22px; flex: none; }
.nav__ig-img { position: absolute; inset: 0; width: 100%; height: 100%; transition: opacity .4s ease; }
.nav__ig-img--gold { opacity: 1; }
.nav__ig-img--black { opacity: 0; }
.nav.is-scrolled .nav__ig-img--gold { opacity: 0; }
.nav.is-scrolled .nav__ig-img--black { opacity: 1; }

.nav__burger {
  display: none;
  flex-direction: column; gap: 6px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav__burger span { display: block; width: 26px; height: 1.5px; background: var(--cream); transition: background .4s ease; }
.nav__burger span:last-child { width: 18px; align-self: flex-end; }
.nav.is-scrolled .nav__burger span { background: var(--ink); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 130;
  background: var(--dark-deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 34px;
  opacity: 0; pointer-events: none;
  transition: opacity .4s ease;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu__close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none; color: var(--cream);
  font: 30px/1 var(--font-body); cursor: pointer;
}
.mobile-menu__logo { height: 42px; width: auto; margin-bottom: 8px; }
.mobile-menu > a[data-menu-link]:not(.btn) {
  color: var(--cream);
  text-decoration: none;
  font: 400 22px/1 var(--font-display);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.mobile-menu .btn { margin-top: 8px; padding: 15px 34px; font-size: 13px; }
.mobile-menu__ig { display: inline-block; width: 30px; height: 30px; margin-top: 4px; }
.mobile-menu__ig img { width: 100%; height: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--dark);
}
.hero__bg {
  position: absolute; inset: -6% -2%;
  background:
    radial-gradient(120% 90% at 64% 30%, rgba(120,118,124,.55) 0%, rgba(40,40,44,.35) 38%, rgba(10,10,12,.95) 78%),
    linear-gradient(160deg, #16161a 0%, #23232a 46%, #0b0b0d 100%);
  background-size: cover;
  transform: scale(1.08);
  will-change: transform;
}
.hero__noise { opacity: .07; }
.hero__vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,10,12,.55) 0%, rgba(10,10,12,.1) 32%, rgba(10,10,12,.25) 70%, rgba(10,10,12,.7) 100%);
}
.hero__inner {
  position: relative; z-index: 3;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 120px clamp(20px, 5vw, 40px) 90px;
  max-width: 1000px;
  animation: floatIn 1.1s cubic-bezier(.16,.84,.44,1) both;
}
.hero__logo {
  height: clamp(58px, 8vw, 92px); width: auto;
  margin-bottom: 34px;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,.5));
}
.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6.4vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.015em;
  text-transform: uppercase;
  color: var(--cream-bright);
  max-width: 14ch;
}
.hero__lead {
  margin-top: 30px;
  font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
  color: rgba(244,242,236,.74);
  max-width: 600px;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 44px; }
.hero__cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(244,242,236,.6);
  font: 500 10px/1 var(--font-body); letter-spacing: .3em; text-transform: uppercase;
}
.hero__cue svg { animation: cue 2s ease-in-out infinite; }

@keyframes floatIn { 0% { opacity: 0; transform: translateY(26px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes cue { 0%, 100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(8px); opacity: 1; } }

/* ============================================================
   SOBRE
   ============================================================ */
.about__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: clamp(40px, 6vw, 90px); align-items: center;
}
.about__text { flex: 1 1 380px; min-width: 300px; }
.about__media { flex: 1 1 380px; min-width: 300px; }

.stats { list-style: none; display: flex; flex-wrap: wrap; gap: 48px; margin-top: 46px; }
.stats__num { display: block; font-family: var(--font-display); font-weight: 700; font-size: 2.4rem; line-height: 1; color: var(--ink); }
.stats__label { display: block; margin-top: 8px; font: 500 11px/1 var(--font-body); letter-spacing: .22em; text-transform: uppercase; color: #8a8a8a; }

.media-card {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: 2px;
  background: linear-gradient(150deg, #cfc7ba 0%, #a59c8c 52%, #7d7567 100%);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.4);
}
.media-card__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.media-card__noise { opacity: .12; }
.media-card__placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  color: rgba(40,38,34,.55);
  font: 500 10px/1.4 var(--font-body); letter-spacing: .3em; text-transform: uppercase; text-align: center;
}

/* ============================================================
   COLEÇÕES
   ============================================================ */
.collections__grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.collection {
  position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 2px;
  background: #1a1a1c; text-decoration: none;
  box-shadow: 0 18px 40px -28px rgba(0,0,0,.5);
  transition: box-shadow .5s ease, transform .5s ease;
}
.collection__bg { position: absolute; inset: 0; transition: transform .9s cubic-bezier(.16,.84,.44,1); }
.collection__noise { position: absolute; inset: 0; background-image: var(--noise); mix-blend-mode: overlay; opacity: .09; pointer-events: none; }
.collection__shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,10,12,0) 35%, rgba(10,10,12,.45) 100%);
  transition: background .5s ease;
}
.collection__num {
  position: absolute; top: 20px; left: 20px;
  font: 500 10px/1 var(--font-body); letter-spacing: .28em; text-transform: uppercase;
  color: rgba(255,255,255,.65); pointer-events: none;
}
.collection__caption { position: absolute; inset: auto 0 0 0; padding: 26px 24px; pointer-events: none; }
.collection__name {
  font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.1;
  letter-spacing: .01em; text-transform: uppercase; color: #fff;
}
.collection__more {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  font: 500 11px/1 var(--font-body); letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height .45s ease, opacity .45s ease;
}
.collection:hover { box-shadow: 0 38px 70px -34px rgba(0,0,0,.6); transform: translateY(-4px); }
.collection:hover .collection__bg { transform: scale(1.07); }
.collection:hover .collection__shade { background: linear-gradient(180deg, rgba(10,10,12,0) 35%, rgba(10,10,12,.75) 100%); }
.collection:hover .collection__more { max-height: 30px; opacity: 1; }

/* ============================================================
   DESTAQUES
   ============================================================ */
.features__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.feature {
  padding: 38px 30px; border: 1px solid #ebe8e1; border-radius: 2px; background: #fff;
  transition: border-color .4s ease, box-shadow .4s ease, transform .4s ease;
}
.feature:hover { border-color: #e3d7bf; box-shadow: 0 28px 50px -34px rgba(0,0,0,.32); transform: translateY(-4px); }
.feature__icon { color: var(--accent-deep); margin-bottom: 24px; }
.feature__title {
  font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; line-height: 1.2;
  letter-spacing: .01em; text-transform: uppercase; color: var(--ink);
}
.feature__text { margin-top: 14px; font-weight: 300; font-size: .98rem; line-height: 1.7; color: var(--ink-faint); }

/* ============================================================
   LIFESTYLE (mosaico)
   ============================================================ */
.lifestyle__note {
  font-weight: 300; font-size: 1rem; line-height: 1.7;
  color: rgba(244,242,236,.6); max-width: 340px;
}
.lifestyle__mosaic {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 14px;
}
.tile {
  position: relative; overflow: hidden; border-radius: 2px;
  grid-column: span var(--cspan, 1); grid-row: span var(--rspan, 1);
}
.tile__bg { position: absolute; inset: 0; transition: transform 1s cubic-bezier(.16,.84,.44,1); }
.tile__noise { position: absolute; inset: 0; background-image: var(--noise); mix-blend-mode: overlay; opacity: .08; pointer-events: none; }
.tile__icon {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.34); pointer-events: none;
}
.tile:hover .tile__bg { transform: scale(1.08); }
.tile--logo {
  background: none;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  padding: 18px;
}
.tile__logo {
  max-width: 56%; max-height: 60%; object-fit: contain;
  transition: transform 1s cubic-bezier(.16,.84,.44,1);
}
.tile__tagline {
  color: var(--accent);
  font: 500 12px/1.3 var(--font-body); letter-spacing: .14em; text-align: center;
}
.tile--logo:hover .tile__logo { transform: scale(1.06); }

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.testimonials__grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2vw, 28px);
}
.testimonial {
  background: #fff; border: 1px solid #ebe8e1; border-radius: 2px; padding: 38px 34px;
  display: flex; flex-direction: column; gap: 20px;
  transition: box-shadow .4s ease, transform .4s ease;
}
.testimonial:hover { box-shadow: 0 30px 56px -36px rgba(0,0,0,.3); transform: translateY(-4px); }
.testimonial__stars { color: var(--accent); font-size: 15px; letter-spacing: 4px; }
.testimonial__text { font-weight: 300; font-size: 1.12rem; line-height: 1.65; color: #2a2a2a; }
.testimonial__person { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.testimonial__avatar { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg, #d8cdb8, #9c8d6f); flex: none; }
.testimonial__name { font: 600 13px/1 var(--font-body); letter-spacing: .04em; color: var(--ink); }
.testimonial__city { margin-top: 6px; font: 400 11px/1 var(--font-body); letter-spacing: .16em; text-transform: uppercase; color: #9a9a9a; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta { position: relative; overflow: hidden; background: var(--dark-deep); text-align: center; padding: clamp(90px, 13vw, 170px) clamp(20px, 5vw, 64px); }
.cta__glow { position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% 0%, rgba(201,168,106,.14) 0%, rgba(10,10,10,0) 60%); }
.cta__noise { opacity: .06; }
.cta__inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.cta__lead {
  margin: 26px auto 0; max-width: 520px;
  font-weight: 300; font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.7;
  color: rgba(244,242,236,.66);
}
.cta .btn { margin-top: 42px; padding: 20px 48px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--dark-deep); border-top: 1px solid rgba(255,255,255,.08); padding: clamp(56px, 7vw, 84px) clamp(20px, 5vw, 64px) 40px; }
.footer__top { max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 48px; }
.footer__brand { flex: 1 1 280px; min-width: 240px; }
.footer__logo { height: 46px; width: auto; margin-bottom: 24px; }
.footer__brand p { font-weight: 300; font-size: .98rem; line-height: 1.7; color: rgba(244,242,236,.5); max-width: 320px; }
.footer__cols { display: flex; gap: clamp(48px, 8vw, 110px); flex-wrap: wrap; }
.footer__col h3 { font: 500 11px/1 var(--font-body); letter-spacing: .26em; text-transform: uppercase; color: var(--accent); margin-bottom: 22px; }
.footer__col { display: flex; flex-direction: column; gap: 14px; }
.footer__col a { font: 300 14px/1 var(--font-body); color: rgba(244,242,236,.7); text-decoration: none; transition: color .3s ease; }
.footer__col a:hover { color: #fff; }
.footer__bottom {
  max-width: var(--maxw); margin: 56px auto 0; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px;
}
.footer__bottom span { font: 400 11px/1.4 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: rgba(244,242,236,.4); }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 880px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
}

@media (max-width: 700px) {
  .lifestyle__mosaic { grid-template-columns: repeat(2, 1fr); }
  .tile { grid-column: span min(var(--cspan, 1), 2); }
  .section__head { align-items: flex-start; }
  .stats { gap: 32px; }
}

@media (max-width: 480px) {
  .hero__inner { padding-top: 110px; }
  .btn--lg { padding: 16px 30px; }
  .feature { padding: 30px 24px; }
  .testimonial { padding: 30px 26px; }
}

/* ---------- Acessibilidade: reduzir movimento ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
