:root {
  --khp-color-primary: #1A1A1A;
  --khp-color-secondary: #2C3539;
  --khp-color-accent: #C5A059;
  --khp-color-accent-hover: #A38449;
  --khp-color-text-body: #333333;
  --khp-color-bg-light: #F8F6F2;
  --khp-color-bg-white: #FFFFFF;
  --khp-color-border: #E8E4DC;
  --khp-font-main: 'Montserrat', Helvetica, Arial, sans-serif;
  --khp-spacing-section: 112px;
  --khp-container-width: 1180px;
  --khp-radius: 10px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.dkp-page {
  --dkp-color-primary: #1a1a1a;
  --dkp-color-secondary: #2c3539;
  --dkp-color-accent: #c5a059;
  --dkp-color-accent-hover: #a38449;
  --dkp-color-text-body: #333333;
  --dkp-color-bg-light: #f8f6f2;
  --dkp-color-bg-white: #ffffff;
  --dkp-color-border: #e8e4dc;
  --dkp-font-main: 'Montserrat', Helvetica, Arial, sans-serif;
  --dkp-spacing-section: 104px;
  --dkp-container-width: 1180px;
  --dkp-radius: 10px;

  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--dkp-font-main);
  color: var(--dkp-color-text-body);
  line-height: 1.72;
  background-color: var(--dkp-color-bg-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.dkp-page main img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.dkp-page main h1,
.dkp-page main h2,
.dkp-page main h3,
.dkp-page main h4 {
  margin: 0 0 15px;
  font-family: var(--dkp-font-main);
  color: var(--dkp-color-secondary);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.5px;
}

.dkp-page main h1 {
  font-size: 4rem;
  margin-bottom: 18px;
}

.dkp-page main h2 {
  font-size: 2.8rem;
  margin-bottom: 18px;
}

.dkp-page main h3 {
  font-size: 1.3rem;
}

.dkp-page main p {
  margin: 0 0 1.4rem;
  font-size: 1.04rem;
  font-weight: 400;
  color: var(--dkp-color-text-body);
}

.dkp-container {
  width: 90%;
  max-width: var(--dkp-container-width);
  margin: 0 auto;
}

.dkp-eyebrow {
  display: block;
  margin-bottom: 15px;
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--dkp-color-accent);
}

.dkp-section-header {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dkp-section-header-left {
  margin-left: 0;
  align-items: flex-start;
  text-align: left;
}

.dkp-section-header p {
  max-width: 760px;
  margin: 0 auto !important;
  font-size: 1.12rem;
  text-align: center;
}

.dkp-section-header-left p {
  margin-left: 0 !important;
  text-align: left;
}

.dkp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--dkp-font-main);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  cursor: pointer;
  transition: all 0.28s ease;
}

.dkp-btn-primary {
  background-color: var(--dkp-color-secondary);
  color: #ffffff !important;
}

.dkp-btn-primary:hover,
.dkp-btn-primary:focus {
  background-color: var(--dkp-color-primary);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.dkp-btn-outline-dark {
  background-color: transparent;
  color: var(--dkp-color-secondary) !important;
  border-color: var(--dkp-color-secondary);
}

.dkp-btn-outline-dark:hover,
.dkp-btn-outline-dark:focus {
  background-color: var(--dkp-color-secondary);
  color: #ffffff !important;
}

.dkp-chip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(197, 160, 89, 0.34);
  background: rgba(197, 160, 89, 0.14);
  color: var(--dkp-color-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.22s ease;
}

.dkp-chip-link:hover,
.dkp-chip-link:focus {
  background: var(--dkp-color-accent);
  border-color: var(--dkp-color-accent);
  color: #ffffff;
}

/* HERO */
.dkp-hero {
  position: relative;
  padding: 138px 0 88px;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 23, 31, 0.74), rgba(17, 23, 31, 0.82)),
    url('/assets/images/textures/pexels-martinpechy-2078266.jpg') center / cover no-repeat;
}

.dkp-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(14, 20, 28, 0.42), rgba(14, 20, 28, 0.20)),
    linear-gradient(to bottom, rgba(14, 20, 28, 0.12), rgba(14, 20, 28, 0.24));
  z-index: 0;
}

.dkp-hero .dkp-container {
  position: relative;
  z-index: 1;
}

.dkp-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
}

.dkp-breadcrumb a,
.dkp-breadcrumb span {
  color: inherit;
}

.dkp-breadcrumb a:hover {
  color: #ffffff;
}

.dkp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: start;
}

.dkp-gallery-shell {
  min-width: 0;
}

.dkp-gallery-stage {
  position: relative;
  margin-bottom: 16px;
}

.dkp-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #f3f0ea;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.dkp-gallery-main::before {
  content: '';
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 82%;
  height: 82%;
  border-radius: 26px;
  background: rgba(197, 160, 89, 0.26);
  z-index: 0;
}

.dkp-gallery-main img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.92 / 1;
  object-fit: cover;
  object-position: center top;
}

.dkp-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.90);
  color: var(--dkp-color-secondary);
  font-size: 1.05rem;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.25s ease;
}

.dkp-gallery-arrow:hover,
.dkp-gallery-arrow:focus {
  background: var(--dkp-color-secondary);
  color: #ffffff;
  border-color: var(--dkp-color-secondary);
}

.dkp-gallery-prev {
  left: 18px;
}

.dkp-gallery-next {
  right: 18px;
}

.dkp-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.dkp-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dkp-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.dkp-thumb.is-active {
  border-color: var(--dkp-color-accent);
  box-shadow: 0 10px 24px rgba(197, 160, 89, 0.24);
}

.dkp-thumb:hover,
.dkp-thumb:focus {
  transform: translateY(-2px);
}

.dkp-hero-copy .dkp-eyebrow,
.dkp-hero-copy h1,
.dkp-hero-copy p {
  color: #ffffff !important;
}

.dkp-hero-subtitle {
  margin-bottom: 18px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: var(--dkp-color-accent) !important;
  letter-spacing: 0.4px;
}

.dkp-hero-lead {
  font-size: 1.12rem !important;
}

.dkp-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.dkp-hero-highlights span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* STORY */
.dkp-story {
  padding: var(--dkp-spacing-section) 0;
  background: var(--dkp-color-bg-light);
}

.dkp-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: start;
}

.dkp-story-media {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.dkp-story-video-embed {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.dkp-story-video-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.dkp-story-training-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.dkp-story-training-card {
  padding: 22px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(232, 228, 220, 0.95);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.dkp-story-training-label {
  display: block;
  margin-bottom: 10px;
  color: var(--dkp-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dkp-story-training-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.3;
  color: var(--dkp-color-secondary);
}

/* QUOTE STRIP */
.dkp-quote-strip {
  padding: 72px 0;
  color: #ffffff;
  background:
    linear-gradient(rgba(17, 23, 31, 0.54), rgba(17, 23, 31, 0.66)),
    url('/assets/images/textures/shutterstock-433037449.jpg') center / cover no-repeat;
}

.dkp-quote-strip-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.dkp-quote-strip-label {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.dkp-quote-strip-text {
  margin: 0 0 12px !important;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
}

.dkp-quote-strip-meta {
  margin: 0 !important;
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.84) !important;
}

/* EDUCATION */
.dkp-education {
  padding: var(--dkp-spacing-section) 0;
  background: #ffffff;
}

.dkp-education-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 38px;
}

.dkp-education-highlights {
  display: grid;
  gap: 18px;
}

.dkp-highlight-card {
  padding: 24px 22px;
  border-radius: 20px;
  background: var(--dkp-color-bg-light);
  border: 1px solid rgba(232, 228, 220, 0.95);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.dkp-highlight-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--dkp-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dkp-accreditation-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 0;
  margin-top: 8px;
  border-top: none;
  flex-wrap: nowrap;
}

.dkp-accreditation-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dkp-accreditation-logo img {
  max-height: 44px;
  width: auto;
  max-width: 115px;
  object-fit: contain;
  display: block;
  opacity: 0.96;
}

/* EXPERTISE */
.dkp-expertise {
  padding: var(--dkp-spacing-section) 0;
  background: var(--dkp-color-bg-light);
}

.dkp-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dkp-expertise-card {
  position: relative;
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(232, 228, 220, 0.95);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.dkp-expertise-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  width: 72px;
  height: 3px;
  background: var(--dkp-color-accent);
}

.dkp-card-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--dkp-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dkp-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

/* REVIEWS WIDGET */
.khp-reviews-widget-section {
  padding: 96px 0;
  background: #ffffff;
}

.khp-reviews-widget {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.khp-reviews-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 42px;
}

.khp-reviews-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--dkp-color-accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.khp-reviews-header h2 {
  margin: 0 0 16px;
  font-size: 2.85rem;
  line-height: 1.12;
  color: var(--dkp-color-secondary);
}

.khp-reviews-header p {
  max-width: 720px;
  margin: 0 auto 26px !important;
  font-size: 1.08rem;
  text-align: center;
}

.khp-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.khp-reviews-summary-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.khp-reviews-score {
  font-size: 2rem;
  font-weight: 600;
  color: var(--dkp-color-secondary);
  line-height: 1;
}

.khp-reviews-stars {
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: var(--dkp-color-accent);
}

.khp-reviews-count {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--dkp-color-secondary);
  border-bottom: 1px solid rgba(44, 53, 57, 0.22);
  padding-bottom: 2px;
}

.khp-reviews-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.khp-reviews-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(44, 53, 57, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--dkp-color-secondary);
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.khp-reviews-arrow:hover,
.khp-reviews-arrow:focus {
  background: var(--dkp-color-secondary);
  color: #ffffff;
  border-color: var(--dkp-color-secondary);
}

.khp-reviews-viewport {
  overflow: hidden;
}

.khp-reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.khp-review-card {
  flex: 0 0 calc(33.333% - 16px);
  min-height: 100%;
  padding: 28px 28px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(232, 228, 220, 0.8);
}

.khp-review-stars {
  margin-bottom: 16px;
  color: var(--dkp-color-accent);
  letter-spacing: 2px;
  font-size: 1rem;
}

.khp-review-text {
  margin: 0 0 20px !important;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--dkp-color-text-body);
}

.khp-review-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.khp-review-meta strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dkp-color-secondary);
}

.khp-review-meta span {
  font-size: 0.92rem;
  color: rgba(51, 51, 51, 0.74);
}

/* VIDEOS */
.dkp-videos {
  padding: var(--dkp-spacing-section) 0;
  background: var(--dkp-color-bg-light);
}

.dkp-video-carousel-shell {
  padding: 34px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(232, 228, 220, 0.95);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.05);
}

.dkp-video-carousel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.dkp-video-carousel-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dkp-video-carousel-kicker {
  color: var(--dkp-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dkp-video-carousel-counter {
  color: var(--dkp-color-secondary);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.dkp-video-carousel-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dkp-video-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(44, 53, 57, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--dkp-color-secondary);
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.dkp-video-arrow:hover,
.dkp-video-arrow:focus {
  background: var(--dkp-color-secondary);
  color: #ffffff;
  border-color: var(--dkp-color-secondary);
}

.dkp-video-stage {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.dkp-video-embed-shell {
  display: flex;
  justify-content: center;
}

.dkp-video-embed {
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  background: #111;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

.dkp-video-embed::before {
  content: '';
  position: absolute;
  left: -18px;
  bottom: -18px;
  width: 78%;
  height: 78%;
  border-radius: 26px;
  background: rgba(197, 160, 89, 0.18);
  z-index: 0;
}

.dkp-video-embed iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.dkp-video-stage-copy {
  min-width: 0;
  padding-top: 10px;
}

.dkp-video-stage-label {
  display: block;
  margin-bottom: 10px;
  color: var(--dkp-color-accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dkp-video-stage-copy h3 {
  margin-bottom: 14px;
  font-size: 2rem;
  line-height: 1.15;
}

.dkp-video-stage-copy p {
  max-width: 620px;
}

.dkp-video-stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0 26px;
}

.dkp-video-selector {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.dkp-video-selector-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(232, 228, 220, 0.95);
  background: var(--dkp-color-bg-light);
  color: var(--dkp-color-secondary);
  text-align: left;
  cursor: pointer;
  transition: all 0.22s ease;
}

.dkp-video-selector-item:hover,
.dkp-video-selector-item:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}

.dkp-video-selector-item.is-active {
  background: rgba(197, 160, 89, 0.12);
  border-color: rgba(197, 160, 89, 0.45);
  box-shadow: 0 12px 28px rgba(197, 160, 89, 0.12);
}

.dkp-video-selector-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--dkp-color-accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.dkp-video-selector-text {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dkp-color-secondary);
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .dkp-expertise-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 992px) {
  .dkp-page {
    --dkp-spacing-section: 88px;
  }

  .dkp-accreditation-strip {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dkp-page main h1 {
    font-size: 3.1rem;
  }

  .dkp-page main h2 {
    font-size: 2.3rem;
  }

  .dkp-hero-grid,
  .dkp-story-grid,
  .dkp-education-grid,
  .dkp-expertise-grid,
  .dkp-video-stage {
    grid-template-columns: 1fr;
  }

  .dkp-story-media {
    justify-content: flex-start;
  }

  .dkp-story-video-embed {
    max-width: 340px;
  }

  .dkp-accreditation-strip {
    gap: 22px;
    justify-content: center;
  }

  .khp-review-card {
    flex: 0 0 calc(50% - 12px);
  }

  .dkp-video-embed-shell {
    justify-content: flex-start;
  }

  .dkp-video-stage-copy {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .dkp-page {
    --dkp-spacing-section: 72px;
  }

  .dkp-story-training-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dkp-hero {
    padding: 132px 0 56px;
  }

  .dkp-page main h1 {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .dkp-page main h2 {
    font-size: 2rem;
  }

  .dkp-hero-grid,
  .dkp-story-grid,
  .dkp-education-grid,
  .dkp-expertise-grid,
  .dkp-video-stage {
    grid-template-columns: 1fr;
  }

  .dkp-gallery-main img {
    aspect-ratio: 0.9 / 1;
  }

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

  .dkp-gallery-arrow {
    width: 46px;
    height: 46px;
  }

  .dkp-section-header,
  .dkp-section-header-left {
    margin-bottom: 40px;
    text-align: left;
    align-items: flex-start;
  }

  .dkp-section-header p,
  .dkp-section-header-left p {
    text-align: left;
    margin-left: 0 !important;
  }

  .dkp-story-grid {
    gap: 28px;
  }

  .dkp-story-video-embed {
    max-width: 320px;
  }

  .dkp-quote-strip {
    padding: 56px 0;
  }

  .dkp-quote-strip-text {
    font-size: 1.46rem !important;
  }

  .dkp-accreditation-strip {
    justify-content: center;
    gap: 18px;
  }

  .dkp-accreditation-logo img {
    max-height: 44px;
    max-width: 120px;
  }

  .khp-reviews-widget-section {
    padding: 64px 0;
  }

  .khp-reviews-summary {
    flex-direction: column;
    align-items: center;
  }

  .khp-review-card {
    flex: 0 0 100%;
    padding: 24px 22px 22px;
  }

  .khp-reviews-nav {
    justify-content: center;
  }

  .khp-reviews-track {
    gap: 16px;
  }

  .dkp-video-carousel-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .dkp-video-carousel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .dkp-video-carousel-nav {
    justify-content: flex-start;
  }

  .dkp-video-stage-copy h3 {
    font-size: 1.6rem;
  }

  .dkp-video-embed {
    max-width: 320px;
  }

  .dkp-video-selector-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 16px;
  }

  .dkp-video-selector-number {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 560px) {
  .dkp-page main h1 {
    font-size: 2.08rem;
  }

  .dkp-page main h2 {
    font-size: 1.75rem;
  }

  .dkp-hero-highlights {
    gap: 10px;
  }

  .dkp-hero-highlights span {
    font-size: 0.76rem;
  }

  .dkp-gallery-thumbs {
    gap: 10px;
  }

  .dkp-story-video-embed {
    max-width: 100%;
  }

  .dkp-quote-strip-text {
    font-size: 1.42rem !important;
  }

  .dkp-accreditation-strip {
    gap: 16px;
  }

  .dkp-highlight-card,
  .dkp-expertise-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dkp-highlight-card,
  .dkp-expertise-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dkp-video-carousel-shell {
    padding: 18px;
  }

  .dkp-video-embed {
    max-width: 100%;
  }

  .dkp-video-stage-copy h3 {
    font-size: 1.38rem;
  }

  .dkp-video-stage-actions {
    margin: 22px 0 22px;
  }

  .dkp-video-selector-text {
    font-size: 0.92rem;
  }
}