:root {
  --paper: #f4ead6;
  --ink: #2c2418;
  --muted: #6d6254;
  --gold: #e4c36a;
  --idea: #4e7f79;
  --wait: #c45c4a;
  --wash: #fffdf6;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: #e7d9bc;
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(900px 480px at 50% -12%, #efe4c8, transparent 60%),
    #e7d9bc;
}

a { color: var(--idea); }
a:hover { color: var(--wait); }

.topbar {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.65rem 1.2rem;
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--paper);
  background: var(--ink);
}
.topbar a { color: var(--gold); text-decoration: none; }

.story {
  width: min(760px, calc(100% - 1.5rem));
  margin: 1.25rem auto 3rem;
  padding: 1.6rem 1.5rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22), transparent 18%),
    var(--paper);
  border: 3px solid var(--ink);
  box-shadow: 8px 10px 0 rgba(44, 36, 24, 0.1);
}

.eyebrow {
  font-family: "Nunito", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--muted);
  margin: 0 0 0.7rem;
}

h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 4.4vw, 2.7rem);
  line-height: 1.08;
  margin: 0 0 1rem;
  font-weight: 700;
}
.landing h1 {
  margin-bottom: 0.45rem;
}
.subtitle {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 1.35rem;
}

.adam {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  margin: 0 0 1.4rem;
}
.adam img {
  height: 88px;
  width: auto;
}
.adam p {
  margin: 0;
  max-width: 16rem;
  background: #fff;
  border: 2px solid var(--ink);
  border-radius: 18px 18px 18px 5px;
  padding: 0.5rem 0.7rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
}

.lead {
  font-size: 1.12rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}

h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.45rem;
  line-height: 1.2;
}

.beat { margin: 0 0 1.7rem; }
.beat p { margin: 0.4rem 0 0; line-height: 1.5; }

.line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  align-items: center;
  margin: 0.85rem 0 0.35rem;
}
.chip {
  border: 2px solid var(--ink);
  background: var(--wash);
  padding: 0.32rem 0.65rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 0.92rem;
}
.arrow { color: var(--wait); font-weight: 800; }

.caption {
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0.15rem 0 0;
}
.caption.wait { color: var(--wait); }
.caption.look { color: var(--idea); }

.look-scene {
  margin: 0.35rem 0 0.3rem;
}
.look-scene svg {
  display: block;
  width: 100%;
  height: 90px;
}
.look-scene svg polyline {
  fill: none;
  stroke: #4e7f79;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.look-words {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  margin-top: -2px;
}

.pull {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.2;
  margin: 1.6rem 0;
  padding: 0.2rem 0 0.2rem 0.9rem;
  border-left: 5px solid var(--idea);
}

.aha {
  display: inline-block;
  margin: 0.8rem 0 0;
  padding: 0.55rem 0.75rem;
  background: var(--gold);
  border: 2px solid var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.3;
}

.name {
  margin: 1.4rem 0;
  font-size: 1.08rem;
  line-height: 1.5;
}
.name strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2em;
}

.flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.35rem;
  align-items: stretch;
  margin: 0.8rem 0 0.4rem;
}
.flow p {
  margin: 0;
  padding: 0.7rem 0.65rem;
  background: var(--wash);
  border: 2px solid var(--ink);
  font-size: 0.95rem;
  line-height: 1.4;
}
.flow .n {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--idea);
  margin-bottom: 0.25rem;
}
.flow em {
  font-style: normal;
  color: var(--muted);
  font-weight: 800;
}
.note {
  margin: 1.1rem 0 0;
  padding: 0.15rem 0 0 0.75rem;
  border-left: 3px dashed var(--ink);
  font-size: 0.98rem;
  line-height: 1.45;
}
.note + .note { margin-top: 0.9rem; }
.note + .beat { margin-top: 2.1rem; }
.note strong { font-family: "Fraunces", Georgia, serif; }

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0.7rem 0 0;
}
.side {
  padding: 0.8rem 0.85rem;
  border: 2px solid var(--ink);
  background: var(--wash);
}
.side.wait { background: rgba(196, 92, 74, 0.08); }
.side.win { background: rgba(78, 127, 121, 0.12); }
.side .who {
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 0.3rem;
}
.side p { margin: 0; line-height: 1.4; }

.legacy {
  margin: 1.6rem 0 0.4rem;
  padding: 1rem 1.05rem;
  background: rgba(78, 127, 121, 0.12);
  border: 3px solid var(--ink);
}
.legacy h2 { margin-bottom: 0.4rem; }
.legacy p { margin: 0.35rem 0 0; line-height: 1.5; }

.aside {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  color: var(--muted);
  font-style: italic;
}

.site-footer {
  margin-top: 2rem;
  padding-top: 0.9rem;
  border-top: 2px solid var(--ink);
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.55;
}
.site-footer .brand {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink);
}
.site-footer .paper {
  margin: 0.2rem 0 0;
  color: var(--ink);
  font-weight: 800;
}
.site-footer a { font-weight: 800; }

/* --- series chrome --- */
.series {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 1.15rem;
}
.series a {
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: var(--ink);
  border: 2px solid var(--ink);
  padding: 0.22rem 0.5rem;
  background: var(--wash);
}
.series a.on,
.series a:hover { background: var(--gold); }

.last-time,
.next-ch {
  margin: 0 0 1.45rem;
  padding: 0.75rem 0.9rem;
  background: rgba(255, 255, 255, 0.4);
}
.last-time {
  border: 2px dashed var(--ink);
}
.next-ch {
  margin: 1.6rem 0 0;
  border: 3px solid var(--ink);
  background: rgba(78, 127, 121, 0.12);
}
.last-time .k,
.next-ch .k {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--muted);
  margin-bottom: 0.25rem;
}
.next-ch p,
.last-time p { margin: 0; line-height: 1.45; }
.next-ch a { font-weight: 800; }

.scene {
  margin: 0.55rem 0 0.35rem;
}
.scene img {
  display: block;
  width: 100%;
  border: 3px solid var(--ink);
  background: var(--wash);
}
.scene figcaption {
  font-family: "Nunito", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0.3rem 0 0;
  color: var(--muted);
}

.weights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: flex-end;
  margin: 0.7rem 0 0.25rem;
}
.weights .chip.hi {
  background: var(--gold);
  transform: scale(1.08);
}
.weights .chip.lo {
  opacity: 0.55;
  font-size: 0.8rem;
  padding: 0.22rem 0.5rem;
}
.weights .chip.mid {
  background: rgba(228, 195, 106, 0.35);
}

.stamps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: flex-end;
  margin: 0.65rem 0 0.2rem;
}
.stamps .chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
}
.stamps .n {
  font-family: "Nunito", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--idea);
}

.glances {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0.7rem 0 0.2rem;
}
.glance {
  padding: 0.65rem 0.75rem;
  border: 2px solid var(--ink);
  background: var(--wash);
}
.glance .who {
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--idea);
  margin: 0 0 0.25rem;
}
.glance p { margin: 0; line-height: 1.4; }

.recipe {
  margin: 0.7rem 0 0.2rem;
  padding-left: 0.2rem;
  border-left: 3px solid var(--gold);
}
.recipe .step {
  margin: 0 0 0.85rem;
  padding: 0 0 0 0.85rem;
}
.recipe .step:last-child { margin-bottom: 0; }
.recipe .n {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--idea);
  margin-bottom: 0.2rem;
}
.recipe p { margin: 0; line-height: 1.45; }

/* --- landing --- */
.landing {
  width: min(980px, calc(100% - 1.5rem));
  padding-top: 0;
}
.cover {
  position: relative;
  margin: 0 -1.5rem 1.35rem;
  height: 210px;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
  background: #efe4c8;
}
.cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}
.cover .start {
  position: absolute;
  left: 1.15rem;
  bottom: 1rem;
  margin: 0;
  box-shadow: 4px 5px 0 rgba(44, 36, 24, 0.15);
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.05rem;
  margin: 1.5rem 0 0.3rem;
}
.plate {
  display: flex;
  flex-direction: column;
  border: 3px solid var(--ink);
  background: var(--wash);
  text-decoration: none;
  color: inherit;
  box-shadow: 6px 8px 0 rgba(44, 36, 24, 0.08);
  overflow: hidden;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.plate:hover {
  transform: translateY(-5px);
  box-shadow: 8px 12px 0 rgba(44, 36, 24, 0.12);
}
.plate:hover h2 { color: var(--wait); }
.plate .art {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #efe4c8;
  border-bottom: 3px solid var(--ink);
  overflow: hidden;
}
.plate .art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.plate .badge {
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  background: var(--gold);
  border: 2px solid var(--ink);
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.48rem;
}
.plate .body {
  padding: 0.8rem 0.9rem 0.95rem;
}
.plate .because {
  font-family: "Nunito", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--idea);
  margin: 0 0 0.35rem;
  line-height: 1.35;
}
.plate h2 {
  font-size: 1.12rem;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.plate p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.4;
  color: var(--muted);
}
.start {
  display: inline-block;
  margin: 1.1rem 0 0.4rem;
  padding: 0.65rem 1rem;
  background: var(--gold);
  border: 3px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}
.start:hover { background: #fff; }

@media (max-width: 720px) {
  .gallery { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .flow { grid-template-columns: 1fr; }
  .flow em { display: none; }
  .compare { grid-template-columns: 1fr; }
  .adam { max-width: none; }
  .cover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    height: 176px;
  }
  .cover .start {
    left: 0.8rem;
    bottom: 0.75rem;
    padding: 0.5rem 0.8rem;
    font-size: 0.88rem;
  }
}

@media print {
  .topbar { display: none; }
  .story { box-shadow: none; margin: 0; width: auto; border: 0; }
}
