:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --brand: #0f4c81;
  --brand-dark: #0b365d;
  --border: #e5e7eb;
  --shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  --quote-card-shadow: 0 16px 48px rgba(15, 23, 42, 0.07);
  --quote-inner-border: rgba(15, 76, 129, 0.1);
}

/* About Us → #about-zenon: scroll position is set in reveal-contact.js (header height + gap). */

@font-face {
  font-family: "ZenonEurostile";
  src: url("assets/fonts/EurostileLTStd-BoldEx2.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

/* Sticky bar must sit above scrolling content (e.g. gallery images) or nav text
   can appear visually “between” photos due to default stacking / compositor layers. */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding: 0.62rem 0;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* Logo + two-line tagline under image; red rule full height of mark (image through last line) */
.logo-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  border-right: 3px solid #cc0000;
  padding-right: 0.55rem;
  align-self: flex-start;
}

.logo-image {
  height: 76px;
  width: auto;
  object-fit: contain;
  display: block;
}

nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

nav a {
  color: var(--text);
  font-size: 0.95rem;
  padding: 0.4rem 0.55rem;
  border-radius: 6px;
}

nav a.active,
nav a:hover {
  background: #eaf2fa;
  text-decoration: none;
}

/* Tighter nav when many category links (e.g. homepage) */
nav.topbar-nav-compact ul {
  gap: 0.45rem 0.55rem;
  justify-content: flex-end;
}

nav.topbar-nav-compact a {
  font-size: 0.86rem;
  padding: 0.3rem 0.42rem;
}

.header-quick-contact {
  display: none;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.2rem;
  margin-left: auto;
  font-size: 0.74rem;
}

.header-quick-contact .reveal-btn {
  padding: 0.15rem 0.35rem;
  font-size: 0.7rem;
}

.header-quick-contact .reveal-target {
  color: #334155;
}

/* Homepage header: brand + contact row, then two nav rows matching category tile order */
.topbar--index {
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  padding-bottom: 0.65rem;
}

.topbar-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem 1rem;
  width: 100%;
  position: relative;
  min-height: 120px;
}

/* Centered wordmark — vertically centered in brand row (aligns with red rule when row matches logo stack) */
.topbar-brand-row .topbar-brand-title {
  font-family: "ZenonEurostile", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: min(620px, calc(100% - 210px));
  letter-spacing: 0.2em;
  font-size: clamp(1.65rem, 3.35vw, 2.35rem);
  line-height: 1.05;
  color: #000;
  pointer-events: none;
}

.topbar--index .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: min(265px, 48vw);
  flex: 0 0 auto;
  margin-left: -1.4rem;
}

.topbar--index .logo-image {
  height: 94px;
}

.logo .logo-tagline,
.topbar--index .logo-tagline {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.28;
  color: #334155;
  letter-spacing: 0.02em;
  text-align: left;
  max-width: 12rem;
}

.logo-tagline__line {
  display: block;
}

/* First line nudged right to sit under logo; second line indented ~6 chars (poem-style) */
.logo .logo-tagline__line:first-child {
  margin-left: 0.5ch;
}

.logo .logo-tagline__line + .logo-tagline__line {
  margin-left: 6ch;
}

.topbar--index .header-quick-contact {
  font-size: 0.78rem;
  gap: 0.6rem 1rem;
  margin-top: 0;
  margin-left: 0;
  width: auto;
  max-width: none;
  flex: 1 1 220px;
  justify-content: flex-end;
  align-items: center;
}

.topbar--index .header-quick-contact .reveal-btn {
  font-size: 0.75rem;
  padding: 0.2rem 0.45rem;
}

nav.topbar-nav-two-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  align-items: stretch;
}

.topbar--index nav.topbar-nav-two-rows {
  margin-top: 0.3rem;
}

nav.topbar-nav-three-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: stretch;
  margin-top: 0.38rem;
}

nav.topbar-nav-three-rows ul.topbar-nav-row {
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

nav.topbar-nav-two-rows ul.topbar-nav-row {
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

main {
  padding: 2rem 0 2.5rem;
}

/* Refined outer ring + inner well: home hero + interior page titles */
.hero-copy.home-hero,
.panel.zenon-hero-elegant {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding: 1.45rem clamp(1.35rem, 4.5vw, 3.5rem) 1.55rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 76, 129, 0.11);
  background:
    radial-gradient(
      ellipse 108% 108% at 50% 50%,
      transparent 40%,
      rgba(198, 218, 238, 0.42) 72%,
      rgba(176, 204, 230, 0.58) 100%
    ),
    radial-gradient(
      ellipse 68% 96% at 50% 44%,
      #ffffff 0%,
      rgba(255, 255, 255, 0.97) 32%,
      rgba(248, 251, 255, 0.72) 52%,
      rgba(238, 245, 252, 0.28) 68%,
      transparent 76%
    ),
    linear-gradient(178deg, #e6eef7 0%, #dbe7f3 42%, #d0dff0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 0 0 1px rgba(255, 255, 255, 0.45) inset,
    inset 0 28px 48px -28px rgba(255, 255, 255, 0.75),
    inset 0 -18px 36px -22px rgba(124, 156, 192, 0.14),
    0 10px 28px rgba(11, 54, 93, 0.065),
    0 2px 8px rgba(15, 23, 42, 0.03);
}

.hero-copy.home-hero {
  margin-bottom: 1.35rem;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy.home-hero::before,
.hero-copy.home-hero::after,
.panel.zenon-hero-elegant::before,
.panel.zenon-hero-elegant::after {
  content: "";
  position: relative;
  z-index: 2;
  display: block;
  height: 1px;
  max-width: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(15, 76, 129, 0.14) 22%,
    rgba(176, 140, 70, 0.32) 50%,
    rgba(15, 76, 129, 0.14) 78%,
    transparent 100%
  );
}

.hero-copy.home-hero::before,
.panel.zenon-hero-elegant::before {
  margin-bottom: 1rem;
}

.hero-copy.home-hero::after,
.panel.zenon-hero-elegant::after {
  margin-top: 1.1rem;
}

.hero-copy.home-hero > *:not(.hero-copy__frame),
.panel.zenon-hero-elegant > *:not(.hero-copy__frame) {
  position: relative;
  z-index: 3;
}

.hero-copy__frame {
  position: absolute;
  inset: 11px;
  border-radius: 13px;
  border: 1px solid rgba(15, 76, 129, 0.1);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(252, 253, 255, 0.22) 48%,
    rgba(245, 249, 253, 0.08) 100%
  );
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.55) inset,
    0 1px 3px rgba(15, 76, 129, 0.04);
  pointer-events: none;
  z-index: 0;
}

.hero-copy.home-hero h1,
.panel.zenon-hero-elegant h1 {
  margin: 0 0 0.45rem;
  font-family: "ZenonEurostile", Arial, Helvetica, sans-serif;
  font-size: clamp(1.18rem, 1.35vw + 0.72rem, 1.72rem);
  line-height: 1.24;
  color: var(--brand-dark);
  letter-spacing: 0.028em;
  font-weight: 700;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.panel.zenon-hero-elegant .zenon-gallery-intro-columns {
  text-align: left;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy__tagline {
  margin: 0 auto;
  padding: 0 0.5rem;
  max-width: 36rem;
  color: var(--brand);
  font-size: clamp(0.78rem, 0.45vw + 0.68rem, 0.9rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
}

.tile {
  display: block;
  background: #fff;
  border: 1px solid #d7e3ef;
  border-radius: 10px;
  padding: 0.75rem;
  min-height: 210px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.tile:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: #bfd4ea;
}

.tile h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: var(--brand-dark);
}

.tile p {
  margin: 0;
  font-size: 0.88rem;
  color: #3d4c5f;
}

.tile-benches { object-position: center 38%; }
.tile-bike-racks { object-position: center 42%; }
.tile-planters { object-position: center 40%; }
.tile-picnic-tables { object-position: center 42%; }
.tile-shade-structures { object-position: center 38%; }
.tile-pergolas-gazebos { object-position: center 42%; }
.tile-pool-deck { object-position: center 40%; }
.tile-park-shelters { object-position: center 45%; }
.tile-tree-grates { object-position: center 46%; }
.tile-waste-receptacles { object-position: center 39%; }
.tile-umbrellas { object-position: center 34%; }
.tile-banners { object-position: center 48%; }
.tile-dog-park { object-position: center 42%; }

.tile-thumb {
  width: 100%;
  height: 132px;
  object-fit: contain;
  background: #f3f6fb;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  border: 1px solid #cbd5e1;
  padding: 0.25rem;
}

.panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
}

.panel h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
}

.panel h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.page-title-center {
  text-align: center;
}

.home-about h2 {
  margin: 0 0 0.35rem;
  color: var(--brand-dark);
  font-size: 1.35rem;
  line-height: 1.25;
}

.home-about-role {
  margin: 0 0 0.85rem;
  font-weight: 600;
  color: var(--brand-dark);
  font-size: 0.98rem;
}

.home-about > p:last-of-type {
  margin: 0;
  max-width: 72ch;
  color: var(--text);
  line-height: 1.55;
}

.home-about--full > p:last-of-type {
  max-width: none;
  width: 100%;
}

.section-title {
  margin: 0 0 0.4rem;
  color: var(--brand-dark);
}

.zenon-gallery-intro p {
  color: var(--muted);
}

.panel.zenon-hero-elegant > p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.panel.zenon-hero-elegant > p:last-child {
  margin-bottom: 0;
}

/* Compact 3-column intro bullets (pool, receptacles, and similar product pages) */
.page-intro-bullets {
  margin: 0.4rem 0 0;
  padding: 0 0 0 1rem;
  list-style: disc;
  list-style-position: outside;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1.15rem;
  row-gap: 0.4rem;
  font-size: 0.72rem;
  line-height: 1.38;
  color: var(--muted, #64748b);
  text-align: left;
}

.page-intro-bullets li {
  margin: 0;
  padding-left: 0.15rem;
}

.page-intro-bullets li::marker {
  color: rgba(15, 76, 129, 0.45);
}

.page-intro-foot {
  margin: 0.85rem auto 0;
  max-width: 42rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--muted, #64748b);
  text-align: center;
}

.page-intro-foot:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .page-intro-bullets {
    grid-template-columns: 1fr;
    padding-left: 1.1rem;
  }
}

.panel.zenon-hero-elegant .page-intro-subheading {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand-dark);
  text-align: center;
}

.panel.zenon-hero-elegant .page-intro-subheading + .page-intro-bullets {
  margin-top: 0.25rem;
}

/* Sister-site CTA panels (umbrellas, dog park, etc.) */
.sister-site-panel {
  background: linear-gradient(135deg, #f0f9ff 0%, #eef2f7 100%);
  border: 1px solid #bfdbfe;
}

.sister-site-panel--forest {
  background: linear-gradient(135deg, #f0fdf4 0%, #eef2f7 100%);
  border: 1px solid #bbf7d0;
}

.sister-site-panel h2 {
  margin-top: 0;
  color: var(--brand-dark);
}

.sister-site-panel .cta-row {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.btn-sister-site {
  display: inline-block;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid transparent;
  color: #fff !important;
}

.btn-sister-site--sky {
  background: #0f3d74;
  border-color: #0b2f5a;
}

.btn-sister-site--sky:hover {
  background: #16539a;
}

.btn-sister-site--forest {
  background: #1d5c34;
  border-color: #145027;
}

.btn-sister-site--forest:hover {
  background: #2a7440;
}

.sister-site-note {
  font-size: 0.92rem;
  color: var(--muted);
}

/* Teaser strip (sister-site previews on category pages) */
.teaser-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
}

.teaser-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

a.teaser-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

a.teaser-card:hover {
  text-decoration: none;
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.teaser-card .teaser-img {
  border-bottom: 1px solid var(--border);
  background: #eef2f7;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
}

.teaser-card .teaser-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.teaser-card .teaser-label {
  padding: 0.5rem 0.45rem 0.65rem;
  font-size: 0.88rem;
  color: var(--brand-dark);
  font-weight: 600;
}

.teaser-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.teaser-kickers li {
  font-size: 0.8rem;
  color: var(--muted);
  background: #f1f5f9;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

/* Model / photo grids (shared across gallery pages) */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
}

.product-tile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.5rem;
}

.pt-img {
  position: relative;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f7;
}

.pt-img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.pt-label {
  position: absolute;
  left: 0.4rem;
  bottom: 0.4rem;
  background: rgba(17, 24, 39, 0.9);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.project-list {
  padding-left: 1rem;
}

.project-list li {
  margin-bottom: 0.4rem;
}

.note {
  font-size: 0.92rem;
  color: var(--muted);
}

.category-section {
  margin-bottom: 1rem;
}

.category-section h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
}

.item-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.75rem;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05);
}

.item-card h3 {
  margin: 0 0 0.5rem;
  color: var(--brand-dark);
  font-size: 1.02rem;
}

.item-image-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  background: #eef2f7;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-image-wrap img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  padding: 0.25rem;
}

.detail-benches { object-position: center 36%; }
.detail-bike-racks { object-position: center 40%; }
.detail-planters { object-position: center 41%; }
.detail-picnic-tables { object-position: center 44%; }
.detail-shade-structures { object-position: center 37%; }
.detail-pool-deck { object-position: center 42%; }
.detail-park-shelters { object-position: center 45%; }
.detail-tree-grates { object-position: center 45%; }
.detail-waste-receptacles { object-position: center 41%; }
.detail-umbrellas { object-position: center 33%; }
.detail-banners { object-position: center 49%; }

.model-badge {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: rgba(17, 24, 39, 0.9);
  color: #fff;
  padding: 0.34rem 0.5rem;
  border-radius: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.quote-form {
  margin-top: 1rem;
}

.quote-form h2 {
  margin-bottom: 0.35rem;
}

/* Quote request — elevated, calm layout */
.panel.quote-form {
  background: linear-gradient(165deg, #ffffff 0%, #fafbfc 42%, #f4f7fb 100%);
  border: 1px solid rgba(15, 76, 129, 0.12);
  box-shadow: var(--quote-card-shadow);
  position: relative;
  overflow: hidden;
}

.panel.quote-form::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--brand) 0%,
    rgba(184, 149, 106, 0.85) 45%,
    var(--brand-dark) 100%
  );
  opacity: 0.92;
}

.panel.quote-form > h1,
.panel.quote-form > h2,
.panel.quote-form > .note,
.panel.quote-form > .quote-form__form {
  position: relative;
  z-index: 1;
}

.panel.quote-form h2,
.panel.quote-form h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--brand-dark);
}

.panel.quote-form .note {
  color: #5c6b7d;
  line-height: 1.55;
  max-width: 38rem;
}

.quote-form__form {
  margin-top: 0.15rem;
}

.quote-form-card {
  margin-top: 0.5rem;
  padding: 1rem 1.05rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--quote-inner-border);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.quote-form-card > p {
  margin: 0.65rem 0 0;
}

.quote-form-card label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.quote-form-card input,
.quote-form-card select,
.quote-form-card textarea {
  margin-top: 0.28rem;
  max-width: none;
  width: 100%;
  border: 1px solid #dce3ec;
  border-radius: 9px;
  padding: 0.52rem 0.65rem;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.quote-form-card input:hover,
.quote-form-card select:hover,
.quote-form-card textarea:hover {
  border-color: #c5d0e0;
}

.quote-form-card input:focus,
.quote-form-card select:focus,
.quote-form-card textarea:focus {
  outline: none;
  border-color: rgba(15, 76, 129, 0.45);
  box-shadow: 0 0 0 3px rgba(15, 76, 129, 0.12);
}

.optional-hint {
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: 0.68rem;
  color: var(--muted);
}

/* Product interest: selected chips + single-line “add product” dropdown */
.product-interest-widget {
  margin-top: 0.32rem;
}

.quote-form-card label[for="quote-product-interest-add"] {
  margin-bottom: 0.2rem;
}

.product-interest-chips-wrap {
  margin-bottom: 0.5rem;
}

.product-interest-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  min-height: 2.15rem;
  align-items: center;
}

.product-interest-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.26rem 0.45rem 0.26rem 0.6rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid #c5d0e0;
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--brand-dark);
  font-weight: 600;
}

.product-interest-chip-text {
  line-height: 1.2;
}

.product-interest-chip-remove {
  border: none;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.1rem 0.2rem;
  border-radius: 4px;
}

.product-interest-chip-remove:hover {
  color: #b91c1c;
  background: #fef2f2;
}

.product-interest-empty {
  font-size: 0.84rem;
  color: var(--muted);
  font-style: italic;
}

.product-interest-add {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0.1rem;
}

.quote-form.quote-form--compact .product-interest-add {
  font-size: 0.88rem;
}

.product-multiselect-hint {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #64748b;
  line-height: 1.45;
}

.quote-form.quote-form--compact .product-multiselect-hint {
  font-size: 0.71rem;
  margin-top: 0.38rem;
}

.quote-form-submit {
  margin-top: 0.15rem;
  padding: 0.62rem 1.35rem !important;
  font-size: 0.9rem !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #1366a8 0%, var(--brand) 45%, var(--brand-dark) 100%) !important;
  box-shadow: 0 4px 14px rgba(15, 76, 129, 0.28);
}

.quote-form-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(15, 76, 129, 0.32);
}

/* Tighter outer panel on category pages + home */
.quote-form.quote-form--compact {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem 1.15rem;
}

.quote-form.quote-form--compact h1 {
  font-size: 1.32rem;
  margin: 0 0 0.4rem;
}

.quote-form.quote-form--compact h2 {
  font-size: 1.22rem;
  margin: 0 0 0.35rem;
}

.quote-form.quote-form--compact .note {
  font-size: 0.84rem;
  margin: 0 0 0.55rem;
}

.quote-form.quote-form--compact .quote-form-card {
  padding: 0.85rem 0.95rem 1rem;
}

.quote-form.quote-form--compact .quote-form-card > p {
  margin-top: 0.55rem;
}

.quote-form.quote-form--compact .quote-form-card label {
  font-size: 0.68rem;
}

.quote-form.quote-form--compact .quote-form-card input,
.quote-form.quote-form--compact .quote-form-card select,
.quote-form.quote-form--compact .quote-form-card textarea {
  padding: 0.44rem 0.55rem;
  font-size: 0.88rem;
}

.quote-form.quote-form--compact textarea {
  min-height: 3.4rem;
  resize: vertical;
}

@media (min-width: 640px) {
  .quote-form .quote-form-grid--quad {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 1rem;
    align-items: end;
  }

  .quote-form .quote-form-grid--quad p {
    margin: 0;
  }
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  max-width: 520px;
  padding: 0.55rem 0.6rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
}

button {
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  padding: 0.6rem 0.9rem;
  cursor: pointer;
}

button:hover {
  background: var(--brand-dark);
}

footer {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafd 100%);
  padding: 1.05rem 0 1.2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
  flex-wrap: wrap;
  font-size: 0.86rem;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.footer-year {
  font-size: 0.78rem;
  color: #64748b;
  letter-spacing: 0.02em;
  margin-left: 0.08rem;
  max-width: 100%;
  line-height: 1.35;
}

.footer-contact {
  display: flex;
  gap: 0.5rem 1.1rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.reveal-btn {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  border-radius: 6px;
  padding: 0.2rem 0.45rem;
  font-size: 0.75rem;
}

.reveal-target {
  display: none;
}

footer .footer-logo {
  height: 58px;
  width: auto;
  object-fit: contain;
  margin-right: 0.3rem;
  border-radius: 4px;
}

.footer-sister-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: #64748b;
  font-size: 0.82rem;
  width: 100%;
  margin-top: 0.2rem;
}

.footer-sister-links a {
  color: var(--brand-dark);
  font-weight: 600;
}

footer .footer-phone {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
  color: #334155;
  font-weight: 600;
}

footer .footer-phone a {
  font-weight: 700;
}

.footer-address {
  color: #475569;
}

@media (max-width: 740px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-brand-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
  }

  .topbar-brand-row .topbar-brand-title {
    position: static;
    transform: none;
    width: auto;
    text-align: left;
    letter-spacing: 0.14em;
    margin-top: 0.35rem;
  }

  .topbar--index .logo {
    margin-left: 0;
  }

  .hero-copy.home-hero,
  .panel.zenon-hero-elegant {
    padding-top: 1.25rem;
    padding-bottom: 1.35rem;
    border-radius: 14px;
  }

  .hero-copy__frame {
    inset: 9px;
    border-radius: 10px;
  }

  .hero-copy__tagline {
    letter-spacing: 0.1em;
  }

  .hero-copy h1 {
    white-space: normal;
  }

  .topbar--index .header-quick-contact {
    justify-content: flex-start;
    width: 100%;
    flex: 1 1 auto;
  }

  .header-quick-contact {
    position: static;
    max-width: 100%;
    margin-left: auto;
  }

  .tile {
    min-height: 190px;
  }

  .tile-thumb {
    height: 118px;
  }
}
