/* ============================================================
   Hearth Enterprises — Rome, GA
   Quiet-luxury showroom: warm charcoal, cream, bronze-cedar,
   editorial photography, hairline structure. Red is reserved
   for the logo and primary CTAs only.
   Type: Fraunces (display) + Archivo (body)
   ============================================================ */

:root {
  --char: #1c1917;
  --char-2: #211d18;
  --char-3: #171310;
  --ink: #211d18;
  --stone: #756b60;
  --stone-light: #b8afa3;
  --cream: #faf8f4;
  --cream-2: #f1ece3;
  --border: #e4ddd0;
  --hairline-dark: rgba(250, 248, 244, 0.16);
  /* flame red from the logo — CTAs only */
  --red: #c9271c;
  --red-deep: #a81f15;
  /* bronze-cedar from the building trim */
  --bronze: #a16b2e;
  --bronze-light: #d9a05f;
  --gold: #f09d3c;

  --display: "Fraunces", Georgia, serif;
  --body: "Archivo", "Segoe UI", Arial, sans-serif;

  --wrap: 1140px;

  --wood:
    linear-gradient(105deg, rgba(0, 0, 0, 0.14), transparent 25%, rgba(255, 255, 255, 0.13) 50%, rgba(0, 0, 0, 0.10) 78%),
    repeating-linear-gradient(0deg, rgba(94, 46, 12, 0.2) 0 2px, transparent 2px 7px, rgba(255, 255, 255, 0.07) 7px 9px, transparent 9px 22px),
    linear-gradient(160deg, #c98a4b, #a9662a 55%, #8a5426);
}

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

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

body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

a, button, select { touch-action: manipulation; }

img, svg, iframe { display: block; max-width: 100%; }
/* width/height attributes are set on every img to reserve space and stop layout
   shift; without this they would also be applied as a literal CSS height and
   squash the picture. Rules that crop with object-fit override this. */
img { height: auto; }

a { color: var(--bronze); }
a:hover { color: var(--red); }

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

.wrap {
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 28px;
}

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

.skip-link {
  position: absolute; left: 16px; top: -48px;
  background: var(--char); color: #fff;
  padding: 10px 16px; border-radius: 0 0 6px 6px;
  z-index: 300; transition: top .15s ease;
}
.skip-link:focus { top: 0; color: #fff; }

/* ---------- Type ---------- */

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.9rem, 5.8vw, 4.5rem); }
h2 { font-size: clamp(2.1rem, 3.8vw, 3rem); max-width: 21ch; }
h3 { font-size: 1.32rem; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--bronze-light);
  margin-bottom: 20px;
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  flex: none;
}
.eyebrow-dark { color: var(--bronze); }

.section-head { max-width: 660px; margin-bottom: 24px; }
.section-lede {
  color: var(--stone);
  margin-top: 18px;
  max-width: 56ch;
}
.section-dark .section-lede { color: var(--stone-light); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  padding: 18px 32px;
  border-radius: 3px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.btn-ember {
  background: var(--red);
  color: #fff;
}
.btn-ember:hover {
  background: var(--red-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(201, 39, 28, 0.25);
}

.btn-ghost {
  border-color: rgba(250, 248, 244, 0.35);
  color: #efe9df;
}
.btn-ghost:hover { border-color: var(--bronze-light); color: var(--bronze-light); }

.btn-block { width: 100%; }

/* ---------- Shopbar ---------- */

.shopbar {
  background: var(--char-3);
  color: #9a9086;
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(250, 248, 244, 0.07);
}
.shopbar-inner {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: flex-end;
  padding-block: 9px;
}
.shopbar a { color: var(--bronze-light); text-decoration: none; font-weight: 600; }
.shopbar a:hover { color: var(--gold); }

.lamp { display: inline-flex; align-items: center; gap: 9px; margin-right: auto; }
.lamp-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #56504a;
  flex: none;
}
.lamp.is-open .lamp-dot {
  background: var(--gold);
  box-shadow: 0 0 10px 2px rgba(240, 157, 60, 0.5);
  animation: lampPulse 3s ease-in-out infinite;
}
.lamp.is-open .lamp-text { color: #e6d4b4; }
@keyframes lampPulse {
  0%, 100% { box-shadow: 0 0 10px 2px rgba(240, 157, 60, 0.5); }
  50%      { box-shadow: 0 0 14px 4px rgba(240, 157, 60, 0.75); }
}
@media (prefers-reduced-motion: reduce) {
  .lamp.is-open .lamp-dot { animation: none; }
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--char);
  border-bottom: 1px solid rgba(250, 248, 244, 0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
}

/* The client's logo is a light-background lockup — the wordmark and the
   "SINCE 1974" line are black — so on the dark header it sits on a cream
   plate, the way the real sign is mounted on their black building. */
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: var(--cream);
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transition: background .2s ease;
}
.brand:hover { background: #fff; }
.brand-logo {
  height: 50px;
  width: auto;
  flex: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav > a,
.nav-drop > a {
  color: #c9c0b4;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.93rem;
  transition: color .2s ease;
}
.site-nav > a:hover,
.nav-drop > a:hover { color: var(--bronze-light); }
.site-nav > a[aria-current="page"] { color: var(--bronze-light); }

.btn-nav {
  background: var(--red);
  color: #fff;
  padding: 13px 20px;
  font-size: 0.74rem;
}
.btn-nav:hover { background: var(--red-deep); color: #fff; transform: none; box-shadow: none; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 24px; height: 2px;
  background: #f3ecdf;
  border-radius: 2px;
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle-bar { position: relative; }
.nav-toggle-bar::before,
.nav-toggle-bar::after { content: ""; position: absolute; left: 0; }
.nav-toggle-bar::before { top: -7px; }
.nav-toggle-bar::after { top: 7px; }
.nav-open .nav-toggle-bar { transform: rotate(45deg); }
.nav-open .nav-toggle-bar::before { transform: rotate(-90deg) translateX(-7px); }
.nav-open .nav-toggle-bar::after { opacity: 0; }

/* ---------- Mega menu ---------- */

.nav-drop {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  padding-bottom: 22px;
  margin-bottom: -22px;
}

.nav-caret {
  background: none;
  border: 0;
  color: #c9c0b4;
  font-size: 0.65rem;
  line-height: 1;
  padding: 6px 4px;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease;
}
.nav-caret:hover,
.nav-drop:hover .nav-caret { color: var(--bronze-light); }
.nav-drop.open .nav-caret { transform: rotate(180deg); }

.nav-mega {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  max-width: 92vw;
  background: var(--cream);
  border: 1px solid var(--border);
  border-top: 2px solid var(--bronze);
  border-radius: 6px;
  padding: 28px 30px 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  grid-template-columns: repeat(5, 1fr);
  gap: 26px 22px;
  z-index: 200;
}
.nav-drop.open .nav-mega { display: grid; }
@media (min-width: 901px) {
  .nav-drop:hover .nav-mega,
  .nav-drop:focus-within .nav-mega { display: grid; }
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.mega-col h4 {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 10px;
}
.nav-mega a {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  padding: 7px 8px;
  margin: 0 -8px;
  border-radius: 4px;
  transition: background .2s ease, color .2s ease;
}
.nav-mega a:hover { background: rgba(161, 107, 46, 0.09); color: var(--bronze); }

.mega-foot {
  grid-column: 1 / -1;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-top: 6px;
  font-size: 0.88rem;
}
.mega-foot a {
  color: var(--bronze);
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.mega-foot a:hover { background: none; text-decoration: underline; }

/* ---------- Cedar band ---------- */

.cedar-band {
  height: 10px;
  background: var(--wood);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.18),
    inset 0 -2px 3px rgba(50, 25, 5, 0.35),
    0 3px 8px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 40;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  color: #f5f1e9;
  background:
    linear-gradient(100deg, rgba(17, 13, 10, 0.93) 0%, rgba(17, 13, 10, 0.78) 48%, rgba(17, 13, 10, 0.5) 100%),
    url("images/hero-fire.jpg") center 45% / cover no-repeat;
  background-color: var(--char);
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 90px;
  background: linear-gradient(to bottom, transparent, rgba(17, 13, 10, 0.55));
  pointer-events: none;
}
.hero > .wrap { position: relative; }

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 72px;
  align-items: center;
  padding-block: 104px 112px;
}

.hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
}

.hero-sub {
  margin-top: 24px;
  max-width: 46ch;
  font-size: 1.14rem;
  color: #ddd5c8;
}

.hero-points {
  list-style: none;
  margin-top: 32px;
  display: grid;
  gap: 12px;
}
.hero-points li {
  position: relative;
  padding-left: 24px;
  color: #cfc6b8;
  font-weight: 500;
  font-size: 0.98rem;
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.52em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--bronze-light);
}

/* ---------- Work-request card ---------- */

.hero-form {
  background: var(--cream);
  color: var(--ink);
  border-radius: 6px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  scroll-margin-top: 110px;
}

.pad-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 22px 28px 14px;
  border-bottom: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.pad-no {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--bronze);
}

.pad-body { padding: 0 28px 26px; }

.form-sub {
  color: var(--stone);
  font-size: 0.9rem;
  padding-top: 16px;
  margin-bottom: 18px;
}

.field { margin-bottom: 18px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field-row .field { margin-bottom: 18px; }

.field label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 4px;
}
.optional { font-weight: 500; color: var(--stone); text-transform: none; letter-spacing: 0; }

.field input,
.field select {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #d5cbba;
  border-radius: 0;
  padding: 8px 2px;
  transition: border-color .25s ease;
}
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px solid #d5cbba;
  border-radius: 4px;
  padding: 10px 12px;
  resize: vertical;
  transition: border-color .25s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--bronze);
}

.hidden-field { display: none; }

/* ---------- Visit-date picker (open days only, no past dates) ---------- */

.dp-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone);
  margin-bottom: 4px;
}

.datepick { position: relative; }

.datepick-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #d5cbba;
  border-radius: 0;
  color: var(--stone);
  padding: 9px 2px;
  font: inherit;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, color .25s ease;
}
.datepick-trigger[data-selected] { color: var(--ink); font-weight: 500; }
.datepick-trigger:hover { border-color: var(--bronze); }
.datepick-trigger:focus-visible {
  outline: none;
  border-color: var(--bronze);
  box-shadow: 0 2px 0 0 var(--bronze);
}
.datepick-trigger svg { width: 1.05em; height: 1.05em; color: var(--bronze); flex: none; }
.datepick.open .datepick-trigger { border-color: var(--bronze); }

.dp-note {
  display: block;
  margin-top: 7px;
  font-size: 0.74rem;
  color: var(--stone);
}

.datepick-pop {
  position: absolute;
  z-index: 70;
  top: calc(100% + 10px);
  left: 0;
  width: min(20rem, 84vw);
  background: var(--cream);
  border: 1px solid var(--border);
  border-top: 2px solid var(--bronze);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 26px 54px rgba(28, 25, 23, 0.28);
}
.datepick-pop[hidden] { display: none; }

.dp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dp-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--ink);
}
.dp-nav {
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: border-color .15s ease, color .15s ease;
}
.dp-nav:hover:not(:disabled) { border-color: var(--bronze); color: var(--bronze); }
.dp-nav:disabled { opacity: .3; cursor: not-allowed; }
.dp-nav svg { width: 15px; height: 15px; }

.dp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.dp-wd {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bronze);
  padding: 3px 0 6px;
}
.dp-day {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0;
  transition: background .14s ease, color .14s ease;
}
.dp-day:hover:not(:disabled) { background: rgba(161, 107, 46, 0.14); color: var(--bronze); }
.dp-day:disabled {
  color: #bcb1a3;
  cursor: not-allowed;
  text-decoration: line-through;
  text-decoration-color: rgba(150, 130, 110, 0.55);
}
.dp-day.is-empty { visibility: hidden; pointer-events: none; }
.dp-day.is-today:not(.is-selected) { box-shadow: inset 0 0 0 1.5px var(--bronze-light); }
.dp-day.is-selected { background: var(--red); color: #fff; font-weight: 600; }
.dp-day:focus-visible { outline: 2px solid var(--bronze); outline-offset: 1px; }

.dp-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--border);
}
.dp-legend {
  color: var(--stone);
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dp-legend b {
  width: 0.7em; height: 0.7em;
  border-radius: 2px;
  background: var(--cream-2);
  box-shadow: inset 0 0 0 1px var(--border);
  display: inline-block;
}
.dp-clear {
  background: transparent;
  border: 0;
  color: var(--bronze);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 2px 4px;
}
.dp-clear:hover { text-decoration: underline; }

/* ---------- Photo uploader ---------- */

/* `.filedrop` is a <label> inside `.field`, so it has to out-specify the
   `.field label` rule that would otherwise make it a tiny uppercase block. */
.field label.filedrop {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  border: 1.5px dashed #cfc3ad;
  border-radius: 6px;
  color: var(--stone);
  padding: 12px 14px;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease;
}
.filedrop:hover,
.filedrop.is-drag { border-color: var(--bronze); background: rgba(161, 107, 46, 0.07); }
.filedrop.has-file { border-style: solid; border-color: var(--border); }
.filedrop:focus-within { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(161, 107, 46, 0.16); }

/* Must beat `.field input { width: 100% }`, or the hidden file input
   stretches the page and creates horizontal overflow on mobile. */
.field input.filedrop-input {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}
.filedrop-ic {
  width: 38px; height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(161, 107, 46, 0.12);
  color: var(--bronze);
}
.filedrop-ic svg { width: 20px; height: 20px; }
.filedrop-thumb {
  width: 44px; height: 44px;
  flex: none;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--border);
}
.filedrop-text { min-width: 0; font-size: 0.9rem; line-height: 1.3; }
.filedrop-text b {
  display: block;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.93rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filedrop-hint { font-size: 0.76rem; color: var(--stone); }

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

/* ---------- Sections ---------- */

.section { padding-block: 112px; }
.section-alt { background: var(--cream-2); }

.section-dark {
  background: var(--char-2);
  color: #f2ede4;
}
.section-dark h2, .section-dark h3 { color: #f6f1e7; }

.card, .service, section[id] { scroll-margin-top: 92px; }

/* ---------- Gallery ---------- */

.gallery-section { padding-top: 96px; }

.gallery {
  display: grid;
  grid-template-columns: 1.22fr 1fr;
  grid-auto-rows: 1fr;
  gap: 30px 36px;
  margin-top: 42px;
}

.gallery-item {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--ink);
}
.gallery-item-tall { grid-row: 1 / 3; }

.gallery-media {
  overflow: hidden;
  border-radius: 4px;
  background: var(--char);
  flex: 1;
  min-height: 0;
}
.gallery-item:not(.gallery-item-tall) .gallery-media { aspect-ratio: 16 / 10; flex: none; }
.gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid var(--border);
}
.gallery-title {
  font-weight: 500;
  font-size: 0.96rem;
}

/* ---------- Departments ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card:hover {
  transform: translateY(-5px);
  border-color: #cdbb9c;
  box-shadow: 0 26px 50px rgba(28, 25, 23, 0.09);
}

.card-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--char);
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.card:hover .card-media img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) {
  .card-media img { transition: none; }
  .card:hover .card-media img { transform: none; }
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 24px 26px;
  flex: 1;
}
.card h3 { font-size: 1.2rem; }
.card p { font-size: 0.94rem; color: var(--stone); flex: 1; }

.card-link {
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--bronze);
  transition: color .2s ease;
}
.card-link::after { content: " \2192"; }
.card:hover .card-link { color: var(--red); }

/* ---------- Services ---------- */

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 52px;
}

.service {
  border-top: 1px solid var(--hairline-dark);
  padding-top: 24px;
}
.service-no {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--bronze-light);
  margin-bottom: 14px;
}
.service p {
  margin-top: 12px;
  color: var(--stone-light);
  font-size: 0.96rem;
}

.service-cta {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---------- For the trade ---------- */

/* contractors page hero: the building instead of the fire */
.hero-trade {
  background:
    linear-gradient(100deg, rgba(17, 13, 10, 0.94) 0%, rgba(17, 13, 10, 0.8) 48%, rgba(17, 13, 10, 0.45) 100%),
    url("images/storefront.webp") center 30% / cover no-repeat;
  background-color: var(--char);
}

/* homepage cross-link band */
.trade-section { padding-block: 0 112px; }
.trade-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid var(--border);
  border-left: 3px solid var(--bronze);
  border-radius: 4px;
  padding: 40px 44px;
  background: var(--cream);
}
.trade-band .eyebrow { margin-bottom: 12px; }
.trade-title { font-size: clamp(1.5rem, 2.6vw, 1.9rem); max-width: none; }
.trade-copy { color: var(--stone); margin-top: 10px; max-width: 52ch; }
.trade-band .btn { flex: none; }

.card-grid-3 { grid-template-columns: repeat(3, 1fr); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 48px;
}
.process {
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.process .service-no { color: var(--bronze); }
.process h3 { font-size: 1.16rem; }
.process p {
  margin-top: 10px;
  color: var(--stone);
  font-size: 0.94rem;
}

.trade-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 56px;
  align-items: center;
}
.trade-cta-inner .service-cta { margin-top: 0; justify-content: flex-end; }

/* ---------- Since 1974 ---------- */

.about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 76px;
  align-items: center;
}

.about-copy h2 { margin-bottom: 22px; }
.about-copy p { max-width: 56ch; }
.about-copy p + p { margin-top: 18px; }

.about-brands {
  margin-top: 26px !important;
  padding-left: 20px;
  border-left: 2px solid var(--bronze);
  color: var(--stone);
  font-size: 0.97rem;
}

.about-photo { margin: 0; }
.about-photo img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 30px 70px rgba(28, 25, 23, 0.18);
}
.about-photo figcaption {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid var(--border);
  font-size: 0.94rem;
  color: var(--stone);
}
.fig-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  flex: none;
}

/* ---------- Guestbook ---------- */

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.review {
  padding: 6px 36px 0;
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review:first-child { border-left: 0; padding-left: 0; }
.review:last-child { padding-right: 0; }

.review .stars {
  color: var(--bronze);
  letter-spacing: 4px;
  font-size: 0.9rem;
}
.review p {
  flex: 1;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
  font-size: 1.13rem;
  line-height: 1.55;
}
.review footer {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}

/* ---------- Product pages ---------- */

.page-hero {
  position: relative;
  color: #f5f1e9;
  background-color: var(--char);
  background-size: cover;
  background-position: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92deg, rgba(17, 13, 10, 0.93) 0%, rgba(17, 13, 10, 0.8) 46%, rgba(17, 13, 10, 0.52) 100%);
}
.page-hero > .wrap { position: relative; }
.page-hero-inner {
  max-width: 640px;
  padding-block: 84px 92px;
}
.page-hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 3.5rem);
  margin-bottom: 20px;
}
.page-hero p {
  color: #ddd5c8;
  font-size: 1.1rem;
  max-width: 52ch;
}
.page-hero .service-cta { margin-top: 32px; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone-light);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--bronze-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--gold); text-decoration: underline; }
.breadcrumb span[aria-hidden] { opacity: 0.5; }

/* what we carry */
.type-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 56px;
  margin-top: 44px;
}
.type {
  border-top: 1px solid var(--border);
  padding: 26px 0 30px;
}
.type h3 { font-size: 1.16rem; margin-bottom: 8px; }
.type h3 a { text-decoration: none; }
.type h3 a:hover { text-decoration: underline; }
.type p { color: var(--stone); font-size: 0.95rem; }
.section-dark .type { border-top-color: var(--hairline-dark); }
.section-dark .type p { color: var(--stone-light); }

/* alternating image + copy */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 68px;
  align-items: center;
}
.split + .split { margin-top: 92px; }
.split-flip .split-media { order: 2; }
.split-media img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 26px 60px rgba(28, 25, 23, 0.18);
}
.split-copy h2 { margin-bottom: 18px; }
.split-copy > p { color: var(--stone); }
.section-dark .split-copy > p { color: var(--stone-light); }

.check-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.check-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.96rem;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 2px solid var(--bronze);
}
.check-list strong { font-weight: 600; }

/* FAQ */
.faq { margin-top: 40px; border-top: 1px solid var(--border); }
.faq details {
  border-bottom: 1px solid var(--border);
}
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 600;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  flex: none;
  font-family: var(--body);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--bronze);
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--bronze); }
.faq p {
  padding: 0 0 24px;
  color: var(--stone);
  max-width: 68ch;
}

/* brands */
.brand-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 0 30px;
  margin-top: 40px;
  list-style: none;
}
.brand-list li {
  border-top: 2px solid var(--bronze);
  padding: 0;
}
.brand-list a {
  display: block;
  padding: 20px 0 22px;
  text-decoration: none;
  color: inherit;
  transition: color .2s ease;
}
.brand-list a::after {
  content: " \2192";
  color: var(--bronze);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}
.brand-list a:hover strong { color: var(--bronze); }
.brand-list a:hover::after { opacity: 1; }
.brand-list strong {
  display: block;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.brand-list span { font-size: 0.9rem; color: var(--stone); }
.brand-note { margin-top: 30px; color: var(--stone); font-size: 0.95rem; }

/* comparison table */
.table-scroll { overflow-x: auto; margin-top: 34px; }
.compare {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.compare caption {
  text-align: left;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 600;
  padding-bottom: 16px;
}
.compare th, .compare td {
  text-align: left;
  padding: 15px 18px 15px 0;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.compare thead th {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
  border-bottom: 2px solid var(--bronze);
}
.compare tbody th { font-weight: 600; width: 24%; }
.compare td { color: var(--stone); }
.compare tbody tr:last-child th,
.compare tbody tr:last-child td { border-bottom: 0; }
.section-dark .compare th, .section-dark .compare td { border-bottom-color: var(--hairline-dark); }
.section-dark .compare td { color: var(--stone-light); }

/* service area */
.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  list-style: none;
}
.area-list li {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 17px;
  font-size: 0.9rem;
  color: var(--stone);
}
.section-dark .area-list li { border-color: var(--hairline-dark); color: var(--stone-light); }

/* at-a-glance facts */
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0 36px;
  margin-top: 34px;
}
.facts > div { border-top: 1px solid var(--border); padding: 18px 0 20px; }
.facts dt {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 7px;
}
.facts dd { font-weight: 500; font-size: 0.97rem; }
.section-dark .facts > div { border-top-color: var(--hairline-dark); }

/* related categories */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.related {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 4px;
  text-decoration: none;
  color: var(--ink);
  background: var(--cream);
  transition: border-color .25s ease, transform .25s ease;
}
.related:hover { border-color: #cdbb9c; transform: translateY(-3px); }
.related img {
  width: 68px; height: 52px;
  object-fit: cover;
  border-radius: 3px;
  flex: none;
}
.related span { font-weight: 600; font-size: 0.95rem; }
.related:hover span { color: var(--bronze); }

/* on-page quote block */
.quote-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 68px;
  align-items: start;
}
.quote-copy .visit-details { margin-bottom: 0; }

.reviews-source {
  margin-top: 36px;
  font-size: 0.92rem;
  color: var(--stone);
}
.reviews-source a { font-weight: 600; text-decoration: none; }
.reviews-source a:hover { text-decoration: underline; }

/* ---------- Visit ---------- */

.visit-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: start;
}

.visit-copy p { max-width: 48ch; color: var(--stone-light); }
.visit-copy h2 { margin-bottom: 18px; }

.visit-details {
  display: grid;
  /* auto-fit, not repeat(3, auto): since Canton was added this <dl> carries three
     items on the product/service pages (Rome / Canton / Hours) and three rigid
     columns overflowed the copy column on mid-size desktops. This wraps instead. */
  grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
  gap: 26px 32px;
  margin-block: 32px 34px;
}
.visit-details dt {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze-light);
  margin-bottom: 8px;
}
.visit-details dd { color: #f2ede4; font-weight: 500; font-size: 0.97rem; }
.visit-details a { color: #f2ede4; text-decoration-color: var(--bronze-light); }
.visit-details a:hover { color: var(--bronze-light); }

.directions-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 600;
}
.directions-link::after { content: " \2192"; }

.visit-side { text-align: center; }

.hang-sign {
  display: inline-block;
  animation: sway 6.5s ease-in-out infinite;
  transform-origin: top center;
  margin-bottom: 6px;
}
@keyframes sway {
  0%, 100% { rotate: 1.1deg; }
  50%      { rotate: -1.1deg; }
}
@media (prefers-reduced-motion: reduce) {
  .hang-sign { animation: none; }
}
.hang-rope { margin: 0 auto; }
.hang-board {
  display: block;
  background: var(--cream);
  color: var(--red);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 15px 32px 16px;
  border-radius: 3px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
.hang-board small {
  display: block;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--stone);
  margin-top: 5px;
}

.visit-map {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--hairline-dark);
  background: var(--char-3);
}
.visit-map iframe {
  width: 100%;
  height: 340px;
  border: 0;
}

/* ---------- Locations: two showrooms ----------
   Added Jul 2026 with the Canton store. The Visit section used to be a
   copy-plus-map two-up (.visit-inner / .visit-side, still used elsewhere);
   it is now a head plus a grid of location cards so a third store would
   just be another <article>. Deliberately NOT a mobile snap carousel like
   .gallery / .card-grid: addresses are reference info people need to
   compare, and a Google map iframe swallows horizontal drag anyway. */

.visit-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: start;
}
.visit-head-copy p { max-width: 52ch; color: var(--stone-light); }
.visit-head-copy h2 { margin-bottom: 18px; }
.visit-head-copy .btn { margin-top: 26px; }

.loc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  margin-top: 52px;
  padding-top: 48px;
  border-top: 1px solid var(--hairline-dark);
}
.loc-card { min-width: 0; }
.loc-eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze-light);
  margin-bottom: 10px;
}
.loc-card h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.1;
  margin-bottom: 10px;
}
.loc-note {
  color: var(--stone-light);
  font-size: 0.95rem;
  max-width: 42ch;
}
.loc-details {
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 22px 40px;
  margin-block: 24px 26px;
}
.loc-details > div:first-child { grid-column: 1 / -1; }
.loc-card .visit-map { margin-top: 0; }
.loc-card .visit-map iframe { height: 260px; }
.loc-more { margin-top: 16px; font-size: 0.9rem; font-weight: 600; }
.loc-more a { color: var(--bronze-light); text-decoration: none; }
.loc-more a:hover { color: var(--gold); text-decoration: underline; }

@media (max-width: 900px) {
  .visit-head { grid-template-columns: 1fr; gap: 30px; justify-items: start; }
  .loc-grid { grid-template-columns: 1fr; gap: 44px; margin-top: 40px; padding-top: 38px; }
}
@media (max-width: 520px) {
  .loc-details { grid-template-columns: 1fr; gap: 16px; }
  .loc-details > div:first-child { grid-column: auto; }
}

/* ---------- Footer ---------- */

.site-footer {
  background: var(--char-3);
  color: #9a9086;
  font-size: 0.94rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  padding-block: 64px 44px;
}

.footer-brand { color: #f2ede4; }
.footer-logo {
  height: 52px;
  background: var(--cream);
  padding: 9px 16px;
  border-radius: 5px;
  box-sizing: content-box;
}
.footer-brand p { margin-top: 16px; color: #9a9086; }

.footer-nav { display: grid; gap: 9px; align-content: start; }
.footer-nav a, .footer-contact a {
  color: #c9c0b4;
  text-decoration: none;
  transition: color .2s ease;
}
.footer-nav a:hover, .footer-contact a:hover { color: var(--bronze-light); }

.footer-contact { display: grid; gap: 9px; align-content: start; }
.footer-loc { margin-top: 4px; line-height: 1.55; }
.footer-loc b { color: #cfc5b8; font-weight: 600; }
.footer-contact a:first-child { font-weight: 700; color: var(--bronze-light); font-size: 1.05rem; }

.footer-legal {
  border-top: 1px solid rgba(250, 248, 244, 0.08);
  padding-block: 20px;
  font-size: 0.82rem;
}

/* ---------- Reveal ---------- */

/* Only hide reveal elements when scripting is available to bring them back.
   If app.js never loads, content stays visible instead of disappearing. */
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}
.js .reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 52px; padding-block: 76px 84px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item-tall { grid-row: auto; }
  .gallery-item-tall .gallery-media { aspect-ratio: 4 / 3; flex: none; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr; gap: 36px; }
  .review { border-left: 0; border-top: 1px solid var(--border); padding: 28px 0 0; }
  .review:first-child { border-top: 0; padding-top: 0; }
  .service-grid { grid-template-columns: 1fr; gap: 32px; }
  .brand-list { grid-template-columns: 1fr 1fr; gap: 0 32px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split + .split { margin-top: 64px; }
  .split-flip .split-media { order: 0; }
  .type-list { grid-template-columns: 1fr; gap: 0; }
  .related-grid { grid-template-columns: 1fr; gap: 14px; }
  .quote-inner { grid-template-columns: 1fr; gap: 40px; }
  .page-hero-inner { padding-block: 64px 70px; }
  .card-grid-3 { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .trade-band { flex-direction: column; align-items: flex-start; padding: 34px 30px; }
  .trade-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .trade-cta-inner .service-cta { justify-content: flex-start; }
  .visit-inner { grid-template-columns: 1fr; gap: 56px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 900px) {
  .shopbar-inner { flex-wrap: wrap; gap: 8px 18px; justify-content: center; }
  .lamp { margin-right: 0; width: 100%; justify-content: center; }
  .shopbar-addr { display: none; }

  .brand-logo { height: 46px; }
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--char);
    border-bottom: 1px solid rgba(250, 248, 244, 0.1);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 20px;
    gap: 4px;
  }
  .nav-open .site-nav { display: flex; }
  .site-nav > a,
  .nav-drop > a { padding: 12px 0; font-size: 1.05rem; }
  .btn-nav { margin-top: 10px; text-align: center; }

  .nav-drop {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .nav-drop > a { flex: 1; }
  .nav-caret { font-size: 0.9rem; padding: 12px 16px; }
  .nav-mega {
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 10px 14px;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .mega-col h4 { color: var(--bronze-light); margin-bottom: 6px; }
  .nav-mega a { color: #c9c0b4; padding: 6px 0; margin: 0; }
  .nav-mega a:hover { background: none; color: var(--bronze-light); }
  .mega-foot { display: none; }

  .cedar-band { height: 8px; }

  .section { padding-block: 72px; }
  .gallery-section { padding-top: 64px; }
  .hero-inner { padding-block: 60px 68px; }
  .card-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .visit-details { grid-template-columns: 1fr; gap: 20px; }
  .visit-map iframe { height: 280px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .pad-head { padding: 18px 20px 12px; }
  .pad-body { padding: 0 20px 22px; }
}

/* ============================================================
   App-like mobile layer
   ============================================================ */

.tabbar { display: none; }

@media (max-width: 900px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }

  /* ---- Bottom tab bar ---- */
  .tabbar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    background: rgba(23, 19, 16, 0.94);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-top: 1px solid rgba(250, 248, 244, 0.1);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .tabbar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 4px;
    padding: 9px 4px 9px;
    min-height: 58px;
    color: #a89e92;
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition: color .2s ease;
  }
  .tabbar a svg { width: 22px; height: 22px; }
  .tabbar a:active { color: var(--cream); }
  .tabbar a.tab-active { color: var(--bronze-light); }

  .tab-cta-btn {
    display: grid;
    place-items: center;
    width: 50px; height: 50px;
    margin-top: -28px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    border: 3px solid var(--char-3);
    box-shadow: 0 10px 22px rgba(201, 39, 28, 0.4);
    transition: transform .15s ease;
  }
  .tab-cta-btn svg { width: 26px; height: 26px; }
  .tabbar .tab-cta:active .tab-cta-btn { transform: scale(0.92); }
  .tabbar .tab-cta.tab-active { color: var(--bronze-light); }

  /* ---- Press feedback ---- */
  .card:active, .gallery-item:active { transform: scale(0.975); }
  .btn:active { transform: scale(0.98); }

  /* ---- Full-screen sheet menu ---- */
  body.nav-open { overflow: hidden; }
  /* keep the logo and close button above the sheet (same stacking context) */
  .brand, .nav-toggle { position: relative; z-index: 60; }
  .nav-open .site-nav {
    position: fixed;
    inset: 0;
    padding: 130px 30px 150px;
    overflow-y: auto;
    background: #1a1613;
    border-bottom: 0;
    gap: 0;
    z-index: 45;
  }
  .site-nav > a,
  .nav-drop > a { padding: 16px 0; font-size: 1.18rem; }
  .site-nav > a { border-bottom: 1px solid rgba(250, 248, 244, 0.08); }
  .nav-drop { border-bottom: 1px solid rgba(250, 248, 244, 0.08); }
  .btn-nav { margin-top: 24px; padding: 18px; font-size: 0.85rem; text-align: center; }

  .trade-section { padding-block: 0 72px; }
  .card-grid-3 { grid-template-columns: none; }
  .process-grid { grid-template-columns: none; }

  /* ---- Swipeable snap carousels ---- */
  .gallery,
  .card-grid,
  .process-grid,
  .review-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 14px;
    margin-inline: -28px;
    padding-inline: 28px;
    scroll-padding-inline: 28px;
    scrollbar-width: none;
  }
  .gallery::-webkit-scrollbar,
  .card-grid::-webkit-scrollbar,
  .process-grid::-webkit-scrollbar,
  .review-grid::-webkit-scrollbar { display: none; }

  .process { flex: 0 0 76%; scroll-snap-align: center; }

  .gallery-item { flex: 0 0 84%; scroll-snap-align: center; }
  .gallery-item-tall .gallery-media,
  .gallery-item:not(.gallery-item-tall) .gallery-media { aspect-ratio: 4 / 3; flex: none; }

  .card { flex: 0 0 78%; scroll-snap-align: center; }

  .review,
  .review:first-child {
    flex: 0 0 84%;
    scroll-snap-align: center;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: var(--cream);
    padding: 26px 24px 22px;
  }
}


/* ---------------------------------------------------------------------------
   Crutchfield Marketing credit — added 27 Jul 2026.
   Palette-agnostic on purpose: it inherits the footer's own color, so it sits
   as a peer of the copyright line beside it on any ground.

   NO opacity fade. The first version used opacity:.55 and measured 2.0-3.5:1
   contrast, because footers already pass a semi-transparent color and the two
   compounded. Inheriting outright gives 4.6-9.0:1. It recedes because it is
   small, muted and at the edge — not because it is washed out.
   --------------------------------------------------------------------------- */
.cm-credit{
  display:inline-flex;
  align-items:center;
  gap:.42em;
  font-size:.75rem;
  line-height:1;
  letter-spacing:.01em;
  text-decoration:none;
  color:inherit;
  padding:.5em .2em;          /* keeps the tap target >=24px */
  border-radius:999px;
  white-space:nowrap;
}
.cm-credit svg{ height:1.35em; width:auto; flex:none; display:block; }
.cm-credit b{ font-weight:600; }
.cm-credit:hover b,
.cm-credit:focus-visible b{ text-decoration:underline; text-underline-offset:.25em; }
