/* v2 page styles — carbon-credits (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: 140px 0 100px;
    overflow: hidden;
  }
  .pdhero__bg {
    position: absolute; inset: 0;
    background: url("/assets/abf647ba6e3561e2.jpg") center/cover no-repeat;
    opacity: 0.22;
    z-index: 0;
  }
  .pdhero::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(180deg, var(--navy) 0%, rgba(11,37,69,0.7) 50%, var(--navy) 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: 120px;
    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: 40px;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
  }
  .pdhero__facts .f {
    background: var(--white);
    border-radius: 12px;
    padding: 22px 24px;
    min-height: 96px;
    display: flex; align-items: center; justify-content: center;
  }
  .pdhero__facts .f img {
    max-width: 100%;
    max-height: 56px;
    width: auto; height: auto;
    object-fit: contain;
  }
  .pdhero__facts .f:nth-child(1) img { max-height: 64px; }
  .pdhero__facts .f:nth-child(2) img { max-height: 72px; }
  .pdhero__facts .f:nth-child(3) img { max-height: 72px; }

  /* =========================================================
     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;
  }

  /* =========================================================
     PLATFORM UPDATE — centred notice, navy
     ========================================================= */
  .pdupdate {
    background: var(--navy);
    color: var(--paper);
    padding: 160px 0;
    position: relative;
    overflow: hidden;
  }
  .pdupdate::before {
    content: '';
    position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(6,24,46,0.82) 0%, rgba(11,37,69,0.62) 45%, rgba(6,24,46,0.9) 100%), url("/assets/09551d1fc1b681c8.jpg") center/cover no-repeat;
  }
  .pdupdate__inner {
    position: relative; z-index: 1;
    max-width: 760px; margin: 0 auto;
    padding: 0 40px;
    text-align: center;
  }
  .pdupdate__eyb {
    font-size: 13px; font-weight: 700;
    letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--leaf);
    margin-bottom: 28px;
    display: inline-flex; align-items: center; gap: 14px;
  }
  .pdupdate__eyb .rule { width: 56px; height: 2px; background: var(--leaf); }
  .pdupdate h2 {
    font-size: 64px; font-weight: 700;
    letter-spacing: -0.028em;
    line-height: 0.96;
    color: var(--white);
    margin: 0 0 28px;
    text-wrap: balance;
  }
  .pdupdate h2 em {
    font-style: italic; font-family: var(--font-display);
    font-weight: 400; color: var(--leaf);
  }
  .pdupdate__lede {
    font-size: 22px; line-height: 1.5;
    color: var(--white);
    margin: 0 auto 20px;
    max-width: 46ch;
    font-weight: 300;
  }
  .pdupdate__body {
    font-size: 17px; line-height: 1.6;
    color: var(--fg-on-navy-muted);
    margin: 0 auto 40px;
    max-width: 52ch;
  }
  .pdupdate__body strong { color: var(--white); font-weight: 600; }
  .pdupdate__cta {
    background: var(--leaf); color: var(--ink);
    padding: 16px 24px; font-size: 14px;
  }
  .pdupdate__cta:hover { background: var(--white); }

  /* =========================================================
     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; }
    .pdupdate h2 { font-size: 40px; }
  }
