:root {
  --ink: #18342d;
  --ink-2: #294a41;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --sage: #a9b9a1;
  --sage-light: #dbe2d2;
  --moss: #506c5e;
  --gold: #b68c4c;
  --peach: #d9b7a4;
  --line: rgba(24, 52, 45, .18);
  --shadow: 0 24px 70px rgba(24, 52, 45, .12);
  --radius: 28px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--sage-light); }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 128px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 9999; transform: translateY(-150%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 99px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(251,250,246,.88); backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(24,52,45,.08); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { width: 35px; height: 35px; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-copy { display: grid; gap: 3px; text-transform: uppercase; letter-spacing: .13em; }
.brand-copy strong { font-family: var(--serif); font-size: 18px; font-weight: 500; text-transform: none; letter-spacing: .02em; }
.brand-copy small { font-size: 8px; letter-spacing: .42em; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; border: 1px solid var(--line); border-radius: 99px; padding: 3px; }
.lang-switch button { border: 0; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .08em; padding: 7px 8px; border-radius: 99px; cursor: pointer; }
.lang-switch button[aria-pressed="true"] { background: var(--ink); color: white; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s, color .2s, border .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #0d2721; }
.button-light { background: var(--cream); color: var(--ink); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.24); }
.button-small { min-height: 42px; padding-inline: 19px; }
.menu-button { display: none; width: 40px; height: 40px; padding: 9px; background: none; border: 0; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 5px 0; transition: transform .2s; }
.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; min-height: 880px; padding: 152px 0 70px; background: var(--cream); }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(24,52,45,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,52,45,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .8; }
.hero-orb-one { width: 380px; height: 380px; background: rgba(169,185,161,.34); left: -190px; bottom: 100px; }
.hero-orb-two { width: 240px; height: 240px; background: rgba(217,183,164,.24); right: 8%; top: 11%; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .82fr); align-items: center; gap: 80px; }
.eyebrow, .section-number { margin: 0 0 26px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.hero h1 { max-width: 730px; font-size: clamp(62px, 6.5vw, 102px); }
.hero h1 em, h2 em { font-weight: 400; color: var(--moss); }
.hero-lead { max-width: 600px; margin: 33px 0 0; font-size: 18px; line-height: 1.75; color: rgba(24,52,45,.78); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-meta { display: flex; gap: 34px; margin-top: 58px; }
.hero-meta div { min-width: 105px; border-left: 1px solid var(--line); padding-left: 14px; display: grid; }
.hero-meta strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.hero-meta span { font-size: 11px; color: rgba(24,52,45,.62); }
.visual-frame { min-height: 606px; position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: rgba(255,255,255,.55); border: 1px solid rgba(24,52,45,.14); border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow); backdrop-filter: blur(12px); overflow: hidden; }
.visual-topline, .visual-footer { display: flex; justify-content: space-between; align-items: center; font-size: 8px; font-weight: 800; letter-spacing: .19em; }
.hero-photo-wrap { position: relative; min-height: 430px; border-radius: 150px 150px 24px 24px; overflow: hidden; background: linear-gradient(180deg, #f4efe7 0%, #e9ddcf 100%); box-shadow: inset 0 0 0 1px rgba(24,52,45,.06); }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-wrap::after { content: ''; position: absolute; inset: auto 0 0 0; height: 38%; background: linear-gradient(180deg, rgba(24,52,45,0) 0%, rgba(24,52,45,.18) 100%); pointer-events: none; }
.hero-chip { position: absolute; z-index: 2; padding: 10px 18px; border-radius: 999px; background: rgba(255,252,248,.9); backdrop-filter: blur(8px); box-shadow: 0 15px 35px rgba(24,52,45,.12); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
.hero-chip-one { top: 32px; left: 30px; }
.hero-chip-two { top: 96px; right: 30px; }
.hero-chip-three { bottom: 28px; left: 34px; }
.visual-frame blockquote { max-width: 370px; margin: 24px auto 14px; text-align: center; font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.35; }
.hero-marquee { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(24,52,45,.12); border-bottom: 1px solid rgba(24,52,45,.12); padding: 14px 0; white-space: nowrap; }
.hero-marquee div { display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .3em; animation: marquee 28s linear infinite; }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { margin-bottom: 68px; }
.section-heading h2, .method h2, .about h2, .faq h2, .contact h2 { font-size: clamp(46px, 5.7vw, 78px); }
.split-heading { display: grid; grid-template-columns: 1fr 2.05fr; gap: 50px; }
.split-heading > div > p { max-width: 650px; margin: 30px 0 0; color: rgba(24,52,45,.7); font-size: 17px; }
.pillars { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar { min-height: 310px; padding: 30px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.pillar:last-child { border-right: 0; }
.pillar-icon { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; font-size: 10px; }
.pillar h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.pillar p { margin: 0; color: rgba(24,52,45,.68); font-size: 14px; }

.programs { background: var(--ink); color: var(--cream); }
.programs .section-number, .programs .program-note { color: rgba(244,240,231,.6); }
.programs h2 em { color: var(--sage); }
.program-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.program-card { min-height: 620px; padding: 28px; border: 1px solid rgba(244,240,231,.18); border-radius: var(--radius); display: flex; flex-direction: column; background: rgba(255,255,255,.03); transition: transform .25s, background .25s; }
.program-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.06); }
.program-card.featured { color: var(--ink); background: var(--sage-light); border-color: transparent; }
.program-head { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.tag { border: 1px solid currentColor; border-radius: 99px; padding: 7px 10px; font-size: 8px; }
.program-card h3 { margin: 65px 0 14px; font-family: var(--serif); font-weight: 400; font-size: 40px; line-height: 1; }
.price { display: flex; align-items: baseline; gap: 10px; margin: 0 0 25px; }
.price strong { font-size: 24px; }.price span { font-size: 12px; opacity: .7; }
.program-card > p:not(.price) { min-height: 76px; color: inherit; opacity: .72; }
.program-card ul { list-style: none; padding: 0; margin: 25px 0 35px; border-top: 1px solid currentColor; border-color: rgba(255,255,255,.18); }
.program-card.featured ul { border-color: rgba(24,52,45,.2); }
.program-card li { padding: 13px 0 13px 22px; border-bottom: 1px solid rgba(255,255,255,.13); position: relative; font-size: 13px; }
.program-card.featured li { border-color: rgba(24,52,45,.14); }
.program-card li::before { content: '✓'; position: absolute; left: 0; }
.program-card > a { margin-top: auto; display: flex; justify-content: space-between; padding-top: 16px; font-weight: 700; font-size: 13px; border-top: 1px solid currentColor; }
.program-note { max-width: 840px; margin: 30px 0 0; font-size: 11px; }

.method { background: var(--cream); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.method-sticky { position: sticky; top: 130px; }
.method-sticky > p:not(.section-number) { max-width: 440px; margin: 28px 0; color: rgba(24,52,45,.68); }
.text-link { display: inline-flex; gap: 35px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: 13px; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step > span { width: 48px; height: 48px; display: grid; place-content: center; border-radius: 50%; background: var(--sage-light); font-size: 10px; }
.step h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.step p { margin: 0; max-width: 530px; color: rgba(24,52,45,.67); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.portrait-card { min-height: 680px; position: relative; border-radius: 240px 240px 26px 26px; overflow: hidden; background: var(--sage-light); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.founder-photo { object-position: center 24%; }
.portrait-label { position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 15px 18px; background: rgba(251,250,246,.89); backdrop-filter: blur(12px); border-radius: 16px; font-size: 11px; }
.portrait-label > span:first-child { display: grid; gap: 3px; }
.portrait-label strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.portrait-label small { opacity: .55; }
.about h2 { margin-bottom: 10px; }
.about-lead { font-family: var(--serif); font-size: 25px; font-style: italic; }
.about-copy > p:not(.section-number):not(.about-lead) { max-width: 640px; font-size: 16px; color: rgba(24,52,45,.72); }
.signature { margin: 35px 0; font-family: var(--serif); font-size: 45px; font-style: italic; transform: rotate(-5deg); display: inline-block; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 25px; gap: 20px; }
.about-facts div { display: grid; gap: 4px; }.about-facts strong { font-family: var(--serif); font-size: 21px; }.about-facts span { font-size: 10px; opacity: .6; }

.cases { background: #e7e7db; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.case-card { min-height: 360px; border: 1px solid rgba(24,52,45,.17); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; }
.case-card > span { font-size: 10px; font-weight: 800; }
.case-card h3 { margin: auto 0 20px; font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.08; }
.case-card p { margin: 0; color: rgba(24,52,45,.68); font-size: 14px; }

.b2b { background: var(--paper); }
.b2b-card { min-height: 540px; padding: 65px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; color: var(--cream); background: #815f50; border-radius: 38px; overflow: hidden; position: relative; }
.b2b-copy { position: relative; z-index: 2; }.b2b h2 { font-size: clamp(45px, 5.5vw, 72px); }.b2b h2 em { color: #f4d3bf; }
.b2b-copy > p:not(.eyebrow) { max-width: 600px; color: rgba(244,240,231,.76); margin: 28px 0 35px; }
.b2b-visual { min-height: 390px; position: relative; display: grid; place-content: center; }
.b2b-circle { width: 300px; height: 300px; border: 1px solid rgba(244,240,231,.45); border-radius: 50%; display: grid; place-content: center; text-align: center; gap: 12px; animation: float 5s ease-in-out infinite; }
.b2b-circle::before, .b2b-circle::after { content:''; position:absolute; inset:50%; width:400px; height:400px; transform:translate(-50%,-50%); border:1px solid rgba(244,240,231,.15); border-radius:50%; }
.b2b-circle::after { width:520px; height:520px; }
.b2b-circle span { font-size: 10px; letter-spacing: .25em; }.b2b-circle strong { font-family: var(--serif); font-size: 70px; font-weight: 400; }
.spark { position: absolute; width: 12px; height: 12px; background: var(--cream); border-radius: 50%; }.spark-1{left:12%;top:25%;}.spark-2{right:8%;bottom:25%;width:7px;height:7px}.spark-3{right:28%;top:8%;width:5px;height:5px}
@keyframes float { 50% { transform: translateY(-12px); } }

.insights { background: var(--cream); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.article-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: rgba(255,255,255,.32); }
.article-art { height: 260px; position: relative; overflow: hidden; display: grid; place-content: center; }
.article-art span { width: 70px; height: 70px; display: grid; place-content: center; border-radius: 50%; border: 1px solid var(--ink); font-family: var(--serif); font-size: 24px; z-index: 2; }
.article-art::before, .article-art::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(24,52,45,.25); }
.article-art::before { width: 280px; height: 280px; }.article-art::after { width: 190px; height: 190px; }
.art-one { background: var(--sage-light); }.art-two { background: #dec6b6; }.art-three { background: #d6d8c8; }
.art-two::before { border-radius: 0; transform: rotate(35deg); }.art-three::after { width: 330px; height: 80px; border-radius: 50%; transform: rotate(-22deg); }
.article-body { padding: 25px; }
.article-body p { margin: 0 0 20px; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.article-body h3 { min-height: 76px; margin: 0 0 25px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.article-body span { font-size: 11px; opacity: .55; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 24px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--sans); font-size: 20px; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; margin: -4px 0 27px; color: rgba(24,52,45,.67); }

.contact { background: var(--ink); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.contact h2 em { color: var(--sage); }
.contact-copy > p:not(.section-number) { max-width: 570px; color: rgba(244,240,231,.69); }
.contact-actions { margin-top: 38px; display: grid; grid-template-columns: minmax(220px, .9fr) minmax(0, 1.15fr); gap: 18px; align-items: center; }
.contact-whatsapp { min-height: 68px; display: inline-flex; align-items: center; justify-content: center; padding: 16px 22px; border: 1px solid rgba(244,240,231,.6); border-radius: 18px; background: var(--cream); color: var(--ink); box-shadow: 0 0 0 7px rgba(171,188,155,.14); font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s, background .2s; }
.contact-whatsapp:hover { transform: translateY(-2px); background: #fffdf8; }
.contact-email { min-width: 0; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); line-height: 1.15; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-details { margin-top: 28px; display: grid; gap: 11px; font-size: 13px; }
.contact-phone { width: fit-content; font-size: 18px; letter-spacing: .02em; }
.contact-details span { color: rgba(244,240,231,.64); }
.contact-form { padding: 40px; background: var(--cream); color: var(--ink); border-radius: var(--radius); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.check-label) { display: grid; gap: 8px; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0; background: transparent; outline: 0; color: var(--ink); text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.check-label { display: flex; gap: 10px; align-items: flex-start; margin: 15px 0 23px; font-size: 11px; color: rgba(24,52,45,.7); }
.check-label input { width: auto; margin-top: 3px; }.check-label a { text-decoration: underline; }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 20px; margin: 12px 0 0; font-size: 12px; }

.site-footer { padding: 58px 0 26px; background: #0c231e; color: var(--cream); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 52px; border-bottom: 1px solid rgba(244,240,231,.16); }
.footer-top > p { text-align: center; font-family: var(--serif); font-style: italic; font-size: 23px; }
.footer-arrow { width: 52px; height: 52px; display: grid; place-content: center; border: 1px solid rgba(244,240,231,.28); border-radius: 50%; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; padding-top: 25px; font-size: 10px; color: rgba(244,240,231,.5); }
.footer-bottom div { display: flex; gap: 24px; }.footer-bottom > span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .13s; }

.legal-page { background: var(--cream); }
.legal-hero { padding: 170px 0 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font-family: var(--serif); font-size: clamp(54px,7vw,95px); font-weight: 400; line-height: .95; margin: 0; }
.legal-content { padding: 80px 0 120px; }
.legal-content article { max-width: 800px; margin-left: auto; }
.legal-content h2 { margin-top: 55px; font-size: 32px; line-height: 1.1; }
.legal-content h3 { font-family: var(--serif); font-weight: 400; font-size: 23px; margin-top: 34px; }
.legal-content p, .legal-content li { color: rgba(24,52,45,.75); }
.legal-content .pending { display: inline-block; padding: 3px 8px; background: #f1d9ca; border-radius: 6px; color: #6f3f2f; font-weight: 700; }
.back-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 25px; font-weight: 700; font-size: 13px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.desktop-cta { display: none; }.menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 88px 16px auto; z-index: 1001; padding: 24px; background: var(--paper); border-radius: 22px; box-shadow: var(--shadow); }
  .mobile-menu.open { display: grid; gap: 18px; }.mobile-menu a { font-family: var(--serif); font-size: 25px; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { padding-top: 35px; }.hero-visual { max-width: 620px; width: 100%; margin: 0 auto; }
  .pillars { grid-template-columns: 1fr 1fr; }.pillar:nth-child(2) { border-right: 0; }.pillar:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .program-grid { grid-template-columns: 1fr; }.program-card { min-height: 530px; }.program-card > p:not(.price) { min-height: auto; }
  .about-grid, .method-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }.portrait-card { min-height: 760px; max-width: 620px; }.method-sticky, .faq-heading { position: static; }.about-copy { max-width: 760px; }
  .b2b-card { grid-template-columns: 1fr; }.b2b-visual { min-height: 280px; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }.section { padding: 84px 0; }.nav-wrap { height: 76px; }.mobile-menu { top: 76px; }
  .brand-copy strong { font-size: 16px; }.brand-mark { width: 31px; }.lang-switch button { padding: 6px; }
  .hero { padding-top: 118px; }.hero h1 { font-size: clamp(53px, 15vw, 74px); }.hero-lead { font-size: 16px; }.hero-meta { gap: 13px; justify-content: space-between; }.hero-meta div { min-width: 0; padding-left: 9px; }.hero-meta strong { font-size: 14px; }.hero-meta span { font-size: 9px; }
  .visual-frame { min-height: 500px; border-radius: 130px 130px 24px 24px; padding: 18px; }.visual-frame blockquote { font-size: 17px; }.hero-photo-wrap { min-height: 430px; border-radius: 100px 100px 22px 22px; }.hero-chip { font-size: 10px; padding: 8px 14px; }.hero-chip-one { top: 20px; left: 18px; }.hero-chip-two { top: 74px; right: 18px; }.hero-chip-three { bottom: 20px; left: 18px; }
  .split-heading { grid-template-columns: 1fr; gap: 0; }.section-heading { margin-bottom: 45px; }.section-heading h2, .method h2, .about h2, .faq h2, .contact h2 { font-size: 47px; }
  .pillars { grid-template-columns: 1fr; }.pillar { border-right: 0; border-bottom: 1px solid var(--line); min-height: 260px; }.pillar:last-child { border-bottom: 0; }
  .program-card { padding: 23px; }.program-card h3 { margin-top: 42px; font-size: 35px; }
  .method-grid, .about-grid, .faq-grid, .contact-grid { gap: 55px; }.step { grid-template-columns: 55px 1fr; }.step h3 { font-size: 28px; }
  .portrait-card { min-height: 530px; }.portrait-label { display: grid; }.about-facts { grid-template-columns: 1fr; }
  .case-grid, .article-grid { grid-template-columns: 1fr; }.case-card { min-height: 300px; }
  .b2b-card { padding: 38px 24px; border-radius: 28px; }.b2b-circle { width: 220px; height: 220px; }.b2b-circle::before { width: 300px; height: 300px; }.b2b-circle::after { width: 380px; height: 380px; }
  .contact-actions { grid-template-columns: 1fr; gap: 22px; }.contact-whatsapp { width: 100%; min-height: 64px; }.contact-email { font-size: 23px; }.contact-details { margin-top: 30px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 28px 20px; }
  .footer-top { grid-template-columns: 1fr auto; }.footer-top > p { grid-column: 1 / -1; grid-row: 2; text-align: left; }.footer-bottom { grid-template-columns: 1fr; }.footer-bottom > span:last-child { text-align: left; }
}

@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 { opacity: 1; transform: none; }
}
