/* __WHITEPAGE_V8__ site=homedepot.gr.com generated=2026-04-26 palette=orange-steel-cream */

:root {
  --brand: #F96B07;
  --brand-deep: #C04D00;
  --brand-soft: #FCDFC8;
  --accent: #2A4F65;
  --accent-deep: #1A3645;
  --accent-soft: #D5E2EA;
  --bg: #FBF8F4;
  --bg-alt: #F2EDE5;
  --bg-warm: #EBE3D6;
  --ink: #1F252E;
  --muted: #5C6470;
  --line: #DAD3C7;
  --white: #FFFFFF;
  --shadow-sm: 0 1px 2px rgba(31, 37, 46, 0.05);
  --shadow-md: 0 4px 14px rgba(31, 37, 46, 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: "Manrope", 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(--brand-deep); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--brand); }
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.015em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 4.4vw, 3.1rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }

/* Layout: 240px left-rail + main content (V8 grid) */
.layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}
.layout__rail {
  background: var(--ink);
  color: var(--bg-alt);
  padding: 1.4rem 1.2rem;
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  overflow-y: auto;
}
.layout__main {
  min-width: 0;
}
@media (max-width: 880px) {
  .layout { grid-template-columns: 1fr; }
  .layout__rail { position: static; height: auto; }
}

/* Mobile-only top banner */
[role="banner"] {
  display: none;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 50;
}
[role="banner"] strong { color: var(--brand-deep); font-weight: 800; }
@media (max-width: 880px) {
  [role="banner"] { display: flex; align-items: center; justify-content: space-between; }
}

/* Left-rail nav */
.left-rail__brand {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.18rem;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.015em;
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left-rail__brand .mark {
  width: 32px;
  height: 32px;
  background: var(--brand);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 800;
}
.left-rail__brand small { display: block; font-size: 0.62rem; color: rgba(251, 248, 244, 0.6); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }
.rail-section { margin-bottom: 1.6rem; }
.rail-section h4 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.rail-link {
  display: block;
  padding: 0.45rem 0.6rem;
  color: rgba(251, 248, 244, 0.78);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 4px;
  margin-bottom: 0.15rem;
}
.rail-link:hover { background: rgba(255, 255, 255, 0.06); color: var(--white); }
.rail-link[aria-current="page"] {
  background: var(--brand);
  color: var(--white);
  font-weight: 700;
}
.rail-cta {
  display: block;
  margin-top: 1.4rem;
  padding: 0.7rem 1rem;
  background: var(--brand);
  color: var(--white);
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.92rem;
}
.rail-cta:hover { background: var(--brand-deep); color: var(--white); }

/* Panels */
.panel { padding: 2.4rem 2rem; }
.panel--dark {
  background: linear-gradient(135deg, var(--ink) 0%, var(--accent-deep) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.panel--dark::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: var(--brand);
}
.panel--dark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  background: var(--accent);
}
.panel--dark h1 { color: var(--white); margin-bottom: 0.6rem; max-width: 720px; }
.panel--dark .lead { font-size: 1.1rem; color: rgba(255, 255, 255, 0.92); max-width: 700px; margin-bottom: 1.6rem; }
.panel--dark__cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }
.panel--dark__primary, .panel--dark__ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.85rem 1.5rem;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}
.panel--dark__primary { background: var(--brand); color: var(--white); }
.panel--dark__primary:hover { background: var(--brand-deep); color: var(--white); }
.panel--dark__ghost { border: 1.5px solid rgba(255, 255, 255, 0.4); color: var(--white); }
.panel--dark__ghost:hover { background: rgba(255, 255, 255, 0.1); color: var(--white); }

.panel--alt { background: var(--bg-alt); }
.panel--light { background: var(--white); border-bottom: 1px solid var(--line); }
.panel--accent-strip {
  background: var(--brand-soft);
  border-left: 4px solid var(--brand);
  padding: 1.6rem 2rem;
}

.panel--pattern {
  background: var(--white);
  background-image: repeating-linear-gradient(135deg, rgba(249, 107, 7, 0.03) 0 12px, transparent 12px 24px);
  border-bottom: 1px solid var(--line);
}
.panel--pattern h2 { color: var(--accent-deep); }
.panel--pattern .panel-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.4rem;
}
.panel--pattern .panel-related-grid a {
  background: var(--white);
  padding: 0.85rem 1.1rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
}
.panel--pattern .panel-related-grid a:hover { border-color: var(--brand); background: var(--bg-warm); }
@media (max-width: 720px) { .panel--pattern .panel-related-grid { grid-template-columns: 1fr; } }

/* Regulated-by panel — 2-col legal + compliance */
.regulated-by { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: start; }
.regulated-by h2 { font-size: 1.3rem; color: var(--accent-deep); margin-bottom: 0.5rem; }
.regulated-by ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 0.6rem; }
.regulated-by li {
  font-size: 0.92rem;
  padding-left: 1.5rem;
  position: relative;
  background: var(--bg-warm);
  padding: 0.6rem 0.9rem 0.6rem 2rem;
  border-radius: 4px;
}
.regulated-by li::before {
  content: "✓";
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  color: var(--brand);
  font-weight: 800;
}
@media (max-width: 720px) { .regulated-by { grid-template-columns: 1fr; } }

/* Quotes strip — 3 small boxes */
.quotes-strip {
  background: var(--bg-alt);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.quotes-strip .quote-box {
  background: var(--white);
  padding: 1.4rem;
  border-radius: 6px;
  border-left: 3px solid var(--brand);
  box-shadow: var(--shadow-sm);
}
.quotes-strip .quote-box p { font-size: 0.95rem; margin: 0 0 0.8rem; line-height: 1.5; }
.quotes-strip .quote-box cite { font-style: normal; font-weight: 700; font-size: 0.85rem; color: var(--accent-deep); display: block; }
.quotes-strip .quote-box cite small { display: block; font-weight: 400; color: var(--muted); margin-top: 0.15rem; }
@media (max-width: 880px) { .quotes-strip { grid-template-columns: 1fr; } }

/* Collapsible FAQ — V8 article.collapsible-card NOT details */
.collapsible-faq { background: var(--bg); }
.collapsible-faq h2 { margin-bottom: 1.4rem; }
.collapsible-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.collapsible-card .card-summary {
  padding: 1.1rem 1.4rem;
  font-weight: 700;
  font-size: 1.04rem;
  color: var(--accent-deep);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.collapsible-card .card-body {
  padding: 1.1rem 1.4rem;
  font-size: 0.97rem;
}
.collapsible-card .card-body p { margin: 0; }

/* Footer 3-row */
[role="contentinfo"] {
  background: var(--ink);
  color: rgba(251, 248, 244, 0.8);
  padding: 2rem;
}
.footer-brand-row {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.footer-brand-row small { display: block; font-size: 0.86rem; font-weight: 400; color: rgba(251, 248, 244, 0.7); margin-top: 0.3rem; }
.footer-nav-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav-row a { color: rgba(251, 248, 244, 0.78); text-decoration: none; font-size: 0.92rem; }
.footer-nav-row a:hover { color: var(--white); }
.footer-legal-row {
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(251, 248, 244, 0.55);
}
.footer-legal-row a { color: rgba(251, 248, 244, 0.55); text-decoration: none; }
.footer-legal-row a:hover { color: var(--white); }

/* Crumbs */
[aria-label="Breadcrumb"] {
  background: var(--bg-warm);
  padding: 0.85rem 2rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  color: var(--muted);
}
[aria-label="Breadcrumb"] ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; }
[aria-label="Breadcrumb"] li:not(:last-child)::after { content: " / "; margin-left: 0.45rem; color: var(--line); }
[aria-label="Breadcrumb"] a { color: var(--muted); text-decoration: none; }
[aria-label="Breadcrumb"] a:hover { color: var(--brand-deep); text-decoration: underline; }

/* Article content (within panel--alt or panel--light) */
.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);
  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-warm); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent-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(--brand); background: var(--bg-warm); font-style: italic; }

/* Related */
.related-services { padding: 2rem; background: var(--bg-alt); }
.related-services h2 { font-size: 1.3rem; border-bottom: 2px solid var(--brand); 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: 4px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.related-services .grid a:hover { border-color: var(--brand); background: var(--bg-warm); }

@media print {
  .layout__rail, [role="banner"], [role="contentinfo"], .panel--dark { display: none; }
  body { background: white; color: black; }
}
