/* Page headers - clean, matches home (no decorative blue card) */

.page-header {
 background: #f3f5f8 !important;
 text-align: center !important;
 padding: calc(var(--nav-height) + 3rem) 0 2.75rem !important;
}

.page-header::before,
.page-header::after,
.page-header__mark {
 display: none !important;
}

.page-header .container {
 display: block !important;
}

.page-header__inner {
 max-width: 42rem;
 margin: 0 auto;
 text-align: center;
}

.page-header .page-title {
 text-align: center !important;
}

.page-header .page-title--one-line {
 white-space: nowrap !important;
 font-size: clamp(1.25rem, 2vw + 0.55rem, 2.75rem) !important;
 max-width: none;
}

.page-header:has(.page-title--one-line) .page-header__inner {
 max-width: min(100%, 56rem);
}

.page-header .page-subtitle {
 text-align: center !important;
 margin-left: auto !important;
 margin-right: auto !important;
 max-width: 38rem;
}

.page-header .page-title::after {
 display: none !important;
}

.services-hero-note {
 display: flex;
 gap: 0.75rem;
 flex-wrap: wrap;
 justify-content: center;
 margin-top: 1.5rem;
}

.services-hero-note span {
 background: #fff;
 border: 1px solid rgba(15, 23, 42, 0.08);
 border-radius: 999px;
 padding: 0.45rem 0.9rem;
 font-size: 0.8rem;
 font-weight: 700;
 color: var(--primary-blue);
 box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.gold-bar {
 width: 48px;
 height: 3px;
 background: var(--blueprint-gold);
 margin: 0 0 1.25rem;
}

/* Shared CTA */
.home-cta { background: #f3f5f8 !important; }

.our-work-cta.home-cta,
.our-work-cta {
  background: #fff !important;
}

.cta-panel {
 position: relative;
 max-width: 760px;
 margin: 0 auto;
 background: #fff;
 border: 1px solid rgba(15, 23, 42, 0.06);
 border-radius: 28px;
 padding: 2.75rem 2.25rem;
 text-align: center;
 box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
 overflow: hidden;
}

.cta-panel__accent {
 position: absolute;
 top: 0; left: 0; right: 0;
 height: 4px;
 background: var(--blueprint-gold);
}

.cta-panel .consultation-title { color: var(--black) !important; margin-bottom: 0.9rem !important; }
.cta-panel .consultation-text {
 color: var(--text-secondary) !important;
 max-width: 36rem;
 margin: 0 auto 1.75rem !important;
}

/* ===================== ABOUT ===================== */

/* Story as large editorial quote block */
.about-story { background: #fff; }

.story-editorial {
 display: grid;
 grid-template-columns: 120px 1fr;
 gap: 2rem;
 max-width: 980px;
}

.story-editorial__index {
 font-size: 5rem;
 font-weight: 800;
 line-height: 0.85;
 letter-spacing: -0.06em;
 color: var(--primary-blue);
 opacity: 0.18;
}

.story-editorial h2 {
 font-size: clamp(2rem, 3.5vw, 2.8rem);
 margin-bottom: 1.5rem;
 letter-spacing: -0.04em;
}

.story-editorial__copy {
 position: relative;
 padding-left: 1.75rem;
 border-left: 3px solid var(--blueprint-gold);
}

.story-editorial__copy p {
 font-size: 1.12rem;
 line-height: 1.75;
 color: var(--text-secondary);
 margin-bottom: 1.2rem;
}

.story-editorial__copy p:last-child { margin-bottom: 0; }

/* Team as horizontal profile strips, not flip cards */
.about-team { background: #ffffff; color: var(--black); }

.about-team .section-title { color: var(--black); margin-bottom: 2rem; }

.team-strip {
 display: grid;
 gap: 1.25rem;
}

.team-profile {
 display: grid;
 grid-template-columns: 160px 1fr;
 gap: 1.75rem;
 align-items: center;
 background: #ffffff;
 border: 1px solid rgba(15, 23, 42, 0.06);
 border-radius: 24px;
 padding: 1.25rem;
 overflow: hidden;
 box-shadow: 0 14px 36px rgba(42, 92, 159, 0.12);
}

.team-profile__photo {
 width: 160px;
 height: 180px;
 border-radius: 18px;
 overflow: hidden;
 background: #f3f5f8;
}

.team-profile__photo img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center top;
}

.team-profile__photo--manuel img { object-position: center 40%; }

.team-profile__meta h3 {
 color: var(--black);
 font-size: 1.45rem;
 margin: 0 0 0.35rem;
 letter-spacing: -0.03em;
}

.team-profile__role {
 display: inline-block;
 color: var(--primary-blue);
 font-weight: 700;
 font-size: 0.9rem;
 margin-bottom: 0.85rem;
}

.team-profile__cred {
 display: inline-flex;
 align-items: center;
 gap: 0.4rem;
 background: var(--blueprint-gold);
 color: #fff;
 border-radius: 999px;
 padding: 0.35rem 0.75rem;
 font-size: 0.78rem;
 font-weight: 700;
 margin: 0 0 0.85rem 0.5rem;
}

.team-profile__bio {
 color: var(--text-secondary);
 line-height: 1.65;
 margin: 0;
 font-size: 0.98rem;
 max-width: 46rem;
}

/* Mission / vision as big split banners */
.about-stand { background: #f3f5f8; }

.mv-split {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0;
 border-radius: 28px;
 overflow: hidden;
 margin: 2rem 0 3rem;
 box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.mv-pane {
 padding: 2.5rem 2rem;
 min-height: 280px;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 position: relative;
}

.mv-pane--mission {
 background: var(--primary-blue);
 color: #fff;
}

.mv-pane--vision {
 background: #fff;
 color: var(--black);
}

.mv-pane__tag {
 position: absolute;
 top: 1.5rem;
 left: 2rem;
 font-size: 0.75rem;
 font-weight: 800;
 letter-spacing: 0.14em;
 text-transform: uppercase;
}

.mv-pane--mission .mv-pane__tag { color: var(--blueprint-gold); }
.mv-pane--vision .mv-pane__tag { color: var(--primary-blue); }

.mv-pane h3 {
 font-size: clamp(1.6rem, 2.5vw, 2rem);
 margin-bottom: 1rem;
 letter-spacing: -0.03em;
}

.mv-pane--mission h3,
.mv-pane--mission p { color: #fff; }

.mv-pane p {
 margin: 0;
 line-height: 1.7;
 font-size: 1.02rem;
 color: var(--text-secondary);
}

.mv-pane--mission p { color: rgba(255, 255, 255, 0.85); }

/* Values as numbered manifesto list */
.values-manifesto {
 display: flex;
 flex-direction: column;
 gap: 0;
 border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.value-line {
 display: grid;
 grid-template-columns: 72px 1fr;
 gap: 1.5rem;
 padding: 1.75rem 0;
 border-bottom: 1px solid rgba(15, 23, 42, 0.1);
 align-items: start;
 transition: padding-left 0.25s ease;
}

.value-line:hover { padding-left: 0.75rem; }

.value-line__num {
 font-size: 1.5rem;
 font-weight: 800;
 color: var(--blueprint-gold);
 letter-spacing: -0.03em;
 line-height: 1.2;
}

.value-line h4 {
 font-size: 1.25rem;
 margin: 0 0 0.5rem;
 letter-spacing: -0.025em;
}

.value-line p {
 margin: 0;
 color: var(--text-tertiary);
 line-height: 1.65;
 max-width: 42rem;
}

/* Approach as blueprint canvas */
.about-approach { background: #fff; }

.approach-canvas {
 display: grid;
 grid-template-columns: 1.05fr 0.95fr;
 gap: 2.5rem;
 align-items: center;
}

.approach-board {
 position: relative;
 min-height: 420px;
 background: #fff;
 border: 1px solid rgba(15, 23, 42, 0.08);
 border-radius: 28px;
 box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
 overflow: hidden;
}

.approach-board__grid {
 position: absolute;
 inset: 0;
 background-image:
 linear-gradient(rgba(42, 92, 159, 0.06) 1px, transparent 1px),
 linear-gradient(90deg, rgba(42, 92, 159, 0.06) 1px, transparent 1px);
 background-size: 24px 24px;
}

.approach-board svg {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
}

.approach-pin {
 position: absolute;
 z-index: 2;
 background: #fff;
 border: 1px solid rgba(15, 23, 42, 0.08);
 border-radius: 16px;
 padding: 0.85rem 1rem;
 box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
 max-width: 180px;
}

.approach-pin span {
 display: block;
 font-size: 0.72rem;
 font-weight: 800;
 color: var(--blueprint-gold);
 letter-spacing: 0.08em;
}

.approach-pin strong {
 display: block;
 margin-top: 0.2rem;
 font-size: 0.95rem;
 letter-spacing: -0.02em;
}

.approach-pin p {
 margin: 0.35rem 0 0;
 font-size: 0.78rem;
 color: var(--text-tertiary);
 line-height: 1.4;
}

.approach-pin--1 { left: 8%; top: 14%; }
.approach-pin--2 { right: 8%; top: 36%; }
.approach-pin--3 { left: 18%; bottom: 12%; }

.approach-copy h2 { margin-bottom: 0.5rem; }
.approach-copy p {
 color: var(--text-secondary);
 line-height: 1.7;
 margin-bottom: 1rem;
}

/* ===================== SERVICES ===================== */


/* Vertical journey - each service is a full-bleed band */
.services-journey { background: #fff; padding-top: 0 !important; }

.service-band {
 display: grid;
 grid-template-columns: 100px 1fr;
 gap: 2rem;
 padding: 3.5rem 0;
 border-bottom: 1px solid rgba(15, 23, 42, 0.08);
 position: relative;
}

.service-band:last-child { border-bottom: none; }

.service-band__index {
 font-size: 3.5rem;
 font-weight: 800;
 letter-spacing: -0.06em;
 line-height: 1;
 color: var(--primary-blue);
 opacity: 0.2;
 position: sticky;
 top: calc(var(--nav-height) + 1.5rem);
 height: fit-content;
}

.service-band__body {
 display: grid;
 grid-template-columns: 1.2fr 0.8fr;
 gap: 2rem;
 align-items: start;
}

.service-band__eyebrow {
 display: inline-flex;
 align-items: center;
 gap: 0.5rem;
 color: var(--primary-blue);
 font-size: 0.78rem;
 font-weight: 800;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 margin-bottom: 0.85rem;
}

.service-band__eyebrow i {
 width: 28px;
 height: 28px;
 border-radius: 8px;
 background: #eef3fa;
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.service-band h2 {
 font-size: clamp(1.6rem, 3vw, 2.2rem);
 letter-spacing: -0.035em;
 margin-bottom: 1rem;
}

.service-band__desc {
 color: var(--text-secondary);
 line-height: 1.7;
 font-size: 1.05rem;
 margin-bottom: 1.5rem;
 max-width: 38rem;
}

.deliver-label {
 font-size: 0.78rem;
 font-weight: 800;
 letter-spacing: 0.08em;
 text-transform: uppercase;
 color: var(--text-tertiary);
 margin-bottom: 0.25rem;
}

.deliver-list {
 list-style: none;
 padding: 0;
 margin: 0;
 display: flex;
 flex-direction: column;
 gap: 0;
}

.deliver-list li {
 padding: 0.95rem 0;
 border-top: 1px solid rgba(15, 23, 42, 0.1);
 color: var(--text-secondary);
 font-weight: 500;
 display: grid;
 grid-template-columns: 28px 1fr;
 gap: 0.75rem;
 align-items: start;
}

.deliver-list li::before {
 content: "";
 width: 10px;
 height: 10px;
 margin-top: 0.45rem;
 border-radius: 50%;
 background: var(--blueprint-gold);
 box-shadow: 0 0 0 4px rgba(255, 189, 90, 0.18);
}

.service-band__aside {
 position: relative;
 min-height: 240px;
 border-radius: 24px;
 background: #f3f5f8;
 border: 1px solid rgba(15, 23, 42, 0.06);
 padding: 1.75rem;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 overflow: hidden;
}

.service-band__aside::before {
 content: "";
 position: absolute;
 width: 180px;
 height: 180px;
 border: 1px solid rgba(42, 92, 159, 0.15);
 border-radius: 50%;
 top: -40px;
 right: -40px;
}

.service-band__aside::after {
 content: "";
 position: absolute;
 width: 70px;
 height: 70px;
 background: var(--blueprint-gold);
 border-radius: 18px;
 top: 1.5rem;
 right: 1.5rem;
 opacity: 0.9;
}

.service-band:nth-child(even) .service-band__aside {
 background: #0d223f;
 color: #fff;
}

.service-band:nth-child(even) .service-band__aside::before {
 border-color: rgba(255, 189, 90, 0.35);
}

.service-band__aside h3 {
 position: relative;
 z-index: 1;
 font-size: 1.45rem;
 margin-bottom: 0.5rem;
 letter-spacing: -0.03em;
}

.service-band:nth-child(even) .service-band__aside h3,
.service-band:nth-child(even) .service-band__aside p { color: #fff; }

.service-band__aside p {
 position: relative;
 z-index: 1;
 margin: 0;
 color: var(--text-tertiary);
 line-height: 1.5;
 max-width: 18ch;
}

.service-band:nth-child(even) .service-band__aside p {
 color: rgba(255, 255, 255, 0.72);
}

/* Why section as horizontal scroll-feel / stacked chapters */
.services-why { background: #f3f5f8; }

.why-chapters {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1rem;
 margin-top: 2rem;
 align-items: stretch;
}

.why-chapter {
 background: #fff;
 border-radius: 24px;
 padding: 1.75rem 1.35rem 1.75rem;
 border: 1px solid rgba(15, 23, 42, 0.06);
 box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
 min-height: 300px;
 height: 100%;
 display: flex;
 flex-direction: column;
 position: relative;
 overflow: hidden;
}

.why-chapter:nth-child(2),
.why-chapter:nth-child(3),
.why-chapter:nth-child(4) {
 transform: none;
}

.why-chapter__top {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: auto;
 padding-bottom: 2rem;
}

.why-chapter__top span {
 font-size: 2rem;
 font-weight: 800;
 letter-spacing: -0.04em;
 color: var(--primary-blue);
 opacity: 0.25;
}

.why-chapter__top i {
 width: 42px;
 height: 42px;
 border-radius: 12px;
 background: #eef3fa;
 color: var(--primary-blue);
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.why-chapter h3 {
 font-size: 1.15rem;
 margin: 0 0 0.65rem;
 letter-spacing: -0.025em;
}

.why-chapter p {
 margin: 0;
 color: var(--text-tertiary);
 line-height: 1.6;
 font-size: 0.95rem;
}

/* Our Work: journey layout */
.work-journey {
  background: #f3f5f8;
  padding-top: 0.5rem !important;
}

.work-band {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.5rem 2rem;
  padding: 2.75rem 0;
  border-bottom: none;
}

.work-band:last-child {
  border-bottom: none;
  padding-bottom: 1rem;
}

.work-band__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.15rem;
}

.work-band__num {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--primary-blue);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(42, 92, 159, 0.28);
  flex-shrink: 0;
}

.work-band__line {
  display: none;
}

.work-band__eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blueprint-gold, #FFBD5A);
  margin: 0 0 0.65rem;
}

.work-band__main h2 {
  font-size: clamp(1.45rem, 1.6vw + 0.85rem, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  max-width: 32ch;
}

.work-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: stretch;
}

.work-step {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 20px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.work-step--result {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.06);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  grid-column: auto;
}

.work-step h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-blue);
  margin: 0 0 0.55rem;
}

.work-step p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.65;
  font-size: 0.98rem;
  flex: 1;
}

.service-band { scroll-margin-top: 110px; }

@media (max-width: 991px) {
  .page-header .container,
  .story-editorial,
  .mv-split,
  .approach-canvas,
  .service-band,
  .service-band__body,
  .why-chapters,
  .team-profile,
  .work-steps {
    grid-template-columns: 1fr;
  }

  .work-band {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .work-band__rail {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .work-band__line {
    display: none;
  }

  .work-band__main h2 {
    max-width: none;
  }

  .work-step--result {
    grid-column: auto;
  }

 .page-header__mark {
 display: none;
 }

 .page-header__inner,
 .page-header .page-title,
 .page-header .page-subtitle {
 text-align: center !important;
 margin-left: auto !important;
 margin-right: auto !important;
 }

 .page-header .page-title--one-line {
 white-space: nowrap !important;
 font-size: clamp(1.05rem, 4.2vw, 1.6rem) !important;
 }

 .story-editorial__index { font-size: 3.5rem; }

 .team-profile__photo {
 width: 100%;
 height: 220px;
 }

 .service-band__index {
 position: static;
 font-size: 2.5rem;
 opacity: 0.3;
 }

 .why-chapter:nth-child(2),
 .why-chapter:nth-child(3),
 .why-chapter:nth-child(4) {
 transform: none;
 }

 .cta-panel { padding: 2rem 1.35rem; }
}
