/*
 * Tita Serafim Premium: V17.3.5 Homologação técnica, acessibilidade e conversão
 * Método Consoante: Conhecer, Interpretar, Aplicar.
 * Cormorant Garamond somente na camada editorial.
 * Montserrat sustenta textos, interface e componentes.
 */

:root {
    --ivory: #f7f2e9;
    --ivory-deep: #efe6d8;
    --paper: #fcfaf6;
    --ink: #201a17;
    --ink-soft: #3f332d;
    --muted: #75685f;
    --gold: #a77c3e;
    --gold-dark: #7e5b2b;
    --gold-pale: #e5d2ad;
    --line: rgba(32, 26, 23, .13);
    --line-soft: rgba(32, 26, 23, .075);
    --line-light: rgba(255, 255, 255, .22);
    --display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --wrap: 1160px;
    --reading: 660px;
    --header-h: 76px;
    --shadow: 0 28px 80px rgba(31, 23, 18, .09);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font-family: var(--body); }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote, p, h1, h2, h3, h4, ul, ol { margin-top: 0; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--gold-pale); color: var(--ink); }

h1,
h2,
.entry-title,
.page-title,
.footer-brand,
.brand-name {
    color: var(--ink);
    font-family: var(--body);
    font-weight: 400;
    letter-spacing: -.026em;
    line-height: 1.08;
}
h1, .entry-title, .page-title { font-size: clamp(42px, 4.4vw, 60px); }
h2 { font-size: clamp(29px, 2.8vw, 40px); }

.home-hero h1,
.page-hero h1,
.service-hero h1,
.entry-title,
.footer-brand,
.brand-name,
.section-intro h2,
.section-head h2,
.final-cta h2,
.about-story h2,
.about-statement blockquote,
.service-outcome h2,
.testimonial-slide blockquote,
.post-cta p {
    font-family: var(--display);
    font-weight: 400;
}
h3, h4, h5, h6 {
    color: var(--ink);
    font-family: var(--body);
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.35;
}
h3 { font-size: clamp(19px, 1.65vw, 24px); }
h1 em, h2 em, .editorial-emphasis {
    color: var(--gold-dark);
    font-weight: 400;
}
.balanced-title { text-wrap: balance; }
.title-long { font-size: clamp(39px, 3.8vw, 54px) !important; }
.title-xlong { font-size: clamp(36px, 3.4vw, 49px) !important; line-height: 1.1 !important; }
p { margin-bottom: 1.25em; }

.wrap { width: min(calc(100% - 72px), var(--wrap)); margin-inline: auto; }
.narrow, .editorial-narrow, .entry-wrap { width: min(calc(100% - 72px), var(--reading)); margin-inline: auto; }
.section { padding-block: clamp(88px, 8vw, 118px); }
.section-soft { background: var(--ivory-deep); }
.section-dark { background: var(--ink); color: var(--paper); }
.split { display: grid; grid-template-columns: minmax(0, .94fr) minmax(390px, .82fr); gap: clamp(54px, 8vw, 110px); align-items: center; }
.section-intro, .section-head { max-width: 700px; margin-bottom: clamp(48px, 6vw, 72px); }
.section-intro h2, .section-head h2 { margin-bottom: 22px; }
.section-intro > p:last-child, .section-head > p:last-child { margin-bottom: 0; }
.section-intro--center { max-width: 820px; margin-inline: auto; text-align: center; }
.section-intro--center > p:last-child { max-width: 570px; margin-inline: auto; }
.section-intro--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr); gap: clamp(42px, 7vw, 100px); align-items: end; }
.section-intro--split > p { margin: 0 0 7px; color: var(--muted); }
.section-link-center { margin-top: 44px; text-align: center; }
.center { text-align: center; margin-inline: auto; }
.between { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.compact-intro { margin-bottom: 32px; }

.lead, .hero-lead, .entry-excerpt {
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 19px);
    font-weight: 300;
    line-height: 1.76;
}
.meta, .breadcrumbs, .entry-meta, .post-nav-label, .footer-label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .11em;
    line-height: 1.5;
    text-transform: uppercase;
}
.breadcrumbs { margin-bottom: 26px; }
.breadcrumbs a { transition: opacity .25s ease; }
.breadcrumbs a:hover { opacity: .52; }
.text-link {
    display: inline-flex;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--ink);
    font-weight: 600;
    line-height: 1.3;
    transition: opacity .25s ease;
}
.text-link:hover { opacity: .55; }

.btn, .wp-block-button__link, input[type="submit"], button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 26px;
    border: 1px solid var(--ink);
    border-radius: 0;
    background: var(--ink);
    color: var(--paper);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .035em;
    text-transform: none;
    cursor: pointer;
    transition: transform .3s var(--ease), background .25s ease, color .25s ease, border-color .25s ease;
}
.btn:hover, .wp-block-button__link:hover, input[type="submit"]:hover, button[type="submit"]:hover { transform: translateY(-2px); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-light { background: transparent; color: var(--ink); }

.skip-link {
    position: fixed;
    top: 10px;
    left: -9999px;
    z-index: 10000;
    padding: 10px 14px;
    background: var(--ink);
    color: var(--paper);
}
.skip-link:focus { left: 10px; }
.screen-reader-text, .hp {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 4px; }

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 120;
    color: var(--ink);
    background: rgba(247, 242, 233, .94);
    border-bottom: 1px solid var(--line-soft);
    backdrop-filter: blur(18px);
    transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.home .site-header {
    position: fixed;
    width: 100%;
    color: var(--ink);
    background: rgba(247, 242, 233, .76);
    border-color: rgba(32, 26, 23, .08);
    box-shadow: 0 10px 34px rgba(38, 29, 23, .035);
    backdrop-filter: blur(14px);
}
.home .site-header.is-scrolled {
    color: var(--ink);
    background: rgba(247, 242, 233, .96);
    border-color: var(--line-soft);
    box-shadow: 0 8px 30px rgba(26, 19, 15, .05);
    backdrop-filter: blur(18px);
}
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: grid; gap: 4px; flex: 0 0 auto; }
.brand-name { color: currentColor; font-size: 27px; letter-spacing: -.018em; line-height: .9; }
.brand-signature { color: currentColor; opacity: .72; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: none; }
.main-nav { display: flex; align-items: center; }
.main-nav > ul, .main-nav .primary-menu { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; }
.main-nav a {
    padding: 10px 11px;
    color: currentColor;
    font-weight: 600;
    transition: opacity .25s ease, background .25s ease, color .25s ease;
}
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current-menu-ancestor > a { opacity: .56; }
.main-nav > ul > li:last-child > a, .main-nav .primary-menu > li:last-child > a {
    margin-left: 11px;
    padding: 13px 20px;
    border: 1px solid currentColor;
}
.home .site-header:not(.is-scrolled) .main-nav > ul > li:last-child > a,
.home .site-header:not(.is-scrolled) .main-nav .primary-menu > li:last-child > a {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}
.site-header.is-scrolled .main-nav > ul > li:last-child > a,
.site-header.is-scrolled .main-nav .primary-menu > li:last-child > a,
body:not(.home) .main-nav > ul > li:last-child > a,
body:not(.home) .main-nav .primary-menu > li:last-child > a { background: var(--ink); border-color: var(--ink); color: #fff; }
.menu-toggle, .submenu-toggle { background: transparent; border: 0; color: currentColor; cursor: pointer; }
.menu-toggle { display: none; align-items: center; gap: 12px; padding: 10px 0; }
.menu-toggle-label { font-weight: 600; }
.menu-toggle-icon { position: relative; width: 24px; height: 14px; display: block; }
.menu-toggle-icon i { position: absolute; left: 0; width: 24px; height: 1px; background: currentColor; transition: transform .3s ease, top .3s ease; }
.menu-toggle-icon i:first-child { top: 3px; }
.menu-toggle-icon i:last-child { top: 10px; }
.main-nav.is-open .menu-toggle-icon i:first-child { top: 6px; transform: rotate(45deg); }
.main-nav.is-open .menu-toggle-icon i:last-child { top: 6px; transform: rotate(-45deg); }
.submenu-toggle { display: none; }
.main-nav .sub-menu {
    position: absolute;
    top: calc(100% + 13px);
    left: 0;
    width: 320px;
    padding: 13px;
    display: grid;
    gap: 1px;
    background: var(--paper);
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow);
    color: var(--ink);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}
.main-nav li:hover > .sub-menu, .main-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.main-nav .sub-menu a { padding: 12px 13px; line-height: 1.45; }

/* Home hero */
.home-hero {
    position: relative;
    min-height: min(860px, 100svh);
    display: grid;
    align-items: stretch;
    overflow: hidden;
    background: var(--ivory-deep);
    color: var(--ink);
}
.home-hero-media {
    position: absolute;
    inset: 0;
    min-height: 100%;
    overflow: hidden;
    background: #d9d2c7;
}
.home-hero-media picture,
.home-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.home-hero-media img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.002);
}
.home-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(247,242,233,.02) 0%, rgba(247,242,233,.06) 34%, rgba(247,242,233,.78) 61%, rgba(247,242,233,.97) 100%),
        linear-gradient(to top, rgba(247,242,233,.24), transparent 34%);
}
.home-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    min-height: inherit;
    padding-top: calc(var(--header-h) + 44px);
    padding-bottom: 44px;
}
.hero-copy {
    max-width: 535px;
    margin-left: auto;
}
.home-hero h1 {
    margin: 0;
    color: var(--ink);
}
.home-hero h1 em { display: inline; color: var(--gold); }
.home-hero .hero-lead {
    color: var(--ink-soft);
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; }
.home-hero .btn-ghost { border-color: rgba(32,26,23,.4); color: var(--ink); }
.home-hero .btn-ghost:hover { background: rgba(32,26,23,.06); border-color: var(--ink); }

/* Image panels */
.hero-panel:not(.home-hero-media), .signature-card, .visual-panel:not(.home-hero-media) {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background: var(--ink-soft);
}

/* O painel fotográfico do hero é fundo, nunca uma primeira linha do grid. */
.home-hero > .home-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
}
.visual-panel picture, .visual-panel img { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-panel img { object-fit: cover; }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20, 12, 9, .42), transparent 52%); }
.visual-panel .monogram { position: relative; z-index: 2; margin-top: auto; color: var(--paper); font-family: var(--display); font-size: 52px; }
.visual-panel > p { position: relative; z-index: 2; max-width: 340px; margin: auto 0 0; color: var(--paper); font-family: var(--display); font-size: 36px; line-height: 1.02; }
.visual-panel.has-image > p { display: none; }
.visual-panel.no-image:not(.home-hero-media) { display: grid; place-items: end start; padding: 38px; background: linear-gradient(145deg, #5b493f, #241b17); }
.signature-card { box-shadow: var(--shadow); }

/* Method */
.home-method { background: var(--paper); }
.home-method .section-intro h2 { max-width: 760px; margin-inline: auto; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-item, .method-grid > article {
    position: relative;
    min-height: 330px;
    padding: 44px clamp(30px, 4vw, 52px) 42px;
    overflow: hidden;
}
.method-item + .method-item, .method-grid > article + article { border-left: 1px solid var(--line); }
.method-item h3, .method-grid > article h2, .method-grid > article h3 { position: relative; z-index: 1; margin-bottom: 16px; font-size: 21px; }
.method-item > p:last-child, .method-grid > article > p:last-child { position: relative; z-index: 1; max-width: 300px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.method-grid.compact { margin-top: 42px; }
.method-grid.compact > article { min-height: 275px; }

/* Journeys */
.journeys-section { background: var(--ivory); }
.dilemma-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.dilemma-card {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.dilemma-card:hover { background: var(--paper); }
.dilemma-card h2, .dilemma-card h3 { max-width: 455px; margin-bottom: 17px; font-size: clamp(19px, 1.7vw, 24px); }

/* Integrated journey */
.integrated-section { background: var(--ink); color: #fff; }
.integrated-section h2, .integrated-section h3 { color: #fff; }
.complete-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr); gap: clamp(60px, 10vw, 132px); align-items: center; }
.complete-copy h2 { max-width: 650px; }
.integrated-section .lead { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.66); }
.complete-tools { border-top: 1px solid var(--line-light); }
.complete-tools p { grid-template-columns: 36px 1fr; gap: 18px; margin: 0; }
.complete-tools span { color: #d8ae69; font-size: 12px; letter-spacing: .06em; }

/* Tools */
.tools-section, .home-journal, .home-about, .testimonials-section, .about-story, .service-meaning, .service-context, .dilemma-path { background: var(--paper); }
.service-list { border-top: 1px solid var(--line); }
.service-list > a, .path-tools > a {
    display: grid;
    grid-template-columns: 38px minmax(180px, .58fr) minmax(0, 1.2fr) 24px;
    gap: 26px;
    align-items: center;
    padding: 25px 10px;
    border-bottom: 1px solid var(--line);
    transition: padding .3s var(--ease), background .3s ease;
}
.service-list > a:hover, .path-tools > a:hover { padding-inline: 22px; background: var(--ivory); }
.service-list small, .path-tools small { color: var(--gold); font-size: 12px; letter-spacing: .05em; }
.service-list strong, .path-tools strong { font-size: 16px; font-weight: 500; line-height: 1.35; }
.service-list span, .path-tools span { color: var(--muted); font-size: 13px; }
.service-list b, .path-tools b { color: var(--gold); font-size: 17px; font-weight: 400; }
.path-tools { border-top: 1px solid var(--line); }
.path-tools > a { grid-template-columns: minmax(180px, .58fr) minmax(0, 1.2fr) 24px; }

/* Testimonials */
.testimonials-section { background: var(--ivory-deep); }
.testimonial-carousel { max-width: 920px; margin-inline: auto; }
.testimonial-slides { min-height: 350px; display: grid; place-items: center; }
.testimonial-slide { display: none; width: 100%; margin: 0; text-align: center; }
.testimonial-slide.is-active { display: block; animation: testimonialIn .55s var(--ease); }
.testimonial-slide blockquote { max-width: 860px; margin: 0 auto 38px; font-family: var(--display); font-size: clamp(30px, 3.45vw, 48px); font-weight: 400; line-height: 1.25; }
.testimonial-slide figcaption { display: inline-flex; align-items: center; gap: 13px; text-align: left; }
.testimonial-slide figcaption > span { display: grid; gap: 2px; }
.testimonial-slide figcaption strong { font-weight: 600; }
.testimonial-slide figcaption small { color: var(--muted); }
.testimonial-avatar { width: 43px; height: 43px; border-radius: 50%; object-fit: cover; }
.testimonial-avatar--fallback { display: grid; place-items: center; background: var(--paper); color: var(--ink); font-size: 12px; letter-spacing: .04em; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; margin-top: 18px; }
.testimonial-controls button { background: transparent; }
.testimonial-controls button:hover { transform: none; background: var(--paper); }
@keyframes testimonialIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* About + journal */
.home-about .split { grid-template-columns: minmax(390px, .85fr) minmax(0, .95fr); }
.home-about .signature-card { min-height: 620px; }
.about-content { max-width: 520px; }
.about-content h2 { margin-bottom: 25px; }
.about-content .lead { margin-bottom: 20px; }
.about-note {
    max-width: 470px;
    margin: 0 0 30px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
}
.blog-intro { margin-bottom: 54px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { min-width: 0; }
.post-card > a { display: block; }
.post-card .thumb { aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory-deep); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease); }
.thumb--placeholder {
    display: grid;
    place-items: end start;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), transparent),
        linear-gradient(145deg, #665448, #241b17);
}
.thumb--placeholder span {
    color: rgba(255,255,255,.82);
    font-family: var(--display);
    font-size: 31px;
}
.post-card:hover .thumb img { transform: scale(1.025); }
.post-body { padding-top: 19px; }
.post-body .meta { display: block; margin-bottom: 10px; color: var(--gold-dark); }
.post-card h3 { margin-bottom: 10px; font-size: 18px; line-height: 1.45; }
.post-card p { margin: 0; color: var(--muted); }

/* Final call to action */
.final-cta, .outcome-panel, .service-outcome { padding-block: clamp(104px, 11vw, 154px); background: var(--ink-soft); color: #fff; text-align: center; }
.final-cta h2, .outcome-panel h2, .service-outcome h2 { max-width: 820px; margin: 0 auto 24px; color: #fff; }
.final-cta p, .outcome-panel p, .service-outcome p { max-width: 620px; margin: 0 auto 36px; color: rgba(255,255,255,.65); font-size: 16px; }

/* Internal heroes */
.page-hero, .service-hero {
    padding-block: clamp(76px, 7.5vw, 104px);
    background: var(--paper);
}
.page-hero.compact { padding-block: 64px 70px; }
.page-hero h1,
.service-hero h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(46px, 4.6vw, 62px);
    line-height: 1.03;
}
.page-hero .lead,
.service-hero .lead {
    max-width: 620px;
    margin-bottom: 30px;
}
.service-hero .split { grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr); }
.service-hero .signature-card { min-height: 570px; }
.service-hero-copy { max-width: 620px; }
.dilemma-hero { text-align: left; }
.dilemma-hero .editorial-narrow { margin-left: max(36px, calc((100vw - var(--wrap)) / 2)); margin-right: auto; }
.dilemma-note {
    max-width: 520px;
    margin: 26px 0 0;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    letter-spacing: .025em;
}
.method-hero h1 { max-width: 700px; }

.method-steps-page, .dilemma-method { background: var(--ink); color: #fff; }
.method-steps-page h2, .method-steps-page h3, .dilemma-method h2, .dilemma-method h3 { color: #fff; }
.method-steps-page .method-grid, .dilemma-method .method-grid { border-color: var(--line-light); }
.method-steps-page .method-grid > article + article, .dilemma-method .method-grid > article + article { border-color: var(--line-light); }
.method-steps-page .method-grid > article > p:last-child, .dilemma-method .method-grid > article > p:last-child { color: rgba(255,255,255,.65); }

/* Service + dilemma pages */
.service-recognition { background: var(--ivory); }
.service-recognition h2, .service-meaning h2 { margin-bottom: 37px; }
.recognition-list { border-top: 1px solid var(--line); }
.recognition-list p { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 16px; }
.service-meaning p, .method-manifesto p, .about-story p { color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.84; }
.service-process { background: var(--ink); color: #fff; }
.service-process h2, .service-process h3, .service-process p { color: #fff; }
.service-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.service-process-grid article { min-height: 275px; padding: 34px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.service-process-grid article:nth-child(3n) { border-right: 0; }
.service-process-grid span { color: #d8ae69; font-size: 12px; letter-spacing: .06em; }
.service-process-grid h3 { margin: 70px 0 14px; font-size: 18px; }
.service-process-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.service-context { padding-block: 33px; border-top: 1px solid var(--line); }
.service-context-inner { display: flex; align-items: center; justify-content: space-between; }
.service-context-inner p { margin: 0; color: var(--muted); }
.service-context-inner > div { display: flex; gap: 25px; flex-wrap: wrap; }
.dilemma-fit { background: var(--ivory); }
.plain-checks { max-width: 740px; margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-checks li { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.dilemma-path .path-tools { margin-top: 48px; }

.service-copy-grid {
    display: grid;
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1fr);
    gap: clamp(54px, 9vw, 118px);
    align-items: start;
}
.service-copy-grid > h2 {
    position: sticky;
    top: calc(var(--header-h) + 32px);
    margin: 0;
    font-family: var(--body);
    font-size: clamp(27px, 2.5vw, 36px);
    font-weight: 400;
    line-height: 1.24;
}
.service-rich-copy p:last-child { margin-bottom: 0; }
.service-process-intro { max-width: 620px; }
.service-outcome { background: var(--ivory-deep); color: var(--ink); }
.service-outcome h2 { color: var(--ink); }
.service-outcome .editorial-narrow > p { color: var(--muted); font-size: 17px; line-height: 1.82; }
.service-visual.no-image {
    isolation: isolate;
    background:
        linear-gradient(145deg, rgba(255,255,255,.08), transparent 52%),
        linear-gradient(145deg, #5b493f, #241b17);
}
.service-visual.no-image::before,
.service-visual.no-image::after {
    content: "";
    position: absolute;
    z-index: -1;
}
.service-visual.no-image::before {
    inset: 24px;
    border: 1px solid rgba(255,255,255,.13);
}
.service-visual.no-image::after {
    width: 180px;
    height: 180px;
    top: 12%;
    right: -55px;
    border: 1px solid rgba(229,210,173,.2);
    border-radius: 50%;
}
.service-visual.no-image > p {
    display: block;
    max-width: 310px;
    color: #fff;
    font-size: clamp(34px, 3.4vw, 48px);
}
.ts-page-teste-de-estilo .service-visual.no-image { background: linear-gradient(145deg, #6a584d, #281f1a); }
.ts-page-coloracao-pessoal .service-visual.no-image { background: linear-gradient(145deg, #756257, #30231f); }
.ts-page-analise-corporal .service-visual.no-image { background: linear-gradient(145deg, #4d4945, #211c19); }
.ts-page-closet-inteligente .service-visual.no-image { background: linear-gradient(145deg, #685a4c, #2b211b); }
.ts-page-personal-shopper .service-visual.no-image { background: linear-gradient(145deg, #75634c, #2e241c); }
.ts-page-mala-de-viagem .service-visual.no-image { background: linear-gradient(145deg, #59615d, #242925); }

.about-portrait img { object-position: center 24%; }
.service-hero--consultoria-de-imagem .service-visual img { object-position: center 18%; }
.about-statement {
    background: var(--ink);
    color: #fff;
    text-align: center;
}
.about-statement blockquote {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(36px, 4.3vw, 58px);
    line-height: 1.16;
}
.about-story-grid {
    display: grid;
    grid-template-columns: minmax(240px, .62fr) minmax(0, 1fr);
    gap: clamp(56px, 9vw, 120px);
    align-items: start;
}
.about-story-grid h2 { max-width: 420px; }
.about-story-copy p:last-child { margin-bottom: 0; }
.principles-grid.principles-grid--three { grid-template-columns: repeat(3, 1fr); }
.principles-grid--three article { min-height: 270px; }
.principles-grid--three article > span {
    display: block;
    margin-bottom: 72px;
    color: var(--gold-dark);
    font-size: 12px;
    letter-spacing: .06em;
}

/* Principles and editorial sections */
.principles-section,
.approach-section,
.principles-grid { background: var(--ivory); }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 230px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid h3 { margin-bottom: 17px; font-size: 19px; }
.principles-grid p { color: var(--muted); font-size: 14px; }

/* Blog archive + single */
.section-blog { background: var(--paper); }
.hero-search { max-width: 500px; margin-top: 32px; }
.search-form { border-bottom: 1px solid var(--ink); }
.search-form input[type="search"] { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--ink); outline: 0; }
.navigation.pagination, .pagination-wrap { margin-top: 58px; }
.pagination-wrap ul.page-numbers { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nav-links { display: flex; gap: 8px; }
.nav-links > .page-numbers,
.pagination-wrap a.page-numbers,
.pagination-wrap span.page-numbers {
    min-width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--line);
    font-size: 12px;
}
.nav-links > .page-numbers.current,
.pagination-wrap span.page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.entry-header { padding: clamp(78px, 9vw, 118px) 0 46px; background: var(--paper); }
.entry-title {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(44px, 4.6vw, 60px);
    text-wrap: balance;
}
.entry-excerpt { margin-bottom: 0; }
.entry-image { margin-bottom: 64px; }
.entry-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.entry-content { padding-bottom: 72px; color: var(--ink-soft); }
.entry-content > * { max-width: 100%; }
.entry-content h2 { margin: 2em 0 .7em; font-size: clamp(32px, 3.2vw, 44px); }
.entry-content h3 { margin: 1.8em 0 .65em; font-size: 19px; }
.entry-content p, .entry-content li { font-size: 16px; line-height: 1.88; }
.entry-content blockquote { margin: 42px 0; padding: 7px 0 7px 27px; border-left: 1px solid var(--gold); font-family: var(--display); font-size: 28px; line-height: 1.35; }
.entry-content img { margin-block: 40px; }
.post-navigation { padding-block: 36px 70px; border-top: 1px solid var(--line); }
.post-nav-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.post-nav-link { display: grid; gap: 9px; }
.post-nav-link--next { text-align: right; }
.post-cta { margin-bottom: 80px; padding: 42px; background: var(--ivory-deep); }
.post-cta > div { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.post-cta p { max-width: 420px; margin: 0; font-family: var(--display); font-size: 29px; line-height: 1.2; }
.section-related { background: var(--ivory); }

/* Forms */
.section-contact { background: var(--paper); }
.contact-content { min-width: 0; }
.contact-content h2 { margin-bottom: 18px; }
.contact-box { margin-top: 30px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
.form-row { display: grid; }
.form-row--full { grid-column: 1 / -1; }
.form-row label { color: var(--ink-soft); }
.form-row input, .form-row select, .form-row textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: 14px;
    outline: 0;
}
.form-row textarea { resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--gold-dark); }
.consent-row { display: flex; gap: 11px; align-items: flex-start; margin: 24px 0; color: var(--muted); }
.consent-row a { text-decoration: underline; }
.form-note { color: var(--muted); }
.contact-box button.full { width: 100%; }
.notice { margin-bottom: 24px; padding: 15px 17px; border: 1px solid #a45c4e; color: #7b3025; }
.notice.success { border-color: #6f8262; color: #4d6541; }
.content-body { color: var(--ink-soft); }
.content-body p, .content-body li { font-size: 16px; line-height: 1.86; }

.contact-hero { padding-bottom: 62px; }
.contact-layout {
    display: grid;
    grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr);
    gap: clamp(54px, 9vw, 112px);
    align-items: start;
}
.contact-guidance {
    position: sticky;
    top: calc(var(--header-h) + 34px);
}
.contact-guidance ol { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-guidance li {
    display: grid;
    border-bottom: 1px solid var(--line);
}
.contact-guidance strong { display: block; margin-bottom: 7px; font-weight: 500; }
.contact-guidance li p { margin: 0; color: var(--muted); }
.contact-privacy {
    margin-top: 24px;
    color: var(--muted);
}
.contact-card {
    padding: clamp(34px, 5vw, 58px);
    background: var(--ivory);
}
.contact-card h2 {
    max-width: 520px;
    font-family: var(--body);
    font-size: clamp(28px, 2.8vw, 38px);
    line-height: 1.18;
}
.contact-card .lead { margin-bottom: 14px; }

/* Footer */
.site-footer { padding: 82px 0 30px; background: #17120f; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) .7fr .7fr; gap: clamp(52px, 9vw, 112px); padding-bottom: 62px; }
.footer-brand { color: #fff; font-size: 42px; }
.footer-positioning { max-width: 430px; margin-top: 18px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-label { margin-bottom: 10px; color: #d8ae69; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.7); transition: color .25s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); }
.footer-meta { display: flex; gap: 24px; flex-wrap: wrap; }
.float-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--ink);
    color: #fff;
    box-shadow: 0 12px 34px rgba(24,18,14,.18);
    font-weight: 600;
}
.reading-progress { position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 2px; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

/* Reveal */
.reveal-ready { opacity: 0; transform: translateY(17px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-ready.is-visible { opacity: 1; transform: none; }

/* Search and empty states */
.blog-empty { padding: 40px 0; }
.search-term { color: var(--gold-dark); }
.empty-state { max-width: 680px; padding: 48px 0; }
.empty-state h2 { max-width: 620px; font-family: var(--display); font-size: clamp(38px, 4vw, 52px); }
.empty-state > p { max-width: 560px; color: var(--muted); }
.empty-state-links, .error-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 30px; }
.error-hero { min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; }

/* Mantém fotografia, tese, explicação e ações na mesma primeira dobra em telas desktop baixas. */
@media (min-width: 861px) and (max-height: 720px) {
    .home-hero { min-height: 100svh; }
    .home-hero-inner {
        padding-top: calc(var(--header-h) + 22px);
        padding-bottom: 22px;
    }
    .home-hero h1 {
        max-width: 500px;
        font-size: clamp(48px, 4.6vw, 61px);
        line-height: .98;
    }
    .home-hero .hero-lead {
        max-width: 485px;
        margin: 15px 0 20px;
        font-size: 13px;
        line-height: 1.58;
    }
    .hero-actions .btn {
        min-height: 44px;
        padding-inline: 20px;
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    :root { --wrap: 980px; }
    .wrap { width: min(calc(100% - 48px), var(--wrap)); }
    .narrow, .editorial-narrow, .entry-wrap { width: min(calc(100% - 48px), var(--reading)); }
    .brand-signature { display: none; }
    .main-nav a { padding-inline: 8px; }
    .main-nav > ul > li:last-child > a, .main-nav .primary-menu > li:last-child > a { margin-left: 5px; padding-inline: 14px; }
    .home-hero-media::after { background: linear-gradient(90deg, rgba(247,242,233,.02), rgba(247,242,233,.23) 42%, rgba(247,242,233,.94) 72%, rgba(247,242,233,.98)); }
    .service-list > a { grid-template-columns: 32px minmax(160px,.6fr) minmax(0,1fr) 20px; gap: 18px; }
}

@media (max-width: 860px) {
    :root { --header-h: 66px; }
    .wrap { width: min(calc(100% - 40px), var(--wrap)); }
    .narrow, .editorial-narrow, .entry-wrap { width: min(calc(100% - 40px), var(--reading)); }
    .section { padding-block: 82px; }
    .split,
.complete-grid,
.service-hero .split,
.home-about .split { grid-template-columns: 1fr; }
    .section-intro--split { grid-template-columns: 1fr; gap: 20px; }
    .section-intro--split > p { max-width: 560px; }
    .brand-name { font-size: 24px; }
    .menu-toggle { position: relative; z-index: 131; display: inline-flex; }
    .main-nav > ul, .main-nav .primary-menu {
        position: fixed;
        inset: 0;
        z-index: 130;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 2px;
        padding: 82px 30px 40px;
        overflow-y: auto;
        background: var(--ivory);
        color: var(--ink);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    }
    .main-nav.is-open > ul, .main-nav.is-open .primary-menu { opacity: 1; visibility: visible; transform: none; }
    .main-nav > ul > li, .main-nav .primary-menu > li { width: min(100%, 460px); margin-inline: auto; border-bottom: 1px solid var(--line-soft); }
    .main-nav > ul > li > a, .main-nav .primary-menu > li > a { padding: 14px 0; font-size: 12px; text-align: center; }
    .main-nav > ul > li:last-child, .main-nav .primary-menu > li:last-child { border-bottom: 0; margin-top: 16px; }
    .main-nav > ul > li:last-child > a, .main-nav .primary-menu > li:last-child > a { margin: 0; padding: 15px 20px; background: var(--ink) !important; border-color: var(--ink) !important; color: #fff !important; }
    .submenu-toggle { position: absolute; top: 8px; right: 0; z-index: 2; display: grid; place-items: center; font-size: 18px; }
    .main-nav .sub-menu {
        position: static;
        width: 100%;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        background: transparent;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .35s ease, padding .35s ease;
    }
    .main-nav .submenu-is-open > .sub-menu { max-height: 520px; padding-bottom: 12px; }
    .main-nav .sub-menu a { color: var(--muted); text-align: center; }
    .home .site-header.is-scrolled .menu-toggle, body:not(.home) .menu-toggle { color: var(--ink); }
    .home .site-header:not(.is-scrolled) .main-nav.is-open .menu-toggle { color: var(--ink); }
    body.menu-open { overflow: hidden; }
    .home-hero { min-height: 0; background: var(--ivory); }
    .home-hero > .home-hero-media {
        top: 0;
        bottom: auto;
        height: 430px;
        min-height: 430px;
    }
    .home-hero-media img { object-position: 44% center; }
    .home-hero-media::after {
        background: linear-gradient(to top, rgba(247,242,233,.16), transparent 34%);
    }
    .home-hero-inner {
        align-items: end;
        min-height: 0;
        padding-top: 478px;
        padding-bottom: 58px;
    }
    .hero-copy { max-width: 590px; margin-left: 0; }
    .method-grid { grid-template-columns: 1fr; }
    .method-item + .method-item, .method-grid > article + article { border-left: 0; border-top: 1px solid var(--line); }
    .method-item, .method-grid > article { min-height: 260px; }
    .dilemma-grid { grid-template-columns: 1fr; }
    .dilemma-card { min-height: 250px; }
    .complete-grid { gap: 54px; }
    .service-process-grid { grid-template-columns: repeat(2, 1fr); }
    .service-process-grid article:nth-child(3n) { border-right: 1px solid var(--line-light); }
    .service-process-grid article:nth-child(2n) { border-right: 0; }
    .post-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-section { padding-block: 90px; }
    .testimonial-slides { min-height: 390px; }
    .home-about .signature-card { min-height: 560px; }
    .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 44px; }
    .service-copy-grid, .about-story-grid, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
    .service-copy-grid > h2, .contact-guidance { position: static; }
    .principles-grid.principles-grid--three { grid-template-columns: 1fr; }
    .dilemma-hero .editorial-narrow { margin-inline: auto; }
}

@media (max-width: 620px) {
    .wrap, .narrow, .editorial-narrow, .entry-wrap { width: calc(100% - 34px); }
    .section-intro, .section-head { margin-bottom: 42px; }
    .home-hero { min-height: 0; align-items: end; background: var(--ivory); }
    .home-hero > .home-hero-media {
        top: 0;
        bottom: auto;
        height: 350px;
        min-height: 350px;
    }
    .home-hero-media img { object-position: center 22%; }
    .home-hero-media::after { background: linear-gradient(to top, rgba(247,242,233,.14), transparent 32%); }
    .home-hero-inner { align-items: end; min-height: 0; padding-top: 386px; padding-bottom: 34px; }
    .home-hero h1 { max-width: 450px; line-height: 1; }
    .home-hero .hero-lead { max-width: 430px; margin: 17px 0 22px; color: var(--ink-soft); line-height: 1.62; }
    .hero-actions { width: 100%; gap: 10px; }
    .method-item, .method-grid > article { min-height: 245px; padding: 34px 28px; }
    .complete-tools p { grid-template-columns: 29px 1fr; gap: 12px; }
    .service-list > a, .path-tools > a { grid-template-columns: 28px 1fr 20px; gap: 12px; padding: 22px 4px; }
    .service-list > a span, .path-tools > a span { grid-column: 2 / 4; }
    .service-list > a:hover, .path-tools > a:hover { padding-inline: 10px; }
    .testimonial-slides { min-height: 420px; }
    .testimonial-slide blockquote { line-height: 1.27; }
    .home-about .signature-card, .service-hero .signature-card, .hero-panel, .signature-card { min-height: 490px; }
    .service-copy-grid, .about-story-grid, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
    .dilemma-hero .editorial-narrow { margin-inline: auto; }
    .service-copy-grid > h2, .contact-guidance { position: static; }
    .principles-grid.principles-grid--three { grid-template-columns: 1fr; }
    .principles-grid--three article { min-height: 220px; }
    .principles-grid--three article > span { margin-bottom: 46px; }
    .error-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
    .post-grid { grid-template-columns: 1fr; gap: 42px; }
    .post-card .thumb { aspect-ratio: 4/5; }
    .service-process-grid,
.principles-grid { grid-template-columns: 1fr; }
    .service-process-grid article, .service-process-grid article:nth-child(3n) { border-right: 0; }
    .service-context-inner, .post-cta > div { align-items: flex-start; flex-direction: column; }
    .form-grid { grid-template-columns: 1fr; }
    .form-row--full { grid-column: auto; }
    .post-nav-links { grid-template-columns: 1fr; }
    .post-nav-link--next { text-align: left; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 30px; }
    .footer-brand-block { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal-ready { opacity: 1; transform: none; }
}
