.theme-painter {
  --bg: #f5f2ec;
  --surface: #fffaf2;
  --surface-soft: #ebe4d8;
  --text: #210f0d;
  --muted: #675b55;
  --line: rgba(33, 15, 13, 0.14);
  --accent: #f2b21d;
  --accent-2: #08717a;
  --dark: #071716;
  --on-dark: #fff8ea;
  --heading-font: "Sora", "Manrope", system-ui, sans-serif;
  --body-font: "Manrope", system-ui, sans-serif;
  --hero-bg:
    linear-gradient(155deg, rgba(7, 113, 122, 0.94) 0%, rgba(8, 98, 110, 0.98) 48%, #0c4f58 100%);
  --card-bg: #fffdf8;
  --card-border: rgba(33, 15, 13, 0.14);
  --card-shadow: 0 20px 48px rgba(33, 15, 13, 0.11);
  --proof-bg: rgba(255, 250, 242, 0.76);
  --section-soft-bg: #ebe4d8;
  --radius-lg: 8px;
  --radius-md: 6px;
  color: var(--text);
  background:
    linear-gradient(180deg, #fffaf2 0%, #f5f2ec 42%, #ece5dc 100%);
}

.theme-painter .topbar {
  background: #071716;
}

.theme-painter .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 113, 122, 0.96);
  color: #ffffff;
}

.theme-painter .brand small,
.theme-painter .back-presgro {
  color: rgba(255, 255, 255, 0.75);
}

.theme-painter .brand-mark {
  background:
    linear-gradient(135deg, #f2b21d 0 48%, #fff1ba 48% 56%, #0a5d66 56% 100%);
  color: #071716;
  border-radius: 8px;
}

.theme-painter .site-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.theme-painter .site-nav a:last-child,
.theme-painter .nav-toggle {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.theme-painter .hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 4.2rem) 0 clamp(2.7rem, 5vw, 4.8rem);
  color: #ffffff;
}

.theme-painter .hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 23, 22, 0.12));
  pointer-events: none;
}

.theme-painter .hero-grid {
  position: relative;
  z-index: 1;
}

.theme-painter h1,
.theme-painter h2,
.theme-painter h3,
.theme-painter .brand strong {
  letter-spacing: 0;
}

.theme-painter h1 {
  max-width: 15ch;
  font-size: clamp(2.7rem, 4.6vw, 4.4rem);
}

.theme-painter h2 {
  max-width: 15ch;
}

.theme-painter .hero-lead {
  color: rgba(255, 255, 255, 0.82);
}

.theme-painter .hero .eyebrow,
.theme-painter .hero .hero-proof li,
.theme-painter .hero .demo-safety-note {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff8ea;
}

.theme-painter .hero .button-primary {
  background: #f2b21d;
  color: #210f0d;
  box-shadow: 0 18px 44px rgba(242, 178, 29, 0.22);
}

.theme-painter .hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

.paint-visual {
  position: relative;
  min-height: clamp(360px, 38vw, 500px);
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.32), rgba(255, 250, 242, 0.06)),
    linear-gradient(135deg, #e9ddcf 0%, #f8f1e4 44%, #d5c3ae 100%);
  box-shadow: 0 30px 80px rgba(6, 28, 30, 0.24);
}

.paint-wall {
  position: absolute;
  inset: 8% 9% 18%;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.38) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 100%),
    linear-gradient(145deg, #f7d26b 0%, #f2b21d 46%, #cc8422 100%);
  background-size: 54px 54px, 54px 54px, auto;
  box-shadow: inset 0 0 0 1px rgba(33, 15, 13, 0.08);
}

.paint-wall::before {
  content: "";
  position: absolute;
  inset: 0 38% 0 0;
  border-radius: inherit 0 0 inherit;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.82), rgba(255, 250, 242, 0.5)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(33, 15, 13, 0.035) 42px 44px);
}

.paint-roller {
  position: absolute;
  right: 11%;
  top: 21%;
  width: 35%;
  height: 46px;
  border-radius: 999px;
  background: #fff8ea;
  box-shadow: 0 15px 35px rgba(33, 15, 13, 0.16);
}

.paint-roller::before {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -92px;
  width: 12px;
  height: 96px;
  border-radius: 999px;
  background: #0a5d66;
}

.paint-roller::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: -100px;
  width: 74px;
  height: 12px;
  border-radius: 999px;
  background: #0a5d66;
  transform: rotate(16deg);
  transform-origin: right center;
}

.paint-roller span {
  position: absolute;
  inset: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(242, 178, 29, 0.95), rgba(255, 241, 186, 0.78)),
    repeating-linear-gradient(90deg, rgba(33, 15, 13, 0.06) 0 6px, transparent 6px 12px);
}

.paint-can {
  position: absolute;
  right: 12%;
  bottom: 8%;
  width: 24%;
  min-width: 130px;
  aspect-ratio: 1 / 0.85;
  border-radius: 8px 8px 14px 14px;
  background: linear-gradient(180deg, #0a5d66 0 72%, #07444a 72%);
  box-shadow: 0 22px 44px rgba(33, 15, 13, 0.22);
}

.paint-can::before {
  content: "";
  position: absolute;
  inset: 12% 16% auto;
  height: 22%;
  border-radius: 999px;
  background: #fff8ea;
}

.paint-can span {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 17%;
  height: 28%;
  border-radius: 8px;
  background: #f2b21d;
}

.swatch-stack {
  position: absolute;
  left: 8%;
  bottom: 8%;
  display: grid;
  gap: 0.55rem;
  width: 160px;
}

.swatch-stack span {
  display: block;
  height: 42px;
  border-radius: 8px;
  box-shadow: 0 14px 26px rgba(33, 15, 13, 0.13);
}

.swatch-stack span:nth-child(1) {
  background: #fff8ea;
}

.swatch-stack span:nth-child(2) {
  background: #8fb9a8;
}

.swatch-stack span:nth-child(3) {
  background: #d98262;
}

.theme-painter .trust-strip {
  background:
    linear-gradient(90deg, rgba(242, 178, 29, 0.22), transparent 34%),
    #071716;
}

.section-heading-wide h2 {
  max-width: 19ch;
}

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

.painter-service-card {
  gap: 0.35rem;
  border-top: 0.34rem solid #08717a;
}

.tool-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.65rem;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(242, 178, 29, 0.22), transparent 58%),
    #f4ede2;
}

.tool-icon::before,
.tool-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.tool-icon-wall::before {
  width: 3.1rem;
  height: 2.2rem;
  border-radius: 5px;
  background: #08717a;
}

.tool-icon-wall::after {
  top: 1.3rem;
  width: 2.1rem;
  height: 1.1rem;
  border-radius: 0 0 999px 999px;
  background: #f2b21d;
}

.tool-icon-roller::before {
  width: 3.1rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #f2b21d;
  box-shadow: 0 1.35rem 0 -0.35rem #08717a;
}

.tool-icon-roller::after {
  right: 1.05rem;
  bottom: 1rem;
  width: 0.7rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #08717a;
}

.tool-icon-swatch::before {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 32%, #8fb9a8 0 12%, transparent 13%),
    radial-gradient(circle at 35% 66%, #f2b21d 0 13%, transparent 14%),
    radial-gradient(circle at 70% 68%, #d98262 0 12%, transparent 13%),
    #08717a;
}

.tool-icon-swatch::after {
  top: 1rem;
  right: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #f4ede2;
}

.tool-icon-shop::before {
  width: 3.35rem;
  height: 2.4rem;
  border-radius: 5px;
  background: linear-gradient(180deg, #08717a 0 68%, #f4ede2 68%);
}

.tool-icon-shop::after {
  top: 1.1rem;
  width: 3.6rem;
  height: 0.8rem;
  border-radius: 5px 5px 2px 2px;
  background: repeating-linear-gradient(90deg, #f2b21d 0 0.7rem, #d98262 0.7rem 1.4rem);
}

.split-cta {
  background: var(--hero-bg);
  color: #ffffff;
}

.split-cta .section-label,
.split-cta .button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

.split-cta .large-text {
  color: rgba(255, 255, 255, 0.78);
}

.approach-panel {
  display: grid;
  gap: 1rem;
}

.approach-panel article {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.approach-panel p {
  color: rgba(255, 255, 255, 0.75);
}

.split-heading {
  display: grid;
  gap: 1rem;
}

.project-grid,
.review-grid,
.reason-grid {
  display: grid;
  gap: 1rem;
}

.project-card,
.review-card {
  border: 1px solid var(--card-border);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.project-card-content {
  padding: 1.15rem;
}

.project-visual {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: #e8ddd0;
}

.project-visual::before,
.project-visual::after {
  content: "";
  position: absolute;
  display: block;
}

.project-visual-hall {
  background:
    linear-gradient(90deg, #fff8ea 0 18%, transparent 18% 100%),
    linear-gradient(135deg, #dbb77a 0 38%, #f2d9aa 38% 100%);
}

.project-visual-hall::before {
  inset: 18% 16% 12% 32%;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf2 0 32%, #08717a 32% 36%, #e7d1bc 36%);
  box-shadow: -38px 26px 0 rgba(33, 15, 13, 0.1);
}

.project-visual-lounge {
  background:
    linear-gradient(90deg, #c56f52 0 42%, #f4ede2 42% 100%);
}

.project-visual-lounge::before {
  inset: auto 16% 13%;
  height: 29%;
  border-radius: 8px;
  background: #675b55;
}

.project-visual-lounge::after {
  top: 18%;
  left: 18%;
  width: 18%;
  height: 36%;
  border-radius: 999px 999px 8px 8px;
  background: #f2b21d;
}

.project-visual-shop {
  background:
    linear-gradient(180deg, #fff8ea 0 28%, #0a5d66 28% 64%, #e8ddd0 64%);
}

.project-visual-shop::before {
  left: 12%;
  right: 12%;
  top: 34%;
  height: 22%;
  border-radius: 8px;
  background: repeating-linear-gradient(90deg, #f2b21d 0 18%, #d98262 18% 36%);
}

.project-visual-shop::after {
  left: 18%;
  right: 18%;
  bottom: 12%;
  height: 26%;
  border-radius: 8px 8px 0 0;
  background: #fffaf2;
}

.project-visual-stairs {
  background:
    linear-gradient(130deg, transparent 0 44%, #f2b21d 44% 49%, transparent 49%),
    linear-gradient(180deg, #f7ead8 0%, #d8c4b0 100%);
}

.project-visual-stairs::before {
  inset: 14% 8% 16% 28%;
  background: repeating-linear-gradient(180deg, #08717a 0 1rem, transparent 1rem 3.5rem);
  transform: skewY(-17deg);
}

.project-visual-stairs::after {
  left: 12%;
  bottom: 18%;
  width: 56%;
  height: 10px;
  border-radius: 999px;
  background: #210f0d;
  transform: rotate(-18deg);
}

.why-section .area-panel {
  background: #fffaf2;
}

.review-grid {
  align-items: stretch;
}

.review-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
}

.review-avatar {
  display: inline-grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 25%, rgba(242, 178, 29, 0.45), transparent 32%),
    #08717a;
  color: #ffffff;
  font-weight: 900;
}

.rating {
  width: fit-content;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  background: #08717a;
  color: #fff8ea;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.review-card blockquote {
  margin: 0;
  color: #3b302b;
  font-size: 1.05rem;
}

.review-card cite {
  margin-top: auto;
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.theme-painter .section-dark {
  background:
    linear-gradient(135deg, rgba(8, 113, 122, 0.22), transparent 42%),
    #071716;
}

.theme-painter .section-dark .section-label {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: #fff8ea;
}

.contact-details {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.contact-details p {
  color: rgba(255, 248, 234, 0.8);
}

.contact-details a {
  color: #fff8ea;
  font-weight: 900;
}

.theme-painter .section-dark .contact-form {
  background: #fffaf2;
  color: var(--text);
}

.theme-painter .site-footer {
  background: #071716;
}

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

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 900;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 248, 234, 0.74);
}

.footer-grid nav,
.footer-grid div {
  display: grid;
  align-content: start;
  gap: 0.5rem;
}

.footer-grid strong {
  color: #ffffff;
}

@media (min-width: 700px) {
  .split-heading {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
    align-items: end;
  }

  .painter-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-card-large,
  .project-card-wide {
    grid-column: span 2;
  }

  .review-grid,
  .reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(3, minmax(0, 0.7fr));
  }
}

@media (min-width: 980px) {
  .painter-service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .painter-service-card {
    min-height: 100%;
  }

  .project-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

  .project-card-large {
    grid-row: span 2;
    grid-column: auto;
  }

  .project-card-wide {
    grid-column: span 2;
  }

  .project-card-large .project-visual {
    min-height: 560px;
  }
}

@media (max-width: 759px) {
  .theme-painter .hero-copy,
  .theme-painter .hero-lead,
  .theme-painter .hero .button-row,
  .theme-painter .hero-proof {
    width: min(100%, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
  }

  .theme-painter h1 {
    width: 100%;
    max-width: 21rem;
    font-size: clamp(2.15rem, 9.6vw, 2.75rem);
  }

  .theme-painter h2 {
    max-width: 11ch;
  }

  .paint-visual {
    min-height: 360px;
  }

  .paint-roller {
    width: 48%;
  }

  .swatch-stack {
    width: 118px;
  }

  .project-visual {
    min-height: 230px;
  }

  .review-card {
    min-height: auto;
  }
}
