:root {
  --ink: #0b342f;
  --ink-2: #143f39;
  --cream: #f6f0e5;
  --paper: #fffaf1;
  --aqua: #dcefed;
  --aqua-2: #c8e5df;
  --yellow: #f7bf3d;
  --orange: #ee9551;
  --coral: #ed735b;
  --rust: #ad4938;
  --sage: #7ea99c;
  --muted: #65726f;
  --line: rgba(11, 52, 47, 0.18);
  --shadow: 0 26px 70px rgba(8, 42, 38, 0.16);
  --shadow-soft: 0 12px 35px rgba(8, 42, 38, 0.12);
  --radius: 26px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 0.18em; text-decoration-thickness: 0.08em; }
a:hover { text-decoration-thickness: 0.13em; }

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 999;
  transform: translateY(-220%);
  transition: transform 120ms ease;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(11, 52, 47, 0.1);
  background: rgba(246, 240, 229, 0.92);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  letter-spacing: -0.035em;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  white-space: nowrap;
}
.logo img { width: 38px; height: 38px; }
.logo .premium { font-weight: 900; }
.logo .dotcom { color: var(--coral); font-size: 0.68em; letter-spacing: -0.02em; }
.logo small {
  display: block;
  margin-top: -4px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { font-size: 14px; font-weight: 750; text-decoration: none; }
.site-nav a:hover { color: var(--coral); }
.nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}
.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.button,
.button:visited {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,42,38,.16); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: rgba(255,255,255,.4); }
.button.yellow { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button.coral { background: var(--coral); border-color: var(--coral); }
.button.small { min-height: 42px; padding: 10px 16px; font-size: 14px; }
.button.full { width: 100%; }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--yellow); }
h1, h2, h3, .display {
  margin-top: 0;
  font-family: var(--serif);
  line-height: .98;
  letter-spacing: -0.04em;
}
h1 { font-size: clamp(52px, 7vw, 92px); }
h2 { font-size: clamp(42px, 5.5vw, 72px); }
h3 { font-size: clamp(25px, 2.6vw, 34px); }
p { margin: 0 0 1em; }
.lede { color: var(--muted); font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.small { font-size: 14px; line-height: 1.55; }
.muted { color: var(--muted); }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(247, 191, 61, 0.2), transparent 26%),
    radial-gradient(circle at 70% 80%, rgba(220, 239, 237, 0.14), transparent 27%),
    var(--ink);
  color: white;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .11;
  pointer-events: none;
  background-image: linear-gradient(90deg, transparent 97%, rgba(255,255,255,.25) 97%), linear-gradient(transparent 97%, rgba(255,255,255,.18) 97%);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent, black 45%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
  padding-block: 86px 74px;
}
.hero h1 { max-width: 730px; margin-bottom: 26px; }
.hero h1 em { color: var(--yellow); font-weight: 700; }
.hero .lede { max-width: 700px; color: rgba(255,255,255,.78); }
.hero .eyebrow { color: var(--yellow); }
.choice-panel {
  max-width: 690px;
  margin-top: 34px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.choice-question {
  margin: 4px 6px 10px;
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 800;
}
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: 38px 1fr 30px;
  align-items: center;
  gap: 11px;
  padding: 20px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.choice-card.alt { background: var(--aqua); }
.choice-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.choice-card .plus {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11,52,47,.25);
  border-radius: 50%;
  font-weight: 900;
}
.choice-card strong { display: block; font-family: var(--serif); font-size: 21px; line-height: 1.05; }
.choice-card small { display: block; margin-top: 5px; font-size: 12px; line-height: 1.35; }
.choice-card .arrow { font-size: 24px; text-align: right; }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
}
.trust-list span::before { content: "✓"; margin-right: 7px; color: var(--yellow); font-weight: 900; }

.cover-visual { position: relative; min-height: 480px; }
.folder {
  position: absolute;
  inset: 40px 10px 20px 20px;
  padding: 42px 34px 30px;
  border-radius: 14px 40px 38px 20px;
  background: linear-gradient(145deg, #f7b844, #ee8956 70%);
  color: var(--ink);
  box-shadow: 14px 18px 0 rgba(173,73,56,.75), var(--shadow);
  transform: rotate(2.5deg);
}
.folder::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 48px;
  left: -1px;
  top: -18px;
  border-radius: 18px 30px 0 0;
  background: #f7c65a;
  border-top: 9px solid var(--paper);
}
.folder-kicker { font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.folder h2 { margin: 16px 0 36px; font-size: clamp(38px, 4vw, 56px); }
.folder h2 em { color: var(--rust); }
.measurement { margin: 24px 0; }
.measurement label { display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 900; }
.measurement i {
  display: block;
  height: 5px;
  margin-top: 9px;
  border-radius: 999px;
  background: rgba(11,52,47,.22);
  overflow: hidden;
}
.measurement i::after { content: ""; display: block; width: var(--w, 70%); height: 100%; background: var(--ink); }
.pin-note {
  position: absolute;
  right: -12px;
  bottom: 24px;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 16px 16px 4px 16px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.15;
  box-shadow: var(--shadow-soft);
  transform: rotate(-3deg);
}
.pin-note::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 18px;
  top: -8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.5), 0 3px 8px rgba(0,0,0,.2);
}

.promise-strip { background: var(--yellow); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid article { min-height: 142px; padding: 34px 36px; border-right: 1px solid rgba(11,52,47,.2); }
.promise-grid article:last-child { border-right: 0; }
.promise-grid h3 { margin-bottom: 8px; font-size: 23px; }
.promise-grid p { margin: 0; font-size: 14px; }

.section { padding-block: 100px; }
.section.paper { background: var(--paper); }
.section.ink { background: var(--ink); color: white; }
.section.aqua { background: var(--aqua); }
.section-head { max-width: 840px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p:last-child { margin-bottom: 0; }

.phinny-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}
.phinny-art {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin-inline: auto;
  overflow: hidden;
  border: 8px solid var(--paper);
  border-radius: 34px;
  background: var(--aqua);
  box-shadow: var(--shadow);
  transform: rotate(-1.2deg);
}
.phinny-art picture { display: block; }
.phinny-art img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 42% 50%;
}
.phinny-badge {
  position: absolute;
  right: 4%;
  bottom: 4%;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}
.about-phinny {
  position: relative;
  float: right;
  width: min(320px, 44%);
  margin: 0 0 34px 48px;
}
.about-phinny picture {
  display: block;
  overflow: hidden;
  border: 7px solid var(--paper);
  border-radius: 28px;
  background: var(--aqua);
  box-shadow: var(--shadow-soft);
  transform: rotate(1.2deg);
}
.about-phinny img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.about-phinny figcaption {
  position: absolute;
  right: -8px;
  bottom: -12px;
  padding: 10px 15px;
  border-radius: 10px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}
.clear-float { clear: both; }
.story-copy blockquote {
  margin: 34px 0 0;
  padding-left: 24px;
  border-left: 5px solid var(--yellow);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 35px);
  font-style: italic;
  line-height: 1.25;
}

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.step-card {
  min-height: 260px;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}
.step-card .number { color: var(--yellow); font-weight: 900; letter-spacing: .15em; font-size: 12px; }
.step-card h3 { margin: 52px 0 14px; font-size: 30px; }
.step-card p { margin: 0; color: rgba(255,255,255,.68); }

.guide-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}
.guide-image {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  background: var(--ink);
}
.guide-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.guide-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { position: relative; padding-left: 28px; margin: 10px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #1f8e77; font-weight: 900; }

.known-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.source-callout {
  padding: 30px;
  border: 1px solid rgba(11,52,47,.18);
  border-radius: 22px;
  background: rgba(255,255,255,.45);
}
.source-callout p { color: var(--muted); }

.stats { background: var(--ink); color: white; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; align-items: stretch; }
.stat { padding: 34px; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--yellow); font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); line-height: 1; }
.stat p { margin: 12px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

.cta-band { padding-block: 82px; background: linear-gradient(135deg, var(--yellow), var(--orange)); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { max-width: 760px; margin-bottom: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.site-footer { padding-block: 62px 32px; background: #062823; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 40px; }
.footer-grid h3 { font-family: var(--sans); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-grid a { display: block; margin: 8px 0; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-tool {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.footer-tool strong { color: var(--yellow); font-family: var(--serif); font-size: 21px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

/* Interior pages */
.page-hero { padding-block: 92px 70px; background: var(--aqua); }
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero h1 { max-width: 1000px; font-size: clamp(50px, 7vw, 86px); }
.page-hero .lede { max-width: 820px; }
.article { padding-block: 72px 110px; }
.prose { max-width: 820px; }
.prose h2 { margin: 1.35em 0 .45em; font-size: clamp(34px, 4vw, 52px); }
.prose h3 { margin: 1.5em 0 .45em; font-size: 28px; }
.prose p, .prose li { color: #334a46; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li { margin: .45em 0; }
.note, .notice {
  margin: 30px 0;
  padding: 24px 26px;
  border-left: 6px solid var(--yellow);
  border-radius: 0 18px 18px 0;
  background: var(--paper);
}
.notice.warning { border-left-color: var(--coral); background: #f9dfd8; }
.source-card {
  margin: 18px 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}
.source-card strong { display: block; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.source-card small { display: block; margin: 8px 0 12px; color: var(--muted); }
.source-card p { margin-bottom: 12px; }
.source-card a { font-weight: 850; color: var(--rust); }

/* TAILOR tool */
.tool-page { min-height: 100vh; background: linear-gradient(180deg, var(--aqua) 0, #e7f2ef 52%, var(--cream) 100%); }
.tool-intro { padding: 86px 0 46px; text-align: center; }
.tool-intro h1 { margin: 8px 0 16px; font-size: clamp(60px, 10vw, 112px); }
.tool-intro .lede { max-width: 830px; margin-inline: auto; }
.tool-badge { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.wizard-wrap { width: min(880px, calc(100% - 40px)); margin: 0 auto 100px; }
.wizard-card {
  overflow: hidden;
  border: 1px solid rgba(11,52,47,.14);
  border-radius: 34px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.wizard-top { padding: 28px 34px 0; }
.progress-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.progress-track { height: 10px; margin-top: 14px; border-radius: 999px; background: rgba(11,52,47,.12); overflow: hidden; }
.progress-bar { width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yellow), var(--orange), var(--coral)); transition: width 240ms ease; }
.wizard-body { min-height: 470px; padding: 46px 34px 36px; }
.wizard-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.wizard-kicker { color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.wizard-title { max-width: 760px; margin: 10px 0 18px; font-size: clamp(39px, 6vw, 64px); }
.wizard-copy { max-width: 700px; color: var(--muted); font-size: 19px; }
.wizard-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.mode-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.mode-card {
  min-height: 220px;
  padding: 26px;
  border: 2px solid var(--line);
  border-radius: 22px;
  background: white;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.mode-card:hover { border-color: var(--coral); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.mode-card .icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 20px; }
.mode-card h2 { margin: 46px 0 10px; font-size: 30px; }
.mode-card p { margin: 0; color: var(--muted); font-size: 14px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin-bottom: 8px; color: var(--ink); font-size: 14px; font-weight: 850; }
.field small { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
input, select, textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 15px;
  border: 2px solid rgba(11,52,47,.2);
  border-radius: 13px;
  background: white;
  color: var(--ink);
}
input:focus, select:focus, textarea:focus { border-color: var(--ink); outline: 3px solid rgba(247,191,61,.5); outline-offset: 1px; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--rust); }
.error { margin-top: 6px; color: var(--rust); font-size: 13px; font-weight: 750; }
fieldset { min-width: 0; padding: 0; border: 0; margin: 0; }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.option-grid.two { grid-template-columns: repeat(2, 1fr); }
.option {
  position: relative;
  min-height: 105px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: white;
  cursor: pointer;
}
.option:hover { border-color: var(--sage); }
.option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.option:has(input:checked) { border-color: var(--ink); background: var(--aqua); box-shadow: inset 0 0 0 1px var(--ink); }
.option strong { display: block; line-height: 1.2; }
.option small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.35; }

.result-banner {
  margin: 26px 0;
  padding: 26px;
  border-left: 7px solid var(--coral);
  border-radius: 0 20px 20px 0;
  background: #f8dfd8;
}
.result-banner.good { border-left-color: #27846f; background: #dff0e9; }
.result-banner.caution { border-left-color: var(--yellow); background: #fff0c3; }
.result-banner h3 { margin: 0 0 8px; font-size: 27px; }
.result-banner p { margin: 0; color: #3e514d; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.metric { min-height: 150px; padding: 24px; border-radius: 18px; background: var(--ink); color: white; }
.metric.alt { background: #174d45; }
.metric.light { background: var(--aqua); color: var(--ink); }
.metric small { display: block; margin-bottom: 10px; color: inherit; opacity: .7; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.metric strong { display: block; font-family: var(--serif); font-size: clamp(32px, 5vw, 49px); line-height: 1; }
.metric span { display: block; margin-top: 10px; font-size: 13px; opacity: .76; }
.compare-table { width: 100%; margin: 28px 0; border-collapse: collapse; border-radius: 16px; overflow: hidden; }
.compare-table th, .compare-table td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.compare-table th { background: var(--ink); color: white; font-size: 13px; letter-spacing: .05em; }
.compare-table td:first-child { font-weight: 850; }
.compare-table tr:nth-child(even) td { background: rgba(220,239,237,.45); }
.result-section { margin: 38px 0; }
.result-section h2 { margin-bottom: 18px; font-size: 38px; }
.result-section h3 { font-size: 27px; }
.result-section p, .result-section li { color: #425550; }
.result-section ul, .result-section ol { padding-left: 1.2em; }
.result-section li { margin: .55em 0; }
.formula {
  margin-top: 14px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(220,239,237,.65);
  color: #334a46;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  overflow-x: auto;
}
.scenario-table { width: 100%; border-collapse: collapse; margin-top: 22px; }
.scenario-table th, .scenario-table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: right; }
.scenario-table th:first-child, .scenario-table td:first-child { text-align: left; }
.scenario-table th { background: var(--ink); color: white; }
.result-tools { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.local-note { margin-top: 24px; color: var(--muted); font-size: 12px; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 100;
  transform: translate(-50%, 30px);
  opacity: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 14px;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 960px) {
  .site-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 88px;
    display: none;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; gap: 18px; }
  .site-nav .button { width: 100%; }
  .nav-toggle { display: block; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 70px; }
  .cover-visual { min-height: 500px; max-width: 630px; width: 100%; margin-inline: auto; }
  .promise-grid, .steps-grid, .stats-grid { grid-template-columns: 1fr; }
  .promise-grid article, .stat { border-right: 0; border-bottom: 1px solid rgba(11,52,47,.18); }
  .stats-grid .stat { border-bottom-color: rgba(255,255,255,.12); }
  .promise-grid article:last-child, .stat:last-child { border-bottom: 0; }
  .phinny-grid, .guide-grid, .known-grid { grid-template-columns: 1fr; }
  .guide-grid .guide-image { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 160px; }
  .mode-card h2 { margin-top: 28px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .wrap, .narrow { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 74px; }
  .logo { font-size: 17px; }
  .logo img { width: 36px; height: 36px; }
  .logo small { display: none; }
  .hero-inner { min-height: auto; padding: 62px 0 64px; }
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 108px; }
  .cover-visual { min-height: 430px; }
  .folder { inset: 35px 5px 20px 2px; padding: 38px 24px 24px; }
  .folder h2 { font-size: 39px; margin-bottom: 26px; }
  .measurement { margin: 18px 0; }
  .pin-note { right: 2px; max-width: 210px; font-size: 17px; }
  .section { padding-block: 76px; }
  .promise-grid article { min-height: 124px; padding: 28px 24px; }
  .phinny-grid { gap: 46px; }
  .about-phinny {
    float: none;
    width: min(100%, 440px);
    margin: 0 auto 46px;
  }
  .step-card { min-height: 220px; }
  .cta-inner { display: block; }
  .cta-actions { justify-content: flex-start; margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .page-hero { padding-block: 70px 54px; }
  .article { padding-block: 54px 84px; }
  .tool-intro { padding-top: 70px; }
  .wizard-wrap { width: min(100% - 20px, 880px); }
  .wizard-card { border-radius: 28px; }
  .wizard-top { padding: 26px 22px 0; }
  .wizard-body { min-height: 520px; padding: 38px 22px 30px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .option-grid, .option-grid.two { grid-template-columns: 1fr; }
  .option { min-height: 82px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: 130px; }
  .compare-table { font-size: 13px; }
  .compare-table th, .compare-table td { padding: 12px 9px; }
  .result-tools .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .tool-intro, .wizard-top, .wizard-back, .result-tools, .local-note, .toast { display: none !important; }
  body, .tool-page { background: white !important; color: black !important; }
  .wizard-wrap { width: 100%; margin: 0; }
  .wizard-card { border: 0; box-shadow: none; }
  .wizard-body { padding: 0; }
  .metric { border: 1px solid #333; background: white !important; color: black !important; }
  a { text-decoration: none; }
}

/* --------------------------------------------------------------------------
   Balanced edition — utility first, with one human thread
   -------------------------------------------------------------------------- */

.balanced-home .utility-hero {
  min-height: min(780px, calc(100svh - 78px));
}

.balanced-home .story-hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .92;
}

.balanced-home .story-deck {
  max-width: 650px;
  font-size: clamp(18px, 1.8vw, 23px);
}

.balanced-home .story-hero-shade {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .65) 43%, rgba(0, 0, 0, .08) 76%),
    linear-gradient(0deg, rgba(0, 0, 0, .58) 0%, transparent 46%);
}

.utility-strip {
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  background: #fff;
}

.utility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.utility-grid article {
  min-height: 205px;
  padding: 30px 24px;
  border-right: 1px solid #0a0a0a;
}

.utility-grid article:last-child {
  border-right: 0;
}

.utility-grid article > span {
  display: block;
  margin-bottom: 42px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.utility-grid h2 {
  margin-bottom: 9px;
  font-family: var(--sans);
  font-size: 19px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.utility-grid p {
  max-width: 240px;
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.balanced-home .decision-section {
  background: var(--cream);
}

.balanced-home .path-card {
  min-height: 355px;
}

.balanced-home .path-card h3 {
  font-size: clamp(32px, 3vw, 44px);
}

.balanced-home .tailor-story {
  background: #fff;
}

.balanced-home .tailor-story-heading h2 {
  font-size: clamp(43px, 5vw, 66px);
}

.value-section {
  padding-block: clamp(90px, 12vw, 155px);
  background: #0a0a0a;
  color: #fff;
}

.value-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.value-heading h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(45px, 5.6vw, 76px);
}

.value-section .eyebrow {
  color: #cfcfcf;
}

.value-copy {
  padding-top: 4px;
}

.value-copy .lede {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.35;
}

.value-copy > p:not(.lede) {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
}

.compact-checks {
  margin-top: 35px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .4);
}

.compact-checks li {
  color: #fff;
}

.restrained-story-grid {
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(55px, 9vw, 125px);
}

.full-phinny-photo {
  max-width: 520px;
}

.full-phinny-photo picture {
  background: #e7e7e7;
}

.full-phinny-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}

.restrained-story-copy {
  max-width: 680px;
}

.restrained-story-copy h2 {
  font-size: clamp(44px, 5.4vw, 72px);
}

.restrained-story-copy p {
  max-width: 650px;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.restrained-story-copy .story-credit {
  margin: 30px 0;
  color: #202020;
  font-size: 14px;
  font-weight: 800;
}

.restrained-story-copy .story-credit a {
  text-decoration: underline;
}

.balanced-home .word-section,
.balanced-home .closing-section {
  border-top: 1px solid rgba(10, 10, 10, .15);
}

/* About — warm, factual and concise */

.balanced-about-hero {
  padding-block: clamp(65px, 8vw, 105px);
}

.balanced-about-hero .about-hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(45px, 7vw, 100px);
}

.balanced-about-hero h1 {
  max-width: 720px;
  font-size: clamp(52px, 6.6vw, 88px);
}

.balanced-about-hero .about-opening {
  max-width: 650px;
  font-family: var(--sans);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.5;
}

.human-photo picture {
  background: #111;
}

.human-photo img,
.balanced-about .human-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}

.about-brief {
  background: #fff;
}

.about-story-section {
  padding-block: clamp(85px, 11vw, 145px);
}

.about-story-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(55px, 9vw, 135px);
  align-items: start;
}

.about-story-heading h2 {
  max-width: 520px;
  margin-bottom: 0;
  font-size: clamp(43px, 5vw, 68px);
}

.about-story-copy {
  max-width: 690px;
}

.about-story-copy > p {
  color: #333;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.7;
}

.balanced-memory-pair {
  grid-template-columns: .78fr 1.22fr;
  align-items: end;
  margin-block: 0;
  padding-bottom: clamp(90px, 12vw, 155px);
}

.balanced-memory-pair img,
.balanced-memory-pair .memory-pair-wide img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: grayscale(1);
}

.origin-section {
  padding-block: clamp(90px, 12vw, 155px);
  background: #0a0a0a;
  color: #fff;
}

.origin-copy {
  width: min(880px, calc(100% - 48px));
}

.origin-copy h2 {
  max-width: 820px;
  margin-bottom: 42px;
  font-size: clamp(46px, 6vw, 80px);
}

.origin-copy > p {
  max-width: 750px;
  color: rgba(255, 255, 255, .74);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.origin-questions {
  list-style: none;
  margin: 48px 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .55);
}

.origin-questions li {
  padding: 20px 0 20px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 31px);
  line-height: 1.25;
  position: relative;
}

.origin-questions li::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 20px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 900;
}

.practical-section {
  border-bottom: 1px solid rgba(10, 10, 10, .16);
}

.compact-signature {
  margin-bottom: 55px;
}

.balanced-about .about-next {
  margin: 55px 0 70px;
}

.balanced-about .about-next h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.contact-heading {
  margin-top: 0;
  font-size: clamp(34px, 4vw, 50px);
}

@media (max-width: 960px) {
  .utility-grid {
    grid-template-columns: 1fr 1fr;
  }

  .utility-grid article:nth-child(2) {
    border-right: 0;
  }

  .utility-grid article:nth-child(-n+2) {
    border-bottom: 1px solid #0a0a0a;
  }

  .value-grid,
  .about-story-grid {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .about-story-grid {
    gap: 40px;
  }

  .restrained-story-grid {
    grid-template-columns: 1fr;
  }

  .full-phinny-photo {
    width: min(100%, 600px);
    max-width: none;
    margin: 0;
    order: 0;
  }

  .restrained-story-copy {
    order: -1;
  }

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

  .human-photo {
    width: min(100%, 680px);
  }

  .balanced-memory-pair {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .balanced-home .utility-hero {
    min-height: 730px;
  }

  .balanced-home .story-hero h1 {
    font-size: clamp(46px, 13.4vw, 64px);
  }

  .balanced-home .story-hero-inner {
    padding-block: 185px 56px;
  }

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

  .utility-grid article,
  .utility-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #0a0a0a;
  }

  .utility-grid article:last-child {
    border-bottom: 0;
  }

  .utility-grid article > span {
    margin-bottom: 28px;
  }

  .balanced-home .path-card {
    min-height: 235px;
  }

  .value-heading h2,
  .restrained-story-copy h2,
  .balanced-about-hero h1,
  .origin-copy h2 {
    font-size: 43px;
  }

  .value-copy .lede {
    font-size: 23px;
  }

  .balanced-about-hero {
    padding-top: 56px;
  }

  .balanced-memory-pair {
    grid-template-columns: 1fr;
  }

  .origin-copy {
    width: min(100% - 30px, 880px);
  }

  .origin-questions li {
    padding-left: 34px;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* --------------------------------------------------------------------------
   Phinny story edition — restrained monochrome, August 2026
   -------------------------------------------------------------------------- */

:root {
  --ink: #0a0a0a;
  --ink-2: #1b1b1b;
  --cream: #f3f1ec;
  --paper: #fff;
  --aqua: #e8e7e2;
  --aqua-2: #d9d8d3;
  --yellow: #737373;
  --orange: #4a4a4a;
  --coral: #171717;
  --rust: #222;
  --sage: #666;
  --muted: #5d5d5d;
  --line: rgba(10, 10, 10, .18);
  --shadow: 0 28px 80px rgba(0, 0, 0, .16);
  --shadow-soft: 0 14px 36px rgba(0, 0, 0, .11);
  --radius: 4px;
}

body {
  background: var(--cream);
  color: var(--ink);
}

body::selection {
  background: #111;
  color: #fff;
}

:focus-visible {
  outline: 3px solid #737373;
  outline-offset: 4px;
}

.skip-link {
  border: 2px solid #fff;
  border-radius: 0;
  background: #0a0a0a;
  color: #fff;
}

.site-header {
  border-bottom-color: rgba(10, 10, 10, .14);
  background: rgba(243, 241, 236, .94);
}

.logo img {
  filter: grayscale(1) contrast(1.45);
}

.logo .dotcom,
.site-nav a:hover,
.source-card a {
  color: var(--ink);
}

.logo small {
  color: #666;
}

.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: .4em;
}

.nav-toggle {
  border-radius: 0;
}

.button,
.button:visited {
  border-color: #0a0a0a;
  border-radius: 0;
  background: #0a0a0a;
  color: #fff;
  box-shadow: none;
}

.button:hover {
  background: #2b2b2b;
  box-shadow: 7px 7px 0 rgba(10, 10, 10, .16);
}

.button.secondary {
  border-color: #0a0a0a;
  background: transparent;
  color: #0a0a0a;
}

.button.light-button,
.button.light-button:visited {
  border-color: #fff;
  background: #fff;
  color: #0a0a0a;
}

.button.light-button:hover {
  background: #e8e8e8;
}

.eyebrow,
.tool-badge,
.wizard-kicker {
  color: #353535;
}

.eyebrow.light {
  color: #cfcfcf;
}

h1,
h2,
h3,
.display {
  text-wrap: balance;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .28em;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.light-link {
  color: #fff;
}

/* Homepage */

.story-hero {
  position: relative;
  min-height: min(880px, calc(100svh - 78px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.story-hero-media,
.story-hero-media img,
.story-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.story-hero-media img {
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(1);
}

.story-hero-shade {
  background:
    linear-gradient(270deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .63) 38%, rgba(0, 0, 0, .08) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, .64) 0%, transparent 45%);
}

.story-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1260px, calc(100% - 64px));
  padding-block: clamp(110px, 16vh, 180px) 90px;
}

.story-hero-copy {
  max-width: 690px;
  margin-left: auto;
}

.story-hero .eyebrow {
  color: #ddd;
}

.story-hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(58px, 8.2vw, 118px);
  line-height: .89;
}

.story-deck {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.5;
}

.story-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.story-byline {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  letter-spacing: .04em;
}

.story-byline a {
  color: #fff;
  font-weight: 800;
}

.scroll-cue {
  position: absolute;
  left: 34px;
  bottom: 36px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: left bottom;
}

.scroll-cue i {
  width: 54px;
  height: 1px;
  background: currentColor;
}

.statement-section {
  padding-block: clamp(100px, 15vw, 190px);
  background: var(--paper);
}

.statement-copy {
  width: min(950px, calc(100% - 48px));
}

.statement-copy h2 {
  max-width: 920px;
  margin-bottom: 48px;
  font-size: clamp(48px, 6.5vw, 88px);
}

.statement-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-left: auto;
  color: #3d3d3d;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.65;
}

.decision-section {
  padding-block: clamp(90px, 11vw, 145px);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.section-intro {
  margin-bottom: 54px;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 70px;
  align-items: end;
}

.split-intro h2 {
  margin-bottom: 0;
}

.split-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
}

.path-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 34px 32px;
  border-right: 1px solid #0a0a0a;
  color: var(--ink);
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.path-card:last-child {
  border-right: 0;
}

.path-card:hover {
  background: #0a0a0a;
  color: #fff;
}

.path-number {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}

.path-card h3 {
  margin: auto 0 16px;
  font-size: clamp(34px, 3.2vw, 49px);
}

.path-card p {
  max-width: 300px;
  color: currentColor;
  opacity: .68;
}

.path-go {
  margin-top: 28px;
  font-weight: 850;
}

.quiet-promises {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  padding-top: 28px;
  color: #4c4c4c;
  font-size: 13px;
}

.quiet-promises span::before {
  content: "✓";
  margin-right: 8px;
  font-weight: 900;
}

.phinny-life {
  padding-block: clamp(90px, 12vw, 160px);
  background: #fff;
}

.life-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.life-photo {
  margin: 0;
}

.life-photo picture {
  display: block;
  overflow: hidden;
  background: #ddd;
}

.life-photo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1);
}

.life-photo figcaption,
.about-hero-photo figcaption,
.memory-pair figcaption {
  margin-top: 11px;
  color: #5d5d5d;
  font-size: 12px;
}

.life-copy h2 {
  margin-bottom: 34px;
}

.life-copy p {
  color: #3d3d3d;
  font-size: 18px;
}

.life-copy .large-line {
  margin: 34px 0;
  color: #0a0a0a;
  font-family: var(--serif);
  font-size: clamp(29px, 3.5vw, 44px);
  line-height: 1.12;
}

.photo-interlude {
  position: relative;
  min-height: min(740px, 78svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #050505;
  color: #fff;
}

.photo-interlude picture,
.photo-interlude picture img,
.photo-interlude-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-interlude picture img {
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(1);
}

.photo-interlude-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .12));
}

.photo-interlude-copy {
  position: relative;
  z-index: 1;
}

.photo-interlude-copy p {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .06em;
}

.photo-interlude-copy h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(52px, 8vw, 106px);
}

.tailor-story {
  padding-block: clamp(100px, 14vw, 180px);
  background: var(--cream);
}

.tailor-story-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(70px, 10vw, 150px);
}

.tailor-story-heading {
  align-self: start;
  position: sticky;
  top: 132px;
}

.tailor-story-heading .button {
  margin-top: 24px;
}

.plain-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #0a0a0a;
}

.plain-steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 38px 0;
  border-bottom: 1px solid #0a0a0a;
}

.plain-steps li > span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.plain-steps h3 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3vw, 42px);
}

.plain-steps p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
}

.word-section {
  padding-block: clamp(90px, 12vw, 160px);
  background: #fff;
}

.word-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 10vw, 150px);
}

.word-heading > p:not(.eyebrow) {
  color: var(--muted);
}

.word-heading .text-link {
  margin-top: 20px;
}

.word-list {
  border-top: 1px solid #0a0a0a;
}

.word-list details {
  border-bottom: 1px solid #0a0a0a;
}

.word-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  list-style: none;
}

.word-list summary::-webkit-details-marker {
  display: none;
}

.word-list summary span {
  font-family: var(--sans);
  font-size: 25px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.word-list details[open] summary span {
  transform: rotate(45deg);
}

.word-list details p {
  max-width: 650px;
  padding: 0 60px 27px 0;
  color: var(--muted);
}

.boundary-section {
  padding-block: clamp(90px, 12vw, 150px);
  background: #0a0a0a;
  color: #fff;
}

.boundary-copy {
  width: min(980px, calc(100% - 48px));
}

.boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 54px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.boundary-grid > div {
  min-height: 190px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.boundary-grid > div:last-child {
  border-right: 0;
}

.boundary-grid h3 {
  font-size: 27px;
}

.boundary-grid p,
.boundary-note {
  color: rgba(255, 255, 255, .68);
}

.boundary-note {
  max-width: 760px;
  margin-bottom: 28px;
}

.closing-section {
  padding-block: clamp(90px, 11vw, 140px);
  background: #fff;
}

.closing-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 70px;
}

.closing-grid h2 {
  margin-bottom: 0;
}

.closing-action {
  padding-left: 36px;
  border-left: 1px solid #0a0a0a;
}

.closing-action p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

/* About */

.about-hero {
  padding-block: clamp(70px, 9vw, 120px);
  background: #0a0a0a;
  color: #fff;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.about-hero h1 {
  font-size: clamp(58px, 7.2vw, 104px);
}

.about-opening {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 34px);
  line-height: 1.35;
}

.about-hero-photo {
  margin: 0;
}

.about-hero-photo picture {
  display: block;
  overflow: hidden;
}

.about-hero-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 35%;
  filter: grayscale(1);
}

.about-hero-photo figcaption {
  color: rgba(255, 255, 255, .58);
}

.memoir {
  padding-block: clamp(80px, 11vw, 145px);
  background: #fff;
}

.memoir-copy {
  width: min(780px, calc(100% - 48px));
}

.memoir-copy p {
  color: #343434;
  font-family: var(--serif);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.72;
}

.memoir-copy .small {
  font-family: var(--sans);
  font-size: 14px;
}

.memoir-copy h2 {
  margin: 1.65em 0 .6em;
  font-size: clamp(42px, 5vw, 66px);
}

.dropcap::first-letter {
  float: left;
  margin: .04em .12em 0 0;
  font-size: 4.1em;
  line-height: .72;
}

.memory-pair {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: end;
  gap: 28px;
  margin-block: clamp(80px, 11vw, 145px);
}

.memory-pair figure {
  margin: 0;
}

.memory-pair picture {
  display: block;
  background: #ddd;
}

.memory-pair img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(1);
}

.memory-pair-wide img {
  aspect-ratio: 4 / 3;
}

.memoir-quote {
  margin: 70px 0;
  padding: 40px 0;
  border-top: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 62px);
  font-style: normal;
  line-height: 1.08;
}

.full-memory {
  position: relative;
  width: min(1460px, calc(100% - 48px));
  margin: clamp(90px, 12vw, 160px) auto;
  background: #111;
}

.full-memory img {
  width: 100%;
  max-height: 780px;
  object-fit: cover;
  filter: grayscale(1);
}

.full-memory p {
  position: absolute;
  right: 28px;
  bottom: 22px;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 56px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .7);
}

.signature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  margin: 58px 0 80px;
  padding-top: 28px;
  border-top: 1px solid #0a0a0a;
}

.signature span {
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
}

.signature a {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 14px;
}

.about-next {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin: 80px 0;
  padding: 42px;
  background: var(--cream);
}

.about-next h2 {
  margin: 0;
}

/* Learn */

.guide-hero {
  padding-block: clamp(90px, 12vw, 160px);
  background: #fff;
}

.guide-hero .narrow {
  width: min(960px, calc(100% - 48px));
}

.guide-hero h1 {
  max-width: 950px;
  font-size: clamp(58px, 7.6vw, 105px);
}

.guide-hero .lede {
  max-width: 800px;
}

.guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.guide-nav {
  position: sticky;
  top: 78px;
  z-index: 20;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: #0a0a0a;
  color: #fff;
}

.guide-nav-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 26px;
  overflow-x: auto;
  white-space: nowrap;
}

.guide-nav-inner span {
  color: #aaa;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.guide-nav a {
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.guide-section {
  padding-block: clamp(90px, 12vw, 150px);
  background: var(--cream);
}

.guide-section:nth-of-type(even) {
  background: #fff;
}

.guide-layout {
  display: grid;
  grid-template-columns: .36fr .64fr;
  gap: clamp(55px, 9vw, 130px);
}

.guide-layout aside {
  align-self: start;
  position: sticky;
  top: 175px;
}

.guide-layout aside h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.guide-layout aside > p:last-child {
  color: var(--muted);
}

.term-cards {
  border-top: 1px solid #0a0a0a;
}

.term-cards article {
  display: grid;
  grid-template-columns: 50px minmax(170px, .7fr) 1.3fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #0a0a0a;
}

.term-cards article > span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.term-cards h3 {
  font-size: 29px;
}

.term-cards p {
  color: var(--muted);
}

.term-cards .ask-line {
  grid-column: 3;
  margin-top: -10px;
  padding: 15px;
  background: #e7e6e1;
  color: #222;
  font-size: 14px;
}

.kit-section {
  padding-block: clamp(90px, 12vw, 150px);
  background: #0a0a0a;
  color: #fff;
}

.kit-section .split-intro > p {
  color: rgba(255, 255, 255, .68);
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .5);
}

.kit-grid article {
  min-height: 460px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, .5);
}

.kit-grid article:last-child {
  border-right: 0;
}

.kit-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 850;
}

.kit-grid h3 {
  margin: 58px 0 24px;
  font-size: 36px;
}

.tick-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tick-list li {
  position: relative;
  margin: 12px 0;
  padding-left: 25px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.tick-list li::before {
  content: "□";
  position: absolute;
  left: 0;
  color: #fff;
}

.no-ticks li::before {
  content: "×";
}

.kit-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 38px 0 0;
}

.kit-action strong {
  font-family: var(--serif);
  font-size: 29px;
}

.kit-action p {
  max-width: 720px;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .65);
}

.renewal-explainer {
  border-top: 1px solid #0a0a0a;
}

.renewal-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #0a0a0a;
}

.renewal-row > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.renewal-row h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.renewal-row p {
  margin: 0;
  color: var(--muted);
}

.renewal-callout {
  margin-top: 34px;
  padding: 30px;
  background: #e6e4df;
}

.renewal-callout p {
  font-family: var(--serif);
  font-size: 23px;
}

.questions-section {
  padding-block: clamp(90px, 12vw, 150px);
  background: #0a0a0a;
  color: #fff;
}

.question-list {
  list-style: none;
  margin: 50px 0 34px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.question-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.question-list span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
}

.question-list p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 27px);
  line-height: 1.35;
}

.questions-note {
  color: rgba(255, 255, 255, .6);
}

.source-note-section {
  padding-block: 80px;
  background: #fff;
}

.source-note-section h2 {
  font-size: 40px;
}

/* TAILOR */

.tool-page {
  background: var(--cream);
}

.tool-intro {
  padding: 90px 0 0;
  background: #0a0a0a;
  color: #fff;
  text-align: left;
}

.tool-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: 80px;
}

.tool-intro h1 {
  margin: 4px 0 18px;
  font-size: clamp(70px, 10vw, 126px);
}

.tool-intro .lede {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.tool-intro .lede strong {
  color: #fff;
}

.tool-name-note {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 14px;
}

.tool-promise {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .4);
}

.tool-promise strong {
  display: block;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.2;
}

.tool-promise ul {
  margin: 20px 0 0;
  padding-left: 1.2em;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.tool-orientation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, .34);
}

.tool-orientation > div {
  min-height: 130px;
  padding: 25px 28px 28px 0;
  border-right: 1px solid rgba(255, 255, 255, .34);
}

.tool-orientation > div:not(:first-child) {
  padding-left: 28px;
}

.tool-orientation > div:last-child {
  border-right: 0;
}

.tool-orientation strong,
.tool-orientation span {
  display: block;
}

.tool-orientation strong {
  margin-bottom: 9px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tool-orientation span {
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.wizard-wrap {
  margin-top: 82px;
}

.wizard-card {
  border: 1px solid #0a0a0a;
  border-radius: 0;
  background: #fff;
  box-shadow: 14px 14px 0 rgba(10, 10, 10, .11);
}

.progress-track {
  height: 4px;
  border-radius: 0;
  background: #dededb;
}

.progress-bar {
  border-radius: 0;
  background: #0a0a0a;
}

.wizard-title {
  line-height: .98;
}

.wizard-copy {
  color: #555;
}

.mode-card,
.option,
input,
select,
textarea {
  border-color: rgba(10, 10, 10, .24);
  border-radius: 0;
}

.mode-card:hover,
.option:hover {
  border-color: #0a0a0a;
}

.mode-card .icon {
  border: 1px solid #0a0a0a;
  border-radius: 50%;
  background: #fff;
}

.option:has(input:checked) {
  border-color: #0a0a0a;
  background: #e5e4df;
  box-shadow: inset 0 0 0 1px #0a0a0a;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #0a0a0a;
  outline: 3px solid #8a8a8a;
}

.result-banner,
.result-banner.good,
.result-banner.caution {
  border-left-color: #0a0a0a;
  border-radius: 0;
  background: #e7e6e1;
}

.metric,
.metric.alt {
  border-radius: 0;
  background: #0a0a0a;
}

.metric.light {
  border: 1px solid #0a0a0a;
  background: #fff;
}

.compare-table,
.formula,
.notice,
.note,
.source-card {
  border-radius: 0;
}

.compare-table th,
.scenario-table th {
  background: #0a0a0a;
}

.compare-table tr:nth-child(even) td,
.formula {
  background: #ebeae6;
}

.notice,
.note {
  border-left-color: #0a0a0a;
  background: #ecebe7;
}

.notice.warning {
  border-left-color: #0a0a0a;
  background: #deddd8;
}

.button.yellow,
.button.coral {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #fff;
}

.question-sheet {
  padding: 30px;
  border: 1px solid #0a0a0a;
  background: #f0efeb;
}

.question-sheet h2 {
  margin-top: 0;
}

.question-sheet li {
  margin: .8em 0;
  color: #252525;
}

.result-section p,
.result-section li,
.prose p,
.prose li {
  color: #3f3f3f;
}

/* Interior and footer */

.page-hero {
  background: #e5e4df;
}

.section.paper,
.article {
  background: #fff;
}

.site-footer {
  background: #0a0a0a;
}

.story-footer-grid {
  grid-template-columns: 1.6fr .7fr .7fr;
}

.site-footer .logo {
  color: #fff;
}

.site-footer .logo img {
  filter: grayscale(1) brightness(0) invert(1);
}

.site-footer .dotcom {
  color: #fff;
}

.footer-tool {
  border-radius: 0;
}

.footer-tool strong {
  color: #fff;
}

@media (max-width: 960px) {
  .site-nav {
    border-radius: 0;
    background: var(--cream);
  }

  .story-hero {
    min-height: 840px;
  }

  .story-hero-media img {
    object-position: 58% 50%;
  }

  .story-hero-shade {
    background:
      linear-gradient(270deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .2)),
      linear-gradient(0deg, rgba(0, 0, 0, .76), transparent 58%);
  }

  .split-intro,
  .life-grid,
  .tailor-story-grid,
  .word-grid,
  .closing-grid,
  .about-hero-grid,
  .guide-layout,
  .tool-intro-grid {
    grid-template-columns: 1fr;
  }

  .split-intro {
    gap: 24px;
  }

  .path-grid,
  .boundary-grid,
  .kit-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid #0a0a0a;
  }

  .path-card:last-child {
    border-bottom: 0;
  }

  .life-photo {
    order: 2;
  }

  .tailor-story-heading,
  .guide-layout aside {
    position: static;
  }

  .boundary-grid > div {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  .boundary-grid > div:last-child {
    border-bottom: 0;
  }

  .about-hero-photo {
    max-width: 680px;
  }

  .guide-nav {
    top: 74px;
  }

  .term-cards article {
    grid-template-columns: 50px 1fr;
  }

  .term-cards article > p {
    grid-column: 2;
  }

  .term-cards .ask-line {
    grid-column: 2;
  }

  .kit-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  .kit-grid article:last-child {
    border-bottom: 0;
  }

  .kit-grid h3 {
    margin-top: 30px;
  }

  .tool-intro-grid {
    gap: 45px;
  }

  .tool-promise {
    max-width: 620px;
  }

  .story-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .story-hero {
    min-height: 790px;
  }

  .story-hero-inner {
    width: min(100% - 30px, 1260px);
    padding-block: 220px 66px;
  }

  .story-hero-media img {
    object-position: 62% center;
  }

  .story-hero-shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .56) 58%, rgba(0, 0, 0, .13) 100%);
  }

  .story-hero h1 {
    font-size: clamp(50px, 15.2vw, 71px);
  }

  .story-deck {
    font-size: 18px;
  }

  .story-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .scroll-cue {
    display: none;
  }

  .statement-copy,
  .boundary-copy,
  .memoir-copy,
  .guide-hero .narrow {
    width: min(100% - 30px, 960px);
  }

  .statement-copy h2 {
    font-size: 43px;
  }

  .statement-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .path-card {
    min-height: 250px;
    padding: 26px 22px;
  }

  .quiet-promises {
    display: grid;
    grid-template-columns: 1fr;
  }

  .photo-interlude {
    min-height: 620px;
  }

  .photo-interlude picture img {
    object-position: 62% center;
  }

  .plain-steps li,
  .question-list li {
    grid-template-columns: 42px 1fr;
  }

  .word-list details p {
    padding-right: 0;
  }

  .closing-action {
    padding: 26px 0 0;
    border-top: 1px solid #0a0a0a;
    border-left: 0;
  }

  .about-hero {
    padding-top: 62px;
  }

  .about-hero h1 {
    font-size: 52px;
  }

  .about-hero-photo img {
    aspect-ratio: 4 / 4.8;
  }

  .memory-pair {
    grid-template-columns: 1fr;
  }

  .memory-pair figure {
    width: 100%;
  }

  .memory-pair img,
  .memory-pair-wide img {
    aspect-ratio: 4 / 5;
  }

  .memoir-copy p {
    font-size: 19px;
  }

  .about-next {
    display: block;
    padding: 28px 22px;
  }

  .about-next .button {
    margin-top: 24px;
  }

  .guide-nav-inner {
    gap: 20px;
  }

  .term-cards article {
    grid-template-columns: 36px 1fr;
    gap: 15px;
  }

  .term-cards h3 {
    font-size: 26px;
  }

  .kit-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-intro {
    padding-top: 68px;
  }

  .tool-orientation {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .tool-orientation > div,
  .tool-orientation > div:not(:first-child) {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .34);
  }

  .tool-orientation > div:last-child {
    border-bottom: 0;
  }

  .wizard-wrap {
    margin-top: 46px;
  }

  .story-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media print {
  .guide-nav,
  .story-actions,
  .guide-hero-actions,
  .kit-action .button {
    display: none !important;
  }

  .kit-section,
  .questions-section,
  .boundary-section {
    background: #fff !important;
    color: #000 !important;
  }

  .kit-grid,
  .kit-grid article,
  .question-list,
  .question-list li {
    border-color: #000 !important;
  }

  .kit-grid p,
  .kit-grid li,
  .question-list p,
  .questions-note {
    color: #000 !important;
  }
}

/* Final safeguards for the balanced layouts; kept after the legacy edition. */
.balanced-home .restrained-story-grid {
  grid-template-columns: .8fr 1.2fr;
}

.balanced-home .full-phinny-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.balanced-about .balanced-about-hero {
  padding-block: clamp(65px, 8vw, 105px);
}

.balanced-about .human-photo img,
.balanced-about .balanced-memory-pair img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 960px) {
  .balanced-home .restrained-story-grid {
    grid-template-columns: 1fr;
  }

  .balanced-home .full-phinny-photo {
    order: 0;
  }
}

@media (max-width: 680px) {
  .balanced-about .balanced-memory-pair img {
    aspect-ratio: auto;
  }
}

/* --------------------------------------------------------------------------
   U.S. color edition — a practical product with a human pulse
   -------------------------------------------------------------------------- */

:root {
  --ink: #123f42;
  --ink-2: #205457;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --aqua: #e2efed;
  --aqua-2: #cee3df;
  --yellow: #efb848;
  --orange: #d98555;
  --coral: #c76046;
  --rust: #9e432f;
  --sage: #6e958d;
  --muted: #5f706e;
  --line: rgba(18, 63, 66, .17);
  --shadow: 0 28px 70px rgba(18, 63, 66, .15);
  --shadow-soft: 0 12px 30px rgba(18, 63, 66, .1);
  --radius: 18px;
}

body {
  background: var(--cream);
  color: var(--ink);
}

::selection {
  background: var(--yellow);
  color: #102f31;
}

:focus-visible {
  outline-color: var(--yellow);
}

.site-header {
  border-bottom-color: var(--line);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 5px 22px rgba(18, 63, 66, .04);
}

.logo img,
.site-footer .logo img {
  filter: none;
}

.logo .dotcom,
.site-nav a:hover,
.source-card a {
  color: var(--coral);
}

.logo small {
  color: var(--muted);
}

.nav-toggle {
  border-color: var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.button,
.button:visited {
  border-color: var(--ink);
  border-radius: 10px;
  background: var(--ink);
  box-shadow: 0 8px 0 rgba(18, 63, 66, .12);
}

.button:hover {
  background: var(--ink-2);
  box-shadow: 0 10px 0 rgba(18, 63, 66, .14);
}

.button.secondary {
  border-color: var(--ink);
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.button.light-button,
.button.light-button:visited {
  border-color: var(--yellow);
  background: var(--yellow);
  color: #102f31;
}

.button.light-button:hover {
  background: #f5c76b;
}

.eyebrow,
.tool-badge,
.wizard-kicker {
  color: var(--coral);
}

.eyebrow.light {
  color: #f4c86d;
}

.text-link {
  color: var(--ink);
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

.light-link {
  color: #fff;
  text-decoration-color: var(--yellow);
}

/* Hero: keep the photograph monochrome; introduce color through the product. */

.story-hero {
  background: #082f32;
}

.story-hero-media img {
  filter: grayscale(1) contrast(1.04);
}

.story-hero-shade {
  background:
    linear-gradient(270deg, rgba(7, 40, 42, .96) 0%, rgba(7, 40, 42, .8) 40%, rgba(7, 40, 42, .12) 75%),
    linear-gradient(0deg, rgba(5, 29, 31, .72) 0%, transparent 48%);
}

.story-hero-copy {
  position: relative;
  max-width: 720px;
  padding-left: clamp(22px, 3vw, 38px);
}

.story-hero-copy::before {
  content: "";
  position: absolute;
  inset: 4px auto 4px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(var(--yellow), var(--coral));
}

.story-hero .eyebrow {
  color: #f4c86d;
}

.story-hero h1 {
  font-size: clamp(54px, 7.7vw, 108px);
}

.story-deck {
  color: rgba(255, 255, 255, .88);
}

.scroll-cue {
  color: rgba(255, 255, 255, .75);
}

/* Product proof */

.utility-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.utility-grid {
  gap: 0;
}

.utility-grid article {
  min-height: 260px;
  padding: 36px 28px 34px;
  border-color: var(--line);
  background: var(--paper);
}

.utility-grid article > .utility-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 0 44px;
  border: 0;
  border-radius: 14px;
}

.utility-icon svg,
.path-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-teal { background: #d6ebe8; color: #116b6b; }
.icon-gold { background: #f9e8bd; color: #936312; }
.icon-coral { background: #f4d9d1; color: #aa462f; }
.icon-sage { background: #dde7db; color: #4f735e; }

.utility-grid h2 {
  color: var(--ink);
  font-size: 21px;
}

.utility-grid p {
  color: var(--muted);
  font-size: 14px;
}

/* Choose a path */

.decision-section {
  border-top: 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(239, 184, 72, .13), transparent 23%),
    var(--cream);
}

.split-intro > p {
  color: var(--muted);
}

.path-grid {
  gap: 18px;
  border: 0;
}

.path-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(18, 63, 66, .05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--aqua-2);
}

.path-card:nth-child(2)::before { background: #e9a18e; }
.path-card:nth-child(3)::before { background: #edc66f; }

.path-card:hover {
  border-color: rgba(18, 63, 66, .35);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 38px rgba(18, 63, 66, .12);
  transform: translateY(-5px);
}

.path-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 13px;
}

.path-icon-teal { background: #d6ebe8; color: #116b6b; }
.path-icon-coral { background: #f4d9d1; color: #aa462f; }
.path-icon-gold { background: #f9e8bd; color: #936312; }

.path-card h3 {
  margin: auto 0 16px;
  color: var(--ink);
}

.path-card p {
  color: var(--muted);
  opacity: 1;
}

.path-go {
  color: var(--ink-2);
}

.quiet-promises {
  color: var(--muted);
}

.quiet-promises span::before {
  color: #28766f;
}

/* Explain TAILOR */

.tailor-story {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .38), transparent 55%),
    var(--aqua);
}

.tailor-story-heading {
  top: 118px;
}

.tailor-story-heading .lede {
  color: var(--ink-2);
}

.tailor-boundary {
  margin: 26px 0 0;
  padding: 17px 18px;
  border-left: 4px solid var(--coral);
  border-radius: 0 10px 10px 0;
  background: rgba(255, 255, 255, .6);
  color: var(--muted);
  font-size: 14px;
}

.tailor-boundary strong {
  color: var(--ink);
}

.plain-steps {
  border-color: rgba(18, 63, 66, .32);
}

.plain-steps li {
  border-color: rgba(18, 63, 66, .32);
}

.plain-steps li > span {
  color: var(--coral);
}

.plain-steps p {
  color: var(--muted);
}

/* Why it is more useful than a generic answer */

.value-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(239, 184, 72, .15), transparent 26%),
    #123f42;
}

.value-section .eyebrow {
  color: #f4c86d;
}

.value-copy .lede {
  color: #fff;
}

.compact-checks {
  border-color: rgba(255, 255, 255, .28);
}

.compact-checks li::before {
  color: #f4c86d;
}

/* Phinny: the full photograph, never a crop. */

.phinny-life {
  background:
    linear-gradient(90deg, rgba(226, 239, 237, .34), transparent 45%),
    var(--paper);
}

.balanced-home .restrained-story-grid {
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(58px, 8vw, 115px);
}

.balanced-home .full-phinny-photo {
  position: relative;
  max-width: 540px;
  margin: 0;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.balanced-home .full-phinny-photo picture {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #dfe8e6;
}

.balanced-home .full-phinny-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(.84) contrast(1.03) !important;
}

.balanced-home .full-phinny-photo figcaption {
  margin: 12px 4px 2px;
  color: var(--muted);
}

.restrained-story-copy h2 {
  color: var(--ink);
}

.restrained-story-copy p,
.restrained-story-copy .story-credit {
  color: #425351;
}

/* Glossary, boundaries, and close */

.word-section {
  background: #fff;
}

.word-list,
.word-list details {
  border-color: var(--line);
}

.word-list summary {
  color: var(--ink);
}

.word-list summary span {
  color: var(--coral);
}

.word-list details p {
  color: var(--muted);
}

.boundary-section {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .035), transparent 60%),
    #0d3437;
}

.boundary-grid {
  border-color: rgba(255, 255, 255, .3);
}

.boundary-grid > div {
  border-color: rgba(255, 255, 255, .3);
}

.boundary-grid h3 {
  color: #f4c86d;
}

.closing-section {
  background: var(--aqua);
}

.closing-action {
  border-color: rgba(18, 63, 66, .35);
}

/* Interior pages */

.page-hero {
  background:
    radial-gradient(circle at 90% 15%, rgba(239, 184, 72, .18), transparent 25%),
    var(--aqua);
}

.article,
.section.paper,
.about-brief {
  background: var(--paper);
}

.prose p,
.prose li,
.result-section p,
.result-section li {
  color: #405654;
}

.note,
.notice {
  border-left-color: var(--yellow);
  border-radius: 0 12px 12px 0;
  background: #fff9e9;
}

.notice.warning {
  border-left-color: var(--coral);
  background: #fbebe6;
}

.source-card {
  border-color: var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 63, 66, .05);
}

.about-hero,
.origin-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(239, 184, 72, .1), transparent 28%),
    #123f42;
}

.human-photo img,
.balanced-about .human-photo img {
  filter: grayscale(1) contrast(1.04);
}

.balanced-about .balanced-memory-pair img {
  filter: saturate(.72) contrast(1.03);
}

.origin-questions {
  border-color: rgba(255, 255, 255, .3);
}

.origin-questions li {
  border-color: rgba(255, 255, 255, .3);
}

.origin-questions li::before {
  color: #f4c86d;
}

.signature,
.practical-section {
  border-color: var(--line);
}

.balanced-about .about-next {
  border-radius: 16px;
  background: var(--aqua);
}

/* TAILOR application */

.tool-page {
  background: linear-gradient(180deg, var(--aqua) 0, #edf5f2 48%, var(--cream) 100%);
}

.wizard-card {
  border-color: var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.progress-track {
  background: rgba(18, 63, 66, .12);
}

.progress-bar {
  background: linear-gradient(90deg, #277a73, var(--yellow), var(--coral));
}

.mode-card {
  border-color: var(--line);
  border-radius: 14px;
  background: #fff;
}

.mode-card:hover {
  border-color: var(--coral);
  box-shadow: var(--shadow-soft);
}

.mode-card .icon {
  background: #f8e3ad;
  color: var(--ink);
}

.mode-card:nth-child(2) .icon { background: #f1d5ce; }
.mode-card:nth-child(3) .icon { background: #d4e8e5; }

input,
select,
textarea {
  border-color: rgba(18, 63, 66, .22);
  border-radius: 10px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--ink);
  outline-color: rgba(239, 184, 72, .55);
}

.question-sheet {
  border-color: var(--line);
  border-radius: 14px;
  background: #f5f3ec;
}

.site-footer {
  background: #0b3134;
}

.site-footer .dotcom,
.site-footer .logo {
  color: #fff;
}

.footer-bottom {
  border-color: rgba(255, 255, 255, .13);
}

@media (max-width: 960px) {
  .balanced-home .restrained-story-grid {
    grid-template-columns: 1fr;
  }

  .balanced-home .full-phinny-photo {
    width: min(100%, 600px);
    max-width: 600px;
    order: 0;
  }

  .balanced-home .restrained-story-copy {
    order: 1;
  }
}

@media (max-width: 820px) {
  .site-nav {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper);
    box-shadow: var(--shadow-soft);
  }
}

@media (max-width: 680px) {
  .wrap,
  .narrow {
    width: min(100% - 32px, 1180px);
  }

  .story-hero-copy {
    padding-left: 18px;
  }

  .story-hero h1 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .utility-grid article {
    min-height: 0;
    padding: 28px 22px;
    border-color: var(--line);
  }

  .utility-grid article > .utility-icon {
    margin-bottom: 24px;
  }

  .path-grid {
    gap: 14px;
  }

  .path-card {
    min-height: 300px;
    padding: 26px 22px;
    border: 1px solid var(--line);
  }

  .balanced-home .full-phinny-photo {
    width: 100%;
    padding: 8px;
    border-radius: 14px;
  }

  .balanced-home .full-phinny-photo picture {
    border-radius: 9px;
  }

  .closing-action {
    border-color: rgba(18, 63, 66, .3);
  }
}
