:root {
  --ink: #2f292b;
  --ink-soft: #5d5154;
  --rose: #c982a0;
  --rose-deep: #9f526e;
  --rose-pale: #f5e7eb;
  --cream: #faf7f2;
  --warm-white: #fffdfb;
  --sand: #ddc7bd;
  --gold: #b3884d;
  --gold-light: #e7cb99;
  --dark: #252326;
  --dark-soft: #342e30;
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --round: 999px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.grain { inset: 0; opacity: .045; pointer-events: none; position: fixed; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.section-shell { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; width: min(1340px, calc(100% - 96px)); height: 104px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand-photo { display: block; width: 37px; height: 37px; border: 1px solid rgba(255,253,251,.8); border-radius: 50%; object-fit: cover; object-position: 50% 12%; box-shadow: 0 3px 8px rgba(47,41,43,.16); transition: transform .35s var(--ease); }
.brand:hover .brand-photo { transform: scale(1.06); }
.brand-name { display: flex; flex-direction: column; font-family: var(--serif); font-weight: 600; font-size: 19px; line-height: .83; letter-spacing: -.5px; }
.brand-name em { margin-left: 22px; color: var(--rose-deep); font-family: "Parisienne", cursive; font-size: 21px; font-style: normal; }
.site-nav { display: flex; align-items: center; gap: 31px; color: #4e4547; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { transition: color .3s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--rose-deep); }
.nav-cta { padding: 13px 19px; border: 1px solid rgba(47,41,43,.28); border-radius: var(--round); transition: background .3s, color .3s; }
.nav-cta:hover { background: var(--ink); color: white; }
.nav-cta span { margin-left: 5px; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; min-height: 780px; grid-template-columns: 1.03fr .97fr; align-items: center; padding-top: 105px; }
.hero:before { content: ""; position: absolute; width: 53vw; height: 53vw; max-width: 740px; max-height: 740px; right: -10vw; top: 22px; border-radius: 50%; background: radial-gradient(circle at 44% 45%, #fff 0 23%, #f8e8e7 57%, rgba(245,231,235,0) 72%); }
.hero-copy { z-index: 1; max-width: 576px; padding-bottom: 10px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--rose-deep); font-family: var(--sans); font-size: 9.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-weight: 400; }
h1 { margin-bottom: 24px; font-family: var(--serif); font-weight: 600; font-size: clamp(58px, 6.2vw, 88px); line-height: .94; letter-spacing: -.035em; }
h1 i,h2 i { color: var(--rose-deep); font-family: "Parisienne", cursive; font-style: normal; font-weight: 400; letter-spacing: 0; }
h1 i { display: inline-block; transform: translateY(4px); font-size: 1.07em; }
.hero-text { max-width: 445px; margin-bottom: 33px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.78; }
.hero-actions,.consultorio-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: var(--round); font-size: 10px; font-weight: 700; letter-spacing: .105em; text-align: center; text-transform: uppercase; transition: transform .35s var(--ease), background .35s, box-shadow .35s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(47,41,43,.14); }
.button span { font-size: 15px; line-height: 1; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--rose-deep); }
.button-rose { background: var(--rose-deep); color: #fff; }
.button-rose:hover { background: var(--ink); }
.text-link { position: relative; display: inline-flex; gap: 8px; align-items: center; padding-bottom: 3px; font-size: 10px; font-weight: 700; letter-spacing: .095em; text-transform: uppercase; }
.text-link:after { content: ""; position: absolute; bottom: 0; left: 0; width: calc(100% - 20px); height: 1px; background: currentColor; transform-origin: left; transition: transform .3s; }
.text-link:hover:after { transform: scaleX(.35); }
.text-link span { font-size: 14px; }
.hero-art { position: relative; z-index: 1; justify-self: end; width: min(100%, 490px); height: 580px; margin-right: 18px; }
.hero-portrait { position: absolute; top: 61px; right: 20px; width: 380px; height: 438px; overflow: hidden; border-radius: 210px 210px 16px 16px; background: linear-gradient(135deg, #fffdfb, #f4e8ec); box-shadow: 20px 24px 64px rgba(105,71,79,.1); }
.hero-portrait img { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 96%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 14px 20px rgba(105,71,79,.16)); }
.hero-portrait:after { content: ""; position: absolute; inset: 0; background: linear-gradient(185deg, rgba(255,253,251,0) 78%, rgba(159,82,110,.14) 100%); pointer-events: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(180,136,77,.35); border-radius: 50%; }
.orbit-one { width: 480px; height: 480px; top: 38px; right: -21px; border-left-color: transparent; transform: rotate(-26deg); animation: spin 23s linear infinite; }
.orbit-two { width: 530px; height: 330px; top: 126px; right: -43px; border-bottom-color: transparent; transform: rotate(37deg); animation: spin-reverse 28s linear infinite; }
.hero-stamp { position: absolute; display: grid; bottom: 10px; left: -7px; width: 125px; height: 125px; place-items: center; border-radius: 50%; color: var(--rose-deep); background: var(--warm-white); box-shadow: 0 13px 25px rgba(47,41,43,.12); }
.hero-stamp svg { position: absolute; width: 109px; height: 109px; animation: spin 16s linear infinite; }
.hero-stamp text { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: 2.1px; fill: currentColor; }
.hero-stamp > span { font-family: var(--serif); font-weight: 600; font-size: 33px; letter-spacing: -3px; }
.location-card { position: absolute; right: -59px; bottom: 73px; display: flex; flex-direction: column; padding: 13px 16px 12px 36px; color: var(--ink); background: rgba(255,253,251,.86); border: 1px solid rgba(255,255,255,.8); border-radius: 4px; box-shadow: 0 8px 22px rgba(47,41,43,.08); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.location-card strong { margin-top: 2px; font-family: var(--serif); font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.pulse { position: absolute; top: 18px; left: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 0 rgba(201,130,160,.4); animation: pulse 2.2s infinite; }
.hero-scroll { position: absolute; left: 0; bottom: 27px; display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-scroll span { width: 28px; height: 1px; background: var(--rose-deep); }

.universe { padding: 126px 0 136px; }
.section-heading { max-width: 500px; margin-bottom: 49px; }
h2 { margin-bottom: 20px; font-family: var(--serif); font-weight: 600; font-size: clamp(45px, 4.6vw, 63px); line-height: .98; letter-spacing: -.035em; }
h2 i { font-size: 1.08em; }
.section-heading > p:last-child { max-width: 360px; margin-bottom: 0; color: var(--ink-soft); font-family: "Montserrat", sans-serif; }
.universe-grid { display: grid; grid-template-columns: 1.04fr 1.08fr .88fr; gap: 14px; }
.universe-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 418px; padding: 28px; overflow: hidden; border-radius: 4px; transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.universe-card:hover { z-index: 1; transform: translateY(-8px); box-shadow: 0 20px 40px rgba(47,41,43,.12); }
.universe-card:after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid currentColor; border-radius: 50%; opacity: .17; bottom: -148px; right: -94px; transition: transform .6s var(--ease); }
.universe-card:hover:after { transform: scale(1.25); }
.universe-card p { margin-bottom: 7px; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.universe-card h3 { position: relative; z-index: 2; margin: 0 0 23px; font-family: var(--serif); font-weight: 600; font-size: 46px; line-height: .89; letter-spacing: -.03em; }
.card-index { position: relative; z-index: 2; font-size: 10px; letter-spacing: .12em; }
.card-symbol { position: absolute; right: 25px; top: 25px; font-size: 26px; }
.card-link { position: relative; z-index: 2; display: flex; align-items: center; gap: 11px; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.card-link b { font-size: 18px; font-weight: 400; transition: transform .35s; }
.universe-card:hover .card-link b { transform: translateX(5px); }
.clinic-card { color: var(--ink); background: #ead8d4; }
.clinic-card:before { content: ""; position: absolute; width: 198px; height: 250px; right: 25px; bottom: 50px; border-radius: 105px 105px 0 0; background: linear-gradient(144deg, #fdfaf9 5%, #c7929f); opacity: .88; }
.mentorship-card { color: #f7e5c5; background: radial-gradient(circle at 83% 17%, #825f3d 0, transparent 30%), #272326; }
.mentorship-card h3 { color: #fff8ed; }
.diamond { position: absolute; top: 19px; right: 28px; color: var(--gold-light); font-size: 35px; text-shadow: 0 0 18px rgba(229,193,116,.6); }
.book-card { color: #443c3c; background: #e4e0db; }
.book-card h3 { color: #443b3b; }
.card-sun { position: absolute; top: 70px; right: -14px; width: 162px; height: 162px; border-radius: 50%; background: linear-gradient(135deg, #fff6de, #e4b77e); box-shadow: -12px 15px 30px rgba(130,93,77,.16); }

.consultorio { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(52px, 8vw, 126px); align-items: center; padding: 22px 0 140px; }
.consultorio-visual { position: relative; height: 574px; overflow: hidden; background: #e8d7d2; }
.visual-backdrop { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(255,255,255,.62) 0 38%, transparent 38.5%), radial-gradient(circle at 76% 21%, #fbebeb 0 10%, transparent 10.5%), linear-gradient(123deg, #ca8e99, #f0e2dd 53%, #d2c2c0); }
.consultorio-photo { position: absolute; right: 20px; bottom: 0; z-index: 1; width: 52%; height: 96%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 20px 30px rgba(74,52,57,.22)); }
.vertical-text { position: absolute; bottom: 32px; left: 20px; margin: 0; color: rgba(74,52,57,.45); font-size: 8px; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }
.consultorio-message { position: absolute; top: 76px; left: 50px; z-index: 2; max-width: 250px; }
.consultorio-message span { display: block; margin-bottom: 9px; color: var(--rose-deep); font-family: "Parisienne", cursive; font-size: 30px; }
.consultorio-message strong { font-family: var(--serif); font-size: 43px; font-weight: 600; line-height: .9; letter-spacing: -.03em; }
.sun-disc { position: absolute; right: 11px; bottom: 35px; z-index: 2; display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; color: var(--gold); background: #fffaf2; font-size: 18px; box-shadow: 0 10px 20px rgba(65,43,46,.13); }
.consultorio-copy h2 { max-width: 455px; }
.lead { max-width: 470px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.78; }
.concerns { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 17px; }
.concerns span { padding: 7px 12px; border: 1px solid #d9b8bf; border-radius: var(--round); color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fine-print { max-width: 470px; margin-bottom: 28px; color: #817779; font-size: 10px; line-height: 1.55; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 0 0 147px; }
.process-intro h2 { margin-bottom: 0; }
.process-list { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; border-top: 1px solid #dacdc9; }
.process-list li { display: grid; grid-template-columns: 67px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid #dacdc9; }
.process-list li > span { color: var(--rose-deep); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 5px; font-family: var(--serif); font-weight: 600; font-size: 27px; letter-spacing: -.02em; }
.process-list p { margin: 0; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; }

.mentoria { position: relative; overflow: hidden; padding: 120px 0 28px; color: #fcf7ef; background: #282529; }
.mentoria-bg { position: absolute; inset: 0; opacity: .65; background: radial-gradient(ellipse at 10% 85%, rgba(173,119,64,.6) 0, transparent 34%), radial-gradient(ellipse at 92% 11%, rgba(221,176,104,.22) 0, transparent 26%), linear-gradient(115deg, rgba(255,255,255,.04), transparent 33%); }
.mentoria:after { content: ""; position: absolute; left: -10%; right: -10%; bottom: 15px; height: 93px; background: radial-gradient(ellipse at 50% 95%, rgba(202,150,77,.52) 0, transparent 65%); filter: blur(10px); }
.mentoria-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.mentoria-copy { padding: 9px 0 52px; }
.royal-title { display: grid; grid-template-columns: 28px auto; align-items: end; column-gap: 9px; margin: 0 0 23px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.royal-title strong { grid-column: 1 / -1; margin-top: 4px; color: #f3dcaf; font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.mini-diamond { grid-row: span 2; font-size: 24px; text-shadow: 0 0 14px #f7d484; }
.mentoria h2 { max-width: 560px; color: #fbf5eb; font-size: clamp(43px, 4.15vw, 59px); }
.mentoria h2 i { color: var(--gold-light); }
.mentoria-copy > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: #ded5d0; font-family: "Montserrat", sans-serif; line-height: 1.8; }
.button-gold { color: #33271d; background: linear-gradient(100deg, #e7c485, #bf8b45); }
.button-gold:hover { background: #f3d3a1; }
.mentoria-art { position: relative; align-self: stretch; min-height: 470px; }
.mentoria-art img { position: absolute; right: 2%; bottom: -30px; width: min(480px, 92%); height: auto; border-radius: 4px; box-shadow: 20px 20px 70px rgba(0,0,0,.28); }
.art-reflection { position: absolute; right: 9%; bottom: -33px; width: 60%; height: 24%; opacity: .34; background: linear-gradient(to bottom, rgba(240,197,145,.36), transparent); filter: blur(13px); transform: skewX(-18deg); }
.mentorship-benefits { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 26px; align-items: center; padding-top: 65px; color: #e9d7b2; text-align: center; }
.mentorship-benefits p { margin: 0; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.mentorship-benefits span { width: 1px; height: 22px; background: rgba(231,203,153,.45); }

.modules { padding: 132px 0; }
.modules-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.modules-heading .eyebrow { align-self: flex-start; margin-top: 12px; }
.modules-heading h2 { max-width: 530px; margin-bottom: 0; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.module-grid.bonus-grid { margin-top: 0; }
.module { overflow: hidden; border-radius: 6px; box-shadow: 0 14px 34px rgba(74,52,57,.1); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.module:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(74,52,57,.16); }
.module picture, .module img { display: block; width: 100%; height: auto; }
.module-caption { margin: 0; padding: 16px 18px 19px; background: var(--warm-white); color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 12.5px; line-height: 1.6; }
.modules-note { max-width: 605px; margin: 29px 0 0 auto; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 1.65; }

.book { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 12vw, 171px); align-items: center; padding: 120px 8.5%; background: #e4e1dc; }
.book-cover { position: relative; width: 280px; justify-self: end; filter: drop-shadow(15px 19px 22px rgba(63,50,49,.25)); }
.book-cover:after { content: ""; position: absolute; top: 3%; right: -10px; bottom: 2%; width: 9px; background: #a9a3a0; transform: skewY(-28deg); transform-origin: top; z-index: -1; }
.book-cover img { display: block; width: 100%; border-radius: 1px 4px 4px 1px; }
.book-copy { max-width: 490px; }
.book-copy h2 { margin-bottom: 7px; color: #40393a; font-size: clamp(60px, 7vw, 94px); line-height: .82; }
.book-copy h2 i { color: #8e7775; }
.book-subtitle { margin-bottom: 29px; color: #726667; font-size: 10px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.book-copy > p:not(.eyebrow):not(.book-subtitle) { color: #625959; font-family: "Montserrat", sans-serif; line-height: 1.78; }
.waitlist-form { margin-top: 30px; }
.waitlist-form label { display: block; margin-bottom: 9px; color: #706060; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.email-field { display: flex; max-width: 390px; border-bottom: 1px solid #9e9190; }
.email-field input { width: 100%; padding: 9px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.email-field input::placeholder { color: #968b8b; }
.email-field button { width: 42px; border: 0; color: #fff; background: var(--ink); cursor: pointer; font-size: 18px; transition: background .3s; }
.email-field button:hover { background: var(--rose-deep); }
.form-message { min-height: 19px; margin: 7px 0 0; color: var(--rose-deep); font-size: 11px; }

/* Eventos — Skin & Café */
.events-hero { padding: 175px 0 40px; text-align: center; }
.events-hero h1 { font-size: clamp(50px, 6vw, 76px); }
.events-hero .lead { max-width: 620px; margin: 0 auto; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 1.75; }
.events-list { display: flex; flex-direction: column; gap: 46px; padding: 40px 0 60px; }
.event-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px,6vw,80px); align-items: start; padding: clamp(34px,4.5vw,64px); border-radius: 6px; background: var(--warm-white); box-shadow: 0 18px 48px rgba(47,41,43,.08); }
.event-card.is-upcoming { grid-template-columns: 1fr; text-align: center; background: linear-gradient(135deg, #2c2628, #241f21); color: #f2e6d8; padding: 70px clamp(28px,6vw,90px); }
.event-card.is-upcoming .eyebrow { justify-content: center; color: var(--gold-light); }
.event-card.is-upcoming h2 { color: #fff8ed; }
.event-card.is-upcoming p { color: #e2d3c2; max-width: 560px; margin-inline: auto; }
.event-edition { font-family: var(--serif); font-weight: 600; font-size: 11px; letter-spacing: .06em; color: var(--gold); }
.event-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 22px; }
.event-meta span { padding: 7px 12px; border: 1px solid #d9b8bf; border-radius: var(--round); color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.event-copy p:not(.eyebrow):not(.event-edition) { color: var(--ink-soft); font-family: "Montserrat", sans-serif; line-height: 1.8; margin-bottom: 16px; }
.event-copy blockquote { margin: 22px 0; padding-left: 18px; border-left: 2px solid var(--rose); color: var(--ink); font-family: var(--serif); font-weight: 600; font-size: 19px; line-height: 1.5; font-style: normal; }
.event-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; }
.event-testimonials { display: flex; flex-direction: column; gap: 16px; margin-top: 34px; padding-top: 28px; border-top: 1px solid #e4d5d0; }
.event-testimonials-label { margin: 0; color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.event-testimonials blockquote { margin: 0; padding: 18px 20px; border-radius: 4px; background: var(--rose-pale); color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 12.5px; line-height: 1.7; font-style: normal; }
.event-testimonials cite { display: block; margin-top: 10px; color: var(--rose-deep); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-style: normal; }
.event-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.event-gallery a { position: relative; display: block; overflow: hidden; border-radius: 4px; aspect-ratio: 3/4; }
.event-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.event-gallery a:hover img { transform: scale(1.06); }
.event-gallery .span-2 { grid-column: 1 / -1; aspect-ratio: 16/10; }
.events-note { max-width: 640px; margin: 8px auto 0; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 1.7; text-align: center; }

.about { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(68px, 10vw, 145px); align-items: center; padding: 139px 10% 137px; }

/* Guía educativa (artículo largo) */
.article-hero { padding: 172px 0 20px; }
.article-hero .container-narrow { max-width: 760px; margin: 0 auto; text-align: center; }
.article-hero h1 { font-size: clamp(42px, 5vw, 62px); }
.article-meta { display: flex; justify-content: center; gap: 18px; margin: 18px 0 26px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-lead { max-width: 640px; margin: 0 auto; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 16px; line-height: 1.75; }
.article-summary { max-width: 760px; margin: 40px auto 0; padding: 26px 32px; border-radius: 6px; background: var(--rose-pale); }
.article-summary p:first-child { margin: 0 0 8px; color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-summary p:last-child { margin: 0; color: var(--ink); font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 1.75; }
.article-body { max-width: 760px; margin: 0 auto; padding: 70px 0 40px; }
.article-toc { padding: 26px 30px; margin-bottom: 60px; border: 1px solid #e4d5d0; border-radius: 6px; }
.article-toc p { margin: 0 0 12px; color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-toc ol { margin: 0; padding-left: 18px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 2; }
.article-toc a:hover { color: var(--rose-deep); }
.article-section { padding-top: 56px; scroll-margin-top: 100px; }
.article-section h2 { font-size: clamp(30px, 3.4vw, 40px); margin-bottom: 18px; }
.article-section h3 { margin: 30px 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 600; }
.article-section p { color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.85; margin-bottom: 18px; }
.article-section ul { margin: 0 0 18px; padding-left: 20px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 15px; line-height: 1.9; }
.article-section li { margin-bottom: 6px; }
.article-callout { margin: 30px 0; padding: 22px 26px; border-left: 3px solid var(--rose); background: var(--cream); border-radius: 0 4px 4px 0; }
.article-callout p { margin: 0; color: var(--ink); font-size: 14px; }
.article-author { display: flex; align-items: center; gap: 18px; margin-top: 70px; padding: 28px; border-top: 1px solid #e4d5d0; border-bottom: 1px solid #e4d5d0; }
.article-author img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.article-author p { margin: 0; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 1.7; }
.article-author strong { display: block; margin-bottom: 3px; color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 600; }
.article-cta { margin-top: 60px; padding: 50px; text-align: center; border-radius: 6px; background: linear-gradient(135deg, #ead8d4, #f3e6e3); }
.article-cta h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 28px; font-weight: 600; }
.article-cta p { max-width: 460px; margin: 0 auto 22px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 14px; }
.about-copy h2 { margin-bottom: 26px; }
.about-copy > p:not(.eyebrow):not(.signature) { max-width: 485px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; line-height: 1.82; }
.signature { margin: 20px 0 0; color: var(--rose-deep); font-family: "Parisienne", cursive; font-size: 34px; }
.about-visual { position: relative; }
.about-photo { position: relative; height: 560px; overflow: hidden; border-radius: 4px; background: #e8d7d2; box-shadow: 20px 24px 50px rgba(100,59,69,.16); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.about-quote { position: absolute; left: -56px; bottom: -38px; z-index: 1; width: 280px; min-height: 260px; padding: 40px 32px 28px; color: #f5eeee; background: linear-gradient(130deg, #bd7e8f, #8b5966); box-shadow: 18px 24px 37px rgba(100,59,69,.18); }
.about-quote:before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.34); }
.quote-mark { position: relative; color: #f0c4ce; font-family: Georgia, serif; font-size: 80px; line-height: .4; }
blockquote { position: relative; margin: 26px 0; font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 2.7vw, 39px); line-height: 1; letter-spacing: -.02em; }
.quote-line { position: relative; width: 39px; height: 1px; margin-bottom: 14px; background: #eac0cb; }
.about-quote p { position: relative; margin: 0; color: #f4dae0; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 120px); padding: 123px 0 133px; border-top: 1px solid #ded4d0; }
.faq-heading h2 { margin-bottom: 27px; }
.accordion { border-top: 1px solid #cfc1bc; }
details { border-bottom: 1px solid #cfc1bc; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 2px; cursor: pointer; list-style: none; font-family: var(--serif); font-weight: 600; font-size: 24px; line-height: 1.1; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--rose-deep); font-family: var(--sans); font-size: 22px; font-weight: 400; transition: transform .3s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 500px; margin: -4px 44px 22px 2px; color: var(--ink-soft); font-family: "Montserrat", sans-serif; font-size: 13px; line-height: 1.7; }
.closing { width: 100%; max-width: none; padding: 117px max(48px, calc((100% - 1180px)/2)); color: #fff6f4; text-align: center; background: radial-gradient(ellipse at 50% -33%, #a76477 0, transparent 58%), #2a272a; }
.closing .eyebrow { justify-content: center; color: #e9c1cc; }
.closing h2 { margin-bottom: 33px; color: #fff9f5; font-size: clamp(49px, 5vw, 70px); }
.closing h2 i { color: #e3b6c4; }
.button-light { color: #332b2d; background: #fff9f5; }
.button-light:hover { color: #fff; background: var(--rose-deep); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 38px; padding-bottom: 38px; }
.footer-links { display: flex; gap: 20px; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-links a:hover { color: var(--rose-deep); }
.site-footer > p { justify-self: end; margin: 0; color: #827576; font-size: 8px; letter-spacing: .06em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-2 { transition-delay: .26s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(201,130,160,0); } 100% { box-shadow: 0 0 0 0 rgba(201,130,160,0); } }

@media (prefers-reduced-motion: reduce) { *,*:before,*:after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .section-shell { width: min(100% - 48px, 690px); }
  .site-header { width: calc(100% - 48px); height: 85px; }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: flex; visibility: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 19px 18px; border: 1px solid #eadde0; border-radius: 4px; opacity: 0; background: rgba(255,253,251,.97); box-shadow: 0 14px 28px rgba(47,41,43,.09); transition: opacity .25s, visibility .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav > a:not(.nav-cta) { padding: 12px 0; border-bottom: 1px solid #eadde0; }
  .nav-cta { margin-top: 13px; text-align: center; }
  .menu-toggle { position: relative; display: grid; width: 39px; height: 39px; padding: 0; place-content: center; gap: 5px; border: 1px solid rgba(47,41,43,.33); border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 15px; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 141px 0 120px; }
  .hero-copy { max-width: 590px; }
  .hero-art { justify-self: center; width: 440px; max-width: 94%; height: 488px; margin: 30px 0 -5px; }
  .hero-portrait { top: 44px; right: 27px; width: 330px; height: 396px; }
  .orbit-one { width: 415px; height: 415px; top: 23px; right: -10px; }
  .orbit-two { width: 468px; height: 283px; top: 105px; right: -31px; }
  .location-card { right: -5px; bottom: 53px; }
  .hero-scroll { display: none; }
  .universe { padding: 90px 0; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe-card { min-height: 296px; }
  .consultorio,.mentoria-layout,.about,.faq,.event-card:not(.is-upcoming) { grid-template-columns: 1fr; }
  .events-hero { padding: 128px 0 30px; }
  .article-hero { padding: 128px 0 20px; }
  .article-body { padding: 50px 0 20px; }
  .article-author { flex-direction: column; text-align: center; }
  .article-cta { padding: 40px 26px; }
  .consultorio { gap: 48px; padding-bottom: 100px; }
  .consultorio-visual { height: 450px; }
  .process { grid-template-columns: 1fr; gap: 25px; padding-bottom: 100px; }
  .mentoria { padding-top: 90px; }
  .mentoria-layout { gap: 14px; }
  .mentoria-copy { padding-bottom: 10px; }
  .mentoria-art { min-height: 400px; }
  .mentoria-art img { width: min(400px, 78%); right: 50%; transform: translateX(50%); }
  .mentorship-benefits { padding-top: 25px; }
  .modules { padding: 92px 0; }
  .modules-heading { display: block; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .book { grid-template-columns: .78fr 1.22fr; gap: 40px; padding: 86px 9%; width: 100%; }
  .book-cover { width: 220px; }
  .about { gap: 55px; padding: 94px 6%; }
  .about-photo { height: 440px; }
  .about-quote { left: 24px; bottom: -30px; width: calc(100% - 48px); max-width: 320px; }
  .faq { gap: 47px; padding: 90px 0; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand,.site-footer > p { justify-self: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 580px) {
  .section-shell { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 40px); }
  .brand-photo { width: 32px; height: 32px; }
  .brand-name { font-size: 17px; }
  .brand-name em { font-size: 19px; }
  .hero { padding-top: 127px; padding-bottom: 75px; }
  .hero:before { width: 105vw; height: 105vw; top: 170px; right: -43vw; }
  h1 { font-size: clamp(49px, 14.2vw, 68px); }
  h2 { font-size: clamp(41px, 12vw, 55px); }
  .hero-text { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { width: 340px; height: 388px; margin-top: 26px; }
  .hero-portrait { top: 31px; right: 13px; width: 274px; height: 326px; }
  .orbit-one { width: 335px; height: 335px; top: 18px; right: -7px; }
  .orbit-two { width: 373px; height: 233px; top: 84px; right: -27px; }
  .hero-stamp { left: -3px; bottom: 1px; width: 96px; height: 96px; }
  .hero-stamp svg { width: 83px; height: 83px; }
  .hero-stamp > span { font-size: 27px; }
  .location-card { right: -20px; bottom: 49px; padding: 10px 11px 10px 28px; transform: scale(.8); transform-origin: right bottom; }
  .universe { padding: 68px 0; }
  .section-heading { margin-bottom: 32px; }
  .universe-card { min-height: 260px; padding: 22px; }
  .universe-card h3 { font-size: 39px; }
  .consultorio { gap: 37px; padding-bottom: 78px; }
  .consultorio-visual { height: 350px; }
  .consultorio-message { top: 48px; left: 36px; }
  .consultorio-message strong { font-size: 34px; }
  .consultorio-photo { right: 14px; width: 58%; }
  .consultorio-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .process { padding-bottom: 75px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .process-list h3 { font-size: 24px; }
  .mentoria { padding-top: 70px; }
  .mentoria-copy h2 { font-size: 43px; }
  .mentoria-art { min-height: 300px; }
  .mentoria-art img { bottom: -6px; width: min(300px, 82%); }
  .mentorship-benefits { grid-template-columns: 1fr; gap: 13px; padding-top: 30px; }
  .mentorship-benefits span { justify-self: center; width: 22px; height: 1px; }
  .modules { padding: 73px 0; }
  .modules-heading .eyebrow { margin-top: 0; }
  .events-hero { padding: 118px 0 24px; }
  .event-card { padding: 26px 22px; }
  .event-card.is-upcoming { padding: 50px 24px; }
  .event-gallery { grid-template-columns: 1fr 1fr; gap: 7px; }
  .module-grid { grid-template-columns: 1fr; }
  .book { grid-template-columns: 1fr; gap: 37px; padding: 75px 20px; }
  .book-cover { width: 205px; justify-self: center; }
  .book-copy { text-align: center; }
  .book-copy .eyebrow { justify-content: center; }
  .email-field { margin: auto; text-align: left; }
  .about { padding: 74px 0; }
  .about-photo { height: 360px; }
  .about-quote { position: static; width: auto; margin: -50px 16px 0; min-height: 0; padding: 30px 24px 26px; }
  blockquote { font-size: 31px; }
  .faq { padding: 71px 0; }
  summary { padding: 18px 0; font-size: 21px; }
  .closing { padding: 87px 20px; }
  .site-footer { padding-top: 30px; padding-bottom: 30px; }
  .footer-links { gap: 13px; }
}
