/* Independent snapshot of Mahmya's existing tokens. No storefront imports. */
@font-face { font-family: Alice; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/alice-latin.woff2') format('woff2'); }
@font-face { font-family: Lato; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/lato-latin.woff2') format('woff2'); }
:root {
  --color-surface: #fdfcfb;
  --color-text: #201e1d;
  --color-accent: #5b3a2a;
  --color-accent-100: #f8f2ec;
  --color-accent-200: #eee1d2;
  --color-accent-300: #ddc9ae;
  --color-accent-500: #a07a52;
  --color-accent-600: #82603e;
  --font-logo: Alice, Georgia, serif;
  --font-body: Lato, 'Helvetica Neue', Arial, sans-serif;
  --gutter: clamp(24px, 5.5vw, 100px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--color-accent-100); }
body { margin: 0; font: 400 15px/1.6 var(--font-body); color: var(--color-accent); }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
button, input { font: inherit; border-radius: 0; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a:hover { text-decoration: underline; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 5px; }
::selection { background: var(--color-accent-300); }
[hidden] { display: none !important; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px 20px; background: var(--color-accent-100); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.page { min-height: 100svh; display: flex; flex-direction: column; overflow: clip; }
.header { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 2; padding: 28px var(--gutter); gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; width: fit-content; }
.brand:hover { text-decoration: none; }
.brand img { display: block; }
.wordmark { font: 400 30px/1 var(--font-logo); letter-spacing: .055em; }
.header-note { font-size: 11px; letter-spacing: .08em; }
.social-link { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; gap: 20px; font-size: 12px; }
.social-link span { font-size: 19px; }
.hero { flex: 1; position: relative; isolation: isolate; display: flex; align-items: center; min-height: 650px; padding: 65px var(--gutter) 105px; }
.atmosphere { position: absolute; inset: -100px 0 0; z-index: -1; overflow: hidden; pointer-events: none; }
.hero-scene { position: absolute; top: 50%; left: 28%; right: -1%; aspect-ratio: 3 / 2; transform: translateY(-50%); mask-image: linear-gradient(to right, transparent 0%, #000 32%), linear-gradient(to bottom, transparent 0%, #000 22%, #000 77%, transparent 100%); mask-composite: intersect; opacity: .96; }
.scene-layer { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.desert-layer { transform: translate3d(calc(var(--parallax-x, 0) * 4px), calc(var(--parallax-y, 0) * 3px), 0) scale(1.025); }
.jewellery-layer { transform: translate3d(calc(var(--parallax-x, 0) * 13px), calc(var(--parallax-y, 0) * 9px), 0); }
@media (hover: hover) and (pointer: fine) and (min-width: 701px) and (prefers-reduced-motion: no-preference) {
  .scene-layer { will-change: transform; }
}
.halo { position: absolute; width: 62vw; height: 62vw; left: 49%; top: -19%; border-radius: 50%; background: radial-gradient(ellipse, #fdfcfb 0%, #eee1d280 40%, transparent 69%); }
.orbit { position: absolute; border: 1px solid #a07a5229; width: 590px; height: 590px; border-radius: 50%; left: 62%; top: 4%; transform: rotate(-26deg) scaleX(.84); }
.orbit-two { width: 710px; height: 710px; top: -4%; left: 58%; border-color: #a07a5214; }
.light { position: absolute; inset: -30% -10% -10% 45%; background: linear-gradient(118deg, transparent 34%, #fdfcfb99 40%, #fdfcfb22 44%, transparent 51%); filter: blur(18px); transform-origin: top right; mix-blend-mode: screen; animation: light-drift 21s ease-in-out infinite alternate; }
.smoke { position: absolute; width: 100%; height: 53%; left: 27%; top: 36%; background: radial-gradient(ellipse at 20% 64%, transparent 26%, #f8f2ecbb 42%, transparent 59%), radial-gradient(ellipse at 68% 46%, transparent 24%, #fdfcfb88 38%, transparent 56%); filter: blur(22px); opacity: .6; transform: rotate(-13deg); animation: smoke-drift 27s ease-in-out infinite alternate; }
.smoke-two { left: 44%; top: -12%; width: 77%; height: 65%; opacity: .33; animation-delay: -12s; animation-duration: 34s; transform: rotate(21deg); }
.smoke-three { left: 39%; top: 67%; width: 90%; height: 27%; opacity: .8; animation-delay: -7s; animation-duration: 31s; }
.star { position: absolute; font-family: Georgia, serif; color: var(--color-accent-500); animation: glimmer 7s ease-in-out infinite alternate; }
.star-one { top: 19%; left: 64%; font-size: 34px; }
.star-two { top: 70%; right: 9%; font-size: 15px; animation-delay: -4s; }
.star-three { top: 38%; right: 6%; font-size: 27px; animation-delay: -2s; }
.invitation { max-width: 575px; width: 47%; position: relative; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 10px; letter-spacing: .22em; margin: 0 0 24px; }
.little-star { font: 26px/1 Georgia, serif; color: var(--color-accent-600); }
h1 { margin: 0; font-size: clamp(46px, 5.1vw, 78px); line-height: 1.095; font-weight: 400; letter-spacing: -.045em; }
.full-stop { color: var(--color-accent-500); }
.intro { margin: 25px 0 0; font-size: 15px; line-height: 1.85; color: #755b49; }
.signup { margin-top: 43px; max-width: 490px; scroll-margin-top: 24px; }
.signup-title { font-size: 13px; margin: 0 0 13px; }
.form-row { display: flex; border: 1px solid #5b3a2a55; background: #fdfcfb99; }
.form-row:focus-within { border-color: var(--color-accent); }
.form-row input { flex: 1; width: 0; min-width: 0; min-height: 56px; border: none; color: var(--color-accent); background: transparent; padding: 13px 17px; font-size: 16px; }
.form-row input::placeholder { color: #7d6859; font-size: 13px; opacity: 1; }
.form-row input:focus-visible { outline-offset: -4px; }
.join-button { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 14px 20px; min-height: 56px; background: var(--color-accent); color: var(--color-accent-100); font-size: 12px; transition: background .2s; }
.join-button:hover { background: var(--color-accent-600); }
.arrow { font-size: 20px; line-height: 1; transition: transform .2s; }
.join-button:hover .arrow { transform: translateX(3px); }
.join-button:disabled { opacity: .7; cursor: wait; }
.consent { margin: 11px 0 0; color: #7d6859; font-size: 10px; line-height: 1.7; }
.consent a { text-decoration: underline; }
.form-message { margin: 10px 0 0; font-size: 13px; }
.form-message:empty { display: none; }
.form-message.error { color: #8b3826; }
.signup.joined { padding: 20px 24px; border-left: 1px solid var(--color-accent-500); background: #fdfcfb77; }
.signup.joined .signup-title { font-size: 21px; margin-bottom: 8px; }
.sign-off { display: flex; align-items: center; gap: 13px; margin: 42px 0 0; font-size: 10px; letter-spacing: .1em; }
.sign-off span { width: 30px; height: 1px; background: #a07a5266; }
.art-caption { position: absolute; right: var(--gutter); bottom: 91px; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; font-size: 10px; letter-spacing: .14em; color: #755b49; }
.motion-toggle { position: absolute; bottom: 30px; right: var(--gutter); display: inline-flex; align-items: center; gap: 9px; background: transparent; border: 0; padding: 10px 0 10px 10px; min-height: 44px; color: #755b49; font-size: 10px; }
.motion-symbol { font-size: 14px; }
.footer { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 var(--gutter); border-top: 1px solid #5b3a2a26; padding: 22px 0 25px; font-size: 10px; color: #755b49; }
.footer a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; }
.footer a span { font-size: 16px; }
.footer-note { letter-spacing: .05em; }
.privacy { display: none; padding: 55px var(--gutter); border-top: 1px solid #5b3a2a26; background: var(--color-surface); scroll-margin-top: 20px; }
.privacy:target { display: block; }
.privacy h2 { font-weight: 400; font-size: 25px; margin: 0 0 14px; }
.privacy p { max-width: 65ch; font-size: 14px; }
.privacy a { text-decoration: underline; overflow-wrap: anywhere; }
.back-link { display: inline-block; padding: 10px 0; font-size: 13px; }
@keyframes smoke-drift { from { transform: translate3d(-3%, 1%, 0) rotate(-12deg) scale(1); } to { transform: translate3d(4%, -6%, 0) rotate(-5deg) scale(1.07); } }
@keyframes light-drift { from { transform: rotate(-9deg) translateX(-3%); opacity: .35; } to { transform: rotate(7deg) translateX(4%); opacity: .8; } }
@keyframes glimmer { from { opacity: .35; } to { opacity: .85; } }
@media (min-width: 1550px) { .invitation { margin-left: 3vw; } }
@media (max-width: 1050px) {
  .header-note { display: none; }
  .header { grid-template-columns: 1fr 1fr; }
  .invitation { width: 55%; }
  h1 { font-size: clamp(46px, 5.5vw, 65px); }
  .hero-scene { left: 28%; right: -15%; }
  .join-button { padding-inline: 15px; gap: 12px; }
}
@media (max-width: 700px) {
  .header { padding-top: 22px; padding-bottom: 20px; gap: 12px; }
  .brand img { width: 38px; height: 38px; }
  .brand { gap: 9px; }
  .wordmark { font-size: 25px; }
  .social-link { font-size: 10px; gap: 10px; }
  .hero { min-height: 850px; align-items: flex-start; padding-top: 30px; padding-bottom: 360px; }
  .invitation { width: 100%; max-width: 500px; }
  .eyebrow { font-size: 9px; letter-spacing: .19em; margin-bottom: 19px; }
  h1 { font-size: clamp(44px, 10.8vw, 69px); }
  .intro { font-size: 13px; margin-top: 19px; }
  .signup { margin-top: 28px; }
  .signup-title { font-size: 12px; }
  .form-row input { padding-inline: 12px; }
  .join-button { padding-inline: 13px; gap: 14px; font-size: 11px; }
  .consent { font-size: 10px; }
  .sign-off { margin-top: 25px; }
  .atmosphere { inset: 0; }
  .hero-scene { top: 430px; left: -25%; right: -8%; bottom: 0; aspect-ratio: auto; transform: none; mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 68%, transparent 100%); }
  .halo { top: 43%; left: 30%; width: 90vw; height: 90vw; }
  .orbit { top: 53%; left: 43%; width: 370px; height: 370px; }
  .orbit-two { top: 49%; left: 36%; width: 460px; height: 460px; }
  .light { inset: 40% -40% -20% 0; }
  .smoke { top: 55%; left: -10%; width: 140%; height: 42%; }
  .smoke-two { top: 50%; left: 20%; }
  .smoke-three { top: 78%; left: -5%; }
  .star-one { top: 54%; left: 22%; font-size: 24px; }
  .star-two { top: 86%; right: 12%; }
  .star-three { display: none; }
  .art-caption { right: auto; left: var(--gutter); bottom: 51px; align-items: flex-start; font-size: 9px; }
  .motion-toggle { bottom: 32px; font-size: 9px; }
  .footer { flex-wrap: wrap; font-size: 9px; gap: 0 14px; padding: 13px 0 19px; }
  .footer-note { order: 3; width: 100%; font-size: 9px; }
}
@media (max-width: 360px) {
  .form-row { flex-direction: column; }
  .form-row input { width: 100%; }
  .join-button { justify-content: center; }
  .hero { min-height: 930px; }
  .hero-scene { top: 520px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .scene-layer { transform: none !important; }
}
