/* About page only. Common/base CSS stays in your existing common stylesheet. */
.skm-about-page {
  --skm-about-bg: var(--page-bg, #fff8e8);
  --skm-about-card: var(--card-bg, #fffdf7);
  --skm-about-green: var(--green, #123f1c);
  --skm-about-green-dark: var(--green-2, #0b2d14);
  --skm-about-gold: var(--gold, #ffc400);
  --skm-about-gold-soft: var(--gold-300, #ffe58a);
  --skm-about-ink: var(--ink, #06180a);
  --skm-about-white: var(--white, #ffffff);
  --skm-about-shadow: var(--shadow-card, 0 14px 28px rgba(23, 52, 23, 0.1));
  --skm-about-radius: 24px;
  --skm-about-max: 1488px;

  background: var(--skm-about-bg);
  color: var(--skm-about-ink);
  overflow-x: clip;
}

.skm-about-page img {
  display: block;
  max-width: 100%;
}

.skm-about-inner {
  width: min(100% - 48px, var(--skm-about-max));
  margin-inline: auto;
}

.skm-about-hero {
  padding: 132px 0 78px;
}

.skm-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 734px) minmax(420px, 734px);
  gap: 22px;
  align-items: start;
}

.skm-about-copy,
.skm-about-hero-media,
.skm-about-story-grid > *,
.skm-about-trust-grid > * {
  min-width: 0;
}

.skm-about-eyebrow {
  margin: 0 0 42px;
  color: var(--skm-about-green-dark);
  font-size: 20px;
  font-weight: 900;
}

.skm-about-copy h1 {
  margin: 0 0 30px;
  color: var(--skm-about-ink);
  font-size: 43px;
  line-height: 1.18;
  font-style: italic;
  font-weight: 900;
}

.skm-about-lead {
  margin: 0 0 52px;
  color: var(--skm-about-ink);
  font-size: 20px;
  line-height: 2;
  font-weight: 800;
}

.skm-about-hero-media {
  margin: 0;
  width: 100%;
  height: 641px;
  overflow: hidden;
  background: var(--skm-about-white);
}

.skm-about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.skm-about-stats {
  width: 734px;
  max-width: 100%;
  min-height: 155px;
  padding: 20px 52px;
  background: var(--skm-about-green);
  border-radius: var(--skm-about-radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  color: var(--skm-about-white);
}

.skm-about-stats article {
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: start;
  gap: 7px;
}

.skm-about-stats img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.skm-about-stats strong {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.skm-about-stats span {
  font-size: 14px;
  line-height: 1.45;
}

.skm-about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-bottom: 54px;
}

.skm-about-card {
  min-height: 376px;
  background: var(--skm-about-card);
  border-radius: var(--skm-about-radius);
  padding: 24px 28px;
}

.skm-about-journey {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
}

.skm-about-card-icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid var(--skm-about-white);
  border-radius: 50%;
  background: var(--skm-about-gold-soft);
}

.skm-about-card-icon img {
  width: 40px;
  height: 40px;
}

.skm-about-card h2,
.skm-about-values h2,
.skm-about-service h2 {
  margin: 0 0 18px;
  color: var(--skm-about-green-dark);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.skm-about-card p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 2.1;
  font-weight: 700;
}

.skm-about-founder {
  padding: 24px 40px;
}

.skm-about-founder-content {
  display: grid;
  grid-template-columns: 232px 1fr;
  gap: 34px;
  align-items: center;
}

.skm-about-founder-photo {
  width: 232px;
  height: 232px;
  object-fit: cover;
  border-radius: 12px;
}

.skm-about-founder blockquote {
  margin: 0;
}

.skm-about-founder blockquote span {
  display: block;
  color: var(--skm-about-gold);
  font-size: 86px;
  line-height: 0.65;
  font-weight: 900;
}

.skm-about-founder blockquote p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 700;
}

.skm-about-founder cite {
  display: block;
  color: var(--skm-about-ink);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.skm-about-founder small {
  font-weight: 500;
}

.skm-about-choose {
  padding-bottom: 62px;
}

.skm-about-choose h2,
.skm-about-process h2 {
  margin: 0 0 40px;
  color: var(--skm-about-green-dark);
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
  font-weight: 900;
}

.skm-about-choose-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.skm-about-choose-grid article {
  min-height: 235px;
  padding: 28px 18px 24px;
  background: var(--skm-about-card);
  border-radius: 18px;
  box-shadow: var(--skm-about-shadow);
  text-align: center;
}

.skm-about-choose-grid h3 {
  margin: 0 0 18px;
  color: var(--skm-about-green);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.skm-about-choose-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 600;
}

.skm-about-process {
  padding-bottom: 70px;
}

.skm-about-process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
}

.skm-about-process-grid article {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.skm-about-process-grid span {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid var(--skm-about-white);
  border-radius: 50%;
  background: var(--skm-about-gold-soft);
}

.skm-about-process-grid img {
  width: 40px;
  height: 40px;
}

.skm-about-process-grid h3 {
  margin: 0;
  color: var(--skm-about-green);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.skm-about-process-grid p {
  width: min(100%, 180px);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.skm-about-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-bottom: 64px;
}

.skm-about-values,
.skm-about-service {
  min-height: 238px;
  border-radius: var(--skm-about-radius);
  overflow: hidden;
}

.skm-about-values {
  padding: 18px 38px 32px;
  background: var(--skm-about-green);
  color: var(--skm-about-white);
  text-align: center;
}

.skm-about-values h2 {
  margin-bottom: 28px;
  color: var(--skm-about-white);
  font-size: 24px;
}

.skm-about-values-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.skm-about-values-list div {
  display: grid;
  justify-items: center;
  gap: 24px;
}

.skm-about-values-list span {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid var(--skm-about-gold-soft);
  border-radius: 50%;
}

.skm-about-values-list img {
  width: 40px;
  height: 40px;
}

.skm-about-values-list strong {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.skm-about-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 234px;
  align-items: center;
  gap: 16px;
  padding: 24px 24px 20px 32px;
  background: var(--skm-about-gold-soft);
}

.skm-about-service h2 {
  margin-bottom: 18px;
  color: var(--skm-about-green);
  font-size: 24px;
}

.skm-about-service p {
  max-width: 426px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.skm-about-area-button,
.skm-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 32px;
  font-weight: 900;
  white-space: nowrap;
}

.skm-about-area-button {
  min-height: 46px;
  padding: 10px 22px;
  background: var(--skm-about-green);
  color: var(--skm-about-white);
  font-size: 14px;
}

.skm-about-area-button img {
  width: 24px;
  height: 24px;
}

.skm-about-map {
  width: 234px;
  height: 234px;
  object-fit: contain;
}

.skm-about-cta {
  min-height: 515px;
  display: grid;
  grid-template-columns: minmax(360px, 49%) 1fr;
  align-items: center;
  overflow: hidden;
  background: var(--skm-about-bg);
}

.skm-about-cta-image {
  align-self: stretch;
  min-height: 515px;
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0) 0%, rgba(255, 248, 232, 0) 52%, var(--skm-about-bg) 100%),
    url("../img/couple-hero.png") center / cover no-repeat;
}

.skm-about-cta-copy {
  padding: 80px 48px;
  text-align: center;
}

.skm-about-cta-copy h2 {
  margin: 0 0 46px;
  color: var(--skm-about-green);
  font-size: 32px;
  line-height: 1.35;
  font-weight: 900;
}

.skm-about-cta-copy p {
  margin: 0 auto 48px;
  max-width: 442px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.skm-about-actions {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.skm-about-btn {
  min-height: 49px;
  padding: 10px 32px;
  border: 1px solid transparent;
  font-size: 14px;
}

.skm-about-btn img {
  width: 32px;
  height: 32px;
}

.skm-about-btn-primary {
  background: var(--skm-about-gold);
  color: var(--skm-about-green-dark);
}

.skm-about-btn-outline {
  border-color: var(--skm-about-green);
  color: var(--skm-about-green);
}

@media (max-width: 1200px) {
  .skm-about-choose-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .skm-about-inner {
    width: min(100% - 32px, var(--skm-about-max));
  }

  .skm-about-hero {
    padding-top: 60px;
  }

  .skm-about-hero-grid,
  .skm-about-story-grid,
  .skm-about-trust-grid,
  .skm-about-cta {
    grid-template-columns: 1fr;
  }

  .skm-about-hero-media {
    height: 520px;
  }

  .skm-about-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .skm-about-founder-content {
    grid-template-columns: 180px 1fr;
  }

  .skm-about-founder-photo {
    width: 180px;
    height: 180px;
  }

  .skm-about-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .skm-about-service {
    grid-template-columns: 1fr;
  }

  .skm-about-map {
    justify-self: center;
  }

  .skm-about-cta-image {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  .skm-about-copy h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .skm-about-lead {
    font-size: 16px;
    line-height: 1.8;
  }

  .skm-about-lead br {
    display: none;
  }

  .skm-about-hero-media {
    height: 420px;
  }

  .skm-about-stats,
  .skm-about-choose-grid,
  .skm-about-process-grid,
  .skm-about-values-list {
    grid-template-columns: 1fr;
  }

  .skm-about-journey,
  .skm-about-founder-content {
    grid-template-columns: 1fr;
  }

  .skm-about-choose-grid article {
    min-height: auto;
  }

  .skm-about-cta-copy {
    padding: 56px 24px;
  }

  .skm-about-cta-copy h2 {
    font-size: 26px;
  }

  .skm-about-btn,
  .skm-about-area-button {
    width: 100%;
    flex-wrap: wrap;
    white-space: normal;
    text-align: center;
  }
}

/* Final about-page polish: curved photos, balanced icons, responsive mobile buttons */
.skm-about-page .skm-about-hero-media {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 196, 0, 0.34);
  border-radius: 0 86px 0 86px;
  box-shadow: 0 26px 62px rgba(18, 63, 28, 0.16);
  transform: translateZ(0);
  animation: skmAboutPhotoFloat 7s ease-in-out infinite;
}

.skm-about-page .skm-about-hero-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 68px 0 68px;
  pointer-events: none;
}

.skm-about-page .skm-about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(118deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.26) 50%, transparent 60%),
    linear-gradient(180deg, rgba(18, 63, 28, 0) 58%, rgba(18, 63, 28, 0.08) 100%);
  transform: translateX(-115%);
  animation: skmAboutPhotoShine 6.5s ease-in-out infinite;
  pointer-events: none;
}

.skm-about-page .skm-about-hero-media img {
  transform: scale(1.025);
  transition: transform 700ms ease;
}

.skm-about-page .skm-about-hero-media:hover img {
  transform: scale(1.055);
}

.skm-about-page .skm-about-card,
.skm-about-page .skm-about-choose-grid article,
.skm-about-page .skm-about-process-grid article,
.skm-about-page .skm-about-values,
.skm-about-page .skm-about-service {
  animation: skmAboutFadeUp 720ms ease both;
}

.skm-about-page .skm-about-card:nth-child(2),
.skm-about-page .skm-about-process-grid article:nth-child(2),
.skm-about-page .skm-about-values,
.skm-about-page .skm-about-service {
  animation-delay: 90ms;
}

.skm-about-page .skm-about-process-grid span,
.skm-about-page .skm-about-values-list span,
.skm-about-page .skm-about-card-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(18, 63, 28, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.skm-about-page .skm-about-process-grid span::after,
.skm-about-page .skm-about-values-list span::after,
.skm-about-page .skm-about-card-icon::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
}

.skm-about-page .skm-about-process-grid article:hover span,
.skm-about-page .skm-about-values-list div:hover span {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 18px 38px rgba(18, 63, 28, 0.14);
}

.skm-about-page .skm-about-process-grid img,
.skm-about-page .skm-about-values-list img,
.skm-about-page .skm-about-card-icon img {
  display: block;
  width: 42px;
  height: 42px;
  margin: auto;
  object-fit: contain;
}

.skm-about-page .skm-about-cta {
  gap: 34px;
  padding: 38px 30px 52px;
  background:
    radial-gradient(circle at 72% 38%, rgba(255, 196, 0, 0.12), transparent 32%),
    var(--skm-about-bg);
}

.skm-about-page .skm-about-cta-image {
  position: relative;
  min-height: 548px;
  border-radius: 0 92px 92px 0;
  overflow: hidden;
  box-shadow: 0 26px 66px rgba(18, 63, 28, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0) 0%, rgba(255, 248, 232, 0) 58%, rgba(255, 248, 232, 0.88) 100%),
    url("../img/couple-hero.png") center / cover no-repeat;
  animation: skmAboutPhotoFloat 7.5s ease-in-out infinite;
}

.skm-about-page .skm-about-cta-image::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0 74px 74px 0;
  pointer-events: none;
}

.skm-about-page .skm-about-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.skm-about-page .skm-about-cta-copy {
  justify-self: center;
  width: min(100%, 660px);
  padding-inline: clamp(24px, 4vw, 54px);
}

.skm-about-page .skm-about-cta-copy > h2 {
  margin-inline: auto !important;
  text-align: center;
}

.skm-about-page .skm-about-cta-copy > h2::after {
  margin-left: auto !important;
  margin-right: auto !important;
}

.skm-about-page .skm-about-cta-title-line {
  display: block;
}

.skm-about-page .skm-about-cta-copy > h2 .km-heading-accent {
  color: var(--km-marked-heading-accent, var(--skm-about-gold)) !important;
}

.skm-about-page .skm-about-cta-copy p {
  max-width: 540px;
  text-align: center;
}

.skm-about-page .skm-about-btn {
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.skm-about-page .skm-about-btn:hover,
.skm-about-page .skm-about-area-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(18, 63, 28, 0.16);
}

@keyframes skmAboutPhotoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes skmAboutPhotoShine {
  0%,
  42% {
    transform: translateX(-115%);
  }

  68%,
  100% {
    transform: translateX(115%);
  }
}

@keyframes skmAboutFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skm-about-page .skm-about-hero-media,
  .skm-about-page .skm-about-hero-media::after,
  .skm-about-page .skm-about-cta-image,
  .skm-about-page .skm-about-card,
  .skm-about-page .skm-about-choose-grid article,
  .skm-about-page .skm-about-process-grid article,
  .skm-about-page .skm-about-values,
  .skm-about-page .skm-about-service {
    animation: none !important;
  }
}

@media (max-width: 900px) {
  .skm-about-page .skm-about-hero-media {
    border-radius: 34px 76px 34px 76px;
  }

  .skm-about-page .skm-about-hero-media::before {
    border-radius: 24px 58px 24px 58px;
  }

  .skm-about-page .skm-about-cta {
    padding: 28px 16px 48px;
    gap: 20px;
  }

  .skm-about-page .skm-about-cta-image {
    width: min(100%, 640px);
    min-height: 390px;
    margin-inline: auto;
    border-radius: 36px 82px 36px 82px;
    background:
      linear-gradient(180deg, rgba(255, 248, 232, 0) 0%, rgba(255, 248, 232, 0.76) 100%),
      url("../img/couple-hero.png") center / cover no-repeat;
  }

  .skm-about-page .skm-about-cta-image::after {
    border-radius: 24px 64px 24px 64px;
  }
}

@media (max-width: 620px) {
  .skm-about-page .skm-about-hero {
    padding-top: 44px;
  }

  .skm-about-page .skm-about-hero-media {
    height: 390px;
    border-radius: 28px 58px 28px 58px;
  }

  .skm-about-page .skm-about-hero-media::before {
    inset: 10px;
    border-radius: 18px 44px 18px 44px;
  }

  .skm-about-page .skm-about-service {
    gap: 18px;
    padding: 28px 22px 30px;
    text-align: center;
  }

  .skm-about-page .skm-about-service p {
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.7;
  }

  .skm-about-page .skm-about-area-button {
    width: min(100%, 292px) !important;
    min-height: 68px;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-inline: auto;
    padding: 12px 16px;
    border-radius: 28px;
    white-space: normal !important;
    text-align: center;
    line-height: 1.25;
    box-shadow: 0 15px 28px rgba(18, 63, 28, 0.16);
  }

  .skm-about-page .skm-about-area-button img {
    width: 22px;
    height: 22px;
    margin: 0;
  }

  .skm-about-page .skm-about-area-button img:first-child {
    justify-self: end;
  }

  .skm-about-page .skm-about-area-button img:last-child {
    justify-self: start;
  }

  .skm-about-page .skm-about-map {
    width: min(74%, 220px);
    height: auto;
  }

  .skm-about-page .skm-about-cta {
    padding: 18px 14px 44px;
  }

  .skm-about-page .skm-about-cta-image {
    min-height: 310px;
    border-radius: 28px 58px 28px 58px;
  }

  .skm-about-page .skm-about-cta-image::after {
    inset: 10px;
    border-radius: 18px 44px 18px 44px;
  }

  .skm-about-page .skm-about-cta-copy {
    padding: 36px 8px 0;
  }

  .skm-about-page .skm-about-cta-copy p {
    max-width: 310px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.6;
  }

  .skm-about-page .skm-about-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
  }

  .skm-about-page .skm-about-btn {
    width: min(100%, 292px) !important;
    min-height: 58px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 18px;
    border-radius: 28px;
    flex-wrap: nowrap !important;
    white-space: normal !important;
    line-height: 1.25;
  }

  .skm-about-page .skm-about-btn img {
    width: 26px;
    height: 26px;
    justify-self: end;
  }
}

/* About responsive refinement: footer clearance, mobile hero order, stronger choice cards */
.skm-about-page .skm-about-hero-grid {
  grid-template-rows: auto auto;
  align-items: center;
}

.skm-about-page .skm-about-copy {
  grid-column: 1;
  grid-row: 1;
}

.skm-about-page .skm-about-hero-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: stretch;
}

.skm-about-page .skm-about-stats {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  margin-top: 8px;
}

.skm-about-page .skm-about-choose {
  position: relative;
  padding-top: 76px;
  padding-bottom: 78px;
}

.skm-about-page .skm-about-choose h2 {
  margin-bottom: 34px;
  color: var(--skm-about-green-dark);
  font-size: clamp(30px, 2.5vw, 40px);
  line-height: 1.22;
}

.skm-about-page .skm-about-choose-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.skm-about-page .skm-about-choose-grid article {
  position: relative;
  min-height: 198px;
  overflow: hidden;
  padding: 30px 26px 26px 92px;
  border: 1px solid rgba(18, 63, 28, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 213, 0.94)),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(255, 196, 0, 0.06) 12px 13px);
  box-shadow: 0 22px 46px rgba(18, 63, 28, 0.09);
  text-align: left;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.skm-about-page .skm-about-choose-grid article::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 24px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 196, 0, 0.55);
  background:
    radial-gradient(circle at 50% 50%, var(--skm-about-gold) 0 8px, transparent 9px),
    radial-gradient(circle at 50% 50%, rgba(255, 196, 0, 0.22) 0 20px, transparent 21px),
    var(--skm-about-green);
  box-shadow: 0 14px 28px rgba(18, 63, 28, 0.18);
}

.skm-about-page .skm-about-choose-grid article::after {
  content: "";
  position: absolute;
  left: 92px;
  right: 26px;
  bottom: 22px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skm-about-green), var(--skm-about-gold));
  opacity: 0.9;
}

.skm-about-page .skm-about-choose-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 196, 0, 0.58);
  box-shadow: 0 28px 58px rgba(18, 63, 28, 0.14);
}

.skm-about-page .skm-about-choose-grid h3 {
  margin-bottom: 12px;
  color: var(--skm-about-green-dark);
  font-size: 18px;
  line-height: 1.38;
}

.skm-about-page .skm-about-choose-grid p {
  max-width: 360px;
  color: rgba(6, 24, 10, 0.82);
  font-size: 15px;
  line-height: 1.72;
  font-weight: 700;
}

.skm-about-page .skm-about-cta {
  min-height: auto;
  padding-top: clamp(36px, 4vw, 58px);
  padding-bottom: 34px;
}

.skm-about-page .skm-about-cta-image {
  min-height: clamp(360px, 30vw, 470px);
}

.skm-about-page + .footer-curve {
  margin-top: 0 !important;
  padding-top: 104px !important;
}

.skm-about-page + .footer-curve::before {
  top: -1px !important;
  height: 104px !important;
  border-bottom-width: 10px !important;
}

@media (max-width: 1024px) {
  .skm-about-page .skm-about-choose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .skm-about-page .skm-about-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
  }

  .skm-about-page .skm-about-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .skm-about-page .skm-about-hero-media {
    grid-column: 1;
    grid-row: 2;
    width: min(100%, 640px);
    justify-self: center;
  }

  .skm-about-page .skm-about-stats {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .skm-about-page .skm-about-choose {
    width: min(100% - 28px, var(--skm-about-max));
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .skm-about-page .skm-about-choose h2 {
    margin-bottom: 24px;
    font-size: 25px;
    text-wrap: balance;
  }

  .skm-about-page .skm-about-choose-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .skm-about-page .skm-about-choose-grid article {
    min-height: auto;
    padding: 22px 18px 28px 74px;
    border-radius: 18px;
  }

  .skm-about-page .skm-about-choose-grid article::before {
    top: 22px;
    left: 18px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 16px;
  }

  .skm-about-page .skm-about-choose-grid article::after {
    left: 74px;
    right: 18px;
    bottom: 18px;
  }

  .skm-about-page .skm-about-choose-grid h3 {
    font-size: 15px;
  }

  .skm-about-page .skm-about-choose-grid p {
    font-size: 13px;
    line-height: 1.65;
  }

  .skm-about-page .skm-about-stats {
    width: min(100%, 344px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .skm-about-page .skm-about-stats article {
    gap: 6px;
  }

  .skm-about-page .skm-about-stats img {
    width: 32px;
    height: 32px;
  }

  .skm-about-page .skm-about-stats strong {
    font-size: 21px;
  }

  .skm-about-page .skm-about-stats span {
    font-size: 12px;
  }

  .skm-about-page .skm-about-cta {
    padding-bottom: 30px;
  }

  .skm-about-page + .footer-curve {
    padding-top: 86px !important;
  }

  .skm-about-page + .footer-curve::before {
    height: 86px !important;
  }
}

/* Final visual pass: clearer CTA photo and modern process/value layouts */
.skm-about-page .skm-about-cta-image {
  background:
    linear-gradient(90deg, rgba(255, 248, 232, 0) 0%, rgba(255, 248, 232, 0.08) 70%, rgba(255, 248, 232, 0.32) 100%),
    var(--skm-about-card) !important;
}

.skm-about-page .skm-about-cta-image img {
  opacity: 0.98 !important;
  object-position: center center;
  filter: saturate(1.06) contrast(1.02);
}

.skm-about-page .skm-about-cta-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, transparent 0%, transparent 68%, rgba(255, 248, 232, 0.34) 100%);
  pointer-events: none;
}

.skm-about-page .skm-about-process {
  position: relative;
  padding-top: 62px;
  padding-bottom: 78px;
}

.skm-about-page .skm-about-process h2 {
  margin-bottom: 34px;
  font-size: clamp(30px, 2.3vw, 38px);
}

.skm-about-page .skm-about-process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.skm-about-page .skm-about-process-grid article {
  position: relative;
  min-height: 274px;
  align-content: start;
  gap: 14px;
  padding: 28px 18px 24px;
  border: 1px solid rgba(18, 63, 28, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 196, 0, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 219, 0.9));
  box-shadow: 0 22px 46px rgba(18, 63, 28, 0.09);
  overflow: hidden;
}

.skm-about-page .skm-about-process-grid article::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--skm-about-green), var(--skm-about-gold));
}

.skm-about-page .skm-about-process-grid span {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(255, 196, 0, 0.5);
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.92), transparent 32%),
    var(--skm-about-gold-soft);
}

.skm-about-page .skm-about-process-grid h3 {
  min-height: 48px;
  color: var(--skm-about-green-dark);
  font-size: 17px;
}

.skm-about-page .skm-about-process-grid p {
  width: 100%;
  max-width: 210px;
  color: rgba(6, 24, 10, 0.74);
  font-weight: 700;
}

.skm-about-page .skm-about-values {
  position: relative;
  border: 1px solid rgba(255, 196, 0, 0.22);
  box-shadow: 0 22px 52px rgba(18, 63, 28, 0.16);
}

.skm-about-page .skm-about-values::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 196, 0, 0.12), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.skm-about-page .skm-about-values > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .skm-about-page .skm-about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skm-about-page .skm-about-process-grid article:last-child {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
  }

  .skm-about-page .skm-about-cta-image::before {
    background: linear-gradient(180deg, transparent 0%, transparent 68%, rgba(255, 248, 232, 0.18) 100%);
  }
}

@media (max-width: 620px) {
  .skm-about-page .skm-about-process {
    width: min(100% - 28px, var(--skm-about-max));
    padding: 34px 18px 32px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 18% 14%, rgba(255, 196, 0, 0.14), transparent 34%),
      var(--skm-about-green);
    box-shadow: 0 24px 46px rgba(18, 63, 28, 0.18);
  }

  .skm-about-page .skm-about-process h2 {
    margin-bottom: 24px;
    color: var(--skm-about-white);
    font-size: 24px;
  }

  .skm-about-page .skm-about-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 12px;
  }

  .skm-about-page .skm-about-process-grid article {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--skm-about-white);
  }

  .skm-about-page .skm-about-process-grid article::before,
  .skm-about-page .skm-about-process-grid article::after {
    content: none;
  }

  .skm-about-page .skm-about-process-grid article:last-child {
    grid-column: 1 / -1;
    width: 50%;
    max-width: 150px;
  }

  .skm-about-page .skm-about-process-grid span {
    width: 54px;
    height: 54px;
    margin-inline: auto;
    background: transparent;
    border: 1px solid rgba(255, 196, 0, 0.72);
    box-shadow: none;
  }

  .skm-about-page .skm-about-process-grid span::after {
    inset: 5px;
    border-color: rgba(255, 196, 0, 0.32);
  }

  .skm-about-page .skm-about-process-grid img {
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(73%) sepia(74%) saturate(1097%) hue-rotate(357deg) brightness(103%) contrast(103%);
  }

  .skm-about-page .skm-about-process-grid h3 {
    min-height: auto;
    margin-top: 5px;
    color: var(--skm-about-white);
    font-size: 13px;
    line-height: 1.35;
  }

  .skm-about-page .skm-about-process-grid p {
    display: none;
  }

  .skm-about-page .skm-about-values {
    padding: 28px 18px 30px;
    border-radius: 28px;
  }

  .skm-about-page .skm-about-values h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .skm-about-page .skm-about-values-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px 12px;
  }

  .skm-about-page .skm-about-values-list div {
    gap: 8px;
  }

  .skm-about-page .skm-about-values-list span {
    width: 54px;
    height: 54px;
    margin-inline: auto;
  }

  .skm-about-page .skm-about-values-list img {
    width: 30px;
    height: 30px;
  }

  .skm-about-page .skm-about-values-list strong {
    font-size: 13px;
    line-height: 1.32;
  }

  .skm-about-page .skm-about-cta-image {
    min-height: 280px;
    background: var(--skm-about-card) !important;
  }

  .skm-about-page .skm-about-cta-image img {
    opacity: 1 !important;
    object-position: center 42%;
  }

  .skm-about-page .skm-about-cta-image::before {
    background: linear-gradient(180deg, transparent 0%, transparent 78%, rgba(255, 248, 232, 0.12) 100%);
  }
}

/* Final process correction: remove visible step numbers and keep mobile as proper cards. */
.skm-about-page .skm-about-process-grid article::before {
  content: none !important;
}

@media (max-width: 620px) {
  .skm-about-page .skm-about-process {
    width: min(100% - 28px, var(--skm-about-max));
    padding: 46px 0 58px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .skm-about-page .skm-about-process h2 {
    margin-bottom: 24px;
    color: var(--skm-about-green-dark);
    font-size: 25px;
  }

  .skm-about-page .skm-about-process-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .skm-about-page .skm-about-process-grid article,
  .skm-about-page .skm-about-process-grid article:last-child {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 24px 20px 30px;
    border: 1px solid rgba(18, 63, 28, 0.1);
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 196, 0, 0.18), transparent 44%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 219, 0.9));
    box-shadow: 0 18px 36px rgba(18, 63, 28, 0.1);
    color: var(--skm-about-green-dark);
    overflow: hidden;
  }

  .skm-about-page .skm-about-process-grid article::before {
    content: none !important;
  }

  .skm-about-page .skm-about-process-grid article::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 16px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--skm-about-green), var(--skm-about-gold));
  }

  .skm-about-page .skm-about-process-grid span {
    width: 70px;
    height: 70px;
    margin-inline: auto;
    border: 1px solid rgba(255, 196, 0, 0.5);
    background:
      radial-gradient(circle at 38% 28%, rgba(255, 255, 255, 0.92), transparent 32%),
      var(--skm-about-gold-soft);
    box-shadow: 0 14px 30px rgba(18, 63, 28, 0.1);
  }

  .skm-about-page .skm-about-process-grid span::after {
    inset: 8px;
    border-color: rgba(255, 196, 0, 0.42);
  }

  .skm-about-page .skm-about-process-grid img {
    width: 38px;
    height: 38px;
    filter: none;
  }

  .skm-about-page .skm-about-process-grid h3 {
    min-height: auto;
    margin-top: 2px;
    color: var(--skm-about-green-dark);
    font-size: 16px;
    line-height: 1.35;
  }

  .skm-about-page .skm-about-process-grid p {
    display: block;
    width: 100%;
    max-width: 260px;
    margin-inline: auto;
    color: rgba(6, 24, 10, 0.74);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
  }
}

/* ===== Choose Section Dot Fix: green box removed, only blinking dot ===== */
.skm-about-page .skm-about-choose-grid article::before {
  content: "" !important;
  position: absolute !important;
  top: 38px !important;
  left: 44px !important;
  width: 16px !important;
  height: 16px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--skm-about-gold) !important;
  box-shadow:
    0 0 0 0 rgba(255, 196, 0, 0.55),
    0 0 18px rgba(255, 196, 0, 0.85) !important;
  animation: skmAboutBlinkDot 1.15s ease-in-out infinite !important;
}

.skm-about-page .skm-about-choose-grid article:hover::before {
  background: var(--skm-about-gold) !important;
}

@keyframes skmAboutBlinkDot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow:
      0 0 0 0 rgba(255, 196, 0, 0.55),
      0 0 18px rgba(255, 196, 0, 0.85);
  }
  50% {
    opacity: 0.45;
    transform: scale(1.28);
    box-shadow:
      0 0 0 10px rgba(255, 196, 0, 0),
      0 0 26px rgba(255, 196, 0, 0.95);
  }
}

@media (max-width: 620px) {
  .skm-about-page .skm-about-choose-grid article::before {
    top: 32px !important;
    left: 34px !important;
    width: 13px !important;
    height: 13px !important;
  }
}
