/*
Theme Name: Livraria da Leoa
Theme URI: https://livrariadaleoa.com.br
Author: LTA Agência
Author URI: https://ltaagencia.com.br
Description: Tema editorial para livros, artigos e consultoria da Livraria da Leoa.
Version: 1.3.4
Requires at least: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: livraria-da-leoa
Tags: blog, e-commerce, custom-logo, custom-menu, featured-images, block-styles, wide-blocks
*/

:root {
	color-scheme: dark;
	--ink: #171714;
	--ink-soft: #211f1b;
	--ivory: #f4f0e7;
	--paper: #e8e0d1;
	--muted: #bcb6aa;
	--gold: #c79a48;
	--red: #b7392f;
	--line: rgba(244, 240, 231, .18);
	--font-display: Georgia, "Times New Roman", serif;
	--font-body: Arial, Helvetica, sans-serif;
	--font-condensed: Impact, "Arial Narrow", sans-serif;
	--page-gutter: clamp(22px, 4vw, 72px);
	--section-space: clamp(88px, 10vw, 155px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--font-body); }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
main { overflow-x: clip; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 16px; background: var(--ivory); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section-shell, .section-pad, .site-head, .site-footer { padding-inline: var(--page-gutter); }
.section-pad { padding-top: var(--section-space); padding-bottom: var(--section-space); }
.section-label { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-heading { max-width: 1020px; margin-bottom: 64px; }
.section-heading h2, .statement h2, .material-library-head h2, .material-copy h2, .consulting-intro h2, .faq-section h2, .contact-section h2 { margin: 0; font-family: var(--font-display); font-size: clamp(44px, 5.3vw, 80px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
h2 em { color: var(--red); font-weight: 400; }

.site-head { position: relative; z-index: 60; background: var(--ink); }
.edition-bar { height: 38px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.site-header-inner { height: 112px; display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); border-bottom: 1px solid var(--line); }
.header-actions { flex: none; display: flex; align-items: center; gap: 24px; }
.manager-link { padding: 10px 13px; border: 1px solid rgba(199,154,72,.55); color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-wrap { display: flex; align-items: center; gap: 14px; }
.brand-wrap .custom-logo-link, .brand-wrap > a:first-child { display: flex; }
.brand-wrap img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }
.brand-name { display: grid; line-height: .92; }
.brand-name strong { font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.brand-name em { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.menu-toggle { display: none; align-items: center; gap: 18px; border: 0; background: transparent; color: var(--ivory); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.menu-toggle i, .menu-toggle i::after { display: block; width: 27px; height: 1px; background: currentColor; content: ""; transition: transform .25s; }
.menu-toggle i::after { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { transform: rotate(-90deg); }
.site-menu { flex: 1; min-width: 0; margin-left: auto; color: var(--ivory); }
.site-menu ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 1.7vw, 28px); margin: 0; padding: 0; list-style: none; }
.site-menu a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid transparent; color: #d8d2c7; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; transition: color .2s, border-color .2s; }
.site-menu a:hover, .site-menu a:focus-visible { border-bottom-color: var(--gold); color: var(--gold); }

.hero { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); grid-template-areas: "privacy privacy" "copy book"; grid-template-rows: auto 1fr; gap: 34px clamp(44px, 6vw, 100px); align-items: center; padding-top: 38px; padding-bottom: 48px; background: radial-gradient(circle at 82% 34%, rgba(183,57,47,.16), transparent 28%), radial-gradient(circle at 15% 80%, rgba(199,154,72,.08), transparent 30%), var(--ink); }
.hero-copy { grid-area: copy; }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
h1 { max-width: 820px; margin: 0; font-family: var(--font-display); font-size: clamp(54px, 5.6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .93; }
h1 em { color: var(--gold); font-weight: 400; }
h1 strong { color: var(--red); font-weight: 400; }
.privacy-promise { grid-area: privacy; width: 100%; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; margin: 0; padding: 16px 18px; border: 1px solid rgba(199,154,72,.58); background: rgba(199,154,72,.1); box-shadow: inset 4px 0 var(--gold); }
.privacy-promise > span { font-size: 24px; text-align: center; }
.privacy-promise p { margin: 0; color: #e2ddd2; font-size: 13px; line-height: 1.55; }
.privacy-promise strong { color: #f1c36e; }
.hero-intro { max-width: 740px; margin: 0; color: #d7d2c7; font-family: var(--font-body); font-size: 14px; line-height: 1.55; }
.hero-intro p { margin: 0 0 12px; font-family: var(--font-display); font-size: 19px; }
.hero-intro-primary h1 { max-width: 760px; margin: 0 0 28px; font-size: clamp(34px, 4.2vw, 62px); letter-spacing: -.035em; line-height: 1.06; }
.hero-intro ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.hero-intro li { display: grid; grid-template-columns: 24px 1fr; gap: 8px; }
.hero-intro strong { color: var(--ivory); }
.hero-intro .hero-accent { color: #ef786d; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-primary { min-width: 215px; padding: 0 22px; background: var(--red); color: white; }
.button-gold { padding: 0 22px; background: var(--gold); color: var(--ink); }
.button-link { min-width: 170px; padding-inline: 12px; border-bottom: 1px solid rgba(244,240,231,.45); }
.button.wide { width: 100%; }
.hero-book { grid-area: book; position: relative; justify-self: center; width: min(100%, 430px); }
.book-kicker { margin: 0 0 10px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-align: right; text-transform: uppercase; }
.book-frame { position: relative; padding: 12px; border: 1px solid var(--line); }
.book-frame::before { position: absolute; inset: 28px -28px -28px 28px; border: 1px solid rgba(199,154,72,.26); content: ""; }
.book-frame img { position: relative; z-index: 1; display: block; width: 100%; height: min(59vh, 520px); object-fit: contain; filter: drop-shadow(0 28px 30px rgba(0,0,0,.45)); }
.book-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 18px; padding-top: 20px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-stats > div { display: flex; align-items: baseline; gap: 14px; padding: 22px 0; }
.hero-stats > div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.hero-stats strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.hero-stats span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.statement { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 9vw, 150px); align-items: center; background: var(--paper); color: var(--ink); }
.statement-seal { position: relative; display: grid; place-items: center; aspect-ratio: 1; border: 1px solid rgba(23,23,20,.18); }
.statement-seal::before { position: absolute; inset: 11%; border: 1px solid rgba(183,57,47,.35); content: ""; transform: rotate(45deg); }
.statement-seal img { position: relative; width: 62%; height: 62%; border-radius: 50%; object-fit: cover; filter: drop-shadow(0 16px 20px rgba(23,23,20,.24)); }
.statement h2 { max-width: 940px; }
.statement h2 { font-size: clamp(38px, 4.2vw, 66px); line-height: 1.06; }
.statement > div > p:last-child { max-width: 720px; margin: 34px 0 0; color: #575248; font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }

.book-section { background: #11110f; }
.book-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 9vw, 150px); align-items: center; }
.cover-stage { position: relative; display: grid; place-items: center; min-height: 650px; border: 1px solid var(--line); background: linear-gradient(145deg, #292620, #151412); }
.cover-stage::before { position: absolute; inset: clamp(24px, 6%, 44px); border: 1px solid rgba(199,154,72,.5); content: ""; }
.cover-stage img { position: relative; z-index: 1; width: min(73%, 370px); filter: drop-shadow(0 28px 35px rgba(0,0,0,.55)); }
.book-details { max-width: 650px; }
.overline { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.book-details h3 { margin: 17px 0 8px; font-family: var(--font-condensed); font-size: clamp(30px, 4.7vw, 74px); font-weight: 800; letter-spacing: -.045em; line-height: .94; text-transform: uppercase; white-space: nowrap; }
.book-details h3 span { color: var(--red); font-size: .52em; }
.book-subtitle { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.book-summary { margin: 28px 0; }
.book-summary h4, .book-catalog h4 { margin: 0 0 11px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.book-summary p { margin: 0; color: #d4cec2; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.book-points { display: grid; margin: 30px 0; padding: 0; list-style: none; }
.book-points li { position: relative; padding: 13px 0 13px 24px; border-top: 1px solid var(--line); color: #d5d0c5; font-size: 13px; line-height: 1.45; }
.book-points li::before { position: absolute; left: 2px; color: var(--gold); content: "◆"; font-size: 7px; }
.book-excerpts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.book-excerpts blockquote { margin: 0; padding: 18px; border: 1px solid rgba(199,154,72,.35); color: var(--ivory); font-family: var(--font-display); font-size: 17px; line-height: 1.4; }
.book-catalog { margin: 24px 0; }
.book-catalog dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--line); }
.book-catalog dl > div { display: grid; grid-template-columns: minmax(75px,.7fr) 1.3fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.book-catalog dl > div:nth-child(odd) { padding-right: 18px; }
.book-catalog dl > div:nth-child(even) { padding-left: 18px; border-left: 1px solid var(--line); }
.book-catalog dt { color: #9f998e; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.book-catalog dd { margin: 0; color: #e0dbd0; font-size: 11px; line-height: 1.4; }
.format-picker { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; }
.format-picker button { display: flex; justify-content: space-between; align-items: center; min-height: 56px; padding: 0 17px; border: 1px solid var(--line); background: transparent; color: var(--muted); cursor: pointer; }
.format-picker button + button { border-left: 0; }
.format-picker button.active { background: var(--ivory); color: var(--ink); }
.format-picker span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.fineprint { display: block; margin-top: 14px; color: #817c72; font-size: 9px; line-height: 1.5; }

.material-section { display: block; background: #ece5d8; color: var(--ink); }
.material-library-head { max-width: 1030px; margin-bottom: 52px; scroll-margin-top: 24px; }
.material-library-head > p:last-child { max-width: 720px; margin: 26px 0 0; color: #595449; font-family: Georgia,serif; font-size: 19px; line-height: 1.55; }
.material-library-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,280px),1fr)); gap: 18px; }
.material-library-grid.is-single { grid-template-columns: minmax(280px,560px); }
.material-library-card { min-width: 0; min-height: 650px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(23,23,20,.2); background: #f7f3ea; box-shadow: 10px 10px 0 rgba(183,57,47,.08); }
.material-library-card > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.material-library-card > header span { color: var(--red); font-family: var(--font-display); font-size: 28px; }
.material-library-card > header small { padding: 6px 8px; background: var(--red); color: white; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.material-library-card-cover { height: 380px; min-height: 380px; display: grid; place-items: center; margin-top: 22px; padding: 22px; overflow: hidden; border: 1px solid rgba(199,154,72,.52); background: #1d1b17; }
.material-library-brand-cover { position: relative; width: min(100%,270px); height: 336px; min-width: 0; display: grid; grid-template-rows: auto auto minmax(0,1fr) auto; align-items: start; padding: 34px 30px 28px; overflow: hidden; border: 1px solid rgba(199,154,72,.7); background: #f4f0e7; color: var(--ink); box-shadow: 0 18px 28px rgba(0,0,0,.28); }
.material-library-brand-cover::before { position: absolute; inset: 11px; border: 1px solid rgba(183,57,47,.34); content: ""; pointer-events: none; }
.material-library-brand-cover img { position: relative; width: 54px; height: 54px; margin-bottom: 16px; border-radius: 50%; object-fit: cover; }
.material-library-brand-cover span { position: relative; margin-bottom: 10px; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.material-library-brand-cover strong { position: relative; z-index: 1; width: 100%; min-width: 0; max-height: 4.08em; display: -webkit-box; overflow: hidden; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 4; font-family: var(--font-display); font-size: clamp(27px,2.2vw,34px); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.material-library-brand-cover strong.is-long { max-height: 5.1em; -webkit-line-clamp: 5; font-size: clamp(23px,1.9vw,28px); }
.material-library-brand-cover strong.is-very-long { max-height: 6.12em; -webkit-line-clamp: 6; font-size: clamp(19px,1.55vw,23px); letter-spacing: -.025em; }
.material-library-brand-cover strong.is-extra-long { max-height: 7.56em; -webkit-line-clamp: 7; font-size: clamp(15px,1.2vw,18px); letter-spacing: -.01em; line-height: 1.08; }
.material-library-brand-cover small { position: relative; width: 100%; margin-top: 14px; padding-top: 11px; border-top: 1px solid rgba(23,23,20,.2); color: #6d665b; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.material-library-card h3 { overflow-wrap: anywhere; margin: 26px 0 16px; font-family: var(--font-display); font-size: clamp(30px,3vw,45px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.material-library-card > p { margin: 0 0 28px; color: #625d53; font-size: 13px; line-height: 1.6; }
.material-library-card footer { display: grid; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(23,23,20,.18); }
.material-library-card footer > span { color: #746e64; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.material-library-card button { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 15px; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.material-library-card button:hover { background: var(--red); }
.guide-card { position: relative; justify-self: center; width: min(100%, 440px); min-height: 610px; display: flex; flex-direction: column; justify-content: center; padding: 55px; border: 1px solid rgba(23,23,20,.2); background: #f7f3ea; box-shadow: 22px 22px 0 rgba(183,57,47,.12); }
.guide-card::before { position: absolute; inset: 18px; border: 1px solid var(--gold); content: ""; }
.guide-card img { position: relative; width: 86px; height: 86px; border-radius: 50%; }
.guide-card p { position: relative; margin: 34px 0 14px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.guide-card h3 { position: relative; margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4vw, 64px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.guide-card > div { position: relative; display: flex; justify-content: space-between; margin-top: 54px; padding-top: 17px; border-top: 1px solid rgba(23,23,20,.22); color: #625d53; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.material-copy { width: min(100%,920px); max-width:none; margin: clamp(60px,8vw,110px) auto 0; padding-top: clamp(50px,7vw,90px); border-top: 1px solid rgba(23,23,20,.2); scroll-margin-top: 24px; }
.material-copy > p:not(.section-label) { margin: 30px 0; color: #595449; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.material-highlights { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 35px; }
.material-highlights span { padding: 9px 12px; border: 1px solid rgba(23,23,20,.2); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.material-share { display: grid; gap: 14px; margin: 0 0 24px; padding: 18px; border: 1px solid rgba(23,23,20,.2); background: rgba(255,255,255,.58); }
.material-share > div:first-child { display: grid; gap: 5px; }
.material-share > div:first-child strong { color: var(--red); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.material-share > div:first-child span { color: #5a554c; font-size: 12px; line-height: 1.45; }
.material-share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.material-share-actions a, .material-share-actions button { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 14px; border: 1px solid #292721; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.material-share-whatsapp { background: #292721; color: white; }
.material-share-copy { background: transparent; color: #292721; }
.material-share-status { min-height: 18px; margin: 0; color: #2e6b4b; font-size: 11px; font-weight: 700; line-height: 1.4; }
.material-delivery-note { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; margin: 0 0 24px; padding: 14px 16px; border-left: 4px solid var(--red); background: rgba(255,255,255,.48); color: #514c43; font-size: 12px; line-height: 1.5; }
.material-delivery-note strong { color: var(--red); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form label { color: #514c43; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead-form label small { font-weight: 500; }
.lead-form label .field-optional { color: var(--red); font-weight: 900; }
.material-choice-field { padding: 16px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.5); }
.lead-form input, .lead-form select { width: 100%; height: 54px; margin-top: 8px; padding: 0 15px; border: 1px solid rgba(23,23,20,.22); border-radius: 0; background: rgba(255,255,255,.42); color: var(--ink); outline: none; font-size: 13px; text-transform: none; letter-spacing: 0; }
.lead-form input::placeholder { color: #928b7f; opacity: 1; font-weight: 400; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--red); outline: 2px solid rgba(183,57,47,.25); outline-offset: 1px; }
.full { grid-column: 1 / -1; }
.city-status { display: block; min-height: 15px; margin-top: 5px; color: #6a645a; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: none; }
.form-website, .form-website[hidden] { display: none !important; }
.form-status { min-height: 20px; margin: 0; padding: 0; color: #595349; font-size: 12px; font-weight: 700; line-height: 1.5; }
.form-status.is-loading { color: #66552d; }
.form-status.is-success { padding: 12px 14px; border: 1px solid #3f765c; background: #edf8f1; color: #24523d; }
.form-status.is-error { padding: 12px 14px; border: 1px solid #a7342c; background: #fff0ee; color: #84241e; }
.privacy { margin: 0; color: #5d574e; font-size: 10px; line-height: 1.55; }
.privacy strong { color: #322f29; }
.material-library-empty { max-width:760px; padding:30px; border:1px solid rgba(23,23,20,.2); background:#f7f3ea; scroll-margin-top:24px; }
.material-library-empty strong { font-family:var(--font-display); font-size:32px; font-weight:400; }
.material-library-empty p { margin:12px 0 0; color:#625d53; line-height:1.6; }

@media (max-width: 900px) {
	.header-actions { margin-left: auto; }
	.menu-toggle { display: flex; }
	.site-menu { position: absolute; z-index: 60; top: 150px; right: var(--page-gutter); width: min(560px, calc(100% - 44px)); margin: 0; padding: 26px 34px; background: var(--paper); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.45); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: .25s ease; }
	.site-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.site-menu ul { counter-reset: primary-menu-item; display: block; }
	.site-menu li { counter-increment: primary-menu-item; }
	.site-menu a { display: grid; grid-template-columns: 62px minmax(0,1fr) 30px; column-gap: 16px; align-items: center; min-width: 0; padding: 17px 0; border-bottom: 1px solid rgba(23,23,20,.16); color: var(--ink); font-family: Georgia,serif; font-size: 30px; font-weight: 400; letter-spacing: normal; overflow-wrap: anywhere; text-transform: none; white-space: normal; }
	.site-menu a::before { padding-left: 14px; background: radial-gradient(circle at 2px 50%,var(--red) 0 2px,transparent 2.5px); color: var(--ink); content: counter(primary-menu-item,decimal-leading-zero); font-family: Georgia,serif; font-size: 22px; }
	.site-menu a::after { content: "↗"; font-size: 18px; text-align: right; }
	.site-menu a > span { min-width: 0; }
}

.useful-links-section { background: #11110f; }
.useful-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.useful-link-card { min-height: 360px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.useful-link-card:hover { background: var(--ink-soft); transform: translateY(-2px); }
.useful-link-card > span { color: var(--gold); font-family: var(--font-display); font-size: 25px; }
.useful-link-card small { margin-top: 30px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.useful-link-card h3 { margin: 15px 0; font-family: var(--font-display); font-size: clamp(25px, 2.1vw, 35px); font-weight: 400; line-height: 1.08; }
.useful-link-card p { margin: 0; color: #bdb7ac; font-size: 13px; line-height: 1.55; }
.useful-link-card b { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ivory); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.useful-links-empty { grid-column: 1 / -1; margin: 0; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }

.articles-section { background: var(--ink); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.article-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-grid article { min-height: 410px; display: flex; flex-direction: column; padding: 28px; }
.article-grid article + article { border-left: 1px solid var(--line); }
.article-top { display: flex; justify-content: space-between; align-items: center; }
.article-top span { font-family: Georgia, serif; font-size: 24px; }
.article-top small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-grid h3 { margin: 70px 0 20px; font-family: Georgia, serif; font-size: clamp(25px, 2.2vw, 37px); font-weight: 400; line-height: 1.04; }
.article-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.article-grid button, .share-whatsapp { margin-top: auto; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--ivory); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.article-grid button span { float: right; }

.consulting-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 170px); background: var(--paper); color: var(--ink); }
.consulting-intro > p:not(.section-label) { max-width: 650px; margin: 30px 0; color: #595449; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.service-list { border-top: 1px solid rgba(23,23,20,.18); }
.service-list article { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(23,23,20,.18); }
.service-list > article > span { color: var(--red); font-family: Georgia, serif; font-size: 25px; }
.service-list h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.service-list p { margin: 0; color: #625d53; font-size: 13px; line-height: 1.55; }
.authors-section { background: #11110f; }
.author-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.author-grid article { display: grid; grid-template-columns: minmax(150px, .78fr) 1.22fr; min-height: 410px; background: #20201d; }
.author-grid img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(28%); }
.author-grid article > div { align-self: center; padding: 35px; }
.author-grid small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.author-grid h3 { margin: 15px 0; font-family: Georgia, serif; font-size: clamp(28px, 2.9vw, 44px); font-weight: 400; line-height: 1.02; }
.author-grid p { margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.author-grid span { color: #777269; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(65px, 10vw, 170px); background: var(--ink); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-family: Georgia, serif; font-size: 22px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -4px 45px 26px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-section { text-align: center; background: var(--red); }
.contact-section .section-label { color: #f6cf8a; }
.contact-section h2 { max-width: 1050px; margin-inline: auto; }
.contact-section h2 em { color: var(--ink); }
.contact-section > p:not(.section-label) { max-width: 670px; margin: 30px auto 52px; color: #f3ddd5; font-family: Georgia, serif; font-size: 19px; line-height: 1.55; }
.contact-actions { max-width: 980px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: auto; background: rgba(255,255,255,.35); }
.contact-actions a { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 26px; background: #f4f0e7; color: var(--ink); text-align: left; }
.contact-actions small { grid-column: 1; color: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions strong { grid-column: 1; font-family: var(--font-body); font-size: clamp(18px, 1.8vw, 25px); font-weight: 700; letter-spacing: -.02em; }
.contact-actions span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 22px; }

.archive-hero, .entry-hero { padding-top: clamp(80px, 10vw, 150px); padding-bottom: clamp(65px, 8vw, 110px); background: radial-gradient(circle at 80% 40%, rgba(183,57,47,.18), transparent 30%); }
.archive-hero h1, .entry-hero h1 { font-size: clamp(50px, 7vw, 96px); }
.archive-hero > p:last-child { max-width: 700px; color: var(--muted); font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.content-archive, .book-archive { padding-top: 80px; padding-bottom: 120px; }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.post-card { border: 1px solid var(--line); background: var(--ink-soft); }
.post-card-image { display: block; aspect-ratio: 16/9; overflow: hidden; }
.post-card-image img { width: 100%; height: 100%; object-fit: cover; }
.post-card-copy { padding: 30px; }
.post-card small, .book-card small { color: var(--gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2, .book-card h2 { margin: 12px 0; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.post-card p, .book-card p { color: var(--muted); line-height: 1.6; }
.text-link { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--line); }
.page-numbers.current { background: var(--gold); color: var(--ink); }
.book-archive-grid { display: grid; gap: 70px; }
.book-card { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 70px; align-items: center; }
.book-card-cover { display: grid; place-items: center; min-height: 520px; padding: 45px; background: var(--ink-soft); border: 1px solid var(--line); }
.book-card-cover img { max-height: 470px; width: auto; }
.entry-meta { display: flex; gap: 25px; margin-top: 28px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.entry-cover { margin: 0; }
.entry-cover img { display: block; width: 100%; max-height: 780px; object-fit: cover; }
.entry-content { width: min(760px, calc(100% - 44px)); margin: 80px auto; color: #ded8cd; font-family: Georgia, serif; font-size: 19px; line-height: 1.75; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: var(--ivory); line-height: 1.15; }
.entry-content a { color: var(--gold); text-decoration: underline; }
.entry-content blockquote { margin: 2em 0; padding-left: 25px; border-left: 3px solid var(--red); color: var(--muted); }
.entry-footer { padding-bottom: 90px; }
.entry-footer .post-navigation { margin-top: 50px; }
.nav-links { justify-content: space-between; }
.single-book { display: grid; grid-template-columns: minmax(280px, .78fr) 1.22fr; gap: clamp(50px, 9vw, 140px); align-items: center; min-height: 760px; padding-top: clamp(70px, 9vw, 130px); padding-bottom: clamp(80px, 10vw, 150px); }
.single-book-cover { display: grid; place-items: center; min-height: 620px; padding: 45px; border: 1px solid var(--line); background: linear-gradient(145deg, #292620, #151412); }
.single-book-cover img { max-height: 560px; width: auto; filter: drop-shadow(0 28px 35px rgba(0,0,0,.55)); }
.single-book-copy h1 { font-size: clamp(54px, 6vw, 92px); }
.single-book-excerpt { color: var(--muted); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.single-book-copy .entry-content { width: auto; margin: 35px 0; }
.not-found { min-height: 70vh; padding-top: clamp(80px, 11vw, 160px); padding-bottom: 100px; }
.not-found h1 { max-width: 950px; }
.not-found > p:not(.section-label) { color: var(--muted); font-family: Georgia, serif; font-size: 20px; }
.not-found .search-form { display: flex; gap: 8px; max-width: 650px; margin: 30px 0; }
.comments-area { width: min(760px, calc(100% - 44px)); margin: 0 auto 100px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 22px; padding: 22px; border: 1px solid var(--line); }
.comment-form input, .comment-form textarea, .search-form input { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 0; background: var(--ink-soft); color: var(--ivory); }
.comment-form .submit, .search-submit { min-height: 48px; padding: 0 20px; border: 0; background: var(--red); color: white; cursor: pointer; font-weight: 800; text-transform: uppercase; }
.empty-state { padding: 60px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { font-family: Georgia, serif; font-size: 40px; font-weight: 400; }

.site-footer { padding-top: 70px; padding-bottom: 30px; background: #0d0d0c; }
.footer-brand { display: flex; align-items: center; gap: 22px; }
.footer-brand img { width: 76px; height: 76px; border-radius: 50%; object-fit: cover; }
.footer-brand p { margin: 0; color: #c5bfb3; font-family: Georgia, serif; font-size: 18px; line-height: 1.35; }
.footer-nav { margin-top: 34px; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 35px; justify-content: flex-end; margin: 0; padding: 0; list-style: none; }
.footer-nav > a { margin-left: 35px; }
.footer-nav, .footer-nav a { font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-bottom { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 20px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); color: #9f998f; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.footer-bottom > :nth-child(2) { text-align: center; }
.footer-bottom > :last-child { text-align: right; }
.floating-contact { position: fixed; z-index: 100; right: 20px; bottom: 18px; display: grid; grid-template-columns: 44px 1fr auto; min-width: 238px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.2); background: rgba(17,17,15,.94); box-shadow: 0 14px 32px rgba(0,0,0,.35); backdrop-filter: blur(8px); transition: transform .2s, border-color .2s; }
.floating-contact:hover { transform: translateY(-3px); border-color: rgba(79,206,104,.7); }
.floating-contact img { grid-column: 1; grid-row: 1 / 3; align-self: center; width: 36px; height: 36px; object-fit: contain; }
.floating-contact span { grid-column: 2; color: var(--gold); font-size: 7px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.floating-contact b { grid-column: 2; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.floating-contact i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: #4fce68; font-style: normal; }

@media (max-width: 1050px) {
	.hero { grid-template-columns: 1fr .72fr; }
	.useful-links-grid { grid-template-columns: repeat(2, 1fr); }
	.article-grid { grid-template-columns: 1fr 1fr; }
	.article-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
	.article-grid article:nth-child(4) { border-top: 1px solid var(--line); }
	.author-grid article { grid-template-columns: 1fr; }
	.author-grid img { height: 360px; }
}

@media (max-width: 850px) {
	.edition-bar a { display: none; }
	.site-header-inner { height: 92px; }
	.brand-wrap img { width: 56px; height: 56px; }
	.site-menu { top: 130px; }
	.hero { grid-template-columns: 1fr; grid-template-areas: "privacy" "copy" "book"; grid-template-rows: auto auto auto; padding-top: 28px; }
	.hero-book { width: min(100%, 350px); margin-top: 8px; }
	.book-frame img { height: auto; }
	.hero-stats { grid-template-columns: 1fr; }
	.hero-stats > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
	.statement, .book-grid, .material-section, .consulting-section, .faq-section { grid-template-columns: 1fr; }
	.statement-seal { width: min(65vw, 350px); justify-self: center; }
	.book-grid { gap: 48px; }
	.cover-stage { justify-self: center; width: min(100%, 460px); min-height: 0; aspect-ratio: .86; }
	.cover-stage img { width: min(68%, 320px); max-height: calc(100% - 72px); object-fit: contain; }
	.split-heading { grid-template-columns: 1fr; gap: 25px; }
	.author-grid { grid-template-columns: 1fr; }
	.author-grid article { grid-template-columns: .8fr 1.2fr; }
	.footer-nav { margin-top: 42px; }
	.footer-nav ul { justify-content: flex-start; }
	.footer-nav > a { display: inline-block; margin: 0 28px 12px 0; }
	.book-card { grid-template-columns: 1fr; gap: 35px; }
	.single-book { grid-template-columns: 1fr; }
	.single-book-cover { min-height: 520px; }
}

@media (max-width: 590px) {
	:root { --page-gutter: 20px; }
	.brand-name { display: none; }
	.manager-link { display: none; }
	.site-menu { right: 20px; padding-inline: 24px; }
	.site-menu a { grid-template-columns: 54px minmax(0, 1fr) 24px; column-gap: 12px; font-size: 25px; }
	.site-menu a::before { padding-left: 12px; font-size: 19px; }
	h1 { font-size: clamp(48px, 15vw, 72px); }
	.hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
	.button { width: 100%; }
	.hero { gap: 45px; }
	.section-heading { margin-bottom: 42px; }
	.cover-stage { width: min(100%, 420px); min-height: 0; aspect-ratio: .84; }
	.book-details h3 { font-size: clamp(30px, 9vw, 48px); line-height: .96; }
	.guide-card { min-height: 535px; padding: 46px; }
	.material-library-card-cover { height: 350px; min-height: 350px; padding: 20px; }
	.material-library-brand-cover { height: 308px; }
	.lead-form { grid-template-columns: 1fr; }
	.lead-form label, .lead-form .full { grid-column: 1; }
	.material-delivery-note { grid-template-columns: 1fr; }
	.material-share-actions { grid-template-columns: 1fr; }
	.book-excerpts, .book-catalog dl { grid-template-columns: 1fr; }
	.book-catalog dl > div:nth-child(odd), .book-catalog dl > div:nth-child(even) { padding-inline: 0; border-left: 0; }
	.useful-links-grid { grid-template-columns: 1fr; }
	.article-grid, .post-grid { grid-template-columns: 1fr; }
	.article-grid article { min-height: 360px; }
	.article-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
	.author-grid article { grid-template-columns: 1fr; }
	.contact-actions { grid-template-columns: 1fr; }
	.contact-actions strong { overflow-wrap: anywhere; font-size: 19px; }
	.footer-bottom { flex-direction: column; }
	.footer-bottom { display: flex; }
	.footer-bottom > :nth-child(2), .footer-bottom > :last-child { text-align: left; }
	.floating-contact { min-width: 205px; }
	.book-card-cover { min-height: 420px; padding: 28px; }
	.empty-state { padding: 35px 20px; }
}

@media (max-width: 420px) {
	.privacy-promise { grid-template-columns: 1fr; }
	.privacy-promise > span { text-align: left; }
	.floating-contact { min-width: 0; width: 58px; grid-template-columns: 1fr; padding: 9px; }
	.floating-contact img { grid-column: 1; grid-row: 1; justify-self: center; }
	.floating-contact span, .floating-contact b, .floating-contact i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; }
}

@media (forced-colors: active) {
	.privacy-promise, .material-delivery-note, .useful-link-card { border: 1px solid CanvasText; }
	.button { border: 1px solid ButtonText; }
}

@media print {
	.site-head, .site-footer, .floating-contact, .hero-actions, .format-picker, .purchase-link, .lead-form, .share-whatsapp, .material-share { display: none !important; }
	body, main, .hero, .statement, .book-section, .material-section, .useful-links-section, .articles-section, .consulting-section, .authors-section, .faq-section, .contact-section { background: white !important; color: black !important; }
	.section-pad, .section-shell { padding: 24px !important; }
	* { box-shadow: none !important; text-shadow: none !important; }
}
