/* __WHITEPAGE_V5__ site=macyscom.co.com generated=2026-04-25 palette=crimson-gold-cream */

:root {
  --brand: #B91C2C;
  --brand-deep: #8C1320;
  --brand-soft: #F1D7D9;
  --accent: #C8941F;
  --accent-deep: #966D14;
  --bg: #FAFAF7;
  --bg-alt: #F2EFE6;
  --bg-warm: #EFE4CC;
  --ink: #1C1F26;
  --muted: #5E6470;
  --line: #D7D3C8;
  --white: #FFFFFF;
  --serif: "Merriweather", Georgia, "Times New Roman", serif;
  --sans: "Libre Franklin", "Helvetica Neue", system-ui, sans-serif;
  --radius: 4px;
  --maxw: 1240px;
  --shadow-sm: 0 1px 2px rgba(28, 31, 38, 0.06);
}

@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: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.66;
  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; text-decoration-thickness: 1px; }
a:hover { color: var(--brand); }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

h1 { font-family: var(--serif); font-weight: 700; line-height: 1.14; letter-spacing: -0.01em; margin: 0 0 0.4em; font-size: clamp(2.2rem, 4.6vw, 3.4rem); color: var(--ink); }
h2, h3, h4 { font-family: var(--sans); font-weight: 700; line-height: 1.22; margin: 0 0 0.45em; color: var(--ink); }
h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }

.row { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.col { display: flex; flex-direction: column; }
.pad { padding: 1.4rem 0; }
.pad-lg { padding: 3rem 0; }
.stack > * + * { margin-top: 1rem; }
.cluster { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; }

/* Magazine top */
.magazine-top {
  background: var(--white);
  border-bottom: 2px solid var(--ink);
  position: sticky;
  top: 0;
  z-index: 50;
}
.magazine-top .row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.magazine-top__brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.55rem;
  color: var(--brand-deep);
  text-decoration: none;
  letter-spacing: -0.01em;
}
.magazine-top__brand small { display: block; font-family: var(--sans); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); font-weight: 600; }
.magazine-top__nav {
  flex: 1;
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.magazine-top__nav::-webkit-scrollbar { height: 0; }
.magazine-top__nav a {
  font-family: var(--sans);
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 2px;
}
.magazine-top__nav a:hover { border-bottom: 2px solid var(--brand); }
.magazine-top__cta {
  background: var(--brand);
  color: var(--white) !important;
  padding: 0.55rem 1.2rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 2px;
  white-space: nowrap;
}
.magazine-top__cta:hover { background: var(--brand-deep); }

/* Article hero — magazine 2-col */
.article-hero {
  background: var(--bg-alt);
  padding: 3rem 0;
  border-bottom: 1px solid var(--line);
}
.article-hero .row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: end; container-type: inline-size; }
.article-hero .lead-column h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
.article-hero .lead-column .dropcap { font-family: var(--serif); font-weight: 700; font-size: 1.18rem; line-height: 1.55; color: var(--ink); }
.article-hero .lead-column .dropcap::first-letter { float: left; font-size: 4.6rem; line-height: 0.92; padding: 0.25rem 0.6rem 0 0; color: var(--brand); font-weight: 700; }
.article-hero .lead-column ul { padding-left: 1.2rem; margin-top: 0.9rem; font-size: 0.96rem; color: var(--muted); }
.article-hero .lead-column ul li { margin-bottom: 0.35rem; }
.article-hero .byline { font-family: var(--sans); font-size: 0.86rem; color: var(--muted); margin-top: 1.6rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 0.85rem; }
.article-hero .byline span { white-space: nowrap; }
.article-hero .byline strong { color: var(--ink); font-weight: 700; }
.article-hero .side-column img { border-radius: var(--radius); box-shadow: 0 6px 20px rgba(28, 31, 38, 0.12); }
@container (max-width: 720px) {
  .article-hero .row { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .article-hero .row { grid-template-columns: 1fr; }
}

/* Sub-page hero (smaller) */
.article-hero--sub { padding: 2rem 0; }
.article-hero--sub .lead-column h1 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }

/* Inline credentials paragraph */
.inline-credentials {
  font-family: var(--sans);
  font-size: 0.92rem;
  color: var(--muted);
  border-left: 3px solid var(--accent);
  padding: 0.4rem 1rem;
  margin: 2rem auto;
  max-width: 880px;
  font-style: italic;
}
.inline-credentials a { color: var(--muted); }

/* Magazine layout container */
.magazine-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 3rem;
  max-width: var(--maxw);
  margin: 2rem auto;
  padding: 0 1.5rem;
  align-items: start;
}
@media (max-width: 960px) {
  .magazine-grid { grid-template-columns: 1fr; }
}

/* Tile masonry — varied heights */
.tile-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.4rem;
  margin: 2.4rem auto;
  max-width: var(--maxw);
  padding: 0 1.5rem;
}
.tile-masonry__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
}
.tile-masonry__item:nth-child(2) { grid-row: span 2; padding: 2.2rem 1.6rem; background: var(--bg-warm); }
.tile-masonry__item:nth-child(5) { background: var(--ink); color: var(--bg-warm); }
.tile-masonry__item:nth-child(5) h3 { color: var(--white); }
.tile-masonry__item:nth-child(5) a { color: var(--accent); }
.tile-masonry__item .label { font-family: var(--sans); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brand); font-weight: 700; margin-bottom: 0.6rem; }
.tile-masonry__item h3 { font-family: var(--serif); font-size: 1.32rem; line-height: 1.22; margin-bottom: 0.6rem; }
.tile-masonry__item p { font-size: 0.95rem; color: var(--muted); flex: 1; }
.tile-masonry__item:nth-child(5) p { color: rgba(250, 250, 247, 0.8); }
.tile-masonry__item a.read-more { font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.1em; text-decoration: none; color: var(--brand-deep); margin-top: 0.6rem; }
.tile-masonry__item a.read-more::after { content: " →"; }
@media (max-width: 880px) {
  .tile-masonry { grid-template-columns: repeat(2, 1fr); }
  .tile-masonry__item:nth-child(2) { grid-row: auto; }
}
@media (max-width: 560px) {
  .tile-masonry { grid-template-columns: 1fr; }
}

/* Pullquote stack */
.pullquote-stack {
  background: var(--ink);
  color: var(--bg-warm);
  padding: 3.4rem 0;
  margin: 3rem 0;
}
.pullquote-stack .row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.6rem; }
.pullquote {
  margin: 0;
  border-left: 4px solid var(--accent);
  padding-left: 1.4rem;
}
.pullquote p {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.42;
  font-style: italic;
  margin: 0 0 1rem;
  color: var(--white);
}
.pullquote cite {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
}
.pullquote cite small { display: block; font-weight: 400; color: rgba(250, 250, 247, 0.6); margin-top: 0.2rem; text-transform: none; letter-spacing: 0; }
@media (max-width: 880px) {
  .pullquote-stack .row { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* Definition FAQ — <dl> */
.definition-faq {
  max-width: 920px;
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.definition-faq h2 { font-family: var(--serif); font-size: 2rem; margin-bottom: 0.4rem; }
.definition-faq .faq-intro { color: var(--muted); margin-bottom: 1.8rem; }
.definition-faq dl { margin: 0; }
.definition-faq dt {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}
.definition-faq dt::before {
  content: "Q. ";
  color: var(--brand);
  font-weight: 800;
}
.definition-faq dd {
  margin: 0.6rem 0 0;
  padding-left: 1.6rem;
  color: var(--ink);
  font-size: 0.99rem;
}
.definition-faq dd::before {
  content: "A. ";
  color: var(--accent-deep);
  font-weight: 800;
  margin-left: -1.6rem;
  margin-right: 0.4rem;
}

/* Sidebar popular — sticky right rail */
.sidebar-popular {
  position: sticky;
  top: 90px;
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  border: 1px solid var(--line);
}
.sidebar-popular h3 {
  font-family: var(--sans);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brand-deep);
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--brand);
  padding-bottom: 0.5rem;
}
.sidebar-popular ul { list-style: none; margin: 0; padding: 0; }
.sidebar-popular__link {
  display: block;
  font-family: var(--sans);
  font-size: 0.92rem;
  padding: 0.55rem 0;
  border-bottom: 1px dotted var(--line);
  color: var(--ink);
  text-decoration: none;
}
.sidebar-popular__link:hover { color: var(--brand); padding-left: 4px; transition: 0.15s; }
.sidebar-popular__link:last-child { border-bottom: none; }
@media (max-width: 960px) {
  .sidebar-popular { position: static; margin-top: 2rem; }
}

/* Magazine footer 4-col */
.magazine-footer {
  background: var(--ink);
  color: var(--bg-warm);
  padding: 3rem 0 1.4rem;
  margin-top: 3rem;
}
.magazine-footer .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(250, 250, 247, 0.12);
}
.magazine-footer__col h4 { font-family: var(--sans); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent); margin-bottom: 0.9rem; }
.magazine-footer__col ul { list-style: none; padding: 0; margin: 0; }
.magazine-footer__col li { margin-bottom: 0.45rem; }
.magazine-footer__col a { color: rgba(250, 250, 247, 0.78); text-decoration: none; font-size: 0.92rem; }
.magazine-footer__col a:hover { color: var(--white); }
.magazine-footer__brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.magazine-footer__statement { font-size: 0.92rem; line-height: 1.55; color: rgba(250, 250, 247, 0.78); }
.magazine-footer__bottom {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 1.4rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: rgba(250, 250, 247, 0.55);
}
.magazine-footer__bottom a { color: rgba(250, 250, 247, 0.55); }
@media (max-width: 880px) {
  .magazine-footer .row { grid-template-columns: 1fr 1fr; }
}

/* Breadcrumb */
.crumbs {
  font-family: var(--sans);
  font-size: 0.83rem;
  color: var(--muted);
  background: var(--bg-warm);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.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(--brand-deep); text-decoration: underline; }

/* Article body */
.article-body { color: var(--ink); }
.article-body h2 { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin-top: 2.4rem; }
.article-body h3 { font-family: var(--sans); 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(--bg-warm);
  border-left: 4px solid var(--brand);
  padding: 1.4rem 1.6rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.8rem 0;
}
.article-body .lead-callout::before {
  content: attr(data-label);
  display: block;
  font-family: var(--sans);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-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);
  font-family: var(--sans);
}
.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-family: var(--sans); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; }
.article-body tr:last-child td { border-bottom: none; }
.article-body caption { caption-side: top; text-align: left; font-family: var(--sans); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); padding-bottom: 0.6rem; }

/* Related */
.related-services {
  max-width: var(--maxw);
  margin: 3rem auto;
  padding: 0 1.5rem;
}
.related-services h2 { font-family: var(--serif); font-size: 1.5rem; border-bottom: 2px solid var(--ink); 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);
  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 {
  .magazine-top, .magazine-footer, .sidebar-popular { display: none; }
  body { background: white; color: black; }
}
