/*
 * catalog.css — 素のPHPページ(items/index/list/basis/detail 等) 用。
 * EC-CUBE(usn/) と素のPHPページで使うクラスが重ならないため、
 * 参照元ごとに分割した。共有される汎用レイアウト(catalog-shell 等)と
 * :root のカスタムプロパティは両方に複製している。
 */
.catalog-page {
  background: #f7f8f4;
  color: #1d2521;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}
.catalog-site-header .headerInner {
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-width: 0;
  max-width: none;
  margin: 0 auto;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.catalog-site-header .headerInner h1.logo {
  flex: 0 0 auto;
  width: 125px;
  height: 30px;
  margin: 0;
}
.catalog-site-header .headerInner h1.logo img {
  display: block;
  width: 125px;
  height: auto;
}
.catalog-account-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.catalog-account-nav a {
  display: inline-flex;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid #c8d0ca;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #20342d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}
.catalog-account-nav a:last-child {
  border-color: #20342d;
  background: #20342d;
  color: #fff;
}
.catalog-site-header--home .catalog-account-nav a:last-child {
  border-color: #c8d0ca;
  background: #fff;
  color: #20342d;
}
.catalog-site-header--home .catalog-account-nav a:nth-child(2) {
  border-color: #20342d;
  background: #20342d;
  color: #fff;
}
.catalog-page + footer .topBtn {
  display: none;
}
.catalog-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.catalog-hero {
  padding: 56px 0 38px;
  background: #20342d;
  color: #fff;
}
.catalog-eyebrow {
  margin: 0 0 8px;
  color: #f0c66a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.catalog-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.25;
}
.catalog-lead {
  max-width: 850px;
  margin: 0 0 16px;
  font-size: 18px;
}
.catalog-note {
  max-width: 920px;
  margin: 0;
  padding: 14px 18px;
  border-left: 4px solid #f0c66a;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
}
.catalog-summary {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #d9ded6;
}
.catalog-summary__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.catalog-summary__grid--navigation {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.catalog-stat {
  min-height: 82px;
  padding: 14px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-stat__value,
.catalog-stat__label {
  display: block;
}
.catalog-stat__value {
  color: #20342d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
.catalog-stat__label {
  margin-top: 8px;
  color: #55635d;
  font-size: 13px;
}
.catalog-summary-link {
  display: flex;
  min-height: 82px;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
  color: #20342d;
  text-decoration: none;
}
.catalog-summary-link:hover,
.catalog-summary-link:focus-visible {
  border-color: #237981;
  box-shadow: 0 2px 8px rgba(35, 121, 129, .15);
}
.catalog-summary-link span {
  font-size: 17px;
  font-weight: 700;
}
.catalog-summary-link small {
  margin-top: 8px;
  color: #55635d;
  font-size: 13px;
  line-height: 1.45;
}
.catalog-simulator,
.catalog-checklist,
.catalog-articles,
.catalog-footnote {
  padding: 34px 0;
}
.catalog-section-head {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 18px;
}
.catalog-section-head h2 {
  margin: 0 0 6px;
  color: #20342d;
  font-size: 26px;
  line-height: 1.35;
}
.catalog-section-head p {
  margin: 0;
  color: #55635d;
  font-size: 14px;
}
.catalog-selected {
  min-width: 132px;
  padding: 10px 14px;
  border: 1px solid #2f6f60;
  border-radius: 8px;
  background: #fff;
  color: #20342d;
  text-align: center;
}
.catalog-selected span:first-child {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.catalog-control,
.catalog-toggle {
  display: grid;
  gap: 6px;
  color: #34433d;
  font-size: 13px;
  font-weight: 700;
}
.catalog-control input,
.catalog-control select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #b8c0ba;
  border-radius: 6px;
  background: #fff;
  color: #1d2521;
  font: inherit;
  font-weight: 400;
}
.catalog-control input {
  padding: 8px 12px;
}
.catalog-control select {
  padding: 8px 10px;
}
.catalog-plan-metric__value--masked {
  color: #55635d;
  font-size: 15px;
  line-height: 1.45;
}
.catalog-plan-gate {
  margin: 0;
  padding: 16px 18px;
  border: 1px dashed #b8c0ba;
  border-radius: 8px;
  background: #f7f8f4;
  color: #55635d;
}
.catalog-plan-empty {
  padding: 18px;
  border: 1px dashed #b8c0ba;
  border-radius: 8px;
  background: #f7f8f4;
  color: #55635d;
}
.catalog-plan-empty[hidden] {
  display: none;
}
.catalog-plan-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-plan-missing {
  margin-top: 14px;
}
.catalog-missing-list {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #55635d;
}
.catalog-basis-link {
  display: grid;
  gap: 3px;
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid #2f6f60;
  border-radius: 8px;
  background: #edf8f5;
  color: #163d34;
  text-decoration: none;
}
.catalog-basis-link span {
  font-size: 16px;
  font-weight: 700;
}
.catalog-basis-link small {
  color: #34574d;
  font-size: 13px;
}
.catalog-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.catalog-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 2px 8px;
  border: 1px solid #d9ded6;
  border-radius: 999px;
  background: #f7f8f4;
  color: #34433d;
  font-size: 12px;
  line-height: 1.4;
}
.catalog-badge--research {
  border-color: #83a8a0;
  background: #edf8f5;
}
.catalog-badge--necessity {
  border-color: #d6ba68;
  background: #fff9e6;
}
.catalog-badge--comparison-guidance {
  border-color: #a8b4c4;
  background: #f1f5fa;
  color: #405466;
}
.catalog-badge--annual-reference {
  border-color: #8ea6bd;
  background: #edf4fb;
  color: #254e72;
  font-variant-numeric: tabular-nums;
}
.catalog-card__household-usage {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #b9d8ce;
  border-left: 4px solid #2f6f60;
  border-radius: 7px;
  background: #f1f8f5;
}
.catalog-card__household-usage-label {
  display: block;
  margin-bottom: 7px;
  color: #2f6f60;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.catalog-card__household-usage dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
}
.catalog-card__household-usage dt {
  color: #55635d;
  font-size: 11px;
  line-height: 1.4;
}
.catalog-card__household-usage-source {
  display: block;
  margin-top: 2px;
  color: #68766f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
}
.catalog-card__household-usage dd {
  margin: 2px 0 0;
  color: #20342d;
  font-size: 17px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}
.catalog-card__purchase-link[hidden] {
  display: none;
}
.catalog-card__cost-editor .catalog-details {
  margin: 0;
  font-size: 12px;
}
.catalog-card__comparison-guidance strong {
  font-weight: 700;
}
.catalog-card__comparison-guidance small {
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.catalog-articles {
  background: #fff;
  border-top: 1px solid #d9ded6;
  border-bottom: 1px solid #d9ded6;
}
.catalog-article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-article-list li {
  padding: 14px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-article-list a {
  color: #20342d;
  font-size: 15px;
  font-weight: 700;
}
.catalog-article-list p {
  margin: 8px 0 0;
  color: #55635d;
  font-size: 13px;
}
.catalog-home-page .catalog-article-list li {
  display: grid;
  grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}
.catalog-home-page .catalog-article-list__image {
  display: block;
  min-height: 160px;
  overflow: hidden;
  background: #eef1ea;
}
.catalog-home-page .catalog-article-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}
.catalog-home-page .catalog-article-list__image:hover img,
.catalog-home-page .catalog-article-list__image:focus-visible img {
  transform: scale(1.03);
}
.catalog-home-page .catalog-article-list__body {
  padding: 14px;
}
.catalog-footnote {
  color: #55635d;
  font-size: 13px;
}
.catalog-footnote p {
  margin: 0 0 8px;
}
.catalog-about-page {
  background: #f7f8f4;
}
.catalog-basis-page {
  background: #f7f8f4;
}
.catalog-basis-hero {
  padding: 34px 0 44px;
  background: #20342d;
  color: #fff;
}
.catalog-basis-hero h1 {
  max-width: 880px;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.28;
}
.catalog-basis-summary {
  padding: 20px 0;
  border-bottom: 1px solid #d9ded6;
  background: #fff;
}
.catalog-basis-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.catalog-basis-body {
  padding: 34px 0 48px;
}
.catalog-basis-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 24px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-basis-intro h2,
.catalog-basis-rules h2,
.catalog-basis-list h2,
.catalog-basis-disclosure h2 {
  margin: 0 0 10px;
  color: #20342d;
  font-size: 25px;
  line-height: 1.4;
}
.catalog-basis-intro p,
.catalog-basis-rules p,
.catalog-basis-disclosure p {
  margin: 0;
  color: #34433d;
}
.catalog-primary-link,
.catalog-secondary-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border: 1px solid #20342d;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.catalog-primary-link {
  background: #20342d;
  color: #fff;
}
.catalog-secondary-link {
  background: #fff;
  color: #20342d;
}
.catalog-basis-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.catalog-basis-cards section,
.catalog-basis-rules,
.catalog-basis-disclosure {
  padding: 18px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-basis-cards h2 {
  margin: 0 0 8px;
  color: #20342d;
  font-size: 18px;
  line-height: 1.4;
}
.catalog-basis-cards p {
  margin: 0;
  color: #55635d;
  font-size: 14px;
}
.catalog-basis-rules {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 24px;
  margin-top: 16px;
  border-left: 4px solid #d6ba68;
}
.catalog-basis-rules ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 20px;
  color: #34433d;
}
.catalog-basis-list {
  margin-top: 36px;
}
.catalog-basis-category {
  margin-top: 28px;
}
.catalog-basis-category h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #20342d;
  color: #20342d;
  font-size: 22px;
}
.catalog-basis-category h3 span {
  color: #55635d;
  font-size: 13px;
  font-weight: 600;
}
.catalog-basis-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-basis-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  text-align: left;
}
.catalog-basis-table th,
.catalog-basis-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e3e7e1;
  vertical-align: top;
}
.catalog-basis-table thead th {
  background: #eef1ea;
  color: #34433d;
  font-size: 13px;
}
.catalog-basis-table tbody th {
  width: 30%;
  color: #1d2521;
  font-size: 14px;
  font-weight: 700;
}
.catalog-basis-table td {
  color: #55635d;
  font-size: 14px;
}
.catalog-basis-table tbody tr:last-child th,
.catalog-basis-table tbody tr:last-child td {
  border-bottom: 0;
}
.catalog-basis-item-id {
  display: block;
  margin-bottom: 3px;
  color: #6f7b75;
  font-size: 12px;
  font-weight: 400;
}
.catalog-basis-decision {
  display: inline-flex;
  padding: 3px 8px;
  border: 1px solid #d9ded6;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
.catalog-basis-decision--adopted {
  border-color: #83a8a0;
  background: #edf8f5;
  color: #245b4d;
}
.catalog-basis-decision--conditional {
  border-color: #d6ba68;
  background: #fff9e6;
  color: #765900;
}
.catalog-basis-decision--not_adopted {
  border-color: #c9c1b4;
  background: #f6f4f0;
  color: #5f5549;
}
.catalog-basis-decision--review {
  border-color: #dfbd6c;
  background: #fff8e7;
  color: #76520a;
}
.catalog-basis-table--household {
  min-width: 1080px;
}
.catalog-basis-table--household td:first-child {
  color: #65727b;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.catalog-basis-amount {
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}
.catalog-basis-disclosure {
  margin-top: 34px;
}
.catalog-basis-disclosure p + p {
  margin-top: 10px;
}
.catalog-basis-empty {
  padding: 18px;
  border: 1px dashed #b8c0ba;
  border-radius: 8px;
  background: #fff;
  color: #55635d;
}
.catalog-about-hero {
  padding: 34px 0 44px;
  background: #20342d;
  color: #fff;
}
.catalog-about-hero h1 {
  max-width: 880px;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.28;
}
.catalog-about-body {
  padding: 34px 0 46px;
}
.catalog-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}
.catalog-about-article {
  padding: 24px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-about-article section + section {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d9ded6;
}
.catalog-about-article h2 {
  margin: 0 0 10px;
  color: #20342d;
  font-size: 24px;
  line-height: 1.4;
}
.catalog-about-article p {
  margin: 0;
  color: #34433d;
  font-size: 16px;
}
.catalog-about-article p + p {
  margin-top: 12px;
}
.catalog-about-side {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 18px;
}
.catalog-about-side div {
  padding: 18px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-about-side h2 {
  margin: 0 0 8px;
  color: #20342d;
  font-size: 18px;
  line-height: 1.4;
}
.catalog-about-side p {
  margin: 0 0 12px;
  color: #55635d;
  font-size: 14px;
}
.catalog-about-side a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid #20342d;
  border-radius: 6px;
  background: #20342d;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.catalog-media-page {
  background: #f7f8f4;
}
.catalog-media-hero {
  padding: 34px 0 42px;
  background: #20342d;
  color: #fff;
}
.catalog-media-hero--image {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: 410px;
  overflow: hidden;
}
.catalog-media-hero--image::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 48, 39, 0.92) 0%, rgba(20, 48, 39, 0.78) 54%, rgba(20, 48, 39, 0.52) 100%);
  content: '';
}
.catalog-media-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalog-media-hero h1 {
  max-width: 920px;
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
}
.catalog-media-date {
  display: inline-flex;
  margin: 4px 0 0;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #e8eee9;
  font-size: 13px;
}
.catalog-media-body,
.catalog-media-section {
  padding: 34px 0;
}
.catalog-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  align-items: start;
}
.catalog-media-article {
  overflow: hidden;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-media-main-image {
  margin: 0;
  background: #eef1ea;
}
.catalog-media-main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-media-main-image--secondary {
  margin-top: 8px;
  border-top: 1px solid #d9ded6;
}
.catalog-media-content {
  padding: 24px;
}
.catalog-media-content + .catalog-media-content {
  border-top: 1px solid #d9ded6;
}
.catalog-media-content h2 {
  margin: 0 0 12px;
  color: #20342d;
  font-size: 25px;
  line-height: 1.4;
}
.catalog-media-content p {
  margin: 0;
  color: #34433d;
  font-size: 16px;
}
.catalog-media-side {
  top: 18px;
}
.catalog-media-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-media-related li {
  padding: 16px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-media-related > li > a {
  color: #20342d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.catalog-media-related > li > p {
  margin: 8px 0 0;
  color: #55635d;
  font-size: 14px;
}
.catalog-media-related--cards li {
  display: grid;
  grid-template-columns: minmax(150px, 30%) minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}
.catalog-media-related--cards .catalog-media-related__image {
  display: block;
  min-height: 148px;
  overflow: hidden;
  background: #eef1ea;
}
.catalog-media-related--cards .catalog-media-related__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}
.catalog-media-related--cards .catalog-media-related__image:hover img,
.catalog-media-related--cards .catalog-media-related__image:focus-visible img {
  transform: scale(1.03);
}
.catalog-media-related--cards .catalog-media-related__body {
  padding: 14px;
}
.catalog-media-related--cards .catalog-media-related__body > a {
  color: #20342d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.catalog-media-related--cards .catalog-media-related__body p {
  margin: 8px 0 0;
  color: #55635d;
  font-size: 14px;
}
.catalog-media-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-media-list li {
  display: grid;
  grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-media-list__image {
  display: block;
  min-height: 160px;
  background: #eef1ea;
}
.catalog-media-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-media-list__content {
  padding: 20px 22px;
}
.catalog-media-list time {
  color: #55635d;
  font-size: 13px;
}
.catalog-media-list h2 {
  margin: 8px 0;
  font-size: 21px;
  line-height: 1.45;
}
.catalog-media-list h2 a {
  color: #20342d;
  text-decoration: none;
}
.catalog-media-list h2 a:hover,
.catalog-media-list h2 a:focus-visible,
.catalog-media-list__more:hover,
.catalog-media-list__more:focus-visible {
  text-decoration: underline;
}
.catalog-media-list p {
  margin: 0;
  color: #55635d;
  font-size: 15px;
  line-height: 1.6;
}
.catalog-media-list__more {
  display: inline-block;
  margin-top: 14px;
  color: #237981;
  font-size: 14px;
  font-weight: 700;
}
.catalog-media-empty {
  padding: 24px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
  color: #55635d;
}
.catalog-media-section--ad {
  padding-top: 6px;
}
.catalog-ad {
  overflow: hidden;
  text-align: center;
}
.catalog-ad .adsbygoogle {
  max-width: 100% !important;
}
.catalog-ad--top {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid #d9ded6;
}
.catalog-ad--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.member-page {
  min-height: 100vh;
}
.member-auth,
.member-dashboard {
  padding: 46px 0;
}
.member-auth__box,
.member-panel {
  padding: 22px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.member-auth__box {
  max-width: 520px;
}
.member-auth h1,
.member-dashboard h1,
.member-panel h2 {
  margin: 0 0 12px;
  color: #20342d;
  line-height: 1.35;
}
.member-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.member-form--inline {
  margin-top: 12px;
}
.member-form label {
  display: grid;
  gap: 6px;
  color: #34433d;
  font-weight: 700;
}
.member-form input {
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #b8c0ba;
  border-radius: 6px;
  background: #fff;
  color: #1d2521;
  font: inherit;
  font-weight: 400;
}
.member-auth__link {
  margin: 14px 0 0;
}
.member-auth__link a,
.member-actions a {
  color: #20342d;
  font-weight: 700;
}
.member-alert {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 6px;
}
.member-alert--error {
  border: 1px solid #c98787;
  background: #fff3f3;
  color: #9b2c2c;
}
.member-alert--success {
  border: 1px solid #8fb69c;
  background: #f1faf3;
  color: #235b36;
}
.member-alert--warning {
  border: 1px solid #d1b36a;
  background: #fff8df;
  color: #6d5311;
}
.member-dashboard__head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.member-dashboard__head p {
  margin: 0;
  color: #55635d;
}
.member-actions {
  display: flex;
  gap: 10px;
}
.member-plan-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-plan-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
}
.member-plan-list h3,
.member-plan-list p {
  margin: 0;
}
.member-plan-list h3 {
  color: #20342d;
  font-size: 18px;
}
.member-plan-list p {
  margin-top: 4px;
  color: #55635d;
  font-size: 13px;
}
.member-plan-list dl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
  margin: 0;
}
.member-plan-list dt {
  color: #55635d;
  font-size: 12px;
}
.member-plan-list dd {
  margin: 0;
  color: #20342d;
  font-weight: 700;
}
.member-secret-list {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.member-secret-list div {
  display: grid;
  gap: 6px;
}
.member-secret-list dt {
  color: #55635d;
  font-size: 13px;
  font-weight: 700;
}
.member-secret-list dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.member-secret-list code {
  display: inline-block;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9ded6;
  border-radius: 6px;
  background: #f7f8f6;
  color: #20342d;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
}
.catalog-item-page {
  min-height: 100vh;
}
.catalog-item-hero {
  padding: 34px 0 36px;
  background: #20342d;
  color: #fff;
}
.catalog-item-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.25;
}
.catalog-item-hero__household-usage {
  width: min(100%, 720px);
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 235, 226, .48);
  border-left: 4px solid #9ed1bd;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}
.catalog-item-hero__household-usage dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
}
.catalog-item-hero__household-usage dt {
  color: #d8ebe2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.catalog-item-hero__household-usage dd {
  margin: 2px 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}
.catalog-item-hero__household-usage small {
  display: block;
  color: #d8ebe2;
  font-size: 11px;
  line-height: 1.4;
}
.catalog-item-hero__estimated-usage dt,
.catalog-item-hero__estimated-usage dd,
.catalog-item-hero__estimated-usage small {
  color: #ff9b95;
}
.catalog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #d9ded6;
  font-size: 13px;
}
.catalog-breadcrumb a {
  color: #fff;
}
.catalog-badge--phase {
  border-color: #f0c66a;
  background: #fff9e6;
  color: #20342d;
}
.catalog-badge--approved {
  border-color: #2f6f60;
  background: #edf8f5;
  color: #20342d;
}
.catalog-item-overview,
.catalog-item-guidance,
.catalog-item-recommendations,
.catalog-item-sources {
  padding: 34px 0;
}
.catalog-item-grid,
.catalog-guidance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.catalog-panel,
.catalog-guidance-grid article,
.catalog-recommendation {
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-panel,
.catalog-guidance-grid article {
  padding: 18px;
}
.catalog-panel h2,
.catalog-guidance-grid h2,
.catalog-item-recommendations h2,
.catalog-item-sources h2 {
  margin: 0 0 12px;
  color: #20342d;
  font-size: 22px;
  line-height: 1.35;
}
.catalog-panel h3 {
  margin: 18px 0 8px;
  color: #20342d;
  font-size: 16px;
}
.catalog-def-list {
  display: grid;
  gap: 12px;
  margin: 0;
}
.catalog-def-list div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
}
.catalog-def-list dt {
  color: #55635d;
  font-weight: 700;
}
.catalog-def-list dd {
  margin: 0;
}
.catalog-cost-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin: 0 0 10px;
  padding: 2px 10px;
  border: 1px solid #d6ba68;
  border-radius: 999px;
  background: #fff9e6;
  color: #20342d;
  font-weight: 700;
}
.catalog-details {
  margin-top: 12px;
}
.catalog-details summary {
  cursor: pointer;
  color: #20342d;
  font-weight: 700;
}
.catalog-recommendation-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-recommendation {
  padding: 16px;
}
.catalog-recommendation__head {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}
.catalog-recommendation h3 {
  margin: 0;
  color: #1d2521;
  font-size: 18px;
  line-height: 1.45;
}
.catalog-recommendation p {
  margin: 10px 0 0;
}
.catalog-review-note {
  padding-left: 10px;
  border-left: 3px solid #2f6f60;
  color: #34433d;
}
.catalog-comparison-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}
.catalog-comparison-summary div {
  min-height: 76px;
  padding: 12px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-comparison-summary span,
.catalog-comparison-summary strong {
  display: block;
}
.catalog-comparison-summary span {
  color: #55635d;
  font-size: 12px;
  font-weight: 700;
}
.catalog-comparison-summary strong {
  margin-top: 6px;
  color: #20342d;
  font-size: 22px;
  line-height: 1.2;
}
.catalog-comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
.catalog-comparison-table th,
.catalog-comparison-table td {
  padding: 14px;
  border-bottom: 1px solid #d9ded6;
  text-align: left;
  vertical-align: top;
}
.catalog-comparison-table thead th {
  background: #f7f8f4;
  color: #20342d;
  font-size: 13px;
}
.catalog-comparison-table tbody th {
  width: 24%;
}
.catalog-comparison-table tbody td:nth-child(2) {
  width: 46%;
}
.catalog-comparison-table tbody tr:last-child th,
.catalog-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}
.catalog-comparison-table p {
  margin: 0;
}
.catalog-comparison-table .catalog-review-note {
  margin-top: 10px;
}
.catalog-priced-products-table {
  min-width: 1120px;
}
.catalog-priced-products-table tbody th {
  width: 28%;
}
.catalog-priced-products-table td:nth-child(2),
.catalog-priced-products-table td:nth-child(3) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.catalog-priced-products-table__retailer {
  display: block;
  margin-top: 4px;
  color: #55635d;
  font-size: 12px;
  font-weight: 600;
}
.catalog-shop-products-table {
  min-width: 820px;
}
.catalog-shop-products-table tbody th {
  width: auto;
}
.catalog-shop-products-table td:nth-child(2),
.catalog-shop-products-table td:nth-child(3),
.catalog-shop-products-table td:nth-child(4) {
  width: auto;
  white-space: nowrap;
}
.catalog-shop-products-table td strong,
.catalog-shop-products-table td small {
  display: block;
}
.catalog-shop-products-table td small {
  margin-top: 4px;
  color: #68766f;
  font-size: 11px;
}
.catalog-shop-products-table code {
  color: #40504a;
  font-size: 12px;
}
.catalog-shop-products-table__product {
  display: flex;
  min-width: 330px;
  gap: 12px;
  align-items: center;
}
.catalog-shop-products-table__product img {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  border: 1px solid #e1e6e0;
  object-fit: cover;
}
.catalog-shop-products-table__product a {
  color: #20342d;
  font-weight: 700;
  line-height: 1.55;
}
.catalog-shop-products-table__product a:hover,
.catalog-shop-products-table__product a:focus-visible {
  color: #237981;
}
.catalog-shop-products-table__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid #20342d;
  border-radius: 5px;
  background: #20342d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.catalog-shop-products-table__link:hover,
.catalog-shop-products-table__link:focus-visible {
  background: #2f6f60;
}
.catalog-rakuten-products-table {
  min-width: 820px;
}
.catalog-rakuten-products-table tbody th {
  width: 44%;
}
.catalog-rakuten-products-table td:nth-child(3),
.catalog-rakuten-products-table td:nth-child(4),
.catalog-rakuten-products-table td:nth-child(5) {
  white-space: nowrap;
}
.catalog-rakuten-products-table td strong,
.catalog-rakuten-products-table td small {
  display: block;
}
.catalog-rakuten-products-table td small {
  margin-top: 4px;
  color: #68766f;
  font-size: 11px;
}
.catalog-rakuten-products-table__product {
  display: flex;
  min-width: 340px;
  gap: 12px;
  align-items: center;
}
.catalog-rakuten-products-table__product img {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border: 1px solid #e1e6e0;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}
.catalog-rakuten-products-table__product .catalog-comparison-title {
  line-height: 1.55;
}
.catalog-rakuten-products-table__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 148px;
  padding: 0 15px;
  border: 1px solid #a40000;
  border-radius: 7px;
  background: #bf0000;
  box-shadow: 0 2px 0 #870000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.catalog-rakuten-products-table__link:hover,
.catalog-rakuten-products-table__link:focus-visible {
  background: #a40000;
  box-shadow: none;
  transform: translateY(2px);
}
.catalog-shop-products__pager {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #55635d;
  font-size: 14px;
}
.catalog-shop-products__pager a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #b8cfc6;
  border-radius: 5px;
  color: #174f43;
  font-weight: 700;
  text-decoration: none;
}
.catalog-shop-products__pager a:hover,
.catalog-shop-products__pager a:focus-visible {
  border-color: #2f6f60;
  background: #edf8f5;
}
.catalog-priced-product-select {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid #b8cfc6;
  border-radius: 8px;
  background: #f2faf5;
}
.catalog-priced-product-select label {
  display: grid;
  flex: 1 1 420px;
  gap: 5px;
  color: #20342d;
  font-size: 13px;
  font-weight: 700;
}
.catalog-priced-product-select select,
.catalog-priced-product-select button {
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 6px;
  font: inherit;
}
.catalog-priced-product-select select {
  border: 1px solid #9fb5ac;
  background: #fff;
  color: #20342d;
}
.catalog-priced-product-select button {
  border: 1px solid #20342d;
  background: #20342d;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.catalog-rank,
.catalog-comparison-title {
  display: block;
}
.catalog-rank {
  color: #2f6f60;
  font-size: 12px;
  font-weight: 700;
}
.catalog-comparison-title {
  margin-top: 4px;
  color: #1d2521;
  font-size: 17px;
  line-height: 1.45;
}
.catalog-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.catalog-link-row a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #20342d;
  border-radius: 6px;
  background: #20342d;
  color: #fff;
  text-decoration: none;
}
.catalog-muted {
  color: #6f7b75;
}
.catalog-source-list {
  margin: 0;
  padding-left: 20px;
}
.catalog-home-hero {
  position: relative;
  display: flex;
  min-height: 420px;
  overflow: hidden;
  padding: 64px 0;
  align-items: center;
  isolation: isolate;
}
.catalog-home-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 34, 28, .74), rgba(18, 43, 35, .42));
  content: "";
}
.catalog-home-hero__video {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-home-hero .catalog-shell {
  position: relative;
  z-index: 2;
}
.catalog-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.catalog-home-hero .catalog-primary-link,
.catalog-home-hero .catalog-primary-link:link,
.catalog-home-hero .catalog-primary-link:visited {
  border-color: #f0c66a;
  background: #f0c66a;
  color: #17231f;
}
.catalog-home-hero .catalog-primary-link:hover,
.catalog-home-hero .catalog-primary-link:focus-visible {
  border-color: #fff2c9;
  background: #fff2c9;
  color: #20342d;
}
.catalog-home-hero .catalog-secondary-link--light,
.catalog-home-hero .catalog-secondary-link--light:link,
.catalog-home-hero .catalog-secondary-link--light:visited {
  border-color: #fff;
  background: #fff;
  color: #20342d;
}
.catalog-home-hero .catalog-secondary-link--light:hover,
.catalog-home-hero .catalog-secondary-link--light:focus-visible {
  border-color: #f0c66a;
  background: #f0c66a;
  color: #17231f;
}
.catalog-home-intro {
  padding: 20px 0;
  border-bottom: 1px solid #d9ded6;
  background: #fff;
}
.catalog-home-intro__grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.catalog-home-intro__grid > div:not(.catalog-stat) {
  min-height: 82px;
  padding: 14px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-home-intro__grid strong {
  display: block;
  color: #20342d;
  font-size: 15px;
}
.catalog-home-intro__grid p {
  margin: 7px 0 0;
  color: #55635d;
  font-size: 13px;
  line-height: 1.5;
}
.catalog-home-checklist {
  padding: 42px 0 52px;
}
.catalog-home-checklist .catalog-eyebrow {
  color: #2f6f60;
}
.catalog-home-checklist__tools {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: end;
  padding: 16px;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-home-checklist__guide {
  margin: 0 0 4px;
  color: #55635d;
  font-size: 13px;
}
.catalog-home-result {
  margin: 14px 0 0;
  color: #55635d;
  font-size: 13px;
}
.catalog-home-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.catalog-home-category {
  overflow: hidden;
  border: 1px solid #d9ded6;
  border-radius: 8px;
  background: #fff;
}
.catalog-home-category[hidden],
.catalog-home-item[hidden] {
  display: none;
}
.catalog-home-category__head {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 2px solid #20342d;
  background: #f7f8f4;
}
.catalog-home-category__head h3,
.catalog-home-category__head p {
  margin: 0;
}
.catalog-home-category__head h3 {
  color: #20342d;
  font-size: 19px;
  line-height: 1.4;
}
.catalog-home-category__head h3 span,
.catalog-home-category__head p {
  color: #55635d;
  font-size: 12px;
  font-weight: 600;
}
.catalog-home-category__head p {
  flex: 0 0 auto;
}
.catalog-home-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-home-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 76px 112px 98px 98px;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 8px 16px;
  border-bottom: 1px solid #e3e7e1;
}
.catalog-home-item[data-checked="1"] {
  background: #f2faf5;
}
.catalog-home-item__check {
  display: flex;
  width: 32px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
}
.catalog-home-item__check input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.catalog-home-item__name {
  min-width: 0;
  color: #20342d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
.catalog-home-item__name:hover,
.catalog-home-item__name:focus-visible {
  color: #237981;
}
.catalog-home-item__comparison {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  justify-content: center;
  padding: 3px 6px;
  border: 1px solid #c6cfca;
  border-radius: 999px;
  color: #718078;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.catalog-home-item__comparison--ready {
  border-color: #2f6f60;
  background: #edf8f5;
  color: #174f43;
}
.catalog-home-item__comparison--ready:hover,
.catalog-home-item__comparison--ready:focus-visible {
  border-color: #174f43;
  background: #dcefe8;
}
.catalog-home-item__comparison--rakuten {
  border-color: #bf7120;
  background: #fff6e8;
  color: #8a4a08;
}
.catalog-home-item__comparison--rakuten:hover,
.catalog-home-item__comparison--rakuten:focus-visible {
  border-color: #8a4a08;
  background: #ffecd0;
}
.catalog-home-item__comparison small {
  display: none;
}
.catalog-home-item__participation {
  grid-column: 4;
  color: #20342d;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.catalog-home-item__participation small,
.catalog-home-item__participation a {
  display: block;
  margin-top: 3px;
  color: #68766f;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.25;
}
.catalog-home-item__participation a {
  color: #286773;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.catalog-home-item__annual {
  grid-column: 5;
  color: #20342d;
  font-size: 14px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.catalog-home-item__annual small {
  display: block;
  margin-top: 3px;
  color: #68766f;
  font-size: 10px;
  font-weight: 400;
}
.catalog-home-item__annual--estimated,
.catalog-home-item__annual--estimated small {
  color: #b42318;
}
.catalog-home-item__usage {
  grid-column: 6;
}
.catalog-home-category__more {
  background: #fbfcfa;
}
.catalog-home-category__more summary {
  padding: 12px 16px;
  color: #245b4d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.catalog-home-category__more[open] summary {
  border-bottom: 1px solid #d9ded6;
}
.catalog-home-category__more .catalog-home-item:last-child {
  border-bottom: 0;
}
.catalog-home-register {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #b9d8ce;
  border-radius: 8px;
  background: #f1f8f5;
}
.catalog-home-register strong {
  color: #20342d;
  font-size: 16px;
}
.catalog-home-register p {
  margin: 4px 0 0;
  color: #55635d;
  font-size: 13px;
}
.catalog-home-register .catalog-primary-link {
  flex: 0 0 auto;
}
.catalog-home-register .catalog-primary-link,
.catalog-home-register .catalog-primary-link:link,
.catalog-home-register .catalog-primary-link:visited {
  border-color: #20342d;
  background: #20342d;
  color: #fff;
}
.catalog-home-register .catalog-primary-link:hover,
.catalog-home-register .catalog-primary-link:focus-visible {
  border-color: #245b4d;
  background: #245b4d;
  color: #fff;
}
.catalog-home-all-items {
  margin: 18px 0 0;
  text-align: center;
}
.catalog-home-all-items a {
  color: #245b4d;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 940px) {
.catalog-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.catalog-basis-summary__grid,
  .catalog-basis-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.catalog-basis-intro,
  .catalog-basis-rules {
    grid-template-columns: 1fr;
  }
.catalog-home-intro__grid,
  .catalog-home-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.catalog-home-checklist__tools {
    grid-template-columns: 1fr;
  }
.catalog-comparison-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.catalog-control--search {
    grid-column: 1 / -1;
  }
.catalog-item-grid,
  .catalog-guidance-grid,
  .catalog-about-layout,
  .catalog-media-layout {
    grid-template-columns: 1fr;
  }
.catalog-about-side,
  .catalog-media-side {
    position: static;
  }
.catalog-media-related {
    grid-template-columns: 1fr;
  }
.catalog-media-list li {
    grid-template-columns: 1fr;
  }
.catalog-media-list__image {
    min-height: 0;
  }
.catalog-media-list__image img {
    aspect-ratio: 16 / 9;
  }
.catalog-priced-product-select {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
.catalog-shell {
    width: min(100% - 22px, 1120px);
  }
.catalog-hero {
    padding: 38px 0 30px;
  }
.catalog-home-hero {
    min-height: 460px;
    padding: 52px 0;
  }
.catalog-hero h1 {
    font-size: 29px;
  }
.catalog-lead {
    font-size: 16px;
  }
.catalog-summary__grid,
  .catalog-basis-summary__grid,
  .catalog-basis-cards,
  .catalog-home-intro__grid,
  .catalog-home-categories,
  .catalog-controls,
  .catalog-plan-profile,
  .catalog-plan-metrics,
  .catalog-plan-fields,
  .catalog-article-list {
    grid-template-columns: 1fr;
  }
.catalog-home-page .catalog-article-list li {
    grid-template-columns: 1fr;
  }
.catalog-home-page .catalog-article-list__image {
    min-height: 0;
  }
.catalog-home-page .catalog-article-list__image img {
    aspect-ratio: 16 / 9;
  }
.catalog-media-hero--image {
    min-height: 360px;
    padding: 38px 0 30px;
  }
.catalog-media-related--cards li {
    grid-template-columns: 1fr;
  }
.catalog-media-related--cards .catalog-media-related__image {
    min-height: 0;
  }
.catalog-media-related--cards .catalog-media-related__image img {
    aspect-ratio: 16 / 9;
  }
.catalog-section-head {
    display: grid;
  }
.catalog-home-hero__actions,
  .catalog-home-register {
    display: grid;
  }
.catalog-home-hero__actions .catalog-primary-link,
  .catalog-home-hero__actions .catalog-secondary-link,
  .catalog-home-register .catalog-primary-link {
    width: 100%;
  }
  .catalog-home-item {
    grid-template-columns: 28px minmax(0, 1fr) 68px 82px;
    grid-template-rows: auto auto auto;
    gap: 7px;
    padding: 8px 12px;
  }
.catalog-home-item__check {
    width: 28px;
  }
.catalog-home-item__name {
    font-size: 14px;
  }
  .catalog-home-item__annual {
    grid-column: 4;
    grid-row: 1;
    font-size: 12px;
  }
  .catalog-home-item__participation {
    grid-column: 2 / -1;
    grid-row: 2;
    font-size: 12px;
  }
  .catalog-home-item__usage {
    grid-column: 2 / -1;
    grid-row: 3;
  }
  .catalog-home-item:not(:has(.catalog-home-item__participation)) .catalog-home-item__usage {
    grid-row: 2;
  }
.catalog-home-item__comparison {
    min-height: 25px;
    padding: 3px 4px;
    font-size: 10px;
  }
.catalog-home-category__head {
    padding: 12px;
  }
.catalog-selected {
    width: 100%;
  }
.catalog-card__household-usage dl {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.catalog-item-hero__household-usage dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }
.catalog-def-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
.catalog-recommendation__head {
    display: grid;
  }
}
@media (prefers-reduced-motion: reduce) {
.catalog-home-hero__video {
    display: none;
  }
}
