/* My Domaine Travel, a travel agency in Washington, DC.

   Archetype: THE HANGING LEDGER. Everything the service layer says is said as a record with a
   hanging label on the left and its value on the right, on a single narrow measure, with no
   sidebar, no card grid on the interior pages and no banded full-width sections. The catalogue
   is the one place that uses a grid, and its cards carry the ladder rather than a blurb.

   Reveal: a small square marker on the cut row of a ladder slides sideways into place. It touches
   neither opacity nor vertical position nor any rule's width, so nothing on this site can ever be
   left invisible or displaced by a throttled timer, and the marker itself carries no information
   the words on the same row do not. */

:root {
  --paper: #faf7f2;
  --card: #ece5da;
  --ink: #1a1c1a;
  --rule: #3b3f3a;
  --quiet: #6a675e;
  --hair: #d3ccbe;
  --mark: #8a3a1e;
  --cool: #365e70;
  --lead: 1.73;
  --hold: min(58rem, 100% - 2.6rem);
  --wide: min(76rem, 100% - 2.6rem);
}

@font-face {
  font-family: "Ledger Display";
  src: url("/assets/ph-display-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ledger Display";
  src: url("/assets/ph-display-800.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ledger Text";
  src: url("/assets/ph-text-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ledger Text";
  src: url("/assets/ph-text-500.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Ledger Text";
  src: url("/assets/ph-text-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Ledger Text", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: var(--lead);
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--cool); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mark); }

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

.ph-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: 0.7rem 1.2rem; z-index: 60; font-weight: 700;
}
.ph-skip:focus { left: 0; }

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

.ph-top { background: var(--paper); border-bottom: 2px solid var(--ink); }

.ph-top-in {
  width: var(--wide); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem;
  align-items: flex-end; justify-content: space-between;
  padding: 1.5rem 0 0.9rem;
}

.ph-mast { margin: 0; }
.ph-mast a {
  display: block;
  font-family: "Ledger Display", Georgia, serif; font-weight: 800;
  font-size: clamp(1.65rem, 3.6vw, 2.3rem); line-height: 1;
  color: var(--ink); text-decoration: none; letter-spacing: -0.015em;
}
.ph-mast a:hover { color: var(--mark); }
.ph-mast-strap {
  display: block; margin-top: 0.3rem;
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700;
}

.ph-top-reach { margin: 0; text-align: right; line-height: 1.3; }
.ph-top-reach a {
  display: block; font-weight: 700; font-size: 1.08rem;
  color: var(--ink); text-decoration: none;
}
.ph-top-reach a:hover { color: var(--mark); }
.ph-top-reach span { display: block; font-size: 0.74rem; color: var(--quiet); }

.ph-nav { border-bottom: 1px solid var(--hair); }
.ph-nav-in { width: var(--wide); margin-inline: auto; overflow-x: auto; }
.ph-nav ul { list-style: none; margin: 0; padding: 0; display: flex; white-space: nowrap; }
.ph-nav a {
  display: block; padding: 0.6rem 1.1rem 0.55rem 0;
  margin-right: 1.1rem;
  color: var(--rule); text-decoration: none;
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
  border-bottom: 3px solid transparent;
}
.ph-nav a:hover { color: var(--mark); border-bottom-color: var(--hair); }
.ph-nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--mark); }

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

.ph-hero-art { width: 100%; max-height: 40vh; overflow: hidden; }
.ph-hero-art img { width: 100%; height: 100%; object-fit: cover; }

.ph-head-say { width: var(--hold); margin-inline: auto; padding: 2.4rem 0 1.6rem; }

.ph-brow {
  margin: 0 0 0.7rem;
  font-size: 0.72rem; letter-spacing: 0.17em; text-transform: uppercase;
  color: var(--mark); font-weight: 700;
}

.ph-head h1 {
  font-family: "Ledger Display", Georgia, serif; font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.18; letter-spacing: -0.015em;
  margin: 0 0 1rem;
}

.ph-stand { margin: 0; font-size: 1.13rem; color: var(--rule); }

/* ---------------------------------------------------------------- body */

.ph-body { width: var(--hold); margin: 0 auto; padding: 1.4rem 0 3.5rem; }

.ph-body h2 {
  font-family: "Ledger Display", Georgia, serif; font-weight: 700;
  font-size: clamp(1.32rem, 2.5vw, 1.68rem);
  line-height: 1.25; letter-spacing: -0.01em;
  margin: 2.8rem 0 0.9rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--hair);
}
.ph-body > h2:first-child { margin-top: 0.6rem; }

.ph-body h3 { font-size: 1.1rem; font-weight: 700; margin: 2rem 0 0.5rem; }

.ph-body p { margin: 0 0 1.05rem; }
.ph-body ul { margin: 0 0 1.3rem; padding-left: 1.3rem; }
.ph-body li { margin-bottom: 0.55rem; }
.ph-body strong { font-weight: 700; }

/* ---------------------------------------------------------------- the slab */

.ph-slab { margin: 1.3rem 0 2rem; }

.ph-slab-row {
  display: grid; gap: 0.15rem 1.6rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.7rem 0;
  border-top: 1px solid var(--hair);
}
.ph-slab-row:last-child { border-bottom: 1px solid var(--hair); }

.ph-slab dt {
  font-weight: 700; font-size: 0.88rem;
  letter-spacing: 0.02em; color: var(--rule);
}
.ph-slab dd { margin: 0; }

@media (min-width: 44rem) {
  .ph-slab-row { grid-template-columns: 15rem minmax(0, 1fr); align-items: baseline; }
}

/* ---------------------------------------------------------------- the ladder */

.ph-ladder {
  list-style: none; margin: 1.4rem 0 2rem; padding: 0;
  border-top: 1px solid var(--hair);
}

.ph-rung {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; padding: 0.5rem 0 0.5rem 1.1rem;
  border-bottom: 1px solid var(--hair);
  position: relative;
  font-size: 0.96rem;
}

.ph-rung-say { color: var(--rule); }
.ph-rung-state {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 700; flex: none;
}
.is-bought .ph-rung-state { color: var(--mark); }
.is-open .ph-rung-state { color: var(--quiet); }
.is-open .ph-rung-say { color: var(--quiet); }

/* the cut: where bought stops and open begins */
.ph-cut { border-bottom: 3px solid var(--ink); }
.ph-cut::before {
  content: ""; position: absolute; left: 0; bottom: -3px;
  width: 0.55rem; height: 3px; background: var(--mark);
  transform: translateX(0);
  transition: transform 460ms cubic-bezier(.22,.61,.36,1);
}
/* the reveal, and the only thing that moves anywhere on this site */
.ph-slide .ph-cut::before { transform: translateX(-0.9rem); }

@media (prefers-reduced-motion: reduce) {
  .ph-cut::before { transition: none; }
  .ph-slide .ph-cut::before { transform: translateX(0); }
}

.ph-ladder-small { margin: 0.4rem 0 0; border-top: none; }
.ph-ladder-small .ph-rung { padding: 0.28rem 0 0.28rem 1.1rem; font-size: 0.8rem; }

/* ---------------------------------------------------------------- bands */

.ph-bands {
  display: grid; gap: 1.4rem; margin: 1.4rem 0 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.ph-band {
  border-top: 3px solid var(--ink);
  padding-top: 0.8rem;
}
.ph-band h3 { margin: 0 0 0.4rem; font-size: 1.06rem; }
.ph-band h3 a { color: var(--ink); text-decoration: none; }
.ph-band h3 a:hover { color: var(--mark); text-decoration: underline; }
.ph-band-say { margin: 0 0 0.5rem; font-size: 0.92rem; color: var(--rule); }
.ph-band-count {
  margin: 0.5rem 0 0; font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
}

/* ---------------------------------------------------------------- cards */

.ph-cards {
  list-style: none; margin: 1.4rem 0 2.4rem; padding: 0;
  display: grid; gap: 1.6rem;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}
.ph-card a {
  display: flex; flex-direction: column; height: 100%;
  color: var(--ink); text-decoration: none;
  border-top: 3px solid var(--ink); padding-top: 0.7rem;
}
.ph-card a:hover { border-top-color: var(--mark); }
.ph-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; margin-bottom: 0.6rem; }
.ph-card-band {
  display: block; font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mark); font-weight: 700;
}
.ph-card-name {
  display: block; margin: 0.25rem 0 0.2rem;
  font-family: "Ledger Display", Georgia, serif; font-weight: 700;
  font-size: 1.12rem; line-height: 1.25;
}
.ph-card a:hover .ph-card-name { color: var(--mark); }
.ph-card-from {
  display: block; margin-top: auto; padding-top: 0.6rem;
  border-top: 1px solid var(--hair); font-weight: 700; font-size: 0.98rem;
}
.ph-card-share {
  display: block; font-weight: 400; font-size: 0.82rem; color: var(--quiet);
}

/* ---------------------------------------------------------------- price */

.ph-price {
  margin: 1.6rem 0 0.4rem;
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem;
  border-top: 3px solid var(--ink); padding-top: 0.9rem;
}
.ph-price-from {
  font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700;
}
.ph-price-sum {
  font-family: "Ledger Display", Georgia, serif; font-weight: 800;
  font-size: clamp(1.9rem, 4.6vw, 2.6rem); line-height: 1;
}
.ph-price-per { font-size: 0.94rem; color: var(--rule); }
.ph-price-share { margin: 0 0 0.8rem; font-size: 0.96rem; }
.ph-price-note { font-size: 0.92rem; color: var(--rule); margin-bottom: 1.6rem; }

/* ---------------------------------------------------------------- asks */

.ph-asks { margin: 1.4rem 0 2rem; }
.ph-ask { margin-bottom: 1.8rem; }
.ph-ask h2 { margin-top: 2.2rem; }
.ph-ask ul { margin: 0.7rem 0 0; }

/* ---------------------------------------------------------------- tables */

.ph-grid-wrap { overflow-x: auto; margin: 1.3rem 0 2rem; }
.ph-grid { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 34rem; }
.ph-grid caption {
  text-align: left; font-size: 0.76rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
  padding-bottom: 0.6rem;
}
.ph-grid th, .ph-grid td {
  border-bottom: 1px solid var(--hair);
  padding: 0.65rem 0.9rem 0.65rem 0;
  text-align: left; vertical-align: top;
}
.ph-grid thead th {
  border-bottom: 2px solid var(--ink);
  font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rule);
}
.ph-grid tbody th { font-weight: 700; width: 26%; padding-right: 1.3rem; }
.ph-claim-on { color: var(--cool); font-weight: 700; }
.ph-claim-off { color: var(--mark); font-weight: 700; }

/* ---------------------------------------------------------------- plate */

.ph-plate { margin: 2rem 0; }
.ph-plate img { width: 100%; }
.ph-plate figcaption { font-size: 0.87rem; color: var(--quiet); padding-top: 0.5rem; }

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

.ph-form { margin: 1.6rem 0 2rem; border-top: 3px solid var(--ink); padding-top: 1.2rem; }

.ph-lines { margin: 0 0 1.4rem; }
.ph-line {
  display: grid; gap: 0.25rem 1.4rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.75rem 0; border-bottom: 1px solid var(--hair);
}
.ph-line label {
  font-weight: 700; font-size: 0.88rem; color: var(--rule);
}
.ph-line input, .ph-line select {
  width: 100%; font: inherit; font-size: 1rem;
  padding: 0.5rem 0.6rem; border-radius: 0;
  border: 1px solid var(--quiet); background: var(--paper); color: var(--ink);
}
.ph-line input:focus, .ph-line select:focus { border-color: var(--cool); }
.ph-line [aria-invalid="true"] { border-color: var(--mark); border-width: 2px; }
.ph-note { font-size: 0.82rem; color: var(--quiet); }

@media (min-width: 46rem) {
  .ph-line { grid-template-columns: 13rem minmax(0, 18rem) minmax(0, 1fr); align-items: center; }
  .ph-note { grid-column: 3; }
}

.ph-said { display: block; font-size: 0.85rem; color: var(--mark); font-weight: 700; }

.ph-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.ph-stamps { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.ph-stamps li {
  border-left: 4px solid var(--mark); padding: 0.35rem 0 0.35rem 0.8rem;
  margin-bottom: 0.5rem; font-size: 0.92rem;
}
.ph-stamps strong {
  display: inline-block; min-width: 8.5rem;
  font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase;
}

.ph-send { margin: 0 0 1rem; }
.ph-send button {
  font: inherit; font-weight: 700; font-size: 1rem; letter-spacing: 0.05em;
  background: var(--ink); color: var(--paper);
  border: 2px solid var(--ink); border-radius: 0;
  padding: 0.7rem 2rem; cursor: pointer;
}
.ph-send button:hover:not([disabled]) { background: var(--mark); border-color: var(--mark); }
.ph-send button[disabled] {
  background: transparent; color: var(--quiet); border-color: var(--hair); cursor: not-allowed;
}

.ph-fine { font-size: 0.89rem; color: var(--rule); margin: 0 0 0.8rem; }
.ph-off, .ph-broke {
  font-size: 0.91rem; border-left: 4px solid var(--cool);
  padding: 0.5rem 0 0.5rem 0.85rem; margin: 0.9rem 0 0;
}

.ph-slot { display: block; }
.ph-slot[hidden] { display: none; }

/* ---------------------------------------------------------------- also */

.ph-also { margin: 3rem 0 0; border-top: 3px solid var(--ink); padding-top: 1.1rem; }
.ph-also h2 {
  font-family: inherit; font-size: 0.74rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
  margin: 0 0 1rem; padding: 0; border: 0;
}
.ph-also ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}
.ph-also a { text-decoration: none; color: var(--ink); display: block; }
.ph-also-name {
  display: block; font-weight: 700; font-size: 1rem;
  border-bottom: 1px solid var(--hair); padding-bottom: 0.28rem; margin-bottom: 0.3rem;
}
.ph-also a:hover .ph-also-name { color: var(--mark); border-color: var(--mark); }
.ph-also-say { display: block; font-size: 0.88rem; color: var(--rule); line-height: 1.5; }

/* ---------------------------------------------------------------- keep */

.ph-keep {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem;
  max-width: 29rem; z-index: 50;
  background: var(--ink); color: #ece5da;
  padding: 1rem 1.1rem; font-size: 0.89rem; line-height: 1.55;
  border-top: 4px solid var(--mark);
}
.ph-keep[hidden] { display: none; }
.ph-keep p { margin: 0 0 0.7rem; }
.ph-keep a { color: #fff; }
.ph-keep-go { margin: 0; display: flex; gap: 0.6rem; flex-wrap: wrap; }
.ph-keep button {
  font: inherit; font-size: 0.87rem; font-weight: 700;
  padding: 0.4rem 1rem; cursor: pointer; border-radius: 0;
  background: transparent; color: #ece5da; border: 1px solid #6f6b60;
}
.ph-keep button:hover { background: #ece5da; color: var(--ink); border-color: #ece5da; }

/* ---------------------------------------------------------------- foot */

.ph-foot {
  border-top: 3px solid var(--ink);
  margin-top: 3rem; padding: 2.4rem 0 1.4rem;
  background: var(--card); font-size: 0.92rem;
}
.ph-foot-in {
  width: var(--wide); margin-inline: auto;
  display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 56rem) {
  .ph-foot-in { grid-template-columns: 22rem minmax(0, 1fr); gap: 3.5rem; }
}
.ph-foot-say p { margin: 0 0 0.65rem; color: var(--rule); }
.ph-foot-name {
  font-family: "Ledger Display", Georgia, serif; font-weight: 800;
  font-size: 1.3rem; color: var(--ink) !important;
}
.ph-foot-stand { border-top: 1px solid var(--hair); padding-top: 0.65rem; font-size: 0.87rem; }
.ph-foot-cols {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.ph-foot-cols h2 {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700; margin: 0 0 0.55rem;
}
.ph-foot-cols ul { list-style: none; margin: 0; padding: 0; }
.ph-foot-cols li { margin-bottom: 0.4rem; }
.ph-foot-cols a { color: var(--ink); text-decoration: none; }
.ph-foot-cols a:hover { color: var(--mark); text-decoration: underline; }
.ph-foot-line {
  width: var(--wide); margin: 1.9rem auto 0;
  border-top: 1px solid var(--hair); padding-top: 0.9rem;
  font-size: 0.81rem; color: var(--quiet);
}

@media print {
  .ph-nav, .ph-keep, .ph-form, .ph-also { display: none; }
  body { font-size: 11pt; }
}

/* ------------------------------------------------------------------ the fare search

   The container this build reserved is filled now. Both ends are comboboxes: somebody types, this
   office's own list answers, and only a code chosen from that list travels. */

.ph-slot { margin: 2.5rem 0; }
.ph-slot-said { max-width: 64ch; font-size: 0.95rem; }

.ph-look-fields { display: grid; gap: 0.9rem; margin: 1.1rem 0 0; }
@media (min-width: 42rem) { .ph-look-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 66rem) { .ph-look-fields { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.ph-end { position: relative; }

.ph-list {
  position: absolute; z-index: 55; left: 0; right: 0; top: 100%;
  margin: 0.2rem 0 0; padding: 0; list-style: none;
  background: var(--paper); border: 1px solid var(--rule);
  box-shadow: 0 8px 22px rgba(18, 18, 18, 0.16);
  max-height: 20.5rem; overflow-y: auto;
}
.ph-list li { margin: 0; }
.ph-list button {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: none; border: 0; border-bottom: 1px solid rgba(18, 18, 18, 0.12);
  padding: 0.5rem 0.75rem; font: inherit; font-size: 0.95rem; color: inherit;
}
.ph-list li:last-child button { border-bottom: 0; }
.ph-list button:hover,
.ph-list button:focus-visible,
.ph-list li.is-on button { background: var(--card); }
.ph-list-code { display: inline-block; min-width: 3.3rem; font-weight: 700; color: var(--rule); font-size: 0.8rem; letter-spacing: 0.09em; }

/* The controls themselves, in the same hand as the request form above: a hanging label, a square
   field under it, one measure across the whole row. */

.ph-look { border-top: 3px solid var(--ink); padding-top: 1.2rem; margin: 1.4rem 0 0; }

.ph-field { display: flex; flex-direction: column; gap: 0.3rem; min-width: 0; }
.ph-field label {
  font-weight: 700; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--rule);
}
.ph-field input,
.ph-field select {
  width: 100%; max-width: 100%; box-sizing: border-box;
  font: inherit; font-size: 1rem; line-height: 1.35;
  padding: 0.55rem 0.6rem; border-radius: 0;
  border: 1px solid var(--quiet); background: var(--paper); color: var(--ink);
  -webkit-appearance: none; appearance: none;
}
.ph-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--rule) 50%),
                    linear-gradient(135deg, var(--rule) 50%, transparent 50%);
  background-position: right 1.05rem center, right 0.75rem center;
  background-size: 0.3rem 0.3rem, 0.3rem 0.3rem;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.ph-field input[type="date"] { min-height: 2.85rem; }
.ph-field input[type="hidden"] { display: none; }
.ph-field input:focus,
.ph-field select:focus { border-color: var(--cool); outline: 2px solid var(--cool); outline-offset: 1px; }
.ph-field [aria-invalid="true"] { border-color: var(--mark); border-width: 2px; }
.ph-field.is-wrong input,
.ph-field.is-wrong select { outline: 2px solid var(--mark); outline-offset: 1px; }

/* The two comboboxes carry the most typing, so they take a whole row of their own before the
   dates and the counts line up beneath them. */
@media (min-width: 42rem) { .ph-end { grid-column: span 2; } }
@media (min-width: 66rem) { .ph-end { grid-column: span 2; } }

.ph-look .ph-send { margin: 1.3rem 0 1rem; display: flex; flex-wrap: wrap;
  align-items: center; gap: 0.7rem; }
.ph-told { font-size: 0.9rem; color: var(--mark); font-weight: 700; }
.ph-told.is-done { color: var(--cool); }
.ph-look button[disabled] { opacity: 0.55; cursor: not-allowed; }
.ph-wrong {
  font-size: 0.91rem; border-left: 4px solid var(--mark);
  padding: 0.5rem 0 0.5rem 0.85rem; margin: 0.9rem 0 0;
}

/* The storage card is fixed to the foot of the window, and the two place fields drop their
   suggestions straight into the same strip. A list is only ever open while somebody is typing into
   it, so the card stands down for that moment and comes back the instant the list folds. */
body.ph-picking .ph-keep { visibility: hidden; }

/* The refusal sits in the cell of the field it is about, so focusing that field brings it on screen. */
.ph-said-here { margin: 0.3rem 0 0; font-size: 0.86rem; font-weight: 700; color: var(--mark); }
