/* The monthly edition — the web mirror of the print sheet, on the teal ground.
   Same four movements as the sheet (cover, Ledger, Register, Almanac); the
   page can breathe, so nothing here is page-fit. */

  .edition { padding-top: 8px; }

  /* ===== Breadcrumb (shared with the weekly issue pages) ===== */
  .crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
    font-family: "Figtree", sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--spring-pale);
  }
  .crumbs a { color: var(--spring-pale); text-decoration: none; opacity: 0.8; transition: color 0.2s, opacity 0.2s; }
  .crumbs a:hover { color: var(--mango); opacity: 1; }
  .crumb-sep { color: var(--rule-strong); }
  .crumb-current { color: var(--mango); font-weight: 600; }

  /* ===== Cover ===== */
  .cover { padding: 12px 0 40px; }
  .towns-line {
    font-family: "Figtree", sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--spring-pale);
    text-align: center;
    margin-bottom: 40px;
  }
  .cover-title {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-size: clamp(48px, 8vw, 118px);
    line-height: 0.9;
    letter-spacing: -0.045em;
    color: var(--cream);
    text-align: center;
    margin: 0 auto 48px;
    max-width: 14ch;
  }
  .cover-title .w-narrow { font-variation-settings: "opsz" 96, "wdth" 75; color: var(--spring-pale); font-weight: 500; }
  .cover-title .w-wide { font-variation-settings: "opsz" 96, "wdth" 125; }
  /* Caprasimo sits optically larger than Bricolage at the same size, so the
     third line was out-weighing the two it answers. Backed off slightly —
     em-relative, so it tracks the clamp at every width. */
  .cover-title em {
    font-family: "Caprasimo", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.86em;
    color: var(--coral);
  }

  .spec-rows { border-top: 1px solid var(--rule-strong); }
  .srow {
    display: grid;
    grid-template-columns: 200px 1fr 200px;
    align-items: center;
    gap: 32px;
    padding: 24px 0;
    border-bottom: 1px solid var(--rule);
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
  }
  .srow:hover { background: rgba(255, 176, 46, 0.04); }
  .sr-dept { display: flex; align-items: baseline; gap: 12px; }
  .sr-nm {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 90;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--cream);
  }
  .sr-nm em { font-family: "Caprasimo", serif; font-style: normal; font-weight: 400; color: var(--coral); }
  .sr-pg { font-family: "Caprasimo", serif; color: var(--mango); font-size: 16px; }
  .sr-big {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 110;
    font-size: clamp(26px, 3.4vw, 42px);
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--mango);
    font-feature-settings: "tnum";
  }
  .sr-what { font-family: "Newsreader", serif; font-size: 17px; color: var(--spring-pale); margin-top: 6px; }
  .sr-of {
    font-family: "Figtree", sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--spring-pale);
    text-align: right;
  }
  .cover-stance {
    font-family: "Newsreader", serif;
    font-size: clamp(19px, 2.3vw, 24px);
    line-height: 1.45;
    color: var(--spring-pale);
    max-width: 50ch;
    margin: 36px auto 0;
    text-align: center;
  }
  .cover-stance b { color: var(--mango); font-weight: 600; font-feature-settings: "tnum"; }
  .cs-lead { font-family: "Caprasimo", serif; color: var(--cream); }
  .cover-fine {
    font-family: "Figtree", sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--spring-pale);
    opacity: 0.7;
    text-align: center;
    margin-top: 18px;
  }
  .cover-fine a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--rule); }

  /* ===== Section heads ===== */
  #ledger, #register, #almanac { scroll-margin-top: 24px; }
  .section-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 28px;
    padding: 0 0 16px;
    border-bottom: 2px solid var(--rule-strong);
    margin: 80px 0 36px;
  }
  .section-num {
    font-family: "Caprasimo", serif;
    color: var(--mango);
    font-size: clamp(48px, 6vw, 86px);
    line-height: 0.85;
    letter-spacing: -0.02em;
  }
  .section-name {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 90;
    font-size: clamp(36px, 4.4vw, 60px);
    line-height: 0.95;
    letter-spacing: -0.035em;
    color: var(--cream);
  }
  .section-name em { font-family: "Caprasimo", serif; font-style: normal; color: var(--coral); font-weight: 400; }
  .section-meta {
    text-align: right;
    color: var(--spring-pale);
    line-height: 1.7;
    font-family: "Figtree", sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
  }
  .section-meta b {
    display: inline-block;
    font-family: "Bricolage Grotesque", sans-serif;
    font-variation-settings: "opsz" 96, "wdth" 110;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    text-transform: none;
    color: var(--mango);
    margin-top: 4px;
  }

  /* ===== Data grid (list + aside) ===== */
  .data-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .list-title {
    font-family: "Figtree", sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--mango);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rule-strong);
    margin-bottom: 4px;
  }

  /* Ledger rows */
  .sale {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--rule);
  }
  .loc-chip {
    display: inline-block;
    font-family: "Figtree", sans-serif;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--spring-deep);
    background: var(--fern-bright);
    border-radius: 999px;
    padding: 3px 10px;
    margin-bottom: 8px;
  }
  .addr {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    font-variation-settings: "opsz" 96, "wdth" 95;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--cream);
    line-height: 1.1;
  }
  .spec { font-family: "Figtree", sans-serif; font-size: 12.5px; color: var(--spring-pale); margin-top: 6px; }
  .price {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 85;
    font-size: 28px;
    letter-spacing: -0.03em;
    color: var(--mango);
    font-feature-settings: "tnum";
    white-space: nowrap;
  }
  .also-above { margin-top: 32px; }
  .also-above ul { list-style: none; }
  .also-above li {
    font-family: "Newsreader", serif;
    font-size: 16.5px;
    color: var(--spring-pale);
    padding: 10px 0;
    border-bottom: 1px solid var(--rule);
    font-feature-settings: "tnum";
  }
  .sale-note, .disclaimer {
    font-family: "Figtree", sans-serif;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--spring-pale);
    opacity: 0.75;
    max-width: 68ch;
    margin-top: 24px;
  }
  .sale-note b, .disclaimer b { color: var(--cream); font-weight: 600; }

  /* Facts box */
  .facts-box {
    background: var(--spring-mid);
    border-radius: 28px;
    padding: 28px 30px 24px;
  }
  .facts-box .lbl {
    display: block;
    font-family: "Figtree", sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--fern-bright);
    margin-bottom: 12px;
  }
  .facts-box h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 85;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--cream);
    margin-bottom: 18px;
  }
  .facts-box h3 em { font-family: "Caprasimo", serif; font-style: normal; font-weight: 400; color: var(--mango); }
  .facts-box ul { list-style: none; }
  .facts-box li {
    font-family: "Newsreader", serif;
    font-size: 16.5px;
    line-height: 1.5;
    color: var(--spring-pale);
    padding: 10px 0 10px 18px;
    border-top: 1px solid var(--rule);
    position: relative;
    font-feature-settings: "tnum";
  }
  .facts-box li::before { content: "·"; position: absolute; left: 2px; color: var(--coral); font-weight: 700; }
  .facts-box li b { color: var(--cream); font-weight: 600; }

  /* Town cards + price bands */
  .area-cards-wrap, .bands-wrap { margin-top: 28px; }
  .area-cards-head {
    font-family: "Figtree", sans-serif;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--spring-pale);
    margin-bottom: 12px;
  }
  .area-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .area-card {
    border: 1px solid var(--rule-strong);
    border-radius: 24px;
    padding: 16px 16px 14px;
  }
  .ac-name {
    font-family: "Figtree", sans-serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--spring-pale);
    margin-bottom: 8px;
  }
  .ac-big {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 85;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: var(--cream);
    font-feature-settings: "tnum";
  }
  .ac-big span { font-family: "Figtree", sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--spring-pale); }
  .ac-line { display: flex; justify-content: space-between; margin-top: 10px; font-family: "Figtree", sans-serif; font-size: 12px; }
  .ac-line .k { color: var(--spring-pale); letter-spacing: 0.08em; text-transform: uppercase; font-size: 10px; }
  .ac-line .v { color: var(--mango); font-weight: 600; font-feature-settings: "tnum"; }

  .bands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; align-items: end; }
  .band { text-align: center; }
  .band-bar { height: 72px; display: flex; align-items: flex-end; }
  .band-bar span {
    display: block;
    width: 100%;
    height: calc(var(--pct) * 1% * 1.8);
    min-height: 3px;
    background: var(--fern);
    border-radius: 6px 6px 0 0;
  }
  .band-n { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 18px; color: var(--cream); margin-top: 6px; font-feature-settings: "tnum"; }
  .band-k { font-family: "Figtree", sans-serif; font-size: 10px; letter-spacing: 0.04em; color: var(--spring-pale); margin-top: 2px; white-space: nowrap; }

  /* Register names */
  .names { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; margin-top: 20px; }
  .name-group { margin-bottom: 26px; }
  .name-group h4 {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-size: 22px;
    color: var(--coral);
    margin-bottom: 10px;
  }
  .name-group ul { list-style: none; }
  .name-group li {
    font-family: "Newsreader", serif;
    font-size: 17px;
    line-height: 1.35;
    color: var(--cream);
    padding: 7px 0;
    border-top: 1px solid var(--rule);
  }
  .name-group .lc { font-family: "Figtree", sans-serif; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--spring-pale); margin-left: 6px; }

  .counts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
  .tile { border: 1px solid var(--rule-strong); border-radius: 24px; padding: 14px 16px; }
  .tile .k { font-family: "Figtree", sans-serif; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: var(--spring-pale); }
  .tile .v { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-variation-settings: "opsz" 96, "wdth" 85; font-size: 30px; line-height: 1; color: var(--cream); margin-top: 8px; font-feature-settings: "tnum"; }
  .tile .pct { font-family: "Figtree", sans-serif; font-size: 11px; color: var(--mango); font-weight: 600; margin-top: 4px; }

  /* Almanac */
  .alm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .alm { border: 1px solid var(--rule-strong); border-radius: 24px; padding: 20px 22px 18px; display: flex; flex-direction: column; gap: 8px; }
  .alm .when { display: flex; justify-content: space-between; gap: 12px; font-family: "Figtree", sans-serif; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; color: var(--mango); }
  .alm .when .lc { color: var(--spring-pale); font-weight: 500; white-space: nowrap; }
  .alm .ttl {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    font-variation-settings: "opsz" 96, "wdth" 95;
    font-size: 22px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--cream);
  }
  .alm .ttl em { font-family: "Caprasimo", serif; font-style: normal; font-weight: 400; color: var(--coral); }
  .alm .where { font-family: "Newsreader", serif; font-size: 15.5px; line-height: 1.4; color: var(--spring-pale); flex: 1; }
  .alm .where b { color: var(--cream); font-weight: 600; }
  .alm .cost { font-family: "Figtree", sans-serif; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; color: var(--fern-bright); }
  .alm .cost.tix { color: var(--mango); }

  .standing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--rule-strong); }
  .st .k { font-family: "Caprasimo", serif; font-size: 15px; color: var(--mango); }
  .st .t { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 18px; letter-spacing: -0.015em; color: var(--cream); margin-top: 4px; }
  .st .w { font-family: "Figtree", sans-serif; font-size: 12.5px; color: var(--spring-pale); margin-top: 4px; }

  /* Ads — the sheet's four slots, in the sheet's positions. The cover strip
     is the eighth-page; the other three are the quarter-page banners. */
  .ad-wrap { margin-top: 44px; }
  .ad-micro {
    font-family: "Figtree", sans-serif;
    font-size: 9.5px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--spring-pale);
    opacity: 0.6;
    margin-bottom: 8px;
  }
  .banner-ad {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 28px;
    align-items: center;
    border-radius: 28px;
    padding: 28px 32px;
    background: var(--spring-mid);
    border: 1px solid var(--rule-strong);
  }
  .banner-ad.coral { border-color: var(--coral); }
  .banner-ad.mango { border-color: var(--mango); }
  .banner-ad.fern { border-color: var(--fern-bright); }
  .banner-ad.teal { border-color: var(--spring-pale); }
  .banner-ad.cover-ad { grid-template-columns: 1fr 2fr; background: transparent; }
  .ba-name { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-variation-settings: "opsz" 96, "wdth" 105; font-size: 28px; line-height: 1; letter-spacing: -0.025em; color: var(--cream); }
  .ba-name em { font-family: "Caprasimo", serif; font-style: normal; font-weight: 400; color: var(--coral); }
  .banner-ad.mango .ba-name em { color: var(--mango); }
  .banner-ad.fern .ba-name em { color: var(--fern-bright); }
  .ba-hook { font-family: "Caprasimo", serif; font-size: 18px; color: var(--mango); margin-top: 8px; }
  .ba-desc { font-family: "Newsreader", serif; font-size: 16.5px; line-height: 1.5; color: var(--spring-pale); }
  .ba-cta { font-family: "Figtree", sans-serif; font-size: 12px; letter-spacing: 0.06em; font-weight: 600; color: var(--cream); margin-top: 10px; }

  /* Colophon */
  .colophon-edition { margin-top: 72px; padding-top: 24px; border-top: 3px double var(--rule-strong); }
  .house-line { font-family: "Figtree", sans-serif; font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--spring-pale); }
  .house-line b { color: var(--mango); font-weight: 600; }
  .cipher { font-family: "Figtree", sans-serif; font-size: 12.5px; line-height: 1.6; color: var(--spring-pale); opacity: 0.8; max-width: 90ch; margin-top: 16px; }
  .cipher b { color: var(--cream); font-weight: 600; }
  .get-it { font-family: "Newsreader", serif; font-size: 17px; color: var(--spring-pale); margin-top: 20px; }
  .get-it a { font-family: "Bricolage Grotesque", sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -0.02em; color: var(--cream); text-decoration: none; margin-right: 10px; }
  .get-it a em { font-family: "Caprasimo", serif; font-style: normal; font-weight: 400; color: var(--coral); }
  .get-it a:hover { color: var(--mango); }

  @media (max-width: 960px) {
    .section-head { grid-template-columns: 1fr; gap: 12px; align-items: start; }
    .section-meta { text-align: left; }
    .srow { grid-template-columns: 1fr; gap: 8px; }
    .sr-of { text-align: left; }
    .data-grid { grid-template-columns: 1fr; gap: 36px; }
    .names { grid-template-columns: 1fr; }
    .alm-grid, .standing { grid-template-columns: 1fr; }
    .banner-ad, .banner-ad.cover-ad { grid-template-columns: 1fr; gap: 14px; padding: 22px 24px; }
    .area-cards, .counts { grid-template-columns: repeat(2, 1fr); }
    .bands { grid-template-columns: repeat(3, 1fr); }
    .band-k { white-space: normal; }
  }
  @media (max-width: 560px) {
    .sale { grid-template-columns: 1fr; gap: 8px; }
    .area-cards, .counts { grid-template-columns: 1fr 1fr; }
  }
