*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.7;color:#2d2a3a;background:#faf8f4;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:#4a3558;text-decoration:none;transition:color .2s}
a:hover{color:#8b6b9e}

.container{max-width:1100px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #e8e3db;position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;max-width:1100px;margin:0 auto}
.brand{display:flex;align-items:center;text-decoration:none}
.brand:hover{opacity:.85}
.brand img{width:auto;height:40px;max-width:180px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:24px;list-style:none}
.nav-links a{font-size:.95rem;font-weight:500;color:#4a3b4e}
.nav-cta{display:inline-block;background:#3e2e48;color:#fff!important;padding:8px 22px;border-radius:6px;font-weight:600;font-size:.9rem;transition:background .25s}
.nav-cta:hover{background:#5c4268}
.menu-toggle{display:none;background:none;border:none;font-size:1.6rem;cursor:pointer;color:#3e2e48;padding:4px}

/* Hero */
.hero{position:relative;background-size:cover;background-position:center;min-height:calc(100vh - 65px);min-height:calc(100svh - 65px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,20,40,0.45),rgba(20,15,30,0.6))}
.hero-content{position:relative;z-index:2;max-width:720px;padding:0 24px;margin-top:auto;margin-bottom:30vh}
.hero h1{font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:32px;text-shadow:0 2px 12px rgba(0,0,0,0.3)}
.hero-cta{display:inline-block;background:#c4a35a;color:#1a1420!important;padding:16px 48px;border-radius:8px;font-size:1.2rem;font-weight:700;letter-spacing:0.3px;transition:background .25s,transform .2s}
.hero-cta:hover{background:#d4b76a;transform:translateY(-1px)}
.hero-short{min-height:calc(100vh - 65px);min-height:calc(100svh - 65px)}
.hero-article{min-height:calc(100vh - 65px);min-height:calc(100svh - 65px)}

/* Sections */
.section{padding:64px 0}
.section-light{background:#fff}
.section-warm{background:#f5f0e8}
.section-title{font-size:1.7rem;font-weight:700;color:#2d2a3a;margin-bottom:8px}
.section-subtitle{font-size:1.05rem;color:#6b5e7a;margin-bottom:32px;max-width:640px}

/* Cards */
.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}
.card{background:#fff;border:1px solid #e8e3db;border-radius:10px;padding:28px;transition:box-shadow .2s}
.card:hover{box-shadow:0 4px 20px rgba(60,40,70,0.08)}
.card h3{font-size:1.15rem;margin-bottom:8px;color:#2d2a3a}
.card p{font-size:.93rem;color:#5c5068;line-height:1.65}

/* Article layout */
.article-body{max-width:720px;margin:0 auto}
.article-body h1{font-size:2rem;font-weight:700;margin-bottom:12px;color:#2d2a3a;line-height:1.25}
.article-body h2{font-size:1.4rem;font-weight:700;margin:40px 0 12px;color:#3e2e48}
.article-body h3{font-size:1.15rem;font-weight:700;margin:28px 0 8px;color:#4a3b4e}
.article-body p,.article-body li{font-size:1rem;color:#3a3344;line-height:1.8;margin-bottom:14px}
.article-body ul,.article-body ol{margin:8px 0 20px 24px}
.article-body li{margin-bottom:6px}
.article-body a{color:#5c4268;text-decoration:underline;text-underline-offset:3px}
.article-body a:hover{color:#8b6b9e}
.article-body blockquote{font-style:italic;color:#6b5e7a;border-left:3px solid #c4a35a;padding:12px 20px;margin:20px 0;background:#faf8f4;border-radius:0 8px 8px 0}
.article-body table{width:100%;border-collapse:collapse;font-size:.92rem;margin:20px 0}
.article-body th,.article-body td{border:1px solid #e0dbd0;padding:10px 14px;text-align:left}
.article-body th{background:#f5f0e8;font-weight:600;color:#2d2a3a}
.article-body td{background:#fff}
.article-body hr{border:none;border-top:1px solid #e0dbd0;margin:32px 0}

.article-image{margin:32px 0;border-radius:10px;overflow:hidden}
.article-image img{width:100%;border-radius:10px}

/* Blog listing */
.blog-card{background:#fff;border:1px solid #e8e3db;border-radius:10px;overflow:hidden;transition:box-shadow .2s}
.blog-card:hover{box-shadow:0 4px 20px rgba(60,40,70,0.08)}
.blog-card-body{padding:24px}
.blog-card h3{font-size:1.2rem;margin-bottom:6px}
.blog-card h3 a{color:#2d2a3a}
.blog-card p{font-size:.9rem;color:#6b5e7a;line-height:1.6}
.blog-card-image{aspect-ratio:16/9;overflow:hidden}
.blog-card-image img{width:100%;height:100%;object-fit:cover}

/* Location grid */
.location-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;list-style:none;padding:0}
.location-grid a{display:block;padding:14px 18px;background:#fff;border:1px solid #e8e3db;border-radius:8px;font-size:.9rem;font-weight:500;color:#3e2e48;transition:all .2s}
.location-grid a:hover{background:#f5f0e8;border-color:#c4a35a}

/* CTA block */
.cta-block{text-align:center;padding:48px 24px}
.cta-block h2{font-size:1.5rem;margin-bottom:20px;color:#2d2a3a}
.cta-btn{display:inline-block;background:#3e2e48;color:#fff!important;padding:14px 40px;border-radius:8px;font-size:1.05rem;font-weight:700;letter-spacing:0.3px;transition:background .25s,transform .2s}
.cta-btn:hover{background:#5c4268;transform:translateY(-1px)}
.cta-btn-gold{background:#c4a35a;color:#1a1420!important}
.cta-btn-gold:hover{background:#d4b76a}

/* FAQ */
.faq-item{border-bottom:1px solid #e0dbd0;padding:18px 0}
.faq-question{font-weight:700;font-size:1.05rem;color:#2d2a3a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none}
.faq-question::after{content:"+";font-size:1.3rem;color:#c4a35a;font-weight:400}
.faq-item.open .faq-question::after{content:"\2212"}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-item.open .faq-answer{max-height:600px}
.faq-answer p{padding-top:12px;color:#5c5068;line-height:1.7}

/* Members preview */
.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin:24px 0}
.member-card{background:#fff;border:1px solid #e8e3db;border-radius:10px;padding:24px;text-align:center}
.member-card .member-avatar{width:72px;height:72px;border-radius:50%;background:#f5f0e8;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#c4a35a}
.member-card h4{font-size:1rem;margin-bottom:4px;color:#2d2a3a}
.member-card .member-location{font-size:.82rem;color:#9a8da8;margin-bottom:8px}
.member-card p{font-size:.85rem;color:#5c5068;line-height:1.6}

/* Inline CTA link */
.inline-cta{color:#5c4268!important;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.inline-cta:hover{color:#8b6b9e!important}

/* Footer */
.site-footer{background:#2d2a3a;color:#c4bfd0;padding:48px 24px 32px;margin-top:64px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;max-width:1100px;margin:0 auto}
.footer-col h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:12px}
.footer-col a{display:block;color:#a098b0;font-size:.85rem;padding:3px 0;transition:color .2s}
.footer-col a:hover{color:#d4b76a}
.footer-bottom{max-width:1100px;margin:32px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,0.08);font-size:.8rem;color:#7a6f8a;text-align:center}
.footer-bottom a{color:#a098b0}

/* Page header simple */
.page-header{text-align:center;padding:56px 24px 40px}
.page-header h1{font-size:2rem;font-weight:700;color:#2d2a3a;margin-bottom:8px}
.page-header p{font-size:1.05rem;color:#6b5e7a;max-width:600px;margin:0 auto}

/* Notice bar */
.notice-bar{background:#f5f0e8;border-bottom:1px solid #e0dbd0;text-align:center;padding:8px 24px;font-size:.82rem;color:#6b5e7a}

/* Trust section */
.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.trust-item{text-align:center;padding:24px}
.trust-item .trust-icon{font-size:2rem;margin-bottom:12px;color:#c4a35a}
.trust-item h3{font-size:1.05rem;margin-bottom:6px;color:#2d2a3a}
.trust-item p{font-size:.88rem;color:#6b5e7a;line-height:1.6}

/* Responsive */
@media(max-width:768px){
  .header-inner{padding:10px 16px}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:16px 24px;gap:12px;border-bottom:1px solid #e8e3db;box-shadow:0 8px 20px rgba(0,0,0,0.06)}
  .nav-links.open{display:flex}
  .menu-toggle{display:block}
  .hero,.hero-short,.hero-article{min-height:calc(100vh - 62px);min-height:calc(100svh - 62px)}
  .hero h1{font-size:2.2rem}
  .section{padding:40px 0}
  .card-grid{grid-template-columns:1fr}
  .members-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .article-body h1{font-size:1.6rem}
  .article-body h2{font-size:1.2rem}
  .location-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:480px){
  .hero,.hero-short,.hero-article{min-height:calc(100vh - 54px);min-height:calc(100svh - 54px)}
  .hero h1{font-size:1.8rem}
  .hero-cta{padding:14px 36px;font-size:1.1rem}
  .members-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .container{padding:0 16px}
  .brand img{height:34px;max-width:150px}
}

/* Accessibility */
:focus-visible{outline:2px solid #c4a35a;outline-offset:2px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Reference links at bottom of articles */
.ref-links{margin-top:32px;padding-top:20px;border-top:1px solid #e0dbd0;font-size:.82rem;color:#8a7da0}
.ref-links li{margin-bottom:2px}
.ref-links a{color:#6b5e7a}

/* Transparent Header overlay for pages with a hero section */
body:has(.hero) .site-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 100;
}
body:has(.hero) .hero {
  min-height: 100vh;
  min-height: 100svh;
}
body:has(.hero) .site-header .brand img {
  filter: brightness(0) invert(1);
}
@media(min-width: 769px) {
  body:has(.hero) .site-header .nav-links a {
    color: #fff;
  }
  body:has(.hero) .site-header .nav-links a:hover {
    color: #c4a35a;
  }
  body:has(.hero) .site-header .nav-links a.nav-cta {
    background: #fff;
    color: #3e2e48 !important;
  }
  body:has(.hero) .site-header .nav-links a.nav-cta:hover {
    background: #f5f0e8;
  }
}
body:has(.hero) .site-header .menu-toggle {
  color: #fff;
}

/* Hero background image optimization */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
}

