/* __WHITEPAGE_V7__ site=wayfair.co.com generated=2026-04-24 palette=warm-espresso+tan-leather+cream */

:root {
  --ink: #221c17;
  --ink-soft: #3e3429;
  --muted: #7a6e5f;
  --cream: #faf6ef;
  --cream-2: #f1e9d9;
  --cream-3: #e6dcc3;
  --rule: #d8ccb0;
  --brand: #5a4a3c;
  --brand-deep: #3a2e24;
  --brand-soft: #8a7a65;
  --accent: #c49a6c;
  --accent-soft: #e6c79d;
  --accent-deep: #9e7447;
  --ok: #5e7a45;
  --warn: #c47a34;
  --shadow-sm: 0 6px 14px rgba(34,28,23,.06);
  --shadow: 0 14px 36px rgba(34,28,23,.10);
  --font: "Figtree", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --radius: 6px;
  --radius-lg: 12px;
}

* { 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.66;
  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; }

.Container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.Container--narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; }

/* ==== SUIT NAMING: Component-Case ==== */

/* --- Header (double-row: categories nav + utility nav) --- */
.Header {
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 30;
}
.Header-utility {
  background: var(--brand-deep);
  color: #fff;
  padding: 8px 0;
  font-size: .82rem;
}
.Header-utility .Container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.Header-utility a,
.Nav-utilityLink {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  margin-left: 20px;
}
.Nav--utility { display: flex; align-items: center; flex-wrap: wrap; }
.Nav--utility a:hover { color: #fff; text-decoration: underline; }
.Header-main {
  padding: 18px 0;
}
.Header-main .Container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.Header-logo {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--brand);
  text-decoration: none;
  letter-spacing: -.02em;
}
.Header-logo em {
  color: var(--accent-deep);
  font-style: normal;
}
.Header-logo span {
  display: block;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .18em;
  color: var(--muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.Nav--category {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.Nav-link {
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
  transition: border-color .15s ease;
}
.Nav-link:hover, .Nav-link.is-active { color: var(--brand); border-color: var(--accent); }
.Header-cta {
  display: inline-flex;
  gap: 10px;
}

/* --- Hero (wide banner 45vh + H1+intro+CTA BELOW on white) --- */
.Hero {
  padding: 0 0 0 0;
}
.Hero-banner {
  height: 45vh;
  min-height: 360px;
  background: linear-gradient(120deg, var(--brand) 0%, var(--brand-deep) 52%, #1d1711 100%);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.Hero.has-image .Hero-banner {
  background-image: linear-gradient(120deg, rgba(58,46,36,.55) 0%, rgba(90,74,60,.25) 100%), url("/assets/hero.jpg");
  background-size: cover;
  background-position: center;
}
.Hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 30%, rgba(196,154,108,.22), transparent 60%);
  pointer-events: none;
}
.Hero-body {
  background: var(--cream);
  padding: 42px 0 48px;
  border-bottom: 1px solid var(--rule);
}
.Hero-body .Container { max-width: 960px; }
.Hero-title {
  font-family: var(--font);
  font-weight: 800;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.14;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: var(--ink);
}
.Hero-title em { color: var(--accent-deep); font-style: normal; }
.Hero-intro {
  font-size: 1.13rem;
  line-height: 1.68;
  color: var(--ink-soft);
  max-width: 720px;
  margin: 0 0 26px;
}
.Hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* --- Buttons --- */
.Btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: .96rem;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease;
  font-family: var(--font);
  cursor: pointer;
}
.Btn--primary { background: var(--brand); color: #fff; border-color: var(--brand-deep); }
.Btn--primary:hover { background: var(--brand-deep); color: #fff; transform: translateY(-1px); box-shadow: 0 10px 20px rgba(58,46,36,.22); text-decoration: none; }
.Btn--accent { background: var(--accent-deep); color: #fff; border-color: var(--accent-deep); }
.Btn--accent:hover { background: var(--brand-deep); color: #fff; text-decoration: none; }
.Btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.Btn--ghost:hover { background: var(--ink); color: var(--cream); text-decoration: none; }
.Btn--small { padding: 9px 16px; font-size: .86rem; }

/* --- Trust ("Why trust us" 2x2 block) --- */
.Trust {
  padding: 54px 0;
  background: var(--cream-2);
  border-bottom: 1px solid var(--rule);
}
.Trust-title {
  font-weight: 800;
  font-size: 1.55rem;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -.015em;
}
.Trust-zero {
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 0 30px;
  font-size: 1.02rem;
}
.Trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 760px) { .Trust-grid { grid-template-columns: 1fr; } }
.Trust-item {
  background: var(--cream);
  padding: 24px 26px;
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.Trust-item__icon {
  width: 44px;
  height: 44px;
  background: var(--accent-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-deep);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.Trust-item__body h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--ink);
}
.Trust-item__body p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.6;
}

/* --- FeatureRows (3 alternating 2-col rows) --- */
.FeatureRows {
  padding: 68px 0;
}
.FeatureRows-intro {
  max-width: 880px;
  margin: 0 0 48px;
}
.FeatureRows-intro h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.FeatureRows-intro p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 0;
}
.FeatureRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
}
.FeatureRow:last-child { margin-bottom: 0; }
.FeatureRow--reverse .FeatureRow-media { order: 2; }
@media (max-width: 820px) {
  .FeatureRow { grid-template-columns: 1fr; gap: 28px; margin-bottom: 56px; }
  .FeatureRow--reverse .FeatureRow-media { order: 0; }
}
.FeatureRow-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px;
  letter-spacing: -.01em;
  color: var(--ink);
}
.FeatureRow-body .zero-click {
  color: var(--accent-deep);
  font-weight: 500;
  font-size: .98rem;
  margin: 0 0 18px;
  font-style: italic;
}
.FeatureRow-body p {
  margin: 0 0 14px;
  line-height: 1.72;
  color: var(--ink-soft);
  font-size: 1rem;
}
.FeatureRow-body a { color: var(--brand-deep); font-weight: 500; }
.FeatureRow-body a:hover { color: var(--accent-deep); }
.FeatureRow-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--cream-3);
  aspect-ratio: 4 / 3;
  box-shadow: var(--shadow);
}
.FeatureRow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.FeatureRow-media__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 22px;
  background: linear-gradient(transparent 0%, rgba(34,28,23,.8) 100%);
  color: #fff;
  font-size: .92rem;
  font-weight: 500;
}
.FeatureRow-media__caption strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 2px;
}

/* --- Testimonial-featured (1 big + Pillow headshot circle) --- */
.Testimonial-featured {
  padding: 72px 0;
  background: var(--brand-deep);
  color: var(--cream-2);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.Testimonial-featured .Container { max-width: 960px; }
.Testimonial-featured__inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 36px;
  align-items: center;
}
@media (max-width: 700px) {
  .Testimonial-featured__inner { grid-template-columns: 1fr; text-align: center; }
}
.Testimonial-featured__headshot {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--accent);
  box-shadow: var(--shadow);
  justify-self: center;
}
.Testimonial-featured__headshot img { width: 100%; height: 100%; object-fit: cover; }
.Testimonial-featured blockquote {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.55;
  font-weight: 400;
}
.Testimonial-featured blockquote p {
  font-style: italic;
  margin: 0 0 18px;
  color: var(--cream);
}
.Testimonial-featured cite {
  font-style: normal;
  font-size: .95rem;
  color: var(--accent-soft);
  display: block;
  line-height: 1.5;
}
.Testimonial-featured cite strong {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 1.05rem;
  margin-bottom: 2px;
}

/* --- FAQGrouped (2 groups × 4 Q's, H2 per group + H3+P not accordion) --- */
.FAQGrouped {
  padding: 72px 0;
}
.FAQGrouped-intro {
  max-width: 840px;
  margin: 0 0 38px;
}
.FAQGrouped-intro h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}
.FAQGrouped-intro p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  margin: 0;
}
.FAQGrouped-group {
  margin-bottom: 40px;
}
.FAQGrouped-group:last-child { margin-bottom: 0; }
.FAQGrouped-group h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 6px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent);
  display: inline-block;
  padding-right: 30px;
}
.FAQGrouped-group .zero-click {
  color: var(--ink-soft);
  margin: 8px 0 22px;
  font-size: .96rem;
  max-width: 720px;
}
.FAQGrouped-group h3 {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 22px 0 6px;
  color: var(--ink);
}
.FAQGrouped-group p {
  margin: 0 0 14px;
  line-height: 1.72;
  color: var(--ink-soft);
  max-width: 860px;
}

/* --- CTA-block --- */
.CTA-block {
  padding: 64px 0;
  background: var(--accent-soft);
  text-align: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.CTA-block h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--brand-deep);
  letter-spacing: -.02em;
}
.CTA-block p {
  margin: 0 auto 22px;
  max-width: 640px;
  color: var(--ink-soft);
  font-size: 1.04rem;
}
.CTA-block .Hero-ctas { justify-content: center; }

/* --- Footer (expanded grid 4×6 + 3-col 1:2:1 legal) --- */
.Footer {
  background: var(--ink);
  color: var(--cream-2);
  padding: 64px 0 0;
}
.Footer-quick {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.Footer-quick h2 {
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: -.015em;
}
.Footer-quickGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 880px) { .Footer-quickGrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .Footer-quickGrid { grid-template-columns: 1fr; } }
.Footer-quickCol h3 {
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
}
.Footer-quickCol ul { list-style: none; margin: 0; padding: 0; }
.Footer-quickCol li { margin: 8px 0; }
.Footer-quickCol a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: .92rem;
  line-height: 1.45;
}
.Footer-quickCol a:hover { color: var(--accent); text-decoration: underline; }

.Footer-legal {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  align-items: start;
  font-size: .84rem;
  color: rgba(255,255,255,.55);
}
@media (max-width: 820px) { .Footer-legal { grid-template-columns: 1fr; } }
.Footer-legal__brand {
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  letter-spacing: -.015em;
}
.Footer-legal__brand em { font-style: normal; color: var(--accent); }
.Footer-legal__center { line-height: 1.6; }
.Footer-legal__center p { margin: 0 0 6px; }
.Footer-legal__right { text-align: right; }
.Footer-legal a { color: var(--accent-soft); text-decoration: none; }
.Footer-legal a:hover { color: var(--accent); text-decoration: underline; }

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

.Card {
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius-lg);
  padding: 24px 26px;
  box-shadow: var(--shadow-sm);
}
.Card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--ink);
}
.Card-body p { margin: 0 0 10px; color: var(--ink-soft); font-size: .95rem; line-height: 1.6; }
.Card-body p:last-child { margin: 0; }

.Grid { display: grid; gap: 20px; }
.Grid--alt3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .Grid--alt3 { grid-template-columns: 1fr; } }
.Grid-cell { min-width: 0; }

.u-sizeFill { flex: 1; }
.u-textCenter { text-align: center; }
.u-mtLg { margin-top: 40px; }
.u-mbLg { margin-bottom: 40px; }
.is-active { font-weight: 700; }
.is-open { display: block; }

/* --- Lead-callout (works with SUIT convention) --- */
.Lead-callout {
  background: var(--cream-2);
  border-left: 4px solid var(--accent-deep);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 26px;
  margin: 26px 0 34px;
}
.Lead-callout h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
  color: var(--brand-deep);
  font-weight: 700;
  letter-spacing: .015em;
}
.Lead-callout p { margin: 0; color: var(--ink-soft); font-size: .97rem; line-height: 1.68; }

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

/* --- Data table --- */
.DataTable {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0 36px;
  font-size: .93rem;
  background: var(--cream);
  border: 1px solid var(--rule);
  border-radius: var(--radius);
  overflow: hidden;
}
.DataTable caption {
  text-align: left;
  font-weight: 700;
  color: var(--brand-deep);
  margin-bottom: 10px;
  caption-side: top;
  font-size: 1rem;
}
.DataTable 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;
}
.DataTable tbody td, .DataTable tbody th {
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
.DataTable tbody tr:nth-child(even) { background: var(--cream-2); }
.DataTable tbody tr:last-child td, .DataTable tbody tr:last-child th { border-bottom: 0; }
.DataTable tbody th { font-weight: 600; color: var(--ink); background: var(--cream); }

/* --- Related --- */
.Related {
  margin-top: 48px;
  padding: 32px 0;
  border-top: 2px solid var(--accent);
}
.Related h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: -.01em;
}
.Related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.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;
}
.Related-grid a:hover { border-color: var(--accent); background: var(--cream-2); color: var(--brand-deep); }

/* --- print --- */
@media print {
  .Header, .Header-utility, .CTA-block, .Hero-ctas { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .Hero-banner { display: none; }
}
