/* ============================================================================
   Sagebrush & Slate — editorial / print direction.

   The organising idea: type is the interface. There is no photography here, so
   the page has to carry itself on measure, rhythm and scale the way a printed
   journal does. Rules are used the way print uses them — under a masthead, above
   a colophon — and nowhere else. Sections differ in structure, not just spacing:
   a hanging-indent catalogue, a priced definition list, a tinted full-bleed
   figure, three pull quotes. No section is a row of equal cards.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/karla.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-display: swap;
  font-style: normal;
}

:root {
  color-scheme: light dark;

  --paper: #f7f3ea;
  --paper-tint: #efe8d8;
  --paper-deep: #e7dfcb;
  --ink: #1c1a15;
  --ink-soft: #55503f;
  --rule: #c9c0a8;
  --rule-faint: #ded5c0;
  --accent: #9a3f22;
  --sage: #4f5f42;
  --on-accent: #fbf8f1;

  --display: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --text: "Karla", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --measure: 34rem;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --page: 76rem;

  /* Plate palette. Kept as its own token set rather than reusing the text
     colours: an illustration needs more steps than a page does, and tying it to
     --ink would drag the drawing around every time the text palette moved. */
  --plate-sky: #ece4d1;
  --plate-sun: #e6c9a4;
  --plate-ridge-far: #b9bda9;
  --plate-ridge-mid: #97a189;
  --plate-ridge-near: #74836a;
  --plate-ground-1: #ded3b8;
  --plate-ground-2: #d5c8aa;
  --plate-ground-3: #cbbd9b;
  --plate-line: #b3a888;
  --plate-path: #c2b18d;
  --plate-trunk: #7b6242;
  --plate-canopy-a: #6f8460;
  --plate-canopy-b: #58704b;
  --plate-bloom: #b95f3c;
  --plate-stone-a: #9a9382;
  --plate-stone-b: #b0a996;
  --plate-shrub-a: #7d8f6d;
  --plate-shrub-b: #94a583;
  --plate-grass: #a8875a;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #14130f;
    --paper-tint: #1c1b15;
    --paper-deep: #24221a;
    --ink: #efe9da;
    --ink-soft: #b3aa92;
    --rule: #423e33;
    --rule-faint: #2c2a22;
    --accent: #dd9166;
    --sage: #9db38c;
    --on-accent: #17150f;
  }
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* The sticky call bar must never sit on top of a target the user just jumped to. */
  scroll-padding-block-end: 6rem;
  scroll-padding-block-start: 1.5rem;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.62;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  /* Room for the sticky call bar on small screens. */
  padding-block-end: env(safe-area-inset-bottom);
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.018em;
  margin: 0;
  text-wrap: balance;
  font-variation-settings: "opsz" 120;
}

p { margin: 0 0 1.15rem; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: inherit; text-underline-offset: 0.2em; text-decoration-thickness: from-font; }
a:hover { text-decoration-thickness: 2px; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--ink); color: var(--paper);
  padding: 0.9rem 1.4rem; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* Shared page rail. Everything sits inside this measure. */
.masthead__grid,
.opening__grid,
.section-head,
.catalogue,
.offer,
.cal,
.voices,
.visit__grid,
.colophon__grid {
  width: min(100% - (2 * var(--gutter)), var(--page));
  margin-inline: auto;
}

/* --- The rubric: a small standing head, print's way of labelling a column. -- */
.rubric {
  font-family: var(--text);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1rem;
}

/* ---------------------------------------------------------------- masthead */

.masthead {
  padding-block: clamp(1.5rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--rule);
}
.masthead__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.5rem clamp(1.5rem, 4vw, 3rem);
}
.masthead__mark { margin: 0; display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; }
.masthead__mark-name {
  font-family: var(--display);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 40;
}
.amp { font-style: italic; color: var(--accent); padding-inline: 0.12em; }
.masthead__mark-kind {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.masthead__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  justify-self: end;
  font-size: 0.9375rem;
}
.masthead__nav a {
  text-decoration: none;
  color: var(--ink-soft);
  /* 44px tall target without visually inflating the row. */
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.masthead__nav a:hover { color: var(--ink); text-decoration: underline; }
.masthead__meta {
  grid-column: 1 / -1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.7rem;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
@media (max-width: 46rem) {
  .masthead__grid { grid-template-columns: 1fr; }
  .masthead__nav { justify-self: start; }
}

/* ---------------------------------------------------------------- opening */

.opening {
  position: relative;
  padding-block: clamp(3rem, 9vw, 7rem) clamp(3rem, 8vw, 6rem);
  /* The botanical plate is deliberately bled off the right edge, print-style.
     That bleed has to be CLIPPED here, at the element that is its containing
     block — `overflow-x: hidden` on `body` does not do it: the root's overflow
     is `visible`, so the body value propagates to the viewport and the page
     stays horizontally scrollable (measured: 86px of scroll at a 1440 viewport
     before this rule). `clip` rather than `hidden` because `clip` is the one
     value that pairs legally with `overflow-y: visible`, so the sticky and
     absolutely-positioned things elsewhere in this section keep working. */
  overflow-x: clip;
}
.opening__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  column-gap: clamp(2rem, 6vw, 5rem);
  row-gap: 2rem;
  align-items: start;
}
.opening .rubric { grid-column: 1 / -1; }

.opening__title {
  grid-column: 1 / -1;
  font-size: clamp(2.9rem, 1.3rem + 7vw, 6.25rem);
  font-variation-settings: "opsz" 144;
  font-weight: 350;
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  max-width: 15ch;
}
.opening__title em {
  font-style: italic;
  color: var(--accent);
  font-weight: 300;
}

.opening__lede { grid-column: 1; max-width: var(--measure); font-size: 1.125rem; }
.opening__lede p + p { margin-top: 0 }

/* A real drop cap, set on the display face and optically aligned. */
.dropcap::first-letter {
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-weight: 400;
  float: left;
  font-size: 4.15em;
  line-height: 0.78;
  padding-inline-end: 0.09em;
  padding-block-start: 0.06em;
  color: var(--accent);
}

/* Marginalia — the note that sits in the outer column, as in a printed page. */
.opening__note {
  grid-column: 2;
  border-top: 2px solid var(--ink);
  padding-top: 0.9rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 22rem;
}
.opening__note strong { color: var(--ink); font-weight: 700; }

.opening__actions {
  grid-column: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
  align-items: center;
}

.botanical {
  position: absolute;
  right: calc(-1 * clamp(2rem, 6vw, 6rem));
  bottom: 0;
  width: clamp(11rem, 22vw, 20rem);
  margin: 0;
  color: var(--sage);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.botanical svg { display: block; width: 100%; height: auto; }
.opening__grid { position: relative; z-index: 1; }

@media (max-width: 56rem) {
  .opening__grid { grid-template-columns: 1fr; }
  .opening__note { grid-column: 1; max-width: none; }
  .opening__actions { grid-column: 1; }
  .botanical { display: none; }
}

/* ---------------------------------------------------------------- buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.5rem;
  font-family: var(--text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
}
.btn--solid { background: var(--ink); color: var(--paper); }
.btn--solid:hover { background: var(--accent); color: var(--on-accent); }
.btn--quiet {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
  font-variant-numeric: tabular-nums;
}
.btn--quiet:hover { border-color: var(--ink); }
.btn--block { width: 100%; }
@media (prefers-reduced-motion: reduce) { .btn { transition: none; } }

/* ------------------------------------------------------------ section head */

.section-head { margin-bottom: clamp(2rem, 5vw, 3.25rem); }
.section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}
.section-head__note {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  max-width: 30rem;
  margin: 1rem 0 0;
  line-height: 1.55;
}
.section-head--split .section-head__note { margin-top: 0; }
@media (max-width: 52rem) {
  .section-head--split { grid-template-columns: 1fr; align-items: start; }
}

/* ------------------------------------------------------------------ work
   Hanging-indent catalogue. Indices sit in the margin, as a numbered list
   would be set in print — not inside equal boxes.                          */

.work { padding-block: clamp(2.5rem, 7vw, 5rem); }
.work h2 { font-size: clamp(2.1rem, 1.1rem + 4vw, 3.9rem); font-variation-settings: "opsz" 96; }

.catalogue {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 6vw, 5rem);
}
.catalogue__item {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  column-gap: 1rem;
  padding-block: clamp(1.6rem, 3vw, 2.2rem);
  border-top: 1px solid var(--rule-faint);
}
/* First item in each column keeps the heavier rule — a print convention that
   also stops the two columns reading as one continuous list. */
.catalogue__item:nth-child(1),
.catalogue__item:nth-child(2) { border-top: 2px solid var(--ink); }

.catalogue__index {
  grid-row: 1 / span 3;
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}
.catalogue__title {
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.65rem;
  font-variation-settings: "opsz" 48;
}
.catalogue__body { font-size: 1rem; color: var(--ink-soft); margin-bottom: 0.75rem; }
.catalogue__spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 1.1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}
.catalogue__spec span + span::before {
  content: "";
  display: inline-block;
  width: 1px; height: 0.8em;
  background: var(--rule);
  margin-inline-end: 1.1rem;
  vertical-align: -0.05em;
}
@media (max-width: 52rem) {
  .catalogue { grid-template-columns: 1fr; }
  .catalogue__item:nth-child(2) { border-top: 1px solid var(--rule-faint); }
}

/* --------------------------------------------------------------- practice
   A priced definition list. Prices hang in their own column and are set on
   the display face so the money reads as considered, not as a badge.       */

.practice { padding-block: clamp(2.5rem, 7vw, 5rem); }
.practice h2 { font-size: clamp(1.9rem, 1.1rem + 3.2vw, 3.2rem); font-variation-settings: "opsz" 72; }

.offer { margin: 0; }
.offer__row {
  display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 8rem) minmax(0, 1fr);
  gap: 0.4rem clamp(1.5rem, 4vw, 3rem);
  padding-block: 1.5rem;
  border-top: 1px solid var(--rule-faint);
  align-items: baseline;
}
.offer__row:first-child { border-top: 2px solid var(--ink); }
.offer__name {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 500;
  font-variation-settings: "opsz" 48;
  line-height: 1.2;
}
.offer__price {
  margin: 0;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  color: var(--accent);
  white-space: nowrap;
}
.offer__desc { margin: 0; font-size: 0.9875rem; color: var(--ink-soft); line-height: 1.55; }
@media (max-width: 52rem) {
  .offer__row { grid-template-columns: minmax(0, 1fr) auto; }
  .offer__desc { grid-column: 1 / -1; margin-top: 0.35rem; }
}

/* --------------------------------------------------------------- calendar
   A full-bleed tinted band. This is the one place the page changes ground
   colour, which is what gives the document a middle rather than a middle
   section.                                                                  */

.calendar {
  background: var(--paper-tint);
  padding-block: clamp(3rem, 8vw, 5.5rem);
  margin-block: clamp(2rem, 6vw, 4rem);
}
.calendar h2 { font-size: clamp(1.9rem, 1.1rem + 3.2vw, 3.2rem); font-variation-settings: "opsz" 72; }

.cal__strip {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2px;
  border-bottom: 2px solid var(--ink);
}
.cal__month {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 2px 2px 0 0;
  padding: 0.5rem 0.15rem 0;
  min-height: 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  cursor: pointer;
  font-family: var(--text);
  color: var(--ink-soft);
  transition: background-color 140ms ease, color 140ms ease;
}
.cal__abbr { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.04em; }
.cal__bar {
  display: block;
  width: 100%;
  /* Bar height encodes irrigation demand; the figure below states this in words,
     so nothing here is carried by shape alone. */
  height: calc(6px + (var(--fill) * 46px));
  background: var(--sage);
  opacity: 0.45;
  transition: opacity 140ms ease, background-color 140ms ease;
}
.cal__month:hover { background: var(--paper-deep); color: var(--ink); }
.cal__month:hover .cal__bar { opacity: 0.7; }
.cal__month[aria-selected="true"] { background: var(--ink); color: var(--paper); }
.cal__month[aria-selected="true"] .cal__bar { background: var(--accent); opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .cal__month, .cal__bar { transition: none; }
}

.cal__legend {
  font-size: 0.8125rem;
  color: var(--ink-soft);
  margin: 0.7rem 0 0;
  text-align: right;
}

.cal__panels { margin-top: clamp(1.5rem, 4vw, 2.5rem); }
.cal__panel {
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  gap: 1rem clamp(2rem, 5vw, 4rem);
  align-items: start;
  max-width: 60rem;
}
.cal__panel[hidden] { display: none; }
.cal__water { margin: 0; }
.cal__water-num {
  display: block;
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-size: clamp(2.75rem, 2rem + 3vw, 4.25rem);
  font-weight: 300;
  line-height: 0.9;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.cal__water-unit {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1.4;
}
.cal__head {
  font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem);
  font-weight: 500;
  font-variation-settings: "opsz" 60;
  margin-bottom: 0.75rem;
}
.cal__panel p:not(.cal__water) { max-width: var(--measure); color: var(--ink-soft); }

@media (max-width: 46rem) {
  .cal__strip { grid-template-columns: repeat(6, minmax(0, 1fr)); row-gap: 2px; }
  .cal__month { min-height: 72px; }
  .cal__panel { grid-template-columns: 1fr; }
  .cal__legend { text-align: left; }
}

/* ---------------------------------------------------------------- voices
   Pull quotes. Deliberately not star ratings — proof set as text keeps the
   page in one voice.                                                        */

.voices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 3.5rem);
  padding-block: clamp(2.5rem, 7vw, 5rem);
}
.voice { margin: 0; }
.voice p {
  font-family: var(--display);
  font-variation-settings: "opsz" 60;
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem);
  font-weight: 350;
  line-height: 1.28;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
  text-indent: -0.42em;
}
.voice p::before { content: "\201C"; }
.voice p::after { content: "\201D"; }
.voice p em { font-style: italic; color: var(--accent); }
.voice footer { font-size: 0.875rem; color: var(--ink-soft); letter-spacing: 0.03em; }
.voice cite { font-style: normal; font-weight: 700; color: var(--ink); }
@media (max-width: 52rem) {
  .voices { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* ----------------------------------------------------------------- visit */

.visit {
  padding-block: clamp(2.5rem, 7vw, 5rem) clamp(3rem, 8vw, 6rem);
  border-top: 2px solid var(--ink);
}
.visit__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.visit h2 { font-size: clamp(2rem, 1.2rem + 3.4vw, 3.4rem); font-variation-settings: "opsz" 96; }
.visit__lede { font-size: 1.0625rem; max-width: 28rem; margin-top: 1.25rem; color: var(--ink-soft); }

.visit__area { margin-top: 2.25rem; }
.visit__area h3 {
  font-family: var(--text);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.6rem;
}
.visit__area p { max-width: 30rem; line-height: 1.7; }
.visit__area-note { font-size: 0.9375rem; color: var(--ink-soft); }

.visit__facts { margin: 2.25rem 0 0; display: grid; gap: 0.85rem; }
.visit__facts > div {
  display: grid;
  grid-template-columns: minmax(0, 8rem) minmax(0, 1fr);
  gap: 0.25rem 1.25rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--rule-faint);
}
.visit__facts dt {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.visit__facts dd { margin: 0; font-size: 0.9875rem; }
@media (max-width: 52rem) {
  .visit__grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------ form */

.form {
  background: var(--paper-tint);
  border: 1px solid var(--rule);
  padding: clamp(1.5rem, 4vw, 2.25rem);
}
.form__title {
  font-family: var(--display);
  font-variation-settings: "opsz" 48;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.field { margin-bottom: 1rem; }
.field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.35rem;
}
.field input,
.field textarea {
  width: 100%;
  /* 16px minimum: anything smaller makes iOS Safari zoom on focus. */
  font-size: 1rem;
  font-family: var(--text);
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 2px;
  padding: 0.7rem 0.8rem;
  min-height: 48px;
}
.field textarea { min-height: 5.5rem; resize: vertical; line-height: 1.5; }
.field input:focus-visible,
.field textarea:focus-visible { border-color: var(--accent); }
.form__note { font-size: 0.8125rem; color: var(--ink-soft); margin: 0.9rem 0 0; line-height: 1.5; }

/* -------------------------------------------------------------- colophon */

.colophon {
  border-top: 1px solid var(--rule);
  padding-block: clamp(2rem, 5vw, 3rem) clamp(5.5rem, 8vw, 4rem);
  color: var(--ink-soft);
  font-size: 0.9375rem;
}
.colophon__mark {
  font-family: var(--display);
  font-variation-settings: "opsz" 40;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
}
.colophon__line { margin-bottom: 0.3rem; }
/* The phone and email are the only ones on the page, so they get padded to
   clear the 24px target floor rather than leaning on WCAG's inline-in-a-
   sentence exemption. */
.colophon__line a { display: inline-block; padding-block: 0.3rem; }
.colophon__fine { margin-top: 1rem; font-size: 0.8125rem; }
.colophon a { color: var(--ink); }

/* ------------------------------------------------------------- call bar
   Sticky on phones only. The Hook Agency reference set is near-unanimous on
   this; it is also the single highest-value 44px target on the page.        */

.callbar { display: none; }
@media (max-width: 46rem) {
  .callbar {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--rule);
    border-top: 1px solid var(--rule);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .callbar__btn {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ink);
    color: var(--paper);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9375rem;
  }
  .callbar__btn--alt { background: var(--accent); color: var(--on-accent); }
  body { padding-bottom: 3.5rem; }
}

@media print {
  .callbar, .masthead__nav, .botanical, .form { display: none; }
  body { background: #fff; color: #000; }
}
