/* Livro em 30 Dias / V5
 * Website, not a deck: natural flow, generous reading sizes, progressive detail.
 * Local system fonts only. Hero and book artwork are stored in assets/.
 */
:root {
  --paper: #f6f2e9;
  --paper-soft: #f0ebe1;
  --ink: #211e1a;
  --body: #4b4741;
  --red: #b52a22;
  --rule: #d3cabf;
  --display: 'Baskerville', 'Iowan Old Style', 'Palatino Linotype', 'P052', Georgia, serif;
  --sans: 'Helvetica Neue', Arial, 'Liberation Sans', sans-serif;
  --gutter: clamp(24px, 5.6vw, 104px);
  --space: clamp(72px, 6vw, 104px);
  --flow-space: 52px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 22px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body, button, summary, a { -webkit-tap-highlight-color: transparent; }
p, h1, h2, h3, h4, figure, blockquote, dl { margin: 0; }
p { color: var(--body); text-wrap: pretty; }
p + p { margin-top: 24px; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.048em; text-wrap: balance; }
h1 { line-height: 1.02; }
h2 { font-size: clamp(50px, 4.75vw, 76px); line-height: 1.09; }
h3 { font-family: var(--display); font-size: 36px; font-weight: 400; letter-spacing: -.026em; line-height: 1.2; }
h4 { font: 500 25px/1.3 var(--sans); }
strong { font-weight: 600; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
::selection { color: var(--paper); background: var(--red); }
[hidden] { display: none !important; }
.frame { width: min(100% - var(--gutter) * 2, 1280px); margin-inline: auto; }
.reading { max-width: 1080px; margin-inline: auto; }
.reading > p { max-width: 720px; margin-inline: 0; }
.reading.centered > p { margin-inline: auto; }
.reading > h2 + p { margin-top: 30px; }
.reading > p + p { margin-top: 25px; }
.centered { text-align: center; }
.lead { font-size: 24px; line-height: 1.55; }
.section { padding-block: var(--space); }
.section-label { color: var(--red); font-size: 18px; line-height: 1.45; margin-bottom: 24px; }
.skip-link { position: fixed; top: 14px; left: 14px; z-index: 100; background: var(--ink); color: var(--paper); padding: 12px 18px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
/* Navigation remains recognizably a website, without folios or slide numbers. */
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 34px; border-bottom: 1px solid var(--red); }
.publisher-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.publisher-brand img { display: block; width: 180px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { display: inline-flex; min-height: 48px; align-items: center; font-size: 18px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 20px; font-size: 17px; line-height: 1.4; min-height: 48px; padding: 12px 20px; color: var(--paper); background: var(--ink); transition: background .2s; white-space: nowrap; }
.header-cta:hover { background: var(--red); }
.mobile-nav { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 38px; max-width: 100%; min-height: 64px; padding: 17px 26px; background: var(--red); color: #fffaf4; font: 500 20px/1.45 var(--sans); text-align: left; transition: background .18s ease; }
.button:hover { background: var(--ink); }
.button:active, .header-cta:active { transform: translateY(1px); }
.arrow { font-size: 28px; line-height: 1; flex: 0 0 auto; }
/* One promise, a short explanation, and one primary action. */
.hero { position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; min-height: 820px; padding: 80px 0 92px; background: var(--paper); }
.hero-background { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero-art { position: absolute; left: 0; bottom: 0; width: 100%; aspect-ratio: 3 / 1; background-color: var(--paper); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
.hero-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, var(--paper) 0%, rgba(246,242,233,0) 14%, rgba(246,242,233,0) 87%, var(--paper) 100%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(246,242,233,0) 0%, rgba(246,242,233,.48) 7%, rgba(246,242,233,.9) 14%, rgba(246,242,233,1) 20%, rgba(246,242,233,1) 80%, rgba(246,242,233,.9) 86%, rgba(246,242,233,.48) 93%, rgba(246,242,233,0) 100%); }
.hero-content { position: relative; z-index: 2; }
.hero-audience { max-width: 820px; margin: 20px auto 26px; text-align: center; font-size: 18px; line-height: 1.45; }
.hero h1 { font-size: clamp(76px, 9.1vw, 144px); max-width: 1150px; margin-inline: auto; text-align: center; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 > em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 820px; margin: 34px auto 0; font-size: 24px; line-height: 1.5; text-align: center; }
.hero-support { max-width: 820px; margin: 22px auto 0; font-size: 24px; line-height: 1.45; text-align: center; }
.hero-production, .hero-impact { max-width: 820px; margin: 24px auto 0; font-size: 20px; line-height: 1.55; text-align: center; }
.hero-action { display: flex; justify-content: center; margin-top: 32px; }
.reading:not(.centered) > .hero-action { justify-content: flex-start; }
.hero-condition { max-width: 610px; margin: 25px auto 0; font-size: 18px; line-height: 1.5; text-align: center; }
.application { border-bottom: 1px solid var(--rule); }
.application-grid, .investment-grid, .founder-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: clamp(48px, 7vw, 100px); }
.application h2, .investment h2, .founder h2 { font-size: clamp(48px, 4.4vw, 68px); }
.application .lead, .investment .lead, .founder .lead { margin-top: 28px; }
.investment .reading { margin-inline: auto; }
.investment .reading > p + p { margin-top: 22px; }
.authority-quote { border-bottom: 1px solid var(--rule); }
.authority-figure { max-width: 1080px; margin: 0 auto; text-align: left; }
.authority-figure blockquote { max-width: 31ch; padding-left: clamp(20px, 3vw, 38px); border-left: 2px solid var(--red); color: var(--ink); font: 400 clamp(31px, 3.4vw, 46px)/1.24 var(--display); letter-spacing: -.025em; }
.authority-figure figcaption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px; margin: 25px 0 0 clamp(22px, 3vw, 40px); font-size: 17px; line-height: 1.5; }
.authority-figure figcaption strong { color: var(--ink); font-weight: 600; }
.authority-figure figcaption span { color: var(--body); }
.authority-figure figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.brand-platform-layout { display: grid; max-width: 1080px; margin-inline: auto; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(44px, 6vw, 88px); }
.brand-platform h2 { max-width: 17ch; margin: 0; font-size: clamp(42px, 3.4vw, 52px); line-height: 1.08; text-align: left; }
.brand-platform .authority-figure { max-width: none; }
.brand-platform .authority-figure blockquote { font-size: clamp(28px, 2.6vw, 36px); }
@media (min-width: 1200px) {
  .hero-art { background-image: url("hero-desktop.webp"); aspect-ratio: 2172 / 724; }
}
@media (min-width: 601px) and (max-width: 1199px) {
  .hero { min-height: 850px; }
  .hero h1 { font-size: clamp(50px, 8.5vw, 112px); max-width: 980px; }
  .hero-lead { max-width: 700px; }
  .hero-art { background-image: url("hero-tablet.webp"); aspect-ratio: 1448 / 1086; }
  .hero::after { background: linear-gradient(90deg, rgba(246,242,233,.2) 0%, rgba(246,242,233,.96) 11%, var(--paper) 17%, var(--paper) 83%, rgba(246,242,233,.96) 89%, rgba(246,242,233,.2) 100%); }
}
.intro { background: var(--paper-soft); }
.intro-grid { display: grid; max-width: 1080px; margin-inline: auto; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: clamp(48px, 5vw, 76px); align-items: start; }
.intro-head h2 { max-width: 18ch; font-size: clamp(44px, 4vw, 62px); line-height: 1.1; }
.intro-head p { max-width: 49ch; }
.intro-head .lead { margin-top: 28px; font-size: 21px; line-height: 1.55; }
.intro-head p + p { margin-top: 22px; }
.intro-copy { align-self: center; max-width: 54ch; padding-top: 12px; }
.intro-copy .lead { color: var(--ink); font-size: clamp(23px, 2.2vw, 30px); line-height: 1.4; }
.intro-copy p + p { margin-top: 27px; }
.intro-service { border-left: 2px solid var(--red); padding-left: clamp(30px, 3vw, 48px); }
.intro-service h3 { max-width: 24ch; font-size: clamp(34px, 3vw, 44px); line-height: 1.18; }
.intro-service > p { max-width: 50ch; font-size: 19px; }
.intro-service > h3 + p { margin-top: 26px; }
.service-steps { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 32px 0 24px; padding: 0; }
.service-steps li { padding: 15px 0 17px; border-top: 1px solid #c9c0b2; font-size: 20px; line-height: 1.35; }
/* Benefit arguments are read one at a time, not four miniature columns. */
.value h2 { max-width: 23ch; }
.benefits { max-width: 1080px; margin: var(--flow-space) auto 0; }
.benefits article { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 64px; align-items: start; padding: 36px 0; border-top: 1px solid var(--rule); }
.benefits article:last-child { border-bottom: 1px solid var(--rule); }
.benefits h3 { font-size: 35px; }
.benefits p { font-size: 22px; max-width: 42ch; }
.success-lines article { grid-template-columns: 1fr; }
.future-summary, .success-summary, .future-followup { margin-top: 40px; }
.authority-path-section { background: var(--paper-soft); border-block: 1px solid var(--rule); }
.authority-path-layout { display: grid; max-width: 1080px; margin-inline: auto; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(48px, 7vw, 104px); }
.authority-path-heading { padding-top: 14px; }
.authority-path-heading .section-label { margin-bottom: 22px; }
.authority-path-heading h2 { max-width: 10ch; font-size: clamp(52px, 5.1vw, 76px); line-height: 1.02; }
.authority-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 25px; margin: 0; padding: 0; list-style: none; }
.authority-path li { display: flex; min-width: 0; min-height: 130px; flex-direction: column; justify-content: space-between; padding: 16px 0 22px; border-top: 1px solid var(--rule); }
.path-number { color: var(--red); font-size: 13px; line-height: 1.3; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.path-name { display: block; margin-top: 18px; color: var(--ink); font: 400 clamp(21px, 2vw, 28px)/1.15 var(--display); letter-spacing: -.025em; }
/* Proof before the operational explanation. */
.books .reading { text-align: left; max-width: 1080px; }
.books .reading h2 { max-width: 24ch; }
.books .reading > p { margin-left: 0; max-width: 670px; }
.book-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; max-width: 1080px; margin: var(--flow-space) auto 0; }
.book-gallery figure { min-width: 0; }
.book-cover { display: block; width: 100%; height: auto; }
.book-gallery figcaption { font-size: 17px; line-height: 1.5; color: var(--body); margin-top: 17px; }
.books > .frame > .hero-action { max-width: 1080px; margin-inline: auto; justify-content: flex-start; }
.perception { isolation: isolate; padding-top: clamp(48px, 5vw, 80px); }
.perception-feature { position: relative; display: flex; align-items: flex-start; min-height: 620px; }
.perception-copy { position: relative; z-index: 1; max-width: min(70vw, 850px); padding-top: 24px; }
.perception-copy h2 { max-width: none; font-size: clamp(54px, 5vw, 70px); }
.perception-copy > p { max-width: 700px; margin-top: 30px; font-size: 22px; }
.perception-visual { position: absolute; z-index: 0; top: 50%; right: calc(-1 * var(--gutter)); width: min(74vw, 850px); margin: 0; transform: translateY(-50%); }
.perception-visual img { display: block; width: 100%; height: auto; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000); mask-image: linear-gradient(to bottom, transparent, #000 16%, #000); }
.perception-body { max-width: 760px; margin: 40px 0 0; }
.perception-body > p { max-width: 700px; margin-left: 0; }
/* A continuous reading passage, rather than an oversized slide. */
.starting .reading { max-width: 1080px; margin-inline: auto; }
.starting .reading > p { max-width: 700px; margin-left: 0; }
.starting h2 { max-width: 24ch; }
.starting > .frame > .hero-action, #diretrizes > .frame > .hero-action { max-width: 1080px; margin-inline: auto; justify-content: flex-start; }
.audience-list { max-width: 1080px; margin: var(--flow-space) auto 0; }
.audience-list article { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 36px; padding: 25px 0; border-top: 1px solid var(--rule); }
.audience-list article:last-child { border-bottom: 1px solid var(--rule); }
.audience-list h3 { font-size: 32px; }
.audience-list p { font-size: 21px; line-height: 1.5; }
.audience-close { padding-top: 38px; }
.fit-detail { margin-top: 38px; }
.work .reading { max-width: 1080px; }
.work .reading > p { margin-left: 0; }
.work-pullquote { max-width: 20ch; margin: 42px 0; padding-left: 30px; border-left: 2px solid var(--red); color: var(--ink); font: 400 clamp(38px, 4.4vw, 58px)/1.18 var(--display); letter-spacing: -.035em; }
.work .reading > .work-conclusion { max-width: 720px; margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--rule); font-size: 26px; line-height: 1.4; }
.comparison-table { max-width: 1080px; margin: var(--flow-space) auto 0; border-top: 2px solid var(--red); }
.comparison-row { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 32px; padding: 27px 0; border-bottom: 1px solid var(--rule); }
.comparison-row > span { font-size: 20px; line-height: 1.5; }
.comparison-row > span:first-child { font-weight: 600; color: var(--ink); }
.comparison-head > span { font-weight: 600; color: var(--red) !important; font-size: 17px; text-transform: uppercase; letter-spacing: .03em; }
.comparison-note { max-width: 1080px; margin: 25px auto 0; font-size: 18px; }
.founder { background: var(--paper-soft); border-block: 1px solid var(--rule); }
.founder-grid { max-width: 1080px; margin-inline: auto; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: clamp(48px, 5vw, 68px); }
.founder-copy { max-width: 650px; }
.founder-copy .section-label { margin-bottom: 16px; }
.founder-role { margin-top: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--rule); color: var(--red); font-size: 18px; line-height: 1.45; }
.founder-copy > .founder-bio { margin-top: 28px; color: var(--ink); font-size: 24px; line-height: 1.5; }
.founder-books { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--rule); color: var(--ink); font-size: 20px; line-height: 1.5; }
.founder-portrait { position: relative; width: 100%; margin: 0; background: var(--paper-soft); }
.founder-portrait img { display: block; width: 100%; height: auto; }
.founder-portrait::after { content: ''; position: absolute; inset: -1px; pointer-events: none; background: linear-gradient(90deg, var(--paper-soft), transparent 6%, transparent 94%, var(--paper-soft)), linear-gradient(180deg, var(--paper-soft), transparent 6%, transparent 94%, var(--paper-soft)); }
.criteria-note { max-width: 1080px; margin: 38px auto 0; padding-top: 24px; border-top: 1px solid var(--rule); font-size: 20px; line-height: 1.55; }
.criteria > .frame > .hero-action { max-width: 1080px; margin-inline: auto; justify-content: flex-start; }
.service-catalog { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1080px; margin: var(--flow-space) auto 0; }
.service-catalog article { min-width: 0; border-top: 2px solid var(--red); padding: 28px; background: var(--paper-soft); }
.service-catalog h3 { font-size: 33px; max-width: 22ch; margin-bottom: 18px; }
.service-catalog p { font-size: 19px; }
.service-catalog .section-label { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.disclosure { border-top: 1px solid var(--rule); }
.disclosure summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 94px; padding-block: 28px; font-size: 25px; font-weight: 400; line-height: 1.4; }
summary::-webkit-details-marker { display: none; }
summary::marker { content: ''; }
.disclosure summary:hover, .stage summary:hover .stage-title { color: var(--red); }
.plus { position: relative; width: 26px; height: 26px; flex: 0 0 26px; color: var(--red); }
.plus::before, .plus::after { content: ''; position: absolute; background: currentColor; top: 50%; left: 3px; width: 20px; height: 1.5px; transform: translateY(-50%); }
.plus::after { transform: translateY(-50%) rotate(90deg); transition: transform .18s; }
details[open] > summary > .plus::after { transform: translateY(-50%); }
.disclosure-body { max-width: 760px; padding: 0 40px 34px 0; font-size: 22px; line-height: 1.6; }
.disclosure-body p + p { margin-top: 22px; }
.disclosure:last-child { border-bottom: 1px solid var(--rule); }
.question-list { max-width: 1000px; margin: var(--flow-space) auto 0; }
.objection-list { max-width: 1080px; margin: var(--flow-space) auto 0; }
.faq-conclusion { margin-top: 46px; }
.participation > .frame > .hero-action { max-width: 1080px; margin-inline: auto; justify-content: flex-start; }
.objection-item { padding: 34px 0 38px; border-top: 1px solid var(--rule); }
.objection-item:last-child { border-bottom: 1px solid var(--rule); }
.objection-item h3 { margin-bottom: 15px; color: var(--ink); font: 500 clamp(24px, 2.1vw, 30px)/1.3 var(--sans); letter-spacing: -.015em; }
.objection-answer { max-width: 790px; font-size: 21px; line-height: 1.6; }
.objection-answer p + p { margin-top: 18px; }
/* A single primary process. No repeated mini-steps and no results badges. */
.process { background: var(--paper-soft); }
.process .reading { text-align: left; max-width: 1080px; }
.process .reading h2 { max-width: 25ch; }
.process .reading > p { margin-left: 0; }
.process .section-label { max-width: none; }
.stages { max-width: 1080px; margin: var(--flow-space) auto 0; }
.stage { border-top: 1px solid #c9c0b2; }
.stage:last-child { border-bottom: 1px solid #c9c0b2; }
.stage > summary { list-style: none; display: grid; grid-template-columns: 52px 1fr 26px; gap: 26px; padding: 32px 0 34px; cursor: pointer; align-items: start; }
.stage-number { color: var(--red); font-size: 20px; line-height: 1.4; padding-top: 9px; }
.stage-content { display: block; }
.stage-title { font-family: var(--display); display: block; font-size: 39px; line-height: 1.15; letter-spacing: -.03em; font-weight: 400; }
.stage-intro { color: var(--body); display: block; font-size: 22px; line-height: 1.5; max-width: 680px; margin-top: 13px; }
.stage summary > .plus { margin-top: 8px; }
.stage-body { max-width: 835px; padding: 0 26px 36px 78px; font-size: 22px; }
.approval-note { max-width: 1080px; margin: var(--flow-space) auto 0; border-left: 2px solid var(--red); padding: 4px 0 4px 32px; }
.approval-note h3 { font-size: 40px; }
.approval-note p { font-size: 22px; max-width: 70ch; margin-top: 22px; }
.approval-note p + p { margin-top: 14px; }
/* Schedule is available in full, without a wall of timelines in the main flow. */
.schedule .reading { max-width: 1000px; }
.schedule .reading > p { max-width: 770px; }
.schedule-expand { max-width: 1000px; margin: 46px auto 0; border-bottom: 1px solid var(--rule); }
.schedule-expand > summary { font-size: 24px; }
.schedule-content { padding: 16px 0 38px; max-width: 890px; }
.schedule-content > h3 { margin-bottom: 22px; font-size: 38px; }
.schedule-content > p { font-size: 22px; }
.prep-times { margin: 30px 0; }
.prep-times > div { display: flex; justify-content: space-between; align-items: baseline; gap: 32px; padding: 16px 0; border-top: 1px solid var(--rule); }
.prep-times > div:last-child { border-bottom: 1px solid var(--rule); }
.prep-times dt, .prep-times dd { margin: 0; font-size: 22px; }
.prep-times dd { color: var(--body); }
.start-note { border-left: 2px solid var(--red); padding-left: 26px; margin: 40px 0; }
.start-note strong { font-weight: 500; font-size: 25px; }
.start-note p { font-size: 22px; margin-top: 8px; }
.production-times { list-style: none; padding: 0; margin: 28px 0 36px; }
.production-times li { display: grid; grid-template-columns: 142px 1fr; gap: 26px; padding: 26px 0; border-top: 1px solid var(--rule); }
.production-times li:last-child { border-bottom: 1px solid var(--rule); }
.production-times li > span { color: var(--red); font-size: 21px; padding-top: 3px; }
.production-times p { font-size: 22px; margin-top: 10px; }
/* Deliverables stay concrete, with supporting documents one click away. */
.delivery .reading h2 { max-width: 25ch; }
.delivery-items { max-width: 1080px; margin: var(--flow-space) auto 0; }
.delivery-items article { padding: 30px 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.delivery-items h3 { max-width: 19ch; }
.delivery-items p { font-size: 22px; }
.delivery-detail { max-width: 1080px; margin: 0 auto; }
.delivery > .frame > .hero-action { max-width: 1080px; margin-inline: auto; justify-content: flex-start; }
.bonus { max-width: 1080px; margin: var(--flow-space) auto 0; padding-top: 32px; border-top: 2px solid var(--red); display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 55px; }
.bonus-heading .section-label { margin-bottom: 18px; }
.bonus-heading h3 { max-width: 14ch; font-size: 44px; }
.bonus-copy { padding-top: 54px; }
.bonus-copy p { font-size: 21px; line-height: 1.55; }
.bonus-copy p + p { margin-top: 20px; }
/* Full-width questions instead of a small text column beside a giant title. */
.faq { padding-top: 24px; }
.faq .reading { text-align: left; max-width: 1000px; }
.faq .reading > p { margin-left: 0; }
.faq .question-list { margin-top: 44px; }
.faq .disclosure summary { font-size: 24px; }
.closing .reading { max-width: 1080px; }
.closing .reading > h2 { max-width: 17ch; }
.closing .lead { color: var(--red); font: 400 clamp(34px, 3.8vw, 52px)/1.18 var(--display); letter-spacing: -.035em; }
.contact { background: var(--paper-soft); }
.contact-cta { max-width: 1080px; margin-inline: auto; }
.contact h2 { max-width: 20ch; margin: 0; font-size: clamp(48px, 5vw, 68px); line-height: 1.08; text-align: left; }
.contact .lead { max-width: 760px; margin: 24px 0 0; }
.contact .hero-action { justify-content: flex-start; }
.contact-form-entry { max-width: 1080px; margin: 0 auto; padding-top: 0; text-align: left; }
.contact-form-entry .section-label { margin-bottom: 12px; font-size: 16px; text-transform: uppercase; letter-spacing: .06em; }
.contact-form-entry h2 { max-width: 20ch; font-size: clamp(34px, 3.4vw, 48px); }
.contact-form-entry > p:last-of-type { max-width: 670px; margin-top: 20px; font-size: 20px; line-height: 1.55; }
.omnx-inline-form { width: 100%; min-width: 0; margin-top: 32px; }
.omnx-inline-form iframe { display: block; width: 100%; max-width: 100%; border: 0; }
.footer { padding: 0 0 20px; }
.footer-meta { border-top: 1px solid var(--red); display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 24px; font-size: 17px; color: var(--body); }
.footer-meta a { display: flex; min-height: 44px; align-items: center; gap: 20px; }
.footer-meta a:hover { color: var(--red); }
.footer-company { display: flex; align-items: center; justify-content: flex-end; padding-top: 16px; }
.footer-company img { display: block; width: 136px; height: auto; }
/* Tablet has its own layout: no shrunken desktop grid. */
@media (max-width: 1100px) {
  .header-inner { gap: 14px; }
  .publisher-brand img { width: 148px; }
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 15px; }
  .header-cta { font-size: 14px; padding: 10px 12px; gap: 8px; }
  .founder-grid { grid-template-columns: 1fr; gap: 42px; }
  .founder-copy { max-width: 760px; }
  .founder-portrait { max-width: 640px; }
  .benefits article { gap: 36px; grid-template-columns: 1fr 1.2fr; }
  .benefits h3 { font-size: 33px; }
  .perception-feature { display: block; min-height: 0; }
  .perception-copy { max-width: 760px; margin-inline: auto; padding-top: 0; }
  .perception-visual { position: relative; top: auto; right: auto; width: min(calc(100% + var(--gutter)), 620px); margin: -180px calc(-1 * var(--gutter)) 0 auto; transform: none; }
  .perception-visual img { -webkit-mask-image: none; mask-image: none; }
  .perception-body { max-width: 760px; margin-inline: auto; }
  .delivery-items article { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .stage-title { font-size: 35px; }
}
@media (max-width: 860px) {
  :root { --gutter: 32px; --space: 88px; }
  .header-inner { min-height: 82px; gap: 14px; }
  .publisher-brand img { width: 140px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .mobile-nav > summary { cursor: pointer; min-height: 48px; display: flex; gap: 14px; align-items: center; font-size: 18px; list-style: none; }
  .menu-sign { position: relative; width: 22px; height: 20px; }
  .menu-sign::before, .menu-sign::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--ink); top: 6px; transition: transform .2s; }
  .menu-sign::after { top: 13px; }
  .mobile-nav[open] .menu-sign::before { transform: translateY(3.5px) rotate(45deg); }
  .mobile-nav[open] .menu-sign::after { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav nav { position: absolute; top: 100%; left: var(--gutter); right: var(--gutter); padding: 8px 24px 18px; background: var(--paper); border: 1px solid var(--rule); border-top: 0; box-shadow: 0 24px 30px -30px #211e1a66; }
  .mobile-nav nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; font-size: 20px; border-bottom: 1px solid var(--rule); }
  .mobile-nav nav a:last-child { border-bottom: 0; color: var(--red); }
  .hero { padding-top: 65px; padding-bottom: clamp(88px, 12vw, 110px); }
  .hero h1 { font-size: clamp(70px, 11vw, 92px); }
  .hero-audience { margin-bottom: 24px; }
  .authority-path-layout { grid-template-columns: 1fr; gap: 38px; }
  .authority-path-heading h2 { max-width: 13ch; font-size: clamp(46px, 7vw, 62px); }
  .authority-path { max-width: 760px; }
  .brand-platform-layout { max-width: 690px; grid-template-columns: 1fr; gap: 32px; }
  .intro-grid { grid-template-columns: 1fr; gap: 54px; }
  .application-grid, .investment-grid, .founder-grid { grid-template-columns: 1fr; gap: 38px; }
  .founder-portrait { width: 100%; max-width: 620px; margin: 0; }
  .intro-head h2, .intro-head p { max-width: 690px; }
  .intro-service { border-left: 0; border-top: 2px solid var(--red); padding: 38px 0 0; }
  .intro-service h3 { max-width: none; }
  .book-gallery { gap: 28px; }
  .perception-feature { display: block; min-height: 0; }
  .perception-copy { max-width: 690px; margin-inline: auto; padding: 0; }
  .perception-copy h2 { max-width: 690px; font-size: clamp(48px, 7vw, 62px); }
  .perception-visual { position: relative; top: auto; right: auto; width: min(calc(100% + var(--gutter)), 560px); margin: -200px calc(-1 * var(--gutter)) 0 auto; transform: none; }
  .perception-body { max-width: 690px; margin: 32px auto 0; }
  .starting .reading { margin: 0 auto; max-width: 690px; }
  .audience-list, .objection-list, .delivery-items { max-width: 690px; margin-inline: auto; }
  .participation .reading, .reference-faq .reading, .delivery .reading { max-width: 690px; margin-inline: auto; }
  .books .reading { max-width: 690px; margin-inline: auto; }
  .book-gallery, .books > .frame > .hero-action { max-width: 690px; }
  .books .reading h2 { max-width: none; }
  .delivery-items article { display: block; }
  .delivery-items p { margin-top: 15px; max-width: 65ch; }
  .delivery-items h3 { max-width: none; }
  .approval-note h3 { font-size: 35px; }
  .bonus { grid-template-columns: 1fr; gap: 25px; }
  .bonus-copy { padding-top: 0; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; --space: 56px; --flow-space: 32px; }
  html { scroll-padding-top: 96px; }
  body { font-size: 20px; line-height: 1.6; }
  h2 { font-size: clamp(38px, 10.5vw, 53px); line-height: 1.12; letter-spacing: -.043em; }
  h3 { font-size: 30px; }
  .lead { font-size: 21px; line-height: 1.5; }
  .application h2, .investment h2, .founder h2 { font-size: clamp(38px, 10.5vw, 53px); }
  .application .lead, .investment .lead, .founder .lead { margin-top: 22px; }
  .desktop-break { display: none; }
  .header-inner { min-height: 76px; gap: 14px; }
  .publisher-brand img { width: 132px; }
  .mobile-nav > summary { font-size: 17px; gap: 9px; }
  .menu-sign { width: 20px; }
  .hero { align-items: flex-start; min-height: 0; padding-top: 52px; padding-bottom: clamp(370px, 105vw, 500px); }
  .hero::after { display: none; }
  .hero-audience { font-size: 16px; margin-bottom: 25px; }
  .authority-path-layout { gap: 30px; }
  .authority-path-heading .section-label { margin-bottom: 17px; }
  .authority-path-heading h2 { font-size: clamp(42px, 11vw, 54px); }
  .authority-path { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .authority-path li { min-height: 112px; padding-block: 14px 18px; }
  .path-name { font-size: clamp(20px, 5.3vw, 24px); }
  .brand-platform-layout { grid-template-columns: 1fr; gap: 30px; }
  .brand-platform h2 { max-width: 22ch; font-size: clamp(38px, 10vw, 52px); }
  .hero h1 { width: 100%; font-size: clamp(40px, 11.5vw, 56px); line-height: 1.03; letter-spacing: -.052em; text-wrap: wrap; overflow-wrap: anywhere; }
  .hero h1 > span, .hero h1 > em { width: 100%; max-width: 100%; margin-inline: auto; white-space: normal; }
  .hero-lead { font-size: 21px; line-height: 1.5; margin-top: 28px; max-width: 30ch; }
  .hero-action { margin-top: 28px; }
  .button { font-size: 17px; gap: 10px; padding: 17px 14px; min-height: 62px; }
  .button .arrow { font-size: 25px; }
  .hero-condition { font-size: 17px; line-height: 1.5; margin-top: 22px; max-width: 34ch; }
  .hero-art { background-image: url("hero-mobile.webp"); aspect-ratio: auto; height: clamp(350px, 100vw, 480px); background-size: cover; background-position: center bottom; }
  .hero-art::after { background: linear-gradient(180deg, var(--paper) 0%, rgba(246,242,233,0) 20%, rgba(246,242,233,0) 91%, var(--paper) 100%); }
  .intro-grid { gap: 42px; }
  .intro-head h2 { max-width: none; font-size: clamp(38px, 10vw, 52px); }
  .intro-head .lead { margin-top: 22px; }
  .intro-service { padding-top: 30px; }
  .intro-service h3 { font-size: clamp(31px, 8.5vw, 38px); }
  .intro-service > p { font-size: 19px; }
  .service-steps { gap: 0 18px; margin-block: 24px; }
  .service-steps li { font-size: 17px; padding-block: 13px; }
  .reading > h2 + p { margin-top: 24px; }
  .reading > p + p { margin-top: 22px; }
  .benefits { margin-top: var(--flow-space); }
  .benefits article { display: block; padding: 28px 0; }
  .benefits h3 { font-size: 31px; }
  .benefits p { font-size: 20px; line-height: 1.55; margin-top: 14px; max-width: none; }
  .comparison-table { margin-top: var(--flow-space); }
  .comparison-head { display: none; }
  .comparison-row { display: block; padding: 24px 0; }
  .comparison-row > span { display: block; font-size: 19px; }
  .comparison-row > span + span { margin-top: 12px; }
  .comparison-row > span:nth-child(2)::before, .comparison-row > span:nth-child(3)::before { display: block; color: var(--red); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
  .comparison-row > span:nth-child(2)::before { content: 'Por conta própria'; }
  .comparison-row > span:nth-child(3)::before { content: 'Com a Empire Publisher'; }
  .comparison-note { font-size: 17px; }
  .service-catalog { grid-template-columns: 1fr; gap: 16px; margin-top: var(--flow-space); }
  .service-catalog article { padding: 24px; }
  .service-catalog h3 { font-size: 29px; }
  .service-catalog p { font-size: 17px; }
  .founder-grid { gap: 32px; }
  .founder-role { font-size: 17px; padding-bottom: 20px; }
  .founder-copy > .founder-bio { font-size: 21px; margin-top: 23px; }
  .founder-books { font-size: 18px; margin-top: 26px; padding-top: 19px; }
  .founder-portrait { width: 100%; max-width: none; margin-right: 0; }
  .books .reading { text-align: left; }
  .book-gallery { grid-template-columns: 1fr; gap: 30px; margin-top: var(--flow-space); }
  .book-gallery figcaption { font-size: 16px; margin-top: 12px; }
  .perception-copy h2 { font-size: clamp(40px, 10.5vw, 53px); }
  .perception-copy > p { margin-top: 24px; font-size: 20px; }
  .perception { padding-top: 28px; }
  .perception-visual { margin-top: -160px; overflow: visible; }
  .perception-visual img { position: static; width: 100%; max-width: none; }
  .perception-body { margin-top: 28px; }
  .starting .reading > p { font-size: 20px; }
  .starting .reading > .lead { font-size: 21px; }
  .audience-list { margin-top: var(--flow-space); }
  .audience-list article { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .audience-list h3 { font-size: 29px; }
  .audience-list p { font-size: 20px; }
  .audience-close { padding-top: 30px; }
  .work-pullquote { font-size: 38px; margin: 35px 0; padding-left: 20px; }
  .work .reading > .work-conclusion { font-size: 22px; margin-top: 40px; }
  .fit-detail { margin-top: 30px; }
  .disclosure summary { font-size: 22px; gap: 20px; padding: 24px 0; min-height: 82px; }
  .plus { width: 24px; height: 24px; flex-basis: 24px; }
  .plus::before, .plus::after { left: 2px; }
  .disclosure-body { font-size: 20px; padding: 0 6px 26px 0; }
  .question-list { margin-top: var(--flow-space); }
  .objection-list { margin-top: var(--flow-space); }
  .objection-item { padding: 26px 0 30px; }
  .objection-item h3 { font-size: 23px; margin-bottom: 12px; }
  .objection-answer { font-size: 19px; line-height: 1.55; }
  .process .reading { text-align: left; }
  .section-label { font-size: 17px; margin-bottom: 20px; }
  .stages { margin-top: var(--flow-space); }
  .stage > summary { grid-template-columns: 1fr 24px; column-gap: 20px; row-gap: 14px; padding: 26px 0 28px; }
  .stage-number { grid-column: 1; grid-row: 1; padding: 0; font-size: 18px; }
  .stage-content { grid-column: 1 / -1; grid-row: 2; }
  .stage summary > .plus { grid-column: 2; grid-row: 1; margin-top: 0; }
  .stage-title { font-size: 33px; line-height: 1.15; max-width: 22ch; }
  .stage-intro { font-size: 20px; line-height: 1.55; margin-top: 12px; }
  .stage-body { padding: 0 0 28px; font-size: 20px; }
  .approval-note { padding-left: 21px; margin-top: var(--flow-space); }
  .approval-note h3 { font-size: 31px; }
  .approval-note p { font-size: 20px; line-height: 1.55; margin-top: 17px; }
  .schedule .reading > p { font-size: 20px; }
  .schedule .reading > .lead { font-size: 21px; }
  .schedule-expand { margin-top: 34px; }
  .schedule-expand > summary { font-size: 22px; }
  .schedule-content { padding: 8px 0 28px; }
  .schedule-content > h3 { font-size: 31px; }
  .schedule-content > p { font-size: 20px; }
  .prep-times > div { display: block; padding: 17px 0; }
  .prep-times dt, .prep-times dd { font-size: 20px; }
  .prep-times dd { margin-top: 5px; }
  .start-note { padding-left: 20px; margin: 30px 0; }
  .start-note strong { font-size: 22px; }
  .start-note p { font-size: 20px; }
  .production-times li { grid-template-columns: 1fr; gap: 10px; padding: 23px 0; }
  .production-times li > span { font-size: 18px; }
  .production-times h4 { font-size: 22px; }
  .production-times p { font-size: 20px; }
  .delivery-items { margin-top: var(--flow-space); }
  .delivery-items article { padding: 26px 0; }
  .delivery-items h3 { font-size: 31px; }
  .delivery-items p { font-size: 20px; }
  .bonus { margin-top: var(--flow-space); padding-top: 30px; gap: 18px; }
  .bonus-heading h3 { font-size: 36px; }
  .bonus-copy p { font-size: 20px; }
  .faq { padding-top: 6px; }
  .faq .question-list { margin-top: 34px; }
  .faq .disclosure summary { font-size: 22px; }
  .closing .lead { font-size: 34px; }
  .contact h2 { font-size: clamp(42px, 10.5vw, 56px); line-height: 1.08; }
  .contact .lead { margin-top: 24px; }
  .contact-form-entry { margin-top: 0; padding-top: 0; }
  .contact-form-entry > p:last-of-type { font-size: 18px; }
  .omnx-inline-form { margin-top: 24px; }
  .criteria-note { margin-top: 28px; font-size: 18px; }
  .footer-meta { display: block; padding-block: 22px; font-size: 16px; }
  .footer-meta > span { display: block; max-width: 30ch; }
  .footer-meta a { margin-top: 14px; }
  .footer-company { justify-content: flex-start; padding-top: 12px; }
  .footer-company img { width: 122px; }
}
@media (max-width: 360px) {
  :root { --gutter: 18px; }
  .publisher-brand img { width: 96px; }
  .mobile-nav > summary { font-size: 16px; }
  .hero h1 { font-size: clamp(35px, 11.5vw, 42px); }
  .hero-audience { max-width: 24ch; margin-inline: auto; }
  .button { padding-inline: 12px; gap: 10px; font-size: 16px; }
  .button .arrow { font-size: 23px; }
  .contact h2 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .desktop-nav, .header-cta, .mobile-nav, .skip-link, .button, .footer-meta a { display: none !important; }
  .section { padding-block: 40px; }
  .hero { padding-top: 30px; }
  body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
