:root {
  --primary: #3d6b5e;
  --secondary: #e07a5f;
  --accent: #f4d35e;
  --bg: #fff8f0;
  --bg-dark: #2c4a42;
  --text: #2c2c2c;
  --radius: 20px;
  --header-h: 88px;
}

html {
  /* Room for sticky/wrapped nav so in-page jumps show headings */
  scroll-padding-top: 110px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.page-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 248, 240, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(44, 44, 44, 0.08);
}

.logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}

.logo img {
  display: block;
  height: calc(var(--header-h) - 24px);
  max-height: 56px;
  width: auto;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 14px;
  min-width: 0;
}

.site-nav a {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  padding: 4px 0;
}

.site-nav a:hover {
  color: var(--secondary);
}

.site-nav a.is-current {
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-nav a.nav-cta {
  background: var(--primary);
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none !important;
}

.site-nav a.nav-cta:hover {
  background: var(--bg-dark);
  color: #fff !important;
}

.back-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  flex-shrink: 0;
}

.hero-photo {
  position: relative;
  min-height: 38vh;
  margin-top: 0;
  overflow: hidden;
  scroll-margin-top: 110px;
}

.hero-photo--short {
  min-height: 28vh;
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 38vh;
  max-height: 320px;
  object-fit: cover; /* crop to frame — never stretch */
  /* Bias slightly upward so ears/eyes stay in frame on pet photos */
  object-position: center 30%;
}

.hero-photo--short img {
  height: 32vh;
  max-height: 280px;
  object-fit: cover;
  object-position: center 30%;
}

/* Service pages (walks / drop-ins / cats): taller heroes so faces stay centered */
.hero-photo--service {
  min-height: 0;
}

.hero-photo--service img {
  height: 42vh;
  min-height: 260px;
  max-height: 420px;
  object-fit: cover;
  object-position: center center;
}

/*
 * Pre-cropped wide banner (faces framed in the asset itself).
 * Soft blur edges are baked into your-crew-hero-banner.jpg.
 */
.hero-photo.hero-photo--banner-crop {
  position: relative;
  height: clamp(240px, 36vh, 360px);
  min-height: 240px;
  overflow: hidden;
  background: var(--bg-dark);
}

.hero-photo--banner-crop img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.hero-photo--banner-crop::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(44, 74, 66, 0.7) 0%, transparent 55%);
  pointer-events: none;
}

.hero-photo--banner-crop .hero-caption {
  z-index: 2;
}

.hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,74,66,0.75) 0%, transparent 60%);
  pointer-events: none;
}

.hero-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 32px 24px;
}

.pill {
  display: inline-block;
  padding: 6px 14px;
  background: var(--accent);
  color: var(--bg-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 12px;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.content {
  padding: 36px 24px 64px;
  max-width: 520px;
  margin: 0 auto;
  scroll-margin-top: 110px;
}

.content-form {
  max-width: 640px;
}

.form-page-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--bg-dark);
  margin-bottom: 8px;
  text-align: center;
}

.lead {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--bg-dark);
  margin-bottom: 24px;
}

.meet-team {
  padding: 28px 24px;
  margin: 0 auto 8px;
  max-width: 640px;
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.15);
  border-radius: var(--radius);
  text-align: center;
}

.meet-team h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--bg-dark);
  margin-bottom: 10px;
}

.meet-team p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
  opacity: 0.9;
  margin-bottom: 18px;
}

.meet-team-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  text-align: left;
}

.meet-team-steps li {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  list-style: none;
  padding-left: 1.6em;
  position: relative;
}

.meet-team-steps li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--secondary);
  font-weight: 800;
}

.meet-team-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 22px;
  background: var(--bg-dark);
  color: #fff;
  border: 2px solid rgba(255, 248, 240, 0.25);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
}

.meet-team-cta:hover {
  background: #243d36;
  border-color: rgba(255, 248, 240, 0.4);
}

.meet-team-cta--block {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  margin: 0 auto 12px;
}

/* ── Photo admin ── */
.photos-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.photo-slot-card {
  border: 1px solid rgba(30, 53, 48, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}

.photo-slot-card__preview {
  aspect-ratio: 4 / 3;
  background: var(--bg-cream);
  overflow: hidden;
}

.photo-slot-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo-slot-card__body {
  padding: 16px;
}

.photo-slot-card__body h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.photo-slot-card__meta {
  font-size: 0.78rem;
  color: rgba(30, 53, 48, 0.65);
  margin-bottom: 12px;
}

.photo-slot-card__meta code {
  font-size: 0.72rem;
  background: rgba(30, 53, 48, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
}

.photo-slot-form .form-field {
  margin-bottom: 10px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.chip {
  padding: 10px 16px;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
}

.prompt-pill {
  display: inline-flex;
  align-items: center;
}

.pricing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.cta-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background: var(--secondary);
  color: #fff;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 8px 28px rgba(224,122,95,0.4);
  transition: transform 0.15s;
  margin-bottom: 12px;
}

.cta:hover { transform: translateX(4px); }

.cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--primary);
}

/* ── Intake form ── */
.crew-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-section-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--bg-dark);
  margin-top: 8px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field.full { grid-column: 1 / -1; }

.form-field label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.02em;
}

.form-field label .req { color: var(--secondary); }

.form-field input,
.form-field select,
.form-field textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 2px solid rgba(61, 107, 94, 0.2);
  border-radius: 12px;
  background: #fff;
  color: var(--text);
  transition: border-color 0.15s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.form-field textarea { min-height: 100px; resize: vertical; }

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.2);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

.checkbox-pill:has(input:checked) {
  border-color: var(--primary);
  background: rgba(61, 107, 94, 0.08);
  color: var(--primary);
}

.checkbox-pill input { accent-color: var(--primary); }

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.form-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 8px;
}

.form-note {
  font-size: 0.82rem;
  color: var(--primary);
  text-align: center;
  opacity: 0.85;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.form-alert.error {
  background: #fde8e4;
  color: #9a3412;
  border: 1px solid #f5b8a8;
}

.form-alert.success {
  background: rgba(61, 107, 94, 0.12);
  color: var(--primary);
  border: 1px solid rgba(61, 107, 94, 0.25);
}

/* ── Meet & greet scheduler ── */
.schedule-loading {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 20px;
}

.schedule-step {
  margin-bottom: 24px;
}

.schedule-days,
.schedule-times {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.schedule-day-btn,
.schedule-time-btn {
  font-family: inherit;
  cursor: pointer;
  border: 2px solid rgba(61, 107, 94, 0.2);
  background: #fff;
  color: var(--bg-dark);
  border-radius: 14px;
  transition: all 0.15s;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(61, 107, 94, 0.2);
}

.schedule-day-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 132px;
  padding: 14px 16px;
  text-align: left;
}

.schedule-day-btn strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.schedule-day-btn span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--primary);
  opacity: 0.85;
}

.schedule-time-btn {
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 700;
}

.schedule-day-btn:hover,
.schedule-time-btn:hover,
.schedule-day-btn.is-selected,
.schedule-time-btn.is-selected {
  border-color: var(--primary);
  background: rgba(61, 107, 94, 0.08);
  color: var(--primary);
}

.schedule-weekly-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.schedule-weekly-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.schedule-day-toggle {
  margin: 0;
}

.schedule-weekly-sep {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
}

.schedule-weekly-row input[type="time"] {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 10px 12px;
  border: 2px solid rgba(61, 107, 94, 0.2);
  border-radius: 12px;
  background: #fff;
}

.schedule-blocked-list,
.schedule-bookings-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.schedule-inline-form,
.schedule-booking-card {
  padding: 14px 16px;
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.12);
  border-radius: 14px;
}

.schedule-inline-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.schedule-booking-card p {
  font-size: 0.88rem;
  margin-top: 6px;
  line-height: 1.45;
}

.schedule-booking-notes {
  opacity: 0.85;
}

.schedule-link-btn {
  font-family: inherit;
  border: none;
  background: none;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 700px) {
  .schedule-weekly-row {
    grid-template-columns: 1fr;
  }
  .schedule-weekly-sep { display: none; }
}

.form-alt {
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
}

.contact-band {
  background: var(--bg-dark);
  color: var(--bg);
  padding: 48px 24px 56px;
  text-align: center;
}

.contact-band h2 {
  font-family: 'Nunito', sans-serif;
  font-size: clamp(1.4rem, 4vw, 1.9rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #fff;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 360px;
  margin: 0 auto 20px;
}

.contact-item {
  display: block;
  padding: 16px 22px;
  background: rgba(255, 248, 240, 0.1);
  border: 2px solid rgba(255, 248, 240, 0.25);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  transition: background 0.15s, border-color 0.15s;
}

.contact-item:hover {
  background: rgba(255, 248, 240, 0.18);
  border-color: var(--accent);
}

.contact-note {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

.contact-note a:hover { text-decoration: underline; }

.contact-band .site-footer-copy {
  margin-top: 16px;
  opacity: 0.7;
}

/* Consistent site footer: links only (no phone block) */
.contact-band:has(.site-footer-copy) {
  padding-top: 40px;
  padding-bottom: 48px;
}

.contact-band:has(.site-footer-copy) > .contact-note:first-child {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ── Pricing ── */
.pricing-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

.price-card {
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.15);
  border-radius: var(--radius);
  padding: 24px 22px;
  text-align: left;
}

.price-card.featured {
  border-color: var(--secondary);
  box-shadow: 0 8px 28px rgba(224, 122, 95, 0.15);
}

.price-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--bg-dark);
  margin-bottom: 8px;
}

.price-amount {
  font-family: 'Nunito', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 6px;
}

.price-amount span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
}

.price-detail {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bg-dark);
  margin-bottom: 12px;
  line-height: 1.4;
}

.price-policy {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(244, 211, 94, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--bg-dark);
  letter-spacing: 0.02em;
}

.price-policy.sitting {
  background: rgba(61, 107, 94, 0.12);
  color: var(--primary);
}

/* ── Photos grid ── */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 40px;
}

.photo-grid .grid-item {
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
}

.photo-grid .grid-item.wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

.photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Testimonials ── */
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.testimonial-card {
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.12);
  border-radius: var(--radius);
  padding: 22px 20px;
  text-align: left;
}

.testimonial-card.featured {
  border-color: var(--secondary);
  box-shadow: 0 8px 28px rgba(224, 122, 95, 0.12);
}

.testimonial-card blockquote {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bg-dark);
  margin-bottom: 12px;
}

.testimonial-card cite {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  font-style: normal;
  color: var(--primary);
}

.testimonial-card .pet-tag {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 10px;
  background: rgba(244, 211, 94, 0.35);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bg-dark);
}

/*
 * Testimonial photos — small on-screen, never spill past the card.
 * - clamp() caps display size for mobile + desktop
 * - aspect-ratio keeps the frame square
 * - object-fit: cover crops to the frame (no stretch/warp of the photo)
 * Never set width/height to different % bases (that distorts the box).
 */
.testimonial-photos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.testimonial-card .testimonial-photo,
img.testimonial-photo {
  display: block !important;
  box-sizing: border-box !important;
  width: 240px !important;
  height: 240px !important;
  max-width: 240px !important;
  max-height: 240px !important;
  object-fit: cover !important;
  /* Prefer face region (eyes/ears) over lower body when cropping to square */
  object-position: center 28% !important;
  border-radius: calc(var(--radius) - 4px);
  margin: 0 auto 14px;
}

.testimonial-photos .testimonial-photo {
  margin: 0 !important;
  flex: 0 0 220px !important;
  width: 220px !important;
  height: 220px !important;
  max-width: 220px !important;
  max-height: 220px !important;
  object-fit: cover !important;
  object-position: center 28% !important;
}

@media (max-width: 600px) {
  .testimonial-card .testimonial-photo,
  img.testimonial-photo {
    width: 192px !important;
    height: 192px !important;
    max-width: 192px !important;
    max-height: 192px !important;
  }
  .testimonial-photos .testimonial-photo {
    width: 160px !important;
    height: 160px !important;
    max-width: 160px !important;
    max-height: 160px !important;
    flex: 0 0 160px !important;
  }
}

.section-title {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--bg-dark);
  margin-bottom: 16px;
  margin-top: 32px;
  text-align: center;
  scroll-margin-top: var(--header-h);
}

.section-title:first-of-type { margin-top: 0; }

.meet-team-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  margin-top: 4px;
  width: 100%;
  max-width: 360px;
}

.meet-team-cta-stack .meet-team-cta {
  width: 100%;
}

.meet-team-static-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 22px;
  background: var(--bg-dark);
  color: #fff;
  border: 2px solid rgba(255, 248, 240, 0.25);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
  cursor: default;
  user-select: text;
  pointer-events: none;
}

.about-copy {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 14px;
}

.about-services {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}

.about-services li {
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 14px 16px;
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.12);
  border-radius: 14px;
}

.about-services strong {
  color: var(--bg-dark);
  font-weight: 700;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.about-value-card {
  padding: 18px 16px;
  background: #fff;
  border: 2px solid rgba(61, 107, 94, 0.12);
  border-radius: var(--radius);
  text-align: center;
}

.about-value-card h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 8px;
}

.about-value-card p {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text);
  opacity: 0.88;
}

@media (max-width: 600px) {
  .about-values { grid-template-columns: 1fr; }
}

.swap-hint {
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
  color: var(--primary);
  opacity: 0.8;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  :root { --header-h: 72px; }
  .page-header {
    flex-wrap: wrap;
    height: auto;
    min-height: var(--header-h);
    padding: 10px 12px 12px;
  }
  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 8px 12px;
    padding-top: 4px;
  }
  .site-nav a { font-size: 0.75rem; }
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
  .logo img { max-height: 48px; }
  .hero-photo { min-height: 32vh; }
  .hero-photo img { height: 32vh; max-height: 260px; object-position: center 30%; }
  .hero-photo--short img { height: 28vh; max-height: 240px; object-position: center 30%; }
  .hero-photo--service img {
    height: 36vh;
    min-height: 220px;
    max-height: 340px;
    object-position: center center;
  }
  .hero-photo.hero-photo--banner-crop {
    height: clamp(220px, 34vh, 300px);
    min-height: 220px;
  }
}