:root {
  --kt-ink: #173630;
  --kt-paper: #fffdf8;
  --kt-cream: #f5eee2;
  --kt-coral: #e86f52;
  --kt-teal: #2e7d73;
  --kt-gold: #efb448;
  --kt-sage: #afc5a2;
  --kt-line: rgba(23, 54, 48, .17);
  --kt-display: "Avenir Next", "Trebuchet MS", ui-rounded, sans-serif;
  --kt-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --kt-shift: 0px;
}

.kt-standalone,
.kidsturn-wordpress-home {
  background: var(--kt-paper);
  color: var(--kt-ink);
}

.kt-standalone {
  margin: 0;
  font-family: var(--kt-body);
  font-size: 17px;
  line-height: 1.65;
}

.kt-standalone *,
.kt-recovery * {
  box-sizing: border-box;
}

.kt-standalone a,
.kt-recovery a {
  color: inherit;
}

.kt-skip {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: -90px;
  padding: 12px 18px;
  background: var(--kt-paper);
  color: var(--kt-ink);
  border: 2px solid var(--kt-ink);
}

.kt-skip:focus {
  top: 18px;
}

.kt-site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 14px clamp(24px, 4.8vw, 76px);
  border-bottom: 1px solid var(--kt-line);
  background: rgba(255, 253, 248, .96);
  color: var(--kt-ink);
}

.kt-site-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  line-height: 1;
  margin-right: auto;
}

.kt-site-mark b {
  display: block;
  font: 700 24px/1 var(--kt-display);
  letter-spacing: -.04em;
}

.kt-site-mark small {
  display: block;
  margin-top: 5px;
  color: rgba(23, 54, 48, .65);
  font: 700 9px/1 var(--kt-body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kt-mark-houses {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  width: 34px;
  height: 35px;
}

.kt-mark-houses i {
  width: 15px;
  height: 23px;
  background: var(--kt-coral);
  clip-path: polygon(50% 0, 100% 32%, 100% 100%, 0 100%, 0 32%);
}

.kt-mark-houses i:last-child {
  height: 31px;
  background: var(--kt-teal);
}

.kt-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
}

.kt-nav a,
.kt-header-action {
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.kt-nav a {
  padding-block: 9px;
  background-image: linear-gradient(var(--kt-coral), var(--kt-coral));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size .25s ease;
}

.kt-nav a:hover,
.kt-nav a:focus-visible {
  background-size: 100% 2px;
}

.kt-header-action {
  padding: 11px 17px;
  border: 1px solid var(--kt-ink);
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease;
}

.kt-header-action:hover,
.kt-header-action:focus-visible {
  background: var(--kt-ink);
  color: white;
}

.kt-recovery {
  width: 100%;
  margin: 0;
  color: var(--kt-ink);
  font-family: var(--kt-body);
  font-size: 17px;
  line-height: 1.65;
  overflow: clip;
}

.kt-recovery h1,
.kt-recovery h2,
.kt-recovery h3,
.kt-recovery p {
  margin-top: 0;
}

.kt-recovery h1,
.kt-recovery h2,
.kt-recovery h3 {
  color: inherit;
  font-family: var(--kt-display);
  letter-spacing: -.045em;
}

.kidsturn-wordpress-home .site-content {
  display: block;
  max-width: none;
  padding: 0;
}

.kidsturn-wordpress-home .content-area,
.kidsturn-wordpress-home .site-main,
.kidsturn-wordpress-home .inside-article {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.kidsturn-wordpress-home #right-sidebar,
.kidsturn-wordpress-home .widget-area {
  display: none !important;
}

.kt-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: clamp(600px, calc(100svh - 82px), 850px);
  margin-left: -50vw;
  isolation: isolate;
  overflow: hidden;
  background: #1c2d25;
  color: white;
}

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

.kt-hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035) translate3d(0, var(--kt-shift), 0);
  transition: transform .12s linear;
}

.kt-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(11, 29, 24, .94) 0%, rgba(11, 29, 24, .78) 35%, rgba(11, 29, 24, .18) 70%, rgba(11, 29, 24, .05) 100%);
}

.kt-hero-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(62px, 9vh, 100px) 0 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.kt-hero-brand {
  margin-bottom: clamp(24px, 4vh, 48px);
  font: 750 clamp(54px, 7vw, 92px)/.82 var(--kt-display);
  letter-spacing: -.075em;
  clip-path: inset(0 0 0 0);
  animation: kt-brand-in .8s cubic-bezier(.2, .8, .2, 1) both;
}

.kt-eyebrow,
.kt-kicker,
.kt-path-label {
  font: 800 11px/1.2 var(--kt-body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kt-hero .kt-eyebrow {
  margin-bottom: 16px;
  color: #ffd27c;
}

.kt-hero h1 {
  max-width: 710px;
  margin-bottom: 22px;
  color: white;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  animation: kt-rise-in .75s .12s cubic-bezier(.2, .8, .2, 1) both;
}

.kt-hero-lede {
  max-width: 580px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.5;
  animation: kt-rise-in .75s .2s cubic-bezier(.2, .8, .2, 1) both;
}

.kt-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  animation: kt-rise-in .75s .28s cubic-bezier(.2, .8, .2, 1) both;
}

.kt-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 1px solid var(--kt-coral);
  border-radius: 999px;
  background: var(--kt-coral);
  color: white !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.kt-button:hover,
.kt-button:focus-visible {
  transform: translateY(-2px);
  background: #cc563d;
  border-color: #cc563d;
}

.kt-button-light {
  background: var(--kt-paper);
  border-color: var(--kt-paper);
  color: var(--kt-ink) !important;
}

.kt-quiet-link {
  color: white !important;
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, .45);
  text-underline-offset: 6px;
}

.kt-quiet-link span,
.kt-text-link span {
  display: inline-block;
  transition: transform .2s ease;
}

.kt-quiet-link:hover span,
.kt-text-link:hover span {
  transform: translate(3px, -2px);
}

.kt-hero-caption {
  position: absolute;
  left: clamp(24px, 4vw, 72px);
  right: clamp(24px, 4vw, 72px);
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .6);
  font: 800 9px/1 var(--kt-body);
  letter-spacing: .18em;
}

.kt-hero-caption i {
  width: 38px;
  height: 1px;
  background: currentColor;
}

.kt-intro,
.kt-principles,
.kt-paths,
.kt-tools,
.kt-posts,
.kt-final {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.kt-intro {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
  gap: 60px;
  padding: clamp(90px, 12vw, 160px) 0 80px;
  border-bottom: 1px solid var(--kt-line);
}

.kt-kicker {
  color: var(--kt-coral);
}

.kt-intro h2,
.kt-section-head h2,
.kt-final h2 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
}

.kt-intro div > p,
.kt-section-head div > p {
  max-width: 720px;
  color: rgba(23, 54, 48, .72);
  font-size: 18px;
}

.kt-principles {
  padding: 30px 0 120px;
}

.kt-principle {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 34px;
  padding: 44px 0;
  border-bottom: 1px solid var(--kt-line);
}

.kt-principle > span {
  color: var(--kt-coral);
  font: 800 13px/1 var(--kt-body);
  letter-spacing: .18em;
}

.kt-principle h3 {
  margin-bottom: 10px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
}

.kt-principle p {
  max-width: 740px;
  margin-bottom: 0;
  color: rgba(23, 54, 48, .7);
}

.kt-paths {
  padding-bottom: 130px;
}

.kt-section-head {
  display: grid;
  grid-template-columns: minmax(160px, .42fr) minmax(0, 1fr);
  gap: 60px;
  margin-bottom: 58px;
}

.kt-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.kt-path {
  min-height: 520px;
  padding: clamp(36px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none !important;
  transition: padding .35s cubic-bezier(.2, .8, .2, 1);
}

.kt-path:hover,
.kt-path:focus-visible {
  padding-top: calc(clamp(36px, 5vw, 72px) - 7px);
}

.kt-path-kids {
  background: var(--kt-teal);
  color: white !important;
}

.kt-path-parents {
  background: var(--kt-gold);
  color: var(--kt-ink) !important;
}

.kt-path-label {
  margin-bottom: auto;
  opacity: .75;
}

.kt-path h3 {
  max-width: 490px;
  margin: 80px 0 20px;
  color: inherit;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.kt-path p {
  max-width: 500px;
  margin-bottom: 28px;
  opacity: .8;
}

.kt-path b {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.kt-feature {
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  background: var(--kt-ink);
  color: white;
}

.kt-feature > div,
.kt-feature aside {
  padding: clamp(56px, 8vw, 116px);
}

.kt-feature > div {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.kt-feature h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: white;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.kt-feature p:not(.kt-kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, .72);
}

.kt-feature aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  background: var(--kt-teal);
}

.kt-feature aside span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.kt-feature aside strong {
  font: 650 clamp(24px, 2.6vw, 38px)/1.22 var(--kt-display);
  letter-spacing: -.03em;
}

.kt-tools {
  padding: 130px 0;
}

.kt-tool-links {
  border-top: 1px solid var(--kt-line);
}

.kt-tool-links > a {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--kt-line);
  text-decoration: none;
}

.kt-tool-links > a > span,
.kt-tool-links > a > b {
  color: var(--kt-coral);
  font-size: 12px;
  letter-spacing: .12em;
}

.kt-tool-links h3 {
  margin-bottom: 7px;
  font-size: clamp(28px, 3vw, 42px);
}

.kt-tool-links p {
  margin-bottom: 0;
  color: rgba(23, 54, 48, .68);
}

.kt-posts {
  padding: 10px 0 130px;
}

.kt-post-list {
  border-top: 1px solid var(--kt-line);
}

.kt-post {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 90px);
  padding: 54px 0;
  border-bottom: 1px solid var(--kt-line);
  opacity: 1;
  visibility: visible;
}

.kt-post-no-media {
  grid-template-columns: minmax(0, 1fr);
  padding-left: min(21vw, 250px);
}

.kt-post-media {
  display: block;
  align-self: start;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--kt-cream);
}

.kt-post-thumbnail,
.kt-post-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

.kt-post-media:hover img {
  transform: scale(1.025);
}

.kt-post h3 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.05;
}

.kt-post h3 a {
  text-decoration: none;
}

.kt-post-preview {
  color: rgba(23, 54, 48, .76);
}

.kt-post-preview > *:last-child {
  margin-bottom: 20px;
}

.kt-post-preview a {
  text-decoration-color: var(--kt-coral);
  text-underline-offset: 3px;
}

.kt-text-link {
  font-size: 14px;
  font-weight: 800;
  text-decoration-color: var(--kt-coral);
  text-underline-offset: 5px;
}

.kt-final {
  padding: 120px 0 150px;
  text-align: center;
}

.kt-final .kt-kicker,
.kt-final h2,
.kt-final p {
  margin-left: auto;
  margin-right: auto;
}

.kt-final p:not(.kt-kicker) {
  max-width: 650px;
  color: rgba(23, 54, 48, .7);
}

.kt-route-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--kt-cream);
}

.kt-route-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 70px 0 76px;
}

.kt-breadcrumbs {
  display: flex;
  gap: 8px;
  margin-bottom: 58px;
  color: rgba(23, 54, 48, .58);
  font-size: 12px;
  font-weight: 750;
}

.kt-breadcrumbs a {
  text-decoration: none;
}

.kt-route-hero .kt-eyebrow {
  color: var(--kt-coral);
}

.kt-route-hero h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 94px);
  line-height: .95;
}

.kt-route-intro {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(23, 54, 48, .7);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.kt-route-rings {
  position: absolute;
  right: -90px;
  top: 15px;
  width: 420px;
  height: 420px;
}

.kt-route-rings i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(46, 125, 115, .22);
  border-radius: 50%;
}

.kt-route-rings i:nth-child(2) {
  inset: 70px;
  border-color: rgba(232, 111, 82, .26);
}

.kt-route-rings i:nth-child(3) {
  inset: 140px;
  border-color: rgba(239, 180, 72, .5);
}

.kt-article-layout {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0 130px;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(60px, 9vw, 130px);
}

.kt-article-aside {
  align-self: start;
  position: sticky;
  top: 28px;
}

.kt-article-aside dl,
.kt-article-aside dd {
  margin: 0;
}

.kt-article-aside dl > div {
  padding: 22px 0;
  border-bottom: 1px solid var(--kt-line);
}

.kt-article-aside dt {
  margin-bottom: 5px;
  color: rgba(23, 54, 48, .55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.kt-article-aside dd {
  font-size: 14px;
  line-height: 1.45;
}

.kt-article-copy > section {
  margin-bottom: 90px;
}

.kt-article-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.02;
}

.kt-route-overview > p:not(.kt-kicker) {
  color: rgba(23, 54, 48, .76);
  font-size: 20px;
}

.kt-route-overview blockquote {
  margin: 44px 0 0;
  padding: 30px 0 30px 34px;
  border-left: 4px solid var(--kt-coral);
  color: var(--kt-ink);
  font: 500 clamp(22px, 2.8vw, 32px)/1.35 var(--kt-display);
  letter-spacing: -.025em;
}

.kt-route-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.kt-route-steps li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 28px;
  padding: 32px 0;
  border-bottom: 1px solid var(--kt-line);
}

.kt-route-steps li > span {
  color: var(--kt-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}

.kt-route-steps h3 {
  margin-bottom: 7px;
  font-size: 27px;
  line-height: 1.1;
}

.kt-route-steps p {
  margin-bottom: 0;
  color: rgba(23, 54, 48, .7);
}

.kt-route-checklist {
  padding: clamp(40px, 6vw, 70px);
  background: var(--kt-teal);
  color: white;
}

.kt-route-checklist .kt-kicker {
  color: #ffd27c;
}

.kt-route-checklist h2 {
  color: white;
}

.kt-route-checklist ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kt-route-checklist li {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-size: 15px;
}

.kt-route-checklist li span {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--kt-gold);
}

.kt-route-note {
  padding-top: 42px;
  border-top: 1px solid var(--kt-line);
}

.kt-route-note p:last-child {
  color: rgba(23, 54, 48, .72);
}

.kt-related {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 120px;
}

.kt-related h2 {
  margin-bottom: 36px;
  font-size: clamp(40px, 5vw, 70px);
}

.kt-related > div {
  border-top: 1px solid var(--kt-line);
}

.kt-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--kt-line);
  font: 650 clamp(21px, 2.5vw, 31px)/1.2 var(--kt-display);
  letter-spacing: -.03em;
  text-decoration: none;
}

.kt-related a b {
  color: var(--kt-coral);
  transition: transform .2s ease;
}

.kt-related a:hover b {
  transform: translate(4px, -4px);
}

.kt-route-final {
  padding: clamp(60px, 9vw, 120px) max(24px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  background: var(--kt-ink);
  color: white;
}

.kt-route-final h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: white;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
}

.kt-gone {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 80px 24px;
  text-align: center;
}

.kt-gone section {
  max-width: 720px;
}

.kt-gone h1 {
  margin-bottom: 24px;
  font-size: clamp(52px, 8vw, 92px);
  line-height: .95;
}

.kt-site-footer {
  padding: 70px clamp(24px, 5vw, 78px) 30px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 50px 90px;
  background: #102923;
  color: white;
}

.kt-footer-mark {
  display: inline-block;
  margin-bottom: 18px;
  color: white !important;
  font: 700 34px/1 var(--kt-display);
  letter-spacing: -.05em;
  text-decoration: none;
}

.kt-site-footer > div p {
  max-width: 560px;
  color: rgba(255, 255, 255, .63);
}

.kt-site-footer nav {
  display: grid;
  align-content: start;
}

.kt-site-footer nav a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.kt-footer-note {
  grid-column: 1 / -1;
  margin: 20px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
}

.kt-reveal {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.kt-motion .kt-reveal.kt-reveal-ready {
  transform: translateY(14px);
  transition: transform .65s cubic-bezier(.2, .8, .2, 1);
}

.kt-motion .kt-reveal.kt-reveal-ready.kt-in {
  transform: translateY(0);
}

@keyframes kt-brand-in {
  from { clip-path: inset(0 100% 0 0); transform: translateY(12px); }
  to { clip-path: inset(0 0 0 0); transform: translateY(0); }
}

@keyframes kt-rise-in {
  from { transform: translateY(18px); }
  to { transform: translateY(0); }
}

@media (max-width: 920px) {
  .kt-nav { display: none; }
  .kt-feature { grid-template-columns: 1fr; }
  .kt-feature > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .kt-article-layout { grid-template-columns: 1fr; gap: 60px; }
  .kt-article-aside { position: static; }
  .kt-article-aside dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .kt-route-final { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
  .kt-standalone { font-size: 16px; }
  .kt-site-header { min-height: 70px; padding: 12px 18px; }
  .kt-site-mark b { font-size: 21px; }
  .kt-header-action { padding: 9px 12px; font-size: 11px; }
  .kt-hero { min-height: calc(100svh - 70px); }
  .kt-hero-image { object-position: 58% center; }
  .kt-hero-shade { background: linear-gradient(90deg, rgba(11, 29, 24, .94) 0%, rgba(11, 29, 24, .74) 68%, rgba(11, 29, 24, .3) 100%); }
  .kt-hero-inner { width: min(100% - 36px, 1180px); padding: 44px 0 70px; justify-content: flex-end; }
  .kt-hero-brand { margin-bottom: 26px; font-size: clamp(46px, 15vw, 64px); }
  .kt-hero h1 { max-width: 520px; font-size: clamp(36px, 11vw, 52px); }
  .kt-hero-lede { font-size: 16px; }
  .kt-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 15px; }
  .kt-button { width: auto; min-height: 46px; }
  .kt-hero-caption { display: none; }
  .kt-intro,
  .kt-section-head { grid-template-columns: 1fr; gap: 20px; }
  .kt-intro,
  .kt-principles,
  .kt-paths,
  .kt-tools,
  .kt-posts,
  .kt-final,
  .kt-route-hero-inner,
  .kt-article-layout,
  .kt-related { width: min(100% - 36px, 1180px); }
  .kt-intro { padding: 80px 0 52px; }
  .kt-intro h2,
  .kt-section-head h2,
  .kt-final h2 { font-size: clamp(38px, 12vw, 54px); }
  .kt-principles { padding-bottom: 85px; }
  .kt-principle { grid-template-columns: 44px 1fr; gap: 14px; padding: 34px 0; }
  .kt-principle h3 { font-size: 30px; }
  .kt-paths { padding-bottom: 90px; }
  .kt-path-grid { grid-template-columns: 1fr; }
  .kt-path { min-height: 430px; padding: 36px 28px; }
  .kt-path:hover, .kt-path:focus-visible { padding-top: 31px; }
  .kt-path h3 { margin-top: 62px; font-size: 38px; }
  .kt-feature > div, .kt-feature aside { padding: 58px 24px; }
  .kt-feature h2 { font-size: 45px; }
  .kt-feature aside { gap: 52px; }
  .kt-tools { padding: 90px 0; }
  .kt-tool-links > a { grid-template-columns: 42px minmax(0, 1fr); gap: 18px; }
  .kt-tool-links > a > b { grid-column: 2; }
  .kt-posts { padding-bottom: 90px; }
  .kt-post, .kt-post-no-media { grid-template-columns: 1fr; padding: 38px 0; }
  .kt-post-no-media { padding-left: 0; }
  .kt-post h3 { font-size: 34px; }
  .kt-final { padding: 80px 0 100px; }
  .kt-route-hero { min-height: 450px; }
  .kt-route-hero-inner { padding: 52px 0 58px; }
  .kt-breadcrumbs { margin-bottom: 48px; }
  .kt-route-hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .kt-route-rings { right: -190px; top: 0; }
  .kt-article-layout { padding: 76px 0 90px; gap: 52px; }
  .kt-article-aside dl { grid-template-columns: 1fr; gap: 0; }
  .kt-article-copy > section { margin-bottom: 68px; }
  .kt-article-copy h2 { font-size: 40px; }
  .kt-route-overview > p:not(.kt-kicker) { font-size: 18px; }
  .kt-route-overview blockquote { margin-top: 34px; padding-left: 22px; font-size: 24px; }
  .kt-route-steps li { grid-template-columns: 40px 1fr; gap: 14px; }
  .kt-route-steps h3 { font-size: 23px; }
  .kt-route-checklist { padding: 38px 24px; }
  .kt-route-checklist ul { grid-template-columns: 1fr; }
  .kt-related { padding-bottom: 90px; }
  .kt-related h2 { font-size: 45px; }
  .kt-route-final { padding: 70px 24px; }
  .kt-site-footer { grid-template-columns: 1fr; gap: 36px; padding: 58px 24px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .kt-hero-brand,
  .kt-hero h1,
  .kt-hero-lede,
  .kt-actions {
    animation: none;
  }
  .kt-hero-image,
  .kt-motion .kt-reveal.kt-reveal-ready,
  .kt-motion .kt-reveal.kt-reveal-ready.kt-in,
  .kt-path,
  .kt-post-thumbnail,
  .kt-post-media img,
  .kt-button,
  .kt-related a b {
    transition: none;
    transform: none;
  }
}
