/*
Theme Name: Blessed Performance
Theme URI: https://coachingdeportivopnl.com/
Author: Blessed Performance
Author URI: https://coachingdeportivopnl.com/
Description: Tema oficial de Blessed Performance para presentar su arquitectura del alto rendimiento, TECTAC Mental, servicios, equipo y recursos.
Version: 1.1.7
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: blessed-performance
*/

:root {
  --graphite: #0b0b0c;
  --black-soft: #111214;
  --ivory: #f7f3e8;
  --ivory-deep: #eee7d8;
  --gold: #c8a45d;
  --gold-light: #e0c685;
  --navy: #16304b;
  --navy-deep: #091a2c;
  --blue: #4d9fd8;
  --green: #143f38;
  --green-deep: #0a2824;
  --white: #fffdf7;
  --ink: #17181b;
  --muted: #a9aaa9;
  --line: rgba(200, 164, 93, 0.3);
  --container: min(1180px, calc(100vw - 48px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--graphite);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
}

.section-dark {
  background: var(--graphite);
}

.section-ivory {
  background: var(--ivory);
  color: var(--ink);
}

.section-navy {
  background:
    radial-gradient(circle at 80% 10%, rgba(77, 159, 216, 0.14), transparent 34%),
    linear-gradient(135deg, #071626 0%, var(--navy-deep) 40%, var(--navy) 100%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--gold);
  color: var(--graphite);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.3;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.5vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.lead-copy {
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 1.7;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 24px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: 220ms var(--ease);
}

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

.button:focus-visible,
.main-nav a:focus-visible,
.tab:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.button-gold {
  background: var(--gold);
  color: var(--graphite);
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(11, 11, 12, 0.16);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.button-outline {
  border-color: var(--gold);
  color: var(--gold-light);
}

.button-outline:hover {
  background: var(--gold);
  color: var(--graphite);
}

.button-disabled {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}

.button-disabled:hover {
  transform: none;
}

.button-full {
  width: 100%;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 9, 10, 0.72);
  backdrop-filter: blur(18px);
  transition: background 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 9, 10, 0.95);
}

body.single .site-header,
body.blog .site-header,
body.archive .site-header,
body.search .site-header {
  background: rgba(8, 9, 10, 0.97);
}

.nav-wrap {
  display: flex;
  width: var(--container);
  height: 82px;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.12em;
}

.brand small {
  margin-top: 7px;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.34em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: width 180ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  width: 100%;
}

.main-nav .nav-cta {
  border: 1px solid var(--gold);
  padding: 12px 16px;
  color: var(--gold-light);
}

.main-nav .nav-cta:hover {
  background: var(--gold);
  color: var(--graphite);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.menu-toggle > span:not(.sr-only) {
  position: absolute;
  width: 24px;
  height: 1px;
  background: var(--white);
  transition: 180ms ease;
}

.menu-toggle > span:nth-child(1) {
  transform: translateY(-7px);
}

.menu-toggle > span:nth-child(3) {
  transform: translateY(7px);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  background: #080b0e;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  top: 82px;
  background-image: url("assets/hero-blessed-performance-v2.jpg");
  background-position: center top;
  background-size: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 7, 9, 0.98) 0%, rgba(5, 7, 9, 0.85) 34%, rgba(5, 7, 9, 0.2) 67%, rgba(5, 7, 9, 0.12) 100%),
    linear-gradient(0deg, rgba(5, 7, 9, 0.72) 0%, transparent 35%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 90px;
}

.hero h1 {
  width: min(1040px, 72vw);
  max-width: 100%;
  margin-bottom: 38px;
  font-size: clamp(3.25rem, 4.8vw, 5.65rem);
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 0.94;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero h1 .hero-line-gold {
  color: var(--gold-light);
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.03rem, 1.6vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.intro-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 52px 0 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.intro-proof > div {
  display: grid;
  min-height: 112px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
}

.intro-proof > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.intro-proof strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.2vw, 2.4rem);
  line-height: 1;
}

.intro-proof span {
  max-width: 170px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.international-note {
  margin-top: 34px;
  border-left: 1px solid var(--gold);
  padding: 2px 0 2px 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.65;
}

.international-note strong {
  color: var(--gold-light);
  font-weight: 600;
}

.hero-proof {
  display: flex;
  gap: 52px;
  margin-top: 64px;
}

.hero-proof div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 10px;
}

.hero-proof strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.hero-proof span {
  max-width: 118px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  right: 36px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

.hero-scroll span {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.split-heading > p {
  max-width: 500px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
}

.intro-manifesto {
  font-size: clamp(2.9rem, 4vw, 4.9rem);
  line-height: 0.98;
}

.intro-manifesto span {
  display: block;
  white-space: nowrap;
}

.section-ivory .split-heading > p {
  color: rgba(23, 24, 27, 0.64);
}

.path-grid {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(3, 1fr);
}

.path-card {
  position: relative;
  min-height: 620px;
  padding: 44px 36px;
  overflow: hidden;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.path-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
}

.path-card::after {
  position: absolute;
  z-index: 0;
  right: -90px;
  bottom: -110px;
  width: 280px;
  height: 280px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.path-card > * {
  position: relative;
  z-index: 1;
}

.path-foundation {
  background-image: url("assets/collection-foundation.jpg");
  color: var(--ink);
}

.path-foundation::before {
  background: linear-gradient(90deg, rgba(247, 243, 232, 1) 0%, rgba(247, 243, 232, 0.98) 48%, rgba(247, 243, 232, 0.8) 68%, rgba(247, 243, 232, 0.18) 100%);
}

.path-performance {
  background-image: url("assets/collection-performance.jpg");
}

.path-performance::before {
  background: linear-gradient(90deg, rgba(7, 20, 35, 1) 0%, rgba(7, 20, 35, 0.98) 48%, rgba(7, 20, 35, 0.82) 68%, rgba(7, 20, 35, 0.2) 100%);
}

.path-legacy {
  background-image: url("assets/collection-legacy.jpg");
}

.path-legacy::before {
  background: linear-gradient(90deg, rgba(10, 40, 36, 1) 0%, rgba(10, 40, 36, 0.98) 48%, rgba(10, 40, 36, 0.84) 68%, rgba(10, 40, 36, 0.22) 100%);
}

.path-number {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.path-icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 64px 0 34px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 1.6rem;
}

.path-label {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.path-card h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 2.65vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.path-card > p:not(.path-label) {
  max-width: 260px;
  font-size: 0.92rem;
  opacity: 0.8;
}

.path-line {
  display: block;
  width: 54px;
  height: 1px;
  margin: 32px 0 18px;
  background: var(--gold);
}

.path-card small {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.path-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem {
  background:
    radial-gradient(circle at 10% 80%, rgba(200, 164, 93, 0.08), transparent 35%),
    #121315;
}

.problem-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
}

.problem-statement h2 {
  font-size: clamp(3rem, 6vw, 6.4rem);
}

.problem-copy {
  align-self: end;
  color: rgba(255, 255, 255, 0.65);
}

.problem-copy .lead-copy {
  color: var(--white);
}

.text-link {
  display: inline-flex;
  gap: 12px;
  margin-top: 24px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link span,
.service-card a span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.service-card a:hover span {
  transform: translateX(5px);
}

.equation {
  display: grid;
  margin-top: 100px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}

.equation > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.equation span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1;
}

.equation small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.equation b {
  color: rgba(255, 255, 255, 0.25);
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
}

.equation .equation-result span,
.equation .equation-result small {
  color: var(--white);
}

.method::before {
  position: absolute;
  top: -420px;
  right: -420px;
  width: 900px;
  height: 900px;
  border: 1px solid rgba(77, 159, 216, 0.14);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(77, 159, 216, 0.03),
    0 0 0 160px rgba(77, 159, 216, 0.02);
  content: "";
}

.method sup {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.22em;
  vertical-align: top;
}

.method-top {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 80px;
}

.method-top .section-heading {
  max-width: 740px;
}

.method-top .lead-copy {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.66);
}

.method-note {
  border-left: 1px solid var(--gold);
  padding-left: 26px;
}

.method-note span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.method-note p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
}

.process {
  display: grid;
  margin: 88px 0 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}

.process li {
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 80px 22px 24px;
}

.process li::before {
  position: absolute;
  top: -5px;
  left: 20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px var(--blue);
  content: "";
}

.process li:first-child::before,
.process li:last-child::before {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(200, 164, 93, 0.6);
}

.process-number {
  display: block;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.25);
  font-family: var(--serif);
  font-size: 3rem;
  line-height: 1;
}

.process-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 0 24px;
  place-items: center;
  border: 1px solid rgba(77, 159, 216, 0.42);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.018));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 14px 36px rgba(1, 8, 15, 0.24);
  color: var(--blue);
  backdrop-filter: blur(12px);
}

.process li:first-child .process-icon,
.process li:last-child .process-icon {
  border-color: rgba(200, 164, 93, 0.48);
  color: var(--gold-light);
}

.process-icon svg,
.diagnostic-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process strong {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.process small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.diagnostic-panel {
  display: grid;
  margin-top: 90px;
  grid-template-columns: 1fr 1.3fr auto;
  align-items: center;
  gap: 42px;
  border: 1px solid rgba(200, 164, 93, 0.35);
  padding: 32px;
  background: rgba(4, 10, 17, 0.32);
  backdrop-filter: blur(12px);
}

.diagnostic-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.05;
}

.diagnostic-panel ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  list-style: none;
}

.diagnostic-panel li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
}

.diagnostic-panel .diagnostic-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid rgba(77, 159, 216, 0.45);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  color: var(--blue);
  backdrop-filter: blur(10px);
}

.diagnostic-panel .diagnostic-icon svg {
  width: 20px;
  height: 20px;
}

.solutions .section-heading {
  margin-bottom: 62px;
}

.audience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.tab {
  border: 1px solid rgba(23, 24, 27, 0.16);
  padding: 10px 16px;
  background: transparent;
  color: rgba(23, 24, 27, 0.62);
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tab.is-active,
.tab:hover {
  border-color: var(--graphite);
  background: var(--graphite);
  color: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 24, 27, 0.16);
  border-left: 1px solid rgba(23, 24, 27, 0.16);
}

.service-card {
  position: relative;
  min-height: 510px;
  border-right: 1px solid rgba(23, 24, 27, 0.16);
  border-bottom: 1px solid rgba(23, 24, 27, 0.16);
  padding: 34px 30px;
  transition:
    background 200ms ease,
    color 200ms ease,
    opacity 200ms ease,
    transform 200ms ease;
}

.service-card:hover {
  background: var(--graphite);
  color: var(--white);
}

.service-card.is-hidden {
  display: none;
}

.service-index {
  margin-bottom: 70px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.4rem;
}

.service-tag {
  color: #937139;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-card:hover .service-tag {
  color: var(--gold);
}

.service-card h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.05;
}

.service-card > p:not(.service-tag),
.service-card li {
  color: rgba(23, 24, 27, 0.64);
  font-size: 0.88rem;
}

.service-card:hover > p:not(.service-tag),
.service-card:hover li {
  color: rgba(255, 255, 255, 0.62);
}

.service-card ul {
  margin: 25px 0 36px;
  padding: 0;
  list-style: none;
}

.service-card li {
  border-top: 1px solid rgba(23, 24, 27, 0.12);
  padding: 8px 0;
}

.service-card:hover li {
  border-color: rgba(255, 255, 255, 0.1);
}

.service-card a {
  position: absolute;
  bottom: 30px;
  display: inline-flex;
  gap: 10px;
  color: #8a682f;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card:hover a {
  color: var(--gold-light);
}

.season {
  background:
    linear-gradient(90deg, rgba(7, 9, 10, 0.98), rgba(7, 9, 10, 0.82)),
    radial-gradient(circle at 80% 50%, rgba(200, 164, 93, 0.16), transparent 40%),
    var(--graphite);
}

.season-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.season .lead-copy {
  color: rgba(255, 255, 255, 0.63);
}

.season-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.season-map div {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px;
}

.season-step-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.15rem;
  opacity: 0.6;
}

.season-step-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid rgba(200, 164, 93, 0.38);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  color: var(--gold-light);
  backdrop-filter: blur(10px);
}

.season-step-icon svg,
.contact-step-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.season-map strong {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}

.season-map small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
}

.about {
  background:
    radial-gradient(circle at 12% 30%, rgba(200, 164, 93, 0.08), transparent 30%),
    var(--graphite);
}

.about > .container > .section-heading {
  max-width: 840px;
  margin-bottom: 70px;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.founder-card {
  display: grid;
  min-height: 540px;
  grid-template-columns: minmax(150px, 0.34fr) 1fr;
  align-items: start;
  gap: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent);
}

.founder-portrait {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 190px;
  aspect-ratio: 4 / 5;
  margin: 0;
  border: 1px solid rgba(200, 164, 93, 0.46);
  background:
    radial-gradient(circle at 70% 20%, rgba(200, 164, 93, 0.16), transparent 34%),
    linear-gradient(145deg, #14272a, #080b0c 68%);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

.founder-portrait::after {
  position: absolute;
  inset: 0;
  border: 7px solid rgba(7, 9, 10, 0.34);
  content: "";
  pointer-events: none;
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-kike .founder-portrait img {
  object-fit: contain;
  object-position: center bottom;
}

.founder-tania .founder-portrait img {
  object-position: 58% 24%;
}

.founder-role {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.founder-card h3 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1;
}

.founder-title {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.55);
}

.founder-card > div:last-child > p:not(.founder-role, .founder-title) {
  color: rgba(255, 255, 255, 0.64);
}

.founder-credentials {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  list-style: none;
}

.founder-credentials li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
}

.testimonials-intro {
  display: grid;
  max-width: 900px;
  margin: 100px 0 44px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 70px;
  border-top: 1px solid rgba(200, 164, 93, 0.58);
  padding-top: 32px;
}

.testimonials-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -40px;
}

.testimonials-intro h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.testimonials-intro > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.testimonial-card {
  display: flex;
  min-height: 430px;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 30px;
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 164, 93, 0.1), transparent 32%),
    rgba(255, 255, 255, 0.018);
}

.testimonial-card-featured {
  background:
    linear-gradient(145deg, rgba(200, 164, 93, 0.11), transparent 58%),
    rgba(255, 255, 255, 0.025);
}

.testimonial-index {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.testimonial-card blockquote {
  margin: 50px 0 auto;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.55rem);
  line-height: 1.32;
}

.testimonial-card figcaption {
  display: grid;
  gap: 5px;
  margin-top: 46px;
  border-top: 1px solid rgba(200, 164, 93, 0.42);
  padding-top: 18px;
}

.testimonial-card figcaption strong {
  color: var(--gold-light);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-card figcaption span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  line-height: 1.45;
}

.testimonials-source {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.social-impact {
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 78px;
  background:
    radial-gradient(circle at 76% 30%, rgba(200, 164, 93, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(12, 42, 38, 0.98), rgba(5, 11, 12, 0.99));
}

.social-impact-layout {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 72px;
}

.social-impact .section-heading {
  margin-bottom: 0;
}

.social-impact .section-heading h2 {
  max-width: 720px;
  color: var(--ivory);
  font-size: clamp(2.8rem, 5.5vw, 5.7rem);
}

.social-impact .lead-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.62);
}

.social-impact-card {
  position: relative;
  min-height: 0;
  border: 1px solid rgba(200, 164, 93, 0.36);
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 62%),
    rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.social-impact-card::before {
  position: absolute;
  top: 0;
  left: 34px;
  width: 80px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.social-impact-kicker {
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.social-impact-card > strong {
  display: block;
  margin: 38px 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  font-weight: 500;
  line-height: 1.02;
}

.social-impact-card > p {
  color: rgba(255, 255, 255, 0.58);
}

.social-impact-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.social-impact-links a {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 12px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sincronia {
  background:
    radial-gradient(circle at 16% 50%, rgba(200, 164, 93, 0.15), transparent 22%),
    radial-gradient(circle at 86% 20%, rgba(20, 63, 56, 0.35), transparent 32%),
    var(--green-deep);
}

.sincronia-layout {
  display: grid;
  grid-template-columns: 0.45fr 1fr 0.55fr;
  align-items: center;
  gap: 70px;
}

.sincronia-mark {
  display: grid;
  width: 260px;
  height: 260px;
  place-items: center;
  border: 1px solid rgba(200, 164, 93, 0.45);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(200, 164, 93, 0.04),
    0 0 0 58px rgba(200, 164, 93, 0.025);
}

.sincronia-mark span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 9rem;
  font-style: italic;
  line-height: 1;
}

.sincronia h2 {
  font-family: var(--sans);
  font-size: clamp(3.5rem, 7vw, 7rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sincronia .lead-copy,
.sincronia .section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
}

.sincronia-details {
  display: grid;
  gap: 20px;
}

.sincronia-details span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.resources .section-heading {
  margin-bottom: 64px;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.resource-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(200, 164, 93, 0.3);
  padding: 34px;
  background: #101417;
  color: var(--white);
  isolation: isolate;
  transition:
    transform 200ms ease,
    border-color 200ms ease;
}

.resource-card::before,
.resource-card::after {
  position: absolute;
  inset: 0;
  content: "";
}

.resource-card::before {
  z-index: -2;
  background-image: var(--resource-image);
  background-position: center;
  background-size: cover;
  transition: transform 700ms var(--ease);
}

.resource-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(6, 11, 14, 0.08) 8%, rgba(6, 11, 14, 0.35) 44%, rgba(6, 11, 14, 0.96) 100%),
    linear-gradient(90deg, rgba(6, 11, 14, 0.25), transparent 70%);
}

.resource-vision {
  --resource-image: url("assets/article-covers/piensa-en-grande.jpg");
}

.resource-team {
  --resource-image: url("assets/article-covers/somos-el-equipo.jpg");
}

.resource-culture {
  --resource-image: url("assets/article-covers/lucha-valentia.jpg");
}

.resource-card:hover {
  transform: translateY(-5px);
  border-color: rgba(224, 198, 133, 0.72);
}

.resource-card:hover::before {
  transform: scale(1.035);
}

.resource-type {
  margin-bottom: auto;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.resource-card h2,
.resource-card h3 {
  margin: 70px 0 18px;
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1.05;
}

.resource-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.resource-card b {
  margin-top: 26px;
  color: var(--gold-light);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.diagnostic {
  background:
    radial-gradient(circle at 82% 16%, rgba(77, 159, 216, 0.14), transparent 28%),
    #0d1116;
}

.diagnostic-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.diagnostic-copy h2 {
  font-size: clamp(1.35rem, 2.75vw, 2.7rem);
}

.diagnostic-copy .lead-copy {
  color: rgba(255, 255, 255, 0.62);
}

.contact-points {
  display: grid;
  margin-top: 44px;
  gap: 0;
}

.contact-points div {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
}

.contact-step-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.15rem;
  opacity: 0.72;
}

.contact-step-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid rgba(200, 164, 93, 0.38);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11);
  color: var(--gold-light);
  backdrop-filter: blur(10px);
}

.contact-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.contact-points strong {
  color: var(--white);
}

.diagnostic-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 42px;
  background: rgba(255, 255, 255, 0.025);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.diagnostic-form label {
  display: grid;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 600;
  gap: 8px;
  letter-spacing: 0.05em;
}

.diagnostic-form input,
.diagnostic-form select,
.diagnostic-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  padding: 14px 15px;
  outline: none;
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
}

.diagnostic-form select option {
  color: var(--ink);
}

.diagnostic-form input:focus,
.diagnostic-form select:focus,
.diagnostic-form textarea:focus {
  border-color: var(--gold);
}

.diagnostic-form textarea {
  resize: vertical;
}

.diagnostic-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.consent a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-status {
  margin-bottom: 22px;
  border: 1px solid rgba(200, 164, 93, 0.45);
  padding: 15px 17px;
  background: rgba(200, 164, 93, 0.09);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  line-height: 1.6;
}

.form-status strong {
  color: var(--white);
}

.form-status-error {
  border-color: rgba(211, 103, 85, 0.48);
  background: rgba(211, 103, 85, 0.08);
}

.diagnostic-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.consent input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.form-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.64rem;
}

.closing {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 9, 10, 0.7), rgba(7, 9, 10, 0.88)),
    url("assets/hero-blessed-performance.jpg") center 32% / cover;
  text-align: center;
}

.closing::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 0%, rgba(7, 9, 10, 0.6) 70%);
  content: "";
}

.closing .container {
  position: relative;
}

.closing img {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
}

.closing h2 {
  margin-bottom: 38px;
}

.site-footer {
  padding: 72px 0 28px;
  background: #070708;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.8fr 1.1fr;
  gap: 64px;
}

.footer-brand p,
.footer-grid > div > p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.76rem;
}

.footer-grid h3 {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
}

.footer-grid > div:not(.footer-brand) > a {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-principle strong {
  display: block;
  margin-top: 10px;
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.toast {
  position: fixed;
  z-index: 2000;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 16px 20px;
  background: var(--gold);
  color: var(--graphite);
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: 220ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms var(--ease),
    transform 700ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 0.62rem;
  }

  .hero h1 {
    width: min(900px, 78vw);
    font-size: clamp(3.15rem, 5.6vw, 4.85rem);
  }

  .split-heading,
  .problem-layout,
  .method-top,
  .season-grid,
  .diagnostic-layout {
    gap: 60px;
  }

  .path-card {
    min-height: 620px;
    padding: 36px 26px;
  }

  .diagnostic-panel {
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sincronia-layout {
    grid-template-columns: 0.45fr 1fr;
  }

  .sincronia-details {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100% - 34px, 680px);
  }

  .section {
    padding: 94px 0;
  }

  .menu-toggle {
    position: relative;
    z-index: 1001;
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: min(86vw, 420px);
    height: 100svh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    padding: 80px 42px;
    background: rgba(8, 9, 10, 0.98);
    transform: translateX(100%);
    transition: transform 250ms var(--ease);
  }

  .main-nav.is-open {
    transform: translateX(0);
  }

  .main-nav a {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }

  .main-nav .nav-cta {
    margin-top: 15px;
    font-family: var(--sans);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero {
    min-height: 820px;
  }

  .hero-image {
    top: 82px;
    background-image: url("assets/hero-blessed-performance-mobile.jpg");
    background-position: center top;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 7, 9, 0.96), rgba(5, 7, 9, 0.35)),
      linear-gradient(0deg, rgba(5, 7, 9, 0.94), rgba(5, 7, 9, 0.2) 66%);
  }

  .hero h1 {
    width: 100%;
    max-width: 720px;
    font-size: clamp(2.8rem, 7.2vw, 4.1rem);
  }

  .intro-proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-proof > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 18px;
  }

  .intro-proof > div + div {
    border-left: 0;
  }

  .intro-proof > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .intro-proof > div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .intro-proof strong {
    font-size: 1.8rem;
  }

  .split-heading,
  .problem-layout,
  .method-top,
  .season-grid,
  .diagnostic-layout {
    grid-template-columns: 1fr;
  }

  .path-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 560px;
    background-position: 70% center;
  }

  .path-icon {
    margin-top: 40px;
  }

  .equation {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .equation > div {
    justify-content: flex-start;
  }

  .equation b {
    padding-left: 24px;
  }

  .process {
    grid-template-columns: 1fr;
  }

  .process li {
    min-height: 140px;
    padding: 34px 24px 20px;
  }

  .process-number {
    position: absolute;
    top: 28px;
    right: 24px;
    margin: 0;
    font-size: 2.35rem;
  }

  .process-icon {
    width: 54px;
    height: 54px;
    margin: 38px 0 20px;
    border-radius: 16px;
  }

  .diagnostic-panel ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .founders-grid,
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .testimonials-intro .eyebrow {
    margin-bottom: 0;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .social-impact-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .sincronia-layout {
    grid-template-columns: 1fr;
  }

  .sincronia-mark {
    width: 180px;
    height: 180px;
  }

  .sincronia-mark span {
    font-size: 6rem;
  }

  .sincronia-details {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .intro-manifesto {
    font-size: clamp(2.25rem, 10vw, 3.15rem);
    line-height: 1.02;
  }

  .intro-manifesto span {
    max-width: 12ch;
    white-space: normal;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 112px;
    padding-bottom: 190px;
  }

  .hero h1 {
    width: 100%;
    margin-bottom: 28px;
    font-size: clamp(1.8rem, 7.8vw, 2.9rem);
    letter-spacing: -0.032em;
    line-height: 0.98;
  }

  .hero-image {
    top: 72px;
    background-position: 58% top;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 7, 9, 0.92) 0%, rgba(5, 7, 9, 0.34) 46%, rgba(5, 7, 9, 0.78) 100%),
      linear-gradient(90deg, rgba(5, 7, 9, 0.72), rgba(5, 7, 9, 0.12));
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 28px);
  }

  .section {
    padding: 78px 0;
  }

  .nav-wrap {
    height: 72px;
  }

  .brand img {
    width: 44px;
    height: 44px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.5rem;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 106px;
    padding-bottom: 72px;
  }

  .hero h1 {
    width: 100%;
    margin-bottom: 28px;
    font-size: clamp(1.85rem, 8.6vw, 3.05rem);
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .hero-actions {
    display: grid;
  }

  .intro-proof {
    grid-template-columns: 1fr;
    margin: 36px 0 42px;
  }

  .intro-proof > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .intro-proof > div:nth-child(even) {
    border-left: 0;
  }

  .hero-scroll {
    display: none;
  }

  .path-card {
    min-height: 560px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 500px;
  }

  .season-map {
    grid-template-columns: 1fr;
  }

  .founder-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .founder-credentials {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .diagnostic-form {
    padding: 26px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* WordPress content templates */
.content-entry {
  max-width: 1040px;
  margin: 72px auto 0;
}

.content-entry .section-heading {
  margin-bottom: 36px;
}

.article-hero {
  position: relative;
  display: flex;
  min-height: 610px;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 64px;
  padding: clamp(32px, 5vw, 68px);
  background-image: var(--article-cover);
  background-position: center;
  background-size: cover;
  color: var(--white);
  isolation: isolate;
}

.article-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 12, 15, 0.08) 12%, rgba(7, 12, 15, 0.38) 52%, rgba(7, 12, 15, 0.97) 100%),
    linear-gradient(90deg, rgba(7, 12, 15, 0.7), transparent 78%);
  content: "";
}

.article-hero-copy {
  max-width: 790px;
}

.article-hero .eyebrow {
  color: var(--gold-light);
}

.article-hero h1 {
  max-width: 850px;
  margin-top: 16px;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.article-hero-mark {
  display: inline-block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.entry-content {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.8;
}

@media (max-width: 700px) {
  .article-hero {
    min-height: 520px;
    margin: -10px -24px 44px;
    padding: 30px 24px;
    background-position: 58% center;
  }

  .article-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.25rem);
  }

  .resource-card {
    min-height: 430px;
  }
}

.entry-content > * + * {
  margin-top: 1.25em;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
  font-family: var(--serif);
  line-height: 1.08;
}

.entry-content a {
  color: #8d6928;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.nav-links .page-numbers {
  padding: 10px 14px;
  border: 1px solid rgba(23, 24, 27, 0.16);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
}

.nav-links .current {
  border-color: var(--gold);
  background: var(--gold);
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
