:root {
  --cream: #f6f0e7;
  --paper: #fffcf7;
  --plum: #351142;
  --plum-2: #5e256d;
  --purple: #7d3d8a;
  --gold: #dda84e;
  --gold-soft: #f3d9a5;
  --green: #38523d;
  --ink: #29232a;
  --muted: #746d72;
  --line: rgba(53, 17, 66, .15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 25px 70px rgba(45, 18, 49, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.section-sm { padding: 82px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 999; padding: 10px 18px; background: white; color: var(--plum); }
.skip-link:focus { top: 20px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3.2rem, 6.4vw, 6.1rem); color: white; }
h2 { font-size: clamp(2.6rem, 4.8vw, 4.8rem); color: var(--plum); }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.25; }
.eyebrow { margin-bottom: 18px; color: var(--purple); font-size: .76rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-soft); }
.lead { font-family: var(--serif); font-size: 1.35rem; line-height: 1.55; color: var(--plum); }
.centered { text-align: center; }
.narrow { max-width: 760px; margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: white; transition: background .3s, box-shadow .3s, color .3s; }
.site-header.scrolled { background: rgba(255, 252, 247, .94); color: var(--ink); box-shadow: 0 8px 30px rgba(45, 18, 49, .09); backdrop-filter: blur(16px); }
.nav-wrap { width: min(1320px, calc(100% - 48px)); height: 96px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand img { width: 57px; height: 57px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: var(--serif); letter-spacing: .13em; }
.brand small { margin-top: 5px; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { position: relative; font-size: .84rem; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
nav a:hover::after { right: 0; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; color: currentColor; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 99px; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 21px; }
.button-gold { background: var(--gold); color: #27132d; }
.button-gold:hover { background: #efc26c; }
.button-ghost { border-color: rgba(255,255,255,.55); color: white; }
.button-ghost:hover { background: white; color: var(--plum); }
.site-header:not(.scrolled) .nav-cta { border-color: rgba(255,255,255,.5); }
.site-header.scrolled .nav-cta { background: var(--plum); color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.text-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: var(--plum); font-size: .82rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("assets/images/cygnus-fondo-web.png") center 42%/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,8,43,.94) 0%, rgba(54,13,66,.78) 48%, rgba(34,9,39,.3) 100%), linear-gradient(0deg, rgba(25,5,31,.62), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding: 160px 0 110px; }
.hero-copy { max-width: 650px; margin: -20px 0 34px; color: rgba(255,255,255,.83); font-size: 1.1rem; }
.hero-note { position: absolute; right: 0; bottom: 100px; display: flex; align-items: center; gap: 14px; color: white; }
.hero-note span { font-family: var(--serif); font-size: 4.8rem; color: var(--gold); line-height: 1; }
.hero-note p { margin: 0; font-size: .78rem; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(225,175,91,.26); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; right: -250px; top: -190px; }
.orbit-two { width: 360px; height: 360px; right: -90px; top: 20px; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue span { width: 32px; height: 1px; background: var(--gold); }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 10%; }
.intro-copy > p:not(.lead) { max-width: 620px; color: var(--muted); }
.intro-copy blockquote { margin: 42px 0 0; padding: 25px 0 5px 30px; border-left: 1px solid var(--gold); font-family: var(--serif); font-size: 1.45rem; color: var(--plum); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5,1fr); margin-top: 90px; }
.timeline::before { content: ""; position: absolute; top: 11px; left: 1%; right: 2%; height: 1px; background: var(--line); }
.timeline div { position: relative; padding-top: 38px; }
.timeline div::before { content: ""; position: absolute; top: 7px; width: 9px; height: 9px; border: 2px solid var(--gold); border-radius: 50%; background: var(--cream); }
.timeline .active::before { top: 3px; width: 17px; height: 17px; background: var(--gold); box-shadow: 0 0 0 6px rgba(221,168,78,.2); }
.timeline b, .timeline span { display: block; }
.timeline b { color: var(--plum); font-family: var(--serif); font-size: 1.35rem; }
.timeline span { color: var(--muted); font-size: .78rem; }

.dark-section { background: var(--plum); color: rgba(255,255,255,.74); }
.manifesto-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10%; align-items: center; }
.manifesto h2 { color: white; }
.photo-stack { position: relative; min-height: 650px; }
.photo-main { width: 88%; height: 610px; object-fit: cover; object-position: 58% center; border-radius: 180px 180px 12px 12px; filter: saturate(.85); }
.photo-main--art { padding: 18px; object-fit: contain; object-position: center; background: #1f0828; filter: none; box-shadow: 0 26px 70px rgba(12,3,16,.28); }
.photo-stack::before { content: ""; position: absolute; width: 85%; height: 570px; top: -28px; right: 0; border: 1px solid rgba(221,168,78,.46); border-radius: 180px 180px 12px 12px; }
.photo-card { position: absolute; right: -10px; bottom: 5px; width: 170px; height: 170px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--gold); color: var(--plum); text-align: center; box-shadow: var(--shadow); }
.photo-card strong { font-family: var(--serif); font-size: 3rem; line-height: 1; }
.photo-card span { max-width: 100px; margin-top: 8px; font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.manifesto-copy > p { max-width: 610px; }
.value-list { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.15); }
.value-list > div { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.value-list span { color: var(--gold); font-family: var(--serif); }
.value-list p { margin: 0; color: rgba(255,255,255,.67); }
.value-list b { display: block; color: white; font-size: .9rem; }

.spiral-section { position: relative; overflow: hidden; background: #fbf8f2; }
.spiral-mark { position: absolute; width: 820px; height: 820px; right: -430px; top: -260px; border: 1px solid rgba(56,82,61,.13); border-radius: 50%; }
.spiral-mark::after { content: ""; position: absolute; width: 490px; height: 490px; left: 80px; top: 170px; border: 1px solid rgba(56,82,61,.13); border-radius: 50%; }
.spiral-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; align-items: center; }
.via-logo { width: 185px; height: 185px; margin: -15px 0 25px; object-fit: contain; mix-blend-mode: multiply; }
.spiral-copy h2 { font-size: clamp(2.6rem,4.4vw,4.4rem); }
.spiral-copy > p:not(.eyebrow) { color: var(--muted); }
.experience-collage { position: relative; min-height: 680px; }
.experience-collage > img:first-child { position: absolute; right: 0; top: 0; width: 72%; height: 530px; object-fit: cover; border-radius: 160px 160px 10px 10px; }
.experience-collage > img:nth-child(2) { position: absolute; left: 0; bottom: 0; width: 48%; height: 330px; object-fit: cover; border: 10px solid var(--paper); }
.collage-caption { position: absolute; right: 2%; bottom: 25px; width: 230px; padding: 27px; background: var(--green); color: white; }
.collage-caption span { color: var(--gold-soft); font-family: var(--serif); font-size: 1.35rem; }
.collage-caption p { margin: 8px 0 0; font-size: .82rem; line-height: 1.5; }

.experience-strip { background: var(--green); color: white; }
.experience-strip .eyebrow { color: var(--gold-soft); }
.experience-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 45px; border-top: 1px solid rgba(255,255,255,.2); }
.experience-steps article { padding: 38px 28px 0; border-right: 1px solid rgba(255,255,255,.2); }
.experience-steps article:last-child { border: 0; }
.experience-steps span { color: var(--gold-soft); font-size: .7rem; letter-spacing: .14em; }
.experience-steps h3 { margin: 14px 0 10px; color: white; }
.experience-steps p { color: rgba(255,255,255,.68); font-size: .86rem; line-height: 1.55; }

.gallery-section { background: var(--plum); color: white; padding-bottom: 0; }
.section-heading.horizontal { display: grid; grid-template-columns: 1.4fr .6fr; gap: 12%; align-items: end; }
.section-heading.horizontal h2 { color: white; }
.section-heading.horizontal > p { color: rgba(255,255,255,.65); }
.gallery { display: grid; grid-template-columns: 1.35fr .7fr .95fr; gap: 10px; height: 620px; margin-top: 55px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { position: absolute; left: 24px; bottom: 20px; color: white; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.gallery figure::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent,rgba(20,4,24,.65)); }
.gallery figcaption { z-index: 1; }

.services { position: relative; background: linear-gradient(180deg, var(--cream) 0%, #fbf7ef 58%, var(--paper) 100%); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: 180px; border: 1px solid rgba(221,168,78,.24); border-radius: 50%; pointer-events: none; }
.services::after { content: ""; position: absolute; width: 260px; height: 260px; left: -130px; bottom: 280px; border: 1px solid rgba(53,17,66,.12); border-radius: 50%; pointer-events: none; }
.services .container { position: relative; z-index: 1; }
.section-heading > p:last-child { color: var(--muted); }
.therapy-list { display: grid; gap: 38px; margin-top: 62px; }
.therapy-card { position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr); gap: clamp(24px,4vw,54px); align-items: center; min-height: 520px; padding: clamp(22px,3.6vw,44px); border: 1px solid rgba(53,17,66,.1); background: rgba(255,252,247,.88); box-shadow: 0 26px 80px rgba(45,18,49,.1); overflow: hidden; }
.therapy-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(221,168,78,.18); pointer-events: none; }
.therapy-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: 41%; bottom: -92px; border: 1px solid rgba(153,0,149,.14); border-radius: 50%; pointer-events: none; }
.therapy-card--reverse { grid-template-columns: minmax(360px, .82fr) minmax(0, .98fr); }
.therapy-card--reverse .therapy-card__copy { order: 2; }
.therapy-card--reverse::after { left: 39%; right: auto; }
.therapy-card__copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(18px,3vw,38px); }
.therapy-meta { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--plum); }
.therapy-meta span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #990095; font-family: var(--serif); font-size: 1.15rem; }
.therapy-meta p { margin: 0; color: var(--ink); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.therapy-card__copy h3 { max-width: 640px; margin-bottom: 24px; color: #990095; font-size: clamp(2.2rem,3.7vw,3.8rem); font-weight: 500; line-height: 1.02; }
.therapy-card__copy > p { max-width: 640px; color: #2f3447; font-size: 1.03rem; line-height: 1.85; }
.therapy-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 10px 0 22px; }
.therapy-tags span { padding: 7px 12px; border: 1px solid rgba(53,17,66,.12); border-radius: 99px; background: rgba(246,240,231,.72); color: var(--muted); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.therapy-card__copy .text-link { margin-top: 0; }
.therapy-card__image { position: relative; z-index: 1; align-self: stretch; min-height: 440px; margin: 0; padding: 15px; background: #f2e8dc; overflow: hidden; }
.therapy-card__image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(221,168,78,.26), transparent 34%, rgba(53,17,66,.08)); pointer-events: none; z-index: 1; }
.therapy-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; filter: saturate(.96) contrast(1.02); }
.therapy-card__image figcaption { position: absolute; left: 30px; bottom: 30px; z-index: 2; padding: 9px 13px; background: rgba(255,252,247,.88); color: var(--plum); box-shadow: 0 12px 30px rgba(45,18,49,.12); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.therapy-card:hover .therapy-card__image img { transform: scale(1.04); filter: saturate(1.04) contrast(1.04); }

.roxana { background: white; }
.roxana-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 11%; align-items: center; }
.roxana-image { position: relative; }
.roxana-image img { width: 100%; height: 670px; object-fit: cover; object-position: 52% center; border-radius: 48% 48% 4px 4px; }
.image-ring { position: absolute; width: 160px; height: 160px; right: -50px; bottom: -35px; border: 1px solid var(--gold); border-radius: 50%; }
.image-ring::after { content: ""; position: absolute; inset: 25px; border: 1px solid var(--gold); border-radius: 50%; }
.roxana-copy > p:not(.eyebrow) { color: var(--muted); }
.signature { margin-top: 30px; color: var(--purple); font-family: var(--serif); font-size: 2.4rem; font-style: italic; }

.testimonials { background: var(--green); color: white; overflow: hidden; }
.testimonials h2 { color: white; }
.testimonial-wrap { display: grid; grid-template-columns: 55px 1fr 55px; gap: 25px; align-items: center; max-width: 930px; margin: 60px auto 0; }
.testimonial-track { min-height: 300px; position: relative; }
.testimonial { position: absolute; inset: 0; margin: 0; text-align: center; opacity: 0; transform: translateX(30px); transition: opacity .45s, transform .45s; pointer-events: none; }
.testimonial.active { opacity: 1; transform: translateX(0); pointer-events: auto; }
.testimonial > span { color: var(--gold); font-family: var(--serif); font-size: 5rem; line-height: .6; }
.testimonial > p { margin: 22px auto 35px; font-family: var(--serif); font-size: clamp(1.55rem,2.7vw,2.35rem); line-height: 1.45; }
.testimonial footer { font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; }
.testimonial footer small { display: block; margin-top: 6px; color: rgba(255,255,255,.56); }
.slider-button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; cursor: pointer; }
.slider-button:hover { background: var(--gold); color: var(--plum); border-color: var(--gold); }
.slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.3); cursor: pointer; }
.slider-dots button.active { width: 24px; border-radius: 8px; background: var(--gold); }

.next-event { background: var(--cream); }
.event-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 540px; background: white; box-shadow: var(--shadow); }
.event-image img { width: 100%; height: 100%; object-fit: cover; }
.event-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px; }
.event-copy h2 { font-size: clamp(2.3rem,3.6vw,3.6rem); }
.event-copy > p:not(.eyebrow) { color: var(--muted); }

.contact { background: var(--plum); color: rgba(255,255,255,.72); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; }
.contact h2 { color: white; }
.contact-copy > p { max-width: 500px; }
.contact-details { display: grid; gap: 20px; margin-top: 45px; }
.contact-details div { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-details span { color: var(--gold-soft); font-size: .67rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-details p { margin: 3px 0 0; color: white; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 48px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 7px; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label:nth-child(3), .contact-form label:nth-child(4), .contact-form .form-note { grid-column: 1/-1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #d8d0d6; border-radius: 0; padding: 11px 0; background: transparent; color: var(--ink); outline: 0; font-size: .9rem; text-transform: none; letter-spacing: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple); }
.form-note { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }

.site-footer { padding: 70px 0 25px; background: #1d1021; color: rgba(255,255,255,.65); }
.footer-top { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 7%; padding-bottom: 55px; }
.footer-brand img { width: 95px; margin-bottom: 16px; }
.footer-brand p { max-width: 290px; }
.site-footer h3 { color: white; font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a, .site-footer p { display: block; margin: 0 0 8px; font-size: .82rem; }
.site-footer a:hover { color: var(--gold); }
.site-footer .muted { margin-top: 15px; color: rgba(255,255,255,.35); font-size: .7rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; letter-spacing: .05em; }
.promo-modal[hidden] { display: none; }
.promo-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.promo-modal.is-open { opacity: 1; pointer-events: auto; }
.promo-modal__backdrop { position: absolute; inset: 0; background: rgba(20,4,24,.78); backdrop-filter: blur(8px); }
.promo-modal__panel { position: relative; width: min(520px, calc(100vw - 34px)); max-height: min(92svh, 920px); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(243,217,165,.5); border-radius: 18px; background: #1d1021; box-shadow: 0 28px 90px rgba(0,0,0,.42); transform: translateY(18px) scale(.98); transition: transform .25s ease; }
.promo-modal.is-open .promo-modal__panel { transform: translateY(0) scale(1); }
.promo-modal__panel img { width: 100%; min-height: 0; object-fit: contain; background: #1d1021; }
.promo-modal__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(29,16,33,.72); color: white; font-size: 1.65rem; line-height: 1; cursor: pointer; backdrop-filter: blur(8px); }
.promo-modal__close:hover { background: var(--gold); color: var(--plum); border-color: var(--gold); }
.promo-modal__actions { display: flex; gap: 12px; align-items: center; justify-content: center; padding: 14px; background: rgba(29,16,33,.96); }
.promo-modal__actions .button { min-height: 46px; padding-inline: 22px; }
.promo-modal__secondary { min-height: 46px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; background: transparent; color: white; cursor: pointer; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.promo-modal__secondary:hover { border-color: var(--gold); color: var(--gold-soft); }
.body-modal-open { overflow: hidden; }
.whatsapp { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 99px; background: var(--green); color: white; box-shadow: 0 8px 25px rgba(20,35,23,.26); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.whatsapp span { color: var(--gold-soft); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-cta { display: none; }
  .menu-toggle { display: block; order: 2; }
  nav { position: fixed; inset: 82px 20px auto; display: grid; gap: 0; padding: 18px 25px; background: white; color: var(--ink); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .25s; }
  nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .intro-grid, .manifesto-grid, .spiral-grid, .roxana-grid, .contact-grid { grid-template-columns: 1fr; }
  .manifesto-grid, .roxana-grid { gap: 80px; }
  .spiral-grid { gap: 65px; }
  .gallery { grid-template-columns: 1.2fr .8fr; height: auto; }
  .gallery figure { height: 450px; }
  .gallery figure:last-child { display: none; }
  .experience-steps { grid-template-columns: 1fr 1fr; }
  .experience-steps article:nth-child(2) { border-right: 0; }
  .event-card { grid-template-columns: 1fr; }
  .event-image { height: 430px; }
  .therapy-card, .therapy-card--reverse { grid-template-columns: 1fr; min-height: auto; }
  .therapy-card--reverse .therapy-card__copy { order: 0; }
  .therapy-card::after { right: -70px; bottom: 35%; }
  .therapy-card__image { min-height: 420px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-top > div:last-child { display: none; }
}

@media (max-width: 680px) {
  .container, .nav-wrap { width: min(100% - 30px, 1180px); }
  .section { padding: 85px 0; }
  .section-sm { padding: 65px 0; }
  .nav-wrap { height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { display: none; }
  nav { top: 70px; }
  h1 { font-size: clamp(3rem,14vw,4.5rem); }
  h2 { font-size: clamp(2.35rem,11vw,3.45rem); }
  .hero-content { padding-top: 130px; }
  .hero-copy { margin-top: 0; font-size: .98rem; }
  .hero-note { display: none; }
  .button-row { align-items: stretch; flex-direction: column; max-width: 310px; }
  .scroll-cue { display: none; }
  .intro-grid { gap: 30px; }
  .timeline { grid-template-columns: 1fr; gap: 0; margin-top: 60px; }
  .timeline::before { top: 0; bottom: 0; left: 6px; right: auto; width: 1px; height: auto; }
  .timeline div { padding: 0 0 28px 38px; }
  .timeline div::before, .timeline .active::before { top: 7px; left: 0; }
  .photo-stack { min-height: 540px; }
  .photo-main { width: 95%; height: 520px; }
  .photo-stack::before { height: 500px; }
  .photo-card { width: 130px; height: 130px; }
  .experience-collage { min-height: 570px; }
  .experience-collage > img:first-child { width: 88%; height: 450px; }
  .experience-collage > img:nth-child(2) { width: 56%; height: 250px; }
  .collage-caption { width: 190px; right: 0; padding: 20px; }
  .experience-steps { grid-template-columns: 1fr; }
  .experience-steps article { padding: 30px 0 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .section-heading.horizontal { grid-template-columns: 1fr; gap: 12px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery figure { height: 390px; }
  .gallery figure:nth-child(2) { display: none; }
  .therapy-list { margin-top: 46px; gap: 26px; }
  .therapy-card { padding: 14px; }
  .therapy-card::before { inset: 10px; }
  .therapy-card__copy { padding: 28px 16px 24px; }
  .therapy-meta { gap: 10px; margin-bottom: 20px; }
  .therapy-meta span { width: 44px; height: 44px; font-size: .98rem; }
  .therapy-meta p { font-size: .61rem; letter-spacing: .12em; }
  .therapy-card__copy h3 { font-size: clamp(2rem,10vw,2.75rem); }
  .therapy-card__copy > p { font-size: .95rem; line-height: 1.75; }
  .therapy-tags { gap: 7px; margin-bottom: 20px; }
  .therapy-tags span { padding: 6px 10px; font-size: .61rem; }
  .therapy-card__image { min-height: 310px; padding: 9px; }
  .therapy-card__image figcaption { left: 20px; bottom: 20px; max-width: calc(100% - 40px); }
  .roxana-image img { height: 550px; }
  .image-ring { right: 0; }
  .testimonial-wrap { grid-template-columns: 1fr; }
  .slider-button { position: absolute; margin-top: 370px; }
  .slider-button.next { right: 45px; }
  .slider-button.prev { left: 45px; }
  .testimonial-track { min-height: 390px; }
  .event-image { height: 300px; }
  .event-copy { padding: 38px 25px; }
  .contact-form { grid-template-columns: 1fr; padding: 30px 22px; }
  .contact-form label { grid-column: 1/-1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .promo-modal { padding: 12px; }
  .promo-modal__panel { width: min(430px, calc(100vw - 22px)); max-height: 94svh; border-radius: 14px; }
  .promo-modal__actions { flex-direction: column; align-items: stretch; }
  .promo-modal__actions .button, .promo-modal__secondary { width: 100%; }
  .whatsapp { right: 12px; bottom: 12px; }
}

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