/* __WHITEPAGE_V4__ site=lowes.gr.com generated=2026-04-26 palette=navy-teal-warmgray */

:root {
  --primary: #1B3A6B;
  --primary-deep: #0F2547;
  --primary-soft: #DCE4EF;
  --accent: #2BA7B6;
  --accent-deep: #1F7882;
  --accent-soft: #D8EEF1;
  --bg: #F4F2EF;
  --bg-alt: #ECE8E2;
  --bg-warm: #E2DDD3;
  --ink: #1A1F26;
  --muted: #5C6371;
  --line: #D4CFC7;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(26, 31, 38, 0.05);
  --shadow-md: 0 4px 14px rgba(26, 31, 38, 0.09);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  margin: 0;
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--primary-deep); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.2; margin: 0 0 0.5em; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }

.u-center { text-align: center; }
.u-row { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Brand bar — split logo / nav, secondary row below */
.brand__bar {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand__bar-primary, .brand__bar-secondary {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}
.brand__bar-primary { padding-top: 0.85rem; padding-bottom: 0.85rem; gap: 1.6rem; }
.brand__bar-secondary { padding-top: 0.6rem; padding-bottom: 0.7rem; gap: 1.4rem; border-top: 1px solid var(--bg-alt); font-size: 0.86rem; }
.brand__logo {
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--primary);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.brand__logo span.mark {
  width: 34px;
  height: 34px;
  background: var(--primary);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  font-size: 1rem;
}
.brand__nav {
  flex: 1;
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.brand__nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.brand__nav a:hover { color: var(--primary); }
.brand__bar-secondary a { color: var(--muted); text-decoration: none; }
.brand__bar-secondary a:hover { color: var(--primary); }
.brand__cta {
  background: var(--primary);
  color: var(--white) !important;
  padding: 0.55rem 1.2rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
  font-size: 0.92rem;
}
.brand__cta:hover { background: var(--primary-deep); }
@media (max-width: 880px) {
  .brand__nav { display: none; }
  .brand__bar-secondary { display: none; }
}

/* Hero — centered text-only + 4 stats inline below H1 */
.brand__hero {
  background: linear-gradient(160deg, var(--primary-soft) 0%, var(--bg-alt) 100%);
  padding: 4rem 0 3.4rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.brand__hero .brand__hero-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.brand__hero h1 { margin-bottom: 1rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.brand__hero .lead { font-size: 1.12rem; color: var(--muted); max-width: 720px; margin: 0 auto 2rem; }
.brand__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
  max-width: 760px;
  margin: 0 auto;
}
.brand__stat {
  background: var(--white);
  padding: 1rem 0.8rem;
  border-radius: 6px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.brand__stat-value { font-size: 1.6rem; font-weight: 800; color: var(--primary); display: block; line-height: 1; }
.brand__stat-label { font-size: 0.78rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; margin-top: 0.5rem; display: block; }
@media (max-width: 720px) { .brand__stats { grid-template-columns: repeat(2, 1fr); } }

/* Sub-page hero (smaller) */
.brand__hero--sub { padding: 2.4rem 0 2rem; }
.brand__hero--sub h1 { font-size: clamp(1.9rem, 3.4vw, 2.5rem); }
.brand__hero--sub .lead { font-size: 1rem; }

/* Certifications row — 6 icon+label inline */
.brand__certifications {
  background: var(--white);
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.brand__certifications-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
}
.brand__cert {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--muted);
  font-weight: 600;
}
.brand__cert svg { width: 22px; height: 22px; color: var(--accent-deep); }

/* Tabs CSS :target */
.brand__tabs {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.brand__tabs h2 { text-align: center; margin-bottom: 0.4rem; }
.brand__tabs .tabs-intro { text-align: center; color: var(--muted); margin-bottom: 1.6rem; }
.brand__tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.6rem;
  flex-wrap: wrap;
}
.brand__tabs-nav a {
  padding: 0.7rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  transition: 0.15s;
}
.brand__tabs-nav a:hover { border-color: var(--primary); color: var(--primary); }
.brand__tab {
  display: none;
  background: var(--white);
  padding: 1.6rem;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.brand__tab:target,
.brand__tabs:not(:has(:target)) #tab-diy {
  display: block;
}
.brand__tab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.brand__tab-card {
  background: var(--bg);
  padding: 1.2rem;
  border-radius: 6px;
}
.brand__tab-card h4 { font-size: 1rem; margin-bottom: 0.5rem; color: var(--primary); }
.brand__tab-card p { font-size: 0.92rem; color: var(--muted); margin: 0 0 0.6rem; }
.brand__tab-card a { font-weight: 700; text-decoration: none; font-size: 0.88rem; }
.brand__tab-card a::after { content: " →"; }
@media (max-width: 720px) { .brand__tab-grid { grid-template-columns: 1fr; } }

/* Products — 2-col icon-left rows × 6 */
.brand__products {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.brand__products h2 { margin-bottom: 0.4rem; }
.brand__products .products-intro { color: var(--muted); margin-bottom: 1.6rem; max-width: 720px; }
.brand__products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.brand__product {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1rem;
  background: var(--white);
  padding: 1.4rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  align-items: start;
}
.brand__product-icon {
  width: 48px;
  height: 48px;
  background: var(--primary-soft);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.brand__product-icon svg { width: 26px; height: 26px; stroke-width: 1.6; }
.brand__product h3 { font-size: 1.05rem; margin: 0 0 0.4rem; }
.brand__product p { font-size: 0.93rem; color: var(--muted); margin: 0 0 0.5rem; }
.brand__product a { font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.brand__product a::after { content: " →"; }
@media (max-width: 720px) { .brand__products-grid { grid-template-columns: 1fr; } }

/* Quotes — horizontal strip 4 */
.brand__quotes {
  background: var(--ink);
  color: var(--bg-warm);
  padding: 3rem 0;
  margin: 3rem 0;
}
.brand__quotes-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
.brand__quote {
  background: rgba(255, 255, 255, 0.04);
  padding: 1.4rem;
  border-radius: 8px;
  border-left: 3px solid var(--accent);
}
.brand__quote p { font-size: 0.94rem; margin: 0 0 0.8rem; color: var(--white); font-style: italic; }
.brand__quote cite { font-style: normal; font-weight: 700; font-size: 0.86rem; color: var(--accent); display: block; }
.brand__quote cite small { display: block; font-weight: 400; color: rgba(255, 255, 255, 0.55); margin-top: 0.15rem; }
@media (max-width: 880px) { .brand__quotes-inner { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .brand__quotes-inner { grid-template-columns: 1fr; } }

/* Anchor prose — 2 paragraphs with 12 inline anchors + 5 chips */
.brand__anchor-prose {
  max-width: 880px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.brand__anchor-prose h2 { margin-bottom: 0.4rem; font-size: 1.4rem; }
.brand__anchor-prose p { color: var(--ink); font-size: 1rem; line-height: 1.65; }
.brand__anchor-prose a { font-weight: 600; }
.brand__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
}
.brand__chip {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.92rem;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  transition: 0.15s;
}
.brand__chip:hover { background: var(--accent-soft); border-color: var(--accent); color: var(--accent-deep); }

/* FAQ tabbed Personal/Pro/Digital with CSS :target */
.brand__faq {
  max-width: 920px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.brand__faq h2 { text-align: center; margin-bottom: 0.4rem; }
.brand__faq-intro { text-align: center; color: var(--muted); margin-bottom: 1.4rem; }
.brand__faq-tabnav {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.brand__faq-tabnav a {
  padding: 0.55rem 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
}
.brand__faq-tabnav a:hover { border-color: var(--primary); color: var(--primary); }
.brand__faq-tab { display: none; }
.brand__faq-tab:target,
.brand__faq:not(:has(:target)) #faq-personal {
  display: block;
}
.brand__faq-q {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  margin-bottom: 0.7rem;
}
.brand__faq-q h3 { margin: 0 0 0.5rem; font-size: 1.04rem; color: var(--primary-deep); }
.brand__faq-q p { margin: 0; font-size: 0.96rem; }

/* Minimal footer */
.brand__footer {
  background: var(--ink);
  color: rgba(244, 242, 239, 0.78);
  padding: 1.4rem 0;
  text-align: center;
  margin-top: 3rem;
}
.brand__footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.85rem;
}
.brand__footer a { color: var(--accent); text-decoration: none; }
.brand__footer a:hover { color: var(--white); }
.brand__footer strong { color: var(--white); display: block; margin-bottom: 0.3rem; }

/* Crumbs */
.crumbs {
  background: var(--bg-alt);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--muted);
}
.crumbs ol {
  list-style: none;
  margin: 0 auto;
  padding: 0 1.5rem;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.crumbs li:not(:last-child)::after { content: " / "; margin-left: 0.45rem; color: var(--line); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--primary); text-decoration: underline; }

/* Article body for sub-pages */
.article-body { max-width: 880px; margin: 2.4rem auto; padding: 0 1.5rem; }
.article-body h2 { margin-top: 2.2rem; }
.article-body h3 { margin-top: 1.6rem; color: var(--accent-deep); }
.article-body ul, .article-body ol { padding-left: 1.4rem; margin: 0 0 1.2rem; }
.article-body li { margin-bottom: 0.4rem; }
.article-body .lead-callout {
  background: var(--accent-soft);
  border-left: 4px solid var(--accent-deep);
  padding: 1.4rem 1.6rem;
  border-radius: 0 6px 6px 0;
  margin: 1.8rem 0;
}
.article-body .lead-callout::before {
  content: attr(data-label);
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent-deep);
  font-weight: 800;
  margin-bottom: 0.6rem;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.8rem 0;
  font-size: 0.95rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.article-body th, .article-body td { padding: 0.85rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); }
.article-body th { background: var(--bg-alt); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--primary-deep); }
.article-body tr:last-child td { border-bottom: none; }
.article-body caption { caption-side: top; text-align: left; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); padding-bottom: 0.6rem; }
.article-body blockquote { margin: 1.4rem 0; padding: 1rem 1.4rem; border-left: 4px solid var(--primary); background: var(--bg-alt); font-style: italic; }

/* Related */
.related-services { max-width: 1100px; margin: 3rem auto 2rem; padding: 0 1.5rem; }
.related-services h2 { font-size: 1.3rem; border-bottom: 2px solid var(--primary); padding-bottom: 0.5rem; margin-bottom: 1.2rem; }
.related-services .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0.8rem; }
.related-services .grid a {
  display: block;
  padding: 0.95rem 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.related-services .grid a:hover { border-color: var(--primary); background: var(--bg-alt); }

@media print {
  .brand__bar, .brand__quotes, .brand__footer { display: none; }
  body { background: white; color: black; }
}
