:root {
  --orp-green: #145b55;
  --orp-green-soft: #4d8579;
  --orp-yellow: #f7ee87;
  --orp-white: #fff;
  --orp-pad: clamp(2rem, 5.5vw, 6rem);
}

body.orp-page { margin: 0; background: var(--orp-green); }
.orp-page .em-header { position: sticky; top: 0; }
.orp-deck { background: var(--orp-green); }
.orp-deck *, .orp-deck *::before, .orp-deck *::after { box-sizing: border-box; }
.orp-deck img { display: block; width: 100%; }

.orp-slide {
  min-height: calc(100svh - 84px);
  padding: var(--orp-pad);
  display: flex;
  align-items: center;
  background: var(--orp-green);
  color: var(--orp-white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  scroll-margin-top: 84px;
}
.orp-slide__inner { width: min(100%, 1500px); margin: 0 auto; }
.orp-slide h1, .orp-slide h2, .orp-slide h3, .orp-slide p { color: inherit; }
.orp-slide h1, .orp-slide h2 { margin: 0; font-family: var(--font-sans, Arial, sans-serif); font-weight: 800; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
.orp-slide h2 { font-size: clamp(2.65rem, 5.5vw, 6rem); }
.orp-slide p, .orp-slide li { font-size: clamp(1.05rem, 2vw, 2rem); line-height: 1.42; }
.orp-slide strong { font-weight: 800; }
.orp-highlight { color: var(--orp-yellow) !important; }

.orp-cover { min-height: calc(100svh - 84px); text-align: center; }
.orp-cover__inner { max-width: 1450px; }
.orp-overline { margin: 0 0 2rem; color: var(--orp-yellow) !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.orp-cover h1 { font-size: clamp(4.5rem, 11vw, 10rem); }
.orp-cover__subtitle { max-width: 1250px; margin: 2rem auto 0; color: var(--orp-yellow) !important; font-size: clamp(2.15rem, 5vw, 5.4rem) !important; line-height: 1.1 !important; }
.orp-cover__closing { max-width: 1150px; margin: clamp(3rem, 8vh, 7rem) auto 0; font-size: clamp(1.4rem, 2.8vw, 3rem) !important; font-style: italic; }
.orp-scroll {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  margin-top: 2rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 9px 24px rgba(7,48,44,.18);
  animation: orp-float 2.4s ease-in-out infinite;
}
.orp-scroll span { font-size: 1.15em; }
.orp-scroll:hover { border-color: rgba(255,255,255,.78); background: rgba(255,255,255,.12); box-shadow: 0 12px 30px rgba(7,48,44,.25); }

@keyframes orp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.orp-split { padding: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: stretch; }
.orp-split__copy { padding: var(--orp-pad); align-self: center; }
.orp-split h2 { margin-bottom: 2rem; }
.orp-split p { margin: .7rem 0; }
.orp-split ul { margin: 1.5rem 0 2.25rem; padding-left: 1.4em; }
.orp-split__media { min-height: 620px; margin: 0; overflow: hidden; }
.orp-split__media img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.82); }

.orp-evidence__intro { max-width: 1250px; margin: 2rem 0 3rem; }
.orp-evidence__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; align-items: stretch; }
.orp-stat, .orp-response { padding: clamp(1.4rem, 2.8vw, 2.8rem); border: 3px solid rgba(247,238,135,.85); background: var(--orp-green-soft); }
.orp-stat { border-radius: 4rem; display: grid; place-content: center; text-align: center; }
.orp-stat--wide { grid-column: span 2; }
.orp-stat strong { display: block; color: var(--orp-yellow); font-size: clamp(2.2rem, 4.5vw, 5rem); line-height: 1; }
.orp-stat span, .orp-response span { font-size: clamp(1rem, 1.65vw, 1.65rem); line-height: 1.3; }
.orp-response { grid-column: span 2; display: grid; align-content: center; gap: .9rem; }
.orp-response strong {
  width: fit-content;
  padding: .45rem .8rem;
  border-radius: 999px;
  background: var(--orp-yellow);
  color: var(--orp-green);
  font-size: clamp(.72rem, .9vw, .95rem);
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.orp-result { grid-column: span 2; align-self: center; margin: 0; color: var(--orp-yellow) !important; font-weight: 700; text-align: center; }
.orp-source { margin: 2rem 0 0; font-size: .95rem !important; font-style: italic; opacity: .78; }

.orp-skills__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .35fr); gap: 5vw; align-items: center; }
.orp-skills h2 { margin-bottom: 2rem; }
.orp-mark { aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; padding: 2rem; background: #fff; color: #587c72; text-align: center; }
.orp-mark small { font-size: clamp(1rem, 2vw, 2rem); font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.orp-mark strong { font-size: clamp(4rem, 10vw, 9rem); line-height: .9; }

.orp-method h2 { margin-bottom: clamp(3rem, 8vh, 7rem); text-align: center; }
.orp-method__title { display: grid; justify-items: center; gap: .28em; }
.orp-method__title-main { display: inline-flex; align-items: baseline; gap: .22em; }
.orp-method__title-main strong { color: var(--orp-yellow); letter-spacing: .015em; }
.orp-method__title small { font-size: clamp(1.05rem, 2vw, 1.9rem); font-weight: 600; letter-spacing: .02em; line-height: 1.2; opacity: .9; }
.orp-method__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 5vw, 6rem); text-align: center; }
.orp-method__icon {
  width: clamp(130px, 16vw, 250px);
  aspect-ratio: 1;
  margin: 0 auto 1.5rem;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  border: 8px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #53635f;
  box-shadow: inset 0 0 0 3px var(--orp-yellow);
}
.orp-method__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.orp-method h3 { margin: 0; color: var(--orp-yellow); font-size: clamp(2rem, 3.5vw, 3.8rem); }
.orp-method p { margin: 1.5rem auto 0; max-width: 18ch; }

.orp-program { text-align: center; }
.orp-program__lead { margin: 1.7rem 0 3rem; color: var(--orp-yellow) !important; font-size: clamp(1.4rem, 2.8vw, 3rem) !important; }
.orp-program__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.orp-program__grid article { padding: clamp(1.4rem, 2.8vw, 2.4rem); border-radius: 999px; display: grid; background: var(--orp-green-soft); }
.orp-program__grid strong { font-size: clamp(1.5rem, 2.6vw, 2.7rem); }
.orp-program__grid span { color: var(--orp-yellow); font-size: clamp(1.1rem, 2vw, 2rem); }

.orp-learning h2 { margin-bottom: clamp(2.5rem, 7vh, 5rem); }
.orp-learning ul { display: grid; gap: clamp(1rem, 2.5vh, 2rem); margin: 0; padding: 0; list-style: none; }
.orp-learning li { position: relative; padding-left: 2.1em; }
.orp-learning li::before { content: "✓"; position: absolute; left: 0; color: var(--orp-yellow); font-size: 1.35em; font-weight: 900; }
.orp-learning li strong { color: var(--orp-yellow); }

.orp-tailored { padding: 0; display: grid; grid-template-rows: auto minmax(300px, 46vh); align-items: stretch; }
.orp-tailored__copy { width: min(100%, 1650px); margin: 0 auto; padding: var(--orp-pad) var(--orp-pad) clamp(2rem, 4vw, 4rem); }
.orp-tailored h2 { margin-bottom: 2rem; }
.orp-tailored__media { margin: 0; overflow: hidden; }
.orp-tailored__media img { height: 100%; object-fit: cover; object-position: center 44%; }

.orp-contact { text-align: center; }
.orp-contact h2 { max-width: 1200px; margin: 0 auto; font-size: clamp(3.2rem, 8vw, 8.5rem); }
.orp-contact p { max-width: 1050px; margin: 3rem auto; color: var(--orp-yellow) !important; font-size: clamp(1.5rem, 3vw, 3rem) !important; }
.orp-contact__links { display: grid; gap: .5rem; justify-content: center; }
.orp-contact__links a { color: #fff; font-size: clamp(1.1rem, 2.2vw, 2.2rem); text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.orp-deck .orp-contact__logo { width: min(42vw, 180px); max-width: 100%; height: auto; max-height: none; object-fit: contain; margin: 3.5rem auto 0; }

.orp-page a:focus-visible { outline: 3px solid var(--orp-yellow); outline-offset: 5px; }

/* En escritorio cada bloque conserva el lenguaje de diapositiva del PDF,
   pero ocupa cerca de tres cuartos de pantalla para evitar una escala excesiva. */
@media (min-width: 901px) {
  .orp-slide { min-height: calc(76svh - 64px); padding: clamp(1.75rem, 4vw, 4.5rem); }
  .orp-cover { min-height: calc(100svh - 84px); }
  .orp-slide h2 { font-size: clamp(2.15rem, 4.1vw, 4.5rem); }
  .orp-slide p, .orp-slide li { font-size: clamp(1rem, 1.5vw, 1.5rem); }
  .orp-cover h1 { font-size: clamp(3.5rem, 8.25vw, 7.5rem); }
  .orp-cover__subtitle { font-size: clamp(1.7rem, 3.75vw, 4rem) !important; }
  .orp-cover__closing { margin-top: clamp(2.25rem, 6vh, 5rem); font-size: clamp(1.15rem, 2.1vw, 2.25rem) !important; }
  .orp-overline { margin-bottom: 1.5rem; font-size: .9rem !important; }
  .orp-split__copy { padding: clamp(1.75rem, 4vw, 4.5rem); }
  .orp-split__media { min-height: 470px; }
  .orp-stat strong { font-size: clamp(1.8rem, 3.4vw, 3.75rem); }
  .orp-mark strong { font-size: clamp(3rem, 7.5vw, 6.75rem); }
  .orp-method h2 { margin-bottom: clamp(2.25rem, 6vh, 5rem); }
  .orp-method__icon { width: clamp(100px, 12vw, 188px); padding: clamp(1.2rem, 2.1vw, 2rem); }
  .orp-method h3 { font-size: clamp(1.6rem, 2.65vw, 2.85rem); }
  .orp-program__lead { margin-bottom: 2.25rem; font-size: clamp(1.15rem, 2.1vw, 2.25rem) !important; }
  .orp-program__grid strong { font-size: clamp(1.25rem, 1.95vw, 2rem); }
  .orp-program__grid span { font-size: clamp(1rem, 1.5vw, 1.5rem); }
  .orp-tailored { grid-template-rows: auto minmax(260px, 35vh); }
  .orp-contact h2 { font-size: clamp(2.5rem, 6vw, 6.4rem); }
  .orp-contact p { margin: 2.25rem auto; font-size: clamp(1.2rem, 2.25vw, 2.25rem) !important; }
  .orp-deck .orp-contact__logo { width: min(34vw, 160px); margin-top: 2.5rem; }
}

@media (max-width: 900px) {
  .orp-slide { min-height: auto; padding-block: 5rem; }
  .orp-cover { min-height: calc(100svh - 84px); }
  .orp-split { grid-template-columns: 1fr; padding: 0; }
  .orp-split__media { min-height: 52vh; }
  .orp-evidence__grid { grid-template-columns: 1fr 1fr; }
  .orp-stat--wide, .orp-response, .orp-result { grid-column: span 2; }
  .orp-skills__grid { grid-template-columns: 1fr; }
  .orp-mark { width: min(60vw, 320px); margin: 1rem auto 0; }
  .orp-method__grid { grid-template-columns: 1fr; }
  .orp-method p { max-width: 30ch; }
}

@media (max-width: 620px) {
  :root { --orp-pad: 1.5rem; }
  .orp-slide { padding-block: 4rem; scroll-margin-top: 84px; }
  .orp-cover { min-height: calc(100svh - 84px); padding-block: clamp(2.75rem, 7vh, 4rem); }
  .orp-overline { font-size: .72rem !important; }
  .orp-cover h1 { font-size: clamp(3.5rem, 17vw, 4.5rem); }
  .orp-cover__subtitle { font-size: clamp(1.85rem, 9vw, 2.15rem) !important; }
  .orp-cover__closing { margin-top: 2.5rem; font-size: clamp(1.15rem, 5.5vw, 1.4rem) !important; }
  .orp-scroll { margin-top: 1.75rem; font-size: 1.2rem; }
  .orp-evidence__grid, .orp-program__grid { grid-template-columns: 1fr; }
  .orp-stat--wide, .orp-response, .orp-result { grid-column: auto; }
  .orp-response { gap: .75rem; }
  .orp-stat, .orp-response { padding: 1.5rem; }
  .orp-program__grid article { border-radius: 2rem; }
  .orp-tailored { grid-template-rows: auto 45vh; }
  .orp-contact h2 { font-size: clamp(2.5rem, 12vw, 3.2rem); }
  .orp-contact p { margin: 2rem auto; font-size: clamp(1.25rem, 6vw, 1.5rem) !important; }
  .orp-deck .orp-contact__logo { width: min(46vw, 150px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orp-scroll { animation: none; }
}
