.page-home .hero{background:var(--black);min-height:88vh;position:relative;display:flex;align-items:center;overflow:hidden}.page-home .hero-cog-bg{position:absolute;inset:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='60' cy='60' r='25' fill='none' stroke='%23C9A84C' stroke-width='4'/%3E%3Ccircle cx='60' cy='60' r='15' fill='none' stroke='%23C9A84C' stroke-width='2'/%3E%3Crect x='56' y='20' width='8' height='16' rx='2' fill='%23C9A84C'/%3E%3Crect x='56' y='84' width='8' height='16' rx='2' fill='%23C9A84C'/%3E%3Crect x='20' y='56' width='16' height='8' rx='2' fill='%23C9A84C'/%3E%3Crect x='84' y='56' width='16' height='8' rx='2' fill='%23C9A84C'/%3E%3Crect x='30' y='28' width='8' height='14' rx='2' transform='rotate(45 34 35)' fill='%23C9A84C'/%3E%3Crect x='82' y='78' width='8' height='14' rx='2' transform='rotate(45 86 85)' fill='%23C9A84C'/%3E%3C/svg%3E");background-size:120px 120px}.page-home .hero-gradient{position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,168,76,.12),transparent 60%,rgba(139,105,20,.08))}.page-home .hero-line{position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,transparent,var(--gold),transparent)}.page-home .hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.page-home .hero-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:500;margin-bottom:20px}.page-home .hero-eyebrow:before{content:"";width:32px;height:1px;background:var(--gold)}.page-home .hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.4rem);font-weight:600;color:var(--white);line-height:1.1;margin-bottom:24px}.page-home .hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.page-home .hero-sub{color:rgba(255,255,255,.55);font-size:1rem;line-height:1.7;margin-bottom:40px;max-width:480px}.page-home .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.page-home .btn-primary{background:var(--gold);color:var(--black);padding:14px 28px;border-radius:4px;font-size:.85rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:all .25s;border:2px solid var(--gold)}.page-home .btn-primary:hover{background:var(--gold-deep);border-color:var(--gold-deep);color:var(--white)}.page-home .btn-outline{background:transparent;color:var(--white);padding:14px 28px;border-radius:4px;font-size:.85rem;font-weight:500;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:all .25s;border:2px solid rgba(255,255,255,.25)}.page-home .btn-outline:hover{border-color:var(--gold);color:var(--gold)}.page-home .hero-logo-wrap,.page-home .hero-right{display:flex;justify-content:center;align-items:center}.page-home .hero-logo-wrap{position:relative;width:320px;height:320px}.page-home .hero-logo-ring{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(201,168,76,.2);animation:slowspin-home 30s linear infinite}.page-home .hero-logo-ring2{position:absolute;inset:20px;border-radius:50%;border:1px dashed rgba(201,168,76,.15);animation:slowspin-home 20s linear infinite reverse}@keyframes slowspin-home{to{transform:rotate(1turn)}}.page-home .hero-logo-img{width:220px;height:220px;object-fit:contain;filter:drop-shadow(0 0 40px rgba(201,168,76,.3));position:relative;z-index:1}.page-home .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);border-top:1px solid rgba(255,255,255,.06);border-radius:0 0 0 0}.page-home .stat-item{background:rgba(255,255,255,.02);padding:28px 32px;text-align:center}.page-home .stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:4px}.page-home .stat-label{font-size:.72rem;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.1em}.page-home .quick-access{background:var(--gold);padding:0}.page-home .qa-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.page-home .qa-item{padding:28px 32px;border-right:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:16px;text-decoration:none;color:var(--black);transition:background .2s;cursor:pointer}.page-home .qa-item:last-child{border-right:none}.page-home .qa-item:hover{background:var(--gold-deep);color:var(--white)}.page-home .qa-icon{width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}.page-home .qa-text strong{display:block;font-size:.85rem;font-weight:600}.page-home .qa-text span{font-size:.72rem;opacity:.7}.page-home section{padding:90px 0}.page-home .container{max-width:1280px;margin:0 auto;padding:0 32px}.page-home .section-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-weight:500;margin-bottom:10px;display:flex;align-items:center;gap:10px}.page-home .section-eyebrow:before{content:"";width:24px;height:1px;background:var(--gold)}.page-home .section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;color:var(--black);line-height:1.15;margin-bottom:16px}.page-home .section-sub{font-size:.95rem;color:var(--text-muted);line-height:1.7;max-width:560px}.page-home #about{background:var(--cream)}.page-home .about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center}.page-home .about-visual{position:relative}.page-home .about-badge{background:var(--black);color:var(--gold);padding:32px;display:inline-block;position:absolute;bottom:-20px;right:-20px;text-align:center}.page-home .about-badge .num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;line-height:1}.page-home .about-badge .lbl{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em}.page-home .about-img-wrap{width:100%;aspect-ratio:4/3;background:var(--dark2);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.page-home .about-img-inner{display:flex;flex-direction:column;align-items:center;gap:16px;color:rgba(255,255,255,.3)}.page-home .about-img-inner svg{width:60px;opacity:.3}.page-home .about-img-inner p{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.page-home .about-text p{color:var(--text-muted);font-size:.95rem;line-height:1.8;margin-bottom:16px}.page-home .about-pillars{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:32px}.page-home .pillar{display:flex;align-items:flex-start;gap:10px;padding:16px;background:var(--white);border-left:3px solid var(--gold)}.page-home .pillar-icon{color:var(--gold);font-size:1.2rem;flex-shrink:0;margin-top:2px}.page-home .pillar strong{display:block;font-size:.82rem;margin-bottom:3px}.page-home .pillar span{font-size:.75rem;color:var(--text-muted)}.page-home #membership{background:var(--white)}.page-home .membership-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:56px}.page-home .mem-card{border:1px solid #e8e0ce;padding:40px 32px;position:relative;transition:all .25s}.page-home .mem-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.page-home .mem-card.featured{background:var(--black);border-color:var(--gold);color:var(--white)}.page-home .mem-badge{position:absolute;top:-12px;left:32px;background:var(--gold);color:var(--black);font-size:.65rem;font-weight:700;padding:4px 12px;text-transform:uppercase;letter-spacing:.1em}.page-home .mem-tier{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:8px}.page-home .mem-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:600;margin-bottom:20px}.page-home .mem-features{list-style:none;margin-bottom:36px}.page-home .mem-features li{font-size:.82rem;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;gap:10px}.page-home .mem-card.featured .mem-features li{border-bottom-color:rgba(255,255,255,.08)}.page-home .mem-features li:before{content:"✓";color:var(--gold);font-weight:700;flex-shrink:0}.page-home .mem-cta{display:block;text-align:center;padding:12px;border:2px solid var(--gold);color:var(--gold);font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;transition:all .2s}.page-home .mem-cta:hover{background:var(--gold);color:var(--black)}.page-home #services{background:var(--dark)}.page-home #services .section-title{color:var(--white)}.page-home #services .section-sub{color:rgba(255,255,255,.5)}.page-home .services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(255,255,255,.06);margin-top:56px;border:1px solid rgba(255,255,255,.06)}.page-home .svc-card{background:var(--dark);padding:40px 32px;transition:background .2s;position:relative;overflow:hidden}.page-home .svc-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .3s}.page-home .svc-card:hover{background:var(--dark2)}.page-home .svc-card:hover:after{transform:scaleX(1)}.page-home .svc-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:700;color:rgba(201,168,76,.15);line-height:1;margin-bottom:16px}.page-home .svc-icon{font-size:1.8rem;margin-bottom:16px}.page-home .svc-title{font-size:1rem;font-weight:600;color:var(--white);margin-bottom:12px}.page-home .svc-desc{font-size:.82rem;color:rgba(255,255,255,.45);line-height:1.7}.page-home #leadership{background:var(--cream)}.page-home .leadership-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-top:56px}.page-home .leader-card{text-align:center}.page-home .leader-photo{width:100%;aspect-ratio:1;background:var(--dark2);border:2px solid var(--cream2);margin-bottom:16px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(255,255,255,.1);transition:border-color .2s}.page-home .leader-card:hover .leader-photo{border-color:var(--gold)}.page-home .leader-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;margin-bottom:4px}.page-home .leader-role{font-size:.72rem;color:var(--gold);text-transform:uppercase;letter-spacing:.1em}.page-home #news{background:var(--white)}.page-home .news-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:24px;gap:24px;margin-top:56px}.page-home .news-card{border:1px solid #e8e0ce;overflow:hidden;transition:all .25s}.page-home .news-card:hover{border-color:var(--gold);box-shadow:0 8px 32px rgba(0,0,0,.06)}.page-home .news-img{width:100%;height:200px;background:var(--dark2);display:flex;align-items:center;justify-content:center;font-size:2rem;color:rgba(255,255,255,.1)}.page-home .news-card.large .news-img{height:280px}.page-home .news-body{padding:24px}.page-home .news-tag{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:10px}.page-home .news-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;line-height:1.3;margin-bottom:10px;color:var(--black)}.page-home .news-card.large .news-title{font-size:1.5rem}.page-home .news-date{font-size:.72rem;color:var(--text-muted)}.page-home #join{background:var(--black);position:relative;overflow:hidden;padding:100px 0}.page-home #join:before{content:"OCCIMA";position:absolute;font-family:Cormorant Garamond,serif;font-size:18vw;font-weight:700;color:rgba(255,255,255,.02);top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;pointer-events:none;letter-spacing:.2em}.page-home .join-inner{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr auto;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.page-home .join-text p{color:rgba(255,255,255,.5);font-size:.95rem;line-height:1.7;margin-top:16px;max-width:560px}.page-home .join-form{background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.3);padding:40px;min-width:360px}.page-home .join-form h3{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--white);margin-bottom:24px}.page-home .form-group{margin-bottom:16px}.page-home .form-group label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);margin-bottom:6px}.page-home .form-group input,.page-home .form-group select{width:100%;padding:11px 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:var(--white);font-family:Inter,sans-serif;font-size:.85rem;outline:none;transition:border-color .2s}.page-home .form-group input:focus,.page-home .form-group select:focus{border-color:var(--gold)}.page-home .form-group select option{background:var(--dark)}.page-home .form-submit{width:100%;padding:14px;background:var(--gold);color:var(--black);border:none;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:background .2s;margin-top:8px}.page-home .form-submit:hover{background:var(--gold-deep);color:var(--white)}.page-home footer{background:#0A0A0A;padding:72px 0 0;color:rgba(255,255,255,.5)}.page-home .footer-grid{max-width:1280px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:60px;gap:60px}.page-home .footer-brand .logo-text{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:var(--white);letter-spacing:.08em;margin-bottom:6px}.page-home .footer-brand .tagline{font-size:.72rem;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}.page-home .footer-brand p{font-size:.82rem;line-height:1.7;margin-bottom:24px}.page-home .footer-socials{display:flex;gap:10px}.page-home .footer-socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.4);font-size:.8rem;text-decoration:none;transition:all .2s}.page-home .footer-socials a:hover{border-color:var(--gold);color:var(--gold)}.page-home .footer-col h4{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}.page-home .footer-col ul{list-style:none}.page-home .footer-col ul li{margin-bottom:10px}.page-home .footer-col ul li a{color:rgba(255,255,255,.45);font-size:.82rem;text-decoration:none;transition:color .2s}.page-home .footer-col ul li a:hover{color:var(--gold)}.page-home .footer-contact li{display:flex;gap:10px;align-items:flex-start}.page-home .footer-contact li span.ic{color:var(--gold);flex-shrink:0;font-size:.9rem}.page-home .footer-bottom{max-width:1280px;padding:24px 32px;border-top:1px solid rgba(255,255,255,.06);margin:60px auto 0;display:flex;justify-content:space-between;align-items:center;font-size:.72rem}.page-home .footer-bottom a{color:var(--gold);text-decoration:none}@media (max-width:900px){.page-home .hero-content{grid-template-columns:1fr;gap:48px}.page-home .hero-right{display:none}.page-home .about-grid{grid-template-columns:1fr}.page-home .about-img-wrap{display:none}.page-home .membership-grid{grid-template-columns:1fr}.page-home .leadership-grid,.page-home .services-grid{grid-template-columns:1fr 1fr}.page-home .join-inner,.page-home .news-grid{grid-template-columns:1fr}.page-home .join-form{min-width:unset}.page-home .footer-grid{gap:40px}.page-home .footer-grid,.page-home .qa-grid{grid-template-columns:1fr 1fr}.page-home .hero-stats{grid-template-columns:1fr 1fr 1fr}}@media (max-width:600px){.page-home .nav-links,.page-home .nav-logo-text .full{display:none}.page-home .services-grid{grid-template-columns:1fr}.page-home .leadership-grid{grid-template-columns:1fr 1fr}.page-home .footer-grid,.page-home .qa-grid{grid-template-columns:1fr}}.page-home .hero-body{width:100%}.page-home .news-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:0}.page-home .btn-outline-gold{color:var(--gold);border-color:var(--gold);padding:10px 20px;font-size:.78rem}.page-home .join-text .section-title{color:var(--white)}.page-home .footer-contact a{color:rgba(255,255,255,.45);text-decoration:none}