/* Rainbow Ripples Healing Arts — interior page components.
   Loaded after site.css, which owns the palette, type scale and shared furniture. */

/* ---------- Interior page banner ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--cream-deep), var(--cream));
  border-bottom: 1px solid var(--line);
  padding-block: clamp(2.8rem, 6.5vw, 5rem) clamp(2.4rem, 5vw, 3.8rem);
}
.page-hero h1 { max-width: 18ch; }
.page-hero .lede { max-width: 64ch; }

/* ---------- Small shared bits ---------- */
.note-box {
  border-left: 3px solid var(--gold); padding: .85rem 1.1rem;
  background: var(--cream-deep); border-radius: 0 10px 10px 0;
  font-size: .95rem; color: var(--ink-soft);
}
.narrow-wide { max-width: 78ch; }

.shot { margin: 0; position: relative; border-radius: var(--radius);
        overflow: hidden; box-shadow: var(--shadow-lift); background: var(--forest); }
.shot img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.ticks { list-style: none; margin: 1.1rem 0 0; padding: 0; }
.ticks li { position: relative; padding: .34rem 0 .34rem 1.5rem; font-size: .95rem; color: var(--ink-soft); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .82em;
  width: 7px; height: 7px; border-radius: 50%; background: var(--moss);
}
.ticks.two-col { columns: 2; column-gap: 2rem; }
@media (max-width: 620px) { .ticks.two-col { columns: 1; } }

.chip-list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; }
.chip-list li {
  font-size: .855rem; padding: .45rem .95rem; border-radius: 999px;
  background: var(--paper); border: 1px solid var(--line); color: var(--ink-soft);
}

.key-row { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem 1.4rem;
           font-size: .89rem; color: var(--ink-soft); }
.key-row .badge { margin: 0; }

/* ---------- Values / definition lists ---------- */
.value-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: .7rem; }
.value-list li {
  display: grid; grid-template-columns: minmax(7rem, 12rem) 1fr; gap: .3rem 1.6rem;
  padding: 1rem 1.15rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: 10px;
}
.value-list b { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; }
.value-list span { color: var(--ink-soft); font-size: .95rem; }
@media (max-width: 640px) { .value-list li { grid-template-columns: 1fr; } }

.fact-dl { display: grid; grid-template-columns: minmax(9rem, 14rem) 1fr; gap: 0; margin: 1.4rem 0 0; }
.fact-dl dt { font-size: .78rem; letter-spacing: .09em; text-transform: uppercase;
              color: var(--ink-faint); padding: .72rem 1rem .72rem 0; border-top: 1px solid var(--line); }
.fact-dl dd { margin: 0; padding: .72rem 0; border-top: 1px solid var(--line);
              font-weight: 500; font-variant-numeric: tabular-nums; }
@media (max-width: 620px) {
  .fact-dl { grid-template-columns: 1fr; }
  .fact-dl dd { border-top: 0; padding-top: 0; }
}

.pull {
  margin: 1.6rem 0 0; padding: 1.6rem 0 0; border-top: 2px solid var(--gold);
  font-family: var(--serif); font-size: clamp(1.12rem, 1.9vw, 1.42rem);
  line-height: 1.5; max-width: 68ch; color: var(--ink);
}

/* ---------- People ---------- */
.person { display: flex; gap: 1.1rem; align-items: flex-start;
          background: rgba(247,243,234,.06); border: 1px solid rgba(247,243,234,.14);
          border-radius: var(--radius); padding: 1.35rem 1.45rem; }
.person-mark {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; background: var(--cream); color: var(--forest);
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem; letter-spacing: .02em;
}
.person h3 { margin-bottom: .2rem; }
.person-role { font-size: .845rem; letter-spacing: .07em; text-transform: uppercase;
               color: #d7b26a; margin: 0 0 .45rem; }
.person-contact { margin: 0; font-size: .93rem; }

/* ---------- Relationship / callout cards ---------- */
.rel-card { background: var(--paper); border: 1px solid var(--line);
            border-radius: var(--radius); padding: 1.35rem 1.45rem; }
.rel-card h3 { margin-bottom: .45rem; }
.rel-card p { color: var(--ink-soft); font-size: .95rem; margin: 0; }
.rel-kind { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .11em;
            text-transform: uppercase; color: var(--gold-ink); margin-bottom: .6rem; }

.callout { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--gold);
           border-radius: 0 var(--radius) var(--radius) 0; padding: 1.6rem 1.8rem; max-width: 72ch; }
.callout h2, .callout h3 { margin-top: 0; }
.callout--tight { padding: 1.15rem 1.3rem; margin-top: 1.6rem; font-size: .93rem; }
.callout--tight h3 { font-size: 1.05rem; }
.callout--tight p { color: var(--ink-soft); margin: 0; }
.callout--crisis { border-left-color: var(--clay); background: #fbf4ee; }
.callout--crisis ul { margin: .7rem 0 0; padding-left: 1.15rem; font-size: .93rem; color: var(--ink-soft); }
.callout--crisis li { margin-bottom: .3rem; }

/* ---------- Campus map ---------- */
/* The plan is a 4:1 letterbox. Squeezed into a phone it becomes unreadable and
   the markers collide, so below 780px it keeps a legible width and scrolls
   sideways inside its own container instead. */
.plan-scroll { overflow-x: auto; overflow-y: hidden; border-radius: var(--radius);
               -webkit-overflow-scrolling: touch; }
.plan-scroll:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; }
@media (max-width: 780px) { .plan-map { min-width: 780px; } }

.plan-map { position: relative; border-radius: var(--radius); overflow: hidden;
            border: 1px solid var(--line-dark); background: #0d1a13; line-height: 0; }
.plan-map img { width: 100%; }
.hotspot {
  position: absolute; translate: -50% -50%;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center; text-decoration: none;
  background: var(--cream); color: var(--forest);
  font: 700 .875rem/1 var(--sans); font-variant-numeric: tabular-nums;
  box-shadow: 0 0 0 2px rgba(12,22,16,.55), 0 3px 10px rgba(0,0,0,.45);
  transition: scale .16s, background .16s;
}
.hotspot:hover, .hotspot:focus-visible { background: var(--gold); scale: 1.18; color: #14200f; }
@media (max-width: 760px) { .hotspot { width: 25px; height: 25px; font-size: .74rem; } }
.map-hint { font-size: .855rem; color: #a9b3a8; margin: .9rem 0 0; }

/* ---------- Zone cards ---------- */
.zone-cards { display: grid; gap: 1.4rem; margin-top: 2.2rem;
              grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.zone-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
             overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.zone-card:target { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,135,58,.28), var(--shadow-lift); }
.zone-card > figure { margin: 0; position: relative; background: var(--forest); }
.zone-card > figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.zone-body { padding: 1.25rem 1.4rem 1.5rem; }
.zone-head { display: flex; align-items: center; gap: .7rem; margin-bottom: .7rem; }
.zone-head .badge { margin: 0; }
.zone-n { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center;
          background: var(--forest); color: var(--cream); font-weight: 700; font-size: .85rem;
          font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.zone-acres { font-size: .755rem; letter-spacing: .085em; text-transform: uppercase;
              color: var(--gold-ink); margin: -.2rem 0 .9rem; }
.zone-dl { margin: 0; display: grid; gap: .1rem; }
.zone-dl dt { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
              color: var(--ink-faint); margin-top: .85rem; }
.zone-dl dd { margin: 0; font-size: .94rem; color: var(--ink-soft); }
.zone-card--wide { max-width: 46rem; }

/* ---------- Facts strip ---------- */
.facts { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1rem;
         grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.facts li { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
            padding: 1.15rem 1.25rem; }
.facts b { display: block; font-family: var(--serif); font-size: 1.5rem; line-height: 1.1;
           margin-bottom: .3rem; font-variant-numeric: tabular-nums; }
.facts span { font-size: .875rem; color: var(--ink-soft); }

/* ---------- Programs ---------- */
.prog-headline { font-family: var(--serif); font-size: clamp(1.08rem, 1.7vw, 1.3rem);
                 color: var(--gold-ink); margin: -.2rem 0 1rem; }
.prog-note { font-size: .875rem; color: var(--ink-faint); border-left: 2px solid var(--line);
             padding-left: .9rem; margin-top: 1.1rem; }
.includes { margin-top: 1.2rem; border-top: 1px solid var(--line); padding-top: .9rem; }
.includes summary { cursor: pointer; font-weight: 600; font-size: .92rem; color: var(--ink); padding: .3rem 0; }
.includes summary::marker { color: var(--gold); }
.includes ul { margin: .7rem 0 0; padding-left: 1.15rem; columns: 2; column-gap: 1.8rem;
               font-size: .9rem; color: var(--ink-soft); }
.includes li { margin-bottom: .26rem; break-inside: avoid; }
@media (max-width: 620px) { .includes ul { columns: 1; } }

/* ---------- Get involved ---------- */
.way { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
       padding: 1.6rem 1.7rem; }
.way h2 { font-size: clamp(1.3rem, 2vw, 1.6rem); }
.way .lede { font-size: 1rem; }

/* ---------- Support ---------- */
.support-list { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: .7rem; }
.support-list a { display: grid; grid-template-columns: minmax(9rem, 17rem) 1fr; gap: .3rem 1.6rem;
                  padding: 1.1rem 1.25rem; background: var(--paper); border: 1px solid var(--line);
                  border-radius: 10px; text-decoration: none; color: var(--ink);
                  transition: border-color .16s, box-shadow .16s; }
.support-list a:hover { border-color: var(--gold); box-shadow: var(--shadow); }
.support-list b { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.support-list span { color: var(--ink-soft); font-size: .93rem; }
@media (max-width: 640px) { .support-list a { grid-template-columns: 1fr; } }

/* ---------- Giving ---------- */
.give-grid { display: grid; gap: .9rem; margin: 2rem 0 1.6rem;
             grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }
.give-card {
  display: flex; flex-direction: column; gap: .3rem; justify-content: center;
  min-height: 104px; padding: 1.25rem 1.35rem;
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius);
  text-decoration: none; color: var(--ink);
  transition: border-color .16s, box-shadow .16s, transform .16s;
}
.give-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lift);
                   transform: translateY(-2px); color: var(--ink); }
.give-card b { font-family: var(--serif); font-size: 1.32rem; font-weight: 600; line-height: 1.15; }
.give-card span { font-size: .9rem; color: var(--ink-soft); }
.give-card--lead { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.give-card--lead b { color: var(--cream); }
.give-card--lead span { color: #cfd6cb; }
.give-card--lead:hover { background: var(--forest-mid); border-color: var(--forest-mid); color: var(--cream); }

/* ---------- Updates ---------- */
.updates { list-style: none; margin: 0; padding: 0; }
.update { display: grid; grid-template-columns: minmax(9rem, 12rem) 1fr; gap: 1.8rem;
          padding-bottom: 2.2rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.update-meta time { display: block; font-weight: 600; font-variant-numeric: tabular-nums; }
.update-cat { display: inline-block; margin-top: .5rem; font-size: .68rem; font-weight: 700;
              letter-spacing: .1em; text-transform: uppercase; color: var(--gold-ink); }
.update-body h2 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
@media (max-width: 720px) { .update { grid-template-columns: 1fr; gap: .8rem; } }

.empty-state { background: var(--cream-deep); border-radius: var(--radius);
               padding: 1.9rem 2rem; max-width: 68ch; }
.empty-state h2 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.empty-state p { color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq details { border: 1px solid var(--line); border-radius: 10px; background: var(--paper);
               margin-bottom: .7rem; }
.faq summary { cursor: pointer; list-style: none; padding: 1.05rem 1.3rem;
               font-family: var(--serif); font-size: 1.09rem; font-weight: 600;
               display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--sans); font-weight: 400; font-size: 1.4rem;
                      color: var(--gold-ink); line-height: 1; flex: 0 0 auto; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq-a { padding: 1.05rem 1.3rem 1.25rem; }
.faq-a p { margin: 0; color: var(--ink-soft); }

/* ---------- Forms ---------- */
.form { margin-top: 1.4rem; max-width: 34rem; }
.field { margin-bottom: 1.15rem; }
.field label { display: block; font-weight: 600; font-size: .93rem; margin-bottom: .38rem; }
.req { font-weight: 400; color: var(--clay); font-size: .85rem; }
.opt { font-weight: 400; color: var(--ink-faint); font-size: .85rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 9px;
  padding: .72rem .85rem; min-height: 48px;   /* generous touch targets, §39 */
}
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sky); }
.help { font-size: .855rem; color: var(--ink-faint); margin: .5rem 0 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact-cards { display: grid; gap: .9rem; margin-top: 1.2rem; }
.contact-card { background: var(--paper); border: 1px solid var(--line);
                border-radius: var(--radius); padding: 1.15rem 1.3rem; }
.contact-card h3 { margin-bottom: .15rem; font-size: 1.1rem; }
.contact-card .person-role { color: var(--gold-ink); }
.contact-card p { margin: 0; font-size: .95rem; }
