:root{--deep:#0c0c0c;--surface:#141414;--surface2:#1c1c1c;--surface3:#242424;--gold:#c9a96e;--gold-light:#e8d5b0;--gold-dim:#c9a96e26;--ivory:#f5f0e8;--white:#fafafa;--muted:#7a7570;--rose:#c4908a;--border:#c9a96e2e;--border-sub:#ffffff12;--r:4px;--r-lg:14px;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--deep);color:var(--ivory);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:DM Sans,system-ui,sans-serif;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{list-style:none}h1,h2,h3{color:var(--white);font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.08}h1{font-size:clamp(3rem,8.5vw,7.5rem)}h2{font-size:clamp(2.4rem,5vw,4rem)}h3{font-size:clamp(1.25rem,2.2vw,1.7rem)}.section-label{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.7rem;font-weight:500;display:block}.btn-primary{background:var(--gold);color:var(--deep);letter-spacing:.13em;text-transform:uppercase;border-radius:var(--r);transition:background .25s var(--ease), transform .2s, box-shadow .25s;white-space:nowrap;border:none;align-items:center;gap:.55rem;padding:.9rem 2.2rem;font-size:.78rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #c9a96e40}.btn-primary:active{transform:translateY(0)}.btn-outline{color:var(--ivory);letter-spacing:.13em;text-transform:uppercase;border-radius:var(--r);background:0 0;border:1px solid #f5f0e859;align-items:center;gap:.55rem;padding:.9rem 2.2rem;font-size:.78rem;font-weight:500;transition:border-color .25s,color .25s,background .25s;display:inline-flex}.btn-outline:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-dim)}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{opacity:0;transition:opacity .75s var(--ease), transform .75s var(--ease);transform:translateY(28px)}.fade-up.visible{opacity:1;transform:translateY(0)}#navbar{z-index:900;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:transform .4s var(--ease), background .3s;background:#0c0c0ce0;position:fixed;top:0;left:0;right:0;transform:translateY(0)}#navbar.nav-hidden{transform:translateY(-100%)}#navbar.nav-scrolled{background:#0c0c0cf7}.nav-inner{justify-content:space-between;align-items:center;max-width:1280px;height:74px;margin:0 auto;padding:0 2.5rem;display:flex}.nav-logo{letter-spacing:.06em;color:var(--ivory);flex-shrink:0;font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:700}.nav-logo span{color:var(--gold)}.nav-links{align-items:center;gap:2.8rem;display:flex}.nav-links a{letter-spacing:.1em;text-transform:uppercase;color:#f5f0e8cc;font-size:.78rem;font-weight:500;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:width .3s var(--ease);position:absolute;bottom:-3px;left:0}.nav-links a:hover{color:var(--ivory)}.nav-links a:hover:after{width:100%}.nav-cta{border:1px solid var(--gold)!important;border-radius:var(--r)!important;color:var(--gold)!important;padding:.55rem 1.4rem!important;transition:background .25s,color .25s!important}.nav-cta:after{display:none!important}.nav-cta:hover{background:var(--gold)!important;color:var(--deep)!important}.nav-hamburger{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;display:none}.nav-hamburger span{background:var(--ivory);width:22px;height:1.5px;transition:transform .3s var(--ease), opacity .3s;transform-origin:50%;display:block}.nav-hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu{z-index:850;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);opacity:0;pointer-events:none;transition:transform .4s var(--ease), opacity .3s;background:#0c0c0cf7;padding:2.5rem 2.5rem 3rem;position:fixed;top:74px;left:0;right:0;transform:translateY(-8px)}.mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-menu ul{flex-direction:column;gap:.25rem;display:flex}.mobile-menu a{color:var(--ivory);padding:.35rem 0;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:500;transition:color .2s,transform .2s;display:block}.mobile-menu a:hover{color:var(--gold);transform:translate(6px)}.mobile-cta{color:var(--gold)!important}#hero{align-items:center;height:100svh;min-height:640px;display:flex;position:relative;overflow:hidden}.hero-bg{will-change:transform;background-image:url(/images/darkbackgroundpic.jpg);background-position:50%;background-size:cover;transition:transform 9s ease-out;position:absolute;inset:0;transform:scale(1.06)}.hero-bg.loaded{transform:scale(1)}.hero-overlay{background:linear-gradient(125deg,#0c0c0cc7 0%,#0c0c0c61 55%,#0c0c0c9e 100%);position:absolute;inset:0}.hero-content{z-index:1;width:100%;max-width:1280px;margin:0 auto;padding:74px 2.5rem 0;position:relative}.hero-content h1{max-width:720px;margin-bottom:1.5rem}.hero-content h1 em{color:var(--gold);font-style:italic}.hero-subtitle{color:#e8d5b0d9;letter-spacing:.02em;max-width:480px;margin-bottom:2.8rem;font-size:clamp(1rem,1.8vw,1.15rem);font-weight:300}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-scroll{letter-spacing:.25em;text-transform:uppercase;color:#f5f0e866;flex-direction:column;align-items:center;gap:8px;font-size:.65rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll-line{background:linear-gradient(#c9a96e99,#0000);width:1px;height:50px;animation:2s ease-in-out infinite lineGrow}@keyframes lineGrow{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;opacity:1;transform:scaleY(1)}to{transform-origin:top;opacity:0;transform:scaleY(1)}}#why-us{background:var(--surface);padding:7rem 2.5rem 8rem;position:relative;overflow:hidden}#why-us:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a96e0e 0%,#0000 68%);width:500px;height:500px;position:absolute;top:-150px;right:-150px}.section-header{text-align:center;max-width:620px;margin:0 auto 5rem}.section-header h2{margin-bottom:1.1rem}.section-header p{color:var(--muted);font-size:1rem;line-height:1.7}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1280px;margin:0 auto;display:grid}.why-card{background:var(--surface2);border:1px solid var(--border-sub);border-radius:var(--r-lg);padding:2.4rem 2rem 2.2rem;transition:border-color .35s,transform .35s;position:relative;overflow:hidden}.why-card:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);opacity:0;height:2px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.why-card:hover{border-color:#c9a96e66;transform:translateY(-5px)}.why-card:hover:after{opacity:1}.why-icon{background:var(--gold-dim);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;display:flex}.why-icon svg{width:22px;height:22px}.why-card h3{margin-bottom:.7rem}.why-card p{color:var(--muted);font-size:.88rem;line-height:1.72}#gallery{background:var(--deep);padding:7rem 2.5rem 8rem}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;max-width:1280px;margin:0 auto 3.5rem;display:flex}.gallery-header-left h2{margin-bottom:.6rem}.gallery-header-left p{color:var(--muted)}.instagram-link{border:1px solid var(--border);letter-spacing:.06em;color:var(--gold);white-space:nowrap;border-radius:100px;flex-shrink:0;align-self:flex-end;align-items:center;gap:.6rem;padding:.7rem 1.6rem;font-size:.8rem;font-weight:500;transition:background .25s,border-color .25s;display:inline-flex}.instagram-link:hover{background:var(--gold-dim);border-color:var(--gold)}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1rem;max-width:1280px;margin:0 auto;display:grid}.gallery-grid .gallery-item:first-child{grid-row:span 2}.gallery-grid .gallery-item:nth-child(7){grid-column:span 2}.gallery-item{border-radius:var(--r-lg);cursor:pointer;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;filter:brightness(.88)saturate(.8);width:100%;height:100%;transition:transform .65s var(--ease), filter .4s}.gallery-item:hover img{filter:brightness(.82)saturate(.9);transform:scale(1.07)}.gallery-item-overlay{opacity:0;background:linear-gradient(#0000 48%,#0c0c0cd1 100%);align-items:flex-end;padding:1.4rem 1.5rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay a{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-items:center;gap:.45rem;font-size:.75rem;font-weight:500;display:inline-flex}.gallery-carousel,.carousel-dots{display:none}#contact{background:var(--surface);padding:7rem 2.5rem 8rem;position:relative;overflow:hidden}#contact:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a96e0b 0%,#0000 65%);width:500px;height:500px;position:absolute;bottom:-200px;left:-200px}.contact-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1280px;margin:0 auto;display:grid;position:relative}.contact-image{border-radius:var(--r-lg);aspect-ratio:4/5;position:relative;overflow:hidden}.contact-image img{object-fit:cover;filter:brightness(.92)saturate(1.2)contrast(1.06);width:100%;height:100%}.contact-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--r-lg);background:#0c0c0ce0;padding:1rem 1.5rem;position:absolute;bottom:1.75rem;left:1.75rem}.badge-number{color:var(--gold);margin-bottom:4px;font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;line-height:1}.badge-text{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);white-space:nowrap;font-size:.65rem;font-weight:500}.contact-form-wrap h2{margin-bottom:.9rem}.contact-lead{color:var(--muted);margin-bottom:2.5rem;font-size:.95rem}.form-row{grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.1rem;display:grid}.form-group{flex-direction:column;display:flex}label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.72rem;font-weight:500}.req{color:var(--gold)}.opt{letter-spacing:0;text-transform:none;font-size:.7rem;font-weight:300}input,textarea{background:var(--surface2);border:1px solid var(--border-sub);border-radius:var(--r);width:100%;color:var(--ivory);outline:none;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.92rem;transition:border-color .25s,box-shadow .25s}input:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a96e1a}input::placeholder,textarea::placeholder{color:#7a7570b3}textarea{resize:vertical;min-height:110px}.field-error{color:var(--rose);min-height:1em;margin-top:.3rem;font-size:.75rem}input.error{border-color:var(--rose)}.district-wrapper{position:relative}.district-dropdown{background:var(--surface3);border:1px solid var(--gold);border-radius:0 0 var(--r) var(--r);z-index:200;scrollbar-width:thin;scrollbar-color:var(--gold) transparent;border-top:none;max-height:200px;display:none;position:absolute;top:calc(100% - 1px);left:0;right:0;overflow-y:auto}.district-dropdown.open{display:block}.district-dropdown::-webkit-scrollbar{width:4px}.district-dropdown::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.district-option{cursor:pointer;color:var(--ivory);padding:.75rem 1rem;font-size:.9rem;transition:background .15s}.district-option:hover,.district-option.active{background:var(--gold-dim)}.district-option mark{color:var(--gold);background:0 0;font-weight:600}.form-send-error{color:var(--rose);border-radius:var(--r);background:#c4908a1a;border:1px solid #c4908a4d;margin-bottom:.75rem;padding:.7rem 1rem;font-size:.82rem;display:none}.form-send-error.visible{display:block}.form-submit{justify-content:center;width:100%;margin-top:.5rem}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-success{text-align:center;color:var(--gold);flex-direction:column;align-items:center;gap:1.2rem;padding:3rem 2rem;display:none}.form-success svg{stroke:var(--gold)}.form-success p{color:var(--ivory);font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:500;line-height:1.3}footer{border-top:1px solid var(--border-sub);background:#080808;padding:5rem 2.5rem 2.5rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{border-bottom:1px solid var(--border-sub);grid-template-columns:1.6fr 1fr 1fr;gap:3.5rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-logo{letter-spacing:.06em;color:var(--ivory);margin-bottom:.9rem;font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;display:block}.footer-logo span{color:var(--gold)}.footer-brand p{color:var(--muted);max-width:300px;font-size:.88rem;line-height:1.7}.footer-col h4{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-family:inherit;font-size:.7rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.65rem;display:flex}.footer-col a{color:var(--muted);font-size:.88rem;transition:color .2s}.footer-col a:hover{color:var(--ivory)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:var(--muted);font-size:.8rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:var(--muted);font-size:.8rem;transition:color .2s}.footer-legal a:hover{color:var(--ivory)}.cookie-banner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:var(--r-lg);z-index:9999;background:#161616f7;align-items:center;gap:1.5rem;width:min(100% - 3rem,620px);padding:1.2rem 1.6rem;transition:opacity .4s,transform .4s;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #000000a6}.cookie-banner.hidden{opacity:0;pointer-events:none;transform:translate(-50%)translateY(16px)}.cookie-banner p{color:var(--muted);flex:1;font-size:.82rem;line-height:1.5}.cookie-banner a{color:var(--gold);text-decoration:underline}.cookie-actions{flex-shrink:0;gap:.6rem;display:flex}.btn-cookie-accept{background:var(--gold);color:var(--deep);border-radius:var(--r);letter-spacing:.05em;border:none;padding:.5rem 1.2rem;font-size:.78rem;font-weight:600;transition:background .2s}.btn-cookie-accept:hover{background:var(--gold-light)}.btn-cookie-decline{color:var(--muted);border:1px solid var(--border-sub);border-radius:var(--r);background:0 0;padding:.5rem 1.1rem;font-size:.78rem;transition:color .2s,border-color .2s}.btn-cookie-decline:hover{color:var(--ivory);border-color:#fff3}.hero-brand-tag{z-index:1;opacity:0;align-items:center;gap:.7rem;animation:1.2s .8s forwards fadeInBrand;display:flex;position:absolute;bottom:3.5rem;left:2.5rem}@keyframes fadeInBrand{to{opacity:1}}.hero-brand-tag img{filter:invert()sepia(.3)saturate(1.6)brightness(1.05);opacity:.7;border-radius:50%;width:38px;height:38px}.hero-brand-tag span{letter-spacing:.28em;text-transform:uppercase;color:#e8d5b0a6;font-size:.62rem}.brand-divider{background:var(--deep);justify-content:center;align-items:center;gap:2rem;padding:3rem 2.5rem;display:flex}.brand-divider-rule{background:linear-gradient(90deg,#0000,#c9a96e40);flex:1;max-width:220px;height:1px}.brand-divider-rule--right{background:linear-gradient(270deg,#0000,#c9a96e40)}.brand-divider-logo{filter:invert()sepia(.35)saturate(1.8)brightness(1.1);opacity:.4;border-radius:50%;flex-shrink:0;width:56px;height:56px;transition:opacity .3s}.brand-divider:hover .brand-divider-logo{opacity:.65}.gallery-item--vibrant img,.gallery-carousel-item--vibrant img{filter:brightness(.95)saturate(1.55)contrast(1.06)!important}#floral-scroll{z-index:100;pointer-events:none;opacity:0;width:28px;height:210px;transition:opacity .7s;position:fixed;top:50%;right:1.25rem;transform:translateY(-50%)}#floral-scroll.show{opacity:1}#scroll-stem{transition:stroke-dashoffset 80ms linear}#scroll-leaf-1,#scroll-leaf-2{transition:opacity .5s,stroke-dashoffset .5s}#scroll-flower{transition:opacity .6s,transform .6s cubic-bezier(.34,1.56,.64,1)}@media (width<=1100px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:3rem}.contact-image{aspect-ratio:16/9;max-height:380px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=768px){#floral-scroll{width:16px;height:130px;top:auto;bottom:5.5rem;right:.35rem;transform:none}.hero-brand-tag,.hero-scroll{display:none}.hero-content{padding:74px 1.5rem 0}.nav-links{display:none}.nav-hamburger{display:flex}.nav-inner{padding:0 1.5rem}#why-us,#gallery,#contact{padding:4rem 1.5rem 5rem}.section-header{margin-bottom:3rem}.why-grid{grid-template-columns:1fr;gap:1rem}.gallery-grid{display:none}.gallery-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem;display:block;overflow-x:auto}.gallery-carousel::-webkit-scrollbar{display:none}.gallery-carousel-track{gap:.75rem;width:max-content;padding:0 0 .25rem 1.5rem;display:flex}.gallery-carousel-item{scroll-snap-align:start;border-radius:var(--r-lg);flex-shrink:0;width:78vw;max-width:none;position:relative;overflow:hidden}.gallery-carousel-item img{object-fit:cover;filter:brightness(.88)saturate(.8);width:100%;height:420px}.gallery-carousel-item .gallery-item-overlay{opacity:1;background:linear-gradient(#0000 50%,#0c0c0cc7 100%)}.carousel-dots{justify-content:center;align-items:center;gap:6px;padding:1.4rem 0 0;display:flex}.carousel-dot{width:18px;height:1px;transition:width .35s var(--ease), background .35s;cursor:pointer;background:#c9a96e40;border:none;border-radius:1px;padding:0}.carousel-dot.active{background:var(--gold);width:32px}.gallery-header{gap:1.5rem}.contact-badge{display:none}.contact-image{aspect-ratio:4/3;max-height:260px}.contact-image img{object-position:center 30%}.contact-lead{margin-bottom:1.5rem;font-size:.9rem}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-group{margin-bottom:.85rem}input,textarea{padding:.75rem .9rem;font-size:.9rem}textarea{min-height:90px}.form-submit{padding:.85rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:1}.footer-bottom{text-align:center;flex-direction:column}.footer-legal{flex-wrap:wrap;justify-content:center}.cookie-banner{text-align:center;flex-direction:column;gap:1rem;width:calc(100% - 2rem)}.cookie-actions{justify-content:center}}@media (width<=480px){h1{font-size:3rem}h2{font-size:2.4rem}.hero-actions{flex-direction:column;align-items:flex-start}.btn-primary,.btn-outline{justify-content:center;width:100%}.gallery-carousel-item{width:85vw}.gallery-carousel-item img{height:380px}}
