/*
Theme Name: Funakoshi Dojo 11
Theme URI: https://funakoshi.es/
Author: Gimnasio Funakoshi
Description: Tema ligero y responsive para Gimnasio Funakoshi.
Version: 1.0.15
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: funakoshi-dojo11
*/

:root {
  --ink: #12110f;
  --ink-soft: #28231d;
  --paper: #fbf8f2;
  --paper-strong: #f0e7d8;
  --cream: #efe4d1;
  --stone: #d9d0c1;
  --muted: #665e53;
  --muted-dark: #beb4a6;
  --red: #8c1d18;
  --red-dark: #671410;
  --pine: #263a32;
  --gold: #b79a55;
  --white: #ffffff;
  --line: rgba(18, 17, 15, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 56px rgba(18, 17, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 30px 16px 24px;
}

.footer-inner,
.footer-kit-digital {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.footer-inner {
  display: grid;
  gap: 16px;
  align-items: center;
  padding-bottom: 22px;
}

.footer-inner strong,
.footer-inner span {
  display: block;
}

.footer-inner span,
.footer-inner a {
  color: var(--muted-dark);
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-inner a:hover {
  color: var(--paper);
}

.footer-kit-digital {
  padding-top: 20px;
  border-top: 1px solid var(--line-light);
}

.footer-kit-digital a {
  display: block;
}

.footer-kit-digital img {
  width: min(100%, 1024px);
  height: auto;
  margin-inline: auto;
  background: var(--white);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(18, 17, 15, 0.42);
  overflow: hidden;
}

.brand-tiger {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.34));
}

.brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong {
  overflow: hidden;
  font-size: 0.96rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-copy span {
  display: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(18, 17, 15, 0.42);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.nav {
  position: absolute;
  top: calc(100% + 8px);
  left: 16px;
  right: 16px;
  display: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(18, 17, 15, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-header.is-nav-open .nav {
  display: block;
}

.nav .menu {
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav .menu li {
  margin: 0;
  padding: 0;
}

.nav .menu a {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 16px;
  white-space: nowrap;
}

.nav .menu li:first-child a {
  border-top: 0;
}

.nav .menu a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.header-action {
  display: none;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.66) 0%, rgba(18, 17, 15, 0.72) 42%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.02);
}

.hero::after {
  position: absolute;
  right: -8px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.052);
  content: "KARATE";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 19vw, 8rem);
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: 26px;
  padding: 104px 20px 30px;
}

.hero-copy {
  max-width: 780px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 15px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .kicker,
.final-cta .kicker {
  color: rgba(255, 255, 255, 0.8);
}

.kicker::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 13vw, 4.7rem);
  line-height: 0.98;
}

.lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.6;
}

.hero-support {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.hero-benefits span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-actions,
.final-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  border-radius: 999px;
  padding: 0 21px;
  font-weight: 900;
  text-align: center;
}

.button-primary {
  background: var(--red);
  box-shadow: 0 16px 34px rgba(140, 29, 24, 0.32);
  color: var(--white);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button-dark {
  width: fit-content;
  margin-top: 24px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(140, 29, 24, 0.22);
}

.hero-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.authority-panel {
  display: none;
}

.whatsapp-float {
  position: fixed;
  z-index: 9999;
  right: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  background: #1f7a4d;
  color: var(--white);
  box-shadow: 0 14px 34px rgba(18, 17, 15, 0.28);
  font-size: 0.9rem;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #17683f;
  box-shadow: 0 18px 40px rgba(18, 17, 15, 0.32);
  transform: translateY(-2px);
}

@media (max-width: 699px) {
  .whatsapp-float {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    min-height: 52px;
    padding: 0 18px;
  }

  .hero-inner,
  .about-hero-inner,
  .contact-hero-inner,
  .legal-hero-inner,
  .service-hero-inner,
  .schedule-hero-inner {
    padding-bottom: 96px;
  }
}

.trust-band {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.trust-item {
  padding: 19px 20px;
  background: var(--cream);
}

.trust-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.02rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section {
  padding: 66px 20px;
}

.section-grid,
.section-heading,
.karate-grid,
.trial-section,
.schedule-section,
.secondary-section,
.dojo-section,
.reviews-section,
.faq-section,
.audience-section,
.why-section,
.final-cta {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.section-grid {
  display: grid;
  gap: 24px;
}

.section h2,
.trial-section h2,
.final-cta h2,
.location-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 9vw, 4.1rem);
  line-height: 1.04;
}

.intro-copy p,
.section-heading p,
.trial-section p,
.dojo-copy p,
.reviews-section p,
.location-copy p,
.audience-section p,
.why-section p,
.final-cta p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.intro-section,
.story-section,
.schedule-section,
.reviews-section,
.faq-section {
  background: var(--paper);
}

.karate-section {
  background: var(--ink);
  color: var(--white);
}

.karate-section .section-heading p {
  color: var(--muted-dark);
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading.compact {
  display: block;
  max-width: 790px;
  margin-inline: 0 auto;
}

.hide-mobile {
  display: none;
}

.show-mobile {
  margin-top: 4px;
}

.karate-grid {
  display: grid;
  gap: 16px;
}

.karate-card {
  position: relative;
  display: flex;
  min-height: 380px;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  isolation: isolate;
  border-radius: 8px;
  padding: 24px;
  background: var(--ink);
  box-shadow: var(--shadow);
  color: var(--white);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.karate-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--activity-image) center / cover no-repeat;
  content: "";
  transform: scale(1.03);
  transition: transform 700ms ease, filter 700ms ease;
}

.karate-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04) 0%, rgba(18, 17, 15, 0.36) 38%, rgba(18, 17, 15, 0.96) 100%),
    linear-gradient(90deg, rgba(38, 58, 50, 0.22), rgba(140, 29, 24, 0.2));
  content: "";
}

.karate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(18, 17, 15, 0.26);
}

.karate-card:hover::before {
  filter: saturate(1.06) contrast(1.06);
  transform: scale(1.08);
}

.pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.karate-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 8vw, 2.55rem);
  line-height: 1;
}

.karate-card p {
  max-width: 560px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.56;
}

.karate-card a,
.secondary-card a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  transition: color 180ms ease, transform 180ms ease;
}

.karate-card a::after,
.secondary-card a::after,
.text-link::after {
  content: "->";
  transition: transform 180ms ease;
}

.karate-card:hover a,
.secondary-card:hover a {
  transform: translateX(2px);
}

.karate-card:hover a::after,
.secondary-card:hover a::after,
.text-link:hover::after {
  transform: translateX(4px);
}

.card-kids {
  --activity-image: url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg");
}

.card-youth {
  --activity-image: url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg");
}

.card-adults {
  --activity-image: url("https://funakoshi.es/wp-content/uploads/cinto-senseibw-1024x1024.jpg");
}

.trial-section {
  display: grid;
  gap: 24px;
  padding: 50px 20px;
  background: var(--red);
  color: var(--white);
}

.trial-section h3 {
  margin: -6px 0 18px;
  font-size: clamp(1.4rem, 6vw, 2.2rem);
  line-height: 1.1;
}

.trial-section .kicker,
.trial-section p {
  color: rgba(255, 255, 255, 0.84);
}

.trial-section .button-primary {
  background: var(--white);
  color: var(--red-dark);
  box-shadow: 0 18px 34px rgba(18, 17, 15, 0.22);
}

.trial-section .text-link {
  color: var(--white);
}

.trial-actions {
  display: grid;
  align-content: center;
  gap: 16px;
}

.audience-section {
  background: var(--paper);
}

.audience-muted {
  background: var(--paper-strong);
}

.audience-layout {
  display: grid;
  gap: 26px;
}

.audience-layout h3 {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.18rem, 5vw, 1.65rem);
  line-height: 1.25;
}

.audience-layout p {
  margin-bottom: 16px;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  line-height: 1.45;
}

.feature-list li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.feature-list.light {
  margin-top: 0;
}

.feature-list.light li {
  color: rgba(255, 255, 255, 0.86);
}

.feature-list.light li::before {
  background: var(--white);
}

.why-grid {
  display: grid;
  gap: 14px;
}

.why-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.why-card h3 {
  margin-bottom: 10px;
  font-size: 1.42rem;
  line-height: 1.1;
}

.why-card p {
  margin-bottom: 0;
}

.schedule-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.schedule-hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.schedule-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.68) 0%, rgba(18, 17, 15, 0.78) 46%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  filter: saturate(0.78) contrast(1.08);
  transform: scale(1.02);
}

.schedule-hero::after {
  position: absolute;
  right: 12px;
  bottom: 20px;
  color: rgba(255, 255, 255, 0.05);
  content: "HORARIOS";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 15vw, 8rem);
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.schedule-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 92svh;
  align-items: end;
  gap: 26px;
  padding: 104px 20px 30px;
}

.schedule-hero .kicker {
  color: rgba(255, 255, 255, 0.8);
}

.schedule-summary-panel {
  display: grid;
  gap: 10px;
}

.schedule-summary-panel div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 16px;
  background: rgba(18, 17, 15, 0.54);
  backdrop-filter: blur(10px);
}

.schedule-summary-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-summary-panel strong {
  display: block;
  color: var(--white);
  line-height: 1.3;
}

.schedule-intro-section {
  background: var(--paper);
}

.activity-schedule-section {
  background: var(--paper-strong);
}

.activity-schedule-grid {
  display: grid;
  gap: 14px;
}

.activity-schedule-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper);
}

.activity-schedule-card.featured {
  background: var(--white);
  box-shadow: 0 18px 42px rgba(18, 17, 15, 0.1);
}

.activity-schedule-card span,
.day-session span {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activity-schedule-card h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 6vw, 2.1rem);
  line-height: 1.05;
}

.activity-schedule-card strong {
  display: block;
  border-left: 3px solid var(--red);
  padding-left: 12px;
  color: var(--ink);
  line-height: 1.35;
}

.activity-schedule-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.activity-schedule-card.calm strong {
  border-left-color: var(--pine);
}

.activity-schedule-card.impact strong {
  border-left-color: var(--gold);
}

.weekly-section {
  background: var(--paper);
}

.weekly-grid {
  display: grid;
  gap: 12px;
}

.day-column {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--white);
}

.day-column h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 1.45rem;
}

.day-session {
  display: grid;
  gap: 4px;
  border-left: 3px solid var(--red);
  padding: 10px 0 10px 12px;
}

.day-session + .day-session {
  border-top: 1px solid var(--line);
}

.day-session strong {
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.25;
}

.day-session.calm {
  border-left-color: var(--pine);
}

.day-session.defense {
  border-left-color: var(--ink-soft);
}

.day-session.impact {
  border-left-color: var(--gold);
}

.schedule-trial {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.schedule-grid {
  display: grid;
  gap: 10px;
}

.schedule-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.schedule-item span,
.secondary-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-item strong {
  display: block;
  line-height: 1.35;
}

.secondary-section {
  background: var(--paper-strong);
}

.secondary-grid {
  display: grid;
  gap: 14px;
}

.secondary-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper);
}

.secondary-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
  line-height: 1.08;
}

.secondary-card p {
  color: var(--muted);
  line-height: 1.58;
}

.secondary-card a,
.text-link {
  color: var(--red);
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.dojo-section {
  display: grid;
  gap: 28px;
}

.dojo-photo {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.24)),
    url("https://funakoshi.es/wp-content/uploads/Carlos-Rodriguez-Garcia-1024x1024.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.proof-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  border-left: 3px solid var(--red);
  padding: 8px 0 8px 14px;
  color: var(--ink-soft);
  line-height: 1.45;
}

.review-placeholder {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.review-placeholder strong {
  font-size: 1.22rem;
}

.review-placeholder span {
  color: var(--muted);
  line-height: 1.55;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.58;
}

.location-section {
  display: grid;
  width: min(100%, 1180px);
  margin-inline: auto;
  gap: 28px;
  padding: 66px 20px;
}

.location-details {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  font-weight: 800;
}

.location-details a {
  color: var(--ink-soft);
  text-decoration: none;
}

.location-details a:hover {
  color: var(--red);
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  filter: grayscale(1) contrast(0.92);
}

.final-cta {
  display: grid;
  gap: 20px;
  padding: 52px 20px;
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.98), rgba(38, 58, 50, 0.92)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  color: var(--white);
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.final-signature {
  margin-bottom: 0;
  font-weight: 900;
}

.about-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.contact-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.contact-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.64) 0%, rgba(18, 17, 15, 0.76) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  filter: saturate(0.84) contrast(1.05);
  transform: scale(1.02);
}

.contact-hero::after {
  position: absolute;
  right: -12px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.052);
  content: "LEÓN";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 24vw, 10rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: 24px;
  padding: 106px 20px 30px;
}

.contact-hero-copy {
  max-width: 850px;
}

.contact-hero h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 11vw, 4.8rem);
}

.contact-card-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.contact-card-panel div {
  padding: 18px;
  background: rgba(18, 17, 15, 0.72);
}

.contact-card-panel span,
.contact-method span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card-panel strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.contact-card-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-method-grid {
  display: grid;
  gap: 14px;
}

.contact-method {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.contact-method h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 8vw, 2.35rem);
  line-height: 1.02;
}

.contact-method p {
  color: var(--muted);
  line-height: 1.6;
}

.contact-method a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-weight: 900;
}

.contact-method a::after {
  content: "->";
  transition: transform 180ms ease;
}

.contact-method a:hover::after {
  transform: translateX(4px);
}

.contact-form-section {
  background: var(--paper-strong);
}

.contact-form-layout {
  display: grid;
  gap: 28px;
}

.contact-form-intro p {
  color: var(--muted);
  line-height: 1.68;
}

.contact-form-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(18, 17, 15, 0.1);
}

.form-shortcode {
  color: var(--muted);
  font-weight: 800;
}

.wpforms-container {
  margin: 0 !important;
}

.wpforms-container .wpforms-field {
  padding: 8px 0 !important;
}

.wpforms-container .wpforms-field-label {
  margin-bottom: 7px !important;
  color: var(--ink);
  font-size: 0.92rem !important;
  font-weight: 900 !important;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container select,
.wpforms-container textarea {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font: inherit !important;
}

.wpforms-container textarea {
  min-height: 130px !important;
}

.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(140, 29, 24, 0.12) !important;
  outline: none !important;
}

.wpforms-container .wpforms-required-label {
  color: var(--red) !important;
}

.wpforms-container button[type="submit"],
.wpforms-container input[type="submit"],
.wpforms-submit {
  display: inline-flex !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 24px !important;
  background: var(--red) !important;
  color: var(--white) !important;
  box-shadow: 0 16px 34px rgba(140, 29, 24, 0.22) !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.wpforms-container button[type="submit"]:hover,
.wpforms-container input[type="submit"]:hover,
.wpforms-submit:hover {
  background: var(--red-dark) !important;
}

.contact-map-section {
  display: grid;
  width: min(100%, 1180px);
  margin-inline: auto;
  gap: 28px;
  padding: 66px 20px;
}

.contact-map-section h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 9vw, 4.1rem);
  line-height: 1.04;
}

.contact-map-section p {
  color: var(--muted);
  line-height: 1.68;
}

.first-visit-section {
  background: var(--paper-strong);
}

.visit-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.visit-list p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
  color: var(--muted);
  line-height: 1.58;
}

.visit-list strong {
  color: var(--ink);
}

.about-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/Carlos-Rodriguez-Garcia-1024x1024.jpg") center / cover no-repeat;
  filter: saturate(0.86) contrast(1.05);
  transform: scale(1.02);
}

.about-hero::after {
  position: absolute;
  right: -12px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.052);
  content: "1981";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 24vw, 10rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.about-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: 24px;
  padding: 106px 20px 30px;
}

.about-hero-copy {
  max-width: 860px;
}

.about-hero h1 {
  max-width: 840px;
  font-size: clamp(2.45rem, 11vw, 4.8rem);
}

.about-proof {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.about-proof div {
  padding: 18px;
  background: rgba(18, 17, 15, 0.72);
}

.about-proof span,
.family-panel span,
.timeline-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-proof strong {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.about-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
}

.statement-line {
  margin-top: 24px;
  border-left: 3px solid var(--red);
  padding-left: 16px;
  color: var(--ink);
  font-weight: 900;
}

.timeline-section,
.values-section,
.fit-section {
  background: var(--paper-strong);
}

.timeline-grid,
.values-grid,
.fit-list {
  display: grid;
  gap: 14px;
}

.timeline-item,
.value-card,
.fit-list p {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.timeline-item h3,
.value-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.timeline-item p,
.value-card p,
.generation-section p,
.family-section p,
.difference-section p,
.fit-list p {
  color: var(--muted);
  line-height: 1.66;
}

.timeline-item p,
.value-card p,
.fit-list p {
  margin-bottom: 0;
}

.founder-section,
.family-section,
.difference-section {
  display: grid;
  gap: 28px;
}

.founder-media {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.24)),
    url("https://funakoshi.es/wp-content/uploads/cinto-senseibw-1024x1024.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.founder-copy h2,
.generation-layout h2,
.family-copy h2,
.difference-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 9vw, 4.1rem);
  line-height: 1.04;
}

.founder-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.generation-layout {
  display: grid;
  gap: 26px;
}

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

.family-section p {
  color: rgba(255, 255, 255, 0.76);
}

.family-panel {
  display: grid;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62), rgba(18, 17, 15, 0.86)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.family-panel strong {
  margin-bottom: 14px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.1;
}

.difference-section {
  background: var(--paper);
}

.difference-list {
  margin: 0;
  align-content: center;
}

.fit-list {
  margin-bottom: 24px;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(18, 17, 15, 0.96), rgba(38, 58, 50, 0.9)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  color: var(--white);
}

.legal-hero::after {
  position: absolute;
  right: -10px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.052);
  content: "LEGAL";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 19vw, 8.5rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.legal-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 62svh;
  align-content: end;
  padding: 112px 20px 42px;
}

.legal-hero .kicker,
.legal-hero .lead {
  color: rgba(255, 255, 255, 0.82);
}

.legal-hero h1 {
  margin-bottom: 14px;
}

.legal-layout {
  display: grid;
  gap: 22px;
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: 42px 20px 74px;
}

.legal-summary {
  min-width: 0;
  max-width: 100%;
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
  box-shadow: 0 16px 44px rgba(18, 17, 15, 0.08);
}

.legal-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-summary strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.16;
}

.legal-summary p {
  margin-bottom: 8px;
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.legal-summary p:last-child {
  margin-bottom: 0;
}

.legal-summary a,
.legal-content a {
  color: var(--red);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.legal-content {
  min-width: 0;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 20px;
  background: var(--white);
}

.legal-content h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.55rem, 7vw, 2.2rem);
  line-height: 1.1;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.legal-content p {
  margin-bottom: 14px;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding-left: 20px;
}

.service-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.service-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.64) 0%, rgba(18, 17, 15, 0.78) 46%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") center / cover no-repeat;
  filter: saturate(0.88) contrast(1.06);
  transform: scale(1.04);
}

.youth-page .service-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.58) 0%, rgba(18, 17, 15, 0.76) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.youth-page .first-day-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.26)),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.adult-page .service-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.58) 0%, rgba(18, 17, 15, 0.76) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/cinto-senseibw-1024x1024.jpg") center / cover no-repeat;
}

.adult-page .dojo-photo,
.adult-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.24)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.tai-page .service-hero-media,
.tai-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.56) 0%, rgba(18, 17, 15, 0.74) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.tai-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.24)),
    url("https://funakoshi.es/wp-content/uploads/cinto-senseibw-1024x1024.jpg") center / cover no-repeat;
}

.service-hero::after {
  position: absolute;
  right: -12px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.052);
  content: "KIDS";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 22vw, 9rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.youth-page .service-hero::after {
  content: "JOVENES";
}

.extra-page .service-hero-media,
.extra-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.extra-page .service-hero::after {
  content: "EXTRA";
}

.extra-page .service-hero h1 {
  font-size: clamp(2.25rem, 9.4vw, 5rem);
}

.adult-page .service-hero::after {
  content: "ADULTOS";
}

.tai-page .service-hero::after {
  content: "TAI CHI";
}

.bricpol-page .service-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.6) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/bricpol-funakoshi-leon5-688x1024.jpeg") center / cover no-repeat;
}

.bricpol-page .service-hero::after {
  content: "BRICPOL";
}

.bricpol-page .service-hero h1 {
  font-size: clamp(2.2rem, 9.5vw, 4.85rem);
}

.female-defense-page .service-hero::after {
  content: "DEFENSA";
}

.female-defense-page .service-hero h1 {
  font-size: clamp(2.1rem, 9vw, 4.75rem);
}

.kickboxing-page .service-hero-media,
.kickboxing-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.72) 0%, rgba(18, 17, 15, 0.84) 50%, rgba(18, 17, 15, 0.98) 100%),
    linear-gradient(132deg, rgba(18, 17, 15, 0.92), rgba(103, 20, 16, 0.72)),
    url("https://funakoshi.es/wp-content/uploads/funakoshi_Guantes-scaled-e1692783278738-1024x924.jpg") center / cover no-repeat;
  filter: saturate(0.76) contrast(1.04);
}

.kickboxing-page .service-hero::after {
  content: "KICK";
}

.kickboxing-page .service-hero h1 {
  font-size: clamp(2.35rem, 10vw, 5rem);
}

.arts-page .service-hero-media,
.arts-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.6) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    linear-gradient(120deg, rgba(103, 20, 16, 0.34), rgba(38, 58, 50, 0.34)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.arts-page .service-hero::after {
  content: "ARTES";
}

.arts-page .service-hero h1 {
  font-size: clamp(2.55rem, 11vw, 5.3rem);
}

.arts-activities-section,
.arts-page .faq-section {
  background: var(--paper);
}

.arts-activity-grid {
  margin-bottom: 0;
}

.arts-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/cinto-senseibw-1024x1024.jpg") center / cover no-repeat;
}

.arts-first-day-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.arts-first-day-band .price-card strong {
  font-size: clamp(2rem, 8vw, 3.2rem);
}

.kickboxing-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.24), rgba(18, 17, 15, 0.62)),
    linear-gradient(145deg, rgba(18, 17, 15, 0.78), rgba(103, 20, 16, 0.42)),
    url("https://funakoshi.es/wp-content/uploads/funakoshi_Guantes-scaled-e1692783278738-1024x924.jpg") center / cover no-repeat;
  filter: saturate(0.72) contrast(0.96);
}

.bricpol-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.24)),
    url("https://funakoshi.es/wp-content/uploads/bricpol-funakoshi-leon3-691x1024.jpeg") center / cover no-repeat;
}

.bricpol-page .final-cta {
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.98), rgba(38, 58, 50, 0.9), rgba(18, 17, 15, 0.74)),
    url("https://funakoshi.es/wp-content/uploads/bricpol-funakoshi-leon2-675x1024.jpeg") center / cover no-repeat;
}

.service-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: 24px;
  padding: 106px 20px 30px;
}

.service-hero-copy {
  max-width: 870px;
}

.service-hero .kicker {
  color: rgba(255, 255, 255, 0.8);
}

.service-hero h1 {
  max-width: 870px;
  font-size: clamp(2.45rem, 11vw, 5.15rem);
}

.service-intro {
  display: grid;
  gap: 10px;
}

.service-intro p {
  margin: 0;
}

.service-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow);
}

.service-facts div {
  padding: 17px;
  background: rgba(18, 17, 15, 0.74);
}

.service-facts span,
.price-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-facts strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.28;
}

.skills-section,
.reasons-section {
  background: var(--paper-strong);
}

.skills-grid {
  display: grid;
  gap: 14px;
}

.skill-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.skill-card h3 {
  margin-bottom: 9px;
  font-size: 1.45rem;
  line-height: 1.1;
}

.skill-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.section-note {
  max-width: 760px;
  margin-top: 24px;
  border-left: 3px solid var(--red);
  padding-left: 16px;
}

.section-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.08rem;
}

.section-note p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.first-day-section,
.safety-section {
  display: grid;
  gap: 28px;
}

.first-day-media {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.02), rgba(18, 17, 15, 0.28)),
    url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.first-day-copy h2,
.safety-layout h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 9vw, 4.1rem);
  line-height: 1.04;
}

.first-day-copy p,
.safety-section p {
  color: var(--muted);
  line-height: 1.68;
}

.safety-section {
  background: var(--paper);
}

.safety-layout {
  display: grid;
  gap: 26px;
}

.price-band {
  align-items: stretch;
}

.price-card {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 22px;
  background: rgba(18, 17, 15, 0.22);
}

.price-card strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 12vw, 4rem);
  line-height: 1;
}

.price-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.price-card .button {
  margin-top: 8px;
}

.tai-page .service-facts span,
.tai-page .price-card span {
  color: var(--paper-strong);
}

.tai-skills-section {
  background: #edf0e9;
}

.tai-benefit-layout {
  display: grid;
  gap: 28px;
}

.tai-benefit-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.tai-benefit-copy .medical-note {
  border-left: 3px solid var(--red);
  padding-left: 14px;
  color: var(--ink-soft);
  font-weight: 800;
}

.tai-benefit-list {
  margin: 0;
}

.tai-price-band {
  background:
    linear-gradient(135deg, rgba(38, 58, 50, 0.94), rgba(18, 17, 15, 0.98));
}

.tai-price-band .price-card strong {
  font-size: clamp(2rem, 9vw, 3.2rem);
}

.bricpol-training-section,
.comparison-section,
.bricpol-source-section {
  background: var(--paper);
}

.bricpol-chip-grid {
  display: grid;
  gap: 10px;
}

.kickboxing-training-section,
.kickboxing-skills-section {
  background: var(--paper-strong);
}

.kickboxing-chip-grid {
  display: grid;
  gap: 10px;
}

.bricpol-chip-grid span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--white);
  color: var(--ink-soft);
  font-weight: 900;
  line-height: 1.35;
}

.kickboxing-chip-grid span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--white);
  color: var(--ink-soft);
  font-weight: 900;
  line-height: 1.35;
}

.kickboxing-price-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.kickboxing-price-band .price-card strong {
  font-size: clamp(2rem, 9vw, 3.2rem);
}

.extra-age-section,
.extra-page .faq-section {
  background: var(--paper);
}

.extra-age-section .student-card-grid {
  margin-bottom: 24px;
}

.extra-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.extra-schedule-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.extra-schedule-band .price-card strong {
  font-size: clamp(1.85rem, 8vw, 3rem);
}

.extra-contact-panel {
  color: var(--white);
}

.martial-guide-page .service-hero::after {
  content: "GUIA";
}

.first-karate-day-page .service-hero::after {
  content: "PRIMER DIA";
}

.karategi-page .service-hero::after {
  content: "KARATEGI";
}

.youth-benefits-page .service-hero::after {
  content: "BENEFICIOS";
}

.martial-guide-page .service-hero h1 {
  font-size: clamp(2.5rem, 10vw, 5.2rem);
}

.first-karate-day-page .service-hero h1 {
  font-size: clamp(2.2rem, 9vw, 4.75rem);
}

.karategi-page .service-hero h1 {
  font-size: clamp(2.2rem, 9vw, 4.85rem);
}

.youth-benefits-page .service-hero h1 {
  font-size: clamp(2.25rem, 9vw, 4.8rem);
}

.first-karate-day-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") center / cover no-repeat;
}

.martial-guide-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") center / cover no-repeat;
}

.first-karate-day-media,
.first-karate-day-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.karategi-page .karategi-hero-media,
.karategi-fit-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.6) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.youth-benefits-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.6) 0%, rgba(18, 17, 15, 0.78) 48%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.youth-benefits-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
}

.youth-benefits-trial-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.first-karate-day-trial-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.karategi-table-section,
.karategi-page .faq-section {
  background: var(--paper);
}

.karategi-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(18, 17, 15, 0.08);
}

.karategi-size-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.karategi-size-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.karategi-size-table th,
.karategi-size-table td {
  border-bottom: 1px solid var(--line);
  padding: 16px;
  text-align: left;
  vertical-align: top;
}

.karategi-size-table th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.karategi-size-table td {
  color: var(--muted);
  line-height: 1.5;
}

.karategi-size-table td:first-child,
.karategi-size-table td:nth-child(2) {
  color: var(--ink-soft);
  font-weight: 900;
}

.karategi-size-table tr:last-child td {
  border-bottom: 0;
}

.karategi-trial-band {
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.youth-benefits-trial-band .price-card strong {
  font-size: clamp(2rem, 8vw, 3.1rem);
}

.first-karate-day-trial-band .price-card strong,
.karategi-trial-band .price-card strong {
  font-size: clamp(2rem, 8vw, 3.1rem);
}

.martial-choice-section {
  background: var(--paper);
}

.martial-comparison-grid {
  margin-bottom: 24px;
}

.martial-dojo-photo {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
}

.martial-first-day-band .price-card strong {
  font-size: clamp(2rem, 8vw, 3.2rem);
}

.martial-history-section {
  background: var(--paper);
}

.inline-actions {
  margin-top: 22px;
}

@media (max-width: 699px) {
  .martial-guide-page .service-hero-inner {
    padding-bottom: 96px;
  }

  .youth-benefits-page .service-hero-inner {
    padding-top: 92px;
  }

  .youth-benefits-page .service-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.45rem);
  }

  .first-karate-day-page .service-hero h1 {
    font-size: clamp(2rem, 8.2vw, 2.5rem);
  }

  .karategi-page .service-hero h1 {
    font-size: clamp(1.95rem, 8vw, 2.45rem);
  }

  .karategi-size-table {
    min-width: 640px;
  }

  .karategi-size-table th,
  .karategi-size-table td {
    padding: 14px;
  }

  .youth-benefits-page .service-intro {
    gap: 8px;
  }

  .youth-benefits-page .service-intro p {
    line-height: 1.54;
  }

}

.comparison-grid {
  display: grid;
  gap: 14px;
}

.comparison-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.comparison-card.featured {
  border-color: rgba(122, 28, 25, 0.28);
  background: var(--paper-strong);
}

.comparison-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.comparison-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
  line-height: 1.08;
}

.comparison-card p,
.comparison-help {
  color: var(--muted);
  line-height: 1.58;
}

.blog-post-page {
  background:
    linear-gradient(180deg, rgba(240, 231, 216, 0.72), rgba(251, 248, 242, 1) 420px);
}

.blog-article {
  background: var(--paper);
}

.blog-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.blog-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.7) 0%, rgba(18, 17, 15, 0.82) 52%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  filter: saturate(0.76) contrast(1.06);
  transform: scale(1.02);
}

.blog-hero::after {
  position: absolute;
  right: -5px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.052);
  content: "BLOG";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 20vw, 9rem);
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.blog-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 88svh;
  align-items: end;
  gap: 28px;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 104px 20px 34px;
}

.blog-hero-copy {
  max-width: 820px;
}

.blog-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 11vw, 5rem);
  line-height: 1;
}

.blog-lead {
  display: grid;
  gap: 10px;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.62;
}

.blog-lead p {
  margin: 0;
}

.blog-lead a,
.blog-content a {
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.blog-content a {
  color: var(--red);
}

.blog-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.blog-facts div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
}

.blog-facts span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-facts strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.35;
}

.blog-content {
  display: grid;
  gap: 18px;
  width: min(100%, 920px);
  margin-inline: auto;
  padding: 64px 20px 28px;
}

.blog-section {
  border-bottom: 1px solid var(--line);
  padding: 0 0 40px;
}

.blog-section:last-child {
  border-bottom: 0;
}

.blog-section h2 {
  max-width: 790px;
  margin-bottom: 16px;
  font-size: clamp(1.9rem, 7vw, 3.4rem);
  line-height: 1.05;
}

.blog-section > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.74;
}

.blog-benefit-list {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.blog-benefit-list li {
  border-left: 3px solid var(--red);
  padding: 12px 14px;
  background: var(--white);
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.5;
}

.blog-card-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--white);
}

.blog-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 1.08;
}

.blog-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.blog-cta {
  margin-top: 34px;
  background:
    linear-gradient(135deg, rgba(103, 20, 16, 0.94), rgba(18, 17, 15, 0.98));
}

.blog-faq {
  padding: 66px 20px;
}

@media (min-width: 700px) {
  .blog-hero-inner {
    grid-template-columns: minmax(0, 1fr) 340px;
    min-height: 760px;
    padding: 126px 28px 46px;
  }

  .blog-hero-inner--single {
    grid-template-columns: minmax(0, 1fr);
  }

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

@media (min-width: 1040px) {
  .blog-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .blog-hero-inner {
    min-height: auto;
    padding-top: 92px;
    padding-bottom: 44px;
  }

  .blog-hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.8rem);
  }

  .blog-lead {
    gap: 8px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .blog-content {
    padding-top: 54px;
  }

  .blog-facts {
    display: none;
  }

  .blog-section > p {
    font-size: 1rem;
  }
}

.comparison-help {
  margin: 22px 0 16px;
  font-weight: 800;
}

.internal-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.internal-link-row a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 13px;
  background: var(--white);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
}

.internal-link-row a:hover {
  border-color: rgba(122, 28, 25, 0.28);
  color: var(--red);
}

.director-hero .service-hero-media,
.director-hero-media {
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.62) 0%, rgba(18, 17, 15, 0.78) 46%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/Carlos-Rodriguez-Garcia-1024x1024.jpg") center / cover no-repeat;
}

.director-hero::after {
  content: "SENSEI";
}

.director-facts div:last-child {
  grid-column: auto;
}

.director-short-list {
  margin: 22px 0;
}

.director-principles-section,
.student-direction-section,
.related-section {
  background: var(--paper-strong);
}

.principles-layout,
.director-history-section {
  display: grid;
  gap: 28px;
}

.principles-copy p,
.history-copy p {
  color: var(--muted);
  line-height: 1.68;
}

.principle-grid,
.student-card-grid,
.related-links {
  display: grid;
  gap: 14px;
}

.principle-grid article,
.student-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.principle-grid article {
  padding: 22px;
}

.principle-grid h3,
.student-card h3 {
  margin-bottom: 9px;
  font-size: 1.48rem;
  line-height: 1.12;
}

.principle-grid p,
.student-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.student-card {
  padding: 24px;
}

.student-card span,
.identity-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.student-card p + p {
  margin-top: 12px;
}

.history-media {
  min-height: 360px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.04), rgba(18, 17, 15, 0.3)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.director-identity-band {
  background: var(--ink);
  color: var(--white);
}

.director-identity-band p {
  color: rgba(255, 255, 255, 0.78);
}

.director-identity-band .kicker {
  color: rgba(255, 255, 255, 0.76);
}

.identity-card {
  display: grid;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.identity-card span {
  margin-bottom: 0;
  color: var(--gold);
}

.identity-card strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 8vw, 2.7rem);
  line-height: 1.08;
}

.identity-card p {
  margin-bottom: 0;
}

.director-actions {
  display: grid;
  gap: 18px;
  align-items: center;
}

.related-links a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
  background: var(--white);
  font-weight: 900;
}

.related-links a::after {
  color: var(--red);
  content: "→";
  font-size: 1.2rem;
}

@media (min-width: 700px) {
  .site-header {
    padding: 18px 5vw;
  }

  .brand-copy span {
    display: inline-flex;
  }

  .header-action {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.95rem;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 43%, rgba(18, 17, 15, 0.62) 74%, rgba(18, 17, 15, 0.9) 100%),
      url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  }

  .hero-inner,
  .trust-band,
  .section {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-actions,
  .final-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .button {
    width: auto;
  }

  .trust-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .karate-grid,
  .schedule-grid,
  .secondary-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-kids,
  .card-adults {
    grid-column: span 2;
  }

  .trial-section {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 56px 5vw;
  }

  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-hero-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact-hero-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legal-hero-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-proof,
  .contact-card-panel {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline-grid,
  .values-grid,
  .contact-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .service-hero-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .service-facts div:last-child {
    grid-column: span 2;
  }

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

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

  .comparison-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .principle-grid,
  .student-card-grid,
  .related-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-hero-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .activity-schedule-card.featured {
    grid-column: span 2;
  }

  .weekly-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1040px) {
  .site-header {
    flex-wrap: nowrap;
    padding: 24px 5vw;
  }

  .menu-toggle {
    display: none;
  }

  .header-action {
    display: inline-flex;
  }

  .nav {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 700;
  }

  .nav .menu {
    display: flex;
    width: auto;
    gap: 22px;
  }

  .nav .menu a {
    width: auto;
    min-height: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

  .nav .menu a:hover {
    background: transparent;
    color: var(--white);
  }

  .hero-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: clamp(4.2rem, 6.6vw, 7rem);
  }

  .lead {
    font-size: 1.22rem;
  }

  .authority-panel {
    display: block;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 28px;
    background: rgba(18, 17, 15, 0.68);
    box-shadow: var(--shadow);
  }

  .rank-line span {
    display: block;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1;
  }

  .rank-line strong {
    display: block;
    margin-top: 8px;
    font-size: 1.05rem;
  }

  .panel-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
  }

  .panel-list div {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-top: 14px;
  }

  .panel-list span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
  }

  .trust-band {
    grid-template-columns: repeat(3, 1fr);
  }

  .section {
    padding-top: 92px;
    padding-bottom: 100px;
  }

  .section-grid {
    grid-template-columns: 0.95fr 0.8fr;
    align-items: start;
    gap: 70px;
  }

  .section-heading {
    display: grid;
    grid-template-columns: 0.95fr 0.62fr;
    align-items: end;
    gap: 54px;
    margin-bottom: 46px;
  }

  .hide-mobile {
    display: inline-flex;
  }

  .show-mobile {
    display: none;
  }

  .karate-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .karate-card {
    min-height: 430px;
    padding: 30px;
  }

  .karate-card h3 {
    font-size: clamp(1.78rem, 2.7vw, 2.9rem);
  }

  .card-kids,
  .card-adults {
    grid-column: auto;
  }

  .trial-section {
    width: 100%;
    max-width: none;
    padding: 70px max(5vw, calc((100vw - 1180px) / 2));
  }

  .schedule-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .secondary-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .secondary-card {
    min-height: 260px;
  }

  .bricpol-chip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .audience-layout {
    grid-template-columns: 0.78fr 1fr;
    align-items: start;
    gap: 64px;
  }

  .dojo-section {
    grid-template-columns: 0.86fr 0.9fr;
    align-items: center;
    gap: 64px;
  }

  .dojo-photo {
    min-height: 560px;
  }

  .location-section {
    grid-template-columns: 0.74fr 1fr;
    align-items: center;
    padding: 92px 0;
  }

  .final-cta {
    grid-template-columns: 1fr auto;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 74px max(5vw, calc((100vw - 1180px) / 2));
  }

  .about-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.96) 0%, rgba(18, 17, 15, 0.9) 42%, rgba(18, 17, 15, 0.48) 72%, rgba(18, 17, 15, 0.86) 100%),
      url("https://funakoshi.es/wp-content/uploads/Carlos-Rodriguez-Garcia-1024x1024.jpg") right center / cover no-repeat;
  }

  .contact-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.96) 0%, rgba(18, 17, 15, 0.9) 42%, rgba(18, 17, 15, 0.52) 72%, rgba(18, 17, 15, 0.86) 100%),
      url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  }

  .legal-hero {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(38, 58, 50, 0.68) 78%, rgba(18, 17, 15, 0.9) 100%),
      url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  }

  .about-hero-inner,
  .contact-hero-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 58px;
  }

  .about-hero h1 {
    font-size: clamp(3.4rem, 5.1vw, 5.7rem);
  }

  .contact-hero h1 {
    font-size: clamp(3.4rem, 5.1vw, 5.7rem);
  }

  .legal-hero-inner {
    width: min(100%, 1120px);
    min-height: 54svh;
    margin-inline: auto;
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .legal-layout {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
    padding-top: 70px;
    padding-bottom: 96px;
  }

  .legal-summary {
    position: sticky;
    top: 26px;
  }

  .about-proof,
  .contact-card-panel {
    grid-template-columns: 1fr;
    align-self: end;
  }

  .contact-method-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-form-layout {
    grid-template-columns: 0.78fr 1fr;
    align-items: start;
    gap: 64px;
  }

  .contact-form-panel {
    padding: 30px;
  }

  .contact-map-section {
    grid-template-columns: 0.74fr 1fr;
    align-items: center;
    padding: 92px 0;
  }

  .timeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .founder-section,
  .family-section,
  .difference-section {
    grid-template-columns: 0.86fr 0.9fr;
    align-items: center;
    gap: 64px;
  }

  .founder-media {
    min-height: 560px;
  }

  .generation-layout {
    grid-template-columns: 0.78fr 1fr;
    align-items: start;
    gap: 64px;
  }

  .values-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.46) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") right center / cover no-repeat;
  }

  .extra-page .service-hero-media,
  .extra-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.5) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
  }

  .martial-guide-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.48) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") right center / cover no-repeat;
  }

  .tai-page .service-hero-media,
  .tai-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.48) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  }

  .service-hero-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) 380px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 58px;
  }

  .service-hero h1 {
    font-size: clamp(3.4rem, 5vw, 6rem);
  }

  .bricpol-page .service-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.46) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/bricpol-funakoshi-leon5-688x1024.jpeg") center / cover no-repeat;
  }

  .bricpol-page .service-hero h1 {
    font-size: clamp(3.1rem, 4.35vw, 5.25rem);
  }

  .kickboxing-page .service-hero-media,
  .kickboxing-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.92) 42%, rgba(103, 20, 16, 0.58) 72%, rgba(18, 17, 15, 0.88) 100%),
      url("https://funakoshi.es/wp-content/uploads/funakoshi_Guantes-scaled-e1692783278738-1024x924.jpg") center / cover no-repeat;
  }

  .kickboxing-page .service-hero h1 {
    font-size: clamp(3.4rem, 5.1vw, 6.1rem);
  }

  .service-facts {
    grid-template-columns: 1fr;
    align-self: end;
  }

  .service-facts div:last-child {
    grid-column: auto;
  }

  .skills-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tai-benefit-layout {
    grid-template-columns: 0.86fr 1fr;
    align-items: start;
    gap: 54px;
  }

  .director-hero .service-hero-media,
  .director-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 44%, rgba(18, 17, 15, 0.46) 74%, rgba(18, 17, 15, 0.84) 100%),
      url("https://funakoshi.es/wp-content/uploads/Carlos-Rodriguez-Garcia-1024x1024.jpg") right center / cover no-repeat;
  }

  .principles-layout,
  .director-history-section {
    grid-template-columns: 0.82fr 1fr;
    align-items: center;
    gap: 64px;
  }

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

  .student-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .history-media {
    min-height: 560px;
  }

  .director-actions {
    grid-template-columns: max-content max-content;
  }

  .first-day-section {
    grid-template-columns: 0.86fr 0.9fr;
    align-items: center;
    gap: 64px;
  }

  .first-day-media {
    min-height: 560px;
  }

  .safety-layout {
    grid-template-columns: 0.78fr 1fr;
    align-items: start;
    gap: 64px;
  }

  .schedule-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.9) 42%, rgba(18, 17, 15, 0.52) 74%, rgba(18, 17, 15, 0.86) 100%),
      url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  }

  .schedule-hero-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr) 410px;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 58px;
  }

  .schedule-hero h1 {
    font-size: clamp(3.6rem, 5.4vw, 6.4rem);
  }

  .schedule-summary-panel {
    align-self: end;
  }

  .activity-schedule-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .activity-schedule-card.featured {
    grid-column: auto;
  }

  .activity-schedule-card {
    min-height: 300px;
  }

  .weekly-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
  }

  .day-column {
    min-height: 100%;
  }
}

.discipline-landing {
  background: var(--paper);
  color: var(--ink);
}

.discipline-landing .button {
  max-width: 100%;
}

.discipline-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.landing-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 14px 18px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  color: var(--white);
}

.landing-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(18, 17, 15, 0.5);
  overflow: hidden;
}

.landing-brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.landing-brand strong,
.landing-brand small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-brand strong {
  font-size: 0.94rem;
}

.landing-brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
}

.landing-header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 14px;
  background: var(--red);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.discipline-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 17, 15, 0.68) 0%, rgba(18, 17, 15, 0.78) 42%, rgba(18, 17, 15, 0.98) 100%),
    url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") right center / cover no-repeat;
  filter: saturate(0.74) contrast(1.05);
  transform: scale(1.02);
}

.discipline-hero::after {
  position: absolute;
  right: -8px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.052);
  content: "DISCIPLINA";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 14vw, 7.5rem);
  line-height: 1;
  pointer-events: none;
  writing-mode: vertical-rl;
}

.discipline-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: 26px;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 104px 20px 34px;
}

.discipline-hero h1 {
  max-width: 830px;
  margin-bottom: 18px;
  font-size: clamp(2.28rem, 11vw, 5.6rem);
  line-height: 1;
}

.discipline-hero .lead {
  max-width: 700px;
}

.landing-bullets {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.landing-bullets li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.42;
}

.landing-bullets li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.landing-microcopy {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-proof-card {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 20px;
  background: rgba(18, 17, 15, 0.58);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.hero-proof-card span {
  color: rgba(255, 255, 255, 0.86);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.2;
}

.hero-proof-card strong {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-section {
  width: min(100%, 1180px);
  margin-inline: auto;
  padding: 68px 20px;
}

.landing-two-col {
  display: grid;
  gap: 26px;
}

.landing-section h2,
.landing-final h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 8vw, 4.2rem);
  line-height: 1.04;
}

.landing-copy {
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.72;
}

.landing-copy .button {
  margin-top: 10px;
}

.fit-section,
.after-section,
.testimonials-section {
  border-top: 1px solid var(--line);
}

.check-grid,
.benefit-grid,
.simple-grid,
.testimonial-grid {
  display: grid;
  gap: 12px;
}

.check-grid div,
.benefit-grid article,
.simple-grid article,
.testimonial-grid blockquote,
.price-card,
.what-bring,
.lead-form,
.why-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(18, 17, 15, 0.08);
}

.check-grid div {
  position: relative;
  min-height: 74px;
  padding: 18px 18px 18px 42px;
  color: var(--ink-soft);
  font-weight: 800;
  line-height: 1.34;
}

.check-grid div::before {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.landing-emphasis {
  max-width: 780px;
  margin: 28px auto 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 5vw, 2.3rem);
  line-height: 1.18;
  text-align: center;
}

.benefit-grid article {
  padding: 22px;
}

.benefit-grid h3,
.simple-grid strong {
  margin-bottom: 8px;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.benefit-grid p,
.simple-grid span {
  color: var(--muted);
  line-height: 1.58;
}

.what-bring {
  margin: 22px 0;
  padding: 20px;
  background: var(--paper-strong);
}

.what-bring strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.what-bring ul,
.price-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.why-section {
  width: 100%;
  max-width: none;
  padding: 78px 20px;
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.94), rgba(18, 17, 15, 0.76)),
    url("https://funakoshi.es/wp-content/uploads/fila-cinto-negro-high-contrast-bw-e1657128085487.jpg") center / cover no-repeat;
  color: var(--white);
}

.why-panel {
  width: min(100%, 940px);
  margin-inline: auto;
  padding: 28px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(18, 17, 15, 0.62);
  color: rgba(255, 255, 255, 0.84);
}

.why-panel h2 {
  color: var(--white);
}

.why-panel blockquote {
  margin: 24px 0;
  border-left: 3px solid var(--gold);
  padding-left: 18px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 4.8vw, 2rem);
  line-height: 1.28;
}

.simple-grid article {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.landing-single-cta {
  width: min(100%, 360px);
  margin: 28px auto 0;
}

.price-section {
  width: 100%;
  max-width: none;
  padding-inline: 20px;
  background: var(--paper-strong);
}

.price-section .landing-two-col {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.price-card {
  padding: 24px;
  background: var(--white);
}

.price-lines {
  display: grid;
  gap: 4px;
  margin: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.price-lines strong {
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.price-lines span {
  margin-bottom: 10px;
  color: var(--muted);
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 22px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.48;
}

.landing-faq {
  border-top: 1px solid var(--line);
}

.landing-final {
  padding: 76px 20px;
  background:
    linear-gradient(90deg, rgba(18, 17, 15, 0.94), rgba(18, 17, 15, 0.78)),
    url("https://funakoshi.es/wp-content/uploads/elementor/thumbs/saludo-orai1ic1e8hvh4uztig59f5otlnc6bkd9xrqba6y8i.jpg") center / cover no-repeat;
  color: var(--white);
}

.landing-final > div {
  width: min(100%, 880px);
  margin-inline: auto;
}

.landing-final p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.62;
}

.form-section {
  padding-bottom: 88px;
}

.form-layout {
  display: grid;
  gap: 28px;
}

.form-layout > div > p {
  color: var(--muted);
  line-height: 1.64;
}

.form-note {
  border-left: 3px solid var(--red);
  padding-left: 14px;
  font-size: 0.9rem;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: var(--white);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 17, 15, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(140, 29, 24, 0.18);
  border-color: var(--red);
}

.lead-form button {
  border: 0;
  cursor: pointer;
}

.lead-form p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 699px) {
  .discipline-hero .hero-actions,
  .landing-final .hero-actions {
    margin-top: 22px;
  }

  .discipline-hero-inner {
    padding-bottom: 28px;
  }

  .hero-proof-card {
    padding: 16px;
  }

  .hero-proof-card span {
    font-size: 1.05rem;
  }

  .landing-section {
    padding-block: 56px;
  }
}

@media (min-width: 700px) {
  .footer-inner {
    grid-template-columns: 1fr auto;
  }

  .discipline-hero .hero-actions,
  .landing-final .hero-actions {
    grid-template-columns: max-content max-content;
  }

  .discipline-hero .button,
  .landing-final .button,
  .landing-copy .button,
  .lead-form .button {
    width: auto;
  }

  .discipline-hero-inner {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
  }

  .check-grid,
  .benefit-grid,
  .simple-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-layout {
    grid-template-columns: 0.85fr 1.1fr;
    align-items: start;
  }
}

@media (min-width: 1040px) {
  .discipline-hero-media {
    background:
      linear-gradient(90deg, rgba(18, 17, 15, 0.98) 0%, rgba(18, 17, 15, 0.92) 42%, rgba(18, 17, 15, 0.48) 72%, rgba(18, 17, 15, 0.86) 100%),
      url("https://funakoshi.es/wp-content/uploads/ni%C3%B1a-300x300.jpg") right center / cover no-repeat;
  }

  .discipline-hero-inner {
    grid-template-columns: minmax(0, 1fr) 350px;
    padding-top: 124px;
    padding-bottom: 58px;
  }

  .discipline-hero h1 {
    max-width: 730px;
    font-size: clamp(3rem, 4.6vw, 4.35rem);
  }

  .discipline-hero .hero-actions {
    margin-top: 22px;
  }

  .landing-two-col {
    grid-template-columns: 0.78fr 1fr;
    align-items: start;
    gap: 70px;
  }

  .check-grid,
  .benefit-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .simple-grid,
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
