*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--bg-cream:#f3ede4;--bg-warm:#e8dfd2;--tan:#c4ad93;--tan-deep:#a89278;--charcoal:#2e2820;--charcoal-soft:#4a4238;--text-secondary:#7a6f63;--text-muted:#9a8f82;--surface:rgba(255, 252, 247, 0.72);--surface-border:rgba(164, 146, 120, 0.28);--surface-shadow:rgba(46, 40, 32, 0.08);--font-title:"Outfit","Inter",sans-serif;--font-body:"Inter",sans-serif;--ease-out-expo:cubic-bezier(0.16, 1, 0.3, 1)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100dvh;font-family:var(--font-body);color:var(--charcoal);background:var(--bg-cream);overflow-x:hidden}.ambient{position:fixed;inset:0;z-index:0;pointer-events:none}.background-image{position:absolute;inset:0;background-color:var(--bg-cream);background-image:image-set(
    url("../assets/background.webp") type("image/webp"),
    url("../assets/background.png") type("image/png")
  );background-position:center;background-size:cover;background-repeat:no-repeat}.background-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(243,237,228,.15) 0,rgba(243,237,228,.55) 100%),linear-gradient(to bottom,rgba(243,237,228,.25) 0,transparent 30%,transparent 70%,rgba(243,237,228,.4) 100%)}.page{position:relative;z-index:1;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 2rem}.hero{width:100%;max-width:680px;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:900px){.hero{max-width:960px}}.reveal{--reveal-delay:0s;animation:reveal-in 1s var(--ease-out-expo) var(--reveal-delay) both}.hero>.reveal:first-child{--reveal-delay:0s}.hero>.reveal:nth-child(2){--reveal-delay:0.12s}.hero>.reveal:nth-child(3){--reveal-delay:0.24s}.hero>.reveal:nth-child(4){--reveal-delay:0.36s}.hero>.reveal:nth-child(5){--reveal-delay:0.48s}.footer.reveal{--reveal-delay:0.6s}@keyframes reveal-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.logo-wrap{margin-bottom:1.75rem}.logo{display:block;width:min(180px,48vw);height:auto}.eyebrow{display:flex;align-items:center;justify-content:center;gap:.875rem;font-family:var(--font-title);font-size:.6875rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--tan-deep);margin-bottom:1.125rem}.eyebrow-line{display:block;width:2rem;height:1px;background:linear-gradient(90deg,transparent,var(--tan),transparent);animation:line-expand 1.2s var(--ease-out-expo) .6s both}@keyframes line-expand{from{width:0;opacity:0}to{width:2rem;opacity:1}}.headline{display:flex;flex-wrap:wrap;justify-content:center;gap:.2em .35em;margin-bottom:1.25rem}.headline-word{display:inline-block;font-family:var(--font-title);font-size:clamp(2.75rem, 9vw, 4.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:var(--charcoal)}.tagline{max-width:22rem;font-size:clamp(.9375rem, 2.2vw, 1.0625rem);line-height:1.55;color:var(--charcoal-soft);margin:0}.hero-subcopy{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.125rem;margin-bottom:2.5rem}@media (min-width:900px){.hero-subcopy{gap:1.375rem}.tagline{max-width:none;white-space:nowrap}}.feature-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.625rem;width:100%}@media (min-width:640px){.feature-badges{gap:.75rem}}@media (min-width:900px){.feature-badges{flex-wrap:nowrap}}@media (max-width:639px){.feature-badges{flex-wrap:nowrap;gap:.375rem}.feature-badge{padding:.25rem .4375rem;font-size:.6875rem;gap:.25rem}.feature-badge svg{width:.6875rem;height:.6875rem}}.feature-badge{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;border:1px solid var(--surface-border);background:var(--surface);font-size:.8125rem;font-weight:500;line-height:1;color:var(--charcoal-soft);white-space:nowrap;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.feature-badge svg{width:.875rem;height:.875rem;flex-shrink:0;color:var(--tan-deep)}.status-card{width:100%;max-width:540px}.status-card-inner{display:flex;align-items:center;gap:1.125rem;padding:1.375rem 1.5rem;background:var(--surface);border-radius:1.25rem;border:1px solid var(--surface-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 2px var(--surface-shadow),0 8px 24px var(--surface-shadow);text-align:left;transition:transform .4s var(--ease-out-expo),box-shadow .4s ease}.status-card:hover .status-card-inner{transform:translateY(-2px);box-shadow:0 1px 2px var(--surface-shadow),0 12px 32px rgba(46,40,32,.12)}.status-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem;border-radius:.9375rem;background:rgba(196,173,147,.18);border:1px solid rgba(168,146,120,.3);color:var(--tan-deep)}.status-icon svg{width:1.375rem;height:1.375rem}.status-content{display:flex;flex-direction:column;gap:.25rem;min-width:0}.status-label{font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.status-title{font-family:var(--font-title);font-size:clamp(.95rem, 2.8vw, 1.0625rem);font-weight:600;line-height:1.35;color:var(--charcoal)}.footer{margin-top:auto;padding-top:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;font-size:.8125rem;color:var(--text-secondary)}.footer-ar{font-size:.75rem;opacity:.85;letter-spacing:.04em}@media (max-width:480px){.status-card-inner{gap:.875rem;padding:1.125rem 1.25rem}.status-icon{width:2.75rem;height:2.75rem;border-radius:.75rem}.status-icon svg{width:1.25rem;height:1.25rem}.feature-badges{gap:.25rem}.feature-badge{padding:.1875rem .375rem;font-size:.625rem;gap:.1875rem}.feature-badge svg{width:.625rem;height:.625rem}.eyebrow-line{width:1.25rem}@keyframes line-expand{to{width:1.25rem}}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}.reveal{opacity:1!important;transform:none!important}}