/*
Theme Name: Equipa Tu Bebé GP Child
Theme URI: https://equipatubebe.com/
Description: Child theme para GeneratePress con diseño editorial pastel para Equipa Tu Bebé.
Author: Equipa Tu Bebé
Template: generatepress
Version: 1.0.6
Text Domain: equipatubebe-gp-child
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

:root {
  --etb-ink: #3f3634;
  --etb-ink-soft: #5b504d;
  --etb-muted: #83736c;
  --etb-paper: #fbf3ee;
  --etb-paper-soft: #fff9f3;
  --etb-white: #ffffff;
  --etb-coral: #f4a396;
  --etb-coral-deep: #bf756b;
  --etb-coral-soft: #ffe6df;
  --etb-peach: #ffd8bf;
  --etb-sage: #e4efd9;
  --etb-blue: #dcedf8;
  --etb-mint: #dff2e9;
  --etb-lavender: #eee3f7;
  --etb-line: rgba(92, 76, 70, 0.14);
  --etb-shadow: 0 22px 70px rgba(92, 76, 70, 0.12);
  --etb-sans: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --etb-serif: Quicksand, Nunito, ui-sans-serif, system-ui, sans-serif;
}

html,
body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: var(--etb-white);
  color: var(--etb-ink);
  font-family: var(--etb-sans);
}

.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.etb-page,
.etb-page * {
  box-sizing: border-box;
}

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

.etb-page a {
  color: inherit;
  text-decoration: none;
}

.etb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 66px;
  padding: 10px clamp(18px, 5vw, 56px);
  background: rgba(255, 249, 243, 0.91);
  border-bottom: 1px solid rgba(92, 76, 70, 0.08);
  backdrop-filter: blur(18px);
}

.etb-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.etb-brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--etb-line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--etb-coral-soft), var(--etb-blue));
  color: var(--etb-ink);
  font-size: 0.84rem;
  font-weight: 850;
}

.etb-brand strong,
.etb-brand small {
  display: block;
  line-height: 1.05;
}

.etb-brand strong {
  color: var(--etb-ink);
  font-size: 1.1rem;
  font-weight: 850;
}

.etb-brand small {
  margin-top: 4px;
  color: var(--etb-muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.etb-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--etb-ink-soft);
  font-size: 0.93rem;
  font-weight: 750;
}

.etb-nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
}

.etb-nav a:hover,
.etb-nav a:focus-visible {
  color: var(--etb-coral);
  border-bottom: 1px solid currentColor;
}

.etb-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 34px;
  overflow: hidden;
  background: #4a3d39;
  color: var(--etb-white);
}

.etb-hero-media,
.etb-hero-media::after {
  position: absolute;
  inset: 0;
}

.etb-hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(64, 48, 43, 0.88) 0%, rgba(64, 48, 43, 0.6) 42%, rgba(64, 48, 43, 0.08) 100%),
    linear-gradient(0deg, rgba(64, 48, 43, 0.5), rgba(64, 48, 43, 0.02));
}

.etb-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.etb-hero-content {
  position: relative;
  width: min(790px, 100%);
  padding-bottom: 128px;
}

.etb-kicker {
  margin: 0 0 14px;
  color: var(--etb-coral-deep);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.etb-hero h1,
.etb-section-heading h2,
.etb-authority h2,
.etb-stage h2,
.etb-final h2 {
  margin: 0;
  font-family: var(--etb-serif);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.etb-hero h1 {
  max-width: 10ch;
  font-size: 5.4rem;
}

.etb-hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.25rem;
  line-height: 1.52;
}

.etb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.etb-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 820;
}

.etb-button-primary {
  border-color: var(--etb-coral);
  background: var(--etb-coral);
  color: #4d3934;
}

.etb-button-ghost {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: var(--etb-white);
}

.etb-hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 34px;
  width: min(330px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 249, 243, 0.15);
  backdrop-filter: blur(16px);
}

.etb-hero-panel span,
.etb-hero-panel strong {
  display: block;
}

.etb-hero-panel span {
  color: rgba(255, 255, 255, 0.74);
}

.etb-hero-panel strong {
  margin-top: 4px;
  font-size: 1.25rem;
}

.etb-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--etb-white);
  border-bottom: 1px solid var(--etb-line);
}

.etb-proof article {
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid var(--etb-line);
}

.etb-proof article:last-child {
  border-right: 0;
}

.etb-proof span,
.etb-story-meta,
.etb-article-list time {
  color: var(--etb-coral-deep);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.etb-proof h2,
.etb-card h3,
.etb-article-list h3 {
  margin: 12px 0 10px;
  font-family: var(--etb-serif);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.08;
}

.etb-proof p,
.etb-card p,
.etb-authority-copy p,
.etb-article-list p,
.etb-stage p {
  margin: 0;
  color: var(--etb-muted);
  line-height: 1.55;
}

.etb-section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.etb-section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.etb-section-heading.compact {
  max-width: 720px;
}

.etb-section-heading h2,
.etb-authority h2,
.etb-stage h2,
.etb-final h2 {
  font-size: 4.1rem;
}

.etb-comparison-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.etb-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid var(--etb-line);
  border-radius: 8px;
  background: var(--etb-white);
}

.etb-card-feature {
  position: relative;
  grid-row: span 2;
  justify-content: flex-end;
  background: #5a4741;
  color: var(--etb-white);
  box-shadow: var(--etb-shadow);
}

.etb-card-soft {
  grid-column: 1 / -1;
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1fr);
  grid-template-rows: 1fr auto auto auto auto 1fr;
  column-gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  background: var(--etb-paper-soft);
}

.etb-card-feature p {
  color: rgba(255, 255, 255, 0.78);
}

.etb-card-feature h3 {
  color: var(--etb-white);
}

.etb-card-feature .etb-story-meta {
  color: #ffc5ba;
}

.etb-card-media {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--etb-line);
  background: var(--etb-paper);
}

.etb-card-feature .etb-card-media {
  position: absolute;
  inset: 0;
  height: 100%;
  border: 0;
}

.etb-card-soft .etb-card-media {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 0;
  border-right: 1px solid var(--etb-line);
  border-bottom: 0;
}

.etb-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.etb-card-feature .etb-card-media img {
  object-position: 64% center;
}

.etb-card-feature .etb-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(73, 56, 50, 0.92) 0%, rgba(73, 56, 50, 0.74) 35%, rgba(73, 56, 50, 0.08) 78%),
    linear-gradient(90deg, rgba(73, 56, 50, 0.18), rgba(73, 56, 50, 0));
}

.etb-card:hover .etb-card-media img {
  transform: scale(1.025);
}

.etb-card:focus-visible {
  outline: 3px solid var(--etb-coral);
  outline-offset: 4px;
}

.etb-card > :not(.etb-card-media) {
  margin-left: clamp(22px, 3vw, 34px);
  margin-right: clamp(22px, 3vw, 34px);
}

.etb-card-feature > :not(.etb-card-media) {
  position: relative;
  z-index: 1;
}

.etb-card-soft > :not(.etb-card-media) {
  grid-column: 2;
  margin-left: 0;
  margin-right: clamp(28px, 4vw, 56px);
}

.etb-card .etb-story-meta {
  margin-top: clamp(22px, 3vw, 34px);
}

.etb-card-feature .etb-story-meta {
  margin-top: auto;
}

.etb-card-soft .etb-story-meta {
  grid-row: 2;
  align-self: end;
  margin-top: 0;
  margin-bottom: 8px;
}

.etb-card-soft h3 {
  grid-row: 3;
  margin-top: 0;
}

.etb-card-soft p:not(.etb-story-meta) {
  grid-row: 4;
  max-width: 520px;
}

.etb-card-soft .etb-card-link {
  grid-row: 5;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 0;
}

.etb-card-link,
.etb-article-link {
  margin-top: auto;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding-top: 24px;
  border-bottom: 1px solid currentColor;
  color: var(--etb-ink);
  font-weight: 820;
}

.etb-card-feature .etb-card-link {
  color: var(--etb-white);
}

.etb-card-carseat {
  background: linear-gradient(135deg, var(--etb-blue), #f7edf9);
}

.etb-card-monitor {
  background: linear-gradient(135deg, var(--etb-mint), #fff3dd);
}

.etb-card-crib {
  background: linear-gradient(135deg, var(--etb-sage), var(--etb-lavender));
}

.etb-card-carseat span,
.etb-card-monitor span,
.etb-card-crib span {
  position: absolute;
  inset: 24px;
  display: block;
}

.etb-card-carseat span::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 16%;
  width: 48%;
  height: 70%;
  border-radius: 36px 36px 16px 16px;
  background: #6a5b66;
  box-shadow: 42px 24px 0 -20px #efb19c, inset 0 -34px 0 rgba(255, 255, 255, 0.18);
  transform: rotate(-5deg);
}

.etb-card-carseat span::after {
  content: "";
  position: absolute;
  right: 18%;
  bottom: 18%;
  width: 28%;
  height: 16px;
  border-radius: 999px;
  background: #fff9f3;
  box-shadow: -112px -18px 0 -4px rgba(248, 243, 239, 0.75);
}

.etb-card-monitor span::before {
  content: "";
  position: absolute;
  left: 25%;
  top: 12%;
  width: 44%;
  height: 62%;
  border-radius: 50% 50% 42% 42%;
  background: #ffffff;
  box-shadow: 0 18px 0 -4px rgba(92, 76, 70, 0.08);
}

.etb-card-monitor span::after {
  content: "";
  position: absolute;
  left: 38%;
  top: 31%;
  width: 18%;
  height: 18%;
  border: 14px solid #5d5361;
  border-radius: 50%;
  background: #a9cfdd;
  box-shadow: 0 74px 0 20px #ffffff, 0 104px 0 8px #f2a391;
}

.etb-card-crib span::before {
  content: "";
  position: absolute;
  left: 11%;
  top: 24%;
  width: 76%;
  height: 48%;
  border: 12px solid #c99b7b;
  border-top-width: 8px;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(201, 155, 123, 0) 0 28px, #c99b7b 28px 36px);
}

.etb-card-crib span::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 18%;
  width: 58%;
  height: 26px;
  border-radius: 999px;
  background: #fff9f3;
  box-shadow: 28px -68px 0 16px rgba(255, 255, 255, 0.48);
}

.etb-authority {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 0.85fr);
  gap: clamp(34px, 7vw, 96px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background: #645450;
  color: var(--etb-white);
}

.etb-authority-copy {
  display: grid;
  gap: 18px;
  align-content: end;
}

.etb-authority-copy p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.etb-latest {
  background: var(--etb-paper-soft);
  border-bottom: 1px solid var(--etb-line);
}

.etb-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--etb-line);
  border: 1px solid var(--etb-line);
}

.etb-article-list > a {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
  background: var(--etb-white);
}

.etb-article-list > a:focus-visible {
  outline: 3px solid var(--etb-coral);
  outline-offset: -3px;
}

.etb-stage,
.etb-final {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 0.65fr);
  align-items: center;
  gap: clamp(24px, 5vw, 74px);
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.etb-stage {
  background: linear-gradient(135deg, var(--etb-sage), var(--etb-blue));
}

.etb-stage p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--etb-ink-soft);
  font-size: 1.08rem;
}

.etb-stage-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.etb-stage-board a {
  min-height: 108px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid rgba(92, 76, 70, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--etb-ink);
  font-family: var(--etb-serif);
  font-size: 1.55rem;
}

.etb-final {
  grid-template-columns: minmax(320px, 0.55fr) minmax(280px, 1fr) auto;
  background: linear-gradient(135deg, var(--etb-coral-soft), var(--etb-blue));
  color: var(--etb-ink);
}

.etb-final-media {
  position: relative;
  align-self: stretch;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(92, 76, 70, 0.16);
}

.etb-final-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(92, 76, 70, 0.34), rgba(92, 76, 70, 0.02));
}

.etb-final-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.etb-final .etb-kicker {
  color: var(--etb-coral-deep);
}

.etb-final-button {
  gap: 10px;
  border-color: #5d5361;
  background: #5d5361;
  color: var(--etb-white);
  box-shadow: 0 16px 38px rgba(92, 76, 70, 0.18);
}

.etb-final-button::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.etb-final-button:hover::after {
  transform: translateX(3px);
}

.etb-site-footer {
  display: grid;
  grid-template-columns: minmax(180px, 300px) minmax(0, 1fr) minmax(0, auto);
  align-items: center;
  gap: 24px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: var(--etb-white);
}

.etb-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  color: var(--etb-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.etb-site-footer p {
  min-width: 0;
  margin: 0;
  color: var(--etb-muted);
  text-align: right;
  overflow-wrap: anywhere;
}

.etb-subpage-main {
  min-height: 70vh;
  background: var(--etb-paper-soft);
}

.etb-subpage-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px) clamp(44px, 7vw, 86px);
  border-bottom: 1px solid var(--etb-line);
  background: linear-gradient(135deg, var(--etb-paper-soft), var(--etb-blue));
}

.etb-subpage-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--etb-ink);
  font-family: var(--etb-serif);
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.etb-subpage-hero p:not(.etb-kicker) {
  margin: 22px 0 0;
  color: var(--etb-ink-soft);
  font-size: 1.18rem;
  line-height: 1.55;
}

.etb-subpage-note {
  padding: 22px;
  border: 1px solid var(--etb-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--etb-ink-soft);
  font-weight: 750;
}

.etb-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
}

.etb-listing-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--etb-line);
  border-radius: 8px;
  background: var(--etb-white);
}

.etb-listing-card h2 {
  margin: 10px 0 12px;
  font-family: var(--etb-serif);
  font-size: 1.8rem;
  line-height: 1.08;
}

.etb-listing-card p {
  margin: 0;
  color: var(--etb-muted);
  line-height: 1.55;
}

.etb-listing-card span:last-child {
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  border-bottom: 1px solid currentColor;
  font-weight: 820;
}

.etb-global-page .site-content,
.etb-single-main {
  width: min(100% - 36px, 1120px);
  margin: 0 auto;
  padding: clamp(32px, 6vw, 78px) 0;
  background: var(--etb-white);
}

.etb-single-article,
.etb-global-page .inside-article {
  min-width: 0;
  color: var(--etb-ink);
}

.etb-single-media {
  margin: 0 0 clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 8px;
  background: var(--etb-white);
  box-shadow: 0 18px 58px rgba(92, 76, 70, 0.09);
}

.etb-single-media img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.etb-single-header {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  padding-inline: clamp(2px, 0.5vw, 8px);
}

.etb-single-header .entry-title,
.etb-global-page .entry-title {
  margin: 0;
  color: var(--etb-ink);
  font-family: var(--etb-serif);
  font-size: clamp(2.15rem, 3.4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-wrap: balance;
}

.etb-single-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
  color: var(--etb-muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.etb-single-deck {
  margin: 20px 0 0;
  color: var(--etb-muted);
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.55;
}

.etb-entry-content,
.etb-global-page .entry-summary {
  color: var(--etb-ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.etb-entry-content a,
.etb-global-page .entry-summary a {
  color: var(--etb-coral-deep);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.etb-entry-content {
  max-width: 850px;
  margin: 0 auto;
}

.etb-entry-content > p:first-of-type {
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
}

.etb-entry-content h2,
.etb-entry-content h3,
.etb-entry-content h4 {
  margin-top: 1.9em;
  margin-bottom: 0.65em;
  color: var(--etb-ink);
  font-family: var(--etb-serif);
  font-weight: 700;
  line-height: 1.14;
}

.etb-entry-content h2 {
  font-size: clamp(1.75rem, 2.9vw, 2.55rem);
}

.etb-entry-content h3 {
  font-size: clamp(1.4rem, 2.1vw, 1.9rem);
}

.etb-entry-content p,
.etb-entry-content ul,
.etb-entry-content ol {
  margin-bottom: 1.2em;
}

.etb-entry-content .wp-block-button .wp-block-button__link,
.etb-entry-content .wp-block-button.is-style-fill .wp-block-button__link,
.etb-entry-content a.wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid #5d5361 !important;
  border-radius: 8px;
  background: #5d5361 !important;
  color: var(--etb-white) !important;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none !important;
}

.etb-entry-content .wp-block-button .wp-block-button__link::after {
  content: "→";
  font-size: 1.1em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.etb-entry-content .wp-block-button .wp-block-button__link:hover::after,
.etb-entry-content .wp-block-button .wp-block-button__link:focus-visible::after {
  transform: translateX(3px);
}

@media (min-width: 1021px) {
  .etb-single-article {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
    gap: clamp(30px, 4.5vw, 62px);
    align-items: center;
  }

  .etb-single-media {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }

  .etb-single-media img {
    height: clamp(320px, 34vw, 430px);
    max-height: 430px;
  }

  .etb-single-header {
    grid-column: 1;
    grid-row: 1;
    max-width: 100%;
    margin: 0;
    padding-inline: 0;
  }

  .etb-single-header .entry-title {
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.03;
  }

  .etb-entry-content {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1300px) {
  .etb-hero h1 {
    font-size: 8.4rem;
  }
}

@media (max-width: 980px) {
  .etb-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .etb-nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .etb-hero h1 {
    font-size: 4.2rem;
  }

  .etb-section-heading h2,
  .etb-authority h2,
  .etb-stage h2,
  .etb-final h2 {
    font-size: 3rem;
  }

  .etb-proof,
  .etb-comparison-grid,
  .etb-authority,
  .etb-article-list,
  .etb-stage,
  .etb-final,
  .etb-site-footer,
  .etb-subpage-hero,
  .etb-listing {
    grid-template-columns: 1fr;
  }

  .etb-proof article,
  .etb-proof article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--etb-line);
  }

  .etb-card-feature {
    min-height: 520px;
  }

  .etb-card-soft {
    grid-template-columns: 1fr;
  }

  .etb-card-soft .etb-card-media,
  .etb-card-soft > :not(.etb-card-media) {
    grid-column: auto;
    grid-row: auto;
    margin-left: clamp(22px, 3vw, 34px);
    margin-right: clamp(22px, 3vw, 34px);
  }

  .etb-card-soft .etb-card-media {
    width: 100%;
    height: 230px;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid var(--etb-line);
  }

  .etb-final {
    align-items: start;
  }

  .etb-site-footer nav {
    justify-content: flex-start;
  }

  .etb-site-footer p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .etb-header {
    position: relative;
  }

  .etb-brand small {
    display: none;
  }

  .etb-nav {
    gap: 18px;
    font-size: 0.86rem;
  }

  .etb-hero {
    min-height: 820px;
    padding-top: 82px;
  }

  .etb-hero-media img {
    object-position: 68% center;
  }

  .etb-hero-content {
    padding-bottom: 166px;
  }

  .etb-hero h1 {
    font-size: 3.2rem;
  }

  .etb-hero-copy {
    font-size: 1.05rem;
  }

  .etb-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .etb-hero-panel {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .etb-section-heading h2,
  .etb-authority h2,
  .etb-stage h2,
  .etb-final h2 {
    font-size: 2.35rem;
  }

  .etb-card {
    min-height: 0;
  }

  .etb-card-feature {
    min-height: 480px;
  }

  .etb-stage-board {
    grid-template-columns: 1fr;
  }
}
