@charset "UTF-8";
:root {
  --background: #0b0d0d;
  --foreground: #ebece3;
  --surface: #111615;
  --surface-elevated: #171d1b;
  --surface-soft: rgba(255, 255, 245, 0.03);
  --smoke: #ebece3;
  --smoke-muted: #858b86;
  --citrus: #d9e7a5;
  --border: rgba(235, 236, 227, 0.08);
  --border-strong: rgba(235, 236, 227, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", sans-serif;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
pre {
  margin: 0;
}

/* -------------------------------------------------------------------------- */
/* SHARED TOKENS / MIXINS */
/* -------------------------------------------------------------------------- */
.aethema-section-title, .aethema-distillers-heading h2, .aethema-process-heading h2 {
  margin: 0;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  color: var(--smoke);
}

.aethema-title-accent, .aethema-inquire-title em, .aethema-manifesto-title em, .aethema-distillers-heading h2 em, .aethema-process-heading h2 em {
  font-family: "Syne", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  color: var(--citrus);
}

.aethema-section-copy {
  margin: 0;
  max-width: 58ch;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-label {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-eyebrow-base {
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

/* -------------------------------------------------------------------------- */
/* FONT HELPERS - LOVABLE COMPATIBILITY */
/* -------------------------------------------------------------------------- */
.font-display,
.aethema-font-display {
  font-family: "Syne", sans-serif !important;
  letter-spacing: -0.02em;
}

.font-mono,
.aethema-font-mono {
  font-family: "Space Mono", monospace !important;
}

.text-eyebrow,
.aethema-process-eyebrow,
.aethema-eyebrow {
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.text-label,
.aethema-process-label {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-hero-title,
.aethema-hero-title *,
.aethema-process-heading h2,
.aethema-process-heading h2 *,
.aethema-process-content h3,
.aethema-process-content h3 * {
  font-family: "Syne", sans-serif !important;
}

.aethema-eyebrow,
.aethema-eyebrow *,
.aethema-process-eyebrow,
.aethema-process-eyebrow *,
.aethema-process-heading p,
.aethema-process-heading p *,
.aethema-process-content p,
.aethema-process-content p *,
.aethema-process-tags,
.aethema-process-tags *,
.aethema-process-number,
.aethema-process-label,
.aethema-card-content,
.aethema-card-content *,
.aethema-marquee-track,
.aethema-marquee-track * {
  font-family: "Space Mono", monospace !important;
}

.aethema-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--background);
  color: var(--foreground);
}

/* -------------------------------------------------------------------------- */
/* NAV */
/* -------------------------------------------------------------------------- */
.aethema-nav {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border);
  background: var(--background);
}

.aethema-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.aethema-logo img {
  width: auto;
  height: 1.75rem;
}

.aethema-logo span {
  font-family: "Syne", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--smoke);
}

.aethema-nav-links {
  display: none;
  align-items: center;
  gap: 2.5rem;
  font-family: "Space Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

.aethema-nav-links a {
  transition: color 0.3s ease;
}

.aethema-nav-links a:hover {
  color: var(--smoke);
}

.aethema-nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.aethema-lang {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid var(--border);
  padding: 0.125rem 0.25rem;
}

.aethema-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.aethema-lang a[aria-pressed=true],
.aethema-lang a.active {
  color: var(--citrus);
}

.aethema-lang a:hover {
  color: var(--smoke);
}

.aethema-lang span {
  width: 1px;
  height: 0.75rem;
  background: var(--border);
}

.aethema-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.25rem;
  background: var(--smoke);
  color: var(--background);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: background 0.5s ease;
}

.aethema-nav-cta:hover {
  background: var(--citrus);
}

.aethema-nav-cta-menu {
  display: none;
}

.aethema-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  transition: 0.35s ease all;
}

.aethema-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--smoke);
  transition: 0.35s ease all;
  transform-origin: center;
}

.aethema-nav.is-open .aethema-menu-toggle {
  transform: rotate(90deg);
}

.aethema-nav.is-open .aethema-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.aethema-nav.is-open .aethema-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.aethema-nav.is-open .aethema-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* -------------------------------------------------------------------------- */
/* HERO */
/* -------------------------------------------------------------------------- */
.aethema-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 80px);
  background: var(--background);
}

.ambient-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(217, 231, 165, 0.08) 0%, transparent 60%);
}

.ambient-glow-one {
  top: -10rem;
  right: -10rem;
  width: 800px;
  height: 800px;
}

.ambient-glow-two {
  top: 50%;
  left: -10rem;
  width: 600px;
  height: 600px;
  opacity: 0.5;
}

.aethema-hero-shell {
  position: relative;
  z-index: 10;
  width: min(100% - 3rem, 1400px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
  display: flex;
  flex-direction: column;
}

.aethema-eyebrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  width: 100%;
  max-width: 760px;
  font-family: "Space Mono", monospace !important;
  font-size: clamp(8px, 0.75vw, 11px);
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--citrus);
  white-space: normal;
  overflow-wrap: anywhere;
}

.aethema-eyebrow-text {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}

.aethema-eyebrow-line {
  display: block;
  flex: 0 0 clamp(2rem, 4vw, 3rem);
  width: clamp(2rem, 4vw, 3rem);
  height: 1px;
  background: rgba(217, 231, 165, 0.45);
}

.aethema-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(3rem, 7vw, 7rem);
  width: 100%;
}

.aethema-hero-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 2.75rem);
  min-width: 0;
  flex: 1 1 auto;
  max-width: 720px;
  overflow: visible;
  animation: fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.aethema-hero-title,
.aethema-hero h1 {
  margin: 0;
  width: 100%;
  margin-top: 1rem;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(5rem, 9.2vw, 5.5rem);
  line-height: 0.82;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.075em;
  color: var(--smoke);
  white-space: normal;
  overflow: visible;
  word-break: normal;
  overflow-wrap: normal;
}

.aethema-hero-title span {
  display: block;
}

.aethema-hero p {
  margin: 0;
  max-width: 58ch;
  font-family: "Space Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--smoke-muted);
}

.aethema-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
}

.aethema-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.75rem;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}

.aethema-btn-primary {
  background: var(--citrus);
  color: var(--background);
}

.aethema-btn-primary:hover {
  background: var(--smoke);
}

.aethema-btn-secondary {
  border: 1px solid var(--border-strong);
  color: var(--smoke);
}

.aethema-btn-secondary:hover {
  border-color: var(--citrus);
  color: var(--citrus);
}

/* -------------------------------------------------------------------------- */
/* HERO CARD */
/* -------------------------------------------------------------------------- */
.aethema-hero-card-wrap {
  position: relative;
  min-width: 0;
  flex: 0 1 510px;
  width: min(100%, 510px);
  animation: fade-in 1.2s ease-out both;
}

.aethema-card-glow {
  position: absolute;
  inset: -2rem;
  border-radius: 999px;
  background: rgba(217, 231, 165, 0.05);
  filter: blur(64px);
}

.aethema-lab-card {
  position: relative;
}
.aethema-lab-card::before, .aethema-lab-card::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: rgba(235, 236, 227, 0.3);
  border-style: solid;
  pointer-events: none;
}
.aethema-lab-card::before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}
.aethema-lab-card::after {
  right: 8px;
  bottom: 8px;
  border-width: 0 1px 1px 0;
}
.aethema-lab-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid var(--border);
  background: rgba(235, 236, 227, 0.03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.aethema-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0.25rem;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.aethema-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  mix-blend-mode: luminosity;
  filter: contrast(1.1);
}

.aethema-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.75rem;
}

.aethema-card-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}

.aethema-card-head span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

.aethema-card-head strong {
  font-weight: 400;
  color: var(--citrus);
}

.aethema-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.5rem;
  row-gap: 1rem;
  padding-top: 0.25rem;
}

.aethema-card-grid span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

.aethema-card-grid strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: var(--smoke);
}

.aethema-card-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  font-family: "Space Mono", monospace;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--smoke-muted);
}

.aethema-hero-border {
  border-top: 1px solid var(--border);
}

.aethema-hero-card-wrap {
  position: relative;
  width: min(100%, 32rem);
}

.aethema-lab-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0.875rem;
  border: 1px solid rgba(235, 236, 227, 0.15);
  background: radial-gradient(circle at 75% 70%, rgba(217, 231, 165, 0.08), transparent 42%), #181a17;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
}

/* Technical corner marks */
.aethema-lab-card::before,
.aethema-lab-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 6px;
  height: 6px;
  border-color: rgba(235, 236, 227, 0.42);
  border-style: solid;
  pointer-events: none;
}

.aethema-lab-card::before {
  top: 6px;
  left: 6px;
  border-width: 1px 0 0 1px;
}

.aethema-lab-card::after {
  right: 6px;
  bottom: 6px;
  border-width: 0 1px 1px 0;
}

/* Image */
.aethema-card-image {
  width: 100%;
  aspect-ratio: 4/5;
  padding: 1px;
  border: 1px solid rgba(235, 236, 227, 0.12);
  overflow: hidden;
  background: #0b0d0d;
}

.aethema-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

/* Statement */
.aethema-card-story {
  padding-top: 0.875rem;
}

.aethema-card-story h2,
.aethema-card-story p {
  margin: 0;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(0.95rem, 2.7vw, 1.2rem);
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.065em;
  color: var(--smoke);
}

.aethema-card-story p {
  margin-top: 0.1rem;
}

/* Specification list */
.aethema-card-story-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-family: "Space Mono", monospace !important;
  font-size: 0.42rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(235, 236, 227, 0.5);
}

.aethema-card-story-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.aethema-card-story-list li > span {
  width: 2px;
  height: 2px;
  flex: 0 0 2px;
  margin-top: 0.3rem;
  background: var(--citrus);
}

.aethema-card-story-list strong {
  margin-left: 0.25rem;
  font: inherit;
  font-weight: 400;
  color: inherit;
}

/* Caption below frame */
.aethema-card-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.75rem;
  font-family: "Space Mono", monospace !important;
  font-size: 0.5rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--smoke-muted);
}

/* -------------------------------------------------------------------------- */
/* MARQUEE */
/* -------------------------------------------------------------------------- */
.aethema-marquee-section {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(17, 22, 21, 0.4);
}

.aethema-marquee-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
  white-space: nowrap;
  animation: aethema-marquee 45s linear infinite;
}

.aethema-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  flex-shrink: 0;
}

.aethema-marquee-dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  flex: 0 0 0.375rem;
  border-radius: 999px;
  background: var(--citrus);
}

.aethema-marquee-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to right, var(--background) 0%, transparent 20%, transparent 80%, var(--background) 100%);
}

/* -------------------------------------------------------------------------- */
/* PROCESS / PROTOCOL SECTION */
/* -------------------------------------------------------------------------- */
.aethema-commissions {
  position: relative;
  background: var(--background);
  color: var(--smoke);
}

.aethema-process {
  position: relative;
  background: var(--background);
}

.aethema-process-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}

.aethema-process-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.aethema-hairline {
  display: block;
  width: 3rem;
  height: 1px;
  flex: 0 0 3rem;
  background: rgba(217, 231, 165, 0.45);
}

.aethema-process-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: end;
}

.aethema-process-heading p {
  margin: 0;
  max-width: 58ch;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.aethema-process-card {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  min-width: 0;
  padding: 1.75rem;
  background: var(--surface);
  cursor: default;
  transition: background 0.7s ease;
}

.aethema-process-card:hover {
  background: var(--surface-elevated);
}

.aethema-process-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.aethema-process-number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(217, 231, 165, 0.3);
  transition: color 0.7s ease;
}

.aethema-process-card:hover .aethema-process-number {
  color: rgba(217, 231, 165, 0.45);
}

.aethema-process-label {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

.aethema-process-image {
  width: 100%;
  aspect-ratio: 4/5;
  padding: 0.25rem;
  border: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
}

.aethema-process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  transition: transform 1s ease;
}

.aethema-process-card:hover .aethema-process-image img {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
  transform: scale(1.03);
}

.aethema-process-content h3 {
  margin: 0 0 0.75rem;
  font-family: "Syne", sans-serif !important;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: var(--smoke);
}

.aethema-process-content p {
  margin: 0;
  font-family: "Space Mono", monospace !important;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-process-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: auto 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid var(--border);
  list-style: none;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--smoke-muted);
}

.aethema-process-tags li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.aethema-process-tags li span {
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  flex: 0 0 0.25rem;
  background: var(--citrus);
}

/* -------------------------------------------------------------------------- */
/* ANIMATIONS */
/* -------------------------------------------------------------------------- */
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aethema-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* -------------------------------------------------------------------------- */
/* RESPONSIVE */
/* -------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .aethema-nav {
    padding: 1.5rem 2.5rem;
  }
  .aethema-logo img {
    height: 2rem;
  }
  .aethema-logo span {
    font-size: 1.25rem;
  }
  .aethema-nav-links {
    display: flex;
  }
  .aethema-lab-card {
    padding: 1.5rem;
  }
  .aethema-hero p {
    font-size: 15px;
  }
  .aethema-process-header {
    padding: 7rem 2.5rem;
  }
  .aethema-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .aethema-process-card {
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .aethema-process-heading {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .aethema-process-heading h2 {
    grid-column: span 7;
    font-size: clamp(4.3rem, 5.8vw, 4.5rem);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.06em;
  }
  .aethema-process-heading p {
    grid-column: 9/span 4;
    align-self: end;
  }
  .aethema-process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(4.5rem, 8vw, 4.6rem);
  }
}
@media (min-width: 1400px) {
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(4.5rem, 8vw, 5rem);
  }
}
@media (min-width: 1550px) {
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(4.5rem, 8vw, 5.5rem);
  }
}
@media (max-width: 1200px) {
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(4.5rem, 8vw, 4.3rem);
  }
  .aethema-hero-card-wrap {
    flex-basis: 460px;
  }
}
@media (max-width: 1170px) {
  .aethema-nav-cta-desktop {
    display: none;
  }
  .aethema-nav-cta-menu {
    display: flex;
  }
  .aethema-menu-toggle {
    display: inline-flex;
  }
  .aethema-nav {
    position: relative;
    flex-wrap: wrap;
  }
  .aethema-nav-links {
    display: flex;
    position: static;
    order: 3;
    flex-basis: 100%;
    width: 100%;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: var(--surface);
    border: 1px solid var(--border);
    z-index: 100;
    transition: max-height 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, visibility 0s linear 0.65s;
  }
  .aethema-nav-links a {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    color: var(--smoke-muted);
  }
  .aethema-nav-links .aethema-nav-cta-menu {
    display: flex;
    margin: 0.75rem 1rem 0.25rem;
    width: calc(100% - 2rem);
    justify-content: center;
    text-align: center;
    color: var(--background);
  }
  .aethema-nav-links a:hover {
    color: var(--smoke);
    background: var(--surface-soft);
  }
  .aethema-nav.is-open .aethema-nav-links {
    max-height: 520px;
    margin-top: 1rem;
    padding: 0.75rem 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .aethema-hero-shell {
    width: min(100% - 3rem, 760px);
  }
  .aethema-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .aethema-hero-copy {
    max-width: 100%;
  }
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(3.25rem, 15vw, 4rem);
    line-height: 0.86;
    padding: 1rem 0 0 0;
  }
  .aethema-hero-card-wrap {
    width: 100%;
    max-width: 560px;
    flex-basis: auto;
    align-self: center;
  }
}
@media (max-width: 767px) {
  .aethema-hero {
    min-height: auto;
  }
  .aethema-hero-shell {
    width: min(100% - 2rem, 560px);
    padding: 3rem 0 4.5rem;
    gap: 0;
  }
  .aethema-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    gap: 0.5rem 0.75rem;
  }
  .aethema-eyebrow-line {
    flex-basis: 2rem;
    width: 2rem;
  }
  .aethema-hero-inner {
    gap: 3rem;
  }
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(2.5rem, 18vw, 3rem);
    line-height: 0.9;
    letter-spacing: -0.065em;
  }
  .aethema-hero p {
    font-size: 0.8125rem;
  }
  .aethema-lab-card {
    padding: 1.25rem;
  }
  .aethema-marquee-section {
    padding: 1.5rem 0;
  }
  .aethema-marquee-track {
    gap: 2rem;
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    animation-duration: 35s;
  }
  .aethema-marquee-item {
    gap: 2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 600px) {
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(3rem, 20vw, 3.3rem);
    line-height: 0.9;
  }
}
@media (max-width: 520px) {
  .aethema-nav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 1rem;
    gap: 0.75rem;
  }
  .aethema-logo {
    justify-self: start;
  }
  .aethema-nav-actions {
    justify-self: end;
    gap: 0.5rem;
  }
  .aethema-nav-links {
    grid-column: 1/-1;
  }
  .aethema-nav-cta-desktop {
    display: none;
  }
  .aethema-hero-shell {
    width: min(100% - 1.5rem, 420px);
    padding-top: 1rem;
  }
  .aethema-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
  .aethema-eyebrow-line {
    display: none;
  }
  .aethema-hero-title,
  .aethema-hero h1 {
    font-size: clamp(0.5rem, 20vw, 2.2rem);
    line-height: 0.9;
  }
  .aethema-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.85rem;
    row-gap: 0.85rem;
    min-width: 0;
  }
  .aethema-card-grid span,
  .aethema-card-grid strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .aethema-card-grid span {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }
  .aethema-card-grid strong {
    font-size: 0.85rem;
    line-height: 1.35;
  }
  .aethema-card-caption {
    flex-direction: row;
  }
  .aethema-process-header {
    padding: 4rem 1.25rem;
  }
  .aethema-process-eyebrow {
    align-items: flex-start;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
  }
  .aethema-hairline {
    width: 2rem;
    flex-basis: 2rem;
    margin-top: 0.35rem;
  }
  .aethema-process-card {
    padding: 1.5rem;
  }
  .aethema-process-tags {
    font-size: 9px;
  }
  .aethema-process-heading h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.2rem);
  }
  .aethema-process-grid {
    padding: 0;
  }
}
/* -------------------------------------------------------------------------- */
/* DISTILLERS SECTION */
/* -------------------------------------------------------------------------- */
.aethema-distillers {
  position: relative;
  background: rgba(17, 22, 21, 0.3);
  border-top: 1px solid var(--border);
  color: var(--smoke);
}

/* Header */
.aethema-distillers-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}

.aethema-distillers-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.aethema-distillers-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: end;
}

.aethema-distillers-heading p {
  margin: 0;
  max-width: 58ch;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

/* Grid */
.aethema-distillers-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

/* Card */
.aethema-distiller-card {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--border-strong);
  background: var(--background);
}

.aethema-distiller-media {
  padding: 1.75rem;
  background: var(--background);
}

/* Image */
.aethema-distiller-image {
  width: 100%;
  aspect-ratio: 4/5;
  padding: 0.25rem;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--surface);
}

.aethema-distiller-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  filter: grayscale(1) contrast(1.1);
  mix-blend-mode: luminosity;
  transition: opacity 1s ease, filter 1s ease, mix-blend-mode 1s ease, transform 1s ease;
}

.aethema-distiller-card:hover .aethema-distiller-image img {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  transform: scale(1.015);
}

.aethema-distiller-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.75rem;
  border-top: 1px solid var(--border-strong);
  background: var(--background);
}

.aethema-distiller-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-distiller-heading-block {
  margin-top: 0.25rem;
}

.aethema-distiller-name {
  font-family: "Syne", sans-serif !important;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: var(--smoke);
}

.aethema-distiller-role {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.35rem 1rem;
  margin-top: 0.65rem;
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.aethema-distiller-role span:first-child {
  color: var(--citrus);
}

.aethema-distiller-divider {
  width: 100%;
  height: 1px;
  background: var(--border-strong);
}

.aethema-distiller-copy {
  max-width: 68ch;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.625;
  font-weight: 400;
  white-space: pre-line;
  color: var(--smoke-muted);
}

/* Responsive */
@media (min-width: 768px) {
  .aethema-distillers-header {
    padding: 7rem 2.5rem;
  }
  .aethema-distillers-grid {
    padding: 0 2.5rem 8rem;
  }
  .aethema-distiller-card {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .aethema-distiller-media {
    padding: 2rem;
  }
  .aethema-distiller-body {
    min-width: 0;
    padding: 2.5rem;
    border-top: 0;
    border-left: 1px solid var(--border-strong);
  }
  .aethema-distiller-name {
    font-size: clamp(2.25rem, 3vw, 3rem);
  }
}
@media (min-width: 1024px) {
  .aethema-distillers-heading {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .aethema-distillers-heading h2 {
    grid-column: span 7;
    font-size: clamp(4.5rem, 5.8vw, 4.5rem);
    line-height: 0.9;
    font-weight: 700;
    letter-spacing: -0.06em;
  }
  .aethema-distillers-heading p {
    grid-column: 9/span 4;
    align-self: end;
  }
}
@media (max-width: 520px) {
  .aethema-distillers-header {
    padding: 4rem 1.25rem;
  }
  .aethema-distillers-eyebrow {
    align-items: flex-start;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
  }
  .aethema-distillers-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }
  .aethema-distillers-grid {
    padding: 0 1.25rem 5rem;
  }
  .aethema-distiller-media,
  .aethema-distiller-body {
    padding: 1.5rem;
  }
  .aethema-distiller-role {
    gap: 0.35rem 0.75rem;
  }
  .aethema-distiller-copy {
    font-size: 0.8125rem;
  }
}
@media (hover: none) {
  .aethema-distiller-image img {
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aethema-distiller-image img {
    transition: none;
  }
}
/* Distiller origins */
.aethema-origins {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem 5rem;
}

.aethema-origins-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.aethema-origins-heading .aethema-hairline {
  flex: 0 0 3rem;
  width: 3rem;
}

.aethema-origins-heading h3 {
  margin: 0;
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.aethema-origins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--border-strong);
}

.aethema-origin-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
  margin: 0;
  padding: 1.25rem;
  background: var(--background);
}

.aethema-origin-image {
  width: 100%;
  aspect-ratio: 4/5;
  padding: 0.25rem;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--surface);
}

.aethema-origin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  filter: grayscale(1) contrast(1.1);
  mix-blend-mode: luminosity;
  transition: opacity 1s ease, filter 1s ease, mix-blend-mode 1s ease, transform 1s ease;
}

.aethema-origin-card:hover .aethema-origin-image img,
.aethema-origin-card:focus-within .aethema-origin-image img {
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
  transform: scale(1.015);
}

.aethema-origin-caption {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-strong);
}

.aethema-origin-caption strong {
  font-family: "Syne", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--smoke);
}

.aethema-origin-caption span {
  font-family: "Space Mono", monospace !important;
  font-size: 9px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .aethema-origins {
    padding: 0 2.5rem 8rem;
  }
  .aethema-origins-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .aethema-origin-card {
    padding: 1.5rem;
  }
}
@media (max-width: 520px) {
  .aethema-origins {
    padding: 0 1.25rem 5rem;
  }
  .aethema-origins-heading {
    align-items: flex-start;
  }
  .aethema-origins-heading .aethema-hairline {
    flex-basis: 2rem;
    width: 2rem;
    margin-top: 0.35rem;
  }
  .aethema-origins-heading h3 {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
  }
}
@media (hover: none) {
  .aethema-origin-image img {
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aethema-origin-image img {
    transition: none;
  }
}
/* -------------------------------------------------------------------------- */
/* MANIFESTO SECTION */
/* -------------------------------------------------------------------------- */
.aethema-manifesto {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  background: var(--background);
  color: var(--smoke);
}

.aethema-manifesto-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.aethema-manifesto-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: none;
  mix-blend-mode: normal;
}

.aethema-manifesto-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--background) 0%, rgba(11, 13, 13, 0.85) 48%, rgba(11, 13, 13, 0.6) 100%);
}

.aethema-manifesto-inner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 1.5rem;
}

.aethema-manifesto-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  text-align: center;
}

.aethema-manifesto-title {
  margin: 0;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.035em;
  text-align: center;
  color: var(--smoke);
  text-wrap: balance;
}

.aethema-manifesto-text {
  max-width: 60ch;
  margin: 3rem auto 0;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  color: var(--smoke-muted);
}

.aethema-manifesto-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 5rem;
  background: var(--border);
  border: 1px solid var(--border);
}

.aethema-manifesto-stat {
  padding: 1.5rem;
  text-align: center;
  background: rgba(11, 13, 13, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.aethema-manifesto-stat-value {
  margin-bottom: 0.75rem;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(2.5rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 700;
  color: var(--citrus);
}

.aethema-manifesto-stat-label {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* Responsive */
@media (min-width: 768px) {
  .aethema-manifesto-inner {
    padding: 10rem 2.5rem;
  }
  .aethema-manifesto-title {
    font-size: clamp(3rem, 5.5vw, 4rem);
  }
  .aethema-manifesto-text {
    font-size: 1rem;
  }
  .aethema-manifesto-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .aethema-manifesto-stat {
    padding: 2rem;
  }
}
@media (max-width: 520px) {
  .aethema-manifesto-inner {
    padding: 6rem 1.25rem;
  }
  .aethema-manifesto-eyebrow {
    gap: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
  }
  .aethema-manifesto-eyebrow .aethema-hairline {
    width: 2rem;
    flex-basis: 2rem;
  }
  .aethema-manifesto-title {
    font-size: clamp(2rem, 10vw, 3.5rem);
  }
  .aethema-manifesto-stats {
    margin-top: 4rem;
  }
  .aethema-manifesto-stat {
    padding: 1.25rem;
  }
  .aethema-manifesto-stat-value {
    font-size: 2.25rem;
  }
}
/* -------------------------------------------------------------------------- */
/* INQUIRE / FORM SECTION */
/* -------------------------------------------------------------------------- */
.aethema-inquire {
  position: relative;
  border-top: 1px solid var(--border);
  background: rgba(17, 22, 21, 0.2);
  color: var(--smoke);
}

.aethema-inquire-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}

/* Left content */
.aethema-inquire-copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.aethema-inquire-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Space Mono", monospace !important;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--citrus);
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.aethema-inquire-title {
  margin: 0;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  line-height: 0.95;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.055em;
  color: var(--smoke);
  text-wrap: balance;
}

.aethema-inquire-text {
  margin: 0;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-inquire-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  font-family: "Space Mono", monospace !important;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--smoke-muted);
}

.aethema-inquire-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.aethema-inquire-list span {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-inquire-list strong {
  font-family: "Space Mono", monospace !important;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--smoke-muted);
}

/* Form frame */
.aethema-inquire-form {
  position: relative;
}
.aethema-inquire-form::before, .aethema-inquire-form::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: rgba(235, 236, 227, 0.3);
  border-style: solid;
  pointer-events: none;
}
.aethema-inquire-form::before {
  top: 8px;
  left: 8px;
  border-width: 1px 0 0 1px;
}
.aethema-inquire-form::after {
  right: 8px;
  bottom: 8px;
  border-width: 0 1px 1px 0;
}
.aethema-inquire-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid var(--border);
  background: rgba(11, 13, 13, 0.6);
  -webkit-backdrop-filter: blur(16px);
}

/* Form layout */
.aethema-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.aethema-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.aethema-form-field label {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-form-field label span {
  color: var(--citrus);
}

.aethema-form-field label small {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 0;
  color: var(--smoke-muted);
}

/* Inputs */
.aethema-form-field input,
.aethema-form-field select,
.aethema-form-field textarea {
  width: 100%;
  border-radius: 0;
  outline: none;
  font-family: "Space Mono", monospace !important;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--smoke);
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.aethema-form-field input,
.aethema-form-field select {
  min-height: 3rem;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
}

.aethema-form-field select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
  background-color: var(--background);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23858b86' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.aethema-form-field textarea {
  min-height: 8rem;
  resize: none;
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  background: transparent;
}

.aethema-form-field input::placeholder,
.aethema-form-field textarea::placeholder {
  color: rgba(133, 139, 134, 0.5);
}

.aethema-form-field input:focus,
.aethema-form-field select:focus,
.aethema-form-field textarea:focus {
  border-color: var(--citrus);
}

/* Footer */
.aethema-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.aethema-form-footer > span {
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-form-submit {
  border: 0;
}

.aethema-form-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Responsive */
@media (min-width: 768px) {
  .aethema-inquire-inner {
    padding: 8rem 2.5rem;
  }
  .aethema-inquire-form {
    padding: 2.5rem;
  }
  .aethema-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .aethema-inquire-inner {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 4rem;
  }
  .aethema-inquire-copy {
    grid-column: span 5;
  }
  .aethema-inquire-form {
    grid-column: span 7;
  }
}
@media (max-width: 640px) {
  .aethema-form-footer {
    align-items: stretch;
    flex-direction: column;
  }
  .aethema-form-footer button {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .aethema-inquire-inner {
    padding: 5rem 1.25rem;
  }
  .aethema-inquire-eyebrow {
    align-items: flex-start;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
  }
  .aethema-inquire-eyebrow .aethema-hairline {
    width: 2rem;
    flex-basis: 2rem;
    margin-top: 0.35rem;
  }
  .aethema-inquire-title {
    font-size: clamp(2.5rem, 13vw, 3.75rem);
  }
  .aethema-inquire-form {
    padding: 1.5rem;
  }
  .aethema-inquire-list li {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
}
/* -------------------------------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------------------------------- */
.aethema-footer {
  border-top: 1px solid var(--border);
  background: var(--background);
  color: var(--smoke);
}

.aethema-footer-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.aethema-footer-brand {
  grid-column: span 2;
}

.aethema-footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.aethema-footer-logo img {
  width: auto;
  height: 1.75rem;
}

.aethema-footer-logo span {
  font-family: "Syne", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--smoke);
}

.aethema-footer-brand p {
  max-width: 24rem;
  margin: 0;
  font-family: "Space Mono", monospace !important;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-footer-column h4 {
  margin: 0 0 1rem;
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--smoke-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aethema-footer-column a {
  font-family: "Space Mono", monospace !important;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--smoke);
  transition: color 0.3s ease;
}

.aethema-footer-column a:hover {
  color: var(--citrus);
}

.aethema-footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1.5rem;
  border-top: 1px solid var(--border);
  font-family: "Space Mono", monospace !important;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

/* Responsive */
@media (min-width: 768px) {
  .aethema-footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 4rem 2.5rem;
  }
  .aethema-footer-bottom {
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 520px) {
  .aethema-footer-main {
    grid-template-columns: 1fr;
    padding: 3.5rem 1.25rem;
  }
  .aethema-footer-brand {
    grid-column: span 1;
  }
  .aethema-footer-logo span {
    font-size: 1.125rem;
    letter-spacing: 0.24em;
  }
  .aethema-footer-bottom {
    padding: 1.25rem;
    font-size: 9px;
    letter-spacing: 0.16em;
  }
}
/* -------------------------------------------------------------------------- */
/* AETHEMA BOTTOM TOAST */
/* -------------------------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
}

.aethema-toast-region {
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
  width: min(100vw - 2rem, 23rem);
  pointer-events: none;
}

.aethema-toast {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 18rem;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(235, 236, 227, 0.12);
  border-radius: 0.5rem;
  background: rgba(12, 13, 13, 0.96);
  color: var(--smoke);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(235, 236, 227, 0.04);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  pointer-events: auto;
  animation: aethema-toast-in 0.28s ease both;
}

.aethema-toast.is-leaving {
  animation: aethema-toast-out 0.22s ease both;
}

.aethema-toast-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border-radius: 50%;
  background: var(--smoke);
  color: var(--ink);
  font-family: "Space Mono", monospace !important;
  font-size: 0.65rem;
  line-height: 1;
  font-weight: 700;
}

.aethema-toast-message {
  flex: 1;
  font-family: "Space Mono", monospace !important;
  font-size: 0.78rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--smoke);
  letter-spacing: -0.02em;
}

.aethema-toast-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background: transparent;
  color: rgba(235, 236, 227, 0.45);
  font-family: "Space Mono", monospace !important;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: color 0.25s ease;
}

.aethema-toast-close:hover {
  color: var(--smoke);
}

.aethema-toast-success .aethema-toast-icon {
  background: var(--citrus);
  color: var(--ink);
}

.aethema-toast-danger .aethema-toast-icon,
.aethema-toast-warning .aethema-toast-icon {
  background: var(--smoke);
  color: var(--ink);
}

@keyframes aethema-toast-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.75rem, 0) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@keyframes aethema-toast-out {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0.75rem, 0) scale(0.98);
  }
}
@media (max-width: 640px) {
  .aethema-toast-region {
    top: 1rem;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    width: auto;
    align-items: stretch;
  }
  .aethema-toast {
    width: 100%;
    min-width: 0;
  }
}
.aethema-hero-title-en {
  font-size: calc(clamp(5rem, 9.2vw, 5.5rem) + 3rem) !important;
}

@media (max-width: 767px) {
  .aethema-hero-title-en {
    font-size: calc(clamp(2.5rem, 18vw, 3rem) + 1.2rem) !important;
  }
}
@media (max-width: 520px) {
  .aethema-lang {
    display: flex;
    align-items: center;
  }
  .aethema-lang .active,
  .aethema-lang-separator {
    display: none;
  }
  .aethema-lang a:not(.active) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    color: var(--smoke);
    background: transparent;
    font-family: "Space Mono", monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
}
.grecaptcha-badge,
.grecaptcha-badge iframe {
  z-index: 99 !important;
}

/* -------------------------------------------------------------------------- */
/* HERO CARD — FINAL REFERENCE OVERRIDES */
/* -------------------------------------------------------------------------- */
/* Monochrome by default; full source color only while the card is active. */
.aethema-card-image img {
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  filter: grayscale(1) contrast(1.08) brightness(0.88) !important;
  transition: filter 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.aethema-lab-card:hover .aethema-card-image img,
.aethema-lab-card:focus-within .aethema-card-image img {
  filter: grayscale(0) contrast(1) brightness(1) !important;
  transform: scale(1.015);
}

/* Equivalent to font-mono text-[11px] leading-relaxed text-smoke-muted. */
.aethema-card-story p,
.aethema-card-story-list,
.aethema-card-story-list li,
.aethema-card-story-list strong {
  font-family: "Space Mono", monospace !important;
  font-size: 11px !important;
  line-height: 1.625 !important;
  font-weight: 400;
  color: var(--smoke-muted);
}

.aethema-card-story p {
  margin-top: 0.5rem;
  text-transform: none;
  letter-spacing: 0;
}

.aethema-card-story-list {
  gap: 0.2rem;
  margin-top: 0.875rem;
}

.aethema-card-story-list li {
  align-items: flex-start;
  gap: 0.5rem;
}

.aethema-card-story-list li > span {
  width: 3px;
  height: 3px;
  flex-basis: 3px;
  margin-top: 0.48rem;
}

/* Equivalent to font-display text-xl font-semibold uppercase leading-[1.05]
   tracking-tighter text-smoke whitespace-pre-line. */
.aethema-card-story h2,
.aethema-card-story h2 span {
  margin: 0;
  white-space: pre-line;
  font-family: "Syne", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.05;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--smoke);
}

@media (min-width: 768px) {
  .aethema-card-story h2,
  .aethema-card-story h2 span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .aethema-card-story h2,
  .aethema-card-story h2 span {
    font-size: 1.875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aethema-card-image img {
    transition: none !important;
  }
}
/* -------------------------------------------------------------------------- */
/* HERO — DESKTOP COMPOSITION FROM SECOND REFERENCE                           */
/* -------------------------------------------------------------------------- */
@media (min-width: 1171px) {
  .aethema-hero {
    min-height: max(880px, 100vh - 80px);
  }
  .aethema-hero-shell {
    position: relative;
    width: min(100% - 6rem, 1470px);
    min-height: max(880px, 100vh - 80px);
    padding: 5rem 0 4rem;
  }
  .aethema-eyebrow {
    position: absolute;
    z-index: 2;
    top: clamp(18rem, 37vh, 22rem);
    transform: translateY(-100%);
    left: 0;
    width: calc(100% - 560px);
    max-width: 760px;
  }
  .aethema-hero-inner {
    align-items: flex-start;
    gap: clamp(4rem, 7vw, 8rem);
  }
  .aethema-hero-copy {
    flex: 1 1 auto;
    max-width: 760px;
    padding-top: clamp(18rem, 37vh, 22rem);
    gap: clamp(1.75rem, 3vw, 2.5rem);
  }
  .aethema-hero-title,
  .aethema-hero h1,
  .aethema-hero-title-en {
    margin-top: 0;
    padding: 0;
    font-size: clamp(6rem, 7.15vw, 7.5rem) !important;
    line-height: 0.94;
    letter-spacing: -0.07em;
  }
  .aethema-hero-card-wrap {
    flex: 0 0 512px;
    width: 512px;
    max-width: 512px;
    margin-top: 0;
  }
  .aethema-lab-card {
    padding: 1.5rem;
  }
  .aethema-card-image {
    aspect-ratio: 4/5;
  }
  .aethema-card-story {
    padding-top: 1.5rem;
  }
  .aethema-card-story h2,
  .aethema-card-story h2 span {
    font-size: clamp(1.65rem, 1.8vw, 1.875rem);
    line-height: 1.05;
  }
}
@media (min-width: 1500px) {
  .aethema-hero-shell {
    width: min(100% - 12rem, 1470px);
  }
}
/* -------------------------------------------------------------------------- */
/* ACTIVE PROFILE — SPLIT TECHNICAL PANEL                                     */
/* -------------------------------------------------------------------------- */
.aethema-active-profile {
  position: relative;
  border-top: 1px solid var(--border);
  background: rgba(17, 22, 21, 0.3);
}

.aethema-profile-shell {
  width: min(100% - 3rem, 1320px);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.aethema-profile-panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--border-strong);
}

.aethema-profile-media,
.aethema-profile-content {
  min-width: 0;
  background: var(--background);
}

.aethema-profile-media {
  display: flex;
  align-items: stretch;
  padding: clamp(2rem, 2.75vw, 2.5rem);
}

.aethema-profile-image {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 4px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: var(--surface);
}

.aethema-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
  filter: grayscale(1) contrast(1.1);
  mix-blend-mode: luminosity;
  transition: opacity 1s ease, filter 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1), mix-blend-mode 0s linear 0.15s;
}

.aethema-profile-image:hover img,
.aethema-profile-image:focus-within img {
  opacity: 1;
  filter: grayscale(0) contrast(1);
  mix-blend-mode: normal;
  transform: scale(1.01);
}

.aethema-profile-content {
  display: flex;
  flex-direction: column;
  padding: clamp(2rem, 3vw, 2.75rem);
  font-family: "Space Mono", monospace;
}

.aethema-profile-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.aethema-profile-head span {
  color: var(--smoke-muted);
}

.aethema-profile-head strong {
  font: inherit;
  color: var(--citrus);
}

.aethema-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 3rem;
  padding-top: 1.75rem;
}

.aethema-profile-field span,
.aethema-profile-field strong {
  display: block;
  text-transform: uppercase;
}

.aethema-profile-field span {
  margin-bottom: 0.4rem;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: var(--smoke-muted);
}

.aethema-profile-field strong {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: var(--smoke);
}

.aethema-profile-caption {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--smoke-muted);
}

@media (max-width: 900px) {
  .aethema-profile-panel {
    grid-template-columns: 1fr;
  }
  .aethema-profile-image {
    max-height: 34rem;
  }
  .aethema-profile-content {
    min-height: 26rem;
  }
}
@media (max-width: 600px) {
  .aethema-profile-shell {
    width: min(100% - 2rem, 32rem);
    padding: 4rem 0;
  }
  .aethema-profile-media,
  .aethema-profile-content {
    padding: 1.25rem;
  }
  .aethema-profile-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .aethema-profile-head,
  .aethema-profile-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }
  .aethema-profile-content {
    min-height: 0;
  }
  .aethema-profile-caption {
    margin-top: 2rem;
  }
}
@media (hover: none) {
  .aethema-profile-image img {
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aethema-profile-image img {
    transition: none;
  }
}
/* Distiller biography — compact right-column alignment from reference. */
@media (min-width: 768px) {
  .aethema-distiller-body {
    align-items: stretch;
    gap: 1.5rem;
    text-align: left;
  }
  .aethema-distiller-meta,
  .aethema-distiller-heading-block,
  .aethema-distiller-copy {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .aethema-distiller-name {
    font-size: clamp(2rem, 2.4vw, 2.25rem);
    line-height: 1;
  }
  .aethema-distiller-divider {
    flex: 0 0 1px;
    width: 3rem;
    max-width: 3rem;
    height: 1px;
    margin: 0;
    background: rgba(217, 231, 165, 0.45);
  }
  .aethema-distiller-copy {
    max-width: 68ch;
  }
}
.aethema-lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

/*# sourceMappingURL=style.css.map */
