:root {
  --gold: #9b7a31;
  --ink: #161616;
  --paper: #f6f6f4;
  --header-height: 92px;
  --content-width: 1340px;
  --content-gutter: clamp(24px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #0c0c0c;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: #fff;
  color: #111;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: var(--header-height);
  background: var(--paper);
  color: var(--ink);
}
main { padding-top: var(--header-height); }
.header-inner {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 112px 1fr auto;
  align-items: center;
  column-gap: clamp(42px, 5vw, 82px);
}
.brand {
  width: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.brand img {
  width: 85px;
  height: 32px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) brightness(0.42);
}
.brand span {
  margin-top: 4px;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(30px, 3.3vw, 53px);
}
.desktop-nav a {
  position: relative;
  padding: 38px 0 35px;
  color: #595955;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav .is-active { color: var(--gold); }
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav .is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.header-cta {
  min-height: 42px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.menu-button,
.mobile-nav { display: none; }

.hero {
  position: relative;
  height: calc(100svh - var(--header-height));
  min-height: 560px;
  overflow: hidden;
  background: #090909;
}
.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 900ms ease, visibility 900ms ease;
}
.hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.hero-background,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-background {
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.005);
}
.hero-slide--intro .hero-background,
.hero-slide--experts .hero-background,
.hero-slide--community .hero-background { object-position: center center; }
.hero-slide--history .hero-background { object-position: center 46%; }
.hero-shade {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 34%) 58%, rgb(0 0 0 / 36%) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 42%) 0%, transparent 58%);
}
.hero-slide--intro .hero-shade {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 27%) 58%, rgb(0 0 0 / 39%) 100%),
    linear-gradient(0deg, rgb(0 0 0 / 54%) 0%, transparent 65%);
}
.hero-slide--community .hero-shade {
  background: linear-gradient(90deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 47%) 60%, rgb(0 0 0 / 57%) 100%);
}
.hero-container {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: min(100%, 980px);
  margin-top: -6px;
}
.hero-copy--centered {
  width: min(100%, 610px);
  margin-left: 325px;
  transform: translateY(65px);
}
.hero-slide--experts .hero-copy {
  width: min(100%, 1200px);
  margin-left: 55px;
}
.hero-slide--community .hero-copy { width: min(100%, 1080px); }
.hero-slide--history .hero-copy { width: min(100%, 1320px); }
.eyebrow {
  margin: 0 0 31px;
  color: #9d7d39;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.hero-copy h1,
.hero-copy h2 {
  max-width: 1320px;
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(64px, 4.8vw, 88px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.018em;
}
.hero-copy--centered h1 { font-size: clamp(68px, 4.7vw, 88px); }
.hero-lead {
  max-width: 730px;
  margin: 25px 0 0;
  color: #ddd;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.42;
}
.hero-description {
  max-width: 690px;
  margin: 23px 0 0;
  color: #c0c0bd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.hero-copy--centered .hero-description { max-width: 520px; }
.hero-copy--centered .hero-actions { margin-top: 44px; }
.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.button {
  min-height: 50px;
  padding: 0 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.button span { font-size: 16px; line-height: 1; }
.button--light { background: #fff; color: #2a2a28; }
.button--outline {
  border-color: rgb(255 255 255 / 38%);
  background: rgb(0 0 0 / 12%);
  color: #fff;
}
.button:hover,
.button:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}
.slider-controls {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 43px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.slider-controls button {
  width: 36px;
  height: 12px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 31%);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.slider-controls button.is-active { border-color: var(--gold); }

.programs-carousel {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #111;
}
.programs-carousel,
.about-section,
.values-section { scroll-margin-top: var(--header-height); }
.program-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 800ms ease, visibility 800ms ease;
}
.program-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.program-background,
.program-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.program-background {
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
.program-slide:first-child .program-background { object-position: center 39%; }
.program-slide:nth-child(2) .program-background { object-position: center 49%; }
.program-slide:nth-child(3) .program-background { object-position: center 51%; }
.program-shade {
  background: linear-gradient(90deg, rgb(0 0 0 / 62%) 0%, rgb(0 0 0 / 39%) 53%, rgb(0 0 0 / 43%) 100%);
}
.program-container {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.program-copy {
  margin-top: 15px;
  color: #fff;
  transform: translateY(36px);
}
.program-copy > p {
  width: max-content;
  margin: 0 0 20px;
  padding: 5px 12px;
  border: 1px solid rgb(155 122 49 / 78%);
  color: #ae8c43;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.program-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 3.7vw, 68px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.018em;
}
.program-copy > span {
  display: block;
  margin-top: 19px;
  color: #d2d2cf;
  font-size: 14px;
}
.program-controls {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 23px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.program-controls button {
  width: 36px;
  height: 12px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 26%);
  background: transparent;
  cursor: pointer;
}
.program-controls button.is-active { border-color: var(--gold); }

.about-section {
  min-height: 405px;
  padding: 112px var(--content-gutter) 16px;
  display: flex;
  justify-content: center;
  background: #f6f5f0;
  color: #20201e;
  text-align: center;
}
.about-content {
  width: min(100%, 1000px);
}
.section-kicker {
  margin: 0;
  color: #a18340;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.about-section h2 {
  max-width: 900px;
  margin: 32px auto 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(39px, 2.5vw, 45px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.012em;
}
.about-description {
  max-width: 770px;
  margin: 30px auto 0;
  color: #74746f;
  font-size: 13px;
  line-height: 1.65;
}
.text-link {
  width: max-content;
  margin: 57px auto 0;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #262624;
  color: #242422;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.values-section {
  min-height: 610px;
  padding: 118px var(--content-gutter) 90px;
  background: #fff;
  color: #262624;
}
.values-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.values-heading > span {
  width: 31px;
  height: 1px;
  margin-top: 15px;
  display: block;
  background: #b0924c;
}
.values-grid {
  margin-top: 78px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.values-grid article {
  min-height: 205px;
  padding: 42px 56px 20px;
}
.values-grid article + article {
  border-left: 1px solid #e5e4e0;
}
.values-grid img {
  width: 21px;
  height: 21px;
}
.values-grid h3 {
  margin: 28px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.values-grid p {
  max-width: 300px;
  margin: 20px 0 0;
  color: #696965;
  font-size: 13px;
  line-height: 1.65;
}

.program-catalog {
  min-height: 760px;
  padding: 117px var(--content-gutter) 122px;
  background: #f6f5f0;
  color: #242422;
}
.program-catalog-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.program-catalog-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.program-catalog-header h2 {
  margin: 23px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(39px, 2.7vw, 49px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.015em;
}
.catalog-all-link {
  margin: 0 4px 4px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #625f58;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.program-cards {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.program-card {
  min-height: 382px;
  padding: 44px 45px 42px;
  display: flex;
  flex-direction: column;
  transition: background-color 180ms ease;
}
.program-card + .program-card {
  border-left: 1px solid #d8d7d2;
}
.program-card:hover,
.program-card:focus-within {
  background: #fff;
}
.program-number {
  color: #b38b34;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  line-height: 1;
}
.program-card h3 {
  margin: 31px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
  transition: color 180ms ease;
}
.program-card:hover h3,
.program-card:focus-within h3 {
  color: #b18731;
}
.program-audience {
  margin: 18px 0 0;
  color: #b18731;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.program-summary {
  max-width: 345px;
  margin: 18px 0 0;
  color: #65635e;
  font-size: 14px;
  line-height: 1.7;
}
.program-link {
  width: max-content;
  margin-top: auto;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #5a5853;
  color: #242422;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.agenda-section {
  min-height: 622px;
  padding: 121px var(--content-gutter) 124px;
  background: #090a0a;
  color: #fff;
}
.agenda-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.agenda-section h2 {
  margin: 19px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 2.35vw, 43px);
  font-weight: 500;
  line-height: 1;
}
.agenda-list {
  margin-top: 57px;
}
.agenda-item {
  min-height: 82px;
  padding: 0 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px 153px;
  align-items: center;
  column-gap: 28px;
  background: #151616;
  border-bottom: 1px solid #090a0a;
  transition: background-color 180ms ease;
}
.agenda-item:hover,
.agenda-item:focus-within {
  background: #202121;
}
.agenda-item h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.agenda-item time {
  color: #c49835;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: right;
}
.agenda-link {
  min-height: 38px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #484948;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.agenda-link:hover,
.agenda-link:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.partners-section {
  min-height: 397px;
  padding: 98px 0 91px;
  overflow: hidden;
  background: #fff;
  color: #686762;
}
.partners-section h2 {
  margin: 0;
  color: #66645e;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}
.partners-rows {
  margin-top: 38px;
  display: grid;
  gap: 19px;
}
.logo-marquee {
  width: 100%;
  overflow: hidden;
}
.logo-track {
  --logo-gap: 34px;
  --logo-offset: 17px;
  --logo-duration: 60s;
  width: max-content;
  display: flex;
  gap: var(--logo-gap);
  will-change: transform;
}
.logo-track--left {
  animation: logos-left var(--logo-duration) linear infinite;
}
.logo-track--right {
  animation: logos-right var(--logo-duration) linear infinite;
}
.logo-group {
  display: flex;
  align-items: center;
  gap: var(--logo-gap);
}
.logo-item {
  width: 161px;
  height: 73px;
  display: grid;
  flex: 0 0 161px;
  place-items: center;
}
.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.52;
  transition: filter 180ms ease, opacity 180ms ease;
}
.logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.logo-item--veterinaria img { max-width: 79px; max-height: 73px; }
.logo-item--aesa img { max-width: 156px; max-height: 65px; }
.logo-item--tajy img { max-width: 137px; max-height: 73px; }
.logo-item--bioethic img { max-width: 166px; max-height: 65px; }
.logo-item--zeder img { max-width: 119px; max-height: 51px; }
.logo-item--sindec img { max-width: 166px; max-height: 55px; }
.logo-item--lion img { max-width: 67px; max-height: 59px; }
.logo-item--folk img { max-width: 87px; max-height: 53px; }
.logo-item--gloria img { max-width: 73px; max-height: 55px; }
.logo-item--text {
  color: #97958f;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.logo-item--text:hover { color: #242422; }
.logo-item--ov { line-height: 1.35; }
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}
@keyframes logos-left {
  to { transform: translateX(calc(-50% - var(--logo-offset))); }
}
@keyframes logos-right {
  from { transform: translateX(calc(-50% - var(--logo-offset))); }
  to { transform: translateX(0); }
}

.testimonials-section {
  min-height: 635px;
  padding: 122px 0 124px;
  overflow: hidden;
  background: #f6f4ef;
  color: #171715;
}
.testimonials-heading {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin: 0 auto;
}
.testimonials-heading > span {
  width: 35px;
  height: 1px;
  margin-top: 16px;
  display: block;
  background: #b78d36;
}
.testimonials-marquee {
  width: 100%;
  margin-top: 52px;
  overflow: hidden;
}
.testimonials-track {
  --marquee-offset: 13px;
  --testimonials-duration: 110s;
  width: max-content;
  display: flex;
  gap: 26px;
  animation: testimonials-scroll var(--testimonials-duration) linear infinite;
  will-change: transform;
}
.testimonials-group {
  display: flex;
  gap: 26px;
}
.testimonial-card {
  width: 354px;
  min-height: 329px;
  padding: 30px 31px 29px;
  display: flex;
  flex: 0 0 354px;
  flex-direction: column;
  background: #fff;
  border-top: 2px solid #1a1a18;
}
.testimonial-program {
  margin: 0;
  color: #b58b37;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}
.testimonial-card blockquote {
  margin: 23px 0 25px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}
.testimonial-card footer {
  margin-top: auto;
  display: grid;
  gap: 4px;
}
.testimonial-card footer strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}
.testimonial-card footer span {
  color: #6a6862;
  font-size: 11px;
  line-height: 1.35;
}
.testimonials-marquee:hover .testimonials-track {
  animation-play-state: paused;
}
@keyframes testimonials-scroll {
  to { transform: translateX(calc(-50% - var(--marquee-offset))); }
}

.business-universe {
  min-height: 652px;
  padding: 120px var(--content-gutter) 123px;
  background: #fff;
  color: #242422;
}
.business-universe-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.business-universe h2 {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 2.2vw, 43px);
  font-weight: 500;
  line-height: 1;
}
.business-universe-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.universe-card {
  min-height: 274px;
  padding: 36px 35px 35px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dededb;
}
.universe-category {
  margin: 0;
  color: #b58b37;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.universe-card h3 {
  margin: 17px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.universe-card > p:not(.universe-category) {
  max-width: 355px;
  margin: 17px 0 0;
  color: #5f5d58;
  font-size: 13px;
  line-height: 1.7;
}
.universe-card a {
  width: max-content;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #66635d;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.universe-card a span {
  transition: transform 180ms ease;
}
.universe-card a:hover span,
.universe-card a:focus-visible span {
  transform: translateX(4px);
}

.community-cta {
  min-height: 598px;
  padding: 140px var(--content-gutter) 125px;
  display: grid;
  place-items: start center;
  background: #090a0a;
  color: #fff;
  text-align: center;
}
.community-cta-inner {
  width: min(100%, 930px);
}
.community-cta .section-kicker {
  color: #565b62;
}
.community-cta h2 {
  margin: 42px auto 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(45px, 3.35vw, 59px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.015em;
}
.community-cta-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.community-cta-actions a {
  min-height: 56px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.community-cta-primary {
  min-width: 254px;
  background: #fff;
  color: #101110;
}
.community-cta-secondary {
  min-width: 220px;
  gap: 14px;
  border: 1px solid #393b3b;
  color: #fff;
}
.community-cta-primary:hover,
.community-cta-primary:focus-visible {
  background: #b58b37;
  color: #fff;
}
.community-cta-secondary:hover,
.community-cta-secondary:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.site-footer {
  min-height: 555px;
  padding: 69px var(--content-gutter) 55px;
  background: #090a0a;
  color: #a6a6a1;
}
.site-footer-inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.footer-grid {
  min-height: 294px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: clamp(45px, 6vw, 112px);
}
.footer-brand {
  width: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.footer-brand img {
  width: 95px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) brightness(0) invert(1);
}
.footer-brand > span {
  margin-top: 4px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.footer-brand-column > p {
  max-width: 300px;
  margin: 27px 0 0;
  font-size: 13px;
  line-height: 1.75;
}
.footer-instagram {
  width: 19px;
  height: 19px;
  margin-top: 28px;
  display: block;
  color: #777872;
  border: 1px solid currentColor;
  border-radius: 5px;
  position: relative;
}
.footer-instagram::before {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 5px;
  left: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}
.footer-instagram::after {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 3px;
  right: 3px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 17px;
}
.footer-column h2 {
  margin: 2px 0 14px;
  color: #555a60;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.footer-column a,
.footer-column p {
  margin: 0;
  color: #a6a6a1;
  font-size: 13px;
  line-height: 1.4;
}
.site-footer a {
  transition: color 180ms ease;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: #b58b37;
}
.footer-bottom {
  min-height: 73px;
  padding-top: 37px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid #282928;
  color: #60615d;
}
.footer-bottom p {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
}
.footer-bottom nav {
  display: flex;
  gap: 28px;
}
.footer-bottom a {
  font-size: 11px;
  line-height: 1.4;
}

.programs-page {
  background: #fff;
  color: #242422;
}
.programs-page-hero {
  min-height: 556px;
  padding: 139px var(--content-gutter) 118px;
  display: flex;
  align-items: flex-start;
  background: #090a0a;
  color: #fff;
}
.programs-page-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.programs-page-hero h1 {
  max-width: 950px;
  margin: 35px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 4.3vw, 72px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.02em;
}
.programs-page-hero .programs-page-container > p:last-child {
  max-width: 760px;
  margin: 35px 0 0;
  color: #9b9b98;
  font-size: 14px;
  line-height: 1.75;
}
.programs-directory {
  padding-bottom: 87px;
  background: #fff;
  color: #242422;
}
.program-filter-bar {
  position: sticky;
  z-index: 20;
  top: var(--header-height);
  min-height: 56px;
  background: #fff;
  border-bottom: 1px solid #dededb;
}
.program-filter-tabs {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  min-height: 56px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 26px;
}
.program-filter-tabs button {
  position: relative;
  min-height: 56px;
  padding: 0 26px;
  border: 0;
  background: transparent;
  color: #62615d;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.program-filter-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #141413;
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}
.program-filter-tabs button:hover,
.program-filter-tabs button:focus-visible,
.program-filter-tabs button.is-active {
  color: #171715;
}
.program-filter-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}
.programs-page-grid {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin: 63px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.program-page-card {
  min-height: 624px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dededb;
  background: #fff;
}
.program-page-card[hidden] { display: none; }
.program-page-card-media {
  height: 238px;
  overflow: hidden;
  background: #e5e5e2;
}
.program-page-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) saturate(0);
  transform: scale(1);
  transition: filter 420ms ease, transform 520ms ease;
}
.program-page-card-media:hover img {
  filter: grayscale(0.32) saturate(0.78);
  transform: scale(1.045);
}
.program-page-card-body {
  min-height: 384px;
  padding: 36px 35px 35px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.program-page-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #aaa7a0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
}
.program-page-card-meta span:last-child {
  padding: 5px 10px 4px;
  border: 1px solid #dfd3bb;
  color: #b58b37;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}
.program-page-card h2 {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1;
}
.program-page-audience {
  margin: 11px 0 0;
  color: #8f7340;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.55;
  text-transform: uppercase;
}
.program-page-description {
  margin: 20px 0 0;
  color: #5f5d58;
  font-size: 13px;
  line-height: 1.75;
}
.program-page-card-body > a {
  width: 100%;
  min-height: 43px;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #0b0c0b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}
.program-page-card-body > a:hover,
.program-page-card-body > a:focus-visible {
  background: #b58b37;
}
.program-guidance {
  min-height: 389px;
  padding: 92px var(--content-gutter) 88px;
  background: #090a0a;
  color: #fff;
  text-align: center;
}
.program-guidance h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(36px, 2.3vw, 43px);
  font-weight: 500;
  line-height: 1.1;
}
.program-guidance p {
  margin: 28px 0 0;
  color: #9c9c98;
  font-size: 12px;
  line-height: 1.6;
}
.program-guidance > a {
  min-width: 237px;
  min-height: 53px;
  margin-top: 35px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #fff;
  color: #151513;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}
.program-guidance > a:hover,
.program-guidance > a:focus-visible {
  background: #b58b37;
  color: #fff;
}

.direction-page {
  background: #fff;
  color: #171715;
}
.direction-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}
.direction-hero {
  position: relative;
  min-height: 533px;
  overflow: hidden;
  color: #fff;
}
.direction-hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  filter: grayscale(1);
}
.direction-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(10 11 10 / 74%), rgb(10 11 10 / 50%)), linear-gradient(0deg, rgb(8 9 8 / 72%), transparent 65%);
}
.direction-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin: 0 auto;
  padding-top: 169px;
  padding-left: min(16vw, 305px);
}
.direction-hero-content > p {
  margin: 0;
  color: #a67f32;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.direction-hero h1 {
  margin: 27px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(55px, 3.5vw, 68px);
  font-weight: 500;
  line-height: 1;
}
.direction-hero blockquote {
  max-width: 680px;
  margin: 24px 0 0;
  color: #d1d0cc;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.65;
}
.direction-hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
}
.direction-button {
  min-height: 52px;
  padding: 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.direction-button--light { background: #fff; color: #111; }
.direction-button--outline { border: 1px solid #696a68; color: #fff; }
.direction-overview {
  min-height: 397px;
  padding: 106px var(--content-gutter) 97px;
  background: #fff;
}
.direction-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.direction-profile-list {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 21px;
  list-style: none;
}
.direction-profile-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.45;
}
.direction-profile-list li::before {
  position: absolute;
  width: 1px;
  top: 1px;
  bottom: 1px;
  left: 0;
  background: #bd8e2f;
  content: "";
}
.direction-dark-link {
  min-height: 48px;
  margin-top: 38px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #0b0c0b;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.direction-objective blockquote {
  max-width: 570px;
  margin: 30px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.72;
}
.direction-modules {
  min-height: 1110px;
  padding: 89px var(--content-gutter) 87px;
  background: #f6f4ef;
}
.direction-module-list {
  margin-top: 39px;
  border-top: 1px solid #d8d6d0;
}
.direction-module-list details {
  padding: 23px 0 20px;
  border-bottom: 1px solid #d8d6d0;
}
.direction-module-list summary {
  position: relative;
  padding-right: 34px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
.direction-module-list summary::-webkit-details-marker { display: none; }
.direction-module-list summary::after {
  position: absolute;
  right: 4px;
  color: #66655f;
  content: "⌄";
  font-size: 15px;
}
.direction-module-list details[open] summary::after { content: "⌃"; }
.direction-module-list summary span {
  color: #b58b37;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
}
.direction-module-list summary strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.direction-module-list details p {
  margin: 20px 42px 0;
  color: #6a655d;
  font-size: 13px;
  line-height: 1.65;
}
.direction-modules .direction-dark-link { margin-top: 44px; }
.direction-dates {
  min-height: 510px;
  padding: 102px var(--content-gutter) 96px;
  background: #090a0a;
  color: #fff;
}
.direction-dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
}
.direction-dates h2 {
  margin: 26px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.1;
}
.direction-dates-grid > div:first-child > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: #92938f;
  font-size: 12px;
  line-height: 1.6;
}
.direction-dates-grid > div:first-child > a {
  min-height: 47px;
  margin-top: 31px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.direction-next-modules {
  padding: 38px 36px 30px;
  border: 1px solid #30312f;
}
.direction-next-modules > div {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #292a28;
}
.direction-next-modules > div:last-child { border-bottom: 0; }
.direction-next-modules span,
.direction-next-modules time {
  color: #b58b37;
  font-size: 11px;
}
.direction-next-modules strong {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.direction-faculty {
  min-height: 510px;
  padding: 91px var(--content-gutter) 84px;
  background: #fff;
}
.direction-faculty-grid {
  margin-top: 47px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
.direction-faculty-grid article {
  min-height: 217px;
  padding: 31px;
  border: 1px solid #dededb;
}
.faculty-avatar {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e7e4de;
  color: #6b6358;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
}
.direction-faculty-grid h3 {
  margin: 24px 0 0;
  font-size: 13px;
  font-weight: 500;
}
.direction-faculty-grid p {
  margin: 8px 0 0;
  color: #69655f;
  font-size: 11px;
}
.direction-faculty-grid strong {
  margin-top: 13px;
  display: block;
  color: #b58b37;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.direction-text-link {
  margin-top: 34px;
  display: inline-flex;
  gap: 12px;
  color: #605d57;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.direction-testimonials {
  min-height: 365px;
  padding: 71px var(--content-gutter) 69px;
  background: #f6f4ef;
}
.direction-testimonials-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.direction-testimonials-grid article {
  min-height: 201px;
  padding: 34px 35px 31px;
  background: #fff;
  border-top: 2px solid #1a1a18;
}
.direction-testimonials-grid blockquote {
  margin: 0 0 27px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
}
.direction-testimonials-grid strong { font-size: 12px; font-weight: 500; }
.direction-testimonials-grid p { margin: 5px 0 0; color: #6d6963; font-size: 10px; }
.direction-registration {
  min-height: 650px;
  padding: 91px var(--content-gutter) 84px;
  background: #fff;
}
.direction-form-wrap {
  width: min(100%, 916px);
  margin: 0 auto;
}
.direction-registration > .direction-form-wrap > .section-kicker { text-align: center; }
.direction-registration h2 {
  margin: 23px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.direction-form {
  margin-top: 31px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
  row-gap: 27px;
}
.direction-form label {
  color: #6d5745;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.direction-form input,
.direction-form textarea {
  width: 100%;
  margin-top: 15px;
  padding: 0 0 13px;
  display: block;
  border: 0;
  border-bottom: 1px solid #d2d0cb;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #242422;
  font: 12px/1.4 "Montserrat", Arial, sans-serif;
}
.direction-form input:focus,
.direction-form textarea:focus { border-color: #b58b37; }
.direction-form input::placeholder,
.direction-form textarea::placeholder { color: #c8c6c1; opacity: 1; }
.direction-form-message { grid-column: 1 / -1; }
.direction-form textarea { min-height: 80px; resize: vertical; }
.direction-form button {
  width: 315px;
  min-height: 53px;
  margin-top: 9px;
  border: 0;
  background: #0b0c0b;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.direction-closing {
  min-height: 400px;
  padding: 111px var(--content-gutter) 102px;
  background: #090a0a;
  color: #fff;
  text-align: center;
}
.direction-closing blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(35px, 2.4vw, 45px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}
.direction-closing a {
  min-width: 268px;
  min-height: 52px;
  margin-top: 39px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #51524f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.direction-button,
.direction-dark-link,
.direction-dates a,
.direction-form button,
.direction-closing a {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}
.direction-button:hover,
.direction-button:focus-visible,
.direction-dark-link:hover,
.direction-dark-link:focus-visible,
.direction-dates a:hover,
.direction-dates a:focus-visible,
.direction-form button:hover,
.direction-form button:focus-visible,
.direction-closing a:hover,
.direction-closing a:focus-visible {
  background: #b58b37;
  border-color: #b58b37;
  color: #fff;
}

.whatsapp-button {
  position: fixed;
  z-index: 40;
  right: 28px;
  bottom: 25px;
  width: 53px;
  height: 53px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #00d85b;
  box-shadow: 0 5px 18px rgb(0 0 0 / 24%);
  cursor: pointer;
}
.whatsapp-button img { width: 25px; height: 25px; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1180px) {
  :root { --content-gutter: clamp(24px, 4vw, 48px); }
  .header-inner {
    grid-template-columns: 96px 1fr auto;
    column-gap: 28px;
  }
  .desktop-nav { gap: 24px; }
  .desktop-nav a { font-size: 10px; }
  .header-cta { padding-inline: 18px; }
  .hero-copy--centered { margin-left: 21%; }
  .hero-slide--experts .hero-copy { margin-left: 3%; }
  .program-filter-tabs { gap: 8px; }
  .program-filter-tabs button { padding-inline: 18px; }
  .program-page-card-body { padding-inline: 28px; }
  .direction-hero-content { padding-left: 16%; }
  .direction-overview-grid,
  .direction-dates-grid { gap: 60px; }
}

@media (max-width: 900px) {
  :root { --header-height: 76px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav,
  .header-cta { display: none; }
  .menu-button {
    width: 44px;
    height: 44px;
    padding: 12px 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-button span {
    width: 25px;
    height: 1px;
    display: block;
    background: #111;
    transition: transform 180ms ease;
  }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: absolute;
    z-index: 20;
    top: var(--header-height);
    right: 0;
    left: 0;
    padding: 18px var(--content-gutter) 28px;
    display: grid;
    background: var(--paper);
    border-top: 1px solid #deded9;
    box-shadow: 0 16px 30px rgb(0 0 0 / 15%);
  }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #deded9;
    color: #3a3a37;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .mobile-nav .mobile-nav-cta {
    margin-top: 15px;
    padding: 15px 18px;
    background: #111;
    color: #fff;
    text-align: center;
  }
  .hero { min-height: 620px; }
  .hero-copy,
  .hero-copy--centered {
    width: min(100%, 680px);
    margin-left: 0;
    transform: none;
  }
  .hero-slide--experts .hero-copy {
    width: min(100%, 760px);
    margin-left: 0;
  }
  .hero-copy h1,
  .hero-copy h2,
  .hero-copy--centered h1 { font-size: clamp(48px, 8.5vw, 66px); }
  .hero-slide--intro .hero-background { object-position: 58% center; }
  .hero-slide--experts .hero-background { object-position: 55% center; }
  .programs-carousel { height: 390px; }
  .about-section { min-height: 380px; padding-top: 88px; }
  .values-section { padding-top: 92px; }
  .values-grid { padding: 0; }
  .values-grid article { padding-inline: 32px; }
  .program-catalog { padding-top: 92px; padding-bottom: 92px; }
  .program-cards { grid-template-columns: 1fr; }
  .program-card {
    min-height: 330px;
    padding: 40px;
    background: transparent;
  }
  .program-card + .program-card {
    border-top: 1px solid #deddd8;
    border-left: 0;
  }
  .agenda-section {
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .agenda-item {
    grid-template-columns: minmax(0, 1fr) 150px 145px;
    padding-inline: 22px;
    column-gap: 18px;
  }
  .testimonials-section {
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .partners-section {
    min-height: 0;
    padding-top: 84px;
    padding-bottom: 80px;
  }
  .business-universe {
    min-height: 0;
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .business-universe-grid {
    grid-template-columns: 1fr;
  }
  .universe-card { min-height: 250px; }
  .community-cta {
    min-height: 540px;
    padding-top: 112px;
    padding-bottom: 105px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
  .programs-page-hero {
    min-height: 500px;
    padding-top: 112px;
    padding-bottom: 100px;
  }
  .programs-page-hero h1 { font-size: clamp(52px, 8vw, 66px); }
  .program-filter-tabs {
    width: 100%;
    padding-inline: var(--content-gutter);
    overflow-x: auto;
  }
  .programs-page-grid {
    grid-template-columns: 1fr;
  }
  .program-page-card {
    width: min(100%, 620px);
    min-height: 0;
  }
  .direction-hero-content {
    padding-top: 145px;
    padding-left: 0;
  }
  .direction-overview-grid,
  .direction-dates-grid {
    grid-template-columns: 1fr;
  }
  .direction-objective { padding-top: 15px; }
  .direction-faculty-grid { grid-template-columns: 1fr; }
  .direction-faculty-grid article { min-height: 205px; }
  .direction-testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --content-gutter: 22px; }
  .brand,
  .brand img { width: 74px; }
  .brand img { height: 28px; }
  .hero { min-height: 650px; }
  .hero-container {
    align-items: flex-start;
    padding-top: clamp(86px, 13vh, 125px);
    padding-bottom: 100px;
  }
  .eyebrow {
    max-width: 330px;
    margin-bottom: 22px;
    font-size: 9px;
    line-height: 1.65;
  }
  .hero-copy h1,
  .hero-copy h2,
  .hero-copy--centered h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 0.97;
  }
  .hero-lead {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.35;
  }
  .hero-description {
    max-width: 480px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.65;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 10px;
  }
  .button {
    min-height: 46px;
    padding-inline: 18px;
    font-size: 9px;
  }
  .slider-controls {
    bottom: 26px;
    justify-content: flex-start;
    padding-left: var(--content-gutter);
    gap: 10px;
  }
  .slider-controls button { width: 29px; }
  .whatsapp-button {
    right: 18px;
    bottom: 16px;
    width: 46px;
    height: 46px;
  }
  .hero-slide--community .hero-background { object-position: 61% center; }
  .hero-slide--history .hero-background { object-position: 52% center; }
  .programs-carousel { height: 410px; }
  .program-container { align-items: flex-end; padding-bottom: 78px; }
  .program-copy { margin-top: 0; }
  .program-copy { transform: none; }
  .program-copy > p { margin-bottom: 18px; font-size: 8px; }
  .program-copy h2 { max-width: 340px; font-size: 47px; }
  .program-copy > span { margin-top: 15px; font-size: 12px; }
  .program-controls {
    bottom: 20px;
    justify-content: flex-start;
    padding-left: var(--content-gutter);
    gap: 10px;
  }
  .program-controls button { width: 29px; }
  .about-section {
    min-height: 0;
    padding: 75px var(--content-gutter) 72px;
  }
  .about-section h2 {
    margin-top: 23px;
    font-size: 39px;
  }
  .about-description {
    margin-top: 25px;
    font-size: 12px;
  }
  .text-link { margin-top: 30px; }
  .values-section {
    min-height: 0;
    padding: 78px var(--content-gutter) 72px;
  }
  .values-grid {
    margin-top: 48px;
    display: block;
  }
  .values-grid article {
    min-height: 0;
    padding: 36px 0;
  }
  .values-grid article + article {
    border-top: 1px solid #e5e4e0;
    border-left: 0;
  }
  .values-grid p { max-width: 360px; }
  .program-catalog {
    min-height: 0;
    padding: 75px var(--content-gutter) 72px;
  }
  .program-catalog-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }
  .program-catalog-header h2 {
    max-width: 360px;
    font-size: 40px;
    line-height: 1.02;
  }
  .program-cards { margin-top: 48px; gap: 16px; }
  .program-card {
    min-height: 350px;
    padding: 34px 28px;
  }
  .program-summary { font-size: 13px; }
  .agenda-section {
    padding: 76px var(--content-gutter) 72px;
  }
  .agenda-section h2 {
    margin-top: 20px;
    font-size: 40px;
  }
  .agenda-list { margin-top: 45px; }
  .agenda-item {
    min-height: 148px;
    padding: 25px 22px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "name name"
      "date button";
    row-gap: 22px;
  }
  .agenda-item h3 { grid-area: name; }
  .agenda-item time {
    grid-area: date;
    text-align: left;
  }
  .agenda-link {
    grid-area: button;
    min-height: 40px;
  }
  .testimonials-section {
    padding: 76px 0 72px;
  }
  .partners-section {
    padding: 72px 0 68px;
  }
  .partners-section h2 {
    max-width: 310px;
    margin-inline: auto;
    padding-inline: 16px;
    line-height: 1.7;
  }
  .partners-rows {
    margin-top: 34px;
    gap: 14px;
  }
  .logo-track {
    --logo-gap: 18px;
    --logo-offset: 9px;
  }
  .logo-item {
    width: 133px;
    height: 65px;
    flex-basis: 133px;
  }
  .testimonials-marquee { margin-top: 45px; }
  .testimonials-track,
  .testimonials-group { gap: 16px; }
  .testimonials-track { --marquee-offset: 8px; }
  .testimonial-card {
    width: min(82vw, 354px);
    min-height: 340px;
    padding: 29px 27px 27px;
    flex-basis: min(82vw, 354px);
  }
  .business-universe {
    padding: 76px var(--content-gutter) 72px;
  }
  .business-universe h2 {
    margin-top: 20px;
    font-size: 40px;
  }
  .business-universe-grid {
    margin-top: 46px;
    gap: 16px;
  }
  .universe-card {
    min-height: 270px;
    padding: 32px 27px;
  }
  .community-cta {
    min-height: 0;
    padding: 88px var(--content-gutter) 84px;
  }
  .community-cta h2 {
    margin-top: 32px;
    font-size: 43px;
    line-height: 1.06;
  }
  .community-cta-actions {
    margin-top: 36px;
    flex-direction: column;
  }
  .community-cta-actions a {
    width: 100%;
    min-width: 0;
  }
  .site-footer {
    min-height: 0;
    padding: 64px var(--content-gutter) 38px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 49px;
  }
  .footer-bottom {
    margin-top: 58px;
    padding-top: 29px;
    flex-direction: column;
  }
  .programs-page-hero {
    min-height: 0;
    padding: 86px var(--content-gutter) 82px;
  }
  .programs-page-hero h1 {
    margin-top: 27px;
    font-size: 48px;
    line-height: 0.98;
  }
  .programs-page-hero .programs-page-container > p:last-child {
    margin-top: 28px;
    font-size: 12px;
  }
  .program-filter-tabs { gap: 0; }
  .program-filter-tabs button { padding-inline: 17px; }
  .programs-page-grid {
    margin-top: 42px;
  }
  .program-page-card-media { height: 205px; }
  .program-page-card-body {
    min-height: 385px;
    padding: 31px 26px 27px;
  }
  .program-guidance {
    min-height: 0;
    padding: 78px var(--content-gutter) 76px;
  }
  .program-guidance h2 { font-size: 37px; }
  .direction-hero {
    min-height: 620px;
  }
  .direction-hero-content {
    padding-top: 105px;
  }
  .direction-hero h1 {
    margin-top: 24px;
    font-size: 48px;
  }
  .direction-hero blockquote {
    font-size: 19px;
    line-height: 1.5;
  }
  .direction-hero-actions {
    flex-direction: column;
  }
  .direction-button { width: 100%; }
  .direction-overview,
  .direction-modules,
  .direction-dates,
  .direction-faculty,
  .direction-testimonials,
  .direction-registration {
    min-height: 0;
    padding: 76px var(--content-gutter) 72px;
  }
  .direction-profile-list { gap: 18px; }
  .direction-module-list details { padding-block: 21px; }
  .direction-module-list summary {
    grid-template-columns: 34px 1fr;
  }
  .direction-module-list details p {
    margin: 17px 0 0 34px;
    font-size: 12px;
  }
  .direction-next-modules { padding: 29px 22px 22px; }
  .direction-next-modules > div {
    padding-block: 12px;
    grid-template-columns: 28px 1fr;
  }
  .direction-next-modules time {
    grid-column: 2;
    margin-top: 7px;
  }
  .direction-faculty-grid,
  .direction-testimonials-grid { margin-top: 38px; }
  .direction-form {
    grid-template-columns: 1fr;
  }
  .direction-form-message { grid-column: auto; }
  .direction-form button { width: 100%; }
  .direction-closing {
    min-height: 0;
    padding: 88px var(--content-gutter) 84px;
  }
  .direction-closing blockquote { font-size: 35px; }
  .direction-closing a { min-width: 0; width: 100%; }
}

.faculty-page {
  background: #fff;
  color: #151513;
}
.faculty-container {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin: 0 auto;
}
.faculty-hero {
  min-height: 525px;
  padding: 135px var(--content-gutter) 95px;
  display: flex;
  align-items: center;
  background: #0b0c0b;
  color: #fff;
}
.faculty-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 4vw, 76px);
  font-weight: 500;
  line-height: 0.98;
}
.faculty-hero p {
  max-width: 780px;
  margin: 42px 0 0;
  color: #a7a7a3;
  font-size: 13px;
  line-height: 1.75;
}
.faculty-directory {
  padding: 0 0 112px;
  background: #fff;
}
.faculty-filter-bar {
  position: sticky;
  z-index: 10;
  top: var(--header-height);
  min-height: 61px;
  border-bottom: 1px solid #dbdbd8;
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(9px);
}
.faculty-filter-tabs {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  min-height: 61px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.faculty-filter-tabs button {
  position: relative;
  padding: 0 25px;
  border: 0;
  background: transparent;
  color: #777671;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.faculty-filter-tabs button:first-child { padding-left: 17px; }
.faculty-filter-tabs button::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  background: #171715;
  content: "";
  opacity: 0;
}
.faculty-filter-tabs button.is-active { color: #171715; }
.faculty-filter-tabs button.is-active::after { opacity: 1; }
.faculty-grid {
  margin-top: 87px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}
.faculty-card {
  min-width: 0;
  border: 1px solid #dededb;
  background: #fff;
}
.faculty-card[hidden] { display: none; }
.faculty-card-media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #ececea;
}
.faculty-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transform: scale(1.001);
  transition: filter 350ms ease, transform 450ms ease;
}
.faculty-card:hover .faculty-card-media img,
.faculty-card:focus-within .faculty-card-media img {
  filter: grayscale(0);
  transform: scale(1.035);
}
.faculty-card-body {
  min-height: 276px;
  padding: 26px 26px 22px;
  display: flex;
  flex-direction: column;
}
.faculty-category {
  color: #a57b28;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.faculty-card h2 {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
.faculty-role {
  margin: 8px 0 0;
  color: #696863;
  font-size: 11px;
  line-height: 1.35;
}
.faculty-country {
  margin: 4px 0 0;
  color: #bbb9b3;
  font-size: 9px;
  letter-spacing: 0.11em;
}
.faculty-bio {
  margin: 22px 0 0;
  color: #6a6965;
  font-size: 11px;
  line-height: 1.7;
}
.faculty-card-footer {
  min-height: 20px;
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.faculty-card-footer > span {
  padding: 3px 7px;
  border: 1px solid #e4e3df;
  color: #aaa8a2;
  font-family: monospace;
  font-size: 8px;
}
.faculty-card-footer a {
  margin-left: auto;
  color: #696863;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.faculty-columns {
  min-height: 520px;
  padding: 90px var(--content-gutter) 92px;
  background: #f3f1ec;
}
.faculty-columns-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.faculty-columns-heading p {
  margin: 0;
  color: #ad8742;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.faculty-columns-heading h2 {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
}
.faculty-columns-heading > a,
.faculty-articles a {
  color: #6c6a64;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.faculty-columns-heading > a:hover,
.faculty-columns-heading > a:focus-visible,
.faculty-articles a:hover,
.faculty-articles a:focus-visible { color: var(--gold); }
.faculty-articles {
  margin-top: 67px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.faculty-articles article {
  min-height: 200px;
  padding: 11px 31px 5px;
  border-left: 1px solid #dedbd4;
}
.faculty-articles article:first-child { padding-left: 23px; border-left: 0; }
.faculty-articles time {
  color: #b9b5ac;
  font-size: 10px;
}
.faculty-articles h3 {
  max-width: 235px;
  min-height: 56px;
  margin: 25px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
}
.faculty-articles p {
  margin: 31px 0 19px;
  color: #77746d;
  font-size: 10px;
}
.faculty-join {
  min-height: 320px;
  padding: 100px var(--content-gutter) 70px;
  background: #0b0c0b;
  color: #fff;
  text-align: center;
}
.faculty-join h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
}
.faculty-join p {
  margin: 23px 0 0;
  color: #8f908d;
  font-size: 11px;
}
.faculty-join > a {
  min-width: 170px;
  min-height: 47px;
  margin-top: 35px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #51524f;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.faculty-join > a:hover,
.faculty-join > a:focus-visible {
  border-color: #b58b37;
  background: #b58b37;
}
.faculty-footer { padding-top: 35px; }

@media (max-width: 1180px) {
  .faculty-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faculty-articles { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .faculty-articles article:nth-child(3) { border-left: 0; }
}

@media (max-width: 900px) {
  .faculty-hero { min-height: 460px; padding-block: 100px 80px; }
  .faculty-hero h1 { font-size: clamp(52px, 9vw, 70px); }
  .faculty-filter-tabs { overflow-x: auto; }
  .faculty-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .faculty-hero {
    min-height: 410px;
    padding-top: 90px;
    padding-bottom: 75px;
  }
  .faculty-hero h1 { font-size: 48px; }
  .faculty-hero p { margin-top: 30px; }
  .faculty-hero p br { display: none; }
  .faculty-filter-tabs { width: 100%; padding-inline: var(--content-gutter); }
  .faculty-filter-tabs button { padding-inline: 15px; }
  .faculty-grid { margin-top: 56px; grid-template-columns: 1fr; gap: 22px; }
  .faculty-card-body { min-height: 255px; }
  .faculty-columns { padding-block: 72px; }
  .faculty-columns-heading { align-items: flex-start; flex-direction: column; }
  .faculty-articles { margin-top: 48px; grid-template-columns: 1fr; row-gap: 0; }
  .faculty-articles article,
  .faculty-articles article:first-child,
  .faculty-articles article:nth-child(3) {
    min-height: 0;
    padding: 30px 0;
    border-top: 1px solid #dedbd4;
    border-left: 0;
  }
  .faculty-articles h3 { min-height: 0; }
  .faculty-join { min-height: 0; padding-block: 82px 76px; }
  .faculty-join h2 { font-size: 35px; }
}

/* Comunidad */
.community-page {
  background: #fff;
  color: #161715;
}

.community-page-container {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin-inline: auto;
}

.community-page-hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
}

.community-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.community-page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 9, 8, 1) 0%,
    rgba(8, 9, 8, 1) 22%,
    rgba(8, 9, 8, 0.92) 39%,
    rgba(8, 9, 8, 0.58) 64%,
    rgba(8, 9, 8, 0.38) 100%
  );
}

.community-page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 176px;
}

.community-page-hero-content > p,
.community-in-company > p {
  margin: 0;
  color: #b58b37;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.community-page-hero h1 {
  max-width: 900px;
  margin: 22px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 3.7vw, 64px);
  font-weight: 500;
  line-height: 0.99;
  letter-spacing: -0.035em;
}

.community-page-hero blockquote {
  max-width: 470px;
  margin: 29px 0 0;
  color: #c1c2bf;
  font-size: 12px;
  font-style: normal;
  line-height: 1.75;
}

.community-stats {
  border-top: 1px solid #292a28;
  background: #0b0c0b;
  color: #fff;
}

.community-stats-grid {
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.community-stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #30312f;
  text-align: center;
}

.community-stats article:last-child {
  border-right: 1px solid #30312f;
}

.community-stats strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.community-stats span {
  margin-top: 15px;
  color: #8c8d89;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.community-companies {
  padding: 106px 0 113px;
  text-align: center;
}

.community-companies h2 {
  margin: 22px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.1;
}

.community-company-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid #dedbd4;
  border-left: 1px solid #dedbd4;
}

.community-company-grid > div {
  min-height: 102px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dedbd4;
  border-bottom: 1px solid #dedbd4;
}

.community-company-grid img {
  max-width: 117px;
  max-height: 49px;
  filter: grayscale(1);
  opacity: 0.58;
}

.community-company-grid span {
  color: #474844;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.community-gallery {
  height: 288px;
  overflow: hidden;
  background: #171817;
}

.community-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
}

.community-in-company {
  min-height: 330px;
  padding: 80px var(--content-gutter) 70px;
  background: #0b0c0b;
  color: #fff;
  text-align: center;
}

.community-in-company h2 {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
}

.community-in-company blockquote {
  max-width: 535px;
  margin: 21px auto 0;
  color: #8d8e8a;
  font-size: 11px;
  font-style: normal;
  line-height: 1.7;
}

.community-in-company > a {
  min-width: 190px;
  min-height: 46px;
  margin-top: 34px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #4d4e4b;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.community-in-company > a:hover,
.community-in-company > a:focus-visible {
  border-color: #b58b37;
  background: #b58b37;
}

.community-page-footer {
  padding-top: 35px;
}

@media (max-width: 900px) {
  .community-page-hero {
    min-height: 570px;
  }

  .community-page-hero-content {
    padding-top: 145px;
  }

  .community-page-hero h1 {
    font-size: clamp(50px, 8vw, 64px);
  }

  .community-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-stats article {
    min-height: 160px;
    border-bottom: 1px solid #30312f;
  }

  .community-company-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .community-page-hero {
    min-height: 560px;
  }

  .community-page-hero > img {
    object-position: 61% center;
  }

  .community-page-hero-shade {
    background: linear-gradient(90deg, rgba(8, 9, 8, 0.96), rgba(8, 9, 8, 0.72));
  }

  .community-page-hero-content {
    padding-top: 128px;
  }

  .community-page-hero h1 {
    max-width: 390px;
    font-size: 46px;
  }

  .community-page-hero blockquote {
    max-width: 330px;
    margin-top: 26px;
  }

  .community-page-hero blockquote br {
    display: none;
  }

  .community-stats strong {
    font-size: 43px;
  }

  .community-stats article {
    min-height: 145px;
  }

  .community-companies {
    padding-block: 78px 82px;
  }

  .community-companies h2 {
    font-size: 35px;
  }

  .community-company-grid {
    margin-top: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-company-grid > div {
    min-height: 92px;
  }

  .community-gallery {
    height: 190px;
  }

  .community-gallery img {
    width: 1050px;
    max-width: none;
    object-position: center;
    transform: translateX(calc((100vw - 1050px) / 2));
  }

  .community-in-company {
    min-height: 0;
    padding-block: 76px 72px;
  }

  .community-in-company h2 {
    font-size: 35px;
  }

  .community-in-company > a {
    width: 100%;
    max-width: 330px;
  }
}

/* Quiénes somos */
.about-page {
  background: #fff;
  color: #161715;
}

.about-container {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin-inline: auto;
}

.about-hero {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  color: #fff;
}

.about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  filter: grayscale(1);
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 6, 5, 0.72), rgba(5, 6, 5, 0.54));
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 155px;
}

.about-hero-content > p,
.about-number {
  margin: 0;
  color: #a9873f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-number span {
  margin-inline: 6px;
}

.about-hero h1 {
  max-width: 920px;
  margin: 24px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 3.9vw, 67px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.about-foundations,
.about-value {
  padding: 113px 0 108px;
}

.about-foundations {
  min-height: 505px;
}

.about-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(65px, 7.3vw, 140px);
}

.about-two-columns h2 {
  margin: 29px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
}

.about-two-columns article > p:last-of-type {
  max-width: 590px;
  margin: 28px 0 0;
  color: #74746f;
  font-size: 11px;
  line-height: 1.8;
}

.about-quote {
  min-height: 450px;
  padding: 65px var(--content-gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #0b0c0b;
  color: #fff;
  text-align: center;
}

.about-quote > span {
  width: 1px;
  height: 53px;
  background: #464743;
}

.about-quote blockquote {
  margin: 43px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.about-value {
  min-height: 555px;
  background: #f2f0ea;
}

.about-value .about-two-columns h2 {
  margin-top: 30px;
}

.about-value article > a {
  margin-top: 29px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid #161715;
  color: #161715;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-value article > a:hover,
.about-value article > a:focus-visible {
  color: #a9873f;
  border-color: #a9873f;
}

.about-pillars {
  min-height: 440px;
  padding: 105px 0 95px;
  background: #fff;
}

.about-pillars-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(75px, 9vw, 180px);
}

.about-pillars-grid article > img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0);
}

.about-pillars-grid article > span {
  width: 24px;
  height: 1px;
  margin-top: 22px;
  display: block;
  background: #a9873f;
}

.about-pillars-grid h2 {
  margin: 25px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}

.about-pillars-grid p {
  max-width: 335px;
  margin: 16px 0 0;
  color: #74746f;
  font-size: 11px;
  line-height: 1.7;
}

.about-photo {
  height: 670px;
  overflow: hidden;
  background: #202120;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.about-community-cta {
  min-height: 360px;
  padding: 93px var(--content-gutter) 75px;
  background: #fff;
  color: #161715;
  text-align: center;
}

.about-community-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 35px;
  font-weight: 500;
}

.about-community-cta > p {
  margin: 25px 0 0;
  color: #777771;
  font-size: 11px;
}

.about-community-cta > div {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.about-community-cta a {
  min-width: 194px;
  min-height: 50px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid #171817;
  color: #171817;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.about-community-cta a:first-child,
.about-community-cta a:hover,
.about-community-cta a:focus-visible {
  background: #111210;
  color: #fff;
}

.about-community-cta a:first-child:hover,
.about-community-cta a:first-child:focus-visible {
  background: #a9873f;
  border-color: #a9873f;
}

.about-footer {
  padding-top: 35px;
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 500px;
  }

  .about-hero-content {
    padding-top: 140px;
  }

  .about-two-columns {
    gap: 50px;
  }

  .about-two-columns h2 br {
    display: none;
  }

  .about-pillars-grid {
    gap: 45px;
  }

  .about-photo {
    height: 500px;
  }
}

@media (max-width: 600px) {
  .about-hero {
    min-height: 500px;
  }

  .about-hero > img {
    object-position: 56% center;
  }

  .about-hero-content {
    padding-top: 125px;
  }

  .about-hero h1 {
    max-width: 420px;
    font-size: 45px;
  }

  .about-hero h1 br,
  .about-quote blockquote br {
    display: none;
  }

  .about-foundations,
  .about-value {
    min-height: 0;
    padding-block: 78px;
  }

  .about-two-columns {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .about-two-columns h2 {
    font-size: 31px;
  }

  .about-quote {
    min-height: 380px;
    padding-block: 55px;
  }

  .about-quote > span {
    height: 40px;
  }

  .about-quote blockquote {
    margin-block: 35px;
    font-size: 32px;
  }

  .about-pillars {
    padding-block: 78px;
  }

  .about-pillars-grid {
    margin-top: 50px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-photo {
    height: 360px;
  }

  .about-photo img {
    object-position: 47% center;
  }

  .about-community-cta {
    min-height: 0;
    padding-block: 76px 72px;
  }

  .about-community-cta > p {
    line-height: 1.7;
  }

  .about-community-cta > div {
    align-items: center;
    flex-direction: column;
  }

  .about-community-cta a {
    width: 100%;
    max-width: 330px;
  }
}

/* Contacto */
.contact-page {
  background: #fff;
  color: #171817;
}

.contact-container {
  width: min(100% - (var(--content-gutter) * 2), var(--content-width));
  margin-inline: auto;
}

.contact-hero {
  min-height: 430px;
  padding: 126px 0 90px;
  background: #0b0c0b;
  color: #fff;
}

.contact-hero p {
  margin: 0;
  color: #a9873f;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 970px;
  margin: 30px 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 3.8vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.contact-content {
  min-height: 1135px;
  padding: 126px 0 120px;
  background: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 855px) minmax(290px, 340px);
  justify-content: space-between;
  gap: clamp(60px, 7vw, 135px);
}

.contact-form > h2,
.contact-intent legend,
.contact-fields label > span,
.contact-aside h2 {
  color: #666762;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-form > h2 {
  margin: 0;
}

.contact-intent {
  min-width: 0;
  margin: 43px 0 0;
  padding: 0;
  border: 0;
}

.contact-intent legend {
  margin-bottom: 23px;
}

.contact-intent > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.contact-intent label {
  cursor: pointer;
}

.contact-intent input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.contact-intent label > span {
  min-height: 47px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border: 1px solid #d8d8d4;
  color: #555651;
  font-size: 11px;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.contact-intent input:checked + span,
.contact-intent label:hover > span {
  border-color: #a9873f;
  background: #f6f2e9;
  color: #171817;
}

.contact-intent input:focus-visible + span {
  outline: 2px solid #a9873f;
  outline-offset: 2px;
}

.contact-fields {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 29px;
}

.contact-fields label {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-fields label > span {
  color: #464742;
}

.contact-fields input,
.contact-fields select,
.contact-fields textarea {
  width: 100%;
  margin-top: 15px;
  padding: 0 0 13px;
  border: 0;
  border-bottom: 1px solid #d1d1cd;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #171817;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 11px;
}

.contact-fields input {
  min-height: 31px;
}

.contact-fields input::placeholder,
.contact-fields textarea::placeholder {
  color: #b2b2ae;
  opacity: 1;
}

.contact-fields input:focus,
.contact-fields select:focus,
.contact-fields textarea:focus {
  border-color: #a9873f;
}

.contact-program-field,
.contact-message-field {
  grid-column: 1 / -1;
}

.contact-fields select {
  min-height: 38px;
  cursor: pointer;
}

.contact-fields textarea {
  min-height: 112px;
  resize: vertical;
}

.contact-form > button {
  min-width: 248px;
  min-height: 53px;
  margin-top: 35px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #111210;
  background: #111210;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.contact-form > button:hover,
.contact-form > button:focus-visible {
  border-color: #a9873f;
  background: #a9873f;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.contact-whatsapp-card,
.contact-data-card {
  padding: 38px 34px 34px;
}

.contact-whatsapp-card {
  min-height: 256px;
  background: #f3f1eb;
}

.contact-aside h2 {
  margin: 0;
}

.contact-whatsapp-card p {
  margin: 24px 0 0;
  color: #222320;
  font-size: 13px;
  line-height: 1.6;
}

.contact-whatsapp-card button {
  width: 100%;
  min-height: 44px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  background: #20d365;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-whatsapp-card button:hover,
.contact-whatsapp-card button:focus-visible {
  background: #18b955;
}

.contact-whatsapp-card button img {
  width: 17px;
  height: 17px;
}

.contact-data-card {
  min-height: 210px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: 1px solid #deded9;
}

.contact-data-card p,
.contact-data-card a {
  margin: 0;
  color: #555651;
  font-size: 12px;
  line-height: 1.5;
}

.contact-data-card p {
  margin-top: 25px;
  color: #171817;
}

.contact-data-card a {
  margin-top: 13px;
}

.contact-data-card a:hover,
.contact-data-card a:focus-visible {
  color: #a9873f;
}

.contact-footer {
  padding-top: 69px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 45px;
  }

  .contact-content {
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .contact-hero {
    min-height: 430px;
    padding-top: 112px;
  }

  .contact-hero h1 {
    font-size: 45px;
  }

  .contact-hero h1 br {
    display: none;
  }

  .contact-content {
    padding-block: 78px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .contact-intent > div,
  .contact-fields {
    grid-template-columns: 1fr;
  }

  .contact-program-field,
  .contact-message-field {
    grid-column: auto;
  }

  .contact-form > button {
    width: 100%;
  }

  .contact-aside {
    gap: 24px;
  }

  .contact-whatsapp-card,
  .contact-data-card {
    padding-inline: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .testimonials-marquee { overflow-x: auto; }
  .testimonials-track { animation: none; }
  .logo-marquee { overflow-x: auto; }
  .logo-track { animation: none; }
}
