/* ==========================================================================
   RD Avelino Café — estilos das páginas (landing + obrigado)
   Layout desenhado em 1024px de largura. Abaixo de 960px entra o layout
   de celular/tablet (bloco @media no final do arquivo).
   ========================================================================== */

:root {
  --espresso: #3a2214;
  --roast: #683f23;
  --icon: #5b3320;
  --ink: #33261d;
  --muted: #7d6f65;
  --placeholder: #9b9fa4;

  --cream: #eee4da;
  --cream-2: #f3ece2;
  --paper: #faf7f2;
  --paper-2: #fbf6f0;
  --line: #e0d6c9;

  --forest: #293e1d;
  --green: #225d2f;
  --green-check: #2b6a3b;
  --green-ink: #2c6a3c;
  --green-panel: #edeee6;
  --green-line: #dde1d4;

  --tan: #d9b48c;
  --footer: #39221a;

  --serif: "Lora", Georgia, "Times New Roman", serif;
  --sans: "Mulish", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --script: "Caveat", "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #e3d7c8;
  color: var(--ink);
  font: 400 16px/1.4 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; color: inherit; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
svg { display: block; flex: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }

/* "Folha" central: no computador a página fica com 1024px, exatamente como o layout */
.page {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  background: var(--cream);
  box-shadow: 0 0 70px rgba(58, 34, 20, .16);
  overflow: hidden;
}

/* ------------------------------------------------------------------ Logo */
.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: var(--espresso);
  text-decoration: none;
  --vein: #f6e7d4;
}
.logo__mark { width: 47px; height: 51px; margin-bottom: -5px; }
.logo__name {
  font: 600 51px/1 var(--serif);
  letter-spacing: -.012em;
  white-space: nowrap;
}
.logo__sub {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 9px;
  font: 500 15px/1 var(--sans);
  letter-spacing: .44em;
  text-indent: .44em;
}
.logo__sub i { display: block; width: 68px; height: 1px; background: currentColor; opacity: .85; }
.logo--sm .logo__mark { width: 41px; height: 44px; }
.logo--sm .logo__name { font-size: 44px; }
.logo--sm .logo__sub { gap: 14px; font-size: 13.5px; margin-top: 8px; }
.logo--sm .logo__sub i { width: 58px; }
.logo--light { color: #fbf1e3; --vein: #3a2214; }
.tfooter .logo--sm .logo__mark { width: 31px; height: 33px; }
.tfooter .logo--sm .logo__name { font-size: 34px; }
.tfooter .logo--sm .logo__sub { font-size: 11px; gap: 10px; margin-top: 6px; }
.tfooter .logo--sm .logo__sub i { width: 42px; }

/* ------------------------------------------------------------------ Hero */
.hero {
  position: relative;
  height: 528px;
  color: #fff;
  background: #4a3524 url("assets/hero.jpg") center 30% / cover no-repeat;
}
.hero::before { /* sombra suave no canto esquerdo: dá leitura ao texto branco sem escurecer o logo */
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 78% 92% at 0% 82%, rgba(22, 12, 4, .74) 0%, rgba(22, 12, 4, .56) 42%, rgba(22, 12, 4, 0) 100%),
    linear-gradient(0deg, rgba(22, 12, 4, .28) 0%, rgba(22, 12, 4, 0) 34%);
  pointer-events: none;
}
.hero > * { position: relative; }
.hero .logo { position: absolute; left: 65px; top: 20px; }

.hero__nav {
  position: absolute; right: 60px; top: 25px;
  display: flex; align-items: center; gap: 19px;
  color: #3b2a20;
  font: 600 12.5px/1 var(--sans);
  letter-spacing: .15em;
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(250, 243, 232, .80);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.hero__nav li { display: flex; align-items: center; gap: 9px; }
.hero__nav li + li::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; margin-right: 10px; }
.hero__nav svg { width: 17px; height: 17px; }
.hero__nav .i-wide { width: 42px; height: 16px; }

.hero__copy { position: absolute; left: 58px; top: 185px; }
.badge {
  display: inline-block;
  height: 31px;
  padding: 0 21px;
  border-radius: 7px;
  background: var(--roast);
  color: #fff;
  font: 600 14.5px/31px var(--sans);
  letter-spacing: .13em;
}
.hero h1 {
  margin-top: 8px;
  font: 700 66px/1.02 var(--serif);
  letter-spacing: -.012em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .28);
}
.hero h1 span { display: block; font-size: 43px; font-weight: 600; line-height: 1.08; letter-spacing: 0; margin-top: -1px; }
.hero__where {
  display: flex; align-items: center; gap: 15px;
  margin-top: 19px;
  font: 500 20px/1.28 var(--sans);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}
.hero__where svg { width: 26px; height: 32px; color: #dba876; }
.hero__rule { display: block; width: 76px; height: 2px; margin: 25px 0 0; background: #d9a878; border: 0; }
.hero__lead {
  margin-top: 15px;
  font: 500 17.5px/1.36 var(--sans);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .4);
}

/* ------------------------------------------------- Palco (diferenciais + cartão) */
.bottom { position: relative; }
.stage {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  padding-right: 34px;
  background: linear-gradient(180deg, #f1e3d5 0%, #eee4da 30%, #ece2d6 100%);
}
.features { display: flex; flex-direction: column; align-items: center; padding-top: 78px; text-align: center; color: var(--icon); }
.features li { height: 152px; display: flex; flex-direction: column; align-items: center; gap: 9px; }
.features svg { width: 46px; height: 46px; }
.features .f-mountain { width: 64px; height: 44px; }
.features .f-cup { width: 50px; height: 46px; }
.features p {
  font: 600 12.8px/1.22 var(--sans);
  letter-spacing: .15em;
  text-indent: .15em;
  text-transform: uppercase;
}
.features p small { display: block; margin-top: 2px; font-size: 10.6px; font-weight: 500; letter-spacing: .2em; }

.card {
  background: var(--paper);
  border-radius: 8px 8px 0 0;
  padding: 26px 47px 26px 45px;
  box-shadow: 0 0 0 1px rgba(110, 76, 48, .05), -6px 8px 34px rgba(80, 48, 24, .10);
}
.card__title {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  color: #2f1c11;
}
.card__title h2 { font: 600 36px/1.1 var(--serif); white-space: nowrap; letter-spacing: -.005em; }
.card__title svg { width: 33px; height: 35px; color: var(--espresso); --vein: var(--paper); }
.card__title .rule { flex: 1; height: 1px; background: #5a4a40; }
.card__title .rule:first-child { margin-right: 9px; }
.card__title .rule:last-child { margin-left: 6px; }

/* Formulário */
.form { margin-top: 17px; }
.field { margin-top: 19px; }
.field:first-child { margin-top: 0; }
.field__label {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 8px;
  font: 700 15px/22px var(--sans);
  color: #2b1d14;
  letter-spacing: .01em;
}
.field__label svg { width: 22px; height: 22px; color: var(--icon); }
.input {
  display: block; width: 100%;
  height: 40px;
  padding: 0 18px;
  border: 1px solid #d9d6d1;
  border-radius: 4px;
  background: #fbfaf8;
  font: 400 16px/1 var(--sans);
  color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.input::placeholder { color: var(--placeholder); opacity: 1; }
.input:focus { outline: 0; border-color: #7a9a6a; box-shadow: 0 0 0 3px rgba(74, 110, 58, .16); }
.input[aria-invalid="true"], .qty[aria-invalid="true"] { border-color: #b4472f; box-shadow: 0 0 0 3px rgba(180, 71, 47, .12); }
select.input {
  -webkit-appearance: none; appearance: none;
  padding-right: 46px;
  cursor: pointer;
  background: #fbfaf8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b3320' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 9 7 7 7-7'/%3E%3C/svg%3E") no-repeat right 17px center / 15px;
  text-overflow: ellipsis;
}
select.input.is-empty { color: var(--placeholder); }
select.input option { color: var(--ink); }
#cidade-outra { margin-top: 8px; }
#cidade-outra[hidden] { display: none; }
textarea.input { height: 68px; padding: 12px 18px; resize: vertical; line-height: 1.4; font-size: 15px; min-height: 68px; }
textarea.input::placeholder { font-size: 14.5px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.qty { border: 1px solid #ddd4c8; border-radius: 4px; background: #fbf9f6; }
.qty__row { display: flex; align-items: center; height: 82px; padding: 0 12px 0 19px; }
.qty__row + .qty__row { border-top: 1px solid #e6ded3; }
.qty__thumb { width: 56px; height: 76px; object-fit: cover; border-radius: 4px; box-shadow: 0 3px 9px rgba(80, 48, 24, .30); }
.qty__info { flex: 1; margin-left: 37px; }
.qty__info strong { display: block; font: 700 18px/1.3 var(--sans); color: #2b1d14; }
.qty__info span { font: 600 17px/1.3 var(--sans); color: #4a3a2e; }
.stepper { display: flex; align-items: center; gap: 12px; }
.stepper__btn {
  width: 36px; height: 36px;
  border: 0; border-radius: 4px;
  display: grid; place-items: center;
  font: 500 24px/1 var(--sans);
  cursor: pointer;
  transition: filter .15s, transform .05s;
}
.stepper__btn:hover { filter: brightness(.94); }
.stepper__btn:active { transform: scale(.94); }
.stepper__btn--minus { background: #e0d2c5; color: #7a5a44; }
.stepper__btn--plus { background: #aa8a71; color: #fff; }
.stepper__input {
  width: 56px; height: 36px; padding: 0;
  border: 1px solid #e3dbd0; border-radius: 4px;
  background: #fff;
  text-align: center;
  font: 500 17px/1 var(--sans);
}
.stepper__input:focus { outline: 0; border-color: #7a9a6a; box-shadow: 0 0 0 3px rgba(74, 110, 58, .16); }

.total {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 13px; height: 49px; padding: 0 17px 0 18px;
  border-radius: 4px; background: #f0e8dd;
}
.total__label { display: flex; align-items: center; gap: 15px; font: 700 14px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: #3b2a20; }
.total__label svg { width: 22px; height: 22px; color: var(--icon); }
.total output { font: 600 24px/1 var(--serif); color: #2f1c11; }

.form__error { min-height: 0; margin-top: 12px; font: 600 14px/1.35 var(--sans); color: #a63d27; }
.form__error:empty { display: none; }

.btn {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  width: 100%;
  border-radius: 4px;
  font: 700 15.5px/1.2 var(--sans);
  letter-spacing: .07em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn--primary {
  height: 54px; margin-top: 13px;
  border: 0;
  background: var(--forest); color: #fff;
  transition: background .15s;
}
.btn--primary:hover { background: #33501f; }
.btn--primary svg.i-cart { width: 25px; height: 25px; }
.btn--primary svg.i-go { width: 15px; height: 15px; }
.btn--primary[disabled] { opacity: .75; cursor: progress; }
.form__note { margin-top: 9px; text-align: center; font: 400 12.5px/1.4 var(--sans); color: var(--muted); }

.or { display: flex; align-items: center; gap: 28px; margin: 12px 0 11px; font: 700 14px/1 var(--sans); letter-spacing: .04em; color: #2b1d14; }
.or::before, .or::after { content: ""; flex: 1; height: 1px; background: #3a3a34; opacity: .8; }

.btn--wa {
  min-height: 48px;
  border: 1.3px solid #2c4a2c;
  background: transparent;
  color: #213a1a;
  font-size: 14.5px;
  letter-spacing: .06em;
  padding: 0 16px;
  transition: background .15s;
}
.btn--wa:hover { background: rgba(41, 62, 29, .06); }
.btn--wa svg { width: 25px; height: 25px; color: #2c5a2f; }

/* Rodapé (landing) */
.footer {
  position: relative; z-index: 1;
  height: 100px;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  background: linear-gradient(90deg, #3f291f 0%, #37231a 55%, #33201a 100%);
  color: #e7d8c6;
  font: 400 12.5px/1.3 var(--sans);
}
.footer__mark { width: 24px; height: 26px; color: #e0b98d; --vein: #39221a; }
.footer__script {
  position: absolute; right: 42px; bottom: 30px;
  font: 500 21px/1.05 var(--script);
  color: #eadccb; text-align: right;
  transform: rotate(-4deg);
  transform-origin: right bottom;
}
.footer__script::after { content: ""; display: block; width: 92px; height: 1px; margin: 4px 0 0 auto; background: #eadccb; opacity: .8; transform: rotate(2deg); }
.deco { position: absolute; left: 0; bottom: 0; width: 262px; z-index: 3; pointer-events: none; }

/* ==========================================================================
   Página de agradecimento
   ========================================================================== */
.thanks { background: var(--cream-2); }
.thanks .hero { height: 458px; background-image: url("assets/hero.jpg"); background-position: center 25%; }
.thanks .hero::before { background: radial-gradient(ellipse 78% 74% at 0% 76%, rgba(22, 12, 4, .74) 0%, rgba(22, 12, 4, .56) 42%, rgba(22, 12, 4, 0) 100%), linear-gradient(0deg, rgba(22, 12, 4, .28) 0%, rgba(22, 12, 4, 0) 30%); }
.thanks .hero .logo { left: 69px; top: 25px; }
.thanks .hero__nav { right: 52px; top: 24px; gap: 18px; }
.thanks .hero__nav li { gap: 10px; }
.thanks .hero__nav li:first-child { gap: 9px; }

.hero__tagline {
  position: absolute; left: 62px; top: 185px;
  font: 500 40px/.98 var(--script);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}
.hero__tagline::after {
  content: ""; display: block; width: 240px; height: 2px; margin: 5px 0 0 4px;
  background: #fff; border-radius: 2px; transform: rotate(-1.2deg);
}
.thanks .hero__where { position: absolute; left: 62px; top: 331px; margin: 0; gap: 13px; align-items: flex-start; font-size: 16.5px; line-height: 1.2; }
.thanks .hero__where svg { width: 21px; height: 27px; margin-top: 1px; color: #e3b98d; }

.tcard {
  position: relative; z-index: 2;
  margin: -33px 73px 10px 75px;
  padding: 68px 0 25px;
  border-radius: 14px;
  background: var(--paper-2);
  text-align: center;
  box-shadow: 0 10px 40px rgba(70, 40, 20, .12), 0 0 0 1px rgba(110, 76, 48, .04);
}
.tcard__badge {
  position: absolute; left: 50%; top: -17px; transform: translateX(-50%);
  width: 84px; height: 84px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--paper-2);
}
.tcard__badge::before, .tcard__badge::after {
  content: ""; position: absolute; top: 52px; width: 80px; height: 1px; background: #4b3b31;
}
.tcard__badge::before { right: calc(100% + 14px); }
.tcard__badge::after { left: calc(100% + 14px); }
.tcard__check { width: 66px; height: 66px; border-radius: 50%; display: grid; place-items: center; background: var(--green-check); color: #fff; box-shadow: 0 3px 10px rgba(34, 93, 47, .28); }
.tcard__check svg { width: 34px; height: 34px; }
.tcard h1 { font: 700 44px/52px var(--serif); color: #3b2414; letter-spacing: -.008em; }
.tcard__thanks { margin-top: 8px; font: 400 18.5px/26px var(--sans); color: #2b1d14; }
.tcard__thanks strong, .tcard__text strong { font-weight: 700; }
.tcard__text { margin: 6px auto 0; max-width: 640px; font: 400 17px/23px var(--sans); color: #33261d; }

.panel { margin: 26px 63px 0; text-align: left; border: 1px solid #e4dbcf; border-radius: 8px; overflow: hidden; background: var(--paper-2); }
.panel__head {
  display: flex; align-items: center; gap: 14px;
  height: 50px; padding: 0 25px;
  background: #f3ece2;
  font: 600 21px/1 var(--serif); color: #3b2414;
}
.panel__head svg { width: 26px; height: 26px; color: #3b2414; --vein: #f3ece2; }
.sum__item { display: flex; align-items: center; gap: 45px; padding: 8px 26px 8px 25px; min-height: 104px; }
.sum__item + .sum__item { border-top: 1px solid #ece4d9; }
.sum__thumb { width: 72px; height: 88px; object-fit: cover; border-radius: 6px; box-shadow: 0 4px 12px rgba(80, 48, 24, .28); }
.sum__info { flex: 1; }
.sum__info strong { display: block; font: 700 16px/22px var(--sans); color: #2b1d14; }
.sum__info span { display: block; font: 400 15px/22px var(--sans); color: #55463b; }
.sum__price { font: 700 15px/1 var(--sans); color: #2b1d14; white-space: nowrap; }
.sum__total { display: flex; align-items: center; justify-content: space-between; margin: 0 25px 0 25px; padding: 13px 1px 14px; border-top: 1px solid #e4dbcf; }
.sum__total span { font: 700 18px/1.2 var(--sans); color: #2b1d14; }
.sum__total output { font: 700 25px/1 var(--serif); color: #2f1c11; }

.survey { margin-top: 20px; background: var(--green-panel); border-color: var(--green-line); padding: 0 24px 19px; }
.survey__head { display: flex; align-items: center; gap: 14px; padding-top: 13px; height: 43px; font: 600 21px/30px var(--serif); color: var(--green-ink); }
.survey__head svg { width: 30px; height: 30px; color: #3b2414; --vein: var(--green-panel); }
.survey__q { margin-top: 4px; font: 600 17px/22px var(--sans); color: #2b1d14; }
.survey__hint { margin-top: 3px; font: 400 14.5px/20px var(--sans); color: #4b3f36; }
.opts { margin: 9px 35px 0 35px; display: grid; gap: 7px; }
.opt { position: relative; display: block; }
.opt input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.opt__box {
  display: flex; align-items: center; gap: 14px;
  height: 42px; padding: 0 28px;
  border: 1px solid #dcd8ce; border-radius: 5px;
  background: #faf8f4;
  font: 400 14.5px/1 var(--sans); color: #2b1d14;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.opt__radio { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid #8e8a83; background: #fff; display: grid; place-items: center; flex: none; }
.opt__radio::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--green); transform: scale(0); transition: transform .15s; }
.opt__box svg { color: #3b2414; --vein: #faf8f4; }
.opt__box .i-ground { width: 38px; height: 28px; margin-left: 1px; margin-right: 0; }
.opt__box .i-grain { width: 28px; height: 28px; margin-left: 5px; margin-right: 1px; }
.opt input:checked + .opt__box { border-color: var(--green); background: #f4f8ef; box-shadow: 0 0 0 1px var(--green) inset; }
.opt input:checked + .opt__box .opt__radio { border-color: var(--green); }
.opt input:checked + .opt__box .opt__radio::after { transform: scale(1); }
.opt input:focus-visible + .opt__box { outline: 2px solid var(--green); outline-offset: 2px; }
.survey__note { display: flex; align-items: center; gap: 8px; margin: 10px 0 0 35px; font: 400 12.5px/18px var(--sans); color: #55483d; }
.survey__note svg { width: 16px; height: 16px; color: #3b2414; --vein: var(--green-panel); }
.survey__btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 215px; height: 40px; margin: 15px auto 0;
  border: 0; border-radius: 20px;
  background: var(--green); color: #fff;
  font: 700 13.5px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase;
  cursor: pointer; transition: background .15s;
}
.survey__btn:hover { background: #1c4e27; }
.survey__btn svg { width: 17px; height: 17px; }
.survey__btn[disabled] { opacity: .7; cursor: progress; }
.survey__msg { margin: 8px 0 0; min-height: 0; text-align: center; font: 600 13px/1.35 var(--sans); color: #a63d27; }
.survey__msg:empty { display: none; }
.survey__done { display: none; padding: 26px 0 8px; text-align: center; }
.survey__done .tick { width: 46px; height: 46px; margin: 0 auto 10px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; }
.survey__done .tick svg { width: 24px; height: 24px; }
.survey__done strong { display: block; font: 600 21px/1.2 var(--serif); color: var(--green-ink); }
.survey__done p { margin-top: 6px; font: 400 15px/1.4 var(--sans); color: #4b3f36; }
.survey.is-done .survey__form { display: none; }
.survey.is-done .survey__done { display: block; }

.soon { margin-top: 9px; font: 500 34px/34px var(--script); color: #5a2f18; }
.leafrule { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 2px; color: #4a2818; --vein: #fbf6f0; }
.leafrule i { display: block; width: 44px; height: 1px; background: #5a4a40; opacity: .8; }
.leafrule svg { width: 16px; height: 16px; }
.btn--pill {
  width: 420px; max-width: calc(100% - 40px); height: 40px; min-height: 0; margin: 20px auto 0;
  border-radius: 20px; border-width: 1.5px; border-color: #2b5b2f;
  font-size: 12.8px; letter-spacing: .07em; color: #1f4d28; gap: 10px;
}
.btn--pill svg { width: 20px; height: 20px; }
.btn--pill .i-arrow { width: 15px; height: 15px; }
.back { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; font: 400 13px/20px var(--sans); color: #3b2414; text-decoration: underline; text-underline-offset: 2px; }
.back svg { width: 18px; height: 18px; }

.tfooter {
  position: relative; z-index: 1;
  height: 178px;
  padding: 16px 40px 0 108px;
  background: #3a2214 url("assets/rodape-obrigado.jpg") center bottom / cover no-repeat;
  color: #f6e9d9;
}
.tfooter__row { display: flex; align-items: center; height: 84px; }
.tfooter .logo--light { flex: none; }
.tfooter__tag { flex: none; margin-left: 40px; padding-left: 30px; border-left: 1px solid rgba(246, 233, 217, .5); height: 58px; display: flex; align-items: center; font: 400 17px/1.35 var(--sans); }
.tfooter__feat { display: flex; margin-left: auto; }
.tfooter__feat li { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 0 21px; text-align: center; font: 400 11.8px/1.35 var(--sans); }
.tfooter__feat li + li { border-left: 1px solid rgba(246, 233, 217, .5); }
.tfooter__feat svg { width: 22px; height: 24px; color: #e6c095; --vein: #3a2214; }
.tfooter__feat .f-mountain { width: 34px; height: 24px; }
.tfooter small { display: block; margin-top: 19px; text-align: center; font: 400 12px/18px var(--sans); color: #f6e9d9; }

/* Estado "sem dados do pedido" */
.no-summary .js-summary { display: none; }
.no-survey .js-survey { display: none; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ==========================================================================
   Celular e tablet (abaixo de 960px)
   ========================================================================== */
@media (max-width: 959px) {
  body { background: var(--cream); }
  .page { box-shadow: none; }

  .logo__mark, .logo--sm .logo__mark { width: 31px; height: 33px; margin-bottom: -4px; }
  .logo__name, .logo--sm .logo__name { font-size: 31px; }
  .logo__sub, .logo--sm .logo__sub { font-size: 10px; gap: 9px; margin-top: 5px; }
  .logo__sub i, .logo--sm .logo__sub i { width: 34px; }
  .tfooter .logo--sm .logo__mark { width: 31px; height: 33px; }
  .tfooter .logo--sm .logo__name { font-size: 34px; }
  .tfooter .logo--sm .logo__sub { font-size: 11px; }

  /* Hero: foto em cima, texto sobre um degradê escuro embaixo */
  .hero, .thanks .hero {
    height: auto;
    display: flex; flex-direction: column;
    padding: 0 22px 30px;
    background-color: #2b1a11;
    background-image:
      linear-gradient(to bottom, rgba(43, 26, 17, 0) 0, rgba(43, 26, 17, 0) 46%, #2b1a11 100%),
      url("assets/hero.jpg");
    background-repeat: no-repeat;
    background-position: 0 0, 84% 0;
    background-size: 100% 410px, auto 410px;
  }
  .thanks .hero { background-size: 100% 380px, auto 380px; }
  .hero::before { display: none; }
  .hero .logo, .thanks .hero .logo { position: relative; left: auto; top: auto; margin: 12px 0 0; align-self: flex-start; }
  .hero .logo { color: #fbf1e3; --vein: #3a2214; filter: drop-shadow(0 1px 8px rgba(20, 10, 4, .6)); }
  .hero__nav, .thanks .hero__nav {
    position: relative; right: auto; top: auto; order: -1;
    margin-top: 14px; justify-content: space-between; gap: 6px;
    font-size: 9.4px; letter-spacing: .07em;
  }
  .hero__nav li { gap: 5px; }
  .hero__nav li + li::before { margin-right: 4px; width: 3px; height: 3px; }
  .hero__nav svg { width: 12px; height: 12px; }
  .hero__nav .i-wide { width: 22px; height: 11px; }
  .hero__copy, .hero__tagline, .thanks .hero__where { position: relative; left: auto; top: auto; }
  .hero__copy { margin-top: 232px; }
  .thanks .hero { padding-bottom: 66px; }
  .br-d { display: none; }
  .hero h1 { font-size: 42px; }
  .hero h1 span { font-size: 30px; }
  .badge { height: 28px; font-size: 12.5px; line-height: 28px; padding: 0 16px; }
  .hero__where { margin-top: 16px; font-size: 17px; gap: 12px; }
  .hero__where svg { width: 22px; height: 28px; }
  .hero__rule { margin-top: 20px; width: 60px; }
  .hero__lead { font-size: 15.5px; margin-top: 13px; }

  .thanks .hero .logo { margin-bottom: 0; }
  .hero__tagline { margin-top: 208px; font-size: 38px; }
  .thanks .hero__where { margin-top: 16px; font-size: 16px; }

  /* Palco */
  .stage { display: block; padding: 0 14px 22px; background: linear-gradient(180deg, #f1e3d5, #eee4da); }
  .features { flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 20px 0 18px; gap: 4px; }
  .features li { height: auto; flex: 1; gap: 8px; }
  .features svg { width: 34px; height: 34px; }
  .features .f-mountain { width: 44px; height: 32px; }
  .features .f-cup { width: 38px; height: 34px; }
  .features p { font-size: 9.6px; letter-spacing: .05em; text-indent: .05em; }
  .features p small { font-size: 8.5px; }
  .card { padding: 20px 16px 22px; border-radius: 12px; }
  .card__title h2 { font-size: 22px; white-space: normal; text-align: center; text-wrap: balance; }
  .card__title { gap: 10px; }
  .card__title .rule { display: none; }
  .card__title svg { width: 26px; height: 28px; }
  .qty__row { height: 88px; padding: 0 10px 0 12px; }
  .qty__thumb { width: 46px; height: 64px; }
  .qty__info { margin-left: 12px; min-width: 0; }
  .qty__info strong { font-size: 16px; }
  .qty__info span { font-size: 15px; }
  .stepper { gap: 6px; }
  .stepper__btn { width: 34px; height: 34px; }
  .stepper__input { width: 44px; height: 34px; }
  .total { padding: 0 14px; }
  .total__label { font-size: 12px; gap: 10px; letter-spacing: .05em; }
  .total output { font-size: 22px; }
  .btn { font-size: 14px; letter-spacing: .05em; gap: 10px; }
  .btn--wa { font-size: 13px; padding: 10px 14px; text-align: center; }
  .deco { display: none; }
  .footer { height: auto; flex-direction: column; padding: 26px 20px 30px; gap: 10px; text-align: center; }
  .footer__script { position: static; transform: none; text-align: center; margin-top: 4px; font-size: 22px; }
  .footer__script::after { margin: 4px auto 0; }

  /* Agradecimento */
  .tcard { margin: -26px 14px 14px; padding: 60px 0 22px; border-radius: 14px; }
  .tcard__badge { top: -34px; width: 78px; height: 78px; }
  .tcard__badge::before, .tcard__badge::after { top: 50px; width: 44px; }
  .tcard__badge::before { right: calc(100% + 14px); }
  .tcard__badge::after { left: calc(100% + 14px); }
  .tcard__check { width: 62px; height: 62px; }
  .tcard h1 { font-size: 31px; line-height: 38px; padding: 0 12px; }
  .tcard__thanks { font-size: 16.5px; padding: 0 16px; }
  .tcard__text { font-size: 15.5px; padding: 0 18px; }
  .panel { margin: 24px 14px 0; }
  .panel__head { font-size: 19px; padding: 0 18px; }
  .sum__item { gap: 16px; padding: 10px 16px; }
  .sum__thumb { width: 58px; height: 72px; }
  .sum__total { margin: 0 16px; }
  .survey { margin-top: 16px; padding: 0 16px 18px; }
  .survey__head { font-size: 19px; }
  .survey__q { font-size: 16px; line-height: 22px; }
  .opts { margin: 12px 0 0; }
  .opt__box { padding: 0 14px; font-size: 14px; height: 46px; }
  .survey__note { margin-left: 0; align-items: flex-start; }
  .survey__note svg { margin-top: 1px; flex: none; }
  .soon { font-size: 32px; }
  .btn--pill { height: auto; min-height: 42px; padding: 10px 14px; font-size: 12px; text-align: center; max-width: calc(100% - 32px); }

  .tfooter { height: auto; padding: 30px 20px 26px; background-position: center bottom; }
  .tfooter__row { flex-direction: column; height: auto; gap: 18px; }
  .tfooter__tag { margin: 0; padding: 0; border: 0; height: auto; text-align: center; }
  .tfooter__feat { margin: 0; width: 100%; justify-content: center; }
  .tfooter__feat li { padding: 0 10px; flex: 1; font-size: 11px; }
  .tfooter small { margin-top: 22px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 38px; }
  .hero h1 span { font-size: 27px; }
  .tcard h1 { font-size: 27px; line-height: 34px; }
  .features p { letter-spacing: .04em; }
  .btn { font-size: 13px; }
}
