@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;
  }
}
