:root {
  --bg-main: #f7f5ef;
  --bg-soft: #fbfaf7;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-solid: #fffdf8;
  --ink-strong: #1d1915;
  --ink-body: #4f463d;
  --ink-soft: #8b8376;
  --line: #e7dfd3;
  --line-soft: rgba(231, 223, 211, 0.7);
  --accent: #d75e4e;
  --accent-cool: #5fb7c7;
  --accent-soft: #ffdb63;
  --shadow-soft: 0 24px 60px rgba(53, 38, 24, 0.08);
  --shadow-card: 0 20px 36px rgba(31, 20, 10, 0.08);
  --radius-xl: 20px;
  --radius-lg: 12px;
  --radius-md: 8px;
  --radius-pill: 999px;
  --container-width: min(1200px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.9), transparent 32%),
    linear-gradient(90deg, rgba(95, 183, 199, 0.08), transparent 34%, rgba(215, 94, 78, 0.07)),
    linear-gradient(180deg, #faf9f5 0%, var(--bg-main) 55%, #f2ede4 100%);
  color: var(--ink-strong);
  font-family: "Geist", "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.container {
  width: var(--container-width);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 243, 0.82);
  border-bottom: 1px solid rgba(232, 226, 213, 0.85);
}

.nav-row,
.footer-row,
.cta-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-row {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 30%, #f9d08c, transparent 38%),
    linear-gradient(135deg, #1d1915 0%, #3c2d1f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.brand-word,
.hero-copy h1,
.section-heading h2,
.context-copy h2,
.cta-shell h2 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
}

.brand-word {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-pill);
  padding: 14px 20px;
  font-size: 0.96rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.pill-button:hover {
  transform: translateY(-1px);
}

.pill-button:focus-visible,
.brand:focus-visible,
.cta-footer-row a:focus-visible,
.site-footer a:focus-visible,
.faq-question:focus-visible {
  outline: 3px solid rgba(95, 183, 199, 0.48);
  outline-offset: 4px;
}

.pill-button-dark {
  color: #f8f3eb;
  background: #1a1714;
  box-shadow: 0 12px 24px rgba(26, 23, 20, 0.15);
}

.pill-button-accent {
  color: #fff8f1;
  background: var(--accent);
  box-shadow: 0 16px 32px rgba(160, 67, 52, 0.25);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--ink-soft);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-family: "Courier New", monospace;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(820px, 82vw, 1006px);
  padding: clamp(90px, 7vw, 110px) 0 clamp(110px, 9vw, 140px);
  background: linear-gradient(180deg, #fafaf8 0%, #f5f5f2 60%, #ffffff 100%);
}

.hero-grid {
  position: absolute;
  top: 0;
  left: 4vw;
  right: 4vw;
  height: 866px;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 250, 247, 0.18));
  overflow: hidden;
  opacity: 1;
  mask-image: linear-gradient(90deg, transparent 0%, black 7%, black 93%, transparent 100%);
  --time-col: 56px;
  --calendar-head: 46px;
  --calendar-row: 78px;
  --calendar-col: calc((100% - var(--time-col)) / 6);
}

.hero-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(250, 250, 248, 0) 0%, rgba(255, 255, 255, 0.96) 91%);
}

.hero-grid-head,
.hero-grid-times {
  position: absolute;
  z-index: 3;
  color: #c8c4ba;
  font-family: "Geist Mono", "Courier New", monospace;
  font-size: 0.62rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-grid-head {
  top: 40px;
  left: var(--time-col);
  right: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: var(--calendar-head);
  border-bottom: 1px solid #ecece8;
}

.hero-grid-head span {
  display: flex;
  align-items: center;
  padding: 0 18px 1px;
  color: #383838;
  font-size: 0.82rem;
}

.hero-grid-times {
  top: calc(40px + var(--calendar-head));
  bottom: 0;
  left: 0;
  width: var(--time-col);
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  align-items: start;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
  color: #cfccc2;
  font-size: 0.62rem;
}

.hero-calendar-frame {
  position: absolute;
  z-index: 1;
  top: calc(40px + var(--calendar-head));
  left: 0;
  right: 0;
  height: calc(var(--calendar-row) * 10);
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(var(--calendar-row) - 1px),
      rgba(239, 238, 233, 0.34) calc(var(--calendar-row) - 1px),
      rgba(239, 238, 233, 0.34) var(--calendar-row)
    ),
    linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--time-col) - 1px),
      rgba(239, 238, 233, 0.42) calc(var(--time-col) - 1px),
      rgba(239, 238, 233, 0.42) var(--time-col),
      transparent var(--time-col)
    );
}

.hero-calendar-frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--time-col);
  right: 0;
  background-image: repeating-linear-gradient(
    to right,
    rgba(239, 238, 233, 0.2) 0,
    rgba(239, 238, 233, 0.2) 1px,
    transparent 1px,
    transparent var(--calendar-col)
  );
  background-size: var(--calendar-col) 100%;
}

.hero-calendar-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.86), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.7));
  pointer-events: none;
}

.calendar-events {
  position: absolute;
  z-index: 2;
  top: calc(40px + var(--calendar-head));
  left: var(--time-col);
  right: 0;
  height: calc(var(--calendar-row) * 10);
  pointer-events: none;
}

.calendar-block {
  position: absolute;
  width: calc(var(--calendar-col) - 16px);
  left: calc((var(--col) - 1) * var(--calendar-col) + 8px);
  top: calc(var(--top-row) * var(--calendar-row) + var(--offset, 0px));
  height: var(--block-height);
  border: 1px solid rgba(221, 219, 211, 0.46);
  border-left-width: 2px;
  border-radius: 4px;
  background: rgba(250, 250, 247, 0.38);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.015),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.block-c1-r1-short {
  --col: 1;
  --top-row: 0;
  --offset: 39px;
  --block-height: 72px;
}

.block-c1-r3-tall {
  --col: 1;
  --top-row: 2;
  --block-height: 111px;
}

.block-c1-r6-short {
  --col: 1;
  --top-row: 5;
  --block-height: 72px;
}

.block-c2-r2-short {
  --col: 2;
  --top-row: 1;
  --block-height: 72px;
}

.block-c2-r4-long {
  --col: 2;
  --top-row: 3;
  --block-height: 150px;
}

.block-c2-r7-short {
  --col: 2;
  --top-row: 6;
  --block-height: 72px;
}

.block-c3-r1-short {
  --col: 3;
  --top-row: 0;
  --block-height: 72px;
}

.block-c3-r3-tall {
  --col: 3;
  --top-row: 2;
  --block-height: 111px;
}

.block-c3-r6-short {
  --col: 3;
  --top-row: 5;
  --block-height: 72px;
}

.block-c4-r2-short {
  --col: 4;
  --top-row: 1;
  --offset: 39px;
  --block-height: 72px;
}

.block-c4-r4-tall {
  --col: 4;
  --top-row: 3;
  --offset: 39px;
  --block-height: 111px;
}

.block-c4-r7-short {
  --col: 4;
  --top-row: 6;
  --block-height: 72px;
}

.block-c5-r1-short {
  --col: 5;
  --top-row: 0;
  --offset: 39px;
  --block-height: 72px;
}

.block-c5-r3-tall {
  --col: 5;
  --top-row: 2;
  --offset: 39px;
  --block-height: 111px;
}

.block-c5-r6-tall {
  --col: 5;
  --top-row: 5;
  --block-height: 111px;
}

.block-c6-r2-long {
  --col: 6;
  --top-row: 1;
  --block-height: 150px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.2rem, 5.1vw, 4.38rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-copy h1 em {
  font-style: italic;
}

.hero-text {
  max-width: 560px;
  margin: 10px 0 24px;
  color: var(--ink-body);
  font-size: 0.95rem;
  line-height: 1.6;
}

.hero-stage {
  position: relative;
  z-index: 1;
}

.hero-stage {
  --hero-art-scale: 1;
  height: 520px;
  min-height: 0;
  margin-top: clamp(56px, 6vw, 80px);
  overflow: visible;
}

.hero-stage-art {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1600px;
  height: 520px;
  transform: translateX(-50%) scale(var(--hero-art-scale));
  transform-origin: top center;
}

.meeting-card,
.feature-card,
.faq-item,
.sticky-note {
  box-shadow: var(--shadow-card);
}

.meeting-card {
  position: absolute;
  z-index: 3;
  width: 285px;
  padding: 17px 22px 19px 45px;
  border: 1.3px solid #e8e4da;
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 3px 10px -3px rgba(40, 30, 20, 0.08),
    0 31px 52px -21px rgba(40, 30, 20, 0.25),
    0 65px 104px -52px rgba(40, 30, 20, 0.2);
}

.meeting-card::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d5584d;
  box-shadow: 0 0 0 5px rgba(213, 88, 77, 0.18);
}

.meeting-time {
  margin: 0;
  color: #7a7268;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Geist Mono", "Courier New", monospace;
  line-height: 1.55;
}

.meeting-card h2,
.meeting-card h3,
.feature-card h3 {
  margin: 8px 0 6px;
  font-size: 1.12rem;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.55;
}

.meeting-quote,
.feature-card p,
.section-heading p,
.context-copy p,
.cta-note,
.site-footer p,
.cta-footer-row p {
  margin: 0;
  color: var(--ink-body);
  line-height: 1.7;
}

.meeting-card .meeting-quote {
  color: #9b1f1b;
  font-size: 0.95rem;
  line-height: 1.55;
}

.sticky-note {
  position: absolute;
  width: 586px;
  min-height: 302px;
  padding: 42px 32px 38px;
  border-radius: 3px;
  background: linear-gradient(180deg, #f2ce23 0%, #f1ca28 8%, #f7d645 16%, #f5cd4a 22%, #f2cf3f 100%);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 0 100%);
  transform: rotate(-3deg);
  box-shadow:
    -4px 4px 6px rgba(0, 0, 0, 0.2),
    -16px 16px 15px rgba(0, 0, 0, 0.12),
    0 39px 56px -28px rgba(40, 30, 20, 0.3);
}

.sticky-note p {
  margin: 0;
  font-family: "Caveat", "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 2.55rem;
  line-height: 1.3;
  color: #2a2520;
}

.sticky-note strong {
  font-weight: 700;
}

.sticky-note mark {
  padding: 0 10px 3px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.06);
  color: inherit;
}

.sticky-note .sticky-question {
  margin-top: 16px;
  color: #9b1f1b;
  font-size: 2.24rem;
}

.card-left-top {
  top: -44px;
  left: 45px;
  transform: rotate(4deg);
}

.card-left-bottom {
  top: 272px;
  left: 45px;
  transform: rotate(-4deg);
}

.card-right-top {
  top: -35px;
  right: -25px;
  width: 303px;
  transform: rotate(-3deg);
}

.card-right-bottom {
  top: 222px;
  right: -25px;
  width: 303px;
  transform: rotate(6deg);
}

.sticky-main {
  top: 30px;
  left: 50%;
  z-index: 4;
  margin-left: -293px;
}

.hero-threads {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.thread-line {
  position: absolute;
  display: block;
  pointer-events: none;
}

/* Key logic: these numbers are the Figma-like X/Y controls for each exported line. */
.thread-left-top {
  left: 231px;
  top: 30px;
  width: 471px;
  height: 158px;
}

.thread-left-bottom {
  left: 231px;
  top: 186px;
  width: 471px;
  height: 151px;
}

.thread-right-top {
  left: 702px;
  top: 30px;
  width: 760px;
  height: 158px;
}

.thread-right-bottom {
  left: 702px;
  top: 186px;
  width: 760px;
  height: 151px;
}

.faq-section {
  padding: 104px 0;
}

.feature-section {
  padding: 120px 0 112px;
  background: #f4f4f4;
}

.feature-shell {
  width: min(1384px, calc(100vw - 48px));
  margin: 0 auto;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-size: 3.35rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.feature-section .section-heading h2 {
  margin: 0;
  color: #1a1714;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -1.12px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.feature-card {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.feature-visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 429 / 318;
  width: 100%;
  margin-bottom: 24px;
  border: 0;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(230, 235, 255, 0.95), rgba(240, 232, 255, 0.98));
  box-shadow:
    0 10px 30px rgba(40, 30, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.feature-visual-a {
  background: transparent;
}

.feature-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-visual-b,
.feature-visual-c {
  background:
    url("assets/features/note-window-bg.png") center center / cover no-repeat,
    linear-gradient(135deg, rgba(234, 239, 255, 0.96), rgba(239, 232, 255, 0.96));
}

.feature-note-window {
  position: absolute;
  top: 38px;
  left: 8.5%;
  width: 83%;
  height: calc(100% - 38px);
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #fdfbf8;
  color: #303030;
}

.feature-note-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16px;
  padding: 0 12px;
  background: #f4f0ea;
}

.feature-note-bar img {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

.feature-note-bar > img {
  width: 14px;
  height: 14px;
}

.note-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.feature-note-tabs {
  position: absolute;
  top: 24px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.feature-note-tabs span:first-child {
  padding: 8px 16px;
  border-radius: 12px;
  background: #f5f1eb;
  color: #000000;
  font-weight: 500;
}

.feature-note-window ul {
  position: absolute;
  top: 65px;
  left: 12px;
  right: 15px;
  margin: 0;
  padding-left: 21px;
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
}

.feature-note-window li {
  margin: 0;
}

.feature-card h3 {
  margin: 0 6px 6px;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.feature-card p {
  margin: 0 6px;
  color: #4a433c;
  font-size: 16px;
  line-height: 21px;
}

.context-section {
  --context-scale: 1;
  position: relative;
  overflow: hidden;
  height: 1002px;
  padding: 0;
  background: #ffffff;
}

.context-artboard {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 1002px;
  transform: translateX(-50%) scale(var(--context-scale));
  transform-origin: top center;
}

.context-bg {
  position: absolute;
  top: 0;
  height: 1002px;
  pointer-events: none;
}

.context-bg-left {
  left: 0;
  z-index: 0;
  width: 960px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 54%, rgba(255, 255, 255, 0.18) 100%),
    url("assets/context/left-cards-bg.png") center center / 1795px 1197px no-repeat;
}

.context-bg-right {
  right: 0;
  z-index: 2;
  width: 960px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 45%),
    url("assets/context/sky-bg.png") 52% 45% / 1306px 2322px no-repeat;
}

.context-copy {
  position: absolute;
  top: 92px;
  left: 270px;
  z-index: 5;
  width: 1480px;
  text-align: center;
}

.context-copy h2 {
  margin: 0;
  color: #1a1714;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -1.12px;
}

.context-copy p {
  margin: 14px 0 0;
  color: #4a433c;
  font-size: 18px;
  line-height: 1.42;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.tag-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: #7a7268;
  font-family: "Geist Mono", "Courier New", monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.55;
  text-transform: uppercase;
}

.tag-row .is-active {
  border: 2px solid #000000;
  color: #000000;
}

.context-lines,
.context-line {
  position: absolute;
  pointer-events: none;
}

.context-lines {
  z-index: 1;
}

.context-lines-left {
  inset: 0;
}

.context-lines-right {
  left: 960px;
  top: 0.64px;
  z-index: 3;
  width: 960px;
  height: 1197px;
  overflow: hidden;
}

.context-line {
  width: 471px;
  height: auto;
}

.context-line-left-top {
  left: 857px;
  top: 474px;
  height: 156px;
}

.context-line-left-bottom {
  left: 857px;
  top: 630px;
  height: 149px;
  transform: scaleY(-1);
}

.context-line-right-top {
  left: -39px;
  top: 474.36px;
  height: 156px;
}

.context-line-right-bottom {
  left: -39px;
  top: 630.36px;
  height: 149px;
  transform: scaleY(-1);
}

.context-card {
  width: 416px;
  min-height: 112px;
  z-index: 4;
  padding: 22px 30px 25px 70px;
  border: 1.2px solid #bdaf94;
  border-radius: 26px;
  background: #ffffff;
  box-shadow:
    0 4px 15px -4px rgba(40, 30, 20, 0.08),
    0 45px 76px -30px rgba(40, 30, 20, 0.25),
    0 95px 151px -76px rgba(40, 30, 20, 0.2),
    inset 0 2px 0 2px #ffffff;
}

.context-card::before {
  top: 34px;
  left: 27px;
  width: 15px;
  height: 15px;
  box-shadow: 0 0 0 8px rgba(213, 88, 77, 0.18);
}

.context-card .meeting-time {
  font-size: 19px;
  line-height: 1.55;
}

.context-card h3 {
  margin: 2px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.55;
}

.context-card .meeting-quote {
  margin-top: 2px;
  font-size: 23px;
  line-height: 1.55;
}

.context-card-onboarding {
  left: 122px;
  top: 375px;
  transform: rotate(1.97deg);
}

.context-card-activation {
  left: 451px;
  top: 412px;
  transform: rotate(-7.1deg);
}

.context-card-release {
  left: 475px;
  top: 674px;
  transform: rotate(1.92deg);
}

.context-card-feedback {
  left: 129px;
  top: 733px;
  transform: rotate(-4.78deg);
}

.sticky-context {
  top: 420px;
  left: 1173px;
  z-index: 4;
  width: 586px;
  min-height: 302px;
  padding: 34px 30px 39px 32px;
  transform: rotate(-3deg);
}

.sticky-context p {
  font-size: 42px;
  line-height: 1.3;
}

.sticky-context mark {
  padding: 0 10px 4px;
}

.sticky-context .sticky-question {
  margin-top: 28px;
  font-size: 36px;
  line-height: 1.3;
}

.faq-shell {
  max-width: 960px;
}

.faq-heading {
  margin-bottom: 40px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.76);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--ink-strong);
  cursor: pointer;
  text-align: left;
  transition: background-color 160ms ease;
}

.faq-question:hover {
  background: rgba(255, 252, 246, 0.7);
}

.faq-index {
  min-width: 32px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  letter-spacing: 0;
  font-family: "Courier New", monospace;
}

.faq-title {
  flex: 1;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.faq-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink-body);
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  transition:
    max-height 220ms ease,
    padding-bottom 220ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 240px;
  padding-bottom: 24px;
}

.faq-item.is-open .faq-symbol {
  color: #f7f2e9;
  background: var(--ink-strong);
  border-color: var(--ink-strong);
}

.cta-section {
  padding: 132px 0 124px;
  background: #1a1714;
  color: #f7f1e8;
}

.cta-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-shell h2 {
  max-width: 760px;
  margin: 0 0 26px;
  font-size: 4.8rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.cta-shell h2 span {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.cta-note,
.cta-footer-row p,
.site-footer p {
  color: #a69b8f;
}

.cta-note {
  margin-top: 16px;
}

.cta-footer-row {
  width: 100%;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px dashed rgba(232, 226, 213, 0.2);
}

.cta-footer-row a,
.site-footer a {
  color: #f8f4ec;
  border-bottom: 1px dashed rgba(248, 244, 236, 0.48);
}

.signature {
  color: #ffbeb4;
  font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  font-size: 1.65rem;
}

.site-footer {
  padding: 32px 0 56px;
  background: #1a1714;
  border-top: 1px solid rgba(42, 38, 34, 1);
}

.site-footer p {
  font-size: 0.88rem;
}

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

@media (max-width: 1800px) {
  .context-section {
    --context-scale: 0.94;
    height: 942px;
  }
}

@media (max-width: 1600px) {
  .context-section {
    --context-scale: 0.83;
    height: 832px;
  }
}

@media (max-width: 1440px) {
  .context-section {
    --context-scale: 0.75;
    height: 752px;
  }
}

@media (max-width: 1280px) {
  .context-section {
    --context-scale: 0.67;
    height: 672px;
  }
}

@media (max-width: 1440px) {
  .hero-stage {
    --hero-art-scale: 0.86;
    height: 448px;
  }
}

@media (max-width: 1280px) {
  .hero-stage {
    --hero-art-scale: 0.77;
    height: 401px;
  }
}

@media (max-width: 1220px) {
  .hero-stage {
    --hero-art-scale: 0.72;
    height: 374px;
  }
}

@media (max-width: 1140px) {
  .hero-stage {
    --hero-art-scale: 0.67;
    height: 349px;
  }
}

@media (max-width: 1040px) {
  .hero-stage {
    --hero-art-scale: 0.61;
    height: 318px;
  }
}

@media (max-width: 940px) {
  .hero-stage {
    --hero-art-scale: 0.55;
    height: 286px;
  }
}

@media (max-width: 840px) {
  .hero-stage {
    --hero-art-scale: 0.49;
    height: 255px;
  }

  .context-section {
    --context-scale: 0.44;
    height: 442px;
  }
}

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

  .context-section {
    --context-scale: 0.57;
    height: 572px;
  }

  .section-heading h2 {
    font-size: 3rem;
  }

  .cta-shell h2 {
    font-size: 4rem;
  }

  .hero-section {
    min-height: clamp(700px, 88vw, 920px);
  }
}

@media (max-width: 840px) {
  .context-section {
    --context-scale: 0.44;
    height: 442px;
  }
}

@media (max-width: 680px) {
  :root {
    --container-width: min(1200px, calc(100vw - 28px));
  }

  .nav-row,
  .footer-row,
  .cta-footer-row {
    align-items: flex-start;
  }

  .nav-row {
    min-height: 68px;
    gap: 16px;
    flex-wrap: wrap;
  }

  .brand-word {
    font-size: 1.28rem;
  }

  .pill-button {
    padding: 12px 16px;
    font-size: 0.9rem;
  }

  .hero-section,
  .feature-section,
  .faq-section,
  .cta-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

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

  .hero-grid {
    inset: 24px 14px 42px;
    background-size: 100% 92px, calc((100% - 28px) / 2) 100%, 100% 100%;
  }

  .hero-grid-head {
    left: 60px;
    right: 16px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
  }

  .hero-grid-times {
    left: 12px;
  }

  .hero-copy h1 {
    max-width: 310px;
    font-size: clamp(2.05rem, 8.4vw, 2.35rem);
    line-height: 1;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 310px;
  }

  .section-heading h2 {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .feature-section .section-heading {
    max-width: 340px;
    margin-bottom: 40px;
  }

  .feature-section .section-heading h2 {
    font-size: 2.45rem;
    line-height: 1.06;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .context-section {
    height: auto;
    padding: 84px 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(241, 251, 252, 0.78)),
      url("assets/context/sky-bg.png") center top / cover no-repeat;
  }

  .context-artboard {
    position: relative;
    left: auto;
    width: var(--container-width);
    height: auto;
    display: grid;
    gap: 18px;
    margin: 0 auto;
    transform: none;
  }

  .context-bg,
  .context-lines {
    display: none;
  }

  .context-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-bottom: 14px;
  }

  .context-copy h2 {
    max-width: 330px;
    margin: 0 auto;
    font-size: 2.05rem;
    line-height: 1.08;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .context-copy p {
    max-width: 310px;
    margin: 12px auto 0;
    font-size: 0.95rem;
  }

  .tag-row {
    gap: 8px;
    margin-top: 18px;
  }

  .tag-row span {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .hero-stage {
    height: auto;
    min-height: auto;
    margin-top: 54px;
  }

  .hero-stage-art {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    display: grid;
    gap: 18px;
    transform: none;
  }

  .meeting-card,
  .sticky-note {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    transform: none;
  }

  .sticky-note {
    min-height: 0;
    padding: 26px 20px;
    clip-path: none;
  }

  .sticky-note p {
    font-size: clamp(1.45rem, 7.2vw, 1.7rem);
  }

  .sticky-note .sticky-question {
    font-size: clamp(1.28rem, 6.6vw, 1.5rem);
  }

  .context-card {
    min-height: 0;
    padding: 18px 20px 20px 52px;
    border-radius: 18px;
  }

  .context-card::before {
    top: 26px;
    left: 20px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 5px rgba(213, 88, 77, 0.18);
  }

  .context-card .meeting-time {
    font-size: 0.78rem;
  }

  .context-card h3 {
    font-size: 1.08rem;
  }

  .context-card .meeting-quote {
    font-size: 0.95rem;
  }

  .sticky-context {
    min-height: 0;
    padding: 26px 20px;
  }

  .hero-threads {
    display: none;
  }

  .feature-grid {
    gap: 18px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-title {
    font-size: 1.18rem;
  }

  .cta-shell h2 {
    font-size: 3rem;
    line-height: 1.05;
  }

  .footer-row,
  .cta-footer-row {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .hero-copy h1 {
    max-width: 330px;
    font-size: clamp(2.15rem, 10vw, 2.45rem);
    text-wrap: balance;
  }

  .sticky-note p {
    font-size: clamp(1.45rem, 7.2vw, 1.7rem);
  }

  .sticky-note .sticky-question {
    font-size: clamp(1.28rem, 6.6vw, 1.5rem);
  }
}
