/* Base visual preservada de redesign.css; ajustes finais reconstituídos pelos registros. */
:root {
  --green: #084c42;
  --green-dark: #073f37;
  --cream: #faf1dc;
  --red: #a43b2e;
  --ink: #244b43;
  --muted: #58605a;
  --gutter: clamp(24px, 6.5vw, 72px);
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #eae7dc;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 15px; line-height: 1.5; }
[hidden] { display: none !important; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-underline-offset: 4px; }
button, summary { cursor: pointer; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
p, figure, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h2 { font: 400 32px/1.14 Georgia, "Times New Roman", serif; letter-spacing: -.8px; }
h2 em { font-style: normal; }
:focus-visible { outline: 3px solid #b04a32; outline-offset: 5px; }
section, details[id] { scroll-margin-top: 24px; }
main:focus, section[tabindex="-1"]:focus { outline: none; }
.page { max-width: 1120px; margin-inline: auto; background: var(--cream); position: relative; }
.container { padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; border-radius: 30px; background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { color: var(--red); font-size: 11px; font-weight: 650; letter-spacing: 3px; line-height: 1.5; }
.button, .city-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 24px;
  min-height: 46px; padding: 10px 24px; border: 1px solid var(--green); border-radius: 999px;
  background: var(--green); color: var(--cream); text-decoration: none;
  font-size: 14px; font-weight: 600; line-height: 1.35;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
a.button:hover { background: var(--green-dark); transform: translateY(-2px); }
.text-link { display: inline-block; padding-block: 8px; }
.button-unavailable, .checkout-button { background: transparent; color: var(--green); font-weight: 500; }
.channel-note { font-size: 12px; line-height: 1.5; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; min-height: 44px; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 20px; font-weight: 300; flex: 0 0 auto; transition: transform .2s; }
details[open] > summary > span { transform: rotate(45deg); }
details > div p + p { margin-top: 10px; }

/* Le menu discret laisse toute la place à la paysage. */
.site-header { position: relative; z-index: 10; }
.header-inner { padding: 14px var(--gutter); }
#navegacao { display: flex; flex-wrap: wrap; gap: 8px 24px; }
#navegacao a { padding: 8px 0; border: 0; border-radius: 0; background: transparent; color: var(--green); text-decoration: none; font-size: 14px; font-weight: 400; }
#navegacao a:hover { text-decoration: underline; }
.js .site-header { position: absolute; top: 20px; right: 24px; }
.js .header-inner { padding: 0; }
.menu-toggle { display: flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 8px; border: 1px solid #084c4255; border-radius: 50px; background: #fff7e6e8; color: var(--green); font-size: 18px; }
.js #navegacao { display: none; position: absolute; top: 54px; right: 0; width: 238px; padding: 14px 23px; background: #fff8eaf7; border: 1px solid #084c4222; border-radius: 22px; box-shadow: 0 12px 40px #18372b20; }
.js #navegacao.is-open { display: flex; flex-direction: column; gap: 0; }
.js #navegacao a { min-height: 44px; }
.noscript-note { padding-block: 12px; font-size: 13px; }

/* A paisagem é a abertura, sem moldura ou cartão separado. */
.hero { position: relative; isolation: isolate; min-height: 500px; background: #f9e8c7; }
.hero-art { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-art .configured-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fff1d7c9 0%, #fff1d796 33%, #fff1d733 54%, transparent 74%); }
.landscape-placeholder { height: 100%; background: linear-gradient(160deg, #f4d3a9, #91aca2); }
.configured-image.is-loading { position: absolute; opacity: 0; }
.hero-inner { position: relative; min-height: 500px; display: flex; align-items: center; padding-block: 38px 42px; }
.hero-copy { width: 460px; max-width: 100%; }
.hero-name { display: flex; flex-direction: column; width: fit-content; font-family: Georgia, "Times New Roman", serif; color: var(--green); line-height: .85; letter-spacing: -3px; }
.hero-name span { font-size: 76px; }
.hero-name strong { font-size: 100px; font-weight: 400; margin-top: 5px; }
.hero-profession { color: var(--red); font-size: 19px; font-weight: 500; letter-spacing: 7px; margin-top: 13px; }
.hero-profession::before { content: ""; display: block; width: 80px; height: 1px; background: var(--red); margin-bottom: 6px; }
.hero-practices { width: fit-content; max-width: 100%; margin: 22px 0 0; padding: 12px 18px; list-style: none; background: rgba(255, 255, 255, .4); color: var(--green-dark); font-size: 14px; line-height: 1.55; }
.hero-message { margin-top: 26px; max-width: 438px; }
.hero-message .eyebrow { font-size: 10px; letter-spacing: 2.6px; margin-bottom: 8px; }
h1 { color: var(--green-dark); font: 400 23px/1.28 Georgia, "Times New Roman", serif; letter-spacing: -.25px; text-wrap: pretty; }
h1 em { font-style: normal; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; }
.hero-care-link { font-size: 13px; font-weight: 600; padding-block: 10px; text-decoration: none; border-bottom: 1px solid #084c4277; }
.hero-caption { position: absolute; right: 30px; bottom: 23px; font-size: 10px; letter-spacing: 2px; font-weight: 650; color: var(--green-dark); background: #fff3dbe6; border-radius: 40px; padding: 8px 15px; }
.hero-caption span { padding: 0 6px; }

/* Catálogo sobre uma única superfície, com as capas livres. */
.books { position: relative; isolation: isolate; overflow: hidden; padding-block: 36px 22px; background: linear-gradient(108deg, #fbf3d4 0%, #f9ebdf 49%, #f8dfe7 100%); }
.books::before, .books::after { content: ""; position: absolute; z-index: -1; width: 140px; height: 140px; border-radius: 50%; top: 230px; background: repeating-radial-gradient(circle at 45% 62%, transparent 0 12px, #f8e0b963 13px 14px, transparent 15px 25px), #d8935b; opacity: .6; }
.books::before { left: -108px; }
.books::after { right: -108px; top: 285px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading .eyebrow { margin-bottom: 8px; }
.section-heading h2 { font-size: 30px; }
.section-heading > p { font: 14px/1.5 Georgia, "Times New Roman", serif; padding-bottom: 3px; }
.book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 46px; align-items: start; }
.book-card { min-width: 0; }
.book-art { height: 270px; display: flex; align-items: end; justify-content: center; position: relative; margin-bottom: 22px; }
.book-art .configured-image { height: 100%; width: auto; max-width: 100%; object-fit: contain; object-position: bottom; filter: drop-shadow(5px 9px 6px #44362227); }
.book-placeholder { width: 190px; height: 100%; display: grid; place-content: center; text-align: center; border: 1px solid #bba984; background: #efe2c8; font: 24px/1.2 Georgia, serif; }
.cover-note { position: absolute; bottom: 12px; font-size: 11px; }
.book-content h3 { font-size: 17px; line-height: 1.27; font-weight: 650; min-height: 66px; letter-spacing: -.3px; }
.book-content h3 span { display: block; }
.book-content > p { font: 15px/1.4 Georgia, "Times New Roman", serif; margin-top: 8px; min-height: 42px; }
.book-details { font-size: 13px; }
.book-details summary { font-size: 12px; min-height: 39px; justify-content: start; gap: 14px; }
.book-details > div { padding: 0 0 14px; }
.book-commerce { margin-top: 3px; }
.price { font-size: 14px; color: var(--red); font-weight: 650; margin-bottom: 9px; }
.book-commerce .button { width: 100%; min-height: 39px; padding: 8px 12px; font-size: 13px; background: transparent; color: var(--green); }
.book-commerce a.button:hover { background: var(--green); color: var(--cream); }
.amazon-link { font-size: 12px; margin-top: 10px; }
.bundle { margin-top: 32px; padding: 20px 0 14px; border-top: 1px solid #084c4226; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.bundle h3 { font: 25px/1.2 Georgia, serif; letter-spacing: -.5px; }
.bundle p { color: var(--muted); font-size: 12px; margin-top: 4px; }
.bundle .button { min-height: 40px; padding: 8px 24px; font-size: 13px; }
.campaign-note { font-size: 13px; }
.campaign-note summary { justify-content: start; font-size: 12px; gap: 15px; }
.campaign-note > div { max-width: 630px; padding-block: 10px 14px; }
.campaign-note h2 { font-size: 22px; margin-bottom: 10px; }
.campaign-date { margin-top: 10px; }

/* Um único rodapé verde reúne as informações complementares. */
.connect, .site-footer { color: var(--cream); background: var(--green-dark); }
.connect { padding-block: 36px 24px; }
.connect-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px 65px; }
.connect .eyebrow { color: #e1bc96; font-size: 10px; letter-spacing: 2.5px; margin-bottom: 7px; }
.connect h2 { font-size: 29px; margin-bottom: 10px; }
.connect p:not(.eyebrow):not(.channel-note) { font-size: 14px; line-height: 1.5; }
.connect .author-caption { font-family: Georgia, serif; font-size: 18px !important; }
.professionals { grid-column: 1 / -1; border-top: 1px solid #f9edcf30; padding-top: 23px; }
.author-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.author-heading h2 { margin-bottom: 0; }
.connect .channel-note { color: #d2d8c8; margin-top: 7px; }
.connect a:hover { color: white; }
.connect .button, .connect .city-button { color: var(--cream); border-color: #f9edcf8c; background: transparent; min-height: 40px; font-size: 12px; padding: 8px 18px; }
.connect a.button:hover, .connect a.city-button:hover { background: #ffffff15; }
.connect :focus-visible, .site-footer :focus-visible { outline-color: #f4bc86; }
.training { font-size: 13px; margin-top: 12px; }
.training summary { font-size: 12px; justify-content: start; gap: 18px; }
.training > div { padding-block: 4px 12px; }
.training .button { margin-top: 15px; }
.city-options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.contraponto, .invitation { border-top: 1px solid #f9edcf30; padding-top: 23px; }
.contraponto h2 { font-size: 27px; }
.video-links { list-style: none; padding: 0; margin: 6px 0 0; font-size: 14px; }
.video-links a { min-height: 44px; }
.invitation h2 { font-size: 24px; }
.invitation [data-channel] { margin-top: 13px; }
.site-footer { padding-bottom: 22px; }
.footer-top { border-top: 1px solid #f9edcf30; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.wordmark { display: block; text-decoration: none; width: fit-content; }
.wordmark > span { font: 22px/1.2 Georgia, serif; letter-spacing: 2px; }
.wordmark small { display: block; font-size: 9px; font-weight: 600; letter-spacing: 5.7px; margin-top: 6px; }
.footer-channels { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 12px; }
.footer-channels a { display: inline-block; padding-block: 10px; }
.footer-channels .social-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; min-height: 44px; padding: 10px; }
.social-link svg { display: block; width: 24px; height: 24px; flex: 0 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: #c6d2c3; margin-top: 22px; }
.footer-bottom p { max-width: 420px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.footer-book-links { display: flex; flex-direction: column; font-size: 12px; gap: 10px; margin-top: 20px; }

@media (min-width: 1600px) { .page { margin-block: 24px; } }
@media (max-width: 900px) {
  :root { --gutter: 36px; }
  .hero-name span { font-size: 66px; }
  .hero-name strong { font-size: 87px; }
  .hero-copy { width: 425px; }
  h1 { font-size: 22px; }
  .hero-art::after { background: linear-gradient(90deg, #fff1d7df, #fff1d7a3 43%, #fff1d711 85%); }
  .hero-caption { right: 22px; bottom: 15px; font-size: 9px; }
  .book-grid { column-gap: 28px; }
  .book-art { height: 235px; }
  .book-content h3 { font-size: 16px; min-height: 81px; }
  .book-content > p { min-height: 63px; }
  .section-heading h2 { font-size: 27px; }
  .section-heading > p { font-size: 12px; }
  .connect-grid { column-gap: 35px; }
}
@media (max-width: 620px) {
  :root { --gutter: 24px; }
  .js .site-header { top: 18px; right: 18px; }
  .menu-toggle { width: 42px; padding: 8px; min-height: 42px; }
  .hero, .hero-inner { min-height: 600px; }
  .hero-inner { align-items: start; padding-top: 74px; padding-bottom: 140px; }
  .hero-copy { width: 100%; }
  .hero-name { letter-spacing: -2.5px; }
  .hero-name span { font-size: 57px; }
  .hero-name strong { font-size: 76px; }
  .hero-profession { font-size: 15px; letter-spacing: 5.8px; margin-top: 12px; }
  .hero-message { max-width: 400px; margin-top: 25px; }
  .hero-message .eyebrow { font-size: 9px; letter-spacing: 2px; }
  h1 { font-size: 22px; line-height: 1.3; max-width: 380px; }
  .hero-art { background: #fcedd3; }
  .hero-art .configured-image { position: absolute; width: 650px; max-width: none; height: 275px; bottom: 0; left: 50%; transform: translateX(-50%); object-fit: cover; }
  .hero-art::after { background: linear-gradient(180deg, #fff0d640, #fff0d633 46%, #fcedd3ee 54%, #fcedd3b3 62%, transparent 83%); }
  .hero-caption { right: 20px; bottom: 16px; font-size: 8px; letter-spacing: 1.6px; padding: 7px 12px; }
  .actions { gap: 8px 16px; margin-top: 20px; }
  .actions .button { padding-inline: 19px; gap: 20px; font-size: 13px; }
  .hero-care-link { font-size: 12px; }
  .books { padding-top: 27px; padding-bottom: 15px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 27px; line-height: 1.15; }
  .section-heading > p { margin-top: 12px; font-size: 13px; }
  .section-heading > p br { display: none; }
  .book-grid { grid-template-columns: 1fr; row-gap: 34px; }
  .book-card { display: grid; grid-template-columns: minmax(100px, .72fr) minmax(0, 1fr); gap: 20px; align-items: start; }
  .book-art { height: auto; margin: 0; padding-top: 2px; }
  .book-art .configured-image { width: 100%; height: auto; }
  .book-placeholder { width: 100%; aspect-ratio: .706; height: auto; font-size: 18px; }
  .book-content h3 { min-height: 0; font-size: 16px; line-height: 1.27; }
  .book-content > p { min-height: 0; font-size: 14px; margin-top: 9px; }
  .book-details summary { min-height: 38px; font-size: 11px; }
  .book-commerce { margin-top: 0; }
  .book-commerce .button { min-height: 40px; font-size: 11px; padding-inline: 8px; }
  .price { font-size: 12px; margin-bottom: 7px; }
  .books::before, .books::after { opacity: .28; }
  .books::before { top: 520px; }
  .books::after { top: 130px; }
  .bundle { align-items: start; gap: 14px; margin-top: 28px; }
  .bundle h3 { font-size: 22px; }
  .bundle p { max-width: 165px; font-size: 11px; }
  .bundle .button { padding-inline: 13px; font-size: 11px; min-height: 40px; }
  .campaign-note summary { font-size: 11px; }
  .connect { padding-block: 28px 22px; }
  .connect-grid { grid-template-columns: 1fr; row-gap: 23px; }
  .connect h2 { font-size: 28px; }
  .connect p:not(.eyebrow):not(.channel-note) { font-size: 14px; }
  .author-heading { display: block; }
  .author-heading h2 { margin-bottom: 10px; }
  .training { margin-top: 6px; }
  .contraponto h2 { font-size: 25px; }
  .invitation h2 { font-size: 24px; }
  .footer-top { display: block; padding-top: 20px; }
  .footer-channels { margin-top: 20px; font-size: 11px; }
  .footer-bottom { display: block; font-size: 10px; }
  .legal-links { margin-top: 12px; gap: 7px 14px; }
}
@media (max-width: 370px) {
  :root { --gutter: 20px; }
  .hero-name span { font-size: 53px; }
  .hero-name strong { font-size: 70px; }
  .hero-profession { font-size: 14px; letter-spacing: 5px; }
  h1 { font-size: 21px; }
  .book-card { gap: 16px; grid-template-columns: 108px minmax(0, 1fr); }
  .book-content h3 { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
