/* =============================================================================
   Missouri Search Dogs LLC
   -----------------------------------------------------------------------------
   Ported from an artifact SPA export whose styling lived entirely in inline
   `style` attributes. The palette, spacing and type scale below are that
   design; what changed is that the fixed pixel type sizes are now clamped, so
   the 66px hero headline doesn't overflow a phone.
   ========================================================================== */

/* --- fonts ---------------------------------------------------------------- */
/* Oswald ships as a variable font: one file covers 400-700. Barlow does not,
   so its weights are separate files and only the three the design uses are
   loaded. Latin subsets only -- the copy is English. */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/oswald-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/barlow-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/barlow-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/barlow-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- tokens --------------------------------------------------------------- */
:root {
  --ink:        #0E0D0B;   /* page */
  --ink-alt:    #12100C;   /* alternating band */
  --ink-card:   #15130E;   /* raised card */
  --ink-deep:   #0A0908;   /* footer */
  --rule:       #2A2519;
  --rule-soft:  #1C1913;
  --rule-faint: #221E15;

  --gold:       #C9A227;
  --gold-soft:  #E3C77A;
  --gold-line:  #4A3F1E;
  --on-gold:    #161309;

  --cream:      #F5F1E6;
  --text:       #D8D2C2;
  --body:       #A9A392;
  --muted:      #8F8979;
  --muted-2:    #7E7663;
  --muted-3:    #6E6858;
  --muted-4:    #5E594C;

  --display: 'Oswald', 'Arial Narrow', system-ui, sans-serif;
  --sans: 'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --shell: 1240px;
}

/* --- base ----------------------------------------------------------------- */
* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: var(--cream); }

img { max-width: 100%; }

::selection { background: var(--gold); color: var(--ink); }

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

.container { max-width: var(--shell); margin: 0 auto; padding-inline: 24px; }
.container--narrow { max-width: 900px; }

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

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--on-gold); padding: 12px 18px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .12em;
}
.skip-link:focus { left: 0; color: var(--on-gold); }

/* --- type ----------------------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
  font-weight: 600;
  color: var(--cream);
}

h1 { font-size: clamp(34px, 6.4vw, 56px); font-weight: 700; letter-spacing: .01em; }
.h-hero { font-size: clamp(36px, 7.4vw, 66px); line-height: 1.02; text-wrap: balance; }
h2 { font-size: clamp(28px, 4.4vw, 40px); }
.h2--lg { font-size: clamp(32px, 5.2vw, 48px); }
.h2--sm { font-size: clamp(26px, 3.6vw, 34px); }
h3 { font-size: clamp(21px, 2.6vw, 26px); }

.eyebrow {
  font-family: var(--display);
  letter-spacing: .3em;
  font-size: 12px;
  color: var(--gold);
  text-transform: uppercase;
}
.eyebrow--wide { letter-spacing: .34em; font-size: 13px; }

.lede { font-size: clamp(17px, 2vw, 19px); line-height: 1.6; color: var(--text); margin: 0; text-wrap: pretty; }
.prose { color: var(--body); font-size: 17px; line-height: 1.7; margin: 0; }
.prose + .prose { margin-top: 16px; }

/* --- buttons -------------------------------------------------------------- */
.btn {
  display: inline-block;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 600;
  padding: 18px 34px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn--gold { background: var(--gold); color: var(--on-gold); }
.btn--gold:hover { background: var(--gold-soft); color: var(--on-gold); }
.btn--outline { border-color: var(--gold); color: var(--gold-soft); }
.btn--outline:hover { background: rgba(201, 162, 39, .12); color: var(--gold-soft); }
.btn--dark { background: var(--on-gold); color: var(--gold-soft); font-size: clamp(16px, 2vw, 20px); padding: 20px 40px; }
.btn--dark:hover { background: var(--ink); color: var(--gold-soft); }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-row--center { justify-content: center; }

/* --- alert bar ------------------------------------------------------------ */
.alert-bar {
  background: var(--gold);
  color: var(--on-gold);
  font-family: var(--display);
  letter-spacing: .14em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 8px 20px;
  text-align: center;
}
.alert-bar a { color: var(--on-gold); }
.alert-bar a:hover { color: var(--ink); }

/* --- header --------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(14, 13, 11, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.site-header__inner {
  padding-block: 12px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 14px; }
.brand img { height: 62px; width: auto; display: block; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name {
  font-family: var(--display); font-size: 21px; font-weight: 600;
  letter-spacing: .06em; color: var(--cream); text-transform: uppercase;
}
.brand__llc {
  font-family: var(--display); font-size: 12px; letter-spacing: .3em;
  color: var(--gold); text-transform: uppercase;
}

.nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav__link {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
  color: #C6C0B0;
  border-bottom: 2px solid transparent;
}
.nav__link:hover { color: var(--cream); }
.nav__link[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
.nav__call {
  margin-left: 10px; font-family: var(--display); text-transform: uppercase;
  letter-spacing: .1em; font-size: 14px; font-weight: 600;
  background: var(--gold); color: var(--on-gold); padding: 11px 18px; border-radius: 2px;
}
.nav__call:hover { background: var(--gold-soft); color: var(--on-gold); }

.nav-toggle {
  display: none;
  background: none; border: 1px solid var(--rule); border-radius: 2px;
  padding: 10px 12px; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px; background: var(--cream);
}
.nav-toggle span + span { margin-top: 4px; }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--ink); border-bottom: 1px solid var(--rule);
    padding: 8px 24px 20px;
  }
  .site-header__inner { position: relative; }
  .nav.is-open { display: flex; }
  .nav__link { padding: 14px 0; border-bottom: 1px solid var(--rule-soft); }
  .nav__link[aria-current="page"] { border-bottom-color: var(--gold); }
  .nav__call { margin: 14px 0 0; text-align: center; }
  .brand img { height: 48px; }
  .brand__name { font-size: 17px; }
}

/* --- hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.hero__media {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .42;
}
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ink) 8%, rgba(14,13,11,.72) 55%, rgba(14,13,11,.35) 100%);
}
.hero__inner { position: relative; width: 100%; padding-block: clamp(56px, 9vw, 96px); }
.hero__copy { max-width: 660px; display: flex; flex-direction: column; gap: 26px; }
.hero__copy .lede { max-width: 560px; color: var(--text); }
.hero__note { font-size: 14px; color: #9A9484; letter-spacing: .04em; }

@media (max-width: 700px) {
  .hero { min-height: 0; }
  .hero__scrim { background: linear-gradient(180deg, rgba(14,13,11,.72), rgba(14,13,11,.92)); }
}

/* --- page head (interior pages) ------------------------------------------- */
.page-head { border-bottom: 1px solid var(--rule); background: var(--ink-alt); }
.page-head__inner {
  padding: clamp(48px, 7vw, 72px) 24px clamp(40px, 5.5vw, 56px);
  display: flex; flex-direction: column; gap: 16px;
}
.page-head h1 { max-width: 820px; }
.page-head .lede { max-width: 760px; color: var(--body); font-size: clamp(17px, 2vw, 18px); }

.page-head--gold { background: var(--gold); color: var(--on-gold); border-bottom: none; }
.page-head--gold h1 { color: var(--on-gold); }
.page-head--gold .eyebrow { color: var(--on-gold); font-weight: 600; letter-spacing: .3em; }
.page-head--gold .lede { color: var(--on-gold); font-weight: 500; max-width: 760px; }

/* --- sections ------------------------------------------------------------- */
.section { padding-block: clamp(56px, 8vw, 88px); }
.section--tight { padding-block: clamp(48px, 6.5vw, 72px); }
.section--alt { background: var(--ink-alt); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section--alt-top { background: var(--ink-alt); border-top: 1px solid var(--rule); }

.section-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }

/* --- stats ---------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  background: var(--rule);
}
.stat { background: var(--ink-alt); padding: 34px 28px; display: flex; flex-direction: column; gap: 8px; }
.stat__value { font-family: var(--display); font-size: 42px; font-weight: 600; color: var(--gold); line-height: 1; }
.stat__label {
  font-family: var(--display); font-size: 13px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--text);
}
.stat__note { font-size: 15px; color: var(--muted); line-height: 1.5; }

/* --- grids ---------------------------------------------------------------- */
.grid { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--split { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(28px, 4vw, 48px); align-items: start; }
.grid--wide { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }

/* Hairline grid: the 1px gap over a rule-coloured background is what draws the
   dividing lines between cells, so cards need no borders of their own. */
.grid--hairline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}
.grid--hairline > * { background: var(--ink-card); }

/* --- cards ---------------------------------------------------------------- */
.card {
  background: var(--ink-card);
  border: 1px solid var(--rule);
  padding: 32px 26px;
  display: flex; flex-direction: column; gap: 12px;
}
.card--gold-top { border-top: 3px solid var(--gold); }
.card__tag {
  font-family: var(--display); font-size: 12px; letter-spacing: .24em;
  color: var(--muted-2); text-transform: uppercase;
}
.card__tag--gold { color: var(--gold); }
.card p { color: var(--body); font-size: 16px; line-height: 1.6; margin: 0; }

.svc { padding: 38px 30px; display: flex; flex-direction: column; gap: 14px; }
.svc p { color: var(--body); font-size: 16px; line-height: 1.65; margin: 0; }

/* --- dog type cards (about) ----------------------------------------------- */
.type-card {
  background: var(--ink);
  border: 1px solid var(--rule);
  padding: 34px 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.type-card__num { font-family: var(--display); font-size: 44px; font-weight: 600; color: var(--rule); line-height: 1; }
.type-card h3 { color: var(--gold); }
.type-card p { color: var(--body); font-size: 16px; line-height: 1.65; margin: 0; }
.type-card__hr { height: 1px; background: var(--rule); margin: 6px 0; }
.type-card__label {
  font-family: var(--display); font-size: 12px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted-2);
}
.type-card__call { color: var(--text); font-size: 15px; line-height: 1.55; }

/* --- value items ---------------------------------------------------------- */
.value {
  border-left: 2px solid var(--gold);
  padding: 6px 0 6px 22px;
  display: flex; flex-direction: column; gap: 10px;
}
.value h3 { font-size: 22px; }
.value p { color: var(--body); font-size: 16px; line-height: 1.65; margin: 0; }

/* --- numbered steps ------------------------------------------------------- */
.steps { display: flex; flex-direction: column; gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
.step { background: var(--ink); padding: 20px 24px; display: flex; gap: 18px; align-items: baseline; }
.step__n { font-family: var(--display); color: var(--gold); font-size: 18px; min-width: 28px; }
.step__text { color: var(--text); font-size: 16px; line-height: 1.55; }

/* --- CTA band ------------------------------------------------------------- */
.cta-band { position: relative; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.cta-band__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.cta-band__scrim {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(14,13,11,.9), rgba(14,13,11,.96));
}
.cta-band__inner {
  position: relative; max-width: 900px; margin: 0 auto;
  padding: clamp(56px, 9vw, 96px) 24px;
  text-align: center; display: flex; flex-direction: column; gap: 22px; align-items: center;
}
.cta-band .lede { max-width: 620px; }

/* --- people --------------------------------------------------------------- */
.person {
  background: var(--ink-card);
  border: 1px solid var(--rule);
  display: flex; flex-direction: column;
}
.person__photo {
  width: 100%; height: 260px; object-fit: cover; object-position: center 22%;
  display: block; border-bottom: 1px solid var(--rule);
}
.person__body { padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; }
.person__role {
  font-family: var(--display); font-size: 13px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold);
}
.person p { color: var(--body); font-size: 16px; line-height: 1.65; margin: 0; }

/* Hatched box standing in for a photo we do not have yet. Deliberately looks
   unfinished so it reads as a gap rather than as a design choice. */
.photo-pending {
  height: 260px;
  background: repeating-linear-gradient(135deg, #1B1811 0 10px, var(--ink-card) 10px 20px);
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--rule);
}
.photo-pending span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px; letter-spacing: .12em; color: var(--muted-3); text-transform: uppercase;
}
.photo-pending--dog { background: repeating-linear-gradient(135deg, #1B1811 0 10px, var(--ink-alt) 10px 20px); border-bottom: none; }

/* --- dog roster ----------------------------------------------------------- */
.dog { background: var(--ink); border: 1px solid var(--rule); display: flex; flex-direction: column; }
.dog__photo { width: 100%; height: 260px; object-fit: cover; object-position: center 28%; display: block; }
.dog__body { padding: 22px 22px 26px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--rule); }
.dog h3 { font-size: 24px; }
.dog__meta { font-size: 15px; color: var(--muted); }
.dog__certs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.cert {
  font-family: var(--display); font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-soft);
  border: 1px solid var(--gold-line); background: rgba(201, 162, 39, .09);
  padding: 5px 10px;
}
.dog__retest { font-size: 14px; color: var(--muted-3); margin-top: 6px; }

/* --- intake checklist ----------------------------------------------------- */
.intake {
  background: var(--ink-card); border: 1px solid var(--rule); border-top: 3px solid var(--gold);
  padding: 34px 30px; display: flex; flex-direction: column; gap: 18px;
}
.intake h3 { font-size: 22px; color: var(--gold); }
.intake ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.intake li {
  display: flex; gap: 14px; align-items: baseline;
  border-bottom: 1px solid var(--rule-faint); padding-bottom: 12px;
  color: var(--text); font-size: 16px; line-height: 1.5;
}
.intake li::before { content: "\25CF"; color: var(--gold); font-size: 14px; flex: none; }
.intake li:last-child { border-bottom: none; padding-bottom: 0; }

/* --- contact -------------------------------------------------------------- */
.contact-block { display: flex; flex-direction: column; gap: 26px; }
.contact-item { display: flex; flex-direction: column; gap: 8px; }
.contact-item__label {
  font-family: var(--display); font-size: 12px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--muted-2);
}
.contact-item__phone { font-family: var(--display); font-size: clamp(28px, 4.4vw, 36px); color: var(--gold); }
.contact-item__email { font-family: var(--display); font-size: clamp(19px, 2.6vw, 24px); color: var(--gold-soft); word-break: break-all; }
.contact-item__note { color: var(--muted); font-size: 15px; }
.contact-item__text { color: var(--text); font-size: 17px; line-height: 1.6; }
.contact-rule { height: 1px; background: var(--rule); }

/* --- form ----------------------------------------------------------------- */
.form {
  background: var(--ink-card); border: 1px solid var(--rule); border-top: 3px solid var(--gold);
  padding: 34px 30px; display: flex; flex-direction: column; gap: 20px;
}
.form h2 { font-size: clamp(22px, 3vw, 26px); }
.form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }

.field { display: flex; flex-direction: column; gap: 7px; }
.field__label {
  display: block;
  font-family: var(--display); font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; color: #9A9484;
}
.field__label .req { color: var(--gold); margin-left: 2px; }
.field input, .field select, .field textarea {
  background: var(--ink); border: 1px solid var(--rule); color: var(--cream);
  padding: 13px 14px; font-family: var(--sans); font-size: 16px;
  letter-spacing: 0; outline: none; width: 100%; line-height: 1.5;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted-3); }
.field--error input, .field--error select, .field--error textarea { border-color: #C7502F; }
.field__error { color: #E58063; font-size: 14px; }

.form__note { font-size: 14px; color: var(--muted-2); line-height: 1.5; }

.form__status { font-size: 16px; line-height: 1.55; padding: 14px 16px; border: 1px solid var(--rule); }
.form__status--ok { border-color: var(--gold-line); background: rgba(201, 162, 39, .09); color: var(--gold-soft); }
.form__status--bad { border-color: #6B2E1C; background: rgba(199, 80, 47, .1); color: #E58063; }
.form__status[hidden] { display: none; }

/* Bots fill every field they find. People never see this one. */
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --- media panel ---------------------------------------------------------- */
.panel-img { width: 100%; height: 420px; object-fit: cover; object-position: center 30%; border: 1px solid var(--rule); }

/* --- footer --------------------------------------------------------------- */
.site-footer { background: var(--ink-deep); border-top: 1px solid var(--rule); }
.site-footer__grid {
  padding: 56px 24px 28px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px;
}
.site-footer__col { display: flex; flex-direction: column; gap: 12px; }
.site-footer__brand { display: flex; flex-direction: column; gap: 14px; }
.site-footer__brand img { height: 84px; width: auto; align-self: flex-start; }
.site-footer__blurb { color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 280px; }
.site-footer h2 {
  font-family: var(--display); font-size: 12px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold);
}
.site-footer a { color: var(--body); font-size: 16px; }
.site-footer a:hover { color: var(--cream); }
.site-footer__email { word-break: break-all; }
.site-footer__note { color: var(--muted-3); font-size: 15px; line-height: 1.5; }
.site-footer__bottom {
  max-width: var(--shell); margin: 0 auto;
  padding: 18px 24px 34px;
  border-top: 1px solid var(--rule-soft);
  color: var(--muted-4); font-size: 14px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.site-footer__bottom a { color: var(--muted-4); font-size: 14px; }
.site-footer__bottom a:hover { color: var(--body); }

/* --- layout shell --------------------------------------------------------- */
.page-shell { min-height: 100vh; display: flex; flex-direction: column; background: var(--ink); }
main { flex: 1; }

@media (max-width: 700px) {
  .panel-img { height: 300px; }
  .form, .intake { padding: 26px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
