:root {
  --biozen-ink: #13201a;
  --biozen-muted: #5f6f66;
  --biozen-green: #2e6b59;
  --biozen-green-dark: #14291f;
  --biozen-sage: #e8efe8;
  --biozen-sage-strong: #d8e3d8;
  --biozen-clay: #b87a4f;
  --biozen-gold: #c7923c;
  --biozen-cream: #fbf8f1;
  --biozen-white: #ffffff;
  --biozen-line: rgba(19, 32, 26, 0.12);
  --biozen-shadow: 0 22px 70px rgba(23, 31, 25, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--biozen-ink);
  background: var(--biozen-cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.home .site-content,
body.home .inside-article,
body.home .entry-content {
  padding: 0;
  margin: 0;
}

body.home .site-main {
  margin: 0;
}

body.home .container.grid-container,
body.home .site-content .content-area,
body.home .inside-article {
  max-width: none;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(19, 32, 26, 0.88);
  backdrop-filter: blur(18px);
}

.site-branding .main-title a,
.site-branding .main-title {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-navigation,
.main-navigation ul ul,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-items {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
  color: #fff;
  background: transparent;
}

.biozen-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.biozen-home h1,
.biozen-home h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

.biozen-home h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(54px, 8vw, 104px);
}

.biozen-home h2 {
  font-size: clamp(38px, 5vw, 68px);
}

.biozen-home h3,
.biozen-home p,
.biozen-home figure,
.biozen-home blockquote {
  margin: 0;
}

.biozen-label {
  margin-bottom: 18px;
  color: var(--biozen-clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.biozen-button,
.wp-block-button .wp-block-button__link,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.biozen-button:hover {
  transform: translateY(-1px);
}

.biozen-button--primary,
.wp-block-button .wp-block-button__link,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid var(--biozen-green);
  background: var(--biozen-green);
  color: #fff;
}

.biozen-button--primary:hover,
.wp-block-button .wp-block-button__link:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--biozen-green-dark);
  background: var(--biozen-green-dark);
  color: #fff;
}

.biozen-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
}

.biozen-button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.biozen-button--ghost-dark {
  border: 1px solid var(--biozen-line);
  color: var(--biozen-ink);
}

.biozen-button--ghost-dark:hover {
  border-color: var(--biozen-green);
  color: var(--biozen-green-dark);
}

.biozen-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.biozen-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background: var(--biozen-green-dark);
}

.biozen-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 17, 12, 0.92) 0%, rgba(8, 17, 12, 0.72) 38%, rgba(8, 17, 12, 0.24) 70%, rgba(8, 17, 12, 0.08) 100%),
    radial-gradient(circle at 72% 22%, rgba(224, 181, 98, 0.36), transparent 28%),
    linear-gradient(135deg, #17271e 0%, #5d4b31 58%, #d0ad72 100%);
}

.biozen-hero__room {
  position: absolute;
  inset: 0 0 0 42%;
  opacity: 0.96;
}

.biozen-hero__room::before {
  content: "";
  position: absolute;
  inset: 10% 10% 20% 2%;
  border-radius: 2px;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255,255,255,0.12) 18% 19%, transparent 19% 100%),
    linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.07);
}

.biozen-hero__table {
  position: absolute;
  right: 10%;
  bottom: 23%;
  width: min(570px, 72vw);
  height: 118px;
  border-radius: 7px 7px 18px 18px;
  background: linear-gradient(180deg, #eee3ce, #b68a56 54%, #5a3d24 56%);
  box-shadow: 0 32px 60px rgba(0,0,0,0.34);
}

.biozen-hero__table::before,
.biozen-hero__table::after {
  content: "";
  position: absolute;
  bottom: -112px;
  width: 20px;
  height: 120px;
  background: linear-gradient(#734c2d, #3b2416);
}

.biozen-hero__table::before { left: 10%; }
.biozen-hero__table::after { right: 10%; }

.biozen-hero__linen {
  position: absolute;
  right: 23%;
  bottom: 31%;
  width: 190px;
  height: 92px;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(135deg, #405d4d, #1d392f);
  box-shadow: 0 16px 40px rgba(0,0,0,0.28);
}

.biozen-hero__sun {
  position: absolute;
  right: 12%;
  top: 14%;
  width: 190px;
  height: 270px;
  border: 10px solid rgba(255,255,255,0.42);
  background: linear-gradient(180deg, rgba(255,255,255,0.56), rgba(255,236,188,0.18));
  box-shadow: 0 0 60px rgba(231, 181, 98, 0.35);
}

.biozen-hero__plant {
  position: absolute;
  width: 130px;
  height: 250px;
  border-radius: 50% 50% 10px 10px;
  background:
    radial-gradient(ellipse at 30% 28%, #55765d 0 12%, transparent 13%),
    radial-gradient(ellipse at 64% 20%, #456a50 0 13%, transparent 14%),
    radial-gradient(ellipse at 46% 45%, #31523d 0 15%, transparent 16%),
    linear-gradient(90deg, transparent 47%, #27402f 48% 52%, transparent 53%);
}

.biozen-hero__plant--left { left: 4%; bottom: 18%; }
.biozen-hero__plant--right { right: 5%; bottom: 16%; }

.biozen-hero__content {
  position: relative;
  display: flex;
  min-height: calc(100svh - 72px);
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 92px;
}

.biozen-hero__copy p {
  max-width: 570px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.72;
}

.biozen-hero__copy .biozen-actions {
  margin-top: 34px;
}

.biozen-hero__proof {
  display: flex;
  max-width: 920px;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 62px;
}

.biozen-hero__proof span {
  border-left: 1px solid rgba(255,255,255,0.34);
  padding: 8px 20px 8px 16px;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 700;
}

.biozen-section {
  padding: 96px 0;
}

.biozen-section--light {
  background: linear-gradient(180deg, #fff 0%, var(--biozen-cream) 100%);
}

.biozen-section--white {
  background: #fff;
}

.biozen-section--sage {
  background: linear-gradient(180deg, #f1f5ef, #fbf8f1);
}

.biozen-section-head {
  margin-bottom: 48px;
}

.biozen-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 64px;
  align-items: end;
}

.biozen-section-head--split > p,
.biozen-section-head--center p:not(.biozen-label) {
  color: var(--biozen-muted);
  font-size: 16px;
  line-height: 1.75;
}

.biozen-section-head--center {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.biozen-course-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.biozen-course-card {
  overflow: hidden;
  border: 1px solid var(--biozen-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(23, 31, 25, 0.08);
}

.biozen-course-card__image {
  height: 190px;
  background:
    radial-gradient(circle at 32% 34%, rgba(255,255,255,0.52), transparent 18%),
    linear-gradient(135deg, rgba(46,107,89,0.88), rgba(184,122,79,0.62)),
    linear-gradient(45deg, #d6b48b, #f4ece0);
}

.biozen-course-card__image--sport {
  background:
    radial-gradient(ellipse at 48% 42%, rgba(90,54,32,0.45) 0 18%, transparent 19%),
    linear-gradient(135deg, rgba(242,224,196,0.9), rgba(93,134,106,0.74));
}

.biozen-course-card__image--deep {
  background:
    radial-gradient(ellipse at 38% 48%, rgba(255,238,210,0.9) 0 15%, transparent 16%),
    linear-gradient(135deg, rgba(84,63,45,0.72), rgba(215,177,126,0.82));
}

.biozen-course-card__image--lymph {
  background:
    radial-gradient(ellipse at 60% 42%, rgba(251,248,241,0.8) 0 17%, transparent 18%),
    linear-gradient(135deg, rgba(195,136,86,0.78), rgba(238,216,184,0.88));
}

.biozen-course-card__image--cranio {
  background:
    radial-gradient(ellipse at 52% 36%, rgba(255,255,255,0.76) 0 15%, transparent 16%),
    linear-gradient(135deg, rgba(31,78,66,0.68), rgba(225,205,175,0.88));
}

.biozen-course-card__body {
  padding: 24px 22px 22px;
}

.biozen-course-card h3 {
  color: var(--biozen-ink);
  font-size: 19px;
  line-height: 1.25;
}

.biozen-course-card p {
  margin-top: 12px;
  color: var(--biozen-muted);
  font-size: 14px;
  line-height: 1.65;
}

.biozen-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.biozen-meta span {
  color: var(--biozen-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.biozen-therapy {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.72fr) minmax(300px, 1fr);
  min-height: 520px;
  background: var(--biozen-sage);
}

.biozen-therapy__copy,
.biozen-therapy__list {
  padding: clamp(42px, 7vw, 92px);
}

.biozen-therapy__copy p:not(.biozen-label) {
  max-width: 410px;
  margin-top: 24px;
  color: var(--biozen-muted);
  line-height: 1.78;
}

.biozen-therapy__copy a {
  display: inline-flex;
  margin-top: 42px;
  color: var(--biozen-clay);
  font-weight: 800;
  text-decoration: none;
}

.biozen-therapy__still {
  min-height: 420px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,0.74), transparent 16%),
    radial-gradient(circle at 56% 70%, rgba(69,97,76,0.45), transparent 20%),
    linear-gradient(135deg, #fff8ed, #b6aa82 52%, #26392d 100%);
}

.biozen-therapy__list {
  display: grid;
  align-content: center;
  gap: 0;
  background: rgba(255,255,255,0.52);
}

.biozen-therapy__list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--biozen-line);
  padding: 24px 0;
}

.biozen-therapy__list span {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(46, 107, 89, 0.36);
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
}

.biozen-therapy__list h3 {
  font-size: 19px;
}

.biozen-therapy__list p {
  margin-top: 6px;
  color: var(--biozen-muted);
  font-size: 14px;
}

.biozen-method {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.4fr);
  gap: 70px;
  align-items: start;
}

.biozen-method__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
}

.biozen-method__items article {
  border-top: 1px solid var(--biozen-line);
  padding-top: 22px;
}

.biozen-method__items h3 {
  font-size: 20px;
  line-height: 1.28;
}

.biozen-method__items p {
  margin-top: 10px;
  color: var(--biozen-muted);
  line-height: 1.7;
}

.biozen-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.biozen-testimonials figure {
  border: 1px solid rgba(19, 32, 26, 0.08);
  border-radius: 4px;
  background: rgba(255,255,255,0.74);
  padding: 34px;
  box-shadow: 0 18px 50px rgba(23, 31, 25, 0.06);
}

.biozen-testimonials figure::before {
  content: "?????";
  display: block;
  margin-bottom: 20px;
  color: var(--biozen-gold);
  font-size: 15px;
  letter-spacing: 0.12em;
}

.biozen-testimonials blockquote {
  color: var(--biozen-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.35;
}

.biozen-testimonials figcaption {
  margin-top: 24px;
  color: var(--biozen-muted);
  font-size: 14px;
  font-weight: 800;
}

.biozen-contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  background: var(--biozen-green-dark);
  color: #fff;
}

.biozen-contact__brand,
.biozen-contact__panel {
  padding: clamp(42px, 8vw, 92px);
}

.biozen-contact__brand {
  background:
    radial-gradient(circle at 70% 20%, rgba(199,146,60,0.22), transparent 24%),
    linear-gradient(135deg, #14291f, #203d31);
}

.biozen-contact__brand h2 {
  color: #fff;
  text-transform: uppercase;
}

.biozen-contact__brand p,
.biozen-contact__panel p {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255,255,255,0.78);
  font-size: 17px;
  line-height: 1.75;
}

.biozen-contact__panel {
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.biozen-contact__panel h3 {
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.biozen-contact__panel .biozen-actions {
  margin-top: 34px;
}

.biozen-contact .biozen-button--ghost-dark {
  border-color: rgba(255,255,255,0.32);
  color: #fff;
}

.site-footer {
  background: var(--biozen-green-dark);
  color: rgba(255,255,255,0.72);
}

@media (max-width: 1024px) {
  .biozen-course-grid,
  .biozen-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .biozen-therapy {
    grid-template-columns: 1fr;
  }

  .biozen-therapy__still {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .biozen-container {
    width: min(100% - 28px, 1180px);
  }

  .site-branding .main-title a,
  .site-branding .main-title {
    font-size: 25px;
  }

  .biozen-home h1 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .biozen-home h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .biozen-hero {
    min-height: 760px;
  }

  .biozen-hero__media {
    background:
      linear-gradient(180deg, rgba(8,17,12,0.94) 0%, rgba(8,17,12,0.7) 48%, rgba(8,17,12,0.36) 100%),
      radial-gradient(circle at 78% 18%, rgba(224,181,98,0.28), transparent 26%),
      linear-gradient(135deg, #17271e 0%, #5d4b31 58%, #d0ad72 100%);
  }

  .biozen-hero__room {
    inset: 36% -22% 0 18%;
  }

  .biozen-hero__content {
    min-height: 760px;
    justify-content: flex-start;
    padding-top: 86px;
  }

  .biozen-hero__copy p {
    font-size: 17px;
  }

  .biozen-section {
    padding: 68px 0;
  }

  .biozen-section-head--split,
  .biozen-method,
  .biozen-contact {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .biozen-course-grid,
  .biozen-testimonials,
  .biozen-method__items {
    grid-template-columns: 1fr;
  }

  .biozen-course-card__image {
    height: 220px;
  }

  .biozen-therapy__copy,
  .biozen-therapy__list,
  .biozen-contact__brand,
  .biozen-contact__panel {
    padding: 48px 24px;
  }

  .biozen-actions {
    width: 100%;
  }

  .biozen-actions .biozen-button {
    flex: 1 1 220px;
  }
}

/* Final production polish. */
.biozen-testimonials figure::before {
  content: "Compromiso Biozen";
  color: var(--biozen-clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.biozen-method__intro h2 {
  overflow-wrap: normal;
  word-break: normal;
}

.site-footer .copyright-bar a,
.site-footer .copyright-bar {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
}

@media (max-width: 760px) {
  .biozen-hero {
    overflow: hidden;
  }

  .biozen-hero__room {
    inset: 36% 0 0 18%;
    width: 82%;
    transform: scale(0.88);
    transform-origin: right bottom;
  }

  .biozen-hero__sun {
    right: 0;
  }

  .biozen-hero__plant--right {
    right: 0;
  }
}
