/* Minnas comparison field guide. Scoped to marketing comparison surfaces. */
body:has(.compare-page) { background-color: #fffaf0; }
.compare-hero > *, .compare-two > *, .compare-grid > * { min-width: 0; }
.compare-page { --ink: #241c36; --purple: #6254d8; --line: #e6dece; max-width: 1200px; margin: auto; padding: 32px 32px 60px; }
.compare-page a:focus-visible, .compare-page summary:focus-visible, .compare-footer a:focus-visible { outline: 3px solid #6254d8; outline-offset: 5px; }
.compare-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #6254d8; }
.compare-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; padding: 48px 0 68px; }
.compare-page h1 { font-size: clamp(42px, 5.1vw, 68px); line-height: 1.06; letter-spacing: -.055em; font-weight: 800; margin: 22px 0; text-wrap: balance; }
.compare-page h1 em { font-style: normal; color: var(--purple); }
.compare-lede { font-size: 18px; line-height: 1.8; color: #625a6d; max-width: 650px; }
.compare-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.compare-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; background: var(--ink); color: white; padding: 15px 23px; border-radius: 13px; font-size: 14px; font-weight: 800; box-shadow: 0 4px 0 #d6cff4; transition: transform .2s; }
.compare-button:hover { transform: translateY(-2px); }
.compare-link { color: #5143ba; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.compare-note { font-size: 12px; line-height: 1.7; color: #716779; margin-top: 20px; }
.compare-art { position: relative; padding: 46px 25px; border-radius: 38% 45% 35% 35%; background: #ebe6fa; min-width: 0; }
.compare-art::before { content: '✳'; position: absolute; right: 2px; top: 0; font-size: 72px; color: #6254d8; line-height: 1; transform: rotate(15deg); }
.compare-art-label { display: inline-block; background: #f4d87d; padding: 9px 17px; border: 1px solid #241c36; border-radius: 6px; font-size: 12px; font-weight: 800; transform: rotate(-5deg); margin-left: 12px; position: relative; z-index: 1; }
.compare-inbox { background: #fffefa; border: 1.5px solid #241c36; border-radius: 17px; padding: 23px; box-shadow: 8px 9px 0 #cec5ee; transform: rotate(2deg); }
.compare-inbox-head { display: flex; justify-content: space-between; gap: 12px; font-weight: 800; font-size: 16px; border-bottom: 1px solid #e6dece; padding-bottom: 18px; }
.compare-message { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #eee7db; padding: 17px 0; font-size: 12px; line-height: 1.6; }
.compare-avatar { display: grid; place-items: center; width: 37px; height: 37px; flex-shrink: 0; border-radius: 13px; font-weight: 800; }
.compare-message strong { display: block; font-size: 13px; }
.compare-art-foot { margin-top: 16px; color: #427454; font-size: 11px; font-weight: 800; }
.compare-strip { border-block: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 13px; font-weight: 700; }
.compare-section { padding-top: 65px; scroll-margin-top: 30px; }
.compare-section-head { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 28px; }
.compare-page h2 { font-size: clamp(27px, 3vw, 38px); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; margin: 10px 0 15px; }
.compare-page h3 { font-size: 21px; font-weight: 800; letter-spacing: -.025em; line-height: 1.3; }
.compare-copy { font-size: 15px; line-height: 1.85; color: #625a6d; }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.compare-card { border: 1px solid var(--line); border-radius: 20px; padding: 25px; background: #fffefa; display: flex; flex-direction: column; gap: 18px; transition: transform .2s, box-shadow .2s; }
a.compare-card:hover { transform: translateY(-4px); box-shadow: 0 9px 0 #ede5d6; }
.compare-card-top { display: flex; justify-content: space-between; align-items: center; }
.compare-monogram { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 14px; font-size: 22px; font-weight: 800; }
.compare-peach { background: #ffe1cf; color: #813d24; }
.compare-blue { background: #dcecfb; color: #31557f; }
.compare-mint { background: #e0edd5; color: #3f6638; }
.compare-lavender { background: #e9e2fc; color: #5946ab; }
.compare-card-category { font-size: 10px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; color: #716779; }
.compare-card .compare-copy { font-size: 14px; line-height: 1.75; }
.compare-card-bottom { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: #6254d8; font-size: 13px; font-weight: 800; }
.compare-guides { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare-guide { padding: 32px; background: #e9e2fc; border-radius: 22px; }
.compare-guide:nth-child(2) { background: #e4eddc; }
.compare-guide h3 { margin: 18px 0 12px; font-size: 27px; }
.compare-guide .compare-link { display: inline-block; margin-top: 23px; }
.compare-bottom { margin-top: 65px; background: #241c36; color: #fffaf0; border-radius: 26px; padding: 43px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.compare-bottom h2 { margin-top: 0; }
.compare-bottom p { color: #cec5dd; max-width: 580px; }
.compare-bottom .compare-button { background: #f3d889; color: #241c36; flex-shrink: 0; box-shadow: none; }
.compare-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; color: #716779; }
.compare-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.compare-duel { display: flex; align-items: center; justify-content: center; padding: 65px 18px; background-image: radial-gradient(#c6bce5 1px, transparent 1px); background-size: 18px 18px; border-radius: 28px; }
.compare-duel-tile { min-width: 0; width: 160px; height: 172px; border-radius: 22px; border: 1.5px solid #241c36; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: #fffefa; box-shadow: 5px 6px 0 #d6cdf0; font-size: 15px; font-weight: 800; transform: rotate(-7deg); }
.compare-duel-tile:last-child { transform: rotate(7deg); }
.compare-duel-tile img { width: 52px; height: 52px; border-radius: 16px; }
.compare-vs { z-index: 1; margin-inline: -10px; display: grid; place-items: center; background: #f4d87d; border: 1px solid #241c36; border-radius: 50%; width: 45px; height: 45px; flex-shrink: 0; font-size: 13px; font-weight: 800; }
.compare-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fffefa; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.8; }
.compare-table caption { text-align: left; padding: 20px 24px; font-weight: 800; font-size: 16px; }
.compare-table th, .compare-table td { padding: 20px 24px; text-align: left; border-top: 1px solid var(--line); vertical-align: top; width: 37%; }
.compare-table th:first-child { width: 26%; }
.compare-table thead { background: #f6f2e9; }
.compare-table td:nth-child(2), .compare-table thead th:nth-child(2) { background: #f1edf9; }
.compare-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.compare-panel { background: #fffefa; border: 1px solid var(--line); border-radius: 22px; padding: 32px; }
.compare-panel h3 { margin-bottom: 15px; }
.compare-panel.featured { background: #eae3fa; border-color: #d6c9f3; }
.compare-step-number { font-size: 12px; color: #6254d8; font-weight: 800; margin-bottom: 17px; }
.compare-faq details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.compare-faq summary { cursor: pointer; font-size: 17px; font-weight: 700; }
.compare-faq p { margin-top: 14px; max-width: 850px; }
.compare-source { padding: 23px 0; border-bottom: 1px solid var(--line); }
.compare-source a { text-decoration: underline; text-underline-offset: 3px; }
.compare-shortlist { display: grid; gap: 24px; }
.compare-shortlist article { display: grid; grid-template-columns: 210px 1fr; gap: 32px; }
.compare-shortlist h3 { margin: 16px 0; }
.compare-shortlist .compare-copy + .compare-copy { margin-top: 12px; }
.compare-footer { max-width: 1200px; margin: 0 auto; padding: 35px 32px 10px; border-top: 1px solid #e6dece; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; font-size: 12px; color: #70677f; }
.compare-footer h2 { color: #241c36; font-size: 14px; font-weight: 800; margin-bottom: 14px; }
.compare-footer nav { display: grid; gap: 10px; align-content: start; }
.compare-footer a:hover { color: #6254d8; text-decoration: underline; }
.compare-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
@media (prefers-reduced-motion: reduce) { .compare-page a { transition: none; } }
@media (max-width: 800px) {
  .compare-hero { gap: 35px; }
  .compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare-art { padding: 35px 12px; }
  .compare-bottom { flex-direction: column; align-items: start; }
  .compare-shortlist article { grid-template-columns: 160px 1fr; }
}
@media (max-width: 600px) {
  .compare-page { padding: 15px 20px 40px; }
  .compare-hero { grid-template-columns: minmax(0, 1fr); padding: 30px 0 40px; gap: 35px; }
  .compare-art { margin: 0 12px; }
  .compare-grid, .compare-guides, .compare-two { grid-template-columns: 1fr; }
  .compare-section { padding-top: 42px; }
  .compare-strip { flex-direction: column; gap: 12px; }
  .compare-section-head { align-items: start; flex-direction: column; gap: 3px; }
  .compare-bottom, .compare-panel, .compare-guide { padding: 26px; }
  .compare-table th, .compare-table td { padding: 15px; }
  .compare-table { min-width: 620px; }
  .compare-shortlist article { grid-template-columns: 1fr; gap: 5px; }
  .compare-footer { grid-template-columns: minmax(0, 1fr); padding: 30px 20px; gap: 24px; }
}
