:root {
  --ink: #242127;
  --rose: #bc6f74;
  --light: #f8f3ef;
  --paper: #fffdfb;
  --muted: #736b6d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1;
}
.brand small {
  display: block;
  margin-top: 6px;
  font:
    9px Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--rose);
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #dac4c0;
  border-radius: 50%;
  font-size: 23px;
  font-style: italic;
  color: var(--rose);
}
.nav-links {
  display: flex;
  gap: 34px;
  font-size: 13px;
  color: #575056;
}
.nav-links a:hover {
  color: var(--rose);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--rose);
  color: #fff;
  padding: 16px 23px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}
.button:hover {
  background: #a95f64;
}
.button-small {
  padding: 12px 19px;
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 90px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding-right: 50px;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--rose);
  font-size: 10px;
  letter-spacing: 0.24em;
  font-weight: 700;
}
h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(62px, 7.1vw, 108px);
  line-height: 0.9;
}
h1 em,
h2 em {
  color: var(--rose);
  font-weight: 400;
}
.lead {
  max-width: 540px;
  margin: 32px 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.text-link {
  padding-bottom: 5px;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.stat-row {
  display: flex;
  gap: 55px;
  margin-top: 54px;
}
.stat-row div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-row strong {
  font:
    42px Georgia,
    serif;
  color: var(--rose);
}
.stat-row span {
  width: 65px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-photo-wrap {
  position: relative;
  height: 570px;
}
.hero-photo-wrap:before {
  content: "";
  position: absolute;
  inset: -22px -22px 22px 50%;
  border: 1px solid #e4d5d0;
  z-index: -1;
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(0.94);
}
.hero-photo-milica {
  object-position: 55% center;
}
.photo-note {
  position: absolute;
  left: -42px;
  bottom: 28px;
  background: var(--paper);
  padding: 20px 26px;
  box-shadow: 0 14px 40px #38282e1c;
  font:
    15px Georgia,
    serif;
  line-height: 1.45;
}
.photo-note span {
  color: var(--rose);
  font-size: 24px;
  margin-right: 8px;
}
.photo-note strong {
  font-weight: 400;
  color: var(--rose);
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-top: 120px;
  padding-bottom: 70px;
}
h2 {
  font-size: clamp(46px, 5.7vw, 78px);
  line-height: 1.02;
}
.intro-text {
  margin: 34px 0 0;
  max-width: 570px;
  color: var(--muted);
  font:
    19px/1.8 Georgia,
    serif;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  padding-bottom: 130px;
}
.benefit {
  border-top: 1px solid #e6deda;
  padding-top: 22px;
}
.benefit > span {
  color: var(--rose);
  font:
    13px Georgia,
    serif;
}
.benefit h3 {
  margin: 34px 0 14px;
  font:
    25px Georgia,
    serif;
}
.benefit p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.about {
  background: var(--light);
  padding: 120px 0;
}
.about-inner {
  display: grid;
  grid-template-columns: 45% 1fr;
  gap: 9%;
  align-items: center;
}
.about-photo {
  height: 570px;
  position: relative;
}
.about-photo:after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid #d8c2bd;
  z-index: 0;
}
.about-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72);
}
.about-copy h2 {
  margin-bottom: 20px;
}
.about-lead {
  font:
    22px/1.5 Georgia,
    serif !important;
  color: var(--rose) !important;
}
.about-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.collaborations {
  padding-top: 120px;
  padding-bottom: 25px;
}
.collaborations-heading {
  max-width: 820px;
  margin-bottom: 52px;
}
.collaborations-heading h2 {
  font-size: clamp(42px, 5vw, 68px);
}
.collaborations-heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.schools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.school-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid #e4d5d0;
  background: var(--light);
}
.school-card > span {
  color: var(--rose);
  font: 14px Georgia, serif;
}
.school-card p {
  margin: 50px 0 8px;
  color: var(--rose);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.school-card h3 {
  margin: 0 0 16px;
  font: 27px/1.2 Georgia, serif;
}
.school-card small {
  color: var(--muted);
  font-size: 13px;
}
.gallery-section {
  padding-top: 120px;
  padding-bottom: 130px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 55px;
}
.section-heading > p {
  max-width: 300px;
  color: var(--muted);
  font:
    17px/1.6 Georgia,
    serif;
}
.gallery {
  columns: 3;
  column-gap: 14px;
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 14px;
  break-inside: avoid;
  filter: saturate(0.78);
}
.contact {
  margin-bottom: 100px;
  padding: 90px 40px;
  text-align: center;
  background: #302b31;
  color: #fff;
}
.contact h2 {
  font-size: clamp(45px, 6vw, 76px);
}
.contact > p:not(.eyebrow) {
  width: min(620px, 90%);
  margin: 26px auto;
  color: #d8d0d3;
  line-height: 1.7;
}
.contact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.button-outline {
  border: 1px solid #a79da1;
  background: transparent;
}
.button-outline:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}
.contact-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 28px;
  color: #d8d0d3;
  font-size: 13px;
  letter-spacing: 0.04em;
}
.contact-details a:hover {
  color: #fff;
}
footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee7e3;
}
footer p {
  color: #8c8284;
  font-size: 11px;
}
@media (max-width: 850px) {
  .nav-links {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .hero-copy {
    padding-right: 0;
  }
  .hero-photo-wrap {
    height: 470px;
    margin-top: 70px;
  }
  .photo-note {
    left: 14px;
  }
  .intro,
  .about-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .schools-grid {
    grid-template-columns: 1fr;
  }
  .about-photo {
    height: 500px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 24px;
  }
  .gallery {
    columns: 2;
  }
}
@media (max-width: 560px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .nav {
    height: 76px;
  }
  .nav .button {
    display: none;
  }
  .hero {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  h1 {
    font-size: 57px;
  }
  .lead {
    font-size: 15px;
  }
  .stat-row {
    gap: 25px;
  }
  .stat-row strong {
    font-size: 34px;
  }
  .hero-photo-wrap {
    height: 350px;
    margin-top: 55px;
  }
  .hero-photo-wrap:before {
    display: none;
  }
  .intro {
    padding-top: 80px;
  }
  .benefits {
    padding-bottom: 85px;
  }
  .about {
    padding: 80px 0;
  }
  .about-photo {
    height: 360px;
  }
  .about-photo:after {
    display: none;
  }
  .gallery-section {
    padding: 80px 0;
  }
  .gallery {
    columns: 1;
  }
  .collaborations {
    padding-top: 80px;
  }
  .contact {
    width: 100%;
    margin-bottom: 50px;
    padding: 70px 20px;
  }
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-actions .button {
    width: 100%;
  }
  .contact-details {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .contact-details span {
    display: none;
  }
  footer {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
