:root {
  --ink: #0b1020;
  --ink-soft: #222a3d;
  --paper: #f5f4ef;
  --white: #ffffff;
  --line: rgba(11, 16, 32, 0.16);
  --gold: #f2c46d;
  --orange: #e65d36;
  --blue: #304bd6;
  --muted: #62697a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 5vw;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -0.02em; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 18px;
}
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; }
.nav-contact { padding-bottom: 3px; border-bottom: 1px solid currentColor; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  min-height: calc(100svh - 86px);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(48px, 8vh, 100px) 5vw 96px;
  align-items: center;
  gap: 7vw;
}
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 7.3rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.94;
}
h1 em { color: var(--blue); font-weight: 500; }
.hero-lede { max-width: 610px; margin: 36px 0 0; color: var(--ink-soft); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(11,16,32,.14); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-accent { min-width: 220px; color: var(--white); background: var(--blue); border-color: var(--blue); }
.text-link { font-size: 15px; font-weight: 750; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--orange); }

.roundtable-visual {
  position: relative;
  width: min(42vw, 570px);
  aspect-ratio: 1;
  justify-self: center;
  isolation: isolate;
}
.orbit { position: absolute; inset: 11%; border: 1px solid rgba(11,16,32,.22); border-radius: 50%; }
.orbit-two { inset: 29%; border-style: dashed; border-color: rgba(48,75,214,.42); }
.center-question {
  position: absolute;
  inset: 35%;
  z-index: 2;
  display: grid;
  place-content: center;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 28px 60px rgba(11,16,32,.22);
}
.center-question strong { margin: -6px 0; color: var(--gold); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 76px); font-weight: 400; line-height: 1; }
.center-question span { font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.seat {
  position: absolute;
  z-index: 3;
  display: grid;
  width: clamp(44px, 5vw, 66px);
  aspect-ratio: 1;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(11,16,32,.22);
  border-radius: 50%;
  box-shadow: 0 9px 24px rgba(11,16,32,.11);
  font-family: Georgia, serif;
  font-size: clamp(13px, 1.4vw, 19px);
}
.seat-1 { top: 0; left: 50%; transform: translateX(-50%); }
.seat-2 { top: 17%; right: 3%; }
.seat-3 { right: 9%; bottom: 12%; }
.seat-4 { bottom: 0; left: 50%; transform: translateX(-50%); }
.seat-5 { bottom: 12%; left: 9%; }
.seat-6 { top: 17%; left: 3%; }
.seat-7 { top: 50%; right: -4%; transform: translateY(-50%); color: var(--white); background: var(--orange); border-color: var(--orange); }

.principles { color: var(--paper); background: var(--ink); padding: 104px 5vw; }
.principles > div { max-width: 1280px; margin-inline: auto; }
.principles h2, .roundtable-section h2, .company-section h2 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.02;
}
.principles h2 { color: var(--paper); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 82px !important; border-top: 1px solid rgba(245,244,239,.22); }
.principle-grid article { min-height: 250px; padding: 26px 34px 0 0; border-right: 1px solid rgba(245,244,239,.22); }
.principle-grid article + article { padding-left: 34px; }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: var(--gold); font-size: 12px; font-weight: 800; }
.principle-grid h3 { margin: 45px 0 16px; font-size: 27px; }
.principle-grid p { max-width: 340px; margin: 0; color: #b8becb; font-size: 17px; }

.roundtable-section { max-width: 1440px; margin: 0 auto; padding: 120px 5vw; }
.section-intro { display: grid; grid-template-columns: 1fr 0.8fr; column-gap: 7vw; align-items: end; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro > p:last-child { max-width: 560px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.demo-shell { margin-top: 60px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 22px 70px rgba(11,16,32,.08); overflow: hidden; }
.question-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px 56px; padding: 40px; background: #f0f1f8; border-bottom: 1px solid var(--line); }
.question-panel label { align-self: start; font-family: Georgia, serif; font-size: 26px; line-height: 1.2; }
textarea { width: 100%; resize: vertical; color: var(--ink); background: transparent; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; outline: none; font-size: 18px; line-height: 1.55; }
textarea:focus { border-color: var(--blue); }
.field-meta { grid-column: 2; display: flex; justify-content: space-between; color: var(--muted); font-size: 13px; font-weight: 700; }
.mentor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 28px 28px 14px; }
.mentor-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  gap: 12px;
  min-height: 86px;
  align-items: center;
  padding: 14px;
  color: var(--ink);
  text-align: left;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 3px;
  cursor: pointer;
  transition: border 150ms ease, background 150ms ease, transform 150ms ease;
}
.mentor-card:hover { transform: translateY(-2px); border-color: rgba(48,75,214,.55); }
.mentor-card.selected { background: #eef0ff; border-color: var(--blue); }
.mentor-initial { display: grid; width: 42px; aspect-ratio: 1; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 17px; }
.mentor-card strong, .mentor-card small { display: block; }
.mentor-card strong { font-size: 14px; line-height: 1.25; }
.mentor-card small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.3; }
.check { opacity: 0; color: var(--blue); font-weight: 900; }
.selected .check { opacity: 1; }
.demo-action-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px 28px 28px; }
.demo-action-row p { margin: 0; color: var(--muted); font-size: 14px; }
.conversation { padding: 34px 40px 44px; background: var(--ink); color: var(--paper); }
.conversation-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(245,244,239,.18); }
.conversation-heading .eyebrow { margin-bottom: 8px; }
.conversation-heading h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(26px, 3vw, 42px); font-weight: 500; }
.conversation-heading button { padding: 0; color: var(--gold); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }
.responses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.response { padding: 28px 28px 24px 0; border-right: 1px solid rgba(245,244,239,.18); }
.response + .response { padding-left: 28px; }
.response:last-child { border-right: 0; }
.response header { display: flex; align-items: center; gap: 12px; }
.response header span { display: grid; width: 34px; aspect-ratio: 1; place-items: center; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; }
.response h4 { margin: 0; font-size: 15px; }
.response small { color: #aab1c1; }
.response blockquote { margin: 24px 0 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.source-note { margin: 20px 0 0; color: #8f97a8; font-size: 12px; }

.company-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 120px 5vw; background: var(--gold); }
.company-section > div { max-width: 650px; }
.company-details > p { margin: 0 0 44px; font-size: 20px; line-height: 1.55; }
dl { margin: 0; }
dl div { display: grid; grid-template-columns: 140px 1fr; gap: 24px; padding: 17px 0; border-top: 1px solid rgba(11,16,32,.3); }
dl div:last-child { border-bottom: 1px solid rgba(11,16,32,.3); }
dt { color: rgba(11,16,32,.64); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: 0; font-weight: 650; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 18px 40px; align-items: center; padding: 42px 5vw; color: var(--paper); background: var(--ink); }
.footer-brand { grid-row: span 2; }
footer .brand-mark { color: var(--ink); background: var(--gold); }
footer p { margin: 0; color: #aeb5c4; font-size: 13px; text-align: right; }
.disclaimer { max-width: 680px; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .roundtable-visual { width: min(78vw, 520px); margin-top: 34px; }
  .section-intro, .company-section { grid-template-columns: 1fr; }
  .section-intro > p:last-child { margin-top: 28px; }
  .company-details { margin-top: 42px; }
  .mentor-grid { grid-template-columns: repeat(2, 1fr); }
  .responses { grid-template-columns: 1fr; }
  .response, .response + .response { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(245,244,239,.18); }
  .response:last-child { border-bottom: 0; }
}

@media (max-width: 680px) {
  .site-header { padding-top: 18px; }
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding-top: 50px; padding-bottom: 72px; }
  h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .roundtable-visual { width: 90vw; transform: translateX(-2vw); }
  .seat { width: 45px; }
  .principles, .roundtable-section, .company-section { padding-top: 82px; padding-bottom: 82px; }
  .principle-grid { grid-template-columns: 1fr; margin-top: 54px !important; }
  .principle-grid article, .principle-grid article + article { min-height: auto; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid rgba(245,244,239,.22); }
  .principle-grid h3 { margin-top: 18px; }
  .question-panel { grid-template-columns: 1fr; padding: 28px 22px; }
  .field-meta { grid-column: 1; }
  .mentor-grid { grid-template-columns: 1fr; padding: 20px 18px 10px; }
  .demo-action-row { align-items: stretch; flex-direction: column; padding: 14px 18px 22px; }
  .button-accent { width: 100%; }
  .conversation { padding: 28px 22px 34px; }
  .conversation-heading { align-items: flex-start; flex-direction: column; }
  dl div { grid-template-columns: 1fr; gap: 4px; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  footer p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
