:root {
  --ink: #161410;
  --ink-soft: #3a342c;
  --paper: #f3eee4;
  --cream: #fbfaf6;
  --sand: #e6d9c4;
  --clay: #b85a32;
  --clay-deep: #8f3f1f;
  --moss: #3c4f3d;
  --moss-deep: #243028;
  --stone: #8a8174;
  --line: rgba(22, 20, 16, 0.12);
  --shadow: 0 24px 50px rgba(22, 20, 16, 0.14);
  --radius: 22px;
  --header: 68px;
  --topbar: 36px;
  --bar: 72px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --wrap: 1180px;
}

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

html { scroll-behavior: smooth; overflow-x: clip; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(rgba(22, 20, 16, 0.035) 0.7px, transparent 0.7px),
    var(--paper);
  background-size: 5px 5px, auto;
  line-height: 1.55;
  font-size: 17px;
  padding-bottom: calc(var(--bar) + env(safe-area-inset-bottom));
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.12; letter-spacing: -0.03em; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus { left: 12px; top: 12px; background: #fff; padding: 8px 12px; z-index: 100; }

.wrap {
  width: min(calc(100% - 32px), var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--cream) 88%, transparent);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.topbar {
  background: var(--ink);
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  font-size: 12px;
}
.topbar-inner {
  width: min(calc(100% - 24px), var(--wrap));
  margin-inline: auto;
  min-height: var(--topbar);
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.topbar-inner::-webkit-scrollbar { display: none; }
.topbar a, .topbar span { white-space: nowrap; }
.topbar a:hover { color: var(--paper); }
.topbar-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topbar-rating b {
  background: var(--clay);
  color: #fff;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 11px;
}
.topbar-links {
  display: none;
  gap: 14px;
  margin-left: auto;
}
.topbar-links a {
  color: var(--sand);
}
.topbar-place { display: none; }
.site-footer .logo-mark {
  background: color-mix(in srgb, var(--paper) 14%, transparent);
}

.header-inner {
  width: min(calc(100% - 24px), var(--wrap));
  margin-inline: auto;
  min-height: var(--header);
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-mark {
  width: 40px;
  height: 40px;
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: var(--ink);
  border-radius: 11px;
}
.logo-mark i {
  display: block;
  border-radius: 2px;
  background: var(--sand);
}
.logo-mark i:nth-child(1) { background: var(--clay); }
.logo-mark i:nth-child(4) { background: #6f8a6c; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text strong { font-family: var(--display); font-size: 22px; letter-spacing: -0.04em; }
.logo-text small { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--stone); margin-top: 4px; }

.nav-panel { display: none; }
.nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav a {
  color: var(--ink-soft);
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
.nav a[aria-current="page"] { color: var(--ink); }
.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--clay);
  border-radius: 2px;
}

.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; flex-shrink: 0; }
.header-call {
  display: none;
  flex-direction: column;
  line-height: 1.15;
  text-align: right;
}
.header-call small {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
}
.header-call strong { font-size: 14px; font-weight: 600; }
.btn.header-cta { display: none; min-height: 42px; padding: 0 18px; }

.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 12px;
  display: grid;
  place-content: center;
  gap: 6px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-open .nav-toggle span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-open .nav-toggle span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.nav-open .nav-panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 45;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 18px 20px 20px;
  box-shadow: var(--shadow);
  max-height: calc(100dvh - var(--topbar) - var(--header) - var(--bar) - 16px);
  overflow: auto;
}
.nav-open .nav a {
  padding: 10px 0;
  font-size: 22px;
  font-family: var(--display);
  white-space: normal;
}
.nav-open .nav a[aria-current="page"]::after { display: none; }
.nav-extra {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6px;
  font-size: 14px;
}
.nav-extra-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.nav-extra-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 500;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-clay { background: var(--clay); color: #fff; }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ghost {
  background: color-mix(in srgb, #000 28%, transparent);
  border-color: color-mix(in srgb, #fff 55%, transparent);
  color: #fff;
}
.btn-line { background: transparent; border-color: var(--line); }

.hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - var(--header) - var(--topbar) - var(--bar));
  color: #fff;
  overflow: hidden;
  display: grid;
  align-items: end;
}
.hero-media,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-fallback { display: none; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(22,20,16,.18) 0%, rgba(22,20,16,.22) 40%, rgba(22,20,16,.78) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-media { display: none; }
  .hero-fallback { display: block; }
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 28px 0 calc(var(--bar) + 20px);
  width: min(calc(100% - 32px), var(--wrap));
  margin-inline: auto;
}
.kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, #fff 80%, var(--sand));
  margin-bottom: 16px;
  max-width: 100%;
}
.kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  font-size: clamp(32px, 8vw, 72px);
  max-width: 16ch;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
.hero p {
  max-width: 46ch;
  color: color-mix(in srgb, #fff 86%, var(--sand));
  margin-bottom: 24px;
  font-size: 16px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.stat {
  background: var(--cream);
  padding: 22px 18px;
}
.stat b {
  display: block;
  font-family: var(--display);
  font-size: clamp(22px, 5vw, 32px);
  letter-spacing: -0.04em;
}
.stat span { color: var(--stone); font-size: 13px; }

.section { padding: 48px 0; }
.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}
.section-head h2 { font-size: clamp(28px, 6vw, 52px); }
.section-head p { color: var(--ink-soft); max-width: 52ch; }
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
}

.split {
  display: grid;
  gap: 28px;
  min-width: 0;
}
.split > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
}
.lead { font-size: 20px; max-width: 40ch; }

.cards, .catalog, .works, .reviews-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}
.card, .product, .work, .review {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.card:hover, .product:hover, .work:hover {
  transform: translateY(-3px);
  transition: transform .2s ease;
}
.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
  padding: 14px 0;
}
.ticker-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: ticker 40s linear infinite;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.ticker-track span { white-space: nowrap; opacity: .86; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
  html { scroll-behavior: auto; }
}
.card img, .product img, .work img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.card-body, .product-body, .review { padding: 20px; }
.num {
  font-family: var(--display);
  color: var(--clay);
  font-size: 22px;
}
.card h3, .product h3 { font-size: clamp(20px, 3vw, 24px); margin: 6px 0 8px; }
.muted { color: var(--ink-soft); }
.tag {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--moss);
  margin-bottom: 8px;
}

.product-body { display: grid; gap: 8px; }
.product-body .btn { justify-self: start; }
.work img[data-lightbox] { cursor: zoom-in; }
.price {
  font-weight: 500;
  font-size: 14px;
  color: var(--clay-deep);
}

.steps { display: grid; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.step b { font-family: var(--display); font-size: 28px; color: var(--clay); }

.cta-band {
  background: var(--moss-deep);
  color: var(--paper);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { font-size: clamp(28px, 5vw, 48px); max-width: 18ch; margin: 12px 0 18px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.page-hero h1 { font-size: clamp(32px, 7vw, 64px); max-width: 16ch; }
.page-hero p { color: var(--ink-soft); max-width: 48ch; margin-top: 12px; }

.form {
  display: grid;
  gap: 12px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  min-width: 0;
}
.form label { display: grid; gap: 6px; font-size: 13px; color: var(--ink-soft); }
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px;
  outline: none;
}
.form textarea { min-height: 120px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus {
  border-color: var(--clay);
}
.hp { position: absolute; left: -9999px; opacity: 0; }
.alert {
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4d7cc;
  color: var(--clay-deep);
}

.contact-grid { display: grid; gap: 18px; }
.contact-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: grid;
  gap: 8px;
}
.map {
  border: 0;
  width: 100%;
  min-height: 320px;
  border-radius: var(--radius);
  filter: grayscale(.2) contrast(1.05);
}

.payments { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  background: var(--cream);
}

.review header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}
.stars { color: var(--clay); letter-spacing: 2px; font-size: 12px; }

.work { position: relative; }
.work figcaption {
  padding: 16px 18px 18px;
}
.work h3 { font-size: 22px; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(22,20,16,.92);
  display: none;
  place-items: center;
  z-index: 60;
  padding: 24px;
}
.lightbox.open { display: grid; }
.lightbox img { max-height: 86vh; max-width: 100%; border-radius: 12px; }
.lightbox button {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
}

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.filters button {
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
}
.filters button.is-on { background: var(--ink); color: var(--paper); }

.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 56px 0 calc(28px + env(safe-area-inset-bottom));
  margin-top: 20px;
}
.footer-grid { display: grid; gap: 28px; }
.footer-brand p { color: color-mix(in srgb, var(--paper) 70%, transparent); margin: 14px 0; max-width: 36ch; }
.site-footer h3 { font-size: 16px; margin-bottom: 12px; color: var(--sand); }
.site-footer a { color: color-mix(in srgb, var(--paper) 82%, transparent); }
.site-footer li { margin-bottom: 8px; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-social a {
  border: 1px solid color-mix(in srgb, var(--paper) 18%, transparent);
  border-radius: 999px;
  padding: 8px 12px;
}
.gis-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid color-mix(in srgb, var(--paper) 18%, transparent);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
}
.gis-pill span {
  background: var(--clay);
  color: #fff;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 600;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--paper) 12%, transparent);
  color: color-mix(in srgb, var(--paper) 55%, transparent);
  font-size: 13px;
}

.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  background: var(--ink);
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
}
.mobile-bar a {
  min-height: 46px;
  display: grid;
  place-items: center;
  color: var(--paper);
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--paper) 16%, transparent);
  font-size: 13px;
  font-weight: 500;
  padding: 0 6px;
}
.mobile-bar .wa { background: var(--clay); border-color: transparent; }

.thanks {
  min-height: 60vh;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 48px 0;
}

@media (min-width: 760px) {
  .stats { grid-template-columns: repeat(3, 1fr); }
  .cards, .catalog, .works, .reviews-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr 1fr; align-items: center; }
  .split > img { height: 420px; }
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
  .hero {
    min-height: calc(100svh - var(--header) - var(--topbar));
  }
  .topbar-place { display: inline; }
  .hero-copy { padding-bottom: 64px; }
  .hero p { font-size: 18px; }
  .section { padding: 72px 0; }
  .kicker { font-size: 12px; letter-spacing: 0.14em; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1100px) {
  .nav-panel {
    display: flex;
    position: static;
    flex-direction: row;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    max-height: none;
    overflow: visible;
    margin-left: auto;
  }
  .nav {
    flex-direction: row;
    gap: 20px;
    font-size: 14.5px;
  }
  .nav-extra { display: none; }
  .nav-toggle { display: none; }
  .header-call { display: flex; }
  .btn.header-cta { display: inline-flex; }
  .header-actions { margin-left: 0; }
  .topbar-links { display: flex; }
  .catalog { grid-template-columns: repeat(3, 1fr); }
  .cards, .works { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: .9fr 1.1fr; }
  .footer-grid { grid-template-columns: 1.5fr .8fr 1.1fr .9fr; }
}

::selection { background: var(--clay); color: #fff; }

.hero-copy .gis-pill {
  margin-bottom: 16px;
  background: color-mix(in srgb, #000 28%, transparent);
  border-color: color-mix(in srgb, #fff 22%, transparent);
  color: #fff;
  backdrop-filter: blur(8px);
}

.section-alt {
  background: color-mix(in srgb, var(--sand) 45%, var(--paper));
  border-block: 1px solid var(--line);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  align-items: end;
  padding: 40px 0 32px;
}
.page-hero-photo {
  color: #fff;
  min-height: 42vh;
  padding: 72px 0 40px;
}
.page-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,20,16,.25), rgba(22,20,16,.78));
}
.page-hero-photo .wrap { position: relative; z-index: 1; }
.page-hero-photo p { color: color-mix(in srgb, #fff 82%, var(--sand)); }

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 8px;
}
.swatch {
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.swatch i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 4px var(--cream);
}

.split .thick { grid-template-columns: 1fr; }
.thick {
  display: grid;
  gap: 12px;
}
.thick article {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
}
.thick b {
  font-family: var(--display);
  font-size: 28px;
  color: var(--clay);
}

.audience {
  display: grid;
  gap: 12px;
}
.audience article {
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.audience h3 { font-size: 24px; margin-bottom: 8px; }

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.specs span {
  font-size: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--ink-soft);
}

.review-feature {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 16px;
}
.review-feature blockquote {
  margin: 10px 0 16px;
}
.review-feature blockquote p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 62ch;
}
.review-feature footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}
.review-feature cite {
  font-style: normal;
  font-weight: 500;
}

.faq-layout { display: grid; gap: 28px; }
.faq { display: grid; gap: 0; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 32px 16px 0;
  font-family: var(--display);
  font-size: clamp(18px, 2.4vw, 22px);
  letter-spacing: -0.03em;
  cursor: pointer;
  position: relative;
}
.faq-item button::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  color: var(--clay);
  font-size: 24px;
}
.faq-item button[aria-expanded="true"]::after { content: "–"; }
.faq-a { padding: 0 0 18px; max-width: 62ch; color: var(--ink-soft); }

.cta-inner { display: grid; gap: 22px; }
.cta-band { background-image: linear-gradient(180deg, rgba(36,48,40,.55), rgba(36,48,40,.82)), url("../assets/img/texture.jpg"); background-size: cover; background-position: center; }
.cta-band p { max-width: 46ch; color: #d9d1c3; }

.mosaic {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  min-width: 0;
}
.mosaic img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 16px;
  min-width: 0;
}
.mosaic img:first-child { grid-column: span 2; height: 200px; }

.review.featured {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
}
.review.featured { padding: 24px; }
.review.featured p { font-size: 18px; line-height: 1.5; max-width: 62ch; }

.hours-table {
  display: grid;
  gap: 0;
}
.hours-table div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.contact-card a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); }

.product img { background: #ddd; }
.product:nth-child(5) img { object-position: 20% 40%; }
.product:nth-child(6) img { object-position: 80% 60%; }

@media (min-width: 760px) {
  .thick { grid-template-columns: 1fr; }
  .audience { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .mosaic img { height: 160px; }
  .mosaic img:first-child { height: 240px; }
  .page-hero { padding: 56px 0 40px; }
  .page-hero-photo { min-height: 48vh; padding: 88px 0 48px; }
}

@media (min-width: 960px) {
  .thick { grid-template-columns: 1fr 1fr 1fr; }
  .split .thick { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: .75fr 1.15fr; align-items: start; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; }
}

@media (min-width: 1100px) {
  .audience { grid-template-columns: repeat(4, 1fr); }
  .page-hero-photo { min-height: 52vh; }
}

@media (max-width: 759px) {
  .hero-actions .btn { min-height: 46px; padding: 0 16px; }
  .product-body .btn { width: 100%; justify-self: stretch; }
}
