@font-face {
  font-family: "Roboto SemiCondensed Setun";
  src: url("/assets/setun/brand/roboto/static/Roboto_SemiCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto SemiCondensed Setun";
  src: url("/assets/setun/brand/roboto/static/Roboto_SemiCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #0b373b;
  --paper: #fff;
  --cream: #f1eee6;
  --blue: #a8bfee;
  --green: #c3daa0;
  --green-dark: #4e741c;
  --violet: #ad62f5;
  --orange: #f47735;
  --muted: #8b9698;
  --page: 1100px;
  --page-pad: 50px;
  --header: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Roboto SemiCondensed Setun", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.36;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

a {
  color: inherit;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.12;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-copy {
  display: none;
}

.mobile-break {
  display: none;
}

[data-site-header] {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header);
  background: #fff;
}

.site-header {
  position: relative;
  height: var(--header);
  background: #fff;
}

.site-header__inner {
  width: min(var(--page), calc(100vw - 2 * var(--page-pad)));
  height: 100%;
  margin-left: max(var(--page-pad), calc((100vw - var(--page)) / 2));
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: 106px;
  text-decoration: none;
}

.brand img {
  width: 106px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
  white-space: nowrap;
}

.desktop-nav a {
  font-size: 16px;
  text-decoration: none;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 27px;
}

.header-tools button {
  width: 31px;
  height: 31px;
  padding: 2px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.header-tools svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.search-menu .menu-lines {
  display: none;
}

.breadcrumbs,
.content-section,
.balance-section__inner,
.included-section__inner {
  width: min(var(--page), calc(100vw - 2 * var(--page-pad)));
  margin-left: max(var(--page-pad), calc((100vw - var(--page)) / 2));
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 42px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs > span:not(:last-child) {
  font-size: 7px;
}

.page-hero h1 {
  width: min(var(--page), calc(100vw - 2 * var(--page-pad)));
  margin: 48px 0 27px max(var(--page-pad), calc((100vw - var(--page)) / 2));
}

.page-hero__image {
  width: 100%;
  height: 395px;
  overflow: hidden;
}

.page-hero__image img {
  height: 100%;
  object-fit: cover;
}

body[data-page="approach"] .page-hero__image img {
  object-position: 50% 48%;
}

body[data-page="admission"] .page-hero__image img {
  object-position: 50% 51%;
}

body[data-page="tuition"] .page-hero__image img {
  object-position: 50% 48%;
}

.content-section {
  margin-top: 112px;
}

.content-section p,
.balance-section p,
.included-section p {
  margin-bottom: 17px;
}

.section-intro {
  margin-top: 26px;
  font-size: 17px;
}

.child-section {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 160px;
}

.child-section__photo {
  margin-top: 0;
}

.child-section__copy {
  padding-top: 10px;
}

.child-section__copy h2 {
  margin-bottom: 26px;
}

.child-section__copy p {
  font-size: 17px;
  line-height: 1.28;
}

.pixel-photo {
  position: relative;
  z-index: 0;
}

.pixel-photo img {
  position: relative;
  z-index: 1;
  height: 335px;
  object-fit: cover;
}

.pixel-photo::before,
.pixel-photo::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.child-section .pixel-photo::before {
  top: -47px;
  left: 138px;
  width: 126px;
  height: 47px;
  background: linear-gradient(90deg, #d9dddc 0 45px, transparent 45px 126px);
  box-shadow: 45px 47px 0 #fff, 92px 0 0 #fff;
}

.child-section .pixel-photo::after {
  top: 0;
  left: 184px;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.93);
}

.balance-section {
  margin-top: 111px;
}

.balance-section__inner {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
  min-height: 315px;
}

.balance-section h2 {
  margin-bottom: 26px;
}

.balance-section p {
  font-size: 17px;
  line-height: 1.28;
}

.ternary-art {
  position: relative;
  width: 390px;
  height: 230px;
  margin: 0 auto;
}

.ternary-art__blocks {
  position: absolute;
  top: 0;
  left: 0;
  width: 390px;
  height: 206px;
}

.ternary-art__blocks i {
  position: absolute;
  width: 64px;
  height: 64px;
  background: #eff2e8;
}

.ternary-art__blocks i:nth-child(1) { left: 0; top: 0; }
.ternary-art__blocks i:nth-child(2) { left: 129px; top: 0; }
.ternary-art__blocks i:nth-child(3) { left: 258px; top: 0; }
.ternary-art__blocks i:nth-child(4) { left: 64px; top: 41px; }
.ternary-art__blocks i:nth-child(5) { left: 129px; top: 64px; }
.ternary-art__blocks i:nth-child(6) { left: 194px; top: 64px; }
.ternary-art__blocks i:nth-child(7) { left: 129px; top: 128px; }
.ternary-art__blocks i:nth-child(8) { left: 258px; top: 128px; }

.ternary-art__minus,
.ternary-art__plus,
.ternary-art__zero {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 24px;
  line-height: 1;
}

.ternary-art__minus {
  top: -28px;
  left: 73px;
  color: var(--violet);
  font-size: 31px;
  font-weight: 600;
}

.ternary-art__plus {
  top: 112px;
  right: 9px;
  color: var(--blue);
  font-size: 31px;
  font-weight: 600;
}

.ternary-art__zero {
  bottom: -1px;
  left: 149px;
  width: 31px;
  height: 31px;
  background: var(--green-dark);
  color: #fff;
  font-size: 18px;
}

.values-section {
  margin-top: 88px;
}

.values-section .section-intro {
  margin-bottom: 51px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.value-card {
  min-height: 390px;
  padding: 30px 14px 22px;
  display: flex;
  flex-direction: column;
}

.value-card--blue { background: #d9dfeb; }
.value-card--cream { background: #f1eee5; }
.value-card--green { background: #c2d69b; }

.value-card h3 {
  font-size: 28px;
}

.value-card__art {
  width: 100%;
  height: 230px;
  margin: 5px 0 3px;
  object-fit: fill;
}

.value-card p {
  max-width: 285px;
  margin: auto 0 0;
  font-size: 17px;
  line-height: 1.25;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 49px;
}

.setun-button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 10px 10px 12px;
  border: 0;
  background: var(--ink);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.arrow-box {
  width: 22px;
  height: 22px;
  display: inline-grid;
  flex: 0 0 22px;
  place-items: center;
  background: #fff;
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
}

.arrow-box svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.price-grid__note {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 8px 0 0 !important;
  font-size: 15px;
  line-height: 1.35;
}

.price-card {
  min-height: 217px;
  padding: 20px 14px 24px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}

.color-tag {
  width: max-content;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 4px 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1;
}

.color-tag--orange { background: var(--orange); color: #fff; }
.color-tag--violet { background: var(--violet); color: #fff; }
.color-tag--green { background: var(--green); }
.color-tag--blue { background: var(--blue); }
.color-tag--dark-green { background: var(--green-dark); color: #fff; }

.price-card h3 {
  margin-top: 24px;
  font-size: 24px;
}

.price-card__amount {
  margin: auto 0 0 !important;
  font-size: 34px;
  line-height: 1;
}

.price-card__amount small {
  font-size: 15px;
}

.development-section {
  margin-top: 124px;
}

.development-grid {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
}

.development-grid h2 {
  max-width: 430px;
  margin-bottom: 31px;
}

.development-grid > div:first-child p {
  font-size: 17px;
  line-height: 1.29;
}

.development-steps__title {
  margin-bottom: 23px !important;
  font-size: 18px;
}

.development-steps article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  padding: 19px 0 16px;
  border-top: 1px solid rgba(11, 55, 59, 0.25);
}

.development-steps article > span {
  font-size: 22px;
}

.development-steps h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.development-steps p {
  margin-bottom: 0 !important;
  font-size: 15px;
}

.development-callout {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 69px;
  background: var(--green);
}

.development-callout p {
  align-self: center;
  max-width: 400px;
  margin: 0 50px !important;
  font-size: 30px;
  line-height: 1.15;
}

.development-callout img {
  height: 390px;
  object-fit: cover;
}

.decisions-section {
  margin-top: 119px;
}

.decisions-section .section-intro {
  margin-bottom: 51px;
}

.decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.decision-card {
  min-width: 0;
  min-height: 289px;
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  background: var(--cream);
  overflow: hidden;
}

.decision-card__copy {
  min-width: 0;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.decision-card h3 {
  margin-top: 48px;
  font-size: 22px;
  line-height: 1.12;
}

.decision-card p {
  margin: auto 0 0 !important;
  font-size: 15px;
  line-height: 1.25;
}

.decision-card img {
  height: 100%;
  min-height: 289px;
  object-fit: cover;
}

.decision-card:nth-child(3) img {
  object-position: 50% 35%;
}

.slider-dots {
  display: none;
}

.programs-section {
  margin-top: 112px;
}

.programs-section .section-intro {
  margin-bottom: 50px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.program-card {
  position: relative;
  height: 388px;
  padding: 20px 14px 0;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  overflow: hidden;
}

.card-arrow {
  position: absolute;
  top: 20px;
  right: 14px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.program-card h3 {
  margin-top: 87px;
  font-size: 28px;
}

.program-card__image {
  position: relative;
  height: 195px;
  margin: auto -14px 0;
  overflow: hidden;
}

.program-card__image img {
  height: 100%;
  object-fit: fill;
}

.steps-section {
  margin-top: 79px;
}

.steps-section h2 {
  margin-bottom: 51px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.step-card {
  min-height: 323px;
  padding: 29px 20px 30px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
}

.step-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 16px;
}

.step-number--green { background: var(--green-dark); }
.step-number--blue { background: var(--blue); }
.step-number--orange { background: var(--orange); }
.step-number--violet { background: var(--violet); }

.step-card h3 {
  margin-top: 25px;
  font-size: 24px;
}

.step-card p {
  margin-top: 9px;
  margin-bottom: 0 !important;
  font-size: 15px;
}

.step-card .setun-button {
  width: 100%;
  margin-top: auto;
}

.enrollment-docs {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
  align-items: center;
}

.enrollment-docs--admission {
  margin-top: 111px;
}

.enrollment-docs__photo img {
  height: 462px;
}

.enrollment-docs__photo::before {
  top: -44px;
  left: 88px;
  width: 143px;
  height: 44px;
  background: #fff;
  box-shadow: -88px 44px 0 rgba(255,255,255,.95), 143px 74px 0 #fff;
}

.enrollment-docs__photo::after {
  top: 0;
  left: 89px;
  width: 27px;
  height: 28px;
  background: #fff;
  box-shadow: 274px 102px 0 #fff;
}

.docs-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.docs-heading .setun-button {
  margin-top: 11px;
}

.document-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.document-list li {
  position: relative;
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 13px 20px 13px 39px;
  background: var(--cream);
  font-size: 16px;
}

.document-list li::before {
  position: absolute;
  left: 14px;
  width: 11px;
  height: 11px;
  background: var(--violet);
  content: "";
}

.admission-price {
  margin-top: 123px;
}

.faq-section {
  margin-top: 119px;
  margin-bottom: 120px;
}

.faq-section h2 {
  margin-bottom: 44px;
}

.faq-list {
  border-top: 1px solid rgba(11, 55, 59, .35);
}

.faq-list details {
  border-bottom: 1px solid rgba(11, 55, 59, .35);
}

.faq-list summary {
  position: relative;
  padding: 23px 58px 22px 0;
  font-size: 23px;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  background: var(--cream);
  content: "+";
  font-size: 22px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 650px;
  margin: -5px 0 24px;
  font-size: 16px;
}

.tuition-prices {
  margin-top: 115px;
  margin-bottom: 115px;
}

.included-section {
  padding: 56px 0 54px;
  background: var(--cream);
}

.included-section__inner {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
}

.included-section h2 {
  margin-bottom: 33px;
}

.included-section p {
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 20px;
  padding: 0;
  margin: 42px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 23px;
  padding-left: 36px;
  font-size: 15px;
}

.check-list li::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--green);
  content: "";
}

.check-list li::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  content: "";
  transform: rotate(-45deg);
}

.included-section__note {
  position: relative;
  min-height: 275px;
  padding-top: 69px;
}

.included-section__note p {
  max-width: 510px;
}

.house-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 150px;
  fill: none;
  stroke: var(--green);
  stroke-width: 9;
  stroke-linejoin: miter;
}

.enrollment-docs--tuition {
  margin-top: 100px;
}

.enrollment-docs--tuition .enrollment-docs__content {
  align-self: start;
  padding-top: 37px;
}

.enrollment-docs--tuition .enrollment-docs__photo::before {
  left: 88px;
}

.additional-payments {
  display: grid;
  grid-template-columns: 465px 1fr;
  gap: 61px;
  margin-top: 111px;
  align-items: start;
}

.additional-payments__photo {
  margin-top: 0;
}

.additional-payments__photo img {
  height: 405px;
}

.additional-payments__photo::before {
  top: auto;
  bottom: -39px;
  left: 44px;
  width: 334px;
  height: 39px;
  background: #fff;
  box-shadow: 334px -39px 0 #fff;
}

.additional-payments__photo::after {
  top: auto;
  right: 45px;
  bottom: 0;
  width: 43px;
  height: 16px;
  background: #fff;
}

.additional-payments h2 {
  margin: 14px 0 27px;
}

.payment-highlight {
  min-height: 90px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  margin: 0 0 35px !important;
  background: var(--cream);
  font-size: 17px;
}

.list-caption {
  margin-bottom: 16px !important;
  font-size: 14px;
}

.extra-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 17px;
  list-style: none;
}

.extra-list li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
}

.extra-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--green);
  content: "";
}

.additional-payments__content > p:last-child {
  font-size: 15px;
}

.payment-process {
  display: grid;
  grid-template-columns: 518px 1fr;
  gap: 40px;
  margin-top: 126px;
}

.payment-process h2 {
  padding-top: 2px;
}

.payment-rules {
  border-top: 1px solid rgba(11,55,59,.35);
}

.payment-rules p {
  min-height: 73px;
  display: flex;
  align-items: center;
  padding: 13px 0;
  margin: 0 !important;
  border-bottom: 1px solid rgba(11,55,59,.35);
  font-size: 16px;
}

.payment-process__note {
  display: none;
}

.family-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 111px;
}

.family-section > img {
  height: 450px;
  object-fit: cover;
}

.family-section__copy {
  height: 450px;
  padding: 51px 51px 35px;
  background: var(--green);
}

.heart-icon {
  width: 100px;
  height: 82px;
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 4;
}

.family-section h2 {
  margin-top: 47px;
  font-size: 32px;
}

.family-section p {
  max-width: 440px;
  margin-top: 25px;
  font-size: 16px;
}

.open-day {
  width: 100%;
  min-height: 583px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 116px;
  scroll-margin-top: calc(var(--header) + 8px);
  background: var(--cream);
}

.open-day__form-pane {
  padding: 50px 88px 42px 50px;
}

.open-day h2 {
  max-width: 470px;
  margin-bottom: 48px;
  font-size: 39px;
  line-height: 1.1;
}

.open-day-form {
  max-width: 469px;
}

.open-day-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

.open-day-field--wide {
  grid-column: 1 / -1;
}

.line-field {
  position: relative;
  height: 62px;
  display: block;
  border-bottom: 1px solid var(--ink);
}

.line-field input,
.line-field select {
  width: 100%;
  height: 100%;
  padding: 23px 0 9px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}

.line-field input::placeholder {
  color: #9aa09f;
  opacity: 1;
}

.line-field select {
  appearance: none;
}

.line-field--select::after {
  position: absolute;
  top: 27px;
  right: 2px;
  border: 6px solid transparent;
  border-top-color: var(--ink);
  content: "";
  pointer-events: none;
}

.form-consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 9px;
  align-items: start;
  margin-top: 37px;
  font-size: 10px;
  line-height: 1.25;
}

.form-consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  appearance: none;
  border: 1px solid var(--ink);
  background: transparent;
}

.form-consent input:checked {
  background: var(--green-dark);
  box-shadow: inset 0 0 0 3px var(--cream);
}

.form-consent a {
  text-underline-offset: 2px;
}

.open-day-form .setun-button {
  width: 223px;
  margin-top: 32px;
}

.open-day-form .setun-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.setun-form-trap,
.open-day-form .js-successbox,
.open-day-form .js-errorbox-all {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.open-day-form.is-submission-complete .setun-button {
  cursor: default;
}

.form-status {
  min-height: 16px;
  margin: 10px 0 0 !important;
  font-size: 12px;
}

.form-status.is-error { color: #9c321c; }
.form-status.is-success { color: var(--green-dark); }

.open-day__visual {
  position: relative;
  min-height: 583px;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.open-day__visual img {
  height: 100%;
  object-fit: cover;
}

.open-day__visual::before,
.open-day__visual::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: #fff;
}

.open-day__visual::before {
  bottom: 85px;
  left: 246px;
  width: 90px;
  height: 34px;
}

.open-day__visual::after {
  bottom: 37px;
  left: 336px;
  width: 63px;
  height: 48px;
  box-shadow: -90px 48px 0 rgba(255,255,255,.95);
}

.location {
  min-height: 379px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}

.location__map {
  height: 379px;
  object-fit: cover;
}

.location__copy {
  padding: 115px 60px;
}

.location__copy h2 {
  margin-bottom: 24px;
  font-size: 32px;
}

.location__copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.28;
}

.site-footer {
  background: var(--ink);
  color: #fff;
}

.site-footer__grid {
  width: min(var(--page), calc(100vw - 2 * var(--page-pad)));
  min-height: 430px;
  display: grid;
  grid-template-columns: 518px 1fr;
  grid-template-areas:
    "contact nav"
    "legal disclaimer";
  column-gap: 40px;
  row-gap: 26px;
  margin-left: max(var(--page-pad), calc((100vw - var(--page)) / 2));
  padding: 61px 0 57px;
}

.footer-contact {
  grid-area: contact;
}

.footer-phone {
  display: block;
  margin-bottom: 24px;
  font-size: 19px;
  text-decoration: none;
}

.footer-label {
  margin-bottom: 8px;
  color: rgba(255,255,255,.48);
  font-size: 11px;
}

.footer-contact > a:not(.footer-phone) {
  display: block;
  margin-bottom: 24px;
  font-size: 17px;
  text-decoration: none;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 31px;
}

.footer-socials a {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ink);
}

.footer-socials svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.footer-socials__word {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -.04em;
}

.footer-nav {
  grid-area: nav;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 42px;
}

.footer-nav > div {
  display: flex;
  flex-direction: column;
}

.footer-nav a {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none;
}

.footer-campuses {
  grid-column: 1 / -1;
  max-width: 360px;
  margin-top: 20px;
}

.footer-disclaimer {
  grid-area: disclaimer;
  max-width: 542px;
  align-self: end;
  font-size: 12px;
  line-height: 1.25;
}

.footer-disclaimer p {
  margin-bottom: 18px;
}

.footer-legal {
  grid-area: legal;
  align-self: end;
  max-width: 360px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  line-height: 1.25;
}

.footer-legal p {
  margin-bottom: 14px;
}

.footer-legal a {
  text-underline-offset: 2px;
}

.preview-home {
  min-height: 560px;
  padding: 88px 0 110px;
}

.preview-home__inner {
  width: min(var(--page), calc(100vw - 2 * var(--page-pad)));
  margin-left: max(var(--page-pad), calc((100vw - var(--page)) / 2));
}

.preview-home .eyebrow {
  margin-bottom: 24px;
  color: var(--muted);
}

.preview-home h1 {
  max-width: 760px;
}

.preview-home__lead {
  max-width: 670px;
  margin: 28px 0 54px;
  font-size: 18px;
}

.preview-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.preview-card {
  min-height: 240px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  text-decoration: none;
}

.preview-card__number {
  color: var(--muted);
}

.preview-card h2 {
  margin-top: 48px;
  font-size: 30px;
}

.preview-card > span:last-child {
  margin-top: auto;
}

:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  :root {
    --page-pad: 14px;
    --header: 111px;
  }

  body {
    font-size: 16px;
    line-height: 1.35;
  }

  h1 {
    font-size: 34px;
    letter-spacing: .4px;
  }

  h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  .desktop-copy,
  .desktop-nav {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  .mobile-break {
    display: block;
  }

  .site-header {
    height: var(--header);
    transition: height 140ms ease;
  }

  [data-site-header] {
    transition: height 140ms ease;
  }

  [data-site-header].is-compact,
  .site-header.is-compact {
    height: 72px;
  }

  .site-header__inner {
    width: 100%;
    margin-left: 0;
    padding: 0 14px;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }

  .brand {
    position: absolute;
    left: 50%;
    width: 103px;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .brand img {
    width: 103px;
  }

  .header-tools {
    gap: 13px;
  }

  .header-tools button {
    width: 29px;
    height: 29px;
    padding: 0;
  }

  .search-menu {
    width: 31px !important;
  }

  .search-menu .menu-lines {
    display: block;
  }

  .breadcrumbs {
    padding-top: 24px;
    font-size: 14px;
  }

  .page-hero h1 {
    margin: 49px auto 41px;
  }

  .page-hero__image {
    height: 452px;
  }

  body[data-page="approach"] .page-hero__image img { object-position: 47% 50%; }
  body[data-page="admission"] .page-hero__image img { object-position: 47% 50%; }
  body[data-page="tuition"] .page-hero__image img { object-position: 48% 50%; }

  .content-section {
    margin-top: 41px;
  }

  .section-intro {
    margin-top: 25px;
  }

  .child-section {
    display: flex;
    flex-direction: column;
    gap: 29px;
  }

  .child-section__copy {
    order: 1;
    padding-top: 0;
  }

  .child-section__photo {
    order: 2;
  }

  .child-section__copy h2 {
    margin-bottom: 28px;
  }

  .child-section__copy p,
  .balance-section p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.38;
  }

  .pixel-photo img,
  .child-section .pixel-photo img {
    height: 267px;
  }

  .child-section .pixel-photo::before {
    top: -33px;
    left: 97px;
    width: 88px;
    height: 33px;
    background: linear-gradient(90deg,#d9dddc 0 31px,transparent 31px 88px);
    box-shadow: 31px 33px 0 #fff,64px 0 0 #fff;
  }

  .child-section .pixel-photo::after {
    left: 129px;
    width: 32px;
    height: 32px;
  }

  .balance-section {
    margin-top: 40px;
    padding: 43px 0 59px;
    background: var(--cream);
  }

  .balance-section__inner {
    display: block;
    min-height: 685px;
  }

  .balance-section h2 {
    margin-bottom: 28px;
  }

  .ternary-art {
    width: 260px;
    height: 214px;
    margin: 54px auto 0;
  }

  .ternary-art__blocks {
    width: 260px;
    height: 170px;
  }

  .ternary-art__blocks i {
    width: 43px;
    height: 43px;
  }

  .ternary-art__blocks i:nth-child(1) { left: 0; top: 0; }
  .ternary-art__blocks i:nth-child(2) { left: 86px; top: 0; }
  .ternary-art__blocks i:nth-child(3) { left: 172px; top: 0; }
  .ternary-art__blocks i:nth-child(4) { left: 43px; top: 30px; }
  .ternary-art__blocks i:nth-child(5) { left: 86px; top: 43px; }
  .ternary-art__blocks i:nth-child(6) { left: 129px; top: 43px; }
  .ternary-art__blocks i:nth-child(7) { left: 86px; top: 86px; }
  .ternary-art__blocks i:nth-child(8) { left: 172px; top: 86px; }

  .ternary-art__minus {
    top: -41px;
    left: 42px;
    font-size: 28px;
  }

  .ternary-art__plus {
    top: 86px;
    right: 4px;
    font-size: 28px;
  }

  .ternary-art__zero {
    bottom: 0;
    left: 94px;
    width: 31px;
    height: 31px;
  }

  .values-section {
    margin-top: 42px;
  }

  .values-section .section-intro {
    margin-bottom: 25px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .value-card {
    min-height: 380px;
    padding: 26px 14px 21px;
  }

  .value-card__art {
    height: 230px;
  }

  .approach-price {
    display: none;
  }

  .development-section {
    margin-top: 79px;
  }

  .development-grid {
    display: block;
  }

  .development-grid h2 {
    margin-bottom: 29px;
  }

  .development-grid > div:first-child p {
    font-size: 16px;
    line-height: 1.38;
  }

  .development-steps {
    margin-top: 48px;
  }

  .development-steps article {
    grid-template-columns: 38px 1fr;
  }

  .development-callout {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .development-callout p {
    margin: 0 !important;
    padding: 38px 28px;
    font-size: 28px;
  }

  .development-callout img {
    height: 295px;
  }

  .decisions-section {
    margin-top: 80px;
  }

  .decisions-section .section-intro {
    margin-bottom: 34px;
  }

  .slider-shell {
    width: calc(100% + var(--page-pad));
  }

  .decision-grid,
  .program-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .decision-grid::-webkit-scrollbar,
  .program-grid::-webkit-scrollbar {
    display: none;
  }

  .decision-card {
    flex: 0 0 calc(100vw - 51px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
  }

  .decision-card__copy {
    min-height: 294px;
    padding: 25px 20px;
  }

  .decision-card h3 {
    margin-top: 42px;
  }

  .decision-card img {
    min-height: 0;
    height: 250px;
  }

  .slider-dots {
    height: 39px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }

  .slider-dots i {
    width: 8px;
    height: 8px;
    background: #e5eaf2;
  }

  .slider-dots i.is-active {
    background: var(--violet);
  }

  .programs-section {
    margin-top: 78px;
  }

  .programs-section h2 {
    max-width: 350px;
  }

  .programs-section .section-intro {
    margin-bottom: 34px;
  }

  .program-card {
    flex: 0 0 calc(100vw - 51px);
    height: 445px;
    scroll-snap-align: start;
  }

  .program-card h3 {
    margin-top: 81px;
  }

  .program-card__image {
    height: 250px;
  }

  .steps-section {
    margin-top: 68px;
  }

  .steps-section h2 {
    margin-bottom: 34px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .step-card {
    min-height: 267px;
  }

  .enrollment-docs {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }

  .enrollment-docs--admission {
    margin-top: 79px;
  }

  .enrollment-docs__photo,
  .enrollment-docs__content {
    width: 100%;
  }

  .enrollment-docs__photo img {
    height: 362px;
  }

  .enrollment-docs__photo::before {
    top: -32px;
    left: 62px;
    width: 100px;
    height: 32px;
    box-shadow: -62px 32px 0 #fff,100px 52px 0 #fff;
  }

  .enrollment-docs__photo::after {
    left: 63px;
    width: 25px;
    height: 25px;
    box-shadow: 192px 75px 0 #fff;
  }

  .docs-heading {
    display: block;
    margin-bottom: 30px;
  }

  .docs-heading .setun-button {
    margin-top: 27px;
  }

  .document-list li {
    min-height: 68px;
    padding-right: 12px;
    font-size: 15px;
  }

  .admission-price {
    margin-top: 81px;
  }

  .section-heading-row {
    display: block;
    margin-bottom: 34px;
  }

  .section-heading-row .setun-button {
    margin-top: 27px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-grid__note {
    margin-top: 4px !important;
  }

  .price-card {
    min-height: 217px;
    padding-bottom: 27px;
  }

  .price-card h3 {
    margin-top: 20px;
  }

  .faq-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .faq-list summary {
    padding-right: 48px;
    font-size: 20px;
  }

  .tuition-prices {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .included-section {
    padding: 43px 0 47px;
  }

  .included-section__inner {
    display: block;
  }

  .included-section h2 {
    margin-bottom: 29px;
  }

  .check-list {
    gap: 19px;
    margin-top: 35px;
  }

  .included-section__note {
    min-height: 0;
    padding-top: 45px;
  }

  .house-icon {
    display: none;
  }

  .enrollment-docs--tuition {
    margin-top: 80px;
  }

  .enrollment-docs--tuition .enrollment-docs__content {
    order: 1;
    padding-top: 0;
  }

  .enrollment-docs--tuition .enrollment-docs__photo {
    order: 2;
  }

  .additional-payments {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-top: 80px;
    overflow-x: clip;
  }

  .additional-payments__content {
    order: 1;
  }

  .additional-payments__photo {
    order: 2;
    width: 100%;
  }

  .additional-payments__photo img {
    height: 316px;
  }

  .additional-payments h2 {
    margin: 0 0 28px;
  }

  .payment-highlight {
    min-height: 111px;
  }

  .payment-process {
    display: block;
    margin-top: 81px;
  }

  .payment-rules {
    margin-top: 34px;
  }

  .payment-rules p {
    min-height: 81px;
  }

  .payment-process__note {
    display: block;
    margin-top: 25px !important;
  }

  .family-section {
    display: flex;
    flex-direction: column;
    margin-top: 79px;
  }

  .family-section__copy {
    order: 1;
    height: auto;
    min-height: 420px;
    padding: 38px 29px 42px;
  }

  .family-section > img {
    order: 2;
    height: 320px;
  }

  .family-section h2 {
    margin-top: 39px;
  }

  .open-day {
    display: block;
    min-height: 0;
    margin-top: 79px;
  }

  .open-day__form-pane {
    padding: 41px 14px 39px;
  }

  .open-day h2 {
    max-width: 350px;
    margin-bottom: 42px;
    font-size: 34px;
    line-height: 1.08;
  }

  .open-day-form {
    max-width: none;
  }

  .open-day-fields {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .open-day-field--wide {
    grid-column: auto;
  }

  .line-field {
    height: 62px;
  }

  .form-consent {
    margin-top: 38px;
  }

  .open-day-form .setun-button {
    margin-top: 33px;
  }

  .open-day__visual {
    min-height: 0;
    height: 285px;
  }

  .open-day__visual::before {
    bottom: 37px;
    left: 139px;
    width: 54px;
    height: 24px;
  }

  .open-day__visual::after {
    bottom: 0;
    left: 193px;
    width: 33px;
    height: 37px;
    box-shadow: -54px 37px 0 #fff;
  }

  .location {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .location__copy {
    order: 1;
    padding: 105px 14px 41px;
  }

  .location__copy h2 {
    margin-bottom: 23px;
    font-size: 32px;
  }

  .location__copy p {
    font-size: 16px;
    line-height: 1.35;
  }

  .location__map {
    order: 2;
    height: 361px;
  }

  .site-footer__grid {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 0;
    padding: 42px 14px 38px;
  }

  .preview-home {
    padding: 55px 0 80px;
  }

  .preview-home__lead {
    margin-bottom: 38px;
  }

  .preview-cards {
    grid-template-columns: 1fr;
  }

  .footer-phone {
    margin-bottom: 26px;
  }

  .footer-contact > a:not(.footer-phone) {
    margin-bottom: 26px;
    font-size: 16px;
  }

  .footer-socials {
    margin: 31px 0 46px;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 31px 20px;
  }

  .footer-nav a {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .footer-campuses {
    grid-column: 1 / -1;
    max-width: none;
    margin-top: 20px;
  }

  .footer-disclaimer {
    max-width: none;
    margin-top: 29px;
    font-size: 12px;
  }

  .footer-legal {
    max-width: none;
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .site-header { transition: none; }
}
