
.phi-credo {
  background: #FFFFFF;
  border-top: 1px solid rgba(30, 58, 95,0.18);
  border-bottom: 1px solid rgba(30, 58, 95,0.18);
  overflow: hidden;
}
.phi-credo-track {
  display: flex;
  gap: 26px;
  white-space: nowrap;
  min-width: max-content;
  padding: 12px 0;
  animation: phiCredoMove 30s linear infinite;
}
.phi-credo-track span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2A4A6A;
}
.phi-credo-track span::after {
  content: '*';
  margin-left: 26px;
  color: rgba(232,197,116,0.54);
}

.phi-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}
.phi-section-head .m-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.phi-promises {
  background: #FFFFFF;
}
.phi-promises-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.phi-promise {
  border: 1px solid rgba(30, 58, 95,0.18);
  border-radius: 14px;
  background: #FFFFFF;
  padding: 16px;
}
.phi-promise h3 {
  margin: 0 0 8px;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.phi-promise p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: #3A3F6E;
}

.phi-block {
  background: #FFFFFF;
}
.phi-block-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}
.phi-block-head h2 {
  margin: 0;
}
.phi-block-body .m-lede {
  margin: 0 0 12px;
}
.phi-block-body .m-body {
  margin: 0 0 10px;
}

.phi-pillars {
  background: #FFFFFF;
}
.phi-pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.phi-pillar {
  border: 1px solid rgba(30, 58, 95,0.18);
  border-radius: 14px;
  background: #FFFFFF;
  padding: 16px;
}
.phi-pillar-num {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2A4A6A;
}
.phi-pillar h3 {
  margin: 8px 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.phi-pillar p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: #3A3F6E;
}

.phi-bullets {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.phi-bullets li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #3A3F6E;
}
[dir="rtl"] .phi-bullets li {
  padding-left: 0;
  padding-right: 16px;
}
.phi-bullets li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1E3A5F;
}
[dir="rtl"] .phi-bullets li::before {
  left: auto;
  right: 2px;
}

.phi-composition {
  background: #FFFFFF;
}
.phi-composition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.phi-composition-step {
  border: 1px solid rgba(30, 58, 95,0.18);
  border-radius: 14px;
  background: #FFFFFF;
  padding: 16px;
}
.phi-composition-step span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2A4A6A;
}
.phi-composition-step h3 {
  margin: 8px 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.phi-composition-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.62;
  color: #3A3F6E;
}

.phi-quote {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #1A3550 0%, #091E32 100%);
  color: #FFFFFF;
  padding: 84px 0;
}
.phi-quote-grain {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(30, 58, 95,0.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(30, 58, 95,0.12) 0%, transparent 46%);
}
.phi-quote-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: center;
}
.phi-quote-mark {
  display: block;
  font-size: 86px;
  line-height: 0.82;
  color: #1E3A5F;
  font-family: 'Inter', sans-serif; font-weight: 700;
  margin-bottom: 10px;
}
.phi-quote-text {
  margin: 0;
  font-family: 'Inter', sans-serif; font-weight: 700;
  font-style: italic;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.42;
}
.phi-quote-attrib {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.phi-quote-rule {
  width: 34px;
  height: 1px;
  background: rgba(30, 58, 95,0.58);
}
.phi-quote-name {
  margin: 0;
  font-size: 14px;
}
.phi-quote-role {
  margin: 1px 0 0;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2A4A6A;
}

/* ── Hero aside: 5-step summary ── */
.hwy-aside-label {
  margin: 0 0 10px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2A4A6A;
  font-weight: 600;
}
.hwy-aside-steps {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 8px;
  counter-reset: none;
}
.hwy-aside-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #3A3F6E;
  line-height: 1.4;
}
.hwy-aside-steps li span {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(30, 58, 95,0.12);
  border: 1px solid rgba(30, 58, 95,0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #2A4A6A;
}

/* ── Process steps ── */
.hwy-process {
  background: #FFFFFF;
}
.hwy-steps {
  display: grid;
  gap: 0;
  max-width: 820px;
  margin: 0 auto;
}
.hwy-step {
  display: grid;
  grid-template-columns: 80px auto 1fr;
  gap: 0 24px;
  align-items: start;
  padding: 28px 0;
  border-top: 1px solid rgba(30, 58, 95,0.12);
}
.hwy-step:last-child {
  border-bottom: 1px solid rgba(30, 58, 95,0.12);
}
.hwy-step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 4px;
}
.hwy-step-num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #0C0E1A;
  line-height: 1;
}
.hwy-step-time {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #2A4A6A;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.hwy-step-connector {
  width: 1px;
  background: linear-gradient(to bottom, rgba(30, 58, 95,0.3) 0%, rgba(30, 58, 95,0.06) 100%);
  margin: 0 auto;
  height: 100%;
  align-self: stretch;
}
.hwy-step-right {
  padding-top: 2px;
}
.hwy-step-title {
  margin: 0 0 8px;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 28px);
  letter-spacing: -0.02em;
  color: #0C0E1A;
  line-height: 1.15;
}
.hwy-step-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #3A3F6E;
  max-width: 560px;
}

/* ── Architect team ── */
.hwy-team {
  background: #FFFFFF;
}
.hwy-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.hwy-architect {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(30, 58, 95,0.22);
  background: #FFFFFF;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.hwy-architect:hover {
  border-color: rgba(30, 58, 95,0.42);
  box-shadow: 0 8px 24px rgba(12,14,26,0.08);
}
.hwy-architect-avatar {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.hwy-architect-body {
  flex: 1;
  min-width: 0;
}
.hwy-architect-name {
  margin: 0 0 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0C0E1A;
  line-height: 1.2;
}
.hwy-architect-region {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2A4A6A;
  font-weight: 600;
}
.hwy-architect-bio {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #3A3F6E;
}
.hwy-architect-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.hwy-architect-tags span {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(30, 58, 95,0.08);
  border: 1px solid rgba(30, 58, 95,0.22);
  font-size: 10px;
  letter-spacing: 0.5px;
  color: #3A3F6E;
}

/* ── FAQ accordion ── */
.hwy-faq {
  background: #FFFFFF;
}
.hwy-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0;
}
.hwy-faq-item {
  border-top: 1px solid rgba(30, 58, 95,0.12);
}
.hwy-faq-item:last-child {
  border-bottom: 1px solid rgba(30, 58, 95,0.12);
}
.hwy-faq-q {
  list-style: none;
  cursor: pointer;
  padding: 20px 36px 20px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0C0E1A;
  line-height: 1.4;
  position: relative;
  user-select: none;
  transition: color 140ms ease;
}
.hwy-faq-q::-webkit-details-marker { display: none; }
.hwy-faq-q::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: #1E3A5F;
  line-height: 1;
  transition: transform 200ms ease;
}
[dir="rtl"] .hwy-faq-q {
  padding: 20px 0 20px 36px;
}
[dir="rtl"] .hwy-faq-q::after {
  right: auto;
  left: 4px;
}
.hwy-faq-item[open] .hwy-faq-q::after {
  transform: translateY(-50%) rotate(45deg);
}
.hwy-faq-item[open] .hwy-faq-q {
  color: #2A4A6A;
}
.hwy-faq-a {
  padding: 0 0 20px;
}
.hwy-faq-a p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: #3A3F6E;
  max-width: 620px;
}

.philosophy-page { scroll-padding-top: 88px; }
/* Header uses global vibrant glassmorphism */

@keyframes phiCredoMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .hwy-step {
    grid-template-columns: 70px 1fr;
  }
  .hwy-step-connector {
    display: none;
  }
  .hwy-step:not(:first-child) .hwy-step-right {
    grid-column: 2;
  }
}
@media (max-width: 720px) {
  .phi-credo-track {
    animation-duration: 22s;
  }
  .phi-hero .m-btn {
    width: 100%;
    justify-content: center;
  }
  .hwy-step {
    grid-template-columns: 1fr;
  }
  .hwy-step-left {
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
  .hwy-step-time {
    text-align: left;
    white-space: normal;
  }
  .hwy-architect {
    flex-direction: column;
  }
}
