@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter+Tight:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-base:#0a0a0a;--bg-deep:#070707;--bg-panel:rgba(20,18,16,.8);--bg-elevated:#141210;--gold-light:#e0c98a;--gold-1:#c9a961;--gold-2:#a98b50;--gold-3:#8b7340;--gold-gradient:linear-gradient(180deg,#e0c98a 0%,#c9a961 100%);--text-primary:#f5efe6;--text-secondary:#b8aea1;--text-muted:#8b8378;--burgundy-line:#4a1420;--cream:#f2ebe0;--font-serif:"Instrument Serif","Times New Roman",serif;--font-sans:"Inter Tight","Arial",sans-serif;--font-mono:"JetBrains Mono",monospace}:root{--velvet:var(--bg-base);--velvet-soft:var(--bg-panel);--cream:var(--bg-base);--gold:var(--gold-1);--bordeaux:var(--gold-1);--text:var(--text-primary);--soft:var(--text-secondary);--dark:var(--text-primary);--display:var(--font-serif);--body:var(--font-sans)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg-base)}body{color:var(--text);font:400 16px/1.7 var(--body);background-image:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(212,184,122,.06),transparent 60%)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at center,transparent 40%,rgba(0,0,0,.5) 100%)}.gg-app{min-height:100vh;background:var(--bg-base)}.gg-app h1,.gg-app h2,.gg-app h3{margin:0;font-family:var(--display);font-weight:400;letter-spacing:0}.gg-app h1{font-size:clamp(72px,10vw,140px);line-height:.95}.gg-app h2{font-size:clamp(40px,5vw,72px);line-height:.98}.gg-app h3{font-size:clamp(28px,3vw,44px);line-height:1}.gg-app em{color:var(--gold-light);font-style:italic}.gg-label{color:var(--gold-2);font:500 11px/1 var(--font-mono);letter-spacing:.2em}.gg-film-grain{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.gg-gold-threads{display:none}.gg-cursor{position:fixed;z-index:100;width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 20px #d4b87a99;pointer-events:none;transition:.4s}.gg-cursor.is-hover{width:24px;height:24px;margin:-8px;background:transparent;border:1px solid var(--gold)}.gg-nav{height:78px;position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(24px,5vw,96px);background:#0a0a0af0;border-bottom:1px solid rgba(201,169,97,.22);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.gg-brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none}.gg-brand img{width:42px;height:42px}.gg-brand b{font:500 25px/1 var(--display);letter-spacing:.16em}.gg-brand small{display:block;color:var(--gold);font-size:11px;letter-spacing:.3em}.gg-nav nav{display:flex;gap:24px}.gg-nav nav a{color:var(--text);font-size:13px;text-decoration:none}.gg-nav nav a:hover{color:var(--gold-light)}button{font:inherit}.gg-primary,.gg-nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 20px;border:1px solid var(--gold);border-radius:4px;background:var(--bordeaux);color:var(--text);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.gg-ghost{display:inline-flex;gap:9px;align-items:center;padding:14px 0;border:0;background:transparent;color:var(--text);font-size:14px;text-decoration:none;cursor:pointer}.gg-menu,.gg-mobile-nav,.gg-sound{display:none}.gg-preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;background:var(--velvet);animation:preload 2s forwards}.gg-preloader-seal{width:200px;height:200px;animation:stamp 2s ease-in-out forwards}@keyframes stamp{0%,19%{opacity:0;transform:scale(3)}20%,89%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.1);filter:blur(8px)}}@keyframes preload{0%,90%{opacity:1}to{opacity:0;visibility:hidden}}.gg-seal-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:grid;place-items:center;background:var(--velvet);animation:out 1.5s forwards}.gg-seal-transition span{display:grid;place-items:center;width:160px;height:160px;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font:400 58px var(--display)}@keyframes out{to{opacity:0;visibility:hidden}}.gg-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,8vw,140px);min-height:calc(100vh - 78px);padding:clamp(70px,9vw,130px) max(24px,calc((100vw - 1440px)/2 + 96px));overflow:hidden}.gg-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#0a0a0a7a}.gg-hero-silk{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;opacity:.4}.gg-hero-copy>p{max-width:500px;margin:28px 0;font-size:20px}.gg-actions{display:flex;gap:24px;flex-wrap:wrap}.gg-note{display:flex;gap:8px;margin-top:24px;color:var(--soft);font-size:13px}.gg-hero-art{display:grid;place-items:center}.gg-hero-jewel-frame{width:min(100%,520px);height:min(70vw,700px);border:1px solid var(--gold);border-radius:4px;overflow:hidden;box-shadow:0 40px 80px #00000080}.gg-hero-jewel-frame img{width:100%;height:100%;display:block;object-fit:cover}.gg-home-numbers{display:grid;grid-template-columns:repeat(3,1fr);padding:clamp(70px,9vw,130px) max(24px,calc((100vw - 1440px)/2 + 96px));background:var(--cream);color:var(--dark)}.gg-home-numbers article{padding:12px 28px;border-left:1px solid rgba(74,20,32,.24)}.gg-home-numbers b{display:block;color:var(--gold);font:400 clamp(70px,7vw,96px)/.9 var(--display)}.gg-home-numbers span{font-size:13px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.gg-home-numbers p{grid-column:1/-1;max-width:680px;margin:40px 0 0}.gg-weekly-edit,.gg-home-process,.gg-trust-services,.gg-fitting,.gg-specials,.gg-provenance,.gg-faq{padding:clamp(80px,10vw,145px) max(24px,calc((100vw - 1440px)/2 + 96px))}.gg-weekly-edit{background:var(--velvet)}.gg-weekly-edit h2{margin:18px 0 50px}.gg-weekly-products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:36px}.gg-weekly-products button{padding:0;border:1px solid rgba(201,169,97,.55);border-radius:4px;background:var(--velvet);color:var(--text);overflow:hidden;text-align:left;cursor:pointer}.gg-weekly-products img{display:block;width:100%;aspect-ratio:4/5.5;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform}.gg-weekly-products button:hover img{transform:scale(1.03)}.gg-weekly-products span,.gg-weekly-products b{display:block;padding:0 20px}.gg-weekly-products span{padding-top:18px;color:var(--gold);font-size:13px;letter-spacing:.16em}.gg-weekly-products b{padding-bottom:20px;font:400 32px var(--display)}.gg-trust{padding:clamp(70px,8vw,110px) 24px;background:var(--cream);color:var(--dark);text-align:center}.gg-trust>span{font-size:13px;letter-spacing:.2em}.gg-brands{display:flex;justify-content:center;flex-wrap:wrap;gap:18px;margin-top:34px}.gg-brands button{min-width:170px;padding:18px;border:1px solid rgba(201,169,97,.5);border-radius:4px;background:transparent;color:var(--gold);cursor:pointer}.gg-brands b{font:500 25px var(--display)}.gg-brands small{display:block;margin-top:5px;font-size:13px;color:var(--dark)}.gg-home-process{background:var(--cream);color:var(--dark)}.gg-home-process>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:50px;background:#4a142040}.gg-home-process article{min-height:260px;padding:28px;background:#f2ebe0f5}.gg-home-process article b{color:var(--bordeaux);font-size:13px;letter-spacing:.16em}.gg-home-process h3{margin:46px 0 14px}.gg-home-process p{font-size:16px}.gg-quote{padding:clamp(100px,12vw,180px) 24px;background:var(--velvet);text-align:center}.gg-quote blockquote{max-width:900px;margin:0 auto 22px;font:400 clamp(32px,4vw,48px)/1.12 var(--display)}.gg-quote-mark{color:var(--gold);font:70px var(--display)}.gg-quote span{color:var(--soft);font-size:13px}.gg-final{padding:clamp(100px,13vw,190px) 24px;background:var(--velvet);text-align:center;border-top:1px solid rgba(201,169,97,.25)}.gg-final h2{margin:18px 0 40px;font-size:clamp(64px,8vw,96px)}.gg-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:20px;background:#0a0705c7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.gg-modal,.gg-detail{position:relative;width:min(600px,100%);padding:48px;border:1px solid rgba(201,169,97,.4);border-radius:4px;background:#0a0705f2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);color:var(--text)}.gg-modal h2,.gg-detail h2{margin:14px 0;font-size:40px}.gg-modal p,.gg-detail p{color:var(--soft)}.gg-modal form{display:grid;gap:14px;margin-top:22px}.gg-modal input,.gg-modal select,.gg-contact-form input,.gg-contact-form textarea{width:100%;padding:16px 0;border:0;border-bottom:1px solid var(--gold);background:transparent;color:var(--text);font:16px var(--body)}.gg-modal form .gg-primary{width:100%;min-height:56px}.gg-close{position:absolute;top:18px;right:18px;border:0;background:transparent;color:var(--gold);cursor:pointer}.gg-consent,.gg-privacy{font-size:13px;color:var(--soft)}.gg-detail{width:min(900px,100%);display:grid;grid-template-columns:1fr 1fr;gap:30px}.gg-detail>img{width:100%;height:100%;max-height:480px;object-fit:cover}.gg-detail-price{display:block;margin:24px 0;color:var(--gold);font-weight:500}.gg-detail .gg-primary{width:100%}.gg-route-page{background:var(--velvet)}.gg-route-main{min-height:calc(100vh - 78px);padding:clamp(80px,10vw,150px) max(24px,calc((100vw - 1440px)/2 + 96px));background:var(--velvet)}.gg-experience{background:var(--velvet-soft)}.gg-editorial-hero{min-height:500px;display:flex;align-items:center;max-width:760px}.gg-editorial-hero p{max-width:540px;margin:25px 0;font-size:20px}.gg-service-sequence,.gg-club-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;max-width:1440px;margin:64px auto 0;background:#c9a9614d}.gg-service-sequence article,.gg-club-benefits article{min-height:260px;padding:30px;background:var(--velvet);border-radius:4px}.gg-service-sequence b,.gg-club-benefits b{color:var(--gold);font-size:13px;letter-spacing:.16em}.gg-service-sequence h2,.gg-club-benefits h2{margin:44px 0 14px;font-size:36px}.gg-service-sequence p,.gg-club-benefits p{margin:0;color:var(--soft)}.gg-contact-form{display:grid;gap:24px;max-width:600px;margin:70px auto 0;padding:48px;border:1px solid rgba(201,169,97,.4);border-radius:4px;background:#0a0705e6;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.gg-contact-form label{color:var(--gold);font-size:13px;letter-spacing:.15em}.gg-contact-form .gg-primary{width:100%;min-height:56px}.gg-cinema{min-height:calc(100vh - 78px);padding:32px max(24px,calc((100vw - 1440px)/2 + 96px));display:grid;grid-template-rows:auto 1fr auto;gap:20px}.gg-cinema-top,.gg-cinema-controls{display:flex;justify-content:space-between;align-items:center}.gg-back-link,.gg-cinema-link{display:inline-flex;gap:8px;align-items:center;border:0;background:transparent;color:var(--gold);cursor:pointer}.gg-cinema-stage{display:grid;grid-template-columns:3fr 2fr;border:1px solid rgba(201,169,97,.4)}.gg-cinema-stage figure{margin:0;overflow:hidden}.gg-cinema-stage figure img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gg-cinema-stage figure:hover img{transform:scale(1.03)}.gg-cinema-stage article{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,6vw,80px);background:var(--velvet-soft)}.gg-cinema-stage article>p{color:var(--soft)}.gg-cinema-story{font-family:var(--display);font-size:24px}.gg-cinema-stage article>div{display:flex;gap:18px;flex-wrap:wrap}.gg-cinema-controls{justify-content:center;gap:24px}.gg-cinema-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;background:transparent;color:var(--gold);cursor:pointer}.gg-cinema-controls>div{width:min(42vw,460px);height:1px;background:#c9a96159}.gg-cinema-controls i{display:block;height:1px;background:var(--gold)}.gg-product-page{background:var(--velvet)}.gg-product-detail{display:grid;grid-template-columns:1fr .8fr;gap:clamp(42px,8vw,120px);max-width:1200px;margin:auto}.gg-product-gallery>img{width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid var(--gold)}.gg-product-gallery>div{display:flex;gap:10px;margin-top:12px;overflow:auto}.gg-product-gallery button{width:64px;height:76px;padding:3px;border:1px solid rgba(201,169,97,.35);background:var(--velvet);cursor:pointer}.gg-product-gallery button.active{border-color:var(--gold)}.gg-product-gallery button img{width:100%;height:100%;object-fit:cover}.gg-product-detail dl{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a96140}.gg-product-detail dl>div{padding:14px;background:var(--velvet-soft)}.gg-product-detail dt{color:var(--gold);font-size:13px;letter-spacing:.12em}.gg-product-detail dd{margin:8px 0 0}.gg-product-detail p{color:var(--soft)}.gg-product-detail>b{display:block;margin:24px 0;color:var(--gold)}.gg-journal{min-height:calc(100vh - 78px);padding:clamp(80px,10vw,140px) max(24px,calc((100vw - 1440px)/2 + 96px));background:var(--cream);color:var(--dark)}.gg-journal header{max-width:800px}.gg-journal section{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:70px}.gg-journal article{overflow:hidden;border:1px solid rgba(74,20,32,.2);background:var(--cream)}.gg-journal-card__image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.gg-journal article>div{padding:28px}.gg-journal article span,.gg-journal article button{color:var(--bordeaux);font-size:13px;letter-spacing:.12em}.gg-journal article h2{margin:34px 0 14px;font-size:32px}.gg-journal article button{display:flex;gap:8px;align-items:center;margin-top:30px;padding:0;border:0;background:transparent;cursor:pointer}.gg-invest{min-height:calc(100vh - 78px);padding:clamp(80px,10vw,140px) max(24px,calc((100vw - 1440px)/2 + 96px));background:var(--velvet)}.gg-invest-hero{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;max-width:1240px;margin:auto}.gg-invest-hero p{max-width:480px;margin-top:26px;color:var(--soft);font-size:20px}.gg-goldbar-canvas{position:relative;min-height:360px}.gg-invest-data{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;max-width:1240px;margin:120px auto 0;background:#c9a9614d}.gg-invest-data article{padding:34px;background:var(--velvet)}.gg-invest-data b{color:var(--gold);font-size:13px;letter-spacing:.14em}.gg-invest-data h2{margin:42px 0 14px;font-size:42px}.gg-invest-data p{color:var(--soft)}.gg-invest-calculator{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1240px;margin:100px auto 0;padding:clamp(32px,6vw,72px);border:1px solid rgba(201,169,97,.4);border-radius:4px;background:#0a0705e6;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.gg-invest-calculator label{display:grid;gap:15px;color:var(--gold);font-size:13px;letter-spacing:.14em}.gg-invest-calculator input{accent-color:var(--gold)}.gg-invest-calculator label b{color:var(--text);font-size:30px}.gg-invest-result{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.gg-invest-result strong{color:var(--gold);font:400 clamp(58px,7vw,96px)/1 var(--display);text-shadow:0 0 28px rgba(201,169,97,.24)}.gg-footer{display:flex;justify-content:space-between;gap:20px;padding:30px clamp(24px,5vw,96px);border-top:1px solid rgba(201,169,97,.25);background:var(--velvet);color:var(--soft);font-size:13px}.gg-back-to-top{position:fixed;right:24px;bottom:24px;opacity:0;pointer-events:none;border:1px solid var(--gold);border-radius:4px;background:var(--velvet);color:var(--gold);padding:12px;transition:opacity .2s}.gg-back-to-top.is-visible{opacity:1;pointer-events:auto}@media(max-width:900px){.gg-nav nav,.gg-nav-tools{display:none}.gg-menu{display:block;border:0;background:transparent;color:var(--gold)}.gg-mobile-nav{position:fixed;top:68px;left:0;right:0;z-index:20;display:grid;padding:20px 24px;background:var(--velvet);border-bottom:1px solid var(--gold)}.gg-mobile-nav a,.gg-mobile-nav button{display:flex;justify-content:space-between;padding:14px 0;border:0;border-bottom:1px solid rgba(201,169,97,.2);background:transparent;color:var(--text);text-decoration:none}.gg-hero,.gg-invest-hero,.gg-cinema-stage,.gg-invest-calculator{grid-template-columns:1fr}.gg-hero{padding-top:50px}.gg-hero-art{order:-1}.gg-hero-jewel-frame{height:min(120vw,570px)}.gg-home-numbers,.gg-weekly-products,.gg-home-process>div,.gg-service-sequence,.gg-club-benefits,.gg-journal section,.gg-invest-data{grid-template-columns:1fr}.gg-home-numbers article{border-left:0;border-top:1px solid rgba(74,20,32,.2)}.gg-home-numbers article:first-child{border-top:0}.gg-detail,.gg-product-detail{grid-template-columns:1fr}.gg-modal,.gg-detail,.gg-contact-form{padding:30px 24px}.gg-cinema-stage figure{min-height:45vh}.gg-cinema-stage article{padding:30px}.gg-footer{display:grid}.gg-product-detail dl{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.gg-app,.gg-route-page,.gg-route-main,.gg-experience,.gg-weekly-edit,.gg-home-process,.gg-trust-services,.gg-fitting,.gg-specials,.gg-provenance,.gg-faq,.gg-footer,.gg-journal{background-color:var(--bg-base)!important;color:var(--text-primary)!important}.gg-home-numbers,.gg-trust{background:var(--bg-deep)!important;color:var(--text-primary)!important}.gg-home-numbers article{border-color:#d4b87a33!important}.gg-home-numbers p,.gg-brands small{color:var(--text-secondary)!important}.gg-app em,.gg-journal em{color:var(--gold-light)!important}.gg-primary,.gg-nav-cta{background:var(--gold-gradient)!important;border:0!important;color:var(--bg-base)!important;box-shadow:inset 0 1px #ffffff4d,0 8px 32px #d4b87a33}.gg-primary:hover,.gg-nav-cta:hover{transform:translateY(-2px);box-shadow:inset 0 1px #fff6,0 16px 48px #d4b87a66}.gg-ghost{border:1px solid var(--gold-2)!important;border-radius:4px;padding:16px 24px!important;color:var(--gold-1)!important}.gg-ghost:hover{background:#d4b87a14!important;border-color:var(--gold-1)!important}.gg-nav{background:#060403f0!important}.gg-nav nav a{font-size:14px;letter-spacing:.1em}.gg-nav nav a:hover{border-bottom:2px solid var(--gold-1)}.gg-hero{background:var(--bg-deep)!important}.gg-hero:after{background:linear-gradient(90deg,#060403f0,#060403a3)!important}.gg-hero-silk{opacity:.2!important}.gg-hero-copy h1{margin-top:22px}.gg-hero-jewel-frame,.gg-invest-photo{padding:16px;background:var(--bg-panel);outline:1px solid var(--gold-1);outline-offset:12px;border:0!important;border-radius:0!important;box-shadow:none!important}.gg-hero-jewel-frame img,.gg-invest-photo img{filter:none!important}.gg-trust>span{color:var(--gold-2)!important}.gg-brands{max-width:1000px;margin-left:auto;margin-right:auto}.gg-brands article{min-height:220px;flex:1 1 260px;padding:32px 28px;background:var(--bg-panel);border:1px solid rgba(212,184,122,.2);border-radius:4px;text-align:left}.gg-brands article b{color:var(--gold-light);font:400 38px var(--font-serif)}.gg-brands article small{height:auto!important;margin-top:22px;line-height:1.65}.gg-weekly-products button,.gg-product,.gg-service-sequence article,.gg-club-benefits article,.gg-invest-data article{background:var(--bg-panel)!important;border-color:#d4b87a40!important}.gg-weekly-products button:hover,.gg-product:hover{border-color:#d4b87aa6!important}.gg-home-process article{background:var(--bg-panel)!important;color:var(--text-primary)!important}.gg-home-process>div{background:#d4b87a59!important}.gg-home-process p,.gg-service-sequence p,.gg-club-benefits p,.gg-invest-data p{color:var(--text-secondary)!important}.gg-home-process article b,.gg-service-sequence b,.gg-club-benefits b{color:var(--gold-1)!important}.gg-service-sequence article{min-height:310px}.gg-service-sequence article:before{content:"◇";display:block;color:var(--gold-1);font-size:18px}.gg-service-sequence article b{display:block;margin-top:24px;font:400 48px var(--font-serif)}.gg-journal{background:var(--bg-deep)!important}.gg-journal article{background:var(--bg-panel)!important;border-color:#d4b87a38!important}.gg-journal article>div{background:var(--bg-panel)}.gg-journal article h2{color:var(--text-primary)!important}.gg-journal article span,.gg-journal article button{color:var(--gold-1)!important}.gg-journal-card__image{aspect-ratio:16/9!important;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gg-journal article:hover .gg-journal-card__image{transform:scale(1.05)}.gg-invest-photo{margin:0;overflow:hidden}.gg-invest-photo img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.gg-goldbar-canvas{display:none!important}.gg-invest-result strong{color:var(--gold-light)!important;text-shadow:0 0 28px rgba(212,184,122,.24)}.gg-invest-calculator{background:var(--bg-panel)!important;border-color:#d4b87a59!important}.gg-modal,.gg-detail,.gg-contact-form{background:#100c08f5!important}.gg-footer{border-color:#d4b87a33!important}.gg-footer,.gg-note{color:var(--text-secondary)!important}html,body,#root{background:#0a0806}body{font:400 17px/1.7 var(--font-sans);color:var(--text-secondary);background-color:var(--bg-base);background-image:radial-gradient(ellipse 100% 60% at 50% 0%,rgba(212,184,122,.08),transparent 60%),url(/textures/leather-dark.jpg);background-size:cover;background-attachment:fixed;background-blend-mode:screen,overlay}body:after{z-index:1;background:radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.62) 100%)}.gg-app{position:relative;z-index:2;background:transparent!important}.gg-app h1,.gg-app h2,.gg-app h3{font-family:var(--font-serif)!important;font-weight:400!important;letter-spacing:0!important;color:var(--text-primary)!important}.gg-app h1{font-size:clamp(58px,8.75vw,112px)!important;line-height:.92}.gg-app h2{font-size:clamp(48px,6.25vw,80px)!important;line-height:1}.gg-app h3{font-size:clamp(34px,3.75vw,48px)!important;line-height:1.1}.gg-app :is(p,li,small,span,label,dt,dd){color:var(--text-secondary)}.gg-label{color:var(--gold-1)!important;font-size:13px!important;letter-spacing:.25em!important}.gg-app em{display:inline-block;color:transparent!important;background:var(--gold-gradient)!important;-webkit-background-clip:text!important;background-clip:text!important}.gg-hero,.gg-route-main,.gg-collection-world,.gg-journal,.gg-invest{position:relative;background-color:#0a0806cc!important;background-image:linear-gradient(#0a0806b8,#0a0806db),url(/textures/leather-dark.jpg)!important;background-size:cover!important;background-blend-mode:normal,overlay!important}.gg-route-collection .gg-collection-world,.gg-route-club .gg-route-main{background-image:linear-gradient(#0a0806ad,#0a0806e0),url(/textures/velvet-black.jpg)!important}.gg-route-journal .gg-journal{background-image:linear-gradient(#0a0806c2,#0a0806e6),url(/textures/paper-old.jpg)!important}.gg-route-invest .gg-invest{background-image:linear-gradient(#0a0806b3,#0a0806eb),url(/textures/marble-dark.jpg)!important}.gg-route-service .gg-route-main{background-image:linear-gradient(#0a0806b3,#0a0806e6),url(/textures/canvas-fine.jpg)!important}.gg-hero:after{background:linear-gradient(90deg,#0a0806e0,#0a08064d)!important}.gg-hero-silk{display:none}.gg-primary,.gg-nav-cta{color:#0a0806!important}.gg-service-sequence h2,.gg-club-benefits h2,.gg-invest-data h2{font-size:48px!important}.gg-service-sequence b{font-size:64px!important}.gg-home-process h3,.gg-steps h3{font-size:48px!important}.gg-journal article p,.gg-invest-data p,.gg-service-sequence p{color:var(--text-secondary)!important}.gg-collection-world{min-height:calc(100vh - 78px);padding:clamp(70px,9vw,140px) max(24px,calc((100vw - 1440px)/2 + 96px))}.gg-collection-world>header{max-width:760px;margin-bottom:64px}.gg-collection-world>header p{max-width:540px;margin:24px 0 0}.gg-collection-stage{display:grid;grid-template-columns:minmax(270px,.65fr) minmax(0,1.35fr);border-top:1px solid rgba(212,184,122,.2);border-bottom:1px solid rgba(212,184,122,.2)}.gg-category-list{display:flex;flex-direction:column}.gg-category-list button{position:relative;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;min-height:84px;padding:18px 0;border:0;border-bottom:1px solid rgba(212,184,122,.14);background:transparent;color:var(--text-secondary);text-align:left;cursor:pointer;transition:color .4s,transform .4s}.gg-category-list button:before{position:absolute;inset:0 auto 0 0;width:0;background:var(--gold-gradient);content:"";transition:width .4s}.gg-category-list button.active:before{width:4px}.gg-category-list button.active{padding-left:20px;color:var(--gold-light)}.gg-category-list span{font:500 11px var(--font-mono);letter-spacing:.2em}.gg-category-list b{font:400 32px var(--font-serif)}.gg-collection-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:0;min-height:590px;margin-left:clamp(24px,5vw,80px);border:1px solid rgba(212,184,122,.5);background:#14100cc7;box-shadow:0 30px 80px #00000059}.gg-collection-feature figure{margin:0;overflow:hidden}.gg-collection-feature figure img{width:100%;height:100%;object-fit:cover;animation:gg-fade .45s ease}.gg-collection-feature>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(28px,4vw,56px)}.gg-collection-feature h2{margin:16px 0 9px!important;font-size:clamp(42px,4vw,64px)!important}.gg-collection-feature p{margin:26px 0}.gg-collection-feature>div>div{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.gg-collection-feature nav{display:flex;gap:8px;margin-top:36px}.gg-collection-feature nav button{width:10px;height:10px;padding:0;border:1px solid var(--gold-2);border-radius:50%;background:transparent;cursor:pointer}.gg-collection-feature nav button.active{background:var(--gold-1)}@keyframes gg-fade{0%{opacity:.1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.gg-category-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:grid;place-items:center;padding:24px;background:#060403c7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.gg-category-modal section{position:relative;width:min(1100px,100%);max-height:88vh;overflow:auto;padding:clamp(28px,5vw,64px);border:1px solid rgba(212,184,122,.5);background:#100c08;box-shadow:0 30px 100px #0009}.gg-category-modal h2{margin:16px 0}.gg-category-modal section>div{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:36px}.gg-category-modal section>div button{display:grid;gap:8px;padding:0 0 15px;border:1px solid rgba(212,184,122,.24);background:#ffffff05;color:var(--text-primary);text-align:left;cursor:pointer}.gg-category-modal img{width:100%;aspect-ratio:1;object-fit:cover}.gg-category-modal b,.gg-category-modal small{padding:0 12px}.gg-category-modal b{font:400 22px var(--font-serif)}.gg-cinema-link{color:var(--gold-1);font-size:14px}.gg-senjor-stage{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(30px,6vw,96px);margin-top:56px}.gg-senjor-stage>div{border-top:1px solid rgba(212,184,122,.2)}.gg-senjor-stage>div button{display:grid;grid-template-columns:46px 1fr auto;align-items:center;width:100%;min-height:64px;padding:12px 0;border:0;border-bottom:1px solid rgba(212,184,122,.16);background:transparent;color:var(--text-secondary);font:400 24px var(--font-serif);text-align:left;cursor:pointer}.gg-senjor-stage>div button.active{padding-left:14px;color:var(--gold-light);border-left:3px solid var(--gold-1)}.gg-senjor-stage>div span{font:500 11px var(--font-mono)}.gg-senjor-stage article{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;padding:0;background:#100c08c7;border:1px solid rgba(212,184,122,.35)}.gg-senjor-stage article img{width:100%;height:100%;min-height:430px;object-fit:cover}.gg-senjor-stage article :is(span,h2,p,button){margin-left:clamp(24px,4vw,48px);margin-right:clamp(24px,4vw,48px)}.gg-senjor-stage article h2{margin-top:12px;margin-bottom:12px;font-size:clamp(40px,4vw,62px)!important}.gg-senjor-stage article p{margin-bottom:28px}.gg-gold-chart{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:center;max-width:1240px;margin:100px auto;padding:clamp(32px,5vw,64px);border:1px solid rgba(212,184,122,.28);background:#100c08bd;box-shadow:0 20px 70px #00000038}.gg-gold-chart svg{width:100%;overflow:visible}.gg-gold-chart polyline{stroke:var(--gold-1);stroke-width:3}.gg-gold-chart path{fill:#d4b87a24}.gg-invest-faq{max-width:900px;margin:0 auto}.gg-invest-faq>button{display:grid;grid-template-columns:1fr auto;gap:14px;width:100%;padding:25px 0;border:0;border-bottom:1px solid rgba(212,184,122,.2);background:transparent;color:var(--text-primary);text-align:left;cursor:pointer}.gg-invest-faq>button span{font:400 30px var(--font-serif);color:var(--text-primary)}.gg-invest-faq>button svg{color:var(--gold-1)}.gg-invest-faq>button p{grid-column:1/-1;margin:0;color:var(--text-secondary)}@media(max-width:900px){.gg-collection-stage,.gg-collection-feature,.gg-senjor-stage,.gg-senjor-stage article,.gg-gold-chart{grid-template-columns:1fr}.gg-collection-feature{margin:32px 0 0}.gg-collection-feature figure{min-height:420px}.gg-collection-feature>div{min-height:360px}.gg-category-modal section>div{grid-template-columns:repeat(2,1fr)}.gg-senjor-stage article img{min-height:360px}.gg-senjor-stage article :is(span,h2,p,button){margin-left:28px;margin-right:28px}.gg-gold-chart{gap:30px}.gg-app h1{font-size:clamp(54px,14vw,82px)!important}.gg-app h2{font-size:clamp(44px,11vw,64px)!important}.gg-app h3{font-size:clamp(32px,8vw,44px)!important}}body{font-size:16px;background-blend-mode:soft-light,overlay}.gg-app h1{font-size:clamp(48px,5.7vw,72px)!important;line-height:1.05!important;letter-spacing:-.02em!important}.gg-app h2{font-size:clamp(38px,4.45vw,56px)!important;line-height:1.1!important;letter-spacing:-.02em!important}.gg-app h3{font-size:clamp(28px,2.85vw,36px)!important;line-height:1.2!important}.gg-label{font-size:12px!important}.gg-nav{min-height:78px;background:#060403e6!important}.gg-nav .gg-brand img{display:block;width:220px;height:48px;object-fit:contain;object-position:left center}.gg-nav nav{gap:26px}.gg-nav nav a{font:400 14px var(--font-serif);letter-spacing:.3em;text-transform:uppercase;color:var(--text-secondary);position:relative;padding:8px 0}.gg-nav nav a:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:var(--gold-gradient);content:"";transform:scaleX(0);transform-origin:left;transition:transform .3s}.gg-nav nav a:hover,.gg-nav nav a:focus{color:var(--gold-1)}.gg-nav nav a:hover:after,.gg-nav nav a:focus:after{transform:scaleX(1)}.gg-nav-cta,.gg-primary{position:relative;overflow:hidden;font:500 11px var(--font-mono)!important;letter-spacing:.25em!important;text-transform:uppercase}.gg-nav-cta:before,.gg-primary:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);content:"";transform:translate(-110%);transition:transform .6s}.gg-nav-cta:hover:before,.gg-primary:hover:before{transform:translate(110%)}.gg-nav-cta svg,.gg-primary svg{position:relative}.gg-primary{min-height:56px}.gg-hero{min-height:calc(100vh - 78px)}.gg-preloader{z-index:9999;gap:18px;background:#0a0806!important}.gg-preloader-seal{position:relative;width:120px;height:120px;animation:gg-seal-in .5s cubic-bezier(.16,1,.3,1) both}.gg-preloader-ring{position:absolute;width:200px;height:200px;border:1px solid rgba(212,184,122,.18);border-top-color:var(--gold-1);border-radius:50%;animation:gg-spin 2s linear infinite}.gg-preloader>span{color:var(--gold-1);font:400 12px var(--font-mono);letter-spacing:.22em;animation:gg-label-in .4s .35s both}@keyframes gg-seal-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes gg-spin{to{transform:rotate(360deg)}}@keyframes gg-label-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.gg-seal-transition{background:#0a0806!important}.gg-seal-transition:before,.gg-seal-transition:after{position:absolute;width:190px;height:190px;border:1px solid rgba(212,184,122,.3);border-radius:50%;content:"";animation:gg-spin 2s linear infinite}.gg-seal-transition:after{width:230px;height:230px;border-top-color:var(--gold-1);animation-direction:reverse}.gg-seal-transition span{width:120px;height:120px;border:0;border-radius:0;background:url(/logo/gg-seal.svg) center/contain no-repeat;color:transparent;animation:gg-seal-in .45s both}.gg-modal-wrap{background:#060403d1!important}.gg-modal{width:min(960px,100%)!important;display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:64px!important;border:3px double rgba(212,184,122,.6)!important;background-color:#100c08!important;background-image:linear-gradient(90deg,#100c08f7 0,#100c08f7 52%,#100c086b),url(/textures/velvet-black.jpg)!important;background-size:cover!important}.gg-modal:before{display:block;grid-column:1/-1;width:80px;height:80px;margin:0 auto -28px;background:url(/logo/gg-seal.svg) center/contain no-repeat;content:""}.gg-modal>form{grid-column:1/-1;max-width:520px}.gg-modal h2{font-size:56px!important}.gg-modal input,.gg-modal select,.gg-modal textarea{font:400 18px var(--font-serif)!important;padding:16px 0!important;border-bottom:1px solid rgba(212,184,122,.3)!important}.gg-modal form .gg-primary{width:100%;height:64px;font:400 18px var(--font-serif)!important}.gg-modal .gg-close{z-index:2}.gg-footer img{width:76px;height:76px}.gg-route-page .gg-nav .gg-brand img{width:220px}@media(max-width:900px){.gg-nav .gg-brand img,.gg-route-page .gg-nav .gg-brand img{width:180px}.gg-nav nav{gap:12px}.gg-nav nav a{font-size:12px;letter-spacing:.16em}.gg-modal{grid-template-columns:1fr;padding:40px 24px!important}.gg-modal:before{grid-column:1}.gg-modal h2{font-size:44px!important}}body{font-family:var(--font-sans)!important;background-color:var(--bg-base)!important;background-image:radial-gradient(ellipse at top,#141210,#0a0a0a 70%),url(/textures/leather-dark.jpg)!important;background-blend-mode:soft-light,overlay!important}.gg-app h1,.gg-app h2,.gg-app h3,.gg-brand b,.gg-invest-result strong,.gg-quote blockquote{font-family:var(--font-serif)!important;font-weight:400!important}.gg-app h1{font-size:clamp(52px,8vw,88px)!important;line-height:.95!important}.gg-app h2{font-size:clamp(38px,5vw,72px)!important}.gg-app h3{font-size:clamp(28px,3vw,44px)!important}.gg-label{font-family:var(--font-sans)!important;font-size:12px!important;letter-spacing:.3em!important}.gg-app :is(p,a,button,input,select,textarea,label){font-family:var(--font-sans)}.gg-primary,.gg-nav-cta{padding:20px 28px!important;border-radius:2px!important;background:var(--gold-gradient)!important;box-shadow:inset 0 1px #fff6,0 8px 24px #c9a96159,0 0 0 1px #c9a96180!important}.gg-primary:hover,.gg-nav-cta:hover{box-shadow:inset 0 1px #ffffff80,0 12px 32px #c9a96180,0 0 0 1px #c9a961b3!important}.gg-home-numbers,.gg-world{background:var(--cream)!important;color:#1a1310!important}.gg-home-numbers :is(span,p),.gg-world p{color:#5e554c!important}.gg-home-numbers b{font-size:clamp(64px,7vw,96px)!important}.gg-weekly-products img,.gg-product-img img,.gg-special img,.gg-journal-card__image{object-fit:contain!important;background:#141210}.gg-weekly-products button:hover img,.gg-product:hover .gg-product-img img,.gg-journal article:hover .gg-journal-card__image{transform:scale(1.03)!important}.gg-weekly-products button:hover,.gg-product:hover{transform:translateY(-8px)!important;box-shadow:0 40px 80px -20px #00000080!important}.gg-journal{background:var(--cream)!important;color:#1a1310!important;background-image:linear-gradient(#f2ebe0d6,#f2ebe0e6),url(/textures/paper-old.jpg)!important}.gg-journal article{background:#f2ebe0!important;border-color:#4a142033!important}.gg-journal article :is(h2,p){color:#1a1310!important}.gg-journal article span,.gg-journal article button{color:#4a1420!important}.gg-category-list button svg{display:none}.gg-category-list b{font-size:24px!important}.gg-collection-world>header h1{font-size:72px!important}.gg-collection-feature figure img{object-fit:contain!important;background:#141210}.gg-invest{background-image:linear-gradient(#0a0a0ac2,#0a0a0aeb),url(/textures/marble-dark.jpg)!important}.gg-invest-photo{background:transparent!important}.gg-invest-photo img{object-fit:contain!important}.gg-service-sequence article:hover,.gg-club-benefits article:hover{border-color:var(--gold-1)!important;box-shadow:0 20px 50px #c9a96124}.gg-nav nav a{font-family:var(--font-serif)!important;font-size:14px!important;letter-spacing:.3em!important}.gg-modal{border-radius:4px!important;background:#141210f2!important;background-image:linear-gradient(#141210e6,#141210f5),url(/textures/velvet-black.jpg)!important}.gg-modal input,.gg-modal select{font-family:var(--font-sans)!important}.gg-modal h2{font-family:var(--font-serif)!important;font-size:40px!important}@media(max-width:900px){.gg-app h1{font-size:clamp(52px,14vw,72px)!important}.gg-collection-world>header h1{font-size:56px!important}}@media(max-width:900px){.gg-app img{max-width:100%;height:auto}.gg-fitting-frame img,.gg-special img,.gg-weekly-products img,.gg-product-img img{width:100%;max-width:100%}.gg-fitting-rail,.gg-specials,.gg-products{min-width:0;overflow:hidden}.gg-hero{overflow:hidden}}.gg-nav{position:fixed!important;left:0;right:0;top:0;height:88px!important;padding:0 32px!important;z-index:100!important}.gg-nav nav{gap:40px!important}.gg-nav nav a{font-family:var(--font-sans)!important;font-weight:500!important;font-size:12px!important;letter-spacing:.25em!important}.gg-nav-cta{padding:14px 28px!important;font-size:11px!important;white-space:nowrap}.gg-app main{padding-top:0}.gg-hero{min-height:100vh!important;padding-top:140px!important}.gg-route-main,.gg-collection-world,.gg-journal,.gg-invest{padding-top:clamp(120px,12vh,160px)!important}.gg-hero,.gg-collection-world,.gg-route-main,.gg-journal,.gg-invest,.gg-weekly-edit,.gg-trust,.gg-home-numbers,.gg-home-process,.gg-quote,.gg-final,.gg-specials,.gg-fitting,.gg-provenance,.gg-faq,.gg-world{position:relative;min-height:100vh}.gg-hero:before,.gg-collection-world:before,.gg-route-main:before,.gg-journal:before,.gg-invest:before,.gg-weekly-edit:before,.gg-trust:before,.gg-home-process:before,.gg-quote:before,.gg-final:before{position:absolute;top:0;right:10%;left:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,97,.3),transparent);content:"";pointer-events:none}.gg-hero-silk{opacity:.15!important;mix-blend-mode:overlay!important;display:block!important}.gg-hero:after{background:radial-gradient(ellipse at 70% 30%,rgba(201,169,97,.15),transparent 50%),radial-gradient(ellipse at 20% 80%,rgba(74,20,32,.15),transparent 50%),linear-gradient(#0a0a0aa6,#0a0a0ad1)!important}.gg-collection-world{background-image:radial-gradient(ellipse at center,rgba(20,18,16,.3),transparent 70%),linear-gradient(180deg,#0a0a0a,#141210,#0a0a0a)!important;box-shadow:inset 40px 0 0 -39px #c9a96126,inset -40px 0 0 -39px #c9a96126}.gg-route-house .gg-route-main{background-image:linear-gradient(#f2ebe0d9,#f2ebe0e6),url(/textures/marble-dark.jpg)!important;background-size:cover!important;color:#1a1310}.gg-route-service .gg-route-main{background-image:linear-gradient(180deg,#0a0a0ab3,#0a0a0af2),url(/textures/canvas-fine.jpg)!important;background-size:cover!important}.gg-route-club .gg-route-main{background-image:radial-gradient(ellipse at center,#141210,#0a0a0a 70%)!important}.gg-route-invest .gg-invest:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.3;background-image:radial-gradient(circle at 10% 20%,#c9a961 0 1px,transparent 2px),radial-gradient(circle at 30% 70%,#c9a961 0 1px,transparent 2px),radial-gradient(circle at 55% 35%,#c9a961 0 1px,transparent 2px),radial-gradient(circle at 80% 20%,#c9a961 0 1px,transparent 2px),radial-gradient(circle at 90% 75%,#c9a961 0 1px,transparent 2px);background-size:180px 220px;animation:gg-particles 18s linear infinite;content:"";pointer-events:none}.gg-invest>*{position:relative;z-index:1}@keyframes gg-particles{to{background-position:0 -220px}}.gg-products,.gg-weekly-products,.gg-journal section{gap:32px}.gg-product-img img{aspect-ratio:4/5!important;object-position:center top!important}.gg-journal-card__image{aspect-ratio:16/10!important;object-fit:cover!important;filter:grayscale(20%) contrast(1.1)!important}.gg-journal article:hover .gg-journal-card__image{filter:grayscale(0%) contrast(1.1)!important}.gg-category-list button{min-width:0}.gg-collection-world h1,.gg-journal h1{max-width:100%;overflow-wrap:break-word}.gg-footer{min-height:120px}@media(max-width:900px){.gg-nav{height:72px!important;padding:0 16px!important}.gg-nav .gg-brand img{width:160px!important}.gg-nav-cta{padding:12px 14px!important;font-size:10px!important;letter-spacing:.12em!important}.gg-hero{padding-top:104px!important}.gg-nav nav{display:none!important}.gg-route-main,.gg-collection-world,.gg-journal,.gg-invest{padding-top:104px!important}.gg-app main{overflow:hidden}.gg-app h1{max-width:100%!important;overflow-wrap:break-word}.gg-hero-copy>p,.gg-editorial-hero p{font-size:17px!important}}
