:root{--indigo:#0b1026;--indigo-deep:#080c1e;--navy:#101736;--panel:#141b3a;--gold:#c9a648;--gold-soft:#c9a64866;--champagne:#e9d9a8;--ivory:#f6efe0;--ivory-dim:#f6efe0ad;--serif:"Cormorant Garamond", Georgia, serif;--callig:"Great Vibes", cursive;--sans:"Jost", system-ui, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:clip}body{background:radial-gradient(120% 70% at 50% -5%, #131a3d 0%, var(--indigo) 50%, var(--indigo-deep) 100%) fixed, var(--indigo);color:var(--ivory);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-weight:300;overflow-x:clip}::selection{color:var(--ivory);background:#c9a64852}img{max-width:100%;display:block}[data-reveal]{opacity:0;transition:opacity 1s var(--ease), transform 1s var(--ease);transform:translateY(22px)}[data-reveal].in{opacity:1;transform:none}.ch-eyebrow{letter-spacing:.36em;text-transform:uppercase;color:var(--ivory-dim);font-size:.72rem;font-weight:400}.ch-eyebrow-gold{color:var(--champagne)}.ch-h2{font-family:var(--serif);margin:12px 0 30px;font-size:clamp(1.9rem,4.6vw,2.9rem);font-weight:500;line-height:1.14}.ch-lotus{width:44px;color:var(--gold);opacity:.7;margin:0 auto 8px}.ch-btn{letter-spacing:.16em;text-transform:uppercase;transition:box-shadow .5s var(--ease), filter .5s var(--ease), border-color .5s var(--ease), background .5s var(--ease);border-radius:2px;padding:15px 30px;font-size:.78rem;font-weight:400;text-decoration:none;display:inline-block}.ch-btn-gold{color:var(--indigo-deep);background:linear-gradient(160deg, #ecdca9 0%, var(--gold) 58%, #a8863a 100%);box-shadow:0 12px 34px -14px #c9a64899}.ch-btn-gold:hover{filter:brightness(1.05);box-shadow:0 16px 40px -14px #c9a648bf}.ch-btn-ghost{color:var(--champagne);border:1px solid var(--gold-soft)}.ch-btn-ghost:hover{border-color:var(--gold);background:#c9a64814}.ch-nav{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#090c1ab8;border-bottom:1px solid #c9a64824;justify-content:space-between;align-items:center;padding:16px clamp(18px,5vw,48px);display:flex;position:sticky;top:0}.ch-brand{align-items:center;gap:14px;text-decoration:none;display:flex}.ch-brand-logo{width:auto;height:44px;display:block}.ch-brand-chapter{font-family:var(--sans);letter-spacing:.42em;text-transform:uppercase;color:var(--champagne);border-left:1px solid var(--gold-soft);padding-left:14px;font-size:.62rem;font-weight:400;line-height:1.4}.ch-nav-links{align-items:center;gap:26px;display:flex}.ch-nav-links a{letter-spacing:.14em;text-transform:uppercase;color:var(--ivory-dim);font-size:.74rem;text-decoration:none;transition:color .4s}.ch-nav-links a:hover{color:var(--ivory)}.ch-nav-cta{border:1px solid var(--gold-soft);border-radius:999px;padding:9px 18px;color:var(--champagne)!important}.ch-nav-cta:hover{border-color:var(--gold)}.ch-nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.ch-nav-toggle span{background:var(--champagne);width:22px;height:1.5px;display:block}.ch-hero{text-align:center;padding:clamp(80px,15vh,150px) clamp(20px,6vw,60px) clamp(60px,10vh,110px);position:relative;overflow:hidden}.ch-hero-glow{aspect-ratio:2;pointer-events:none;background:radial-gradient(#c9a64829,#0000 62%);width:120%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.ch-hero-inner{max-width:780px;margin:0 auto;position:relative}.ch-hero-title{font-family:var(--serif);letter-spacing:.01em;margin:20px 0 22px;font-size:clamp(2.6rem,8vw,5rem);font-weight:500;line-height:1.06}.ch-hero-sub{font-family:var(--serif);color:var(--ivory-dim);max-width:40ch;margin:0 auto 36px;font-size:clamp(1.1rem,2.6vw,1.4rem);line-height:1.7}.ch-hero-cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.ch-featured{max-width:1000px;margin:0 auto;padding:20px clamp(18px,5vw,40px) clamp(50px,8vh,90px)}.ch-featured-card{background:linear-gradient(180deg, var(--panel) 0%, #10173400 140%), var(--navy);border:1px solid #c9a64847;border-radius:6px;grid-template-columns:minmax(0,5fr) minmax(0,7fr);display:grid;overflow:hidden;box-shadow:0 40px 90px -50px #000c}.ch-featured-media{min-height:240px;position:relative}.ch-featured-media img{object-fit:cover;object-position:60% 25%;filter:saturate(.9)brightness(.94);width:100%;height:100%}.ch-featured-media:after{content:"";background:linear-gradient(90deg, transparent 60%, var(--navy)), linear-gradient(0deg, #0b102666, transparent 50%);position:absolute;inset:0}.ch-featured-body{flex-direction:column;align-items:flex-start;gap:12px;padding:clamp(28px,4vw,46px);display:flex}.ch-featured-title{font-family:var(--serif);font-size:clamp(1.5rem,3.4vw,2.1rem);font-weight:600;line-height:1.15}.ch-featured-meta{font-family:var(--serif);color:var(--champagne);font-size:1.1rem;line-height:1.5}.ch-featured-note{color:var(--ivory-dim);font-size:.92rem;line-height:1.6}.ch-featured-body .ch-btn{margin-top:8px}.ch-section{text-align:center;max-width:1000px;margin:0 auto;padding:clamp(60px,10vh,110px) clamp(20px,6vw,48px);position:relative}.ch-cards{text-align:left;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.ch-card{transition:border-color .5s ease, transform .5s var(--ease);background:#141b3a80;border:1px solid #c9a64829;border-radius:8px;padding:26px 24px}.ch-card:hover{border-color:var(--gold-soft);transform:translateY(-3px)}.ch-card-dot{border:1px solid var(--gold);border-radius:50%;width:9px;height:9px;margin-bottom:14px;display:inline-block;box-shadow:0 0 12px #c9a64880}.ch-card h3{font-family:var(--serif);margin-bottom:8px;font-size:1.4rem;font-weight:500}.ch-card p{color:var(--ivory-dim);font-size:.95rem;line-height:1.6}.ch-proglist{text-align:left;max-width:720px;margin:0 auto;list-style:none}.ch-prog{background:#10173666;border:1px solid #c9a64824;border-radius:8px;align-items:center;gap:20px;margin-bottom:12px;padding:20px 22px;display:flex}.ch-prog.is-featured{background:#c9a64812;border-color:#c9a64880}.ch-prog-when{letter-spacing:.14em;text-transform:uppercase;min-width:116px;color:var(--champagne);flex:none;font-size:.68rem}.ch-prog-main{flex-direction:column;flex:1;gap:3px;display:flex}.ch-prog-main strong{font-family:var(--serif);font-size:1.2rem;font-weight:500}.ch-prog-main em{color:var(--ivory-dim);font-size:.88rem;font-style:italic}.ch-prog-link{color:var(--champagne);letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--gold-soft);white-space:nowrap;padding-bottom:3px;font-size:.78rem;text-decoration:none}.ch-prog-link:hover{color:var(--ivory);border-color:var(--gold)}.ch-prog-soon{letter-spacing:.1em;text-transform:uppercase;color:var(--ivory-dim);opacity:.7;white-space:nowrap;font-size:.72rem}.ch-proglist-note{font-family:var(--serif);color:var(--ivory-dim);margin-top:24px;font-size:1.05rem;font-style:italic}.ch-gallery{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.ch-gal-item{aspect-ratio:1;border:1px solid #c9a64824;border-radius:6px;overflow:hidden}.ch-gal-item img{object-fit:cover;filter:saturate(.88)brightness(.9);width:100%;height:100%;transition:transform .9s var(--ease), filter .9s ease}.ch-gal-item:hover img{filter:saturate()brightness();transform:scale(1.05)}.ch-gal-lg{aspect-ratio:auto;grid-area:span 2/span 2}.ch-about-prose{gap:22px;max-width:620px;margin:0 auto;display:grid}.ch-about-prose p{font-family:var(--serif);color:var(--ivory-dim);font-size:clamp(1.1rem,2.4vw,1.35rem);line-height:1.7}.ch-about-gold{font-style:italic;color:var(--champagne)!important}.ch-contact-lead{max-width:46ch;font-family:var(--serif);color:var(--ivory-dim);margin:0 auto 30px;font-size:clamp(1.1rem,2.4vw,1.3rem);line-height:1.6}.ch-contact-cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.ch-footer{text-align:center;border-top:1px solid #c9a6481f;justify-items:center;gap:10px;padding:70px 24px 90px;display:grid}.ch-footer-logo{opacity:.95;width:min(240px,64vw);height:auto;margin-bottom:6px}.ch-footer-name{font-family:var(--serif);letter-spacing:.04em;font-size:1.2rem}.ch-footer-sub{color:var(--ivory-dim);font-size:.82rem;font-style:italic}.ch-footer-credit{letter-spacing:.2em;text-transform:uppercase;color:var(--ivory-dim);opacity:.6;margin-top:10px;font-size:.62rem}.ch-footer-credit a{color:var(--champagne);text-decoration:none}@media (width<=760px){.ch-brand-logo{height:36px}.ch-brand-chapter{letter-spacing:.34em;padding-left:11px;font-size:.56rem}.ch-featured-card{grid-template-columns:1fr}.ch-featured-media{min-height:200px}.ch-nav-toggle{display:flex}.ch-nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:0;transition:max-height .4s var(--ease);background:#090c1af5;border-bottom:1px solid #c9a64829;flex-direction:column;align-items:flex-start;gap:0;position:absolute;top:100%;left:0;right:0;overflow:hidden}.ch-nav-links.is-open{max-height:380px}.ch-nav-links a{width:100%;padding:15px clamp(18px,5vw,48px)}.ch-nav-cta{border-radius:0;border:none!important}.ch-gallery{grid-template-columns:repeat(2,1fr)}.ch-gal-lg{aspect-ratio:16/10;grid-area:auto/span 2}.ch-prog{flex-wrap:wrap;gap:8px 16px}.ch-prog-when{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1!important;transform:none!important}*{animation:none!important}}
