@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap";:root{--ch-emerald: #072917;--ch-emerald-deep: #03120a;--ch-gold: #c9a24a;--ch-gold-silk: #d4b36d;--ch-paper: #f9f7f2;--ch-border: rgba(7, 41, 23, .05);--ch-border-gold: rgba(201, 162, 74, .15);--ch-glass: rgba(255, 255, 255, .98);--ch-shadow-soft: 0 10px 40px -10px rgba(7, 41, 23, .08);--ch-shadow-elite: 0 30px 60px -12px rgba(7, 41, 23, .15)}.hub-wrapper{background-color:var(--ch-paper);min-height:100vh;position:relative;overflow-x:hidden;font-family:Inter,system-ui,-apple-system,sans-serif}.hub-wrapper:before{content:"";position:absolute;inset:0;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Ccircle cx='1' cy='1' r='0.5' fill='rgba(7,41,23,0.03)'/%3E%3C/svg%3E");pointer-events:none}.ch-hero{background:linear-gradient(135deg,#064e3b,#022c22);padding:clamp(8rem,15vw,12rem) 0 clamp(4rem,8vw,6rem);position:relative;color:#fff;text-align:center;border-bottom:2px solid var(--ch-gold)}.ch-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(201,162,74,.08) 0%,transparent 70%)}.ch-hero-inner{max-width:800px;margin:0 auto;position:relative;z-index:2;padding:0 2rem}.ch-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem 1rem;background:#c9a24a26;border:1px solid var(--ch-gold);border-radius:100px;color:#fff;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;box-shadow:0 4px 15px #0003}.ch-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4rem);line-height:1.05;margin-bottom:2rem;font-weight:700;letter-spacing:-.01em;color:var(--ch-gold);text-shadow:0 0 30px rgba(0,0,0,.5),0 4px 15px rgba(0,0,0,.4)}.ch-title span{color:var(--ch-gold);font-style:italic;font-weight:400}.ch-lead{font-size:1.15rem;font-weight:400;line-height:1.6;color:#fffffff2;max-width:550px;margin:0 auto 2.5rem;text-wrap:balance;text-shadow:0 2px 10px rgba(0,0,0,.4)}.ch-hero-search{max-width:500px;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.ch-nav-strip{position:sticky;top:0;z-index:100;background:var(--ch-glass);backdrop-filter:blur(20px);border-bottom:1px solid var(--ch-border);padding:.5rem 0}.ch-filters{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.25rem 1.5rem;justify-content:center}.ch-chip{white-space:nowrap;padding:.5rem 1.1rem;background:transparent;border:1px solid transparent;border-radius:100px;font-size:.8rem;font-weight:700;color:var(--ch-emerald);cursor:pointer;transition:all .3s ease;opacity:.6}.ch-chip:hover{opacity:1;background:#07291708}.ch-chip.active{opacity:1;background:var(--ch-emerald);color:#fff;box-shadow:0 8px 16px #07291726}.ch-main{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.ch-section-head{margin-bottom:3.5rem;text-align:center}.ch-kicker{display:block;font-size:.75rem;font-weight:800;color:var(--ch-gold);text-transform:uppercase;letter-spacing:.25em;margin-bottom:.75rem}.ch-section-title{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--ch-emerald-deep);font-weight:700}.ch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ch-card{background:#fff;border:1px solid var(--ch-border);border-radius:1.5rem;padding:2rem;display:flex;flex-direction:column;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative;overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--ch-shadow-soft)}.ch-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(201,162,74,.03) 100%);opacity:0;transition:opacity .5s ease}.ch-card:hover{transform:translateY(-8px);border-color:var(--ch-gold);box-shadow:var(--ch-shadow-elite)}.ch-card:hover:before{opacity:1}.ch-card-icon{width:48px;height:48px;background:var(--ch-paper);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--ch-emerald);margin-bottom:1.5rem;transition:all .4s ease}.ch-card:hover .ch-card-icon{background:var(--ch-emerald);color:#fff;transform:scale(1.05) rotate(3deg)}.ch-card h3{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--ch-emerald-deep);margin-bottom:.75rem;font-weight:700}.ch-card p{font-size:.95rem;line-height:1.5;color:#5a5a5a;margin-bottom:2rem;flex:1}.ch-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(0,0,0,.03)}.ch-category-label{font-size:.65rem;font-weight:800;text-transform:uppercase;color:var(--ch-gold);letter-spacing:.1em}.ch-arrow-btn{width:32px;height:32px;border-radius:50%;background:var(--ch-paper);display:flex;align-items:center;justify-content:center;color:var(--ch-emerald);transition:all .3s ease}.ch-card:hover .ch-arrow-btn{background:var(--ch-gold);color:#fff}.ch-list{display:grid;gap:.75rem;max-width:1000px;margin:0 auto}.ch-list-item{background:#fff;border:1px solid var(--ch-border);border-radius:1rem;padding:1rem 1.5rem;display:flex;align-items:center;gap:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;cursor:pointer}.ch-list-item:hover{border-color:var(--ch-gold);transform:translateY(-2px);box-shadow:var(--ch-shadow-soft)}.ch-list-arrow{font-size:1.25rem;color:var(--ch-gold);flex-shrink:0;opacity:0;transform:translate(-4px);transition:all .3s ease}.ch-list-item:hover .ch-list-arrow{opacity:1;transform:translate(0)}.ch-card-cta{font-size:.8rem;font-weight:700;color:var(--ch-emerald);opacity:.6;transition:all .3s ease;text-transform:uppercase;letter-spacing:.06em}.ch-card:hover .ch-card-cta{opacity:1;color:var(--ch-gold)}.ch-list-icon{width:36px;height:36px;color:var(--ch-gold);flex-shrink:0}.ch-list-info{flex:1}.ch-list-info h3{font-size:1.1rem;margin:0;font-weight:700;color:var(--ch-emerald-deep)}.ch-list-info p{font-size:.85rem;color:#777;margin:.15rem 0 0}.ch-tag{font-size:.6rem;font-weight:800;padding:.25rem .6rem;background:var(--ch-paper);border-radius:4px;text-transform:uppercase;color:var(--ch-emerald);letter-spacing:.05em}@media(max-width:1024px){.ch-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ch-grid{grid-template-columns:1fr}.ch-filters{justify-content:flex-start}.ch-section-title{font-size:2rem}.ch-hero{padding:5rem 0 3rem}.ch-featured-card{padding:2rem;border-radius:1.5rem}.ch-list-item{flex-direction:column;align-items:stretch;gap:1.25rem;padding:2rem 1.5rem}.ch-list-icon{width:42px;height:42px;margin-bottom:.5rem}.ch-list-info{width:100%}.ch-list-info h3{font-size:1.25rem;margin-bottom:.5rem}.ch-list-info p{font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.ch-list-info div{display:flex;flex-direction:row;gap:1.5rem;align-items:center;width:100%;flex-wrap:wrap}.ch-tag{position:static;align-self:flex-start;margin-top:.5rem;font-size:.65rem}.ch-list-item a{white-space:nowrap;font-size:.85rem;padding:.5rem 0}}.ch-featured-card{background:#ffffff08;backdrop-filter:blur(15px);border:1px solid rgba(201,162,74,.2);border-radius:2.5rem;padding:3.5rem;margin-bottom:5rem;text-align:left;box-shadow:0 25px 50px -12px #00000080;position:relative;overflow:hidden}.ch-featured-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--ch-gold)}.ch-intent-section{background:#fff;padding:8rem 0;border-top:1px solid rgba(0,0,0,.05)}.ch-intent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem}.ch-intent-card{background:#fbfbfb;border:1px solid rgba(0,0,0,.05);border-radius:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.165,.84,.44,1)}.ch-intent-card:hover{background:#fff;border-color:var(--ch-gold);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.ch-intent-card h4{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--ch-emerald);margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.ch-intent-card h4:before{content:"?";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--ch-gold);color:#fff;font-family:Inter,sans-serif;font-size:.8rem;border-radius:50%}.ch-intent-card p{font-size:.95rem;line-height:1.7;color:#64748b}.ch-faq-card{background:#fdfdfd;border:1px solid rgba(0,0,0,.03);border-radius:1.25rem;margin-bottom:1rem;transition:all .3s ease}.ch-faq-card:hover{border-color:var(--ch-gold-silk)}.ch-faq-card summary{padding:1.5rem 2rem;transition:color .3s ease}.ch-faq-card[open]{background:#fff;border-color:var(--ch-gold);box-shadow:0 10px 30px #0000000a}.ch-faq-content{padding:0 2rem 2rem}
