.products-container {
  width: min(calc(100% - (var(--page-gutter) * 2)), 1248px);
  margin: 0 auto;
}

.products-hero {
  display: grid;
  height: 500px;
  grid-template-columns: 43% 57%;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  background: #ffffff;
}

.products-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px 64px 40px max(var(--page-gutter), calc((100vw - 1248px) / 2));
}

.products-hero h1 {
  margin: 18px 0 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.products-hero__intro p {
  margin: 0;
  color: var(--color-muted);
  font-size: var(--font-body);
  font-weight: 500;
  line-height: 2;
}

.products-hero__intro .text-link {
  margin-top: 20px;
}

.products-hero__visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.products-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.choose-guide {
  padding: 72px 0 86px;
  border-bottom: 1px solid var(--color-line);
}

.choose-guide h2,
.product-types h2,
.type-comparison h2 {
  margin: 26px 0 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: 0;
}

.choose-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
}

.choose-guide__grid article {
  min-height: 150px;
  padding: 14px 18px 0;
  border-left: 1px solid var(--color-line);
}

.choose-guide__grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.choose-guide__heading {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: end;
  gap: 60px;
}

.choose-guide__heading > p {
  max-width: 430px;
  margin: 0 0 6px;
  color: var(--color-muted);
  font-size: var(--font-body);
  line-height: 1.9;
}

.choose-guide__mobile-break {
  display: none;
}

.choose-guide__number,
.choose-guide__label,
.choose-guide__grid h3 {
  margin: 0;
}

.choose-guide__meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.choose-guide__number {
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.choose-guide__item--normal .choose-guide__number {
  color: var(--color-green);
}

.choose-guide__item--normal .choose-guide__dot {
  background: var(--color-green);
}

.choose-guide__item--soft .choose-guide__number {
  color: var(--color-yellow);
}

.choose-guide__item--soft .choose-guide__dot {
  background: var(--color-yellow);
}

.choose-guide__item--hard .choose-guide__number {
  color: var(--color-blue);
}

.choose-guide__item--hard .choose-guide__dot {
  background: var(--color-blue);
}

.choose-guide__item--super-hard .choose-guide__number {
  color: var(--color-text);
}

.choose-guide__item--super-hard .choose-guide__dot {
  background: var(--color-text);
}

.choose-guide__number span {
  color: #a6a6a6;
  font-weight: 400;
}

.choose-guide__label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.choose-guide__grid h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.choose-guide__dot {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.choose-guide__description {
  max-width: none;
  margin: 12px 0 0;
  color: var(--color-muted);
  font-size: var(--font-note);
  line-height: 1.65;
}

.product-types {
  padding: 76px 0 90px;
  border-bottom: 1px solid var(--color-line);
  background: #f8f7f4;
}

.product-types__heading {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: flex-end;
  gap: 60px;
}

.product-types__heading > p {
  max-width: 430px;
  margin: 0 0 6px;
  color: var(--color-muted);
  font-size: var(--font-body);
  font-weight: 400;
  line-height: 1.9;
}

.product-shelf {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 44px;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.13);
}

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 27px 28px 24px;
  border-right: 1px solid #d6d6d3;
  background: #f7f6f5;
}

.product-card:last-child {
  border-right: 0;
}

.product-card--01 {
  background: #ebe7e3;
}

.product-card--02 {
  background: #c9c2bc;
}

.product-card--03 {
  background: #ffffff;
}

.product-card--04 {
  color: #ffffff;
  background: #2f2f2d;
}

.product-card__type {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: var(--font-body);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.product-card__type > span,
.type-dot {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-blue);
  box-shadow:
    inset 0 3px 5px rgba(0, 0, 0, 0.3),
    inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.product-card--01 .product-card__type > span {
  background: var(--color-green);
}

.product-card--02 .product-card__type > span {
  background: var(--color-blue);
}

.type-dot--02 {
  background: #8cb450;
}

.product-card--03 .product-card__type > span,
.type-dot--03 {
  background: #deac00;
}

.product-card--04 .product-card__type > span,
.type-dot--04 {
  border: 1px solid #777777;
  background: #111111;
}

.product-card img,
.product-card > .motion-video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  margin: 18px 0 0;
  object-fit: cover;
  object-position: center;
}

.product-card--01 img,
.product-card--01 > .motion-video {
  border: 1px solid #e2e2e2;
}

.product-card h3 {
  margin: 12px 0 0;
  font-size: 17px;
  text-align: center;
}

.product-card > p {
  margin: 10px 0 0;
  color: var(--color-muted);
  font-size: var(--font-note);
  font-weight: 500;
  text-align: center;
}

.product-card--04 > p {
  color: #d2d2d2;
}

.product-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-size: var(--font-note);
  font-weight: 600;
}

.type-comparison {
  padding: 72px 0 86px;
}

.comparison-table {
  margin-top: 36px;
  border-top: 4px solid var(--color-text);
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 160px repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--color-line);
}

.comparison-table__row > div {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-left: 1px solid var(--color-line);
  font-size: var(--font-note);
  font-weight: 500;
}

.comparison-table__row > div:first-child {
  justify-content: flex-start;
  border-left: 0;
  font-weight: 700;
}

.comparison-table__head > div {
  gap: 14px;
  font-weight: 700;
}

.type-dot {
  width: 17px;
  height: 17px;
}

.type-dot--01 {
  background: var(--color-blue);
}

@media (min-width: 1024px) {
  .products-hero__copy {
    justify-content: flex-start;
  }

  .products-hero__intro {
    margin-top: 54px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .products-hero {
    height: 480px;
  }

  .products-hero__copy {
    padding-right: 40px;
  }

  .products-hero h1 {
    font-size: 44px;
  }

  .products-hero__intro p br {
    display: none;
  }

  .product-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .choose-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-guide__grid article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .choose-guide__grid article:nth-child(n + 3) {
    padding-top: 28px;
    border-top: 1px solid var(--color-line);
  }

  .choose-guide__heading {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 1023px) {
  .products-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .products-hero__copy {
    min-height: 420px;
    padding: 60px var(--page-gutter);
  }

  .products-hero__visual {
    height: 460px;
  }

  .choose-guide__grid,
  .product-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-guide__grid article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .choose-guide__grid article:nth-child(n + 3) {
    padding-top: 28px;
    border-top: 1px solid var(--color-line);
  }

  .choose-guide__heading {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-types__heading {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-card {
    border-bottom: 0;
  }

  .product-card:nth-child(-n + 2) {
    border-bottom: 1px solid #d6d6d3;
  }

  .product-card:nth-child(even) {
    border-right: 0;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table__row {
    min-width: 820px;
  }
}

@media (max-width: 767px) {
  .products-container {
    width: calc(100% - (var(--page-gutter) * 2));
  }

  .products-hero__copy {
    min-height: 390px;
    padding: 48px var(--page-gutter);
  }

  .products-hero h1 {
    font-size: 38px;
  }

  .products-hero__intro p {
    font-size: var(--font-body-mobile);
  }

  .products-hero__intro p br {
    display: none;
  }

  .products-hero__visual {
    height: 310px;
  }

  .choose-guide,
  .product-types,
  .type-comparison {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .choose-guide h2,
  .product-types h2,
  .type-comparison h2 {
    font-size: 29px;
  }

  .choose-guide h2 {
    line-height: 1.25;
  }

  .choose-guide__mobile-break {
    display: initial;
  }

  .choose-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 36px;
  }

  .choose-guide__grid article {
    min-height: 190px;
    padding: 18px 12px;
    border-top: 1px solid var(--color-line);
  }

  .choose-guide__grid article:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .choose-guide__grid article:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid var(--color-line);
  }

  .choose-guide__meta {
    align-items: flex-start;
    gap: 6px;
  }

  .choose-guide__number {
    font-size: 23px;
  }

  .choose-guide__label {
    font-size: 10px;
    line-height: 1.35;
  }

  .choose-guide__heading > p {
    font-size: var(--font-body-mobile);
  }

  .choose-guide__heading > p br {
    display: none;
  }

  .choose-guide__description {
    max-width: none;
    font-size: 10px;
    line-height: 1.6;
  }

  .product-types__heading > p br {
    display: none;
  }

  .product-shelf {
    margin-top: 34px;
  }

  .product-card {
    padding: 20px 14px;
  }

  .product-card__type {
    gap: 10px;
    font-size: var(--font-note);
  }

  .product-card__type > span {
    width: 18px;
    height: 18px;
  }

  .product-card img {
    height: auto;
  }

  .product-card > a {
    font-size: var(--font-note-mobile);
  }

  .comparison-table__row {
    min-width: 720px;
  }
}
