/* Page-specific overrides */

/* ========== HOME — HERO ========== */
.hero__sub {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  color: var(--text-muted);
  max-width: 580px;
  margin: 1.25rem auto 0;
  line-height: 1.65;
}

/* ========== HOME — SERVICE STACK CARDS ========== */
.service-stack-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  transition: box-shadow 300ms;
}

.service-stack-card:last-child { margin-bottom: 0; }

.service-stack-card__icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: var(--bg-tinted);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-700);
  flex-shrink: 0;
}

.service-stack-card__body { flex: 1; }

.service-stack-card__num {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold-700);
  margin-bottom: 0.375rem;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}

.service-stack-card__title {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
  margin-bottom: 0.375rem;
  color: var(--text);
}

.service-stack-card__desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.service-stack-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold-700);
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: gap 200ms;
}

.service-stack-card__link:hover { gap: 0.625rem; }

/* ========== SERVICES PAGE — HERO ========== */
.services-hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: var(--text-muted);
  max-width: 560px;
  margin: 1rem auto 0;
}

/* ========== SERVICES — PROBLEM STATEMENT ========== */
.service-block__problem {
  font-size: 1.0625rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  font-style: italic;
}

/* ========== SERVICES — NOT SURE SECTION ========== */
.not-sure-section {
  background: var(--bg-tinted);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 4vw, 2.5rem);
  text-align: center;
}

.not-sure-section h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

/* ========== ABOUT — MANIFESTO (centered, single column) ========== */
.about-manifesto {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 2rem);
  text-align: left;
}

.about-manifesto p {
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 1.25rem;
  color: var(--text);
}

/* ========== ABOUT — VALUES ========== */
.values-section {
  padding-block: clamp(3rem, 6vw, 5rem);
}

/* ========== CONTACT PAGE ========== */
.contact-page {
  padding-top: clamp(6rem, 12vh, 10rem);
  padding-bottom: clamp(6rem, 12vh, 10rem);
  position: relative;
  overflow: hidden;
}

.contact-page::before {
  content: '';
  position: absolute;
  top: 30%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232, 199, 122, 0.25) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.contact-page::after {
  content: '';
  position: absolute;
  bottom: 10%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26, 58, 107, 0.18) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.contact-hero {
  text-align: center;
  margin-bottom: clamp(3rem, 6vh, 5rem);
  position: relative;
  z-index: 1;
}

.contact-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin: 0.75rem 0 1rem;
}

.contact-hero__sub {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
}

.contact-card-section {
  position: relative;
  z-index: 1;
}

.contact-card {
  max-width: 560px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-card__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-card__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-700);
  margin: 0;
}

.contact-card__value {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--navy-900);
  margin: 0;
}

.contact-card__email {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--navy-900);
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition: border-color 250ms var(--ease-out);
  align-self: flex-start;
}

.contact-card__email:hover {
  border-bottom-color: var(--gold-500);
}

.contact-card__divider {
  height: 1px;
  background: var(--border);
}

.contact-card__cta {
  margin-top: 0.75rem;
  text-align: center;
  width: 100%;
  justify-content: center;
}

/* ========== LEGAL PAGES ========== */
.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(4rem, 10vh, 8rem) clamp(1.25rem, 4vw, 2rem) clamp(5rem, 12vh, 10rem);
}

.legal__header { margin-bottom: clamp(2.5rem, 5vh, 4rem); }

.legal__header h1 { margin: 0.75rem 0 0.5rem; }

.legal__meta {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.legal__body h2 {
  font-family: 'Satoshi', sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin: 2.5rem 0 0.75rem;
  color: var(--navy-900);
}

.legal__body p,
.legal__body li {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
}

.legal__body p { margin-bottom: 1rem; }

.legal__body ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0 1.25rem;
  list-style: disc;
}

.legal__body li { margin-bottom: 0.5rem; }

.legal__body strong { color: var(--navy-900); font-weight: 600; }

.legal__body a {
  color: var(--gold-700);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 200ms;
}

.legal__body a:hover { color: var(--navy-900); }

.legal__body address {
  font-style: normal;
  margin-top: 1rem;
  padding: 1.25rem;
  background: var(--bg-tinted);
  border-radius: var(--r-md);
  line-height: 1.7;
}
