:root {
  --ink: #111111;
  --muted: #66666d;
  --paper: #f6f3ee;
  --panel: #ffffff;
  --line: rgba(17, 17, 17, 0.12);
  --red: #d71920;
  --red-dark: #9f1117;
  --gold: #d9aa48;
  --charcoal: #191919;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.5;
}

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

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

.section-pad {
  padding-inline: clamp(20px, 5vw, 72px);
}

.location-strip {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 9px 20px;
  color: var(--white);
  background: var(--red);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand img,
.footer img {
  width: 58px;
  aspect-ratio: 1;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #303035;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
  content: "";
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--red);
  border-radius: 6px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 14px 28px rgba(215, 25, 32, 0.24);
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(215, 25, 32, 0.3);
}

.btn-small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 0.9rem;
}

.btn-ghost {
  color: var(--ink);
  border-color: rgba(17, 17, 17, 0.22);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.btn-ghost:hover {
  color: var(--white);
  border-color: var(--red);
}

.btn-ghost.light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  position: relative;
  min-height: calc(100svh - 112px);
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}

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

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.78)), linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 38%);
  content: "";
}

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

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 68px);
  min-height: calc(100svh - 112px);
  padding-block: clamp(76px, 12vw, 150px) clamp(34px, 7vw, 82px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow,
.cta .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  line-height: 0.96;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  font-size: clamp(4rem, 11vw, 8.8rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
}

h3 {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.coach {
  margin: 18px 0 0;
  color: #f3dfb0;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 800;
}

.hero-text {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.24rem);
}

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

.hero-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel div {
  padding: 24px;
  background: rgba(0, 0, 0, 0.28);
}

.hero-panel strong {
  display: block;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
}

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

.intro,
.training,
.schedule,
.why,
.cta {
  padding-block: clamp(64px, 9vw, 118px);
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading > p:last-child,
.split > p {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 34px;
}

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

.promise-grid article,
.why-grid article {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.promise-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font-size: 0.84rem;
  font-weight: 900;
}

.promise-grid p,
.why-grid p,
.program-body p {
  color: var(--muted);
}

.image-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.image-strip img {
  width: 100%;
  height: clamp(220px, 26vw, 390px);
  border-radius: 8px;
  object-fit: cover;
}

.image-strip img:nth-child(2) {
  margin-top: 38px;
}

.training {
  background: var(--white);
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.program-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 8px;
  background: #fafafa;
  flex-direction: column;
}

.program-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
}

.program-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.program-card.featured img {
  height: 100%;
  min-height: 520px;
}

.program-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
}

.meta {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fees {
  display: grid;
  gap: 8px;
  margin: auto 0 20px;
  padding: 20px 0 0;
  list-style: none;
}

.fees li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.fees span,
.compact-list {
  color: var(--muted);
}

.fees strong {
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.25rem;
}

.text-link {
  color: var(--red);
  font-weight: 900;
}

.fee-note {
  margin-top: auto;
  padding: 14px 16px;
  border: 1px solid rgba(215, 25, 32, 0.22);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(215, 25, 32, 0.06);
  font-weight: 800;
}

.compact-list {
  margin: 10px 0 22px;
  padding-left: 18px;
}

.package-poster {
  position: relative;
  overflow: hidden;
  margin-top: clamp(34px, 5vw, 64px);
  padding: clamp(28px, 5vw, 58px);
  border-radius: 8px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 12%, rgba(217, 170, 72, 0.3), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(215, 25, 32, 0.34), transparent 28%),
    linear-gradient(135deg, #151515, #291414 58%, #090909);
  box-shadow: var(--shadow);
}

.package-poster::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  content: "";
}

.poster-top,
.package-grid,
.gold-note,
.package-poster .btn {
  position: relative;
}

.poster-top {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.poster-top h2 {
  max-width: none;
  font-size: clamp(2.6rem, 7vw, 6rem);
}

.poster-top p:last-child {
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 800;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(28px, 5vw, 52px);
}

.package-card {
  display: flex;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.package-card.bronze {
  background: linear-gradient(155deg, rgba(171, 99, 58, 0.34), rgba(255, 255, 255, 0.08));
}

.package-card.silver {
  background: linear-gradient(155deg, rgba(213, 219, 224, 0.3), rgba(255, 255, 255, 0.08));
}

.package-card.gold {
  background: linear-gradient(155deg, rgba(217, 170, 72, 0.44), rgba(255, 255, 255, 0.08));
  box-shadow: 0 22px 56px rgba(217, 170, 72, 0.18);
}

.medal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 22px;
  border: 3px solid currentColor;
  border-radius: 50%;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bronze .medal {
  color: #e2a06f;
}

.silver .medal {
  color: #d9e0e5;
}

.gold .medal {
  color: #ffd65a;
}

.package-card strong {
  display: block;
  margin: 22px 0 12px;
  color: var(--white);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  line-height: 1.2;
}

.package-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.gold-note {
  max-width: 920px;
  margin: 18px auto 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(217, 170, 72, 0.5);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  text-align: center;
}

.gold-note h3 {
  color: var(--gold);
}

.gold-note p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
}

.gold-note small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.package-poster .btn {
  display: flex;
  width: fit-content;
  margin: 24px auto 0;
}

.schedule {
  color: var(--white);
  background: var(--charcoal);
}

.schedule .section-heading p,
.schedule .split > p {
  color: rgba(255, 255, 255, 0.72);
}

.schedule-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.schedule-row {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.9fr 0.9fr;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.schedule-row:last-child {
  border-bottom: 0;
}

.schedule-row.head {
  color: var(--gold);
  background: rgba(215, 25, 32, 0.22);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-row span:first-child {
  font-weight: 900;
}

.why {
  background: #ebe6dd;
}

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

.why-grid article {
  min-height: 260px;
  background: var(--paper);
}

.cta {
  color: var(--white);
  background: linear-gradient(120deg, #111111, #2a1010 62%, #111111);
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.cta-card h2 {
  max-width: 760px;
}

.cta-card p:last-child {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.76);
}

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 5vw, 72px);
  background: var(--white);
}

.footer > div,
.footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer p,
.footer a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.page-hero {
  display: grid;
  min-height: 430px;
  align-items: end;
  padding-block: clamp(76px, 10vw, 132px) clamp(48px, 7vw, 84px);
  color: var(--white);
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.88), rgba(42, 16, 16, 0.86)), url("https://dynamickickboxing.com/wp-content/uploads/2024/10/IMG20221224185542-1024x578.jpg") center / cover;
}

.page-hero h1 {
  max-width: 900px;
}

.page-hero p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.directory,
.policy,
.class-content,
.contact-layout,
.coach-section {
  padding-block: clamp(58px, 8vw, 104px);
}

.about-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 28px;
}

.stat-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.stat-grid strong {
  display: block;
  padding: 22px;
  background: rgba(0, 0, 0, 0.28);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.stat-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.coach-section {
  background: var(--white);
}

.coach-card,
.contact-layout,
.class-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.coach-card img,
.contact-layout > img,
.class-hero img {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
}

.coach-title {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.coach-card p:not(.eyebrow):not(.coach-title),
.class-content p,
.policy p {
  color: var(--muted);
  font-size: 1.03rem;
}

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

.bio-grid article,
.contact-panel,
.policy article,
.class-content article {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.bio-grid article {
  min-height: 300px;
}

.class-hero {
  padding-block: clamp(52px, 8vw, 96px);
  color: var(--white);
  background: var(--charcoal);
}

.class-hero h1 {
  font-size: clamp(3.2rem, 8vw, 7.6rem);
}

.class-hero img {
  min-height: 510px;
  box-shadow: var(--shadow);
}

.detail-list {
  display: grid;
  gap: 10px;
  max-width: 680px;
  margin: 28px 0 0;
}

.detail-list div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-list dt {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.class-content {
  background: var(--white);
}

.class-content article,
.policy article {
  max-width: 940px;
  margin-inline: auto;
}

.class-content h2 {
  margin-bottom: 22px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.class-content h3,
.policy h3 {
  margin-top: 30px;
}

.benefit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.benefit-grid span {
  padding: 10px 14px;
  border: 1px solid rgba(215, 25, 32, 0.24);
  border-radius: 999px;
  color: var(--red);
  background: rgba(215, 25, 32, 0.06);
  font-weight: 900;
}

.contact-layout {
  background: var(--white);
}

.contact-panel {
  display: grid;
  gap: 16px;
}

.contact-panel h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.contact-panel > a {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.policy {
  background: var(--white);
}

@media (max-width: 1040px) {
  .hero-content,
  .split,
  .cta-card,
  .about-hero,
  .coach-card,
  .contact-layout,
  .class-hero {
    grid-template-columns: 1fr;
  }

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

  .training-grid,
  .why-grid,
  .bio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .schedule-row {
    grid-template-columns: 1fr 0.8fr;
  }

  .class-hero img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .location-strip {
    flex-direction: column;
    gap: 2px;
    text-align: center;
    font-size: 0.72rem;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 70px;
  }

  .brand span {
    display: none;
  }

  .nav-shell > .btn {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .nav-links a::after {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    padding-top: 78px;
  }

  h1 {
    font-size: clamp(3.4rem, 18vw, 5rem);
  }

  .hero-panel,
  .training-grid,
  .program-card.featured,
  .image-strip,
  .why-grid,
  .bio-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    padding: 18px;
  }

  .program-card.featured {
    display: flex;
    grid-column: span 1;
  }

  .program-card.featured img,
  .program-card img {
    height: 240px;
    min-height: 0;
  }

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

  .image-strip img:nth-child(2) {
    margin-top: 0;
  }

  .schedule-table {
    border: 0;
    border-radius: 0;
  }

  .schedule-row,
  .schedule-row.head {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }

  .schedule-row.head {
    display: none;
  }

  .footer,
  .footer > div,
  .footer nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero,
  .class-hero {
    min-height: auto;
  }

  .coach-card img,
  .contact-layout > img,
  .class-hero img {
    min-height: 260px;
  }

  .detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 480px) {
  .section-pad {
    padding-inline: 16px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }
}
