/* Site chrome: explore footer + simple black/white heroes */

:root {
  --bp-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
.font-sans,
button,
input,
select,
textarea {
  font-family: var(--bp-font);
}

.bg-white {
  background: #ffffff;
}

.bg-gray-50 {
  background: #f8fafc;
}

.site-crumbs {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #64748b;
}

.site-crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.55rem 1rem;
}

.site-crumbs li {
  display: inline-flex;
  align-items: center;
}

.site-crumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 0.4rem;
  color: #cbd5e1;
}

.site-crumbs a {
  color: #334155;
  text-decoration: none;
}

.site-crumbs a:hover {
  color: #c2410c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-crumbs [aria-current="page"] {
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 639px) {
  .site-crumbs {
    font-size: 0.6875rem;
    line-height: 1.25;
  }

  .site-crumbs ol {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.35rem 0.75rem;
    gap: 0;
    -webkit-overflow-scrolling: touch;
  }

  .site-crumbs li {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .site-crumbs li:not(:last-child)::after {
    margin: 0 0.28rem;
  }
}

.dir-block {
  padding: 1.5rem 1rem 2rem;
  border-bottom: 1px solid #e2e8f0;
}

.dir-block-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.dir-block-title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.dir-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dir-list li {
  display: inline-flex;
  align-items: center;
}

.dir-list li:not(:last-child)::after {
  content: "·";
  margin: 0 0.45rem;
  color: #cbd5e1;
}

.dir-list a {
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.25rem 0;
}

.dir-list a:hover {
  color: #c2410c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Compact services directory */
.services-page .page-hero {
  padding: 1.5rem 1rem 1.25rem;
}

.services-page .page-hero-sub,
.services-page .page-hero-lead {
  display: none;
}

.services-page main > .home-block:not(:has(.home-block-links)) {
  padding: 1rem 1rem 1.15rem;
}

.services-page main > .home-block:not(:has(.home-block-links)) .home-block-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.services-page main > .home-block:has(.home-block-links) {
  padding: 0.7rem 1rem;
  background: #fff;
}

.services-page main > .home-block:has(.home-block-links) .home-block-eyebrow,
.services-page main > .home-block:has(.home-block-links) > .home-block-inner > .home-block-text {
  display: none;
}

.services-page main > .home-block:has(.home-block-links) .home-block-title {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  color: #475569;
}

.services-page .home-block-links {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 0.15rem 0;
  margin: 0;
  max-width: none;
}

.services-page .home-block-links li {
  display: inline-flex;
  align-items: center;
}

.services-page .home-block-links li:not(:last-child)::after {
  content: "·";
  margin: 0 0.45rem;
  color: #cbd5e1;
}

.services-page .home-block-links a {
  display: inline;
  padding: 0.2rem 0;
  font-size: 0.8125rem;
}


/* Brand header — darker orange for contrast */
.site-header {
  background: linear-gradient(135deg, #9a3412 0%, #c2410c 45%, #ea580c 100%);
  border-bottom: 1px solid #9a3412;
  text-align: center;
  width: 100%;
  padding: 1.5rem 1.35rem 1.35rem;
}

.site-header-brand {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
}

.site-header-brand a {
  color: inherit;
  text-decoration: none;
}

.site-header-brand a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-header-dealer {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
}

.site-header-dealer a {
  color: #fff7ed;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-header-dealer a:hover {
  color: #fff;
}

@media (min-width: 640px) {
  .site-header {
    padding: 1.85rem 2rem 1.65rem;
  }

  .site-header-brand {
    font-size: 1.7rem;
  }

  .site-header-dealer {
    font-size: 1rem;
  }
}

/* White / black hero — matches content sections */
.page-hero {
  background: #ffffff;
  color: #0f172a;
  padding: 2.75rem 1rem 3rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  .page-hero {
    padding: 3.5rem 1.5rem 4rem;
  }
}

.page-hero-inner {
  max-width: 48rem;
  margin: 0 auto;
}

.page-hero-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #525252;
  text-align: center;
}

.page-hero-title {
  margin: 0 0 0.75rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  text-align: center;
}

@media (min-width: 768px) {
  .page-hero-title {
    font-size: 2.25rem;
  }
}

.page-hero-sub {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: #334155;
  text-align: center;
}

.page-hero-lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #475569;
  text-align: left;
}


@media (min-width: 640px) {
}

.page-explore {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem 0 1.5rem;
}

.page-explore-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .page-explore {
    padding: 1.5rem 0 1.75rem;
  }

  .page-explore-inner {
    padding: 0 1.5rem;
  }
}

.page-explore-title {
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
}

@media (min-width: 640px) {
  .page-explore-title {
    font-size: 1.125rem;
  }
}

.page-explore-grid {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  display: grid;
}

@media (min-width: 640px) {
  .page-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .page-explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-explore-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
}

.page-explore-h3 {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
}

.page-explore-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-explore-list li + li {
  margin-top: 0.15rem;
}

.page-explore-list a {
  color: #1d4ed8;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.15rem 0;
}

.page-explore-list a:hover {
  text-decoration: underline;
}

.page-explore-offices {
  border-top: 1px solid #e2e8f0;
  margin-top: 1rem;
  padding-top: 0.875rem;
}

.page-explore-offices > .page-explore-h3 {
  margin-bottom: 0.625rem;
}

.page-explore-office {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.85rem 1rem 1rem;
}

.page-explore-office-row {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #475569;
}

.page-explore-office-row:first-child {
  margin-top: 0;
}

.page-explore-office-row:first-child {
  color: #0f172a;
  font-weight: 700;
}

.page-explore-office-label {
  display: inline-block;
  min-width: 4.25rem;
  margin-right: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.page-explore-office-row:first-child .page-explore-office-label {
  font-weight: 700;
  color: #64748b;
}

.page-explore-office-row a {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-explore-office-row a:hover {
  color: #c2410c;
}

.page-explore-credit {
  margin: 1rem 0 0;
  text-align: center;
  font-size: 0.6875rem;
  color: #64748b;
}

.page-explore-credit a {
  color: #475569;
  text-decoration: none;
}

.page-explore-credit a:hover {
  color: #0f172a;
  text-decoration: underline;
}

/* Homepage important links (before footer) */
.important-links {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: 1.25rem 1rem 1.5rem;
}

.important-links-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.important-links-title {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  text-align: left;
}

.important-links-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem 1rem;
  margin: 0;
  padding: 0.55rem 0;
  border-top: 1px solid #e2e8f0;
}

.important-links-group:last-child {
  padding-bottom: 0;
}

@media (min-width: 720px) {
  .important-links-group {
    grid-template-columns: 8.5rem 1fr;
    align-items: baseline;
    gap: 0.35rem 1.25rem;
  }
}

.important-links-h3 {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
  line-height: 1.4;
}

.important-links-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.important-links-keywords li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #94a3b8;
}

.important-links-keywords li:not(:last-child)::after {
  content: "·";
  margin: 0 0.45rem;
  color: #cbd5e1;
}

.important-links-keywords a {
  color: #334155;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  padding: 0.35rem 0;
}

.important-links-keywords a:hover {
  color: #c2410c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Small fixed WhatsApp CTA — plain link, no JS, no hover motion */
.connect-now-wa {
  z-index: 60;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  background: #c2410c;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.65rem 0.95rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-flex;
  position: fixed;
  bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  right: 0.75rem;
  box-shadow: none;
  transition: none;
  animation: none;
}

.connect-now-wa:hover,
.connect-now-wa:focus,
.connect-now-wa:focus-visible,
.connect-now-wa:active {
  color: #fff;
  background: #c2410c;
  box-shadow: none;
  outline: none;
  transform: none;
}

@media (min-width: 640px) {
  .connect-now-wa {
    padding: 0.7rem 1.05rem;
    font-size: 0.8125rem;
    bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
    right: 1rem;
  }
}

/* Simplified homepage */
.home-wrap {
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .home-wrap {
    padding: 0 1.5rem;
  }
}

.home-hero {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 3rem 0 3.25rem;
}

.home-eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #525252;
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.home-hero h1 {
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0;
  max-width: 40rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

@media (min-width: 640px) {
  .home-hero {
    padding: 4rem 0 4.25rem;
  }

  .home-hero h1 {
    font-size: 2.75rem;
  }
}

.home-lead {
  color: #475569;
  margin: 1rem 0 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  padding: 0.8rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}

.home-btn-primary {
  color: #fff;
  background: #ea580c;
}

.home-btn-primary:hover {
  background: #c2410c;
}

.home-btn-secondary {
  color: #0f172a;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.home-btn-secondary:hover {
  background: #e2e8f0;
}

.home-section {
  padding: 3rem 0;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.home-section-muted {
  background: #f8fafc;
}

.home-section h2 {
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.home-intro,
.home-section p {
  color: #475569;
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.7;
}

.home-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.home-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.15rem 1.2rem;
}

.home-section-muted .home-card {
  background: #fff;
}

.home-card h3 {
  color: #0f172a;
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.home-card p {
  margin: 0 0 0.85rem;
}

.home-card a {
  color: #1d4ed8;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.home-card a:hover {
  text-decoration: underline;
}

.home-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: #334155;
  font-size: 0.975rem;
  line-height: 1.7;
}

.home-list li + li {
  margin-top: 0.45rem;
}

.home-links-inline {
  margin-top: 1rem !important;
}

.home-links-inline a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.home-links-inline a:hover {
  text-decoration: underline;
}

.home-cta {
  background: #0f172a;
  color: #fff;
  padding: 3rem 0;
}

.home-cta-inner {
  text-align: left;
  max-width: 40rem;
}

.home-cta h2 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.home-cta p {
  color: #cbd5e1;
  margin: 0;
  line-height: 1.7;
}

.home-cta .home-actions {
  justify-content: flex-start;
}

.home-cta .home-btn-secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}

.home-cta .home-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* HTML sitemap page */
.sitemap-page {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.sitemap-page h1 {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 1rem;
  text-align: center;
}

.sitemap-page h2 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin: 1.5rem 0 0.5rem;
  font-weight: 700;
  text-align: center;
}

.sitemap-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-page li + li {
  margin-top: 0.35rem;
}

.sitemap-page a {
  color: #1d4ed8;
  font-weight: 600;
  text-decoration: none;
}

.sitemap-page a:hover {
  text-decoration: underline;
}

/* Contact page */
.contact-page .page-hero {
  padding: 1.15rem 1rem 1rem;
}

@media (min-width: 768px) {
  .contact-page .page-hero {
    padding: 1.35rem 1.5rem 1.15rem;
  }
}

.contact-page .page-hero-title {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
}

.contact-page .page-hero-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.contact-page .page-hero-inner {
  max-width: 42rem;
}

.contact-page-wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.15rem 1rem 2rem;
}

@media (min-width: 768px) {
  .contact-page-wrap {
    padding: 1.5rem 1.25rem 2.5rem;
  }
}

.contact-profile-card {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-profile-grid {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.contact-profile-field {
  padding: 0;
  border-bottom: 0;
}

.contact-profile-field:first-child {
  padding-top: 0;
}

.contact-profile-field:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 900px) {
  .contact-profile-field:nth-child(1),
  .contact-profile-field:nth-child(6),
  .contact-profile-field:nth-child(8) {
    grid-column: 1 / -1;
  }
}

.contact-profile-label {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.contact-profile-value {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.contact-profile-value address {
  font-style: normal;
}

.contact-profile-value p {
  margin: 0;
}

.contact-profile-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-profile-link:hover {
  color: #c2410c;
}

.contact-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 24rem;
}

.contact-hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.35rem 0;
  font-size: 0.975rem;
  color: #334155;
}

.contact-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-tag-list li {
  padding: 0.4rem 0.8rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  font-size: 0.85rem;
  font-weight: 600;
  color: #334155;
}

.contact-directions-link {
  display: inline-block;
  margin-top: 0.85rem;
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
}

.contact-directions-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 0 0 3.25rem;
}

.contact-quick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  background: #f8fafc;
}

.contact-quick-btn:hover {
  background: #f1f5f9;
}

.contact-quick-btn-wa {
  color: #fff;
  background: #16a34a;
  border-color: #16a34a;
}

.contact-quick-btn-wa:hover {
  background: #15803d;
  border-color: #15803d;
}

.contact-quick-btn-call {
  color: #fff;
  background: #ea580c;
  border-color: #ea580c;
}

.contact-quick-btn-call:hover {
  background: #c2410c;
  border-color: #c2410c;
}

.contact-content-section {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-content-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-section-heading {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  color: #0f172a;
  text-align: left;
}

.contact-section-text {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #475569;
  text-align: left;
}

.contact-section-text:last-child {
  margin-bottom: 0;
}

.contact-section-text a {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-check-list {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.8;
}

.contact-check-list li + li {
  margin-top: 0.55rem;
}

.contact-area-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.55rem;
  margin: 1.35rem 0 0;
}

.contact-area-links a {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.contact-area-links a:hover {
  background: #fff7ed;
  border-color: #fdba74;
  color: #c2410c;
}

.contact-office-card {
  margin-top: 1.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.contact-office-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
}

.contact-office-card address {
  margin: 0 0 1rem;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
}

.contact-office-meta {
  margin: 0.65rem 0 0;
  font-size: 1rem;
  color: #334155;
}

.contact-office-meta a {
  color: #0f172a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-cta-box {
  margin-top: 1rem;
  padding: 2.25rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-top: 1px solid #e2e8f0;
}

@media (min-width: 640px) {
  .contact-cta-box {
    padding: 2.75rem 0 0;
  }
}

.contact-cta-box h2 {
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
}

.contact-cta-box p {
  margin: 0 0 1.35rem;
  color: #475569;
  line-height: 1.75;
}

.contact-cta-box .contact-quick-actions {
  margin-bottom: 1.35rem;
}

.contact-cta-note {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #64748b;
}

.contact-cta-note a {
  color: #0f172a;
  font-weight: 600;
}

.contact-map-wrap {
  margin-top: 0.35rem;
  height: 9.5rem;
  overflow: hidden;
  border: 1px solid #9a3412;
  background: #c2410c;
}

.contact-map-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f1f5f9;
}

@media (min-width: 768px) {
  .contact-map-wrap {
    height: auto;
    aspect-ratio: 16 / 9;
    min-height: 16rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Homepage content blocks */
.home-block {
  padding: 3rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  .home-block {
    padding: 3.5rem 1.5rem;
  }
}

.home-block-inner {
  max-width: 48rem;
  margin: 0 auto;
  text-align: left;
}

.home-block-inner:has(.home-block-links),
.home-block-inner--wide {
  max-width: 72rem;
}

.home-block-eyebrow {
  display: block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #525252;
  margin: 0 0 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

.home-block-title {
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .home-block-title {
    font-size: 2rem;
  }
}

.home-block-text {
  color: #475569;
  margin: 0 0 0.9rem;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
}

.home-block-list {
  list-style: disc;
  margin: 1rem auto 0;
  padding-left: 1.25rem;
  max-width: 28rem;
  text-align: left;
  color: #334155;
  font-size: 0.975rem;
  line-height: 1.7;
}

.home-block-list li + li {
  margin-top: 0.35rem;
}


.home-block-links {
  list-style: none;
  margin: 1.5rem auto 0;
  padding: 0;
  max-width: 72rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  text-align: left;
}

.home-block-links li {
  margin: 0;
  min-width: 0;
}

.home-block-links a {
  color: #334155;
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.home-block-links a:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .home-block-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .home-block-links {
    grid-template-columns: 1fr;
    text-align: left;
  }
}


.home-block-inner .contact-map-wrap {
  margin: 1.25rem auto 0;
  max-width: 40rem;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}

.home-block-inner .contact-map-iframe {
  display: block;
  width: 100%;
  min-height: 280px;
  border: 0;
}


.rent-copy {
  text-align: left;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rent-cards {
  list-style: none;
  margin: 1.5rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  width: 100%;
}

.rent-card {
  margin: 0;
  min-width: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.rent-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rent-card-link:hover .rent-card-title {
  text-decoration: underline;
}

.rent-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f5f5f5;
}

.rent-card-body {
  padding: 0.75rem 0.85rem 0.9rem;
  text-align: left;
}

.rent-card-title {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
}

.rent-card-meta {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  color: #525252;
}

.rent-card-info {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #404040;
}

@media (max-width: 1023px) {
  .rent-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .rent-cards {
    grid-template-columns: 1fr;
  }
}


.listing-grid {
  list-style: none;
  margin: 1.5rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 72rem;
  width: 100%;
  text-align: left;
}

.listing-card {
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  min-width: 0;
}

.listing-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.listing-card-media {
  position: relative;
  background: #f5f5f5;
}

.listing-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.listing-card-badge {
  position: absolute;
  left: 0.65rem;
  top: 0.65rem;
  background: #111;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
}

.listing-card-body {
  padding: 0.85rem 0.9rem 1rem;
}

.listing-card-rent {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: #111;
}

.listing-card-title {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

.listing-card-meta {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #525252;
}

.listing-card-cta {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.listing-card-link:hover .listing-card-title,
.listing-card-link:hover .listing-card-cta {
  text-decoration: underline;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
  text-align: left;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.quick-links-h3 {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
}

.quick-links-list {
  margin-top: 0 !important;
  text-align: left !important;
  max-width: none !important;
  grid-template-columns: 1fr !important;
  gap: 0.4rem !important;
}

@media (max-width: 1023px) {
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .quick-links-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .listing-grid {
    grid-template-columns: 1fr;
  }
}


/* Readable long-form SEO copy (end-to-end, sleek sizing) */
.seo-copy {
  text-align: left;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  color: #171717;
  font-size: 1.0625rem;
  line-height: 1.85;
  letter-spacing: 0.005em;
}

.seo-copy h1,
.seo-copy h2,
.seo-copy h3,
.seo-copy h4 {
  text-align: center;
}

.home-page .seo-copy,
.home-page .home-block-text,
.home-page .info-inner p,
.home-page .page-hero-lead {
  text-align: left;
}

.home-page .home-block-title,
.home-page .home-block-eyebrow,
.home-page .info-inner > .home-block-title,
.home-page .info-h3,
.home-page h1,
.home-page h2,
.home-page h3,
.home-page .page-hero-title,
.home-page .page-hero-sub,
.home-page .page-hero-eyebrow {
  text-align: center;
}

/* One typeface + matching section type on the homepage */
.home-page,
.home-page * {
  font-family: var(--bp-font);
}

.home-page .page-hero-title,
.home-page .home-block-title,
.home-page .important-links-title,
.home-page .page-explore-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #0f172a;
}

@media (min-width: 768px) {
  .home-page .page-hero-title,
  .home-page .home-block-title,
  .home-page .important-links-title,
  .home-page .page-explore-title {
    font-size: 2rem;
  }
}

.home-page .page-hero-lead,
.home-page .home-block-text,
.home-page .seo-copy,
.home-page .info-list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #334155;
}

.home-page .info-section,
.home-page .seo-section {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.seo-copy strong {
  color: #0a0a0a;
  font-weight: 700;
}

.seo-copy a {
  color: #0a0a0a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-block-inner--wide > .seo-copy {
  max-width: 52rem;
}

.seo-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 640px;
}

.listing-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bhk-links {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.bhk-links span[aria-current="page"] {
  color: #0a0a0a;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .listing-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .listing-grid,
  .listing-grid--4 {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .seo-copy {
    font-size: 1rem;
    line-height: 1.8;
    max-width: none;
  }

  .listing-card-title {
    font-size: 0.95rem;
  }

  .listing-card-rent {
    font-size: 1.05rem;
  }

  .bhk-links {
    grid-template-columns: 1fr !important;
  }
}

/* Info sections (EasySpace-style, no JS) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #171717;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

.info-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 480px;
}

.info-inner {
  text-align: left;
}

.info-inner > .home-block-title {
  text-align: center;
}

.home-page .info-inner > .home-block-title,
.home-page .info-inner .home-block-title,
.home-page .info-h3 {
  text-align: center;
}

.info-h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a0a0a;
  text-align: center;
}

.info-list {
  list-style: disc;
  margin: 0.75rem auto 1rem;
  padding-left: 1.25rem;
  max-width: 52rem;
  color: #171717;
  font-size: 1.0625rem;
  line-height: 1.75;
}

.info-list li + li {
  margin-top: 0.35rem;
}

.info-list a {
  color: #0a0a0a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.info-toc {
  max-width: 52rem;
  margin: 0 auto;
}

.info-toc-title {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-toc-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #171717;
  font-size: 1rem;
  line-height: 1.7;
}

.info-toc-list a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.info-faq {
  max-width: 42rem;
  margin: 0.15rem 0 0.5rem;
}

.info-faq-item {
  padding: 0;
  border: 0;
}

.info-faq-q {
  margin: 0.95rem 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0f172a;
}

.info-faq-item p {
  margin: 0 0 0.5rem;
  color: #334155;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Compact rental / FAQ SEO pages — no JS */
body:has(.listing-grid) .page-hero,
body:has(.info-faq) .page-hero,
.rental-hub-page .page-hero {
  padding: 1.15rem 1rem 1rem;
}

@media (min-width: 768px) {
  body:has(.listing-grid) .page-hero,
  body:has(.info-faq) .page-hero,
  .rental-hub-page .page-hero {
    padding: 1.35rem 1.5rem 1.15rem;
  }
}

body:has(.listing-grid) .page-hero-title,
body:has(.info-faq) .page-hero-title,
.rental-hub-page .page-hero-title {
  font-size: 1.35rem;
  line-height: 1.25;
  margin: 0 0 0.4rem;
}

@media (min-width: 768px) {
  body:has(.listing-grid) .page-hero-title,
  body:has(.info-faq) .page-hero-title,
  .rental-hub-page .page-hero-title {
    font-size: 1.65rem;
  }
}

body:has(.listing-grid) .page-hero-lead,
body:has(.info-faq) .page-hero-lead,
.rental-hub-page .page-hero-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

body:has(.listing-grid) .home-block,
body:has(.info-faq) .home-block,
.rental-hub-page .home-block {
  padding: 1.1rem 1rem;
}

@media (min-width: 768px) {
  body:has(.listing-grid) .home-block,
  body:has(.info-faq) .home-block,
  .rental-hub-page .home-block {
    padding: 1.25rem 1.5rem;
  }
}

body:has(.listing-grid) .home-block-title,
body:has(.info-faq) .home-block-title,
.rental-hub-page .home-block-title {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
}

@media (min-width: 768px) {
  body:has(.listing-grid) .home-block-title,
  body:has(.info-faq) .home-block-title,
  .rental-hub-page .home-block-title {
    font-size: 1.35rem;
  }
}

body:has(.listing-grid) .home-block-eyebrow,
.rental-hub-page .home-block-eyebrow {
  margin: 0 0 0.25rem;
}

body:has(.listing-grid) .home-block-text,
body:has(.info-faq) .home-block-text,
body:has(.listing-grid) .seo-copy,
body:has(.info-faq) .seo-copy,
.rental-hub-page .home-block-text,
.rental-hub-page .seo-copy {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 0 0.55rem;
}

body:has(.listing-grid) .info-list,
body:has(.info-faq) .info-list,
.rental-hub-page .info-list {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0.35rem auto 0.55rem;
}

body:has(.listing-grid) .info-h3,
body:has(.info-faq) .info-h3 {
  margin: 0.7rem 0 0.3rem;
  font-size: 0.95rem;
}

body:has(.listing-grid) .listing-grid {
  margin-top: 0.75rem;
  gap: 0.75rem;
}

body:has(.listing-grid) .listing-card-body {
  padding: 0.6rem 0.7rem 0.75rem;
}

body:has(.listing-grid) #on-this-page .home-block-title,
body:has(.listing-grid) .info-toc-title {
  display: none;
}

body:has(.listing-grid) .info-toc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.75rem;
  padding-left: 0;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.4;
}

body:has(.listing-grid) .quick-links-grid {
  gap: 0.75rem;
  margin-top: 0.65rem;
}

body:has(.info-faq) .info-faq-item,
.rental-hub-page .info-faq-item {
  padding: 0;
}

body:has(.info-faq) .info-faq-q,
.rental-hub-page .info-faq-q {
  font-size: 1.05rem;
}

body:has(.info-faq) .info-faq-item p,
.rental-hub-page .info-faq-item p {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Rent pages: Overview onward is plain article copy, not card sections */
body:has(#overview) #on-this-page {
  display: none;
}

body:has(#overview) .home-block.info-section {
  padding: 0 1rem;
  border-bottom: 0;
  background: #fff !important;
  content-visibility: visible;
  contain: none;
}

body:has(#overview) #overview.home-block.info-section {
  padding-top: 1.15rem;
  border-top: 1px solid #e2e8f0;
}

body:has(#overview) .home-block.info-section:last-of-type {
  padding-bottom: 1.5rem;
}

body:has(#overview) .info-section .home-block-inner,
body:has(#overview) .info-section .info-inner {
  max-width: 42rem;
  margin: 0 auto;
}

body:has(#overview) .info-section .home-block-title,
body:has(#overview) .info-section .info-h3 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin: 0.95rem 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

body:has(#overview) .info-section .home-block-title {
  font-size: 1.125rem;
}

body:has(#overview) .info-section .seo-copy,
body:has(#overview) .info-section .home-block-text {
  text-align: left;
  max-width: none;
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #334155;
}

body:has(#overview) .info-section .info-list {
  margin: 0 0 0.6rem;
  padding-left: 1.15rem;
  max-width: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
}

body:has(#overview) .info-section .info-list li + li {
  margin-top: 0.15rem;
}

body:has(#overview) .info-section .info-faq {
  margin: 0.15rem 0 0.5rem;
}

body:has(#overview) .info-section .home-block-links {
  margin-top: 0.35rem;
}

.blog-empty {
  margin: 0;
  font-size: 0.975rem;
  line-height: 1.55;
  color: #475569;
}

.blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.blog-card {
  margin: 0;
  border: 1px solid #e2e8f0;
  background: #fff;
}

.blog-card-link {
  display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  color: inherit;
  text-decoration: none;
}

@media (max-width: 639px) {
  .blog-card-link {
    grid-template-columns: 1fr;
  }
}

.blog-card-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.blog-card-body {
  padding: 0.9rem 1rem 1rem;
}

.blog-card-meta {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.blog-card-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
}

.blog-card-excerpt {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569;
}

.blog-card-link:hover .blog-card-title {
  text-decoration: underline;
}

.blog-article .page-hero {
  padding: 1.15rem 1rem 1rem;
}

@media (min-width: 768px) {
  .blog-article .page-hero {
    padding: 1.35rem 1.5rem 1.15rem;
  }
}

.blog-article .page-hero-title {
  font-size: 1.45rem;
  line-height: 1.25;
  margin: 0 0 0.4rem;
}

@media (min-width: 768px) {
  .blog-article .page-hero-title {
    font-size: 1.85rem;
  }
}

.blog-article .page-hero-lead,
.blog-meta {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #475569;
}

.blog-hero-img-wrap {
  max-width: 48rem;
  margin: 0 auto 0.75rem;
}

.blog-hero-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f1f5f9;
}

.blog-table-wrap {
  overflow-x: auto;
  margin: 0.75rem 0 1rem;
  border: 1px solid #e2e8f0;
}

.blog-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #171717;
}

.blog-table th,
.blog-table td {
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f0;
}

.blog-table th {
  background: #f8fafc;
  font-weight: 700;
}

.blog-table tr:last-child td {
  border-bottom: 0;
}

.blog-steps {
  margin: 0.75rem 0 1rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #171717;
}

.blog-article .home-block {
  padding: 1rem 1rem;
}

@media (min-width: 768px) {
  .blog-article .home-block {
    padding: 1.15rem 1.5rem;
  }
}

.blog-article .home-block-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  text-align: left;
}

.blog-article .seo-copy,
.blog-article .info-list {
  font-size: 0.975rem;
  line-height: 1.65;
  max-width: 48rem;
}

.blog-article .seo-copy {
  margin: 0 0 0.7rem;
}

.blog-cta {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  padding: 0.85rem 1rem;
  margin: 0.75rem 0 0;
}

.blog-cta p {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #334155;
}

.blog-cta p:last-child {
  margin-bottom: 0;
}

/* Simple 404 */
.error-404 {
  max-width: 36rem;
  margin: 0 auto;
  padding: 4rem 1.25rem 5rem;
  text-align: center;
}

.error-404-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0f172a;
}

.error-404-text {
  margin: 0 auto 1.5rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #57534e;
}

.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 0;
}


/* Jaipur hub page */
.bp-wrap {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}

@media (min-width: 640px) {
  .bp-wrap {
    padding: 2.5rem 1.5rem;
  }
}

.bp-wrap--compact {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px) {
  .bp-wrap--compact {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.bp-h1 {
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  font-weight: 900;
  color: #0f172a;
}

@media (min-width: 640px) {
  .bp-h1 {
    font-size: 1.875rem;
  }
}

.bp-h2 {
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0f172a;
}

@media (min-width: 640px) {
  .bp-h2 {
    font-size: 1.5rem;
  }
}

.bp-h2--compact {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .bp-h2--compact {
    font-size: 1.125rem;
  }
}

.bp-h3 {
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
}

.bp-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .bp-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 2rem;
  }

  .bp-grid-map {
    grid-area: 1 / 1 / span 2;
  }

  .bp-panel-core {
    grid-area: 1 / 2;
  }

  .bp-panel-reviews {
    grid-area: 2 / 2;
  }
}

.bp-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px #0f172a0d;
}

.bp-map-wrap {
  aspect-ratio: 4 / 3;
  background: #c2410c;
  min-height: 240px;
  overflow: hidden;
}

@media (max-width: 639px) {
  .bp-map-wrap {
    aspect-ratio: auto;
    height: 140px;
    min-height: 140px;
  }

  .bp-map-facade {
    min-height: 140px;
  }
}

.bp-defer {
  content-visibility: auto;
  contain-intrinsic-size: auto 480px;
}

.bp-panel {
  padding: 0.25rem 1rem 0;
}

@media (min-width: 640px) {
  .bp-panel {
    padding: 0.25rem 1.25rem 0;
  }
}

.bp-row {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem 0;
}

.bp-row:last-child {
  border-bottom: 0;
}

.bp-label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.25rem;
  font-size: 0.6875rem;
  font-weight: 700;
}

.bp-value {
  color: #1e293b;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: normal;
}

.bp-strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.bp-hours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.875rem;
}

.bp-hours span:first-child {
  color: #334155;
  font-weight: 500;
}

.bp-hours time {
  color: #475569;
}

.bp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-tags li {
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.125rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 600;
}

.bp-link {
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
}

.bp-link:hover {
  text-decoration: underline;
}

.bp-cta {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.bp-cta:hover {
  color: #b91c1c;
}

.bp-muted {
  color: #475569;
}

.bp-reviews {
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.bp-reviews li {
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.625rem 0.75rem;
}

.bp-reviews blockquote {
  color: #334155;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}

.bp-reviews cite {
  color: #0f172a;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.bp-section {
  border-top: 1px solid #e2e8f0;
}

.bp-copy {
  color: #334155;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  display: grid;
}

.bp-copy p {
  margin: 0;
}

.bp-copy-list {
  color: #334155;
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
  list-style: disc;
}

.bp-copy-list li {
  margin-bottom: 0.5rem;
}

.bp-copy-list li:last-child {
  margin-bottom: 0;
}

.bp-links-section {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.bp-links-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .bp-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .bp-links-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.bp-links-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.625rem 0.75rem;
}

.bp-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-links-list li {
  border-bottom: 1px solid #f1f5f9;
}

.bp-links-list li:last-child {
  border-bottom: 0;
}

.bp-links-list a {
  color: #475569;
  padding: 0.3rem 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  display: block;
}

.bp-links-list a:hover {
  color: #dc2626;
}

.bp-footnote {
  color: #64748b;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  font-size: 0.75rem;
}

.bp-footnote--after-section {
  margin-top: -1rem;
  padding-bottom: 0;
}

@media (min-width: 640px) {
  .bp-footnote {
    padding: 0 1.5rem 2rem;
  }

  .bp-footnote--after-section {
    padding-bottom: 0;
  }
}

.bp-page {
  background: #fff;
  color: #0f172a;
  min-height: 100vh;
}

.bp-map-facade {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 240px;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  text-decoration: none;
  background: #c2410c;
  color: #fff;
  border: 0;
  transition: none;
  animation: none;
  -webkit-tap-highlight-color: transparent;
}

.contact-map-wrap .bp-map-facade {
  min-height: 100%;
}

.bp-map-facade:hover,
.bp-map-facade:focus,
.bp-map-facade:focus-visible,
.bp-map-facade:active {
  background: #c2410c;
  color: #fff;
  outline: none;
}

.bp-map-facade-title {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.bp-map-facade-sub {
  font-size: 0.75rem;
  line-height: 1.45;
  color: #fff7ed;
  max-width: 16rem;
}
