@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

:root {
  --orange: #ef6c21;
  --orange-deep: #c84d0b;
  --ink: #172025;
  --muted: #5d686e;
  --cream: #f6f1e9;
  --paper: #fffdf9;
  --line: #d9d4cc;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: white;
  padding: .75rem 1rem;
  z-index: 1000;
}
.shell { width: min(calc(100% - 3rem), var(--max)); margin: 0 auto; }
.narrow { max-width: 860px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,253,249,.94);
  border-bottom: 1px solid rgba(23,32,37,.08);
  backdrop-filter: blur(12px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 42px; display: inline-block; }
.peel { position: absolute; border: 4px solid var(--orange); border-left-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.peel-one { width: 37px; height: 37px; left: 1px; top: 1px; }
.peel-two { width: 24px; height: 24px; left: 8px; top: 8px; opacity: .75; }
.peel-three { width: 11px; height: 11px; left: 14px; top: 14px; opacity: .5; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .12em; }
.brand-copy strong { font: 800 .88rem "Manrope", sans-serif; }
.brand-copy small { margin-top: .35rem; font-size: .55rem; color: var(--muted); }
nav { display: flex; align-items: center; gap: 1.45rem; }
nav a { text-decoration: none; font-size: .9rem; color: var(--muted); }
nav a:hover { color: var(--ink); }
.nav-cta { color: var(--ink); border-bottom: 2px solid var(--orange); padding-bottom: .2rem; }

.hero {
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 82% 35%, rgba(239,108,33,.17), transparent 28%),
    linear-gradient(180deg, var(--paper), var(--cream));
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px; height: 520px;
  border: 1px solid rgba(239,108,33,.25);
  border-radius: 50%;
  right: -180px; bottom: -260px;
}
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 5rem; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--orange-deep); font-weight: 700; letter-spacing: .18em; font-size: .76rem; margin-bottom: 1.1rem; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); max-width: 950px; letter-spacing: -.055em; margin-bottom: 1.6rem; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); letter-spacing: -.045em; margin-bottom: 1.25rem; }
h3 { font-size: 1.45rem; }
.lead { font-size: 1.2rem; max-width: 760px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; padding: .9rem 1.2rem; border-radius: 3px; font-weight: 700; }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary:hover { background: var(--orange-deep); }
.button-secondary { border: 1px solid var(--ink); }
.button-light { background: white; color: var(--ink); }
.question-card {
  background: var(--ink);
  color: white;
  padding: 2.2rem;
  box-shadow: 24px 24px 0 rgba(239,108,33,.2);
}
.question-card > p { color: #f6a36e; font-size: .72rem; letter-spacing: .16em; font-weight: 700; }
.question-card blockquote { margin: 1.2rem 0 1.5rem; font: 700 1.75rem/1.3 "Manrope", sans-serif; }
.question-card span { color: #bfc7ca; font-size: .92rem; }
.statement { background: var(--orange); padding: 5rem 0; color: white; text-align: center; }
.statement p { margin: 0 0 .5rem; font-size: 1.25rem; }
.statement h2 { margin-bottom: 0; font-size: clamp(2.4rem, 5vw, 5rem); }

.section { padding: 7rem 0; }
.section-heading { max-width: 900px; margin-bottom: 3.5rem; }
.section-heading > p:last-child { font-size: 1.12rem; color: var(--muted); max-width: 760px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.prose { font-size: 1.1rem; color: var(--muted); }
.prose p:first-child { color: var(--ink); font-size: 1.25rem; }
.drift-card { background: var(--cream); padding: 2.2rem; border-left: 5px solid var(--orange); }
.card-label, .comparison-label { font-size: .72rem; letter-spacing: .16em; font-weight: 700; color: var(--orange-deep); }
.drift-line { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; margin: 1.55rem 0; align-items: center; }
.drift-line span { grid-row: 1; font-size: .82rem; color: var(--muted); }
.drift-line i { grid-column: 2; display: block; height: 5px; width: 55%; background: var(--orange); }
.drift-line i.long { width: 92%; background: var(--ink); }
.drift-line i.short { width: 38%; background: #9ea8ac; }
.drift-line strong { grid-column: 1 / -1; font-size: .95rem; }
.drift-conclusion { margin: 2rem 0 0; padding-top: 1.4rem; border-top: 1px solid var(--line); font: 700 1.4rem "Manrope", sans-serif; }

.section-dark { background: var(--ink); color: white; }
.section-dark .section-heading > p:last-child { color: #b7c0c4; }
.section-dark .eyebrow { color: #f6a36e; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #465157; border: 1px solid #465157; }
.capability { padding: 2rem; background: var(--ink); min-height: 280px; }
.capability span { color: #f6a36e; font-size: .75rem; }
.capability h3 { margin-top: 4.5rem; }
.capability p { color: #b7c0c4; font-size: .94rem; }

.reasoning { background: var(--cream); }
.comparison { display: grid; grid-template-columns: .7fr auto 1.3fr; gap: 2.3rem; align-items: center; background: white; padding: 2.6rem; border: 1px solid var(--line); }
.comparison-arrow { font-size: 2rem; color: var(--orange); }
.quote { font: 700 1.35rem/1.35 "Manrope", sans-serif; }
.apex-answer { border-left: 4px solid var(--orange); padding-left: 2rem; }
.recommendation { margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); }

.principle { text-align: center; background: white; }
.principle p:last-child { font-size: 1.18rem; color: var(--muted); }

.outcomes { border-top: 1px solid var(--line); }
.question-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.question-grid div { background: var(--paper); min-height: 180px; padding: 1.7rem; }
.question-grid span { color: var(--orange-deep); font-size: .72rem; font-weight: 700; }
.question-grid p { margin-top: 3rem; font: 700 1.35rem/1.3 "Manrope", sans-serif; }

.origin { background: #f0ede7; }
.conversation { background: var(--orange); color: white; padding: 7rem 0; text-align: center; }
.conversation .eyebrow { color: white; opacity: .8; }
.conversation-inner { max-width: 830px; }
.conversation-inner > p:not(.eyebrow) { font-size: 1.15rem; margin-bottom: 2rem; }
.conversation small { display: block; opacity: .7; margin-top: 1.2rem; }
footer { background: #111719; color: white; padding: 2.5rem 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.footer-inner p { color: #aeb7ba; margin: .4rem 0 0; font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 7rem 0 5rem; }
  .hero-grid, .two-column { grid-template-columns: 1fr; gap: 3rem; }
  .question-card { max-width: 620px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); justify-self: center; }
  .question-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(calc(100% - 2rem), var(--max)); }
  .brand-copy { display: none; }
  .nav { min-height: 66px; }
  .nav-cta { font-size: .82rem; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.2rem; }
  .section { padding: 4.5rem 0; }
  .capability-grid, .question-grid { grid-template-columns: 1fr; }
  .capability { min-height: 220px; }
  .capability h3 { margin-top: 3rem; }
  .footer-inner { flex-direction: column; align-items: start; }
}
