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

html {
  font-size: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.65;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

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

ul {
  list-style: none;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}

.site-header {
  background: #f5efe5;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  flex-shrink: 0;
}
.site-header .brand-name {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.15;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.site-header .brand-name:hover {
  color: #8c7b6b;
}
.site-header .brand-tagline {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.595rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6b6b;
  line-height: 1;
  white-space: nowrap;
}
.site-header .site-navigation {
  display: flex;
  align-items: center;
}
.site-header nav .menu,
.site-header nav ul {
  display: flex;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
}
.site-header nav .menu li,
.site-header nav ul li {
  list-style: none;
}
.site-header nav .menu a,
.site-header nav ul a {
  font-size: 0.82rem;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0.01em;
}
.site-header nav .menu a:hover,
.site-header nav ul a:hover {
  color: #2a2a2a;
}
.site-header nav .menu li.current-menu-item > a,
.site-header nav .menu li.current_page_item > a,
.site-header nav ul li.current-menu-item > a,
.site-header nav ul li.current_page_item > a {
  color: #2a2a2a;
  text-decoration: underline;
  text-decoration-color: rgba(42, 42, 42, 0.3);
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.site-header .nav-book-btn {
  display: inline-flex;
  align-items: center;
  background: #8c7b6b;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.42rem 1.15rem;
  border-radius: 2rem;
  white-space: nowrap;
  margin-left: 0.8rem;
  flex-shrink: 0;
  text-decoration: none;
  transition: background all 0.3s ease;
}
.site-header .nav-book-btn:hover {
  background: rgb(116.8744939271, 102.6825910931, 89.3255060729);
  color: #ffffff;
}
.site-header .nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.site-header .nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #2a2a2a;
  border-radius: 1px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
.site-header .nav-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.site-header .nav-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .nav-toggle[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.site-footer {
  background: #263344;
  padding: 0 0 2rem;
}
.site-footer .footer-newsletter {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 4rem;
}
.site-footer .footer-newsletter .container {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.site-footer .footer-newsletter__intro {
  flex-shrink: 0;
  min-width: 200px;
}
.site-footer .footer-newsletter__label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7b6b;
  margin-bottom: 0.45rem;
}
.site-footer .footer-newsletter__text {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
}
.site-footer .footer-newsletter__form {
  flex: 1;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}
.site-footer .footer-col--brand .footer-brand {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 1.05rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.site-footer .footer-col--brand .footer-tagline {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.site-footer .footer-book-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0.5rem 1.25rem;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  transition: border-color all 0.3s ease, color all 0.3s ease, background all 0.3s ease;
}
.site-footer .footer-book-btn:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.site-footer .footer-col h4 {
  font-size: 0.85rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.site-footer .footer-col ul li + li {
  margin-top: 0.55rem;
}
.site-footer .footer-col ul a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-col ul a:hover {
  color: #ffffff;
}
.site-footer .footer-col .menu {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col .menu li {
  list-style: none;
}
.site-footer .footer-col .menu a {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-col .menu a:hover {
  color: #ffffff;
}
.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-grid .footer-col--brand {
    grid-column: 1/-1;
  }
  .site-footer .footer-newsletter .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  .site-footer .footer-newsletter__intro {
    min-width: unset;
  }
  .site-footer .footer-newsletter__form {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .site-header nav .menu,
  .site-header nav ul {
    gap: 1.2rem;
  }
}
@media (max-width: 1080px) {
  .site-header .container {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .site-header .nav-toggle {
    display: flex;
  }
  .site-header .site-navigation {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
  }
  .site-header .site-navigation.is-open {
    max-height: 400px;
  }
  .site-header nav .menu,
  .site-header nav ul {
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 0 0.75rem;
  }
  .site-header nav .menu li,
  .site-header nav ul li {
    border-bottom: 1px solid rgba(42, 42, 42, 0.07);
  }
  .site-header nav .menu li:first-child,
  .site-header nav ul li:first-child {
    border-top: 1px solid rgba(42, 42, 42, 0.07);
  }
  .site-header nav .menu a,
  .site-header nav ul a {
    display: block;
    padding: 0.65rem 0;
    font-size: 0.88rem;
  }
  .site-header .nav-book-btn {
    display: block;
    text-align: center;
    margin: 0.6rem 0 0.35rem;
    padding: 0.65rem 1.5rem;
    border-radius: 2rem;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer .site-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
}
.about-page .about-intro {
  background: #f5efe5;
  padding: 5rem 0;
}
.about-page .about-intro .container {
  display: grid;
  grid-template-columns: 44% 1fr;
  gap: 5rem;
  align-items: start;
}
.about-page .about-intro__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.about-page .about-intro__content .label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7b6b;
  margin-bottom: 1rem;
}
.about-page .about-intro__content h1 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 2rem;
  line-height: 1.15;
}
.about-page .about-intro__content blockquote {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 1rem;
  color: #2a2a2a;
  line-height: 1.65;
  margin-bottom: 3rem;
  padding: 0;
  border: none;
}
.about-page .about-intro__content p {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.85;
}
.about-page .about-intro__content p + p {
  margin-top: 1.5rem;
}
.about-page .about-intro__content .about-bio {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.85;
}
.about-page .about-intro__content .about-bio + .about-bio {
  margin-top: 1.5rem;
}
.about-page .about-intro__content .about-bio p {
  margin-bottom: 0.75rem;
}
.about-page .about-intro__content .about-bio p:last-child {
  margin-bottom: 0;
}
.about-page .about-intro__content .about-bio strong, .about-page .about-intro__content .about-bio b {
  font-weight: 600;
  color: #2a2a2a;
}
.about-page .about-intro__content .about-bio em, .about-page .about-intro__content .about-bio i {
  font-style: italic;
}
.about-page .about-intro__content .about-bio a {
  color: #8c7b6b;
  text-decoration: underline;
}
.about-page .about-intro__content .about-bio a:hover {
  opacity: 0.75;
}
.about-page .about-intro__content .about-bio ul, .about-page .about-intro__content .about-bio ol {
  padding-left: 1.4em;
  margin: 0.5rem 0;
}
.about-page .about-intro__content .about-bio ul li, .about-page .about-intro__content .about-bio ol li {
  margin-bottom: 0.2rem;
}
.about-page .about-intro__content .about-bio ul {
  list-style: disc;
}
.about-page .about-intro__content .about-bio ol {
  list-style: decimal;
}
.about-page .about-education {
  background: #ece3d2;
  padding: 5rem 0;
}
.about-page .about-education__header {
  margin-bottom: 4rem;
}
.about-page .about-education__header h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 0.4rem;
}
.about-page .about-education__header p {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 0.88rem;
  color: #6b6b6b;
}
.about-page .about-education .edu-list {
  border-top: 1px solid rgba(42, 42, 42, 0.1);
}
.about-page .about-education .edu-list .edu-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 3rem;
  align-items: baseline;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.about-page .about-education .edu-list .edu-row .edu-year {
  font-size: 0.78rem;
  color: #8c7b6b;
  letter-spacing: 0.02em;
}
.about-page .about-education .edu-list .edu-row .edu-desc {
  font-size: 0.9rem;
  color: #2a2a2a;
  line-height: 1.6;
}
.about-page .about-why {
  background: #f5efe5;
  padding: 5rem 0;
}
.about-page .about-why .container {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 5rem;
  align-items: center;
}
.about-page .about-why__text h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 2rem;
}
.about-page .about-why__text p {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: #4a4a4a;
  line-height: 1.85;
}
.about-page .about-why__text p + p {
  margin-top: 2rem;
}
.about-page .about-why__photo img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.about-page .about-supervision {
  background: #263344;
  padding: 5rem 0;
}
.about-page .about-supervision .container {
  max-width: 700px;
}
.about-page .about-supervision__left {
  margin-bottom: 3rem;
}
.about-page .about-supervision__left .label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7b6b;
  margin-bottom: 2rem;
}
.about-page .about-supervision__left blockquote {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3;
  padding: 0;
  border: none;
  margin: 0;
}
.about-page .about-supervision__right p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.85;
}
.about-page .about-values {
  background: #f5efe5;
  padding: 5rem 0;
}
.about-page .about-values h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 4rem;
}
.about-page .about-values .values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4rem;
}
.about-page .about-values .values-grid .value-card h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.93rem;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0.55rem;
  padding-left: 1rem;
  border-left: 1.5px solid rgba(140, 123, 107, 0.45);
}
.about-page .about-values .values-grid .value-card p {
  font-size: 0.85rem;
  color: #6b6b6b;
  line-height: 1.75;
  padding-left: 1rem;
}
.about-page .about-podcast {
  background: #263344;
  padding: 5rem 0;
}
.about-page .about-podcast .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
}
.about-page .about-podcast__text .label {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7b6b;
  margin-bottom: 1rem;
}
.about-page .about-podcast__text h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.about-page .about-podcast__text p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 3rem;
}
.about-page .about-podcast__text a {
  display: inline-block;
  padding: 0.72rem 1.8rem;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.about-page .about-podcast__text a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}
.about-page .about-podcast__badge {
  color: #ffffff;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  opacity: 0.6;
}
.about-page .about-podcast__badge svg {
  width: 100%;
  height: 100%;
}
.about-page .about-cta {
  background: #ece3d2;
  padding: 4rem 0;
}
.about-page .about-cta h2 {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 0.45rem;
}
.about-page .about-cta p {
  font-family: "Playfair Display", "Georgia", serif;
  font-style: italic;
  font-size: 0.92rem;
  color: #6b6b6b;
  line-height: 1.65;
  margin-bottom: 3rem;
}
.about-page .about-cta a {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #263344;
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 500;
  border: 1.5px solid #263344;
  transition: all 0.3s ease;
}
.about-page .about-cta a:hover {
  background: rgb(56.2830188679, 75.5377358491, 100.7169811321);
  border-color: rgb(56.2830188679, 75.5377358491, 100.7169811321);
}

@media (max-width: 1024px) {
  .about-page .about-intro .container,
  .about-page .about-why .container {
    grid-template-columns: 1fr;
  }
  .about-page .about-values .values-grid {
    grid-template-columns: 1fr;
  }
  .about-page .about-podcast .container {
    grid-template-columns: 1fr;
  }
  .about-page .about-podcast__badge {
    display: none;
  }
}
@media (max-width: 768px) {
  .about-page .about-education .edu-list .edu-row {
    grid-template-columns: 90px 1fr;
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .about-page .about-education .edu-list .edu-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
  .about-page .about-education .edu-list .edu-row .edu-year {
    color: #8c7b6b;
  }
  .about-page .about-supervision__left blockquote {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=about.css.map */
