:root {
  --ink: #090d12;
  --ink-soft: #10161d;
  --panel: #121920;
  --line: #26303a;
  --light: #f7f7f5;
  --muted: #a7afb8;
  --red: #e0181d;
  --red-bright: #ff3539;
  --red-dark: #7f080b;
  --blush: #ffd9d6;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--light);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #111;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 3rem));
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 62, 66, 0.5);
  border-radius: 10px;
  background-image: url("kinexia-k.webp");
  background-position: 48% 51%;
  background-size: 185%;
  box-shadow: 0 0 24px rgba(255, 22, 29, 0.22);
}

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

.brand strong {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

.brand small {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  color: #c7ccd2;
  font-size: 0.78rem;
  font-weight: 700;
}

.site-header nav > a:not(.header-cta):hover,
.site-header nav > a:not(.header-cta):focus-visible {
  color: #fff;
}

.header-coffee {
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.74rem 1.05rem;
  border: 1px solid rgba(255, 53, 57, 0.48);
  border-radius: 999px;
  color: white;
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: rgba(224, 24, 29, 0.16);
  transform: translateY(-1px);
}

.header-cta svg,
.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero {
  position: relative;
  display: grid;
  min-height: 790px;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr);
  align-items: center;
  gap: 4rem;
  overflow: hidden;
  padding: 148px max(6vw, calc((100vw - 1180px) / 2)) 74px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 84% 34%, rgba(190, 10, 16, 0.21), transparent 31%),
    radial-gradient(circle at 4% 75%, rgba(126, 6, 10, 0.12), transparent 30%),
    var(--ink);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.hero::after {
  position: absolute;
  right: -10%;
  bottom: -33%;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(255, 42, 47, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-thread {
  position: absolute;
  z-index: 0;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, rgba(255, 36, 42, 0.72), transparent);
  box-shadow: 0 0 16px rgba(255, 32, 38, 0.48);
}

.hero-thread-one {
  left: 46%;
  top: 34%;
  width: 52%;
  transform: rotate(-9deg);
}

.hero-thread-two {
  left: 54%;
  top: 68%;
  width: 44%;
  transform: rotate(15deg);
}

.hero-copy,
.connection-visual {
  position: relative;
  z-index: 2;
}

.event-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 2rem;
  padding: 0.62rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #dddfe2;
  font-size: 0.75rem;
  font-weight: 700;
}

.event-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 13px var(--red-bright);
}

.eyebrow {
  margin: 0 0 1.15rem;
  color: #c0c5cb;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.eyebrow.red {
  color: var(--red-bright);
}

h1 {
  max-width: 750px;
  margin: 0;
  font-size: clamp(3.2rem, 5.2vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

h1 em {
  color: var(--blush);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 1.65rem 0 0;
  color: #bbc1c8;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2.1rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.88rem 1.25rem;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #d80d13, #ff3338);
  box-shadow: 0 14px 34px rgba(211, 9, 15, 0.28);
}

.button-primary:hover {
  box-shadow: 0 18px 40px rgba(211, 9, 15, 0.38);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
  color: #e7e8e9;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.07);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
  margin-top: 1.35rem;
  color: #858e98;
  font-size: 0.72rem;
}

.connection-visual {
  min-height: 525px;
}

.visual-glow {
  position: absolute;
  top: 11%;
  left: 13%;
  width: 74%;
  height: 74%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 11, 17, 0.28), transparent 68%);
  filter: blur(20px);
}

.kinexia-k {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(375px, 76%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 36px;
  transform: translate(-50%, -50%);
  background-image:
    linear-gradient(135deg, rgba(10, 14, 19, 0.08), rgba(10, 14, 19, 0.34)),
    url("kinexia-k.webp");
  background-position: center, 48% 51%;
  background-size: cover, 160%;
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.4),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.floating-card,
.match-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(14, 20, 27, 0.88);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.floating-card {
  width: 220px;
  padding: 1rem 1.1rem 1.15rem;
  border-radius: 17px;
}

.need-card {
  top: 4%;
  right: -1%;
}

.offer-card {
  bottom: 4%;
  left: -2%;
}

.floating-card small,
.match-card small {
  display: block;
  margin-bottom: 0.45rem;
  color: #8e98a2;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.floating-card strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
}

.card-index {
  position: absolute;
  top: -12px;
  left: 14px;
  display: grid;
  width: 28px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--red);
  color: white;
  font-size: 0.62rem;
  font-weight: 800;
}

.match-card {
  right: -4%;
  bottom: 18%;
  display: flex;
  width: 265px;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 17px;
}

.match-card strong {
  display: block;
  font-size: 0.77rem;
  line-height: 1.35;
}

.match-dot {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border: 3px solid rgba(255, 54, 58, 0.25);
  border-radius: 50%;
  background: var(--red-bright);
  box-shadow: 0 0 16px var(--red-bright);
}

.hero-footer {
  display: flex;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.4rem max(6vw, calc((100vw - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #0c1117;
}

.hero-footer p {
  margin: 0;
  color: #8f98a2;
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-footer strong {
  color: #eceeef;
}

.hero-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-footer span {
  padding: 0.46rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #7f8993;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.button-text {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  color: #d6dade;
}

.button-text:hover {
  color: #fff;
}

.button-back {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #c9ced3;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
}

.section-heading h2,
.favor-story h2,
.method-intro h2,
.cohort-copy h2,
.maturity-section h2,
.registration-intro h2,
.trust-section h2,
.faq-intro h2,
.coffee-copy h2,
.closing-section h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.6vw, 4.8rem);
  letter-spacing: -0.058em;
  line-height: 1.01;
}

.section-heading > p {
  margin: 0;
  color: #656b72;
  font-size: 1.02rem;
  line-height: 1.7;
}

.section-heading.compact h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.problem-section {
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background: #f4f1ed;
  color: #101419;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 5rem;
  overflow: hidden;
  border: 1px solid #d9d5d0;
  border-radius: 26px;
  background: #d9d5d0;
}

.signal-grid article {
  min-height: 310px;
  padding: 2.15rem;
  background: #fbfaf8;
}

.signal-grid article:nth-child(2) {
  background: #fff;
}

.signal-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 4.4rem;
  border: 1px solid #e7b7b7;
  border-radius: 50%;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
}

.signal-grid h3 {
  margin: 0 0 0.75rem;
  font-size: 1.32rem;
  letter-spacing: -0.025em;
}

.signal-grid p {
  margin: 0;
  color: #62686f;
  line-height: 1.65;
}

.favor-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(4rem, 9vw, 9rem);
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 92% 20%, rgba(190, 10, 16, 0.2), transparent 32%),
    #0d1218;
}

.favor-story > p:not(.eyebrow) {
  max-width: 690px;
  margin: 1.55rem 0 0;
  color: #aeb6be;
  font-size: 1.05rem;
  line-height: 1.75;
}

.calm-note {
  display: flex;
  max-width: 660px;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(255, 76, 80, 0.2);
  border-radius: 18px;
  background: rgba(255, 41, 46, 0.06);
}

.calm-note > span {
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.calm-note p {
  margin: 0;
  color: #aeb6be;
  font-size: 0.87rem;
  line-height: 1.6;
}

.calm-note strong {
  color: #fff;
}

.favor-steps {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.favor-steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1.2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.favor-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 70, 75, 0.45);
  border-radius: 50%;
  color: #ff7478;
  font-weight: 800;
}

.favor-steps h3 {
  margin: 0 0 0.45rem;
  font-size: 1.18rem;
}

.favor-steps p {
  margin: 0;
  color: #8f98a1;
  font-size: 0.92rem;
  line-height: 1.55;
}

.method-section {
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(221, 17, 23, 0.25), transparent 36%),
    #151116;
  background-size: 72px 72px, 72px 72px, auto, auto;
}

.method-intro {
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.method-intro .eyebrow {
  color: #ff6569;
}

.method-intro > p:last-child {
  max-width: 650px;
  margin: 1.45rem auto 0;
  color: #a6aab0;
  line-height: 1.7;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4.5rem;
}

.method-grid article {
  min-height: 350px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(12, 15, 20, 0.7);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.method-grid article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 3.3rem;
  border: 1px solid rgba(255, 64, 69, 0.42);
  border-radius: 17px;
  background: rgba(224, 24, 29, 0.12);
  color: #ff555a;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: inset 0 0 22px rgba(224, 24, 29, 0.06);
}

.method-verb {
  margin: 0 0 0.75rem;
  color: #f04b50;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.method-grid h3 {
  margin: 0;
  font-size: 1.4rem;
}

.method-grid article > p:last-child {
  margin: 1rem 0 0;
  color: #9da5ad;
  line-height: 1.65;
}

.method-disclaimer {
  max-width: 770px;
  margin: 2.5rem auto 0;
  color: #797f86;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.examples-section {
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background: #f5f2ee;
  color: #11151a;
}

.example-thread {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-top: 4.5rem;
}

.example-thread::before {
  position: absolute;
  z-index: 0;
  top: -18px;
  left: 8%;
  width: 84%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d9161c, transparent);
  content: "";
}

.example-thread article {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 2rem;
  border: 1px solid #dedad5;
  border-radius: 24px;
  background: #fff;
}

.example-thread article::before {
  position: absolute;
  top: -23px;
  left: 2rem;
  width: 10px;
  height: 10px;
  border: 4px solid #f5c4c4;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 14px rgba(224, 24, 29, 0.34);
  content: "";
}

.example-tag {
  color: var(--red);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.example-thread h3 {
  margin: 4.2rem 0 0;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.example-thread p {
  margin: 1rem 0 0;
  color: #646a71;
  line-height: 1.65;
}

.cohort-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: clamp(4rem, 8vw, 8rem);
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 8% 15%, rgba(206, 13, 19, 0.18), transparent 31%),
    #0b1016;
}

.section-number {
  display: inline-block;
  margin-bottom: 5rem;
  color: #59616a;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.cohort-lead {
  max-width: 690px;
  margin: 1.5rem 0 2rem;
  color: #aeb5bd;
  font-size: 1.02rem;
  line-height: 1.75;
}

.cohort-microcopy {
  max-width: 600px;
  margin: 1rem 0 0;
  color: #6f7882;
  font-size: 0.73rem;
  line-height: 1.55;
}

.cohort-lists {
  display: grid;
  gap: 1rem;
}

.cohort-lists > div {
  padding: 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.cohort-lists h3 {
  margin: 0 0 1.1rem;
  font-size: 1rem;
}

.cohort-lists ul,
.trust-columns ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cohort-lists li,
.trust-columns li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #9aa2aa;
  font-size: 0.85rem;
  line-height: 1.5;
}

.cohort-lists svg,
.trust-columns svg,
.ready-message svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ff4d52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.maturity-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(350px, 0.8fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: 6.5rem max(6vw, calc((100vw - 1180px) / 2));
  background: #f1ddd9;
  color: #201416;
}

.maturity-section h2 {
  max-width: 780px;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.maturity-section > div:first-child > p:last-child {
  max-width: 680px;
  margin: 1.4rem 0 0;
  color: #735b5e;
  line-height: 1.7;
}

.maturity-pills {
  display: grid;
  gap: 0.75rem;
}

.maturity-pills span {
  padding: 1rem 1.2rem;
  border: 1px solid rgba(58, 24, 27, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0.86rem;
  font-weight: 800;
}

.registration-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.77fr) minmax(560px, 1.23fr);
  gap: clamp(3rem, 8vw, 7rem);
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background: #f5f3f0;
  color: #12161b;
}

.registration-intro {
  align-self: start;
}

.registration-intro > p:not(.eyebrow) {
  margin: 1.4rem 0 0;
  color: #656b72;
  line-height: 1.7;
}

.form-trust-card {
  margin-top: 2rem;
  padding: 1.3rem;
  border: 1px solid #ded9d3;
  border-radius: 20px;
  background: #fff;
}

.form-trust-card h3 {
  margin: 0 0 0.55rem;
  font-size: 0.93rem;
}

.form-trust-card p {
  margin: 0;
  color: #626970;
  font-size: 0.8rem;
  line-height: 1.55;
}

.form-trust-card a {
  display: inline-block;
  margin-top: 0.9rem;
  color: #c20d12;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.alternate-contact {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1.4rem;
  color: #777d83;
  font-size: 0.72rem;
}

.alternate-contact a {
  color: #1e2226;
  font-weight: 800;
}

.connection-form {
  min-height: 650px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(190, 11, 17, 0.18), transparent 30%),
    #0f151b;
  color: #f6f7f7;
  box-shadow: 0 36px 80px rgba(16, 20, 25, 0.16);
}

.form-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #7d8790;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.progress-track {
  height: 3px;
  margin: 1rem 0 2.2rem;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ba0d12, #ff4b50);
  transition: width 240ms ease;
}

.form-step {
  outline: none;
}

.form-step fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step legend {
  padding: 0;
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.field-help,
.text-field > small {
  display: block;
  margin: 0.35rem 0 1.1rem;
  color: #7f8992;
  font-size: 0.72rem;
  line-height: 1.45;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.option-grid label {
  position: relative;
  min-height: 112px;
  padding: 1rem 1rem 1rem 3.15rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: border 160ms ease, background 160ms ease, transform 160ms ease;
}

.option-grid label:hover {
  border-color: rgba(255, 82, 86, 0.33);
  transform: translateY(-1px);
}

.option-grid label.selected {
  border-color: rgba(255, 63, 68, 0.65);
  background: rgba(224, 24, 29, 0.09);
}

.option-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.option-grid label:has(input:focus-visible) {
  outline: 3px solid #ff7c80;
  outline-offset: 3px;
}

.option-check {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: transparent;
  font-size: 0.8rem;
  font-weight: 900;
}

.option-check svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.selected .option-check {
  border-color: var(--red-bright);
  background: var(--red);
  color: #fff;
}

.selected .option-check svg {
  stroke: #fff;
}

.option-grid strong,
.option-grid small {
  display: block;
}

.option-grid strong {
  font-size: 0.82rem;
}

.option-grid small {
  margin-top: 0.35rem;
  color: #818b94;
  font-size: 0.68rem;
  line-height: 1.4;
}

.text-field {
  display: block;
  margin-top: 1.2rem;
}

.text-field > span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}

.text-field > small {
  margin-bottom: 0.55rem;
}

.text-field input,
.text-field select,
.text-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  outline: none;
  background: rgba(255, 255, 255, 0.045);
  color: #f5f6f7;
  font-size: 0.85rem;
}

.text-field textarea {
  resize: vertical;
}

.text-field select {
  color-scheme: dark;
}

.text-field input::placeholder,
.text-field textarea::placeholder {
  color: #616b74;
}

.text-field input:focus,
.text-field select:focus,
.text-field textarea:focus {
  border-color: rgba(255, 71, 76, 0.65);
  box-shadow: 0 0 0 3px rgba(255, 51, 56, 0.09);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.form-error {
  margin: 0.9rem 0 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 83, 87, 0.32);
  border-radius: 11px;
  background: rgba(255, 55, 60, 0.08);
  color: #ffadaf;
  font-size: 0.75rem;
  line-height: 1.45;
}

.form-button {
  margin-top: 1.2rem;
  border: 0;
  cursor: pointer;
}

.map-preview {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.map-preview > span {
  display: block;
  margin-bottom: 0.65rem;
  color: #ff777b;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-preview p {
  margin: 0.35rem 0 0;
  color: #8f99a2;
  font-size: 0.74rem;
  line-height: 1.45;
}

.map-preview strong {
  color: #dfe2e5;
}

.form-privacy {
  margin: 1rem 0 0;
  color: #737d86;
  font-size: 0.68rem;
  line-height: 1.5;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

.form-actions .button-back {
  margin-top: 1.2rem;
  cursor: pointer;
}

.ready-message {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: rgba(39, 157, 92, 0.1);
}

.ready-message p {
  margin: 0;
  color: #b3bdc5;
  font-size: 0.74rem;
  line-height: 1.5;
}

.ready-message strong,
.ready-message a {
  color: #e8eeee;
}

.ready-message a {
  text-decoration: underline;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(560px, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: 7rem max(6vw, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 34, 40, 0.23), transparent 30%),
    #211116;
}

.trust-section h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.trust-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.trust-columns article {
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(11, 15, 20, 0.45);
}

.trust-columns h3 {
  margin: 0 0 1.2rem;
  font-size: 0.95rem;
}

.no-list li {
  color: #a17e81;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(560px, 1.35fr);
  gap: clamp(4rem, 9vw, 9rem);
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background: #f5f2ee;
  color: #11151a;
}

.faq-intro {
  align-self: start;
  position: sticky;
  top: 2rem;
}

.faq-intro h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.faq-intro > p:last-child {
  margin: 1.3rem 0 0;
  color: #656b72;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid #d6d2cc;
}

.faq-list details {
  border-bottom: 1px solid #d6d2cc;
}

.faq-list summary {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary svg,
.faq-list summary > span {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #9a4043;
  stroke-linecap: round;
  stroke-width: 1.5;
  color: #9a4043;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  transition: transform 180ms ease;
}

.faq-list details[open] summary svg,
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}

.ready-message > span {
  color: #48d68a;
  font-weight: 900;
}

.faq-list details > p {
  max-width: 760px;
  margin: -0.5rem 0 1.7rem;
  color: #686e75;
  line-height: 1.65;
}

.coffee-section {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  overflow: hidden;
  padding: 7rem max(6vw, calc((100vw - 1180px) / 2));
  background: #e9e5df;
  color: #15191e;
}

.coffee-orbit {
  position: relative;
  width: min(440px, 88%);
  aspect-ratio: 1;
  justify-self: center;
  border: 1px solid rgba(134, 15, 20, 0.23);
  border-radius: 50%;
}

.coffee-orbit::before,
.coffee-orbit::after {
  position: absolute;
  border: 1px solid rgba(134, 15, 20, 0.15);
  border-radius: 50%;
  content: "";
}

.coffee-orbit::before {
  inset: 14%;
}

.coffee-orbit::after {
  inset: 31%;
  background:
    radial-gradient(circle at 35% 30%, #f7d4cb, transparent 42%),
    #b81117;
  box-shadow: 0 25px 65px rgba(133, 9, 14, 0.28);
}

.coffee-orbit span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 106px;
  height: 72px;
  border: 5px solid #fff6ef;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  transform: translate(-50%, -42%);
}

.coffee-orbit span::before {
  position: absolute;
  top: 10px;
  right: -35px;
  width: 31px;
  height: 33px;
  border: 5px solid #fff6ef;
  border-left: 0;
  border-radius: 0 22px 22px 0;
  content: "";
}

.coffee-orbit span::after {
  position: absolute;
  top: -30px;
  left: 23px;
  width: 45px;
  height: 22px;
  border-left: 3px solid #fff6ef;
  border-right: 3px solid #fff6ef;
  transform: skew(-8deg);
  content: "";
}

.coffee-copy {
  max-width: 690px;
}

.coffee-copy > p:not(.eyebrow) {
  margin: 1.5rem 0 2rem;
  color: #686c70;
  font-size: 1.04rem;
  line-height: 1.75;
}

.coffee-copy small {
  display: block;
  margin-top: 1rem;
  color: #777b80;
  font-size: 0.7rem;
}

.closing-section {
  padding: 8rem max(6vw, calc((100vw - 1180px) / 2));
  background:
    linear-gradient(rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.023) 1px, transparent 1px),
    radial-gradient(circle at 50% 120%, rgba(227, 19, 25, 0.37), transparent 40%),
    #0a0f14;
  background-size: 72px 72px, 72px 72px, auto, auto;
  text-align: center;
}

.closing-section h2 {
  max-width: 1000px;
  margin: 0 auto;
}

.closing-section > p:not(.eyebrow) {
  max-width: 670px;
  margin: 1.5rem auto 0;
  color: #9ca4ac;
  line-height: 1.7;
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

footer {
  padding: 4rem max(6vw, calc((100vw - 1180px) / 2)) 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #070b0f;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  color: #8c959e;
  font-size: 0.75rem;
  font-weight: 700;
}

.social-links a:hover {
  color: #fff;
}

.footer-note {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
  margin-top: 3rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-note p {
  max-width: 850px;
  margin: 0;
  color: #606a74;
  font-size: 0.67rem;
  line-height: 1.6;
}

.footer-note a {
  color: #9aa3ac;
  font-size: 0.68rem;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  color: #4c555e;
  font-size: 0.63rem;
}

.mobile-sticky-cta {
  display: none;
}

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

@media (max-width: 980px) {
  .site-header nav > a:not(.header-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding-top: 136px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .connection-visual {
    width: min(620px, 100%);
    min-height: 520px;
    margin: 0 auto;
  }

  .hero-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading,
  .favor-section,
  .cohort-section,
  .maturity-section,
  .registration-section,
  .trust-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .signal-grid,
  .method-grid,
  .example-thread {
    grid-template-columns: 1fr;
  }

  .signal-grid {
    gap: 1px;
  }

  .signal-grid article {
    min-height: 235px;
  }

  .signal-grid span {
    margin-bottom: 2rem;
  }

  .example-thread {
    gap: 2rem;
  }

  .example-thread::before {
    top: 2%;
    left: 17px;
    width: 1px;
    height: 96%;
    background: linear-gradient(transparent, #d9161c, transparent);
  }

  .example-thread article::before {
    top: 2rem;
    left: -25px;
  }

  .cohort-lists {
    grid-template-columns: 1fr 1fr;
  }

  .registration-section {
    gap: 3rem;
  }

  .faq-intro {
    position: static;
  }

  .coffee-section {
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 2rem);
  }

  .brand small {
    display: none;
  }

  .site-header nav {
    gap: 0;
  }

  .header-cta {
    padding: 0.7rem 0.85rem;
    font-size: 0.72rem;
  }

  .hero {
    padding: 122px 1rem 54px;
  }

  .event-pill {
    margin-bottom: 1.5rem;
    font-size: 0.66rem;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .connection-visual {
    min-height: 430px;
  }

  .kinexia-k {
    width: 78%;
    border-radius: 26px;
  }

  .floating-card {
    width: 178px;
    padding: 0.9rem;
  }

  .need-card {
    right: 0;
  }

  .offer-card {
    left: 0;
  }

  .match-card {
    right: 0;
    bottom: 15%;
    width: 220px;
  }

  .hero-footer,
  .problem-section,
  .favor-section,
  .method-section,
  .examples-section,
  .cohort-section,
  .maturity-section,
  .registration-section,
  .trust-section,
  .faq-section,
  .coffee-section,
  .closing-section,
  footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .problem-section,
  .favor-section,
  .method-section,
  .examples-section,
  .cohort-section,
  .registration-section,
  .trust-section,
  .faq-section,
  .closing-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .section-heading {
    gap: 1.4rem;
  }

  .section-heading h2,
  .favor-story h2,
  .method-intro h2,
  .cohort-copy h2,
  .maturity-section h2,
  .registration-intro h2,
  .trust-section h2,
  .faq-intro h2,
  .coffee-copy h2,
  .closing-section h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .signal-grid {
    margin-top: 3rem;
  }

  .signal-grid article {
    min-height: auto;
    padding: 1.5rem;
  }

  .favor-section {
    gap: 3.2rem;
  }

  .method-grid {
    margin-top: 3rem;
  }

  .method-grid article {
    min-height: 300px;
    padding: 1.5rem;
  }

  .method-grid article > span {
    margin-bottom: 2rem;
  }

  .example-thread {
    margin-left: 1.3rem;
  }

  .example-thread article {
    min-height: auto;
    padding: 1.5rem;
  }

  .section-number {
    margin-bottom: 3rem;
  }

  .cohort-lists,
  .trust-columns,
  .option-grid,
  .field-row {
    grid-template-columns: 1fr;
  }

  .maturity-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .connection-form {
    min-height: auto;
    padding: 1.25rem;
    border-radius: 22px;
  }

  .form-topline {
    font-size: 0.54rem;
  }

  .option-grid label {
    min-height: 100px;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-actions .button {
    width: 100%;
  }

  .faq-section {
    gap: 3rem;
  }

  .faq-list summary {
    min-height: 76px;
    font-size: 0.92rem;
  }

  .coffee-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .coffee-orbit {
    width: min(310px, 88%);
  }

  .closing-actions {
    flex-direction: column;
  }

  .footer-top,
  .footer-note,
  .footer-bottom {
    align-items: flex-start;
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-note {
    display: grid;
  }

  footer {
    padding-bottom: 6rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 50;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #d80d13, #ff3338);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 850;
  }

  .mobile-sticky-cta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
