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

:root{
  --bg:#f5efe8;
  --bg-alt:#ede3d7;
  --paper:#fffaf6;
  --ink:#151311;
  --muted:#73665d;
  --line:rgba(21,19,17,.10);
  --gold:#b59466;
  --wine:#5d2430;
  --wine-deep:#201115;
  --shadow:0 22px 60px rgba(21,19,17,.10);
  --radius:30px;
  --radius-sm:20px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter,system-ui,sans-serif;
  line-height:1.7;
  overflow-x:hidden;
  background:
    radial-gradient(circle at top right, rgba(181,148,102,.10), transparent 24%),
    radial-gradient(circle at left 12%, rgba(93,36,48,.08), transparent 20%),
    linear-gradient(180deg,#fcf9f6 0%, var(--bg) 100%);
}
body.page-home{
  background:
    radial-gradient(circle at top right, rgba(181,148,102,.10), transparent 20%),
    radial-gradient(circle at right 20%, rgba(93,36,48,.08), transparent 25%),
    linear-gradient(180deg,#fcfaf7 0%, var(--bg) 100%);
}
body.page-sobre,
body.page-amor{
  background:
    radial-gradient(circle at top right, rgba(93,36,48,.06), transparent 22%),
    radial-gradient(circle at left top, rgba(181,148,102,.08), transparent 24%),
    linear-gradient(180deg,#fcfaf7 0%, #f2eadf 100%);
}
body.page-consultas,
body.page-marcar{
  background:
    radial-gradient(circle at top right, rgba(181,148,102,.08), transparent 22%),
    linear-gradient(180deg,#191518 0%, #241920 100%);
  color:#f8f2ec;
}
body.page-rel,
body.page-academia,
body.page-eventos,
body.page-contacto{
  background:
    radial-gradient(circle at top right, rgba(181,148,102,.10), transparent 24%),
    linear-gradient(180deg,#f8f3ee 0%, #efe3d7 100%);
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max), calc(100% - 40px)); margin-inline:auto}
main{padding-top:84px}

h1,h2,h3{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:500;
  line-height:.94;
  letter-spacing:-.03em;
  margin:0;
}
h1{font-size:clamp(3.2rem,7vw,6.2rem)}
h2{font-size:clamp(2.3rem,4.8vw,4rem)}
h3{font-size:clamp(1.35rem,2.2vw,1.85rem)}
p{margin:0}
.lead{
  font-size:clamp(1rem,1.4vw,1.16rem);
  color:color-mix(in srgb, currentColor 80%, var(--muted));
  max-width:60ch;
}
body.page-consultas .lead,
body.page-marcar .lead{color:rgba(248,242,236,.82)}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.75rem;
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:.72rem;
  color:var(--gold);
  margin-bottom:18px;
}
.eyebrow::before{
  content:"";
  width:36px;
  height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
}
.section{
  padding:clamp(72px,7vw,118px) 0;
}
.section-muted{
  background:rgba(255,255,255,.24);
  backdrop-filter:blur(8px);
}
.section-dark{
  background:
    linear-gradient(180deg, rgba(18,15,18,.96), rgba(34,22,27,.96));
  color:#f9f2eb;
}
.section-head{
  display:grid;
  gap:14px;
  margin-bottom:34px;
}
.hero{
  padding:clamp(34px,5vw,56px) 0 clamp(72px,8vw,118px);
}
.hero-grid,
.split{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(28px,6vw,72px);
  align-items:center;
}
.reverse{
  direction:rtl;
}
.reverse > *{
  direction:ltr;
}
.hero-copy{
  max-width:640px;
}
.hero-copy .lead{
  margin-top:22px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:12px 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-size:.96rem;
  transition:.25s ease;
}
.btn-primary{
  background:linear-gradient(135deg, var(--wine), #32141c);
  color:#fff;
  box-shadow:0 18px 38px rgba(93,36,48,.20);
}
.btn-primary:hover{transform:translateY(-1px); filter:saturate(1.02)}
.btn-ghost{
  border-color:rgba(255,255,255,.18);
  color:inherit;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
}
body:not(.page-consultas):not(.page-marcar) .btn-ghost{
  border-color:rgba(21,19,17,.12);
  background:rgba(255,255,255,.48);
  color:var(--ink);
}
.btn-ghost:hover{transform:translateY(-1px)}
.hero-visual,
.media{
  margin:0;
}
.hero-visual img,
.media img{
  width:100%;
  height:auto;
  border-radius:30px;
  box-shadow:var(--shadow);
  object-fit:cover;
}
.hero-visual figcaption,
.media figcaption{
  margin-top:16px;
  max-width:56ch;
}
.hero-visual figcaption span,
.media figcaption span,
.quote-band span{
  display:block;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.68rem;
  color:var(--gold);
  margin-bottom:8px;
}
.hero-visual figcaption p,
.media figcaption p{
  color:color-mix(in srgb, currentColor 80%, var(--muted));
  font-size:.95rem;
}
.card-stack{
  display:grid;
  gap:16px;
}
.info-card,
.panel,
.service-card,
.contact-card,
.quote-band,
.cta-band,
.calendly-frame{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(255,255,255,.42);
  box-shadow:var(--shadow);
}
.info-card{
  padding:24px 24px 22px;
}
.info-card strong{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:1.55rem;
  margin-bottom:8px;
}
.info-card p{
  color:var(--muted);
}
.grid{
  display:grid;
  gap:18px;
}
.cards-grid{
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
}
.trio-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.panel{
  padding:28px;
}
.panel h3{
  margin-bottom:10px;
}
.panel p{
  color:var(--muted);
}
.service-card{
  display:block;
  padding:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.34));
  transition:.25s ease;
}
.service-card span{
  display:block;
  color:var(--gold);
  letter-spacing:.22em;
  font-size:.72rem;
  margin-bottom:16px;
}
.service-card h3{
  margin-bottom:10px;
}
.service-card p{
  color:var(--muted);
}
.service-card:hover{
  transform:translateY(-2px);
  border-color:rgba(181,148,102,.25);
}
.dark-cards .service-card{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
  color:#f8f1eb;
}
.dark-cards .service-card p{
  color:rgba(248,241,235,.74);
}
.quote-band{
  padding:clamp(34px,5vw,46px);
  text-align:center;
  background:linear-gradient(135deg, rgba(93,36,48,.95), rgba(23,18,20,.96));
  color:#f8f1eb;
}
.quote-band p{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(1.9rem,3.4vw,3rem);
  line-height:1.05;
  max-width:22ch;
  margin-inline:auto;
}
.cta-band{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:28px;
  padding:clamp(30px,4vw,40px);
}
.cta-band h2{
  max-width:12ch;
}
.stack-text{
  display:grid;
  gap:16px;
  margin-top:24px;
}
.stack-text p{
  max-width:60ch;
  color:var(--muted);
}
.contact-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.contact-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 22px;
  background:rgba(255,255,255,.50);
  transition:.25s ease;
}
.contact-card strong{
  font-size:1rem;
}
.contact-card span{
  color:var(--muted);
  font-size:.94rem;
}
.contact-card:hover{
  transform:translateY(-1px);
  border-color:rgba(181,148,102,.26);
}
.calendly-wrap{
  display:grid;
  gap:24px;
}
.calendly-frame{
  overflow:hidden;
  background:rgba(255,255,255,.55);
}
.calendly-frame iframe{
  display:block;
  width:100%;
  min-height:880px;
  border:0;
}
.topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:rgba(248,243,238,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(21,19,17,.06);
}
body.page-consultas .topbar,
body.page-marcar .topbar{
  background:rgba(18,15,18,.72);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav{
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand img{
  width:230px;
  max-width:56vw;
  height:auto;
  object-fit:contain;
}
.menu{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.95rem;
  color:var(--muted);
}
.menu a{
  position:relative;
  white-space:nowrap;
}
.menu a.active,
.menu a:hover{
  color:var(--ink);
}
body.page-consultas .menu,
body.page-marcar .menu{
  color:rgba(248,242,236,.72);
}
body.page-consultas .menu a.active,
body.page-consultas .menu a:hover,
body.page-marcar .menu a.active,
body.page-marcar .menu a:hover{
  color:#fff;
}
.menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, var(--gold), transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}
.menu a:hover::after,
.menu a.active::after{
  transform:scaleX(1);
}
.burger{
  display:none;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(21,19,17,.10);
  background:rgba(255,255,255,.45);
  align-items:center;
  justify-content:center;
  gap:4px;
  flex-direction:column;
  padding:0;
}
body.page-consultas .burger,
body.page-marcar .burger{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}
.burger span{
  width:18px;
  height:1.5px;
  background:var(--ink);
  display:block;
  border-radius:99px;
}
body.page-consultas .burger span,
body.page-marcar .burger span{
  background:#fff;
}
.floating-actions{
  position:fixed;
  right:14px;
  bottom:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:1001;
}
.float-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(21,19,17,.08);
  box-shadow:0 14px 30px rgba(21,19,17,.12);
  backdrop-filter:blur(14px);
}
.float-btn svg{
  width:20px;
  height:20px;
  fill:var(--ink);
}
.site-footer{
  margin-top:8px;
  background:#111013;
  color:#f1e7dc;
  padding:54px 0 26px;
}
.footer-grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}
.footer-brand img{
  width:210px;
  max-width:60vw;
  height:auto;
  margin-bottom:14px;
}
.footer-brand p{
  color:rgba(241,231,220,.74);
  max-width:34ch;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px 22px;
  justify-content:flex-end;
}
.footer-links a{
  color:rgba(241,231,220,.82);
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:rgba(241,231,220,.60);
  font-size:.9rem;
}

@media (max-width: 1080px){
  .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-grid,
  .split{
    grid-template-columns:1fr;
  }
  .reverse{direction:ltr}
  .cta-band{
    flex-direction:column;
    align-items:flex-start;
  }
  .cta-band h2{
    max-width:none;
  }
  .menu{
    gap:16px;
    font-size:.88rem;
  }
}

@media (max-width: 900px){
  .brand img{
    width:172px;
  }
  .menu{
    position:fixed;
    top:84px;
    left:16px;
    right:16px;
    display:grid;
    gap:0;
    padding:14px;
    border-radius:24px;
    background:rgba(250,247,243,.95);
    border:1px solid rgba(21,19,17,.08);
    box-shadow:var(--shadow);
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px);
    transition:.25s ease;
    max-height:calc(100vh - 110px);
    overflow:auto;
  }
  body.page-consultas .menu,
  body.page-marcar .menu{
    background:rgba(21,18,20,.96);
    border-color:rgba(255,255,255,.10);
  }
  .menu.open{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }
  .menu a{
    padding:12px 10px;
    border-bottom:1px solid rgba(21,19,17,.06);
  }
  body.page-consultas .menu a,
  body.page-marcar .menu a{
    border-bottom-color:rgba(255,255,255,.07);
  }
  .menu a::after{display:none}
  .burger{display:inline-flex}
  .cards-grid,
  .trio-grid{
    grid-template-columns:1fr;
  }
  .hero{
    padding-top:22px;
  }
  .hero-copy .lead,
  .stack-text p{
    max-width:none;
  }
  h1{font-size:clamp(2.8rem,14vw,4.5rem)}
  h2{font-size:clamp(2rem,10vw,3rem)}
  .hero-actions{
    flex-direction:column;
    align-items:flex-start;
  }
  .btn{
    width:100%;
    min-height:52px;
  }
  .hero-visual img,
  .media img{
    border-radius:24px;
  }
  .quote-band p{
    max-width:100%;
  }
  .footer-grid,
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-links{
    justify-content:flex-start;
  }
  .floating-actions{
    right:12px;
    bottom:12px;
  }
  .float-btn{
    width:44px;
    height:44px;
  }
  .calendly-frame iframe{
    min-height:760px;
  }
}

@media (max-width: 560px){
  .container{width:min(var(--max), calc(100% - 28px))}
  main{padding-top:78px}
  .nav{min-height:78px}
  .brand img{width:154px}
  .hero{
    padding-top:10px;
    padding-bottom:80px;
  }
  .section{
    padding:64px 0;
  }
  .info-card,
  .panel,
  .service-card,
  .contact-card{
    padding:22px;
  }
  .quote-band{
    padding:28px 18px;
  }
  .quote-band p{
    font-size:1.7rem;
  }
  .calendly-frame iframe{
    min-height:690px;
  }
  .brand{
    max-width:58vw;
  }
}

.consent-banner{
  position:fixed;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:1200;
}
.consent-banner__inner{
  max-width:var(--max);
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(17,16,19,.94);
  color:#f7efe7;
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.08);
}
.consent-banner p{
  max-width:72ch;
  color:rgba(247,239,231,.88);
  font-size:.95rem;
}
.consent-banner__actions{
  display:flex;
  gap:10px;
  flex-shrink:0;
}
.consent-banner .btn-ghost{
  border-color:rgba(255,255,255,.16);
  color:#f7efe7;
  background:transparent;
}
@media (max-width: 720px){
  .consent-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .consent-banner__inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .consent-banner__actions{
    width:100%;
  }
  .consent-banner__actions .btn{
    flex:1;
  }
}

.cinematic-hero{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:0;
}

.hero-background{
  position:absolute;
  inset:0;
}

.hero-background img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.82);
}

.cinematic-overlay{
  position:relative;
  z-index:2;
  padding-top:140px;
  padding-bottom:120px;
}

.cinematic-overlay .hero-copy{
  max-width:720px;
  background:rgba(22,18,18,.28);
  backdrop-filter:blur(14px);
  padding:48px;
  border-radius:32px;
}

.cinematic-overlay h1{
  color:#fff;
}

.cinematic-overlay .lead{
  color:rgba(255,255,255,.88);
}

.page-home .section{
  padding-top:110px;
  padding-bottom:110px;
}

.page-home .service-card{
  min-height:260px;
}

@media(max-width:900px){
  .cinematic-overlay .hero-copy{
    padding:28px;
  }

  .cinematic-hero{
    min-height:78vh;
  }
}

.hero-background::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,.18),
    rgba(0,0,0,.38)
  );
}

.hero-background{
  position:absolute;
  inset:0;
}

.hero-background img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none !important;
}

.cinematic-overlay .hero-copy{
  background:rgba(20,18,18,.42);
  border:1px solid rgba(255,255,255,.12);
}

.split-visual img{
  filter:none !important;
  opacity:1 !important;
}

img{
  image-rendering:auto;
}


:root{
  --bg:#f7f2ee;
  --bg-soft:#f1e7df;
  --paper:#fffaf6;
  --ink:#141214;
  --muted:#665b56;
  --wine:#5c2430;
  --wine-deep:#2a161d;
  --gold:#b09163;
}

body{
  background:linear-gradient(180deg,#faf7f3 0%, #f2e8df 100%) !important;
  color:var(--ink);
}

.hero{
  position:relative;
  overflow:hidden;
}

.cinematic-hero{
  min-height:92vh;
  display:flex;
  align-items:center;
  padding:0;
}

.hero-background{
  position:absolute;
  inset:0;
}

.hero-background::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.42));
}

.hero-background img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:none !important;
  opacity:1 !important;
}

.cinematic-overlay{
  position:relative;
  z-index:2;
  padding-top:140px;
  padding-bottom:120px;
}

.cinematic-overlay .hero-copy{
  max-width:720px;
  background:rgba(18,15,16,.36);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.10);
  padding:48px;
  border-radius:34px;
}

.cinematic-overlay h1{
  color:white;
  line-height:.92;
}

.cinematic-overlay .lead{
  color:rgba(255,255,255,.88);
}

.section{
  padding-top:110px !important;
  padding-bottom:110px !important;
}

.panel,
.service-card,
.info-card,
.contact-card{
  background:rgba(255,255,255,.60) !important;
  border:1px solid rgba(20,18,20,.06);
  box-shadow:0 18px 40px rgba(0,0,0,.06);
}

.hero-visual img,
.media img,
.split-visual img{
  filter:none !important;
  opacity:1 !important;
  object-fit:cover;
}

.hero-visual figcaption,
.media figcaption{
  margin-top:18px;
}

.hero-visual figcaption p,
.media figcaption p{
  color:#5f5550;
}

h1,h2,h3{
  letter-spacing:-0.04em;
}

.lead{
  font-size:1.08rem;
}

.floating-actions{
  gap:12px;
}

.float-btn{
  width:52px;
  height:52px;
  border-radius:50%;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(12px);
}

.float-btn svg{
  width:20px;
  height:20px;
}

.site-footer{
  background:#141214 !important;
}

.footer-links{
  gap:18px;
}

@media(max-width:900px){

  .cinematic-overlay .hero-copy{
    padding:30px;
  }

  .section{
    padding-top:82px !important;
    padding-bottom:82px !important;
  }

  .cinematic-hero{
    min-height:82vh;
  }

  .hero-copy h1{
    font-size:4rem;
  }
}

