/* __WHITEPAGE_V9__ site=kohls.co.com generated=2026-04-24 palette=burgundy-wine+antique-gold+warm-cream */

:root {
  --ink: #1f1216;
  --ink-soft: #3b2c30;
  --muted: #76686d;
  --cream: #fbf6ec;
  --cream-2: #f3ead8;
  --cream-3: #ebdfc4;
  --rule: #d8c8a8;
  --brand: #6c2541;
  --brand-deep: #4a1729;
  --brand-soft: #94516a;
  --accent: #c39e3e;
  --accent-soft: #e3c97f;
  --accent-deep: #8c6d20;
  --ok: #2f7c4d;
  --warn: #c47a34;
  --shadow-sm: 0 4px 10px rgba(31,18,22,.06);
  --shadow: 0 14px 32px rgba(31,18,22,.12);
  --font: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --radius: 6px;
  --radius-lg: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--cream);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

:focus-visible { outline: 2px solid var(--accent-deep); outline-offset: 3px; border-radius: 3px; }
::selection { background: var(--accent-soft); color: var(--ink); }

img { max-width: 100%; display: block; height: auto; content-visibility: auto; }
a { color: var(--brand-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-deep); text-decoration-thickness: 2px; }

/* ============= V9 Sass-double-dash naming ============= */

/* --- Objects --- */
.o-container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.o-container--narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; }
.o-grid { display: grid; gap: 24px; }
.o-grid--3 { grid-template-columns: repeat(3, 1fr); }
.o-grid--2 { grid-template-columns: repeat(2, 1fr); }
.o-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 820px) { .o-grid--3, .o-grid--4 { grid-template-columns: 1fr 1fr; } .o-grid--2 { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .o-grid--3, .o-grid--4 { grid-template-columns: 1fr; } }
.o-grid__item { min-width: 0; }
.o-flex { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }

/* --- Utilities --- */
.u-text-center { text-align: center; }
.u-mt-xl { margin-top: 56px; }
.u-mb-xl { margin-bottom: 56px; }
.u-color-accent { color: var(--accent-deep); }
.u-color-brand { color: var(--brand); }
.u-bg-cream { background: var(--cream-2); }
.u-pad-y { padding: 56px 0; }

/* --- Header --- */
.c-header {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 16px 0;
}
.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.c-header__logo {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--brand);
  text-decoration: none;
  letter-spacing: -.025em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.c-header__logo span {
  color: var(--accent-deep);
}
.c-header__pillnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-header__tag {
  display: inline-flex;
  align-items: center;
  font-size: .82rem;
  color: var(--brand-deep);
  background: var(--cream-2);
  border: 1px solid var(--rule);
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: background .15s ease, border-color .15s ease;
}
.c-header__tag:hover { background: var(--accent-soft); border-color: var(--accent); color: var(--ink); }
.c-header__tag.is-active { background: var(--brand); color: #fff; border-color: var(--brand-deep); }
.c-header__cta {
  display: inline-flex;
  gap: 10px;
}

/* --- Buttons --- */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  font-weight: 600;
  font-size: .94rem;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family: var(--font);
  cursor: pointer;
}
.c-btn--primary { background: var(--brand); color: #fff; border-color: var(--brand-deep); }
.c-btn--primary:hover { background: var(--brand-deep); transform: translateY(-1px); box-shadow: 0 10px 18px rgba(74,23,41,.25); text-decoration: none; }
.c-btn--accent { background: var(--accent); color: var(--ink); border-color: var(--accent-deep); }
.c-btn--accent:hover { background: var(--accent-soft); text-decoration: none; }
.c-btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.c-btn--ghost:hover { background: var(--ink); color: var(--cream); text-decoration: none; }
.c-btn--small { padding: 9px 16px; font-size: .85rem; }

/* --- Hero (alt: hero + 3 feature cards IN hero bg on gradient) --- */
.c-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(195,158,62,.18) 0%, transparent 55%),
    radial-gradient(circle at 15% 75%, rgba(108,37,65,.22) 0%, transparent 55%),
    linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 70%, #2c0f1a 100%);
  color: #fff;
  padding: 76px 0 90px;
  position: relative;
  overflow: hidden;
}
.c-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(195,158,62,.15), transparent 70%);
  pointer-events: none;
}
.c-hero--large { padding: 96px 0 110px; }
.c-hero--inverted { background: var(--cream); color: var(--ink); }
.c-hero__title {
  font-size: clamp(2.2rem, 4.4vw, 3.2rem);
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 800;
  margin: 0 0 18px;
  max-width: 880px;
}
.c-hero__title em {
  font-style: normal;
  color: var(--accent-soft);
}
.c-hero__lead {
  font-size: 1.15rem;
  line-height: 1.66;
  color: rgba(255,255,255,.88);
  max-width: 720px;
  margin: 0 0 32px;
}
.c-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.c-hero__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 820px) { .c-hero__features { grid-template-columns: 1fr; } }
.c-hero__feature {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.16);
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  color: #fff;
}
.c-hero__feature h3 {
  font-size: 1.08rem;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--accent-soft);
}
.c-hero__feature p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
}
.c-hero__feature a {
  color: var(--accent-soft);
  font-weight: 600;
  text-decoration: underline;
}

/* --- Trust strip (fake press-style monochrome) --- */
.c-trust {
  background: var(--cream-2);
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
}
.c-trust__label {
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
  text-align: center;
}
.c-trust__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  align-items: center;
}
.c-trust__item {
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--brand-deep);
  letter-spacing: -.005em;
  filter: grayscale(100%);
  opacity: .7;
}
.c-trust__item em { font-style: normal; color: var(--accent-deep); }

/* --- Zigzag (3 alternating 2-col rows) --- */
.c-zigzag {
  padding: 72px 0;
}
.c-zigzag__intro {
  max-width: 880px;
  margin: 0 0 48px;
}
.c-zigzag__intro h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.c-zigzag__intro p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 0;
}
.c-zigzag__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
}
.c-zigzag__item:last-child { margin-bottom: 0; }
.c-zigzag__item--reverse .c-zigzag__media { order: 2; }
@media (max-width: 820px) {
  .c-zigzag__item { grid-template-columns: 1fr; gap: 28px; }
  .c-zigzag__item--reverse .c-zigzag__media { order: 0; }
}
.c-zigzag__body h3 {
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -.015em;
}
.c-zigzag__body .zero-click {
  color: var(--accent-deep);
  font-style: italic;
  font-size: .98rem;
  margin: 0 0 18px;
  font-weight: 500;
}
.c-zigzag__body p {
  margin: 0 0 14px;
  line-height: 1.72;
  color: var(--ink-soft);
}
.c-zigzag__body a {
  color: var(--brand-deep);
  font-weight: 500;
}
.c-zigzag__media {
  border-radius: var(--radius-lg);
  background: var(--cream-2);
  aspect-ratio: 5/4;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.c-zigzag__media svg {
  width: 100%;
  height: 100%;
}
.c-zigzag__media__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(31,18,22,.72));
  color: #fff;
  padding: 14px 18px;
  font-size: .9rem;
}
.c-zigzag__media__caption strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 2px;
}

/* --- Quotes scroll (horizontal scroll-snap) --- */
.c-quotes-scroll {
  background: var(--cream-2);
  padding: 64px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.c-quotes-scroll__title {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: -.015em;
}
.c-quotes-scroll__zero {
  color: var(--ink-soft);
  margin: 0 0 30px;
}
.c-quotes-scroll__strip {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}
.c-quotes-scroll__quote {
  flex: 0 0 360px;
  scroll-snap-align: start;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  position: relative;
}
.c-quotes-scroll__quote::before {
  content: """;
  position: absolute;
  top: -8px;
  left: 18px;
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--accent);
  line-height: 1;
}
.c-quotes-scroll__quote p {
  margin: 0 0 16px;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}
.c-quotes-scroll__quote cite {
  font-style: normal;
  font-size: .88rem;
  color: var(--muted);
}
.c-quotes-scroll__quote cite strong {
  display: block;
  font-size: .98rem;
  color: var(--ink);
  margin-bottom: 2px;
}

/* --- FAQ scroll (plain h3+p, no accordion) --- */
.c-faq-scroll {
  padding: 72px 0;
}
.c-faq-scroll__intro {
  max-width: 880px;
  margin: 0 0 36px;
}
.c-faq-scroll__intro h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.c-faq-scroll__intro p {
  color: var(--ink-soft);
  margin: 0;
}
.c-faq-scroll__item {
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  max-width: 880px;
}
.c-faq-scroll__item:first-of-type { border-top: 2px solid var(--ink); }
.c-faq-scroll__item h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--ink);
}
.c-faq-scroll__item p {
  margin: 0;
  line-height: 1.72;
  color: var(--ink-soft);
}

/* --- CTA --- */
.c-cta {
  padding: 64px 0;
  background:
    linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  text-align: center;
}
.c-cta h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: -.015em;
}
.c-cta p {
  margin: 0 auto 24px;
  max-width: 640px;
  color: rgba(255,255,255,.88);
}
.c-cta__ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- anchor-prose (12 inline anchors in 2 paragraphs) --- */
.c-anchor-prose {
  padding: 72px 0;
  background: var(--cream);
}
.c-anchor-prose__inner {
  max-width: 920px;
  margin: 0 auto;
}
.c-anchor-prose h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--brand-deep);
  letter-spacing: -.01em;
}
.c-anchor-prose p {
  font-size: 1rem;
  line-height: 1.78;
  margin: 0 0 18px;
  color: var(--ink-soft);
}
.c-anchor-prose a {
  color: var(--brand-deep);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.c-anchor-prose a:hover { color: var(--accent-deep); text-decoration-thickness: 2px; }

/* --- Footer (icon-text, 4-col) --- */
.c-footer {
  background: var(--ink);
  color: var(--cream-2);
  padding: 60px 0 24px;
  border-top: 4px solid var(--accent);
}
.c-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 820px) { .c-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .c-footer__grid { grid-template-columns: 1fr; } }
.c-footer__brand {
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -.02em;
}
.c-footer__brand span { color: var(--accent); }
.c-footer__tag {
  font-size: .9rem;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  margin: 0 0 14px;
}
.c-footer h4 {
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 700;
}
.c-footer ul { list-style: none; margin: 0; padding: 0; }
.c-footer li { margin: 8px 0; }
.c-footer a {
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-size: .92rem;
}
.c-footer a:hover { color: var(--accent); text-decoration: underline; }
.c-footer__legal {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.c-footer__legal a { color: var(--accent-soft); }

/* --- Crumbs --- */
.c-crumbs {
  padding: 18px 0 4px;
  font-size: .86rem;
  color: var(--muted);
}
.c-crumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-crumbs li + li::before {
  content: "›";
  margin: 0 6px;
  color: var(--rule);
}
.c-crumbs a { color: var(--brand-deep); text-decoration: none; }
.c-crumbs a:hover { text-decoration: underline; }
.c-crumbs [aria-current="page"] { color: var(--ink); }

/* --- Prose --- */
.c-prose h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 800;
  margin: 44px 0 10px;
  letter-spacing: -.015em;
  color: var(--ink);
}
.c-prose h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 28px 0 8px;
  color: var(--ink);
}
.c-prose .zero-click {
  font-style: italic;
  color: var(--accent-deep);
  margin: 0 0 14px;
  font-size: .98rem;
}
.c-prose p { margin: 0 0 16px; line-height: 1.72; max-width: 70ch; }
.c-prose ul, .c-prose ol { max-width: 70ch; padding-left: 22px; line-height: 1.7; }
.c-prose li { margin: 6px 0; }

/* --- Lead callout --- */
.c-lead-callout {
  background: var(--cream-2);
  border-left: 4px solid var(--brand);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  margin: 28px 0 36px;
}
.c-lead-callout h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-weight: 700;
  letter-spacing: .015em;
}
.c-lead-callout p { margin: 0; color: var(--ink-soft); font-size: .97rem; line-height: 1.66; }

/* --- DataTable --- */
.c-table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0 36px;
  font-size: .93rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.c-table caption {
  text-align: left;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 10px;
  caption-side: top;
  font-size: 1rem;
}
.c-table thead th {
  background: var(--brand);
  color: #fff;
  padding: 12px 14px;
  font-weight: 600;
  letter-spacing: .04em;
  font-size: .82rem;
  text-transform: uppercase;
  text-align: left;
}
.c-table tbody td, .c-table tbody th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.c-table tbody tr:nth-child(even) { background: var(--cream-2); }
.c-table tbody tr:last-child td, .c-table tbody tr:last-child th { border-bottom: 0; }
.c-table tbody th { font-weight: 600; color: var(--ink); background: var(--cream); }

/* --- Related --- */
.c-related {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 2px solid var(--accent);
}
.c-related h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px;
}
.c-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.c-related__grid a {
  display: block;
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--rule);
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: .93rem;
  border-radius: var(--radius);
  transition: border-color .15s ease, background .15s ease;
}
.c-related__grid a:hover { border-color: var(--accent); background: var(--cream-2); color: var(--brand-deep); }

/* --- print --- */
@media print {
  .c-header, .c-cta, .c-hero__ctas, .c-quotes-scroll { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .c-hero { padding: 20px 0; background: #fff; color: #000; }
}
