@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap";:root{--wine-50: #fff7f8;--wine-600: #7b001c;--wine-700: #6b0019;--rose-600: #b83b52;--gold-500: #d4b865;--white-wine: #fff8ec;--fg: #1f2937;--muted: #4b5563;--bg: #ffffff}.dark{--bg: #0b0b0c;--fg: #e5e7eb;--muted: #a1a1aa}html,body{height:100%}body{background:var(--bg);color:var(--fg);font:16px Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:Playfair Display,Georgia,ui-serif,serif;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.container-row{max-width:72rem;margin:0 auto;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.wrap{flex-wrap:wrap}.grid{display:grid}.md\:grid-cols-3{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.header-bar{position:sticky;top:0;z-index:50;background:var(--white-wine);border-bottom:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px)}.dark .header-bar{background:#121214;border-color:#ffffff14}.brand{font-weight:700;font-size:1.125rem;color:var(--fg)}.links{display:none;gap:.5rem}.desktop-only{display:none}@media (min-width: 768px){.desktop-only{display:flex}}.mobile-only{display:flex;gap:.5rem}@media (min-width: 768px){.mobile-only{display:none}}.nav-pill{display:inline-flex;align-items:center;padding:.5rem .75rem;border-radius:.6rem;border:1px solid rgba(0,0,0,.06);background:#ffffffd9;color:#1f2937;box-shadow:0 1px 1px #00000008;transition:background .2s,box-shadow .2s,transform .06s}.nav-pill:hover{background:#f5f5f5}.dark .nav-pill{border-color:#ffffff1f;background:#18181b66;color:#f5f5f7}.dark .nav-pill:hover{background:#27272a99}.nav-pill-active{background:linear-gradient(135deg,var(--wine-700),var(--rose-600))!important;color:#fff!important;border-color:transparent!important;box-shadow:0 6px 16px #7b001c40}.theme-btn{display:inline-flex;gap:.5rem;align-items:center;padding:.45rem .65rem;border-radius:.6rem;background:#ffffffd9;color:#111;border:1px solid rgba(0,0,0,.06)}.theme-btn:hover{background:#f5f5f5}.dark .theme-btn{background:#18181b66;color:#f5f5f7;border-color:#ffffff1f}.card{border:1px solid rgba(0,0,0,.08);border-radius:1rem;background:#fff;overflow:hidden}.card-img{width:100%;height:12rem;object-fit:cover}.dark .card{border-color:#ffffff24;background:#0f0f11}.hoverable{transition:box-shadow .2s ease,transform .12s ease}.hoverable:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.hero{display:flex;justify-content:center}.hero-card{border:1px solid rgba(0,0,0,.06);border-radius:1.2rem;background:linear-gradient(180deg,#fff,#fff7f8)}.dark .hero-card{border-color:#ffffff1f;background:linear-gradient(180deg,#18181be6,#09090be6)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:.65rem;color:#fff!important;border:none;box-shadow:0 4px 12px #7b001c40;background:linear-gradient(135deg,var(--wine-700),var(--rose-600));transition:transform .06s ease,background .2s ease,box-shadow .2s ease}.btn:hover{background:linear-gradient(135deg,var(--wine-600),var(--wine-700));transform:translateY(-1px)}.dark .btn{background:linear-gradient(135deg,var(--rose-600),var(--wine-700))}.btn-light{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:.65rem;background:#fff8ec;color:var(--wine-700)!important;border:1px solid rgba(123,0,28,.25);box-shadow:0 3px 8px #0000001a}.btn-light:hover{background:#fff1f2}.dark .btn-light{background:#1a1a1b;color:#f9dfe3!important;border:1px solid rgba(255,255,255,.15)}.input{width:100%;max-width:360px;padding:.65rem .8rem;border-radius:.6rem;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;outline:none}.input::placeholder{color:#9ca3af}.input:focus{border-color:var(--wine-600);box-shadow:0 0 0 3px #7b001c2e}.dark .input{border-color:#ffffff2e;background:#0f0f11;color:#f5f5f7}.dark .input::placeholder{color:#9ca3af}.container-pad{max-width:72rem;margin:0 auto;padding:0 1rem}.hero-luxe{position:relative;min-height:60vh;border-bottom:1px solid rgba(0,0,0,.06)}.dark .hero-luxe{border-color:#ffffff14}.hero-media{position:absolute;inset:0;background-size:cover;background-position:center;filter:saturate(110%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000059,#00000073)}.hero-content{position:relative;z-index:2;display:flex;align-items:end;justify-content:space-between;min-height:60vh}.hero-copy{padding:3.5rem 0;max-width:48rem}.hero-title{font-family:Playfair Display,Georgia,ui-serif,serif;font-size:clamp(2rem,5vw,3rem);line-height:1.1;color:#fff}.hero-sub{margin-top:.75rem;color:#f1f5f9;max-width:38rem}.hero-ctas{display:flex;gap:.6rem;margin-top:1rem}.hero-switcher{padding-bottom:2rem}.pillars{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 900px){.pillars{grid-template-columns:repeat(3,1fr)}}.pillar-card{overflow:hidden}.pillar-media{height:170px;background-size:cover;background-position:center}.pillar-body{padding:1rem}.pillar-title{font-family:Playfair Display,Georgia,ui-serif,serif;font-size:1.25rem}.pillar-copy{color:var(--muted);margin-top:.25rem}.pillar-actions{margin-top:.75rem;display:flex;gap:.5rem}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:.75rem}.muted{color:var(--muted)}.partner-rows{display:grid;gap:1.2rem}.partner-head{display:flex;align-items:center;justify-content:space-between}.partner-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}@media (min-width: 640px){.partner-tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}.partner-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,.12);border-radius:.9rem;padding:.9rem .6rem;background:#fff;text-align:center;min-height:84px}.dark .partner-tile{background:#0f0f11;border-color:#ffffff29}.partner-name{font-weight:600}.partner-note{margin-top:2px;font-size:.8rem;color:var(--muted)}.event-grid{margin-top:1.2rem}.event-card{display:grid;grid-template-columns:1fr;overflow:hidden}@media (min-width: 900px){.event-card{grid-template-columns:1.3fr 1fr}}.event-media{min-height:180px;background-size:cover;background-position:center}.event-body{padding:1rem;display:grid;gap:.5rem}.hero-fixed-clamp{max-height:520px;height:42vh}.hero-hard-cap{height:30vh!important;max-height:360px!important}.hero-luxe,.hero-media,.hero-overlay{display:none!important;height:0!important;min-height:0!important}.home-hero{position:relative;max-width:72rem;margin:0 auto 1.25rem;height:32vh;max-height:360px;min-height:220px;border-radius:1rem;overflow:hidden;background:#000}.home-hero__bg{position:absolute;inset:0;background:url(/Hompage.jpg) center/cover no-repeat;transform:translateZ(0)}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000004d,#000000a6)}.home-hero__content{position:relative;z-index:1;color:#fff;text-align:center;padding:1.25rem 1rem}.home-hero__title{font-family:Playfair Display,Georgia,ui-serif,serif;font-size:clamp(1.6rem,4.5vw,2.25rem);line-height:1.15;margin-bottom:.4rem}.home-hero__sub{color:#e5e7eb;font-size:clamp(.95rem,2.2vw,1.05rem);margin:0 auto .8rem;max-width:42rem}.home-hero__cta{padding:.55rem 1rem;font-size:.95rem}.hidden{display:none!important;visibility:hidden!important;height:0!important;width:0!important;overflow:hidden!important;position:absolute!important;left:-9999px!important}
