/*
Theme Name: Portal Experience
Theme URI: https://portalexperience.ar
Author: Portal Experience
Description: Tema personalizado desarrollado a partir de la identidad visual y los contenidos del PPT oficial de Portal Experience.
Version: 1.0.1784991170
Text Domain: portal-experience
*/

:root {
  --portal-oliva-profundo: #303722;
  --portal-oliva-musgo: #596044;
  --portal-dorado: #B38A49;
  --portal-arena: #C8B49A;
  --portal-arcilla: #8A6C4D;
  --portal-marfil: #F3EDE3;
  --portal-blanco: #FFFDF8;
  --portal-texto: #303722;
  --portal-sombra: 0 22px 60px rgba(48,55,34,.12);
  --portal-radio: 24px;
  --portal-serif: "Cormorant Garamond", Georgia, serif;
  --portal-sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--portal-texto);
  background: var(--portal-marfil);
  font-family: var(--portal-sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.portal-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.portal-section { padding: 110px 0; position: relative; overflow: hidden; }
.portal-section--light { background: var(--portal-blanco); }
.portal-section--marfil { background: var(--portal-marfil); }
.portal-section--olive { background: var(--portal-oliva-profundo); color: var(--portal-marfil); }
.portal-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 16px; color: var(--portal-dorado);
  font-size: .78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
}
.portal-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.portal-title {
  margin: 0 0 22px; font-family: var(--portal-serif); font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: .94; font-weight: 500; letter-spacing: -.025em;
}
.portal-title--medium { font-size: clamp(2.6rem, 5vw, 4.6rem); }
.portal-lead { margin: 0; max-width: 720px; font-family: var(--portal-serif); font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.45; }
.portal-copy { max-width: 720px; font-size: 1rem; }
.portal-copy p { margin: 0 0 16px; }
.portal-divider { width: 72px; height: 1px; margin: 26px 0; background: var(--portal-dorado); }

.portal-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 12px 24px; border: 1px solid transparent; border-radius: 3px;
  font-size: .78rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.portal-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(48,55,34,.18); }
.portal-btn--primary { background: var(--portal-oliva-profundo); color: var(--portal-marfil); }
.portal-btn--gold { background: var(--portal-dorado); color: #fff; }
.portal-btn--light { background: rgba(243,237,227,.94); color: var(--portal-oliva-profundo); }
.portal-btn--ghost { border-color: rgba(243,237,227,.5); color: var(--portal-marfil); background: rgba(48,55,34,.14); }
.portal-btn--outline { border-color: var(--portal-oliva-profundo); color: var(--portal-oliva-profundo); background: transparent; }

/* Header */
.portal-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(243,237,227,.94);
  border-bottom: 1px solid rgba(179,138,73,.18); backdrop-filter: blur(14px);
}
.portal-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.portal-brand img { width: 255px; height: 78px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.portal-nav { display: flex; align-items: center; gap: 34px; }
.portal-nav a { position: relative; padding: 31px 0 27px; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.portal-nav a::after { content: ""; position: absolute; left: 0; bottom: 21px; width: 0; height: 1px; background: var(--portal-dorado); transition: width .2s ease; }
.portal-nav a:hover::after, .portal-nav a:focus::after { width: 100%; }
.portal-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(48,55,34,.18); border-radius: 50%; background: transparent; color: var(--portal-oliva-profundo); }

/* Hero */
.portal-hero {
  min-height: calc(100vh - 88px); display: grid; align-items: stretch; position: relative; color: var(--portal-marfil);
  background: var(--portal-oliva-profundo) url('assets/images/hero.jpg') center/cover no-repeat;
}
.portal-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,37,24,.94) 0%, rgba(42,43,28,.78) 34%, rgba(32,37,24,.12) 67%, rgba(32,37,24,.04) 100%); }
.portal-hero__inner { min-height: calc(100vh - 88px); position: relative; z-index: 1; display: grid; align-content: center; padding: 76px 0 150px; }
.portal-hero__content { width: min(570px, 100%); }
.portal-hero h1 { margin: 0 0 26px; font-family: var(--portal-serif); font-size: clamp(4.4rem, 8vw, 7.4rem); line-height: .82; font-weight: 500; letter-spacing: -.035em; }
.portal-hero p { max-width: 520px; font-size: 1rem; }
.portal-hero__disciplines { margin: 28px 0; font-size: .72rem; line-height: 1.9; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.portal-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.portal-hero__values { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(243,237,227,.28); background: rgba(39,40,27,.54); backdrop-filter: blur(10px); }
.portal-value { min-height: 112px; display: flex; align-items: flex-end; padding: 26px 38px; border-right: 1px solid rgba(243,237,227,.22); font-size: .72rem; line-height: 1.55; letter-spacing: .13em; text-transform: uppercase; }
.portal-value:last-child { border-right: 0; }

/* Portal */
.portal-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; min-height: 720px; }
.portal-story__content { padding: 110px max(40px, calc((100vw - 1180px)/2)); padding-right: 70px; background: var(--portal-marfil); }
.portal-story__image { min-height: 640px; background: url('assets/images/portal-space.jpg') center/cover no-repeat; }
.portal-symbol { display: grid; grid-template-columns: 54px 1fr; gap: 18px; margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--portal-dorado); }
.portal-symbol img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; }
.portal-symbol h3 { margin: 0 0 10px; font-family: var(--portal-sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.portal-statement { margin-top: 30px; font-size: .74rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

/* Experience cards */
.portal-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.portal-experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.portal-experience-card { position: relative; overflow: hidden; background: rgba(255,253,248,.92); border: 1px solid rgba(179,138,73,.22); border-radius: 18px; box-shadow: 0 12px 38px rgba(48,55,34,.08); transition: transform .25s ease, box-shadow .25s ease; }
.portal-experience-card:hover { transform: translateY(-8px); box-shadow: var(--portal-sombra); }
.portal-experience-card__image { aspect-ratio: 1/1.02; object-fit: cover; width: 100%; }
.portal-experience-card__body { padding: 34px 25px 28px; text-align: center; }
.portal-experience-card__icon { width: 62px; height: 62px; margin: -66px auto 20px; border-radius: 50%; border: 1px solid rgba(179,138,73,.35); object-fit: cover; box-shadow: 0 8px 20px rgba(48,55,34,.12); }
.portal-experience-card h3 { margin: 0; font-family: var(--portal-serif); font-size: 2rem; line-height: 1; font-weight: 500; }
.portal-experience-card h3 em { display: block; margin-top: 7px; color: var(--portal-dorado); font-size: 1.1rem; font-weight: 500; }
.portal-experience-card p { min-height: 118px; font-family: var(--portal-serif); font-size: 1.08rem; line-height: 1.45; }
.portal-quote { margin: 48px auto 0; text-align: center; font-family: var(--portal-serif); font-style: italic; font-size: 1.65rem; }

/* Ayurveda */
.portal-ayurveda { background: linear-gradient(rgba(243,237,227,.94), rgba(243,237,227,.97)), url('assets/images/portal-space.jpg') center/cover fixed; }
.portal-ayurveda__intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 45px; }
.portal-gaiatri { display: flex; align-items: center; gap: 28px; padding: 24px 0; }
.portal-gaiatri img { width: 210px; height: auto; }
.portal-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.portal-service { overflow: hidden; border: 1px solid rgba(179,138,73,.24); border-radius: 18px; background: rgba(255,253,248,.82); box-shadow: 0 10px 34px rgba(48,55,34,.08); }
.portal-service img { width: 100%; aspect-ratio: 1.8/1; object-fit: cover; }
.portal-service__body { padding: 24px; }
.portal-service__kicker { margin-bottom: 4px; color: var(--portal-dorado); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.portal-service h3 { margin: 0 0 10px; font-family: var(--portal-serif); font-size: 1.75rem; line-height: 1.05; font-weight: 500; }
.portal-service p { margin: 0; font-size: .9rem; }
.portal-service__meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.portal-chip { padding: 5px 10px; border-radius: 999px; background: rgba(200,180,154,.5); font-size: .7rem; }

/* Integral */
.portal-integral__top { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: center; }
.portal-integral__images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.portal-integral__images img { width: 100%; height: 360px; object-fit: cover; }
.portal-path { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.portal-path::before { content: ""; position: absolute; top: 50%; left: 9%; right: 9%; height: 1px; background: rgba(179,138,73,.55); }
.portal-path__item { position: relative; z-index: 1; padding: 34px 24px; border: 1px solid rgba(179,138,73,.55); border-radius: 18px; background: var(--portal-marfil); text-align: center; }
.portal-path__item h3 { margin: 0 0 5px; font-family: var(--portal-serif); font-size: 1.65rem; font-weight: 500; }
.portal-path__item span { color: var(--portal-dorado); font-size: .68rem; letter-spacing: .17em; text-transform: uppercase; }
.portal-path__item p { margin-bottom: 0; font-family: var(--portal-serif); font-size: 1.05rem; }
.portal-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.portal-mode { display: flex; gap: 16px; padding: 24px; border: 1px solid rgba(179,138,73,.35); border-radius: 16px; }
.portal-mode i { flex: 0 0 44px; font-size: 2rem; color: var(--portal-dorado); }
.portal-mode strong { display: block; margin-bottom: 3px; font-size: .75rem; letter-spacing: .17em; text-transform: uppercase; }

/* Agenda */
.portal-agenda { background: linear-gradient(135deg, rgba(179,138,73,.18), rgba(200,180,154,.28)), var(--portal-arena); }
.portal-agenda__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; }
.portal-agenda__benefits { display: grid; gap: 20px; margin-top: 35px; }
.portal-agenda__benefit { display: flex; align-items: center; gap: 16px; font-family: var(--portal-serif); font-size: 1.3rem; }
.portal-agenda__benefit i { width: 48px; font-size: 1.75rem; color: var(--portal-dorado); }
.portal-agenda-card { padding: 42px; background: rgba(243,237,227,.82); border: 1px solid rgba(138,108,77,.25); border-radius: var(--portal-radio); box-shadow: var(--portal-sombra); }
.portal-agenda-card h3 { margin: 0 0 28px; text-align: center; font-family: var(--portal-serif); font-size: 2.4rem; font-weight: 500; }
.portal-agenda-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.portal-agenda-tab { min-height: 126px; padding: 16px 10px; display: grid; place-items: center; text-align: center; border: 1px solid rgba(138,108,77,.25); border-radius: 14px; background: rgba(243,237,227,.42); }
.portal-agenda-tab:first-child { border: 2px solid var(--portal-oliva-profundo); }
.portal-agenda-tab img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.portal-agenda-tab strong { font-family: var(--portal-serif); font-size: 1.15rem; line-height: 1; }
.portal-agenda-tab span { font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.portal-week { margin: 22px 0; padding: 24px; border: 1px solid rgba(138,108,77,.25); border-radius: 14px; }
.portal-week h4 { margin: 0 0 20px; text-align: center; font-family: var(--portal-serif); font-size: 1.8rem; font-weight: 500; }
.portal-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.portal-day { text-align: center; }
.portal-day strong { display: block; padding-bottom: 7px; border-bottom: 1px solid rgba(138,108,77,.35); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.portal-day-dots { display: grid; justify-content: center; gap: 8px; margin-top: 14px; }
.portal-day-dots span { width: 14px; height: 14px; border-radius: 50%; background: var(--portal-arena); }
.portal-agenda-card .portal-btn { width: 100%; }

/* Contact */
.portal-contact { background: var(--portal-blanco); }
.portal-contact__layout { display: grid; grid-template-columns: .8fr 1fr .95fr; gap: 0; min-height: 650px; border-radius: 26px; overflow: hidden; box-shadow: var(--portal-sombra); }
.portal-contact__details { padding: 58px 42px; background: var(--portal-marfil); }
.portal-contact__details h2 { margin: 0; font-family: var(--portal-serif); font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 500; line-height: 1; }
.portal-contact__details em { display: block; margin: 15px 0 30px; font-family: var(--portal-serif); font-size: 1.45rem; line-height: 1.35; }
.portal-contact-list { display: grid; gap: 10px; }
.portal-contact-item { display: flex; align-items: center; gap: 16px; padding: 16px; border-radius: 12px; background: rgba(255,253,248,.75); }
.portal-contact-item i { font-size: 1.6rem; color: var(--portal-dorado); }
.portal-contact-item strong { display: block; font-family: var(--portal-serif); font-size: 1.2rem; font-weight: 500; }
.portal-contact-item span { font-size: .78rem; color: rgba(48,55,34,.72); }
.portal-form-wrap { padding: 48px 36px; background: var(--portal-blanco); }
.portal-form-wrap h3 { margin: 0 0 22px; font-family: var(--portal-serif); font-size: 2.3rem; font-weight: 500; }
.portal-form { display: grid; gap: 15px; }
.portal-form label { display: grid; gap: 6px; font-size: .8rem; }
.portal-form input, .portal-form select, .portal-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(48,55,34,.2); border-radius: 7px; background: #fff; color: var(--portal-texto); }
.portal-form textarea { min-height: 120px; resize: vertical; }
.portal-form input:focus, .portal-form select:focus, .portal-form textarea:focus { outline: 2px solid rgba(179,138,73,.28); border-color: var(--portal-dorado); }
.portal-honeypot { position: absolute !important; left: -9999px !important; }
.portal-form-status { margin-bottom: 16px; padding: 12px 14px; border-radius: 8px; background: rgba(89,96,68,.12); }
.portal-contact__image { min-height: 650px; background: url('assets/images/contact-space.jpg') center/cover no-repeat; }

/* Footer */
.portal-footer { padding: 52px 0; background: var(--portal-oliva-profundo); color: var(--portal-marfil); text-align: center; }
.portal-footer img { width: 170px; margin: 0 auto 18px; border-radius: 18px; }
.portal-footer p { margin: 5px 0; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
.portal-footer__meta { margin-top: 24px !important; opacity: .65; font-size: .62rem !important; }

@media (max-width: 1080px) {
  .portal-nav { gap: 20px; }
  .portal-experience-grid { grid-template-columns: repeat(2, 1fr); }
  .portal-service-grid { grid-template-columns: repeat(2, 1fr); }
  .portal-contact__layout { grid-template-columns: 1fr 1fr; }
  .portal-contact__image { display: none; }
}

@media (max-width: 820px) {
  .portal-container { width: min(100% - 28px, 680px); }
  .portal-section { padding: 78px 0; }
  .portal-header__inner { min-height: 76px; }
  .portal-brand img { width: 205px; height: 66px; }
  .portal-menu-toggle { display: inline-grid; place-items: center; }
  .portal-nav { position: fixed; inset: 76px 0 auto 0; display: grid; gap: 0; padding: 20px 26px 30px; background: var(--portal-marfil); border-bottom: 1px solid rgba(179,138,73,.25); transform: translateY(-130%); transition: transform .25s ease; box-shadow: 0 16px 30px rgba(48,55,34,.12); }
  .portal-nav.is-open { transform: translateY(0); }
  .portal-nav a { padding: 15px 0; border-bottom: 1px solid rgba(48,55,34,.08); }
  .portal-nav a::after { display: none; }
  .portal-hero, .portal-hero__inner { min-height: 820px; }
  .portal-hero__inner { padding: 90px 0 250px; }
  .portal-hero::before { background: linear-gradient(90deg, rgba(32,37,24,.94), rgba(32,37,24,.62)); }
  .portal-hero__values { grid-template-columns: repeat(2, 1fr); }
  .portal-value { min-height: 92px; padding: 20px; }
  .portal-story { grid-template-columns: 1fr; }
  .portal-story__content { padding: 78px 28px; }
  .portal-story__image { min-height: 500px; }
  .portal-section-heading { display: block; }
  .portal-ayurveda__intro, .portal-integral__top, .portal-agenda__layout { grid-template-columns: 1fr; }
  .portal-integral__images img { height: 260px; }
  .portal-path { grid-template-columns: 1fr; }
  .portal-path::before { display: none; }
  .portal-contact__layout { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .portal-title { font-size: 3.2rem; }
  .portal-hero h1 { font-size: 4.5rem; }
  .portal-actions { display: grid; }
  .portal-btn { width: 100%; }
  .portal-experience-grid, .portal-service-grid, .portal-modes { grid-template-columns: 1fr; }
  .portal-experience-card p { min-height: auto; }
  .portal-integral__images { grid-template-columns: 1fr; }
  .portal-integral__images img { height: 240px; }
  .portal-agenda-card { padding: 26px 18px; }
  .portal-agenda-tabs { grid-template-columns: repeat(2, 1fr); }
  .portal-days { grid-template-columns: repeat(2, 1fr); }
  .portal-contact__details, .portal-form-wrap { padding: 42px 22px; }
}

/* PORTAL BRAND FIX START */
/* Logo oficial del PPT, sin fondo ni contenedor artificial */
.portal-header__inner {
  min-height: 118px;
}

.portal-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  line-height: 0;
}

.portal-brand img {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  mix-blend-mode: normal;
}

.portal-hero,
.portal-hero__inner {
  min-height: calc(100vh - 118px);
}

@media (max-width: 820px) {
  .portal-header__inner {
    min-height: 94px;
  }

  .portal-brand img {
    width: 205px;
    max-height: 86px;
  }

  .portal-nav {
    inset: 94px 0 auto 0;
  }
}

@media (max-width: 420px) {
  .portal-brand img {
    width: 178px;
  }
}
/* PORTAL BRAND FIX END */

/* PORTAL LOGO REPAIR — START */

.portal-header {
  background: rgba(243, 237, 227, 0.97);
}

.portal-header__inner {
  min-height: 92px;
}

.portal-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  line-height: 0;
  background: transparent;
  overflow: visible;
}

.portal-brand__logo,
.portal-brand img {
  display: block !important;
  width: 255px !important;
  height: auto !important;
  max-width: 255px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 820px) {
  .portal-header__inner {
    min-height: 76px;
  }

  .portal-brand__logo,
  .portal-brand img {
    width: 205px !important;
    max-width: 205px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 480px) {
  .portal-brand__logo,
  .portal-brand img {
    width: 175px !important;
    max-width: 175px !important;
    max-height: 52px !important;
  }
}

/* PORTAL LOGO REPAIR — END */
