:root {
  --bg: #fdf8f3;
  --bg-alt: #f5f0eb;
  --ink: #262626;
  --accent: #8b5a2b;
  --accent-hover: #6e4520;
  --dark: #1a1410;
  --paper: #fff;
  --line: rgba(38, 38, 38, 0.1);
  --muted: rgba(38, 38, 38, 0.7);
  --max: 80rem;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "League Spartan", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: clip;
  max-width: 100%;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }

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

.font-display { font-family: "Fraunces", Georgia, serif; }
.kicker {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
}
.nav-item {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hairline { border-color: var(--line); }

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: clamp(1.75rem, 6vw, 5.5rem);
  padding-right: clamp(1.75rem, 6vw, 5.5rem);
}

/* Nav */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 5rem;
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  padding: 0 clamp(0.25rem, 1vw, 1rem);
}
.nav .wrap {
  max-width: none;
}
.nav-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.brand {
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}
.nav-links { display: none; gap: 2.5rem; }
.nav-links a:hover { color: var(--accent); }
.nav-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--bg);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.nav-cta:hover, .btn:hover { background: var(--accent-hover); }
.btn-lg { padding: 1.15rem 3rem; font-size: 13px; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--accent);
}
.btn-ghost:hover { background: var(--bg-alt); }
.menu-btn {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: var(--ink);
  margin: 3px 0;
}
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .menu-btn { display: none; }
}
.nav-drawer {
  display: none;
  position: fixed;
  inset: 5rem 0 0;
  z-index: 40;
  background: var(--bg);
  padding: 2rem 1.5rem;
  flex-direction: column;
  gap: 1.5rem;
}
.nav-drawer.open { display: flex; }
.nav-drawer a { font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; font-size: 13px; }

/* Hero */
.hero { padding: 11rem 0 7rem; }
.hero-grid {
  display: grid;
  gap: 2.5rem;
  align-items: stretch;
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3.5rem; }
}
.hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 2.5rem;
}
.lede {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--muted);
  max-width: 42rem;
  margin-bottom: 1.5rem;
}
.lede-accent {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 2.5rem;
}
.cta-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.portrait {
  overflow: visible;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
}

/* Bands */
.band {
  padding: 6.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band-alt { background: var(--bg-alt); }
.narrow { max-width: 56rem; }
.prose p { font-size: 1.25rem; line-height: 1.65; color: var(--muted); margin: 0 0 1.4rem; }
.prose .lead { font-size: clamp(1.5rem, 3vw, 1.9rem); color: var(--ink); line-height: 1.4; }
.prose .whisper { font-style: italic; color: rgba(38, 38, 38, 0.55); }
.prose .caps {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}

/* Lessons */
.lessons { padding: 6.5rem 0; }
.lesson { margin-bottom: 7rem; }
.lesson:last-child { margin-bottom: 0; }
.num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: color-mix(in srgb, var(--accent) 30%, transparent);
  display: block;
  margin-bottom: 1.25rem;
}
.lesson h2, .section-h, h2.display {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.lesson h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 1.5rem; }
.section-h { font-size: clamp(2.2rem, 4vw, 3.1rem); }

/* How */
.stage-grid {
  display: grid;
  background: var(--paper);
  border: 1px solid var(--line);
}
@media (min-width: 768px) {
  .stage-grid { grid-template-columns: repeat(3, 1fr); }
}
.stage {
  padding: 2.75rem;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 768px) {
  .stage { border-bottom: 0; border-right: 1px solid var(--line); }
  .stage:last-child { border-right: 0; }
}
.stage h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 1rem;
}
.quote {
  margin-top: 4rem;
  text-align: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 900;
  font-style: italic;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.quote em { color: var(--accent); font-style: italic; }

/* Work */
.work-grid {
  display: grid;
  gap: 5rem 4rem;
}
@media (min-width: 1024px) {
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card:nth-child(2) { margin-top: 6rem; }
  .work-card:nth-child(3) { margin-top: -3rem; }
}
.shot {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eee;
  margin-bottom: 1.5rem;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.shot:hover img { filter: grayscale(0); transform: scale(1.02); }
.work-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 0.75rem; }
.work-meta h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 900;
}
.work-meta a {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.work-meta a:hover { text-decoration: underline; }

/* Offers */
.offer-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) { .offer-grid { grid-template-columns: repeat(3, 1fr); } }
.offer {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 2.75rem;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  transition: background 0.45s, color 0.45s;
  color: inherit;
}
.offer .no { font-family: "Fraunces", Georgia, serif; font-size: 1.25rem; font-weight: 900; color: color-mix(in srgb, var(--accent) 40%, transparent); margin-bottom: 1rem; }
.offer h3 { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; font-weight: 900; margin-bottom: 1rem; }
.offer p { font-size: 1.1rem; color: var(--muted); flex: 1; }
.offer svg { margin-top: 2.5rem; width: 1.75rem; height: 1.75rem; }
.offer:hover {
  background: var(--accent);
  color: var(--bg);
}
.offer:hover .no, .offer:hover p { color: var(--bg); }

.also {
  margin-top: 4rem;
  padding-top: 3.5rem;
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 0.9rem;
  color: rgba(38, 38, 38, 0.5);
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

/* Split */
.split {
  display: grid;
  gap: 4rem;
  padding: 6.5rem 0;
}
@media (min-width: 1024px) { .split { grid-template-columns: 1fr 1fr; } }
.who li {
  display: flex;
  gap: 1rem;
  font-size: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.who li span:first-child {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  color: var(--accent);
}

/* Footer */
.foot {
  background: var(--dark);
  color: var(--bg);
  padding: 7rem 0 3rem;
}
.foot h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 2.5rem;
}
.foot .cta-center { text-align: center; margin-bottom: 5rem; }
.foot-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(253, 248, 243, 0.1);
  text-align: center;
}
@media (min-width: 768px) {
  .foot-bar { flex-direction: row; justify-content: space-between; text-align: left; }
}
.foot-links { display: flex; gap: 2.5rem; }
.foot-links a { color: rgba(253, 248, 243, 0.45); }
.foot-links a:hover { color: #fff; }
.copy {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.4;
  font-style: italic;
}

/* Page header */
.page-hero { padding: 10rem 0 3rem; }
.page-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 1rem 0 1.5rem;
}

/* Form */
.form {
  display: grid;
  gap: 1rem;
  max-width: 36rem;
}
.form label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.form input, .form textarea, .form select {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 0.9rem 1rem;
  font-size: 16px;
}
.form textarea { min-height: 8rem; resize: vertical; }
.note { font-size: 0.95rem; color: var(--muted); margin-top: 1.25rem; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: up 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes up { to { opacity: 1; transform: none; } }

@media (max-width: 639px) {
  .brand { font-size: 0.95rem; }
  .nav-cta { display: none; }
  .menu-btn { width: 2.75rem; height: 2.75rem; flex-shrink: 0; }
  .hero { padding: 7.5rem 0 3.5rem; }
  .page-hero { padding: 7.5rem 0 2rem; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .btn-lg { padding: 0.95rem 1.25rem; width: 100%; }
  .work-meta { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .work-card:nth-child(2),
  .work-card:nth-child(3) { margin-top: 0; }
  .nav-drawer { padding: 2rem clamp(1.75rem, 6vw, 5.5rem); }
  .foot { padding: 4.5rem 0 2.5rem; }
  .foot-links { flex-wrap: wrap; justify-content: center; gap: 1.25rem 1.75rem; }
  .offer { min-height: 0; padding: 2rem; }
}
