*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; line-height: 1.15; }
body { margin: 0; }
main { display: block; }
h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; display: block; border: 0; }
a { background-color: transparent; color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button { cursor: pointer; background: none; border: none; padding: 0; }
html { font-size: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #1c2025;
  background: #f6f1ea;
  font-feature-settings: 'kern' 1, 'liga' 1;
}

.container {
  max-width: 76rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3.052rem; line-height: 1.1; font-weight: 600; letter-spacing: -0.01em; color: #1c2025; }
h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.441rem; line-height: 1.15; font-weight: 600; letter-spacing: -0.005em; color: #1c2025; }
h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.563rem; line-height: 1.25; font-weight: 600; color: #1c2025; }
h4 { font-family: 'Inter', sans-serif; font-size: 1.25rem; line-height: 1.4; font-weight: 600; color: #1c2025; }
p  { font-size: 1.0625rem; line-height: 1.7; color: #2d333d; }
.lead { font-size: 1.25rem; line-height: 1.55; color: #2d333d; font-weight: 400; }
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6470;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.85rem; }
  h3 { font-size: 1.35rem; }
}
.siteHeader {
  background: #f6f1ea;
  border-bottom: 1px solid #d8d2c8;
  position: sticky;
  top: 0;
  z-index: 100;
}
.siteHeaderInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.5rem;
  max-width: 76rem;
  margin: 0 auto;
}
.brandLogo {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c2025;
  letter-spacing: 0.01em;
}
.brandLogo span { color: #2c4a3e; }
[data-mm-header] {
  --mm-bg: #f6f1ea;
  --mm-text: #1c2025;
  --mm-primary: #2c4a3e;
  --mm-overlay-bg: rgba(28, 32, 37, 0.55);
}
.navList {
  display: flex;
  align-items: center;
  gap: 0;
}
.navList li a {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #1c2025;
  transition: color 0.25s ease;
  position: relative;
}
.navList li a:hover { color: #2c4a3e; }
@media (min-width: 768px) {
  .navList li a {
    padding: 0.625rem 1rem;
  }
  .navList li a::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.25rem;
    height: 1px;
    background: #2c4a3e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
  }
  .navList li a:hover::after { transform: scaleX(1); }
}
.section {
  padding: 5.5rem 0;
}
@media (max-width: 768px) {
  .section { padding: 3.5rem 0; }
}
.primary-banner       { background: #f4ede4; }
.organizational-profile { background: #ffffff; }
.educational-features { background: #e8e3db; }
.information-repository { background: #ffffff; }
.contact-information  { background: #d8dde4; }
.company-insights     { background: #efe7dd; }
.editorial-note       { background: #ffffff; }
.section-disclaimer-notice { background: #f6f1ea; padding: 2rem 0; border-top: 1px solid #d8d2c8; border-bottom: 1px solid #d8d2c8; }
.heroGrid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 880px) {
  .heroGrid { grid-template-columns: 1fr; gap: 2.5rem; }
  .heroImage { order: -1; }
}
.heroContent .lead { margin: 1.5rem 0 2rem; max-width: 32rem; }
.heroImage img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: 0 1.5rem 3rem -1rem rgba(28, 32, 37, 0.18);
}
.heroMeta {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #d8d2c8;
}
.heroMetaItem strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: #2c4a3e;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.heroMetaItem span {
  font-size: 0.85rem;
  color: #5c6470;
  letter-spacing: 0.04em;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 0.125rem;
  transition: all 0.28s ease;
  border: 1px solid transparent;
}
.btnPrimary {
  background: #2c4a3e;
  color: #f6f1ea;
}
.btnPrimary:hover {
  background: #1f372e;
  transform: translateY(-1px);
}
.btnSecondary {
  background: transparent;
  color: #1c2025;
  border-color: #1c2025;
}
.btnSecondary:hover {
  background: #1c2025;
  color: #f6f1ea;
}
.heroActions { display: flex; gap: 1rem; flex-wrap: wrap; }
.fadeIn {
  opacity: 0;
  transform: translateY(0.75rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fadeIn.isVisible {
  opacity: 1;
  transform: none;
}
.sectionHeader {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3.5rem;
}
.sectionHeader p { color: #2d333d; margin-top: 1rem; }

.featuresGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
@media (max-width: 880px) {
  .featuresGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .featuresGrid { grid-template-columns: 1fr; }
}
.featureCard {
  background: #ffffff;
  padding: 2.25rem 1.75rem;
  border: 1px solid #d8d2c8;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.featureCard:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2rem -0.75rem rgba(28, 32, 37, 0.18);
  border-color: #2c4a3e;
}
.featureNum {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  color: #2c4a3e;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.featureCard h3 { margin-bottom: 0.75rem; font-size: 1.4rem; }
.featureCard p { font-size: 0.95rem; line-height: 1.6; }
.profileGrid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 880px) { .profileGrid { grid-template-columns: 1fr; gap: 2.5rem; } }
.profileImage img {
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 1.25rem 2.5rem -0.75rem rgba(28, 32, 37, 0.2);
}
.profileText p + p { margin-top: 1.25rem; }
.profileSignature {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d8d2c8;
  font-style: italic;
  color: #5c6470;
}
.faqList {
  max-width: 50rem;
  margin: 0 auto;
}
.faqItem {
  border-bottom: 1px solid #d8d2c8;
}
.faqItem:first-child { border-top: 1px solid #d8d2c8; }
.faqQuestion {
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c2025;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: 'Inter', sans-serif;
  transition: color 0.25s ease;
}
.faqQuestion:hover { color: #2c4a3e; }
.faqQuestion::after {
  content: '';
  width: 0.85rem;
  height: 0.85rem;
  flex: 0 0 0.85rem;
  background: linear-gradient(currentColor, currentColor) center/100% 1px no-repeat,
              linear-gradient(currentColor, currentColor) center/1px 100% no-repeat;
  transition: transform 0.3s ease;
}
.faqItem.isOpen .faqQuestion::after {
  background: linear-gradient(currentColor, currentColor) center/100% 1px no-repeat;
  transform: rotate(180deg);
}
.faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faqAnswer p {
  padding: 0 0 1.5rem;
  color: #2d333d;
  font-size: 1rem;
  max-width: 44rem;
}
.faqItem.isOpen .faqAnswer { max-height: 18rem; }
.articlesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 880px) {
  .articlesGrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .articlesGrid { grid-template-columns: 1fr; }
}
.articleCard {
  background: #ffffff;
  border: 1px solid #e0d9cc;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.articleCard:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2rem -0.75rem rgba(28, 32, 37, 0.18);
}
.articleCard .articleThumb { aspect-ratio: 16/10; overflow: hidden; }
.articleCard .articleThumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.articleCard:hover .articleThumb img { transform: scale(1.04); }
.articleBody {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.articleMeta {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: #5c6470;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.articleBody h3 { font-size: 1.4rem; margin-bottom: 0.85rem; line-height: 1.25; }
.articleExcerpt { font-size: 0.95rem; color: #2d333d; margin-bottom: 1.25rem; flex: 1; }
.articleLink {
  color: #2c4a3e;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.25s ease;
}
.articleLink:hover { gap: 0.7rem; }
.editorialNote {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.editorialNote .eyebrow { color: #2c4a3e; }
.editorialNote blockquote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  font-style: italic;
  line-height: 1.4;
  color: #1c2025;
  margin: 1.5rem 0;
}
.editorialNote cite {
  font-style: normal;
  color: #5c6470;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.contactGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: start;
}
@media (max-width: 880px) { .contactGrid { grid-template-columns: 1fr; gap: 2rem; } }
.contactIntro p { margin-top: 1rem; }
.contactDetails { background: #ffffff; padding: 2.25rem; border-radius: 0.25rem; }
.contactDetails dl { display: grid; gap: 1.25rem; }
.contactDetails dt {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5c6470;
  margin-bottom: 0.35rem;
}
.contactDetails dd { font-size: 1.05rem; color: #1c2025; }
.contactDetails dd a { color: #2c4a3e; transition: color 0.25s ease; }
.contactDetails dd a:hover { color: #1f372e; text-decoration: underline; }
.disclaimerNotice {
  text-align: center;
  font-size: 0.9rem;
  color: #5c6470;
}
.disclaimerNotice a { color: #2c4a3e; text-decoration: underline; }
.siteFooter {
  background: #1c2025;
  color: #c6c9cf;
  padding: 4rem 0 2rem;
}
.footerGrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 880px) {
  .footerGrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .footerGrid { grid-template-columns: 1fr; }
}
.footerBrand .brandLogo { color: #f6f1ea; font-size: 1.4rem; }
.footerBrand p {
  font-size: 0.9rem;
  color: #a3a8b0;
  margin-top: 1rem;
  max-width: 18rem;
  line-height: 1.6;
}
.footerCol h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f6f1ea;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footerCol ul li { margin-bottom: 0.6rem; }
.footerCol ul li a {
  font-size: 0.93rem;
  color: #c6c9cf;
  transition: color 0.25s ease;
}
.footerCol ul li a:hover { color: #f6f1ea; }
.footerCol p { font-size: 0.9rem; color: #c6c9cf; line-height: 1.6; }
.footerCol p strong { color: #f6f1ea; font-weight: 600; }
.footerBottom {
  border-top: 1px solid #2e333d;
  padding-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: #8b8f96;
  flex-wrap: wrap;
}
.pageHero {
  padding: 5rem 0 3.5rem;
  background: #f4ede4;
  text-align: center;
}
.pageHero .container { max-width: 50rem; }
.pageHero p { margin-top: 1rem; color: #2d333d; }
.longContent {
  max-width: 50rem;
  margin: 0 auto;
}
.longContent h2 { font-size: 1.85rem; margin: 2.5rem 0 1rem; }
.longContent h3 { font-size: 1.35rem; margin: 1.75rem 0 0.75rem; }
.longContent p, .longContent ul, .longContent ol { margin-bottom: 1.25rem; }
.longContent ul, .longContent ol { padding-left: 1.5rem; }
.longContent ul { list-style: disc; }
.longContent ol { list-style: decimal; }
.longContent ul li, .longContent ol li { margin-bottom: 0.5rem; }
.longContent .lastUpdated { color: #5c6470; font-size: 0.9rem; font-style: italic; }
.blogList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .blogList { grid-template-columns: 1fr; }
}
.postArticle {
  max-width: 46rem;
  margin: 0 auto;
}
.postMeta {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #5c6470;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.postTitle {
  font-size: 2.75rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) { .postTitle { font-size: 2rem; } }
.postLead {
  font-size: 1.25rem;
  line-height: 1.55;
  color: #2d333d;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.postHero {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.25rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
.postHero img { width: 100%; height: 100%; object-fit: cover; }
.postBody p { margin-bottom: 1.5rem; }
.postBody h2 { font-size: 1.85rem; margin: 2.5rem 0 1rem; }
.postBody h3 { font-size: 1.4rem; margin: 2rem 0 0.75rem; }
.postBody ul { margin-bottom: 1.5rem; padding-left: 1.5rem; list-style: disc; }
.postBody ul li { margin-bottom: 0.5rem; }
.postBack {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #d8d2c8;
}
.postBack a {
  font-size: 0.95rem;
  color: #2c4a3e;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.25s ease;
}
.postBack a:hover { gap: 0.7rem; }
.modalBackdrop {
  position: fixed;
  inset: 0;
  background: rgba(28, 32, 37, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 2000;
}
.modalBackdrop.isOpen { opacity: 1; visibility: visible; }
.modalCard {
  background: #f6f1ea;
  border-radius: 0.25rem;
  max-width: 28rem;
  width: 100%;
  padding: 2.5rem 2rem;
  transform: translateY(1rem);
  transition: transform 0.35s ease;
  position: relative;
}
.modalBackdrop.isOpen .modalCard { transform: none; }
.modalClose {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  font-size: 1.75rem;
  color: #5c6470;
  line-height: 1;
}
.modalCard h3 { margin-bottom: 0.75rem; }
.modalCard p { font-size: 1rem; margin-bottom: 1rem; }
.modalDetails { margin-top: 1.5rem; }
.modalDetails dt { font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: #5c6470; margin-bottom: 0.25rem; }
.modalDetails dd { font-size: 1.05rem; color: #1c2025; margin-bottom: 1rem; }
.modalDetails dd a { color: #2c4a3e; }
.textCenter { text-align: center; }
.mt2 { margin-top: 2rem; }
.mt3 { margin-top: 3rem; }
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
