/*
 * PD=PD Experience, contact, and Insights presentation.
 * Extends the existing editorial system without changing its core tokens.
 */

.smes-hero-kicker {
  max-width: 34rem;
  margin: 0 0 0.8rem;
  color: var(--smes-gold-light);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-style: italic;
  line-height: 1.25;
}

.smes-hero-art-stages strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--smes-white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smes-section--experience {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, #12384a 0%, #12384a 52%, #164654 100%);
  color: var(--smes-white);
}

.smes-section--experience::before,
.smes-section--experience::after {
  position: absolute;
  z-index: -1;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.smes-section--experience::before {
  top: -15rem;
  right: -9rem;
  width: 28rem;
  border: 1px solid rgba(240, 215, 157, 0.2);
}

.smes-section--experience::after {
  bottom: -9rem;
  left: 8%;
  width: 15rem;
  border: 1px solid rgba(86, 170, 167, 0.2);
}

.smes-experience-phases {
  display: grid;
  gap: 1px;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  background: rgba(255, 255, 255, 0.16);
}

.smes-experience-phase {
  padding: clamp(1.75rem, 4vw, 3.25rem);
  background: rgba(16, 42, 67, 0.42);
}

.smes-experience-phase__meta {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--smes-gold-light);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smes-experience-phase h3 {
  margin: 1.6rem 0 0.75rem;
  color: var(--smes-white);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 520;
  line-height: 1;
}

.smes-experience-phase p {
  max-width: 34rem;
  margin: 0;
  color: #dbe5ea;
  line-height: 1.7;
}

.smes-contact-section {
  background: #eef1ed;
}

.smes-contact-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.smes-contact-form-panel,
.smes-calendar-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--smes-white);
  box-shadow: 0 1.2rem 3rem rgba(16, 42, 67, 0.09);
}

.smes-contact-form-panel {
  border-top: 4px solid var(--smes-teal);
}

.smes-contact-form-panel .smes-section-title {
  max-width: 12ch;
  margin-bottom: 1rem;
}

.smes-contact-form-panel > p:not(.smes-eyebrow) {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: var(--smes-slate);
  line-height: 1.65;
}

.smes-contact-form-panel .smes-form {
  max-width: none;
}

.smes-calendar-card {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--smes-gold);
  background: var(--smes-navy);
  color: var(--smes-white);
}

.smes-calendar-card::after {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 12rem;
  aspect-ratio: 1;
  border: 1px solid rgba(240, 215, 157, 0.25);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.smes-calendar-card .smes-eyebrow {
  color: var(--smes-gold-light);
}

.smes-calendar-card h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  color: var(--smes-white);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 520;
  line-height: 1.04;
}

.smes-calendar-card > p:not(.smes-eyebrow),
.smes-calendar-card .smes-scheduler p {
  position: relative;
  z-index: 1;
  color: #dbe5ea;
  line-height: 1.65;
}

.smes-calendar-card .smes-scheduler {
  position: relative;
  z-index: 1;
  margin-top: 1.75rem;
}

.smes-calendar-card .smes-button {
  width: 100%;
  background: var(--smes-gold-light);
  border-color: var(--smes-gold-light);
  color: var(--smes-navy-deep);
}

.smes-calendar-card .smes-button:hover {
  background: var(--smes-white);
  border-color: var(--smes-white);
  color: var(--smes-navy);
}

.smes-insights-intro {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.smes-insights-grid {
  gap: 1.5rem;
}

.smes-insight-card {
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 4px solid var(--smes-teal);
  background: var(--smes-white);
}

.smes-insight-card .wp-block-post-date {
  color: var(--smes-teal-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.smes-insight-card .wp-block-post-title {
  margin-block: 1rem 0.75rem;
  color: var(--smes-navy);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 540;
  line-height: 1.05;
}

.smes-insight-card .wp-block-post-title a {
  color: inherit;
}

@media (min-width: 782px) {
  .smes-experience-phases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smes-contact-grid {
    grid-template-columns: minmax(0, 1.22fr) minmax(18rem, 0.78fr);
  }
}

@media (max-width: 1100px) {
  .smes-site-header .smes-header-cta {
    display: none;
  }
}

@media (max-width: 781px) {
  .smes-experience-phase__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.4rem;
  }

  .smes-contact-form-panel,
  .smes-calendar-card {
    padding: 1.5rem;
  }
}
/* Refined Home hero: an editorial map of the Experience. */

.smes-hero .smes-display {
  max-width: 9ch;
  margin-bottom: 1.35rem;
  font-size: clamp(3.6rem, 5vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.smes-brand-equation {
  white-space: nowrap;
}

.smes-brand-equation sup {
  position: relative;
  top: -0.9em;
  margin-left: 0.08em;
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.22em;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0;
}

.smes-display-line {
  display: block;
}

.smes-hero .smes-hero-kicker {
  max-width: 30rem;
  margin-bottom: 1rem;
  font-size: clamp(1.22rem, 1.6vw, 1.5rem);
  line-height: 1.35;
}

.smes-hero .smes-lead {
  max-width: 32rem;
}

.smes-hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(25rem, 0.94fr);
  gap: clamp(3.5rem, 6vw, 6rem);
}

.smes-hero-art {
  display: flex;
  width: 100%;
  max-width: 31rem;
  min-height: 34rem;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 0 2.4rem clamp(2rem, 3vw, 3.2rem);
  overflow: visible;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  box-shadow: none;
}

.smes-hero-panel-label,
.smes-hero-panel-title,
.smes-hero-phase-list,
.smes-hero-framework-flow {
  position: relative;
  z-index: 2;
}

.smes-hero-panel-label {
  margin: 0 0 0.75rem;
  color: var(--smes-gold-light);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.smes-hero-panel-title {
  max-width: 12ch;
  margin: 0;
  color: var(--smes-white);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(2rem, 2.7vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.smes-hero-panel-title em {
  display: block;
  color: #72c0bc;
  font-weight: 500;
}

.smes-hero-phase-list {
  margin-top: clamp(1.5rem, 3vw, 2.1rem);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.smes-hero-phase {
  padding: 1.15rem 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.smes-hero-phase__header {
  display: grid;
  grid-template-columns: 2.55rem minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 0.8rem;
}

.smes-hero-phase__index {
  color: var(--smes-gold-light);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.smes-hero-phase h3 {
  margin: 0;
  color: var(--smes-white);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 520;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.smes-hero-phase__timing {
  color: #a9c8d2;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.smes-hero-phase__description {
  max-width: 25rem;
  margin: 0.48rem 0 0 3.35rem;
  color: #dbe5ea;
  font-size: 0.82rem;
  line-height: 1.48;
}

.smes-hero-phase__verbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  margin: 0.62rem 0 0 3.35rem;
  color: var(--smes-white);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smes-hero-phase__verbs span + span::before {
  margin-right: 0.8rem;
  color: var(--smes-gold-light);
  content: "/";
}

.smes-hero-framework-flow {
  margin-top: 1.35rem;
  padding: 1rem 1.1rem 1.05rem;
  border: 1px solid rgba(114, 192, 188, 0.28);
  background: linear-gradient(110deg, rgba(114, 192, 188, 0.11), rgba(114, 192, 188, 0.025));
}

.smes-hero-framework-flow__label {
  margin: 0 0 0.42rem;
  color: #72c0bc;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.smes-hero-framework-flow__track {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--smes-white);
  font-family: var(--wp--preset--font-family--serif);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.15;
}

.smes-hero-framework-flow__track span[aria-hidden="true"] {
  color: var(--smes-gold-light);
  font-family: var(--wp--preset--font-family--sans);
  font-size: 0.85em;
}

.smes-hero-framework-flow > p:last-child {
  max-width: 27rem;
  margin: 0.55rem 0 0;
  color: #cbd9df;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .smes-hero .smes-display {
    font-size: clamp(3.45rem, 5.7vw, 4.35rem);
  }

  .smes-hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
    gap: 3.25rem;
  }

  .smes-hero-art {
    min-height: 33rem;
  }

  .smes-hero-phase__header {
    grid-template-columns: 2.25rem minmax(0, 1fr);
  }

  .smes-hero-phase__timing {
    grid-column: 2;
    margin-top: 0.15rem;
  }

  .smes-hero-phase__description,
  .smes-hero-phase__verbs {
    margin-left: 3.05rem;
  }
}

@media (max-width: 900px) {
  .smes-hero-grid {
    grid-template-columns: 1fr;
  }

  .smes-hero-art {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 2.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .smes-hero-panel-title {
    max-width: 15ch;
  }

  .smes-hero-phase-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smes-hero-phase + .smes-hero-phase {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 650px) {
  .smes-hero-art {
    overflow: hidden;
  }

  .smes-hero-art::before {
    right: 0;
  }

  .smes-hero .smes-display {
    max-width: 9ch;
    font-size: clamp(3rem, 14vw, 3.75rem);
  }

  .smes-hero .smes-hero-kicker {
    font-size: 1.18rem;
  }

  .smes-hero-panel-title {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }

  .smes-hero-phase-list {
    grid-template-columns: 1fr;
  }

  .smes-hero-phase + .smes-hero-phase {
    padding-left: 0;
    border-left: 0;
  }

  .smes-hero-framework-flow__track {
    flex-wrap: wrap;
  }
}
