@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600&display=swap");

:root {
  --ink: #172420;
  --muted: #66726f;
  --paper: #fffdf8;
  --soft: #f5f0e8;
  --aqua: #2f837a;
  --aqua-soft: #e8f6f4;
  --clay: #c77663;
  --gold: #d4a83f;
  --line: rgba(23, 36, 32, 0.12);
  --shadow: 0 24px 60px rgba(23, 36, 32, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body:not(.demo-page) {
  --ink: #f8fafc;
  --muted: #cbd5e1;
  --paper: #0f172a;
  --soft: #020617;
  --aqua: #22d3ee;
  --aqua-soft: rgba(34, 211, 238, 0.1);
  --clay: #67e8f9;
  --gold: #67e8f9;
  --line: rgba(148, 163, 184, 0.26);
  --shadow: 0 22px 56px rgba(0, 0, 0, 0.32);
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(34, 211, 238, 0.09), transparent 28%),
    linear-gradient(180deg, #020617 0%, #07111f 54%, #020617 100%);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.demo-page {
  background: #ebe6dc;
}

.dental-blue-demo {
  --ink: #10243f;
  --muted: #5c6b7c;
  --paper: #ffffff;
  --soft: #eef6fd;
  --aqua: #126ccf;
  --aqua-soft: #eaf4ff;
  --clay: #126ccf;
  --gold: #f4b72a;
  --line: rgba(16, 36, 63, 0.12);
  --shadow: 0 24px 60px rgba(16, 58, 108, 0.14);
  background: #edf5fc;
}

.demo-back-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 80;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23, 36, 32, 0.14);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.94);
  color: #172420;
  padding: 0 12px;
  box-shadow: 0 12px 28px rgba(23, 36, 32, 0.12);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.demo-page .template-demo,
.demo-page .home-demo,
.demo-page .electric-demo {
  margin-top: 26px;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

a,
button {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.primary-action:hover,
.secondary-action:hover,
.site-cta:hover,
.gallery-card-actions a:hover,
.gallery-card-actions button:hover,
.demo-back-link:hover,
.electric-header-cta:hover,
.electric-actions a:hover,
.electric-row-head a:hover,
.electric-quote-form button:hover,
.vc-outline:hover,
.vc-hero a:hover,
.vc-split a:hover,
.vc-story a:hover,
.vc-row-head a:hover,
.vc-insight-grid a:hover,
.vc-contact-form button:hover,
.market-header-cta:hover,
.market-actions a:hover,
.market-producers a:hover,
.market-box a:hover,
.market-connect-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(23, 36, 32, 0.14);
}

.service-tabs button:hover,
.electric-service-grid button:hover,
.vc-focus-list button:hover,
.vc-stage-tabs button:hover,
.market-category-grid button:hover,
.market-product-grid button:hover,
.home-review-controls button:hover,
.review-controls button:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.gallery-shell {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  min-height: 80px;
  padding: 16px max(20px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(7, 17, 31, 0.94);
  backdrop-filter: blur(24px);
}

.gallery-brand,
.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.gallery-brand img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.gallery-brand span {
  display: grid;
  gap: 2px;
}

.gallery-brand strong {
  color: #f8fafc;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-brand small {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.gallery-nav,
.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.gallery-nav a,
.site-nav a {
  text-decoration: none;
}

.gallery-nav a {
  color: #94a3b8;
  font-size: 13px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.gallery-nav a:hover {
  color: #67e8f9;
}

.gallery-nav .gallery-nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #00687a;
  color: white;
  padding: 0 18px;
  box-shadow: 0 10px 15px -3px rgba(0, 104, 122, 0.26);
}

.gallery-nav .gallery-nav-cta:hover {
  background: #164e63;
  color: white;
}

.gallery-hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  width: min(1280px, calc(100% - 40px));
  min-height: calc(92vh - 80px);
  margin: 0 auto;
  padding: 72px 0 76px;
  overflow: hidden;
}

.gallery-hero::before {
  position: absolute;
  inset: 0 -80px;
  pointer-events: none;
  background: url("website-demos/circuit-map.svg") center / cover no-repeat;
  content: "";
  filter: brightness(1.4) saturate(0.85);
  opacity: 0.12;
}

.gallery-hero > * {
  position: relative;
  z-index: 1;
}

.gallery-copy h1,
.dental-hero h2,
.section-heading h2,
.team-section h2,
.booking-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.gallery-copy h1,
.gallery-grid-heading h2,
.gallery-card h3,
.preview-panel h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
}

.gallery-copy h1 {
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: 0.98;
}

.gallery-copy {
  max-width: 650px;
}

.gallery-disclosure {
  max-width: 560px;
  margin-top: 16px;
  border-left: 3px solid rgba(34, 211, 238, 0.5);
  padding-left: 14px;
  font-size: 14px;
}

.gallery-copy p:not(.kicker),
.hero-copy p,
.services-heading p,
.team-section p,
.booking-section p {
  color: var(--muted);
  line-height: 1.55;
}

body:not(.demo-page) .gallery-copy p:not(.kicker),
body:not(.demo-page) .gallery-grid-heading > p,
body:not(.demo-page) .gallery-filters p,
body:not(.demo-page) .gallery-card p,
body:not(.demo-page) .gallery-disclosure,
body:not(.demo-page) .preview-panel-header span,
body:not(.demo-page) .gallery-footer p,
body:not(.demo-page) .gallery-footer a {
  color: #cbd5e1;
}

.kicker {
  margin: 0 0 10px;
  color: var(--aqua);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.primary-action,
.secondary-action,
.site-cta,
.appointment-card button,
.booking-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

body:not(.demo-page) .primary-action,
body:not(.demo-page) .secondary-action,
body:not(.demo-page) .gallery-card-actions button,
body:not(.demo-page) .gallery-card-actions a,
body:not(.demo-page) .preview-close {
  font-family: "Space Grotesk", sans-serif;
}

.primary-action,
.appointment-card button,
.booking-form button {
  border: 0;
  background: var(--aqua);
  color: white;
}

body:not(.demo-page) .primary-action,
body:not(.demo-page) .gallery-card-actions a {
  border: 1px solid #22d3ee;
  background: #00687a;
  color: white;
}

body:not(.demo-page) .primary-action:hover,
body:not(.demo-page) .gallery-card-actions a:hover {
  background: #164e63;
}

.secondary-action {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--aqua);
}

body:not(.demo-page) .secondary-action,
body:not(.demo-page) .gallery-card-actions button {
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
}

.gallery-actions,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.device-pair {
  position: relative;
  min-height: 600px;
  padding: 0 0 34px;
}

.desktop-frame,
.phone-frame {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: #0f172a;
  box-shadow: var(--shadow);
}

.desktop-frame {
  height: 590px;
  border-radius: 10px;
  background: #0f172a;
}

.frame-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 28px;
  padding: 0 12px;
  background: #020617;
}

.frame-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #67e8f9;
  opacity: 0.7;
}

.desktop-frame img,
.phone-frame img {
  display: block;
  width: 100%;
  height: calc(100% - 28px);
  object-fit: cover;
  object-position: top center;
}

.phone-frame {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 245px;
  height: 485px;
  border: 10px solid #f8fafc;
  border-radius: 34px;
  padding: 20px 9px 10px;
  box-shadow: 0 24px 52px rgba(23, 36, 32, 0.22);
}

.phone-frame img {
  height: 100%;
  border-radius: 22px;
  object-position: 35% top;
}

.phone-speaker {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 48px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 99px;
  background: rgba(23, 36, 32, 0.35);
}

.template-demo {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 72px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.template-grid-section {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto 80px;
  padding: clamp(54px, 6vw, 92px) 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.gallery-grid-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.gallery-grid-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1;
}

.gallery-grid-heading > p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.gallery-filters {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px 24px;
  align-items: start;
  margin: 0 0 24px;
}

.filter-label {
  margin: 0 0 8px;
  color: #67e8f9;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gallery-filters p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filter-options button {
  min-height: 36px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  color: #cbd5e1;
  cursor: pointer;
  padding: 0 13px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.filter-options button:hover,
.filter-options button.is-active {
  border-color: rgba(34, 211, 238, 0.65);
  background: rgba(34, 211, 238, 0.13);
  color: #f8fafc;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gallery-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body:not(.demo-page) .gallery-card {
  background: rgba(15, 23, 42, 0.9);
}

.gallery-card-preview {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #07111f;
}

.gallery-card-preview::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 58%, rgba(2, 6, 23, 0.4));
  content: "";
  pointer-events: none;
}

.gallery-card-preview img,
.gallery-preview-desktop img,
.gallery-preview-mobile img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 420ms ease;
}

.gallery-preview-desktop {
  height: 330px;
}

.gallery-preview-desktop img {
  height: 100%;
}

.gallery-card-preview.has-mobile-preview {
  min-height: 330px;
}

.gallery-card-preview.has-mobile-preview .gallery-preview-desktop {
  height: 330px;
  width: calc(100% - 78px);
}

.gallery-preview-mobile {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 3;
  width: 92px;
  height: 186px;
  overflow: hidden;
  border: 6px solid #f8fafc;
  border-radius: 20px;
  background: #020617;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
}

.gallery-preview-mobile span {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 2;
  width: 28px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.42);
}

.gallery-preview-mobile img {
  height: 100%;
  border-radius: 14px;
}

.gallery-card:hover .gallery-preview-desktop img,
.gallery-card:hover .gallery-preview-mobile img {
  transform: scale(1.035);
}

.gallery-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(23, 36, 32, 0.12);
}

body:not(.demo-page) .gallery-card:hover {
  border-color: rgba(34, 211, 238, 0.36);
  box-shadow: var(--shadow);
}

.gallery-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.gallery-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.gallery-card-meta span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(47, 131, 122, 0.18);
  border-radius: 999px;
  padding: 0 9px;
  color: var(--aqua);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.gallery-card p {
  margin: 12px 0 20px;
  color: var(--muted);
  line-height: 1.5;
}

.gallery-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.gallery-card-actions button,
.gallery-card-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 13px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.gallery-card-actions button {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.gallery-card-actions a {
  border: 0;
  background: var(--aqua);
  color: white;
}

.gallery-empty {
  grid-column: 1 / -1;
  min-height: 260px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.72);
  padding: 42px;
}

.gallery-empty h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
}

.gallery-empty p {
  max-width: 560px;
  margin: 12px 0 0;
  color: #cbd5e1;
  line-height: 1.55;
}

.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.preview-modal.is-open {
  display: flex;
}

.gallery-footer {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 64px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.gallery-footer > div {
  max-width: 460px;
}

.gallery-footer p {
  margin: 18px 0 0;
  line-height: 1.65;
}

.gallery-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px 32px;
  max-width: 520px;
}

.gallery-footer a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.gallery-footer a:hover {
  color: #67e8f9;
}

.preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 36, 32, 0.72);
}

.preview-panel {
  position: relative;
  width: min(1060px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.preview-panel-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.95);
}

.preview-panel-header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
}

.preview-panel-header span {
  color: var(--muted);
  font-weight: 900;
}

.preview-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: white;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: 900;
}

.preview-panel img {
  display: block;
  width: 100%;
}

.home-demo {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 72px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6f1;
  box-shadow: var(--shadow);
  color: #10261f;
}

.home-demo-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(24px, 5vw, 64px);
  background: rgba(11, 49, 40, 0.92);
  color: white;
  backdrop-filter: blur(14px);
}

.home-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
}

.home-logo span {
  width: 36px;
  height: 24px;
  border: 2px solid white;
  border-bottom: 0;
  transform: skewX(-18deg);
}

.home-logo strong {
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-nav {
  display: flex;
  gap: 22px;
  font-size: 13px;
  font-weight: 800;
}

.home-nav a,
.home-phone {
  color: white;
  text-decoration: none;
}

.home-phone {
  font-weight: 900;
}

.home-hero {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: center;
  min-height: 650px;
  padding: clamp(44px, 7vw, 84px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(8, 38, 33, 0.82), rgba(8, 38, 33, 0.28)),
    url("website-demos/live-demos/everstead-home-care/hero-home.jpg") center / cover;
  color: white;
}

.home-hero h2,
.home-services h2,
.home-area h2,
.home-plans h2,
.home-work h2,
.home-process h2,
.home-faq-testimonial h2,
.home-demo-footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.home-hero h2 {
  max-width: 560px;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 0.98;
}

.home-hero p {
  max-width: 450px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.5;
}

.estimate-card {
  display: grid;
  gap: 12px;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #10261f;
  box-shadow: 0 24px 52px rgba(7, 29, 25, 0.22);
}

.estimate-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.estimate-card p {
  margin: 0;
  color: #5c6863;
  font-size: 13px;
}

.estimate-card input,
.estimate-card select,
.estimate-card textarea {
  width: 100%;
  border: 1px solid rgba(16, 38, 31, 0.13);
  border-radius: 4px;
  background: white;
  padding: 12px;
  color: #10261f;
}

.estimate-card textarea {
  min-height: 94px;
  resize: vertical;
}

.estimate-card button,
.plan-grid button,
.home-demo-footer a {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: #0f573f;
  color: white;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.estimate-status,
.plan-status {
  min-height: 20px;
  color: #0f573f;
  font-size: 13px;
  font-weight: 900;
}

.home-services,
.home-area,
.home-plans,
.home-work,
.home-process,
.home-faq-testimonial {
  padding: clamp(44px, 6vw, 72px) clamp(28px, 7vw, 84px);
}

.home-services h2,
.home-plans h2,
.home-process h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(30px, 4vw, 46px);
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.home-service-grid article,
.plan-grid article,
.home-testimonial {
  overflow: hidden;
  border: 1px solid rgba(16, 38, 31, 0.11);
  border-radius: 6px;
  background: white;
  box-shadow: 0 16px 34px rgba(16, 38, 31, 0.07);
}

.home-service-grid img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-service-grid h3,
.home-service-grid p {
  margin-inline: 18px;
}

.home-service-grid h3 {
  margin-top: 16px;
}

.home-service-grid p {
  margin-bottom: 18px;
  color: #5c6863;
  line-height: 1.45;
}

.home-area {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 42px;
  align-items: center;
  background: #f1f0ea;
}

.home-eyebrow {
  margin: 0 0 10px;
  color: #0f573f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-area h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
}

.service-map {
  position: relative;
  min-height: 300px;
  border-radius: 2px;
  background: #eef2ed;
  overflow: hidden;
}

.map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.84) contrast(0.96) brightness(1.05);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.plan-grid article {
  position: relative;
  padding: 28px;
}

.plan-grid .is-featured {
  border-color: #0f573f;
}

.plan-grid article > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0f573f;
  color: white;
  padding: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.plan-grid h3 {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.plan-grid strong {
  display: block;
  color: #0f573f;
  font-size: 24px;
}

.plan-grid p {
  color: #5c6863;
}

.plan-grid ul {
  display: grid;
  gap: 9px;
  min-height: 128px;
  margin: 18px 0 22px;
  padding-left: 18px;
  color: #33423c;
}

.plan-grid li::marker {
  color: #0f573f;
}

.plan-grid button {
  width: 100%;
}

.home-section-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}

.home-section-row a {
  color: #0f573f;
  font-weight: 900;
  text-decoration: none;
}

.recent-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.recent-work-grid img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 6px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.process-grid strong {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #0f573f;
  color: white;
}

.process-grid p {
  color: #5c6863;
}

.home-faq-testimonial {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  background: #f1f0ea;
}

.faq-item {
  display: flex;
  width: 100%;
  min-height: 54px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  border: 1px solid rgba(16, 38, 31, 0.1);
  border-radius: 4px;
  background: white;
  cursor: pointer;
  padding: 0 16px;
  font-weight: 900;
}

.home-testimonial {
  padding: 28px;
}

.home-testimonial strong {
  color: var(--gold);
}

.home-testimonial p {
  color: #33423c;
  line-height: 1.55;
}

.home-review-controls {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.home-review-controls button {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 87, 63, 0.18);
  cursor: pointer;
}

.home-review-controls button.is-active {
  background: #0f573f;
}

.home-demo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 40px clamp(28px, 7vw, 84px);
  background: #073526;
  color: white;
}

.home-demo-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.home-demo-footer a {
  display: inline-flex;
  min-width: 230px;
  align-items: center;
  justify-content: center;
  background: white;
  color: #073526;
}

.electric-demo {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 72px;
  overflow: hidden;
  border: 1px solid rgba(7, 28, 54, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
  color: #071c36;
  font-family: Arial, Helvetica, sans-serif;
}

.electric-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(24px, 5vw, 64px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(7, 28, 54, 0.1);
  backdrop-filter: blur(14px);
}

.electric-logo {
  display: inline-grid;
  color: #071c36;
  text-decoration: none;
  text-transform: uppercase;
}

.electric-logo strong {
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 0.92;
}

.electric-logo span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.34em;
}

.electric-nav {
  display: flex;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
}

.electric-nav a {
  color: #071c36;
  text-decoration: none;
}

.electric-header-cta,
.electric-actions a,
.electric-row-head a,
.electric-quote-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.electric-header-cta,
.electric-actions a:first-child,
.electric-quote-form button {
  border: 0;
  background: #ffc400;
  color: #071c36;
}

.electric-hero {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 560px;
  align-items: center;
  padding: clamp(54px, 8vw, 92px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, #061427 0 43%, rgba(6, 20, 39, 0.72) 58%, rgba(6, 20, 39, 0.1)),
    url("website-demos/live-demos/sparkline-electric/hero-home-generated.jpg") right center / auto 100% no-repeat,
    #061427;
  color: white;
}

.electric-hero h1,
.electric-section-head h2,
.electric-row-head h2,
.electric-process h2,
.electric-quote-band h2 {
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.electric-hero h1 {
  max-width: 620px;
  font-size: clamp(48px, 7vw, 74px);
}

.electric-hero p {
  max-width: 500px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.electric-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.electric-actions a:last-child,
.electric-row-head a {
  border: 1px solid rgba(7, 28, 54, 0.26);
  background: white;
  color: #071c36;
}

.electric-actions a:last-child {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: white;
}

.electric-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 42px clamp(28px, 7vw, 84px);
  background: #f7f9fc;
}

.electric-stats div {
  min-height: 118px;
  padding: 0 28px;
  border-right: 1px solid rgba(7, 28, 54, 0.12);
}

.electric-stats div:last-child {
  border-right: 0;
}

.electric-stats strong {
  display: block;
  font-size: 34px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.electric-stats span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.electric-stats p,
.electric-section-head > p,
.electric-service-grid p,
.electric-project-grid p,
.electric-process-grid p,
.electric-review-grid p,
.electric-quote-band p,
.electric-footer p,
.electric-footer a {
  color: #516076;
  line-height: 1.5;
}

.electric-services,
.electric-projects,
.electric-process,
.electric-reviews {
  padding: clamp(46px, 6vw, 74px) clamp(28px, 7vw, 84px);
}

.electric-section-head,
.electric-row-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 42px;
  margin-bottom: 28px;
}

.electric-section-head > p {
  max-width: 430px;
  margin: 0;
  font-weight: 700;
}

.electric-section-head p:first-child,
.electric-row-head p,
.electric-process > p {
  margin: 0 0 8px;
  color: #f3b900;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.electric-section-head h2,
.electric-row-head h2,
.electric-process h2,
.electric-quote-band h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.electric-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.electric-service-grid article,
.electric-review-grid article {
  overflow: hidden;
  border: 1px solid rgba(7, 28, 54, 0.1);
  border-radius: 4px;
  background: white;
  box-shadow: 0 16px 34px rgba(7, 28, 54, 0.06);
}

.electric-service-grid img,
.electric-project-grid img {
  display: block;
  width: calc(100% - 28px);
  height: 170px;
  margin: 14px auto 0;
  border-radius: 4px;
  object-fit: cover;
}

.electric-service-grid h3,
.electric-service-grid p,
.electric-service-grid button {
  margin-inline: 18px;
}

.electric-service-grid h3 {
  margin-top: 18px;
  margin-bottom: 8px;
}

.electric-service-grid button {
  margin-bottom: 20px;
  border: 0;
  background: transparent;
  color: #071c36;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.electric-service-status,
.electric-quote-status {
  display: block;
  min-height: 20px;
  color: #071c36;
  font-size: 13px;
  font-weight: 900;
}

.electric-service-status {
  margin: 18px 0 0;
}

.electric-project-grid,
.electric-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.electric-project-grid h3,
.electric-project-grid p {
  margin-inline: 0;
}

.electric-project-grid h3 {
  margin: 12px 0 4px;
}

.electric-process {
  background: #fbfcfe;
}

.electric-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.electric-process-grid div {
  border: 1px solid rgba(7, 28, 54, 0.1);
  border-left: 3px solid #ffc400;
  background: white;
  padding: 22px;
}

.electric-process-grid strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: #ffc400;
}

.electric-review-grid article {
  padding: 26px;
}

.electric-stars {
  display: flex;
  gap: 5px;
}

.electric-stars span {
  width: 14px;
  height: 14px;
  background: #ffc400;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.electric-review-grid span {
  color: #071c36;
  font-size: 12px;
  font-weight: 900;
}

.electric-quote-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  padding: clamp(42px, 6vw, 66px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(4, 22, 46, 0.98), rgba(4, 22, 46, 0.84)),
    url("website-demos/live-demos/sparkline-electric/cta-clean-generated.jpg") right center / auto 100% no-repeat,
    #04162e;
  color: white;
}

.electric-quote-band p {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.electric-quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.electric-quote-form input,
.electric-quote-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  color: #071c36;
  padding: 0 12px;
}

.electric-quote-form button,
.electric-quote-status {
  grid-column: 1 / -1;
}

.electric-quote-status {
  color: #ffc400;
}

.electric-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 36px;
  padding: 42px clamp(28px, 7vw, 84px);
  background: #03172f;
  color: white;
}

.electric-footer .electric-logo,
.electric-footer h3 {
  color: white;
}

.electric-footer h3 {
  margin: 0 0 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.electric-footer a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.vc-demo {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 72px;
  overflow: hidden;
  border: 1px solid rgba(31, 55, 45, 0.12);
  border-radius: 8px;
  background: #fbfaf5;
  box-shadow: var(--shadow);
  color: #26332c;
  font-family: Arial, Helvetica, sans-serif;
}

.vc-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(24px, 5vw, 64px);
  border-bottom: 1px solid rgba(31, 55, 45, 0.1);
  background: rgba(251, 250, 245, 0.95);
  backdrop-filter: blur(14px);
}

.vc-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #214838;
  text-decoration: none;
}

.vc-logo span {
  width: 42px;
  height: 22px;
  background:
    linear-gradient(135deg, transparent 0 32%, #214838 33% 39%, transparent 40%),
    linear-gradient(45deg, transparent 0 44%, #214838 45% 51%, transparent 52%);
}

.vc-logo strong {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.12;
  text-transform: uppercase;
}

.vc-nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 800;
}

.vc-nav a,
.vc-outline,
.vc-split a,
.vc-story a,
.vc-row-head a,
.vc-insight-grid a {
  color: #26332c;
  text-decoration: none;
}

.vc-outline,
.vc-hero a,
.vc-contact-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.vc-outline {
  border: 1px solid rgba(31, 55, 45, 0.38);
}

.vc-hero {
  display: grid;
  min-height: 620px;
  align-items: center;
  padding: clamp(56px, 8vw, 92px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.98) 0 38%, rgba(251, 250, 245, 0.82) 50%, rgba(251, 250, 245, 0.06)),
    url("website-demos/live-demos/north-ridge-capital/hero-mountain.jpg") right center / auto 100% no-repeat,
    #fbfaf5;
}

.vc-hero h1,
.vc-thesis-intro h2,
.vc-split h2,
.vc-focus h2,
.vc-portfolio h2,
.vc-story h2,
.vc-team h2,
.vc-row-head h2,
.vc-contact-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.vc-hero h1 {
  max-width: 560px;
  font-size: clamp(50px, 7vw, 82px);
}

.vc-hero p {
  max-width: 430px;
  color: #52605a;
  font-weight: 700;
  line-height: 1.5;
}

.vc-hero a,
.vc-contact-form button {
  margin-top: 18px;
  border: 0;
  background: #214838;
  color: white;
}

.vc-thesis-intro,
.vc-split,
.vc-focus,
.vc-portfolio,
.vc-story,
.vc-team,
.vc-insights {
  padding: clamp(46px, 6vw, 76px) clamp(28px, 7vw, 84px);
}

.vc-thesis-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  background: #f1eee7;
}

.vc-thesis-intro h2,
.vc-split h2,
.vc-focus h2,
.vc-portfolio h2,
.vc-story h2,
.vc-team h2,
.vc-row-head h2,
.vc-contact-band h2 {
  font-size: clamp(32px, 4.2vw, 52px);
}

.vc-thesis-intro p,
.vc-split p,
.vc-focus p,
.vc-portfolio p,
.vc-story p,
.vc-team > p,
.vc-insight-grid p,
.vc-contact-band p,
.vc-footer p,
.vc-footer a,
.vc-stage-status,
.vc-focus-status {
  color: #5a6760;
  line-height: 1.55;
}

.vc-split,
.vc-focus,
.vc-portfolio,
.vc-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  padding: 0;
}

.vc-split img,
.vc-focus img,
.vc-portfolio img,
.vc-story img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.vc-split article,
.vc-focus > div,
.vc-portfolio > div,
.vc-story article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6vw, 76px);
}

.vc-kicker {
  margin: 0 0 10px;
  color: #4f7c64;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vc-split a,
.vc-story a,
.vc-row-head a,
.vc-insight-grid a {
  margin-top: 14px;
  color: #214838;
  font-size: 13px;
  font-weight: 900;
}

.vc-focus-list {
  display: grid;
  margin-top: 18px;
  border-top: 1px solid rgba(31, 55, 45, 0.15);
}

.vc-focus-list button {
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(31, 55, 45, 0.15);
  background: transparent;
  color: #26332c;
  cursor: pointer;
  padding: 0;
  font-weight: 800;
  text-align: left;
}

.vc-focus-list button::after {
  content: ">";
  color: #4f7c64;
}

.vc-focus-status,
.vc-stage-status,
.vc-contact-status {
  min-height: 20px;
  font-size: 13px;
  font-weight: 800;
}

.vc-stage-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 12px;
}

.vc-stage-tabs button {
  min-height: 58px;
  border: 1px solid rgba(31, 55, 45, 0.16);
  background: #fffdf8;
  color: #26332c;
  cursor: pointer;
  padding: 12px;
  font-weight: 900;
}

.vc-stage-tabs button.is-active {
  border-color: #214838;
  background: #214838;
  color: white;
}

.vc-company-strip {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(31, 55, 45, 0.15);
}

.vc-company-strip strong {
  font-size: 18px;
  text-transform: uppercase;
}

.vc-company-strip span {
  color: #5a6760;
  font-size: 12px;
  font-weight: 800;
}

.vc-team {
  text-align: center;
}

.vc-team > p {
  max-width: 680px;
  margin: 12px auto 30px;
}

.vc-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.vc-team-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
}

.vc-team-grid h3 {
  margin: 14px 0 4px;
}

.vc-team-grid p {
  margin: 0;
  color: #5a6760;
  font-size: 13px;
}

.vc-insights {
  background: #fffdf8;
}

.vc-row-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.vc-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vc-insight-grid article {
  border: 1px solid rgba(31, 55, 45, 0.12);
  background: #fbfaf5;
}

.vc-insight-grid img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.vc-insight-grid small,
.vc-insight-grid h3,
.vc-insight-grid a {
  display: block;
  margin-inline: 18px;
}

.vc-insight-grid small {
  margin-top: 16px;
  color: #7e8983;
  font-weight: 800;
}

.vc-insight-grid h3 {
  min-height: 74px;
}

.vc-insight-grid a {
  margin-bottom: 18px;
}

.vc-contact-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  padding: clamp(46px, 6vw, 76px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(18, 40, 30, 0.94), rgba(18, 40, 30, 0.72)),
    url("website-demos/live-demos/north-ridge-capital/forest-canopy.jpg") center / cover;
  color: white;
}

.vc-contact-band p {
  color: rgba(255, 255, 255, 0.84);
}

.vc-contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.vc-contact-form input,
.vc-contact-form select {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  color: #26332c;
  padding: 0 12px;
}

.vc-contact-form button,
.vc-contact-status {
  grid-column: 1 / -1;
}

.vc-contact-status {
  color: #dcebe2;
  font-size: 13px;
  font-weight: 900;
}

.vc-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  gap: 34px;
  padding: 42px clamp(28px, 7vw, 84px);
  background: #f1eee7;
}

.vc-footer h3 {
  margin: 0 0 12px;
  font-size: 13px;
}

.vc-footer a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.market-demo {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 72px;
  overflow: hidden;
  border: 1px solid rgba(62, 75, 42, 0.14);
  border-radius: 8px;
  background: #f5efe2;
  box-shadow: var(--shadow);
  color: #3b3429;
  font-family: Arial, Helvetica, sans-serif;
}

.market-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px clamp(24px, 5vw, 64px);
  background: rgba(34, 26, 18, 0.9);
  color: #fff7e9;
  backdrop-filter: blur(14px);
}

.market-logo {
  color: #fff7e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.market-nav {
  display: flex;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
}

.market-nav a,
.market-header-cta,
.market-actions a,
.market-producers a,
.market-box a,
.market-footer a {
  color: inherit;
  text-decoration: none;
}

.market-header-cta,
.market-actions a,
.market-producers a,
.market-box a,
.market-connect-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 900;
}

.market-header-cta,
.market-actions a:first-child,
.market-producers a,
.market-connect-form button[type="submit"] {
  border: 0;
  background: #66783e;
  color: #fff7e9;
}

.market-hero {
  display: grid;
  min-height: 560px;
  align-items: center;
  padding: clamp(54px, 8vw, 92px) clamp(28px, 7vw, 84px);
  background:
    linear-gradient(90deg, rgba(31, 23, 15, 0.86), rgba(31, 23, 15, 0.44)),
    url("website-demos/live-demos/harvest-row-market/market-interior.jpg") center / cover;
  color: #fff7e9;
}

.market-hero h1,
.market-categories h2,
.market-producers h2,
.market-story h2,
.market-products h2,
.market-box h2,
.market-makers h2,
.market-reviews h2,
.market-connect h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.market-hero h1 {
  max-width: 560px;
  font-size: clamp(52px, 7vw, 80px);
}

.market-hero p {
  max-width: 510px;
  color: rgba(255, 247, 233, 0.88);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.market-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.market-actions a:last-child,
.market-box a {
  border: 1px solid rgba(255, 247, 233, 0.7);
  background: rgba(255, 247, 233, 0.08);
  color: #fff7e9;
}

.market-categories,
.market-products,
.market-makers,
.market-reviews {
  padding: clamp(44px, 6vw, 74px) clamp(28px, 7vw, 84px);
}

.market-categories h2,
.market-products h2,
.market-makers h2,
.market-reviews h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: clamp(32px, 4vw, 46px);
}

.market-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.market-category-grid button,
.market-product-grid article,
.market-maker-grid article,
.market-review-grid article {
  overflow: hidden;
  border: 1px solid rgba(62, 75, 42, 0.14);
  border-radius: 6px;
  background: #fffaf0;
  box-shadow: 0 14px 30px rgba(62, 42, 28, 0.08);
}

.market-category-grid button {
  cursor: pointer;
  padding: 0 0 18px;
  text-align: center;
}

.market-category-grid img,
.market-product-grid img,
.market-maker-grid img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.market-category-grid strong,
.market-category-grid span {
  display: block;
  margin-inline: 14px;
}

.market-category-grid strong {
  margin-top: 14px;
  color: #3b3429;
}

.market-category-grid span {
  margin-top: 8px;
  color: #756a5a;
  font-size: 13px;
  line-height: 1.4;
}

.market-category-status,
.market-product-status,
.market-connect-status {
  min-height: 20px;
  color: #66783e;
  font-size: 13px;
  font-weight: 900;
}

.market-producers {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding: clamp(44px, 6vw, 74px) clamp(28px, 7vw, 84px);
}

.market-producers h2,
.market-story h2,
.market-box h2,
.market-connect h2 {
  font-size: clamp(34px, 4.4vw, 52px);
}

.market-producers p,
.market-story p,
.market-story span,
.market-product-grid p,
.market-maker-grid p,
.market-review-grid p,
.market-connect p,
.market-footer p,
.market-footer a {
  color: #756a5a;
  line-height: 1.5;
}

.market-producer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.market-producer-grid article {
  overflow: hidden;
  border: 1px solid rgba(62, 75, 42, 0.14);
  border-radius: 6px;
  background: #fffaf0;
}

.market-producer-grid img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.market-producer-grid h3,
.market-producer-grid p {
  margin-inline: 16px;
}

.market-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  background: #29451f;
  color: #fff7e9;
}

.market-story > div {
  padding: clamp(42px, 6vw, 74px);
}

.market-story img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.market-story p,
.market-story span {
  color: rgba(255, 247, 233, 0.84);
}

.market-story ul {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.market-story li {
  display: grid;
  gap: 4px;
}

.market-products {
  background: #fbf4e7;
}

.market-product-grid,
.market-maker-grid,
.market-review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

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

.market-product-grid h3,
.market-product-grid p,
.market-product-grid strong,
.market-product-grid button,
.market-maker-grid h3,
.market-maker-grid p {
  margin-inline: 14px;
}

.market-product-grid h3,
.market-maker-grid h3 {
  margin-top: 14px;
  margin-bottom: 4px;
}

.market-product-grid strong {
  display: block;
  color: #3b3429;
}

.market-product-grid button {
  margin-top: 12px;
  margin-bottom: 16px;
  border: 0;
  background: transparent;
  color: #66783e;
  cursor: pointer;
  padding: 0;
  font-weight: 900;
}

.market-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 0 clamp(28px, 7vw, 84px) clamp(42px, 6vw, 74px);
  overflow: hidden;
  border-radius: 6px;
  background: #54361f;
  color: #fff7e9;
}

.market-box > div {
  padding: clamp(36px, 5vw, 58px);
}

.market-box p {
  color: rgba(255, 247, 233, 0.86);
}

.market-box img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.market-review-grid article {
  padding: 26px;
}

.market-review-grid p {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.market-review-grid span {
  color: #3b3429;
  font-size: 13px;
  font-weight: 900;
}

.market-connect {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  align-items: center;
  padding: 0 clamp(28px, 7vw, 84px) clamp(42px, 6vw, 74px);
}

.market-connect > img {
  display: block;
  width: 100%;
  height: 230px;
  border-radius: 6px;
  object-fit: cover;
}

.market-connect-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.market-connect-form input {
  min-height: 42px;
  border: 1px solid rgba(62, 75, 42, 0.2);
  border-radius: 4px;
  background: #fffaf0;
  padding: 0 12px;
}

.market-connect-form button[data-market-event],
.market-connect-status {
  grid-column: 1 / -1;
}

.market-connect-form button[data-market-event] {
  border: 1px solid rgba(62, 75, 42, 0.2);
  background: transparent;
  color: #66783e;
}

.market-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
  gap: 28px;
  padding: 34px clamp(28px, 7vw, 84px);
  background: #2a1d13;
  color: #fff7e9;
}

.market-footer h2,
.market-footer h3 {
  margin: 0 0 10px;
}

.market-footer h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.market-footer a {
  display: block;
  margin-bottom: 8px;
}

.market-footer img {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 4px;
  object-fit: cover;
}

.stay-demo {
  width: min(1220px, calc(100% - 32px));
  margin: 26px auto 72px;
  overflow: hidden;
  border: 1px solid rgba(56, 48, 38, 0.14);
  border-radius: 10px;
  background: #fbf7ef;
  color: #21301f;
  box-shadow: 0 28px 70px rgba(43, 34, 23, 0.18);
}

.stay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 76px;
  padding: 18px clamp(24px, 5vw, 58px);
  background: rgba(251, 247, 239, 0.96);
  border-bottom: 1px solid rgba(56, 48, 38, 0.12);
}

.stay-logo,
.stay-nav a,
.stay-header-cta,
.stay-actions a,
.stay-type-band a,
.stay-owner-band a,
.stay-final-cta a,
.stay-footer a {
  text-decoration: none;
}

.stay-logo {
  display: grid;
  color: #24351f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1;
}

.stay-logo span {
  color: #7c5b38;
  font-size: 16px;
}

.stay-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.stay-nav a {
  color: #596052;
  font-size: 13px;
  font-weight: 800;
}

.stay-header-cta,
.stay-actions a:first-child,
.stay-owner-actions a:first-child,
.stay-final-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  background: #405a35;
  color: #fff;
  cursor: pointer;
  padding: 0 17px;
  font-weight: 900;
}

.stay-hero {
  position: relative;
  min-height: 620px;
  padding: clamp(62px, 8vw, 108px) clamp(24px, 5vw, 64px) 118px;
  background:
    linear-gradient(90deg, rgba(24, 26, 21, 0.72), rgba(24, 26, 21, 0.24) 48%, rgba(24, 26, 21, 0.08)),
    url("website-demos/live-demos/havenstay-wisconsin/hero-lake-cottage.jpg") center / cover;
}

.stay-hero-copy {
  max-width: 680px;
  color: white;
}

.stay-hero-copy p,
.stay-owner-band > div > p,
.stay-reviews > p {
  margin: 0 0 12px;
  color: #b6cf9b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.stay-hero h1,
.stay-rentals h2,
.stay-destinations h2,
.stay-owner-band h2,
.stay-reviews h2,
.stay-process h2,
.stay-faq h2,
.stay-final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.stay-hero h1 {
  font-size: clamp(46px, 6vw, 78px);
  line-height: 0.98;
}

.stay-hero-copy > span {
  display: block;
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.6;
}

.stay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.stay-actions a:last-child,
.stay-type-band a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  color: #24351f;
  padding: 0 17px;
  font-weight: 900;
}

.stay-search-card {
  position: absolute;
  left: clamp(24px, 5vw, 64px);
  right: clamp(24px, 5vw, 64px);
  bottom: -34px;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(230px, 1.35fr) minmax(160px, 0.95fr) minmax(160px, 0.95fr) minmax(150px, 0.75fr) minmax(170px, 0.72fr);
  align-items: stretch;
  min-height: 94px;
  border: 1px solid rgba(104, 82, 48, 0.28);
  background: rgba(255, 252, 245, 0.98);
  box-shadow: 0 16px 34px rgba(50, 39, 25, 0.16);
}

.stay-search-card label {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  border-right: 1px solid rgba(56, 48, 38, 0.14);
  color: #596052;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 16px 20px;
  text-transform: uppercase;
}

.stay-search-card input,
.stay-search-card select {
  min-width: 0;
  width: 100%;
  min-height: 28px;
  border: 0;
  background: transparent;
  color: #21301f;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

.stay-search-card input[type="date"] {
  appearance: auto;
  color-scheme: light;
}

.stay-search-card button {
  align-self: center;
  justify-self: stretch;
  min-height: 66px;
  margin: 14px;
  border: 0;
  border-radius: 4px;
  background: #14391f;
  color: #fff;
  cursor: pointer;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 12px;
  text-transform: uppercase;
  white-space: normal;
}

.stay-search-status,
.stay-filter-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: -4px 20px 12px;
  color: #405a35;
  font-size: 13px;
  font-weight: 900;
}

.stay-type-band,
.stay-rentals,
.stay-destinations,
.stay-reviews,
.stay-process,
.stay-faq {
  padding: clamp(44px, 6vw, 76px) clamp(24px, 5vw, 58px);
}

.stay-type-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: clamp(72px, 7vw, 96px);
}

.stay-type-band article {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(56, 48, 38, 0.13);
  border-radius: 8px;
  background: #fffaf2;
}

.stay-type-band img,
.stay-property-grid img,
.stay-destination-grid img,
.stay-owner-band img,
.stay-experience img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.stay-type-band img {
  position: absolute;
  inset: 0;
  height: 100%;
}

.stay-type-band div {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(56%, 360px);
  min-height: 260px;
  padding: 34px;
}

.stay-game-card div {
  background: linear-gradient(90deg, rgba(18, 58, 32, 0.96), rgba(18, 58, 32, 0.72), transparent);
  color: white;
}

.stay-monthly-card div {
  margin-left: 0;
  background: linear-gradient(90deg, rgba(247, 239, 225, 0.98), rgba(247, 239, 225, 0.82), transparent);
}

.stay-type-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.stay-type-band p,
.stay-owner-band span,
.stay-experience p,
.stay-review-grid blockquote,
.stay-process p,
.stay-final-cta p,
.stay-footer p {
  color: #596052;
  line-height: 1.55;
}

.stay-game-card p {
  color: rgba(255, 255, 255, 0.84);
}

.stay-game-card a {
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
  color: white;
}

.stay-type-band a {
  width: max-content;
  margin-top: 10px;
  border-color: rgba(64, 90, 53, 0.22);
}

.stay-row-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.stay-section-subtitle {
  margin: 8px 0 0;
  color: #596052;
  line-height: 1.45;
}

.stay-rentals h2,
.stay-destinations h2,
.stay-reviews h2,
.stay-process h2,
.stay-faq h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.stay-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.stay-filter-buttons button {
  min-height: 36px;
  border: 1px solid rgba(64, 90, 53, 0.22);
  border-radius: 999px;
  background: #fffaf2;
  color: #405a35;
  cursor: pointer;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 900;
}

.stay-filter-buttons button.is-active {
  background: #405a35;
  color: white;
}

.stay-property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stay-property-grid article,
.stay-destination-grid article,
.stay-review-grid article {
  position: relative;
  border: 1px solid rgba(56, 48, 38, 0.13);
  border-radius: 8px;
  background: #fffaf2;
  overflow: hidden;
}

.stay-favorite {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #405a35;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.stay-favorite.is-active {
  background: #405a35;
  color: white;
}

.stay-property-grid article.is-hidden {
  display: none;
}

.stay-property-grid img {
  height: 205px;
}

.stay-property-grid h3,
.stay-destination-grid h3,
.stay-experience h3,
.stay-process h3,
.stay-footer h3 {
  margin: 16px 16px 4px;
  font-size: 18px;
}

.stay-property-grid p,
.stay-property-grid strong {
  display: block;
  margin: 0 16px 8px;
}

.stay-property-grid p {
  color: #596052;
  font-size: 13px;
}

.stay-property-grid span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  margin: 4px 0 18px 16px;
  border: 1px solid rgba(64, 90, 53, 0.18);
  border-radius: 999px;
  padding: 0 8px;
  color: #405a35;
  font-size: 11px;
  font-weight: 900;
}

.stay-destinations {
  background: #f4ebdd;
}

.stay-destination-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.stay-destination-head a,
.stay-destination-grid a,
.stay-owner-actions a:last-child {
  color: #405a35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.stay-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stay-destination-grid img {
  height: 190px;
}

.stay-destination-grid p {
  margin: 0 16px 14px;
  color: #596052;
  line-height: 1.45;
}

.stay-destination-grid a {
  display: inline-flex;
  margin: 0 16px 18px;
}

.stay-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(56, 48, 38, 0.13);
  background: #fffaf2;
}

.stay-proof article {
  min-height: 150px;
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid rgba(56, 48, 38, 0.13);
}

.stay-proof strong {
  display: block;
  color: #405a35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.stay-proof span {
  display: block;
  margin-top: 4px;
  font-weight: 900;
}

.stay-proof p {
  margin: 8px auto 0;
  max-width: 220px;
  color: #596052;
  font-size: 13px;
  line-height: 1.45;
}

.stay-owner-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border-block: 1px solid rgba(56, 48, 38, 0.18);
  background: #fffaf2;
}

.stay-owner-band img {
  height: 440px;
  border-radius: 0;
}

.stay-owner-band h2 {
  max-width: 640px;
  font-size: clamp(32px, 4.1vw, 52px);
  line-height: 1.02;
}

.stay-owner-band > div {
  display: grid;
  align-content: center;
  padding: clamp(42px, 6vw, 76px);
}

.stay-owner-band ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
  padding: 0;
  color: #596052;
  list-style: none;
}

.stay-owner-band li {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
}

.stay-owner-band li::before {
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: #405a35;
  color: white;
  content: "\2713";
  font-size: 12px;
  font-weight: 900;
}

.stay-owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
}

.stay-owner-actions a:first-child {
  width: max-content;
}

.stay-experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 clamp(24px, 5vw, 58px) clamp(44px, 6vw, 76px);
}

.stay-experience > div {
  border-radius: 8px;
  overflow: hidden;
  background: #24351f;
  color: white;
}

.stay-experience img {
  height: 270px;
}

.stay-experience h3 {
  margin: 24px 24px 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.stay-experience p {
  margin: 0 24px 26px;
  color: rgba(255, 255, 255, 0.78);
}

.stay-bottom-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.2fr 1fr;
  border-block: 1px solid rgba(56, 48, 38, 0.18);
  background: #fffaf2;
}

.stay-bottom-panel > article {
  min-height: 315px;
  padding: clamp(28px, 4vw, 42px);
  border-right: 1px solid rgba(56, 48, 38, 0.16);
}

.stay-bottom-panel h2 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 32px);
}

.stay-stars::before {
  color: #d8a839;
  content: "\2605\2605\2605\2605\2605";
  font-size: 18px;
  letter-spacing: 0.12em;
}

.stay-bottom-review blockquote {
  margin: 16px 0 0;
  color: #405041;
  line-height: 1.55;
}

.stay-bottom-review p {
  margin: 18px 0 0;
  color: #596052;
  font-weight: 800;
}

.stay-review-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.stay-review-controls button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(64, 90, 53, 0.28);
  color: #405a35;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.stay-review-controls button:first-child,
.stay-review-controls button:last-child {
  width: auto;
  height: auto;
  background: transparent;
  color: rgba(64, 90, 53, 0.58);
}

.stay-review-controls button.is-active {
  background: #405a35;
}

.stay-bottom-process > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.stay-bottom-process section strong {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: #405a35;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.stay-bottom-process h3 {
  margin: 18px 0 10px;
  font-size: 15px;
}

.stay-bottom-process p {
  margin: 0;
  color: #596052;
  font-size: 13px;
  line-height: 1.45;
}

.stay-faq-list {
  border: 1px solid rgba(56, 48, 38, 0.1);
  background: rgba(255, 255, 255, 0.46);
}

.stay-faq-list button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(56, 48, 38, 0.12);
  background: transparent;
  color: #596052;
  cursor: pointer;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.stay-faq-list button.is-open {
  color: #405a35;
}

.stay-bottom-faq a {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  color: #405a35;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.stay-final-cta {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: stretch;
  min-height: 170px;
  border-bottom: 1px solid rgba(56, 48, 38, 0.18);
  background: #fbf7ef;
}

.stay-final-cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-final-cta > div {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 28px clamp(26px, 5vw, 70px);
}

.stay-final-cta h2 {
  max-width: 520px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.stay-final-cta p {
  margin: 8px 0 18px;
  color: #596052;
}

.stay-final-cta a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #405a35;
  color: white;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.stay-footer {
  display: grid;
  grid-template-columns: 1.3fr repeat(5, 0.8fr);
  gap: 28px;
  padding: 30px clamp(24px, 5vw, 58px) 24px;
  background: #14391f;
  color: white;
}

.stay-footer h2,
.stay-footer h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.stay-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
}

.stay-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 16px clamp(20px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(14px);
}

.site-logo span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(212, 168, 63, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-size: 11px;
}

.site-logo strong {
  color: #4d4a42;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-cta {
  border: 0;
  background: var(--clay);
  color: white;
}

.menu-button {
  display: none;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: white;
  padding: 0 14px;
  font-weight: 900;
}

.mobile-menu {
  display: none;
  padding: 14px 22px 20px;
  border-bottom: 1px solid var(--line);
  background: white;
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font-weight: 800;
}

.dental-hero {
  display: grid;
  grid-template-columns: 0.88fr 1.42fr;
  min-height: 510px;
  background: #fbfaf6;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 76px) clamp(28px, 6vw, 70px);
}

.dental-hero h2 {
  max-width: 420px;
  font-size: clamp(40px, 5.3vw, 68px);
  line-height: 1.04;
}

.hero-copy p {
  max-width: 390px;
  margin: 18px 0 0;
  font-size: 15px;
}

.hero-media {
  position: relative;
  min-height: 510px;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background: url("website-demos/clinic-room.jpg") center / cover;
}

.appointment-card {
  position: absolute;
  top: 34px;
  right: 42px;
  width: min(300px, calc(100% - 54px));
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 46px rgba(23, 36, 32, 0.16);
}

.appointment-card h3 {
  margin: 0 0 16px;
  color: var(--aqua);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
}

.appointment-card label,
.booking-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.appointment-card input,
.appointment-card select,
.booking-form input,
.booking-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: white;
  color: var(--ink);
  padding: 0 10px;
}

.services-section,
.team-section,
.reviews-section,
.booking-section {
  padding: clamp(42px, 6vw, 72px) clamp(28px, 6vw, 70px);
}

.section-heading h2,
.team-section h2,
.booking-section h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.services-heading,
.reviews-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 26px;
}

.services-heading p {
  margin: 8px 0 0;
}

.services-heading a {
  color: var(--aqua);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.service-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.service-tabs button {
  min-height: 46px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.service-tabs button.is-active {
  border-bottom-color: var(--aqua);
  color: var(--aqua);
}

.service-showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  align-items: center;
}

.service-showcase img,
.team-section img,
.booking-section img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.service-showcase img {
  height: 300px;
  border-radius: 4px;
}

.service-detail {
  padding: 0;
  background: transparent;
}

.service-detail h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.service-detail p,
.service-detail li {
  color: var(--muted);
  line-height: 1.55;
}

.service-detail ul,
.credential-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--aqua-soft);
}

.stats-strip div {
  min-height: 128px;
  padding: 28px 22px;
  text-align: center;
  border-right: 1px solid rgba(47, 131, 122, 0.13);
}

.stats-strip strong,
.stats-strip span,
.stats-strip small {
  display: block;
}

.stats-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.stats-strip span {
  margin-top: 5px;
  font-weight: 800;
}

.stats-strip small {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
}

.team-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 38px;
  align-items: center;
}

.doctor-photo {
  height: 340px;
  border-radius: 4px;
}

.credential-list {
  color: var(--muted);
}

.compact {
  width: fit-content;
  margin-top: 20px;
}

.reviews-section {
  padding-top: 18px;
}

.review-controls {
  display: flex;
  gap: 8px;
}

.review-controls button {
  width: 30px;
  height: 8px;
  border: 0;
  border-radius: 99px;
  background: rgba(47, 131, 122, 0.18);
  cursor: pointer;
}

.review-controls button.is-active {
  background: var(--aqua);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}

.review-card strong {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 16px 0 0;
  color: #363f3c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.4;
}

.review-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.insurance-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 38px;
  padding: 24px clamp(28px, 6vw, 70px);
  border-block: 1px solid var(--line);
  background: #fbfaf6;
}

.insurance-strip span {
  width: 100%;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.insurance-strip strong {
  color: var(--aqua);
  font-size: 15px;
}

.booking-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 36px;
  align-items: center;
  background: #f7f2eb;
}

.booking-section > img {
  height: 310px;
  border-radius: 4px;
}

.booking-section h2 {
  color: var(--aqua);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.booking-form label,
.booking-form select {
  min-width: 0;
}

.booking-form button {
  grid-column: 1 / span 2;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--aqua);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 980px) {
  .gallery-hero,
  .template-grid,
  .home-hero,
  .home-area,
  .home-faq-testimonial,
  .dental-hero,
  .service-showcase,
  .team-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .site-nav,
  .site-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
  }

  .mobile-menu.is-open {
    display: block;
  }

  .hero-media,
  .hero-photo {
    min-height: 420px;
  }

  .appointment-card {
    top: 24px;
    right: 24px;
  }

  .stats-strip,
  .electric-stats,
  .electric-service-grid,
  .electric-project-grid,
  .electric-review-grid,
  .electric-process-grid,
  .vc-thesis-intro,
  .vc-split,
  .vc-focus,
  .vc-portfolio,
  .vc-story,
  .vc-team-grid,
  .vc-insight-grid,
  .vc-contact-band,
  .vc-footer,
  .market-producers,
  .market-story,
  .market-product-grid,
  .market-maker-grid,
  .market-review-grid,
  .market-box,
  .market-connect,
  .market-footer,
  .stay-hero,
  .stay-type-band,
  .stay-owner-band,
  .stay-experience,
  .review-grid,
  .home-service-grid,
  .plan-grid,
  .process-grid,
  .recent-work-grid,
  .stay-property-grid,
  .stay-destination-grid,
  .stay-proof,
  .stay-bottom-panel,
  .stay-bottom-process > div,
  .stay-footer,
  .booking-form {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .gallery-shell,
  .gallery-nav,
  .gallery-grid-heading,
  .gallery-footer,
  .services-heading,
  .reviews-heading,
  .insurance-strip {
    display: block;
  }

  .gallery-nav {
    margin-top: 12px;
  }

  .gallery-nav a {
    display: inline-block;
    margin: 0 14px 10px 0;
  }

  .gallery-filters {
    grid-template-columns: 1fr;
  }

  .gallery-brand strong {
    font-size: 15px;
    letter-spacing: 0.07em;
  }

  .gallery-brand small {
    font-size: 11px;
  }

  .gallery-hero {
    min-height: auto;
    padding-top: 38px;
  }

  .gallery-footer {
    padding: 42px 0 50px;
  }

  .gallery-footer nav {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .device-pair {
    min-height: 430px;
  }

  .desktop-frame {
    height: 410px;
  }

  .phone-frame {
    right: 8px;
    width: 150px;
    height: 330px;
  }

  .template-demo {
    width: calc(100% - 20px);
  }

  .site-header {
    align-items: center;
  }

  .dental-hero {
    min-height: auto;
  }

  .hero-media,
  .hero-photo {
    min-height: 560px;
  }

  .appointment-card {
    left: 18px;
    right: 18px;
    width: auto;
  }

  .service-tabs,
  .template-grid,
  .stats-strip,
  .review-grid,
  .home-service-grid,
  .plan-grid,
  .process-grid,
  .recent-work-grid,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .home-demo-header,
  .home-demo-footer,
  .electric-header,
  .electric-section-head,
  .electric-row-head,
  .electric-quote-band,
  .electric-footer,
  .vc-header,
  .vc-row-head,
  .market-header,
  .stay-header,
  .stay-row-head,
  .home-section-row {
    display: block;
  }

  .home-nav,
  .home-phone,
  .electric-nav,
  .electric-header-cta,
  .vc-nav,
  .vc-outline,
  .market-nav,
  .market-header-cta,
  .stay-nav,
  .stay-header-cta {
    display: none;
  }

  .home-hero {
    min-height: auto;
  }

  .home-demo-footer a {
    margin-top: 18px;
  }

  .electric-demo {
    width: calc(100% - 20px);
  }

  .electric-hero {
    min-height: auto;
  }

  .electric-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 28, 54, 0.12);
    padding: 18px 0;
  }

  .electric-section-head > p,
  .electric-row-head a,
  .electric-quote-form {
    margin-top: 18px;
  }

  .electric-quote-form {
    grid-template-columns: 1fr;
  }

  .vc-demo {
    width: calc(100% - 20px);
  }

  .vc-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(251, 250, 245, 0.98), rgba(251, 250, 245, 0.82)),
      url("website-demos/live-demos/north-ridge-capital/hero-mountain.jpg") center / cover;
  }

  .vc-split img,
  .vc-focus img,
  .vc-portfolio img,
  .vc-story img {
    min-height: 260px;
  }

  .vc-contact-form {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .vc-thesis-intro,
  .vc-split,
  .vc-focus,
  .vc-portfolio,
  .vc-story,
  .vc-team-grid,
  .vc-insight-grid,
  .vc-contact-band,
  .vc-footer,
  .vc-stage-tabs {
    grid-template-columns: 1fr;
  }

  .vc-thesis-intro,
  .vc-team,
  .vc-insights,
  .vc-contact-band,
  .vc-footer {
    padding: 34px 22px;
  }

  .vc-split article,
  .vc-focus > div,
  .vc-portfolio > div,
  .vc-story article {
    padding: 34px 22px;
  }

  .vc-row-head a {
    display: inline-block;
    margin-top: 12px;
  }

  .market-demo {
    width: calc(100% - 20px);
  }

  .market-logo {
    display: block;
  }

  .market-category-grid,
  .market-producer-grid {
    grid-template-columns: 1fr;
  }

  .market-producers,
  .market-story,
  .market-product-grid,
  .market-maker-grid,
  .market-review-grid,
  .market-box,
  .market-connect,
  .market-footer {
    grid-template-columns: 1fr;
  }

  .market-producers,
  .market-categories,
  .market-products,
  .market-makers,
  .market-reviews {
    padding: 34px 22px;
  }

  .market-producer-grid img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .market-producer-grid article {
    min-width: 0;
  }

  .market-story img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .market-box {
    margin-inline: 20px;
  }

  .market-box > div {
    padding: 28px 22px;
  }

  .market-connect {
    padding-top: 0;
  }

  .market-connect-form {
    grid-template-columns: 1fr;
  }

  .stay-demo {
    width: calc(100% - 20px);
  }

  .stay-logo {
    display: inline-grid;
  }

  .stay-hero {
    min-height: auto;
    padding-bottom: 34px;
    background:
      linear-gradient(180deg, rgba(24, 26, 21, 0.78), rgba(24, 26, 21, 0.28)),
      url("website-demos/live-demos/havenstay-wisconsin/hero-lake-cottage.jpg") center / cover;
  }

  .stay-search-card {
    position: static;
    grid-template-columns: 1fr;
    margin-top: 28px;
    min-height: 0;
  }

  .stay-search-card label {
    border-right: 0;
    border-bottom: 1px solid rgba(56, 48, 38, 0.14);
  }

  .stay-search-card button {
    margin: 14px;
  }

  .stay-search-status {
    margin: 0 20px 16px;
  }

  .stay-type-band,
  .stay-property-grid,
  .stay-destination-grid,
  .stay-proof,
  .stay-owner-band,
  .stay-experience,
  .stay-bottom-panel,
  .stay-bottom-process > div,
  .stay-final-cta,
  .stay-footer {
    grid-template-columns: 1fr;
  }

  .stay-type-band {
    padding-top: 34px;
  }

  .stay-type-band article {
    min-height: 320px;
  }

  .stay-type-band div {
    width: 100%;
    min-height: 320px;
  }

  .stay-type-band img,
  .stay-property-grid img,
  .stay-destination-grid img,
  .stay-owner-band img,
  .stay-experience img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .stay-filter-buttons {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .stay-final-cta a {
    width: max-content;
    margin-top: 20px;
  }
}

/* Reusable demo-only branding and image labels. */
.demo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.demo-brand .demo-brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: none;
  transform: none;
}

.demo-brand .demo-brand-copy {
  display: grid;
  width: auto;
  height: auto;
  gap: 2px;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  line-height: 1;
  place-items: initial;
  transform: none;
}

.demo-brand .demo-brand-copy strong {
  color: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.1;
}

.demo-brand .demo-brand-copy small {
  color: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

[data-demo-image] {
  position: relative;
}

[data-demo-image]::after {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 3px;
  background: rgba(10, 22, 35, 0.54);
  color: rgba(255, 255, 255, 0.94);
  content: attr(data-demo-image);
  padding: 6px 8px;
  backdrop-filter: blur(5px);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  pointer-events: none;
}

.home-hero[data-demo-image]::after {
  top: auto;
  right: auto;
  bottom: 14px;
  left: 14px;
}

.dental-blue-demo .hero-photo {
  background-image: url("website-demos/family-consult.jpg");
  background-position: center;
}

.symptom-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 52px;
  align-items: center;
  padding: clamp(48px, 7vw, 78px) clamp(28px, 7vw, 76px);
  background: #eef7ff;
}

.symptom-intro h2,
.symptom-checker h2,
.dental-centered-heading h2,
.dental-faq h2,
.dental-cta h2 {
  margin: 0;
  color: #102f57;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.symptom-intro h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
}

.symptom-intro p,
.symptom-intro li,
.symptom-checker > p,
.dental-centered-heading p,
.dental-service-grid p,
.dental-team-grid p,
.dental-team-grid small,
.dental-cta p,
.dental-footer p,
.dental-footer a {
  color: #5c6b7c;
  line-height: 1.5;
}

.symptom-intro ul {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.symptom-intro li::before {
  display: none;
}

.symptom-intro li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.symptom-intro svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #126ccf;
  stroke-width: 2.4;
}

.symptom-checker {
  padding: 30px;
  border: 1px solid rgba(18, 108, 207, 0.12);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 40px rgba(16, 58, 108, 0.1);
  text-align: center;
}

.symptom-checker h2 {
  font-size: 24px;
}

.symptom-checker > p {
  margin: 8px 0 18px;
  font-size: 12px;
}

.symptom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.symptom-grid button {
  display: grid;
  min-height: 50px;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(18, 108, 207, 0.18);
  border-radius: 5px;
  background: white;
  color: #273f5e;
  cursor: pointer;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.symptom-grid svg {
  width: 20px;
  height: 20px;
  color: #4e95e6;
  stroke-width: 2;
}

.symptom-grid button.is-active {
  border-color: #126ccf;
  background: #eaf4ff;
  color: #126ccf;
}

.symptom-submit,
.dental-cta button {
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #126ccf;
  color: white;
  cursor: pointer;
  font-weight: 900;
}

.symptom-submit {
  width: 100%;
  margin-top: 14px;
}

.symptom-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: #126ccf;
  font-size: 12px;
  font-weight: 800;
}

.dental-service-cards,
.dental-team,
.dental-faq-band {
  padding: clamp(48px, 7vw, 76px) clamp(28px, 7vw, 76px);
}

.dental-centered-heading {
  margin-bottom: 28px;
  text-align: center;
}

.dental-centered-heading h2 {
  font-size: clamp(32px, 4vw, 46px);
  text-transform: capitalize;
}

.dental-centered-heading p {
  margin: 8px 0 0;
}

.dental-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dental-service-grid article {
  overflow: hidden;
  border: 1px solid rgba(16, 36, 63, 0.12);
  border-radius: 6px;
  background: white;
}

.dental-card-image {
  height: 150px;
  overflow: hidden;
}

.dental-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dental-service-grid h3,
.dental-service-grid p,
.dental-service-grid a {
  margin-inline: 18px;
}

.dental-service-grid h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #102f57;
  font-size: 17px;
}

.dental-service-grid p {
  min-height: 64px;
  margin-top: 0;
  font-size: 13px;
}

.dental-service-grid a,
.dental-team-grid a {
  display: inline-flex;
  margin-bottom: 18px;
  color: #126ccf;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dental-budget-strip {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  gap: 30px;
  align-items: center;
  padding: 24px clamp(28px, 7vw, 76px);
  background: #eaf4ff;
}

.dental-budget-strip strong {
  color: #16365d;
  font-size: 19px;
  line-height: 1.25;
}

.dental-budget-strip p {
  color: #5c6b7c;
  font-size: 12px;
  line-height: 1.5;
}

.dental-budget-strip a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  border: 1px solid #126ccf;
  border-radius: 4px;
  color: #126ccf;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.dental-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dental-team-grid article {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 6px;
  background: #f8fbfe;
}

.dental-team-grid img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.dental-team-grid article > div {
  padding: 18px;
}

.dental-team-grid h3 {
  margin: 0;
  color: #102f57;
  font-size: 14px;
}

.dental-team-grid p {
  margin: 5px 0 14px;
  font-size: 11px;
  font-weight: 800;
}

.dental-team-grid small {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
}

.dental-faq-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  background: #f8fbfe;
}

.dental-faq h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.dental-faq-image {
  min-height: 300px;
  overflow: hidden;
  border-radius: 6px;
}

.dental-faq-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.dental-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 0 clamp(28px, 7vw, 76px) 0;
  padding: 26px 44px;
  border-radius: 6px;
  background: #126ccf;
  color: white;
}

.dental-cta h2,
.dental-cta p {
  color: white;
}

.dental-cta p {
  margin: 7px 0 0;
}

.dental-cta button {
  flex: 0 0 auto;
  background: white;
  color: #126ccf;
  padding: 0 22px;
}

.dental-booking-panel {
  display: none;
  padding: 24px clamp(28px, 7vw, 76px);
  background: #eef7ff;
}

.dental-booking-panel.is-open {
  display: block;
}

.dental-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 0.8fr);
  gap: 36px;
  padding: 46px clamp(28px, 7vw, 76px);
  background: white;
}

.dental-footer h3 {
  margin: 0 0 14px;
  color: #102f57;
  font-size: 13px;
}

.dental-footer a:not(.demo-brand) {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 980px) {
  .symptom-section,
  .dental-faq-band,
  .dental-budget-strip,
  .dental-footer {
    grid-template-columns: 1fr 1fr;
  }

  .dental-service-grid,
  .dental-team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  [data-demo-image]::after {
    top: 9px;
    right: 9px;
    padding: 5px 7px;
  }

  .symptom-section,
  .dental-service-grid,
  .dental-team-grid,
  .dental-faq-band,
  .dental-budget-strip,
  .dental-footer {
    grid-template-columns: 1fr;
  }

  .symptom-section,
  .dental-service-cards,
  .dental-team,
  .dental-faq-band {
    padding: 34px 22px;
  }

  .dental-cta {
    display: grid;
    margin-inline: 20px;
    padding: 24px;
  }

.dental-cta button {
  width: max-content;
}
}

/* Per-demo typography alignment pass. Source renders determine these type systems. */
.dental-blue-demo .template-demo {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.dental-blue-demo .site-header {
  min-height: 64px;
  padding-block: 12px;
}

.dental-blue-demo .site-nav {
  gap: 22px;
  font-size: 11px;
  font-weight: 700;
}

.dental-blue-demo .dental-hero h2,
.dental-blue-demo .symptom-intro h2,
.dental-blue-demo .symptom-checker h2,
.dental-blue-demo .dental-centered-heading h2,
.dental-blue-demo .reviews-section h2,
.dental-blue-demo .dental-faq h2,
.dental-blue-demo .dental-cta h2 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.dental-blue-demo .dental-hero h2 {
  max-width: 470px;
  font-size: 56px;
  line-height: 0.98;
}

.dental-blue-demo .hero-copy p {
  max-width: 410px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.dental-blue-demo .symptom-intro h2 {
  font-size: 33px;
  line-height: 1.1;
}

.dental-blue-demo .symptom-checker h2,
.dental-blue-demo .dental-centered-heading h2,
.dental-blue-demo .reviews-section h2 {
  font-size: 28px;
}

.dental-blue-demo .dental-service-grid h3,
.dental-blue-demo .dental-team-grid h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.home-demo {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.home-demo-header {
  min-height: 68px;
  padding-block: 14px;
}

.home-demo .home-logo,
.home-demo h2,
.home-demo h3,
.home-demo .home-hero h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home-demo .home-nav,
.home-demo .home-phone {
  font-size: 11px;
  font-weight: 600;
}

.home-demo .home-hero h2 {
  max-width: 520px;
  font-size: 64px;
  line-height: 1.02;
}

.home-demo .home-hero p {
  max-width: 430px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.home-demo .home-services h2,
.home-demo .home-plans h2,
.home-demo .home-work h2,
.home-demo .home-process h2,
.home-demo .home-faq-testimonial h2 {
  font-size: 34px;
}

.electric-demo {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

.electric-header {
  min-height: 66px;
  padding-block: 13px;
}

.electric-demo .electric-logo strong,
.electric-demo .electric-logo span,
.electric-demo h1,
.electric-demo h2,
.electric-demo h3 {
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.electric-demo .electric-nav {
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
}

.electric-demo .electric-hero h1 {
  max-width: 610px;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.04;
}

.electric-demo .electric-hero p {
  max-width: 460px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.electric-demo .electric-section-head h2,
.electric-demo .electric-row-head h2,
.electric-demo .electric-process h2 {
  max-width: 560px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.market-demo {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.market-demo .market-logo,
.market-demo h1,
.market-demo h2,
.market-demo h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.market-header {
  min-height: 68px;
  padding-block: 14px;
}

.market-demo .market-nav {
  gap: 22px;
  font-size: 11px;
  font-weight: 700;
}

.market-demo .market-hero h1 {
  max-width: 490px;
  font-size: 62px;
  line-height: 1.02;
}

.market-demo .market-hero p {
  max-width: 490px;
  font-size: 15px;
  font-weight: 500;
}

.market-demo .market-categories h2,
.market-demo .market-products h2,
.market-demo .market-makers h2,
.market-demo .market-reviews h2 {
  font-size: 34px;
}

.vc-demo {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.vc-demo .vc-logo,
.vc-demo h1,
.vc-demo h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.vc-header {
  min-height: 68px;
  padding-block: 14px;
}

.vc-demo .vc-nav {
  gap: 24px;
  font-size: 11px;
  font-weight: 600;
}

.vc-demo .vc-hero h1 {
  max-width: 610px;
  font-size: 64px;
  line-height: 1.02;
}

.vc-demo .vc-hero p,
.vc-demo .vc-thesis-intro p,
.vc-demo .vc-split p,
.vc-demo .vc-focus p,
.vc-demo .vc-portfolio p,
.vc-demo .vc-story p {
  font-size: 14px;
  font-weight: 500;
}

.vc-demo .vc-thesis-intro h2,
.vc-demo .vc-split h2,
.vc-demo .vc-focus h2,
.vc-demo .vc-portfolio h2,
.vc-demo .vc-story h2,
.vc-demo .vc-team h2,
.vc-demo .vc-row-head h2 {
  font-size: 38px;
  line-height: 1.1;
}

.stay-demo {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.stay-demo .stay-logo,
.stay-demo h1,
.stay-demo h2,
.stay-demo .stay-property-grid h3,
.stay-demo .stay-destination-grid h3,
.stay-demo .stay-experience h3,
.stay-demo .stay-footer h2,
.stay-demo .stay-footer h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

.stay-header {
  min-height: 66px;
  padding-block: 13px;
}

.stay-demo .stay-nav {
  gap: 22px;
}

.stay-demo .stay-nav a,
.stay-demo .stay-header-cta,
.stay-demo .stay-search-card label,
.stay-demo .stay-search-card input,
.stay-demo .stay-search-card select {
  font-size: 11px;
  font-weight: 700;
}

.stay-demo .stay-hero h1 {
  max-width: 600px;
  font-size: 68px;
  line-height: 0.92;
}

.stay-demo .stay-hero-copy > span {
  max-width: 500px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.stay-demo .stay-rentals h2,
.stay-demo .stay-destinations h2,
.stay-demo .stay-owner-band h2,
.stay-demo .stay-bottom-panel h2 {
  font-size: 38px;
  line-height: 1.02;
}

.electric-demo .electric-hero h1 span,
.home-demo .home-hero h2 span {
  display: block;
}

.electric-demo .electric-hero h1 span + span {
  margin-top: 4px;
}

.electric-demo .electric-hero {
  grid-template-columns: 1fr 1fr;
}

.electric-demo .electric-hero h1 {
  max-width: none;
  font-size: 54px;
  line-height: 0.98;
}

.electric-demo .electric-hero h1 span {
  white-space: nowrap;
}

.home-demo .home-hero h2 span + span {
  margin-top: 2px;
}

.dental-blue-demo .dental-hero {
  position: relative;
  display: block;
  min-height: 520px;
  overflow: hidden;
  background: #ffffff;
}

.dental-blue-demo .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
}

.dental-blue-demo .hero-photo {
  background-position: right center;
  background-size: cover;
}

.dental-blue-demo .dental-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 32%, rgba(255, 255, 255, 0.82) 46%, rgba(255, 255, 255, 0.3) 66%, rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
}

.dental-blue-demo .hero-copy {
  position: relative;
  z-index: 2;
  width: 54%;
  min-height: 520px;
  padding: 88px 52px 72px clamp(42px, 6vw, 76px);
}

@media (max-width: 980px) {
  .dental-blue-demo .dental-hero h2,
  .home-demo .home-hero h2,
  .electric-demo .electric-hero h1,
  .market-demo .market-hero h1,
  .vc-demo .vc-hero h1,
  .stay-demo .stay-hero h1 {
    font-size: 52px;
  }

  .electric-demo .electric-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .dental-blue-demo .dental-hero h2,
  .home-demo .home-hero h2,
  .electric-demo .electric-hero h1,
  .market-demo .market-hero h1,
  .vc-demo .vc-hero h1,
  .stay-demo .stay-hero h1 {
    font-size: 42px;
  }

  .electric-demo .electric-hero h1 {
    font-size: 38px;
  }

  .electric-demo .electric-hero h1 span {
    white-space: normal;
  }

  .dental-blue-demo .dental-hero {
    min-height: 660px;
  }

  .dental-blue-demo .hero-copy {
    width: 100%;
    min-height: 0;
    padding: 48px 28px 290px;
  }

  .dental-blue-demo .hero-media {
    inset: 0;
  }

  .dental-blue-demo .hero-photo {
    background-position: center bottom;
  }

  .dental-blue-demo .dental-hero::before {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 38%, rgba(255, 255, 255, 0.74) 53%, rgba(255, 255, 255, 0.08) 74%, rgba(255, 255, 255, 0) 100%);
  }

  .dental-blue-demo .site-nav,
  .home-demo .home-nav,
  .electric-demo .electric-nav,
  .market-demo .market-nav,
  .vc-demo .vc-nav,
  .stay-demo .stay-nav {
    font-size: 10px;
  }

  .dental-blue-demo .symptom-intro h2,
  .dental-blue-demo .symptom-checker h2,
  .dental-blue-demo .dental-centered-heading h2,
  .home-demo .home-services h2,
  .home-demo .home-plans h2,
  .home-demo .home-work h2,
  .home-demo .home-process h2,
  .home-demo .home-faq-testimonial h2,
  .electric-demo .electric-section-head h2,
  .electric-demo .electric-row-head h2,
  .electric-demo .electric-process h2,
  .market-demo .market-categories h2,
  .market-demo .market-products h2,
  .market-demo .market-makers h2,
  .market-demo .market-reviews h2,
  .vc-demo .vc-thesis-intro h2,
  .vc-demo .vc-split h2,
  .vc-demo .vc-focus h2,
  .vc-demo .vc-portfolio h2,
  .vc-demo .vc-story h2,
  .vc-demo .vc-team h2,
  .vc-demo .vc-row-head h2,
  .stay-demo .stay-rentals h2,
  .stay-demo .stay-destinations h2,
  .stay-demo .stay-owner-band h2,
  .stay-demo .stay-bottom-panel h2 {
    font-size: 30px;
  }
}

/* Additional live demo templates ported from WebsiteTemplateProject. */
/* Northfield Homes interactive builder concept */
.builder-demo {
  --builder-ink: #183326;
  --builder-muted: #5f675f;
  --builder-paper: #f8f6f0;
  --builder-sand: #eee9de;
  --builder-gold: #b48951;
  background: var(--builder-paper);
  color: var(--builder-ink);
  font-family: "DM Sans", Arial, sans-serif;
}

.builder-site { overflow: hidden; }
/* Willow Grove Montessori interactive school concept */
.montessori-demo { --mont-ink: #234536; --mont-paper: #f7f1e6; --mont-sand: #e6d8bd; --mont-clay: #b86746; --mont-moss: #7b916b; --mont-muted: #647166; background: var(--mont-paper); color: var(--mont-ink); font-family: "DM Sans", Arial, sans-serif; }
.montessori-site { overflow: hidden; }
.montessori-demo .demo-back-link { border-color: rgba(35, 69, 54, 0.18); background: rgba(247, 241, 230, 0.95); color: var(--mont-ink); }
.montessori-demo .demo-brand { color: var(--mont-ink); }
.montessori-demo .demo-brand-mark { border-color: var(--mont-ink); color: var(--mont-ink); }
.montessori-demo .demo-brand-copy strong { color: var(--mont-ink); }
.montessori-demo .demo-brand-copy small { color: var(--mont-muted); }
.montessori-header .demo-brand, .montessori-header .demo-brand-mark, .montessori-header .demo-brand-copy strong, .montessori-header .demo-brand-copy small { color: #fff; }
.montessori-header .demo-brand-mark { border-color: rgba(255,255,255,.8); }
.montessori-header { position: absolute; top: 0; left: 0; right: 0; z-index: 5; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 25px clamp(28px, 5vw, 92px); }
.montessori-nav { display: flex; gap: 30px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.montessori-nav a, .montessori-header-cta, .montessori-text-link, .montessori-footer a { color: currentColor; text-decoration: none; }
.montessori-header-cta, .montessori-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid #fff; border-radius: 2px; background: #fff; color: var(--mont-ink); padding: 0 19px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.montessori-header-cta { justify-self: end; }
.montessori-header-cta:hover, .montessori-button:hover { transform: translateY(-2px); background: #f6dfc0; box-shadow: 0 12px 22px rgba(24, 45, 33, .16); }
.montessori-hero { position: relative; min-height: 780px; background: #263e31; color: #fff; isolation: isolate; }
.montessori-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: 1.1fr .8fr 1.3fr .9fr; grid-template-rows: 1.05fr .8fr; gap: 8px; padding: 8px; opacity: .76; }
.montessori-mosaic::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21, 48, 36, .9) 0%, rgba(21, 48, 36, .72) 32%, rgba(21, 48, 36, .22) 75%, rgba(21, 48, 36, .38) 100%); content: ""; }
.montessori-mosaic img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.07); animation: mont-tile-in .72s cubic-bezier(.34, 1.2, .64, 1) forwards; }
.montessori-mosaic img:nth-child(1) { grid-row: span 2; animation-delay: .04s; }.montessori-mosaic img:nth-child(2) { animation-delay: .1s; }.montessori-mosaic img:nth-child(3) { grid-column: span 2; animation-delay: .16s; }.montessori-mosaic img:nth-child(4) { grid-row: span 2; animation-delay: .22s; }.montessori-mosaic img:nth-child(5) { grid-column: span 2; animation-delay: .28s; }.montessori-mosaic img:nth-child(6) { animation-delay: .34s; }
.montessori-hero-copy { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(360px, .92fr) minmax(300px, .65fr); align-items: end; gap: clamp(35px, 8vw, 150px); min-height: 780px; padding: 180px clamp(30px, 8vw, 138px) 100px; }
.montessori-hero-copy > p, .montessori-kicker { margin: 0 0 18px; color: #f6dfc0; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.montessori-hero h1, .montessori-intro h2, .montessori-section-heading h2, .montessori-impact h2, .montessori-story h2, .montessori-tour h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: 0; }
.montessori-hero h1 { max-width: 690px; font-size: clamp(60px, 6.2vw, 102px); line-height: .91; animation: mont-rise .76s .25s ease-out both; }
.montessori-hero-copy > div > p { max-width: 390px; margin: 0 0 23px; color: rgba(255,255,255,.87); font-size: 16px; line-height: 1.6; animation: mont-rise .76s .4s ease-out both; }
.montessori-hero-copy .montessori-button { animation: mont-rise .76s .5s ease-out both; }
.montessori-hero-note { position: absolute; z-index: 2; right: clamp(30px, 8vw, 138px); bottom: 34px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; animation: mont-rise .76s .55s ease-out both; }
.montessori-hero-note span { font-size: 18px; }
.montessori-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(44px, 13vw, 190px); padding: clamp(80px, 11vw, 150px) clamp(30px, 8.5vw, 140px); background: #fffdf8; }
.montessori-intro > p { max-width: 370px; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(30px, 3vw, 45px); line-height: 1.08; }
.montessori-intro h2, .montessori-section-heading h2, .montessori-impact h2, .montessori-story h2, .montessori-tour h2 { font-size: clamp(43px, 4.3vw, 66px); line-height: .98; }
.montessori-intro div > p { max-width: 580px; margin: 23px 0 25px; color: #4f5c52; font-size: 18px; line-height: 1.65; }
.montessori-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--mont-ink); font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.montessori-text-link:hover { color: var(--mont-clay); }
.montessori-text-link span { font-size: 18px; }
.montessori-programs { padding: clamp(78px, 10vw, 138px) clamp(30px, 8.5vw, 140px); background: var(--mont-sand); }
.montessori-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.montessori-section-heading > div > p { max-width: 500px; margin: 15px 0 0; color: var(--mont-muted); font-size: 16px; line-height: 1.6; }
.montessori-program-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.montessori-program-tabs button { min-height: 38px; border: 1px solid rgba(35,69,54,.25); border-radius: 0; background: transparent; color: var(--mont-ink); padding: 0 13px; font-size: 12px; font-weight: 700; }
.montessori-program-tabs button.is-active { border-color: var(--mont-ink); background: var(--mont-ink); color: #fff; }
.montessori-program-detail { display: grid; grid-template-columns: minmax(0, .92fr) minmax(350px, .8fr); background: #fffdf8; }
.montessori-program-detail img { width: 100%; min-height: 470px; height: 100%; object-fit: cover; }
.montessori-program-detail > div { padding: clamp(44px, 7vw, 92px); }
.montessori-program-detail > div > p:first-child { margin: 0 0 14px; color: var(--mont-clay); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.montessori-program-detail h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(42px, 4vw, 58px); font-weight: 400; line-height: .98; }
.montessori-program-detail h3 + p { margin: 20px 0; color: #4f5c52; font-size: 16px; line-height: 1.6; }
.montessori-program-detail ul { display: grid; gap: 8px; margin: 0 0 27px; padding: 0; color: #46564a; list-style: none; font-size: 14px; }
.montessori-program-detail li::before { color: var(--mont-clay); content: "+  "; font-weight: 900; }
.montessori-impact { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 10vw, 170px); padding: clamp(78px, 10vw, 138px) clamp(30px, 8.5vw, 140px); background: #294b3b; color: #fff; }
.montessori-impact h2 { max-width: 460px; }.montessori-impact > div > p { max-width: 370px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.6; }
.montessori-stat-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); align-self: start; }
.montessori-stat-grid article { min-height: 175px; background: #294b3b; padding: 30px; }.montessori-stat-grid strong { display: block; color: #f5d8ac; font-family: "DM Serif Display", Georgia, serif; font-size: 64px; font-weight: 400; line-height: 1; }.montessori-stat-grid span { display: block; max-width: 190px; margin-top: 11px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.45; }
.montessori-story, .montessori-parent-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }.montessori-story-image, .montessori-parent-image { position: relative; overflow: hidden; }.montessori-story-image img, .montessori-parent-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }.montessori-story:hover img, .montessori-parent-band:hover img { transform: scale(1.04); }
.montessori-story > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 140px); background: #fffdf8; }.montessori-story h2 { max-width: 490px; }.montessori-story > div:last-child > p:not(.montessori-kicker) { max-width: 450px; margin: 22px 0 26px; color: #506056; font-size: 17px; line-height: 1.65; }
.montessori-parent-band > div:first-child { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 140px); background: #d57955; color: #fff; }.montessori-parent-band .montessori-kicker { color: #fff0d6; }.montessori-parent-band blockquote { max-width: 540px; margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(36px, 3.6vw, 55px); line-height: 1.03; }.montessori-parent-band blockquote + p { margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: 14px; }
.montessori-quote-controls { display: flex; gap: 10px; margin-top: 28px; }.montessori-quote-controls button { width: 10px; height: 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: transparent; padding: 0; }.montessori-quote-controls button.is-active { background: #fff; }
.montessori-tour { display: grid; grid-template-columns: .9fr .7fr; gap: clamp(50px, 11vw, 175px); padding: clamp(80px, 10vw, 138px) clamp(30px, 8.5vw, 140px); background: #f3e7d2; }.montessori-tour > div > p { max-width: 530px; margin: 22px 0 0; color: #506056; font-size: 17px; line-height: 1.6; }.montessori-tour-details { display: grid; gap: 8px; margin-top: 33px; color: #456050; font-size: 14px; }.montessori-tour-details a { color: var(--mont-ink); font-weight: 800; text-decoration: none; }
.montessori-tour-form { display: grid; gap: 16px; }.montessori-tour-form label { display: grid; gap: 8px; color: #466053; font-size: 11px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }.montessori-tour-form input, .montessori-tour-form select { min-height: 48px; border: 1px solid rgba(35,69,54,.24); border-radius: 0; background: rgba(255,255,255,.48); color: var(--mont-ink); padding: 0 12px; font-size: 15px; letter-spacing: 0; text-transform: none; }.montessori-tour-form .montessori-button { width: fit-content; border-color: var(--mont-ink); background: var(--mont-ink); color: #fff; }.montessori-form-status { min-height: 20px; margin: 0; color: #31503f; font-size: 14px; font-weight: 600; }
.montessori-footer { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 40px; padding: 42px clamp(30px, 8.5vw, 140px); background: #234536; color: rgba(255,255,255,.68); }.montessori-footer .demo-brand, .montessori-footer .demo-brand-copy strong, .montessori-footer .demo-brand-copy small, .montessori-footer .demo-brand-mark { color: #fff; }.montessori-footer .demo-brand-mark { border-color: rgba(255,255,255,.75); }.montessori-footer .demo-brand-copy small { color: rgba(255,255,255,.6); }.montessori-footer p { margin: 0; font-size: 12px; line-height: 1.5; }.montessori-footer > a { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.montessori-demo [data-montessori-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease var(--mont-delay, 0ms), transform .7s ease var(--mont-delay, 0ms); }.montessori-demo [data-montessori-reveal].is-revealed { opacity: 1; transform: translateY(0); }
@keyframes mont-tile-in { to { opacity: 1; transform: scale(1); } } @keyframes mont-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) { .montessori-header { grid-template-columns: 1fr auto; }.montessori-nav { display: none; }.montessori-hero-copy, .montessori-intro, .montessori-impact, .montessori-tour { grid-template-columns: 1fr; }.montessori-hero-copy { align-content: end; gap: 28px; }.montessori-hero-copy > div { max-width: 470px; }.montessori-program-detail { grid-template-columns: 1fr; }.montessori-program-detail img { min-height: 390px; max-height: 520px; }.montessori-story, .montessori-parent-band { grid-template-columns: 1fr; }.montessori-story-image, .montessori-parent-image { min-height: 430px; }.montessori-footer { grid-template-columns: 1fr auto; }.montessori-footer p { grid-row: 2; grid-column: span 2; } }
@media (max-width: 700px) { .montessori-demo .demo-back-link { top: 10px; left: 10px; }.montessori-header { padding: 16px 20px; }.montessori-header-cta { min-height: 40px; padding: 0 11px; font-size: 10px; }.montessori-hero { min-height: 720px; }.montessori-mosaic { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; }.montessori-mosaic img:nth-child(1) { grid-row: span 2; }.montessori-mosaic img:nth-child(3) { grid-column: auto; }.montessori-mosaic img:nth-child(4) { grid-row: auto; }.montessori-mosaic img:nth-child(5) { grid-column: span 2; }.montessori-mosaic::after { background: linear-gradient(180deg, rgba(21,48,36,.18) 0%, rgba(21,48,36,.76) 52%, rgba(21,48,36,.94) 100%); }.montessori-hero-copy { min-height: 720px; padding: 185px 24px 70px; }.montessori-hero h1 { font-size: 57px; }.montessori-hero-note { right: 24px; bottom: 20px; font-size: 11px; }.montessori-intro, .montessori-programs, .montessori-impact, .montessori-tour { padding: 70px 24px; }.montessori-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }.montessori-intro > p { font-size: 34px; }.montessori-intro h2, .montessori-section-heading h2, .montessori-impact h2, .montessori-story h2, .montessori-tour h2 { font-size: 46px; }.montessori-program-detail > div { padding: 40px 28px; }.montessori-program-detail img { min-height: 320px; }.montessori-stat-grid { grid-template-columns: 1fr; }.montessori-stat-grid article { min-height: 132px; }.montessori-story-image, .montessori-parent-image { min-height: 340px; }.montessori-story > div:last-child, .montessori-parent-band > div:first-child { padding: 68px 24px; }.montessori-parent-band blockquote { font-size: 40px; }.montessori-tour { gap: 42px; }.montessori-tour-form .montessori-button { width: 100%; }.montessori-footer { grid-template-columns: 1fr; gap: 24px; padding: 38px 24px; }.montessori-footer p { grid-row: auto; grid-column: auto; } }
.builder-demo .demo-back-link { border-color: rgba(24, 51, 38, 0.18); background: rgba(248, 246, 240, 0.94); color: var(--builder-ink); }
.builder-demo .demo-brand { color: var(--builder-ink); }
.builder-demo .demo-brand-mark { border-color: var(--builder-ink); color: var(--builder-ink); }
.builder-demo .demo-brand-copy strong { color: var(--builder-ink); }
.builder-demo .demo-brand-copy small { color: var(--builder-muted); }

.builder-header {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  gap: 26px;
  min-height: 88px;
  padding: 16px clamp(30px, 5.5vw, 94px);
  background: var(--builder-paper);
}

.builder-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); color: #314637; font-size: 13px; font-weight: 700; }
.builder-nav a, .builder-header-cta, .builder-text-link, .builder-feature-card a, .builder-community-card a, .builder-plan-card a, .builder-footer a { text-decoration: none; }
.builder-nav a:hover, .builder-text-link:hover, .builder-feature-card a:hover, .builder-community-card a:hover, .builder-plan-card a:hover, .builder-footer a:hover { color: var(--builder-gold); }

.builder-header-cta, .builder-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--builder-ink);
  border-radius: 2px;
  background: var(--builder-ink);
  color: #fff;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.builder-header-cta { justify-self: end; }
.builder-header-cta:hover, .builder-button:hover { transform: translateY(-2px); background: #254b35; box-shadow: 0 10px 22px rgba(24, 51, 38, 0.16); }

.builder-hero {
  position: relative;
  display: flex;
  min-height: min(720px, calc(100vh - 88px));
  align-items: center;
  padding: clamp(72px, 10vw, 152px) clamp(30px, 9vw, 150px);
  color: #fff;
  isolation: isolate;
}

.builder-hero-image { position: absolute; inset: 0; z-index: -2; background: url("website-demos/live-demos/northfield-homes/hero-subdivision.png") center/cover no-repeat; }
.builder-hero::before { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(15, 35, 24, 0.86) 0%, rgba(17, 37, 26, 0.66) 32%, rgba(17, 37, 26, 0.14) 70%, rgba(17, 37, 26, 0.08) 100%); content: ""; }
.builder-hero-copy { max-width: 590px; }
.builder-location, .builder-community-card p { margin: 0 0 15px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.builder-hero h1, .builder-intro h2, .builder-feature-card h2, .builder-section-heading h2, .builder-process h2, .builder-contact h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: 0; }
.builder-hero h1 { max-width: 580px; font-size: clamp(54px, 5.8vw, 92px); line-height: 0.94; }
.builder-hero-copy > p:not(.builder-location) { max-width: 470px; margin: 26px 0 0; color: rgba(255, 255, 255, 0.88); font-size: 17px; line-height: 1.65; }
.builder-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.builder-button-light { border-color: #fff; background: #fff; color: var(--builder-ink); }
.builder-button-light:hover { background: #f4eee2; }
.builder-text-link { display: inline-flex; gap: 10px; align-items: center; color: currentColor; font-size: 13px; font-weight: 800; letter-spacing: 0.055em; text-transform: uppercase; }
.builder-text-link span, .builder-feature-card a span, .builder-community-card a span, .builder-plan-card a span { font-size: 18px; line-height: 0; }
.builder-hero-note { position: absolute; right: clamp(30px, 7vw, 108px); bottom: 42px; display: grid; max-width: 230px; gap: 6px; border-left: 1px solid rgba(255, 255, 255, 0.6); padding-left: 18px; color: #fff; font-size: 13px; line-height: 1.45; }
.builder-hero-note strong { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }

.builder-intro, .builder-communities, .builder-plans, .builder-contact { padding: clamp(74px, 10vw, 138px) clamp(30px, 8.6vw, 142px); }
.builder-intro { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(48px, 10vw, 180px); background: #fff; }
.builder-intro h2, .builder-section-heading h2, .builder-contact h2 { font-size: clamp(42px, 4.2vw, 62px); line-height: 1; }
.builder-intro p { max-width: 650px; margin: 0; color: #425249; font-size: clamp(18px, 1.7vw, 23px); line-height: 1.55; }
.builder-dark-link { margin-top: 28px; color: var(--builder-ink); }

.builder-feature-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.builder-feature-card { position: relative; min-height: 510px; overflow: hidden; background: #e3ded3; color: var(--builder-ink); }
.builder-feature-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.builder-feature-card::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247, 243, 235, 0.94) 0%, rgba(247, 243, 235, 0.66) 49%, rgba(247, 243, 235, 0.03) 100%); content: ""; }
.builder-feature-card > div { position: relative; z-index: 2; max-width: 370px; padding: clamp(42px, 6vw, 86px); }
.builder-feature-card h2 { font-size: clamp(38px, 3.4vw, 54px); line-height: 1; }
.builder-feature-card p { margin: 20px 0 26px; font-size: 16px; line-height: 1.6; }
.builder-feature-card a, .builder-community-card a, .builder-plan-card a { display: inline-flex; align-items: center; gap: 9px; color: currentColor; font-size: 12px; font-weight: 800; letter-spacing: 0.075em; text-transform: uppercase; }
.builder-feature-card-dark { color: #fff; }
.builder-feature-card-dark::after { background: linear-gradient(90deg, rgba(24, 51, 38, 0.96) 0%, rgba(24, 51, 38, 0.76) 49%, rgba(24, 51, 38, 0.08) 100%); }

.builder-demo [data-builder-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease var(--builder-reveal-delay, 0ms), transform 620ms ease var(--builder-reveal-delay, 0ms);
}

.builder-demo [data-builder-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.builder-hero-copy { animation: builder-rise 720ms ease-out both; }
.builder-hero-note { animation: builder-fade 820ms 170ms ease-out both; }
.builder-feature-card img, .builder-community-card img, .builder-plan-card img { transition: transform 700ms ease; }
.builder-feature-card:hover img, .builder-community-card:hover img, .builder-plan-card:hover img { transform: scale(1.045); }
.builder-community-card, .builder-plan-card { transition: transform 240ms ease, box-shadow 240ms ease; }
.builder-community-card:hover, .builder-plan-card:hover { transform: translateY(-6px); box-shadow: 0 18px 32px rgba(24, 51, 38, 0.13); }

@keyframes builder-rise {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes builder-fade {
  from { opacity: 0; transform: translateX(18px); }
  to { opacity: 1; transform: translateX(0); }
}

.builder-communities { background: var(--builder-sand); }
.builder-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 44px; }
.builder-section-heading > div > p { max-width: 490px; margin: 16px 0 0; color: var(--builder-muted); font-size: 16px; line-height: 1.55; }
.builder-community-grid, .builder-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.builder-community-card, .builder-plan-card { background: #fff; }
.builder-community-card img, .builder-plan-card img { display: block; width: 100%; height: 270px; object-fit: cover; }
.builder-community-card > div, .builder-plan-card > div { padding: 25px 26px 28px; }
.builder-community-card p { margin-bottom: 9px; color: var(--builder-gold); font-size: 11px; }
.builder-community-card h3, .builder-plan-card h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: 33px; font-weight: 400; line-height: 1; }
.builder-community-card span, .builder-plan-card p { display: block; min-height: 44px; margin: 11px 0 19px; color: var(--builder-muted); font-size: 14px; line-height: 1.55; }

.builder-plans { background: #fff; }
.builder-plans-heading { align-items: center; }
.builder-plan-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.builder-plan-filters button { min-height: 38px; border: 1px solid rgba(24, 51, 38, 0.24); border-radius: 0; background: transparent; color: var(--builder-ink); padding: 0 14px; font-size: 12px; font-weight: 700; }
.builder-plan-filters button.is-active { border-color: var(--builder-ink); background: var(--builder-ink); color: #fff; }
.builder-plan-card { border: 1px solid #e5e0d5; }
.builder-plan-card.is-hidden { display: none; }
.builder-plan-status { margin: 22px 0 0; color: var(--builder-muted); font-size: 13px; }

.builder-process { display: grid; grid-template-columns: 0.92fr 1.08fr; background: #1b382a; color: #fff; }
.builder-process-photo { min-height: 680px; }
.builder-process-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.builder-process-copy { padding: clamp(70px, 9vw, 132px) clamp(36px, 8vw, 130px); }
.builder-process h2 { max-width: 530px; font-size: clamp(44px, 4.3vw, 68px); line-height: 0.98; }
.builder-process ol { display: grid; gap: 21px; margin: 48px 0 0; padding: 0; list-style: none; }
.builder-process li { display: grid; grid-template-columns: 45px 1fr; gap: 17px; border-top: 1px solid rgba(255, 255, 255, 0.24); padding-top: 17px; }
.builder-process li strong { color: #d2ad7c; font-size: 12px; letter-spacing: 0.08em; }
.builder-process li span { max-width: 430px; color: rgba(255, 255, 255, 0.74); font-size: 15px; line-height: 1.55; }
.builder-process li b { display: block; margin-bottom: 3px; color: #fff; font-size: 16px; }

.builder-contact { display: grid; grid-template-columns: 0.88fr 0.7fr; justify-content: space-between; gap: clamp(48px, 11vw, 180px); background: #d9c5a7; }
.builder-contact > div > p { max-width: 510px; margin: 22px 0 0; color: #415144; font-size: 17px; line-height: 1.6; }
.builder-contact-details { display: grid; gap: 8px; margin-top: 36px; color: #314637; font-size: 14px; }
.builder-contact-details a { color: var(--builder-ink); font-weight: 800; text-decoration: none; }
.builder-contact-form { display: grid; gap: 17px; }
.builder-contact-form label { display: grid; gap: 8px; color: #314637; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.builder-contact-form input, .builder-contact-form select { width: 100%; min-height: 48px; border: 1px solid rgba(24, 51, 38, 0.24); border-radius: 0; background: rgba(255, 255, 255, 0.44); color: var(--builder-ink); padding: 0 13px; font-size: 15px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.builder-contact-form .builder-button { width: fit-content; margin-top: 4px; }
.builder-form-status { min-height: 20px; margin: 0; color: #314637; font-size: 14px; font-weight: 600; line-height: 1.45; }

.builder-footer { display: grid; grid-template-columns: minmax(160px, 0.75fr) 1.4fr auto; align-items: center; gap: 40px; padding: 42px clamp(30px, 8.6vw, 142px); background: #173224; color: rgba(255, 255, 255, 0.7); }
.builder-footer .demo-brand, .builder-footer .demo-brand-copy strong, .builder-footer .demo-brand-copy small, .builder-footer .demo-brand-mark { color: #fff; }
.builder-footer .demo-brand-mark { border-color: rgba(255, 255, 255, 0.8); }
.builder-footer .demo-brand-copy small { color: rgba(255, 255, 255, 0.64); }
.builder-footer p { margin: 0; font-size: 12px; line-height: 1.55; }
.builder-footer > a { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.065em; text-transform: uppercase; }

@media (max-width: 980px) {
  .builder-header { grid-template-columns: 1fr auto; }
  .builder-nav { display: none; }
  .builder-hero { min-height: 650px; }
  .builder-intro, .builder-process, .builder-contact { grid-template-columns: 1fr; }
  .builder-feature-split, .builder-community-grid, .builder-plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .builder-community-grid > :last-child, .builder-plan-grid > :last-child { grid-column: span 2; }
  .builder-process-photo { min-height: 430px; }
  .builder-footer { grid-template-columns: 1fr auto; }
  .builder-footer p { grid-row: 2; grid-column: span 2; }
}

@media (max-width: 700px) {
  .builder-demo .demo-back-link { top: 10px; left: 10px; }
  .builder-header { min-height: 76px; padding: 13px 20px; }
  .builder-header-cta { min-height: 40px; padding: 0 12px; font-size: 10px; }
  .builder-hero { min-height: 680px; align-items: end; padding: 150px 24px 74px; }
  .builder-hero-image { background-position: 60% center; }
  .builder-hero::before { background: linear-gradient(180deg, rgba(15, 35, 24, 0.2) 0%, rgba(15, 35, 24, 0.56) 38%, rgba(15, 35, 24, 0.9) 100%); }
  .builder-hero h1 { max-width: 360px; font-size: 54px; }
  .builder-hero-copy > p:not(.builder-location) { font-size: 16px; }
  .builder-hero-note { right: 24px; bottom: 22px; max-width: 160px; font-size: 11px; }
  .builder-hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .builder-intro, .builder-communities, .builder-plans, .builder-contact { padding: 70px 24px; }
  .builder-intro { gap: 28px; }
  .builder-intro h2, .builder-section-heading h2, .builder-contact h2 { font-size: 44px; }
  .builder-intro p { font-size: 18px; }
  .builder-feature-split, .builder-community-grid, .builder-plan-grid { grid-template-columns: 1fr; }
  .builder-feature-card { min-height: 490px; color: #fff; }
  .builder-feature-card::after, .builder-feature-card-dark::after { background: linear-gradient(180deg, rgba(24, 51, 38, 0.1) 0%, rgba(24, 51, 38, 0.9) 100%); }
  .builder-feature-card > div { position: absolute; bottom: 0; padding: 36px 28px; }
  .builder-feature-card h2 { font-size: 42px; }
  .builder-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
  .builder-plans-heading { gap: 24px; }
  .builder-community-grid > :last-child, .builder-plan-grid > :last-child { grid-column: auto; }
  .builder-community-card img, .builder-plan-card img { height: 250px; }
  .builder-process-photo { min-height: 330px; }
  .builder-process-copy { padding: 68px 24px; }
  .builder-process h2 { font-size: 48px; }
  .builder-contact { gap: 42px; }
  .builder-contact-form .builder-button { width: 100%; }
  .builder-footer { grid-template-columns: 1fr; gap: 24px; padding: 38px 24px; }
  .builder-footer p { grid-row: auto; grid-column: auto; }
}
/* Patient-first dental journey: reference-led interactive rail */
.journey-dental-demo { --jd-ink: #1b322c; --jd-forest: #1d6157; --jd-sage: #bddbce; --jd-pale: #f7f0e4; --jd-coral: #ed8069; --jd-muted: #66746d; background: var(--jd-pale); color: var(--jd-ink); font-family: "DM Sans", Arial, sans-serif; }
.journey-dental-demo .journey-main { margin-left: 280px; overflow: hidden; }
.journey-rail { position: fixed; z-index: 20; inset: 0 auto 0 0; display: flex; flex-direction: column; width: 280px; background: var(--jd-sage); border-right: 1px solid rgba(27,50,44,.15); }
.journey-rail-brand { display: flex; align-items: center; gap: 11px; min-height: 112px; border-bottom: 1px solid rgba(27,50,44,.12); padding: 25px 28px; color: var(--jd-ink); text-decoration: none; }
.journey-rail-mark { display: inline-grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--jd-forest); border-radius: 50%; color: var(--jd-forest); font-size: 11px; font-weight: 800; }
.journey-rail-brand strong { display: block; font-size: 15px; letter-spacing: .01em; }.journey-rail-brand small { display: block; margin-top: 4px; color: #527168; font-size: 11px; font-weight: 600; }
.journey-rail-steps { flex: 1; padding: 24px 28px; }.journey-rail-steps > p { margin: 0 0 18px; color: #5e8177; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journey-rail-steps button { position: relative; display: grid; grid-template-columns: 34px 1fr; width: 100%; min-height: 72px; gap: 12px; border: 0; background: transparent; padding: 0; color: #688a80; text-align: left; }
.journey-rail-steps button:not(:last-child)::after { position: absolute; top: 34px; left: 16px; width: 1px; height: 38px; background: rgba(42,113,100,.29); content: ""; }.journey-rail-steps button span { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid rgba(29,97,87,.28); border-radius: 50%; color: #5c8177; font-size: 11px; font-weight: 800; }.journey-rail-steps button b { display: grid; align-content: center; gap: 3px; font-size: 14px; line-height: 1; }.journey-rail-steps button b small { color: #6f9589; font-size: 11px; font-weight: 500; }
.journey-rail-steps button.is-active { color: var(--jd-forest); }.journey-rail-steps button.is-active span { border-color: var(--jd-forest); background: var(--jd-forest); color: #fff; }.journey-rail-steps button.is-active b small { color: #51776d; }.journey-rail-steps button.is-complete span { border-color: var(--jd-forest); background: rgba(29,97,87,.18); color: var(--jd-forest); }
.journey-rail-actions { border-top: 1px solid rgba(27,50,44,.13); padding: 19px 28px 25px; }.journey-rail-actions .journey-coral-button, .journey-rail-actions .journey-text-button { width: 100%; min-height: 47px; }.journey-text-button { border: 2px solid var(--jd-forest); border-radius: 10px; background: transparent; color: var(--jd-forest); font: inherit; font-size: 12px; font-weight: 700; }.journey-text-button:hover { background: rgba(255,255,255,.34); }.journey-rail-actions small { display: block; margin-top: 12px; color: #5b7d73; font-size: 10px; text-align: center; }
.journey-dental-demo .journey-back-link { position: fixed; z-index: 25; top: 13px; left: 296px; border-color: rgba(27,50,44,.16); background: rgba(255,255,255,.88); color: var(--jd-ink); backdrop-filter: blur(8px); }
.journey-dental-demo .journey-hero { position: relative; display: block; min-height: 760px; isolation: isolate; background: #e3e5dd; }.journey-hero-image { position: absolute !important; inset: 0; z-index: -3; min-height: 0 !important; }.journey-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }.journey-hero-wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(247,240,228,.98) 0%, rgba(247,240,228,.91) 28%, rgba(247,240,228,.31) 64%, rgba(247,240,228,.16) 100%); }.journey-hero-copy { position: absolute !important; z-index: 2; inset: 0 auto 0 0; display: flex; width: min(620px, 62vw); max-width: none; flex-direction: column; justify-content: center; padding: 130px clamp(42px,8vw,132px) 74px; }.journey-status { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-bottom: 52px; border: 1px solid #acd0c1; border-radius: 999px; background: rgba(190,221,208,.77); padding: 8px 14px; color: var(--jd-forest); font-size: 11px; font-weight: 800; }.journey-status i { width: 6px; height: 6px; border-radius: 50%; background: #38a58d; }.journey-dental-demo .journey-hero h1 { max-width: 560px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(55px,5vw,82px); font-weight: 400; line-height: .99; }.journey-hero-copy em { display: block; margin: 23px 0 26px; color: #187a70; font-family: "DM Serif Display", Georgia, serif; font-size: 20px; }.journey-hero-copy > p { max-width: 460px; margin: 0; border-left: 3px solid #99d0bf; padding-left: 17px; color: #526961; font-size: 16px; line-height: 1.63; }.journey-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 31px; }.journey-hero-actions > a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid #73ad9f; border-radius: 10px; padding: 0 21px; color: #315e55; font-size: 12px; font-weight: 700; text-decoration: none; }.journey-hero-actions > a:hover { background: rgba(255,255,255,.44); }.journey-hero-copy ul { display: flex; flex-wrap: wrap; gap: 15px; margin: 32px 0 0; padding: 0; list-style: none; color: #3f6259; font-size: 11px; }.journey-hero-copy li::before { margin-right: 7px; color: #16816e; content: "\2713"; font-weight: 900; }
.journey-coral-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; background: var(--jd-coral); padding: 0 21px; color: #fff; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .01em; }.journey-coral-button:hover { transform: translateY(-2px); background: #d96f5a; box-shadow: 0 10px 22px rgba(135,63,46,.19); }.journey-coral-button span { font-size: 18px; line-height: 0; }
.journey-proof-cards { position: absolute; z-index: 2; top: 37%; right: clamp(28px,4vw,70px); display: grid; width: 196px; gap: 16px; }.journey-proof-cards article { border: 1px solid rgba(255,255,255,.78); border-radius: 16px; background: rgba(250,249,244,.78); padding: 21px; box-shadow: 0 12px 30px rgba(34,46,40,.08); backdrop-filter: blur(10px); }.journey-proof-cards small,.journey-proof-cards span { display: block; color: #6a837b; font-size: 11px; }.journey-proof-cards strong { display:flex; align-items:center; justify-content:space-between; margin: 7px 0 4px; color: var(--jd-ink); font-family: "DM Serif Display", Georgia, serif; font-size: 25px; font-weight: 400; }.journey-proof-cards strong b { color: var(--jd-coral); font-family: Arial, sans-serif; font-size: 15px; }
.journey-flow-heading { padding: 86px clamp(38px,8vw,132px) 53px; border-bottom: 1px solid rgba(27,50,44,.19); background: #f9f6ef; }.journey-flow-heading p, .journey-booking-section > div > p, .journey-guest-copy > p { margin: 0 0 13px; color: var(--jd-forest); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.journey-flow-heading h2 { margin: 0; color: var(--jd-ink); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(42px,4.4vw,66px); font-weight: 400; line-height: 1.02; }.journey-flow-heading h2 em { color: #1a8275; }
.journey-phase { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 580px; border-bottom: 1px solid rgba(27,50,44,.18); }.journey-phase-copy { align-self: center; max-width: 600px; padding: clamp(68px,9vw,138px); }.journey-phase-copy > span { display: block; margin-bottom: 17px; color: var(--jd-forest); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.journey-phase-copy h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(40px,4vw,60px); font-weight: 400; line-height: 1.02; }.journey-phase-copy > p { margin: 22px 0; color: #596c64; font-size: 16px; line-height: 1.65; }.journey-phase-copy ul { display: grid; gap: 8px; margin: 0; padding: 0; color: #3f6057; list-style: none; font-size: 13px; }.journey-phase-copy li::before { margin-right: 7px; color: var(--jd-coral); content: "\2713"; font-weight: 900; }.journey-phase figure { position: relative; margin: 0; overflow: hidden; }.journey-phase figure img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }.journey-phase figcaption { position: absolute; top: 24px; right: 24px; border-radius: 99px; background: rgba(255,255,255,.89); padding: 8px 13px; color: var(--jd-ink); font-size: 11px; font-weight: 800; }.journey-phase-soft { background: #f8f2e8; }.journey-phase-oat { background: #e3eee9; }.journey-phase-reverse { background: #fffdf8; }.journey-inline-link { margin-top: 27px; border: 0; border-bottom: 1px solid var(--jd-forest); background: transparent; padding: 0 0 6px; color: var(--jd-forest); font: inherit; font-size: 12px; font-weight: 800; }
.journey-booking-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px,9vw,160px); padding: clamp(76px,9vw,130px); background: #e9e1d2; }.journey-booking-section > div { align-self: start; }.journey-booking-section h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(44px,4.4vw,66px); font-weight: 400; line-height: 1; }.journey-booking-section > div > span { display:block; max-width:340px; margin-top:22px; color:#597064; font-size:16px; line-height:1.55; }.journey-booking { display: grid; gap: 25px; max-width: 710px; border: 1px solid rgba(27,50,44,.16); background: #fffdf9; padding: clamp(27px,4vw,44px); box-shadow: 0 15px 34px rgba(34,48,40,.07); }.journey-booking fieldset { display: grid; gap: 12px; margin: 0; border: 0; padding: 0; }.journey-booking legend, .journey-booking-contact label { color: #465e56; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.journey-visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.journey-visit-grid button { min-height: 70px; border: 1px solid rgba(27,50,44,.18); border-radius: 8px; background: #fbfaf6; padding: 13px; color: var(--jd-ink); text-align: left; font: inherit; }.journey-visit-grid button.is-active { border-color: var(--jd-forest); background: #e5f1eb; box-shadow: inset 0 0 0 1px var(--jd-forest); }.journey-visit-grid button b,.journey-visit-grid button small { display:block; }.journey-visit-grid button b { margin-bottom:4px; font-size:13px; }.journey-visit-grid button small { color:var(--jd-muted); font-size:11px; }.journey-day-pills { display:flex; flex-wrap:wrap; gap:7px; }.journey-day-pills button { min-width:48px; min-height:36px; border:1px solid rgba(27,50,44,.22); border-radius:99px; background:#fff; color:var(--jd-ink); font:inherit; font-size:12px; font-weight:700; }.journey-day-pills button.is-active { border-color:var(--jd-forest); background:var(--jd-forest); color:#fff; }.journey-insurance { position:relative; }.journey-insurance select, .journey-booking-contact input, .journey-text-form input { width:100%; min-height:45px; border:1px solid rgba(27,50,44,.2); border-radius:6px; background:#fbfaf6; padding:0 12px; color:var(--jd-ink); font:inherit; font-size:14px; }.journey-toggle { display:flex; align-items:center; gap:9px; color:var(--jd-muted); font-size:12px; }.journey-toggle input { position:absolute; opacity:0; }.journey-toggle span { position:relative; width:34px; height:19px; border-radius:99px; background:#c5d6ce; }.journey-toggle span::after { position:absolute; top:3px; left:3px; width:13px; height:13px; border-radius:50%; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.18); content:""; transition:transform .18s ease; }.journey-toggle input:checked + span { background:var(--jd-forest); }.journey-toggle input:checked + span::after { transform:translateX(15px); }.journey-insurance-note { margin: 0; border: 1px solid #b6d6c8; border-radius: 7px; background: #e7f2eb; padding: 12px; color: #40645b; font-size: 12px; line-height: 1.45; }.journey-booking-contact { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.journey-booking-contact label { display:grid; gap:7px; }.journey-booking .journey-coral-button { width:max-content; }.journey-booking-status { min-height:17px; color:#3c7567; font-size:12px; font-weight:700; }
.journey-guest-section { display:grid; grid-template-columns:1fr 1fr; min-height:510px; }.journey-guest-photo img { display:block; width:100%; height:100%; object-fit:cover; }.journey-guest-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(65px,9vw,135px); background:var(--jd-forest); color:#fff; }.journey-guest-copy > p { color:#c8e5d9; }.journey-guest-copy blockquote { max-width:520px; margin:0; font-family:"DM Serif Display", Georgia, serif; font-size:clamp(35px,3.4vw,54px); line-height:1.02; }.journey-guest-copy > span { margin-top:20px; color:rgba(255,255,255,.72); font-size:13px; }.journey-review-controls { display:flex; gap:9px; margin-top:25px; }.journey-review-controls button { width:10px; height:10px; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:transparent; padding:0; }.journey-review-controls button.is-active { background:#fff; }.journey-footer { display:grid; grid-template-columns:.85fr 1.5fr auto; align-items:center; gap:38px; padding:42px clamp(34px,8vw,130px); background:#183e35; color:rgba(255,255,255,.7); }.journey-footer .demo-brand,.journey-footer .demo-brand-copy strong,.journey-footer .demo-brand-copy small,.journey-footer .demo-brand-mark { color:#fff; }.journey-footer .demo-brand-mark { border-color:rgba(255,255,255,.78); }.journey-footer p { margin:0; font-size:12px; line-height:1.55; }.journey-footer > a { color:#fff; font-size:12px; font-weight:800; letter-spacing:.06em; text-decoration:none; text-transform:uppercase; }
.journey-chat { position:fixed; z-index:50; right:28px; bottom:28px; display:grid; width:min(350px,calc(100vw - 48px)); gap:15px; border:1px solid rgba(27,50,44,.2); border-radius:14px; background:#fffdf9; padding:26px; box-shadow:0 20px 58px rgba(15,37,30,.24); }.journey-chat[hidden] { display:none; }.journey-chat > button { position:absolute; top:10px; right:13px; border:0; background:transparent; color:var(--jd-muted); font-size:25px; }.journey-chat > p { margin:0; color:var(--jd-forest); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.journey-chat > strong { max-width:250px; font-family:"DM Serif Display", Georgia, serif; font-size:28px; font-weight:400; line-height:1.02; }.journey-text-form { display:grid; gap:11px; }.journey-text-form label { display:grid; gap:7px; color:var(--jd-muted); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.journey-text-form .journey-coral-button { width:max-content; }.journey-text-form small { min-height:16px; color:#396e61; font-size:12px; font-weight:700; }
.journey-dental-demo [data-journey-reveal] { opacity:0; transform:translateY(24px); transition:opacity .65s ease,transform .65s ease; }.journey-dental-demo [data-journey-reveal].is-revealed { opacity:1; transform:none; }
.journey-booking { position: static; right: auto; bottom: auto; width: auto; }
@media (max-width: 1120px) { .journey-proof-cards { right:26px; width:174px; }.journey-hero-copy { max-width:540px; }.journey-hero-wash { background:linear-gradient(90deg,rgba(247,240,228,.99) 0%,rgba(247,240,228,.9) 45%,rgba(247,240,228,.18) 100%); } }
@media (max-width: 860px) { .journey-dental-demo .journey-main { margin-left:0; padding-top:70px; }.journey-rail { right:0; bottom:auto; display:grid; grid-template-columns:auto 1fr auto; width:auto; height:70px; border-right:0; border-bottom:1px solid rgba(27,50,44,.16); }.journey-rail-brand { min-height:70px; padding:12px 18px; }.journey-rail-brand small { display:none; }.journey-rail-steps { display:flex; align-items:center; gap:8px; overflow:auto; padding:0 10px; }.journey-rail-steps > p { display:none; }.journey-rail-steps button { display:block; width:auto; min-height:0; padding:7px; white-space:nowrap; }.journey-rail-steps button:not(:last-child)::after,.journey-rail-steps button span,.journey-rail-steps button b small { display:none; }.journey-rail-steps button b { display:block; font-size:11px; }.journey-rail-actions { display:none; }.journey-dental-demo .journey-back-link { top:81px; left:12px; }.journey-dental-demo .journey-hero { min-height:720px; }.journey-hero-copy { padding:139px 40px 75px; }.journey-proof-cards { top:auto; right:32px; bottom:24px; display:flex; width:auto; gap:10px; }.journey-proof-cards article { width:165px; padding:15px; }.journey-phase,.journey-booking-section,.journey-guest-section { grid-template-columns:1fr; }.journey-phase figure { min-height:410px; }.journey-phase figure img { min-height:410px; }.journey-phase-reverse figure { grid-row:2; }.journey-booking-section { gap:42px; }.journey-footer { grid-template-columns:1fr auto; }.journey-footer p { grid-row:2; grid-column:span 2; } }
@media (max-width: 580px) { .journey-rail { grid-template-columns:auto 1fr; }.journey-rail-brand { gap:0; padding:12px 14px; }.journey-rail-brand > span:last-child { display:none; }.journey-rail-steps { gap:3px; }.journey-rail-steps button { padding:7px 6px; }.journey-dental-demo .journey-main { padding-top:70px; }.journey-dental-demo .journey-hero { min-height:745px; }.journey-hero-image img { object-position:61% center; }.journey-hero-wash { background:linear-gradient(180deg,rgba(247,240,228,.32) 0%,rgba(247,240,228,.86) 48%,rgba(247,240,228,.99) 76%); }.journey-hero-copy { inset:0 !important; width:auto; max-width:none; padding:100px 24px 150px; }.journey-status { margin-bottom:30px; }.journey-dental-demo .journey-hero h1 { max-width:100%; font-size:43px; overflow-wrap:anywhere; }.journey-dental-demo .journey-hero h1 span { display:block; }.journey-hero-copy em,.journey-hero-copy > p { max-width:100%; overflow-wrap:anywhere; }.journey-hero-copy em { font-size:17px; }.journey-hero-copy ul { gap:8px 13px; font-size:10px; }.journey-hero-actions { gap:11px; }.journey-hero-actions > a { min-height:45px; padding:0 13px; }.journey-proof-cards { right:24px; bottom:20px; left:24px; display:grid; grid-template-columns:1fr 1fr; }.journey-proof-cards article { width:auto; min-width:0; padding:13px; }.journey-proof-cards strong { font-size:21px; }.journey-flow-heading,.journey-phase-copy,.journey-booking-section { padding-left:24px; padding-right:24px; }.journey-flow-heading { padding-top:65px; padding-bottom:40px; }.journey-phase { min-height:0; }.journey-phase-copy { padding-top:62px; padding-bottom:62px; }.journey-phase-copy h2 { font-size:43px; }.journey-phase figure,.journey-phase figure img { min-height:310px; }.journey-booking-section { padding-top:68px; padding-bottom:68px; }.journey-visit-grid,.journey-booking-contact { grid-template-columns:1fr; }.journey-booking { padding:22px; }.journey-booking .journey-coral-button { width:100%; }.journey-guest-photo { min-height:290px; }.journey-guest-copy { padding:64px 24px; }.journey-footer { grid-template-columns:1fr; gap:23px; padding:35px 24px; }.journey-footer p { grid-row:auto; grid-column:auto; }.journey-chat { right:14px; bottom:14px; width:calc(100vw - 28px); } }

.gunsmith-demo { --gm-ink:#ecf0f2; --gm-carbon:#0d0f11; --gm-panel:#151a1e; --gm-steel:#94a2aa; --gm-accent:#44d2df; --gm-warm:#f4f5f6; --gm-line:rgba(236,240,242,.16); background:var(--gm-carbon); color:var(--gm-ink); font-family:"Manrope",Arial,sans-serif; }
.gunsmith-demo,.gunsmith-demo *{box-sizing:border-box}
.gunsmith-demo{overflow-x:hidden}
.gunsmith-demo h1,.gunsmith-demo h2,.gunsmith-demo h3,.gunsmith-demo p,.gunsmith-demo span,.gunsmith-demo small,.gunsmith-demo blockquote{overflow-wrap:break-word}
.gunsmith-demo button,.gunsmith-demo input,.gunsmith-demo select{font:inherit}
.gunsmith-demo button{cursor:pointer}
.gunsmith-back-link{z-index:50;border-color:rgba(255,255,255,.24);background:rgba(13,15,17,.8);color:#fff;backdrop-filter:blur(10px)}
.gunsmith-header{position:relative;z-index:10;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:78px;padding:0 clamp(28px,5vw,82px);border-bottom:1px solid rgba(236,240,242,.1);background:#0d0f11;color:#fff}
.gunsmith-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}
.gunsmith-brand>span{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--gm-accent);border-radius:4px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:10px}
.gunsmith-brand strong{display:grid;gap:3px;font-size:12px;letter-spacing:.06em}
.gunsmith-brand small{color:#87949b;font-family:"DM Mono",monospace;font-size:8px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}
.gunsmith-header nav{display:flex;gap:29px}
.gunsmith-header nav a{color:#b9c4c9;font-size:11px;font-weight:700;text-decoration:none}
.gunsmith-header nav a:hover{color:var(--gm-accent)}
.gunsmith-header-action{justify-self:end;min-height:40px;border:1px solid var(--gm-accent);border-radius:2px;background:transparent;padding:0 15px;color:var(--gm-accent);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gunsmith-header-action:hover,.gunsmith-primary-button:hover{transform:translateY(-2px);background:var(--gm-accent);box-shadow:0 10px 25px rgba(68,210,223,.18);color:#081012}

.gunsmith-hero{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(540px,1.08fr);min-height:760px;overflow:hidden;background:#0d0f11}
.gunsmith-hero-copy{position:relative;z-index:2;min-width:0;align-self:center;max-width:760px;padding:110px clamp(28px,8vw,132px);color:#fff}
.gunsmith-photo-wall{position:relative;min-height:760px;overflow:hidden;border-left:1px solid rgba(236,240,242,.15);background:#1a2227}
.gunsmith-photo-wall figure{position:absolute;margin:0;overflow:hidden;border:1px solid rgba(236,240,242,.28);box-shadow:0 20px 34px rgba(0,0,0,.35);transition:transform .45s ease,box-shadow .45s ease}
.gunsmith-photo-wall figure:hover{z-index:3;box-shadow:0 28px 42px rgba(0,0,0,.48);transform:translateY(-7px) rotate(0deg)}
.gunsmith-photo-wall img{width:100%;height:100%;object-fit:cover;filter:contrast(1.04) saturate(.84)}
.gunsmith-photo-one{top:7%;left:7%;width:51%;height:45%;transform:rotate(-2deg)}
.gunsmith-photo-two{top:10%;right:8%;width:36%;height:39%;transform:rotate(3deg)}
.gunsmith-photo-three{bottom:7%;left:12%;width:39%;height:37%;transform:rotate(2deg)}
.gunsmith-photo-four{right:7%;bottom:11%;width:39%;height:45%;transform:rotate(-3deg)}
.gunsmith-photo-wall>span{position:absolute;right:7%;bottom:4%;z-index:4;background:#0d0f11;padding:10px 12px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:8px;letter-spacing:.08em;text-transform:uppercase}
.gunsmith-hero-copy>p,.gunsmith-arrivals-head>div>p,.gunsmith-standards-copy>p{margin:0 0 17px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.gunsmith-hero h1,.gunsmith-section-intro h2,.gunsmith-arrivals h2,.gunsmith-standards h2,.gunsmith-contact h2,.gunsmith-fit-dialog h2{margin:0;font-family:"Outfit","Manrope",sans-serif;font-weight:600;letter-spacing:0;line-height:.98}
.gunsmith-hero h1{font-size:clamp(54px,6.6vw,96px)}
.gunsmith-hero h1 em,.gunsmith-arrivals h2 em{color:var(--gm-accent);font-style:normal}
.gunsmith-hero-copy>span{display:block;max-width:540px;margin:26px 0 34px;color:#aebac0;font-size:16px;line-height:1.7}
.gunsmith-hero-copy>div{display:flex;align-items:center;flex-wrap:wrap;gap:24px}
.gunsmith-primary-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--gm-accent);border-radius:2px;background:var(--gm-accent);padding:0 20px;color:#081012;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gunsmith-primary-button b,.gunsmith-services button b,.gunsmith-item-grid button b,.gunsmith-sticky-bar b{font-size:18px;line-height:0}
.gunsmith-hero-copy a{border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:5px;color:#fff;font-size:12px;font-weight:700;text-decoration:none}
.gunsmith-hero-note{position:absolute;bottom:40px;left:clamp(28px,8vw,132px);z-index:2;display:grid;gap:7px;max-width:360px;border-left:2px solid var(--gm-accent);padding-left:14px;color:#c7d1d5;font-size:12px;line-height:1.55}
.gunsmith-hero-note strong{color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:9px;letter-spacing:.12em;text-transform:uppercase}

.gunsmith-trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--gm-line);background:#101418}
.gunsmith-trust-row p{margin:0;border-right:1px solid var(--gm-line);padding:20px;color:#9facb2;font-family:"DM Mono",monospace;font-size:9px;letter-spacing:.08em;text-align:center;text-transform:uppercase}
.gunsmith-trust-row p:last-child{border:0}
.gunsmith-services{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(48px,9vw,145px);padding:clamp(80px,10vw,146px) clamp(28px,8vw,132px);background:#f4f5f6;color:#12171a}
.gunsmith-section-intro h2{max-width:430px;font-size:clamp(45px,4.4vw,67px)}
.gunsmith-section-intro p{max-width:440px;margin:25px 0;color:#56636a;font-size:16px;line-height:1.7}
.gunsmith-text-action{border:0;border-bottom:1px solid #161d20;background:transparent;padding:0 0 6px;color:#161d20;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.gunsmith-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gunsmith-service-grid article{display:grid;background:#11171b;color:#fff}
.gunsmith-service-grid figure{position:relative;height:270px;margin:0;overflow:hidden}
.gunsmith-service-grid figure img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.gunsmith-service-grid article:hover img{transform:scale(1.05)}
.gunsmith-service-grid figure span{position:absolute;z-index:2;bottom:16px;left:18px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:10px}
.gunsmith-service-grid article>div{display:grid;min-height:276px;padding:25px}
.gunsmith-service-grid h3{margin:0;font-family:"Outfit",sans-serif;font-size:27px}
.gunsmith-service-grid p{margin:12px 0 22px;color:#aebac0;font-size:13px;line-height:1.65}
.gunsmith-service-grid button,.gunsmith-item-grid button{align-self:end;justify-self:start;border:0;border-bottom:1px solid currentColor;background:transparent;padding:0 0 6px;color:var(--gm-accent);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.gunsmith-arrivals{padding:clamp(80px,10vw,142px) clamp(28px,8vw,132px);background:#151a1e;color:#fff}
.gunsmith-arrivals-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:48px}
.gunsmith-arrivals h2{font-size:clamp(47px,4.7vw,72px)}
.gunsmith-filter-set{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}
.gunsmith-filter-set button{min-height:35px;border:1px solid rgba(236,240,242,.35);border-radius:2px;background:transparent;padding:0 11px;color:#c6d0d4;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.gunsmith-filter-set button.is-active{border-color:var(--gm-accent);background:var(--gm-accent);color:#081012}
.gunsmith-item-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.gunsmith-item-grid article{background:#20272c;transition:transform .25s ease,box-shadow .25s ease}
.gunsmith-item-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.35)}
.gunsmith-item-grid article.is-hidden{display:none}
.gunsmith-item-grid figure{position:relative;height:245px;margin:0;overflow:hidden}
.gunsmith-item-grid figure img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.gunsmith-item-grid article:hover img{transform:scale(1.055)}
.gunsmith-item-grid figure span{position:absolute;top:11px;left:11px;border:1px solid rgba(68,210,223,.45);background:rgba(10,14,16,.8);padding:6px 8px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:8px;letter-spacing:.05em;text-transform:uppercase}
.gunsmith-item-grid article>div{display:grid;min-height:250px;padding:22px}
.gunsmith-item-grid p{margin:0 0 10px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase}
.gunsmith-item-grid h3{margin:0;font-family:"Outfit",sans-serif;font-size:23px;line-height:1.08}
.gunsmith-item-grid small{margin:13px 0 20px;color:#aebac0;font-size:12px;line-height:1.55}

.gunsmith-standards{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#0d0f11;color:#fff}
.gunsmith-standards-copy{padding:clamp(78px,10vw,140px)}
.gunsmith-standards h2{max-width:560px;font-size:clamp(50px,4.9vw,74px)}
.gunsmith-standards-copy>span{display:block;max-width:490px;margin-top:24px;color:#9caab1;font-size:16px;line-height:1.68}
.gunsmith-inspection-list{display:grid;gap:0;margin-top:36px}
.gunsmith-inspection-list button{border:0;border-top:1px solid rgba(255,255,255,.15);background:transparent;padding:14px 0;color:#849299;font-size:13px;font-weight:700;text-align:left}
.gunsmith-inspection-list button.is-active{color:var(--gm-accent)}
.gunsmith-standard-card{display:flex;flex-direction:column;justify-content:center;padding:clamp(62px,8vw,118px);background:#202a30}
.gunsmith-standard-card>p{margin:0 0 16px;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:10px;letter-spacing:.13em;text-transform:uppercase}
.gunsmith-standard-card h3{max-width:450px;margin:0;font-family:"Outfit",sans-serif;font-size:clamp(34px,3vw,50px);line-height:1.08}
.gunsmith-standard-card>span{max-width:450px;margin-top:21px;color:#bdc9ce;font-size:15px;line-height:1.65}
.gunsmith-standard-card ul{display:grid;gap:9px;margin:30px 0 0;padding:0;color:#e8eef0;list-style:none;font-size:13px}
.gunsmith-standard-card li::before{margin-right:8px;color:var(--gm-accent);content:"/"}

.gunsmith-proof{overflow:hidden;background:#0d0f11;color:#fff}
.gunsmith-ticker{overflow:hidden;border-bottom:1px solid rgba(255,255,255,.12);padding:16px 0;white-space:nowrap}
.gunsmith-ticker span{display:inline-block;color:rgba(68,210,223,.55);font-family:"DM Mono",monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;animation:gunsmith-ticker 30s linear infinite}
.gunsmith-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:clamp(64px,8vw,108px) clamp(28px,8vw,132px)}
.gunsmith-stats article{border-right:1px solid rgba(255,255,255,.12);padding:0 24px;text-align:center}
.gunsmith-stats article:first-child{padding-left:0}
.gunsmith-stats article:last-child{border:0;padding-right:0}
.gunsmith-stats strong{display:block;color:var(--gm-accent);font-family:"Outfit",sans-serif;font-size:clamp(40px,4vw,63px);font-weight:600}
.gunsmith-stats span{display:block;margin-top:9px;color:#85949a;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.gunsmith-testimonials{max-width:850px;margin:0 auto;border-top:1px solid rgba(255,255,255,.12);padding:clamp(65px,8vw,107px) 28px;text-align:center}
.gunsmith-testimonials blockquote{margin:0;color:#fff;font-family:"Outfit",sans-serif;font-size:clamp(33px,3.8vw,54px);font-weight:500;line-height:1.08}
.gunsmith-testimonials>span{display:block;margin-top:19px;color:#829197;font-family:"DM Mono",monospace;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.gunsmith-testimonials>div{display:flex;justify-content:center;gap:8px;margin-top:25px}
.gunsmith-testimonials button{width:9px;height:9px;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:transparent;padding:0}
.gunsmith-testimonials button.is-active{border-color:var(--gm-accent);background:var(--gm-accent)}

.gunsmith-contact{display:grid;grid-template-columns:.84fr 1.16fr;gap:clamp(50px,10vw,155px);padding:clamp(80px,10vw,137px) clamp(28px,8vw,132px);background:#e8ecee;color:#11171b}
.gunsmith-contact h2{font-size:clamp(48px,4.7vw,72px)}
.gunsmith-contact>div>p{max-width:470px;margin:22px 0;color:#53626a;font-size:16px;line-height:1.65}
.gunsmith-contact>div>span{display:block;margin-top:28px;color:#405158;font-family:"DM Mono",monospace;font-size:10px;line-height:1.75}
.gunsmith-contact-form{display:grid;gap:16px;max-width:600px}
.gunsmith-contact-form label,.gunsmith-fit-form label{display:grid;gap:7px;color:#4f5e66;font-family:"DM Mono",monospace;font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.gunsmith-contact-form input,.gunsmith-contact-form select,.gunsmith-fit-form input,.gunsmith-fit-form select{width:100%;max-width:100%;min-height:48px;border:1px solid rgba(13,15,17,.25);border-radius:2px;background:#f7f9fa;padding:0 13px;color:#11171b;font-size:14px}
.gunsmith-contact-form small,.gunsmith-fit-form small{min-height:18px;color:#17656e;font-size:12px;font-weight:700}
.gunsmith-sticky-bar{position:fixed;z-index:30;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:18px;transform:translateY(100%);background:var(--gm-accent);padding:13px clamp(20px,5vw,76px);color:#081012;box-shadow:0 -8px 26px rgba(0,0,0,.22);transition:transform .35s ease}
.gunsmith-sticky-bar.is-visible{transform:translateY(0)}
.gunsmith-sticky-bar span{font-size:13px;font-weight:700}
.gunsmith-sticky-bar button{min-height:38px;border:0;background:#0d0f11;padding:0 17px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.gunsmith-fit-dialog{width:min(520px,calc(100vw - 30px));border:1px solid rgba(68,210,223,.45);background:#151a1e;padding:0;color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.46)}
.gunsmith-fit-dialog::backdrop{background:rgba(6,8,10,.76);backdrop-filter:blur(4px)}
.gunsmith-dialog-close{position:absolute;top:12px;right:14px;border:0;background:transparent;color:#fff;font-size:26px}
.gunsmith-fit-form{display:grid;gap:18px;padding:48px}
.gunsmith-fit-form>p{margin:0;color:var(--gm-accent);font-family:"DM Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.gunsmith-fit-dialog h2{max-width:380px;font-size:41px}
.gunsmith-fit-form .gunsmith-primary-button{width:max-content}
.gunsmith-footer{display:grid;grid-template-columns:.8fr 1.4fr auto;align-items:center;gap:40px;padding:39px clamp(28px,8vw,132px);background:#0d0f11;color:#88979d}
.gunsmith-footer .gunsmith-brand{color:#fff}
.gunsmith-footer .gunsmith-brand small{color:#849298}
.gunsmith-footer p{margin:0;font-size:11px;line-height:1.6}
.gunsmith-footer>a{color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}
.gunsmith-demo [data-gunsmith-reveal]{opacity:0;transform:translateY(25px);transition:opacity .68s ease,transform .68s ease}
.gunsmith-demo [data-gunsmith-reveal].is-revealed{opacity:1;transform:none}
@keyframes gunsmith-ticker{from{transform:translateX(0)}
to{transform:translateX(-40%)}
}

@media(max-width:980px){.gunsmith-header{grid-template-columns:1fr auto}
.gunsmith-header nav{display:none}
.gunsmith-hero{grid-template-columns:1fr;min-height:auto}
.gunsmith-hero-copy{min-height:530px;padding-top:150px;padding-bottom:130px}
.gunsmith-photo-wall{min-height:560px;border-top:1px solid rgba(236,240,242,.15);border-left:0}
.gunsmith-hero-note{bottom:36px}
.gunsmith-services,.gunsmith-contact{grid-template-columns:1fr}
.gunsmith-section-intro{display:grid;grid-template-columns:.75fr 1fr;gap:42px}
.gunsmith-section-intro p{margin:0}
.gunsmith-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.gunsmith-standards{grid-template-columns:1fr}
.gunsmith-standard-card{min-height:450px}
.gunsmith-footer{grid-template-columns:1fr auto}
.gunsmith-footer p{grid-row:2;grid-column:span 2}
}

@media(max-width:650px){.gunsmith-demo .demo-back-link{top:10px;left:10px}
.gunsmith-header{min-height:70px;padding:0 20px}
.gunsmith-header-action{min-height:37px;padding:0 10px;font-size:8px;white-space:nowrap}
.gunsmith-header-action{display:none}
.gunsmith-brand strong{font-size:10px}
.gunsmith-brand small{font-size:7px}
.gunsmith-hero{min-height:auto}
.gunsmith-hero-copy{min-height:0;padding:108px 24px 126px}
.gunsmith-photo-wall{min-height:395px}
.gunsmith-photo-one{top:7%;left:6%;width:51%;height:48%}
.gunsmith-photo-two{top:10%;right:6%;width:37%;height:39%}
.gunsmith-photo-three{bottom:8%;left:11%;width:39%;height:37%}
.gunsmith-photo-four{right:6%;bottom:11%;width:40%;height:46%}
.gunsmith-photo-wall>span{right:6%;bottom:4%;font-size:7px}
.gunsmith-hero h1{font-size:40px;line-height:1.03}
.gunsmith-hero-copy>span{font-size:14px}
.gunsmith-hero-note{bottom:31px;left:24px;max-width:335px;font-size:11px}
.gunsmith-trust-row{grid-template-columns:1fr 1fr}
.gunsmith-trust-row p{padding:15px 10px;font-size:8px}
.gunsmith-services,.gunsmith-arrivals,.gunsmith-contact{padding-left:24px;padding-right:24px}
.gunsmith-section-intro{display:block}
.gunsmith-section-intro h2{font-size:38px}
.gunsmith-section-intro p{margin-top:22px}
.gunsmith-service-grid{grid-template-columns:1fr;margin-top:40px}
.gunsmith-service-grid figure{height:245px}
.gunsmith-arrivals-head{align-items:start;flex-direction:column}
.gunsmith-arrivals h2{font-size:39px}
.gunsmith-filter-set{justify-content:flex-start}
.gunsmith-item-grid{grid-template-columns:1fr}
.gunsmith-item-grid figure{height:280px}
.gunsmith-standards-copy,.gunsmith-standard-card{padding:66px 24px}
.gunsmith-standards h2,.gunsmith-contact h2{font-size:38px}
.gunsmith-standard-card h3{font-size:31px}
.gunsmith-stats{grid-template-columns:1fr 1fr;gap:38px 0;padding:65px 24px}
.gunsmith-stats article:nth-child(2){border-right:0}
.gunsmith-stats article:nth-child(3){padding-left:0}
.gunsmith-testimonials{padding:65px 24px}
.gunsmith-contact{gap:44px}
.gunsmith-sticky-bar span{font-size:10px}
.gunsmith-sticky-bar button{padding:0 10px;font-size:8px}
.gunsmith-fit-form{padding:40px 24px}
.gunsmith-footer{grid-template-columns:1fr;gap:22px;padding:35px 24px 73px}
.gunsmith-footer p{grid-row:auto;grid-column:auto}
}
