:root {
  --ink: #003B5C;
  --ink-soft: #2f5365;
  --paper: #fbfaf7;
  --paper-deep: #f2f4ef;
  --white: #ffffff;
  --teal: #007A53;
  --teal-dark: #005b3e;
  --sage: #00A16A;
  --amber: #00A16A;
  --coral: #007A53;
  --line: rgba(0, 59, 92, 0.14);
  --shadow: 0 22px 70px rgba(0, 59, 92, 0.14);
  --wave-pattern: url("/assets/clarigo-wave-pattern.png");
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::selection {
  background: rgba(0, 161, 106, 0.22);
}

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

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 18px 18px auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: calc(var(--max-width) + 40px);
  margin: 0 auto;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(251, 250, 247, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 50px rgba(0, 59, 92, 0.08);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 6.2rem;
  flex: 0 0 auto;
}

.brand-logo {
  width: auto;
  height: clamp(2rem, 4vw, 2.55rem);
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 1.6vw, 1.35rem);
  color: var(--ink-soft);
  font-size: 0.93rem;
  font-weight: 650;
  white-space: nowrap;
}

.nav-links a {
  position: relative;
  padding: 0.35rem 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--amber);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  min-height: 2.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(0, 122, 83, 0.28);
  border-radius: 8px;
  background: rgba(0, 122, 83, 0.08);
  color: var(--teal-dark);
}

.nav-links .nav-cta::after {
  display: none;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible,
.footer-links .nav-cta:hover,
.footer-links .nav-cta:focus-visible {
  background: var(--teal);
  color: var(--white);
}

.section-band {
  position: relative;
  overflow: hidden;
}

#home,
#services,
#clarity-session,
#about,
#insights,
#contact {
  scroll-margin-top: 5.5rem;
}

.section-shell {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.hero {
  min-height: 78svh;
  display: grid;
  align-items: center;
  padding: 5.4rem 0 1.2rem;
  isolation: isolate;
  background: #f5f1e9;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: center right;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.84) 35%, rgba(251, 250, 247, 0.34) 63%, rgba(251, 250, 247, 0.08) 100%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.26) 0%, rgba(251, 250, 247, 0.14) 65%, var(--paper) 100%);
}

.hero-brand-icon {
  position: absolute;
  right: clamp(1rem, 7vw, 5.5rem);
  bottom: clamp(0.8rem, 5vw, 4rem);
  z-index: -1;
  width: clamp(7rem, 18vw, 15rem);
  max-width: 28%;
  opacity: 0.13;
  filter: drop-shadow(0 18px 36px rgba(0, 59, 92, 0.12));
  pointer-events: none;
}

.hero-content {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding-top: 1rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.1;
  text-wrap: balance;
}

h1 {
  max-width: 18ch;
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 860;
}

h2 {
  max-width: 13ch;
  font-size: clamp(1.8rem, 4vw, 3.35rem);
  font-weight: 820;
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 760;
}

.hero-lede {
  max-width: 720px;
  margin: 1rem 0 0;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.2;
  font-weight: 760;
}

.hero-copy {
  max-width: 660px;
  margin: 1.45rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 760;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 14px 38px rgba(0, 122, 83, 0.26);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--teal-dark);
}

.button-secondary {
  border-color: rgba(0, 59, 92, 0.2);
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
}

.tagline {
  margin: 2.5rem 0 0;
  color: var(--teal-dark);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 780;
}

.two-column,
.difference-grid,
.about-grid,
.clarity-layout,
.promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.problem-section {
  background: var(--paper);
}

.problem-section .section-shell {
  padding-top: clamp(0.9rem, 1.8vw, 1.6rem);
}

.problem-section::before {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
  content: "";
}

.problem-list {
  display: grid;
  gap: 1rem;
}

.problem-list article,
.session-steps article,
.values-list article {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
}

.problem-list p,
.difference-copy p,
.promise-copy p,
.clarity-copy p,
.about-copy p,
.session-steps p,
.values-list p {
  color: var(--ink-soft);
}

.number,
.service-index,
.insight-label {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.68rem;
  border-radius: 8px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 122, 83, 0.22);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.promise-section {
  background-color: var(--paper-deep);
  background-image:
    linear-gradient(180deg, rgba(242, 244, 239, 0.88) 0%, rgba(242, 244, 239, 0.76) 100%),
    var(--wave-pattern);
  background-position: center, right -8rem top -4rem;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(30rem, 62vw, 55rem) auto;
}

.promise-copy h2 {
  max-width: 15ch;
}

.clarity-map {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(0, 122, 83, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 122, 83, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 122, 83, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.62);
  background-size: 54px 54px;
  box-shadow: var(--shadow);
}

.map-node {
  position: absolute;
  display: grid;
  min-width: 138px;
  min-height: 74px;
  place-items: center;
  padding: 0.8rem;
  border: 1px solid rgba(0, 59, 92, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  text-align: center;
  font-weight: 760;
  box-shadow: 0 16px 38px rgba(0, 59, 92, 0.1);
}

.node-start {
  left: 7%;
  top: 13%;
}

.node-data {
  right: 11%;
  top: 22%;
  border-color: rgba(0, 122, 83, 0.35);
}

.node-story {
  left: 18%;
  bottom: 19%;
  border-color: rgba(0, 161, 106, 0.4);
}

.node-action {
  right: 8%;
  bottom: 14%;
  background: var(--teal);
  color: var(--white);
}

.map-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 122, 83, 0), rgba(0, 122, 83, 0.78), rgba(0, 161, 106, 0.72));
  transform-origin: left center;
}

.line-one {
  left: 27%;
  top: 28%;
  width: 34%;
  transform: rotate(8deg);
}

.line-two {
  left: 34%;
  top: 51%;
  width: 24%;
  transform: rotate(-28deg);
}

.line-three {
  left: 41%;
  bottom: 29%;
  width: 35%;
  transform: rotate(5deg);
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-heading h2 {
  max-width: 17ch;
}

.services-section,
.insights-section {
  background: var(--paper);
}

.service-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.insight-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(0, 59, 92, 0.06);
}

.service-card {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  color: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(0, 122, 83, 0.34);
  box-shadow: 0 24px 58px rgba(0, 59, 92, 0.11);
  transform: translateY(-3px);
}

.service-card h3 {
  margin-top: 1rem;
}

.service-card h2,
.service-index + h2,
.service-index + h3,
.number + h3,
.insight-label + h2,
.insight-label + h3 {
  margin-top: 1rem;
}

.service-card p,
.service-card li,
.insight-card h3 {
  color: var(--ink-soft);
}

.service-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 1.1rem;
}

.service-card li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.difference-section {
  background: var(--ink);
  color: var(--white);
}

.difference-section .eyebrow {
  color: #9bd0ca;
}

.difference-statement h2 {
  max-width: 16ch;
}

.difference-copy {
  display: grid;
  gap: 1.1rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.difference-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.clarity-section {
  background-color: #eef4f0;
  background-image:
    linear-gradient(180deg, rgba(253, 252, 249, 0.92) 0%, rgba(238, 244, 240, 0.82) 100%),
    var(--wave-pattern);
  background-position: center, left -10rem top -5rem;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(30rem, 60vw, 54rem) auto;
}

.clarity-copy {
  position: sticky;
  top: 7.5rem;
}

.clarity-copy h2 {
  max-width: 12ch;
}

.clarity-copy .button {
  margin-top: 1.3rem;
}

.session-steps {
  display: grid;
  gap: 1.5rem;
}

.session-steps article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.85rem 1.25rem;
  align-items: start;
}

.session-steps span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 8px;
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(0, 122, 83, 0.22);
}

.session-steps p {
  grid-column: 2;
  margin: 0;
}

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

.about-copy {
  max-width: 640px;
}

.about-copy h2 {
  max-width: 15ch;
}

.about-copy p + p {
  margin-top: 1rem;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.about-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(0, 122, 83, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 780;
}

.about-profile {
  display: grid;
  gap: 1.5rem;
}

.about-founder-note {
  margin: 0;
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--amber);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.about-photo-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.about-photo-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.about-photo-card figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.about-photo-card figcaption span:first-child {
  color: var(--ink);
  font-weight: 780;
}

.values-list {
  display: grid;
  gap: 1.25rem;
}

.insight-grid {
  align-items: stretch;
}

.insight-card {
  display: grid;
  min-height: 230px;
  align-content: space-between;
  padding: 1.35rem;
  color: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.insight-card:hover,
.insight-card:focus-visible {
  border-color: rgba(0, 122, 83, 0.34);
  box-shadow: 0 24px 58px rgba(0, 59, 92, 0.11);
  transform: translateY(-3px);
}

.insight-card h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.18;
}

.insight-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 2.1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.38rem 0.68rem;
  border-radius: 8px;
  background: rgba(0, 122, 83, 0.1);
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.article-back {
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-section {
  background-color: var(--paper-deep);
  background-image:
    linear-gradient(90deg, rgba(242, 244, 239, 0.88) 0%, rgba(251, 250, 247, 0.72) 100%),
    var(--wave-pattern);
  background-position: center, right -8rem bottom -6rem;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(32rem, 66vw, 60rem) auto;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.contact-panel h2 {
  max-width: 18ch;
}

.contact-actions {
  align-items: flex-start;
  flex-direction: column;
  color: var(--ink-soft);
}

.contact-actions p {
  max-width: 360px;
  margin: 0.35rem 0 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 1.6rem 0 2rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.footer-brand {
  flex: 0 0 auto;
}

.footer-logo {
  width: min(13rem, 46vw);
  height: auto;
}

.site-footer p {
  max-width: 36rem;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  font-weight: 760;
}

.footer-links a {
  color: var(--teal-dark);
}

.article-page {
  background: var(--paper);
}

.article-hero,
.page-hero {
  padding-top: 6.2rem;
  background-color: var(--paper-deep);
  background-image:
    linear-gradient(90deg, rgba(251, 250, 247, 0.94) 0%, rgba(251, 250, 247, 0.84) 54%, rgba(251, 250, 247, 0.72) 100%),
    var(--wave-pattern);
  background-position: center, right -10rem top -7rem;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(34rem, 72vw, 68rem) auto;
}

.article-hero .section-shell,
.page-hero .section-shell {
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.article-hero h1,
.page-hero h1 {
  max-width: 18ch;
  font-size: clamp(2rem, 5vw, 3.25rem);
}

.article-lede,
.page-lede {
  max-width: 780px;
  margin: 1.35rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.18rem, 2.1vw, 1.55rem);
  line-height: 1.35;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.5rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 720;
}

.breadcrumbs a {
  color: var(--teal-dark);
}

.page-section {
  background: var(--paper);
}

.page-section:nth-of-type(even) {
  background-color: var(--paper-deep);
  background-image:
    linear-gradient(180deg, rgba(251, 250, 247, 0.92) 0%, rgba(242, 244, 239, 0.8) 100%),
    var(--wave-pattern);
  background-position: center, left -12rem top -4rem;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(30rem, 64vw, 54rem) auto;
}

.page-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.detail-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card {
  min-height: 100%;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(0, 59, 92, 0.06);
}

.info-card p,
.info-card li {
  color: var(--ink-soft);
}

.info-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.connection-band {
  background: var(--ink);
  color: var(--white);
}

.connection-band .eyebrow {
  color: #9bd0ca;
}

.connection-band p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-band {
  background-color: var(--paper-deep);
  background-image:
    linear-gradient(90deg, rgba(242, 244, 239, 0.88) 0%, rgba(251, 250, 247, 0.76) 100%),
    var(--wave-pattern);
  background-position: center, right -9rem center;
  background-repeat: no-repeat, repeat;
  background-size: auto, clamp(30rem, 60vw, 54rem) auto;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.cta-panel h2 {
  max-width: 18ch;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.article-body {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.article-body h2 {
  max-width: none;
  margin-top: 2.5rem;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.article-body p,
.article-body li {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.article-body ul {
  display: grid;
  gap: 0.7rem;
  margin: 1.1rem 0 0;
  padding-left: 1.25rem;
}

.article-cta {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 640ms ease, transform 640ms ease;
}

html.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
}

html.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }

  .hero {
    min-height: 84svh;
    padding-top: 10rem;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.86) 63%, rgba(251, 250, 247, 0.34) 100%),
      linear-gradient(180deg, rgba(251, 250, 247, 0.12) 0%, var(--paper) 100%);
  }

  .two-column,
  .difference-grid,
  .about-grid,
  .clarity-layout,
  .promise-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .clarity-copy {
    position: static;
  }

  .service-grid,
  .insight-grid,
  .page-grid,
  .detail-grid,
  .detail-grid.two,
  .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 0.68rem;
  }

  #home,
  #services,
  #clarity-session,
  #about,
  #insights,
  #contact {
    scroll-margin-top: 8rem;
  }

  .nav-links {
    gap: 0.8rem;
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
    padding: 8.25rem 0 1.4rem;
  }

  .hero-content,
  .section-shell,
  .site-footer {
    width: min(100% - 28px, var(--max-width));
  }

  .hero-image {
    object-position: 63% center;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-lede {
    font-size: clamp(1.34rem, 7vw, 1.78rem);
  }

  .hero-copy {
    margin-top: 1rem;
  }

  .tagline {
    margin-top: 1.25rem;
  }

  .button {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    text-align: center;
  }

  .clarity-map {
    min-height: 360px;
  }

  .map-node {
    min-width: 118px;
    min-height: 64px;
    font-size: 0.88rem;
  }

  .node-start {
    left: 5%;
    top: 9%;
  }

  .node-data {
    right: 4%;
    top: 27%;
  }

  .node-story {
    left: 8%;
    bottom: 22%;
  }

  .node-action {
    right: 4%;
    bottom: 8%;
  }

  .session-steps article {
    grid-template-columns: 2.5rem 1fr;
  }

  .session-steps span {
    width: 2.5rem;
    height: 2.5rem;
  }

  .site-footer {
    flex-direction: column;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
