/*
Theme Name: Chetna Sabharwal Premium Advisory
Theme URI: https://chetnasabharwal.com/
Author: Dr. Chetna Sabharwal
Description: Premium one-page WordPress theme for education strategy, strategic partnerships, project management, AI career coaching, and advisory for education changemakers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: chetna-premium-advisory
*/

:root {
  --ink: #111827;
  --ink-soft: #4b5563;
  --midnight: #0b1117;
  --navy: #153e75;
  --pine: #0f7f6c;
  --pine-strong: #083b35;
  --champagne: #2f66f5;
  --champagne-soft: #e8f0ff;
  --paper: #f8fbff;
  --paper-deep: #e7f0f8;
  --mist: #e3f7f2;
  --moss: #4f6f65;
  --copper: #0f9b7f;
  --plum: #3246c7;
  --white: #fffdf8;
  --line: rgba(17, 24, 39, 0.13);
  --line-dark: rgba(255, 253, 248, 0.18);
  --shadow: 0 26px 70px rgba(17, 24, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper), #ffffff 48%, #f2fbf8),
    var(--paper);
  font-family:
    Avenir,
    "Avenir Next",
    "Segoe UI",
    system-ui,
    sans-serif;
  letter-spacing: 0;
}

body::selection {
  color: var(--white);
  background: var(--plum);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  color: var(--ink);
  background: rgba(248, 251, 255, 0.9);
  backdrop-filter: blur(16px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(47, 102, 245, 0.2);
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--champagne), var(--pine));
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
}

.brand-lockup strong {
  font-size: 0.95rem;
}

.brand-lockup small {
  margin-top: 2px;
  color: rgba(17, 24, 39, 0.56);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a,
.header-cta,
.primary-action,
.secondary-action,
.service-link,
.request-form button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.site-nav a {
  padding: 0 13px;
  color: rgba(17, 24, 39, 0.66);
  font-size: 0.88rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--champagne);
  background: rgba(47, 102, 245, 0.08);
}

.header-cta {
  padding: 0 16px;
  color: var(--white);
  background: var(--champagne);
}

main {
  overflow: hidden;
}

.hero-section,
.advisory-section,
.services-section,
.proof-section,
.ai-section,
.program-section,
.recognition-band,
.insights-section,
.media-section,
.speaking-section,
.contact-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns:
    minmax(22px, 1fr)
    minmax(0, 650px)
    minmax(360px, 500px)
    minmax(22px, 1fr);
  gap: 30px;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 46px 0 54px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0 62%, rgba(227, 247, 242, 0.78) 62% 100%),
    linear-gradient(180deg, rgba(47, 102, 245, 0.05), rgba(15, 127, 108, 0.04)),
    var(--paper);
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 50px;
  left: max(22px, calc((100vw - 1180px) / 2));
  z-index: 0;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--champagne), var(--pine));
}

.hero-section::after {
  content: "";
  position: absolute;
  right: max(22px, calc((100vw - 1180px) / 2));
  bottom: 28px;
  left: max(22px, calc((100vw - 1180px) / 2));
  height: 1px;
  background: linear-gradient(90deg, rgba(47, 102, 245, 0.44), rgba(17, 24, 39, 0.06), rgba(15, 127, 108, 0.42));
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 620px;
  padding: 12px 0 12px 26px;
}

.hero-edition {
  align-self: flex-start;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(47, 102, 245, 0.18);
  border-radius: 999px;
  color: var(--champagne);
  background: rgba(232, 240, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-kicker,
.service-label {
  margin: 0 0 14px;
  color: var(--pine);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

h1,
h2 {
  font-family:
    Avenir,
    "Avenir Next",
    "Segoe UI",
    system-ui,
    sans-serif;
  font-weight: 850;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 5.6vw, 5.85rem);
  line-height: 0.96;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.1rem;
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.15rem;
  line-height: 1.18;
}

.hero-lede,
.advisory-editorial p,
.program-copy p,
.contact-section p {
  max-width: 66ch;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.62;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin: 28px 0 24px;
}

.primary-action,
.secondary-action {
  padding: 0 20px;
}

.primary-action {
  color: var(--white);
  background: var(--pine);
  box-shadow: 0 14px 34px rgba(16, 45, 37, 0.28);
}

.primary-action:hover,
.primary-action:focus-visible {
  background: var(--champagne);
}

.secondary-action {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.66);
}

.hero-section .section-kicker {
  color: var(--pine);
}

.hero-section h1 {
  max-width: 880px;
  color: var(--ink);
  text-shadow: none;
}

.hero-section .hero-lede {
  max-width: 62ch;
  color: var(--ink-soft);
}

.hero-editorial-note {
  max-width: 58ch;
  margin: 6px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(47, 102, 245, 0.12);
  border-left: 4px solid var(--champagne);
  border-radius: 8px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.72);
  font-family:
    Avenir,
    "Avenir Next",
    "Segoe UI",
    system-ui,
    sans-serif;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.48;
}

.hero-section .primary-action {
  color: var(--white);
  background: var(--champagne);
  box-shadow: 0 16px 40px rgba(47, 102, 245, 0.2);
}

.hero-section .primary-action:hover,
.hero-section .primary-action:focus-visible {
  color: var(--white);
  background: var(--pine);
}

.hero-section .secondary-action {
  border-color: rgba(17, 24, 39, 0.14);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.58);
  backdrop-filter: none;
}

.hero-section .secondary-action:hover,
.hero-section .secondary-action:focus-visible {
  border-color: rgba(47, 102, 245, 0.32);
  color: var(--champagne);
  background: var(--white);
}

.secondary-action:hover,
.secondary-action:focus-visible {
  border-color: rgba(47, 102, 245, 0.34);
  color: var(--champagne);
  background: var(--white);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
}

.hero-metrics div,
.pillar-card,
.service-card,
.process-grid article,
.program-list article,
.recognition-band div,
.insight-grid a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.hero-metrics div {
  min-height: 136px;
  padding: 18px;
}

.hero-section .hero-metrics div {
  border-color: rgba(47, 102, 245, 0.12);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
}

.hero-metrics dt {
  margin-bottom: 5px;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-weight: 700;
}

.hero-metrics dd {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.48;
}

.hero-section .hero-metrics dt {
  color: var(--champagne);
  font-size: 2rem;
}

.hero-section .hero-metrics dd {
  color: var(--ink-soft);
}

.hero-visual {
  position: relative;
  z-index: 1;
  grid-column: 3;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(47, 102, 245, 0.14);
  border-radius: 8px;
  background: var(--paper-deep);
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.14);
}

.hero-portrait {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04) brightness(1.01);
}

.portrait-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: auto;
  padding: 20px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
  color: var(--white);
  background: rgba(11, 17, 23, 0.78);
  backdrop-filter: blur(12px);
}

.portrait-caption span,
.portrait-caption strong {
  display: block;
}

.portrait-caption span {
  margin-bottom: 5px;
  color: #bfeee3;
  font-size: 0.82rem;
}

.portrait-caption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  line-height: 1.16;
}

.signal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  width: min(1180px, calc(100% - 44px));
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 64px;
  border-top: 1px solid rgba(47, 102, 245, 0.12);
  background: transparent;
}

.signal-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(47, 102, 245, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 800;
  font-size: 0.88rem;
}

.advisory-section,
.services-section,
.media-section,
.speaking-section,
.insights-section {
  padding: 82px 0;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 0.72fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 36px;
}

.section-intro h2 {
  max-width: 780px;
}

.advisory-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}

.pillar-grid,
.service-grid,
.process-grid,
.recognition-band,
.insight-grid,
.showcase-grid,
.speaking-grid {
  display: grid;
  gap: 16px;
}

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

.pillar-card {
  min-height: 244px;
  padding: 24px;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

.pillar-card span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--champagne);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.pillar-card p,
.service-card p,
.proof-list p,
.process-grid p,
.program-list p,
.recognition-band p,
.insight-grid span,
.showcase-card span {
  color: var(--ink-soft);
  line-height: 1.62;
}

.services-section {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(135deg, var(--midnight), var(--navy) 52%, var(--pine-strong));
}

.services-section .section-intro,
.services-section .service-grid {
  width: min(1180px, calc(100% - 44px));
  margin-right: auto;
  margin-left: auto;
}

.services-section .section-intro {
  color: var(--white);
}

.services-section .section-intro h2 {
  color: var(--white);
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.94);
}

.service-card-accent {
  background: var(--champagne-soft);
}

.service-card-dark {
  border-color: var(--line-dark);
  color: var(--white);
  background: var(--navy);
}

.service-card-dark p,
.service-card-dark li,
.service-card-dark .service-label {
  color: rgba(255, 253, 248, 0.78);
}

.service-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.service-card ul {
  margin: 24px 0 0;
  padding-left: 18px;
}

.service-card li {
  margin-bottom: 10px;
  color: var(--ink-soft);
  line-height: 1.48;
}

.service-link {
  align-self: flex-start;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(47, 102, 245, 0.18);
  color: var(--pine);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.service-link:hover,
.service-link:focus-visible {
  border-color: rgba(47, 102, 245, 0.42);
  color: var(--champagne);
  background: var(--white);
}

.service-card-dark .service-link {
  border-color: var(--line-dark);
  color: var(--white);
  background: rgba(255, 253, 248, 0.1);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 92px 0;
}

.proof-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-deep);
  box-shadow: var(--shadow);
}

.proof-image img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.proof-copy h2 {
  max-width: 650px;
}

.proof-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.proof-list article {
  padding: 0 0 16px;
  border-bottom: 1px solid var(--line);
}

.proof-list article:last-child {
  border-bottom: 0;
}

.ai-section {
  width: 100%;
  max-width: none;
  padding: 78px 0;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--midnight), #13233a 48%, var(--pine-strong));
}

.ai-section .section-intro,
.ai-section .process-grid {
  width: min(1180px, calc(100% - 44px));
  margin-right: auto;
  margin-left: auto;
}

.ai-section h2 {
  color: var(--white);
}

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

.process-grid article {
  min-height: 230px;
  padding: 26px;
  border-color: var(--line-dark);
  background: rgba(255, 253, 248, 0.08);
}

.process-grid span {
  display: block;
  margin-bottom: 48px;
  color: #bfeee3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 700;
}

.process-grid p {
  color: rgba(255, 253, 248, 0.76);
}

.media-section {
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(227, 247, 242, 0.42));
}

.showcase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.showcase-card {
  position: relative;
  min-height: 318px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--white);
  background: var(--pine-strong);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.11);
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 17, 23, 0.02) 24%, rgba(11, 17, 23, 0.82)),
    linear-gradient(90deg, rgba(47, 102, 245, 0.16), rgba(15, 127, 108, 0));
}

.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 318px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.03);
  transition: transform 220ms ease;
}

.showcase-card:hover img {
  transform: scale(1.04);
}

.showcase-card figcaption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
}

.showcase-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.showcase-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.12;
}

.showcase-card-feature {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 652px;
}

.showcase-card-feature img {
  min-height: 652px;
}

.showcase-card-feature strong {
  max-width: 12ch;
  font-size: 2.45rem;
  line-height: 0.98;
}

.showcase-card-wide {
  grid-column: span 2;
}

.showcase-card-tall {
  grid-row: span 2;
  min-height: 652px;
}

.showcase-card-tall img {
  min-height: 652px;
}

.speaking-section {
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.18);
}

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

.speaking-card {
  min-height: 236px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.82);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.speaking-card:hover,
.speaking-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(47, 102, 245, 0.34);
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.12);
}

.speaking-card span {
  display: block;
  margin-bottom: 36px;
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.speaking-card strong {
  display: block;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.14;
}

.speaking-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  line-height: 1.56;
}

.speaking-card-featured {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 488px;
  color: var(--white);
  background:
    linear-gradient(140deg, rgba(47, 102, 245, 0.92), rgba(15, 127, 108, 0.92)),
    var(--navy);
}

.speaking-card-featured span {
  color: #d9fff6;
}

.speaking-card-featured strong {
  max-width: 12ch;
  font-size: 2.65rem;
  line-height: 0.98;
}

.speaking-card-featured p {
  color: rgba(255, 253, 248, 0.78);
}

.program-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.78fr);
  gap: 54px;
  padding: 92px 0;
}

.program-copy {
  align-self: start;
  position: sticky;
  top: 112px;
}

.program-list {
  display: grid;
  gap: 16px;
}

.program-list article {
  padding: 30px;
  background: rgba(255, 253, 248, 0.72);
}

.program-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.recognition-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 82px;
}

.recognition-band div {
  min-height: 184px;
  padding: 22px;
  background: rgba(255, 253, 248, 0.82);
}

.recognition-band span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--champagne);
  font-weight: 900;
}

.recognition-band strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.18;
}

.insights-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(232, 240, 255, 0.34), rgba(248, 251, 255, 0));
}

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

.insight-grid a {
  min-height: 220px;
  padding: 24px;
  text-decoration: none;
  background: rgba(255, 253, 248, 0.86);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.insight-grid a:hover,
.insight-grid a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(15, 127, 108, 0.36);
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.12);
}

.insight-grid span {
  display: block;
  margin-bottom: 64px;
  color: var(--pine);
  font-weight: 800;
}

.insight-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.18;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 0.72fr);
  gap: 38px;
  align-items: start;
  margin-bottom: 34px;
  padding: 40px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy), var(--pine-strong));
}

.contact-section h2 {
  color: var(--white);
}

.contact-section p {
  color: rgba(255, 253, 248, 0.78);
}

.contact-section .primary-action {
  color: var(--white);
  background: var(--champagne);
  box-shadow: none;
}

.contact-section .secondary-action {
  border-color: var(--line-dark);
  color: var(--white);
  background: rgba(255, 253, 248, 0.08);
}

.contact-actions {
  justify-content: flex-start;
  margin-top: 26px;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.08);
}

.request-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(21, 18, 15, 0.34);
  font: inherit;
}

.request-form textarea {
  min-height: 120px;
  padding-top: 12px;
  resize: vertical;
}

.request-form option {
  color: var(--ink);
}

.form-honey {
  display: none;
}

.request-form label:nth-last-of-type(1),
.request-form button {
  grid-column: 1 / -1;
}

.request-form button {
  width: 100%;
  border: 0;
  color: var(--white);
  background: var(--champagne);
  cursor: pointer;
  font-weight: 900;
}

.request-form button:hover,
.request-form button:focus-visible {
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px;
  color: rgba(255, 253, 248, 0.7);
  background: var(--midnight);
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero-section,
  .proof-section,
  .program-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    width: min(100% - 44px, 1180px);
    min-height: auto;
    margin: 0 auto;
    padding: 34px 0 44px;
    background: transparent;
  }

  h1 {
    max-width: 720px;
    font-size: 3.1rem;
  }

  .hero-section h1 {
    font-size: clamp(3.3rem, 8vw, 5.2rem);
  }

  .hero-copy {
    grid-column: 1;
    min-height: auto;
    padding-left: 20px;
  }

  .hero-visual {
    grid-column: 1;
    min-height: 560px;
  }

  .hero-portrait {
    min-height: 560px;
  }

  .pillar-grid,
  .service-grid,
  .process-grid,
  .recognition-band,
  .showcase-grid,
  .speaking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-card-feature,
  .showcase-card-wide,
  .speaking-card-featured {
    grid-column: span 2;
  }

  .program-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 12px 18px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-lockup small,
  .header-cta {
    display: none;
  }

  .hero-section,
  .advisory-section,
  .proof-section,
  .program-section,
  .recognition-band,
  .insights-section,
  .media-section,
  .speaking-section,
  .contact-section {
    width: min(100% - 28px, 1180px);
  }

  .hero-section {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    padding: 24px 0 34px;
  }

  h1 {
    max-width: none;
    font-size: 2.35rem;
    line-height: 1;
  }

  h2 {
    font-size: 2.35rem;
    line-height: 1.06;
  }

  .hero-lede,
  .advisory-editorial p,
  .program-copy p,
  .contact-section p {
    font-size: 1rem;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .hero-section h1 {
    font-size: 2.7rem;
    line-height: 0.95;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-metrics,
  .section-intro,
  .advisory-editorial,
  .pillar-grid,
  .service-grid,
  .process-grid,
  .recognition-band,
  .insight-grid,
  .showcase-grid,
  .speaking-grid,
  .request-form {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    display: grid;
  }

  .hero-copy {
    padding-left: 16px;
  }

  .showcase-card-feature,
  .showcase-card-wide,
  .showcase-card-tall,
  .speaking-card-featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  .showcase-card-feature img,
  .showcase-card-wide img,
  .showcase-card-tall img,
  .showcase-card img {
    min-height: 340px;
  }

  .showcase-card-feature strong {
    max-width: none;
    font-size: 2rem;
    line-height: 1.05;
  }

  .speaking-card-featured strong {
    max-width: none;
    font-size: 2rem;
    line-height: 1.05;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 420px;
  }

  .hero-portrait {
    height: 100%;
    min-height: 420px;
    object-position: center;
  }

  .portrait-caption {
    display: none;
  }

  .services-section .section-intro,
  .services-section .service-grid,
  .ai-section .section-intro,
  .ai-section .process-grid {
    width: min(100% - 28px, 1180px);
  }

  .service-card,
  .process-grid article,
  .pillar-card,
  .insight-grid a {
    min-height: auto;
  }

  .proof-image img {
    min-height: 360px;
  }

  .contact-section {
    padding: 28px;
  }

  .site-footer {
    flex-direction: column;
    padding: 24px 18px;
  }
}

@media (max-width: 430px) {
  .brand-lockup strong {
    font-size: 0.84rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-visual,
  .hero-portrait {
    height: auto;
    min-height: 360px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-section h1 {
    font-size: 2.35rem;
  }

  .portrait-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px;
  }
}

/* Selected direction A: global keynote authority. */
:root {
  --ink: #0d1714;
  --ink-soft: #394741;
  --midnight: #05070c;
  --navy: #0b1324;
  --pine: #102d25;
  --pine-strong: #071613;
  --champagne: #d6b266;
  --champagne-soft: #f0dfb7;
  --paper: #fbf7f0;
  --paper-deep: #eee3d4;
  --mist: #d9e7df;
  --moss: #6f7c52;
  --copper: #b7643d;
  --plum: #5b334f;
  --white: #fffdf8;
  --line: rgba(13, 23, 20, 0.14);
  --line-dark: rgba(255, 253, 248, 0.18);
  --shadow: 0 26px 70px rgba(13, 23, 20, 0.16);
}

body {
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper), #fffdf8 48%, #f3eadb),
    var(--paper);
  overflow-x: hidden;
}

.site-header {
  border-bottom-color: rgba(214, 178, 102, 0.18);
  color: var(--white);
  background: rgba(7, 22, 19, 0.92);
}

.brand-mark {
  border-color: rgba(214, 178, 102, 0.42);
  color: var(--pine-strong);
  background: var(--champagne);
}

.brand-lockup small,
.site-nav a {
  color: rgba(255, 253, 248, 0.7);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--champagne-soft);
  background: rgba(255, 253, 248, 0.08);
}

.header-cta {
  color: var(--pine-strong);
  background: var(--champagne);
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: clamp(680px, calc(100svh - 73px), 840px);
  margin: 0;
  padding: clamp(86px, 12vw, 132px) max(28px, calc((100vw - 1180px) / 2)) 58px;
  overflow: hidden;
  color: var(--white);
  background: var(--midnight);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 12, 0.96) 0%, rgba(5, 7, 12, 0.82) 38%, rgba(5, 7, 12, 0.38) 66%, rgba(5, 7, 12, 0.76) 100%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.1), rgba(5, 7, 12, 0.68));
}

.hero-section::after {
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  left: max(28px, calc((100vw - 1180px) / 2));
  background: linear-gradient(90deg, rgba(214, 178, 102, 0.72), rgba(240, 223, 183, 0), rgba(214, 178, 102, 0.48));
}

.hero-copy {
  position: relative;
  z-index: 2;
  grid-column: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
  min-height: 600px;
  padding: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 6.3vw, 6.8rem);
  line-height: 0.92;
}

h2 {
  font-size: 3.25rem;
  line-height: 0.98;
}

.hero-section .section-kicker {
  color: var(--champagne-soft);
}

.hero-section h1 {
  max-width: 850px;
  color: var(--white);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.hero-section .hero-lede {
  max-width: 62ch;
  color: rgba(255, 253, 248, 0.84);
}

.hero-section .primary-action {
  color: var(--pine-strong);
  background: var(--champagne);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.hero-section .primary-action:hover,
.hero-section .primary-action:focus-visible {
  color: var(--pine-strong);
  background: var(--champagne-soft);
}

.hero-section .secondary-action {
  border-color: rgba(255, 253, 248, 0.28);
  color: var(--white);
  background: rgba(255, 253, 248, 0.09);
  backdrop-filter: blur(10px);
}

.hero-section .secondary-action:hover,
.hero-section .secondary-action:focus-visible {
  border-color: rgba(214, 178, 102, 0.48);
  color: var(--champagne-soft);
  background: rgba(255, 253, 248, 0.14);
}

.hero-section .hero-metrics div {
  border-color: rgba(214, 178, 102, 0.22);
  background: rgba(7, 22, 19, 0.58);
  backdrop-filter: blur(12px);
}

.hero-section .hero-metrics dt {
  color: var(--champagne-soft);
}

.hero-section .hero-metrics dd {
  color: rgba(255, 253, 248, 0.74);
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  grid-column: auto;
  min-height: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--midnight);
  box-shadow: none;
}

.hero-portrait {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.84) contrast(1.08) brightness(0.72);
}

.portrait-caption {
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 58px;
  left: auto;
  width: min(430px, calc(100% - 56px));
  border-color: rgba(214, 178, 102, 0.34);
  background: rgba(5, 7, 12, 0.72);
}

.portrait-caption span {
  color: var(--champagne-soft);
}

.signal-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px max(28px, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(214, 178, 102, 0.16);
  color: var(--white);
  background: var(--pine-strong);
}

.signal-strip span {
  border-color: rgba(214, 178, 102, 0.22);
  color: rgba(255, 253, 248, 0.82);
  background: rgba(255, 253, 248, 0.06);
}

.services-section {
  background:
    linear-gradient(135deg, var(--pine-strong), var(--pine) 52%, #1f1723);
}

.service-card-accent {
  background: var(--mist);
}

.service-card-dark {
  background: var(--plum);
}

.ai-section {
  background:
    linear-gradient(135deg, var(--midnight), var(--pine) 48%, #211723);
}

.speaking-card {
  position: relative;
  overflow: hidden;
}

.speaking-card:hover,
.speaking-card:focus-visible {
  border-color: rgba(214, 178, 102, 0.4);
}

.speaking-card-media {
  color: var(--white);
  background: var(--pine-strong);
}

.speaking-card-media::before,
.speaking-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
}

.speaking-card-media::before {
  background-image: var(--speaking-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 220ms ease;
}

.speaking-card-media::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.08), rgba(5, 7, 12, 0.86)),
    linear-gradient(90deg, rgba(7, 22, 19, 0.72), rgba(91, 51, 79, 0.18));
}

.speaking-card-media:hover::before,
.speaking-card-media:focus-visible::before {
  transform: scale(1.04);
}

.speaking-card-media span,
.speaking-card-media strong,
.speaking-card-media p {
  position: relative;
  z-index: 1;
}

.speaking-card-media span {
  color: var(--champagne-soft);
}

.speaking-card-media p {
  color: rgba(255, 253, 248, 0.82);
}

@media (max-width: 1080px) {
  .hero-section {
    width: 100%;
    min-height: 760px;
    margin: 0;
    padding-right: 28px;
    padding-left: 28px;
    background: var(--midnight);
  }

  .hero-copy {
    min-height: 570px;
    padding-left: 0;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    height: auto;
    min-height: auto;
  }

  .hero-portrait {
    height: 100%;
    min-height: 100%;
    object-position: center top;
  }
}

@media (max-width: 760px) {
  .hero-section {
    width: 100%;
    min-height: 760px;
    padding: 92px 18px 34px;
  }

  .hero-section h1 {
    font-size: 2.8rem;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-metrics {
    display: grid;
  }

  .portrait-caption {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero-section {
    min-height: 780px;
  }

  .hero-section h1 {
    font-size: 2.35rem;
  }
}

/* Premium repair: stable editorial keynote hero and curated gallery rhythm. */
.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.72fr);
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
  min-height: auto;
  padding: clamp(82px, 8vw, 122px) max(28px, calc((100vw - 1180px) / 2)) clamp(56px, 7vw, 88px);
  background:
    radial-gradient(circle at 84% 10%, rgba(214, 178, 102, 0.16), transparent 30%),
    linear-gradient(135deg, #05070c 0%, #071613 46%, #111018 100%);
}

.hero-section::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(214, 178, 102, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.05), transparent 44%);
  pointer-events: none;
}

.hero-section::after {
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: clamp(24px, 3vw, 38px);
  left: max(28px, calc((100vw - 1180px) / 2));
}

.hero-copy {
  grid-column: 1;
  max-width: 740px;
  min-width: 0;
  min-height: 0;
  padding: 0;
}

.hero-section h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.8vw, 5.45rem);
  line-height: 0.95;
}

.hero-section .hero-lede {
  max-width: 58ch;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.62;
}

.hero-actions {
  margin: 26px 0 22px;
}

.hero-metrics {
  max-width: 720px;
}

.hero-metrics div {
  min-height: 122px;
}

.hero-visual {
  position: relative;
  inset: auto;
  z-index: 1;
  grid-column: 2;
  height: min(640px, calc(100svh - 170px));
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(214, 178, 102, 0.28);
  border-radius: 8px;
  background: var(--midnight);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.hero-portrait {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.95) contrast(1.04) brightness(0.88);
}

.portrait-caption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  width: auto;
}

.showcase-grid {
  gap: 18px;
}

.showcase-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.02) 30%, rgba(5, 7, 12, 0.8)),
    linear-gradient(90deg, rgba(7, 22, 19, 0.34), rgba(91, 51, 79, 0.08));
}

.showcase-card img {
  filter: saturate(0.98) contrast(1.02) brightness(0.96);
}

@media (max-width: 1080px) {
  .hero-section {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: auto;
    padding: 76px 28px 52px;
  }

  .hero-copy {
    grid-column: auto;
    min-height: 0;
  }

  .hero-visual {
    grid-column: auto;
    height: min(66vw, 560px);
    min-height: 420px;
  }

  .hero-section h1 {
    max-width: 800px;
    font-size: clamp(3.15rem, 7vw, 4.9rem);
  }
}

@media (max-width: 760px) {
  .hero-section {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    padding: 52px 18px 36px;
  }

  .hero-copy,
  .hero-section .section-kicker,
  .hero-section .hero-lede,
  .hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-section .section-kicker {
    max-width: 34ch;
    line-height: 1.35;
    overflow-wrap: break-word;
  }

  .hero-section h1 {
    max-width: 100%;
    font-size: clamp(2.16rem, 10vw, 2.86rem);
    line-height: 1;
    overflow-wrap: break-word;
  }

  .hero-section .hero-lede {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions a {
    max-width: 100%;
    white-space: normal;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    height: 430px;
    min-height: 360px;
  }

  .portrait-caption {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero-section {
    padding-top: 44px;
  }

  .hero-section h1 {
    font-size: 2.12rem;
  }
}

@media (max-width: 520px) {
  .hero-copy,
  .hero-section .section-kicker,
  .hero-section h1,
  .hero-section .hero-lede,
  .hero-actions,
  .hero-metrics {
    max-width: min(100%, 354px);
  }
}

/* Contrast pass: keep titles readable across light and dark sections. */
.section-kicker,
.service-label,
.speaking-card span,
.insight-grid span {
  color: #123c31;
}

.services-section .section-kicker,
.services-section .service-label,
.ai-section .section-kicker,
.contact-section .section-kicker {
  color: #f6e5ba;
}

.services-section .section-intro h2,
.ai-section .section-intro h2,
.contact-section h2 {
  color: #fffdf8;
}

.services-section .section-intro,
.ai-section .section-intro,
.contact-section {
  color: #fffdf8;
}

.service-card,
.pillar-card,
.program-list article,
.recognition-band div,
.speaking-card {
  color: var(--ink);
}

.service-card h3,
.pillar-card h3,
.proof-list h3,
.program-list h3,
.recognition-band strong,
.speaking-card strong,
.insight-grid strong {
  color: #0d1714;
}

.service-card p,
.service-card li,
.pillar-card p,
.proof-list p,
.program-list p,
.recognition-band p,
.speaking-card p {
  color: #33433d;
}

.service-card-dark,
.service-card-dark h3,
.service-card-dark .service-link {
  color: #fffdf8;
}

.service-card-dark p,
.service-card-dark li,
.service-card-dark .service-label {
  color: rgba(255, 253, 248, 0.9);
}

.service-card-dark .service-link {
  border-color: rgba(255, 253, 248, 0.32);
  background: rgba(255, 253, 248, 0.12);
}

.process-grid span {
  color: #f6e5ba;
}

.process-grid p {
  color: rgba(255, 253, 248, 0.88);
}

.showcase-card::after {
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.08) 24%, rgba(5, 7, 12, 0.86)),
    linear-gradient(90deg, rgba(7, 22, 19, 0.42), rgba(91, 51, 79, 0.14));
}

.showcase-card span,
.speaking-card-media span,
.speaking-card-featured span {
  color: #f6e5ba;
}

.showcase-card strong,
.speaking-card-media strong,
.speaking-card-featured strong {
  color: #fffdf8;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.showcase-card p,
.speaking-card-media p,
.speaking-card-featured p {
  color: rgba(255, 253, 248, 0.88);
}

.contact-section p,
.request-form label {
  color: rgba(255, 253, 248, 0.9);
}

.contact-section .primary-action,
.request-form button {
  color: var(--pine-strong);
  background: var(--champagne);
}

.contact-section .primary-action:hover,
.contact-section .primary-action:focus-visible,
.request-form button:hover,
.request-form button:focus-visible {
  color: var(--pine-strong);
  background: #fff3d4;
}

.services-section .service-card:not(.service-card-dark) .service-label {
  color: #123c31;
}

.answer-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 82px 0;
  border-top: 1px solid var(--line);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.answer-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 16px 42px rgba(13, 23, 20, 0.06);
}

.answer-grid h3 {
  color: #0d1714;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.14;
}

.answer-grid p {
  margin-bottom: 0;
  color: #33433d;
  line-height: 1.58;
}

@media (max-width: 1080px) {
  .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .answer-section {
    width: min(100% - 28px, 1180px);
    padding: 62px 0;
  }

  .answer-grid {
    grid-template-columns: 1fr;
  }

  .answer-grid article {
    min-height: auto;
  }
}
