/* ============================================================
   55 — Field trips (/field-trips/, /school-field-trips/).

   Same shape as the homepage and the discipline pages: an ink
   arrival band with the watercolor beside the words, then the
   reading sections inside the 1180px container. Own prefix
   (.rhft-), scoped to .rh-fieldtrip-page so nothing here can reach the
   homepage or a discipline page. Loads after phase1.css, so it
   is allowed to win; tokens come from phase1 :root.

   The inquiry form itself is theme-rendered markup styled in
   phase1.css (.rh-fieldtrip-form, .rh-fieldtrip-field). Only its
   width and its heading rhythm are adjusted here.
   ============================================================ */

.rh-fieldtrip-page {
  --rhft-gutter: clamp(20px, 4vw, 34px);
  background: var(--surface);
  color: var(--tx);
  overflow-x: clip;
}

.rh-fieldtrip-page .rhft-wrap {
  max-inline-size: var(--max);
  margin-inline: auto;
  padding-inline: var(--rhft-gutter);
}

.rh-fieldtrip-page .rhft-eyebrow {
  margin: 0 0 10px;
  max-inline-size: none;
  color: var(--clay);
  font-family: var(--b);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rh-fieldtrip-page a:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
}

/* ---------------------------------------------------------------- arrival */

.rh-fieldtrip-page .rhft-hero {
  display: grid;
  background: var(--ink);
  color: var(--on-ink);
}

@media (min-width: 900px) {
  .rh-fieldtrip-page .rhft-hero {
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    align-items: stretch;
    min-height: clamp(480px, 36vw, 540px);
  }
}

.rh-fieldtrip-page .rhft-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(32px, 4vw, 48px);
  padding-inline: max(var(--rhft-gutter), calc((100vw - var(--max)) / 2)) var(--rhft-gutter);
}

.rh-fieldtrip-page .rhft-crumb {
  margin: 0 0 22px;
  max-inline-size: none;
  color: var(--on-ink-2);
  font-size: 13px;
}

.rh-fieldtrip-page .rhft-crumb a {
  color: var(--on-ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.rh-fieldtrip-page .rhft-crumb a:hover,
.rh-fieldtrip-page .rhft-crumb a:focus-visible {
  text-decoration-color: currentColor;
}

.rh-fieldtrip-page .rhft-hero h1 {
  margin: 0 0 20px;
  max-inline-size: 20ch;
  color: var(--on-ink);
  font-family: var(--d);
  font-size: clamp(33px, 3.8vw, 50px);
  font-weight: 700;
  letter-spacing: -.022em;
  line-height: 1.05;
  text-wrap: balance;
}

.rh-fieldtrip-page .rhft-lede {
  margin: 0 0 30px;
  max-inline-size: 44ch;
  color: var(--on-ink-2);
  font-size: 18.5px;
  line-height: 1.55;
}

.rh-fieldtrip-page .rhft-act {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 0;
  max-inline-size: none;
}

.rh-fieldtrip-page .rhft-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-block-size: 52px;
  padding: 14px 28px;
  border: 1.5px solid var(--rust);
  background: var(--rust);
  color: #fff;
  font-family: var(--b);
  font-size: 16px;
  font-weight: 600;
}

.rh-fieldtrip-page .rhft-cta:hover,
.rh-fieldtrip-page .rhft-cta:focus-visible {
  border-color: #8F3E1F;
  background: #8F3E1F;
  color: #fff;
}

.rh-fieldtrip-page .rhft-quiet {
  color: var(--on-ink);
  font-size: 15.5px;
  font-weight: 600;
  border-block-end: 0;
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.rh-fieldtrip-page .rhft-quiet:hover,
.rh-fieldtrip-page .rhft-quiet:focus-visible {
  text-decoration-color: currentColor;
}

/* A commissioned watercolor is artwork, not a photograph: it is never cropped,
   on any width. The ink ground is the mat around it. */
.rh-fieldtrip-page .rhft-hero__art {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  padding: clamp(0px, 2.6vw, 34px);
}

.rh-fieldtrip-page .rhft-hero__art picture {
  display: block;
  inline-size: 100%;
}

.rh-fieldtrip-page .rhft-hero__art img {
  display: block;
  inline-size: 100%;
  block-size: auto;
  max-inline-size: 720px;
  margin-inline: auto;
  object-fit: contain;
}

@media (max-width: 899px) {
  .rh-fieldtrip-page .rhft-hero__art {
    padding: 0;
  }
  .rh-fieldtrip-page .rhft-hero__art img {
    max-inline-size: 100%;
  }
}

/* ------------------------------------------------------ what the day is */

.rh-fieldtrip-page .rhft-day {
  padding-block: clamp(50px, 7vw, 84px);
  background: var(--surface);
}

.rh-fieldtrip-page .rhft-day__h {
  margin: 0 0 clamp(24px, 3.2vw, 40px);
  color: var(--ink);
  font-family: var(--d);
  font-size: clamp(26px, 3.1vw, 36px);
  font-weight: 700;
  letter-spacing: -.014em;
  line-height: 1.1;
}

.rh-fieldtrip-page .rhft-three {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 860px) {
  .rh-fieldtrip-page .rhft-three {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }
}

.rh-fieldtrip-page .rhft-col {
  border-block-start: 1px solid var(--rule);
  padding-block-start: 18px;
}

.rh-fieldtrip-page .rhft-col h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-family: var(--d);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.15;
}

.rh-fieldtrip-page .rhft-col p {
  margin: 0;
  max-inline-size: 38ch;
  color: var(--tx-2);
  font-size: 16.5px;
  line-height: 1.58;
}

/* ------------------------------------------------------------------ cost */

.rh-fieldtrip-page .rhft-cost {
  padding-block: clamp(50px, 7vw, 84px);
  background: var(--paper);
}

.rh-fieldtrip-page .rhft-cost__in {
  max-inline-size: min(var(--max), 68ch);
}

.rh-fieldtrip-page .rhft-cost h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--d);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -.016em;
  line-height: 1.08;
}

.rh-fieldtrip-page .rhft-cost p {
  margin: 0 0 16px;
  max-inline-size: 64ch;
  color: var(--tx-2);
  font-size: 18px;
  line-height: 1.6;
}

.rh-fieldtrip-page .rhft-cost p:last-child {
  margin-block-end: 0;
}

/* --------------------------------------------------------------- inquiry */

.rh-fieldtrip-page .rhft-inquiry {
  padding-block: clamp(50px, 7vw, 84px);
  border-block-start: 1px solid var(--rule);
  background: var(--surface);
}

.rh-fieldtrip-page .rhft-inquiry__in {
  display: grid;
  gap: clamp(30px, 4vw, 56px);
  align-items: start;
}

@media (min-width: 940px) {
  .rh-fieldtrip-page .rhft-inquiry__in {
    grid-template-columns: minmax(0, 1fr) minmax(0, 330px);
  }
}

.rh-fieldtrip-page .rhft-inquiry__main {
  min-inline-size: 0;
}

.rh-fieldtrip-page .rhft-inquiry h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--d);
  font-size: clamp(26px, 3.1vw, 36px);
  font-weight: 700;
  letter-spacing: -.014em;
  line-height: 1.1;
}

.rh-fieldtrip-page .rhft-inquiry__lede {
  margin: 0;
  max-inline-size: 56ch;
  color: var(--tx-2);
  font-size: 18px;
  line-height: 1.6;
}

.rh-fieldtrip-page .rhft-inquiry__rail {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.rh-fieldtrip-page .rhft-note {
  border: 1px solid var(--rule);
  background: var(--paper);
  padding: 22px 24px;
}

.rh-fieldtrip-page .rhft-note h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--d);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.008em;
  line-height: 1.2;
}

.rh-fieldtrip-page .rhft-note p {
  margin: 0 0 12px;
  max-inline-size: none;
  color: var(--tx-2);
  font-size: 15.5px;
  line-height: 1.55;
}

.rh-fieldtrip-page .rhft-note p:last-child {
  margin-block-end: 0;
}

.rh-fieldtrip-page .rhft-note__more a {
  color: var(--river);
  font-weight: 600;
  border-block-end: 0;
  text-decoration: underline;
  text-decoration-color: var(--clay);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.rh-fieldtrip-page .rhft-note__more a:hover,
.rh-fieldtrip-page .rhft-note__more a:focus-visible {
  text-decoration-color: currentColor;
}

/* The theme-rendered form, sitting in the new column. */
.rh-fieldtrip-page .rh-fieldtrip-form {
  margin-block-start: 30px;
  max-inline-size: 620px;
}

.rh-fieldtrip-page .rh-fieldtrip-form__group legend {
  color: var(--clay-tx);
}

.rh-fieldtrip-page .rh-fieldtrip-message {
  max-inline-size: 620px;
}

/* Lead, 9 Sep: one hero composition for the whole site (see 50-disciplines.css). */
@media (min-width: 900px) {
  .rh-fieldtrip-page .rhft-hero { min-height: clamp(480px, 36vw, 540px); grid-template-columns: minmax(0, 640px) auto; justify-content: start; align-items: center;
    padding-inline-start: max(var(--rhft-gutter), calc((100vw - var(--max)) / 2)); column-gap: 40px; }
  .rh-fieldtrip-page .rhft-hero__text { padding-inline: 0 8px; }
  .rh-fieldtrip-page .rhft-hero__art { padding: 0; min-height: 0; display: flex; align-items: center; background: transparent; }
  .rh-fieldtrip-page .rhft-hero__art picture { display: block; block-size: auto; inline-size: auto; }
  .rh-fieldtrip-page .rhft-hero__art img { block-size: clamp(480px, 36vw, 540px); inline-size: auto; max-inline-size: min(56vw, 900px); margin: 0; object-fit: contain; }
}
