/* Requested refinements only. The original site's design remains unchanged. */
.header {
  background: var(--white);
}

.header nav,
.mobile-menu {
  color: var(--brown);
}

.header nav,
.mobile-menu div {
  font-weight: 300;
  letter-spacing: 0.09em;
}

.mobile-menu div {
  color: var(--white);
}

.mobile-menu div a {
  color: var(--white);
}

.header nav a:hover,
.header nav a[aria-current="page"] {
  color: var(--gold-dark);
}

.header-actions .language-switch {
  background: transparent;
  border: 0;
  gap: 10px;
  padding: 0;
}

.header-actions .language-switch a {
  color: var(--brown);
  display: grid;
  min-width: 0;
  min-height: 0;
  padding: 0;
  place-items: center;
}

.language-codes a {
  color: var(--brown);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}

.book-section .book-points strong {
  font-size: 20px;
}

.book-section .book-copy > .btn {
  margin-top: 46px;
}

.book-section .book-copy > p {
  line-height: 1.75;
  margin-bottom: 34px;
}

.book-section .book-points {
  column-gap: 42px;
  row-gap: 26px;
}

.book-section .book-points > div {
  gap: 12px;
}

.book-section .two-col {
  gap: clamp(54px, 6vw, 86px);
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
}

.book-section .book-copy h2,
.book-section .book-copy > p {
  max-width: 720px;
}

.contact-hero {
  background: linear-gradient(135deg, var(--brown) 0%, #44301b 100%);
}

#education {
  scroll-margin-top: 104px;
}

.contact-hero .container {
  max-width: 900px;
}

.contact-direct {
  align-items: center;
  display: flex;
  gap: 20px;
  position: sticky;
  top: 150px;
}

.contact-direct-icon {
  align-items: center;
  background: var(--brown);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  flex: 0 0 58px;
  font-size: 28px;
  font-weight: 600;
  height: 58px;
  justify-content: center;
}

.contact-direct h2 {
  font-size: 28px;
  margin-bottom: 2px;
}

.contact-direct .contact-email {
  margin-top: 0;
}

.audience img {
  width: 170px;
  height: 125px;
  transition: none;
}

.audience article,
.audience article::before {
  transition: none;
}

.audience article:hover {
  box-shadow: none;
  transform: none;
}

.audience article:hover::before {
  transform: scaleX(0);
}

.audience article:hover img {
  transform: none;
}

.inner-hero.book-hero {
  background-image: url("/assets/book-hero.webp");
  background-position: center 44%;
}

.book-cover {
  isolation: isolate;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: min(100%, 430px);
}

.book-cover::before {
  border: 2px solid var(--gold);
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: 0;
}

.book-cover::after {
  background: linear-gradient(90deg, #d9d2c7 0, #fff 18%, #f4f0e9 82%, #cec4b6 100%);
  box-shadow: 8px 12px 22px #291c0e24;
  content: "";
  inset: 8px -9px -9px 8px;
  position: absolute;
  z-index: 0;
}

.book-cover img {
  border: 0;
  box-shadow: -8px 14px 34px #291c0e30;
  position: relative;
  transform: none;
  width: 100%;
  z-index: 1;
}

.inner-book.container.two-col {
  gap: clamp(54px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
}

.inner-book .book-lead {
  color: var(--brown);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 20px;
}

.inner-book .book-copy {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.book-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.book-points li {
  align-items: baseline;
  color: var(--brown);
  display: grid;
  font-size: 16px;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  line-height: 1.55;
}

.book-points li > span:first-child {
  color: var(--gold-dark);
  font-weight: 700;
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.inner-book .book-actions .btn {
  margin-top: 0;
}

.book-actions .btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold-dark);
}

.book-actions .btn-outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}

.book-philosophy {
  background: var(--brown);
  color: var(--white);
  padding: 76px 0;
  text-align: center;
}

.book-philosophy .container {
  max-width: 980px;
}

.book-principle {
  color: var(--white);
  font-family: "Lexend Deca", Arial, sans-serif;
  font-size: clamp(27px, 3.4vw, 42px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.book-memory {
  color: var(--gold);
  font-size: 19px;
  font-style: italic;
  line-height: 1.7;
  margin: 28px auto 0;
  max-width: 820px;
}

.book-system {
  background: linear-gradient(180deg, #f6f3ef 0%, #ffffff 48%, #f6f3ef 100%);
  padding: 82px 0;
}

.book-system-heading {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

.book-system-heading h2 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.book-system-intro,
.book-system-copy {
  font-size: 18px;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}

.book-standard {
  border-bottom: 1px solid var(--gold);
  border-top: 1px solid var(--gold);
  color: var(--gold-dark);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 30px auto;
  max-width: 760px;
  padding: 15px 24px;
}

.book-impact {
  color: var(--brown);
  font-size: clamp(17px, 1.7vw, 19px);
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 880px;
}

.book-framework-intro {
  border-top: 1px solid #c39a5f5c;
  margin: 42px auto 30px;
  max-width: 900px;
  padding-top: 36px;
  text-align: center;
}

.book-framework-intro h3 {
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 16px;
}

.book-framework-intro p {
  font-size: 16px;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.book-differentiator {
  color: var(--gold-dark);
  font-size: 18px !important;
  font-weight: 600;
}

.book-system-summary {
  color: var(--brown);
  font-size: clamp(17px, 1.7vw, 19px) !important;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}

.book-impact {
  font-weight: 400;
}

.book-framework-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.book-framework-card {
  background: var(--white);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 34px #291c0e12;
  padding: 32px;
}

.book-framework-card h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.book-framework-card ol {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.book-framework-card li {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: 38px minmax(0, 1fr);
}

.book-framework-card li > span {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  display: flex;
  font-size: 12px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.book-framework-card li > strong {
  color: var(--brown);
  font-size: 15px;
}

.book-stages-note,
.book-tools-note {
  border-top: 1px solid var(--soft);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 24px 0 0;
  padding-top: 18px;
}

.education-stat {
  background: var(--brown);
  color: var(--white);
  padding: 62px 0;
}

.education-stat-grid {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
}

.education-stat-value {
  color: var(--gold);
  font-family: "Lexend Deca", Arial, sans-serif;
  font-size: clamp(72px, 10vw, 128px);
  font-weight: 300;
  line-height: 1;
}

.education-stat h2 {
  color: var(--white);
  font-size: clamp(25px, 3vw, 38px);
  margin-bottom: 14px;
}

.education-stat p {
  color: var(--white);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 12px;
}

.education-stat a {
  color: var(--gold);
  font-size: 12px;
}

.book-inside,
.book-audience {
  margin-top: 64px;
}

.book-audience {
  background: linear-gradient(135deg, var(--brown) 0%, #44301b 100%);
  border-radius: 2px;
  padding: 54px 48px 58px;
}

.book-audience > h3 {
  color: var(--white);
}

.book-inside h3,
.book-audience h3 {
  font-size: clamp(27px, 3vw, 38px);
  margin-bottom: 30px;
  text-align: center;
}

.book-inside-grid {
  background: var(--white);
  box-shadow: 0 12px 34px #291c0e12;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 10px 18px;
}

.book-inside-grid li {
  align-items: start;
  border-bottom: 1px solid var(--soft);
  color: var(--brown);
  display: grid;
  font-size: 16px;
  gap: 11px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.55;
  padding: 15px 14px;
}

.book-inside-grid li > span:first-child {
  color: var(--gold-dark);
  font-size: 18px;
  font-weight: 700;
}

.book-audience-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.book-audience-card {
  background: #fffdfa;
  border-top: 3px solid var(--gold);
  box-shadow: 0 10px 28px #291c0e0d;
  padding: 28px 24px;
}

.book-audience-card h4 {
  color: var(--gold-dark);
  font-size: 17px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.book-audience-card p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.book-tagline {
  color: var(--brown);
  font-family: "Lexend Deca", Arial, sans-serif;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1.3;
  margin: 70px 0 0;
  text-align: center;
}

.book-bottom-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.book-bottom-actions .book-actions {
  justify-content: center;
}

.about-copy > p {
  line-height: 1.75;
  margin-bottom: 20px;
}

.about-copy > .btn {
  margin-top: 18px;
}

@media (max-width: 1000px) {
  .book-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .book-section .two-col,
  .inner-book.container.two-col {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .book-inside-grid li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

[lang="en"] .philosophy {
  background-image: url("/assets/waiter-serves.webp");
}

[lang="el"] .philosophy {
  background-image: url("/assets/philosophy-gr.webp");
}

[lang="sr"] .philosophy {
  background-image: url("/assets/philosophy-sr.webp");
}

.portrait img {
  object-position: center 18%;
}

.experience-badge {
  align-items: center;
  background: var(--gold);
  bottom: 26px;
  color: var(--white);
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  position: absolute;
  right: -14px;
  z-index: 2;
}

.experience-badge strong {
  color: var(--white);
  font-size: 34px;
  line-height: 1;
}

.experience-badge span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.testimonial-photo {
  border: 2px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 2px 8px #291c0e24;
  flex: 0 0 auto;
  height: 58px;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  width: 58px;
}

.testimonial-photo[src*="testimonial-chris"] {
  object-position: center 24%;
}

.testimonial-photo[src*="testimonial-vasilis"] {
  object-position: center 30%;
}

.testimonial-photo[src*="testimonial-michael"] {
  object-position: center 42%;
}

.contact-copy h2 {
  font-size: 40px;
}

footer {
  background: var(--white);
  color: var(--brown);
}

footer img {
  width: 240px;
  margin-bottom: 24px;
}

footer p {
  border-top-color: #291c0e24;
  color: var(--text);
}

@media (max-width: 767px) {
  .book-section .two-col {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .inner-book.container.two-col {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .inner-book > .book-cover {
    order: -1;
    width: min(88%, 380px);
  }

  .mobile-menu div {
    font-size: 14px;
    line-height: 1.5;
    width: 205px;
  }

  .language-codes a {
    font-size: 11px;
  }

  .audience img {
    height: 120px;
    width: 165px;
  }

  .experience-badge {
    bottom: 18px;
    right: 8px;
  }

  .book-cover::before {
    inset: 10px -10px -10px 10px;
  }

  .book-actions {
    display: grid;
  }

  .book-actions .btn {
    width: 100%;
  }

  .book-bottom-actions,
  .book-bottom-actions .book-actions {
    width: 100%;
  }

  .book-philosophy {
    padding: 60px 0;
  }

  .book-memory {
    font-size: 17px;
  }

  .book-system {
    padding: 65px 0;
  }

  .book-standard {
    padding-left: 8px;
    padding-right: 8px;
  }

  .book-framework-grid,
  .education-stat-grid {
    grid-template-columns: 1fr;
  }

  .education-stat-grid {
    gap: 22px;
  }

  .book-framework-card {
    padding: 26px 22px;
  }

  .book-inside,
  .book-audience {
    margin-top: 50px;
  }

  .book-audience {
    padding: 40px 22px 44px;
  }

  .book-inside-grid,
  .book-audience-grid {
    grid-template-columns: 1fr;
  }

  .book-inside-grid {
    padding: 8px 12px;
  }

  .book-inside-grid li {
    padding: 14px 8px;
  }

  .book-inside-grid li:last-child {
    border-bottom: 0;
  }

  .book-audience-card {
    padding: 22px 20px;
  }

  .book-tagline {
    margin-top: 52px;
  }

  .contact-copy h2 {
    font-size: 32px;
  }

  .contact-direct {
    position: static;
  }

  #education {
    scroll-margin-top: 90px;
  }

  footer img {
    width: 155px;
  }
}

/* About page: the original copy and visual language, refined with selected photography. */
.about-page h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.about-profile-hero {
  background: var(--white);
  padding: 90px 0;
}

.about-profile-grid {
  align-items: center;
  display: grid;
  gap: clamp(52px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.about-profile-image,
.about-journey-image {
  position: relative;
}

.about-profile-image::before,
.about-journey-image::before {
  border: 2px solid var(--gold);
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
}

.about-profile-image img,
.about-journey-image img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.about-profile-image img {
  height: auto;
}

.about-profile-copy {
  max-width: 650px;
}

.about-profile-copy h1 {
  font-size: clamp(42px, 5vw, 64px);
  margin-bottom: 28px;
}

.about-profile-copy > p:not(.label) {
  font-size: 18px;
}

.about-profile-copy .about-hero-lead {
  color: var(--brown);
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.45;
  margin-bottom: 14px;
}

.about-profile-copy .divider {
  margin-top: 34px;
}

.about-profile-copy .about-role-line {
  color: var(--muted);
  max-width: 610px;
}

.about-testimonial {
  background: #faf9f7;
  padding: 85px 0;
}

.about-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 900px;
}

.about-testimonial-grid h2 {
  max-width: 600px;
}

.about-quote {
  background: var(--white);
  border-left: 3px solid var(--gold);
  box-shadow: 0 14px 35px #291c0e14;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 48px);
  width: 100%;
}

.about-quote blockquote {
  color: var(--brown);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 30px;
}

.about-quote figcaption {
  align-items: center;
  display: flex;
  gap: 16px;
}

.about-quote figcaption img {
  border: 2px solid var(--gold);
  border-radius: 50%;
  height: 62px;
  object-fit: cover;
  object-position: center 24%;
  width: 62px;
}

.about-quote figcaption div {
  display: grid;
}

.about-quote figcaption strong {
  color: var(--gold-dark);
  font-size: 15px;
}

.about-quote figcaption span {
  font-size: 14px;
}

.about-philosophy {
  background: var(--brown);
  color: var(--white);
  padding: 90px 0;
  text-align: center;
}

.about-philosophy .container {
  max-width: 950px;
}

.about-philosophy h2 {
  color: var(--white);
  margin-bottom: 28px;
}

.about-philosophy p:not(.label) {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.about-journey {
  align-items: center;
  display: grid;
  gap: clamp(52px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  padding-bottom: 95px;
  padding-top: 95px;
}

.about-journey-copy h2 {
  margin-bottom: 28px;
}

.about-journey-copy p:not(.label) {
  font-size: 17px;
}

.about-journey-image img {
  min-height: 430px;
  object-fit: cover;
  object-position: 62% center;
}

.about-leadership {
  background: #faf9f7;
  padding: 90px 0;
}

.about-leadership-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.about-leadership-image img {
  height: 520px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.about-leadership-copy h2 {
  margin-bottom: 34px;
}

.leadership-role {
  border-top: 1px solid #291c0e24;
  display: grid;
  gap: 6px;
  padding: 22px 0;
}

.leadership-role strong {
  color: var(--gold-dark);
  font-size: 15px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.leadership-role span {
  color: var(--brown);
  font-size: 19px;
  line-height: 1.45;
}

.leadership-role small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.about-recognition {
  background: var(--light);
  padding: 90px 0;
}

.about-section-heading {
  margin: 0 auto 44px;
  max-width: 760px;
  text-align: center;
}

.awards-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.award-card {
  background: var(--white);
  box-shadow: 0 12px 30px #291c0e12;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.award-card-featured {
  grid-column: 1 / -1;
}

.award-card img {
  background: var(--white);
  height: 360px;
  object-fit: contain;
  width: 100%;
}

.award-card-featured img {
  height: 500px;
}

.award-card figcaption {
  border-top: 1px solid var(--soft);
  display: grid;
  gap: 4px;
  padding: 20px 22px 22px;
}

.award-card figcaption strong {
  color: var(--brown);
  font-size: 17px;
}

.award-card figcaption span {
  color: var(--muted);
  font-size: 13px;
}

.about-cta {
  background: var(--brown);
  color: var(--white);
  padding: 90px 0;
  text-align: center;
}

.about-cta .container {
  max-width: 900px;
}

.about-cta h2 {
  color: var(--white);
  margin-bottom: 24px;
}

.about-cta > .container > p:not(.label) {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .about-profile-grid,
  .about-testimonial-grid,
  .about-journey,
  .about-leadership-grid {
    grid-template-columns: 1fr;
  }

  .about-profile-image {
    max-width: 620px;
  }

  .about-journey-image {
    margin-top: 10px;
  }

  .about-leadership-image img {
    height: auto;
  }

  .awards-grid {
    grid-template-columns: 1fr 1fr;
  }

  .award-card-featured {
    grid-column: 1 / -1;
  }

}

@media (max-width: 560px) {
  .about-profile-hero,
  .about-testimonial,
  .about-philosophy,
  .about-leadership,
  .about-recognition,
  .about-cta {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .about-journey {
    padding-bottom: 65px;
    padding-top: 65px;
  }

  .about-profile-image::before,
  .about-journey-image::before {
    inset: 10px -10px -10px 10px;
  }

  .about-profile-copy h1 {
    font-size: 40px;
  }

  .about-profile-copy > p:not(.label),
  .about-philosophy p:not(.label),
  .about-cta > .container > p:not(.label) {
    font-size: 16px;
  }

  .about-quote {
    padding: 28px 22px;
  }

  .about-journey-image img {
    min-height: 0;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }

  .award-card,
  .award-card-featured {
    grid-column: auto;
  }

  .award-card img,
  .award-card-featured img {
    height: 310px;
  }

  .about-cta-actions {
    display: grid;
  }
}

/* Education page */
.education-hero {
  background: var(--brown);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 610px;
}

.education-hero-copy {
  align-items: center;
  color: var(--white);
  display: flex;
  justify-content: flex-end;
  padding: clamp(62px, 8vw, 115px) clamp(35px, 6vw, 90px);
}

.education-hero-copy > div {
  max-width: 610px;
}

.education-eyebrow {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.education-hero h1 {
  color: var(--white);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  margin-bottom: 26px;
}

.education-hero-copy > div > p:last-child {
  color: #ffffffd9;
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  max-width: 570px;
}

.education-hero-media {
  min-height: 610px;
}

.education-hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.education-intro {
  background: var(--white);
  padding: 90px 0;
  text-align: center;
}

.education-intro .container {
  max-width: 980px;
}

.education-intro h2,
.education-section-heading h2,
.education-method-copy h2,
.education-experience-copy h2,
.education-cta h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.education-audience-list {
  display: grid;
  gap: 14px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
  text-align: left;
}

.education-audience-list li {
  align-items: baseline;
  color: var(--brown);
  display: grid;
  font-size: 17px;
  gap: 11px;
  grid-template-columns: 20px minmax(0, 1fr);
  line-height: 1.55;
}

.education-audience-list li > span:first-child {
  color: var(--gold-dark);
  font-weight: 700;
}

.education-audience-summary {
  color: var(--brown);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.55;
  margin: 32px auto 0;
}

.education-audience-line {
  color: var(--gold-dark);
  display: block;
  font-size: 18px;
  line-height: 1.65;
  margin: 28px auto 0;
  max-width: 900px;
}

.education-topics {
  background: var(--light);
  padding: 90px 0;
}

.education-section-heading {
  margin: 0 auto 44px;
  max-width: 850px;
  text-align: center;
}

.education-section-heading > p:not(.label) {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 780px;
}

.education-topic-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.education-topic-card {
  background: var(--white);
  border-top: 3px solid var(--gold);
  box-shadow: 0 12px 30px #291c0e0d;
  padding: 34px 36px;
}

.education-topic-card > span {
  color: var(--gold-dark);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}

.education-topic-card h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.education-topic-card p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.education-method {
  background: var(--white);
  padding: 100px 0;
}

.education-method-grid {
  align-items: center;
  display: grid;
  gap: clamp(55px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.education-practice-image {
  margin: 0;
  position: relative;
}

.education-practice-image::before {
  border: 2px solid var(--gold);
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: 0;
}

.education-practice-image img {
  height: 590px;
  object-fit: cover;
  object-position: center center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.education-method-copy .label,
.education-experience-copy .label,
.education-gallery .label {
  margin-bottom: 14px;
}

.education-method-intro,
.education-experience-copy > p:not(.label) {
  font-size: 17px;
  line-height: 1.75;
}

.education-method-points {
  border-top: 1px solid var(--soft);
  margin-top: 30px;
}

.education-method-point {
  border-bottom: 1px solid var(--soft);
  padding: 21px 0;
}

.education-method-point h3 {
  color: var(--gold-dark);
  font-size: 18px;
  margin-bottom: 7px;
}

.education-method-point p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.education-gallery {
  background: var(--light);
  padding: 90px 0 100px;
}

.education-gallery-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.education-gallery-grid figure {
  background: var(--white);
  box-shadow: 0 12px 30px #291c0e0d;
  margin: 0;
}

.education-gallery-grid img {
  height: 460px;
  object-fit: cover;
  width: 100%;
}

.education-gallery-grid figure:first-child img {
  object-position: center 35%;
}

.education-experience {
  background: var(--white);
  padding: 100px 0;
}

.education-experience-grid {
  align-items: center;
  display: grid;
  gap: clamp(55px, 8vw, 105px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.education-results-image {
  margin: 0;
  position: relative;
}

.education-results-image::before {
  border: 2px solid var(--gold);
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: 0;
}

.education-results-image img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.education-cta {
  background: var(--brown);
  color: var(--white);
  padding: 90px 0;
  text-align: center;
}

.education-cta .container {
  max-width: 900px;
}

.education-cta h2 {
  color: var(--white);
  margin-bottom: 22px;
}

.education-cta p {
  color: #ffffffd9;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 800px;
}

.education-cta .btn {
  margin-top: 30px;
}

@media (max-width: 900px) {
  .education-hero,
  .education-method-grid,
  .education-experience-grid {
    grid-template-columns: 1fr;
  }

  .education-hero-copy {
    justify-content: flex-start;
    min-height: 0;
  }

  .education-hero-copy > div {
    max-width: 760px;
  }

  .education-hero-media {
    min-height: 430px;
  }

  .education-hero-media img {
    object-position: center 42%;
  }

  .education-method-grid,
  .education-experience-grid {
    gap: 60px;
  }

  .education-practice-image {
    max-width: 760px;
  }

  .education-practice-image img {
    height: auto;
  }

  .education-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .education-gallery-grid img {
    height: 400px;
  }

  .education-audience-list {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (max-width: 560px) {
  .education-hero-copy {
    padding: 58px 24px;
  }

  .education-hero h1 {
    font-size: 40px;
  }

  .education-hero-copy > div > p:last-child,
  .education-audience-line,
  .education-section-heading > p:not(.label),
  .education-cta p {
    font-size: 16px;
  }

  .education-audience-list li {
    font-size: 16px;
  }

  .education-audience-summary {
    font-size: 19px;
  }

  .education-hero-media {
    min-height: 300px;
  }

  .education-intro,
  .education-topics,
  .education-method,
  .education-gallery,
  .education-experience,
  .education-cta {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .education-topic-grid,
  .education-gallery-grid {
    grid-template-columns: 1fr;
  }

  .education-topic-card {
    padding: 28px 24px;
  }

  .education-practice-image::before,
  .education-results-image::before {
    inset: 10px -10px -10px 10px;
  }

  .education-gallery-grid img {
    height: auto;
    max-height: 420px;
  }

  .education-gallery-grid figure:first-child img {
    height: 410px;
  }

  .education-cta .btn {
    width: 100%;
  }
}
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-response {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: #f7f3ef;
  color: #2b1a0e;
  text-align: center;
}

.contact-response > div {
  max-width: 42rem;
}
