@font-face {
  font-family: "Black Mango";
  src: url("fonts/black-mango-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Bubbble Gum";
  src: url("fonts/bubbble-gum/BubbbleGum-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Bubbble Gum";
  src: url("fonts/bubbble-gum/BubbbleGum.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bubbble Gum";
  src: url("fonts/bubbble-gum/BubbbleGum-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Bubbble Gum";
  src: url("fonts/bubbble-gum/BubbbleGum-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Belkin";
  src: url("fonts/belkin/Belkin-Light.woff2") format("woff2"),
       url("fonts/belkin/Belkin-Light.woff") format("woff"),
       url("fonts/belkin/Belkin-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Belkin";
  src: url("fonts/belkin/Belkin-Regular.woff2") format("woff2"),
       url("fonts/belkin/Belkin-Regular.woff") format("woff"),
       url("fonts/belkin/Belkin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Belkin";
  src: url("fonts/belkin/Belkin-Medium.woff2") format("woff2"),
       url("fonts/belkin/Belkin-Medium.woff") format("woff"),
       url("fonts/belkin/Belkin-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Belkin";
  src: url("fonts/belkin/Belkin-SemiBold.woff2") format("woff2"),
       url("fonts/belkin/Belkin-SemiBold.woff") format("woff"),
       url("fonts/belkin/Belkin-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Belkin";
  src: url("fonts/belkin/Belkin-Bold.woff2") format("woff2"),
       url("fonts/belkin/Belkin-Bold.woff") format("woff"),
       url("fonts/belkin/Belkin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --brown: #a67e59;
  --brown-dark: #855021;
  --paper: #f2f1f0;
  --beige: #ebe5da;
  --ink: #282724;
  --line: rgba(40, 39, 36, .22);
  --hero-serif: "Bubbble Gum", "Black Mango", "Cormorant Garamond", Georgia, serif;
  --title-serif: "Belkin", "Times New Roman", Times, serif;
  --sans: "Hero", "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--hero-serif); font-weight: 500; line-height: .95; letter-spacing: -.035em; }
h2, h3 { font-family: var(--title-serif); font-weight: 400; }
h2 { line-height: .95; letter-spacing: -.035em; }
h2 { font-size: clamp(1.9rem, 8vw, 2.75rem); }
em { color: var(--brown); font-weight: inherit; }
.title-accent { color: var(--brown); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 99; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 22px; font-size: .68rem; font-weight: 600; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: var(--beige); }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, 1fr); background: var(--paper); overflow: hidden; }
.hero__portrait { min-height: 48svh; position: relative; overflow: hidden; order: 2; }
.hero__content { order: 1; }
.hero__portrait img { object-position: 58% 39%; transform: scale(1.01); }
.hero__portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(40,39,36,.24)); }
.hero__content { padding: 36px 20px 54px; position: relative; }
.hero__content { min-width: 0; }
.hero h1 { margin: 0 0 28px; }
.hero__title img { display: block; width: clamp(220px, 60vw, 400px); max-width: 100%; height: auto; object-fit: fill; }
.hero__lead { max-width: 610px; margin-bottom: 34px; font-size: clamp(1rem, 2vw, 1.25rem); line-height: 1.6; }
.quick-links { border-top: 1px solid var(--line); }
.quick-link { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 500; transition: padding .25s, color .25s, background-color .25s; }
.quick-link:not(.quick-link--primary):hover { padding: 0 17px; background: var(--brown); color: white; }
.quick-link--primary { margin: 0 0 8px; padding: 0 17px; border: 0; border-radius: 0; background: var(--brown); color: white; }
.quick-link--primary:hover { padding-left: 22px; color: white; background: var(--brown-dark); }

.manifesto { padding: 88px 20px; background: var(--paper); }
.manifesto__copy h2 { margin: 0 0 35px; }
.manifesto__note { max-width: 390px; padding-top: 20px; border-top: 1px solid var(--line); }

.conditions { padding: 90px 0 50px; overflow: hidden; background: var(--paper); color: var(--ink); }
.conditions__heading { padding: 0 20px; }
.conditions__heading h2 { max-width: 850px; margin-bottom: 44px; color: var(--ink); }
.condition-cards { display: grid; grid-template-columns: 1fr; gap: 14px; padding: 0 20px 18px; }
.condition-card { width: 100%; max-width: 300px; aspect-ratio: .88; position: relative; display: grid; align-content: end; justify-self: center; padding: 18px; overflow: hidden; border: 0; border-radius: 4px; background: var(--ink); color: white; isolation: isolate; transition: transform .35s; }
.condition-card::before { content: ""; position: absolute; z-index: 3; inset: 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; pointer-events: none; }
.condition-card::after { content: ""; position: absolute; z-index: -1; inset: 30% 0 0; background: linear-gradient(180deg, transparent, rgba(20,18,15,.8)); }
.condition-card:hover { transform: translateY(-4px); }
.condition-card > img { position: absolute; z-index: -2; inset: 0; object-position: center; transition: transform .6s ease, filter .45s ease; }
.condition-card:hover > img, .condition-card:focus-visible > img { transform: scale(1.045); filter: blur(3px); }
.condition-card > strong { max-width: 180px; align-self: end; font-family: var(--sans); font-size: .82rem; font-weight: 600; text-shadow: 0 1px 15px rgba(0,0,0,.3); transition: opacity .25s; }
.condition-card__overlay { position: absolute; z-index: 2; inset: 6px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 16px; overflow: auto; background: rgba(166, 126, 89, .82); opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
.condition-card__overlay h3 { margin-bottom: 12px; color: white; font-family: var(--sans); font-size: 1rem; font-weight: 600; line-height: 1.15; }
.condition-card__overlay p { margin: 0; color: rgba(255,255,255,.88); font-size: .66rem; line-height: 1.58; }
.condition-card__overlay b { color: white; font-weight: 600; }
.condition-card:hover > strong, .condition-card:focus-visible > strong { opacity: 0; }
.condition-card:hover .condition-card__overlay, .condition-card:focus-visible .condition-card__overlay { opacity: 1; transform: none; }

.condition-cards.is-observing .condition-card.is-active { transform: translateY(-4px); }
.condition-cards.is-observing .condition-card.is-active > img { transform: scale(1.045); filter: blur(3px); }
.condition-cards.is-observing .condition-card.is-active > strong { opacity: 0; }
.condition-cards.is-observing .condition-card.is-active .condition-card__overlay { opacity: 1; transform: none; }
.conditions__editorial { padding: 55px 20px 0; }
.conditions__copy { width: 100%; }
.conditions__copy h3 { max-width: none; margin-bottom: 26px; font-family: var(--sans); font-size: clamp(1.55rem, 3.2vw, 2.65rem); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.conditions__copy > p { max-width: none; }
.conditions__copy ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin: 32px 0 38px; padding: 0; list-style: none; }
.conditions__copy li { position: relative; padding: 16px 8px 0 22px; border-top: 1px solid var(--line); font-size: .78rem; }
.conditions__copy li::before { content: ""; width: 6px; height: 6px; position: absolute; top: 25px; left: 2px; border-radius: 50%; background: var(--brown); }
.conditions__cta { min-height: 52px; width: fit-content; display: flex; align-items: center; padding: 0 20px; border: 1px solid var(--brown); border-radius: 14px; color: var(--brown); font-size: .72rem; font-weight: 600; transition: background .25s, color .25s; }
.conditions__cta:hover { background: var(--brown); color: white; }
.conditions__visual { min-height: 520px; position: relative; margin-top: 70px; }
.conditions__visual > img { min-height: 520px; object-position: center; }
.condition-notes { position: absolute; right: 0; bottom: 24px; width: min(86%, 330px); padding: 8px 20px; background: rgba(242,241,240,.94); backdrop-filter: blur(8px); }
.condition-notes p { display: flex; align-items: center; gap: 11px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .7rem; font-weight: 500; }
.condition-notes p:last-child { border: 0; }
.condition-notes span { width: 7px; height: 7px; border: 1px solid var(--brown); border-radius: 50%; }

.about { padding: 20px; background: var(--paper); }
.about__image { height: 570px; position: relative; overflow: hidden; }
.about__image img { object-position: 60% center; }
.about__image p { position: absolute; bottom: 0; left: 0; margin: 0; padding: 18px 20px; background: rgba(166,126,89,.48); color: white; font-family: var(--title-serif); font-size: 1.25rem; font-style: italic; font-weight: 400; line-height: 1.1; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.about__copy { padding: 75px 0 65px; }
.about__copy h2 { margin-bottom: 40px; }
.about__copy > p:not(.eyebrow) { max-width: 600px; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.credentials span { padding: 9px 13px; border: 1px solid var(--brown); border-radius: 0; color: var(--brown); font-size: .66rem; font-weight: 500; letter-spacing: .04em; }

.journey { padding: 90px 20px; background: var(--brown); color: var(--paper); }
.journey .eyebrow { color: var(--beige); }
.journey h2 { max-width: 760px; color: white; }
.journey__accent { color: inherit; font-style: italic; }
.journey__intro > p { max-width: 620px; color: rgba(255,255,255,.8); }
.journey__intro h2 + p { margin-top: 34px; }
.journey ol { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.32); }
.journey li { padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.32); }
.journey h3 { margin-bottom: 7px; font-size: 1.3rem; line-height: 1; }
.journey li p { margin: 0; color: rgba(255,255,255,.78); }

/* Depoimentos */
.voices { padding: 90px 20px; background: var(--paper); color: var(--ink); overflow: hidden; }
.voices__intro { position: relative; }
.voices__intro > *:not(.voices__quote) { position: relative; z-index: 1; }
.voices__title { margin: 0 0 18px; font-family: var(--title-serif); font-size: clamp(1.9rem, 8vw, 2.75rem); line-height: 1.03; letter-spacing: -.02em; }
.voices__support { max-width: 340px; margin: 0; color: rgba(40, 39, 36, .66); font-size: .92rem; line-height: 1.6; }
.voices__quote { position: absolute; top: -22px; left: -6px; z-index: 0; margin: 0; color: #a2672d; opacity: .16; font-family: var(--sans); font-size: clamp(4.5rem, 20vw, 7rem); font-weight: 600; line-height: .8; pointer-events: none; user-select: none; }

.voices__slider { display: flow-root; }
.voices__arrow { display: none; }
.voices__track { display: flex; flex-direction: column; gap: 18px; margin-top: 36px; padding: 6px; }
.voices__track:focus-visible { outline: 2px solid #a2672d; outline-offset: 4px; }

.voice { display: flex; flex-direction: column; margin: 0; padding: 32px 28px; background: #fcfbfa; border: 0; border-radius: 12px; box-shadow: 0 12px 35px rgba(45, 38, 30, .07); opacity: 1; transform: scale(1); transform-origin: center; transition: transform 500ms cubic-bezier(.22, 1, .36, 1), opacity 400ms ease, box-shadow 500ms ease; }
.voice__stars { display: flex; gap: 5px; margin-bottom: 18px; }
.voice__stars svg { display: block; width: 14px; height: 14px; fill: #a2672d; }
.voice__text { flex: 1 0 auto; margin: 0; font-family: var(--sans); font-weight: 400; font-size: 1rem; line-height: 1.64; color: var(--ink); }
.voice__name { display: block; margin-top: 24px; font-family: var(--sans); font-weight: 600; font-size: .82rem; font-style: normal; letter-spacing: .01em; color: var(--ink); }
.voice__name::before { content: ""; display: block; width: 34px; height: 1px; margin-bottom: 14px; background: rgba(40, 39, 36, .2); }

.voices__track.is-observing .voice { opacity: .65; }
.voices__track.is-observing .voice.is-active { opacity: 1; transform: scale(1.02); box-shadow: 0 16px 40px rgba(45, 38, 30, .1); }

/* CTA secundário — "Ver mais avaliações no Google" */
.voices__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 32px 0 0;
  padding: 13px 20px;
  border: 1px solid rgba(162, 103, 45, .4);
  border-radius: 14px;
  background: transparent;
  color: #a2672d;
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .01em;
  transition: background-color .28s ease, border-color .28s ease;
}
.voices__more:hover { background: rgba(162, 103, 45, .08); border-color: rgba(162, 103, 45, .6); }
.voices__more:focus-visible { outline: 2px solid #a2672d; outline-offset: 3px; }
.voices__more-arrow { display: inline-flex; transition: transform .28s ease; }
.voices__more-arrow svg { display: block; width: 9px; height: 9px; fill: none; stroke: currentColor; }
.voices__more:hover .voices__more-arrow { transform: translateX(3px); }
.voices__more--intro { display: none; }
.voices__more--bottom { margin: 28px 0 0; }

/* FAQ */
.faq { padding: 90px 20px; background: var(--paper); color: var(--ink); }
.faq__support { margin: 18px 0 0; max-width: 420px; color: rgba(40, 39, 36, .66); font-size: .92rem; line-height: 1.62; }
.faq__list { display: flex; flex-direction: column; gap: 12px; margin-top: 36px; }

.faq-item { border-radius: 14px; background: var(--brown); box-shadow: 0 6px 18px rgba(45, 38, 30, .06); transition: background-color .4s ease, box-shadow .4s ease; }
.faq-item.is-open { background: #fcfbfa; box-shadow: 0 14px 38px rgba(45, 38, 30, .1); }
.faq-item__head { margin: 0; font: inherit; }
.faq-item__trigger { width: 100%; display: flex; align-items: center; gap: 16px; padding: 20px 24px; border: 0; background: none; text-align: left; font: inherit; cursor: pointer; }
.faq-item__trigger:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 12px; }
.faq-item.is-open .faq-item__trigger:focus-visible { outline-color: #a2672d; }
.faq-item__q { flex: 1; font-family: var(--sans); font-weight: 600; font-size: .96rem; line-height: 1.42; color: #fff; transition: color .4s ease; }
.faq-item.is-open .faq-item__q { color: var(--ink); }
.faq-item__icon { flex-shrink: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--beige); transition: transform .38s cubic-bezier(.4, 0, .2, 1), background-color .4s ease; }
.faq-item__icon svg { width: 15px; height: 15px; fill: none; stroke: #a2672d; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: stroke .4s ease; }
.faq-item.is-open .faq-item__icon { transform: rotate(180deg); background: #a2672d; }
.faq-item.is-open .faq-item__icon svg { stroke: #fcfbfa; }
.faq-item__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s ease; }
.faq-item.is-open .faq-item__panel { grid-template-rows: 1fr; }
.faq-item__answer { overflow: hidden; opacity: 0; transition: opacity .3s ease; }
.faq-item.is-open .faq-item__answer { opacity: 1; }
.faq-item__answer p { margin: 0; padding: 0 24px 22px; font-family: var(--sans); font-size: .9rem; line-height: 1.64; color: rgba(40, 39, 36, .8); }

.closing { padding: 90px 20px 40px; background: #332f20; color: var(--paper); }
.closing h2 { max-width: 620px; color: var(--paper); }
.closing__details { margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.25); }
.closing__details > div { margin-bottom: 26px; }
.closing .label { margin-bottom: 5px; color: #c6bfb4; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }

.closing__maps { display: grid; gap: 22px; margin-top: 32px; }
.closing__maps .map-card + .map-card { border-top: 1px solid rgba(255, 255, 255, .18); }
.map-card { position: relative; display: block; aspect-ratio: 5 / 2; overflow: hidden; border-radius: 8px; background: #2a2620; }
.map-card__media { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; filter: grayscale(.18) contrast(.96); }
.map-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(51, 47, 32, .5); transition: opacity .4s ease; }
.map-card__overlay { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; display: flex; flex-direction: column; gap: 5px; padding: 14px 16px; border-radius: 14px; background: rgba(32, 27, 21, .5); border: 1px solid rgba(255, 255, 255, .24); -webkit-backdrop-filter: blur(10px) saturate(1.3); backdrop-filter: blur(10px) saturate(1.3); box-shadow: 0 10px 26px rgba(0, 0, 0, .22); color: var(--paper); transition: opacity .4s ease, transform .4s ease; }
.map-card__place { font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.map-card__addr { font-family: var(--sans); font-size: .84rem; line-height: 1.4; }
.map-card__cue { margin-top: 3px; display: inline-flex; align-items: baseline; gap: 6px; font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #fff; }
.map-card:focus-visible { outline: 2px solid #a2672d; outline-offset: 2px; }

@media (hover: hover) and (pointer: fine) {
  .map-card:hover::before,
  .map-card:focus-visible::before { opacity: 0; }
  .map-card:hover .map-card__overlay,
  .map-card:focus-visible .map-card__overlay { opacity: 0; transform: translateY(8px); }
}

.closing__cta { margin-top: 60px; padding-top: 46px; border-top: 1px solid rgba(255,255,255,.18); }
.closing__cta h2 { margin: 0 0 30px; }
.cta-button { min-height: 64px; max-width: 390px; display: flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 14px; background: var(--brown); color: white; font-weight: 600; transition: transform .25s, background .25s; }
.cta-button:hover { transform: translateY(-3px); background: var(--brown-dark); }
.fineprint { margin: 16px 0 0; font-size: .7rem; opacity: .68; }
.closing__foot { display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 44px; }
.closing__foot .cta-button { width: min(390px, 100%); }

/* Formulário de contato */
.contact-form { margin: 6px 0 28px; transition: opacity .3s ease; }
.contact-form.is-sent { opacity: 0; pointer-events: none; }
.contact-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.contact-form__row { display: grid; gap: 4px 26px; }

.contact-form .field { display: flex; flex-direction: column; margin: 0 0 22px; }
.contact-form .field label {
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(242, 241, 240, .58);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 9px 0;
  border: 0;
  border-bottom: 1px solid rgba(242, 241, 240, .24);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font-family: var(--sans);
  font-size: .95rem;
  line-height: 1.5;
  transition: border-color .3s ease;
}
.contact-form textarea { min-height: 88px; resize: vertical; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(242, 241, 240, .36); }
.contact-form input:hover,
.contact-form textarea:hover { border-bottom-color: rgba(242, 241, 240, .4); }
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-bottom-color: var(--brown); }
.contact-form input:-webkit-autofill { -webkit-text-fill-color: var(--paper); transition: background-color 9999s; }

.contact-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 13px 22px;
  border: 0;
  border-radius: 14px;
  background: var(--brown);
  color: #fff;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background-color .25s ease;
}
.contact-form__submit-arrow { display: inline-flex; transition: transform .25s ease; }
.contact-form__submit-arrow svg { display: block; width: 10px; height: 10px; fill: none; stroke: currentColor; }
.contact-form__submit:hover { background: var(--brown-dark); }
.contact-form__submit:hover .contact-form__submit-arrow { transform: translateX(4px); }
.contact-form__submit:focus-visible { outline: 2px solid rgba(242, 241, 240, .7); outline-offset: 3px; }
.contact-form__submit:disabled { opacity: .6; cursor: default; }
.contact-form__submit:disabled:hover { background: var(--brown); }
.contact-form__submit:disabled:hover .contact-form__submit-arrow { transform: none; }

.contact-form__status { margin: 14px 0 0; font-family: var(--sans); font-size: .8rem; line-height: 1.55; color: rgba(242, 241, 240, .85); }
.contact-form__status--error { color: #d9a888; }
.contact-form__note {
  max-width: 48ch;
  margin: 18px 0 0;
  font-family: var(--sans);
  font-size: .72rem;
  line-height: 1.6;
  color: rgba(242, 241, 240, .48);
}

.contact-form__success { margin: 6px 0 28px; opacity: 0; transition: opacity .45s ease; }
.contact-form__success.is-shown { opacity: 1; }
.contact-form__success:focus { outline: none; }
.contact-form__success-title {
  margin: 0 0 8px;
  font-family: var(--title-serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: -.01em;
  color: var(--paper);
}
.contact-form__success-text { max-width: 42ch; margin: 0; font-family: var(--sans); font-size: .9rem; line-height: 1.6; color: rgba(242, 241, 240, .68); }

@media (prefers-reduced-motion: reduce) {
  .contact-form, .contact-form.is-sent, .contact-form__success { transition: none; }
  .contact-form__submit-arrow { transition: none; }
}

footer { display: grid; gap: 25px; padding: 40px 20px; background: #332f20; color: var(--paper); font-size: .68rem; line-height: 1.6; letter-spacing: .04em; }
footer p { margin: 0; }
.footer-legal { display: grid; gap: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px 14px; margin-top: 8px; }
.footer-links a { color: inherit; opacity: .72; transition: opacity .2s ease; }
.footer-links a:hover { opacity: 1; }

/* Botão flutuante do WhatsApp — fixo no canto inferior direito, oculto no mobile */
.wa-float { display: none; }
@media (min-width: 768px) {
  .wa-float {
    position: fixed;
    right: clamp(20px, 3vw, 40px);
    bottom: clamp(20px, 3vw, 40px);
    z-index: 60;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brown);
    color: var(--paper);
    box-shadow: 0 10px 28px rgba(45, 38, 30, .22);
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
  }
  .wa-float:hover { background: var(--brown-dark); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(45, 38, 30, .28); }
  .wa-float:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  .wa-float { transition: none; }
  .wa-float:hover { transform: none; }
}

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Reveal com stagger — mesma linguagem (fade-up), item a item, para grades/listas */
.reveal-stagger > * { opacity: 0; }
.reveal-stagger.is-visible > * { opacity: 1; animation: reveal-rise .7s cubic-bezier(.22, .61, .36, 1) backwards; }
.reveal-stagger.is-visible > *:nth-child(2) { animation-delay: .08s; }
.reveal-stagger.is-visible > *:nth-child(3) { animation-delay: .16s; }
.reveal-stagger.is-visible > *:nth-child(4) { animation-delay: .24s; }
.reveal-stagger.is-visible > *:nth-child(5) { animation-delay: .32s; }
.reveal-stagger.is-visible > *:nth-child(6) { animation-delay: .40s; }
.reveal-stagger.is-visible > *:nth-child(7) { animation-delay: .48s; }
.reveal-stagger.is-visible > *:nth-child(8) { animation-delay: .56s; }

/* Hero — entrada suave na carga da página, mesma curva do reveal */
.hero__content > * { animation: reveal-rise .85s cubic-bezier(.22, .61, .36, 1) backwards; }
.hero__content > *:nth-child(2) { animation-delay: .1s; }
.hero__content > *:nth-child(3) { animation-delay: .2s; }
.hero__content > *:nth-child(4) { animation-delay: .3s; }

@keyframes reveal-rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (min-width: 520px) and (max-width: 759px) {
  .condition-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .condition-card { max-width: none; aspect-ratio: .78; }
}

@media (min-width: 760px) {
  h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
  .hero { grid-template-columns: 45% 55%; min-height: 88svh; }
  .hero__portrait { min-height: 88svh; order: 1; }
  .hero__content { align-self: center; padding: 70px clamp(40px, 6vw, 110px); order: 2; }
  .manifesto { display: grid; grid-template-columns: minmax(0, 2fr) minmax(240px, .75fr); gap: 40px; padding: 150px 6vw; align-items: end; }
  .manifesto__copy h2 { margin-bottom: 0; }
  .conditions { padding: 140px 7vw 70px; }
  .conditions__heading { padding: 0; }
  .condition-cards { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; overflow: visible; }
  .condition-card { max-width: none; min-width: 0; min-height: 230px; }
  .conditions__editorial { display: block; padding: 60px 0 0; }
  .conditions__visual { min-height: 680px; margin: 0; }
  .conditions__visual > img { min-height: 680px; }
  .about { display: grid; grid-template-columns: minmax(310px, .85fr) 1.15fr; gap: 7vw; padding: 7vw; align-items: center; }
  .about__image { height: min(75vw, 820px); }
  .about__copy { padding: 60px 0; }
  .journey { display: grid; grid-template-columns: 1fr .85fr; gap: 9vw; padding: 140px 7vw; }
  .journey ol { margin-top: 15px; }
  .faq { display: grid; grid-template-columns: minmax(0, 37%) minmax(0, 1fr); gap: clamp(40px, 6vw, 90px); padding: 140px 7vw; align-items: start; }
  .faq__intro { position: sticky; top: 100px; }
  .faq__support { max-width: none; }
  .faq__list { margin-top: 6px; }
  .faq-item__trigger { padding: 24px 28px; }
  .faq-item__q { font-size: 1rem; }
  .faq-item__answer p { padding: 0 28px 26px; font-size: .92rem; }

  .closing { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 140px 7vw 48px; align-items: stretch; }
  .closing__where { padding-right: clamp(40px, 5vw, 76px); }
  .closing__details { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; }
  .closing__details > div { margin: 0; }
  .closing__maps { gap: 24px; }
  .closing__cta { margin-top: 0; padding: 0 0 0 clamp(40px, 5vw, 76px); border-top: 0; border-left: 1px solid rgba(255, 255, 255, .16); }
  .closing__foot { grid-column: 1 / -1; margin-top: clamp(56px, 7vw, 84px); padding-top: clamp(38px, 5vw, 56px); border-top: 1px solid rgba(255, 255, 255, .16); }
  .cta-button { margin: 0; }
  footer { grid-template-columns: repeat(3, 1fr); padding: 50px 7vw; }
  .footer-legal { text-align: right; justify-items: end; }
  .footer-legal .footer-links { justify-content: flex-end; }
}

@media (min-width: 760px) {
  .voices { display: grid; grid-template-columns: minmax(0, 30%) minmax(0, 1fr); gap: clamp(32px, 4vw, 64px); padding: 140px 0 140px 7vw; align-items: stretch; }
  .voices__more { margin-top: 28px; }
  .voices__more--intro { display: inline-flex; }
  .voices__more--bottom { display: none; }
  .voices__intro { display: flex; flex-direction: column; justify-content: center; padding-right: 16px; }
  .voices__intro .eyebrow { position: absolute; top: 0; left: 0; margin-bottom: 0; }
  .voices__title { font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
  .voices__support { max-width: none; }
  .voices__quote { top: -16px; left: -10px; font-size: clamp(5rem, 7vw, 7.5rem); }
  .voices__track { flex-direction: row; align-items: stretch; gap: 24px; margin: -16px 0 -44px -40px; padding: 52px 7vw 72px 40px; scroll-padding-left: 40px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; overscroll-behavior-x: contain; scrollbar-width: none; }
  .voices__track::-webkit-scrollbar { display: none; }
  .voice { flex: 0 0 clamp(290px, 25vw, 360px); scroll-snap-align: start; padding: 40px 36px; }
  .voice__text { font-size: 1.02rem; }
}

@media (hover: hover) and (pointer: fine) {
  .voices__track .voice.is-active { transform: scale(1.04) translateY(-4px); z-index: 2; box-shadow: 0 20px 45px rgba(45, 38, 30, .12); }
  .voices__track:hover .voice { opacity: .6; transform: scale(1); z-index: auto; box-shadow: 0 12px 35px rgba(45, 38, 30, .07); }
  .voices__track:hover .voice:hover { opacity: 1; transform: scale(1.04) translateY(-4px); z-index: 2; box-shadow: 0 20px 45px rgba(45, 38, 30, .12); }
}

/* Setas de navegação da trilha de depoimentos — só em telas intermediárias (tablet / desktop pequeno) */
@media (min-width: 768px) {
  .voices__slider { position: relative; }
  .voices__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 52px;
    height: 90px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #fbfbfa;
    box-shadow: 0 6px 22px rgba(45, 38, 30, .1);
    color: var(--ink);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .3s ease, box-shadow .3s ease, opacity .3s ease;
  }
  .voices__arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .3s ease;
  }
  .voices__arrow--prev { left: -30px; }
  .voices__arrow--next { right: calc(7vw - 22px); }
  .voices__arrow:hover { background: var(--paper); box-shadow: 0 10px 26px rgba(45, 38, 30, .14); }
  .voices__arrow--prev:hover svg { transform: translateX(-2px); }
  .voices__arrow--next:hover svg { transform: translateX(2px); }
  .voices__arrow:focus-visible { outline: 2px solid #a2672d; outline-offset: 2px; }
  .voices__arrow:disabled { opacity: .3; cursor: default; box-shadow: none; }
  .voices__arrow:disabled:hover { background: #fbfbfa; box-shadow: none; }
  .voices__arrow:disabled:hover svg { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-stagger > *, .hero__content > * { opacity: 1 !important; animation: none !important; }
  .voice,
  .voices__track .voice.is-active,
  .voices__track:hover .voice,
  .voices__track:hover .voice:hover,
  .voices__track.is-observing .voice.is-active { transform: none !important; }
}
