:root {
  color-scheme: light;
  --ink: oklch(22% 0.035 312);
  --muted: oklch(44% 0.032 312);
  --soft: oklch(67% 0.026 312);
  --paper: oklch(96% 0.018 82);
  --paper-deep: oklch(91% 0.026 78);
  --plum: oklch(31% 0.125 323);
  --plum-bright: oklch(48% 0.19 323);
  --sepia: oklch(58% 0.078 61);
  --line: oklch(82% 0.026 80);
  --shadow: 0 28px 80px oklch(22% 0.035 312 / 0.16);
  --font-display: "Literata", Georgia, serif;
  --font-sans: "Bricolage Grotesque", system-ui, sans-serif;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 16%, oklch(74% 0.055 323 / .28), transparent 26rem),
    linear-gradient(135deg, var(--paper), oklch(94% 0.018 54));
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.hero-copy, .intro-text, .contact-card, .steps, .three-cards article { min-width: 0; }
p, h1, h2, h3, blockquote, a { overflow-wrap: anywhere; }

.film-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: var(--space-6) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.brand, nav { display: flex; align-items: center; gap: var(--space-4); }
.brand { text-decoration: none; font-weight: 700; letter-spacing: .02em; }
.brand-mark {
  width: 28px;
  height: 28px;
  border: 2px solid var(--plum);
  border-radius: 999px;
  position: relative;
}
.brand-mark::before, .brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: inherit;
  border: 1px solid var(--sepia);
}
.brand-mark::after { inset: 12px; background: var(--plum); border: 0; }

nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: .95rem;
}
.nav-cta { color: var(--plum); }

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: var(--space-8) 0 var(--space-24);
}

.eyebrow, .section-kicker {
  margin: 0 0 var(--space-4);
  color: var(--plum-bright);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 700;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, blockquote {
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(3.6rem, 10vw, 8.4rem);
  line-height: .88;
  max-width: 9ch;
  margin-bottom: var(--space-6);
}
h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  line-height: .96;
  max-width: 12ch;
}
h3 { font-size: 1.35rem; margin-bottom: var(--space-3); }
.lead {
  color: var(--muted);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.62;
  max-width: 36rem;
}
.quiet-note { color: var(--soft); margin-top: var(--space-4); }

.hero-actions { display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-8); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 var(--space-6);
  text-decoration: none;
  font-weight: 700;
  transition: transform .28s ease, background .28s ease, border-color .28s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { background: var(--plum); color: var(--paper); }
.secondary { border: 1px solid var(--line); color: var(--plum); background: oklch(98% 0.012 80 / .66); }

.hero-visual {
  margin: 0;
  position: relative;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid var(--line);
  transform: rotate(-2.4deg);
  border-radius: 36px;
  z-index: -1;
}
.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  filter: saturate(.88) contrast(.98);
}
.hero-visual figcaption {
  color: var(--muted);
  font-family: var(--font-display);
  margin: var(--space-4) 0 0 var(--space-6);
}

.intro { padding: var(--space-24) 0 var(--space-16); }
.intro-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}
.intro-text {
  font-family: var(--font-display);
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.72;
  max-width: 47rem;
}

.three-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
  padding-bottom: var(--space-24);
}
.three-cards article {
  border: 1px solid var(--line);
  background: oklch(98% 0.012 80 / .68);
  border-radius: 28px;
  padding: var(--space-8);
}
.three-cards span {
  display: inline-flex;
  color: var(--sepia);
  font-weight: 700;
  margin-bottom: var(--space-8);
}
.three-cards p { color: var(--muted); line-height: 1.58; }

.process {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(2rem, 8vw, 8rem);
  padding: var(--space-24) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.steps {
  counter-reset: step;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-4);
}
.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-4);
  align-items: start;
  padding: var(--space-6) 0;
  border-bottom: 1px solid var(--line);
}
.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  color: var(--plum-bright);
  font-weight: 700;
}
.steps strong { display: block; margin-bottom: var(--space-2); }
.steps span { color: var(--muted); line-height: 1.55; }

.quote-band { padding: var(--space-24) 0; }
blockquote {
  margin: 0;
  color: var(--plum);
  font-size: clamp(2rem, 5vw, 5.8rem);
  line-height: 1;
  max-width: 13ch;
}

.contact { padding-bottom: var(--space-24); }
.contact-card {
  background: var(--ink);
  color: var(--paper);
  border-radius: 40px;
  padding: clamp(2rem, 7vw, 6rem);
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: var(--space-12);
  align-items: end;
  position: relative;
  overflow: hidden;
}
.contact-card::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -40%;
  width: 42rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, oklch(60% 0.16 323 / .35), transparent 62%);
}
.contact-card > * { position: relative; z-index: 1; }
.contact-card h2 { max-width: 11ch; }
.contact-card p { color: oklch(84% 0.026 78); font-family: var(--font-display); font-size: 1.18rem; line-height: 1.65; }
.contact-lines { display: grid; gap: var(--space-4); justify-items: start; }
.contact-lines a {
  color: var(--paper);
  text-decoration: none;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-family: var(--font-display);
  border-bottom: 1px solid oklch(84% 0.026 78 / .4);
}

@media (max-width: 860px) {
  .site-header { align-items: flex-start; }
  nav { gap: var(--space-3); font-size: .9rem; }
  .hero, .intro-grid, .process, .contact-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: var(--space-12); }
  h1 { max-width: 8ch; }
  .three-cards { grid-template-columns: 1fr; }
  .contact-card { border-radius: 28px; }
}

@media (max-width: 560px) {
  nav a:not(.nav-cta) { display: none; }
  .site-header { width: min(1180px, calc(100% - 24px)); }
  .section-shell { width: min(1180px, calc(100% - 24px)); }
  h1 { font-size: clamp(3.1rem, 17vw, 4.4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual::before { inset: -8px; border-radius: 28px; }
  .hero-visual img { aspect-ratio: 1 / 1.18; border-radius: 24px; }
  .three-cards article { padding: var(--space-6); }
  .steps li { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
