@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500&display=swap');
:root{--gold:#c4a265;--gold-light:#d4b882;--cream:#faf6f0;--warm-white:#fdfbf7;--sand:#e8dfd2;--earth:#8b7355;--deep:#2c2418;--text:#3d3327;--text-light:#6b5d4f;--blush:#e8d5c4;--olive:#8a9171;--terracotta:#c4856a}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-weight:300;color:var(--text);background:var(--warm-white);line-height:1.75;font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5{font-family:'Cormorant Garamond',serif;font-weight:300;line-height:1.2;color:var(--deep)}
h1{font-size:clamp(2.8rem,6vw,5rem);letter-spacing:-0.02em}
h2{font-size:clamp(2rem,4vw,3.2rem)}
h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}
h4{font-size:1.1rem;font-family:'Jost',sans-serif;font-weight:400;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold)}
a{color:var(--gold);text-decoration:none;transition:all 0.3s ease}
a:hover{color:var(--earth)}
img{max-width:100%;height:auto;display:block}
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;transition:all 0.4s ease;background:transparent}
nav.scrolled{background:rgba(253,251,247,0.95);backdrop-filter:blur(20px);box-shadow:0 1px 0 rgba(196,162,101,0.15);padding:0.8rem 3rem}
nav .logo img{height:65px;transition:height 0.4s ease}
nav.scrolled .logo img{height:50px}
nav .nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none}
nav .nav-links a{font-family:'Jost',sans-serif;font-weight:400;font-size:0.85rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--deep);position:relative}
nav .nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width 0.3s ease}
nav .nav-links a:hover::after{width:100%}
.lang-toggle{font-size:0.75rem;letter-spacing:0.1em;cursor:pointer;padding:0.3rem 0.8rem;border:1px solid var(--gold);color:var(--gold);background:transparent;font-family:'Jost',sans-serif;font-weight:400;text-transform:uppercase;transition:all 0.3s ease}
.lang-toggle:hover{background:var(--gold);color:white}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:5px}
.hamburger span{width:24px;height:1.5px;background:var(--deep);transition:all 0.3s ease}
.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--cream);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem}
.mobile-menu.open{display:flex}
.mobile-menu a{font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--deep);font-weight:300}
.hero{height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--cream)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(0.85)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(44,36,24,0.15) 0%,rgba(44,36,24,0.4) 50%,rgba(44,36,24,0.6) 100%)}
.hero-content{position:relative;z-index:2;text-align:center;color:white;padding:2rem;max-width:700px;animation:fadeUp 1.2s ease forwards}
.hero-content h4{color:var(--gold-light);margin-bottom:1rem;font-size:0.9rem}
.hero-content h1{color:white;margin-bottom:1.2rem;font-weight:300}
.hero-content p{font-size:1.05rem;opacity:0.9;max-width:500px;margin:0 auto 2rem;line-height:1.8}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.btn{display:inline-block;font-family:'Jost',sans-serif;font-weight:400;font-size:0.8rem;letter-spacing:0.18em;text-transform:uppercase;padding:0.9rem 2.5rem;border:1px solid var(--gold);color:var(--gold);transition:all 0.4s ease;cursor:pointer;background:transparent}
.btn:hover{background:var(--gold);color:white}
.btn-white{border-color:rgba(255,255,255,0.6);color:white}
.btn-white:hover{background:white;color:var(--deep);border-color:white}
section{padding:7rem 3rem}
.section-narrow{max-width:900px;margin:0 auto}
.section-wide{max-width:1200px;margin:0 auto}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.two-col.reverse .col-text{order:-1}
.col-img{overflow:hidden;position:relative}
.col-img img{width:100%;height:500px;object-fit:cover;object-position:center;transition:transform 0.6s ease}
.col-img img.pos-bottom{object-position:center bottom !important}
.col-img:hover img{transform:scale(1.03)}
.col-text h4{margin-bottom:0.8rem}
.col-text h2{margin-bottom:1.2rem}
.col-text p{margin-bottom:1.5rem;color:var(--text-light)}
.divider{width:60px;height:1px;background:var(--gold);margin:3rem auto}
.divider-left{margin:1.5rem 0}
.therapy-list{list-style:none;columns:2;gap:0.6rem;margin:1.5rem 0}
.therapy-list li{padding:0.3rem 0;color:var(--text-light);font-size:0.95rem;break-inside:avoid}
.therapy-list li::before{content:'—';color:var(--gold);margin-right:0.5rem}
.testimonials{background:var(--cream);text-align:center}
.testimonial-card{max-width:700px;margin:0 auto;padding:3rem 0}
.testimonial-card blockquote{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-style:italic;font-weight:300;color:var(--deep);line-height:1.6;margin-bottom:1.5rem}
.testimonial-card cite{font-family:'Jost',sans-serif;font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);font-style:normal}
.about-preview{background:#b8705a;color:#f5ede8}
.about-preview h2{color:#fdf8f5}
.about-preview h4{color:#f0d9c8}
.about-preview p{color:#f5ede8;opacity:0.9}
.about-preview .btn{border-color:#f0d9c8;color:#f0d9c8}
.about-preview .btn:hover{background:#f0d9c8;color:#2c2418}
.full-img{width:100%;height:50vh;min-height:350px;object-fit:cover}
.site-footer{background:#b8705a;color:#f5ede8;padding:4rem 3rem;text-align:center}
.site-footer .logo img{height:90px;margin:0 auto 2rem;filter:brightness(1.2)}
.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;list-style:none}
.footer-links a{font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:#f5ede8;opacity:0.7}
.footer-links a:hover{opacity:1;color:#f0d9c8}
.footer-contact{font-size:0.9rem;opacity:0.6;margin-bottom:0.5rem}
[lang="en"] .es{display:none}
[lang="es"] .en{display:none}
.page-header{padding:10rem 3rem 5rem;text-align:center;background:var(--cream)}
.page-header h1{margin-bottom:1rem}
.about-long{max-width:700px;margin:0 auto}
.about-long p{margin-bottom:1.5rem;color:var(--text-light)}
.workshop-card{background:var(--cream);padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.workshop-card img{width:100%;height:400px;object-fit:cover}
.workshop-details h3{margin-bottom:1rem}
.workshop-details p{color:var(--text-light);margin-bottom:1.5rem}
.workshop-meta{display:flex;flex-direction:column;gap:0.5rem;margin:1.5rem 0;font-size:0.9rem;color:var(--earth)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}
.contact-info h3{margin-bottom:1.5rem}
.contact-item{margin-bottom:1.2rem}
.contact-item label{display:block;font-size:0.75rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--gold);margin-bottom:0.3rem}
.contact-item span,.contact-item a{font-size:1rem;color:var(--text)}
.reveal{opacity:0;transform:translateY(25px);transition:all 0.8s cubic-bezier(0.25,0.46,0.45,0.94)}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:768px){nav{padding:1rem 1.5rem}nav .nav-links{display:none}.hamburger{display:flex}section{padding:4rem 1.5rem}.two-col{grid-template-columns:1fr;gap:2rem}.two-col.reverse .col-text{order:0}.col-img img{height:350px}.therapy-list{columns:1}.workshop-card{grid-template-columns:1fr;padding:1.5rem}.contact-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}}