/* /Components/Layout/LocalizationComponent.razor.rz.scp.css */
.language-switcher[b-wtl1k0pm6t] {
  display: flex;
  align-items: center;
}
.language-link[b-wtl1k0pm6t] {
  color: inherit;
  text-decoration: none;
  line-height: 1.2;
}
.language-link:hover[b-wtl1k0pm6t] {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4hjvy4ghza] {
  min-height: 100vh;
  background: #F8F5EF;
  color: #1B1B1B;
}
.site-header[b-4hjvy4ghza] {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(184, 135, 53, 0.12);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.nav-shell[b-4hjvy4ghza] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand[b-4hjvy4ghza] {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.brand:hover[b-4hjvy4ghza] {
  opacity: 0.8;
}
.brand:hover[b-4hjvy4ghza] {
  background: #B88735;
  color: #FFFFFF;
}
.brand-name[b-4hjvy4ghza] {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: #1B1B1B;
  letter-spacing: 0.01em;
}
.nav-links[b-4hjvy4ghza] {
  display: flex;
  align-items: center;
  gap: 38px;
}
.nav-links[b-4hjvy4ghza]  a {
  position: relative;
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-bottom: 4px;
}
.nav-links[b-4hjvy4ghza]  a:hover,
.nav-links[b-4hjvy4ghza]  a.active {
  color: #1B1B1B;
}
.nav-links[b-4hjvy4ghza]  a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #B88735;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-links[b-4hjvy4ghza]  a:hover::after,
.nav-links[b-4hjvy4ghza]  a.active::after {
  width: 100%;
}
.site-footer[b-4hjvy4ghza] {
  border-top: 1px solid rgba(184, 135, 53, 0.12);
  background: #FFFFFF;
}
.site-footer .footer-inner[b-4hjvy4ghza] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 55px 40px 24px;
  text-align: center;
}
.site-footer .footer-main[b-4hjvy4ghza] {
  max-width: 760px;
  margin: 0 auto;
}
.site-footer .footer-main .eyebrow[b-4hjvy4ghza] {
  justify-content: center;
}
.site-footer .footer-main h2[b-4hjvy4ghza] {
  margin: 22px 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #1B1B1B;
}
.site-footer .footer-main p[b-4hjvy4ghza] {
  max-width: 620px;
  margin: 0 auto;
  color: #5F5F5F;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}
.site-footer .footer-bottom[b-4hjvy4ghza] {
  margin-top: 55px;
  padding-top: 14px;
  border-top: 1px solid rgba(184, 135, 53, 0.1);
  text-align: center;
}
.site-footer .footer-bottom p[b-4hjvy4ghza] {
  margin: 0;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .nav-shell[b-4hjvy4ghza] {
    padding: 20px 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .nav-links[b-4hjvy4ghza] {
    width: 100%;
    overflow-x: auto;
    gap: 28px;
    padding-bottom: 8px;
  }
  .nav-links[b-4hjvy4ghza]::-webkit-scrollbar {
    height: 4px;
  }
  .nav-links[b-4hjvy4ghza]::-webkit-scrollbar-thumb {
    background: #D7B16A;
    border-radius: 999px;
  }
  .brand-name[b-4hjvy4ghza] {
    font-size: 17px;
  }
  .brand-mark[b-4hjvy4ghza] {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .site-footer .footer-inner[b-4hjvy4ghza] {
    padding: 45px 24px 24px;
  }
  .site-footer .footer-main h2[b-4hjvy4ghza] {
    font-size: 42px;
  }
  .site-footer .footer-bottom[b-4hjvy4ghza] {
    margin-top: 40px;
  }
}
/* /Pages/AchievementsInterests.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-fpvgim2poj] {
  box-sizing: border-box;
}
html[b-fpvgim2poj] {
  scroll-behavior: smooth;
}
body[b-fpvgim2poj] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-fpvgim2poj]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-fpvgim2poj] {
  color: inherit;
}
main[b-fpvgim2poj] {
  min-height: 100vh;
}
.content[b-fpvgim2poj] {
  padding-top: 0;
}
.eyebrow[b-fpvgim2poj] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-fpvgim2poj]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-fpvgim2poj] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-fpvgim2poj] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-fpvgim2poj] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-fpvgim2poj] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-fpvgim2poj] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-fpvgim2poj] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-fpvgim2poj] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-fpvgim2poj] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-fpvgim2poj] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-fpvgim2poj] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-fpvgim2poj] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-fpvgim2poj]::-webkit-scrollbar {
  width: 12px;
}
[b-fpvgim2poj]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-fpvgim2poj]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-fpvgim2poj]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-fpvgim2poj] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.inner-page[b-fpvgim2poj] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.inner-page article[b-fpvgim2poj] {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.inner-hero[b-fpvgim2poj] {
  max-width: 920px;
}
.hero-title[b-fpvgim2poj] {
  margin: 32px 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-title span[b-fpvgim2poj] {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-fpvgim2poj] {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.content-panel[b-fpvgim2poj] {
  margin-top: 80px;
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 52px;
}
.content-label[b-fpvgim2poj] {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.section-title[b-fpvgim2poj] {
  margin: 26px 0 32px;
  max-width: 840px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.section-text[b-fpvgim2poj] {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-text:last-child[b-fpvgim2poj] {
  margin-bottom: 0;
}
.focus-list[b-fpvgim2poj] {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(184, 135, 53, 0.12);
}
.focus-list h3[b-fpvgim2poj] {
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.focus-list ul[b-fpvgim2poj] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.focus-list li[b-fpvgim2poj] {
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 24px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.focus-list li:hover[b-fpvgim2poj] {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px) {
  .inner-page[b-fpvgim2poj] {
    padding: 160px 24px 90px;
  }
  .content-panel[b-fpvgim2poj] {
    padding: 36px 28px;
  }
  .focus-list ul[b-fpvgim2poj] {
    grid-template-columns: 1fr;
  }
  .focus-list[b-fpvgim2poj] {
    margin-top: 36px;
    padding-top: 32px;
  }
}
/* /Pages/Home.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-cmlr64x0uc] {
  box-sizing: border-box;
}
html[b-cmlr64x0uc] {
  scroll-behavior: smooth;
}
body[b-cmlr64x0uc] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-cmlr64x0uc]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-cmlr64x0uc] {
  color: inherit;
}
main[b-cmlr64x0uc] {
  min-height: 100vh;
}
.content[b-cmlr64x0uc] {
  padding-top: 0;
}
.eyebrow[b-cmlr64x0uc] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-cmlr64x0uc]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-cmlr64x0uc] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-cmlr64x0uc] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-cmlr64x0uc] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-cmlr64x0uc] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-cmlr64x0uc] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-cmlr64x0uc] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-cmlr64x0uc] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-cmlr64x0uc] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-cmlr64x0uc] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-cmlr64x0uc] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-cmlr64x0uc] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-cmlr64x0uc]::-webkit-scrollbar {
  width: 12px;
}
[b-cmlr64x0uc]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-cmlr64x0uc]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-cmlr64x0uc]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-cmlr64x0uc] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.home-page[b-cmlr64x0uc] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.home-page article[b-cmlr64x0uc] {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.hero-grid[b-cmlr64x0uc] {
  min-height: 650px;
}
.hero-title[b-cmlr64x0uc] {
  max-width: 880px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(56px, 8vw, 90px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-desc[b-cmlr64x0uc] {
  max-width: 100%;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 90px;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-cmlr64x0uc] {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.hero-actions[b-cmlr64x0uc] {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.gold-button[b-cmlr64x0uc],
.outline-button[b-cmlr64x0uc] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button[b-cmlr64x0uc] {
  background: var(--gold);
  color: var(--white);
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
}
.gold-button:hover[b-cmlr64x0uc] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-cmlr64x0uc] {
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
}
.outline-button:hover[b-cmlr64x0uc] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
.overview-grid[b-cmlr64x0uc] {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.overview-card[b-cmlr64x0uc] {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 38px;
  text-decoration: none;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.overview-card:hover[b-cmlr64x0uc] {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}
.overview-card span[b-cmlr64x0uc] {
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.overview-card h3[b-cmlr64x0uc] {
  margin: 28px 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: color 0.3s ease;
}
.overview-card:hover h3[b-cmlr64x0uc] {
  color: var(--gold);
}
.overview-card p[b-cmlr64x0uc] {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
}
.section-heading[b-cmlr64x0uc] {
  max-width: 100%;
}
.section-title[b-cmlr64x0uc] {
  margin: 28px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (max-width: 900px) {
  .home-page[b-cmlr64x0uc] {
    padding: 160px 24px 90px;
  }
  .hero-grid[b-cmlr64x0uc] {
    grid-template-columns: 1fr;
    gap: 50px;
    min-height: auto;
  }
  .hero-title[b-cmlr64x0uc] {
    font-size: clamp(32px, 8vw, 52px);
    letter-spacing: -0.02em;
  }
  .hero-desc[b-cmlr64x0uc] {
    font-size: clamp(36px, 10vw, 60px);
  }
  .hero-lead[b-cmlr64x0uc] {
    font-size: 17px;
  }
  .overview-grid[b-cmlr64x0uc] {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .overview-block[b-cmlr64x0uc] {
    padding-top: 90px;
  }
}
/* /Pages/LeadershipDevelopment.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-kca7mtilu4] {
  box-sizing: border-box;
}
html[b-kca7mtilu4] {
  scroll-behavior: smooth;
}
body[b-kca7mtilu4] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-kca7mtilu4]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-kca7mtilu4] {
  color: inherit;
}
main[b-kca7mtilu4] {
  min-height: 100vh;
}
.content[b-kca7mtilu4] {
  padding-top: 0;
}
.eyebrow[b-kca7mtilu4] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-kca7mtilu4]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-kca7mtilu4] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-kca7mtilu4] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-kca7mtilu4] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-kca7mtilu4] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-kca7mtilu4] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-kca7mtilu4] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-kca7mtilu4] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-kca7mtilu4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-kca7mtilu4] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-kca7mtilu4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-kca7mtilu4] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-kca7mtilu4]::-webkit-scrollbar {
  width: 12px;
}
[b-kca7mtilu4]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-kca7mtilu4]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-kca7mtilu4]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-kca7mtilu4] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.inner-page[b-kca7mtilu4] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.inner-page article[b-kca7mtilu4] {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.inner-hero[b-kca7mtilu4] {
  max-width: 920px;
}
.hero-title[b-kca7mtilu4] {
  margin: 32px 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-title span[b-kca7mtilu4] {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-kca7mtilu4] {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.content-panel[b-kca7mtilu4] {
  margin-top: 80px;
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 52px;
}
.content-label[b-kca7mtilu4] {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.section-title[b-kca7mtilu4] {
  margin: 26px 0 32px;
  max-width: 840px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.section-text[b-kca7mtilu4] {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-text:last-child[b-kca7mtilu4] {
  margin-bottom: 0;
}
.focus-list[b-kca7mtilu4] {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(184, 135, 53, 0.12);
}
.focus-list h3[b-kca7mtilu4] {
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.focus-list ul[b-kca7mtilu4] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.focus-list li[b-kca7mtilu4] {
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 24px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.focus-list li:hover[b-kca7mtilu4] {
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px) {
  .inner-page[b-kca7mtilu4] {
    padding: 160px 24px 90px;
  }
  .content-panel[b-kca7mtilu4] {
    padding: 36px 28px;
  }
  .focus-list ul[b-kca7mtilu4] {
    grid-template-columns: 1fr;
  }
  .focus-list[b-kca7mtilu4] {
    margin-top: 36px;
    padding-top: 32px;
  }
}
/* /Pages/MediaPresence.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-t86k65u69v] {
  box-sizing: border-box;
}
html[b-t86k65u69v] {
  scroll-behavior: smooth;
}
body[b-t86k65u69v] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-t86k65u69v]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-t86k65u69v] {
  color: inherit;
}
main[b-t86k65u69v] {
  min-height: 100vh;
}
.content[b-t86k65u69v] {
  padding-top: 0;
}
.eyebrow[b-t86k65u69v] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-t86k65u69v]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-t86k65u69v] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-t86k65u69v] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-t86k65u69v] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-t86k65u69v] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-t86k65u69v] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-t86k65u69v] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-t86k65u69v] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-t86k65u69v] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-t86k65u69v] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-t86k65u69v] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-t86k65u69v] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-t86k65u69v]::-webkit-scrollbar {
  width: 12px;
}
[b-t86k65u69v]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-t86k65u69v]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-t86k65u69v]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-t86k65u69v] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.inner-page[b-t86k65u69v] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.inner-page article[b-t86k65u69v] {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.inner-hero[b-t86k65u69v] {
  max-width: 920px;
}
.hero-title[b-t86k65u69v] {
  margin: 32px 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-title span[b-t86k65u69v] {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-t86k65u69v] {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.content-panel[b-t86k65u69v] {
  margin-top: 80px;
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 52px;
}
.content-label[b-t86k65u69v] {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.section-title[b-t86k65u69v] {
  margin: 26px 0 32px;
  max-width: 840px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.section-text[b-t86k65u69v] {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-text:last-child[b-t86k65u69v] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .inner-page[b-t86k65u69v] {
    padding: 160px 24px 90px;
  }
  .content-panel[b-t86k65u69v] {
    padding: 36px 28px;
  }
}
/* /Pages/QuotesPerspectives.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-sek68j0t9u] {
  box-sizing: border-box;
}
html[b-sek68j0t9u] {
  scroll-behavior: smooth;
}
body[b-sek68j0t9u] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-sek68j0t9u]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-sek68j0t9u] {
  color: inherit;
}
main[b-sek68j0t9u] {
  min-height: 100vh;
}
.content[b-sek68j0t9u] {
  padding-top: 0;
}
.eyebrow[b-sek68j0t9u] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-sek68j0t9u]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-sek68j0t9u] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-sek68j0t9u] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-sek68j0t9u] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-sek68j0t9u] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-sek68j0t9u] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-sek68j0t9u] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-sek68j0t9u] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-sek68j0t9u] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-sek68j0t9u] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-sek68j0t9u] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-sek68j0t9u] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-sek68j0t9u]::-webkit-scrollbar {
  width: 12px;
}
[b-sek68j0t9u]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-sek68j0t9u]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-sek68j0t9u]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-sek68j0t9u] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.inner-page[b-sek68j0t9u] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.inner-page article[b-sek68j0t9u] {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.inner-page-hero[b-sek68j0t9u] {
  max-width: 920px;
}
.hero-title[b-sek68j0t9u] {
  margin: 32px 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-title span[b-sek68j0t9u] {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-sek68j0t9u] {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.quotes-grid[b-sek68j0t9u] {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.quote-card[b-sek68j0t9u] {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(184, 135, 53, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 42px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.quote-card[b-sek68j0t9u]::before {
  content: "“";
  position: absolute;
  top: -10px;
  right: 32px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 130px;
  color: rgba(184, 135, 53, 0.05);
  line-height: 1;
  font-weight: 600;
}
.quote-card:hover[b-sek68j0t9u] {
  transform: translateY(-4px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.quote-card p[b-sek68j0t9u] {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: 30px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media (max-width: 800px) {
  .inner-page[b-sek68j0t9u] {
    padding: 160px 24px 90px;
  }
  .quotes-grid[b-sek68j0t9u] {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .quote-card[b-sek68j0t9u] {
    min-height: auto;
    padding: 36px 32px;
  }
  .quote-card p[b-sek68j0t9u] {
    font-size: 26px;
  }
  .quote-card[b-sek68j0t9u]::before {
    font-size: 100px;
    top: -8px;
    right: 24px;
  }
}
/* /Pages/StrategicGrowth.razor.rz.scp.css */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
*[b-hsph0a4fj2] {
  box-sizing: border-box;
}
html[b-hsph0a4fj2] {
  scroll-behavior: smooth;
}
body[b-hsph0a4fj2] {
  margin: 0;
  background: var(--ivory);
  color: var(--text-primary);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.6;
}
[b-hsph0a4fj2]::selection {
  background: rgba(184, 135, 53, 0.25);
  color: var(--text-primary);
}
a[b-hsph0a4fj2] {
  color: inherit;
}
main[b-hsph0a4fj2] {
  min-height: 100vh;
}
.content[b-hsph0a4fj2] {
  padding-top: 0;
}
.eyebrow[b-hsph0a4fj2] {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.eyebrow[b-hsph0a4fj2]::before {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: var(--gold);
}
.hero-title[b-hsph0a4fj2] {
  margin: 2rem 0 1.75rem;
  max-width: 920px;
  font-family: var(--font-serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-primary);
}
.hero-title span[b-hsph0a4fj2] {
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-hsph0a4fj2] {
  max-width: 700px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  font-weight: 400;
}
.section-title[b-hsph0a4fj2] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}
.section-text[b-hsph0a4fj2] {
  color: var(--text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
}
.glass-card[b-hsph0a4fj2] {
  border: 1px solid var(--border-gold);
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}
.glass-card:hover[b-hsph0a4fj2] {
  transform: translateY(-8px);
  border-color: var(--gold);
  background: var(--glass-white-hover);
  box-shadow: var(--shadow-lift);
}
.gold-button[b-hsph0a4fj2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.gold-button:hover[b-hsph0a4fj2] {
  background: var(--gold-light);
  box-shadow: 0 8px 24px rgba(184, 135, 53, 0.35);
  transform: translateY(-2px);
}
.outline-button[b-hsph0a4fj2] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
  background: transparent;
  padding: 0.95rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.outline-button:hover[b-hsph0a4fj2] {
  background: var(--gold);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(184, 135, 53, 0.25);
  transform: translateY(-2px);
}
[b-hsph0a4fj2]::-webkit-scrollbar {
  width: 12px;
}
[b-hsph0a4fj2]::-webkit-scrollbar-track {
  background: var(--ivory);
}
[b-hsph0a4fj2]::-webkit-scrollbar-thumb {
  background: var(--gold-light);
  border-radius: 999px;
  border: 3px solid var(--ivory);
}
[b-hsph0a4fj2]::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}
:root[b-hsph0a4fj2] {
  --ivory: #F8F5EF;
  --white: #FFFFFF;
  --surface: #FFFDF8;
  --gold: #B88735;
  --gold-light: #D7B16A;
  --blue: #6B8FBF;
  --text-primary: #1B1B1B;
  --text-secondary: #5F5F5F;
  --border-gold: rgba(184, 135, 53, 0.15);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --shadow-lift: 0 30px 70px rgba(0, 0, 0, 0.12);
  --glass-white: rgba(255, 255, 255, 0.9);
  --glass-white-hover: rgba(255, 255, 255, 0.95);
  --font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --container: 1280px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}
.inner-page[b-hsph0a4fj2] {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 100px 40px 130px;
  background: var(--ivory);
}
.inner-page article[b-hsph0a4fj2] {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.inner-hero[b-hsph0a4fj2] {
  max-width: 920px;
}
.hero-title[b-hsph0a4fj2] {
  margin: 32px 0 34px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(54px, 8vw, 98px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.hero-title span[b-hsph0a4fj2] {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero-lead[b-hsph0a4fj2] {
  max-width: 780px;
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}
.content-panel[b-hsph0a4fj2] {
  margin-top: 80px;
  border: 1px solid rgba(184, 135, 53, 0.15);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 52px;
}
.content-label[b-hsph0a4fj2] {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.section-title[b-hsph0a4fj2] {
  margin: 26px 0 32px;
  max-width: 840px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.section-text[b-hsph0a4fj2] {
  max-width: 860px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 24px;
}
.section-text:last-child[b-hsph0a4fj2] {
  margin-bottom: 0;
}
.focus-list[b-hsph0a4fj2] {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(184, 135, 53, 0.12);
}
.focus-list h3[b-hsph0a4fj2] {
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--text-primary);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.focus-list ul[b-hsph0a4fj2] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.focus-list li[b-hsph0a4fj2] {
  position: relative;
  padding-left: 32px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-weight: 400;
}
.focus-list li[b-hsph0a4fj2]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.focus-list li:last-child[b-hsph0a4fj2] {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .inner-page[b-hsph0a4fj2] {
    padding: 160px 24px 90px;
  }
  .content-panel[b-hsph0a4fj2] {
    padding: 36px 28px;
  }
  .focus-list[b-hsph0a4fj2] {
    margin-top: 36px;
    padding-top: 32px;
  }
}
