:root {
  --bg:        #0b0c0e;
  --bg-quiet:  #0f1113;
  --text:      #eae7e1;
  --muted:     #948f87;
  --faint:     #6a655e;
  --line:      rgba(234, 231, 225, 0.11);
  --line-soft: rgba(234, 231, 225, 0.06);
  --accent:    #c08d5b;
  --accent-lo: rgba(192, 141, 91, 0.16);
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans:  "Inter", system-ui, -apple-system, sans-serif;
  --pad:   clamp(1.25rem, 5vw, 4rem);
  --ease:  cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--accent-lo); color: #fff; }

a { color: var(--text); text-decoration-color: var(--line); text-underline-offset: 0.25em; }
a:hover { text-decoration-color: var(--accent); }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0;
}

em { font-style: italic; color: var(--accent); }

/* film grain over everything, very low */
.grain {
  position: fixed;
  inset: -50%;
  z-index: 100;
  pointer-events: none;
  opacity: 0.05;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3"/></filter><rect width="160" height="160" filter="url(%23n)"/></svg>');
}

.wrap { width: min(1120px, 100%); margin: 0 auto; padding: 0 var(--pad); }
.wrap-narrow { width: min(1120px, 100%); }

/* ---------- nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem var(--pad);
  background: rgba(11, 12, 14, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line-soft);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text);
}

.mark {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.3;
  stroke-linecap: round;
  overflow: visible;
  transition: transform 0.6s var(--ease);
}

.brand:hover .mark { transform: rotate(-8deg); }

.brand-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

.brand-thin { color: var(--muted); margin-left: 0.28em; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-links a { color: var(--muted); text-decoration: none; transition: color 0.25s; }
.nav-links a:hover { color: var(--text); }

.nav-cta {
  color: var(--text) !important;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 1.05rem;
  transition: border-color 0.25s, background 0.25s;
}

.nav-cta:hover { border-color: var(--accent); background: var(--accent-lo); }

/* ---------- shared type ---------- */

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.6rem;
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--faint);
}

.tick {
  width: 26px;
  height: 1px;
  background: var(--accent);
  flex: none;
}

.lede {
  max-width: 34em;
  margin: 1.8rem 0 0;
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  color: var(--muted);
}

.lede-sm { font-size: 1.02rem; margin-top: 1.4rem; }

/* ---------- hero ---------- */

.hero {
  position: relative;
  padding: clamp(5rem, 15vh, 10rem) 0 clamp(4.5rem, 12vh, 8rem);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}

.aura {
  position: absolute;
  top: -30%;
  left: 50%;
  width: min(1400px, 150vw);
  aspect-ratio: 1.6;
  translate: -50% 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 62% 34%, rgba(192, 141, 91, 0.16), transparent 58%),
    radial-gradient(ellipse at 28% 62%, rgba(120, 132, 158, 0.10), transparent 60%);
  filter: blur(20px);
  animation: drift 26s ease-in-out infinite alternate;
}

@keyframes drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1); }
  to   { transform: translate3d(3%, 2%, 0) scale(1.08); }
}

.hero h1 {
  font-size: clamp(2.15rem, 7.4vw, 5.2rem);
  max-width: 15em;
}

.actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2.8rem;
}

.btn {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bg);
  background: var(--text);
  border: 1px solid var(--text);
  border-radius: 999px;
  padding: 0.85rem 1.9rem;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s;
}

.btn:hover { background: var(--accent); border-color: var(--accent); color: #14100c; }
.btn:disabled { opacity: 0.45; cursor: wait; }

.link-arrow {
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.25rem;
  transition: color 0.25s, border-color 0.25s;
}

.link-arrow span { display: inline-block; margin-left: 0.5em; transition: transform 0.25s var(--ease); }
.link-arrow:hover { color: var(--text); border-color: var(--accent); }
.link-arrow:hover span { transform: translateX(4px); }

/* ---------- sections ---------- */

.section { padding: clamp(4.5rem, 11vh, 8rem) 0; border-bottom: 1px solid var(--line-soft); }
.section-quiet { background: var(--bg-quiet); }

.section h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  max-width: 16em;
}

/* approach columns, separated by hairlines */

.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: clamp(2.8rem, 6vw, 4.5rem);
  border-top: 1px solid var(--line);
}

.col {
  padding: 2.2rem clamp(1.4rem, 2.5vw, 2.4rem) 0.5rem;
  border-left: 1px solid var(--line-soft);
}

.col:first-child { padding-left: 0; border-left: none; }

.num {
  display: block;
  font-family: var(--serif);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 1.4rem;
}

.col h3 { font-size: 1.42rem; margin-bottom: 0.9rem; }

.col p { margin: 0; color: var(--muted); font-size: 0.97rem; }

/* ---------- currently / facts ---------- */

.status {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.status-head { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }

.status-note { max-width: 30em; margin: 1.5rem 0 0; color: var(--muted); }

.facts { margin: 0.4rem 0 0; }

.facts > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line-soft);
}

.facts > div:first-child { border-top: 1px solid var(--line-soft); }

.facts dt {
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--faint);
}

.facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.12rem;
  text-align: right;
}

/* ---------- form ---------- */

form { display: grid; gap: 1.6rem; max-width: 660px; margin-top: 3rem; }

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.6rem;
}

label { display: grid; gap: 0.55rem; }

label > span {
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--faint);
}

input, textarea {
  font: inherit;
  color: var(--text);
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 0.65rem 0;
  transition: border-color 0.3s var(--ease);
}

input::placeholder, textarea::placeholder { color: #4d4943; }

input:focus, textarea:focus { outline: none; border-bottom-color: var(--accent); }

textarea { resize: vertical; line-height: 1.6; }

.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-foot {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.form-status { margin: 0; font-size: 0.9rem; color: var(--muted); }
.form-status.ok { color: var(--accent); }
.form-status.err { color: #d98a7c; }

/* ---------- footer ---------- */

.footer { padding: clamp(3rem, 7vh, 5rem) 0; }

.footer-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.2rem 2.5rem;
  flex-wrap: wrap;
}

.footer-brand { font-family: var(--serif); font-size: 1.25rem; }

.footer-fine { margin: 0; font-size: 0.82rem; color: var(--faint); }
.footer-fine a { color: var(--muted); text-decoration: none; }
.footer-fine a:hover { color: var(--accent); }

/* ---------- motion ---------- */

.reveal { opacity: 0; transform: translateY(18px); }

.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

@media (max-width: 760px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .status { grid-template-columns: 1fr; }
  .col { padding-left: 0; padding-right: 0; border-left: none; border-top: 1px solid var(--line-soft); }
  .col:first-child { border-top: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .aura { animation: none; }
  .reveal, .reveal.in { opacity: 1; transform: none; transition: none; }
}
