*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --midnight: #0D1B2A; --deep-teal: #0C3040; --teal-mid: #0F4560;
  --champagne: #C4A45A; --champagne-lt: #D4B878; --champagne-dk: #8A6A2A;
  --ivory: #F7F0E3; --ivory-dk: #EDE3D0; --sandalwood: #2A1A0D;
  --text-light: #E8DDD0; --text-muted: #7A8A94; --text-gold-mt: #9A8A6A;
  --border-gold: rgba(196,164,90,0.25); --border-light: rgba(232,221,208,0.12);
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--midnight); color: var(--text-light); line-height: 1.7; overflow-x: hidden; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--midnight); }
::-webkit-scrollbar-thumb { background: var(--champagne-dk); border-radius: 3px; }

#loader { position: fixed; inset: 0; background: var(--midnight); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.6s ease, visibility 0.6s ease; }
#loader.hidden { opacity: 0; visibility: hidden; }
.loader-mark { width: 60px; height: 60px; border: 1px solid var(--border-gold); border-top-color: var(--champagne); border-radius: 50%; animation: spin 1.2s linear infinite; }
.loader-text { font-family: 'Raleway', sans-serif; font-weight: 200; font-size: 11px; letter-spacing: 0.5em; color: var(--champagne); margin-top: 20px; text-transform: uppercase; }
@keyframes spin { to { transform: rotate(360deg); } }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: rgba(13,27,42,0.85); backdrop-filter: blur(12px); border-bottom: 0.5px solid var(--border-light); transition: background 0.3s; }
nav.scrolled { background: rgba(13,27,42,0.97); border-bottom-color: var(--border-gold); }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-svg { width: 36px; height: 36px; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1; }
.nav-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 500; letter-spacing: 0.12em; color: var(--champagne); text-transform: uppercase; }
.nav-brand-sub { font-family: 'Raleway', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: 0.45em; color: #C4A45A; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 300; letter-spacing: 0.08em; color: #C0CDD6; text-decoration: none; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--champagne); }
.nav-cta { font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--champagne); border: 0.5px solid var(--champagne); padding: 8px 22px; border-radius: 2px; text-decoration: none; transition: background 0.2s, color 0.2s; cursor: pointer; background: none; }
.nav-cta:hover { background: var(--champagne); color: var(--midnight); }
.coming-soon-tag { font-size: 9px; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(196,164,90,0.12); color: var(--champagne); border: 0.5px solid var(--border-gold); padding: 3px 10px; border-radius: 20px; margin-left: 8px; vertical-align: middle; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 1px; background: var(--text-light); transition: 0.3s; }
.mobile-menu { display: none; position: fixed; inset: 72px 0 0; background: var(--midnight); z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 36px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 300; letter-spacing: 0.12em; color: var(--text-light); text-decoration: none; text-transform: uppercase; transition: color 0.2s; }
.mobile-menu a:hover { color: var(--champagne); }

#hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; padding: 120px 40px 80px; text-align: center; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(12,48,64,0.9) 0%, var(--midnight) 70%); }
.hero-rings { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.ring { position: absolute; border-radius: 50%; border: 0.5px solid var(--border-gold); transform: translate(-50%, -50%); animation: pulse-ring 6s ease-in-out infinite; }
.ring:nth-child(1) { width: 320px; height: 320px; animation-delay: 0s; }
.ring:nth-child(2) { width: 500px; height: 500px; animation-delay: 1s; }
.ring:nth-child(3) { width: 680px; height: 680px; animation-delay: 2s; }
.ring:nth-child(4) { width: 860px; height: 860px; animation-delay: 3s; }
@keyframes pulse-ring { 0%, 100% { opacity: 0.3; } 50% { opacity: 0.08; } }
.ring-rotate { position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 0.5px dashed rgba(196,164,90,0.15); transform: translate(-50%, -50%); animation: rotate-slow 40s linear infinite; }
@keyframes rotate-slow { to { transform: translate(-50%,-50%) rotate(360deg); } }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-eyebrow { font-family: 'Raleway', sans-serif; font-size: 10px; font-weight: 200; letter-spacing: 0.55em; color: var(--champagne); text-transform: uppercase; margin-bottom: 28px; opacity: 0; animation: fade-up 0.8s 0.4s forwards; }
.hero-mark-svg { width: 70px; height: 70px; margin: 0 auto 24px; opacity: 0; animation: fade-down 0.8s 0.2s forwards; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 8vw, 88px); font-weight: 500; letter-spacing: 0.14em; color: var(--champagne); text-transform: uppercase; line-height: 1; opacity: 0; animation: fade-up 0.9s 0.5s forwards; }
.hero-divider { width: 60px; height: 0.5px; background: var(--champagne); margin: 28px auto; opacity: 0; animation: expand 0.8s 0.8s forwards; }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: clamp(20px, 3vw, 28px); font-weight: 300; font-style: italic; color: var(--text-light); line-height: 1.5; opacity: 0; animation: fade-up 0.9s 0.9s forwards; }
.hero-devanagari { font-family: 'Cormorant Garamond', serif; font-size: 14px; font-weight: 300; color: var(--text-gold-mt); margin-top: 10px; letter-spacing: 0.05em; opacity: 0; animation: fade-up 0.9s 1s forwards; }
.hero-actions { display: flex; gap: 16px; justify-content: center; margin-top: 44px; flex-wrap: wrap; opacity: 0; animation: fade-up 0.9s 1.1s forwards; }
.btn-primary { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; background: var(--champagne); color: var(--midnight); border: none; padding: 14px 36px; cursor: pointer; border-radius: 2px; text-decoration: none; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-primary:hover { background: var(--champagne-lt); transform: translateY(-1px); }
.btn-ghost { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; border: 0.5px solid var(--border-gold); color: var(--text-muted); padding: 14px 36px; cursor: pointer; border-radius: 2px; text-decoration: none; background: none; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-ghost:hover { border-color: var(--champagne); color: var(--champagne); }
.hero-scroll { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fade-up 0.8s 1.5s forwards; }
.hero-scroll span { font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 200; letter-spacing: 0.3em; color: var(--text-gold-mt); text-transform: uppercase; }
.scroll-line { width: 0.5px; height: 40px; background: var(--champagne-dk); animation: scroll-anim 2s ease-in-out infinite; }
@keyframes scroll-anim { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-down { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes expand { from { opacity: 0; width: 0; } to { opacity: 1; width: 60px; } }

section { padding: 100px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-family: 'Raleway', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.5em; color: var(--champagne); text-transform: uppercase; margin-bottom: 16px; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 5vw, 52px); font-weight: 500; line-height: 1.15; color: var(--ivory); }
.section-title em { font-style: italic; color: var(--champagne); }
.section-desc { font-size: 15px; font-weight: 300; color: var(--text-muted); max-width: 560px; margin-top: 16px; line-height: 1.8; }
.gold-rule { width: 40px; height: 0.5px; background: var(--champagne); margin: 24px 0; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

#services { background: var(--midnight); }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--border-gold); border: 0.5px solid var(--border-gold); }
.service-card { background: var(--midnight); padding: 40px 32px; transition: background 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--champagne); transition: width 0.4s ease; }
.service-card:hover { background: rgba(12,48,64,0.6); }
.service-card:hover::before { width: 100%; }
.service-icon { width: 48px; height: 48px; margin-bottom: 24px; color: var(--champagne); }
.service-number { font-family: 'Cormorant Garamond', serif; font-size: 11px; font-weight: 300; letter-spacing: 0.2em; color: var(--champagne-dk); margin-bottom: 12px; }
.service-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 500; color: var(--ivory); line-height: 1.2; margin-bottom: 12px; }
.service-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }
.service-pill { display: inline-block; font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; background: rgba(196,164,90,0.08); color: var(--champagne); border: 0.5px solid var(--border-gold); padding: 5px 14px; border-radius: 20px; }
.service-list { list-style: none; margin: 16px 0; }
.service-list li { font-size: 13px; font-weight: 300; color: var(--text-muted); padding: 4px 0; padding-left: 16px; position: relative; }
.service-list li::before { content: '—'; position: absolute; left: 0; color: var(--champagne-dk); font-size: 10px; }

#about { background: linear-gradient(180deg, var(--sandalwood) 0%, #1A1008 100%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.about-mandala { width: 100%; max-width: 380px; opacity: 0.6; }
.about-stat-bar { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.about-stat { display: flex; align-items: baseline; gap: 12px; }
.about-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 500; color: var(--champagne); line-height: 1; }
.about-stat-label { font-size: 13px; font-weight: 300; color: var(--text-muted); }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.about-value { border-left: 1px solid var(--border-gold); padding-left: 16px; }
.about-value-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 500; color: var(--ivory); margin-bottom: 4px; }
.about-value-desc { font-size: 12px; font-weight: 300; color: var(--text-muted); line-height: 1.6; }

#how { background: var(--deep-teal); }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; margin-top: 60px; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 0.5px; background: var(--border-gold); }
.step { text-align: center; padding: 0 32px 0; position: relative; }
.step-circle { width: 72px; height: 72px; border-radius: 50%; border: 0.5px solid var(--champagne); background: var(--deep-teal); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; z-index: 1; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; color: var(--champagne); }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; color: var(--ivory); margin-bottom: 12px; }
.step-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.8; }

#why { background: var(--midnight); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; margin-top: 60px; }
.why-card { padding: 32px 28px; border: 0.5px solid var(--border-light); border-radius: 2px; transition: border-color 0.3s; }
.why-card:hover { border-color: var(--border-gold); }
.why-icon { width: 44px; height: 44px; margin-bottom: 20px; color: var(--champagne); }
.why-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 500; color: var(--ivory); margin-bottom: 10px; }
.why-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.8; }


#launch { background: var(--sandalwood); padding: 80px 40px; }
.launch-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.launch-badge { display: inline-block; font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.5em; text-transform: uppercase; color: var(--champagne); border: 0.5px solid var(--border-gold); padding: 6px 20px; border-radius: 20px; margin-bottom: 28px; }
.launch-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 6vw, 64px); font-weight: 500; color: var(--champagne); margin-bottom: 16px; }
.launch-sub { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; font-style: italic; color: var(--text-light); margin-bottom: 32px; line-height: 1.6; }
.notify-form { display: flex; gap: 0; max-width: 460px; margin: 0 auto; border: 0.5px solid var(--border-gold); }
.notify-input { flex: 1; background: rgba(13,27,42,0.6); border: none; outline: none; padding: 14px 20px; font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 300; color: var(--text-light); letter-spacing: 0.04em; }
.notify-input::placeholder { color: var(--text-muted); }
.notify-btn { background: var(--champagne); color: var(--midnight); border: none; padding: 14px 24px; font-family: 'Raleway', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.notify-btn:hover { background: var(--champagne-lt); }
.notify-note { font-size: 11px; color: var(--text-gold-mt); margin-top: 12px; }

#contact { background: var(--midnight); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-item { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 32px; }
.contact-icon-wrap { width: 42px; height: 42px; flex-shrink: 0; border: 0.5px solid var(--border-gold); display: flex; align-items: center; justify-content: center; color: var(--champagne); }
.contact-label { font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: 0.35em; text-transform: uppercase; color: var(--text-gold-mt); margin-bottom: 4px; }
.contact-value { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; color: var(--ivory); }
.contact-value a { color: var(--champagne); text-decoration: none; transition: color 0.2s; }
.contact-value a:hover { color: var(--champagne-lt); }
.contact-form-placeholder { background: rgba(12,48,64,0.4); border: 0.5px solid var(--border-gold); padding: 40px; text-align: center; }
.contact-form-coming { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; color: var(--text-muted); margin-bottom: 12px; }
.contact-form-note { font-size: 12px; color: var(--text-gold-mt); }

footer { background: var(--sandalwood); border-top: 0.5px solid var(--border-gold); padding: 60px 40px 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 40px; border-bottom: 0.5px solid var(--border-light); flex-wrap: wrap; }
.footer-brand { max-width: 300px; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 500; letter-spacing: 0.15em; color: var(--champagne); text-transform: uppercase; }
.footer-brand-tagline { font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 200; letter-spacing: 0.45em; color: var(--text-gold-mt); text-transform: uppercase; margin-top: 4px; }
.footer-brand-desc { font-size: 13px; font-weight: 300; color: var(--text-muted); margin-top: 16px; line-height: 1.7; }
.footer-links-group { display: flex; flex-direction: column; gap: 12px; }
.footer-links-title { font-family: 'Raleway', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--champagne); margin-bottom: 4px; }
.footer-links-group a { font-size: 13px; font-weight: 300; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.footer-links-group a:hover { color: var(--champagne); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; font-weight: 300; color: var(--text-gold-mt); }
.footer-domains { display: flex; gap: 20px; }
.footer-domains a { font-family: 'Raleway', sans-serif; font-size: 10px; font-weight: 300; letter-spacing: 0.1em; color: var(--champagne-dk); text-decoration: none; transition: color 0.2s; }
.footer-domains a:hover { color: var(--champagne); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11px; font-weight: 300; color: var(--text-gold-mt); text-decoration: none; }

#toast { position: fixed; bottom: 32px; right: 32px; background: var(--deep-teal); border: 0.5px solid var(--champagne); color: var(--champagne); padding: 14px 24px; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 300; letter-spacing: 0.06em; border-radius: 2px; transform: translateY(80px); opacity: 0; transition: transform 0.3s, opacity 0.3s; z-index: 500; }
#toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 900px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 72px 24px; }
  .services-header { grid-template-columns: 1fr; gap: 20px; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-top { flex-direction: column; gap: 36px; }
  .steps-grid::before { display: none; }
}
@media (max-width: 600px) {
  .hero-actions { flex-direction: column; align-items: center; }
  .notify-form { flex-direction: column; }
  .about-values { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
}
