:root {
  --bg: #f6f2ea;
  --panel: #fffdf8;
  --ink: #211f1b;
  --muted: #6f6659;
  --line: #e2dccf;
  --accent: #a8431f;
  --accent-ink: #8a3717;
  --maxw: 68rem;
  --narrow: 44rem;
  --serif: "Charter", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.125rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.narrow { max-width: var(--narrow); }

a { color: var(--accent-ink); text-underline-offset: 0.15em; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 2px; }

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

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 10; border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* Header */
.site-header { border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 85%, transparent); position: sticky; top: 0; backdrop-filter: saturate(1.1) blur(6px); z-index: 5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; flex-wrap: wrap; }
.wordmark { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); text-decoration: none; }
.site-nav { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 0.98rem; }
.site-nav a:hover { color: var(--accent); }

/* Section rhythm */
section { padding: clamp(3rem, 7vw, 6rem) 0; }
.section-label { font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.8rem; font-weight: 600; color: var(--accent-ink); margin: 0 0 1.5rem; }

/* Hero */
.hero { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.eyebrow { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: 1.4rem; margin: 0 0 0.5rem; }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.3rem); margin: 0 0 1.2rem; }
.lede { font-size: clamp(1.15rem, 1.6vw, 1.35rem); color: #37342d; margin: 0 0 1.8rem; }
.hero-portrait { margin: 0; }
.hero-portrait img { border-radius: 10px; box-shadow: 0 18px 40px -24px rgba(40, 30, 20, 0.5); aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }

.cta-row { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.btn { display: inline-block; background: var(--accent); color: #fff; padding: 0.7rem 1.35rem; border-radius: 8px; text-decoration: none; font-weight: 500; }
.btn:hover { background: var(--accent-ink); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--panel); color: var(--ink); border-color: var(--muted); }

/* Now + About prose */
.now p, .about p { font-size: 1.2rem; margin: 0 0 1.1rem; }
.about h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 0 0 1.4rem; }

/* Work proof blocks */
.work { border-top: 1px solid var(--line); background: linear-gradient(180deg, color-mix(in srgb, var(--panel) 60%, var(--bg)), var(--bg)); }
.proof { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2.75rem); align-items: center; padding: clamp(1.5rem, 3vw, 2.75rem) 0; border-bottom: 1px solid var(--line); }
.proof:last-child { border-bottom: 0; }
.proof-reverse .proof-media { order: 2; }
.proof-media img { border-radius: 10px; border: 1px solid var(--line); box-shadow: 0 12px 30px -22px rgba(40, 30, 20, 0.45); }
.descriptor { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.76rem; font-weight: 600; color: var(--muted); margin: 0 0 0.4rem; }
.proof-body h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin: 0 0 0.8rem; }
.proof-body p { margin: 0 0 1rem; }
.proof-links { display: flex; gap: 1.25rem; flex-wrap: wrap; font-weight: 500; }

/* About media */
.about-figure { margin: 2rem 0 1rem; }
.about-figure img { border-radius: 10px; width: 100%; }
figcaption { color: var(--muted); font-size: 0.95rem; margin-top: 0.6rem; }
.figure-links { display: flex; gap: 1.25rem; flex-wrap: wrap; font-weight: 500; margin-top: 1.2rem; }

/* Video facade */
.video { margin: 1.4rem 0 0.4rem; }
.video-play { display: block; position: relative; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; border-radius: 10px; overflow: hidden; }
.video-play img { border-radius: 10px; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-play-badge {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: rgba(20, 16, 12, 0.78); color: #fff; padding: 0.7rem 1.4rem; border-radius: 999px; font-weight: 600; font-size: 1.05rem;
}
.video-play:hover .video-play-badge { background: var(--accent); }
.video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 10px; display: block; }

/* Earlier */
.earlier { border-top: 1px solid var(--line); }
.earlier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); }
.earlier-item h3 { font-size: 1.5rem; margin: 0 0 0.7rem; }
.earlier-item p { margin: 0 0 1rem; }
.sulis-figure { margin: 1rem 0 0; }
.sulis-figure img { border-radius: 8px; border: 1px solid var(--line); background: #fff; }

/* Contact */
.contact { border-top: 1px solid var(--line); background: var(--panel); }
.contact h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin: 0 0 1rem; }
.contact-line { font-size: 1.25rem; margin: 0 0 1.3rem; }
.contact-links { display: flex; gap: 1.5rem; flex-wrap: wrap; font-weight: 500; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 2rem 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--muted); }
.footer-inner nav { display: flex; gap: 1.25rem; }
.footer-inner a { color: var(--muted); text-decoration: none; }
.footer-inner a:hover { color: var(--accent); }

/* Responsive */
@media (max-width: 760px) {
  body { font-size: 1.06rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-portrait { order: -1; max-width: 22rem; }
  .proof { grid-template-columns: 1fr; }
  .proof-reverse .proof-media { order: 0; }
  .earlier-grid { grid-template-columns: 1fr; }
  .site-header { position: static; }
}
