  :root {
    --paper: #faf7f1;
    --ink: #22281f;
    --court: #1d6a4f;       /* chalkboard green */
    --court-deep: #14503b;
    --line: #e0dacd;
    --dim: #5d6a62;
    --marigold: #c47f16;
    --highlight: rgba(242, 193, 78, .42);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    overflow-x: hidden;
    background: var(--paper); color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.75; font-size: 19px;
  }
  .wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
  .wide { max-width: 920px; margin: 0 auto; padding: 0 24px; }
  .hand { font-family: 'Caveat', cursive; }

  header { padding: 26px 0; }
  .header-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; border-bottom: 3px solid var(--court); padding-bottom: 16px; }
  .wordmark { font-family: 'Caveat', cursive; font-weight: 600; font-size: 24px; color: #fdfbf7; background: var(--court); padding: 3px 16px 6px; border-radius: 6px; transform: rotate(-1.2deg); display: inline-block; }
  .fromline { font-size: 14px; color: var(--dim); font-style: italic; }
  .fromline a { color: var(--dim); }

  .opening { padding: 34px 24px 8px; }
  .opening-flex { display: flex; gap: 44px; align-items: center; }
  .opening-text { flex: 1; }
  .hero-photos { display: flex; flex-direction: row; gap: 26px; flex-shrink: 0; padding-top: 14px; }
  .hero-photos .polaroid { width: 168px; }
  .hero-photos .polaroid:first-child { transform: rotate(-2.5deg); }
  .hero-photos .polaroid:last-child { transform: rotate(2deg); }
  .opener-note { font-family: 'Caveat', cursive; font-size: 26px; color: var(--marigold); margin-bottom: 10px; transform: rotate(-1deg); }
  h1 { font-family: 'Fraunces', Georgia, serif; font-size: 42px; line-height: 1.18; font-weight: 700; letter-spacing: -0.01em; }
  .opening .sub { margin-top: 24px; font-size: 21px; color: var(--dim); }

  .hl { background: linear-gradient(100deg, rgba(242,193,78,0) 0.5%, var(--highlight) 3%, var(--highlight) 96%, rgba(242,193,78,0) 99%); padding: 0 3px; border-radius: 2px; }

  .divider { text-align: center; padding: 42px 0 38px; font-family: 'Caveat', cursive; color: var(--marigold); font-size: 24px; font-weight: 600; letter-spacing: .5em; opacity: .9; }
  .divider span { color: var(--court); }

  h2 { font-family: 'Fraunces', Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 16px; }
  .margin-note { font-family: 'Caveat', cursive; font-size: 23px; color: var(--court); margin-bottom: 2px; transform: rotate(-1deg); }
  p + p { margin-top: 18px; }
  .quiet { color: var(--dim); font-size: 17px; }

  .commit { margin-top: 20px; padding-left: 16px; border-left: 3px solid var(--highlight); }
  .commit strong { color: var(--court-deep); }

  /* accordion color blocks (Annie's ask, Jul 21) */
  .acc-item { margin-top: 14px; }
  .acc-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: var(--court); color: #fdfbf7; border-radius: 8px; padding: 11px 24px 14px; font-family: 'Caveat', cursive; font-size: 28px; font-weight: 600; transform: rotate(-.3deg); }
  .acc-item summary::-webkit-details-marker { display: none; }
  .acc-item summary:hover { background: var(--court-deep); }
  .acc-plus { font-family: 'Caveat', cursive; font-weight: 600; font-size: 34px; color: #f2c14e; line-height: 1; flex-shrink: 0; transition: transform .22s ease; }
  .acc-item[open] .acc-plus { transform: rotate(45deg); }
  .acc-body { padding: 16px 8px 10px; }
  .acc-body > p:first-child { margin-top: 0; }

  ul.plain { list-style: none; margin-top: 8px; }
  ul.plain li { padding: 10px 0 10px 26px; border-bottom: 1px dotted var(--line); font-size: 18px; position: relative; }
  ul.plain li::before { content: "o"; position: absolute; left: 2px; top: 7px; font-family: 'Caveat', cursive; font-weight: 600; font-size: 22px; color: var(--court); }
  ul.plain li:last-child { border-bottom: none; }

  blockquote {
    margin: 36px 0 8px; padding: 30px 34px;
    background: var(--court); color: #fdfbf7; border-radius: 8px;
    font-family: 'Caveat', cursive; font-size: 31px; line-height: 1.35; font-weight: 500;
  }
  blockquote small { display: block; margin-top: 12px; font-size: 19px; opacity: .9; font-family: 'Caveat', cursive; }

  /* modules as boxes (Annie's ask, Jul 21) */
  .module { background: #fff; box-shadow: 0 8px 22px rgba(31,42,36,.12); padding: 24px 28px 22px; margin-top: 28px; position: relative; }
  .module::before { content: ""; position: absolute; top: -9px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 62px; height: 16px; background: rgba(242,193,78,.5); }
  .module:nth-of-type(odd) { transform: rotate(-.35deg); }
  .module:nth-of-type(even) { transform: rotate(.35deg); }
  .module h3 { font-family: 'Fraunces', Georgia, serif; font-size: 21px; margin-bottom: 2px; }
  .module .mnum { font-family: 'Caveat', cursive; font-size: 24px; font-weight: 600; color: var(--marigold); margin-right: 8px; }
  .module .meta { font-size: 14px; color: var(--dim); font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; margin-bottom: 12px; }
  .module p { font-size: 18px; }

  .buildlist { margin-top: 8px; }
  .buildlist p { padding: 9px 0; border-bottom: 1px dotted var(--line); font-size: 17.5px; margin: 0; }
  .buildlist p:last-child { border-bottom: none; }
  .buildlist strong { color: var(--court-deep); }

  .shots-wide { max-width: 1180px; margin: 6px auto 0; padding: 0 24px; display: flex; gap: 34px; align-items: flex-start; }
  .shot { background: #fff; padding: 12px 12px 6px; box-shadow: 0 10px 26px rgba(31,42,36,.16); position: relative; margin-top: 34px; flex: 1; }
  .shots-wide .shot:first-child { transform: rotate(-.5deg); }
  .shots-wide .shot:last-child { transform: rotate(.5deg); }
  .shot::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 74px; height: 18px; background: rgba(242,193,78,.5); z-index: 1; }
  .shot a { display: block; }
  .shot img { width: 100%; display: block; border: 1px solid var(--line); }
  .shot .cap { font-family: 'Caveat', cursive; font-size: 21px; text-align: center; padding: 6px 0 4px; color: var(--ink); }
  @media (max-width: 900px) { .shots-wide { flex-direction: column; } }

  .polaroid { background: #fff; padding: 10px 10px 4px; box-shadow: 0 8px 22px rgba(31,42,36,.18); position: relative; }
  .polaroid::before { content: ""; position: absolute; top: -9px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 62px; height: 17px; background: rgba(242,193,78,.5); }
  .polaroid img { width: 100%; display: block; aspect-ratio: 1 / 1.12; object-fit: cover; }
  .polaroid .cap { font-family: 'Caveat', cursive; font-size: 22px; text-align: center; padding: 4px 0 2px; color: var(--ink); }

  .faq h3 { font-family: 'Fraunces', Georgia, serif; font-size: 19px; margin: 20px 0 6px; color: var(--court-deep); }
  .faq p { font-size: 17px; }
  .faq-item { border-bottom: 1px dotted var(--line); }
  .faq-item:first-of-type { border-top: 1px dotted var(--line); }
  .faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 2px; font-family: 'Fraunces', Georgia, serif; font-size: 19px; color: var(--court-deep); }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary:hover { color: var(--court); }
  .fq-x { font-family: 'Caveat', cursive; font-weight: 600; font-size: 32px; color: var(--marigold); line-height: 1; flex-shrink: 0; transition: transform .22s ease; }
  .faq-item[open] .fq-x { transform: rotate(45deg); }
  .faq-item > p { font-size: 17px; margin: 0; padding: 0 2px 18px; }

  .bios-flex { display: flex; gap: 28px; margin: 28px -80px 0; align-items: flex-start; }
  @media (max-width: 980px) { .bios-flex { margin-left: 0; margin-right: 0; } }
  .bio-note { background: #fff; box-shadow: 0 8px 22px rgba(31,42,36,.14); padding: 26px 26px 20px; position: relative; flex: 1; }
  .bios-flex .bio-note:first-child { transform: rotate(-.8deg); }
  .bios-flex .bio-note:last-child { transform: rotate(.6deg); }
  .bio-note::before { content: ""; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 74px; height: 18px; background: rgba(242,193,78,.5); }
  .bio-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
  .bio-head img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; }
  .bio-head .hi { font-family: 'Caveat', cursive; font-size: 30px; font-weight: 600; color: var(--court-deep); }
  .bio-note p { font-family: 'Kalam', cursive; font-weight: 300; font-size: 16px; line-height: 1.75; }
  .bio-sig { font-family: 'Caveat', cursive; font-size: 27px; color: var(--court-deep); margin-top: 14px; transform: rotate(-1deg); }
  .bio-sig span { display: block; font-family: -apple-system, "Helvetica Neue", Arial, sans-serif; font-size: 12.5px; color: var(--dim); margin-top: 2px; transform: none; }
  .bio-sig a { color: var(--dim); }
  @media (max-width: 700px) { .bios-flex { flex-direction: column; } }

  .signoff { margin-top: 34px; font-style: italic; font-size: 19px; }
  .hand-sig { font-family: 'Caveat', cursive; font-style: normal; font-size: 38px; color: var(--court-deep); margin-top: 12px; transform: rotate(-1deg); }
  .signoff .names { font-style: normal; font-size: 15px; color: var(--dim); }

  .btn {
    display: inline-block; margin-top: 26px; padding: 12px 30px 15px; border-radius: 8px;
    background: var(--court); color: #fdfbf7; text-decoration: none;
    font-family: 'Caveat', cursive; font-weight: 600; font-size: 25px; transform: rotate(-.6deg);
  }
  .btn:hover { background: var(--court-deep); }

  footer { margin-top: 72px; border-top: 3px solid var(--court); padding: 28px 0 56px; }
  footer p { font-size: 14px; color: var(--dim); }
  footer a { color: var(--court-deep); }

  @media (max-width: 700px) {
    h1 { font-size: 30px; }
    .wrap, .wide { padding: 0 28px; }
    .opening { padding: 16px 28px 4px; }
    .opening-flex { flex-direction: column; align-items: stretch; }
    .hero-photos { width: 100%; justify-content: center; margin: 8px auto 0; gap: 26px; padding-top: 16px; }
    .hero-photos .polaroid { width: 42%; max-width: 150px; }
    .hero-photos .polaroid:first-child { transform: rotate(-2deg); }
    .hero-photos .polaroid:last-child { transform: rotate(2deg); }
    .acc-item summary { font-size: 24px; padding: 10px 18px 13px; }
  }

  /* site nav — tabs under the header rule (multi-page rebuild) */
  .nav-row { display: flex; align-items: baseline; gap: 26px; flex-wrap: wrap; padding-top: 14px; font-size: 16px; }
  .nav-row a.tab { color: var(--dim); text-decoration: none; padding: 0 1px; }
  .nav-row a.tab:hover { color: var(--court-deep); }
  .nav-row a.tab.here { color: var(--ink); }
  .nav-reach { margin-left: auto; color: var(--court-deep); text-decoration: none; padding: 0 1px; }
  .nav-reach:hover { color: var(--court); }
  .wordmark-link { text-decoration: none; }

  /* home tab teasers */
  .teaser { margin-top: 38px; }
  .teaser:first-of-type { margin-top: 0; }
  .more-link { margin-top: 8px; }
  .more-link a, .more-link span { font-family: 'Caveat', cursive; font-size: 23px; font-weight: 600; color: var(--court); text-decoration: none; display: inline-block; transform: rotate(-.5deg); }
  .more-link a:hover { color: var(--court-deep); }

  @media (max-width: 700px) {
    .nav-row { gap: 16px; row-gap: 6px; font-size: 15px; }
    .nav-reach { margin-left: 0; }
  }

  /* blog post tiles — taped cards, 2-up */
  .post-grid { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
  .post-card { background: #fff; box-shadow: 0 8px 22px rgba(31,42,36,.12); padding: 26px 26px 22px; position: relative; flex: 1 1 calc(50% - 15px); min-width: 260px; text-decoration: none; color: var(--ink); }
  .post-card::before { content: ""; position: absolute; top: -9px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 62px; height: 16px; background: rgba(242,193,78,.5); }
  .post-card:nth-child(odd) { transform: rotate(-.4deg); }
  .post-card:nth-child(even) { transform: rotate(.4deg); }
  .post-card h2 { font-size: 21px; line-height: 1.3; margin-bottom: 8px; }
  .post-card .margin-note { font-size: 20px; margin-bottom: 4px; }
  .post-card p.quiet { font-size: 16px; }
  .post-card .more-link { margin-top: 10px; margin-bottom: 0; }
  .post-card .more-link a { font-size: 21px; }
  a.post-card:hover h2 { color: var(--court-deep); }
  @media (max-width: 700px) { .post-card { flex-basis: 100%; } }

  /* small button — teaser links that need to look pressable */
  .btn-small { display: inline-block; margin-top: 12px; padding: 6px 20px 9px; border-radius: 8px; background: var(--court); color: #fdfbf7; text-decoration: none; font-family: 'Caveat', cursive; font-weight: 600; font-size: 21px; transform: rotate(-.6deg); }
  .btn-small:hover { background: var(--court-deep); }

  /* build gallery — titled full-width shots */
  .build-block { max-width: 1180px; margin: 46px auto 0; padding: 0 24px; }
  .build-block h2 { margin-bottom: 0; }
  .build-block .shot { margin-top: 24px; }
  .build-block .shot.tilt-l { transform: rotate(-.4deg); }
  .build-block .shot.tilt-r { transform: rotate(.4deg); }

  /* build gallery rows — two titled blocks side by side */
  .build-row { max-width: 1180px; margin: 0 auto; padding: 0 24px; display: flex; gap: 38px; align-items: flex-start; }
  .build-row .build-block { flex: 1; max-width: none; margin: 40px 0 0; padding: 0; }
  .build-row .build-block h2 { font-size: 23px; }
  @media (max-width: 900px) { .build-row { flex-direction: column; gap: 0; } }
