/* Clarity: a calm, modern split hero. Text never sits over a photo. */
:root {
  --ink: #172b34;
  --muted: #50616a;
  --line: #d7e1e4;
  --paper: #ffffff;
  --wash: #f0f5f6;
  --accent: #176579;
  --accent-deep: #104c5c;
  --accent-light: #8cdae5;
  --on-accent: #ffffff;
  --band: #172b34;
  --on-band: #f0f5f6;
  --font: "Inter", system-ui, sans-serif;
  --font-display: "Inter", system-ui, sans-serif;
  --display-weight: 600;
  --display-tracking: -.045em;
  --h1-size: 2.6rem;
  --h1-size-wide: 3.7rem;
  --h2-size: 2rem;
  --radius-card: 16px;
  --radius-shot: 16px;
  --radius-cta: 6px;
  --card-pad: 1.75rem;
  --section-y: 4rem;
  --hero-y: 3.5rem;
  --header-bg: var(--paper);
  --header-ink: var(--ink);
  --header-border: 1px solid var(--line);
}
.hero-clarity { display: grid; gap: 2.5rem; align-items: center; }
.clarity-intro, .clarity-heading, .clarity-summary, .clarity-image { min-width: 0; }
.hero-clarity h1 { line-height: 1.06; overflow-wrap: anywhere; }
.clarity-summary { margin-top: 1.5rem; }
.clarity-image { background: var(--wash); border-radius: 16px; overflow: hidden; }
.clarity-image img { display: block; width: 100%; aspect-ratio: 6 / 5; object-fit: cover; }
.pack-clarity .card-icon { color: var(--accent); }
.pack-clarity .about { border-bottom: 1px solid var(--line); }
.pack-clarity .why-us .card { background: var(--wash); border: 0; }
.pack-clarity .cards > * { min-width: 0; overflow-wrap: anywhere; }
@media (min-width: 800px) {
  .hero-clarity.hero-with-image { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 4rem; }
  .hero-clarity:not(.hero-with-image) { max-width: 58rem; text-align: center; }
  .hero-clarity:not(.hero-with-image) .lead { margin-inline: auto; }
}
@media (max-width: 799px) {
  .pack-clarity { --section-y: 2.5rem; --hero-y: 2.5rem; }
  .clarity-image img { aspect-ratio: 16 / 10; }
}

/* Service directory: a compact benefits strip, a two-column catalogue,
   a readable information panel and a broad, organised enquiry form. */
.pack-clarity .why-us { padding-block: 2rem; }
.pack-clarity .why-us .card { display: flex; align-items: flex-start; gap: .75rem; padding: 1rem; text-align: left; }
.pack-clarity .why-us .card-icon { flex: 0 0 1.5rem; height: 1.5rem; margin: 0; background: transparent; }
.pack-clarity .services .cards { gap: 1rem; }
.pack-clarity .services .card { border: 1px solid var(--line); border-radius: .5rem; }
.pack-clarity .about-copy { background: var(--wash); padding: 1.5rem; border-radius: .5rem; min-width: 0; }
.pack-clarity .gallery .shot { aspect-ratio: 16 / 10; border-radius: .5rem; }
.pack-clarity .testimonial { border-radius: .5rem; padding: 1.5rem; }
.pack-clarity .testimonial .quote::before { content: none; }
.pack-clarity .testimonial:only-child { grid-column: 1 / -1; }
.pack-clarity .testimonial .quote { max-width: 42rem; }
.pack-clarity :is(.area, .hours) { padding-block: 1.75rem; }
.pack-clarity .contact { max-width: 62rem; }
.pack-clarity .enquiry-form { max-width: none; }
@media (min-width: 800px) {
  .pack-clarity .services .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* The icon column this grid existed for is gone — see
     sections/services.html — and an empty 2.75rem track crushed the name. */
  .pack-clarity .enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; }
  .pack-clarity .enquiry-form > :not(.field), .pack-clarity .field:has(textarea, select) { grid-column: 1 / -1; }
}
