@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-obsidian: #0F0F0F;--bg-vault: #141414;--bg-elevated: #1A1A1A;--bg-ivory: #FDFBF7;--bg-ivory-muted: #F5F0E8;--gold: #C5A059;--gold-light: #D9B96E;--gold-dark: #9A7B3F;--gold-glow: rgba(197, 160, 89, .12);--gold-border: rgba(197, 160, 89, .25);--text-ivory: #FDFBF7;--text-light: #D4D4D8;--text-muted: #8E8E93;--text-dark: #0F0F0F;--text-dark-muted: #52525B;--font-serif: "Cormorant Garamond", "Georgia", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--ease: cubic-bezier(.16, 1, .3, 1);--transition: all .4s var(--ease);--radius: 6px;--container: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background:var(--bg-obsidian);color:var(--text-ivory);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none;transition:var(--transition)}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none;transition:var(--transition)}img{display:block;max-width:100%}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-obsidian)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.container{max-width:var(--container);margin:0 auto;padding:0 2rem}.section-label{display:inline-flex;align-items:center;gap:.75rem;font-size:.72rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-label:before{content:"";width:32px;height:1px;background:var(--gold)}.section-heading{font-family:var(--font-serif);font-weight:400;letter-spacing:.04em;text-transform:uppercase;line-height:1.15}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 2.2rem;font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius);transition:var(--transition);white-space:nowrap}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#000;box-shadow:0 4px 24px #c5a05940}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 32px #c5a05966;background:linear-gradient(135deg,var(--gold-light),var(--gold))}.btn-ghost{background:transparent;color:var(--text-ivory);border:1px solid rgba(253,251,247,.2)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-glow)}.announcement{background:#080808;border-bottom:1px solid rgba(197,160,89,.15);padding:.6rem 0;overflow:hidden;position:relative;z-index:100}.ticker-track{display:flex;align-items:center;justify-content:center;height:20px;position:relative}.ticker-slide{position:absolute;display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;white-space:nowrap}.ticker-slide.active{opacity:1;transform:translateY(0)}.header{position:sticky;top:0;z-index:90;background:#0f0f0fd9;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid rgba(255,255,255,.06)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:1rem}.logo-mark{width:42px;height:42px;border:1.5px solid var(--gold);border-radius:4px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(197,160,89,.08),transparent);position:relative;overflow:hidden}.logo-mark:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(197,160,89,.15),transparent 60%);pointer-events:none}.logo-mark span{font-family:var(--font-serif);font-size:1.05rem;font-weight:600;color:var(--gold);letter-spacing:.05em;position:relative;z-index:1}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-name{font-family:var(--font-serif);font-size:1.35rem;font-weight:500;letter-spacing:.3em;color:var(--text-ivory);text-transform:uppercase}.logo-tagline{font-size:.6rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-top:2px}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-link{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light);position:relative;padding:.3rem 0}.nav-link:hover{color:var(--gold)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0%;height:1px;background:var(--gold);transition:width .4s var(--ease)}.nav-link:hover:after{width:100%}.header-cta{display:flex;align-items:center;gap:1rem}.header-cta .btn{padding:.6rem 1.6rem;font-size:.72rem}.mobile-toggle{display:none;color:var(--text-ivory);font-size:1.4rem;padding:.3rem}.hero{position:relative;min-height:calc(100vh - 110px);display:flex;align-items:center;padding:5rem 0;background:radial-gradient(ellipse 60% 50% at 65% 40%,rgba(197,160,89,.06) 0%,transparent 70%),var(--bg-obsidian);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:42%;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(197,160,89,.1) 30%,rgba(197,160,89,.1) 70%,transparent);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{position:relative;z-index:2}.hero h1{font-family:var(--font-serif);font-size:clamp(3rem,5.5vw,4.5rem);font-weight:400;line-height:1.08;letter-spacing:.03em;text-transform:uppercase;color:var(--text-ivory);margin-bottom:1.5rem}.hero h1 em{font-style:italic;background:linear-gradient(135deg,var(--text-ivory) 30%,var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.05rem;color:var(--text-light);font-weight:300;line-height:1.75;max-width:500px;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center}.hero-frame{position:relative;width:100%;max-width:520px;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(197,160,89,.2);box-shadow:0 24px 60px #000000b3,0 0 50px #c5a05914}.hero-frame img{width:100%;height:520px;object-fit:cover;transition:transform .8s var(--ease)}.hero-frame:hover img{transform:scale(1.03)}.hero-caption{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;background:linear-gradient(0deg,rgba(15,15,15,.92),transparent)}.hero-caption-title{font-size:.82rem;font-weight:500;color:var(--text-ivory);margin-bottom:.15rem}.hero-caption-sub{font-size:.7rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase}.trust{background:var(--bg-ivory);color:var(--text-dark);padding:4.5rem 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.trust-item{position:relative;padding:0 1rem}.trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:#00000014}.trust-icon{width:44px;height:44px;border-radius:50%;background:var(--gold-glow);border:1px solid rgba(197,160,89,.2);color:var(--gold-dark);display:flex;align-items:center;justify-content:center;font-size:1.15rem;margin-bottom:1rem}.trust-title{font-family:var(--font-sans);font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.4rem}.trust-desc{font-size:.82rem;color:var(--text-dark-muted);line-height:1.55}.collections{padding:7rem 0;background:var(--bg-obsidian)}.collections-header{text-align:center;margin-bottom:4rem}.collections-header .section-heading{font-size:clamp(2rem,3.5vw,3rem);color:var(--text-ivory)}.collections-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.collection-card{position:relative;height:480px;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem}.collection-card:hover{border-color:var(--gold-border)}.collection-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .8s var(--ease)}.collection-card:hover .collection-bg{transform:scale(1.05)}.collection-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0f0f0d,#0f0f0fe0 80%);z-index:2}.collection-content{position:relative;z-index:3}.collection-content h3{font-family:var(--font-serif);font-size:1.8rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--text-ivory);margin-bottom:.6rem}.collection-content p{font-size:.88rem;color:var(--text-light);margin-bottom:1.5rem;max-width:380px;line-height:1.6}.story{padding:7rem 0;background:var(--bg-vault)}.story-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:5rem;align-items:center}.story-visual{position:relative}.story-img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08)}.story-badge{position:absolute;bottom:-1.5rem;right:-1rem;background:var(--bg-ivory);color:var(--text-dark);padding:1.25rem 1.5rem;border-radius:var(--radius);box-shadow:0 16px 40px #00000080;max-width:220px;border-left:3px solid var(--gold)}.story-badge-icon{font-size:1.5rem;color:var(--gold-dark);margin-bottom:.4rem}.story-badge-text{font-size:.75rem;font-weight:700;line-height:1.4;color:var(--text-dark)}.story-content .section-heading{font-size:clamp(2.2rem,3.8vw,3rem);color:var(--text-ivory);margin-bottom:1.75rem}.story-body p{font-size:.95rem;color:var(--text-light);line-height:1.85;margin-bottom:1.25rem;font-weight:300}.license-badge{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:var(--gold-glow);border:1px solid var(--gold-border);border-radius:var(--radius);margin-top:2rem}.license-badge i{font-size:1.3rem;color:var(--gold);flex-shrink:0}.license-badge-text strong{display:block;font-size:.82rem;color:var(--gold);margin-bottom:.1rem}.license-badge-text span{font-size:.72rem;color:var(--text-muted)}.inquiry{padding:7rem 0;background:radial-gradient(ellipse 40% 50% at 30% 50%,rgba(197,160,89,.05),transparent),var(--bg-obsidian);border-top:1px solid var(--gold-border)}.inquiry-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:start}.inquiry-info .section-heading{font-size:clamp(2rem,3.5vw,2.8rem);color:var(--text-ivory);margin-bottom:1.25rem}.inquiry-desc{font-size:.95rem;color:var(--text-light);line-height:1.75;margin-bottom:2.5rem;font-weight:300;max-width:460px}.inquiry-features{display:flex;flex-direction:column;gap:1.5rem}.inquiry-feature{display:flex;gap:1rem;align-items:flex-start}.inquiry-feature-icon{width:36px;height:36px;border-radius:50%;background:var(--gold-glow);border:1px solid var(--gold-border);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-top:2px}.inquiry-feature h4{font-size:.88rem;font-weight:600;color:var(--text-ivory);margin-bottom:.15rem}.inquiry-feature p{font-size:.78rem;color:var(--text-muted);line-height:1.5}.form-card{background:var(--bg-elevated);border:1px solid var(--gold-border);border-radius:8px;padding:2.5rem;box-shadow:0 20px 50px #00000080,0 0 40px #c5a0590f}.form-card-header{margin-bottom:1.75rem}.form-card-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--text-ivory);margin-bottom:.3rem}.form-card-sub{font-size:.78rem;color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full{grid-column:span 2}.form-label{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light)}.form-label .req{color:var(--gold)}.form-input,.form-select,.form-textarea{width:100%;background:#0f0f0fb3;border:1px solid rgba(255,255,255,.1);color:var(--text-ivory);padding:.75rem 1rem;border-radius:var(--radius);font-family:var(--font-sans);font-size:.85rem;outline:none;transition:var(--transition)}.form-input::placeholder,.form-textarea::placeholder{color:#555}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c5a0591f;background:#0f0f0ff2}.form-select option{background:var(--bg-vault);color:var(--text-ivory)}.form-textarea{resize:vertical;min-height:100px}.form-submit{width:100%;margin-top:.5rem;padding:1rem;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#000;font-weight:700;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius);box-shadow:0 4px 24px #c5a05940;display:flex;align-items:center;justify-content:center;gap:.5rem}.form-submit:hover{transform:translateY(-1px);box-shadow:0 8px 32px #c5a05966;background:linear-gradient(135deg,var(--gold-light),var(--gold))}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.faq{padding:6rem 0;background:var(--bg-vault)}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-header .section-heading{font-size:clamp(2rem,3vw,2.8rem);color:var(--text-ivory)}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.06)}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 0;font-size:.95rem;font-weight:600;color:var(--text-ivory);text-align:left;gap:1rem}.faq-trigger:hover{color:var(--gold)}.faq-icon{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;transition:var(--transition)}.faq-item.open .faq-icon{transform:rotate(45deg);border-color:var(--gold);color:var(--gold)}.faq-body{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}.faq-body-inner{padding-bottom:1.5rem;font-size:.88rem;color:var(--text-light);line-height:1.75;font-weight:300}.footer{background:#080808;border-top:1px solid rgba(255,255,255,.06);padding:5rem 0 2rem;color:var(--text-muted)}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3.5rem}.footer-brand .logo{margin-bottom:1rem}.footer-tagline{font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.social-links{display:flex;gap:.75rem}.social-link{width:34px;height:34px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-light);display:flex;align-items:center;justify-content:center;font-size:.9rem}.social-link:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-glow)}.footer-col-title{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-ivory);margin-bottom:1.25rem}.footer-links{display:flex;flex-direction:column;gap:.6rem}.footer-links a{font-size:.82rem;color:var(--text-muted)}.footer-links a:hover{color:var(--gold)}.newsletter-input-group{display:flex;margin-top:1rem}.newsletter-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-right:none;padding:.7rem .9rem;color:#fff;border-radius:var(--radius) 0 0 var(--radius);font-family:var(--font-sans);font-size:.82rem;outline:none;width:100%}.newsletter-input:focus{border-color:var(--gold)}.newsletter-btn{background:var(--gold);color:#000;padding:0 1.1rem;font-weight:700;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;border-radius:0 var(--radius) var(--radius) 0;white-space:nowrap}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.05);font-size:.72rem;color:#555;line-height:1.8}.footer-legal{margin-bottom:.75rem}.footer-bar{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;font-size:.72rem;color:#555}.toast-wrap{position:fixed;bottom:2rem;right:2rem;z-index:300;display:flex;flex-direction:column;gap:.6rem}.toast{background:var(--bg-elevated);border:1px solid var(--gold-border);color:var(--text-ivory);padding:.85rem 1.25rem;border-radius:var(--radius);box-shadow:0 10px 30px #0009;display:flex;align-items:center;gap:.6rem;font-size:.82rem;animation:toastIn .35s var(--ease)}@keyframes toastIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 1024px){.hero-grid,.story-grid,.inquiry-grid{grid-template-columns:1fr;gap:3rem}.collections-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:not(:last-child):after{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.nav-links{display:none}.mobile-toggle{display:block}.trust-grid,.form-row{grid-template-columns:1fr}.form-group.full{grid-column:span 1}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.4rem}.hero-frame img{height:360px}.header-cta .btn{display:none}}
