:root {
  --wh-bronze: #8a6a45;
  --wh-bronze-light: #c9ab7f;
  --wh-graphite: #2b2b2e;
}

.wh-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wh-narrow { max-width: 780px; }

.wh-breadcrumbs { background: #f7f5f1; padding: 12px 0; font-size: 13px; color: #6b6459; }
.wh-breadcrumbs a { color: var(--wh-bronze); text-decoration: none; }
.wh-breadcrumbs a:hover { text-decoration: underline; }

/* Hero — flat solid fill, no gradient */
.wh-hero {
  background: #23201c;
  padding: 72px 0 56px;
}
.wh-eyebrow {
  display: inline-block;
  color: var(--wh-bronze-light);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}
.wh-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  max-width: 780px;
}
.wh-hero-lead {
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 0 20px;
}
.wh-hero-meta {
  font-size: 13px;
  color: #a9a196;
}
.wh-dot { margin: 0 8px; color: var(--wh-bronze-light); }

/* Generic section rhythm */
.wh-section { padding: 64px 0; }
.bg-white { background: #ffffff; }
.bg-light { background: #f7f5f1; }

.wh-lede {
  font-size: 18px;
  line-height: 1.75;
  color: #3f3a34;
  margin-bottom: 32px;
}

.wh-contents {
  background: #ffffff;
  border: 1px solid #e7e2d9;
  border-left: 3px solid var(--wh-bronze);
  border-radius: 4px;
  padding: 24px 28px;
}
.wh-contents-label {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--wh-bronze);
  font-weight: 700;
  margin-bottom: 10px;
}
.wh-contents ol { margin: 0; padding-left: 20px; }
.wh-contents li { margin-bottom: 8px; }
.wh-contents a { color: #23201c; text-decoration: none; }
.wh-contents a:hover { color: var(--wh-bronze); text-decoration: underline; }

.wh-deepdive-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
}
.wh-deepdive-card {
  display: block;
  background: #23201c;
  border-radius: 6px;
  padding: 26px 24px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.wh-deepdive-card:hover { transform: translateY(-3px); }
.wh-deepdive-tag {
  display: inline-block;
  background: var(--wh-bronze);
  color: #1f1c18;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.wh-deepdive-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  color: #ffffff;
  margin: 0 0 10px;
}
.wh-deepdive-card p { color: #c7c0b4 !important; font-size: 14px; line-height: 1.6; margin: 0 0 14px; }
.wh-deepdive-arrow { color: var(--wh-bronze-light); font-size: 13px; font-weight: 600; }

/* Section headers */
.wh-section-header { max-width: 780px; margin: 0 auto 36px; text-align: center; }
.wh-section-header.wh-left { text-align: left; margin-left: 0; }
.wh-eyebrow-inline {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--wh-bronze);
  margin-bottom: 10px;
}
.wh-section-header h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 32px;
  color: #23201c;
  margin: 0 0 14px;
}
.wh-section-header p { color: #57524a; font-size: 16px; line-height: 1.65; }

/* Profile tabs */
.wh-profile-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.wh-profile-tab {
  background: #ffffff;
  border: 1px solid #ddd6c9;
  color: #4a453d;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wh-profile-tab:hover { border-color: var(--wh-bronze); }
.wh-profile-tab.active { background: var(--wh-bronze); border-color: var(--wh-bronze); color: #fff; }

.wh-profile-panel { display: none; }
.wh-profile-panel.active { display: block; }
.wh-profile-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e7e2d9;
  border-radius: 8px;
  padding: 36px;
}
.wh-profile-art { color: #b9b2a4; }
.wh-profile-art svg { width: 100%; height: auto; }
.wh-profile-copy h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  color: #23201c;
  margin: 0 0 12px;
}
.wh-profile-copy p { color: #4a453d; line-height: 1.7; margin: 0 0 20px; }

.wh-profile-verdict {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.wh-verdict-col {
  padding: 14px 16px;
  border-radius: 5px;
  border-left: 3px solid;
}
.wh-verdict-col.good { background: #f0f7f0; border-color: #4a9d5c; }
.wh-verdict-col.care { background: #fdf5ec; border-color: #c98a2e; }
.wh-verdict-col strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.wh-verdict-col.good strong { color: #2f6b3d; }
.wh-verdict-col.care strong { color: #a3661c; }
.wh-verdict-col p { font-size: 13.5px; line-height: 1.6; margin: 0; color: #3a352e; }

/* Callout */
.wh-callout {
  background: #f7f0e4;
  border-left: 3px solid var(--wh-bronze);
  padding: 16px 20px;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #3a352e;
  margin-top: 8px;
}

/* Body copy */
.wh-section p { color: #3f3a34; font-size: 15.5px; line-height: 1.75; margin: 0 0 18px; }

/* Fixing table */
.wh-fixing-table-wrap { overflow-x: auto; margin-top: 24px; }
.wh-fixing-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.wh-fixing-table th, .wh-fixing-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e7e2d9; }
.wh-fixing-table th { background: #23201c; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.wh-fixing-table tbody tr:hover { background: #f7f5f1; }

/* Finish grid */
.wh-finish-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 12px;
}
.wh-finish-card {
  background: #f7f5f1;
  border-radius: 6px;
  padding: 20px;
}
.wh-finish-swatch {
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.wh-finish-card h4 { font-size: 15px; color: #23201c; margin: 0 0 8px; }
.wh-finish-card p { font-size: 13px; line-height: 1.6; color: #57524a; margin: 0; }

/* Mistakes */
.wh-mistake-list { display: flex; flex-direction: column; gap: 22px; }
.wh-mistake { display: flex; gap: 20px; align-items: flex-start; }
.wh-mistake-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--wh-bronze-light);
  flex-shrink: 0;
  width: 50px;
}
.wh-mistake h4 { font-size: 16px; color: #23201c; margin: 0 0 6px; }
.wh-mistake p { font-size: 14.5px; margin: 0; }

/* FAQs */
.wh-faqs { display: flex; flex-direction: column; gap: 10px; }
.wh-faq-item { background: #ffffff; border: 1px solid #e7e2d9; border-radius: 6px; overflow: hidden; }
.wh-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #23201c;
}
.wh-faq-question svg { transition: transform 0.25s ease; color: var(--wh-bronze); flex-shrink: 0; }
.wh-faq-item.active .wh-faq-question svg { transform: rotate(180deg); }
.wh-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 22px; }
.wh-faq-item.active .wh-faq-answer { max-height: 300px; padding: 0 22px 20px; }
.wh-faq-answer p { margin: 0; font-size: 14.5px; color: #4a453d; }

/* Bottom CTA */
.wh-cta-banner { background: var(--wh-graphite); padding: 56px 0; }
.wh-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.wh-cta-inner h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; color: #fff; margin: 0 0 8px; }
.wh-cta-inner p { color: #b9b2a4 !important; margin: 0; max-width: 520px; font-size: 14.5px; }
.wh-btn-primary {
  display: inline-block;
  background: var(--wh-bronze);
  color: #1f1c18;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
}
.wh-btn-primary:hover { background: var(--wh-bronze-light); }

@media (max-width: 860px) {
  .wh-hero h1 { font-size: 32px; }
  .wh-deepdive-links { grid-template-columns: 1fr; }
  .wh-profile-grid { grid-template-columns: 1fr; padding: 24px; }
  .wh-profile-verdict { grid-template-columns: 1fr; }
  .wh-finish-grid { grid-template-columns: 1fr 1fr; }
  .wh-cta-inner { flex-direction: column; align-items: flex-start; }
}
