:root {
	--ink: #1c1a17;
	--sand: #faf8f5;
	--paper: #ffffff;
	--line: #e6e0d7;
	--muted: #8a8177;
	--accent: #b08d5c;
	--serif: "Cormorant Garamond", Georgia, serif;
	--sans: "Jost", -apple-system, "Segoe UI", sans-serif;
	--mira-line: var(--line);
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--sand); color: var(--ink); font-family: var(--sans); font-weight: 300; font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--ink); }
h1, h2, h3 { font-family: var(--serif); font-weight: 300; letter-spacing: .02em; line-height: 1.15; }

.container { width: min(1180px, 90vw); margin: 0 auto; }
.center { text-align: center; }
.mira-skip { position: absolute; left: -9999px; }
.mira-skip:focus { left: 16px; top: 16px; background: #fff; padding: 10px 16px; z-index: 99; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250,248,245,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand img { height: 58px; width: auto; }
.nav-list { list-style: none; display: flex; gap: 34px; margin: 0; padding: 0; }
.nav-list a { text-decoration: none; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink); padding-bottom: 4px; border-bottom: 1px solid transparent; }
.nav-list a:hover, .nav-list .current-menu-item > a { border-bottom-color: var(--accent); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); }

/* Hero */
.hero { padding: 130px 0 120px; background: var(--paper); border-bottom: 1px solid var(--line); position: relative; background-size: cover; background-position: center; }
.hero-img::before { content: ""; position: absolute; inset: 0; background: rgba(250,248,245,.82); }
.hero-inner { position: relative; text-align: center; max-width: 820px; }
.hero-frase { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--muted); margin: 0 0 28px; }
.hero-title { font-size: clamp(44px, 7vw, 84px); margin: 0; letter-spacing: .06em; }
.hero-sub { font-size: 18px; color: #4a453f; margin: 20px auto 36px; max-width: 620px; }

.page-hero { padding: 90px 0 60px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(38px, 5.5vw, 62px); margin: 10px 0 0; }
.page-hero-sub { color: var(--muted); font-style: italic; margin-top: 14px; }

.eyebrow { display: inline-block; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--accent); }

.btn { display: inline-block; padding: 15px 38px; background: var(--ink); color: #fff; text-decoration: none; font-size: 11px; letter-spacing: .26em; text-transform: uppercase; border: 1px solid var(--ink); transition: background .22s ease, color .22s ease; }
.btn:hover { background: transparent; color: var(--ink); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-block { display: block; text-align: center; }

/* Sections */
.section { padding: 96px 0; }
.section-sobre, .section-depo { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(32px, 4.5vw, 50px); margin: 10px 0 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-reverse .split-media { order: 2; }
.split-text h2 { font-size: clamp(30px, 4vw, 46px); margin: 12px 0 18px; }
.split-text .lead { font-family: var(--serif); font-style: italic; font-size: 21px; color: var(--muted); margin-top: 0; }
.split-media img { width: 100%; object-fit: cover; }
.split-media.sticky { position: sticky; top: 120px; }
.media-placeholder { aspect-ratio: 3/4; background: #efeae2; display: flex; align-items: center; justify-content: center; }
.media-placeholder span { font-family: var(--serif); font-style: italic; color: var(--muted); letter-spacing: .1em; }

.facts { list-style: none; margin: 24px 0; padding: 0; }
.facts li { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.facts li span { color: var(--muted); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }

.prose { line-height: 1.9; }
.prose.narrow { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 32px; margin: 42px 0 14px; }
.topicos, .credentials, .contato-list { list-style: none; padding: 0; margin: 20px 0; }
.topicos li { padding: 12px 0 12px 26px; border-bottom: 1px solid var(--line); position: relative; }
.topicos li::before { content: "—"; position: absolute; left: 0; color: var(--accent); }
.credentials li { padding: 8px 0; color: var(--muted); font-size: 15px; letter-spacing: .04em; }
.contato-list li { display: flex; flex-direction: column; gap: 4px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contato-list li span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

.script { font-family: var(--serif); font-style: italic; font-size: clamp(24px, 3.6vw, 38px); max-width: 760px; margin: 0 auto 36px; line-height: 1.5; }

/* Curso */
.curso-hero { padding: 130px 0 110px; background: var(--paper); background-size: cover; background-position: center; position: relative; }
.curso-hero.has-img::before { content: ""; position: absolute; inset: 0; background: rgba(250,248,245,.86); }
.curso-hero .container { position: relative; max-width: 860px; text-align: center; }
.curso-hero h1 { font-size: clamp(38px, 5.5vw, 66px); margin: 12px 0 12px; }
.curso-hero .btn { margin-top: 22px; }
.curso-aside .curso-box { background: var(--paper); border: 1px solid var(--line); padding: 32px; position: sticky; top: 120px; }
.curso-box h3 { margin: 0 0 8px; font-size: 24px; }
.pagamento-nota { font-size: 13px; color: var(--muted); line-height: 1.6; }
.section-form { background: var(--paper); border-top: 1px solid var(--line); }

/* Footer */
.site-footer { background: var(--ink); color: #e9e4dc; padding: 72px 0 24px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
.footer-brand img { height: 72px; filter: invert(1) brightness(1.6); }
.assinatura { font-family: var(--serif); letter-spacing: .1em; margin-top: 20px; color: #cbc2b6; }
.site-footer h3 { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-family: var(--sans); color: var(--accent); margin: 0 0 18px; }
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 12px; }
.footer-list a { color: #e9e4dc; text-decoration: none; font-size: 15px; }
.footer-list a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 52px; padding-top: 20px; font-size: 12px; color: #8f877c; text-align: center; }

.whats-float { position: fixed; right: 20px; bottom: 20px; width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(0,0,0,.18); z-index: 60; }

@media (max-width: 900px) {
	.split { grid-template-columns: 1fr; gap: 40px; }
	.split-reverse .split-media { order: 0; }
	.split-media.sticky, .curso-aside .curso-box { position: static; }
	.footer-inner { grid-template-columns: 1fr; }
	.nav-toggle { display: flex; }
	.site-nav { display: none; width: 100%; }
	.site-nav.open { display: block; }
	.header-inner { flex-wrap: wrap; }
	.nav-list { flex-direction: column; gap: 18px; padding: 18px 0 6px; }
	.section { padding: 64px 0; }
}
