﻿:root {
  --ink: #17332c;
  --muted: #60736c;
  --line: #dfe7e1;
  --cream: #fbfaf5;
  --white: #ffffff;
  --green: #1f7a62;
  --gold: #f4bd3d;
  --red: #e04d2e;
  --teal: #d7eee6;
  --shadow: 0 20px 60px rgba(23, 51, 44, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px clamp(18px, 4vw, 56px); background: rgba(251, 250, 245, .92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23, 51, 44, .12); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 220px; }
.brand img { width: 48px; height: 48px; border-radius: 12px; box-shadow: 0 8px 24px rgba(23, 51, 44, .16); }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 1rem; }
.brand small { color: var(--muted); font-size: .78rem; margin-top: 3px; }
.nav-links { display: flex; gap: clamp(14px, 3vw, 36px); color: var(--muted); font-weight: 700; font-size: .94rem; }
.nav-links a:hover { color: var(--green); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 999px; font-weight: 800; }
.header-cta, .button.primary { color: var(--white); background: var(--green); }
.button.secondary { color: var(--ink); border: 1px solid var(--line); background: var(--white); }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); align-items: center; gap: clamp(32px, 6vw, 84px); padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px) 48px; background: radial-gradient(circle at 18% 12%, rgba(244, 189, 61, .23), transparent 30%), linear-gradient(135deg, #fbfaf5 0%, #eef7f3 100%); overflow: hidden; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(3rem, 9vw, 7.6rem); line-height: .9; letter-spacing: 0; }
h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: 0; margin-bottom: 18px; }
h3 { font-size: 1.22rem; margin-bottom: 10px; }
.hero-lede { max-width: 670px; font-size: clamp(1.12rem, 2vw, 1.45rem); color: #334a43; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-visual { position: relative; min-height: 540px; }
.hero-logo { position: absolute; right: 4%; top: 0; width: 132px; height: 132px; z-index: 3; }
.hero-logo img { width: 100%; height: 100%; filter: drop-shadow(0 18px 28px rgba(23, 51, 44, .22)); }
.wall-panel { position: absolute; inset: 70px 0 26px 8%; border-radius: 6px; background: linear-gradient(120deg, #ffffff, #e9f0ec); box-shadow: var(--shadow); overflow: hidden; }
.wall-panel span { position: absolute; width: 34%; height: 44%; border-radius: 48% 52% 48% 52%; opacity: .86; }
.wall-panel span:nth-child(1) { left: -6%; top: 8%; background: var(--gold); }
.wall-panel span:nth-child(2) { right: 5%; top: 7%; background: var(--green); }
.wall-panel span:nth-child(3) { left: 26%; bottom: -8%; background: #4aa2b5; }
.wall-panel span:nth-child(4) { right: -8%; bottom: 8%; background: var(--red); }
.bucket { position: absolute; z-index: 2; background: #fefefe; border: 3px solid #dde6e1; box-shadow: var(--shadow); display: grid; place-items: center; text-align: center; }
.bucket::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: -20px; height: 34px; background: rgba(23, 51, 44, .15); filter: blur(14px); border-radius: 50%; }
.bucket-large { width: 230px; height: 260px; right: 20%; bottom: 42px; border-radius: 24px 24px 34px 34px; }
.bucket-small { width: 150px; height: 176px; left: 10%; bottom: 82px; border-radius: 18px 18px 26px 26px; }
.lid { position: absolute; left: -10px; right: -10px; top: -18px; height: 34px; border-radius: 999px; background: var(--ink); }
.bucket-label { position: relative; width: 76%; padding: 22px 12px; border-radius: 6px; color: var(--white); background: linear-gradient(135deg, var(--green), var(--red)); }
.bucket-label strong, .bucket-label span, .bucket-label small { display: block; }
.bucket-label strong { font-size: 1.5rem; line-height: 1; }
.bucket-small .bucket-label strong { font-size: 1.05rem; }
.proof-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-band div { background: var(--white); padding: 26px clamp(18px, 3vw, 40px); }
.proof-band strong { display: block; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.proof-band span { color: var(--muted); font-weight: 700; }
.section { padding: clamp(64px, 9vw, 110px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow), .body-copy, .putty-feature p, .mission-band p, .contact-section p { color: var(--muted); font-size: 1.06rem; }
.product-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 18px; align-items: stretch; }
.product-card, .values-grid article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 24px; box-shadow: 0 12px 34px rgba(23, 51, 44, .06); }
.product-card ul { padding-left: 18px; color: var(--muted); }
.product-swatch { height: 108px; border-radius: 6px; margin-bottom: 22px; border: 1px solid rgba(23, 51, 44, .12); }
.white-putty { background: linear-gradient(135deg, #fff, #e9f2ef); }
.matt { background: linear-gradient(135deg, #ece4d5, #7ba9a0); }
.exterior { background: linear-gradient(135deg, #e04d2e, #f4bd3d); }
.wood { background: linear-gradient(135deg, #6d4028, #d5a15f); }
.price { display: inline-block; margin-top: 8px; padding: 8px 12px; border-radius: 999px; background: var(--teal); color: var(--green); font-weight: 900; }
.category-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.category-strip span, .benefits span { padding: 10px 14px; border-radius: 999px; background: #edf4f1; color: #36584f; font-weight: 800; }
.putty-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; padding: clamp(56px, 8vw, 92px) clamp(18px, 5vw, 72px); color: var(--white); background: linear-gradient(135deg, #17332c, #1f7a62); }
.putty-feature .eyebrow, .putty-feature p { color: #f8e2a2; }
.benefits { display: flex; flex-wrap: wrap; gap: 12px; }
.benefits span { background: rgba(255,255,255,.14); color: var(--white); border: 1px solid rgba(255,255,255,.24); }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; }
.values-section { background: #f1f7f3; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.values-grid p { color: var(--muted); }
.mission-band, .contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.mission-band div, .contact-section > div { padding: clamp(44px, 7vw, 82px) clamp(24px, 5vw, 72px); background: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
blockquote { margin: 0; padding: 28px; min-height: 190px; border-left: 5px solid var(--gold); background: var(--white); border-radius: 8px; box-shadow: 0 12px 34px rgba(23, 51, 44, .06); color: #334a43; }
.contact-section { background: var(--ink); color: var(--white); }
.contact-section > div { background: var(--ink); }
.contact-section p { color: #c9dad4; }
.contact-panel { display: grid; gap: 12px; align-content: center; }
.contact-panel a, .contact-panel span { padding: 16px 18px; border-radius: 6px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 24px clamp(18px, 5vw, 72px); background: #10261f; color: #d8e6df; }
.site-footer p { margin: 0; }
@media (max-width: 980px) { .nav-links { display: none; } .hero, .putty-feature, .split-section, .mission-band, .contact-section { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero-visual { min-height: 430px; } .product-grid, .values-grid, .testimonial-grid, .proof-band { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .site-header { gap: 12px; } .brand { min-width: 0; } .brand img { width: 42px; height: 42px; } .brand strong { font-size: .92rem; } .hero-actions { align-items: stretch; flex-direction: column; } .button { width: 100%; } .hero-visual { min-height: 360px; } .hero-logo { width: 88px; height: 88px; } .bucket-large { width: 178px; height: 214px; right: 5%; } .bucket-small { width: 118px; height: 150px; left: 2%; } .product-grid, .values-grid, .testimonial-grid, .proof-band { grid-template-columns: 1fr; } .site-footer { flex-direction: column; } }

/* Hero slider image supplied by Njiri Aristocrat */
.hero-slider {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 720px) 1fr;
  min-height: calc(100vh - 78px);
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(54px, 7vw, 82px);
  background: #12211e;
  overflow: hidden;
}
.slider-media,
.slider-shade {
  position: absolute;
  inset: 0;
}
.slider-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.slider-shade {
  background: linear-gradient(90deg, rgba(8, 18, 16, .82) 0%, rgba(8, 18, 16, .56) 38%, rgba(8, 18, 16, .08) 78%), linear-gradient(0deg, rgba(8, 18, 16, .3), rgba(8, 18, 16, .08));
}
.hero-slider .hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .36);
}
.hero-slider .hero-lede {
  color: #eef8f2;
}
.hero-slider .eyebrow {
  color: #f7d977;
}
.hero-slider .button.secondary {
  color: #ffffff;
  border-color: rgba(255,255,255,.46);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.slider-dots {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.slider-dots span {
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
}
.slider-dots .active {
  background: var(--gold);
}
@media (max-width: 980px) {
  .hero-slider {
    grid-template-columns: 1fr;
    min-height: 620px;
  }
}
@media (max-width: 640px) {
  .hero-slider {
    min-height: 560px;
    padding-top: 62px;
  }
  .slider-shade {
    background: linear-gradient(90deg, rgba(8, 18, 16, .86), rgba(8, 18, 16, .38)), linear-gradient(0deg, rgba(8, 18, 16, .34), rgba(8, 18, 16, .18));
  }
  .slider-dots span {
    width: 30px;
  }
}

.product-photo {
  height: 260px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #f7faf8, #e6f1ed);
  border: 1px solid rgba(23, 51, 44, .12);
  overflow: hidden;
}
.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  display: block;
  filter: drop-shadow(0 16px 20px rgba(23, 51, 44, .16));
}
@media (max-width: 640px) {
  .product-photo {
    height: 240px;
  }
}

.gallery-section {
  background: #fbfaf5;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.gallery-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #e6eee9;
  box-shadow: 0 14px 38px rgba(23, 51, 44, .1);
}
.gallery-item.wide {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(18, 51, 44, .82);
  font-size: .86rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-item.wide {
    grid-column: span 1;
  }
}
@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item {
    min-height: 220px;
  }
}

.work-section {
  background: #eef7f3;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 16px;
}
.work-card {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #dfe8e2;
  box-shadow: 0 16px 42px rgba(23, 51, 44, .12);
}
.work-card.tall {
  grid-row: span 2;
}
.work-card.wide {
  grid-column: span 2;
}
.work-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}
.work-card:hover img {
  transform: scale(1.04);
}
.work-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(18, 51, 44, .82);
  font-size: .86rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.about-hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: end;
  padding: clamp(72px, 10vw, 130px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  background: #11231f;
  overflow: hidden;
}
.about-hero-media,
.about-hero-media::after {
  position: absolute;
  inset: 0;
}
.about-hero-media::after {
  content: "";
  background: linear-gradient(90deg, rgba(10, 22, 19, .84), rgba(10, 22, 19, .18)), linear-gradient(0deg, rgba(10, 22, 19, .72), rgba(10, 22, 19, .08));
}
.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.about-hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
}
.about-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  color: #eef8f2;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.about-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
}
.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}
.about-pillars article {
  padding: clamp(34px, 5vw, 64px);
  background: var(--white);
}
.about-pillars p {
  color: var(--muted);
}
.about-preview-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 16px;
}
.about-preview-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(23, 51, 44, .1);
}
.about-preview-grid img:first-child {
  height: 520px;
}
@media (max-width: 980px) {
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-story,
  .about-pillars,
  .about-preview-grid {
    grid-template-columns: 1fr;
  }
  .about-preview-grid img,
  .about-preview-grid img:first-child {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .work-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }
  .work-card.tall,
  .work-card.wide {
    grid-row: span 1;
    grid-column: span 1;
  }
  .about-hero {
    min-height: 560px;
  }
}

.nav-links .active {
  color: var(--green);
}
.page-hero {
  min-height: 440px;
  display: grid;
  align-content: end;
  padding: clamp(82px, 10vw, 136px) clamp(18px, 5vw, 72px) clamp(50px, 7vw, 82px);
  color: #ffffff;
  background: linear-gradient(90deg, rgba(10, 22, 19, .86), rgba(10, 22, 19, .34)), url("home-header-slider.png") center/cover no-repeat;
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 7vw, 6rem);
}
.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #eef8f2;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}
.product-page-hero {
  background-image: linear-gradient(90deg, rgba(10, 22, 19, .86), rgba(10, 22, 19, .34)), url("doran-dolyn-matt-product.png");
  background-size: cover;
  background-position: center;
}
.gallery-page-hero {
  background-image: linear-gradient(90deg, rgba(10, 22, 19, .86), rgba(10, 22, 19, .24)), url("our-work-3.png");
}
.contact-page-hero {
  background-image: linear-gradient(90deg, rgba(10, 22, 19, .86), rgba(10, 22, 19, .3)), url("gallery-finish-5.png");
}
.product-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.section-link {
  margin-top: 28px;
}
.home-work {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.contact-page-section {
  margin: 0;
}
@media (max-width: 980px) {
  .product-page-grid,
  .home-work {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .product-page-grid,
  .home-work {
    grid-template-columns: 1fr;
  }
  .page-hero {
    min-height: 380px;
  }
}

/* Requested brand theme: black, sienna, sandy brown, chocolate */
:root {
  --ink: #070504;
  --muted: #7a6253;
  --line: #e4d1bf;
  --cream: #fff8ef;
  --white: #ffffff;
  --green: #a0522d;
  --gold: #f4a460;
  --red: #7b3f1d;
  --teal: #f3dfc9;
  --shadow: 0 20px 60px rgba(7, 5, 4, .18);
}
body {
  color: var(--ink);
  background: var(--cream);
}
.site-header {
  background: rgba(7, 5, 4, .92);
  border-bottom-color: rgba(244, 164, 96, .28);
}
.brand,
.nav-links,
.header-cta {
  color: #fff8ef;
}
.brand small {
  color: #d9b28f;
}
.nav-links a:hover,
.nav-links .active {
  color: var(--gold);
}
.header-cta,
.button.primary {
  background: var(--red);
  color: #fff8ef;
}
.header-cta:hover,
.button.primary:hover {
  background: var(--green);
}
.button.secondary {
  color: var(--ink);
  border-color: #d5b89c;
  background: #fff8ef;
}
.eyebrow {
  color: var(--green);
}
.hero {
  background: radial-gradient(circle at 18% 12%, rgba(244, 164, 96, .24), transparent 30%), linear-gradient(135deg, #fff8ef 0%, #f0d7bf 100%);
}
.hero-lede,
blockquote {
  color: #3d2a20;
}
.proof-band,
.mission-band,
.contact-section,
.about-pillars {
  background: #d5b89c;
}
.proof-band div,
.product-card,
.values-grid article,
.mission-band div,
.about-pillars article,
blockquote {
  background: #fffaf4;
}
.product-card,
.values-grid article,
.product-swatch,
.product-photo {
  border-color: #ddc3aa;
}
.product-photo {
  background: linear-gradient(135deg, #fff8ef, #ead0b7);
}
.price,
.category-strip span {
  background: #f3dfc9;
  color: #7b3f1d;
}
.putty-feature {
  background: linear-gradient(135deg, #070504, #7b3f1d 62%, #a0522d);
}
.putty-feature .eyebrow,
.putty-feature p {
  color: #ffd7a8;
}
.values-section,
.work-section {
  background: #f4e4d2;
}
.gallery-section {
  background: #fff8ef;
}
.contact-section,
.contact-section > div {
  background: #070504;
}
.contact-section p {
  color: #e6c8aa;
}
.contact-panel a,
.contact-panel span {
  background: rgba(244, 164, 96, .12);
  border-color: rgba(244, 164, 96, .26);
}
.site-footer {
  background: #070504;
  color: #ead0b7;
}
.hero-slider,
.about-hero {
  background: #070504;
}
.slider-shade {
  background: linear-gradient(90deg, rgba(7, 5, 4, .86) 0%, rgba(54, 28, 15, .62) 42%, rgba(54, 28, 15, .12) 78%), linear-gradient(0deg, rgba(7, 5, 4, .34), rgba(7, 5, 4, .08));
}
.hero-slider .eyebrow,
.slider-dots .active {
  color: var(--gold);
  background: var(--gold);
}
.hero-slider .button.secondary {
  color: #fff8ef;
  border-color: rgba(244, 164, 96, .58);
  background: rgba(160, 82, 45, .22);
}
.gallery-item figcaption,
.work-card figcaption {
  background: rgba(7, 5, 4, .84);
  color: #fff8ef;
}
.page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .42)), url("home-header-slider.png");
}
.product-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .42)), url("doran-dolyn-matt-product.png");
}
.gallery-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .32)), url("our-work-3.png");
}
.contact-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .36)), url("gallery-finish-5.png");
}
.about-hero-media::after {
  background: linear-gradient(90deg, rgba(7, 5, 4, .86), rgba(83, 42, 23, .22)), linear-gradient(0deg, rgba(7, 5, 4, .72), rgba(83, 42, 23, .08));
}

/* Requested brand theme: chocolate, teal, crimson, slate gray */
:root {
  --ink: #2b1a12;
  --muted: #708090;
  --line: #d8e1e3;
  --cream: #f7fbfb;
  --white: #ffffff;
  --green: #008080;
  --gold: #dc143c;
  --red: #7b3f00;
  --teal: #dff3f3;
  --shadow: 0 20px 60px rgba(43, 26, 18, .16);
}
body {
  color: var(--ink);
  background: var(--cream);
}
.site-header {
  background: rgba(43, 26, 18, .94);
  border-bottom-color: rgba(0, 128, 128, .32);
}
.brand,
.nav-links,
.header-cta {
  color: #f7fbfb;
}
.brand small {
  color: #b9c8cc;
}
.nav-links a:hover,
.nav-links .active {
  color: #34c6c6;
}
.header-cta,
.button.primary {
  background: #008080;
  color: #ffffff;
}
.header-cta:hover,
.button.primary:hover {
  background: #dc143c;
}
.button.secondary {
  color: #2b1a12;
  border-color: #b9c8cc;
  background: #ffffff;
}
.eyebrow {
  color: #dc143c;
}
.hero {
  background: radial-gradient(circle at 18% 12%, rgba(0, 128, 128, .2), transparent 30%), linear-gradient(135deg, #f7fbfb 0%, #dff3f3 100%);
}
.hero-lede,
blockquote {
  color: #3f4b52;
}
.proof-band,
.mission-band,
.contact-section,
.about-pillars {
  background: #b9c8cc;
}
.proof-band div,
.product-card,
.values-grid article,
.mission-band div,
.about-pillars article,
blockquote {
  background: #ffffff;
}
.product-card,
.values-grid article,
.product-swatch,
.product-photo {
  border-color: #d8e1e3;
}
.product-photo {
  background: linear-gradient(135deg, #ffffff, #dff3f3);
}
.price,
.category-strip span {
  background: #dff3f3;
  color: #006b6b;
}
.putty-feature {
  background: linear-gradient(135deg, #2b1a12, #008080 64%, #dc143c);
}
.putty-feature .eyebrow,
.putty-feature p {
  color: #e6ffff;
}
.values-section,
.work-section {
  background: #eef4f5;
}
.gallery-section {
  background: #f7fbfb;
}
.contact-section,
.contact-section > div {
  background: #2b1a12;
}
.contact-section p {
  color: #d8e1e3;
}
.contact-panel a,
.contact-panel span {
  background: rgba(0, 128, 128, .16);
  border-color: rgba(0, 128, 128, .34);
}
.site-footer {
  background: #2b1a12;
  color: #d8e1e3;
}
.hero-slider,
.about-hero {
  background: #2b1a12;
}
.slider-shade {
  background: linear-gradient(90deg, rgba(43, 26, 18, .86) 0%, rgba(0, 64, 64, .58) 42%, rgba(0, 64, 64, .12) 78%), linear-gradient(0deg, rgba(43, 26, 18, .34), rgba(43, 26, 18, .08));
}
.hero-slider .eyebrow {
  color: #7de0e0;
  background: transparent;
}
.slider-dots .active {
  background: #dc143c;
}
.hero-slider .button.secondary {
  color: #ffffff;
  border-color: rgba(0, 128, 128, .62);
  background: rgba(0, 128, 128, .22);
}
.gallery-item figcaption,
.work-card figcaption {
  background: rgba(43, 26, 18, .86);
  color: #ffffff;
}
.page-hero {
  background-image: linear-gradient(90deg, rgba(43, 26, 18, .88), rgba(0, 64, 64, .42)), url("home-header-slider.png");
}
.product-page-hero {
  background-image: linear-gradient(90deg, rgba(43, 26, 18, .88), rgba(0, 64, 64, .42)), url("doran-dolyn-matt-product.png");
}
.gallery-page-hero {
  background-image: linear-gradient(90deg, rgba(43, 26, 18, .88), rgba(0, 64, 64, .32)), url("our-work-3.png");
}
.contact-page-hero {
  background-image: linear-gradient(90deg, rgba(43, 26, 18, .88), rgba(0, 64, 64, .36)), url("gallery-finish-5.png");
}
.about-hero-media::after {
  background: linear-gradient(90deg, rgba(43, 26, 18, .86), rgba(0, 64, 64, .28)), linear-gradient(0deg, rgba(43, 26, 18, .72), rgba(0, 64, 64, .08));
}

/* Final requested brand theme: black, sienna, sandy brown, chocolate */
:root {
  --ink: #070504;
  --muted: #7a6253;
  --line: #e4d1bf;
  --cream: #fff8ef;
  --white: #ffffff;
  --green: #a0522d;
  --gold: #f4a460;
  --red: #7b3f1d;
  --teal: #f3dfc9;
  --shadow: 0 20px 60px rgba(7, 5, 4, .18);
}
body {
  color: var(--ink);
  background: var(--cream);
}
.site-header {
  background: rgba(7, 5, 4, .94);
  border-bottom-color: rgba(244, 164, 96, .3);
}
.brand,
.nav-links,
.header-cta {
  color: #fff8ef;
}
.brand small {
  color: #d9b28f;
}
.nav-links a:hover,
.nav-links .active {
  color: #f4a460;
}
.header-cta,
.button.primary {
  background: #7b3f1d;
  color: #fff8ef;
}
.header-cta:hover,
.button.primary:hover {
  background: #a0522d;
}
.button.secondary {
  color: #070504;
  border-color: #d5b89c;
  background: #fff8ef;
}
.eyebrow {
  color: #a0522d;
}
.hero {
  background: radial-gradient(circle at 18% 12%, rgba(244, 164, 96, .24), transparent 30%), linear-gradient(135deg, #fff8ef 0%, #f0d7bf 100%);
}
.hero-lede,
blockquote {
  color: #3d2a20;
}
.proof-band,
.mission-band,
.contact-section,
.about-pillars {
  background: #d5b89c;
}
.proof-band div,
.product-card,
.values-grid article,
.mission-band div,
.about-pillars article,
blockquote {
  background: #fffaf4;
}
.product-card,
.values-grid article,
.product-swatch,
.product-photo {
  border-color: #ddc3aa;
}
.product-photo {
  background: linear-gradient(135deg, #fff8ef, #ead0b7);
}
.price,
.category-strip span {
  background: #f3dfc9;
  color: #7b3f1d;
}
.putty-feature {
  background: linear-gradient(135deg, #070504, #7b3f1d 62%, #a0522d);
}
.putty-feature .eyebrow,
.putty-feature p {
  color: #ffd7a8;
}
.values-section,
.work-section {
  background: #f4e4d2;
}
.gallery-section {
  background: #fff8ef;
}
.contact-section,
.contact-section > div {
  background: #070504;
}
.contact-section p {
  color: #e6c8aa;
}
.contact-panel a,
.contact-panel span {
  background: rgba(244, 164, 96, .12);
  border-color: rgba(244, 164, 96, .26);
}
.site-footer {
  background: #070504;
  color: #ead0b7;
}
.hero-slider,
.about-hero {
  background: #070504;
}
.slider-shade {
  background: linear-gradient(90deg, rgba(7, 5, 4, .86) 0%, rgba(54, 28, 15, .62) 42%, rgba(54, 28, 15, .12) 78%), linear-gradient(0deg, rgba(7, 5, 4, .34), rgba(7, 5, 4, .08));
}
.hero-slider .eyebrow {
  color: #f4a460;
  background: transparent;
}
.slider-dots .active {
  background: #f4a460;
}
.hero-slider .button.secondary {
  color: #fff8ef;
  border-color: rgba(244, 164, 96, .58);
  background: rgba(160, 82, 45, .22);
}
.gallery-item figcaption,
.work-card figcaption {
  background: rgba(7, 5, 4, .84);
  color: #fff8ef;
}
.page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .42)), url("home-header-slider.png");
}
.product-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .42)), url("doran-dolyn-matt-product.png");
}
.gallery-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .32)), url("our-work-3.png");
}
.contact-page-hero {
  background-image: linear-gradient(90deg, rgba(7, 5, 4, .88), rgba(83, 42, 23, .36)), url("gallery-finish-5.png");
}
.about-hero-media::after {
  background: linear-gradient(90deg, rgba(7, 5, 4, .86), rgba(83, 42, 23, .22)), linear-gradient(0deg, rgba(7, 5, 4, .72), rgba(83, 42, 23, .08));
}
