.slm7b-lp {
  --slm7b-bg:        #f7f5f1;
  --slm7b-surface:   #ffffff;
  --slm7b-surface-2: #f0ece5;
  --slm7b-text:      #0f0f0f;
  --slm7b-muted:     #6a6059;
  --slm7b-line:      #d8cfc4;
  --slm7b-orange:    #e85a10;
  --slm7b-red:       #c8320e;
  --slm7b-gold:      #b8900a;
  --slm7b-black:     #0a0a0a;
  --slm7b-shadow:    0 20px 52px rgba(15, 10, 5, 0.13);
  --slm7b-radius-lg: 24px;
  --slm7b-radius-md: 16px;
  --slm7b-radius-sm: 10px;
  --slm7b-max: 1180px;
  color: var(--slm7b-text);
  background:
    radial-gradient(ellipse at 90% 5%, rgba(232, 90, 16, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #faf8f4 40%, #f4efe8 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}

.slm7b-lp *,
.slm7b-lp *::before,
.slm7b-lp *::after {
  box-sizing: border-box;
}

.slm7b-lp img {
  display: block;
  width: 100%;
  height: auto;
}

.slm7b-lp a {
  color: inherit;
  text-decoration: none;
}

.slm7b-lp__inner {
  width: min(calc(100% - 32px), var(--slm7b-max));
  margin: 0 auto;
}

.slm7b-lp__section {
  position: relative;
  padding: 88px 0;
}

.slm7b-lp__section + .slm7b-lp__section {
  border-top: 1px solid rgba(200, 160, 75, 0.18);
}

.slm7b-lp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--slm7b-orange);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.slm7b-lp__eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.slm7b-lp__section-no {
  display: block;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: 0.9;
  color: rgba(184, 144, 10, 0.22);
  font-weight: 400;
}

.slm7b-lp__heading {
  margin: 0 0 14px;
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 5.5rem);
  line-height: 1.0;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.slm7b-lp__subheading {
  margin: 0;
  max-width: 760px;
  color: var(--slm7b-muted);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.slm7b-lp__hero {
  padding: 0 0 54px;
}

.slm7b-lp__hero-band {
  background: linear-gradient(135deg, #0f0f10, #19130f);
  color: #fff8ef;
}

.slm7b-lp__hero-band .slm7b-lp__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  flex-wrap: wrap;
}

.slm7b-lp__hero-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.slm7b-lp__hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.slm7b-lp__hero-brand-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.slm7b-lp__hero-brand-home img {
  width: 134px;
  height: auto;
}

.slm7b-lp__hero-brand-badge {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 6px 12px;
  color: #f1c370;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.slm7b-lp__hero-topline {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: rgba(255, 248, 239, 0.82);
}

.slm7b-lp__hero-main {
  position: relative;
  overflow: hidden;
}

.slm7b-lp__hero-main::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 30px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0) 68%);
  pointer-events: none;
}

.slm7b-lp__hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.15fr;
  gap: 38px;
  align-items: center;
  padding: 54px 0 28px;
}

.slm7b-lp__hero-copy {
  position: relative;
  z-index: 1;
}

.slm7b-lp__hero-label {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #28231e;
}

.slm7b-lp__hero-title {
  margin: 0;
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(4.5rem, 11vw, 10rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #0a0a0a;
}

.slm7b-lp__hero-catch {
  margin: 18px 0 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: #0a0a0a;
}

.slm7b-lp__hero-lead {
  margin: 0 0 24px;
  max-width: 620px;
  color: #7a5a21;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  font-weight: 700;
}

.slm7b-lp__hero-prices,
.slm7b-lp__hero-compare {
  display: grid;
  gap: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1.5px solid #c8b090;
  border-radius: 14px;
  box-shadow:
    0 12px 36px rgba(15, 10, 5, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.slm7b-lp__hero-prices {
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 14px;
}

.slm7b-lp__price-card {
  padding: 16px 18px;
  min-height: 118px;
}

.slm7b-lp__price-card + .slm7b-lp__price-card {
  border-left: 1px solid var(--slm7b-line);
}

.slm7b-lp__price-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slm7b-muted);
  font-weight: 700;
}

.slm7b-lp__price-value {
  display: block;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.slm7b-lp__price-value small {
  font-size: 0.38em;
  font-weight: 700;
}

.slm7b-lp__price-card--accent .slm7b-lp__price-value {
  color: var(--slm7b-red);
}

.slm7b-lp__price-note {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: var(--slm7b-muted);
}

.slm7b-lp__hero-compare {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
  overflow: hidden;
}

.slm7b-lp__compare-item {
  padding: 14px 18px;
  text-align: center;
}

.slm7b-lp__compare-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.76rem;
  color: var(--slm7b-muted);
  font-weight: 700;
}

.slm7b-lp__compare-price {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.05;
}

.slm7b-lp__compare-price small {
  font-size: 0.4em;
  font-weight: 700;
}

.slm7b-lp__compare-eq {
  padding: 0 4px;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 900;
  color: var(--slm7b-black);
}

.slm7b-lp__hero-chips {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.slm7b-lp__chipset {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.slm7b-lp__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.slm7b-lp__chip::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--chip-color, #ccc);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.slm7b-lp__hero-colors-note {
  font-size: 0.82rem;
  color: var(--slm7b-muted);
  letter-spacing: 0.16em;
}

.slm7b-lp__hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.slm7b-lp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.slm7b-lp__btn:hover {
  transform: translateY(-2px);
}

.slm7b-lp__btn--primary {
  background: linear-gradient(135deg, #c8320e 0%, #e85a10 60%, #d04010 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.06em;
  border-radius: 10px;
  box-shadow:
    0 10px 28px rgba(200, 50, 14, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.15);
  min-height: 60px;
  padding: 0 36px;
  font-size: 1.05rem;
}

.slm7b-lp__btn--primary:hover {
  box-shadow:
    0 16px 36px rgba(200, 50, 14, 0.38),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transform: translateY(-3px);
}

.slm7b-lp__btn--ghost {
  border: 1.5px solid #c8b090;
  background: rgba(255, 255, 255, 0.92);
  color: #0a0a0a;
  font-weight: 700;
  border-radius: 10px;
}

.slm7b-lp__btn--ghost:hover {
  background: #fff;
  border-color: #a08060;
}

.slm7b-lp__hero-visual {
  position: relative;
  z-index: 1;
}

.slm7b-lp__hero-visual-wrap {
  position: relative;
  padding: 20px 10px 30px;
}

.slm7b-lp__hero-visual-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 4% 0 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.09), transparent 70%);
  filter: blur(12px);
}

.slm7b-lp__hero-product {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  filter: drop-shadow(0 34px 40px rgba(0, 0, 0, 0.16));
}

.slm7b-lp__hero-product img {
  border-radius: 18px;
  object-fit: contain;
  background: transparent;
}

.slm7b-lp__hero-sidecard {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: min(34%, 220px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(207, 197, 184, 0.9);
  border-radius: 12px;
  box-shadow: var(--slm7b-shadow);
  overflow: hidden;
}

.slm7b-lp__hero-sidecard img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.slm7b-lp__hero-sidecaption {
  padding: 10px 12px 12px;
  font-size: 0.82rem;
  color: var(--slm7b-muted);
}

.slm7b-lp__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.slm7b-lp__media-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 243, 237, 0.88));
}

.slm7b-lp__media-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  margin-top: 28px;
}

.slm7b-lp__media-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.slm7b-lp__review-stack {
  display: grid;
  gap: 14px;
}

.slm7b-lp__review-card {
  background: #ffffff;
  border: 1px solid #ddd5c8;
  border-left: 4px solid var(--slm7b-gold);
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 8px 24px rgba(15,10,5,0.07);
}

.slm7b-lp__review-source {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--slm7b-gold);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.slm7b-lp__review-text {
  margin: 0 0 8px;
  color: var(--slm7b-text);
  font-size: 0.92rem;
  line-height: 1.75;
}

.slm7b-lp__review-tag {
  display: inline-block;
  background: rgba(184,144,10,0.1);
  color: var(--slm7b-gold);
  border: 1px solid rgba(184,144,10,0.3);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 14px;
}

.slm7b-lp__feature-card {
  background: #ffffff;
  border: 1.5px solid #ddd5c8;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 8px 24px rgba(15,10,5,0.07);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.slm7b-lp__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(15,10,5,0.13);
  border-color: #c8a04b;
}

.slm7b-lp__feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(232,90,16,0.1), rgba(200,160,75,0.15));
  color: var(--slm7b-orange);
  font-size: 1.3rem;
  font-weight: 900;
}

.slm7b-lp__feature-title {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 900;
}

.slm7b-lp__feature-text {
  margin: 0;
  color: var(--slm7b-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.slm7b-lp__two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}

.slm7b-lp__list {
  display: grid;
  gap: 14px;
}

.slm7b-lp__list-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
}

.slm7b-lp__list-item::before {
  content: "●";
  color: var(--slm7b-orange);
  font-size: 0.7rem;
  line-height: 1.9;
}

.slm7b-lp__panel {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--slm7b-line);
  border-radius: 20px;
  box-shadow: var(--slm7b-shadow);
  overflow: hidden;
}

.slm7b-lp__panel--padded {
  padding: 24px;
}

.slm7b-lp__media-box img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.slm7b-lp__lineup {
  background: #0f0f10;
  color: #f7f4ef;
  padding: 28px;
  overflow: hidden;
}

.slm7b-lp__lineup-title {
  display: block;
  margin: 0 0 22px;
  color: #f1b149;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.slm7b-lp__lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.slm7b-lp__color-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.slm7b-lp__color-card {
  background: #ffffff;
  border: 1.5px solid #ddd5c8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 10, 5, 0.08);
}

.slm7b-lp__color-card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fbf8f3;
}

.slm7b-lp__color-body {
  padding: 14px 16px 16px;
}

.slm7b-lp__color-name {
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.slm7b-lp__color-sub {
  margin: 0;
  font-size: 0.78rem;
  color: var(--slm7b-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.slm7b-lp__lineup-item {
  display: grid;
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.slm7b-lp__lineup-thumb {
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1c;
}

.slm7b-lp__lineup-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.slm7b-lp__lineup-name {
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.slm7b-lp__lineup-name small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.slm7b-lp__engineering {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}

.slm7b-lp__engineering-visual img {
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #f8f5ef;
}

.slm7b-lp__engineering-points {
  display: grid;
  gap: 14px;
}

.slm7b-lp__engineering-point {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
}

.slm7b-lp__engineering-point::before {
  content: "◆";
  color: var(--slm7b-gold);
  font-size: 0.75rem;
  line-height: 1.8;
}

.slm7b-lp__extras-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.slm7b-lp__extra-card {
  background: #ffffff;
  border: 1.5px solid #ddd5c8;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15,10,5,0.09);
  transition: transform 0.22s, box-shadow 0.22s;
}

.slm7b-lp__extra-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15,10,5,0.14);
}

.slm7b-lp__extra-card img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8f5ef;
}

.slm7b-lp__extra-stickers {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #f8f5ef;
}

.slm7b-lp__extra-stickers img {
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  width: 100%;
  height: auto;
}

.slm7b-lp__extra-body {
  padding: 18px 18px 20px;
}

.slm7b-lp__extra-title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
}

.slm7b-lp__extra-text {
  margin: 0;
  color: var(--slm7b-muted);
  font-size: 0.9rem;
}

.slm7b-lp__spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 26px;
  background: #ffffff;
  border: 1.5px solid #d8cfc4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(15,10,5,0.09);
}

.slm7b-lp__spec-table th,
.slm7b-lp__spec-table td {
  border-bottom: 1px solid #e8e0d5;
  padding: 16px 20px;
  vertical-align: top;
  text-align: left;
  font-size: 0.94rem;
}

.slm7b-lp__spec-table th {
  width: 28%;
  background: #f8f3ec;
  color: #6a6059;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.slm7b-lp__spec-table tr:last-child th,
.slm7b-lp__spec-table tr:last-child td {
  border-bottom: 0;
}

.slm7b-lp__spec-note {
  margin-top: 14px;
  color: var(--slm7b-muted);
  font-size: 0.82rem;
}

.slm7b-lp__gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.slm7b-lp__gallery-card {
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(15,10,5,0.1);
  border: 1px solid #ddd5c8;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.slm7b-lp__gallery-card:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 48px rgba(15,10,5,0.16);
}

.slm7b-lp__gallery-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.slm7b-lp__gallery-caption {
  background: #fff;
  padding: 10px 14px 14px;
  color: #6a6059;
  font-size: 0.82rem;
}

.slm7b-lp__final {
  padding-bottom: 96px;
}

.slm7b-lp__final-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(150deg, #ffffff 0%, #fdf9f3 50%, #f8f2e8 100%);
  border: 1.5px solid #c8b090;
  border-radius: 28px;
  box-shadow:
    0 28px 64px rgba(15,10,5,0.14),
    inset 0 1px 0 rgba(255,255,255,0.9);
  padding: 32px;
}

.slm7b-lp__final-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
}

.slm7b-lp__final-title {
  margin: 0 0 8px;
  font-family: 'Bebas Neue', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 6.5rem);
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 400;
}

.slm7b-lp__final-sub {
  margin: 0 0 22px;
  color: #8b6010;
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  font-weight: 700;
}

.slm7b-lp__final-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.slm7b-lp__final-note {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  padding: 0 22px;
  background: rgba(255,255,255,0.9);
  border: 1px solid #d8cfc4;
  border-radius: 12px;
  color: #6a6059;
  font-weight: 700;
  font-size: 0.88rem;
}

@media (max-width: 1100px) {
  .slm7b-lp__feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .slm7b-lp__hero-grid,
  .slm7b-lp__two-col,
  .slm7b-lp__engineering,
  .slm7b-lp__final-card,
  .slm7b-lp__media-grid {
    grid-template-columns: 1fr;
  }

  .slm7b-lp__feature-grid,
  .slm7b-lp__extras-grid,
  .slm7b-lp__color-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slm7b-lp__hero-visual {
    order: -1;
  }

  .slm7b-lp__hero-sidecard {
    position: static;
    width: min(100%, 280px);
    margin: 12px 0 0 auto;
  }
}

@media (max-width: 640px) {
  .slm7b-lp__section {
    padding: 62px 0;
  }

  .slm7b-lp__hero-main .slm7b-lp__inner {
    width: min(calc(100% - 22px), var(--slm7b-max));
  }

  .slm7b-lp__hero-grid {
    gap: 22px;
    padding: 24px 0 8px;
  }

  .slm7b-lp__hero-prices {
    grid-template-columns: 1fr;
  }

  .slm7b-lp__price-card + .slm7b-lp__price-card {
    border-left: 0;
    border-top: 1px solid var(--slm7b-line);
  }

  .slm7b-lp__hero-compare {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .slm7b-lp__compare-item {
    padding: 14px 14px 16px;
  }

  .slm7b-lp__compare-item + .slm7b-lp__compare-item {
    border-top: 1px solid var(--slm7b-line);
  }

  .slm7b-lp__compare-label {
    margin-bottom: 4px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
  }

  .slm7b-lp__compare-price {
    font-size: clamp(1.8rem, 7.8vw, 2.2rem);
    line-height: 1.08;
  }

  .slm7b-lp__compare-price small {
    display: block;
    margin-top: 4px;
    font-size: 0.5em;
  }

  .slm7b-lp__compare-eq {
    padding: 8px 0;
    font-size: 1.5rem;
    line-height: 1;
  }

  .slm7b-lp__hero-actions,
  .slm7b-lp__final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .slm7b-lp__btn,
  .slm7b-lp__final-note {
    width: 100%;
  }

  .slm7b-lp__feature-grid,
  .slm7b-lp__extras-grid,
  .slm7b-lp__gallery-grid,
  .slm7b-lp__color-showcase {
    grid-template-columns: 1fr;
  }

  .slm7b-lp__lineup {
    padding: 22px 16px;
  }

  .slm7b-lp__lineup-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .slm7b-lp__lineup-item {
    gap: 10px;
  }

  .slm7b-lp__lineup-thumb img {
    aspect-ratio: 1 / 1;
  }

  .slm7b-lp__lineup-title {
    font-size: 1.28rem;
    margin-bottom: 16px;
  }

  .slm7b-lp__lineup-name {
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
  }

  .slm7b-lp__lineup-name small {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .slm7b-lp__spec-table,
  .slm7b-lp__spec-table tbody,
  .slm7b-lp__spec-table tr,
  .slm7b-lp__spec-table th,
  .slm7b-lp__spec-table td {
    display: block;
    width: 100%;
  }

  .slm7b-lp__spec-table tr {
    border-bottom: 1px solid var(--slm7b-line);
  }

  .slm7b-lp__spec-table tr:last-child {
    border-bottom: 0;
  }

  .slm7b-lp__spec-table th,
  .slm7b-lp__spec-table td {
    border-bottom: 0;
  }

  .slm7b-lp__spec-table th {
    padding-bottom: 6px;
  }

  .slm7b-lp__spec-table td {
    padding-top: 0;
  }
}
