/* fareveil.com — frieze and columns
   Palette: Indigo and Red Clay. Display Vollkorn, body Commissioner. */

@font-face {
  font-family: "Vollkorn";
  src: url("/assets/font/vollkorn-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("/assets/font/vollkorn-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("/assets/font/commissioner-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("/assets/font/commissioner-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("/assets/font/commissioner-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Commissioner";
  src: url("/assets/font/commissioner-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --fv-paper: #f2efe6;
  --fv-dim: #e5e1d4;
  --fv-card: #fcfaf4;
  --fv-ink: #191a1e;
  --fv-deep: #0f1013;
  --fv-muted: #6c6a63;
  --fv-indigo: #2c4275;
  --fv-indigo-deep: #1d2d53;
  --fv-wash: #e3e6f0;
  --fv-clay: #a85a38;
  --fv-hair: #d8d2c2;
  --fv-good: #356b4e;
  --fv-bad: #8c2f3a;
  --fv-shell: 1180px;
  --fv-measure: 660px;
  --fv-display: "Vollkorn", "Iowan Old Style", Georgia, serif;
  --fv-body: "Commissioner", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--fv-paper);
  color: var(--fv-ink);
  font-family: var(--fv-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.64;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--fv-indigo);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus-visible {
  color: var(--fv-clay);
}

button {
  font: inherit;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4 {
  font-family: var(--fv-display);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.008em;
  margin: 0 0 0.6em;
  color: var(--fv-ink);
}

h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.05rem);
}

h3 {
  font-size: 1.24rem;
}

h4 {
  font-size: 1.06rem;
}

p {
  margin: 0 0 1.1em;
}

ul,
ol {
  margin: 0 0 1.3em;
  padding-left: 1.15em;
}

li {
  margin-bottom: 0.5em;
}

.fv-shell {
  width: 100%;
  max-width: var(--fv-shell);
  margin: 0 auto;
  padding: 0 24px;
}

.fv-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--fv-indigo);
  color: #fff;
  padding: 12px 20px;
  z-index: 60;
}

.fv-skip:focus {
  left: 12px;
  top: 12px;
}

.fv-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-clay);
  margin: 0 0 0.7em;
}

.fv-kicker a {
  color: inherit;
}

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

.fv-mast {
  background: var(--fv-paper);
  border-bottom: 1px solid var(--fv-hair);
}

.fv-mast-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--fv-hair);
}

.fv-wordmark {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  justify-self: center;
  font-family: var(--fv-display);
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  color: var(--fv-ink);
  text-decoration: none;
}

.fv-wordmark:hover {
  color: var(--fv-indigo);
}

.fv-mast-note {
  grid-column: 3;
  justify-self: end;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-muted);
}

.fv-latch {
  grid-column: 1;
  justify-self: start;
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px 10px;
  background: none;
  border: 1px solid var(--fv-hair);
  border-radius: 2px;
}

.fv-latch span {
  display: block;
  height: 2px;
  background: var(--fv-ink);
  margin: 4px 0;
}

.fv-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fv-nav-primary {
  gap: 34px;
  padding: 13px 0 9px;
}

.fv-nav-primary a {
  font-family: var(--fv-display);
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--fv-ink);
  text-decoration: none;
}

.fv-nav-secondary {
  gap: 26px;
  padding-bottom: 13px;
}

.fv-nav-secondary a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fv-muted);
  text-decoration: none;
}

.fv-index a:hover,
.fv-index a[aria-current="page"] {
  color: var(--fv-clay);
}

.fv-index a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* ---------- frieze ---------- */

.fv-frieze-block {
  padding-bottom: 8px;
}

.fv-figure {
  margin: 0;
}

.fv-figure img {
  width: 100%;
  background: var(--fv-dim);
}

.fv-frieze img {
  aspect-ratio: 1600 / 686;
  object-fit: cover;
}

.fv-frieze-type {
  padding-top: 34px;
}

.fv-frieze-type h1 {
  max-width: 15ch;
  margin-bottom: 0.45em;
}

.fv-lede {
  columns: 2;
  column-gap: 46px;
  max-width: 900px;
  font-size: 1.06rem;
}

.fv-lede p:first-child::first-letter {
  font-family: var(--fv-display);
  font-weight: 800;
  font-size: 3.1em;
  line-height: 0.82;
  float: left;
  padding: 0.06em 0.09em 0 0;
  color: var(--fv-indigo);
}

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

.fv-band {
  padding: 52px 24px 8px;
}

.fv-band-head {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: var(--fv-body);
  color: var(--fv-muted);
  padding-bottom: 12px;
  border-bottom: 2px solid var(--fv-ink);
  margin-bottom: 30px;
}

/* ---------- setting columns ---------- */

.fv-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.fv-column {
  padding: 0 26px;
  border-right: 1px solid var(--fv-hair);
}

.fv-column:first-child {
  padding-left: 0;
}

.fv-column:last-child {
  border-right: 0;
  padding-right: 0;
}

.fv-column-frame {
  display: block;
  margin-bottom: 16px;
  background: var(--fv-dim);
}

.fv-column-frame img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.fv-column h3 {
  margin-bottom: 0.4em;
}

.fv-column h3 a {
  color: var(--fv-ink);
  text-decoration: none;
}

.fv-column h3 a:hover {
  color: var(--fv-indigo);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fv-column-sum {
  font-size: 0.94rem;
  color: var(--fv-muted);
  margin: 0;
}

/* ---------- featured ---------- */

.fv-featured-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 34px;
  align-items: center;
}

.fv-featured-frame {
  display: block;
  background: var(--fv-dim);
}

.fv-featured-frame img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fv-featured-type h3 {
  font-size: 1.75rem;
}

.fv-featured-type h3 a {
  color: var(--fv-ink);
  text-decoration: none;
}

.fv-more a {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.fv-closing {
  padding-bottom: 56px;
}

.fv-closing h2 {
  border-top: 2px solid var(--fv-ink);
  padding-top: 22px;
}

/* ---------- letter band ---------- */

.fv-letter {
  background: var(--fv-wash);
  border-top: 1px solid var(--fv-hair);
  border-bottom: 1px solid var(--fv-hair);
  padding: 42px 0;
  margin-top: 46px;
}

.fv-letter h2 {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}

.fv-letter p {
  max-width: 58ch;
  color: var(--fv-muted);
}

/* ---------- forms ---------- */

.fv-form {
  max-width: 560px;
}

.fv-field {
  margin-bottom: 18px;
}

.fv-form label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-muted);
  margin-bottom: 6px;
}

.fv-form input,
.fv-form select,
.fv-form textarea {
  width: 100%;
  font: inherit;
  color: var(--fv-ink);
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-radius: 3px;
  padding: 12px 13px;
  min-height: 46px;
}

.fv-form textarea {
  resize: vertical;
}

.fv-form input:focus,
.fv-form select:focus,
.fv-form textarea:focus {
  border-color: var(--fv-indigo);
  outline: 2px solid rgba(44, 66, 117, 0.25);
  outline-offset: 1px;
}

.fv-form button {
  min-height: 48px;
  padding: 13px 26px;
  background: var(--fv-indigo);
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.fv-form button:hover {
  background: var(--fv-indigo-deep);
}

.fv-form-slim {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  max-width: 620px;
}

.fv-form-slim label {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.fv-form-slim button {
  white-space: nowrap;
}

.fv-form-fine,
.fv-form-status {
  grid-column: 1 / -1;
  font-size: 0.86rem;
  color: var(--fv-muted);
  margin: 10px 0 0;
}

.fv-form-status:empty {
  margin: 0;
}

.fv-form-status[data-state="bad"] {
  color: var(--fv-bad);
  font-weight: 500;
}

.fv-form-status[data-state="good"] {
  color: var(--fv-good);
  font-weight: 500;
}

.fv-field.is-drawn input,
.fv-field.is-drawn textarea {
  border-color: var(--fv-bad);
}

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

/* ---------- head blocks and panels ---------- */

.fv-head-block {
  padding-top: 46px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--fv-hair);
  margin-bottom: 34px;
}

.fv-standfirst {
  font-family: var(--fv-display);
  font-size: 1.3rem;
  line-height: 1.42;
  color: var(--fv-muted);
  max-width: 46ch;
}

.fv-measure {
  max-width: var(--fv-measure);
}

.fv-measure h2 {
  margin-top: 1.7em;
}

.fv-measure h3 {
  margin-top: 1.5em;
}

.fv-panel-body {
  padding-bottom: 64px;
}

.fv-rows {
  margin: 0 0 1.4em;
  border-top: 1px solid var(--fv-hair);
}

.fv-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--fv-hair);
}

.fv-row dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-muted);
  padding-top: 3px;
}

.fv-row dd {
  margin: 0;
}

/* ---------- piece ---------- */

.fv-piece-head {
  padding-top: 44px;
  padding-bottom: 26px;
}

.fv-piece-head h1 {
  max-width: 18ch;
}

.fv-piece-frieze {
  padding-bottom: 34px;
}

.fv-piece-frieze img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fv-figure figcaption {
  font-size: 0.86rem;
  color: var(--fv-muted);
  padding-top: 9px;
  border-top: 1px solid var(--fv-hair);
  margin-top: 9px;
  max-width: 60ch;
}

.fv-piece-body {
  display: grid;
  grid-template-columns: minmax(0, var(--fv-measure)) 1fr;
  gap: 54px;
  padding-bottom: 20px;
}

.fv-piece-body .fv-figure {
  margin: 2em 0;
}

.fv-piece-body .fv-plate img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.fv-margin dl {
  margin: 0;
  border-top: 2px solid var(--fv-ink);
}

.fv-margin dl > div {
  padding: 9px 0;
  border-bottom: 1px solid var(--fv-hair);
}

.fv-margin dt {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-muted);
}

.fv-margin dd {
  margin: 2px 0 0;
  font-size: 0.94rem;
}

.fv-margin-shield {
  font-size: 0.84rem;
  color: var(--fv-muted);
  margin-top: 16px;
  padding-left: 12px;
  border-left: 3px solid var(--fv-clay);
}

.fv-pull {
  margin: 1.8em 0;
  padding: 0 0 0 22px;
  border-left: 4px solid var(--fv-clay);
}

.fv-pull p {
  font-family: var(--fv-display);
  font-size: 1.42rem;
  line-height: 1.36;
  color: var(--fv-indigo-deep);
  margin: 0;
}

.fv-note {
  margin: 1.8em 0;
  padding: 20px 22px;
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-top: 3px solid var(--fv-indigo);
  border-radius: 2px;
}

.fv-note-head {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-indigo);
}

.fv-note p:last-child {
  margin-bottom: 0;
}

.fv-nearby {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.fv-nearby li {
  margin: 0;
  padding: 0 24px;
  border-right: 1px solid var(--fv-hair);
}

.fv-nearby li:first-child {
  padding-left: 0;
}

.fv-nearby li:last-child {
  border-right: 0;
}

.fv-nearby a {
  display: block;
  font-family: var(--fv-display);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--fv-ink);
  text-decoration: none;
}

.fv-nearby a:hover {
  color: var(--fv-indigo);
}

.fv-nearby .fv-kicker {
  display: block;
  margin-bottom: 5px;
}

/* ---------- contact ---------- */

.fv-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, var(--fv-measure)) 1fr;
  gap: 54px;
  padding-bottom: 46px;
}

.fv-card {
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-top: 3px solid var(--fv-indigo);
  border-radius: 2px;
  padding: 22px 24px;
  align-self: start;
}

.fv-card h2 {
  font-size: 1.16rem;
  margin-bottom: 0.7em;
}

.fv-card .fv-row {
  grid-template-columns: 1fr;
  gap: 3px;
}

/* ---------- questions ---------- */

.fv-ask {
  border-bottom: 1px solid var(--fv-hair);
  padding: 4px 0;
}

.fv-ask summary {
  cursor: pointer;
  list-style: none;
  padding: 13px 30px 13px 0;
  position: relative;
}

.fv-ask summary::-webkit-details-marker {
  display: none;
}

.fv-ask summary h3 {
  display: inline;
  font-size: 1.1rem;
  margin: 0;
}

.fv-ask summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 22px;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--fv-clay);
  border-bottom: 2px solid var(--fv-clay);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.fv-ask[open] summary::after {
  transform: rotate(-135deg);
}

.fv-ask-body {
  padding: 0 0 14px;
  color: var(--fv-muted);
}

.fv-ask-body h4 {
  color: var(--fv-ink);
}

/* ---------- flight search ---------- */

.fv-search-block {
  padding-bottom: 40px;
}

.fv-disclosure {
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-left: 5px solid var(--fv-clay);
  border-radius: 2px;
  padding: 18px 22px;
  max-width: 78ch;
  font-size: 0.98rem;
}

.fv-panel-search {
  margin: 28px 0 34px;
  min-height: 120px;
}

/* ---------- search panel on the front page ---------- */

.fv-deck {
  background: var(--fv-dim);
  border-top: 1px solid var(--fv-hair);
  border-bottom: 1px solid var(--fv-hair);
  padding: 54px 0 58px;
  margin: 62px 0;
}

.fv-deck-head {
  font-family: "Vollkorn", Georgia, serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 1.1rem + 1.5vw, 2.1rem);
  line-height: 1.15;
  margin: 0 0 10px;
}

.fv-deck-lede {
  max-width: 62ch;
  color: var(--fv-muted);
  margin: 0 0 22px;
}

.fv-fly {
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-radius: 3px;
  padding: 22px 22px 20px;
  max-width: none;
}

.fv-fly-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px 14px;
  align-items: end;
}

.fv-fly-field {
  position: relative;
  min-width: 0;
}

.fv-fly-from,
.fv-fly-to {
  grid-column: span 4;
}

.fv-fly-when {
  grid-column: span 2;
}

.fv-fly-count {
  grid-column: span 2;
}

.fv-fly-cabin {
  grid-column: span 3;
}

.fv-fly-go {
  grid-column: span 3;
}

.fv-fly label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-muted);
  margin-bottom: 6px;
}

.fv-fly input,
.fv-fly select {
  width: 100%;
  font: inherit;
  color: var(--fv-ink);
  background: #fff;
  border: 1px solid var(--fv-hair);
  border-radius: 3px;
  padding: 12px 13px;
  min-height: 48px;
}

.fv-fly input:focus,
.fv-fly select:focus {
  border-color: var(--fv-indigo);
  outline: 2px solid rgba(44, 66, 117, 0.25);
  outline-offset: 1px;
}

.fv-fly-field.is-drawn input {
  border-color: var(--fv-bad);
}

.fv-fly button {
  width: 100%;
  min-height: 48px;
  padding: 13px 20px;
  background: var(--fv-indigo);
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.fv-fly button:hover {
  background: var(--fv-indigo-deep);
}

.fv-fly-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 4px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--fv-indigo);
  border-radius: 3px;
  box-shadow: 0 14px 30px rgba(15, 16, 19, 0.16);
  max-height: 296px;
  overflow-y: auto;
}

.fv-fly-list[hidden] {
  display: none;
}

.fv-fly-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  padding: 9px 11px;
  border-radius: 2px;
  cursor: pointer;
  line-height: 1.3;
}

.fv-fly-option.is-held,
.fv-fly-option:hover {
  background: var(--fv-wash);
}

.fv-fly-place {
  font-weight: 500;
}

.fv-fly-meta {
  grid-column: 1;
  font-size: 0.82rem;
  color: var(--fv-muted);
}

.fv-fly-code {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--fv-indigo);
  background: var(--fv-wash);
  border-radius: 2px;
  padding: 3px 7px;
}

.fv-fly-note {
  margin: 16px 0 0;
  font-size: 0.86rem;
  color: var(--fv-muted);
}

.fv-fly-status {
  margin: 10px 0 0;
  font-size: 0.9rem;
  min-height: 1.2em;
}

.fv-fly-status[data-state="bad"] {
  color: var(--fv-bad);
  font-weight: 500;
}

.fv-fly-status[data-state="good"] {
  color: var(--fv-good);
  font-weight: 500;
}

.fv-deck .fv-disclosure {
  margin: 22px 0 0;
  max-width: none;
  column-count: 2;
  column-gap: 34px;
}

@media (max-width: 900px) {
  .fv-fly-from,
  .fv-fly-to,
  .fv-fly-go {
    grid-column: span 12;
  }

  .fv-fly-when {
    grid-column: span 6;
  }

  .fv-fly-count {
    grid-column: span 4;
  }

  .fv-fly-cabin {
    grid-column: span 12;
  }
}

@media (max-width: 560px) {
  .fv-deck {
    padding: 40px 0 44px;
    margin: 46px 0;
  }

  .fv-fly {
    padding: 18px 16px 16px;
  }

  .fv-fly-when,
  .fv-fly-cabin {
    grid-column: span 12;
  }

  .fv-fly-count {
    grid-column: span 4;
  }

  .fv-deck .fv-disclosure {
    column-count: 1;
  }
}

/* ---------- footer ---------- */

.fv-foot {
  background: var(--fv-indigo-deep);
  color: #dfe3ec;
  margin-top: 58px;
  border-top: 5px solid var(--fv-clay);
}

.fv-foot a {
  color: #dfe3ec;
  text-decoration: none;
}

.fv-foot a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fv-colophon {
  text-align: center;
  padding: 44px 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fv-colophon .fv-mark {
  margin: 0 auto 14px;
}

.fv-colophon .fv-mark path[stroke="#2c4275"] {
  stroke: #dfe3ec;
}

.fv-colophon-line {
  font-family: var(--fv-display);
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 0.4em;
}

.fv-colophon-body {
  max-width: 54ch;
  margin: 0 auto;
  color: #b9c1d3;
  font-size: 0.96rem;
}

.fv-foot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 34px 0 38px;
}

.fv-foot-head {
  font-family: var(--fv-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #96a1bb;
  margin-bottom: 14px;
}

.fv-foot-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fv-foot-grid li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.fv-foot-reach p {
  font-size: 0.95rem;
  margin-bottom: 0.8em;
  color: #b9c1d3;
}

.fv-hours {
  font-size: 0.88rem;
}

.fv-record {
  background: var(--fv-deep);
  padding: 18px 0;
}

.fv-record p {
  margin: 0;
  font-size: 0.85rem;
  color: #98a0b4;
}

.fv-shield {
  margin-top: 6px;
  max-width: 92ch;
}

/* ---------- storage card, right edge ---------- */

.fv-dawn {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translate(120%, -50%);
  width: 290px;
  max-width: calc(100vw - 36px);
  background: var(--fv-card);
  border: 1px solid var(--fv-hair);
  border-right: 5px solid var(--fv-indigo);
  border-radius: 3px;
  box-shadow: 0 14px 34px rgba(15, 16, 19, 0.16);
  padding: 20px 20px 18px;
  z-index: 50;
  transition: transform 0.34s ease;
}

.fv-dawn[hidden] {
  display: none;
}

.fv-dawn.is-surfaced {
  transform: translate(0, -50%);
}

.fv-dawn-head {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fv-indigo);
  margin-bottom: 8px;
}

.fv-dawn p {
  font-size: 0.9rem;
  color: var(--fv-muted);
}

.fv-dawn-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.fv-dawn-acts button {
  flex: 1 1 auto;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 3px;
  border: 1px solid var(--fv-indigo);
  background: var(--fv-indigo);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 500;
}

.fv-dawn-acts button[data-fv-dawn="no"] {
  background: transparent;
  color: var(--fv-indigo);
}

/* ---------- reveal ---------- */

.fv-js .fv-band,
.fv-js .fv-letter,
.fv-js .fv-piece-body,
.fv-js .fv-contact-grid {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fv-js .fv-band.is-moored,
.fv-js .fv-letter.is-moored,
.fv-js .fv-piece-body.is-moored,
.fv-js .fv-contact-grid.is-moored {
  opacity: 1;
  transform: none;
}

/* ---------- narrow ---------- */

@media (max-width: 1024px) {
  .fv-piece-body,
  .fv-contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .fv-margin dl {
    max-width: 520px;
  }

  .fv-featured-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .fv-latch {
    display: block;
  }

  .fv-index {
    display: none;
    padding-bottom: 12px;
  }

  .fv-index.is-surfaced {
    display: block;
  }

  .fv-index ul {
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .fv-nav-primary,
  .fv-nav-secondary {
    padding: 8px 0;
  }

  .fv-nav-primary a,
  .fv-nav-secondary a {
    display: block;
    padding: 9px 4px;
  }

  .fv-columns,
  .fv-nearby {
    grid-template-columns: 1fr 1fr;
  }

  .fv-column:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }

  .fv-column:nth-child(2n + 1) {
    padding-left: 0;
  }

  .fv-column {
    margin-bottom: 30px;
  }

  .fv-foot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fv-dawn {
    right: 12px;
    left: 12px;
    top: auto;
    bottom: 14px;
    width: auto;
    transform: translateY(150%);
  }

  .fv-dawn.is-surfaced {
    transform: translateY(0);
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .fv-lede {
    columns: 1;
  }

  .fv-columns,
  .fv-nearby {
    grid-template-columns: 1fr;
  }

  .fv-column,
  .fv-nearby li {
    border-right: 0;
    padding: 0 0 24px;
    border-bottom: 1px solid var(--fv-hair);
  }

  .fv-nearby li {
    padding: 14px 0;
  }

  .fv-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .fv-form-slim {
    grid-template-columns: 1fr;
  }

  .fv-foot-grid {
    grid-template-columns: 1fr;
  }

  .fv-mast-note {
    display: none;
  }

  .fv-wordmark {
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .fv-mast,
  .fv-foot,
  .fv-dawn,
  .fv-letter {
    display: none;
  }
}
