/* Focused refinement of the restored warm design.
   The goal is stronger hierarchy and clarity without false click affordances. */

.page-hero .breadcrumb {
  display: none;
}

.page-hero .eyebrow {
  margin-bottom: 22px;
}

.hero-principles-card h2 {
  margin: 16px 0;
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.hero-principles-card > p:not(.mini-label) {
  color: var(--warm-muted);
}

.outcome-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 46px;
  border: 1px solid rgba(16, 27, 51, .11);
  border-radius: 26px;
  background: rgba(16, 27, 51, .1);
  box-shadow: 0 22px 58px rgba(40, 50, 78, .09);
}

.outcome-item {
  position: relative;
  min-height: 290px;
  padding: 40px 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 95, 232, .13), transparent 13rem),
    #fffaf2;
}

.outcome-item + .outcome-item {
  border-left: 1px solid rgba(16, 27, 51, .11);
}

.outcome-item:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(76, 207, 194, .16), transparent 13rem),
    #f5fbf8;
}

.outcome-item:nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 140, 112, .14), transparent 13rem),
    #fff7f2;
}

.outcome-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 58px;
  color: var(--warm-blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.outcome-label::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.outcome-item:nth-child(2) .outcome-label {
  color: #16786f;
}

.outcome-item:nth-child(3) .outcome-label {
  color: #b95035;
}

.outcome-item h3 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.4vw, 2.25rem);
}

.outcome-item p {
  margin: 0;
  color: var(--warm-muted);
}

#concepts .concept-card,
#concepts .concept-card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.foundation-card {
  overflow: hidden;
  border: 1px solid rgba(16, 27, 51, .11);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(40, 50, 78, .09);
}

.foundation-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9eef7;
}

.foundation-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 27, 51, .2), transparent 48%);
  pointer-events: none;
}

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

.foundation-card:first-child .foundation-media img {
  object-position: center 46%;
}

.foundation-body {
  padding: 28px 28px 30px;
}

.foundation-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--warm-blue);
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.foundation-card h3 {
  margin-bottom: 12px;
}

.foundation-card p {
  margin: 0;
  color: var(--warm-muted);
}

.care-choice {
  align-items: start;
}

.hosting-choice {
  margin-top: 30px;
  padding: 22px 24px;
  border-left: 4px solid var(--warm-cyan);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, .66);
}

.hosting-choice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--warm-ink);
}

.care-plan-panel {
  box-shadow: 0 20px 54px rgba(40, 50, 78, .1);
}

.care-plan-panel:hover {
  transform: none;
  border-color: rgba(16, 27, 51, .1);
  box-shadow: 0 20px 54px rgba(40, 50, 78, .1);
}

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

.scope-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(174, 202, 242, .32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(76, 207, 194, .22), transparent 13rem),
    #253c64;
  box-shadow: 0 18px 44px rgba(2, 10, 29, .18);
}

.scope-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--warm-cyan), var(--warm-blue));
}

.scope-card:nth-child(2)::before {
  background: linear-gradient(var(--warm-coral), var(--warm-gold));
}

.scope-card:nth-child(3)::before {
  background: linear-gradient(var(--warm-blue), #8a73ef);
}

.scope-label {
  display: inline-flex;
  margin-bottom: 30px;
  color: #a5fff5;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scope-card:nth-child(2) .scope-label {
  color: #ffd2c5;
}

.scope-card:nth-child(3) .scope-label {
  color: #c8d2ff;
}

.scope-card h3 {
  margin-bottom: 18px;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .16);
}

.scope-card p {
  margin-bottom: 0;
  color: #f0f5fd;
}

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

.essential-card {
  min-height: 250px;
  padding: 34px;
  border: 1px solid rgba(16, 27, 51, .1);
  border-top: 5px solid var(--warm-blue);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(49, 95, 232, .1), transparent 12rem),
    #fffaf2;
}

.essential-card:nth-child(2) {
  border-top-color: var(--warm-cyan);
  background:
    radial-gradient(circle at 100% 0%, rgba(76, 207, 194, .14), transparent 12rem),
    #f6fbf9;
}

.essential-card:nth-child(3) {
  border-top-color: var(--warm-coral);
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 140, 112, .13), transparent 12rem),
    #fff8f4;
}

.essential-mark {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--warm-blue);
  font-weight: 900;
}

.essential-card:nth-child(2) .essential-mark {
  color: var(--warm-ink);
  background: var(--warm-cyan);
}

.essential-card:nth-child(3) .essential-mark {
  background: var(--warm-coral);
}

.essential-card p {
  margin-bottom: 0;
  color: var(--warm-muted);
}

.work-showcase .concept-card,
.work-showcase .concept-card:hover {
  transform: none;
  border-color: rgba(255, 255, 255, .13);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.founder-intro-band {
  display: grid;
  grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid rgba(16, 27, 51, .1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 4% 12%, rgba(76, 207, 194, .17), transparent 18rem),
    radial-gradient(circle at 95% 90%, rgba(240, 140, 112, .12), transparent 20rem),
    linear-gradient(135deg, #fffaf2, #f5f8f7);
}

.founder-intro-side {
  display: grid;
  gap: 10px;
  padding-top: 5px;
}

.founder-intro-side .eyebrow {
  margin: 0 0 20px;
}

.founder-intro-side strong {
  color: var(--warm-ink);
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.06;
}

.founder-intro-side span {
  color: var(--warm-muted);
  line-height: 1.55;
}

.founder-intro-copy h2 {
  margin-bottom: 26px;
}

.founder-intro-copy .quote {
  max-width: 820px;
}

.about-founder-layout {
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(50px, 7vw, 92px);
}

.about-founder-photo {
  width: min(100%, 360px);
  justify-self: center;
}

.about-founder-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.commitments-grid-refined {
  gap: 14px;
}

.commitment-card {
  padding: 28px;
  border-radius: 18px;
  border-top: 4px solid var(--warm-blue);
  box-shadow: 0 12px 32px rgba(40, 50, 78, .07);
}

.commitment-card:nth-child(2) {
  border-top-color: var(--warm-cyan);
}

.commitment-card:nth-child(3) {
  border-top-color: var(--warm-coral);
}

.commitment-card:nth-child(4) {
  border-top-color: var(--warm-gold);
}

.commitment-card::after {
  display: none;
}

.commitment-card:hover {
  transform: none;
  border-right-color: rgba(16, 27, 51, .1);
  border-bottom-color: rgba(16, 27, 51, .1);
  border-left-color: rgba(16, 27, 51, .1);
  box-shadow: 0 12px 32px rgba(40, 50, 78, .07);
}

.commitment-mark {
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 30px;
  border-radius: 999px;
  background: var(--warm-blue);
}

.commitment-card:nth-child(2) .commitment-mark {
  background: var(--warm-cyan);
}

.commitment-card:nth-child(3) .commitment-mark {
  background: var(--warm-coral);
}

.commitment-card:nth-child(4) .commitment-mark {
  background: var(--warm-gold);
}

.contact-form-card:hover {
  transform: none;
  border-color: rgba(16, 27, 51, .1);
  box-shadow: 0 22px 62px rgba(40, 50, 78, .09);
}

.thank-you-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 70px 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .98), rgba(255, 250, 242, .86) 55%, rgba(255, 250, 242, .45)),
    url("../images/studio-workspace.jpg") center / cover;
}

.thank-you-shell::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -240px;
  top: -260px;
  border: 1px solid rgba(49, 95, 232, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 78px rgba(49, 95, 232, .03), 0 0 0 156px rgba(76, 207, 194, .025);
}

.thank-you-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.thank-you-card {
  margin-top: 42px;
  padding: 32px;
  border: 1px solid rgba(16, 27, 51, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 24px 70px rgba(16, 27, 51, .13);
  backdrop-filter: blur(14px);
}

.next-steps {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.next-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: start;
}

.next-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--warm-blue);
  font-weight: 850;
}

.next-steps strong {
  display: block;
  margin-bottom: 3px;
}

/* Essential content remains visible even if optional scripting is unavailable. */
.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .foundation-grid,
  .essentials-grid {
    grid-template-columns: 1fr;
  }

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

  .foundation-card {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) 1fr;
  }

  .foundation-media {
    aspect-ratio: auto;
    min-height: 260px;
  }

  .about-founder-layout {
    grid-template-columns: 1fr;
  }

  .about-founder-photo {
    width: min(68vw, 350px);
  }

  .founder-intro-band {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 620px) {
  .page-hero .about-page-title {
    font-size: clamp(2.45rem, 11.5vw, 3.2rem);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .foundation-card {
    display: block;
  }

  .foundation-media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .scope-card,
  .essential-card {
    min-height: auto;
  }

  .outcome-panel,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .outcome-item {
    min-height: auto;
    padding: 34px 28px;
  }

  .outcome-item + .outcome-item {
    border-top: 1px solid rgba(16, 27, 51, .11);
    border-left: 0;
  }

  .outcome-label {
    margin-bottom: 36px;
  }

  .about-founder-photo {
    width: min(82vw, 330px);
  }

  .thank-you-shell {
    padding: 48px 0;
    background:
      linear-gradient(rgba(255, 250, 242, .94), rgba(255, 250, 242, .94)),
      url("../images/studio-workspace.jpg") center / cover;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .page-hero::before {
    animation: none !important;
  }

  .button::before {
    display: none;
  }
}
