:root {
  --ll-theme-bg: #050505;
  --ll-theme-surface: #0c0c0c;
  --ll-theme-ink: #f5f5f5;
  --ll-theme-muted: #9e9e9e;
  --ll-theme-accent: #00e8ff;
  --ll-theme-font-heading: "Michroma", "Chakra Petch", system-ui, sans-serif;
  --ll-theme-font-body: "Chakra Petch", system-ui, sans-serif;
  --ll-theme-font-technical: "Martian Mono", ui-monospace, monospace;
  --ll-theme-radius-sm: 4px;
  --ll-theme-radius-md: 8px;
  color-scheme: dark;
}

:where(*, *::before, *::after) {
  box-sizing: border-box;
}

html {
  background: var(--ll-theme-bg);
  color: var(--ll-theme-ink);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ll-theme-bg);
  color: var(--ll-theme-ink);
  font-family: var(--ll-theme-font-body);
  font-weight: 300;
}

:where(img, video) {
  max-width: 100%;
}

:where(button, input, textarea, select) {
  font: inherit;
}

:where(a) {
  color: inherit;
}

#page,
#content,
.site-main,
.ast-container,
.elementor,
.elementor-element,
.elementor-widget,
.elementor-shortcode {
  width: 100%;
  min-width: 0;
}

.site-content,
.ast-container {
  margin: 0;
  padding: 0;
  max-width: none;
}

.e-con {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.elementor-widget,
.elementor-shortcode {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  padding: 12px 16px;
  border: 1px solid var(--ll-theme-accent);
  border-radius: var(--ll-theme-radius-sm);
  background: var(--ll-theme-surface);
  color: var(--ll-theme-ink);
}

.lumilas-content-shell,
.lumilas-fallback-content {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.lumilas-content-shell {
  padding-block: clamp(120px, 14vw, 200px) clamp(72px, 10vw, 144px);
}

.lumilas-fallback-content {
  color: var(--ll-theme-ink);
  font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
  line-height: 1.65;
}

.lumilas-fallback-content h1,
.lumilas-fallback-content h2,
.lumilas-fallback-content h3 {
  font-family: var(--ll-theme-font-heading);
  font-weight: 400;
  line-height: 1.08;
}

.lumilas-fallback-content h1 {
  max-width: 16ch;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
}

.elementor-widget-text-editor > .elementor-widget-container {
  width: min(920px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(120px, 14vw, 180px) clamp(72px, 10vw, 120px);
  color: var(--ll-theme-ink);
  line-height: 1.65;
}

.lumilas-kicker {
  color: var(--ll-theme-accent);
  font-family: var(--ll-theme-font-technical);
  letter-spacing: 0.14em;
}

.lumilas-theme-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ll-theme-accent);
  border-radius: var(--ll-theme-radius-sm);
  background: var(--ll-theme-surface);
  text-decoration: none;
}

@media (max-width: 720px) {
  .lumilas-content-shell,
  .lumilas-fallback-content,
  .elementor-widget-text-editor > .elementor-widget-container {
    width: min(100% - 28px, 1120px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
