:root {
  --purple: #6748ee;
  --purple-dark: #452ba9;
  --purple-pale: #eeeaff;
  --ink: #1b1730;
  --ink-soft: #615b73;
  --paper: #fbf8f1;
  --paper-deep: #f3eee2;
  --card: #fff;
  --line: #e3ddcf;
  --shadow: rgba(42, 32, 66, .08);
  --display: "Space Grotesk", system-ui, sans-serif;
  --body: "Hanken Grotesk", system-ui, sans-serif;
  --hand: "Gloria Hallelujah", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: radial-gradient(rgba(103, 72, 238, .07) 1px, transparent 1px);
  background-size: 25px 25px;
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.04em; line-height: 1.02; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(227, 221, 207, .85);
  background: rgba(251, 248, 241, .85);
  backdrop-filter: blur(14px);
}
.nav__inner, .nav__links, .brand { display: flex; align-items: center; }
.nav__inner { min-height: 70px; justify-content: space-between; gap: 24px; }
.brand { gap: 11px; font-family: var(--display); font-size: 19px; font-weight: 700; }
.brand__mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--purple);
  box-shadow: 2px 2px 0 var(--purple-dark);
  font-family: var(--hand);
  font-size: 14px;
  transform: rotate(-8deg);
}
.nav__links { gap: 28px; color: var(--ink-soft); font-size: 15px; font-weight: 700; }
.nav__links a { transition: color .18s, transform .18s; }
.nav__links a:hover { color: var(--purple); }
.nav__cta {
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--purple);
  box-shadow: 2px 3px 0 var(--purple-dark);
}
.nav__cta:hover { transform: translate(-1px, -1px); }

.hero { padding: 78px 0 68px; text-align: center; }
.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple-dark);
  font-family: var(--hand);
  font-size: 15px;
}
.eyebrow {
  padding: 8px 16px;
  border: 1px solid #d6cbff;
  border-radius: 999px;
  background: var(--purple-pale);
  transform: rotate(-1.5deg);
}
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #ee8c91; }
.hero__kicker {
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 { margin-top: 12px; font-size: clamp(54px, 8.6vw, 104px); }
.handwritten { color: #5850cb; font-family: var(--hand); font-weight: 400; letter-spacing: .04em; }
.handwritten span:nth-child(1) { color: #8a78e3; }
.handwritten span:nth-child(2) { color: #e494a4; }
.handwritten span:nth-child(3) { color: #e65a5c; }
.hero__intro { max-width: 590px; margin: 22px auto 0; color: var(--ink-soft); font-size: 19px; line-height: 1.6; }
.hero__actions { display: flex; justify-content: center; gap: 13px; margin-top: 29px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s;
}
.button:hover { transform: translate(-1px, -2px); }
.button--primary { color: #fff; background: var(--purple); box-shadow: 3px 4px 0 var(--purple-dark); }
.button--secondary { border-color: var(--ink); background: #fff; box-shadow: 3px 4px 0 rgba(27, 23, 48, .15); }
.button--light { color: var(--purple-dark); background: #fff; box-shadow: 3px 4px 0 rgba(0, 0, 0, .2); }

.portrait-row { display: flex; justify-content: center; gap: clamp(8px, 2.3vw, 28px); margin-top: 58px; }
.portrait {
  width: clamp(100px, 16vw, 170px);
  transition: transform .22s;
}
.portrait:hover { transform: translateY(-8px); }
.portrait__image {
  aspect-ratio: 1;
  padding: 6px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: #fff;
}
.portrait__image img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.portrait strong { display: block; margin-top: 12px; font-family: var(--display); font-size: 16px; }
.portrait span { display: block; margin-top: 3px; color: var(--ink-soft); font-size: 12px; line-height: 1.2; }

.about { padding: 92px 0; border-block: 1px solid var(--line); background: var(--paper-deep); }
.story-intro { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 68px; }
.section-label::before { content: "+ "; }
h2 { margin-top: 12px; font-size: clamp(36px, 5vw, 56px); }
.about__lead { font-size: 21px; font-weight: 600; line-height: 1.55; }
.about__body { margin-top: 14px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.story-gallery { display: grid; grid-template-columns: 1.25fr .8fr .95fr; grid-template-rows: 170px 210px; gap: 16px; margin-top: 42px; }
.story-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 7px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--shadow);
}
.story-photo--main { grid-row: span 2; transform: rotate(-1deg); }
.story-photo--online { transform: rotate(1.5deg); }
.story-photo--expo { grid-row: span 2; transform: rotate(1deg); }
.story-photo--group { transform: rotate(-1deg); }
.story-photo img { display: block; width: 100%; height: 100%; border-radius: 11px; object-fit: cover; }
.story-photo--main img { object-position: center; }
.story-photo--expo img { object-position: center; }
.story-photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--purple-dark);
  background: rgba(255, 255, 255, .92);
  font-family: var(--hand);
  font-size: 11px;
}
.story-moments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.story-moments article { padding: 18px 20px; border-left: 3px solid var(--purple); }
.story-moments span { display: block; color: var(--purple); font-family: var(--hand); font-size: 14px; }
.story-moments strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 18px; }
.story-moments p { margin-top: 6px; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.member__skills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 21px; }
.member__skills span {
  padding: 6px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 12px;
  font-weight: 700;
}

.product { padding: 96px 0; }
.product__heading { margin-bottom: 32px; }
.product__intro { max-width: 420px; }
.product__intro p { color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.product__intro .button { margin-top: 17px; }
.product-showcase { display: grid; grid-template-columns: 1.5fr .8fr; gap: 22px; align-items: stretch; }
.video-card, .resource-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--shadow);
}
.video-card__top { display: flex; justify-content: space-between; gap: 16px; padding: 15px 18px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.video-card__top a { color: var(--purple); }
.video-card__frame { aspect-ratio: 16 / 9; background: var(--ink); }
.video-card iframe { display: block; width: 100%; height: 100%; border: 0; background: var(--ink); }
.resource-panel { padding: 24px; background: var(--purple); color: #fff; }
.resource-panel__eyebrow { color: #d8d0ff; font-family: var(--hand); font-size: 14px; }
.resource-panel h3 { margin-top: 8px; font-size: 31px; }
.resource-panel__intro { margin-top: 12px; color: #e1dcff; font-size: 15px; line-height: 1.55; }
.resource-list { display: grid; gap: 10px; margin-top: 22px; }
.resource-link { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 15px; background: rgba(255, 255, 255, .1); transition: background .18s, transform .18s; }
.resource-link:hover { background: rgba(255, 255, 255, .18); transform: translateX(3px); }
.resource-link__icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #fff; color: var(--purple-dark); font-family: var(--display); font-size: 10px; font-weight: 700; }
.resource-link strong, .resource-link small { display: block; }
.resource-link strong { font-size: 14px; }
.resource-link small { margin-top: 3px; color: #ddd7ff; font-size: 11px; }
.resource-link b { color: #fff; }
.product-pitch {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 25px;
  border: 1px solid #d8ceff;
  border-radius: 18px;
  background: var(--purple-pale);
}
.product-pitch__label { color: var(--purple-dark); font-family: var(--hand); font-size: 15px; }
.product-pitch p { color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 600; line-height: 1.4; letter-spacing: -.02em; }
.journey { margin-top: 74px; }
.journey__heading { display: grid; grid-template-columns: 1fr auto; gap: 13px 25px; align-items: end; }
.journey__heading > p { grid-column: 1 / -1; max-width: 680px; }
.journey__heading h3, .thinking-card h3, .related-card h3 { margin-top: 9px; font-size: clamp(28px, 3.6vw, 40px); }
.journey__heading p, .thinking-card > p, .related-card p { margin-top: 13px; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.journey-favourite { min-width: 165px; padding: 12px 14px; border: 1px solid #d8ceff; border-radius: 14px; background: var(--purple-pale); text-align: right; }
.journey-favourite span { display: block; color: var(--purple-dark); font-family: var(--hand); font-size: 11px; }
.journey-favourite strong { display: block; margin-top: 3px; color: var(--purple-dark); font-family: var(--display); font-size: 15px; }
.journey-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 25px; }
.journey-card {
  position: relative;
  display: flex;
  min-height: 195px;
  flex-direction: column;
  padding: 17px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 4px 0 var(--shadow);
}
.journey-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 1;
  width: 10px;
  color: var(--purple);
  content: "→";
  font-size: 16px;
  font-weight: 700;
  transform: translateY(-50%);
}
.journey-card span { color: var(--purple); font-family: var(--hand); font-size: 13px; }
.journey-card strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 17px; }
.journey-card p { margin-top: 7px; color: var(--ink-soft); font-size: 13px; line-height: 1.4; }
.journey-like {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 6px 10px;
  border: 1px solid #e3d9ff;
  border-radius: 999px;
  color: var(--purple-dark);
  background: var(--purple-pale);
  cursor: pointer;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  transition: transform .16s, background .16s, color .16s;
}
.journey-like:hover { transform: translateY(-2px); }
.journey-like:active { transform: scale(.94); }
.journey-like span { color: inherit; font-family: var(--body); font-size: 19px; line-height: .8; }
.journey-like b { min-width: 12px; color: inherit; font-size: 12px; }
.journey-like.is-liked { color: #fff; background: #e75b70; border-color: #d84b61; }
.journey-card.is-popular { border-color: #b9a7ff; background: #fcfbff; }
.journey-card.is-popular::before { position: absolute; top: 10px; right: 9px; color: var(--purple); content: "★"; font-size: 12px; }
.thinking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 74px; }
.thinking-card { position: relative; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 4px 5px 0 var(--shadow); }
.thinking-card--technical { background: var(--paper-deep); }
.thinking-card--security { background: #fff4f2; }
.thinking-card h3 { font-size: 29px; }
.presenter { display: flex; align-items: center; gap: 10px; margin-bottom: 19px; }
.presenter img { width: 54px; height: 54px; padding: 2px; border: 2px solid var(--purple); border-radius: 50%; background: #fff; object-fit: cover; }
.presenter small, .presenter strong { display: block; }
.presenter small { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.presenter strong { margin-top: 3px; font-family: var(--display); font-size: 16px; }
.signal-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.signal-list span { padding: 7px 11px; border-radius: 999px; color: var(--purple-dark); background: var(--purple-pale); font-size: 12px; font-weight: 700; }
.technical-list { display: grid; gap: 8px; margin: 19px 0 0; padding: 0; list-style: none; }
.technical-list li { position: relative; padding-left: 19px; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.technical-list li::before { position: absolute; left: 0; color: var(--purple); content: "+"; font-family: var(--hand); font-weight: 700; }
.roadmap { margin-top: 74px; }
.roadmap__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.roadmap__heading > div:first-child { max-width: 660px; }
.roadmap__heading h3 { margin-top: 9px; font-size: clamp(30px, 4vw, 43px); }
.roadmap__heading > p { margin-top: 13px; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.roadmap-feature, .roadmap-detail { border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 6px 7px 0 var(--shadow); }
.roadmap-feature { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 35px; padding: 28px 32px; }
.roadmap-status { display: inline-flex; width: fit-content; padding: 7px 13px; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.roadmap-status--design { background: #6548ed; }
.roadmap-status--soon { background: #ad7bd5; }
.roadmap-status--redesign { background: #ed8784; }
.roadmap-status--database { background: #e9584d; }
.roadmap-feature h4, .roadmap-detail h4 { margin-top: 19px; font-family: var(--display); letter-spacing: -.04em; line-height: 1.12; }
.roadmap-feature h4 { font-size: 32px; }
.roadmap-detail h4 { font-size: 25px; }
.roadmap-feature p, .roadmap-detail > p { margin-top: 13px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.roadmap-detail { display: flex; min-height: 505px; flex-direction: column; padding: 25px; }
.ai-flow, .filter-mock, .quiz-mock, .database-mock { border: 1px solid #e2dac8; border-radius: 18px; background: #fbf8f1; }
.ai-flow { display: flex; align-items: center; gap: 13px; padding: 25px; }
.ai-flow__inputs { display: grid; gap: 9px; }
.ai-flow__inputs span { padding: 11px 12px; border: 1px solid #e2dac8; border-radius: 10px; background: #fff; font-size: 13px; font-weight: 700; }
.ai-flow > b { color: var(--ink-soft); }
.ai-flow__core { display: grid; width: 72px; height: 72px; flex: 0 0 auto; place-items: center; border: 7px solid #ded4f8; border-radius: 50%; color: #fff; background: #6548ed; font-family: var(--display); font-size: 20px; font-weight: 700; }
.ai-flow__result { min-width: 0; flex: 1; padding: 14px; border: 1px solid #e2dac8; border-radius: 11px; background: #fff; }
.ai-flow__result small, .ai-flow__result strong, .ai-flow__result span { display: block; }
.ai-flow__result small { color: #6548ed; font-size: 11px; font-weight: 700; }
.ai-flow__result strong { margin-top: 7px; font-family: var(--display); font-size: 16px; }
.ai-flow__result i { display: flex; gap: 5px; margin-top: 12px; }
.ai-flow__result em { height: 6px; flex: 1; border-radius: 999px; background: #d8cef8; }
.ai-flow__result em:first-child { background: #6548ed; }
.ai-flow__result span { margin-top: 10px; color: var(--ink-soft); font-size: 11px; }
.filter-mock, .quiz-mock, .database-mock { margin-top: auto; padding: 18px; }
.filter-mock > div { display: flex; align-items: center; gap: 10px; margin-top: 13px; }
.filter-mock > div:first-child { margin-top: 0; }
.filter-mock b { width: 90px; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; }
.filter-choice, .filter-pills { display: flex; }
.filter-choice i, .filter-pills i { padding: 7px 11px; border: 1px solid #e2dac8; color: var(--ink-soft); background: #fff; font-size: 11px; font-style: normal; font-weight: 700; }
.filter-choice i:first-child { border-radius: 9px 0 0 9px; color: #fff; background: #b17ad5; }
.filter-choice i:last-child { border-radius: 0 9px 9px 0; }
.filter-pills { flex-wrap: wrap; gap: 6px; }
.filter-pills i { border-radius: 999px; }
.filter-pills .active { color: #fff; background: #b17ad5; }
.filter-range { position: relative; width: 130px; height: 5px; border-radius: 999px; background: #e2dac8; }
.filter-range i { position: absolute; left: 55%; top: 50%; width: 15px; height: 15px; border: 3px solid #b17ad5; border-radius: 50%; background: #fff; transform: translate(-50%, -50%); }
.filter-mock em { color: #b17ad5; font-size: 11px; font-style: normal; font-weight: 700; }
.quiz-mock__progress { display: flex; align-items: center; gap: 10px; }
.quiz-mock__progress b { color: var(--ink-soft); font-size: 11px; }
.quiz-mock__progress span { height: 5px; flex: 1; border-radius: 999px; background: #e2dac8; }
.quiz-mock__progress i { display: block; width: 42%; height: 100%; border-radius: inherit; background: #ed8784; }
.quiz-mock > strong { display: block; margin-top: 18px; font-family: var(--display); font-size: 16px; }
.quiz-mock > p { margin-top: 11px; padding: 11px; border: 1px solid #e2dac8; border-radius: 10px; background: #fff; color: var(--ink); font-size: 12px; }
.quiz-mock > p:first-of-type { border-color: #ed8784; background: #fff4f3; }
.quiz-mock > p b { display: inline-grid; width: 25px; height: 25px; margin-right: 8px; place-items: center; border-radius: 7px; background: #f4eadb; }
.quiz-mock button { display: block; margin: 11px 0 0 auto; padding: 9px 16px; border: 0; border-radius: 999px; color: #fff; background: #ed8784; font-weight: 700; }
.database-mock > div { display: grid; grid-template-columns: 104px 1fr 28px; align-items: center; gap: 8px; margin-top: 13px; font-size: 11px; }
.database-mock > div:first-child { margin-top: 0; }
.database-mock span { height: 6px; border-radius: 999px; background: #e2dac8; }
.database-mock i { display: block; height: 100%; border-radius: inherit; background: #e9584d; }
.database-mock em { color: #e9584d; font-size: 10px; font-style: normal; font-weight: 700; }
.database-mock small { display: block; margin-top: 19px; color: var(--purple); font-family: var(--hand); font-size: 12px; line-height: 1.5; }
.related-card { margin-top: 30px; padding: 25px 27px 28px; border: 1px dashed #c9baff; border-radius: 19px; background: #f7f4ff; }
.related-card h3 { font-size: 26px; }
.related-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.presenter--compact { flex-shrink: 0; margin-bottom: 0; padding: 7px 11px 7px 7px; border: 1px solid #d8ceff; border-radius: 999px; background: #fff; }
.presenter--compact img { width: 42px; height: 42px; }
.presenter--compact strong { font-size: 14px; }
.related-links { display: grid; grid-template-columns: 1fr 92px 1fr; align-items: center; gap: 15px; margin-top: 22px; }
.related-link { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 4px 5px 0 var(--shadow); transition: transform .18s, box-shadow .18s; }
.related-link:hover { transform: translateY(-5px); box-shadow: 6px 9px 0 var(--shadow); }
.related-link img { display: block; width: 100%; aspect-ratio: 16 / 8.8; object-fit: cover; object-position: top; }
.related-link span { display: block; padding: 14px 16px 15px; }
.related-link strong, .related-link small { display: block; }
.related-link strong { font-family: var(--display); font-size: 19px; }
.related-link small { margin-top: 4px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.related-bridge { display: grid; gap: 7px; color: var(--purple); text-align: center; }
.related-bridge__line { display: flex; align-items: center; gap: 5px; }
.related-bridge__line span { height: 1px; flex: 1; background: #b9a7ff; }
.related-bridge b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-size: 15px; }
.related-bridge em { padding: 4px 5px; border-radius: 999px; color: var(--purple-dark); background: var(--purple-pale); font-size: 10px; font-style: normal; font-weight: 700; }

.team { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.section-heading p { max-width: 390px; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.member {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 21px;
  overflow: hidden;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 5px 6px 0 var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.member::before { position: absolute; inset: 0 auto 0 0; width: 6px; content: ""; background: var(--accent); }
.member:hover { transform: translateY(-5px); box-shadow: 7px 10px 0 var(--shadow); }
.member__photo { width: 116px; height: 116px; padding: 5px; border: 2px solid var(--accent); border-radius: 50%; background: var(--paper); }
.member__photo img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.member__count { margin-top: 10px; color: var(--accent); font-family: var(--hand); font-size: 12px; text-align: center; }
.member h3 { font-size: 22px; }
.member__alias { margin-top: 2px; color: var(--ink-soft); font-size: 13px; }
.member__role { display: inline-block; margin-top: 9px; padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.member__bio { margin-top: 12px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.member__skills { margin-top: 14px; }
.member__links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 17px; }
.member__link { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); font-size: 13px; font-weight: 700; }
.member__link svg { width: 15px; height: 15px; }

.contact-wrap { padding: 0 24px 78px; }
.contact {
  max-width: 1180px;
  margin-inline: auto;
  padding: 72px 24px;
  border-radius: 34px;
  color: #fff;
  background: var(--purple);
  text-align: center;
}
.section-label--light { color: #e6e0ff; }
.contact h2 { margin-top: 12px; }
.contact p { max-width: 600px; margin: 16px auto 27px; color: #e4ddff; font-size: 18px; line-height: 1.6; }
.footer { padding: 0 0 45px; color: var(--ink-soft); font-size: 14px; text-align: center; }
.footer strong { display: block; margin-bottom: 5px; color: var(--ink); font-family: var(--display); font-size: 17px; }

@media (max-width: 860px) {
  .story-intro { grid-template-columns: 1fr; gap: 20px; }
  .story-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 220px 160px 220px; }
  .story-photo--main { grid-row: span 2; }
  .story-photo--expo { grid-row: span 2; }
  .product-showcase { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: repeat(3, 1fr); }
  .journey-card:nth-child(3)::after { display: none; }
  .thinking-grid { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-feature { grid-template-columns: 1fr; gap: 22px; }
  .team-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 30px, 1160px); }
  .nav__links a:not(.nav__cta) { display: none; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(49px, 14vw, 73px); }
  .hero__intro { font-size: 17px; }
  .portrait-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 10px; }
  .portrait { width: auto; }
  .portrait strong { font-size: 13px; }
  .portrait span { font-size: 11px; }
  .story-gallery { grid-template-rows: 170px 120px 170px; gap: 11px; margin-top: 32px; }
  .story-photo { border-width: 4px; border-radius: 13px; }
  .story-photo figcaption { display: none; }
  .story-moments { grid-template-columns: 1fr; gap: 5px; margin-top: 26px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 16px; }
  .product__intro { margin-top: 16px; }
  .product, .team { padding: 76px 0; }
  .product-pitch { grid-template-columns: 1fr; gap: 9px; padding: 19px; }
  .product-pitch p { font-size: 18px; }
  .journey, .thinking-grid { margin-top: 58px; }
  .journey__heading { grid-template-columns: 1fr; }
  .journey-favourite { width: fit-content; min-width: 0; text-align: left; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card:nth-child(3)::after { display: block; }
  .journey-card:nth-child(even)::after { display: none; }
  .roadmap { margin-top: 60px; }
  .roadmap__heading { align-items: flex-start; flex-direction: column; }
  .roadmap-feature { padding: 22px; }
  .roadmap-feature h4 { font-size: 27px; }
  .roadmap-detail { min-height: 0; padding: 22px; }
  .ai-flow { align-items: stretch; flex-direction: column; padding: 16px; }
  .ai-flow > b { display: none; }
  .ai-flow__core { align-self: center; }
  .filter-mock, .quiz-mock, .database-mock { margin-top: 22px; }
  .related-card__heading { align-items: flex-start; flex-direction: column; }
  .related-links { grid-template-columns: 1fr; }
  .related-bridge { justify-items: center; }
  .related-bridge__line { flex-direction: column; justify-content: center; gap: 4px; }
  .related-bridge__line span { width: 1px; min-height: 16px; flex: none; }
  .related-bridge__line b { transform: rotate(90deg); }
  .member { grid-template-columns: 88px 1fr; gap: 15px; padding: 19px; }
  .member__photo { width: 88px; height: 88px; }
}
@media (max-width: 430px) {
  .member { display: block; }
  .member__profile { width: 88px; margin-bottom: 15px; }
}
