/* =================================================================
   SNOWLEOPARD Studio & Research — mobile.css
   Phone layer. Loaded (via <link media>) for:
   • screens 600px wide and narrower
   • phones in landscape (up to 1000 × 500px)
   • tablets in portrait (601–1024px, and touch tablets to 1366px)
   responsive.css then sets this composition's scale for larger screens.
   The navigation overlay itself is defined in base.css.
   ================================================================= */

/* ----- Header ----------------------------------------------------- */
.site-nav {
  padding: 1rem var(--edge);
}
.brand {
  gap: 0.5rem;
}
.brand-lockup {
  height: 46px;
}
.wb-cover a {
  max-width: 300px;
} /* Stacked, the cover height stays in check. */
.hero {
  min-height: 80vh;
  min-height: 80dvh;
}
.hero-inner {
  transform: translateY(18px);
}
.overline {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.wb-form {
  flex-direction: column;
}
.section-rule {
  font-size: 1.6rem;
}
.fn-stat {
  font-size: 3.4rem;
}
/* The membership follows the statistic directly. */
.fn-member {
  padding-top: 1.75rem;
}
.fn-title {
  font-size: 2rem;
}

/* ----- Footer ----------------------------------------------------- */
.footer-inner {
  padding: 2.25rem 1.5rem 1.6rem;
}
.funders,
.memberships {
  gap: 1.4rem;
}
.funders img,
.memberships img {
  max-height: 30px;
}
.funders li:nth-child(2) img {
  max-height: 36px;
}
.memberships li {
  height: 45px;
}
.memberships li:first-child img {
  max-height: 45px;
}
.footer-close {
  padding: 1.2rem 1.5rem 1.75rem;
}
.footer-legal {
  flex-direction: column;
  gap: 0.35rem;
}
.cs-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.cs-quote {
  padding: 3.5rem 1.5rem;
}
.video-play {
  width: 64px;
  height: 64px;
}
.cs-story {
  padding: 3.5rem 0;
}
.cs-story p {
  font-size: 1.08rem;
}
.issue-eyebrow {
  font-size: 0.72rem;
}
.issue-headline {
  font-size: 1.15rem;
}
.issue-letter p {
  font-size: 1.05rem;
}
.issue-letter p.issue-ask {
  font-size: 1.35rem;
}
.issue-quote p {
  font-size: 1.15rem;
}

/* ----- Narrow columns --------------------------------------------- */
/* Long display words may break rather than widen the grid track and cause a
   horizontal scroll at enlarged text sizes. */
h1,
h2,
.issue-eyebrow,
.issue-headline,
.rp-agent-quote p {
  overflow-wrap: anywhere;
}
.rp-agent {
  padding: 0 var(--edge);
}

/* The hero eyebrow drops its flanking hairlines where it wraps. */
@media (max-width: 490px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .overline::before,
  .overline::after {
    display: none;
  }
}

/* ----- Footer touch targets --------------------------------------- */
/* Padding lifts each footer link to a 34px target (WCAG 2.2 asks for 24px)
   without enlarging the type. */
.fc-col a,
.fc-fields a,
.fc-top {
  display: inline-block;
  padding: 0.45rem 0;
}
.fc-col li,
.fc-fields li {
  margin-bottom: 0;
}

/* Overlay links carry no underline rule. */
.menu a::after {
  display: none !important;
}

/* ----- Foundation ------------------------------------------------- */
/* Fluid page edge with a 16px minimum; safe-area insets on notched phones. */
@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  :root {
    --edge: clamp(1rem, 4.8vw, 1.5rem);
  }

  html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: clip;
  }
  body {
    min-width: 0;
    overflow-x: clip;
  }

  /* Lets grid and flex children shrink to the viewport. */
  main,
  section,
  article,
  header,
  footer,
  nav,
  div,
  figure,
  form,
  .site-nav,
  .hero-inner,
  .pf-wrap,
  .rp-wrap,
  .about-sec,
  .fn-grid,
  .footer-inner,
  .dl-inner {
    min-width: 0;
  }

  img,
  video,
  svg {
    max-width: 100%;
  }

  /* 16px controls prevent iOS from zooming on focus. */
  input,
  textarea {
    font-size: 16px;
  }
  input,
  textarea,
  button {
    max-width: 100%;
  }
  textarea {
    resize: vertical;
  }

  /* Consistent tap targets without enlarging labels. */
  button,
  .btn-pill,
  .menu a,
  .fn-form input,
  .fn-subscribe input,
  .contact-form input,
  .contact-form textarea {
    min-height: 44px;
  }

  .site-nav {
    padding-left: max(var(--edge), env(safe-area-inset-left));
    padding-right: max(var(--edge), env(safe-area-inset-right));
  }
  .brand-lockup {
    max-width: min(235px, calc(100vw - 88px));
    height: auto;
    max-height: 46px;
  }

  h1 {
    text-wrap: balance;
  }
  h2 {
    text-wrap: balance;
  }
  p {
    text-wrap: pretty;
  }

  /* Form fields stack; actions span the column. */
  .fn-form,
  .fn-subscribe,
  .contact-form,
  .dl-form {
    width: 100%;
  }

  /* Safe-area padding; no horizontal scroll. */
  .footer-inner,
  .footer-close {
    padding-left: max(var(--edge), env(safe-area-inset-left));
    padding-right: max(var(--edge), env(safe-area-inset-right));
  }
  .funders,
  .memberships {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fc-lockup img {
    max-width: 100%;
    height: auto;
  }
}

/* ----- Single-column layout ---------------------------------------- */
@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  /* Generous vertical rhythm that still scales down to 320px. */
  .hero-inner {
    padding-left: var(--edge);
    padding-right: var(--edge);
  }
  .hp-testimonials {
    padding: clamp(3.4rem, 12vw, 4.5rem) var(--edge);
  }
  .rc-copy {
    padding: 3.25rem var(--edge) 3.75rem;
  }
  .sv-inner {
    padding-left: var(--edge);
    padding-right: var(--edge);
  }
  .belief-inner {
    padding-left: var(--edge);
    padding-right: var(--edge);
  }

  /* Eyebrow hairlines never force long labels to overflow. */
  .about-eyebrow::after,
  .about-sec-label::after,
  .ap-eyebrow::after,
  .rp-label::after,
  .pf-label::after,
  .cs-head .cs-eyebrow::after,
  .dl-label::after,
  .rc-eyebrow::after,
  .belief-kicker::after {
    max-width: 48px;
  }

  /* Prose keeps a readable measure on large phones. */
  .cs-story,
  .about-essay,
  .issue-letter,
  .fn-featured-body {
    width: 100%;
  }

  /* Full-width form actions. */
  .contact-form .btn-pill,
  .fn-subscribe .btn-pill,
  .dl-form .btn-pill {
    width: 100%;
  }
}

/* ----- Screens 360px and narrower --------------------------------- */
/* Slightly tighter type and spacing within the same composition. */
@media (max-width: 360px) {
  :root {
    --edge: 1rem;
  }
  body {
    font-size: 1.05rem;
  }
  .site-nav {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .brand-lockup {
    max-width: 205px;
    max-height: 42px;
  }
  .menu a {
    font-size: 1.35rem;
    padding: 0.78rem 0;
  }
  .menu a.btn-contact {
    min-height: 48px;
    margin-top: 0.75rem;
  }
}

/* ----- Landscape phones -------------------------------------------- */
/* Identified by their short height; landscape tablets are taller than 500px. */
@media (orientation: landscape) and (max-width: 1000px) and (max-height: 500px) {
  :root {
    --edge: clamp(1rem, 3.2vw, 1.75rem);
  }

  .site-nav {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  .brand-lockup {
    max-height: 40px;
    max-width: 215px;
  }

  /* Full-screen navigation overlay. */
  .navicon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 44px;
    padding: 11px 8px;
    background: none;
    border: 0;
  }
  .navicon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--museum-black);
    border-radius: 2px;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
  }
  .navicon.open span:first-of-type {
    transform: translateY(9.5px) rotate(45deg) scaleX(1.16);
  }
  .navicon.open span:nth-of-type(2) {
    opacity: 0;
  }
  .navicon.open span:last-of-type {
    transform: translateY(-9.5px) rotate(-45deg) scaleX(1.16);
  }
  .brand,
  .navicon {
    position: relative;
    z-index: 2;
  }
  .menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 0;
    background: var(--bone);
    padding: 4.25rem max(1.5rem, env(safe-area-inset-right)) 1rem
      max(1.5rem, env(safe-area-inset-left));
    overflow-y: auto;
  }
  .menu.open {
    display: flex;
  }
  body.menu-open {
    overflow: hidden;
  }
  .menu > li {
    width: 100%;
  }
  .menu a {
    display: block;
    width: 100%;
    padding: 0.45rem 0;
    font-size: 1.12rem;
    text-align: center;
  }
  .menu a::after {
    display: none !important;
  }
  .menu a.btn-contact {
    display: inline-flex;
    width: auto;
    min-height: 44px;
    margin-top: 0.35rem;
    padding: 0.5rem 2rem;
    font-size: 0.95rem;
  }

  /* Compact vertical rhythm for short screens. */
  .hero {
    min-height: calc(100svh - 60px);
    min-height: calc(100dvh - 60px);
  }
  .hero-inner {
    padding: 1.25rem var(--edge);
    transform: translateY(8px);
  }

  .hp-testimonials {
    padding: 2.75rem var(--edge);
  }
  .rc-copy,
  .belief-inner {
    padding: 2.5rem var(--edge);
  }
  .hp-services {
    padding: 3rem 0;
  }

  /* Section spacing that does not fill a short screen. */
  .about-opener,
  .about-essay,
  .pf-spine,
  .fn-hero,
  .dl-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* Large square images are capped to a landscape crop. */
  .rc-media,
  .belief-media {
    aspect-ratio: 16 / 7;
    max-height: 72vh;
    min-height: 220px;
  }
}

/* ----- Hand-held refinements --------------------------------------- */
@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  /* The root canvas matches the header colour, so no seam shows above the sticky
     header during iOS toolbar transitions. */
  html {
    background-color: var(--apothecary);
  }
  body {
    animation: none;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }
  /* No transform on the sticky header: it would become the containing block for
     the fixed navigation overlay and clip it on iOS. */
  .site-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Research areas in regular weight. */
  .rp-areas {
    font-weight: 400;
  }

  /* Deliverable captions introduce each image. */
  .cs-deliv .deliv-item {
    display: flex;
    flex-direction: column;
  }
  .cs-deliv .deliv-item figcaption {
    order: -1;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  /* The Writing Practice photograph sits on the page edge. */
  .about-practice .ap-media {
    width: calc(100% - (2 * var(--edge)));
    margin-left: var(--edge);
    margin-right: var(--edge);
  }

  /* The prairie photograph lifts so the bison's head clears the copy. */
  .pf-note-bg {
    background-size: auto 124%;
    background-position: 80% 108%;
  }

  .rp-areas,
  .rp-areas .topic {
    font-weight: 400 !important;
  }
}

/* ----- Field Notes band ------------------------------------------- */
/* One column: the reach and the form each take the full measure. */
@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .field-notes .section-rule {
    font-size: clamp(1.4rem, 6.4vw, 1.7rem);
    line-height: 1.18;
    letter-spacing: 0.07em;
    padding-bottom: 0.9rem;
    margin-bottom: 1.8rem;
  }

  .fn-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fn-left {
    display: block;
    min-width: 0;
  }

  .fn-member {
    margin-top: 1.7rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(30, 75, 69, 0.22);
  }

  .fn-member-label {
    margin-bottom: 0.25rem;
  }

  .fn-member a {
    border-bottom-color: rgba(30, 75, 69, 0.3);
  }

  .fn-right {
    min-width: 0;
    margin-top: 2.15rem;
    padding-top: 2.05rem;
    border-top: 1px solid rgba(30, 75, 69, 0.42);
  }

  .fn-title {
    font-size: clamp(1.85rem, 9.2vw, 2.35rem);
    line-height: 1.03;
    margin: 0 0 0.75rem;
    text-wrap: balance;
  }

  .fn-desc {
    margin-bottom: 1.4rem;
  }
}

/* Spacing for the heading, figure, description and form. */
.fn-mobile-heading {
  display: none;
}

@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .field-notes {
    position: relative;
    padding: 3.15rem 1.5rem 3.1rem;
    overflow: hidden;
    background: var(--bone);
  }

  /* One heading replaces the two desktop headings. */
  .field-notes .section-rule,
  .field-notes .fn-title {
    display: none;
  }

  .fn-mobile-heading {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 22rem;
    margin: 0 0 1.05rem;
    color: var(--apothecary);
    font-family: var(--serif);
    font-size: clamp(2.15rem, 10.4vw, 2.9rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.018em;
    text-wrap: balance;
  }

  /* The columns flatten so the order is heading, description, reach,
     membership, form. */
  .fn-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 2;
  }

  .fn-left,
  .fn-right {
    display: contents;
  }

  .fn-desc {
    order: 1;
    max-width: 23rem;
    margin: 0 0 2.55rem;
    color: var(--apothecary);
    font-size: clamp(1.05rem, 4.7vw, 1.22rem);
    line-height: 1.62;
    text-wrap: pretty;
  }

  .fn-reach {
    order: 2;
    max-width: 21rem;
    margin: 0;
    color: var(--apothecary);
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.095em;
    text-transform: uppercase;
  }

  .fn-stat {
    order: 3;
    margin: 0.55rem 0 0;
    margin-left: -0.025em;
    color: var(--fireweed);
    font-size: clamp(2.35rem, 12vw, 3.15rem);
    font-weight: 600;
    line-height: 0.98;
  }

  .fn-member {
    order: 4;
    margin: 2.45rem 0 0;
    padding: 0;
    border: 0;
    color: var(--apothecary);
    font-size: 0.72rem;
    line-height: 1.65;
    letter-spacing: 0.095em;
  }

  .fn-member-label {
    display: block;
    margin: 0 0 0.35rem;
  }

  .fn-member a {
    display: inline;
    border-bottom: 1px solid rgba(30, 75, 69, 0.35);
  }

  .fn-form {
    order: 5;
    width: 100%;
    margin-top: 2.35rem;
    gap: 1.05rem;
  }

  /* Labels over a hairline rule. */
  .fn-form input {
    width: 100%;
    min-height: 44px;
    padding: 0.25rem 0 0.55rem;
    font-size: 1rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(22, 59, 54, 0.62);
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .fn-form input:hover {
    background: transparent;
    border-bottom-color: rgba(22, 59, 54, 0.86);
  }

  .fn-form input:focus {
    background: transparent;
    border-bottom-color: var(--fireweed);
    box-shadow: 0 1px 0 0 var(--fireweed);
  }

  .fn-form .btn-pill {
    width: 100%;
    min-height: 54px;
    margin-top: 0.35rem;
    justify-content: center;
    text-align: center;
  }

  /* The anemone photograph sits quietly behind the reach figure. */
  .field-notes::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: -8.5rem;
    left: auto;
    bottom: auto;
    width: 31rem;
    height: 44rem;
    background: url("../images/newsletter/bee-anemone.jpg") 48% 50% / cover
      no-repeat;
    opacity: 0.18;
    filter: saturate(0.78) contrast(0.96) brightness(1.08);
    pointer-events: none;
    -webkit-mask-image: radial-gradient(
      ellipse 66% 70% at 58% 50%,
      #000 0%,
      rgba(0, 0, 0, 0.85) 43%,
      rgba(0, 0, 0, 0.28) 68%,
      transparent 88%
    );
    mask-image: radial-gradient(
      ellipse 66% 70% at 58% 50%,
      #000 0%,
      rgba(0, 0, 0, 0.85) 43%,
      rgba(0, 0, 0, 0.28) 68%,
      transparent 88%
    );
    -webkit-mask-composite: source-over;
    mask-composite: add;
  }

  .field-notes > * {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 360px) {
  .field-notes {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .fn-mobile-heading {
    font-size: clamp(2rem, 10.8vw, 2.4rem);
  }
  .field-notes::before {
    right: -10rem;
    width: 29rem;
    height: 32rem;
    opacity: 0.16;
  }
}

/* ----- About page -------------------------------------------------- */

@media screen and (max-width: 600px),
  screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  screen and (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  screen and (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  /* Studio Ethos: narrative first, portrait second. */
  .about-opener {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 3rem var(--edge) 3.35rem !important;

    align-items: start;
  }
  .about-opener-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: 34rem !important;
    justify-self: start !important;
  }
  .about-opener-media {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 34rem !important;

    justify-self: start !important;
  }
  .about-opener-media img {
    width: 100%;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  .about-opener-media .media-caption {
    position: static !important;
  }
  .about-opener .about-eyebrow {
    margin-bottom: 1.05rem;
  }
  .about-ethos-line {
    font-size: clamp(2.35rem, 11.5vw, 3.15rem);
    line-height: 1.06;
    margin-bottom: 1.4rem;
  }
  .about-creed {
    margin-top: 1.35rem;
    padding-top: 1.25rem;
    font-size: 1.04rem;
    line-height: 1.55;
  }

  /* How I Work: photograph followed by the reading block. */
  .about-practice {
    background: var(--birch-light);
  }
  .about-practice .ap-media {
    max-width: 34rem;

    aspect-ratio: 1100 / 1212 !important;
    justify-self: start;
  }
  .about-practice .ap-media img {
    object-fit: cover;
    object-position: center;
  }
  .about-practice .ap-copy {
    max-width: 36rem;
  }
  .about-practice .ap-headline {
    margin-bottom: 1.15rem;
  }
  .about-practice .ap-lead {
    margin-bottom: 1rem !important;
  }
  .about-practice .ap-caption {
    margin-top: 0.55rem;
  }

  /* Field Study: text, the Field Notes plate, then the continuation. */
  .about-naturalist-band.about-naturalist-magazine {
    padding: 3.25rem var(--edge) 3.75rem !important;
  }
  .about-naturalist-magazine .about-naturalist-inner {
    width: 100% !important;
  }
  .about-naturalist-magazine .about-naturalist-copy,
  .about-naturalist-magazine .about-naturalist-media {
    width: 100% !important;
    max-width: 36rem !important;
    justify-self: start !important;
  }
  .about-naturalist-magazine .about-naturalist-copy {
    padding: 0 !important;
  }
  .about-naturalist-magazine .about-naturalist-copy h2 {
    font-size: clamp(1.85rem, 8.4vw, 2.35rem);
    line-height: 1.15;
    margin-bottom: 1.15rem;
  }
  .about-naturalist-magazine .about-naturalist-copy p {
    font-size: 1.06rem !important;
    line-height: 1.72 !important;
  }
  .about-naturalist-magazine .about-naturalist-media {
    margin-top: 0.25rem !important;
  }
  .about-naturalist-magazine .about-naturalist-media img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    box-shadow: 0 10px 26px rgba(33, 29, 24, 0.07);
  }
  .about-naturalist-magazine p.about-naturalist-caption.media-caption {
    font-size: 0.64rem !important;
    line-height: 1.6 !important;
    max-width: 32ch;
    margin-top: 1.1rem !important;
  }
  .about-naturalist-magazine .about-naturalist-link {
    margin-top: 1.25rem !important;
  }
  .about-naturalist-magazine .about-naturalist-link a {
    font-size: 0.76rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
  }

  /* Closing statement: one reading column, then the portrait. */
  .about-essay.about-essay-aside {
    padding: 3.5rem var(--edge) 4rem !important;
  }
  .about-essay-aside .about-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;

    margin: 0 !important;
  }
  .about-sec p.about-aside-stmt {
    padding-top: 0 !important;
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    line-height: 1.42;
    max-width: 19ch;
  }
  .about-sec .about-fig {
    width: 100%;
    max-width: 34rem;
    margin: 0 !important;
    transform: none !important;
  }
  .about-sec .about-fig img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Closing call to action. */
  .about-close {
    padding: 3.5rem var(--edge) 4rem !important;
  }
  .about-close .btn-pill {
    width: 100%;
    max-width: 24rem;
  }
}

/* Screens 360px and narrower. */
@media screen and (max-width: 360px) {
  .about-opener {
    padding-top: 2.6rem !important;
    padding-bottom: 3rem !important;
  }
  .about-ethos-line {
    font-size: clamp(2.15rem, 11.7vw, 2.6rem);
  }
  .about-practice .ap-copy,
  .about-naturalist-band.about-naturalist-magazine,
  .about-essay.about-essay-aside {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* Orchard plate. */
@media screen and (max-width: 600px),
  screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  screen and (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  screen and (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .about-naturalist-magazine .about-naturalist-apple-media,
  .about-naturalist-magazine .about-naturalist-lower-copy {
    width: 100% !important;
    max-width: 36rem !important;
    justify-self: start !important;
  }

  .about-naturalist-magazine .about-naturalist-apple-media img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    box-shadow: 0 10px 26px rgba(33, 29, 24, 0.07);
  }
  .about-naturalist-magazine
    .about-naturalist-lower-copy
    > p:not(.about-naturalist-link) {
    font-size: 1.06rem !important;
    line-height: 1.72 !important;
  }
}
/* ----- Shared Field Notes band and footer -------------------------- */
@media (max-width: 600px),
  (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .field-notes .fn-member {
    display: none !important;
  }

  .field-notes .fn-mobile-heading {
    display: block;
    position: relative;
    z-index: 2;
    max-width: none;
    margin: 0 0 1rem;
    color: var(--apothecary);
    font-family: var(--serif);
    font-size: clamp(2.15rem, 10.4vw, 2.9rem);
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.018em;
    text-wrap: balance;
  }
  .field-notes .fn-mobile-heading strong {
    font-weight: 600;
  }

  .field-notes .fn-desc {
    margin: 0 0 2.55rem;
  }

  .field-notes .fn-form {
    margin-top: 2.35rem;
  }

  .field-notes .fn-form .btn-pill {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  /* Compact footer with credential and membership marks. */
  .site-footer .footer-inner {
    padding-block: 1.5rem 1rem;
    row-gap: 1rem;
  }
  .site-footer .fc-head {
    margin-bottom: 0.35rem;
  }
  .site-footer .fc-col a {
    min-height: 32px;
    padding-block: 0.3rem;
  }
  .site-footer .fc-fields {
    grid-column: 1 / -1;
  }
  .site-footer .fc-fields ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.25rem;
  }
  .site-footer .fc-fields li:first-child {
    flex-basis: 100%;
  }
  .site-footer .fc-support {
    margin-top: 0.75rem;
  }
  .site-footer .fc-memberships {
    margin-top: 0.75rem;
  }
  .site-footer .fc-support-label {
    margin-bottom: 0.35rem;
  }
  .site-footer .funders li {
    height: 44px;
  }
  .site-footer .memberships li {
    height: 54px;
  }
  .site-footer .footer-close {
    padding-block: 1rem 1.25rem;
    row-gap: 0.75rem;
  }
  .site-footer .footer-legal {
    row-gap: 0.4rem;
  }
  .site-footer .footer-legal p {
    margin: 0;
  }
}

/* ----- About: photographs and rhythm ------------------------------- */
/* Each photograph follows the copy it illustrates, with its credit beneath. */
@media screen and (max-width: 600px),
  screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  screen and (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  screen and (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  :root {
    --about-mobile-pair-gap: 2rem;
    --about-mobile-section-space: 3.5rem;
  }

  /* How I Work: copy, photograph, credit. */
  .about-practice {
    padding: var(--about-mobile-section-space) 0 !important;
  }
  .about-practice .ap-copy {
    padding: 0 var(--edge) !important;
    width: 100%;
  }
  .about-practice .ap-media {
    width: calc(100% - (2 * var(--edge))) !important;
    margin: 0 var(--edge) !important;
  }

  /* Field Study: each passage followed by its plate. */
  .about-naturalist-band.about-naturalist-magazine {
    padding-top: var(--about-mobile-section-space) !important;
    padding-bottom: var(--about-mobile-section-space) !important;
  }

  .about-naturalist-magazine .about-naturalist-media {
    margin: 0 !important;
  }

  .about-naturalist-magazine .about-naturalist-lower-copy {
    padding-top: 0 !important;
  }
  .about-naturalist-magazine .about-naturalist-apple-media {
    margin: 0 !important;
  }

  /* Closing statement: text, photograph, credit. */
  .about-essay.about-essay-aside {
    padding-top: var(--about-mobile-section-space) !important;
    padding-bottom: var(--about-mobile-section-space) !important;
  }
  .about-essay-aside .about-aside {
    gap: var(--about-mobile-pair-gap) !important;
  }
  .about-sec .about-fig .media-caption {
    margin-top: 0.8rem !important;
  }
}

@media screen and (max-width: 360px) {
  .about-practice .ap-copy {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .about-practice .ap-media {
    width: calc(100% - 2rem) !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

/* ----- About: opening sequence and captions ------------------------ */
@media screen and (max-width: 600px),
  screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  screen and (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  screen and (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .about-opener {
    flex-direction: column !important;
  }

  .about-opener > .about-opener-copy {
    order: 1 !important;
  }

  .about-opener > .about-opener-media {
    display: block !important;
    order: 3 !important;
    width: 100% !important;
    margin: 2.75rem 0 0 !important;
  }

  .about-opener > .about-opener-media > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .about-opener > .about-opener-media > .media-caption {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin: 1rem 0 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Writing desk: text, photograph, caption. */
  .about-practice {
    flex-direction: column !important;
  }

  .about-practice > .ap-copy {
    order: 1 !important;
  }

  .about-practice > .ap-media {
    display: block !important;
    order: 2 !important;
    margin-top: 2.75rem !important;
  }

  /* The lower mission statement is not repeated. */
  .about-field-study .about-aside-stmt {
    display: none !important;
  }
  /* ----- About: reading order ---------------------------------------- */
  /* Text, then its photograph, then the credit. */
  /* The complete Studio Ethos opens the page. */
  .about-opener {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: var(--about-mobile-pair-gap, 2rem) !important;
  }
  .about-opener-copy {
    display: block !important;
    order: 1 !important;
  }
  .about-opener .about-eyebrow {
    margin: 0 0 1.25rem !important;
  }
  .about-opener .about-ethos-line {
    margin: 0 0 1.65rem !important;
  }
  .about-opener .about-creed {
    margin: 0 !important;
  }
  .about-opener-media {
    order: 2 !important;
    margin: 0 !important;
  }
  .about-opener-media .media-caption {
    display: block !important;
    margin-top: 0.8rem !important;
  }

  /* How I Work: copy, desk photograph, caption. */
  .about-practice {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: var(--about-mobile-pair-gap, 2rem) !important;
  }
  .about-practice .ap-copy {
    order: 1 !important;
    grid-row: auto !important;
  }
  .about-practice .ap-media {
    order: 2 !important;
    grid-row: auto !important;
  }
  .about-practice .ap-copy > .ap-caption {
    display: none !important;
  }
  .about-practice .ap-caption-mobile {
    display: block !important;
    margin: 0.8rem 0 0 !important;
  }

  /* Field Study: copy, horses, caption; continuation, orchard, caption. */
  .about-naturalist-magazine .about-naturalist-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: var(--about-mobile-pair-gap, 2rem) !important;
  }
  .about-naturalist-magazine .about-naturalist-copy {
    order: 1 !important;
  }
  .about-naturalist-magazine .about-naturalist-media {
    order: 2 !important;
  }
  .about-naturalist-copy > .about-naturalist-caption {
    display: none !important;
  }
  .about-naturalist-caption-mobile {
    display: block !important;
    margin: 0.8rem 0 0 !important;
  }

  .about-naturalist-magazine .about-naturalist-lower {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: var(--about-mobile-pair-gap, 2rem) !important;
  }
  .about-naturalist-magazine .about-naturalist-lower-copy {
    order: 1 !important;
    grid-row: auto !important;
  }
  .about-naturalist-magazine .about-naturalist-apple-media {
    order: 2 !important;
    grid-row: auto !important;
  }
  .about-naturalist-lower-copy > .about-naturalist-apple-caption {
    display: none !important;
  }
  .about-naturalist-apple-caption-mobile {
    display: block !important;
    margin: 0.8rem 0 0 !important;
  }
}

/* Wider layouts hide the captions that belong to the stacked order. */
@media screen and (min-width: 601px) and (orientation: landscape) and (min-height: 501px),
  screen and (min-width: 1001px) and (orientation: landscape),
  screen and (min-width: 1025px) and (hover: hover),
  screen and (min-width: 1367px) {
  .ap-caption-mobile,
  .about-naturalist-caption-mobile,
  .about-naturalist-apple-caption-mobile {
    display: none !important;
  }
}

/* Compact opening; the plant credit stays in document flow. */
@media screen and (max-width: 600px),
  screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 500px),
  screen and (min-width: 601px) and (max-width: 1024px) and (orientation: portrait),
  screen and (min-width: 1025px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .about-opener {
    row-gap: 1.75rem !important;
  }
  .about-opener > .about-opener-copy {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .about-opener > .about-opener-media {
    margin-top: 0 !important;
  }
  .about-practice > .ap-media {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
  }
  .about-practice > .ap-media > img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .about-practice > .ap-media > .ap-caption-mobile {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 1rem 0 0 !important;
  }
  /* A quieter divider and the complete closing statement. */
  .about-naturalist-magazine .about-naturalist-lower {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
  }
  .about-naturalist-magazine .about-naturalist-copy > p:last-child {
    margin-bottom: 0 !important;
  }
  .about-essay-aside .about-closing-message {
    display: block;
    position: relative;
    isolation: isolate;
    padding: 1.5rem 0;
  }
  .about-field-study .about-closing-message .about-aside-stmt {
    display: block !important;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    text-wrap: pretty;
  }
  .about-field-study .about-closing-message .about-aside-stmt .about-stmt-line {
    display: inline;
    white-space: normal;
  }
  .about-closing-message .about-compass-watermark {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
  }
  .about-closing-message .about-compass-watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
