@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.btn{border:none;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;font-family:Funnel Display,sans-serif;font-size:1rem;font-weight:700;letter-spacing:1.2px;cursor:pointer;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;-ms-transition:background .2s,box-shadow .2s,transform .15s;-webkit-transition:background .2s,box-shadow .2s,transform .15s;-moz-transition:background .2s,box-shadow .2s,transform .15s;transition:background .2s,box-shadow .2s,transform .15s;white-space:nowrap;text-decoration:none}.btn:active{transform:scale(.97)}.btn.btn-ghost{background:rgba(var(--site-burgundy-light-rgb),.04);border:1px solid rgba(var(--site-burgundy-light-rgb),.25);color:var(--site-burgundy-main, #380E17);position:relative}.btn.btn-ghost:after{content:"";position:absolute;top:-.0625rem;right:-.0625rem;bottom:-.0625rem;left:-.0625rem;border:1.5px solid transparent;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;-ms-transition:all .25s ease;-webkit-transition:all .25s ease;-moz-transition:all .25s ease;transition:all .25s ease;pointer-events:none}.btn.btn-ghost:hover{background:rgba(var(--site-burgundy-light-rgb),.05);color:var(--site-text-dark, #2E0A12);border-color:transparent}.btn.btn-ghost:hover:after{border-color:rgba(var(--site-burgundy-main-rgb),.5)}.btn.btn-accent{background:rgba(var(--site-burgundy-main-rgb),.1);border:1px solid rgba(var(--site-burgundy-main-rgb),.25);color:var(--site-burgundy-main, #380E17)}.btn.btn-accent:hover{background:rgba(var(--site-burgundy-main-rgb),.18);-webkit-box-shadow:0 0 1rem rgba(var(--site-burgundy-main-rgb),.15);-moz-box-shadow:0 0 1rem rgba(var(--site-burgundy-main-rgb),.15);box-shadow:0 0 1rem rgba(var(--site-burgundy-main-rgb),.15)}.btn.btn-primary{background:var(--site-burgundy-main, #380E17);border:1px solid var(--site-burgundy-main, #380E17);color:var(--site-on-accent-text, #F7F3EC);-webkit-box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.3);-moz-box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.3);box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.3)}.btn.btn-primary:hover{-webkit-box-shadow:0 .375rem 1.5rem rgba(var(--site-burgundy-main-rgb),.45);-moz-box-shadow:0 .375rem 1.5rem rgba(var(--site-burgundy-main-rgb),.45);box-shadow:0 .375rem 1.5rem rgba(var(--site-burgundy-main-rgb),.45);background:var(--site-burgundy-hover, #5C1826);opacity:.95}.btn.btn-full{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.btn.btn-icon{background:rgba(var(--site-burgundy-light-rgb),.04);border:1px solid rgba(var(--site-burgundy-light-rgb),.2);color:var(--site-burgundy-main, #380E17);width:2.375rem;height:2.375rem;padding:0;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.btn.btn-icon:hover{background:rgba(var(--site-burgundy-light-rgb),.1);color:var(--site-text-dark, #2E0A12)}.navbar-root{position:fixed;top:0;left:0;right:0;z-index:999;background:rgba(var(--site-cream-bg-rgb),.88);backdrop-filter:blur(1.75rem) saturate(1.4);-webkit-backdrop-filter:blur(1.75rem) saturate(1.4);border-bottom:1px solid rgba(var(--site-burgundy-light-rgb),.12);-webkit-box-shadow:0 .25rem 1.25rem rgba(var(--site-burgundy-light-rgb),.06);-moz-box-shadow:0 .25rem 1.25rem rgba(var(--site-burgundy-light-rgb),.06);box-shadow:0 .25rem 1.25rem rgba(var(--site-burgundy-light-rgb),.06);-ms-transition:background .3s ease,box-shadow .3s ease;-webkit-transition:background .3s ease,box-shadow .3s ease;-moz-transition:background .3s ease,box-shadow .3s ease;transition:background .3s ease,box-shadow .3s ease;--nav-text-color: var(--site-text-dark, #2E0A12);--nav-link-color: var(--site-burgundy-main, #380E17);--nav-link-hover-bg: rgba(var(--site-burgundy-light-rgb), .08);--nav-btn-ghost-bg: rgba(var(--site-burgundy-light-rgb), .04);--nav-btn-ghost-border: rgba(var(--site-burgundy-light-rgb), .25);--nav-btn-ghost-color: var(--site-burgundy-main, #380E17);--nav-btn-ghost-bg-hover: rgba(var(--site-burgundy-light-rgb), .1)}.navbar-root .navbar-inner{max-width:90rem;margin:0 auto;padding:1rem 1.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;gap:1rem}.navbar-root .navbar-brand{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.0625rem .1875rem;gap:.75rem;text-decoration:none;min-width:0;-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;border-radius:.75rem;-ms-transition:opacity .2s ease;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;transition:opacity .2s ease}.navbar-root .navbar-brand .navbar-brand-text{min-width:0;overflow:hidden}.navbar-root .navbar-brand .navbar-brand-monogram{width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:600;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;background:var(--theme-accent, linear-gradient(135deg, var(--site-burgundy-main, #380E17) 0%, var(--site-burgundy-dark, #24070E) 100%));border:1px solid rgba(207,163,98,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-family:Golos Text,Cormorant Garamond,serif;font-size:1.125rem;font-weight:400;color:var(--site-text-light, #F7F3EC);letter-spacing:0;-webkit-box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.25);-moz-box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.25);box-shadow:0 .25rem 1rem rgba(var(--site-burgundy-main-rgb),.25);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.navbar-root .navbar-brand .navbar-brand-name{font-family:Funnel Display,sans-serif;font-size:1.5rem;font-weight:700;color:var(--site-text-dark, #2E0A12);letter-spacing:-.02em;line-height:1.15;display:block;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-root .navbar-brand .navbar-brand-sub{font-family:Funnel Display,sans-serif;font-size:.625rem;color:var(--site-burgundy-main, #380E17);max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.22em;font-weight:700;display:block;margin-top:.0625rem}.navbar-root .navbar-links{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.25rem}.navbar-root .navbar-links .navbar-link{font-family:Funnel Display,sans-serif;color:var(--site-burgundy-main, #380E17);text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.5rem .875rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;border-radius:.5rem;position:relative;-ms-transition:color .2s ease,background .2s ease;-webkit-transition:color .2s ease,background .2s ease;-moz-transition:color .2s ease,background .2s ease;transition:color .2s ease,background .2s ease}.navbar-root .navbar-links .navbar-link:after{content:"";position:absolute;bottom:.125rem;left:50%;transform:translate(-50%) scaleX(0);width:60%;height:.0625rem;background:#cfa362;-ms-transition:transform .25s ease;-webkit-transition:transform .25s ease;-moz-transition:transform .25s ease;transition:transform .25s ease;-webkit-border-radius:.0625rem;-moz-border-radius:.0625rem;-ms-border-radius:.0625rem;border-radius:.0625rem}.navbar-root .navbar-links .navbar-link:hover{color:var(--site-text-dark, #2E0A12);background:rgba(var(--site-burgundy-light-rgb),.08)}.navbar-root .navbar-links .navbar-link:hover:after{transform:translate(-50%) scaleX(1)}.navbar-root .navbar-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.5rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.navbar-root .navbar-controls .btn-primary{border:1px solid rgba(207,163,98,.5)}.navbar-root .navbar-controls .nav-hamburger{display:none;background:rgba(var(--site-burgundy-light-rgb),.04);border:1px solid rgba(var(--site-burgundy-light-rgb),.25);color:var(--site-burgundy-main, #380E17);width:2.5rem;height:2.5rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.navbar-root .theme-dropdown-panel{position:absolute;top:calc(100% + .625rem);right:0;width:15rem;background:var(--site-burgundy-dark, #24070E);border:1px solid rgba(192,139,119,.3);-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;border-radius:1rem;padding:.5rem;-webkit-box-shadow:0 1.25rem 3.125rem rgba(0,0,0,.7);-moz-box-shadow:0 1.25rem 3.125rem rgba(0,0,0,.7);box-shadow:0 1.25rem 3.125rem #000000b3;animation:fadeInDown .2s ease;z-index:1000}.navbar-root .theme-dropdown-panel .theme-dropdown-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.18em;color:#c08b77;padding:.375rem .75rem .625rem;font-weight:700;display:block;border-bottom:1px solid rgba(247,243,236,.1);margin-bottom:.375rem}.navbar-root .theme-dropdown-panel .theme-dropdown-item{width:100%;background:transparent;border:none;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;padding:.5625rem .875rem;font-size:.875rem;font-weight:600;text-align:left;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.625rem;color:var(--site-text-light, #F7F3EC);font-family:Funnel Display,sans-serif;-ms-transition:background .15s,color .15s;-webkit-transition:background .15s,color .15s;-moz-transition:background .15s,color .15s;transition:background .15s,color .15s}.navbar-root .theme-dropdown-panel .theme-dropdown-item:hover{background:#f7f3ec1a;color:#c08b77}.navbar-root .theme-dropdown-panel .theme-dropdown-item.active{font-weight:700}@keyframes mobileMenuItemIn{0%{opacity:0;transform:translate(1.5rem)}to{opacity:1;transform:translate(0)}}.mobile-menu-overlay{display:none;overflow-y:auto;position:fixed;top:0;right:0;bottom:0;width:30%;min-width:18.75rem;z-index:998;background:linear-gradient(to right,rgba(var(--site-burgundy-dark-rgb),0) 3%,rgba(var(--site-burgundy-dark-rgb),.56) 45%,rgba(var(--site-burgundy-dark-rgb),.7) 60%,var(--site-burgundy-dark, #24070E) 100%);border-left:none;-webkit-box-shadow:-rem-calc(12) 0 2.5rem rgba(0,0,0,.3);-moz-box-shadow:-rem-calc(12) 0 2.5rem rgba(0,0,0,.3);box-shadow:-rem-calc(12) 0 2.5rem #0000004d;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;padding:6.25rem 2rem 2rem;animation:slideInRight .3s cubic-bezier(.16,1,.3,1)}.mobile-menu-overlay.open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mobile-menu-overlay .mobile-menu-link{font-family:Funnel Display,sans-serif;font-size:1.5rem;font-weight:700;color:var(--site-text-light, #F7F3EC);text-decoration:none;text-align:right;width:100%;padding:.75rem .375rem;border-bottom:1px solid rgba(247,243,236,.12);-ms-transition:color .2s;-webkit-transition:color .2s;-moz-transition:color .2s;transition:color .2s;letter-spacing:-.01em;opacity:0;animation:mobileMenuItemIn .45s cubic-bezier(.16,1,.3,1) both}.mobile-menu-overlay .mobile-menu-link:hover{color:#cfa362}.mobile-menu-overlay .mobile-menu-link:nth-of-type(1){animation-delay:.32s}.mobile-menu-overlay .mobile-menu-link:nth-of-type(2){animation-delay:.38s}.mobile-menu-overlay .mobile-menu-link:nth-of-type(3){animation-delay:.44s}.mobile-menu-overlay .mobile-menu-link:nth-of-type(4){animation-delay:.5s}.mobile-menu-overlay .mobile-menu-actions{margin-top:1.75rem;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;opacity:0;animation:mobileMenuItemIn .45s cubic-bezier(.16,1,.3,1) both;animation-delay:.62s}.mobile-menu-overlay .mobile-menu-actions .btn-ghost{background:#f7f3ec0f;border-color:#f7f3ec40;color:var(--site-text-light, #F7F3EC)}.mobile-menu-overlay .mobile-menu-actions .btn-ghost:hover{background:#f7f3ec1f;color:#cfa362;border-color:transparent}.mobile-menu-overlay .mobile-menu-actions .btn-ghost:hover:after{border-color:#cfa36280}@media (max-width: 1199px){.navbar-root .navbar-links{display:none!important}.navbar-root .navbar-inner{padding:0 1.25rem;height:3.875rem}.navbar-root .navbar-controls .btn{display:none!important}.navbar-root .navbar-controls .nav-hamburger{display:flex!important}}.optimized-img-wrapper{position:relative;overflow:hidden;display:inline-block;width:100%;border-radius:8px;height:100%}.optimized-img-wrapper.is-clickable{cursor:pointer}.optimized-img-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(12px);transform:scale(1.08);z-index:1;pointer-events:none}.optimized-img-main{width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:2;opacity:0;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.optimized-img-wrapper.is-loaded .optimized-img-main,.optimized-img-wrapper.is-thumbnail .optimized-img-main{opacity:1}.masonry-gallery-section{padding:4rem 1.5rem;max-width:1440px;margin:0 auto}.masonry-gallery-header{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2.5rem;flex-wrap:wrap;gap:1.5rem}.masonry-gallery-heading-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--mg-accent);font-weight:700;display:block;margin-bottom:.4rem}.masonry-gallery-heading-text{margin:0}.masonry-gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem}.masonry-gallery-filter-pill{background:transparent;color:var(--mg-muted-color);border:1px solid var(--mg-card-border);border-radius:20px;padding:.45rem 1.1rem;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s}.masonry-gallery-filter-pill.is-active{background:var(--mg-filter-active-bg);color:var(--mg-filter-active-col);border:none}.masonry-gallery{columns:3 280px;column-gap:1.25rem}@media (max-width: 1023px){.masonry-gallery{columns:2 240px}}@media (max-width: 479px){.masonry-gallery{columns:1}}.masonry-item{break-inside:avoid;margin-bottom:1.25rem;display:block;position:relative;overflow:hidden;cursor:pointer;background:var(--mg-card-bg);border:1px solid var(--mg-card-border);border-radius:var(--mg-card-radius)}.masonry-item:hover .masonry-item-img img{transform:scale(1.04)}.masonry-item:hover .gallery-overlay{opacity:1}.masonry-item-img{width:100%;height:auto;display:flex;border-radius:var(--mg-card-radius);filter:var(--mg-img-filter);aspect-ratio:var(--mg-img-aspect-ratio, auto)}.masonry-item-img img{transition:transform .45s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.16,1,.3,1)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem;background:var(--mg-overlay-grad);border-radius:var(--mg-card-radius)}.masonry-item-category{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--mg-accent);font-weight:700;margin-bottom:.25rem}.masonry-item-aspect-ratio{opacity:.6;margin-left:.5rem;font-weight:500}.masonry-item-title{font-size:1.05rem;font-weight:700;color:var(--mg-title-color);margin:0;line-height:1.3}.masonry-item-social-links{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem}.masonry-item-social-link{background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s}.masonry-item-social-link:hover{background:#ffffff4d}.masonry-gallery-empty{text-align:center;padding:4rem 1rem;color:var(--mg-muted-color);font-size:1rem}.timeline-section{background:var(--site-burgundy-dark, #24070E);padding:5rem 1.5rem;position:relative}.timeline-section:before{content:"";position:absolute;inset:0 0 auto;height:.0625rem;background:linear-gradient(to right,transparent,rgba(207,163,98,.55) 50%,transparent)}.timeline-section__container{max-width:90rem;margin:0 auto}.timeline-section__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.timeline-section__intro{min-width:0}.timeline-section__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#cfa362;font-weight:700}.timeline-section__title{font-family:Golos Text,Cormorant Garamond,serif;font-size:2.375rem;font-weight:400;color:var(--site-text-light, #F7F3EC);margin:.375rem 0 1.5rem;line-height:1.15}.timeline-section__desc{color:rgba(var(--site-text-light-rgb),.68);font-size:1rem;line-height:1.7;margin-bottom:2rem}.timeline-section__btn{background:#cfa362;color:var(--site-burgundy-dark, #24070E);border:none;border-radius:1rem;padding:.875rem 1.75rem;font-size:.875rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 .5rem 1.25rem #cfa3624d;transition:transform .2s ease,box-shadow .2s ease}.timeline-section__btn:hover{transform:translateY(-2px);box-shadow:0 .75rem 1.625rem #cfa36266}.timeline-section__btn:active{transform:translateY(-2px) scale(.97)}.timeline-section__items{display:flex;flex-direction:column;gap:1.125rem;min-width:0}.timeline-section__item{background:#ffffff08;border:.0625rem solid rgba(255,255,255,.08);border-left:.1875rem solid rgba(207,163,98,.55);border-radius:1rem;padding:1.375rem;transition:transform .2s ease,border-color .2s ease,background .2s ease}.timeline-section__item:hover{transform:translateY(-2px);background:#ffffff0d;border-left-color:#cfa362}.timeline-section__item-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.timeline-section__item-icon{color:#cfa362;flex-shrink:0}.timeline-section__item-year{font-size:.8125rem;font-weight:700;color:#cfa362}.timeline-section__item-title{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.1875rem;font-weight:400;color:var(--site-text-light, #F7F3EC);margin:0 0 .375rem;overflow-wrap:break-word}.timeline-section__item-detail{font-size:.90625rem;color:rgba(var(--site-text-light-rgb),.62);margin:0;line-height:1.6;overflow-wrap:break-word}@media (max-width: 1023px){.timeline-section__grid{grid-template-columns:1fr;gap:2.5rem}.timeline-section__title{font-size:1.875rem}}@media (max-width: 640px){.timeline-section{padding:3.5rem 1.125rem}.timeline-section__title{font-size:1.625rem}.timeline-section__desc{font-size:.90625rem}.timeline-section__btn{width:100%;justify-content:center}.timeline-section__item{padding:1.125rem}}@media (max-width: 360px){.timeline-section__title{font-size:1.4375rem}}.guidelines-section{background:var(--gs-bg);padding:5rem 1.5rem;border-top:var(--gs-border-top)}.guidelines-section__container{max-width:1440px;margin:0 auto}.guidelines-section__header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.guidelines-section__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--gs-accent);font-weight:700}.guidelines-section__title{font-size:2.4rem;font-weight:800;color:var(--gs-text);margin:.4rem 0 1rem}.guidelines-section__desc{color:var(--gs-muted);font-size:.95rem;line-height:1.6}.guidelines-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:1.2rem}.guidelines-section__item{background:var(--gs-item-bg);border:1px solid var(--gs-item-border);-webkit-border-radius:18px;-moz-border-radius:18px;-ms-border-radius:18px;border-radius:18px;padding:1.2rem 1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem;-webkit-box-shadow:var(--gs-item-shadow);-moz-box-shadow:var(--gs-item-shadow);box-shadow:var(--gs-item-shadow)}.guidelines-section__icon{color:var(--gs-accent);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.guidelines-section__text{font-size:.92rem;color:var(--gs-text);font-weight:600}.contact-section{background:var(--site-burgundy-dark, #24070E);padding:5rem 1.5rem;position:relative}.contact-section:before{content:"";position:absolute;inset:0 0 auto;height:.0625rem;background:linear-gradient(to right,transparent,rgba(207,163,98,.55) 50%,transparent)}.contact-section__container{max-width:90rem;margin:0 auto}.contact-section__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem}.contact-section__intro{min-width:0}.contact-section__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#cfa362;font-weight:700}.contact-section__title{font-family:Golos Text,Cormorant Garamond,serif;font-size:2.25rem;font-weight:400;color:var(--site-text-light, #F7F3EC);margin:.375rem 0 1.375rem;line-height:1.15}.contact-section__desc{color:rgba(var(--site-text-light-rgb),.68);font-size:.96875rem;line-height:1.7;margin-bottom:2.25rem}.contact-section__info{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.125rem}.contact-section__info-item{display:flex;align-items:center;gap:1rem;min-width:0}.contact-section__icon-box{width:2.625rem;height:2.625rem;border-radius:50%;background:#cfa3621f;border:.0625rem solid rgba(207,163,98,.3);display:flex;align-items:center;justify-content:center;color:#cfa362;flex-shrink:0}.contact-section__info-label{font-size:.6875rem;color:rgba(var(--site-text-light-rgb),.55);text-transform:uppercase;letter-spacing:.05em}.contact-section__info-value{font-size:.96875rem;font-weight:700;color:var(--site-text-light, #F7F3EC);text-decoration:none;overflow-wrap:break-word}.contact-section__form{background:#ffffff08;border:.0625rem solid rgba(255,255,255,.08);border-top:.1875rem solid #CFA362;border-radius:1.375rem;padding:2rem;display:flex;flex-direction:column;gap:1.125rem;box-shadow:0 1.25rem 2.5rem #00000059;min-width:0}.contact-section__form-title{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.3125rem;font-weight:400;color:var(--site-text-light, #F7F3EC);margin:0}.contact-section__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-section__input-label{font-size:.75rem;color:rgba(var(--site-text-light-rgb),.6);display:block;margin-bottom:.375rem}.contact-section__input{width:100%;background:#ffffff0d;border:.0625rem solid rgba(255,255,255,.12);border-radius:.75rem;padding:.8125rem 1rem;color:var(--site-text-light, #F7F3EC);font-size:.90625rem;outline:none;transition:border-color .2s ease}.contact-section__input::placeholder{color:rgba(var(--site-text-light-rgb),.4)}.contact-section__input:focus{border-color:#cfa36299}.contact-section__input--textarea{resize:vertical}.contact-section__submit-btn{background:#cfa362;color:var(--site-burgundy-dark, #24070E);border:none;border-radius:.875rem;padding:.9375rem;font-size:.90625rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 .5rem 1.25rem #cfa3624d;transition:transform .2s ease,box-shadow .2s ease}.contact-section__submit-btn:hover{transform:translateY(-2px);box-shadow:0 .75rem 1.625rem #cfa36266}.contact-section__submit-btn:active{transform:translateY(-2px) scale(.97)}.contact-section__success-msg{background:#4ade8026;border:.0625rem solid rgba(74,222,128,.4);color:#4ade80;padding:1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-align:center}@media (max-width: 1023px){.contact-section__grid{grid-template-columns:1fr;gap:2.5rem}.contact-section__title{font-size:1.75rem}}@media (max-width: 560px){.contact-section{padding:3.5rem 1.125rem}.contact-section__title{font-size:1.5625rem}.contact-section__form{padding:1.375rem}.contact-section__form-grid{grid-template-columns:1fr}}@media (max-width: 360px){.contact-section__title{font-size:1.375rem}}.footer-section{background:var(--fs-bg);border-top:var(--fs-border-top);padding:2.5rem 1.5rem;text-align:center;color:var(--fs-muted);font-size:.82rem}.footer-section__container{max-width:1440px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem}.footer-section__brand{color:var(--fs-text)}.footer-section__socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.2rem;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-section__link{color:var(--fs-muted);text-decoration:none}.footer-section__link--active{color:var(--fs-accent);font-weight:600}.luxe-divider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;padding:2rem 0;gap:.25rem;color:#c08b77}.luxe-divider .luxe-divider-line{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:1px;background:currentColor;opacity:.5;max-width:25rem}.luxe-divider .luxe-divider-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.luxe-divider .luxe-divider-icon svg{display:block;color:currentColor}.luxe-header{padding:1rem 2rem;max-width:90rem;margin:0 auto;margin-top:4rem;position:relative}.luxe-hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:2rem;align-items:center}.luxe-hero-bio-col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding-top:2rem;align-items:center;min-width:0}.luxe-role-divider{padding:1.25rem 0}.luxe-role-divider .luxe-divider-line{background:none;opacity:1}.luxe-role-divider .luxe-divider-line:first-child{background:linear-gradient(to left,currentColor,transparent)}.luxe-role-divider .luxe-divider-line:last-child{background:linear-gradient(to right,currentColor,transparent)}.luxe-role-text{font-size:.875rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--site-burgundy-main, #380E17);margin:0 0 1.5rem}.luxe-bio-text{font-size:1.0625rem;word-spacing:.075rem;line-height:1.7;color:#3d2222;max-width:540px;margin-bottom:1.75rem;font-weight:400;border-left:2px solid rgba(var(--site-burgundy-light-rgb),.3);padding-left:1.25rem}.luxe-signature-wrapper{display:flex;flex-direction:column;width:fit-content;margin-top:.75rem}.luxe-signature-text{font-family:Italianno,Great Vibes,cursive;font-size:4.5rem;color:var(--site-burgundy-main, #380E17);display:inline-block;margin:0 auto .375rem;line-height:1;text-shadow:0 .125rem .375rem rgba(var(--site-burgundy-main-rgb),.1)}.luxe-location-tag{font-size:.8125rem;letter-spacing:.22em;color:var(--site-text-muted, #7C5B63);font-weight:700;text-transform:uppercase;margin:.75rem 0 1.25rem}.luxe-hero-specs-card{background:var(--site-cream-card, #EFE6DA);border:1px solid rgba(var(--site-burgundy-light-rgb),.15);border-top:3px solid #C08B77;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem;max-width:35rem;-webkit-box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06);-moz-box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06);box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06)}.luxe-hero-specs-header{font-family:Golos Text,Cormorant Garamond,serif;font-size:.875rem;letter-spacing:.18em;color:var(--site-burgundy-main, #380E17);margin:0 0 1.25rem;font-weight:700;border-bottom:1px solid rgba(var(--site-burgundy-light-rgb),.12);padding-bottom:.375rem}.luxe-hero-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem .75rem}@media (max-width: 640px){.luxe-hero-specs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 360px){.luxe-hero-specs-grid{grid-template-columns:1fr}}.luxe-hero-spec-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.luxe-hero-spec-item .spec-label{font-size:.625rem;letter-spacing:.14em;color:var(--site-text-muted, #7C5B63);text-transform:uppercase;font-weight:700}.luxe-hero-spec-item .spec-val{font-size:1rem;font-weight:800;color:var(--site-text-dark, #2E0A12);margin-top:.25rem}.luxe-hero-cta{gap:1rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 360px){.luxe-hero-cta{flex-direction:column;align-items:stretch}}.luxe-hero-btn{padding:1rem 2rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;width:12.5rem}@media (max-width: 360px){.luxe-hero-btn{white-space:normal;text-align:center}}.luxe-hero-image-col{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end;position:relative;min-width:0;width:100%}.luxe-dual-arch-container{position:relative;width:100%;aspect-ratio:1;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end}.luxe-main-arch-frame{position:absolute;left:3.2%;bottom:0;width:59.7%;height:90%;-webkit-border-radius:16.25rem 16.25rem 1rem 1rem;-moz-border-radius:16.25rem 16.25rem 1rem 1rem;-ms-border-radius:16.25rem 16.25rem 1rem 1rem;border-radius:16.25rem 16.25rem 1rem 1rem;border:.75rem solid transparent;background:linear-gradient(135deg,#f6e2a8,#c08b77 35%,#8c6a3f,#c08b77 75%,#f6e2a8) border-box;overflow:hidden;z-index:5;translate:0;rotate:-1.5deg;scale:1;transform-origin:bottom center}@media (max-width: 560px){.luxe-main-arch-frame{rotate:0deg;width:calc(100% - 2rem);left:0;height:auto;aspect-ratio:.6;margin:0 1rem}}.luxe-main-arch-frame .luxe-arch-img{width:100%;height:100%;object-fit:cover;object-position:center top;cursor:pointer}.luxe-secondary-arch-frame{position:absolute;right:0;bottom:1.7%;width:46.8%;height:70%;-webkit-border-radius:13.125rem 13.125rem 1rem 1rem;-moz-border-radius:13.125rem 13.125rem 1rem 1rem;-ms-border-radius:13.125rem 13.125rem 1rem 1rem;border-radius:13.125rem 13.125rem 1rem 1rem;border:.625rem solid transparent;background:linear-gradient(135deg,#f6e2a8,#c08b77 35%,#8c6a3f,#c08b77 75%,#f6e2a8) border-box;overflow:hidden;z-index:3;translate:0;rotate:2deg;scale:1;transform-origin:bottom center}@media (max-width: 560px){.luxe-secondary-arch-frame{display:none}}.luxe-secondary-arch-frame .luxe-arch-img{width:100%;height:100%;object-fit:cover;object-position:center top;cursor:pointer}.luxe-secondary-arch-frame .luxe-arch-spark-icon{position:absolute;top:-1.875rem;right:.9375rem;font-size:2.5rem;color:#c08b77;opacity:.6;pointer-events:none}@media (max-width: 1199px){.luxe-hero-grid{grid-template-columns:1fr;gap:2.5rem}.luxe-hero-image-col{order:-1;justify-content:flex-start}.luxe-hero-bio-col{padding-top:0;align-items:flex-start;text-align:left;max-width:35rem}.luxe-signature-text{margin-left:0}.luxe-bio-text{max-width:38.75rem}.luxe-hero-specs-card{max-width:none}.luxe-dual-arch-container{max-width:43.75rem;margin:0 auto}}@media (max-width: 560px){.luxe-secondary-arch-frame,.luxe-main-arch-frame{position:relative;border-width:.4375rem}}.luxe-variant-d1-container{position:relative;width:100%;max-width:620px;aspect-ratio:620/600;height:auto}.luxe-variant-d1-back{position:absolute;right:4%;bottom:0;width:55%;height:82%;-webkit-border-radius:12.5rem 12.5rem 1rem 1rem;-moz-border-radius:12.5rem 12.5rem 1rem 1rem;-ms-border-radius:12.5rem 12.5rem 1rem 1rem;border-radius:12.5rem 12.5rem 1rem 1rem;background:var(--site-burgundy-dark, #24070E);border:.625rem solid #C08B77;overflow:hidden;transform:rotate(-3deg);z-index:3;-webkit-box-shadow:0 .75rem 1.25rem rgba(0,0,0,.35);-moz-box-shadow:0 .75rem 1.25rem rgba(0,0,0,.35);box-shadow:0 .75rem 1.25rem #00000059}.luxe-variant-d1-back img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-d1-front{position:absolute;left:2%;bottom:0;width:62%;height:94%;-webkit-border-radius:15rem 15rem 1rem 1rem;-moz-border-radius:15rem 15rem 1rem 1rem;-ms-border-radius:15rem 15rem 1rem 1rem;border-radius:15rem 15rem 1rem 1rem;background:var(--site-burgundy-dark, #24070E);border:.75rem solid #C08B77;overflow:hidden;transform:rotate(-3deg);z-index:5;-webkit-box-shadow:0 1rem 1.625rem rgba(var(--site-burgundy-dark-rgb),.45);-moz-box-shadow:0 1rem 1.625rem rgba(var(--site-burgundy-dark-rgb),.45);box-shadow:0 1rem 1.625rem rgba(var(--site-burgundy-dark-rgb),.45)}.luxe-variant-d1-front img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-d2-row{display:flex;gap:1.25rem;width:100%;max-width:620px}.luxe-variant-d2-frame{flex:1;aspect-ratio:3/4;-webkit-border-radius:12.5rem 12.5rem .75rem .75rem;-moz-border-radius:12.5rem 12.5rem .75rem .75rem;-ms-border-radius:12.5rem 12.5rem .75rem .75rem;border-radius:12.5rem 12.5rem .75rem .75rem;background:var(--site-burgundy-dark, #24070E);border:.625rem solid #C08B77;overflow:hidden;-webkit-box-shadow:0 .875rem 1.5rem rgba(var(--site-burgundy-dark-rgb),.35);-moz-box-shadow:0 .875rem 1.5rem rgba(var(--site-burgundy-dark-rgb),.35);box-shadow:0 .875rem 1.5rem rgba(var(--site-burgundy-dark-rgb),.35)}.luxe-variant-d2-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-d3-container{position:relative;width:100%;max-width:560px;aspect-ratio:560/640}.luxe-variant-d3-main{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-border-radius:16.25rem 16.25rem 1rem 1rem;-moz-border-radius:16.25rem 16.25rem 1rem 1rem;-ms-border-radius:16.25rem 16.25rem 1rem 1rem;border-radius:16.25rem 16.25rem 1rem 1rem;background:var(--site-burgundy-dark, #24070E);border:.75rem solid #C08B77;overflow:hidden;-webkit-box-shadow:0 1.125rem 2rem rgba(var(--site-burgundy-dark-rgb),.4);-moz-box-shadow:0 1.125rem 2rem rgba(var(--site-burgundy-dark-rgb),.4);box-shadow:0 1.125rem 2rem rgba(var(--site-burgundy-dark-rgb),.4)}.luxe-variant-d3-main img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-d3-thumb{position:absolute;bottom:-1.5rem;right:-1.5rem;width:34%;aspect-ratio:1/1;border-radius:50%;background:var(--site-burgundy-dark, #24070E);border:.5rem solid #C08B77;overflow:hidden;z-index:4;-webkit-box-shadow:0 .625rem 1.25rem rgba(0,0,0,.4);-moz-box-shadow:0 .625rem 1.25rem rgba(0,0,0,.4);box-shadow:0 .625rem 1.25rem #0006}.luxe-variant-d3-thumb img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-a-frame{position:relative;width:100%;max-width:28.75rem;aspect-ratio:460/620;margin:0 auto;-webkit-border-radius:18.75rem 18.75rem 1rem 1rem;-moz-border-radius:18.75rem 18.75rem 1rem 1rem;-ms-border-radius:18.75rem 18.75rem 1rem 1rem;border-radius:18.75rem 18.75rem 1rem 1rem;background:var(--site-burgundy-dark, #24070E);border:.875rem solid #C08B77;overflow:hidden;cursor:pointer;-webkit-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.35);-moz-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.35);box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.35);-ms-transition:transform .4s cubic-bezier(.16,1,.3,1);-webkit-transition:transform .4s cubic-bezier(.16,1,.3,1);-moz-transition:transform .4s cubic-bezier(.16,1,.3,1);transition:transform .4s cubic-bezier(.16,1,.3,1)}.luxe-variant-a-frame:hover{transform:translateY(-.5rem)}.luxe-variant-a-frame img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-b-frame{position:relative;width:100%;max-width:26.25rem;aspect-ratio:1/1;margin:0 auto;cursor:pointer}.luxe-variant-b-ring{position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border:2px solid rgba(192,139,119,.55);border-radius:50%;pointer-events:none}.luxe-variant-b-photo{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;overflow:hidden;border:.625rem solid #C08B77;-webkit-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3);-moz-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3);box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3)}.luxe-variant-b-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-b-spark{position:absolute;top:-2%;right:2%;font-size:1.875rem;color:#c08b77;z-index:2}.luxe-variant-c-frame{position:relative;width:100%;max-width:30rem;aspect-ratio:480/600;margin:0 auto;padding:1.125rem;cursor:pointer}.luxe-variant-c-photo{position:relative;width:100%;height:100%;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;border-radius:.375rem;overflow:hidden;-webkit-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3);-moz-box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3);box-shadow:0 1.25rem 2.5rem rgba(var(--site-burgundy-dark-rgb),.3)}.luxe-variant-c-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-variant-c-bracket{position:absolute;width:3rem;height:3rem;border:3px solid #C08B77;pointer-events:none}.luxe-variant-c-bracket.tl{top:0;left:0;border-right:none;border-bottom:none}.luxe-variant-c-bracket.br{bottom:0;right:0;border-left:none;border-top:none}.luxe-highlights-section{background-color:#360e18;color:var(--site-text-light, #F7F3EC);padding:4.5rem 2rem}.luxe-section-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;gap:1.5rem;max-width:800px;margin:0 auto 2.5rem}.luxe-section-header .luxe-sec-line{flex:1;height:.0625rem}.luxe-section-header .luxe-sec-line:first-child{background:linear-gradient(to left,rgba(247,243,236,.3),transparent)}.luxe-section-header .luxe-sec-line:last-child{background:linear-gradient(to right,rgba(247,243,236,.3),transparent)}.luxe-section-header .luxe-sec-line.dark:first-child{background:linear-gradient(to left,rgba(var(--site-burgundy-light-rgb),.32),transparent)}.luxe-section-header .luxe-sec-line.dark:last-child{background:linear-gradient(to right,rgba(var(--site-burgundy-light-rgb),.32),transparent)}.luxe-section-header .luxe-sec-title{font-size:1rem;letter-spacing:.28em;font-weight:600;color:var(--site-text-light, #F7F3EC);text-transform:uppercase;margin:0}.luxe-section-header .luxe-sec-title.dark{color:var(--site-burgundy-main, #380E17)}@media (max-width: 560px){.luxe-section-header .luxe-sec-title{font-size:.75rem;letter-spacing:.18em}}.luxe-highlights-subtitle{text-align:center;font-size:.875rem;color:#f7f3eca6;margin-bottom:3rem}.luxe-highlight-card{flex:0 0 calc((100% - 1.75rem * (var(--highlights-per-view) - 1)) / var(--highlights-per-view));scroll-snap-align:start;position:relative;background:var(--site-burgundy-dark, #24070E);border:1px solid var(--card-theme-color, rgba(192, 139, 119, .35));-webkit-border-radius:.75rem;-moz-border-radius:.75rem;-ms-border-radius:.75rem;border-radius:.75rem;overflow:hidden;cursor:pointer;outline:none;-ms-transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease;-webkit-transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease;-moz-transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease;transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.luxe-highlight-card.theme-showcase{--card-theme-color: $color-gold-accent}.luxe-highlight-card.theme-print{--card-theme-color: #489B74}.luxe-highlight-card.theme-bridal{--card-theme-color: #E67385}.luxe-highlight-card.theme-ramp{--card-theme-color: #C07BB0}.luxe-highlight-card.theme-western{--card-theme-color: #5E81AC}.luxe-highlight-card.theme-ethnic{--card-theme-color: #D08770}.luxe-highlight-card.theme-polaroid{--card-theme-color: #EBCB8B}.luxe-highlight-card.theme-albums{--card-theme-color: #B48EAD}.luxe-highlight-card:hover{transform:translateY(-.5rem);border-color:#c08b77}.luxe-highlight-card:hover .luxe-highlight-card-img-wrapper{transform:scale(1.05)}.luxe-highlight-card:hover .luxe-highlight-card-badge{background:#c08b77;color:var(--site-text-dark, #2E0A12)}.luxe-highlight-shimmer-sweep{position:absolute;top:-50%;left:-150%;width:100%;height:200%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.18) 45%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.18) 55%,transparent 100%);transform:rotate(25deg);z-index:6;pointer-events:none}@keyframes shimmerSweep{0%{left:-150%}to{left:150%}}.luxe-highlight-card-img-wrapper{width:100%;height:20rem;position:relative;overflow:hidden;-ms-transition:transform .6s cubic-bezier(.16,1,.3,1);-webkit-transition:transform .6s cubic-bezier(.16,1,.3,1);-moz-transition:transform .6s cubic-bezier(.16,1,.3,1);transition:transform .6s cubic-bezier(.16,1,.3,1)}@media (max-width: 1200px){.luxe-highlight-card-img-wrapper{height:16.875rem}}@media (max-width: 580px){.luxe-highlight-card-img-wrapper{height:15rem}}.luxe-highlight-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--site-burgundy-dark-rgb),0) 40%,rgba(var(--site-burgundy-dark-rgb),.92));z-index:3;pointer-events:none}.luxe-highlight-card-badge{position:absolute;top:.875rem;right:1rem;z-index:5;background:rgba(var(--site-burgundy-dark-rgb),.85);border:1px solid rgba(192,139,119,.5);color:var(--site-text-light, #F7F3EC);font-size:.625rem;font-weight:800;letter-spacing:.1em;padding:.25rem .625rem;-webkit-border-radius:1.25rem;-moz-border-radius:1.25rem;-ms-border-radius:1.25rem;border-radius:1.25rem;text-transform:uppercase;-ms-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.luxe-highlight-card-content{padding:1.375rem;text-align:center;background:var(--site-burgundy-dark, #24070E);border-top:1px solid rgba(192,139,119,.2);position:relative;z-index:4}.luxe-highlight-card-title{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;letter-spacing:.15em;color:var(--site-text-light, #F7F3EC);margin:0 0 .25rem;text-transform:uppercase}.luxe-highlight-card-sub{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#c08b77;font-weight:600;margin:0}.luxe-highlights-carousel-wrapper{position:relative;max-width:1380px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 .75rem 1.25rem}.luxe-scroll-btn{position:absolute;top:46%;transform:translateY(-50%);z-index:10;width:2.75rem;height:2.75rem;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background:rgba(var(--site-burgundy-main-rgb),.9);border:1px solid rgba(192,139,119,.4);color:var(--site-text-light, #F7F3EC);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;cursor:pointer;-webkit-box-shadow:0 .25rem .9375rem rgba(0,0,0,.4);-moz-box-shadow:0 .25rem .9375rem rgba(0,0,0,.4);box-shadow:0 .25rem .9375rem #0006;-ms-transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;-webkit-transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;-moz-transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease}.luxe-scroll-btn:hover:not(:disabled){background:#c08b77;color:var(--site-text-dark, #2E0A12);transform:translateY(-50%) scale(1.1)}.luxe-scroll-btn:active:not(:disabled){transform:translateY(-50%) scale(.97)}.luxe-scroll-btn:focus-visible{outline:.125rem solid #C08B77;outline-offset:.1875rem}.luxe-scroll-btn:disabled{opacity:.3;cursor:default}.luxe-scroll-btn.left{left:0}.luxe-scroll-btn.right{right:0}@media (max-width: 560px){.luxe-scroll-btn{width:2.25rem;height:2.25rem}.luxe-scroll-btn.left{left:-.375rem}.luxe-scroll-btn.right{right:-.375rem}}.luxe-highlights-scroll-container{--highlights-per-view: 3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex:1;min-width:0;gap:1.75rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-top:1rem;-ms-overflow-style:none;scrollbar-width:none}.luxe-highlights-scroll-container::-webkit-scrollbar{display:none}@media (max-width: 1023px){.luxe-highlights-scroll-container{--highlights-per-view: 2}}@media (max-width: 560px){.luxe-highlights-scroll-container{--highlights-per-view: 1}}.luxe-highlight-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:7.5rem;-ms-transition:transform .3s ease;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;transition:transform .3s ease}.luxe-highlight-item:hover{transform:translateY(-.375rem)}.luxe-highlight-item:hover .luxe-highlight-ring{transform:rotate(180deg) scale(1.05)}.luxe-highlight-item:hover .luxe-highlight-label{color:#c08b77}.luxe-highlight-ring-container{position:relative;width:6.25rem;height:6.25rem;margin-bottom:.75rem}.luxe-highlight-ring{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;padding:.25rem;background:linear-gradient(135deg,#D4AF37 0%,var(--site-burgundy-main, #380E17) 50%,#C08B77 100%);-webkit-box-shadow:0 .5rem 1.25rem rgba(0,0,0,.4);-moz-box-shadow:0 .5rem 1.25rem rgba(0,0,0,.4);box-shadow:0 .5rem 1.25rem #0006;-ms-transition:transform .6s ease;-webkit-transition:transform .6s ease;-moz-transition:transform .6s ease;transition:transform .6s ease}.luxe-highlight-avatar{position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;overflow:hidden;background:#2e0a13;border:.125rem solid #360E18}.luxe-highlight-avatar img{width:100%;height:100%;object-fit:cover}.luxe-highlight-count{position:absolute;bottom:-.125rem;right:.125rem;background:var(--site-burgundy-main, #380E17);color:var(--site-text-light, #F7F3EC);font-size:.625rem;font-weight:800;padding:.125rem .5rem;-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;border:1px solid #C08B77;-webkit-box-shadow:0 .125rem .375rem rgba(0,0,0,.5);-moz-box-shadow:0 .125rem .375rem rgba(0,0,0,.5);box-shadow:0 .125rem .375rem #00000080}.luxe-highlight-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;color:var(--site-text-light, #F7F3EC);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;-ms-transition:color .3s ease;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;transition:color .3s ease}.luxe-specs-section{background-color:var(--site-cream-bg, #F5EFE6);padding:5rem 2rem;max-width:1320px;margin:0 auto}.luxe-two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.luxe-two-col-grid>*{min-width:0}@media (max-width: 768px){.luxe-two-col-grid{grid-template-columns:1fr;gap:2.5rem}}.luxe-col-heading{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.75rem;font-weight:400;letter-spacing:.12em;color:var(--site-burgundy-main, #380E17);margin:0 0 1.75rem;padding-bottom:.875rem;position:relative;text-transform:uppercase}.luxe-col-heading:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:.0625rem;background:linear-gradient(to right,#c08b77,rgba(var(--site-burgundy-light-rgb),.22) 42%,rgba(var(--site-burgundy-light-rgb),0))}@media (max-width: 480px){.luxe-col-heading{font-size:1.625rem}}.luxe-capabilities-list{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem}.luxe-cap-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;gap:1.125rem;padding:1.25rem 1.375rem;background:var(--site-cream-card, #EFE6DA);border:1px solid rgba(var(--site-burgundy-light-rgb),.12);border-left:.1875rem solid rgba(192,139,119,.5);-webkit-border-radius:.625rem;-moz-border-radius:.625rem;-ms-border-radius:.625rem;border-radius:.625rem;-ms-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;-webkit-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;-moz-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease}.luxe-cap-item:hover{border-left-color:#c08b77;transform:translateY(-.125rem);-webkit-box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09);-moz-box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09);box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09)}@media (max-width: 400px){.luxe-cap-item{gap:.8125rem;padding:1rem .875rem}}.luxe-cap-copy{min-width:0}.luxe-cap-icon-box{width:3rem;height:3rem}@media (max-width: 400px){.luxe-cap-icon-box{width:2.5rem;height:2.5rem}}.luxe-cap-icon-box{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;border:1px solid rgba(192,139,119,.45);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;color:var(--site-burgundy-main, #380E17);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;background:linear-gradient(150deg,#c08b7729,#c08b770a)}.luxe-cap-title{font-size:.875rem;letter-spacing:.14em;overflow-wrap:break-word;font-weight:700;color:var(--site-text-dark, #2E0A12);margin:0 0 .375rem;text-transform:uppercase}.luxe-cap-desc{font-size:1rem;overflow-wrap:break-word;color:#5a4444;margin:0;line-height:1.65;font-weight:400}.luxe-attributes-box,.luxe-limits-box{background:var(--site-cream-card, #EFE6DA);border:1px solid rgba(var(--site-burgundy-light-rgb),.15);border-top:.1875rem solid #C08B77;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;border-radius:.5rem;padding:1.625rem 1.5rem;margin-bottom:1.5rem;-webkit-box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06);-moz-box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06);box-shadow:0 .75rem 1.75rem rgba(var(--site-burgundy-dark-rgb),.06);-ms-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;-webkit-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;-moz-transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .35s ease}.luxe-attributes-box:hover,.luxe-limits-box:hover{transform:translateY(-.125rem);border-color:#c08b7773;border-top-color:#c08b77;-webkit-box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09);-moz-box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09);box-shadow:0 .875rem 1.875rem rgba(var(--site-burgundy-dark-rgb),.09)}.luxe-sub-box-title{font-size:.875rem;letter-spacing:.14em;font-weight:700;color:var(--site-burgundy-main, #380E17);margin:0 0 1.125rem;padding-bottom:.75rem;border-bottom:1px solid rgba(var(--site-burgundy-light-rgb),.12);text-transform:uppercase;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.625rem}.luxe-sub-box-title svg{color:#c08b77;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.luxe-attribute-tags{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem}.luxe-attr-tag{background:var(--site-cream-bg, #F5EFE6);border:1px solid rgba(192,139,119,.32);color:var(--site-text-dark, #2E0A12);padding:.5rem .875rem;-webkit-border-radius:1.375rem;-moz-border-radius:1.375rem;-ms-border-radius:1.375rem;border-radius:1.375rem;font-size:.875rem;font-weight:600;display:inline-flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.4375rem;-ms-transition:border-color .3s ease,background .3s ease;-webkit-transition:border-color .3s ease,background .3s ease;-moz-transition:border-color .3s ease,background .3s ease;transition:border-color .3s ease,background .3s ease}.luxe-attr-tag svg{color:#c08b77;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.luxe-attr-tag:hover{border-color:#c08b77;background:#fffdf9}.luxe-limits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(13.125rem,100%),1fr));gap:.5rem 1rem}@media (max-width: 480px){.luxe-limits-grid{grid-template-columns:1fr}}.luxe-limit-item{font-size:.9375rem;color:#5c3a3a;font-weight:500;line-height:1.4;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.625rem;padding:.4375rem .5625rem;-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;border-radius:.375rem;-ms-transition:background .25s ease;-webkit-transition:background .25s ease;-moz-transition:background .25s ease;transition:background .25s ease}.luxe-limit-item:hover{background:rgba(var(--site-burgundy-light-rgb),.05)}.luxe-limit-item span{width:1.25rem;height:1.25rem;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background:#9b3b3b1f;color:#8e2f32;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;font-size:.625rem;font-weight:800;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.luxe-brands-section{background:var(--site-cream-card, #EFE6DA);padding:3.5rem 2rem;border-top:1px solid rgba(var(--site-burgundy-light-rgb),.1);border-bottom:1px solid rgba(var(--site-burgundy-light-rgb),.1);text-align:center}.luxe-brands-heading{font-size:.75rem;letter-spacing:.28em;color:var(--site-text-muted, #7C5B63);font-weight:600;text-transform:uppercase;margin:0 0 2.5rem}.luxe-brands-grid{max-width:1200px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.luxe-brand-logo{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.5rem;letter-spacing:.22em;color:var(--site-burgundy-main, #380E17);font-weight:400;opacity:.85}.luxe-brand-logo span{font-size:.65em;letter-spacing:.3em;font-weight:600;display:block}.luxe-footer-callout{background-color:var(--site-burgundy-dark, #24070E);color:var(--site-text-light, #F7F3EC);position:relative}.luxe-footer-top-divider{padding:0}.luxe-footer-inner{max-width:45rem;margin:0 auto;padding:5.25rem 2rem 4.5rem;text-align:center}.luxe-ring-frame{position:relative}.luxe-ring-frame:before{content:"";position:absolute;top:-1rem;right:-1rem;bottom:-1rem;left:-1rem;border:1px solid rgba(192,139,119,.55);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;pointer-events:none;z-index:2}.luxe-ring-frame:after{content:"✦";position:absolute;top:-.875rem;right:1.125rem;font-size:1.375rem;line-height:1;color:#c08b77;pointer-events:none;z-index:3}.luxe-footer-portrait-frame{width:100%;max-width:9.375rem;aspect-ratio:1;margin:0 auto 1.875rem}.luxe-footer-portrait{width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;overflow:hidden;border:.4375rem solid #C08B77;-webkit-box-shadow:0 1.25rem 2.8125rem rgba(0,0,0,.45);-moz-box-shadow:0 1.25rem 2.8125rem rgba(0,0,0,.45);box-shadow:0 1.25rem 2.8125rem #00000073}.luxe-footer-portrait-img{width:100%;height:100%;object-fit:cover;object-position:center top}.luxe-footer-eyebrow{display:inline-block;font-size:.6875rem;letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:#c08b77;margin-bottom:1.25rem}.luxe-footer-display{font-family:Golos Text,Cormorant Garamond,serif;font-size:clamp(1.875rem,4.2vw,3.25rem);line-height:1.12;font-weight:400;letter-spacing:.03em;color:var(--site-text-light, #F7F3EC);margin:0 0 1.375rem;text-transform:uppercase;text-wrap:balance}.luxe-footer-rule{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;gap:.875rem;margin-bottom:.625rem}.luxe-footer-rule span{height:.0625rem;width:5.625rem;background:linear-gradient(to right,transparent,rgba(192,139,119,.6))}.luxe-footer-rule span:last-of-type{background:linear-gradient(to left,transparent,rgba(192,139,119,.6))}.luxe-footer-rule em{color:#c08b77;font-size:.75rem;font-style:normal}.luxe-footer-script{font-family:Italianno,Great Vibes,cursive;font-size:3.375rem;line-height:1;color:#c08b77;margin-bottom:.625rem}@media (max-width: 480px){.luxe-footer-script{font-size:2.625rem}}.luxe-footer-lede{max-width:28.75rem;margin:0 auto 2.125rem;font-size:.875rem;line-height:1.7;letter-spacing:.06em;color:#f7f3ec9e}.luxe-footer-pills{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.luxe-footer-pill{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.5625rem;padding:.75rem 1.25rem;-webkit-border-radius:2.5rem;-moz-border-radius:2.5rem;-ms-border-radius:2.5rem;border-radius:2.5rem;border:1px solid rgba(192,139,119,.4);color:var(--site-text-light, #F7F3EC);text-decoration:none;font-size:.875rem;font-weight:600;max-width:100%;overflow-wrap:break-word;-ms-transition:background .25s ease,border-color .25s ease;-webkit-transition:background .25s ease,border-color .25s ease;-moz-transition:background .25s ease,border-color .25s ease;transition:background .25s ease,border-color .25s ease}.luxe-footer-pill svg{color:#c08b77;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-ms-transition:color .25s ease;-webkit-transition:color .25s ease;-moz-transition:color .25s ease;transition:color .25s ease}.luxe-footer-pill:hover{background:#c08b7724;border-color:#c08b77}.luxe-footer-pill.is-primary{background:#c08b77;border-color:#c08b77;color:var(--site-burgundy-dark, #24070E)}.luxe-footer-pill.is-primary svg{color:var(--site-burgundy-dark, #24070E)}.luxe-footer-pill.is-primary:hover{background:#e0ae90}.luxe-footer-socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem 1.5rem}.luxe-footer-socials a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.4375rem;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:#f7f3ec8c;text-decoration:none;-ms-transition:color .25s ease;-webkit-transition:color .25s ease;-moz-transition:color .25s ease;transition:color .25s ease}.luxe-footer-socials a svg{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.luxe-footer-socials a:hover{color:#c08b77}.luxe-footer-bottom-bar{border-top:1px solid rgba(247,243,236,.14);padding:1.25rem 2rem;text-align:center;font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;color:#f7f3ec80;font-weight:600}:root{--site-cream-bg: #F5EFE6;--site-cream-bg-rgb: 245, 239, 230;--site-cream-card: #EFE6DA;--site-cream-card-rgb: 239, 230, 218;--site-burgundy-dark: #24070E;--site-burgundy-dark-rgb: 36, 7, 14;--site-burgundy-main: #380E17;--site-burgundy-main-rgb: 56, 14, 23;--site-burgundy-hover: #5C1826;--site-burgundy-hover-rgb: 92, 24, 38;--site-burgundy-light: #4A1521;--site-burgundy-light-rgb: 74, 21, 33;--site-text-dark: #2E0A12;--site-text-dark-rgb: 46, 10, 18;--site-text-muted: #7C5B63;--site-text-muted-rgb: 124, 91, 99;--site-text-light: #F7F3EC;--site-text-light-rgb: 247, 243, 236;--site-on-accent-text: #F7F3EC}html[data-site-theme=midnight]{--site-cream-bg: #120C0D;--site-cream-bg-rgb: 18, 12, 13;--site-cream-card: #1D1416;--site-cream-card-rgb: 29, 20, 22;--site-burgundy-dark: #0A0607;--site-burgundy-dark-rgb: 10, 6, 7;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #B9A9A2;--site-burgundy-light-rgb: 185, 169, 162;--site-text-dark: #F3EAE0;--site-text-dark-rgb: 243, 234, 224;--site-text-muted: #B9A9A2;--site-text-muted-rgb: 185, 169, 162;--site-text-light: #FCEFDD;--site-text-light-rgb: 252, 239, 221;--site-on-accent-text: #0A0607}html[data-site-theme=emerald]{--site-cream-bg: #0C1F17;--site-cream-bg-rgb: 12, 31, 23;--site-cream-card: #142B21;--site-cream-card-rgb: 20, 43, 33;--site-burgundy-dark: #071510;--site-burgundy-dark-rgb: 7, 21, 16;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #9DBBA9;--site-burgundy-light-rgb: 157, 187, 169;--site-text-dark: #EAF3EC;--site-text-dark-rgb: 234, 243, 236;--site-text-muted: #9DBBA9;--site-text-muted-rgb: 157, 187, 169;--site-text-light: #F2FBF6;--site-text-light-rgb: 242, 251, 246;--site-on-accent-text: #071510}html[data-site-theme=rose]{--site-cream-bg: #FBEFEF;--site-cream-bg-rgb: 251, 239, 239;--site-cream-card: #F6E1DF;--site-cream-card-rgb: 246, 225, 223;--site-burgundy-dark: #4A1F24;--site-burgundy-dark-rgb: 74, 31, 36;--site-burgundy-main: #7A2E35;--site-burgundy-main-rgb: 122, 46, 53;--site-burgundy-hover: #96404A;--site-burgundy-hover-rgb: 150, 64, 74;--site-burgundy-light: #855C62;--site-burgundy-light-rgb: 133, 92, 98;--site-text-dark: #4A1F24;--site-text-dark-rgb: 74, 31, 36;--site-text-muted: #855C62;--site-text-muted-rgb: 133, 92, 98;--site-text-light: #FFF6F4;--site-text-light-rgb: 255, 246, 244;--site-on-accent-text: #FFF6F4}html[data-site-theme=ivory]{--site-cream-bg: #FAF9F6;--site-cream-bg-rgb: 250, 249, 246;--site-cream-card: #F0EEE7;--site-cream-card-rgb: 240, 238, 231;--site-burgundy-dark: #201E1B;--site-burgundy-dark-rgb: 32, 30, 27;--site-burgundy-main: #2B2823;--site-burgundy-main-rgb: 43, 40, 35;--site-burgundy-hover: #423D35;--site-burgundy-hover-rgb: 66, 61, 53;--site-burgundy-light: #6E6A63;--site-burgundy-light-rgb: 110, 106, 99;--site-text-dark: #201E1B;--site-text-dark-rgb: 32, 30, 27;--site-text-muted: #6E6A63;--site-text-muted-rgb: 110, 106, 99;--site-text-light: #FFFDF9;--site-text-light-rgb: 255, 253, 249;--site-on-accent-text: #FFFDF9}html[data-site-theme=espresso]{--site-cream-bg: #1B120C;--site-cream-bg-rgb: 27, 18, 12;--site-cream-card: #2A1D14;--site-cream-card-rgb: 42, 29, 20;--site-burgundy-dark: #100A06;--site-burgundy-dark-rgb: 16, 10, 6;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #B8A08C;--site-burgundy-light-rgb: 184, 160, 140;--site-text-dark: #F1E4D3;--site-text-dark-rgb: 241, 228, 211;--site-text-muted: #B8A08C;--site-text-muted-rgb: 184, 160, 140;--site-text-light: #FBF1E3;--site-text-light-rgb: 251, 241, 227;--site-on-accent-text: #100A06}html[data-site-theme=sage]{--site-cream-bg: #F1F3EC;--site-cream-bg-rgb: 241, 243, 236;--site-cream-card: #E5EADD;--site-cream-card-rgb: 229, 234, 221;--site-burgundy-dark: #2B3324;--site-burgundy-dark-rgb: 43, 51, 36;--site-burgundy-main: #3F4D33;--site-burgundy-main-rgb: 63, 77, 51;--site-burgundy-hover: #55693F;--site-burgundy-hover-rgb: 85, 105, 63;--site-burgundy-light: #606C56;--site-burgundy-light-rgb: 96, 108, 86;--site-text-dark: #2B3324;--site-text-dark-rgb: 43, 51, 36;--site-text-muted: #606C56;--site-text-muted-rgb: 96, 108, 86;--site-text-light: #F8FAF4;--site-text-light-rgb: 248, 250, 244;--site-on-accent-text: #F8FAF4}.comp-card-overlay[data-portfolio-theme=classic]{--site-cream-bg: #F5EFE6;--site-cream-bg-rgb: 245, 239, 230;--site-cream-card: #EFE6DA;--site-cream-card-rgb: 239, 230, 218;--site-burgundy-dark: #24070E;--site-burgundy-dark-rgb: 36, 7, 14;--site-burgundy-main: #380E17;--site-burgundy-main-rgb: 56, 14, 23;--site-burgundy-hover: #5C1826;--site-burgundy-hover-rgb: 92, 24, 38;--site-burgundy-light: #4A1521;--site-burgundy-light-rgb: 74, 21, 33;--site-text-dark: #2E0A12;--site-text-dark-rgb: 46, 10, 18;--site-text-muted: #7C5B63;--site-text-muted-rgb: 124, 91, 99;--site-text-light: #F7F3EC;--site-text-light-rgb: 247, 243, 236;--site-on-accent-text: #F7F3EC}.comp-card-overlay[data-portfolio-theme=midnight]{--site-cream-bg: #120C0D;--site-cream-bg-rgb: 18, 12, 13;--site-cream-card: #1D1416;--site-cream-card-rgb: 29, 20, 22;--site-burgundy-dark: #0A0607;--site-burgundy-dark-rgb: 10, 6, 7;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #B9A9A2;--site-burgundy-light-rgb: 185, 169, 162;--site-text-dark: #F3EAE0;--site-text-dark-rgb: 243, 234, 224;--site-text-muted: #B9A9A2;--site-text-muted-rgb: 185, 169, 162;--site-text-light: #FCEFDD;--site-text-light-rgb: 252, 239, 221;--site-on-accent-text: #0A0607}.comp-card-overlay[data-portfolio-theme=emerald]{--site-cream-bg: #0C1F17;--site-cream-bg-rgb: 12, 31, 23;--site-cream-card: #142B21;--site-cream-card-rgb: 20, 43, 33;--site-burgundy-dark: #071510;--site-burgundy-dark-rgb: 7, 21, 16;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #9DBBA9;--site-burgundy-light-rgb: 157, 187, 169;--site-text-dark: #EAF3EC;--site-text-dark-rgb: 234, 243, 236;--site-text-muted: #9DBBA9;--site-text-muted-rgb: 157, 187, 169;--site-text-light: #F2FBF6;--site-text-light-rgb: 242, 251, 246;--site-on-accent-text: #071510}.comp-card-overlay[data-portfolio-theme=rose]{--site-cream-bg: #FBEFEF;--site-cream-bg-rgb: 251, 239, 239;--site-cream-card: #F6E1DF;--site-cream-card-rgb: 246, 225, 223;--site-burgundy-dark: #4A1F24;--site-burgundy-dark-rgb: 74, 31, 36;--site-burgundy-main: #7A2E35;--site-burgundy-main-rgb: 122, 46, 53;--site-burgundy-hover: #96404A;--site-burgundy-hover-rgb: 150, 64, 74;--site-burgundy-light: #855C62;--site-burgundy-light-rgb: 133, 92, 98;--site-text-dark: #4A1F24;--site-text-dark-rgb: 74, 31, 36;--site-text-muted: #855C62;--site-text-muted-rgb: 133, 92, 98;--site-text-light: #FFF6F4;--site-text-light-rgb: 255, 246, 244;--site-on-accent-text: #FFF6F4}.comp-card-overlay[data-portfolio-theme=ivory]{--site-cream-bg: #FAF9F6;--site-cream-bg-rgb: 250, 249, 246;--site-cream-card: #F0EEE7;--site-cream-card-rgb: 240, 238, 231;--site-burgundy-dark: #201E1B;--site-burgundy-dark-rgb: 32, 30, 27;--site-burgundy-main: #2B2823;--site-burgundy-main-rgb: 43, 40, 35;--site-burgundy-hover: #423D35;--site-burgundy-hover-rgb: 66, 61, 53;--site-burgundy-light: #6E6A63;--site-burgundy-light-rgb: 110, 106, 99;--site-text-dark: #201E1B;--site-text-dark-rgb: 32, 30, 27;--site-text-muted: #6E6A63;--site-text-muted-rgb: 110, 106, 99;--site-text-light: #FFFDF9;--site-text-light-rgb: 255, 253, 249;--site-on-accent-text: #FFFDF9}.comp-card-overlay[data-portfolio-theme=espresso]{--site-cream-bg: #1B120C;--site-cream-bg-rgb: 27, 18, 12;--site-cream-card: #2A1D14;--site-cream-card-rgb: 42, 29, 20;--site-burgundy-dark: #100A06;--site-burgundy-dark-rgb: 16, 10, 6;--site-burgundy-main: #E8C58F;--site-burgundy-main-rgb: 232, 197, 143;--site-burgundy-hover: #F2D9AE;--site-burgundy-hover-rgb: 242, 217, 174;--site-burgundy-light: #B8A08C;--site-burgundy-light-rgb: 184, 160, 140;--site-text-dark: #F1E4D3;--site-text-dark-rgb: 241, 228, 211;--site-text-muted: #B8A08C;--site-text-muted-rgb: 184, 160, 140;--site-text-light: #FBF1E3;--site-text-light-rgb: 251, 241, 227;--site-on-accent-text: #100A06}.comp-card-overlay[data-portfolio-theme=sage]{--site-cream-bg: #F1F3EC;--site-cream-bg-rgb: 241, 243, 236;--site-cream-card: #E5EADD;--site-cream-card-rgb: 229, 234, 221;--site-burgundy-dark: #2B3324;--site-burgundy-dark-rgb: 43, 51, 36;--site-burgundy-main: #3F4D33;--site-burgundy-main-rgb: 63, 77, 51;--site-burgundy-hover: #55693F;--site-burgundy-hover-rgb: 85, 105, 63;--site-burgundy-light: #606C56;--site-burgundy-light-rgb: 96, 108, 86;--site-text-dark: #2B3324;--site-text-dark-rgb: 43, 51, 36;--site-text-muted: #606C56;--site-text-muted-rgb: 96, 108, 86;--site-text-light: #F8FAF4;--site-text-light-rgb: 248, 250, 244;--site-on-accent-text: #F8FAF4}.luxe-editorial-theme{background-color:var(--site-cream-bg, #F5EFE6);min-height:100%;min-width:0;color:var(--site-text-dark, #2E0A12);font-family:Manrope,sans-serif}.error-boundary-fallback{padding:2rem;text-align:center;background-color:#f5efe6;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-boundary-title{font-family:Playfair Display,serif;color:#4a1521}.error-boundary-message{color:#7c5b63;max-width:600px;margin:1rem auto}.error-boundary-refresh-btn{padding:.75rem 1.5rem;background-color:#4a1521;color:#fff;border:none;border-radius:4px;cursor:pointer;letter-spacing:1px}.error-boundary-refresh-btn:hover{background-color:#611c2b}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;background:#0a0a0c;color:#e4e4e7;overflow-x:hidden;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid #be8e78;outline-offset:3px;border-radius:6px}button,a{transition:all .2s cubic-bezier(.25,.46,.45,.94)}button:active{transform:scale(.97)}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2}p{line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--site-burgundy-main, #380E17);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--site-burgundy-hover, #5C1826)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #ff6b00b3}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ff6b0000}to{transform:scale(1);box-shadow:0 0 #ff6b0000}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes skeletonPulse{0%{background-color:#7c5b630d}50%{background-color:#7c5b6326}to{background-color:#7c5b630d}}.optimized-img-wrapper.is-loading{animation:skeletonPulse 1.5s ease-in-out infinite;background-color:#7c5b631a}.optimized-img-wrapper.is-loaded{background-color:transparent}.main-wrapper{min-height:100dvh;display:grid;min-width:320px;grid-template-rows:auto 1fr}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.75rem;border-bottom:1px solid rgba(207,163,98,.25);background:rgba(var(--cms-bg-rgb, 245, 239, 230),.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:24px 24px 0 0;flex-shrink:0;flex-wrap:wrap;gap:.6rem;position:sticky;top:0;z-index:5}.modal-header-left{display:flex;align-items:center;gap:.7rem}.modal-header-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#cfa36229;border:1px solid rgba(207,163,98,.4);color:#380e17;flex-shrink:0}.modal-header-title{font-family:Golos Text,Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--cms-text, #2E0A12);letter-spacing:.02em;line-height:1.2}.modal-header-sub{font-size:.68rem;color:var(--cms-heading-accent, #380E17);text-transform:uppercase;letter-spacing:.14em;font-weight:600;display:block}.modal-header-actions{display:flex;align-items:center;gap:.5rem}.modal-close-btn{width:36px;height:36px;border-radius:50%;background:rgba(var(--cms-tint-rgb, 74, 21, 33),.06);border:1px solid rgba(207,163,98,.35);color:var(--cms-text-muted, #7C5B63);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,color .2s}.modal-close-btn:hover{background:#ef44441f;color:#dc2626;border-color:#ef44444d}.modal-action-btn{height:36px;border-radius:10px;border:none;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.4rem;padding:0 1rem;transition:opacity .2s,box-shadow .2s;white-space:nowrap}.modal-action-btn:hover{opacity:.88}.modal-action-btn-primary{background:linear-gradient(135deg,#cfa362,#a97e44);color:var(--cms-accent-text, #FFF8EF);box-shadow:0 4px 14px #cfa3624d}.modal-action-btn-ghost{background:rgba(var(--cms-tint-rgb, 74, 21, 33),.05);border:1px solid rgba(207,163,98,.3);color:var(--cms-heading-accent, #380E17)}.lightbox-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:10}.lightbox-nav-btn:hover{background:#ffffff2e}.lightbox-close-btn{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;z-index:10}.lightbox-close-btn:hover{background:#ef444433}.gallery-hover-card img{transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.gallery-hover-card:hover img{transform:scale(1.05)}.gallery-hover-card:hover{border-color:#ff6b0066!important;box-shadow:0 15px 35px #ff6b0033!important}@media (max-width: 1023px){.dark-studio-grid,.responsive-grid-2,.timeline-grid,.contact-grid,.vogue-grid,.boho-grid,.editorial-grid,.luxe-hero-grid{grid-template-columns:1fr!important;gap:2rem!important}.section-heading-xl{font-size:2rem!important}.form-grid-2{grid-template-columns:1fr!important}.modal-header{padding:1rem 1.25rem}.modal-header-title{font-size:.95rem}.modal-header-actions .modal-action-btn span{display:none}.footer-flex{flex-direction:column!important;justify-content:center!important;text-align:center}.footer-flex>div:last-child{justify-content:center!important}.modal-header-actions .modal-action-btn{padding:0 .7rem}}.dark-studio-grid{display:grid;grid-template-columns:340px 1fr 340px;gap:1.5rem;align-items:stretch}@media (max-width: 1023px){.dark-studio-grid{grid-template-columns:240px 1fr 240px}}@media (max-width: 850px){.dark-studio-grid{display:flex;flex-direction:column}.dark-studio-grid>*:nth-child(1){order:2}.dark-studio-grid>*:nth-child(2){order:1}.dark-studio-grid>*:nth-child(3){order:3}}@media (max-width: 640px){.stats-grid-2{grid-template-columns:1fr 1fr!important}h1{font-size:clamp(2rem,8vw,3rem)!important}h2{font-size:clamp(1.6rem,6vw,2.2rem)!important}section{padding-left:1rem!important;padding-right:1rem!important}.mobile-menu-link{font-size:1.6rem}.modal-root>div:first-child{border-radius:20px 20px 0 0!important}}@media print{body *{visibility:hidden}.printable-comp-card,.printable-comp-card *{visibility:visible}.printable-comp-card{position:absolute;left:0;top:0;width:100%;margin:0;padding:0;box-shadow:none!important}.no-print{display:none!important}}.global-glass-active .glass-card{background:var(--glass-bg, rgba(20, 20, 24, .45))!important;backdrop-filter:blur(32px) saturate(180%)!important;-webkit-backdrop-filter:blur(32px) saturate(180%)!important;border:1px solid var(--glass-border, rgba(255, 255, 255, .15))!important;box-shadow:0 8px 32px #0000004d,inset 0 0 0 1px var(--glass-highlight, rgba(255, 255, 255, .05))!important}.minimal-theme,.boho-theme,.resume-theme,.retro-film-theme{--glass-bg: rgba(255, 255, 255, .55);--glass-border: rgba(0, 0, 0, .1);--glass-highlight: rgba(255, 255, 255, .6)}
