/* v2 page styles — planting-days (from 22-July design bundle) */
.site-header__brand img { height: 28px; }
  .site-header__brand .tag { display: none; }

  /* ---------- Announce ---------- */
  .announce { background: var(--ink); color: var(--paper); font-size: 12px; letter-spacing: 0.04em; }
  .announce__inner { max-width: 1440px; margin: 0 auto; padding: 10px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .announce__left { display: flex; align-items: center; gap: 16px; }
  .announce .pill { font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--leaf); padding: 3px 8px; border: 1px solid rgba(124,196,153,0.4); border-radius: 999px; }
  .announce a { color: var(--leaf); border-bottom: 1px solid rgba(124,196,153,0.35); padding-bottom: 1px; }
  .announce a:hover { color: var(--paper); border-bottom-color: var(--paper); }

  /* ---------- Crumbs ---------- */
  .crumbs { background: var(--paper); border-bottom: 1px solid var(--rule-on-paper-soft); }
  .crumbs__inner { max-width: 1440px; margin: 0 auto; padding: 14px 40px; display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--fg-on-paper-soft); }
  .crumbs__inner a { color: var(--fg-on-paper-muted); }
  .crumbs__inner a:hover { color: var(--ink); }
  .crumbs__inner .sep { color: var(--paper-500); }
  .crumbs__inner .cur { color: var(--ink); font-weight: 700; }
  .crumbs__inner .right { margin-left: auto; font-family: var(--font-mono); font-size: 11px; color: var(--fg-on-paper-soft); }

  /* =========================================================
     HERO — navy, big editorial headline, key facts strip
     ========================================================= */
  .pdhero {
    position: relative;
    background: var(--navy);
    color: var(--paper);
    padding: 96px 0 72px;
    overflow: hidden;
  }
  .pdhero__bg {
    position: absolute; inset: 0;
    background: url("/assets/abf647ba6e3561e2.jpg") center/cover no-repeat;
    opacity: 0.5;
    z-index: 0;
  }
  .pdhero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(6,24,46,0.94) 0%, rgba(11,37,69,0.82) 45%, rgba(11,37,69,0.5) 100%);
    z-index: 0;
  }
  .pdhero__inner {
    position: relative;
    z-index: 1;
    max-width: 1440px; margin: 0 auto;
    padding: 0 40px;
  }
  .pdhero__top {
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 80px; align-items: end;
  }
  .pdhero__eyb {
    display: inline-flex; align-items: center; gap: 14px;
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--leaf); margin-bottom: 40px;
  }
  .pdhero__eyb .rule { width: 56px; height: 2px; background: var(--leaf); display: inline-block; }
  .pdhero h1 {
    font-size: 88px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.9;
    color: var(--white);
    margin: 0 0 32px;
    text-wrap: balance;
    max-width: 14ch;
  }
  .pdhero h1 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--leaf);
  }
  .pdhero__rule { width: 96px; height: 3px; background: var(--leaf); margin-bottom: 24px; }
  .pdhero__lede {
    font-size: 22px; line-height: 1.5;
    color: var(--fg-on-navy-muted);
    margin: 0; max-width: 46ch;
    font-weight: 300;
  }
  .pdhero__lede strong { color: var(--white); font-weight: 500; }

  .pdhero__cta {
    display: flex; gap: 20px; flex-wrap: wrap; margin-top: 40px;
  }
  .pdhero__cta .btn--primary {
    background: var(--leaf); color: var(--ink);
    padding: 16px 24px; font-size: 14px;
  }
  .pdhero__cta .btn--primary:hover { background: var(--white); }
  .pdhero__cta .btn--ghost-light {
    background: transparent; color: var(--paper);
    padding: 16px 0; font-size: 14px; font-weight: 700;
    border-bottom: 1px solid var(--paper);
    display: inline-flex; align-items: center; gap: 10px;
  }
  .pdhero__cta .btn--ghost-light:hover { color: var(--leaf); border-bottom-color: var(--leaf); }

  .pdhero__facts {
    margin-top: 80px;
    border-top: 1px solid rgba(124,196,153,0.22);
    padding-top: 32px;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .pdhero__facts .f .v {
    font-size: 40px; font-weight: 700;
    color: var(--leaf);
    letter-spacing: -0.025em;
    line-height: 1;
  }
  .pdhero__facts .f .v .u { font-size: 18px; opacity: 0.7; margin-left: 2px; }
  .pdhero__facts .f .l {
    font-size: 12px; font-weight: 700;
    color: var(--fg-on-navy-muted);
    margin-top: 12px;
    letter-spacing: 0.02em; text-transform: none;
  }
  .pdhero__facts .f .sub {
    display: block;
    font-size: 12px;
    color: var(--fg-on-navy-soft);
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 6px;
    text-transform: none;
  }

  /* =========================================================
     A DAY AT ATLAS PARK — editorial timeline
     Sticky intro left · numbered rail right
     ========================================================= */
  .pdday {
    background: var(--paper);
    padding: 200px 0;
    position: relative;
  }
  .pdday__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    gap: 120px;
    align-items: start;
  }
  .pdday__intro {
    position: sticky;
    top: 80px;
  }
  .pdday__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 28px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .pdday__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .pdday h2 {
    font-size: 80px; font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 32px;
    text-wrap: balance;
  }
  .pdday h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .pdday__lede {
    font-size: 18px; line-height: 1.6;
    color: var(--fg-on-paper-muted);
    margin: 0 0 32px;
    max-width: 40ch;
  }
  .pdday__chips {
    display: flex; gap: 8px; flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid var(--rule-on-paper-soft);
  }
  .pdday__chips span {
    font-size: 11px; font-weight: 700;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--ink);
    background: var(--leaf-100);
    padding: 6px 12px;
    border-radius: 999px;
  }

  /* Right rail — vertical line of leaf-300 with circle dots */
  .pdday__rail {
    position: relative;
    padding-left: 64px;
  }
  .pdday__rail::before {
    content: '';
    position: absolute;
    left: 23px; top: 36px; bottom: 36px;
    width: 2px;
    background: linear-gradient(180deg,
      var(--leaf-300) 0%,
      var(--leaf-300) 90%,
      transparent 100%);
  }
  .pdstep {
    position: relative;
    padding: 16px 0 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 24px;
  }
  .pdstep + .pdstep {
    border-top: 1px solid var(--rule-on-paper-soft);
    padding-top: 32px;
  }
  .pdstep::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 24px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--paper);
    border: 2px solid var(--green);
    box-shadow: 0 0 0 4px var(--paper);
  }
  .pdstep:hover::before {
    background: var(--green);
  }
  .pdstep .n {
    grid-row: 1 / span 2;
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 400;
    font-size: 72px;
    color: var(--leaf-500);
    line-height: 0.85;
    letter-spacing: -0.02em;
    align-self: start;
    min-width: 80px;
  }
  .pdstep .n small {
    display: block;
    font-family: var(--font-mono);
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    color: var(--green);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-top: 4px;
    line-height: 1;
  }
  .pdstep h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.018em;
    line-height: 1.15;
    margin: 6px 0 12px;
  }
  .pdstep p {
    font-size: 15px;
    color: var(--fg-on-paper-muted);
    line-height: 1.65;
    margin: 0;
    grid-column: 2;
    max-width: 52ch;
  }

  /* =========================================================
     LOCATION band — paper-200, split with map-ish detail card
     ========================================================= */
  .pdloc {
    background: var(--paper-200);
    padding: 160px 0;
  }
  .pdloc__inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: center;
  }
  .pdloc__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .pdloc__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .pdloc h2 {
    font-size: 56px; font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .pdloc h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .pdloc p {
    font-size: 17px;
    color: var(--fg-on-paper-muted);
    line-height: 1.6;
    margin: 0 0 20px;
    max-width: 46ch;
  }
  .pdloc p strong { color: var(--ink); font-weight: 600; }
  .pdloc__link {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--green); font-weight: 700;
    border-bottom: 1px solid var(--green);
    padding: 4px 0;
    font-size: 14px;
    margin-top: 8px;
  }
  .pdloc__link:hover { color: var(--ink); border-bottom-color: var(--ink); }

  .pdloc__card {
    background: var(--bg-paper-card);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    overflow: hidden;
  }
  .pdloc__photo {
    aspect-ratio: 16/10;
    background: url("/assets/abf647ba6e3561e2.jpg") center/cover no-repeat var(--navy);
    position: relative;
  }
  .pdloc__photo::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0) 50%, rgba(6,24,46,0.55) 100%);
  }
  .pdloc__photo .cap {
    position: absolute;
    bottom: 20px; left: 24px;
    color: var(--paper);
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .pdloc__details {
    padding: 28px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
  }
  .pdloc__details .row { display: flex; flex-direction: column; gap: 6px; }
  .pdloc__details .lbl {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--green);
  }
  .pdloc__details .val {
    font-size: 15px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.45;
  }
  .pdloc__details .val small {
    display: block;
    font-size: 12px;
    color: var(--fg-on-paper-muted);
    font-weight: 400;
    margin-top: 4px;
  }

  /* =========================================================
     WHY HOLD ONE — split with two benefit columns
     ========================================================= */
  .pdwhy {
    background: var(--paper);
    padding: 200px 0;
  }
  .pdwhy__head {
    max-width: 1080px; margin: 0 auto 80px;
    padding: 0 40px;
    text-align: center;
  }
  .pdwhy__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .pdwhy__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .pdwhy h2 {
    font-size: 64px; font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .pdwhy h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .pdwhy__lede {
    font-size: 17px; line-height: 1.55;
    color: var(--fg-on-paper-muted);
    margin: 0 auto;
    max-width: 56ch;
  }
  .pdwhy__grid {
    max-width: 1280px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .pdcard {
    background: var(--bg-paper-card);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    padding: 40px 40px 36px;
  }
  .pdcard__head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--rule-on-paper-soft);
  }
  .pdcard__head .icon {
    width: 40px; height: 40px;
    background: var(--leaf-100);
    color: var(--leaf-800);
    border-radius: 10px;
    display: grid; place-items: center;
  }
  .pdcard__head h3 {
    font-size: 26px; font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.018em;
    margin: 0;
  }
  .pdcard__head small {
    display: block;
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 4px;
  }
  .pdcard ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 16px;
  }
  .pdcard li {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.5;
  }
  .pdcard li b { font-weight: 700; }
  .pdcard li small {
    display: block;
    font-size: 13px;
    color: var(--fg-on-paper-muted);
    font-weight: 400;
    margin-top: 4px;
  }
  .pdcard li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 18px; height: 9px;
    border-bottom: 1.5px solid var(--green);
    border-left: 1.5px solid var(--green);
    transform: rotate(-45deg);
    transform-origin: left;
  }

  /* =========================================================
     FORM — request a planting day pack
     ========================================================= */
  .pdform {
    background: var(--paper);
    padding: 200px 0;
  }
  .pdform__inner {
    max-width: 1080px; margin: 0 auto;
    padding: 0 40px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 80px; align-items: start;
  }
  .pdform__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--green);
    margin-bottom: 24px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .pdform__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .pdform h2 {
    font-size: 56px; font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--ink);
    margin: 0 0 24px;
    text-wrap: balance;
  }
  .pdform h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--green);
  }
  .pdform__lede {
    font-size: 17px;
    color: var(--fg-on-paper-muted);
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 40ch;
  }
  .pdform__includes {
    background: var(--leaf-100);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 24px;
  }
  .pdform__includes .lbl {
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--leaf-800);
    margin-bottom: 12px;
  }
  .pdform__includes ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 10px;
  }
  .pdform__includes li {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.45;
  }
  .pdform__includes li::before {
    content: '';
    position: absolute;
    left: 0; top: 6px;
    width: 12px; height: 6px;
    border-bottom: 1.5px solid var(--green);
    border-left: 1.5px solid var(--green);
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .pdform form {
    background: var(--bg-paper-card);
    border: 1px solid var(--rule-on-paper);
    border-radius: 20px;
    padding: 40px 40px 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
  .pdform .full { grid-column: 1 / -1; }
  .pdform label {
    display: flex; flex-direction: column; gap: 8px;
    font-size: 11px; font-weight: 800;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--green);
  }
  .pdform input,
  .pdform select,
  .pdform textarea {
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid var(--rule-on-paper);
    border-radius: 8px;
    padding: 12px 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    transition: border-color 200ms var(--ease-standard);
  }
  .pdform textarea {
    min-height: 110px;
    resize: vertical;
  }
  .pdform input:focus,
  .pdform select:focus,
  .pdform textarea:focus {
    outline: none;
    border-color: var(--green);
  }
  .pdform__submit {
    grid-column: 1 / -1;
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px; flex-wrap: wrap;
    padding-top: 16px;
    margin-top: 4px;
    border-top: 1px solid var(--rule-on-paper-soft);
  }
  .pdform__submit small {
    font-size: 12px;
    color: var(--fg-on-paper-soft);
    line-height: 1.5;
    max-width: 38ch;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
  }
  .pdform__submit button {
    cursor: pointer;
    background: var(--ink);
    color: var(--paper);
    border: 0;
    padding: 16px 24px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 4px;
    display: inline-flex; align-items: center; gap: 12px;
    transition: background 200ms var(--ease-standard);
  }
  .pdform__submit button:hover { background: var(--green); }

  /* =========================================================
     RESPONSIVE — collapse to single columns at <960px
     ========================================================= */
  @media (max-width: 960px) {
    .pdhero h1 { font-size: 72px; }
    .pdhero__top { grid-template-columns: 1fr; gap: 40px; }
    .pdhero__facts { grid-template-columns: repeat(2, 1fr); }
    .pdday__inner { grid-template-columns: 1fr; gap: 56px; }
    .pdday__intro { position: static; }
    .pdday h2 { font-size: 56px; }
    .pdday__rail { padding-left: 48px; }
    .pdday__rail::before { left: 15px; }
    .pdstep::before { left: -40px; }
    .pdstep .n { font-size: 48px; min-width: 60px; }
    .pdstep h3 { font-size: 22px; }
    .pdloc__inner { grid-template-columns: 1fr; gap: 40px; }
    .pdloc h2 { font-size: 40px; }
    .pdwhy__grid { grid-template-columns: 1fr; }
    .pdwhy h2 { font-size: 44px; }
    .pdform__inner { grid-template-columns: 1fr; gap: 32px; }
    .pdform h2 { font-size: 40px; }
    .pdform form { grid-template-columns: 1fr; }
  }

  /* --- Planting Days edits --- */
  .pdwhy { background: var(--navy); position: relative; overflow: hidden; }
  .pdwhy::before { content: ''; position: absolute; inset: 0; background: url("/assets/abf647ba6e3561e2.jpg") center/cover no-repeat; opacity: 0.4; z-index: 0; }
  .pdwhy::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,24,46,0.9) 0%, rgba(11,37,69,0.78) 50%, rgba(6,24,46,0.92) 100%); z-index: 0; }
  .pdwhy__head, .pdwhy__grid { position: relative; z-index: 1; }
  .pdwhy__eyb { color: var(--leaf); }
  .pdwhy__eyb .rule { background: var(--leaf); }
  .pdwhy h2 { color: var(--white); }
  .pdwhy h2 em { color: var(--leaf); }
  .pdgallery { background: var(--paper-200); padding: 160px 0; }
  .pdgallery__inner { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
  .pdgallery__head { margin-bottom: 48px; }
  .pdgallery__eyb { font-size: 13px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin-bottom: 20px; display: inline-flex; align-items: center; gap: 14px; }
  .pdgallery__eyb .rule { width: 56px; height: 2px; background: var(--green); }
  .pdgallery__head h2 { font-size: 56px; font-weight: 700; letter-spacing: -0.028em; line-height: 0.96; color: var(--ink); margin: 0; text-wrap: balance; }
  .pdgallery__head h2 em { font-style: italic; font-family: var(--font-display); font-weight: 400; color: var(--green); }
  .pdgallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .pdgallery__tile { aspect-ratio: 3/4; background-size: cover; background-position: center; border-radius: 16px; background-color: var(--navy); }
  .pdform__submit button { padding: 12px 18px; font-size: 13px; gap: 8px; }
  .pdform__submit button svg { width: 12px; height: 12px; }
  .pdform + .site-footer { padding-top: 0; }
  @media (max-width: 960px) { .pdgallery__grid { grid-template-columns: 1fr 1fr; } }
  .pdstep .n small { display: none; }
