:root {
  --ink: #08080c;
  --ink-soft: #0d0d13;
  --panel: rgba(17, 17, 24, 0.82);
  --paper: #f3f1ec;
  --silver: #ecebf0;
  --muted: #aaa8b2;
  --gold: #f1a52f;
  --gold-soft: #ffd28a;
  --ember: #d86727;
  --rose: #f14695;
  --cyan: #38c8df;
  --green: #43bd73;
  --line: rgba(236, 235, 240, 0.14);
  --focus: #ffe1a8;
  color: var(--silver);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(216, 103, 39, 0.075), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(241, 165, 47, 0.055), transparent 28rem),
    linear-gradient(180deg, #09090d 0%, #0b0b11 46%, #08080c 100%);
  color: var(--silver);
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, select:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
img { max-width: 100%; height: auto; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-180%); padding: 0.75rem 1rem; border-radius: 0.5rem; background: var(--paper); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: none; }

.living-canvas { position: fixed; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.78; }
body[data-canvas-mode="off"] .living-canvas { display: none; }
.site-header, main, .site-footer { position: relative; z-index: 2; }

.site-header {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(9rem, 12rem) 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2.2rem);
  min-height: 88px;
  padding: 0 max(1.5rem, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(236, 235, 240, 0.09);
  background: rgba(8, 8, 12, 0.84);
  backdrop-filter: blur(22px);
}
.site-header.compact { min-height: 78px; }
.brand-lockup { display: block; width: clamp(9rem, 13vw, 12rem); }
.brand-lockup img { display: block; width: 100%; filter: drop-shadow(0 0 1rem rgba(241, 165, 47, 0.11)); }
.site-header nav { display: flex; justify-content: center; gap: clamp(0.75rem, 2.2vw, 2.3rem); }
.site-header nav a { padding: 0.45rem 0; color: rgba(236, 235, 240, 0.72); font-size: 0.82rem; }
.site-header nav a:hover, .site-header nav a:focus-visible, .site-header nav a[aria-current="page"] { color: var(--silver); }
.site-header nav a[aria-current="page"] { border-bottom: 1px solid var(--gold); }
.canvas-control { display: flex; align-items: center; gap: 0.55rem; color: rgba(236, 235, 240, 0.5); font-size: 0.66rem; letter-spacing: 0.09em; text-transform: uppercase; }
.canvas-control select { border: 1px solid var(--line); border-radius: 999px; padding: 0.48rem 0.72rem; background: #101016; color: var(--silver); }
.menu-button { display: none; border: 0; background: transparent; color: var(--silver); }

.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(23rem, 0.75fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); min-height: calc(100vh - 88px); padding-block: clamp(5rem, 10vw, 9rem); }
.hero h1, .section-heading h2, .studio-copy h2, .contact-band h2, .closing h2, .page-heading h1, .legal-heading h1, .not-found h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.055em; }
.hero h1 { max-width: 9ch; font-size: clamp(4rem, 8vw, 7.8rem); line-height: 0.86; }
.lede { max-width: 43rem; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.32rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0.8rem 1.25rem; border: 1px solid var(--line); border-radius: 999px; font-size: 0.8rem; }
.button.primary { border-color: rgba(241, 165, 47, 0.65); background: var(--gold); color: #171008; font-weight: 800; }
.button.secondary:hover { border-color: rgba(236, 235, 240, 0.42); background: rgba(236, 235, 240, 0.05); }
.truth-note { max-width: 42rem; margin-top: 1.5rem; color: rgba(236, 235, 240, 0.47); font-size: 0.75rem; line-height: 1.65; }

.hero-emblem { position: relative; display: grid; min-height: 38rem; place-items: center; }
.hero-emblem img { position: relative; z-index: 2; width: min(29rem, 86%); filter: drop-shadow(0 2rem 4rem rgba(0, 0, 0, 0.5)) drop-shadow(0 0 2rem rgba(241, 165, 47, 0.12)); }
.emblem-halo { position: absolute; width: min(31rem, 88%); aspect-ratio: 1; border: 1px solid rgba(241, 165, 47, 0.2); border-radius: 50%; box-shadow: inset 0 0 6rem rgba(241, 165, 47, 0.06), 0 0 7rem rgba(216, 103, 39, 0.05); }
.emblem-halo::before, .emblem-halo::after { position: absolute; inset: 9%; border: 1px solid rgba(236, 235, 240, 0.09); border-radius: 50%; content: ""; }
.emblem-halo::after { inset: 20%; border-color: rgba(241, 165, 47, 0.12); }
.hero-emblem p { position: absolute; z-index: 3; right: 0; bottom: 2.2rem; display: flex; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: 0.9rem; background: rgba(11, 11, 17, 0.88); flex-direction: column; }
.hero-emblem p span { color: var(--gold); font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-emblem p strong { margin-top: 0.25rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 400; }

.signal-strip { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: 1.5rem; padding: 1rem; border-block: 1px solid var(--line); color: rgba(236, 235, 240, 0.58); background: rgba(8, 8, 12, 0.52); font-size: 0.67rem; letter-spacing: 0.12em; text-transform: uppercase; }
.signal-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.studio-section { display: grid; grid-template-columns: 5rem 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); padding-block: clamp(6rem, 12vw, 11rem); }
.section-number { color: rgba(236, 235, 240, 0.22); font-family: Georgia, serif; font-size: 1.8rem; }
.studio-copy h2, .section-heading h2, .contact-band h2 { font-size: clamp(3rem, 6vw, 6rem); line-height: 0.94; }
.studio-body { padding-top: 2.8rem; color: var(--muted); font-size: 1.04rem; line-height: 1.85; }

.ventures-section { padding-block: clamp(6rem, 11vw, 10rem); border-block: 1px solid rgba(236, 235, 240, 0.08); background: rgba(12, 12, 17, 0.82); }
.section-heading { max-width: 62rem; }
.section-heading.narrow { max-width: 51rem; }
.venture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 4rem; }
.venture-card { position: relative; display: flex; min-height: 29rem; justify-content: space-between; overflow: hidden; padding: 1.6rem; border: 1px solid var(--line); border-radius: 1.2rem; background: linear-gradient(155deg, rgba(236, 235, 240, 0.05), rgba(236, 235, 240, 0.012)); flex-direction: column; }
.venture-card::before { position: absolute; right: -15%; bottom: -30%; left: -15%; height: 60%; border-radius: 50%; filter: blur(45px); opacity: 0.15; content: ""; }
.studio-card::before { background: var(--rose); }.ovarant-card::before { background: var(--cyan); }.approxia-card::before { background: var(--green); }
.card-index { color: rgba(236, 235, 240, 0.36); font-size: 0.62rem; letter-spacing: 0.16em; }
.status { font-size: 0.65rem; letter-spacing: 0.11em; text-transform: uppercase; }.status.active { color: var(--rose); }.status.development { color: var(--cyan); }.status.exploratory { color: var(--green); }
.venture-card h3 { margin: 0.8rem 0 1rem; font-family: Georgia, serif; font-size: 2.1rem; font-weight: 400; }
.venture-card p { color: var(--muted); line-height: 1.7; }
.venture-card > span, .venture-card > a { position: relative; color: rgba(236, 235, 240, 0.5); font-size: 0.72rem; }.venture-card > a:hover { color: var(--silver); }

.principles-section { padding-block: clamp(6rem, 12vw, 11rem); }
.principle-list { margin: 4rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.principle-list li { display: grid; grid-template-columns: 5rem 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.principle-list li > span { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.16em; }
.principle-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 400; }
.principle-list p { margin: 0.65rem 0 0; color: var(--muted); line-height: 1.7; }

.contact-band { padding-block: clamp(5rem, 10vw, 9rem); border-block: 1px solid var(--line); background: linear-gradient(135deg, rgba(216, 103, 39, 0.12), transparent 48%), rgba(15, 15, 21, 0.82); }
.contact-band-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.contact-band h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.contact-band p:not(.eyebrow) { max-width: 38rem; color: var(--muted); }
.contact-links { display: grid; border-top: 1px solid var(--line); }
.contact-links a { display: grid; gap: 0.35rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.contact-links span { color: var(--gold); font-size: 0.63rem; letter-spacing: 0.12em; text-transform: uppercase; }.contact-links strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; overflow-wrap: anywhere; }
.closing { padding-block: clamp(7rem, 14vw, 13rem); text-align: center; }.closing h2 { font-size: clamp(3.6rem, 8vw, 8.5rem); line-height: 0.88; }.closing h2 span { color: rgba(236, 235, 240, 0.42); }.closing .button { margin-top: 2.4rem; }

.site-footer { display: grid; grid-template-columns: minmax(13rem, 1.2fr) 1fr 0.8fr; gap: 2rem; padding: 3rem max(1.5rem, calc((100vw - 1180px) / 2)) 2rem; border-top: 1px solid var(--line); background: rgba(7, 7, 10, 0.9); color: rgba(236, 235, 240, 0.62); font-size: 0.72rem; }
.footer-brand img { width: 11rem; }.footer-brand p { margin: 0.8rem 0 0; }
.footer-address { display: flex; gap: 0.2rem; flex-direction: column; }.footer-address strong { color: var(--silver); }.footer-address a:hover { color: var(--silver); }
.site-footer nav { display: grid; align-content: start; gap: 0.45rem; }.site-footer nav a:hover { color: var(--silver); }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(236, 235, 240, 0.08); }

.legal-shell, .contact-page { width: min(920px, calc(100% - 3rem)); margin-inline: auto; padding-block: clamp(5rem, 9vw, 8rem); }
.legal-heading, .page-heading { max-width: 56rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }.legal-heading h1, .page-heading h1 { font-size: clamp(3.8rem, 8vw, 7.4rem); line-height: 0.92; }.legal-heading > p:last-child, .page-heading > p:last-child { color: var(--muted); }
.legal-copy { max-width: 48rem; margin-top: 3.5rem; }.legal-copy section { padding: 1.2rem 0 1.7rem; border-bottom: 1px solid rgba(236, 235, 240, 0.09); }.legal-copy h2 { margin: 0 0 0.6rem; color: var(--gold-soft); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 400; }.legal-copy p { margin: 0; color: rgba(236, 235, 240, 0.76); line-height: 1.8; }.legal-copy a { color: var(--gold-soft); text-decoration: underline; text-decoration-color: rgba(255, 210, 138, 0.35); text-underline-offset: 0.2rem; }
.plain-language-note { padding: 1.2rem 1.3rem; border: 1px solid rgba(241, 165, 47, 0.28); border-radius: 0.8rem; background: rgba(241, 165, 47, 0.06); color: var(--silver) !important; }

.contact-page { width: min(1080px, calc(100% - 3rem)); }.contact-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 3rem; }.contact-directory a { display: flex; min-height: 13rem; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: linear-gradient(145deg, rgba(241, 165, 47, 0.07), rgba(236, 235, 240, 0.018)); flex-direction: column; }.contact-directory a:hover { border-color: rgba(241, 165, 47, 0.45); }.contact-directory span { color: var(--gold); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }.contact-directory strong { margin: auto 0 0.7rem; font-family: Georgia, serif; font-size: clamp(1.15rem, 2.4vw, 1.8rem); font-weight: 400; overflow-wrap: anywhere; }.contact-directory small { color: var(--muted); line-height: 1.5; }
.company-card { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 2rem; margin-top: 4rem; padding: 2rem 0; border-block: 1px solid var(--line); }.company-card h2 { margin: 0; font-family: Georgia, serif; font-size: 2.4rem; font-weight: 400; }.company-card address { color: var(--muted); font-style: normal; line-height: 1.6; }.company-card > a { color: var(--gold-soft); }
.not-found { display: grid; min-height: 100vh; align-content: center; justify-items: start; padding-block: 4rem; }.not-found img { width: 8rem; margin-bottom: 2rem; }.not-found h1 { font-size: clamp(3.5rem, 8vw, 7rem); }.not-found > p:not(.eyebrow) { color: var(--muted); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}
