@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Inter:wght@300;400;500;600&display=swap');

:root{
  --ink:#163a60;
  --ink-2:#284f75;
  --blue:#477ca8;
  --sky:#dcebf4;
  --sky-2:#edf5f8;
  --paper:#fffdf9;
  --white:#ffffff;
  --cream:#f6f0e7;
  --sand:#eadfd2;
  --sage:#72856f;
  --sage-soft:#e7eee4;
  --terracotta:#b87662;
  --rose-soft:#f2e5df;
  --lavender:#80769a;
  --lavender-soft:#ebe8f2;
  --text:#344452;
  --muted:#6d7a84;
  --line:rgba(22,58,96,.15);
  --shadow:0 25px 70px rgba(22,58,96,.12);
  --radius-lg:34px;
  --radius-md:22px;
  --max:1440px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.67;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea,select{font:inherit}
::selection{background:var(--sky);color:var(--ink)}

.site-header{position:sticky;top:0;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:13px clamp(20px,4.6vw,72px);background:rgba(255,253,249,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(22,58,96,.08)}
.brand{display:block;flex:0 0 auto}.brand img{width:218px;height:68px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:clamp(14px,1.7vw,27px);font-size:13.5px;color:var(--ink)}
.nav a{position:relative;text-decoration:none;white-space:nowrap}
.nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--terracotta);transition:right .25s ease}
.nav a:hover::after,.nav a[aria-current="page"]::after{right:0}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:49px;background:var(--ink);color:#fff!important;text-decoration:none;border:0;border-radius:999px;padding:13px 24px;font-weight:500;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 24px rgba(22,58,96,.14);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.nav-cta:hover,.button:hover{background:var(--blue);transform:translateY(-2px);box-shadow:0 14px 30px rgba(22,58,96,.2)}
.menu-button{display:none;border:1px solid var(--line);background:var(--white);color:var(--ink);padding:10px 15px;border-radius:999px;cursor:pointer}

.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:600;color:var(--blue);margin:0 0 18px}
h1,h2,h3,blockquote{font-family:"Cormorant Garamond",Georgia,serif;color:var(--ink)}
h1{font-size:clamp(54px,5.25vw,88px);line-height:.98;font-weight:500;letter-spacing:-.032em;margin:0 0 28px}
h1 em{font-weight:500;color:var(--sage)}
.hero{max-width:var(--max);margin:auto;min-height:740px;display:grid;grid-template-columns:minmax(390px,.88fr) 1.12fr;align-items:center;gap:clamp(44px,5vw,90px);padding:56px clamp(24px,5.4vw,88px) 88px;overflow:hidden;position:relative}
.hero::before{content:"";position:absolute;width:330px;height:330px;border-radius:48% 52% 55% 45%/47% 40% 60% 53%;background:var(--sky-2);left:-190px;top:55px;z-index:-1}
.hero-copy{max-width:690px}.hero-lead{font-size:18px;max-width:590px;margin:0 0 32px;color:#40515e}
.hero-figure{margin:0;position:relative;padding:18px 0 0 18px}
.hero-figure::before{content:"";position:absolute;inset:0 18px 18px 0;background:var(--sky);border-radius:42px 8px 42px 8px}
.hero-figure::after{content:"";position:absolute;width:82px;height:82px;border-radius:50%;background:var(--terracotta);opacity:.22;right:-26px;bottom:46px}
.hero-figure img{position:relative;z-index:1;width:100%;aspect-ratio:1.58/1;object-fit:cover;object-position:center center;border-radius:8px 42px 8px 42px;box-shadow:var(--shadow)}

.statement{min-height:56vh;display:flex;align-items:center;justify-content:center;padding:120px 7vw;background:var(--white);text-align:center;position:relative;overflow:hidden}
.statement::before,.statement::after{content:"";width:58px;height:1px;background:var(--terracotta);position:absolute;left:50%;transform:translateX(-50%)}
.statement::before{top:25%}.statement::after{bottom:25%}
.statement p{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(39px,4.25vw,68px);line-height:1.03;color:var(--ink);max-width:820px;margin:0;font-weight:500;letter-spacing:-.02em}

section:not(.hero):not(.statement){padding:118px clamp(24px,7vw,112px)}
.section-heading{max-width:1030px;margin-bottom:68px}.section-heading.narrow{max-width:770px}
.section-heading h2,.contact h2,.supervision h2{font-size:clamp(44px,4.8vw,76px);line-height:1.02;font-weight:500;letter-spacing:-.024em;margin:0}
.group-section{background:linear-gradient(135deg,var(--cream),#fbf7f1)}
.group-layout{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(55px,7vw,105px);align-items:center}
.group-section>.section-heading,.beliefs>.section-heading,.psychotherapy>.section-heading,.team>.section-heading,.reflections>.section-heading{max-width:min(1030px,var(--max));margin-left:auto;margin-right:auto}
.group-text{font-size:18px}.group-text p:first-child{font-size:21px;color:var(--ink)}
.group-photo{margin:0;position:relative;padding:0 20px 20px 0}.group-photo::after{content:"";position:absolute;inset:20px 0 0 20px;background:var(--terracotta);opacity:.25;border-radius:34px 7px 34px 7px}
.group-photo img{position:relative;z-index:1;width:100%;aspect-ratio:1.7/1;object-fit:cover;border-radius:7px 34px 7px 34px;box-shadow:0 20px 48px rgba(88,71,54,.13)}

.beliefs{background:var(--white);position:relative}.beliefs::before{content:"";position:absolute;inset:0 auto 0 0;width:clamp(9px,1.3vw,19px);background:linear-gradient(var(--sky),var(--rose-soft),var(--sage-soft))}
.belief-list{max-width:var(--max);margin:auto;border-top:1px solid var(--line)}
.belief-list article{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;padding:45px 0;border-bottom:1px solid var(--line);transition:padding-left .3s ease,background .3s ease}
.belief-list article:hover{padding-left:18px;background:linear-gradient(90deg,rgba(220,235,244,.55),transparent 72%)}
.belief-list h3{font-size:clamp(32px,3vw,50px);line-height:1.04;font-weight:500;margin:0}.belief-list p{font-size:17px;margin:8px 0 0;max-width:720px}

.psychotherapy{background:var(--paper)}.therapy-paths{max-width:var(--max);margin:auto;border-top:1px solid var(--line)}
.therapy-row{display:grid;grid-template-columns:112px .72fr 1.28fr;gap:35px;align-items:start;padding:50px 0;border-bottom:1px solid var(--line)}
.therapy-symbol{width:88px;height:88px;display:flex;align-items:center;justify-content:center;border-radius:45% 55% 48% 52%/55% 45% 55% 45%;transition:transform .3s ease,border-radius .3s ease}
.therapy-row:hover .therapy-symbol{transform:rotate(-4deg) scale(1.04);border-radius:55% 45% 58% 42%/44% 58% 42% 56%}.therapy-symbol svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.therapy-row:nth-child(1) .therapy-symbol{color:#637a5f;background:#e5ede0}.therapy-row:nth-child(2) .therapy-symbol{color:#3b6f9f;background:#e0edf7}.therapy-row:nth-child(3) .therapy-symbol{color:#8b6457;background:#f2e2da}.therapy-row:nth-child(4) .therapy-symbol{color:#75678e;background:#ebe7f2}
.therapy-title h3{font-size:clamp(38px,3.8vw,62px);line-height:.98;font-weight:500;margin:8px 0 0}.therapy-copy{font-size:17px;max-width:760px}.therapy-copy p{margin:0 0 16px}

.team{background:var(--white)}.profile{max-width:var(--max);margin:0 auto 105px;display:grid;grid-template-columns:minmax(300px,420px) 1fr;gap:clamp(48px,7vw,90px);align-items:center}.profile:last-child{margin-bottom:0}.profile-reverse{grid-template-columns:1fr minmax(300px,420px)}.profile-reverse img{grid-column:2}.profile-reverse div{grid-column:1;grid-row:1}
.profile img{width:100%;aspect-ratio:.84/1;object-fit:cover;border-radius:8px 35px 8px 35px;box-shadow:var(--shadow)}.profile:nth-of-type(3) img{border-radius:35px 8px 35px 8px}
.profile h3{font-size:clamp(44px,4.2vw,70px);line-height:1;margin:0 0 18px;font-weight:500}.profile blockquote{font-size:clamp(25px,2.3vw,37px);line-height:1.17;margin:0 0 26px;color:var(--sage);font-style:italic}.profile p{font-size:17px;max-width:820px}

.supervision{background:var(--ink);color:#eaf0f4;display:grid;grid-template-columns:1fr 1fr;gap:clamp(55px,7vw,104px);align-items:center}.supervision h2{color:#fff}.supervision .eyebrow{color:#aed0e5}.supervision-copy{max-width:740px;margin-left:auto}.supervision p{font-size:17px}.supervision ul{padding-left:20px;margin:28px 0}.supervision li{margin:8px 0}.supervision figure{margin:0}.supervision figure img{width:100%;aspect-ratio:1.12/1;object-fit:cover;border-radius:36px 8px 36px 8px;box-shadow:0 28px 65px rgba(0,0,0,.2)}.text-link{font-weight:600;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:4px}

.reflections{background:linear-gradient(180deg,var(--sky-2),#f7fbfc)}.reflection-list{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.reflection-list article{background:rgba(255,255,255,.78);border:1px solid rgba(22,58,96,.1);border-radius:var(--radius-md);padding:34px;min-height:270px;transition:transform .25s ease,box-shadow .25s ease}.reflection-list article:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(22,58,96,.09)}.reflection-list h3{font-size:34px;line-height:1.07;font-weight:500;margin:22px 0 14px}.meta{text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:600;color:var(--blue)}

.contact{background:var(--cream);display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(55px,8vw,120px)}.contact>div{max-width:640px;margin-left:auto}.contact form{max-width:760px;background:var(--white);padding:clamp(28px,4vw,52px);border-radius:var(--radius-lg);box-shadow:0 22px 55px rgba(88,71,54,.1)}label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:20px}input,textarea,select{width:100%;margin-top:7px;border:1px solid rgba(22,58,96,.2);background:#fff;padding:13px 14px;border-radius:10px;color:var(--text);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(71,124,168,.12)}.form-status{font-size:14px;color:var(--sage)}
footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:32px;padding:38px clamp(24px,7vw,112px);background:#102f50;color:#dbe5ec}footer img{width:200px;filter:brightness(0) invert(1);opacity:.94}footer p{margin:0}.small{font-size:12px;color:#9fb2c0}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}

@media (max-width:1080px){.nav{gap:14px;font-size:12.5px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:72px}.hero-copy{max-width:820px}.hero-figure{max-width:950px}.group-layout,.contact{grid-template-columns:1fr}.contact>div{margin-left:0}.supervision{grid-template-columns:1fr}.supervision-copy{margin-left:0}.profile,.profile-reverse{grid-template-columns:320px 1fr}.profile-reverse img{grid-column:1}.profile-reverse div{grid-column:2}.reflection-list{grid-template-columns:1fr 1fr}footer{grid-template-columns:1fr}}
@media (max-width:820px){.site-header{padding:10px 18px}.brand img{width:188px;height:60px}.menu-button{display:block}.nav{display:none;position:fixed;inset:81px 14px auto 14px;flex-direction:column;align-items:stretch;gap:0;padding:16px;background:rgba(255,253,249,.98);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.nav.open{display:flex}.nav a{padding:13px 12px}.nav-cta{margin-top:8px}.hero{padding:52px 22px 68px;gap:38px}.hero-figure{padding:10px 0 0 10px}.hero-figure::before{inset:0 10px 10px 0}.statement{min-height:48vh;padding:100px 24px}section:not(.hero):not(.statement){padding:88px 22px}.section-heading{margin-bottom:50px}.group-layout{gap:42px}.belief-list article{grid-template-columns:1fr;gap:12px;padding:34px 0}.therapy-row{grid-template-columns:88px 1fr;gap:22px}.therapy-copy{grid-column:2}.profile,.profile-reverse{grid-template-columns:1fr;gap:34px;margin-bottom:82px}.profile img,.profile-reverse img{grid-column:1;grid-row:auto;max-width:520px}.profile div,.profile-reverse div{grid-column:1;grid-row:auto}.reflection-list{grid-template-columns:1fr}.contact form{padding:28px}footer{padding:34px 22px}}
@media (max-width:520px){h1{font-size:48px}.hero-lead{font-size:16px}.statement p{font-size:39px}.therapy-row{grid-template-columns:1fr}.therapy-copy{grid-column:1}.therapy-symbol{width:74px;height:74px}.therapy-symbol svg{width:48px;height:48px}.profile h3{font-size:48px}.profile blockquote{font-size:27px}.supervision figure img{aspect-ratio:1/1}.reflection-list article{min-height:auto}footer img{width:175px}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.nav-cta,.button,.therapy-symbol,.reflection-list article{transition:none}}


/* Talleres, experiencias y formulario conectado */
.activities{background:linear-gradient(180deg,#fffdf9,#f5f9fb)}
.activities>.section-heading{max-width:min(1030px,var(--max));margin-left:auto;margin-right:auto}
.featured-workshop{max-width:var(--max);margin:0 auto 90px;display:grid;grid-template-columns:minmax(300px,.78fr) 1.22fr;gap:clamp(40px,6vw,88px);align-items:center}
.featured-workshop figure{margin:0}.featured-workshop figure img{width:100%;display:block;border-radius:8px 36px 8px 36px;box-shadow:var(--shadow)}
.workshop-copy h3{font-size:clamp(38px,4vw,62px);line-height:1.02;font-weight:500;margin:10px 0 12px}.workshop-age{font-size:20px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em}.workshop-details{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin:24px 0 28px}.workshop-details p{margin:8px 0}
.experience-gallery{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.experience-gallery figure{margin:0;background:#fff;border:1px solid rgba(22,58,96,.1);border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(22,58,96,.07)}.experience-gallery img{width:100%;aspect-ratio:1.3/1;object-fit:cover;display:block}.experience-gallery figcaption{padding:18px 20px 22px;font-size:14px;line-height:1.45;color:#40515e}
.hidden-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact a{color:var(--blue)}
@media (max-width:900px){.featured-workshop{grid-template-columns:1fr}.featured-workshop figure{max-width:650px}.experience-gallery{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.experience-gallery{grid-template-columns:1fr}}

/* Ajustes v9.1: supervisión completa, galería en formación y taller en novedades */
.supervision-photo img{aspect-ratio:auto!important;object-fit:contain!important;height:auto!important;background:#f4f7f9;padding:10px}
.supervision-gallery-heading{grid-column:1/-1;max-width:var(--max);width:100%;margin:42px auto 0}
.supervision-gallery-heading h3{font-size:clamp(30px,3vw,48px);line-height:1.08;font-weight:500;margin:8px 0 0;color:#fff;max-width:850px}
.supervision-gallery{grid-column:1/-1;width:100%;margin-top:0}
.supervision-gallery figure{background:#173b60;border-color:rgba(255,255,255,.13);box-shadow:0 14px 34px rgba(0,0,0,.18)}
.supervision-gallery figcaption{color:#e6eef4}
.upcoming-workshop-card{grid-column:auto;min-height:auto!important}
.upcoming-workshop-card img{width:100%;height:auto;display:block;border-radius:14px;margin:18px 0 22px;box-shadow:0 10px 26px rgba(22,58,96,.10)}
.upcoming-workshop-card h3{font-size:30px}
.workshop-link{display:inline-block;margin-top:12px;color:var(--blue)!important;border-bottom-color:rgba(71,124,168,.45)}
@media (max-width:1080px){.supervision-gallery-heading,.supervision-gallery{grid-column:1}}

.belief-accordion{max-width:900px;margin:2rem auto;display:grid;gap:12px}
.belief-accordion details{background:#fff;border:1px solid #d9e4ea;border-radius:14px;padding:0.2rem 1rem}
.belief-accordion summary{cursor:pointer;font-weight:600;padding:1rem 0;list-style:none}
.belief-accordion summary::-webkit-details-marker{display:none}
.belief-accordion p{padding:0 0 1rem;color:#4b5b66;line-height:1.6}

/* ===== Versión 10.2: lanzamiento refinado ===== */
.services-overview{background:linear-gradient(180deg,#f7fbfd,#fffdf9)}
.services-overview>.section-heading{max-width:min(1030px,var(--max));margin-left:auto;margin-right:auto}
.service-cards{max-width:var(--max);margin:auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.service-card{background:rgba(255,255,255,.9);border:1px solid rgba(22,58,96,.1);border-radius:26px;padding:30px 25px;display:flex;flex-direction:column;min-height:360px;box-shadow:0 16px 38px rgba(22,58,96,.07);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.service-card:hover{transform:translateY(-7px);box-shadow:0 24px 48px rgba(22,58,96,.12);border-color:rgba(71,124,168,.28)}
.service-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:24px 10px 24px 10px;background:var(--sky-2);color:var(--ink);margin-bottom:25px}
.service-card:nth-child(2) .service-icon{background:var(--sage-soft);color:#5f765b}.service-card:nth-child(3) .service-icon{background:var(--rose-soft);color:#8b6457}.service-card:nth-child(4) .service-icon{background:var(--lavender-soft);color:#75678e}.service-card:nth-child(5) .service-icon{background:var(--cream);color:#9b6b5b}
.service-icon svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:31px;line-height:1.02;font-weight:500;margin:0 0 15px}.service-card p{font-size:15px;line-height:1.65;margin:0 0 22px}.service-card a{margin-top:auto;color:var(--ink);text-decoration:none;font-weight:600;font-size:14px}.service-card a span{display:inline-block;transition:transform .2s ease}.service-card a:hover span{transform:translateX(4px)}

/* Galería lightbox */
.supervision-gallery figure{position:relative;overflow:hidden}
.gallery-item{width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:zoom-in;display:block;position:relative;overflow:hidden}
.gallery-item img{transition:transform .45s ease,filter .45s ease}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.045);filter:brightness(.72)}
.gallery-overlay{position:absolute;inset:auto 0 0;padding:58px 22px 20px;background:linear-gradient(transparent,rgba(8,31,53,.9));color:#fff;display:flex;flex-direction:column;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}
.gallery-item:hover .gallery-overlay,.gallery-item:focus-visible .gallery-overlay{opacity:1;transform:none}.gallery-overlay strong{font-family:"Cormorant Garamond",Georgia,serif;font-size:29px;line-height:1}.gallery-overlay span{font-size:12px;margin-top:7px;opacity:.85}
.lightbox{position:fixed;inset:0;z-index:200;background:rgba(7,24,41,.94);display:grid;place-items:center;padding:70px 90px;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.lightbox.open{opacity:1;visibility:visible}.lightbox figure{margin:0;max-width:min(1180px,88vw);max-height:86vh;display:flex;flex-direction:column;align-items:center}.lightbox img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:12px;box-shadow:0 30px 80px rgba(0,0,0,.45)}.lightbox figcaption{color:#eef4f7;margin-top:16px;text-align:center;font-size:14px;max-width:780px}.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .2s ease,transform .2s ease}.lightbox-close{right:24px;top:22px;width:48px;height:48px;border-radius:50%;font-size:34px;line-height:1}.lightbox-nav{top:50%;width:52px;height:72px;border-radius:18px;font-size:44px;transform:translateY(-50%)}.lightbox-prev{left:24px}.lightbox-next{right:24px}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.25)}

/* Taller destacado */
.activities{background:linear-gradient(180deg,#edf5f8 0,#fffdf9 70%)}
.featured-workshop--strong{position:relative;background:#fff;border:1px solid rgba(22,58,96,.1);border-radius:38px;padding:clamp(22px,3.6vw,50px);box-shadow:0 30px 80px rgba(22,58,96,.13);overflow:hidden}
.featured-workshop--strong::before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:var(--sky);opacity:.55;right:-150px;top:-170px}
.workshop-poster{position:relative;z-index:1}.workshop-poster img{max-height:720px;object-fit:contain;background:#f6f8f9}
.workshop-copy{position:relative;z-index:1}.workshop-badge{display:inline-flex;align-items:center;gap:8px;background:var(--rose-soft);color:#825c50;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px}.workshop-intro{font-size:18px;max-width:720px}.workshop-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.workshop-facts div{background:var(--sky-2);border-radius:16px;padding:15px 17px}.workshop-facts span{display:block;color:var(--blue);font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:4px}.workshop-facts strong{display:block;color:var(--ink);font-size:15px}.workshop-location{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.workshop-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.button-secondary{background:#fff;color:var(--ink)!important;border:1px solid rgba(22,58,96,.22);box-shadow:none}.button-secondary:hover{background:var(--sky-2);color:var(--ink)!important}.whatsapp-button{background:#246b56}.whatsapp-button:hover{background:#195442}.workshop-direct-contact{font-size:13px;color:var(--muted);margin-top:15px}.workshop-direct-contact a{color:var(--ink);font-weight:600}.activity-teasers{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:24px}.activity-teasers article{background:rgba(255,255,255,.82);border:1px solid rgba(22,58,96,.1);border-radius:24px;padding:32px}.activity-teasers h3{font-size:35px;line-height:1.05;margin:14px 0}.activity-teasers a{color:var(--ink);font-weight:600;text-decoration:none}

/* WhatsApp flotante */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:95;display:flex;align-items:center;gap:10px;background:#246b56;color:#fff;text-decoration:none;border-radius:999px;padding:12px 17px 12px 12px;box-shadow:0 16px 38px rgba(18,70,54,.3);font-weight:600;font-size:14px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.whatsapp-float:hover{transform:translateY(-3px);background:#195442;box-shadow:0 20px 44px rgba(18,70,54,.38)}.whatsapp-float svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Footer institucional */
.site-footer{display:grid;grid-template-columns:1.35fr 1fr 1fr;align-items:start;gap:clamp(30px,6vw,90px);padding:64px clamp(24px,7vw,112px) 28px;background:#102f50;color:#dbe5ec}.site-footer a{color:#eef5f8;text-decoration:none}.site-footer a:hover{text-decoration:underline;text-underline-offset:4px}.footer-brand img{width:220px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-brand p{font-family:"Cormorant Garamond",Georgia,serif;font-size:24px;line-height:1.15;margin:0;color:#fff}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-column h2{font-family:Inter,Arial,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#9fc4dc;margin:2px 0 12px}.footer-column p{font-size:13px;color:#aebfca;margin:6px 0 0}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.14);padding-top:20px;margin-top:14px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#9fb2c0}.footer-bottom p{margin:0}

/* Microanimaciones */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.75,.25,1),transform .75s cubic-bezier(.2,.75,.25,1)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}

/* Optimización móvil */
@media (max-width:1250px){.service-cards{grid-template-columns:repeat(3,1fr)}.service-card{min-height:330px}}
@media (max-width:900px){.service-cards{grid-template-columns:1fr 1fr}.featured-workshop--strong{padding:24px}.workshop-poster img{max-height:580px}.lightbox{padding:65px 20px}.lightbox-nav{top:auto;bottom:18px;width:46px;height:46px;border-radius:50%;font-size:34px;transform:none}.lightbox-prev{left:calc(50% - 58px)}.lightbox-next{right:calc(50% - 58px)}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float{padding:12px}}
@media (max-width:640px){section:not(.hero):not(.statement){padding:72px 18px}.section-heading{margin-bottom:38px}.section-heading h2,.contact h2,.supervision h2{font-size:42px}.service-cards{grid-template-columns:1fr;gap:14px}.service-card{min-height:auto;padding:24px}.service-icon{width:62px;height:62px;margin-bottom:18px}.service-card h3{font-size:30px}.belief-accordion{margin:1.25rem auto}.belief-accordion details{padding:.1rem .85rem}.belief-accordion summary{font-size:15px;line-height:1.35}.featured-workshop--strong{border-radius:24px}.workshop-copy h3{font-size:40px}.workshop-facts{grid-template-columns:1fr}.workshop-actions{flex-direction:column}.workshop-actions .button{width:100%}.activity-teasers{grid-template-columns:1fr}.supervision-gallery{grid-template-columns:1fr}.gallery-overlay{opacity:1;transform:none;padding:44px 18px 16px}.gallery-overlay span{display:none}.site-footer{grid-template-columns:1fr;padding:50px 22px 24px}.footer-brand{grid-column:auto}.footer-bottom{grid-column:auto}.whatsapp-float{right:14px;bottom:14px}.lightbox-close{right:12px;top:12px}.contact{gap:34px}.contact form{border-radius:24px}.hero{padding-left:18px;padding-right:18px}.profile blockquote{font-size:25px}.profile p,.therapy-copy,.supervision p{font-size:16px}}
@media (prefers-reduced-motion:reduce){.service-card,.gallery-item img,.gallery-overlay,.whatsapp-float,.lightbox{transition:none!important}}
