:root{--bg: #0d0b08;--surface: #141209;--cream: #f5ede0;--gold: #c9a96e;--gold-muted: #a88a52;--text-muted: #8a7d6e;--font-display: "Pinyon Script", cursive;--font-serif: "Cormorant Garamond", serif;--font-sans: "Jost", sans-serif;scrollbar-color:var(--gold-muted) var(--surface);scrollbar-width:thin}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--cream);font-family:var(--font-sans);font-size:16px;line-height:1.6;overflow-x:hidden}#app{width:100%;min-height:100svh}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:#a98a5266;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-muted)}:focus-visible{outline:1px solid var(--gold);outline-offset:3px}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}a{color:inherit}.section-eyebrow{display:inline-block;font-family:var(--font-sans);font-size:.68rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:.75rem}.section-title{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,3.5rem);font-weight:400;line-height:1.1;color:var(--cream);margin:0 0 1.25rem;letter-spacing:-.01em}.section-subtitle{font-family:var(--font-serif);font-size:clamp(1rem,2vw,1.2rem);font-style:italic;font-weight:300;color:var(--text-muted);line-height:1.7;margin:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}html{scroll-behavior:auto}}.navbar[data-v-3c4e4452]{position:fixed;top:0;left:0;right:0;z-index:900;padding:1.5rem 0;transition:background .4s ease,padding .4s ease}.navbar.scrolled[data-v-3c4e4452]{background:#0d0b08eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:1rem 0;border-bottom:1px solid rgba(201,169,110,.12)}.navbar__inner[data-v-3c4e4452]{max-width:1320px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.navbar__logo[data-v-3c4e4452]{text-decoration:none;display:flex;align-items:baseline;gap:.25rem;flex-shrink:0}.navbar__logo-script[data-v-3c4e4452]{font-family:Pinyon Script,cursive;font-size:1.9rem;color:var(--gold);line-height:1;letter-spacing:.02em}.navbar__logo-amp[data-v-3c4e4452]{font-family:Cormorant Garamond,serif;font-size:1rem;color:var(--gold-muted);font-style:italic;margin:0 .1rem}.navbar__nav[data-v-3c4e4452]{display:flex;align-items:center;gap:2.5rem}.navbar__link[data-v-3c4e4452]{font-family:Jost,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#f5ede0d9;text-decoration:none;position:relative;transition:color .3s ease}.navbar__link[data-v-3c4e4452]:after{content:"";position:absolute;bottom:-4px;left:0;right:100%;height:1px;background:var(--gold);transition:right .3s ease}.navbar__link[data-v-3c4e4452]:hover,.navbar__link.active[data-v-3c4e4452]{color:var(--gold)}.navbar__link[data-v-3c4e4452]:hover:after,.navbar__link.active[data-v-3c4e4452]:after{right:0}.navbar__cta[data-v-3c4e4452]{font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--bg);background:var(--gold);text-decoration:none;padding:.65rem 1.5rem;border:1px solid var(--gold);transition:background .3s ease,color .3s ease;white-space:nowrap}.navbar__cta[data-v-3c4e4452]:hover{background:transparent;color:var(--gold)}.navbar__burger[data-v-3c4e4452]{display:none;background:none;border:1px solid rgba(201,169,110,.3);cursor:pointer;padding:0;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;transition:border-color .3s}.navbar__burger[data-v-3c4e4452]:hover{border-color:var(--gold)}.burger-line[data-v-3c4e4452]{display:block;width:20px;height:1px;background:var(--gold);position:relative;transition:background .3s ease}.burger-line[data-v-3c4e4452]:before,.burger-line[data-v-3c4e4452]:after{content:"";position:absolute;left:0;width:100%;height:1px;background:var(--gold);transition:transform .3s ease,top .3s ease,bottom .3s ease}.burger-line[data-v-3c4e4452]:before{top:-6px}.burger-line[data-v-3c4e4452]:after{bottom:-6px}.burger-line.open[data-v-3c4e4452]{background:transparent}.burger-line.open[data-v-3c4e4452]:before{top:0;transform:rotate(45deg)}.burger-line.open[data-v-3c4e4452]:after{bottom:0;transform:rotate(-45deg)}.mobile-drawer[data-v-3c4e4452]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;justify-content:flex-end}.mobile-drawer__backdrop[data-v-3c4e4452]{position:absolute;top:0;right:0;bottom:0;left:0;background:#070604b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mobile-drawer__panel[data-v-3c4e4452]{position:relative;width:min(320px,88vw);height:100%;background:#0d0b08;border-left:1px solid rgba(201,169,110,.12);display:flex;flex-direction:column;padding:0 0 2rem;overflow-y:auto}.mobile-drawer__header[data-v-3c4e4452]{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.75rem;border-bottom:1px solid rgba(201,169,110,.1);flex-shrink:0}.mobile-drawer__logo[data-v-3c4e4452]{text-decoration:none;display:flex;align-items:baseline;gap:.2rem}.mobile-drawer__logo-script[data-v-3c4e4452]{font-family:Pinyon Script,cursive;font-size:1.7rem;color:var(--gold);line-height:1}.mobile-drawer__logo-amp[data-v-3c4e4452]{font-family:Cormorant Garamond,serif;font-size:.9rem;font-style:italic;color:var(--gold-muted)}.mobile-drawer__close[data-v-3c4e4452]{background:none;border:1px solid rgba(201,169,110,.2);color:var(--gold-muted);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,color .3s;flex-shrink:0}.mobile-drawer__close[data-v-3c4e4452]:hover{border-color:var(--gold);color:var(--gold)}.mobile-drawer__nav[data-v-3c4e4452]{display:flex;flex-direction:column;padding:2rem 0;flex:1}.mobile-drawer__link[data-v-3c4e4452]{font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:400;color:#f5ede099;text-decoration:none;padding:.9rem 1.75rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(201,169,110,.06);transition:color .3s,padding-left .3s;animation:drawerLinkIn-3c4e4452 .4s ease calc(var(--i, 0) * 70ms + .15s) both}.mobile-drawer__link[data-v-3c4e4452]:hover,.mobile-drawer__link.active[data-v-3c4e4452]{color:var(--gold);padding-left:2.25rem}.mobile-drawer__link-num[data-v-3c4e4452]{font-family:Jost,sans-serif;font-size:.6rem;letter-spacing:.15em;color:var(--gold-muted);opacity:.6;align-self:center;margin-top:.2em}.mobile-drawer__cta[data-v-3c4e4452]{font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bg);background:var(--gold);text-decoration:none;padding:1rem 1.75rem;text-align:center;margin:0 1.75rem;transition:opacity .3s;animation:drawerLinkIn-3c4e4452 .4s ease .45s both}.mobile-drawer__cta[data-v-3c4e4452]:hover{opacity:.85}.mobile-drawer__meta[data-v-3c4e4452]{padding:1.5rem 1.75rem 0;display:flex;flex-direction:column;gap:.25rem;animation:drawerLinkIn-3c4e4452 .4s ease .5s both}.mobile-drawer__meta p[data-v-3c4e4452]{font-family:Cormorant Garamond,serif;font-size:.85rem;font-style:italic;color:var(--text-muted);opacity:.55;margin:0}.drawer-enter-active .mobile-drawer__panel[data-v-3c4e4452],.drawer-leave-active .mobile-drawer__panel[data-v-3c4e4452]{transition:transform .38s cubic-bezier(.4,0,.2,1)}.drawer-enter-from .mobile-drawer__panel[data-v-3c4e4452],.drawer-leave-to .mobile-drawer__panel[data-v-3c4e4452]{transform:translate(100%)}.drawer-enter-active .mobile-drawer__backdrop[data-v-3c4e4452],.drawer-leave-active .mobile-drawer__backdrop[data-v-3c4e4452]{transition:opacity .38s ease}.drawer-enter-from .mobile-drawer__backdrop[data-v-3c4e4452],.drawer-leave-to .mobile-drawer__backdrop[data-v-3c4e4452]{opacity:0}@keyframes drawerLinkIn-3c4e4452{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:none}}@media(max-width:900px){.navbar__nav[data-v-3c4e4452],.navbar__cta[data-v-3c4e4452]{display:none}.navbar__burger[data-v-3c4e4452]{display:flex}}.hero[data-v-ffc985d9]{position:relative;height:100svh;min-height:680px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:var(--cream)}.hero__bg[data-v-ffc985d9]{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;will-change:transform}.hero__bg-img[data-v-ffc985d9]{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay[data-v-ffc985d9]{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 60%,rgba(180,90,30,.18) 0%,transparent 60%),linear-gradient(to bottom,#0d0b08ad,#0d0b0885 40%,#0d0b08b8)}.hero__grain[data-v-ffc985d9]{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px;opacity:.5;pointer-events:none;mix-blend-mode:overlay}.hero__content[data-v-ffc985d9]{position:relative;z-index:1;text-align:center;max-width:780px;padding:0 2rem;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.hero__eyebrow[data-v-ffc985d9]{display:flex;align-items:center;gap:1rem;animation:fadeUp-ffc985d9 1s ease .2s both}.hero__eyebrow-text[data-v-ffc985d9]{font-family:Jost,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:#f5ede0e6;white-space:nowrap;text-shadow:0 1px 8px rgba(13,11,8,.9)}.hero__line[data-v-ffc985d9]{display:block;height:1px;width:48px;background:#f5ede080;opacity:1}.hero__title[data-v-ffc985d9]{display:flex;flex-direction:column;align-items:center;gap:0;line-height:.9;animation:fadeUp-ffc985d9 1s ease .4s both;margin:0}.hero__title-script[data-v-ffc985d9]{font-family:Pinyon Script,cursive;font-size:clamp(5rem,14vw,10rem);color:var(--gold);line-height:1;letter-spacing:.02em;text-shadow:0 2px 24px rgba(13,11,8,.8),0 0 60px rgba(201,169,110,.35)}.hero__title-serif[data-v-ffc985d9]{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,4.5vw,3.5rem);font-weight:400;letter-spacing:.45em;text-transform:uppercase;color:var(--cream);margin-top:-.3em;text-shadow:0 2px 16px rgba(13,11,8,.9)}.hero__tagline[data-v-ffc985d9]{font-family:Cormorant Garamond,serif;font-size:clamp(1.15rem,2.5vw,1.5rem);font-style:italic;font-weight:300;color:#f5ede0cc;line-height:1.6;margin:0;animation:fadeUp-ffc985d9 1s ease .6s both}.hero__actions[data-v-ffc985d9]{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeUp-ffc985d9 1s ease .8s both}.hero__btn[data-v-ffc985d9]{font-family:Jost,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:.9rem 2rem;cursor:pointer;border:1px solid transparent;transition:all .3s ease}.hero__btn--primary[data-v-ffc985d9]{background:var(--gold);color:var(--bg);border-color:var(--gold)}.hero__btn--primary[data-v-ffc985d9]:hover{background:transparent;color:var(--gold)}.hero__btn--ghost[data-v-ffc985d9]{background:transparent;color:var(--cream);border-color:#f5ede059}.hero__btn--ghost[data-v-ffc985d9]:hover{border-color:var(--gold);color:var(--gold)}.hero__meta[data-v-ffc985d9]{display:flex;align-items:center;gap:2rem;animation:fadeUp-ffc985d9 1s ease 1s both;flex-wrap:wrap;justify-content:center}.hero__meta-item[data-v-ffc985d9]{display:flex;flex-direction:column;align-items:center;gap:.2rem}.hero__meta-label[data-v-ffc985d9]{font-family:Jost,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);text-shadow:0 1px 6px rgba(13,11,8,.95)}.hero__meta-value[data-v-ffc985d9]{font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;color:#f5ede0eb;text-shadow:0 1px 6px rgba(13,11,8,.9)}.hero__meta-divider[data-v-ffc985d9]{width:1px;height:32px;background:#c9a96e40}.hero__scroll-cue[data-v-ffc985d9]{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:fadeIn-ffc985d9 1.5s ease 1.5s both}.hero__scroll-line[data-v-ffc985d9]{display:block;width:1px;height:48px;background:linear-gradient(to bottom,var(--gold-muted),transparent);animation:scrollPulse-ffc985d9 2s ease-in-out infinite}.hero__scroll-text[data-v-ffc985d9]{font-family:Jost,sans-serif;font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-muted);writing-mode:horizontal-tb}@keyframes fadeUp-ffc985d9{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-ffc985d9{0%{opacity:0}to{opacity:1}}@keyframes scrollPulse-ffc985d9{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}@media(max-width:600px){.hero__meta-divider[data-v-ffc985d9]{display:none}.hero__meta[data-v-ffc985d9]{gap:1.25rem}.hero__meta-item[data-v-ffc985d9]{flex-direction:row;gap:.5rem}}.menu[data-v-ed359285]{background:var(--surface);padding:8rem 0;position:relative;overflow:hidden}.menu[data-v-ed359285]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold-muted),transparent);opacity:.4}.menu__container[data-v-ed359285]{max-width:1280px;margin:0 auto;padding:0 2rem}.menu__header[data-v-ed359285]{text-align:center;margin-bottom:3.5rem}.menu__tabs[data-v-ed359285]{display:flex;justify-content:center;gap:0;border-bottom:1px solid rgba(201,169,110,.15);margin-bottom:3.5rem;flex-wrap:wrap}.menu__tab[data-v-ed359285]{font-family:Jost,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);background:none;border:none;padding:1rem 2rem;cursor:pointer;position:relative;transition:color .3s ease;white-space:nowrap}.menu__tab[data-v-ed359285]:after{content:"";position:absolute;bottom:-1px;left:0;right:100%;height:1px;background:var(--gold);transition:right .35s ease}.menu__tab[data-v-ed359285]:hover{color:var(--cream)}.menu__tab.active[data-v-ed359285]{color:var(--gold)}.menu__tab.active[data-v-ed359285]:after{right:0}.menu__grid[data-v-ed359285]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem}.menu-card[data-v-ed359285]{background:var(--bg);border:1px solid rgba(201,169,110,.08);overflow:hidden;transition:transform .35s ease,border-color .35s ease}.menu-card[data-v-ed359285]:hover{transform:translateY(-4px);border-color:#c9a96e40}.menu-card__img-wrap[data-v-ed359285]{position:relative;overflow:hidden;aspect-ratio:4 / 3}.menu-card__img[data-v-ed359285]{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:brightness(.9) saturate(.9)}.menu-card:hover .menu-card__img[data-v-ed359285]{transform:scale(1.06)}.menu-card__tag[data-v-ed359285]{position:absolute;top:1rem;left:1rem;font-family:Jost,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:.3rem .75rem}.menu-card__body[data-v-ed359285]{padding:1.5rem}.menu-card__top[data-v-ed359285]{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.6rem}.menu-card__name[data-v-ed359285]{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--cream);margin:0;line-height:1.2}.menu-card__price[data-v-ed359285]{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;color:var(--gold);white-space:nowrap;flex-shrink:0}.menu-card__desc[data-v-ed359285]{font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;line-height:1.6;color:var(--text-muted);margin:0}.menu__note[data-v-ed359285]{display:flex;align-items:center;gap:2rem;margin-top:4rem;opacity:.55}.menu__note-line[data-v-ed359285]{flex:1;height:1px;background:var(--gold-muted)}.menu__note p[data-v-ed359285]{font-family:Cormorant Garamond,serif;font-size:.9rem;font-style:italic;color:var(--text-muted);text-align:center;margin:0;white-space:nowrap}.menu__panels[data-v-ed359285]{position:relative}.menu__grid[data-v-ed359285]{animation:none}.menu__grid--active[data-v-ed359285]{animation:menuFadeIn-ed359285 .35s ease both}@keyframes menuFadeIn-ed359285{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.section-reveal[data-v-ed359285]{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.section-reveal.revealed[data-v-ed359285]{opacity:1;transform:none}@media(max-width:640px){.menu[data-v-ed359285]{padding:5rem 0}.menu__note p[data-v-ed359285]{white-space:normal;font-size:.8rem}.menu__note[data-v-ed359285]{gap:1rem}}.gallery[data-v-11815d6f]{background:var(--bg);padding:8rem 0;position:relative}.gallery[data-v-11815d6f]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold-muted),transparent);opacity:.4}.gallery__container[data-v-11815d6f]{max-width:1320px;margin:0 auto;padding:0 2rem}.gallery__header[data-v-11815d6f]{text-align:center;margin-bottom:4rem}.gallery__grid[data-v-11815d6f]{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:220px;gap:1rem}.gallery__item[data-v-11815d6f]{grid-column:span 4;grid-row:span 1;position:relative;overflow:hidden;cursor:pointer;outline-offset:3px}.gallery__item--wide[data-v-11815d6f]{grid-column:span 8}.gallery__item--tall[data-v-11815d6f]{grid-row:span 2}.gallery__img[data-v-11815d6f]{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94),filter .4s ease;filter:brightness(.88) saturate(.85)}.gallery__item:hover .gallery__img[data-v-11815d6f]{transform:scale(1.07);filter:brightness(.75) saturate(.7)}.gallery__item-overlay[data-v-11815d6f]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;opacity:0;transition:opacity .35s ease;background:#0d0b084d}.gallery__item:hover .gallery__item-overlay[data-v-11815d6f]{opacity:1}.gallery__item-icon[data-v-11815d6f]{color:var(--gold);width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:scale(.8);transition:transform .3s ease .05s}.gallery__item:hover .gallery__item-icon[data-v-11815d6f]{transform:scale(1)}.gallery__item-label[data-v-11815d6f]{font-family:Cormorant Garamond,serif;font-size:.85rem;font-style:italic;color:var(--cream);text-align:center;padding:0 1rem;opacity:0;transform:translateY(6px);transition:opacity .3s ease .1s,transform .3s ease .1s}.gallery__item:hover .gallery__item-label[data-v-11815d6f]{opacity:1;transform:none}.scroll-item[data-v-11815d6f]{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .65s ease var(--delay, 0ms),transform .65s ease var(--delay, 0ms)}.scroll-item.revealed[data-v-11815d6f]{opacity:1;transform:none}.lightbox[data-v-11815d6f]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#070604f2;display:flex;align-items:center;justify-content:center;padding:2rem}.lightbox__close[data-v-11815d6f]{position:absolute;top:1.5rem;right:1.5rem;background:none;border:1px solid rgba(201,169,110,.3);color:var(--gold);width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,background .3s}.lightbox__close[data-v-11815d6f]:hover{background:#c9a96e1a;border-color:var(--gold)}.lightbox__nav[data-v-11815d6f]{position:absolute;top:50%;transform:translateY(-50%);background:none;border:1px solid rgba(201,169,110,.3);color:var(--gold);width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,background .3s}.lightbox__nav[data-v-11815d6f]:hover{background:#c9a96e1a;border-color:var(--gold)}.lightbox__nav--prev[data-v-11815d6f]{left:1.5rem}.lightbox__nav--next[data-v-11815d6f]{right:1.5rem}.lightbox__img-wrap[data-v-11815d6f]{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.lightbox__img[data-v-11815d6f]{max-height:80vh;max-width:100%;object-fit:contain}.lightbox__caption[data-v-11815d6f]{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;color:var(--text-muted);margin:0}.lightbox__counter[data-v-11815d6f]{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);font-family:Jost,sans-serif;font-size:.7rem;letter-spacing:.2em;color:var(--text-muted);text-transform:uppercase}.lightbox-enter-active[data-v-11815d6f],.lightbox-leave-active[data-v-11815d6f]{transition:opacity .35s ease}.lightbox-enter-from[data-v-11815d6f],.lightbox-leave-to[data-v-11815d6f]{opacity:0}.lightbox-img-enter-active[data-v-11815d6f],.lightbox-img-leave-active[data-v-11815d6f]{transition:opacity .2s ease,transform .2s ease}.lightbox-img-enter-from[data-v-11815d6f]{opacity:0;transform:scale(.97)}.lightbox-img-leave-to[data-v-11815d6f]{opacity:0;transform:scale(1.02)}@media(max-width:900px){.gallery__grid[data-v-11815d6f]{grid-template-columns:repeat(6,1fr);grid-auto-rows:180px}.gallery__item[data-v-11815d6f]{grid-column:span 3}.gallery__item--wide[data-v-11815d6f]{grid-column:span 6}.gallery__item--tall[data-v-11815d6f]{grid-row:span 2}}@media(max-width:580px){.gallery[data-v-11815d6f]{padding:5rem 0}.gallery__grid[data-v-11815d6f]{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}.gallery__item[data-v-11815d6f],.gallery__item--wide[data-v-11815d6f],.gallery__item--tall[data-v-11815d6f]{grid-column:span 1;grid-row:span 1}.lightbox__nav--prev[data-v-11815d6f]{left:.5rem}.lightbox__nav--next[data-v-11815d6f]{right:.5rem}}.testimonials[data-v-373d8507]{background:var(--surface);padding:8rem 0;position:relative;overflow:hidden}.testimonials[data-v-373d8507]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold-muted),transparent);opacity:.4}.testimonials__bg-quote[data-v-373d8507]{position:absolute;top:-2rem;left:50%;transform:translate(-50%);font-family:Pinyon Script,cursive;font-size:28rem;color:#c9a96e0a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonials__container[data-v-373d8507]{max-width:900px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.testimonials__header[data-v-373d8507]{text-align:center;margin-bottom:4rem}.testimonials__carousel[data-v-373d8507]{-webkit-user-select:none;user-select:none}.testimonials__track[data-v-373d8507]{position:relative;min-height:340px}.testimonials__slide-wrap[data-v-373d8507]{position:relative}.testimonials__card[data-v-373d8507]{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.testimonials__stars[data-v-373d8507]{display:flex;gap:.25rem}.star[data-v-373d8507]{color:var(--gold);font-size:1rem}.testimonials__quote[data-v-373d8507]{margin:0;max-width:680px}.testimonials__quote p[data-v-373d8507]{font-family:Cormorant Garamond,serif;font-size:clamp(1.2rem,2.5vw,1.65rem);font-style:italic;font-weight:300;line-height:1.65;color:var(--cream);margin:0}.testimonials__footer[data-v-373d8507]{display:flex;align-items:center;gap:1.25rem}.testimonials__avatar[data-v-373d8507]{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid rgba(201,169,110,.3);flex-shrink:0;filter:grayscale(20%)}.testimonials__author-info[data-v-373d8507]{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;text-align:left}.testimonials__author[data-v-373d8507]{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--cream);font-style:normal}.testimonials__role[data-v-373d8507]{font-family:Jost,sans-serif;font-size:.78rem;color:var(--text-muted);font-weight:300}.testimonials__source[data-v-373d8507]{font-family:Jost,sans-serif;font-size:.68rem;color:var(--gold-muted);letter-spacing:.1em;font-weight:400}.testimonials__controls[data-v-373d8507]{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.testimonials__nav[data-v-373d8507]{background:none;border:1px solid rgba(201,169,110,.25);color:var(--gold-muted);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .3s,color .3s}.testimonials__nav[data-v-373d8507]:hover{border-color:var(--gold);color:var(--gold)}.testimonials__dots[data-v-373d8507]{display:flex;gap:.6rem}.testimonials__dot[data-v-373d8507]{width:6px;height:6px;border-radius:50%;background:#c9a96e40;border:none;cursor:pointer;transition:background .3s,transform .3s;padding:0}.testimonials__dot.active[data-v-373d8507]{background:var(--gold);transform:scale(1.4)}.testimonials__press[data-v-373d8507]{margin-top:5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.testimonials__press-label[data-v-373d8507]{font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);opacity:.7}.testimonials__press-list[data-v-373d8507]{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:center}.press-item[data-v-373d8507]{font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;color:var(--gold-muted);opacity:.65;transition:opacity .3s}.press-item[data-v-373d8507]:hover{opacity:1}.press-sep[data-v-373d8507]{color:#c9a96e33;font-size:.8rem}.testimonial-slide-enter-active[data-v-373d8507],.testimonial-slide-leave-active[data-v-373d8507]{transition:opacity .5s ease,transform .5s ease;position:absolute;top:0;left:0;right:0}.testimonial-slide-enter-from[data-v-373d8507]{opacity:0;transform:translate(30px)}.testimonial-slide-leave-to[data-v-373d8507]{opacity:0;transform:translate(-30px)}.section-reveal[data-v-373d8507]{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.section-reveal.revealed[data-v-373d8507]{opacity:1;transform:none}@media(max-width:600px){.testimonials[data-v-373d8507]{padding:5rem 0}.testimonials__track[data-v-373d8507]{min-height:420px}.testimonials__footer[data-v-373d8507]{flex-direction:column;align-items:center;text-align:center}.testimonials__author-info[data-v-373d8507]{align-items:center;text-align:center}}.contact[data-v-0ee8d038]{background:var(--bg);padding:8rem 0;position:relative}.contact[data-v-0ee8d038]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold-muted),transparent);opacity:.4}.contact__container[data-v-0ee8d038]{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact__title[data-v-0ee8d038]{text-align:left;margin-bottom:2.5rem}.contact__title em[data-v-0ee8d038]{font-style:italic;color:var(--gold)}.contact__details[data-v-0ee8d038]{display:flex;flex-direction:column;gap:1.75rem;margin-bottom:2.5rem}.contact__detail-item[data-v-0ee8d038]{display:flex;gap:1.25rem;align-items:flex-start}.contact__detail-icon[data-v-0ee8d038]{width:36px;height:36px;border:1px solid rgba(201,169,110,.2);display:flex;align-items:center;justify-content:center;color:var(--gold-muted);flex-shrink:0;margin-top:.15rem}.contact__detail-label[data-v-0ee8d038]{font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-muted);margin:0 0 .35rem}.contact__detail-value[data-v-0ee8d038]{font-family:Cormorant Garamond,serif;font-size:.98rem;color:var(--text-muted);margin:0;font-style:normal;line-height:1.7}.contact__detail-value p[data-v-0ee8d038]{margin:0;line-height:1.7}.contact__closed[data-v-0ee8d038]{color:#8a7d6e80!important}.contact__link[data-v-0ee8d038]{color:var(--cream);text-decoration:none;transition:color .3s}.contact__link[data-v-0ee8d038]:hover{color:var(--gold)}.contact__map[data-v-0ee8d038]{position:relative;overflow:hidden;aspect-ratio:4 / 3;border:1px solid rgba(201,169,110,.1)}.contact__map-img[data-v-0ee8d038]{width:100%;height:100%;object-fit:cover;filter:brightness(.6) saturate(.5) sepia(.2)}.contact__map-pin[data-v-0ee8d038]{position:absolute;top:50%;left:50%;transform:translate(-50%,-100%);filter:drop-shadow(0 4px 12px rgba(201,169,110,.4));animation:pinBounce-0ee8d038 2s ease-in-out infinite}@keyframes pinBounce-0ee8d038{0%,to{transform:translate(-50%,-100%)}50%{transform:translate(-50%,calc(-100% - 6px))}}.contact__form-wrap[data-v-0ee8d038]{background:var(--surface);border:1px solid rgba(201,169,110,.1);padding:3rem}.contact__form-header[data-v-0ee8d038]{margin-bottom:2.5rem}.contact__form-title[data-v-0ee8d038]{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:400;color:var(--cream);margin:.4rem 0 .5rem}.contact__form-subtitle[data-v-0ee8d038]{font-family:Jost,sans-serif;font-size:.8rem;color:var(--text-muted);margin:0}.contact__form[data-v-0ee8d038]{display:flex;flex-direction:column;gap:1.25rem}.form-row[data-v-0ee8d038]{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group[data-v-0ee8d038]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-v-0ee8d038]{font-family:Jost,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-muted)}.optional[data-v-0ee8d038]{text-transform:none;font-weight:300;opacity:.6}.form-input[data-v-0ee8d038]{background:var(--bg);border:1px solid rgba(201,169,110,.15);color:var(--cream);font-family:Cormorant Garamond,serif;font-size:1rem;padding:.8rem 1rem;outline:none;transition:border-color .3s ease;width:100%;box-sizing:border-box;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-input[data-v-0ee8d038]::placeholder{color:#8a7d6e66}.form-input[data-v-0ee8d038]:focus{border-color:#c9a96e80}.form-input[data-v-0ee8d038]::-webkit-calendar-picker-indicator{filter:invert(.7) sepia(1) saturate(.5) hue-rotate(5deg);cursor:pointer}.form-select[data-v-0ee8d038]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c9a96e' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}.form-select option[data-v-0ee8d038]{background:var(--surface);color:var(--cream)}.form-textarea[data-v-0ee8d038]{resize:vertical;min-height:100px}.form-submit[data-v-0ee8d038]{font-family:Jost,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--bg);background:var(--gold);border:1px solid var(--gold);padding:1.1rem 2rem;cursor:pointer;transition:background .3s,color .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:.5rem}.form-submit[data-v-0ee8d038]:hover:not(:disabled){background:transparent;color:var(--gold)}.form-submit[data-v-0ee8d038]:disabled{opacity:.7;cursor:not-allowed}.submit-spinner[data-v-0ee8d038]{width:16px;height:16px;border:1.5px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin-0ee8d038 .7s linear infinite}@keyframes spin-0ee8d038{to{transform:rotate(360deg)}}.contact__success[data-v-0ee8d038]{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact__success-icon[data-v-0ee8d038]{font-size:2.5rem;color:var(--gold);animation:fadeUp-0ee8d038 .5s ease}.contact__success h4[data-v-0ee8d038]{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--cream);margin:0}.contact__success p[data-v-0ee8d038]{font-family:Jost,sans-serif;font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:300px;margin:0}.form-fade-enter-active[data-v-0ee8d038],.form-fade-leave-active[data-v-0ee8d038]{transition:opacity .3s ease,transform .3s ease}.form-fade-enter-from[data-v-0ee8d038],.form-fade-leave-to[data-v-0ee8d038]{opacity:0;transform:translateY(10px)}.section-reveal[data-v-0ee8d038]{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.section-reveal.revealed[data-v-0ee8d038]{opacity:1;transform:none}@keyframes fadeUp-0ee8d038{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media(max-width:980px){.contact__container[data-v-0ee8d038]{grid-template-columns:1fr;gap:3rem}}@media(max-width:600px){.contact[data-v-0ee8d038]{padding:5rem 0}.contact__form-wrap[data-v-0ee8d038]{padding:2rem 1.5rem}.form-row[data-v-0ee8d038]{grid-template-columns:1fr}}.footer[data-v-a6d95fdb]{background:#080705;color:var(--text-muted);padding-top:4rem}.footer__rule[data-v-a6d95fdb]{display:flex;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto 4rem;padding:0 2rem}.footer__rule-line[data-v-a6d95fdb]{flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(201,169,110,.2))}.footer__rule-line[data-v-a6d95fdb]:last-child{background:linear-gradient(to left,transparent,rgba(201,169,110,.2))}.footer__rule-ornament[data-v-a6d95fdb]{color:var(--gold-muted);font-size:.7rem;opacity:.6}.footer__container[data-v-a6d95fdb]{max-width:1280px;margin:0 auto;padding:0 2rem 4rem;display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:4rem;align-items:start}.footer__logo[data-v-a6d95fdb]{text-decoration:none;display:inline-flex;align-items:baseline;gap:.2rem;margin-bottom:1rem}.footer__logo-script[data-v-a6d95fdb]{font-family:Pinyon Script,cursive;font-size:2.2rem;color:var(--gold);line-height:1}.footer__logo-amp[data-v-a6d95fdb]{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;color:var(--gold-muted)}.footer__tagline[data-v-a6d95fdb]{font-family:Cormorant Garamond,serif;font-size:.95rem;font-style:italic;color:#f5ede0a6;line-height:1.65;margin:0 0 1.75rem;max-width:280px}.footer__social[data-v-a6d95fdb]{display:flex;gap:.75rem}.footer__social-link[data-v-a6d95fdb]{width:36px;height:36px;border:1px solid rgba(201,169,110,.15);display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;transition:border-color .3s,color .3s}.footer__social-link[data-v-a6d95fdb]:hover{border-color:var(--gold);color:var(--gold)}.footer__nav[data-v-a6d95fdb]{display:flex;gap:3rem}.footer__nav-group[data-v-a6d95fdb]{display:flex;flex-direction:column;gap:1rem}.footer__nav-title[data-v-a6d95fdb]{font-family:Jost,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold-muted);margin:0}.footer__nav-list[data-v-a6d95fdb]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer__nav-link[data-v-a6d95fdb]{font-family:Cormorant Garamond,serif;font-size:.98rem;color:#f5ede099;text-decoration:none;transition:color .3s}.footer__nav-link[data-v-a6d95fdb]:hover{color:var(--gold);opacity:1}.footer__newsletter[data-v-a6d95fdb]{display:flex;flex-direction:column;gap:.8rem}.footer__newsletter-desc[data-v-a6d95fdb]{font-family:Jost,sans-serif;font-size:.8rem;line-height:1.65;color:#f5ede099;margin:0}.footer__newsletter-form[data-v-a6d95fdb]{display:flex;margin-top:.5rem;border:1px solid rgba(201,169,110,.15)}.footer__newsletter-input[data-v-a6d95fdb]{flex:1;background:transparent;border:none;outline:none;color:var(--cream);font-family:Cormorant Garamond,serif;font-size:.9rem;padding:.7rem 1rem}.footer__newsletter-input[data-v-a6d95fdb]::placeholder{color:#8a7d6e66}.footer__newsletter-btn[data-v-a6d95fdb]{background:none;border:none;border-left:1px solid rgba(201,169,110,.15);color:var(--gold-muted);width:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .3s,background .3s;flex-shrink:0}.footer__newsletter-btn[data-v-a6d95fdb]:hover{color:var(--gold);background:#c9a96e0f}.footer__bottom[data-v-a6d95fdb]{border-top:1px solid rgba(201,169,110,.08);padding:1.5rem 2rem;max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright[data-v-a6d95fdb]{font-family:Jost,sans-serif;font-size:.72rem;color:#f5ede08c;margin:0;letter-spacing:.05em}.footer__bottom-links[data-v-a6d95fdb]{display:flex;gap:1rem;align-items:center}.footer__bottom-link[data-v-a6d95fdb]{font-family:Jost,sans-serif;font-size:.72rem;color:#f5ede08c;text-decoration:none;transition:color .3s}.footer__bottom-link[data-v-a6d95fdb]:hover{color:#f5ede0d9}.footer__bottom-links span[data-v-a6d95fdb]{opacity:.25;color:var(--text-muted);font-size:.7rem}.sr-only[data-v-a6d95fdb]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:1000px){.footer__container[data-v-a6d95fdb]{grid-template-columns:1fr 1fr;gap:3rem}.footer__brand[data-v-a6d95fdb]{grid-column:span 2}}@media(max-width:640px){.footer__container[data-v-a6d95fdb]{grid-template-columns:1fr}.footer__brand[data-v-a6d95fdb]{grid-column:span 1}.footer__bottom[data-v-a6d95fdb]{flex-direction:column;text-align:center}}
