:root {
  --deep: #0e2529;
  --deep-2: #18383d;
  --mint: #0b766d;
  --gold: #e5b44b;
  --surface: #ffffff;
  --wash: #eef6f4;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.site-header {
  min-height: 76px;
  box-shadow: 0 10px 35px rgba(14, 37, 41, .08);
  width: 100%;
  max-width: 100vw;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.brand span {
  display: block;
  color: var(--deep);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

.brand img {
  width: auto;
  height: clamp(52px, 5vw, 68px);
  max-width: min(220px, 34vw);
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 0;
}

.brand {
  gap: 0;
  min-width: clamp(150px, 18vw, 230px);
}

.header-cta {
  white-space: nowrap;
}

.main-nav {
  justify-content: center;
  min-width: 0;
}

.main-nav a {
  padding: 9px 4px;
  font-weight: 750;
  white-space: nowrap;
}

.header-cta,
.btn.primary {
  box-shadow: 0 10px 24px rgba(11, 118, 109, .24);
}

.hero {
  min-height: calc(100vh - 76px);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 36px;
  width: min(420px, 38vw);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), #f36f45, var(--mint));
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h1 {
  max-width: 900px;
  text-wrap: balance;
}

.hero p {
  max-width: 680px;
}

.trust-strip {
  box-shadow: 0 -1px 0 rgba(255,255,255,.25) inset;
}

.section {
  position: relative;
}

.section-head h2 {
  text-wrap: balance;
}

.section > .section-head,
.section > .card-grid,
.section > .feature-grid,
.section > .blog-card-grid,
.section > .category-strip,
.section > .content-links,
.section > .home-map-layout,
.section.two-col,
.home-seo-section,
.local-seo-band,
.cta-band {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.product-grid,
.card-grid {
  align-items: stretch;
}

.product-card,
.feature-card {
  height: 100%;
}

.product-card,
.feature-card,
.contact-card,
.contact-form,
.admin-card,
.login-box {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.product-card:hover,
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 118, 109, .28);
  box-shadow: 0 18px 45px rgba(20, 44, 48, .12);
}

.hero-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  max-width: 760px;
}

.hero-search-tags a,
.content-links a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.section.home-seo-section {
  display: grid;
  grid-template-columns: minmax(0, 800px) minmax(340px, 430px);
  gap: clamp(36px, 7vw, 128px);
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(28px, 6vw, 120px);
  padding-right: clamp(28px, 6vw, 120px);
}

.home-seo-section .seo-copy {
  max-width: 800px;
}

.seo-copy h2,
.local-seo-band h2,
.cta-band h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 20px;
  text-wrap: balance;
}

.seo-copy p,
.local-seo-band p,
.cta-band p {
  color: var(--muted);
  font-size: 17px;
}

.seo-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}

.seo-aside img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.seo-aside-card {
  padding: 22px;
}

.seo-aside-card strong,
.seo-aside-card span,
.seo-aside-card a {
  display: block;
}

.seo-aside-card strong {
  font-size: 22px;
}

.seo-aside-card span {
  color: var(--muted);
  margin: 8px 0 14px;
}

.seo-aside-card a {
  color: var(--mint);
  font-weight: 900;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-card,
.process-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 8px 28px rgba(20, 44, 48, .06);
}

.category-card strong,
.process-grid strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.category-card span,
.process-grid span {
  color: var(--muted);
}

.local-seo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0f2f33, #0b766d);
  color: #fff;
}

.local-seo-band .eyebrow,
.cta-band .eyebrow {
  color: var(--gold);
}

.local-seo-band p,
.cta-band p {
  color: rgba(255, 255, 255, .84);
}

.local-seo-band img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .22);
}

.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 44, 48, .06);
}

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

.blog-card div {
  padding: 20px;
}

.blog-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.blog-card h3 {
  line-height: 1.18;
  margin: 8px 0 10px;
}

.blog-card p {
  color: var(--muted);
  margin: 0;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 8px;
  padding-top: 44px;
  padding-bottom: 44px;
  background:
    linear-gradient(90deg, rgba(14, 37, 41, .92), rgba(14, 37, 41, .72)),
    url("/assets/img/photos/paint-shop-hero.jpg") center/cover no-repeat;
  color: #fff;
}

.cta-band .btn {
  flex: 0 0 auto;
}

.process-grid {
  display: grid;
  gap: 14px;
}

.seo-tag-section .content-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-tag-section .content-links a {
  border-color: rgba(11, 118, 109, .18);
  background: var(--wash);
  color: var(--deep);
}

.product-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(238, 246, 244, .94), rgba(255,255,255,.78)),
    var(--wash);
}

.product-media:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(14,37,41,.34), transparent);
}

.product-media img[src$=".svg"],
.service-card img[src$=".svg"],
.side-visual[src$=".svg"],
.detail-image-fallback {
  object-fit: cover;
}

.product-card .product-media img {
  transform: scale(1.01);
}

.feature-card {
  min-height: 220px;
}

.service-card {
  padding: 0;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--wash);
  border-bottom: 1px solid var(--line);
}

.service-card img[src$=".svg"] {
  background: linear-gradient(135deg, #eef6f4, #fff);
}

.service-card h2,
.service-card h3,
.service-card p,
.service-card a {
  margin-left: 22px;
  margin-right: 22px;
}

.service-card h2,
.service-card h3 {
  margin-top: 18px;
}

.service-card .mini-cta,
.service-card > a {
  display: inline-flex;
  margin-bottom: 22px;
}

.service-intro-section {
  padding-bottom: 0;
}

.service-intro,
.home-map-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.service-intro {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 44, 48, .08);
}

.service-intro img,
.side-visual {
  width: 100%;
  border-radius: 8px;
  background: var(--wash);
  border: 1px solid var(--line);
}

.seo-content p {
  color: #41545b;
}

.detail-image {
  box-shadow: 0 20px 55px rgba(20, 44, 48, .1);
  background: var(--wash);
  border: 1px solid var(--line);
}

.detail-image-fallback {
  aspect-ratio: 16 / 8;
}

.sticky-info-card {
  position: sticky;
  top: 96px;
}

.home-map-section {
  background: #f9fcfb;
}

.home-map iframe {
  min-height: 360px;
}

.page-hero,
.visual-hero {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--page-hero-overlay, #123236) 88%, transparent), rgba(11,118,109,.68)),
    var(--page-hero-image, url("/assets/img/photos/paint-shop-hero.jpg")) center/cover no-repeat;
}

.visual-hero {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visual-hero .btn {
  width: fit-content;
  margin-top: 14px;
}

.contact-card,
.contact-form {
  box-shadow: 0 20px 55px rgba(20, 44, 48, .09);
}

.site-footer {
  margin-top: 24px;
}

.floating-whatsapp {
  background: #25d366 !important;
  border: 0;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 14px 34px rgba(18, 140, 126, .34);
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.floating-whatsapp svg {
  width: 36px;
  height: 36px;
  display: block;
  flex: 0 0 auto;
}

.admin-shell {
  background: #f3f7f6;
}

.admin-sidebar {
  background: linear-gradient(180deg, var(--deep), #0a1b1f);
  box-shadow: 16px 0 40px rgba(14, 37, 41, .08);
}

.admin-sidebar h2 {
  margin-top: 0;
  font-size: 22px;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.admin-brand img {
  width: 62px;
  height: 48px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.admin-brand strong,
.admin-brand span {
  display: block;
}

.admin-brand strong {
  color: #fff;
  line-height: 1.1;
}

.admin-brand span {
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
}

.admin-sidebar a {
  margin-bottom: 4px;
  font-weight: 750;
}

.admin-credit {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 800;
}

.admin-footer-credit {
  margin-top: 30px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-main h1 {
  margin-top: 0;
  letter-spacing: 0;
}

.admin-card {
  border-color: #dce9e7;
}

.admin-table th {
  background: #eef6f4;
  color: var(--deep);
}

.admin-table tr:hover td {
  background: #fbfdfc;
}

.login-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(229,180,75,.18), transparent 32%),
    linear-gradient(135deg, #0e2529, #0b766d);
}

.login-wrap {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
}

.login-info {
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(14,37,41,.9), rgba(14,37,41,.55)),
    url("/assets/img/photos/paint-shop-hero.jpg") center/cover no-repeat;
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: auto;
}

.login-brand img {
  width: min(220px, 62vw);
  height: auto;
  max-height: 96px;
  object-fit: contain;
  border-radius: 0;
}

.login-info h1 {
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1;
  margin: 40px 0 18px;
  max-width: 620px;
}

.login-info p {
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
}

.login-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.login-badges span {
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.08);
  font-weight: 800;
  font-size: 13px;
}

.pro-login-box {
  width: auto;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro-login-box h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.1;
}

.login-help {
  margin-top: 0;
  color: var(--muted);
}

.pro-login-box label {
  display: block;
  font-weight: 850;
  margin: 14px 0;
}

.pro-login-box input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 13px;
  font: inherit;
  margin-top: 7px;
  background: #fbfdfc;
}

.pro-login-box input:focus {
  outline: 3px solid rgba(11, 118, 109, .16);
  border-color: var(--mint);
  background: #fff;
}

.pro-login-box .btn {
  width: 100%;
  margin-top: 10px;
}

.login-back {
  text-align: center;
  margin-top: 16px;
  color: var(--mint);
  font-weight: 850;
}

.login-made-by {
  text-align: center;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.admin-main {
  overflow-x: auto;
}

.admin-card {
  overflow-x: auto;
}

.admin-table {
  min-width: 760px;
}

@media (max-width: 980px) {
  .site-header {
    display: flex;
    min-height: 76px;
  }

  .brand img {
    height: 56px;
    max-width: 180px;
  }

  .main-nav {
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    z-index: 40;
  }

  .hero {
    min-height: 620px;
  }

  .section.home-seo-section,
  .local-seo-band {
    grid-template-columns: 1fr;
  }

  .section.home-seo-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .category-strip,
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-shell {
    display: block;
  }

  .admin-sidebar {
    padding: 18px;
  }

  .admin-sidebar a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    margin: 4px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
  }

  .admin-brand {
    margin-bottom: 12px;
  }

  .admin-credit {
    margin-top: 12px;
  }

  .login-wrap {
    grid-template-columns: 1fr;
  }

  .service-intro,
  .home-map-layout {
    grid-template-columns: 1fr;
  }

  .login-info {
    min-height: auto;
    padding: 28px;
  }

  .login-brand,
  .login-badges {
    margin: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 52px;
    max-width: 154px;
  }

  .main-nav {
    top: calc(100% + 6px);
  }

  .hero-search-tags {
    display: none;
  }

  .category-strip,
  .blog-card-grid {
    grid-template-columns: 1fr;
  }

  .seo-copy h2,
  .local-seo-band h2,
  .cta-band h2 {
    font-size: 31px;
  }

  .local-seo-band,
  .cta-band {
    border-radius: 0;
  }

  .login-page {
    padding: 0;
  }

  .login-wrap {
    min-height: 100vh;
    border-radius: 0;
    border: 0;
  }

  .login-info {
    display: none;
  }

  .pro-login-box {
    min-height: 100vh;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }

  .floating-whatsapp svg {
    width: 28px;
    height: 28px;
  }
}
