:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; min-height: 100vh; background: #16222d; color: #fffaf0; }
.welcome-screen { position: relative; min-height: 100vh; overflow: hidden; background-color: var(--welcome-background, #16333c); }
.welcome-screen[data-pattern="dots"]::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 17px 17px; }
.welcome-screen[data-pattern="grid"]::before { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg, #fff 1px, transparent 1px); background-size: 28px 28px; }
.welcome-screen[data-material="leather"] { background-image: url("assets/textures/pebbled-leather-gray.png"); background-blend-mode: multiply; background-size: 512px 512px; }
.welcome-screen[data-material="paper"] { background-image: url("assets/textures/transparent/natural-paper.png"); background-blend-mode: multiply; background-size: 440px 440px; }
.welcome-loading { min-height: 100vh; display: grid; place-items: center; font-weight: 700; letter-spacing: .04em; }
.welcome-element { position: absolute; display: grid; align-content: center; min-width: 20px; min-height: 20px; overflow: hidden; text-wrap: balance; }
.welcome-element[data-type="eyebrow"] { color: #ffd778; font-size: clamp(.72rem, 1.5vw, 1rem); font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.welcome-element[data-type="heading"] { font-size: clamp(2rem, 6vw, 5.8rem); line-height: .96; font-weight: 900; letter-spacing: -.055em; text-shadow: 0 3px 28px #0008; }
.welcome-element[data-type="text"] { color: #edf4ef; font-size: clamp(1rem, 2.2vw, 1.45rem); line-height: 1.55; }
.welcome-element[data-type="button"] a { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 45px; padding: 11px 20px; border-radius: 999px; background: #ffd778; color: #192a32; font-weight: 850; text-decoration: none; box-shadow: 0 8px 24px #0005; }
.welcome-element img, .welcome-element video { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.welcome-element[data-type="slideshow"] { border-radius: 22px; box-shadow: 0 16px 45px #0008; background: #15222d; }
.welcome-element[data-type="slideshow"] img { position: absolute; inset: 0; opacity: 0; transition: opacity .7s ease; }
.welcome-element[data-type="slideshow"] img.is-active { opacity: 1; }
.welcome-element.welcome-section { padding: 18px; border: 1px solid #fff4; background: #fff2; box-shadow: inset 0 1px 8px #0005, 0 7px 20px #0004; font-weight: 800; }
.welcome-element.welcome-section img { position: absolute; inset: 0; opacity: .66; }
.welcome-element.welcome-section strong { position: relative; z-index: 1; }
@media (max-width: 680px) { .welcome-element[data-type="heading"] { font-size: clamp(2.3rem, 13vw, 4.4rem); } }
