﻿:root {
  --black: #030405;
  --carbon: #07111f;
  --panel: #10151b;
  --lime: #c7f400;
  --lime-deep: #9ed000;
  --red: #e30613;
  --blue: #0758d8;
  --sky: #19c8ff;
  --sun: #ffe64a;
  --white: #ffffff;
  --muted: #d8dde2;
  --silver: #a7b0ba;
  --yellow: #ffd200;
  --line: rgba(199, 244, 0, 0.82);
  --max: 1360px;
  --radius: 8px;
  font-family:
    "Arial Black",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    system-ui,
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
  color: var(--white);
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.lp-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 0%, rgba(255, 255, 255, 0.16), transparent 24%),
    radial-gradient(circle at 10% 14%, rgba(25, 200, 255, 0.38), transparent 22%),
    radial-gradient(circle at 92% 4%, rgba(199, 244, 0, 0.3), transparent 20%),
    repeating-linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 13px),
    linear-gradient(180deg, #050708 0%, #0c1216 42%, #020303 100%);
}

.lp-shell::before,
.lp-shell::after {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.lp-shell::before {
  inset: 88px -8vw auto auto;
  width: 48vw;
  height: 420px;
  background:
    linear-gradient(150deg, transparent 0 24%, rgba(199, 244, 0, 0.9) 25% 31%, transparent 32% 42%, rgba(199, 244, 0, 0.7) 43% 48%, transparent 49%),
    linear-gradient(135deg, transparent 0 48%, rgba(0, 0, 0, 0.75) 49% 54%, transparent 55%);
  opacity: 0.8;
  transform: skewY(-8deg);
}

.lp-shell::after {
  inset: auto auto 6vh -6vw;
  width: 46vw;
  height: 300px;
  background: repeating-linear-gradient(135deg, #fff 0 26px, #050505 26px 52px);
  clip-path: polygon(0 35%, 100% 0, 70% 100%, 0 80%);
  opacity: 0.14;
}

.site-header,
.hero,
.section-frame,
.support-style-section,
.goods-section {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 16px max(28px, calc((100vw - var(--max)) / 2));
  border-bottom: 2px solid var(--lime);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(12px);
}

.site-logo {
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 900;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 11px 20px;
  border: 2px solid rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  color: #080808;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.38);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.08);
  box-shadow: 0 7px 0 rgba(0, 0, 0, 0.34), 0 0 22px rgba(199, 244, 0, 0.22);
  transform: translateY(-2px);
}

.button--red {
  color: var(--white);
  background: var(--red);
}

.button--lime,
.button--mini {
  background: var(--lime);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--lime);
}

.button--mini {
  min-height: 34px;
  padding: 8px 14px;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  gap: 22px;
  align-items: center;
  width: min(100% - 48px, var(--max));
  min-height: 590px;
  margin: 0 auto;
  padding: 42px 0 8px;
}

.hero::before {
  position: absolute;
  inset: 118px auto auto 4%;
  width: min(42vw, 520px);
  height: 18px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 230, 74, 0.78), rgba(199, 244, 0, 0.86), transparent);
  content: "";
  transform: rotate(-8deg);
}

.hero__copy,
.hero__visual {
  position: relative;
}

.hero__label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 11px 28px;
  color: #050505;
  background: linear-gradient(90deg, var(--lime), var(--sun));
  border: 2px solid #050505;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28), 0 0 24px rgba(199, 244, 0, 0.24);
  font-size: clamp(17px, 1.6vw, 25px);
  font-weight: 900;
  transform: skew(-10deg);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(48px, 5vw, 88px);
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 4px 4px 0 #000;
}

.hero h1 span {
  display: inline-block;
  color: var(--lime);
}

.hero__lead {
  max-width: 640px;
  margin: 28px 0 24px;
  color: #f3f8fb;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  color: #07111f;
  background: rgba(255, 255, 255, 0.92);
  border-left: 7px solid var(--lime);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.24);
  transform: skew(-8deg);
}

.hero__visual {
  display: grid;
  place-items: center;
  min-height: 480px;
}

.photo-frame {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 455px);
  aspect-ratio: 0.85;
  padding: 30px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent 38%), #a5a8a9;
  border: 5px solid var(--lime);
  box-shadow: 0 0 0 6px rgba(25, 200, 255, 0.18), 0 0 42px rgba(199, 244, 0, 0.24);
  clip-path: polygon(16% 0, 100% 4%, 94% 18%, 100% 22%, 96% 85%, 70% 100%, 0 100%, 7% 60%, 0 54%, 8% 10%);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.22);
}

.photo-silhouette {
  position: absolute;
  inset: 12% 22% 18%;
  background: radial-gradient(circle at 50% 20%, #767a7c 0 18%, transparent 19%), linear-gradient(180deg, transparent 0 38%, #777b7d 39% 100%);
  opacity: 0.5;
}

.photo-frame p {
  position: relative;
  margin: 0;
}

.photo-frame--image {
  padding: 0;
}

.photo-frame--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.vertical-name {
  position: absolute;
  right: -8px;
  top: 32px;
  color: rgba(255, 255, 255, 0.18);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

.section-frame,
.support-style-section,
.goods-section {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.section-frame {
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(25, 200, 255, 0.12), transparent 32%),
    linear-gradient(155deg, transparent 0 76%, rgba(199, 244, 0, 0.18) 77% 84%, transparent 85%),
    rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 34px rgba(199, 244, 0, 0.1);
}

.section-label,
.section-title h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.section-label--blue {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 22px;
  color: #030405;
  background: linear-gradient(90deg, var(--sky), var(--lime));
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.26);
  transform: skew(-9deg);
}

.booth-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr 0.95fr;
  gap: 26px;
  align-items: start;
}

.booth-details {
  display: grid;
  gap: 22px;
  align-content: center;
  min-height: 250px;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 900;
}

.booth-details p {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  align-items: center;
  margin: 0;
}

.booth-details span {
  color: var(--white);
  font-size: 18px;
}

.lime-copy {
  color: var(--lime);
}

.map-panel {
  position: relative;
  display: grid;
  place-items: center;
  height: 250px;
  padding: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 230, 74, 0.32), transparent 26%),
    linear-gradient(35deg, transparent 44%, rgba(255, 255, 255, 0.35) 45% 48%, transparent 49%),
    linear-gradient(145deg, #363b3f, #7d8488);
  border: 3px solid var(--white);
}

.map-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(30deg, transparent 47%, rgba(255, 255, 255, 0.7) 48% 52%, transparent 53%),
    linear-gradient(120deg, transparent 42%, rgba(255, 255, 255, 0.5) 43% 47%, transparent 48%);
  opacity: 0.7;
}

.map-pin {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 66px;
  border-radius: 50% 50% 50% 0;
  color: var(--lime);
  background: var(--lime);
  font-size: 28px;
  transform: rotate(-45deg);
}

.map-pin::after {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background: #050505;
  content: "";
}

.map-panel .button {
  position: relative;
}

.booth-banner {
  display: grid;
  align-content: center;
  height: 250px;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(155deg, transparent 0 48%, var(--red) 49% 74%, transparent 75%),
    linear-gradient(32deg, transparent 0 62%, rgba(25, 200, 255, 0.34) 63% 67%, transparent 68%),
    linear-gradient(135deg, #232b30, #0a0c0e);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  line-height: 1.35;
}

.booth-banner p,
.booth-banner strong {
  margin: 0;
}

.booth-banner strong {
  color: var(--lime);
}

.support-style-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  align-items: stretch;
  margin-top: 22px;
  overflow: hidden;
  border: 2px solid rgba(199, 244, 0, 0.9);
  border-radius: var(--radius);
  background: #030405;
  box-shadow: 0 0 34px rgba(199, 244, 0, 0.12);
}

.support-style-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 320px;
  padding: clamp(26px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(199, 244, 0, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.92), rgba(0, 0, 0, 0.96));
}

.support-style-copy h2 {
  margin: 4px 0 16px;
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 1.1;
}

.support-style-section img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.ui-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: var(--lime);
}

.ui-icon::before,
.ui-icon::after {
  position: absolute;
  content: "";
}

.ui-icon--pin::before {
  width: 24px;
  height: 24px;
  border: 7px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.ui-icon--calendar::before {
  width: 30px;
  height: 28px;
  border: 5px solid currentColor;
  border-radius: 4px;
}

.ui-icon--calendar::after {
  top: 9px;
  width: 30px;
  height: 5px;
  background: currentColor;
}

.ui-icon--flag::before {
  left: 9px;
  width: 5px;
  height: 34px;
  background: currentColor;
}

.ui-icon--flag::after {
  left: 14px;
  top: 5px;
  width: 24px;
  height: 18px;
  background: repeating-linear-gradient(45deg, currentColor 0 6px, transparent 6px 12px);
  border: 3px solid currentColor;
}

.ui-icon--gift::before {
  width: 30px;
  height: 24px;
  border: 5px solid currentColor;
}

.ui-icon--gift::after {
  width: 5px;
  height: 34px;
  background: currentColor;
}

.ui-icon--camera::before {
  width: 34px;
  height: 24px;
  border: 5px solid currentColor;
  border-radius: 5px;
}

.ui-icon--camera::after {
  width: 12px;
  height: 12px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.ui-icon--cheer::before {
  width: 30px;
  height: 30px;
  border: 5px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
}

.ui-icon--cheer::after {
  bottom: 4px;
  width: 34px;
  height: 5px;
  background: currentColor;
}

.goods-section {
  padding: 30px 0 0;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--lime);
}

.section-title::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: min(34vw, 420px);
  height: 8px;
  background: linear-gradient(90deg, transparent, var(--sky), var(--lime));
  content: "";
}

.goods-rows {
  display: grid;
  gap: 10px;
}

.goods-row {
  display: grid;
  gap: 10px;
}

.goods-row--first {
  grid-template-columns: repeat(2, 1fr);
}

.goods-row--second {
  grid-template-columns: repeat(3, 1fr);
}

.goods-row--portrait {
  grid-template-columns: 1fr;
}

.goods-row--soon {
  grid-template-columns: repeat(6, 1fr);
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: 154px auto;
  align-items: center;
  gap: 12px;
  min-height: 276px;
  padding: 18px 14px 20px;
  overflow: hidden;
  color: #090909;
  background:
    linear-gradient(135deg, rgba(255, 230, 74, 0.2), transparent 25%),
    linear-gradient(135deg, #ffffff, #f0f1f1);
  border: 4px solid #060606;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  box-shadow: 0 11px 0 rgba(0, 0, 0, 0.2), 0 0 24px rgba(199, 244, 0, 0.18);
  transform: translateY(-2px);
}

.product-card--wide {
  grid-template-columns: 1.18fr 0.92fr;
  grid-template-rows: 1fr;
  min-height: 250px;
  text-align: left;
}

.product-card--8tai {
  position: relative;
  padding-top: 52px;
  background:
    linear-gradient(135deg, rgba(199, 244, 0, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff, #f0f1f1);
  border-color: var(--lime);
  box-shadow: 0 0 0 3px #050505 inset, 0 0 34px rgba(199, 244, 0, 0.24);
}

.product-card--8tai::after {
  position: absolute;
  inset: auto 0 0 auto;
  width: 42%;
  height: 100%;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 38%, rgba(199, 244, 0, 0.18) 39% 48%, transparent 49%),
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0 2px, transparent 2px 12px);
  content: "";
}

.product-card--8tai h3 {
  font-size: clamp(22px, 1.8vw, 32px);
}

.product-card--8tai .product-card__image {
  min-height: 306px;
}

.product-card__copy {
  position: relative;
  z-index: 1;
}

.product-card__copy p {
  margin: 10px 0 0;
  color: #4d555b;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 900;
  line-height: 1.55;
}

.product-card.product-card--flag .product-card__image {
  position: relative;
  align-self: stretch;
  min-height: 306px;
  margin: -4px 10px 0 -4px;
  overflow: visible;
  background: linear-gradient(135deg, #ffffff, #f4f6ef);
  border: 0;
  box-shadow: none;
}

.product-card.product-card--flag .product-card__image::before {
  position: absolute;
  inset: auto -18% 24px 10%;
  z-index: 0;
  height: 18px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(199, 244, 0, 0.82), transparent);
  content: "";
  transform: rotate(-12deg);
}

.product-card.product-card--flag img {
  position: relative;
  z-index: 1;
  width: auto;
  height: 306px;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(12px 16px 0 rgba(0, 0, 0, 0.08)) drop-shadow(0 16px 18px rgba(0, 0, 0, 0.18));
  transform: rotate(-2.5deg);
  transform-origin: 50% 70%;
}

.product-card.product-card--hood .product-card__image {
  position: relative;
  align-self: stretch;
  min-height: 306px;
  margin: -4px 0 0;
}

.product-card.product-card--hood img {
  position: relative;
  z-index: 1;
  width: min(100%, 392px);
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(12px 16px 0 rgba(0, 0, 0, 0.08)) drop-shadow(0 16px 18px rgba(0, 0, 0, 0.14));
  transform: rotate(1deg);
  transform-origin: 50% 62%;
}

.product-card--feature {
  grid-template-columns: 0.78fr 1fr;
  grid-template-rows: 1fr;
  min-height: 210px;
}

.product-card__image {
  display: grid;
  place-items: center;
  min-width: 0;
}

.product-card img {
  width: 100%;
  max-height: 164px;
  object-fit: contain;
}

.product-card--wide img,
.product-card--feature img {
  max-height: 190px;
}

.product-card--face-towel {
  grid-template-rows: 154px auto;
}

.product-card--face-towel .product-card__image {
  width: 100%;
  height: 154px;
}

.product-card--face-towel img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.product-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.3vw, 23px);
  font-weight: 900;
  line-height: 1.45;
}

.product-name,
.product-size {
  display: block;
}

.product-size {
  margin-top: 4px;
  color: #4d555b;
  font-size: 0.78em;
  font-weight: 800;
  letter-spacing: 0;
}

.product-card--soon {
  grid-template-rows: 98px auto;
  min-height: 238px;
  padding-top: 48px;
}

.product-card--soon img {
  max-height: 92px;
}

.badges {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  color: #040404;
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
  transform: skew(-8deg);
}

.badge--soon {
  color: var(--white);
  background: var(--blue);
}

.badge--order {
  color: #080808;
  background: var(--yellow);
}

.badge--8tai {
  color: #080808;
  background: var(--lime);
  border: 2px solid #050505;
  font-size: 14px;
}

.coming-soon-panel {
  position: relative;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 230, 74, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(199, 244, 0, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(25, 200, 255, 0.22), rgba(3, 4, 5, 0.92));
  border: 2px solid rgba(199, 244, 0, 0.7);
  border-radius: var(--radius);
}

.coming-soon-panel::after {
  position: absolute;
  right: -40px;
  top: 30px;
  width: 280px;
  height: 96px;
  pointer-events: none;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0 16px, transparent 16px 32px),
    linear-gradient(90deg, rgba(25, 200, 255, 0.42), rgba(199, 244, 0, 0.36));
  content: "";
  opacity: 0.28;
  transform: rotate(-13deg);
}

.coming-soon-panel h3 {
  margin: 4px 0 10px;
  font-size: clamp(34px, 4.5vw, 70px);
  line-height: 1;
}

.coming-soon-panel p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.7;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 26px;
}

.teaser-grid span {
  min-height: 56px;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(199, 244, 0, 0.16), transparent 45%),
    rgba(255, 255, 255, 0.06);
  opacity: 0.72;
}

.section-kicker {
  margin: 0 0 6px;
  color: var(--lime);
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .site-header {
    flex-wrap: wrap;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .booth-grid {
    grid-template-columns: 1fr;
  }

  .support-style-section {
    grid-template-columns: 0.86fr 1.14fr;
  }
  .goods-row--soon {
    grid-template-columns: repeat(3, 1fr);
  }

  .teaser-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .section-frame,
  .support-style-section,
  .goods-section {
    width: auto;
    margin-left: 14px;
    margin-right: 14px;
  }

  .site-header {
    padding: 14px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  .support-style-section {
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .support-style-copy {
    min-height: auto;
    padding: 22px 20px 16px;
  }

  .support-style-copy h2 {
    max-width: 12em;
    margin: 0;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.18;
  }

  .support-style-section img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 8.8;
    object-position: center;
  }

  .hero__visual {
    min-height: 360px;
  }

  .vertical-name {
    display: none;
  }

  .goods-row--first,
  .goods-row--second,
  .goods-row--soon {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card--wide,
  .product-card--feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .product-card {
    min-height: 220px;
  }

  .product-card.product-card--flag .product-card__image {
    min-height: 246px;
    margin: 0;
  }

  .product-card.product-card--flag img {
    height: 244px;
    max-width: none;
    transform: rotate(-1.8deg);
  }

  .product-card.product-card--hood .product-card__image {
    min-height: 246px;
    margin: 0;
  }

  .product-card.product-card--hood img {
    width: min(100%, 330px);
    max-height: none;
  }

  .teaser-grid {
    grid-template-columns: 1fr;
  }}

