/* * ================================================================ * W H I L E S U M — Brand Stylesheet v2.1 * March 2026 * * Fonts: Playfair Display + Instrument Sans (Google Fonts) * Load: * https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Instrument+Sans:wght@300;400;500&display=swap * ================================================================ */ /* ---------------------------------------------------------------- TOKENS ---------------------------------------------------------------- */ :root { --c-ink: #07050f; --c-surface: #13102a; --c-rim: rgba(139, 92, 246, 0.22); --c-rim-bright: rgba(139, 92, 246, 0.45); --c-violet: #7c3aed; --c-purple: #5b21b6; --c-lilac: #c4b5fd; --c-mist: rgba(196, 181, 253, 0.55); --c-faint: rgba(196, 181, 253, 0.18); --c-white: #ffffff; --c-offwhite: #f0ecff; --c-text: #d4cff0; --c-subtle: #7b76a0; --g-title: linear-gradient(135deg, #e8e0ff 0%, #ffffff 45%, #c4b5fd 100%); --g-btn: linear-gradient(135deg, #6d28d9 0%, #7c3aed 50%, #8b5cf6 100%); --g-surface: linear-gradient(160deg, rgba(124,58,237,0.08) 0%, transparent 60%); --f-display: 'Playfair Display', Georgia, serif; --f-ui: 'Instrument Sans', 'Helvetica Neue', system-ui, sans-serif; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px; --space-5: 20px; --space-6: 24px; --space-8: 32px; --space-10: 40px; --space-12: 48px; --space-16: 64px; --r-md: 12px; --r-lg: 18px; --r-pill: 999px; --ease-out: cubic-bezier(0.16, 1, 0.3, 1); --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1); } /* ---------------------------------------------------------------- RESET ---------------------------------------------------------------- */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } body { background-color: var(--c-ink); color: var(--c-text); font-family: var(--f-ui); font-weight: 300; line-height: 1.7; min-height: 100dvh; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { display: block; max-width: 100%; } a { color: var(--c-lilac); text-decoration: none; } ul { list-style: none; } ::selection { background: rgba(124, 58, 237, 0.4); color: var(--c-white); } /* ---------------------------------------------------------------- BACKGROUND ---------------------------------------------------------------- */ .ws-aurora { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; } .ws-aurora__blob { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0; animation: aurora-breathe 12s var(--ease-out) forwards; } .ws-aurora__blob--1 { width: 700px; height: 500px; top: -180px; left: -200px; background: radial-gradient(ellipse, rgba(91,33,182,0.35) 0%, transparent 70%); animation-delay: 0.2s; } .ws-aurora__blob--2 { width: 500px; height: 600px; bottom: -200px; right: -150px; background: radial-gradient(ellipse, rgba(124,58,237,0.25) 0%, transparent 70%); animation-delay: 0.8s; } .ws-aurora__blob--3 { width: 400px; height: 400px; top: 40%; left: 50%; transform: translateX(-50%); background: radial-gradient(ellipse, rgba(139,92,246,0.12) 0%, transparent 70%); animation-delay: 1.2s; } .ws-grid { position: fixed; inset: 0; pointer-events: none; z-index: 0; background-image: radial-gradient(circle, rgba(124,58,237,0.10) 1px, transparent 1px); background-size: 36px 36px; mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%); -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%); } /* ---------------------------------------------------------------- LAYOUT ---------------------------------------------------------------- */ .ws-page { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100dvh; } .ws-container { width: 100%; max-width: 680px; margin-inline: auto; padding-inline: var(--space-8); } /* ---------------------------------------------------------------- HEADER — text wordmark only, no logo ---------------------------------------------------------------- */ .ws-header { padding: var(--space-6) 0; opacity: 0; animation: fade-in 0.4s var(--ease-out) 0.1s forwards; } .ws-header__inner { display: flex; align-items: center; justify-content: space-between; } .ws-header__wordmark { font-family: var(--f-ui); font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(196,181,253,0.45); text-decoration: none; transition: color 0.2s ease; } .ws-header__wordmark:hover { color: var(--c-mist); } .ws-badge { display: inline-flex; align-items: center; gap: var(--space-2); font-family: var(--f-ui); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-mist); padding: var(--space-1) var(--space-3); border: 1px solid var(--c-rim); border-radius: var(--r-pill); background: rgba(124,58,237,0.06); } .ws-badge__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--c-violet); box-shadow: 0 0 6px var(--c-violet); animation: dot-pulse 2.5s ease-in-out infinite; } /* ---------------------------------------------------------------- LOGO BLOCK — the hero centrepiece ---------------------------------------------------------------- */ .ws-logo-block { display: flex; justify-content: center; margin-bottom: var(--space-10); opacity: 0; animation: logo-rise 0.9s var(--ease-out) 0.15s forwards; } .ws-logo-block a { display: inline-block; border-radius: var(--r-lg); transition: transform 0.4s var(--ease-spring); } .ws-logo-block a:hover { transform: scale(1.04) translateY(-4px); } .ws-logo-main { /* Force explicit size — never let parent shrink it */ width: 280px !important; height: 280px !important; max-width: none !important; display: block; object-fit: contain; border-radius: var(--r-lg); /* Blend the black background away into the dark page */ mix-blend-mode: lighten; /* Glow */ filter: drop-shadow(0 0 48px rgba(124,58,237,0.50)) drop-shadow(0 0 16px rgba(124,58,237,0.25)); transition: filter 0.35s ease; } .ws-logo-block a:hover .ws-logo-main { filter: drop-shadow(0 0 64px rgba(124,58,237,0.70)) drop-shadow(0 0 24px rgba(196,181,253,0.30)); } /* ---------------------------------------------------------------- HERO ---------------------------------------------------------------- */ .ws-hero { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: var(--space-8); padding-bottom: var(--space-16); } .ws-hero__rule { display: flex; align-items: center; gap: var(--space-4); margin-bottom: var(--space-8); opacity: 0; animation: slide-up 0.6s var(--ease-out) 0.35s forwards; } .ws-hero__rule-line { flex: 0 0 40px; height: 1px; background: linear-gradient(90deg, transparent, var(--c-rim-bright)); } .ws-hero__rule-label { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-subtle); } .ws-hero__title { font-family: var(--f-display); font-weight: 400; font-style: italic; font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1.1; letter-spacing: -0.01em; background: var(--g-title); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; margin-bottom: var(--space-8); } .ws-hero__title-line { display: block; opacity: 0; transform: translateY(24px); } .ws-hero__title-line--1 { animation: slide-up 0.7s var(--ease-out) 0.45s forwards; } .ws-hero__title-line--2 { animation: slide-up 0.7s var(--ease-out) 0.58s forwards; } .ws-hero__sub { display: block; font-family: var(--f-ui); font-style: normal; font-size: 0.875rem; font-weight: 400; letter-spacing: 0.07em; text-transform: uppercase; background: none; -webkit-text-fill-color: unset; color: var(--c-subtle); margin-top: var(--space-5); opacity: 0; animation: slide-up 0.7s var(--ease-out) 0.72s forwards; } .ws-hero__body { font-size: 1.0625rem; font-weight: 300; line-height: 1.75; color: var(--c-mist); max-width: 52ch; opacity: 0; animation: slide-up 0.6s var(--ease-out) 0.78s forwards; margin-bottom: var(--space-10); } .ws-ornament { display: flex; align-items: center; gap: var(--space-5); margin-bottom: var(--space-10); opacity: 0; animation: fade-in 0.5s ease 0.9s forwards; } .ws-ornament__line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--c-rim-bright), transparent); } .ws-ornament__line--right { background: linear-gradient(90deg, transparent, var(--c-rim-bright)); } .ws-ornament__mark { font-size: 9px; color: var(--c-violet); letter-spacing: 0.3em; opacity: 0.7; } /* ---------------------------------------------------------------- STEPS ---------------------------------------------------------------- */ .ws-steps { display: flex; flex-direction: column; gap: var(--space-3); margin-bottom: var(--space-10); opacity: 0; animation: slide-up 0.7s var(--ease-out) 0.96s forwards; } .ws-steps__heading { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--c-subtle); margin-bottom: var(--space-4); } .ws-step { display: grid; grid-template-columns: 48px 1fr; gap: var(--space-4); align-items: start; padding: var(--space-5); border-radius: var(--r-lg); border: 1px solid var(--c-rim); background: linear-gradient(135deg, rgba(124,58,237,0.04) 0%, transparent 100%); transition: border-color 0.25s ease, background 0.25s ease, transform 0.3s var(--ease-spring); cursor: default; } .ws-step:hover { border-color: var(--c-rim-bright); background: linear-gradient(135deg, rgba(124,58,237,0.09) 0%, transparent 100%); transform: translateX(3px); } .ws-step__num { font-family: var(--f-display); font-size: 1.5rem; font-weight: 400; font-style: italic; color: var(--c-faint); line-height: 1; padding-top: 2px; transition: color 0.25s ease; } .ws-step:hover .ws-step__num { color: rgba(196,181,253,0.35); } .ws-step__body strong { display: block; font-family: var(--f-ui); font-size: 0.9375rem; font-weight: 500; color: var(--c-offwhite); margin-bottom: var(--space-1); letter-spacing: 0.01em; } .ws-step__body span { font-size: 0.875rem; font-weight: 300; color: var(--c-subtle); line-height: 1.6; } /* ---------------------------------------------------------------- BUTTONS ---------------------------------------------------------------- */ .ws-actions { display: flex; align-items: center; gap: var(--space-4); flex-wrap: wrap; opacity: 0; animation: slide-up 0.6s var(--ease-out) 1.1s forwards; } .ws-btn { display: inline-flex; align-items: center; gap: var(--space-2); font-family: var(--f-ui); font-size: 0.875rem; font-weight: 500; letter-spacing: 0.02em; padding: 11px 24px; border-radius: var(--r-pill); cursor: pointer; white-space: nowrap; transition: all 0.25s var(--ease-out); } .ws-btn--primary { background: var(--g-btn); color: var(--c-white); border: 1px solid transparent; box-shadow: 0 4px 24px rgba(109,40,217,0.45), inset 0 1px 0 rgba(255,255,255,0.12); } .ws-btn--primary:hover { color: var(--c-white); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,0.6), inset 0 1px 0 rgba(255,255,255,0.15); } .ws-btn--ghost { background: transparent; color: var(--c-mist); border: 1px solid var(--c-rim); } .ws-btn--ghost:hover { color: var(--c-offwhite); border-color: var(--c-rim-bright); background: rgba(124,58,237,0.08); transform: translateY(-1px); } .ws-btn:active { transform: scale(0.97) translateY(0); } .ws-btn__arrow { transition: transform 0.25s var(--ease-spring); flex-shrink: 0; } .ws-btn:hover .ws-btn__arrow { transform: translate(3px, -1px); } /* ---------------------------------------------------------------- FOOTER ---------------------------------------------------------------- */ .ws-footer { padding: var(--space-8) 0 var(--space-10); opacity: 0; animation: fade-in 0.5s ease 1.3s forwards; } .ws-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); flex-wrap: wrap; padding-top: var(--space-6); border-top: 1px solid var(--c-faint); } .ws-footer__copy { font-size: 0.75rem; color: var(--c-subtle); letter-spacing: 0.03em; } .ws-footer__brand { font-weight: 500; color: rgba(196,181,253,0.5); letter-spacing: 0.08em; text-transform: uppercase; font-size: 10px; } .ws-footer__link { font-size: 0.75rem; color: var(--c-subtle); transition: color 0.2s ease; } .ws-footer__link:hover { color: var(--c-mist); } /* ---------------------------------------------------------------- UTILITIES ---------------------------------------------------------------- */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; } .ws-text-gradient { background: linear-gradient(135deg, var(--c-violet) 0%, var(--c-lilac) 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent; } .ws-surface { background: var(--g-surface); border: 1px solid var(--c-rim); border-radius: 24px; padding: var(--space-8); } /* ---------------------------------------------------------------- ANIMATIONS ---------------------------------------------------------------- */ @keyframes slide-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @keyframes logo-rise { from { opacity: 0; transform: translateY(28px) scale(0.92); } to { opacity: 1; transform: translateY(0) scale(1); } } @keyframes aurora-breathe { 0% { opacity: 0; transform: scale(0.9); } 40% { opacity: 1; } 100% { opacity: 0.7; transform: scale(1); } } @keyframes dot-pulse { 0%, 100% { opacity: 1; box-shadow: 0 0 6px var(--c-violet); } 50% { opacity: 0.4; box-shadow: 0 0 12px var(--c-violet); } } /* ---------------------------------------------------------------- RESPONSIVE ---------------------------------------------------------------- */ @media (max-width: 600px) { .ws-container { padding-inline: var(--space-6); } .ws-hero { padding-top: var(--space-6); padding-bottom: var(--space-12); } .ws-hero__title { font-size: 2.4rem; } .ws-badge { display: none; } .ws-logo-main { width: 220px !important; height: 220px !important; } .ws-step { grid-template-columns: 36px 1fr; gap: var(--space-3); } .ws-step__num { font-size: 1.25rem; } .ws-actions { flex-direction: column; align-items: stretch; } .ws-btn { justify-content: center; } .ws-footer__inner { flex-direction: column; align-items: flex-start; gap: var(--space-2); } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }