.navbar{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border-bottom:1px solid #d4af3726;box-shadow:0 1px 0 #2d29260f;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar-container{position:relative}.navbar-content{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);min-height:72px;padding:.85rem 0}.navbar-logo{align-items:center;color:var(--text-primary);display:flex;font-family:var(--font-serif);font-size:1rem;font-weight:600;justify-self:start;min-width:0;text-decoration:none;transition:color .2s ease,opacity .2s ease}.navbar-logo:hover{color:var(--gold-700);opacity:.92}.navbar-logo:focus-visible{border-radius:4px;outline:2px solid var(--gold-600);outline-offset:4px}.navbar-logo-img{background:#ffffffeb;border:1px solid #d4af372e;border-radius:50%;box-shadow:0 2px 14px #2d29261a;display:block;flex-shrink:0;height:48px;margin-right:.65rem;min-height:48px;min-width:48px;object-fit:contain;object-position:center;width:48px}.navbar-logo:hover .navbar-logo-img{border-color:#d4af3747;box-shadow:0 4px 18px #2d29261f}.navbar-brand-text{align-items:flex-start;display:flex;flex-direction:column;gap:.15rem;line-height:1.15;min-width:0}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,var(--gold-700),var(--gold-400),var(--gold-600));-webkit-background-clip:text;background-clip:text;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.navbar-brand-tagline{color:var(--text-muted);font-family:var(--font-sans);font-size:.625rem;font-weight:500;letter-spacing:.035em;line-height:1.3;max-width:16rem}.desktop-nav{align-items:center;display:flex;gap:.25rem;justify-self:center}.nav-link{border-radius:50px;color:var(--text-muted);font-family:var(--font-sans);font-size:.8125rem;font-weight:500;letter-spacing:.06em;padding:.5rem .9rem;text-decoration:none;text-transform:uppercase;transition:color .2s ease,background .2s ease}.nav-link:hover{background:var(--accent-soft);color:var(--text-primary)}.nav-link:focus-visible{outline:2px solid var(--gold-600);outline-offset:2px}.nav-link.active{background:var(--accent-soft);color:var(--gold-700)}.nav-link.active:after{display:none}.navbar-actions.desktop-actions{align-items:center;display:flex;gap:.75rem;justify-self:end}.nav-signin{border-radius:50px;color:var(--text-muted);font-family:var(--font-sans);font-size:.875rem;font-weight:600;padding:.5rem .75rem;text-decoration:none;transition:color .2s ease,background .2s ease}.nav-signin:hover{background:var(--accent-soft);color:var(--gold-700)}.nav-signin:focus-visible{outline:2px solid var(--gold-600);outline-offset:2px}.btn-nav-cta{font-size:.8125rem;min-height:44px;padding:.55rem 1.35rem}.user-menu{gap:.75rem}.user-info,.user-menu{align-items:center;display:flex}.user-info{background:var(--accent-soft);border-radius:50px;color:var(--text-primary);gap:.5rem;padding:.45rem .9rem}.user-icon{color:var(--gold-600)}.logout-btn,.user-name{font-size:.875rem;font-weight:600}.logout-btn{align-items:center;background:none;border:2px solid #b4534873;border-radius:50px;color:#a84840;cursor:pointer;display:flex;font-family:var(--font-sans);gap:.5rem;padding:.45rem .9rem;transition:background .2s ease,color .2s ease,transform .2s ease}.logout-btn:hover{background:#a84840;color:#fff;transform:translateY(-1px)}.logout-btn:focus-visible{outline:2px solid #a84840;outline-offset:2px}.mobile-menu-btn{background:none;border:none;border-radius:12px;color:var(--text-primary);cursor:pointer;display:none;font-size:1.35rem;grid-column:3;justify-self:end;padding:.5rem;transition:background .2s ease,color .2s ease}.mobile-menu-btn:hover{background:var(--accent-soft);color:var(--gold-700)}.mobile-menu-btn:focus-visible{outline:2px solid var(--gold-600);outline-offset:2px}.mobile-nav{background:#fcf9f5fa;border-top:1px solid #d4af371f;overflow:hidden}.mobile-nav-content{display:flex;flex-direction:column;gap:.35rem;padding:1rem 0 1.25rem}.mobile-nav-link{border-radius:12px;color:var(--text-primary);font-family:var(--font-sans);font-weight:600;margin:0 .5rem;padding:.85rem 1rem;text-decoration:none;transition:background .2s ease,color .2s ease}.mobile-nav-link.mobile-signin{color:var(--text-muted);font-weight:500}.mobile-nav-link.active,.mobile-nav-link:hover{background:var(--accent-soft);color:var(--gold-700)}.mobile-auth-btn{background:var(--gold-gradient);border-radius:50px;color:var(--text-on-gold);font-family:var(--font-sans);font-weight:600;margin:.75rem .5rem 0;padding:.9rem 1rem;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.mobile-auth-btn:hover{box-shadow:0 8px 24px #af8e4b59;transform:translateY(-2px)}.mobile-user-info{background:var(--accent-soft);border-radius:16px;margin:.75rem .5rem 0;padding:1rem}.mobile-user-details{align-items:center;color:var(--text-primary);display:flex;font-weight:600;gap:.5rem;margin-bottom:1rem}.mobile-user-icon{color:var(--gold-600)}.mobile-logout-btn{align-items:center;background:#a84840;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-sans);font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:filter .2s ease,transform .2s ease;width:100%}.mobile-logout-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.mobile-logout-btn:focus-visible{outline:2px solid #a84840;outline-offset:2px}@media (max-width:900px){.navbar-content{grid-template-columns:1fr auto;grid-template-rows:auto}.desktop-nav,.navbar-actions.desktop-actions{display:none}.mobile-menu-btn{align-items:center;display:flex;justify-content:center}.navbar-logo{grid-column:1}}@media (max-width:480px){.navbar-logo{font-size:.72rem}.logo-text{letter-spacing:.08em}.navbar-brand-tagline{font-size:.5625rem;max-width:12rem}.navbar-logo-img{height:40px;margin-right:.5rem;min-height:40px;min-width:40px;width:40px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.homepage{background:var(--surface-page);padding-top:76px}.hero-section{align-items:center;background:radial-gradient(ellipse 100% 80% at 50% 0,#d4af371f,#0000 55%),linear-gradient(165deg,#fdfcfa 0,var(--surface-page) 45%,var(--surface-champagne) 100%);display:flex;min-height:calc(100vh - 76px);overflow-x:clip;overflow-y:visible;position:relative}.hero-silk{background:radial-gradient(ellipse 140% 60% at 10% 20%,#ffffff80,#0000 50%),radial-gradient(ellipse 100% 50% at 90% 70%,#f3ebe0a6,#0000 45%),radial-gradient(ellipse 80% 40% at 50% 100%,#d4af370f,#0000 50%);inset:0;opacity:.95;pointer-events:none;position:absolute}.hero-background{inset:0;overflow:hidden;position:absolute;z-index:1}.jewelry-animation{height:100%;min-height:420px;position:relative;width:100%}.floating-jewel{color:#af8e4b59;font-size:1.1rem}.hero-layout{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr;min-width:0;padding:3rem 0 4rem;position:relative;width:100%;z-index:2}@media (min-width:960px){.hero-layout{gap:3rem;grid-template-columns:1fr .9fr;padding:4rem 0 5rem}}.hero-content{color:var(--text-primary);margin:0 auto;max-width:640px;min-width:0;padding-inline:.25rem;text-align:center}@media (min-width:960px){.hero-content{margin:0;max-width:36rem;text-align:left}}.hero-eyebrow{color:var(--gold-600);font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.28em;margin-bottom:1rem;text-transform:uppercase}h1.hero-title{-webkit-text-fill-color:unset;align-items:center;background:none;-webkit-background-clip:unset;background-clip:initial;color:var(--text-primary);display:flex;flex-direction:column;font-family:var(--font-serif);font-size:inherit;font-weight:600;gap:.15rem;line-height:1.08;margin-bottom:1.25rem;margin-top:0;min-width:0;overflow:visible;width:100%}@media (min-width:960px){h1.hero-title{align-items:flex-start;text-align:left}}.hero-title-serif{-webkit-text-fill-color:var(--text-primary);background:none;color:var(--text-primary);font-size:clamp(2.1rem,4.2vw,3.15rem);padding-inline:.02em}.hero-title-script,.hero-title-serif{box-decoration-break:clone;-webkit-box-decoration-break:clone;display:block;line-height:1.12;max-width:100%;width:100%}.hero-title-script{-webkit-text-fill-color:#0000;background:linear-gradient(120deg,var(--gold-700),var(--gold-400),var(--gold-600));-webkit-background-clip:text;background-clip:text;font-family:var(--font-script);font-size:clamp(2.75rem,7vw,4.25rem);font-weight:400;margin-top:.02em;padding:.12em .08em .04em}.hero-subtitle{color:var(--text-muted);font-family:var(--font-sans);font-size:1.05rem;font-weight:400;line-height:1.65;margin-bottom:2rem;max-width:36rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:960px){.hero-buttons{justify-content:flex-start}}.play-icon{margin-right:.45rem}.hero-visual{align-items:flex-end;display:none;justify-content:center;min-height:280px;position:relative}@media (min-width:960px){.hero-visual{display:flex}}.hero-showcase{align-items:center;display:flex;flex-direction:column;position:relative}.hero-pedestal{background:linear-gradient(180deg,#fff,#ebe6df);border-radius:8px 8px 4px 4px;box-shadow:0 12px 32px #2d29261f;height:48px;width:120px}.hero-orb{background:radial-gradient(circle at 30% 25%,#fff8dc,var(--gold-300) 35%,var(--gold-600) 70%,var(--gold-700));border-radius:50%;box-shadow:inset -8px -12px 24px #00000026,0 16px 40px #af8e4b59;height:100px;margin-top:-64px;width:100px}.hero-botanical{background:linear-gradient(0deg,#0000,#c9a22759 20%,#af8e4b40 50%,#0000);border-radius:50% 50% 40% 40%;bottom:10%;filter:blur(.5px);height:160px;opacity:.45;position:absolute;width:72px}.hero-botanical--left{left:4%;transform:rotate(-8deg)}.hero-botanical--right{right:4%;transform:rotate(8deg)}.section-heading{margin:0 auto 3rem;max-width:640px;text-align:center}.section-heading-title{color:var(--gold-700);font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.35rem);font-weight:600;margin-bottom:.75rem}.section-heading-sub{color:var(--text-muted);font-family:var(--font-sans);font-size:1rem;line-height:1.6;margin:0 auto}.services-section{padding:4.5rem 0 5rem}.services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.services-grid{gap:1.75rem;grid-template-columns:repeat(3,1fr)}}.service-card{align-items:flex-start;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--surface-panel);border:1px solid #ffffffb3;border-radius:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;padding:2rem 1.75rem;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{box-shadow:0 22px 50px #2d29261a;transform:translateY(-4px)}.service-card-icon{align-items:center;background:#fff9;border:2px solid #d4af3773;border-radius:14px;color:var(--gold-600);display:flex;font-size:1.35rem;height:52px;justify-content:center;margin-bottom:1.25rem;width:52px}.service-card-title{color:var(--text-primary);font-family:var(--font-serif);font-size:1.35rem;margin-bottom:.65rem}.service-card-body{color:var(--text-muted);flex:1 1;font-family:var(--font-sans);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;max-width:none}.service-card-cta{align-self:flex-start}.video-section{padding:4rem 0 5rem}.why-choose-grid{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:900px){.why-choose-grid{align-items:stretch;gap:2.5rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr)}}.why-cards{display:flex;flex-direction:column;gap:1.25rem}.why-mini-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--surface-panel);border:1px solid #ffffffa6;border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem 1.35rem}.why-mini-icon{color:var(--gold-600);font-size:1.5rem;margin-bottom:.65rem}.why-mini-title{color:var(--text-primary);font-family:var(--font-serif);font-size:1.2rem;margin-bottom:.5rem}.why-mini-text{color:var(--text-muted);font-family:var(--font-sans);font-size:.9rem;line-height:1.55;margin:0;max-width:none}.why-choose-media{display:flex;flex-direction:column;gap:1.5rem}.video-wrapper{border:1px solid #fffc;border-radius:20px;box-shadow:var(--shadow-float);overflow:hidden;position:relative}.video-wrapper--laptop{border-radius:12px 12px 12px 12px;box-shadow:0 24px 60px #2d29261f,0 0 0 1px #d4af371f}.video-placeholder{align-items:center;aspect-ratio:16/9;background:linear-gradient(145deg,var(--gold-700),var(--gold-500),var(--gold-300));color:#fffef8;cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:filter .25s ease,transform .25s ease}.video-placeholder:hover{filter:brightness(1.05);transform:scale(1.01)}.play-button{color:var(--gold-100);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));font-size:3.25rem;margin-bottom:.75rem}.video-info-heading{color:var(--text-primary);font-family:var(--font-serif);font-size:1.65rem;margin-bottom:.75rem}.video-info p{color:var(--text-muted);line-height:1.65;margin:0;max-width:none}.gallery-section{background:linear-gradient(180deg,#fff,var(--surface-cream));margin-left:calc(-50vw + 50%);overflow:hidden;padding:0;position:relative;width:100vw}.gallery-section .container{max-width:none;padding:0;width:100%}.jewelry-swiper{height:70vh;min-height:500px;width:100%}.jewelry-slide{height:100%;position:relative;width:100%}.jewelry-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.jewelry-overlay{background:linear-gradient(#0000,#1e1a16e0);bottom:0;color:#faf8f4;left:0;padding:2rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.jewelry-slide:hover .jewelry-overlay{transform:translateY(0)}.jewelry-overlay h3{color:#faf8f4;font-family:var(--font-serif);font-size:1.75rem;margin-bottom:.5rem}.jewelry-overlay p{color:#faf8f4e6;font-size:1rem;margin:0;max-width:none}.about-course-section{padding:4.5rem 0}.about-content{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:900px){.about-content{gap:3rem;grid-template-columns:2fr 1fr}}.about-text h2{color:var(--gold-700);font-family:var(--font-serif);margin-bottom:1.25rem}.about-text p{color:var(--text-muted);line-height:1.65;margin-bottom:1.75rem;max-width:none}.course-features{display:flex;flex-direction:column;gap:1.35rem}.feature{align-items:flex-start;display:flex;gap:1rem}.feature-icon{color:var(--gold-600);font-size:1.75rem;margin-top:.2rem}.feature h4{color:var(--text-primary);font-family:var(--font-serif);font-size:1.1rem;margin-bottom:.35rem}.feature p{color:var(--text-muted);font-size:.95rem;margin:0;max-width:none}.stats-container{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--surface-panel);border:1px solid #ffffffb3;border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 1.5rem}.stats-container h3{color:var(--gold-700);font-family:var(--font-serif);margin-bottom:1.5rem;text-align:center}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.stat-item{background:linear-gradient(180deg,#ffffffe6,var(--surface-champagne));border:1px solid #d4af371f;border-radius:16px;color:var(--text-primary);padding:1rem .75rem;text-align:center}.stat-icon{color:var(--gold-600);font-size:1.65rem;margin-bottom:.35rem}.stat-number{color:var(--gold-700);font-family:var(--font-serif);font-size:1.75rem;font-weight:700;margin-bottom:.2rem}.stat-label{color:var(--text-muted);font-family:var(--font-sans);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.about-us-section{padding:4rem 0 5rem}.journey-section,.mission-section{margin:0 auto 3rem;max-width:820px;text-align:center}.founders-section>h2,.journey-section h2,.mission-section h2{color:var(--gold-700);font-family:var(--font-serif);font-size:clamp(1.5rem,2.8vw,2rem);letter-spacing:.12em;margin-bottom:1.25rem;text-transform:uppercase}.journey-section p,.mission-section p{color:var(--text-muted);line-height:1.7;margin-bottom:1rem;max-width:none}.mission-quote{background:var(--surface-panel);border-left:4px solid var(--gold-400);border-radius:0 16px 16px 0;box-shadow:var(--shadow-float);color:var(--text-primary);font-family:var(--font-serif);font-size:1.2rem;font-style:italic;margin:1.5rem auto;max-width:720px;padding:1rem 1.25rem;text-align:left}.specialization-list{margin:2rem auto 0;max-width:640px;text-align:left}.specialization-list h3{color:var(--gold-700);font-family:var(--font-serif);margin-bottom:1rem}.specialization-list ul{color:var(--text-muted);line-height:1.75;padding-left:1.25rem}.founders-section{margin-top:3rem}.founder-section-individual{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--surface-panel);border:1px solid #ffffffb3;border-radius:20px;box-shadow:var(--shadow-card);margin-bottom:3rem;padding:2rem}.founder-header{border-bottom:1px solid #d4af3733;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.founder-header h3{color:var(--text-primary);font-family:var(--font-serif);font-size:2rem;font-weight:600;margin-bottom:.5rem}.founder-header h4{color:var(--text-muted);font-family:var(--font-sans);font-size:1.05rem;font-weight:500;margin:0}.founder-content-wrapper{align-items:flex-start;display:flex;gap:2.5rem}.founder-image-container{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:280px;position:relative;width:280px}.founder-profile-img{border-radius:20px;box-shadow:var(--shadow-float);height:100%;object-fit:cover;object-position:center;transition:transform .25s ease;width:100%}.founder-profile-img:hover{transform:scale(1.02)}.founder-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #d4af3759;border-radius:50px;box-shadow:var(--shadow-float);color:var(--text-primary);display:flex;font-family:var(--font-sans);font-weight:600;gap:.5rem;margin-top:1rem;padding:.75rem 1.35rem;position:relative}.founder-badge svg{color:var(--gold-600);font-size:1.1rem}.founder-badge span{font-size:.9rem;font-weight:600;letter-spacing:.03em}.founder-details{flex:1 1;padding-left:.5rem}.founder-bio{margin-bottom:1.75rem}.founder-bio p{color:var(--text-primary);font-size:.98rem;line-height:1.7;margin-bottom:1rem;max-width:none}.certifications-section,.experience-section,.research-section{background:#ffffff8c;border-left:4px solid var(--gold-500);border-radius:16px;margin-bottom:1.75rem;padding:1.35rem}.certifications-section h5,.experience-section h5,.research-section h5{color:var(--gold-700);font-family:var(--font-serif);font-size:1.15rem;font-weight:600;margin-bottom:.85rem}.certifications-list,.experience-list,.research-papers{list-style:none;margin:0;padding:0}.certifications-list li,.experience-list li,.research-papers li{color:var(--text-muted);font-size:.95rem;line-height:1.5;padding:.45rem 0 .45rem 1.35rem;position:relative}.certifications-list li:before,.experience-list li:before,.research-papers li:before{color:var(--gold-600);content:"•";font-weight:700;left:0;position:absolute}.research-papers li{font-style:italic;margin-bottom:.35rem}.finale-cta-section{background:linear-gradient(180deg,var(--surface-champagne),var(--surface-page));overflow:hidden;padding:5rem 0 5.5rem;position:relative;text-align:center}.finale-silk{background:radial-gradient(ellipse 120% 70% at 50% 100%,#d4af3724,#0000 55%),radial-gradient(ellipse 80% 50% at 20% 30%,#fff6,#0000 45%);inset:0;pointer-events:none;position:absolute}.finale-cta-inner{position:relative;z-index:1}.finale-cta-title{color:var(--text-primary);font-family:var(--font-serif);font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:520px}.finale-cta-sub{color:var(--text-muted);font-family:var(--font-sans);font-size:1.05rem;line-height:1.6;margin:0 auto 2rem;max-width:480px}.finale-cta-btn{min-width:260px}.jewelry-swiper .swiper-pagination-bullet-active{background:var(--gold-600)!important}@media (max-width:768px){h1.hero-title{gap:.05rem}.stats-grid{grid-template-columns:1fr}.founder-content-wrapper{flex-direction:column;gap:2rem;text-align:center}.founder-image-container{height:250px;margin:0 auto;width:250px}.founder-badge{font-size:.85rem;padding:.55rem 1.1rem}.founder-details{padding-left:0}.founder-section-individual{padding:1.5rem}.founder-header h3{font-size:1.65rem}.play-button{font-size:2.75rem}.stats-container{padding:1.5rem 1.25rem}.stat-number{font-size:1.45rem}}@media (prefers-reduced-motion:reduce){.floating-jewel{animation:none!important}.founder-profile-img:hover,.service-card:hover,.video-placeholder:hover{transform:none}.jewelry-slide:hover .jewelry-overlay{transform:translateY(0)}}.courses-page{background:linear-gradient(180deg,var(--surface-cream),var(--surface-champagne));min-height:100vh;padding-bottom:4rem;padding-top:100px}.courses-header{margin-bottom:4rem;text-align:center}.courses-header h1{color:var(--dark-brown);font-size:3rem;margin-bottom:1rem}.courses-header p{color:var(--slate);font-size:1.2rem;margin:0 auto;max-width:600px}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border-top:4px solid var(--accent-soft);border:4px solid var(--accent-soft);border-radius:50%;border-top-color:var(--gold-600);height:50px;width:50px}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:4rem}.course-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 15px 35px #0000001a;overflow:hidden;transition:all .3s ease}.course-card:hover{border-color:var(--accent-soft-strong);box-shadow:0 25px 50px #00000026;transform:translateY(-5px)}.course-image{aspect-ratio:16/9;overflow:hidden;position:relative}.course-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.course-card:hover .course-image img{transform:scale(1.05)}.course-level{border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;text-transform:uppercase;top:1rem}.course-content{padding:2rem}.course-header{margin-bottom:1.5rem}.course-header h3{color:var(--dark-brown);font-size:1.5rem;line-height:1.3;margin-bottom:.35rem}.course-subtitle{color:var(--primary-orange);font-weight:600;line-height:1.4;margin-bottom:1rem}.course-meta{display:flex;flex-wrap:wrap;gap:1.5rem}.meta-item{align-items:center;color:var(--slate);display:flex;font-size:.9rem;gap:.5rem}.meta-item svg{color:var(--primary-orange)}.course-description{color:var(--slate);line-height:1.6}.course-description,.course-topics-preview{margin-bottom:1.5rem}.topic-item{align-items:center;color:var(--dark-brown);display:flex;font-size:.9rem;gap:.75rem;padding:.5rem 0}.topic-icon{color:var(--primary-orange);font-size:.8rem}.topic-more{color:var(--slate);font-size:.9rem;font-style:italic;margin-top:.5rem}.expand-btn{align-items:center;background:linear-gradient(135deg,var(--primary-orange),var(--secondary-orange));border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.expand-btn:hover{box-shadow:0 8px 25px #af8e4b59;transform:translateY(-2px)}.expanded-content{overflow:hidden}.full-topics{margin-bottom:2rem}.full-topics h4{color:var(--dark-brown);font-size:1.2rem;margin-bottom:1rem}.topics-list{display:flex;flex-direction:column;gap:.75rem}.topic-detail{background:var(--accent-soft);border-left:4px solid var(--gold-500);border-radius:12px;padding:1rem}.topic-detail,.topic-info{align-items:center;display:flex}.topic-info{gap:.75rem;min-width:0}.topic-name{color:var(--dark-brown);font-weight:600;line-height:1.4}.course-features{margin-bottom:2rem}.course-features h4{color:var(--dark-brown);font-size:1.2rem;margin-bottom:1rem}.course-features ul{list-style:none;padding:0}.course-features li{color:var(--slate);padding:.5rem 0 .5rem 1.5rem;position:relative}.course-features li:before{color:var(--primary-orange);content:"✓";font-weight:700;left:0;position:absolute}.enquiry-section{background:linear-gradient(180deg,var(--surface-cream),#ffffffe6);border:2px solid #d4af3733;border-radius:16px;padding:2rem}.enrollment-info{margin-bottom:2rem}.enquiry-note{grid-gap:.35rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;display:grid;gap:.35rem;margin-bottom:1.5rem;padding:1rem}.enquiry-label{color:var(--dark-brown);font-weight:700}.enquiry-copy{color:var(--slate);line-height:1.5}.enrollment-benefits{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.benefit{align-items:center;background:#fff;border-radius:8px;color:var(--dark-brown);display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem}.benefit svg{color:var(--primary-orange)}.enrollment-actions{display:flex;flex-wrap:wrap;gap:1rem}.enroll-btn{align-items:center;display:flex;gap:.5rem;justify-content:center;min-width:150px}.enroll-btn .loading{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.cta-section{background:linear-gradient(145deg,#2a241c,var(--gold-700));border-radius:20px;color:#faf8f4;margin-top:4rem;padding:4rem 2rem;text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (max-width:768px){.courses-page{padding-top:80px}.courses-header h1{font-size:2.5rem}.courses-grid{gap:1.5rem;grid-template-columns:1fr}.course-content{padding:1.5rem}.course-meta{flex-direction:column;gap:.5rem}.enquiry-section{padding:1.5rem}.enrollment-benefits{grid-template-columns:1fr}.cta-buttons,.enrollment-actions{flex-direction:column}.cta-buttons{align-items:center}}@media (max-width:480px){.courses-header h1{font-size:2rem}.course-header h3{font-size:1.3rem}.course-content,.enquiry-section{padding:1rem}}.contact-page{background:linear-gradient(180deg,var(--surface-cream),var(--surface-champagne));min-height:100vh;padding-bottom:4rem;padding-top:100px}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h1{color:var(--dark-brown);font-size:3rem;margin-bottom:1rem}.contact-header p{color:var(--slate);font-size:1.2rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info-section h2{color:var(--dark-brown);font-size:2rem;margin-bottom:2rem}.contact-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.contact-card{align-items:center;background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 10px 30px #0000001a;color:inherit;display:flex;flex-direction:column;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.contact-card:hover{border-color:var(--accent-soft-strong);box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.contact-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.contact-details h3{color:var(--dark-brown);font-size:1.2rem;margin-bottom:.5rem}.contact-details p{color:var(--slate);font-size:.95rem;margin:0}.business-hours{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2rem}.business-hours h3{align-items:center;color:var(--dark-brown);display:flex;font-size:1.3rem;gap:.75rem;margin-bottom:1.5rem}.hours-icon{color:var(--primary-orange)}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:.75rem 0}.hours-item:last-child{border-bottom:none}.day{color:var(--dark-brown);font-weight:600}.hours{color:var(--slate)}.contact-form-section{background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;overflow:hidden}.form-container{padding:3rem}.form-container h2{color:var(--dark-brown);font-size:2rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{font-size:1rem}textarea.form-control{min-height:120px;resize:vertical}.submit-btn{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1rem;padding:1rem 2rem}.submit-btn .loading{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.map-section{margin-bottom:4rem}.map-section h2{color:var(--dark-brown);font-size:2rem;margin-bottom:2rem;text-align:center}.map-container{border-radius:16px;box-shadow:0 15px 35px #0000001a;overflow:hidden}.map-placeholder{align-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,var(--dark-brown),var(--dark-orange));color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center}.map-icon{color:var(--primary-orange);font-size:4rem;margin-bottom:1rem}.map-placeholder p{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.map-placeholder small{font-size:1rem;opacity:.8}.faq-section{background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;padding:4rem 3rem}.faq-section h2{color:var(--dark-brown);font-size:2rem;margin-bottom:3rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:linear-gradient(180deg,#ffffffbf,var(--surface-champagne));border-left:4px solid var(--gold-500);border-radius:16px;padding:2rem}.faq-item h4{color:var(--dark-brown);font-size:1.2rem;margin-bottom:1rem}.faq-item p{color:var(--slate);line-height:1.6;margin:0}@media (max-width:768px){.contact-page{padding-top:80px}.contact-header h1{font-size:2.5rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-cards{gap:1rem;grid-template-columns:1fr}.contact-card{padding:1.5rem}.form-container{padding:2rem}.faq-section{padding:3rem 2rem}.faq-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.contact-header h1{font-size:2rem}.contact-card{padding:1rem}.contact-icon{font-size:1.2rem;height:50px;width:50px}.form-container{padding:1.5rem}.form-control{padding:.75rem}.submit-btn{font-size:1rem;padding:.75rem 1.5rem}.faq-section{padding:2rem 1.5rem}.faq-item{padding:1.5rem}}.auth-page{align-items:center;background:linear-gradient(155deg,var(--surface-champagne) 0,var(--gold-300) 40%,var(--gold-600) 85%,var(--gold-700) 100%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.auth-container{max-width:450px;padding:2rem;position:relative;width:100%;z-index:2}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #0003;padding:3rem}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:var(--dark-brown);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.auth-header p{color:var(--slate);font-size:1rem;line-height:1.5}.google-auth-btn{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;color:var(--dark-brown);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease;width:100%}.google-auth-btn:hover{border-color:var(--gold-500);box-shadow:0 8px 25px #af8e4b33;transform:translateY(-2px)}.google-icon{color:#4285f4;font-size:1.2rem}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:before{background:#e9ecef;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#fffffff2;color:var(--slate);font-size:.9rem;padding:0 1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.name-fields{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-label{align-items:center;color:var(--dark-brown);display:flex;font-size:.95rem;gap:.5rem}.label-icon{color:var(--primary-orange);font-size:.9rem}.form-control{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;padding:1rem;transition:all .3s ease}.form-control:focus{background:#fff}.form-control::placeholder{color:#adb5bd}.password-input{position:relative}.password-toggle{background:none;border:none;color:var(--slate);cursor:pointer;font-size:1rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:color .3s ease}.password-toggle:hover{color:var(--primary-orange)}.auth-submit-btn{align-items:center;background:var(--gold-gradient);border:none;border-radius:50px;color:var(--text-on-gold);cursor:pointer;display:flex;font-family:var(--font-sans);font-size:1.05rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1rem;padding:1rem;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-submit-btn:hover:not(:disabled){box-shadow:0 10px 28px #af8e4b66;filter:brightness(1.03);transform:translateY(-2px)}.auth-submit-btn:focus-visible{outline:2px solid var(--gold-700);outline-offset:3px}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.7}.auth-submit-btn .loading{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.auth-toggle{margin:2rem 0;text-align:center}.auth-toggle p{color:var(--slate);margin:0}.toggle-btn{background:none;border:none;color:var(--primary-orange);cursor:pointer;font-weight:600;margin-left:.5rem;text-decoration:underline;transition:color .3s ease}.toggle-btn:hover{color:var(--dark-orange)}.auth-info{margin-top:1rem;text-align:center}.auth-info p{color:var(--slate);font-size:.85rem;line-height:1.4;margin:0}.info-link{color:var(--primary-orange);font-weight:600;text-decoration:none}.info-link:hover{text-decoration:underline}.auth-background{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.floating-jewel{animation:float 3s ease-in-out infinite;font-size:1.5rem;position:absolute}@keyframes float{0%,to{opacity:.2;transform:translateY(0) rotate(0deg)}50%{opacity:.6;transform:translateY(-30px) rotate(180deg)}}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{padding:2rem}.auth-header h1{font-size:2rem}.name-fields{grid-template-columns:1fr}}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-header h1{font-size:1.8rem}.form-control{padding:.75rem}.auth-submit-btn{font-size:1rem;padding:.75rem}.google-auth-btn{font-size:.95rem;padding:.75rem}}.auth-success-page{align-items:center;background:linear-gradient(155deg,var(--surface-champagne),var(--gold-400),var(--gold-700));display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.auth-success-container{max-width:500px;padding:2rem;position:relative;width:100%;z-index:2}.success-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 25px 50px #0003;padding:4rem 3rem;text-align:center}.success-icon{color:#4caf50;font-size:5rem;margin-bottom:2rem}.success-card h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.success-card p{color:#636e72;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.loading-indicator{align-items:center;color:#636e72;display:flex;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;color:gold;font-size:2rem}.loading-indicator span{font-size:1rem;font-weight:600}@media (max-width:768px){.auth-success-container{padding:1rem}.success-card{padding:3rem 2rem}.success-card h1{font-size:2rem}.success-icon{font-size:4rem}}@media (max-width:480px){.success-card{padding:2rem 1.5rem}.success-card h1{font-size:1.8rem}.success-icon{font-size:3.5rem}.success-card p{font-size:1rem}}.legal-page{background:linear-gradient(180deg,#ffffffb8,#f9f7f2f2),var(--surface-page);min-height:100vh;padding:8rem 0 4rem}.legal-container{max-width:880px}.legal-header{margin-bottom:2.5rem}.legal-kicker{color:var(--gold-700);font-weight:700;letter-spacing:.08em;margin-bottom:.5rem;text-transform:uppercase}.legal-header h1{margin-bottom:.75rem}.legal-updated{color:var(--gold-700);font-weight:600}.legal-intro{font-size:1.08rem}.legal-content{grid-gap:1.25rem;display:grid;gap:1.25rem;margin-bottom:2rem}.legal-section{background:var(--surface-panel);border:1px solid #af8e4b29;border-radius:8px;box-shadow:var(--shadow-card);padding:1.5rem}.legal-section h2{font-size:1.35rem;margin-bottom:.5rem}.legal-section p{margin-bottom:0}.legal-contact-link{width:-webkit-fit-content;width:fit-content}@media (max-width:768px){.legal-page{padding:6rem 0 3rem}.legal-section{padding:1.25rem}}.App{text-align:left}:root{--surface-page:#f9f7f2;--surface-cream:#fcf9f5;--surface-champagne:#f3ebe0;--surface-panel:#ffffffd1;--surface-panel-solid:#fff;--gold-700:#8f7335;--gold-600:#af8e4b;--gold-500:#c9a227;--gold-400:#d4af37;--gold-300:#e5c789;--gold-200:#f0e0b8;--gold-100:#f7ef8a;--gold-gradient:linear-gradient(105deg,#c9a227,#e8d48a 35%,#f7ef8a 50%,#d4af37 75%,#af8e4b);--gold-glow-rgb:175,142,75;--text-primary:#2d2926;--text-muted:#5c5650;--text-on-gold:#1f1a14;--primary-orange:var(--gold-600);--secondary-orange:var(--gold-400);--light-orange:var(--gold-200);--dark-orange:var(--gold-700);--dark-brown:var(--text-primary);--slate:var(--text-muted);--gray:#6b6560;--light-gray:var(--surface-cream);--white:#fff;--accent-amber:var(--gold-500);--light-amber:var(--gold-200);--accent-red:#b45348;--light-red:#f5e0de;--primary-blue:var(--gold-600);--secondary-blue:var(--gold-400);--light-blue:var(--gold-200);--dark-blue:var(--text-primary);--accent-soft:rgba(var(--gold-glow-rgb),0.12);--accent-soft-strong:rgba(var(--gold-glow-rgb),0.22);--shadow-float:0 18px 48px #2d29260f;--shadow-card:0 12px 40px #2d292614;--font-serif:"Playfair Display",Georgia,"Times New Roman",serif;--font-sans:"Montserrat",system-ui,-apple-system,sans-serif;--font-script:"Great Vibes",cursive}.gradient-orange{background:linear-gradient(105deg,#c9a227,#e8d48a 35%,#f7ef8a 50%,#d4af37 75%,#af8e4b);background:var(--gold-gradient)}.gradient-amber{background:linear-gradient(135deg,#af8e4b,#d4af37);background:linear-gradient(135deg,var(--gold-600),var(--gold-400))}.gradient-warm{background:linear-gradient(180deg,#f3ebe0,#fcf9f5);background:linear-gradient(180deg,var(--surface-champagne),var(--surface-cream))}.gradient-light{background:linear-gradient(135deg,#fcf9f5,#fff);background:linear-gradient(135deg,var(--surface-cream),var(--white))}.card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffd1;background:var(--surface-panel);border:1px solid #ffffffa6;border-radius:20px;box-shadow:0 12px 40px #2d292614;box-shadow:var(--shadow-card);margin:1rem;padding:2rem;transition:transform .25s ease,box-shadow .25s ease}.card:hover{box-shadow:0 24px 56px #2d29261a;transform:translateY(-4px)}.jewelry-sparkle{overflow:hidden;position:relative}.jewelry-sparkle:before{animation:shimmer 3s infinite;background:linear-gradient(45deg,#0000,#ffffff59,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;transform:rotate(45deg);width:200%}.section{margin:0;padding:5rem 0}.section-light{background:linear-gradient(180deg,#fcf9f5,#f3ebe0);background:linear-gradient(180deg,var(--surface-cream) 0,var(--surface-champagne) 100%);color:#2d2926;color:var(--text-primary)}.section-dark{background:linear-gradient(145deg,#2a241c,#8f7335);background:linear-gradient(145deg,#2a241c,var(--gold-700));color:#faf8f4}.section-gold{background:linear-gradient(180deg,#f3ebe0,#f9f7f2 55%,#fcf9f5);background:linear-gradient(180deg,var(--surface-champagne) 0,var(--surface-page) 55%,var(--surface-cream) 100%);color:#2d2926;color:var(--text-primary)}.btn{align-items:center;display:inline-flex;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-size:.95rem;justify-content:center;line-height:1.4;min-height:44px;padding:.75rem 1.75rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:focus-visible{outline:2px solid var(--gold-600)}.btn-primary{background:linear-gradient(105deg,#c9a227,#e8d48a 35%,#f7ef8a 50%,#d4af37 75%,#af8e4b);background:var(--gold-gradient);box-shadow:0 6px 24px #af8e4b59;box-shadow:0 6px 24px rgba(var(--gold-glow-rgb),.35);color:var(--text-on-gold)}.btn-primary:hover{box-shadow:0 10px 32px #af8e4b73;box-shadow:0 10px 32px rgba(var(--gold-glow-rgb),.45);filter:brightness(1.05)}.btn-primary:active{box-shadow:0 4px 16px #af8e4b4d;box-shadow:0 4px 16px rgba(var(--gold-glow-rgb),.3);transform:translateY(0)}.btn-secondary{background:#0000;border:2px solid #c9a227;border:2px solid var(--gold-500);color:#8f7335;color:var(--gold-700)}.btn-secondary:hover{background:#af8e4b1f;background:var(--accent-soft)}.btn-outline{border:2px solid #2d292640;color:#2d2926;color:var(--text-primary)}.btn-outline:hover{background:var(--accent-soft);border-color:#af8e4b;border-color:var(--gold-600);transform:translateY(-2px)}.btn-outline:hover,.btn-white{color:#8f7335;color:var(--gold-700)}.btn-white{background:#fff;background:var(--white);border:2px solid #fff;border:2px solid var(--white);box-shadow:0 18px 48px #2d29260f;box-shadow:var(--shadow-float)}.btn-white:hover{background:#fcf9f5;background:var(--surface-cream);transform:translateY(-2px)}.btn-lg{font-size:1.05rem;min-height:52px;padding:1rem 2.25rem}.btn-sm{font-size:.875rem;min-height:40px;padding:.5rem 1.1rem}.btn:disabled{cursor:not-allowed;opacity:.55;transform:none!important}.btn:disabled:hover{box-shadow:none!important;filter:none;transform:none!important}.form-group{margin-bottom:1.5rem}.form-control{background:#fff;background:var(--white);border:2px solid #2d29261f;border-radius:14px;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-size:16px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-control:focus{border-color:#c9a227;border-color:var(--gold-500);box-shadow:0 0 0 3px #af8e4b1f;box-shadow:0 0 0 3px var(--accent-soft);outline:none}.form-label{color:#2d2926;color:var(--text-primary);display:block;font-family:Montserrat,system-ui,-apple-system,sans-serif;font-family:var(--font-sans);font-weight:600;margin-bottom:.5rem}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #af8e4b1f;border-radius:50%;border-top-color:#af8e4b;border:3px solid var(--accent-soft);border-top-color:var(--gold-600);display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.d-flex{display:flex}.justify-center{justify-content:center}.align-center{align-items:center}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}@media (prefers-reduced-motion:reduce){.btn,.card{transition:none}.jewelry-sparkle:before{animation:none}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background-attachment:fixed;background-color:#f9f7f2;background-color:var(--surface-page,#f9f7f2);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,#d4af3714,#0000 55%),radial-gradient(ellipse 90% 60% at 100% 40%,#f3ebe0e6,#0000 45%),radial-gradient(ellipse 70% 50% at 0 80%,#e8d4b059,#0000 50%),linear-gradient(180deg,#f9f7f2,#fcf9f5);background-image:radial-gradient(ellipse 120% 80% at 50% -20%,#d4af3714,#0000 55%),radial-gradient(ellipse 90% 60% at 100% 40%,#f3ebe0e6,#0000 45%),radial-gradient(ellipse 70% 50% at 0 80%,#e8d4b059,#0000 50%),linear-gradient(180deg,var(--surface-page,#f9f7f2) 0,var(--surface-cream,#fcf9f5) 100%);color:#2d2926;color:var(--text-primary,#2d2926);font-family:Montserrat,system-ui,sans-serif;font-family:var(--font-sans,"Montserrat",system-ui,sans-serif);font-weight:400;line-height:1.65}.App,body{min-height:100vh}.container{margin:0 auto;max-width:1180px;padding:0 24px}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-family:Montserrat,sans-serif;font-family:var(--font-sans,"Montserrat",sans-serif);font-size:16px;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:focus-visible{outline:2px solid #af8e4b;outline:2px solid var(--gold-600,#af8e4b);outline-offset:3px}.btn-primary{background:linear-gradient(105deg,#c9a227,#d4af37,#af8e4b);background:var(--gold-gradient,linear-gradient(105deg,#c9a227,#d4af37,#af8e4b));color:#1f1a14;color:var(--text-on-gold,#1f1a14)}.btn-primary:hover{box-shadow:0 10px 28px #af8e4b59;filter:brightness(1.04);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#8f7335,#af8e4b);background:linear-gradient(135deg,var(--gold-700,#8f7335),var(--gold-600,#af8e4b));color:#faf8f4}.btn-secondary:hover{box-shadow:0 8px 24px #2d292633;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #af8e4b;border:2px solid var(--gold-600,#af8e4b);color:#8f7335;color:var(--gold-700,#8f7335)}.btn-outline:hover{background:#af8e4b1f;background:var(--accent-soft,#af8e4b1f)}.btn-outline:hover,h1,h2,h3,h4,h5,h6{color:#2d2926;color:var(--text-primary,#2d2926)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-family:var(--font-serif,"Playfair Display",Georgia,serif);font-weight:600;line-height:1.2;margin-bottom:1rem}h1:not(.hero-title){-webkit-text-fill-color:#0000;background:var(--gold-gradient);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3rem)}h2{color:#8f7335;color:var(--gold-700,#8f7335);font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{color:#2d2926;color:var(--text-primary,#2d2926);font-size:clamp(1.35rem,2.5vw,2rem)}p{color:#5c5650;color:var(--text-muted,#5c5650);margin-bottom:1rem;max-width:70ch}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-fadeInUp{animation:fadeInUp .8s ease-out}.animate-fadeInLeft{animation:fadeInLeft .8s ease-out}.animate-fadeInRight{animation:fadeInRight .8s ease-out}.animate-pulse{animation:pulse 2s infinite}@media (prefers-reduced-motion:reduce){.animate-fadeInLeft,.animate-fadeInRight,.animate-fadeInUp,.animate-pulse{animation:none}}@media (max-width:768px){.container{padding:0 18px}.btn{font-size:14px;padding:10px 20px}}
/*# sourceMappingURL=main.9536de82.css.map*/