.main_box {
  --bg: #08070a;
  --bg-soft: #100f14;
  --surface: #17151c;
  --surface-2: #201d27;
  --paper: #f7f5fa;
  --ink: #111015;
  --white: #f7f5fa;
  --muted: #a8a4b2;
  --muted-dark: #696572;
  --violet: #6632f5;
  --violet-light: #9878ff;
  --lime: #c7ff3d;
  --line: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(17, 16, 21, 0.18);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --page: min(1480px, calc(100vw - 64px));
  --heading: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --body: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.main_box .body {
  margin: 0;
  color: var(--white);
  background: var(--bg);
  font-family: var(--body);
  line-height: 1.6;
}

.main_box .body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cpath d='M0 0H72M0 0V72' fill='none' stroke='%23ffffff' stroke-opacity='.18'/%3E%3C/svg%3E");
  background-size: 72px 72px;
}

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

.main_box .body a {
  text-decoration: none;
}

.main_box .body button,
.main_box .body input,
.main_box .body select {
  font: inherit;
}

.main_box .body button,
.main_box .body select {
  cursor: pointer;
}

.main_box .body h1,
.main_box .body h2,
.main_box .body h3,
.main_box .body p,
.main_box .body dl,
.main_box .body dd,
.main_box .body figure {
  margin-top: 0;
}

.main_box .body h1,
.main_box .body h2,
.main_box .body h3 {
  text-wrap: balance;
}

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

.site-header {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 12px max(32px, calc((100vw - 1480px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(8, 7, 10, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.brand img {
  width: 43px;
  color: var(--white);
}

.brand span,
.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--heading);
  font-size: 1.48rem;
  line-height: 0.9;
  letter-spacing: 0.04em;
}

.brand small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  gap: 32px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.site-nav a,
.site-footer > a:last-child {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer > a:last-child:hover {
  color: var(--violet-light);
}

.header-cta {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 172px;
  min-height: 48px;
  padding: 0 18px;
  color: var(--white);
  background: var(--violet);
  font-weight: 900;
  border-radius: var(--radius-sm);
  transition: background 180ms ease, transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #7a4bff;
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 6vw, 100px);
  width: var(--page);
  min-height: min(840px, calc(100vh - 82px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0;
}

.hero::before {
  position: absolute;
  top: 9%;
  left: 43%;
  width: 1px;
  height: 68%;
  content: "";
  background: var(--line);
  transform: rotate(12deg);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--violet-light);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.eyebrow span {
  color: var(--lime);
}

.hero h1 {
  margin-bottom: 30px;
  font-family: var(--heading);
  font-size: clamp(5.4rem, 9.6vw, 10.5rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.03em;
}

.hero h1 span {
  display: block;
}

.hero h1 span + span {
  margin-top: 0.04em;
}

.hero h1 span:last-child {
  color: var(--violet-light);
  -webkit-text-stroke: 1px var(--violet-light);
}

.hero__lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: #cbc7d2;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button--primary {
  color: var(--ink);
  background: var(--lime);
}

.button--ghost {
  color: var(--white);
  border-color: var(--line);
  background: transparent;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: var(--violet-light);
  color: var(--violet-light);
}

.hero__visual {
  position: relative;
  min-height: 610px;
}

.hero__visual::before,
.hero__visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero__visual::before {
  inset: 0 0 8% 10%;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #111014;
}

.hero__visual::after {
  right: -30px;
  bottom: 2%;
  width: 55%;
  height: 48%;
  background: var(--violet);
  opacity: 0.14;
  filter: blur(60px);
}

.hero__photo {
  position: absolute;
  top: 8%;
  right: 0;
  width: 69%;
  height: 70%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #000;
}

.hero__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
  background: rgba(8, 7, 10, 0.88);
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hero__photo figcaption span {
  color: var(--lime);
}

.hero__product {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 56%;
  aspect-ratio: 1;
  isolation: isolate;
  border-radius: 50%;
  background: transparent;
  transform: translateZ(0);
}

.hero__product::before {
  position: absolute;
  inset: 16%;
  z-index: -1;
  border-radius: 50%;
  content: "";
  background: rgba(102, 50, 245, 0.72);
  filter: blur(54px);
}

.hero__product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8%;
  filter: drop-shadow(0 28px 34px rgba(102, 50, 245, 0.34));
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero__visual:hover .hero__product img {
  transform: scale(1.04) rotate(-1.2deg);
}

.hero__stamp {
  position: absolute;
  top: 0;
  right: 7%;
  writing-mode: vertical-rl;
  color: var(--muted-dark);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.manifesto {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  align-items: end;
  gap: 48px;
  width: var(--page);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) 0;
  border-top: 1px solid var(--line);
}

.manifesto > p {
  margin: 0;
  color: var(--violet-light);
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.manifesto h2,
.section-heading h2,
.spotlight h2 {
  margin-bottom: 0;
  font-family: var(--heading);
  font-size: clamp(3.1rem, 5.4vw, 6.2rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.015em;
}

.manifesto h2 {
  font-family: var(--body);
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.manifesto > div {
  display: grid;
  gap: 9px;
  padding-left: 28px;
  border-left: 1px solid var(--violet-light);
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 700;
}

.category-section,
.catalog-section {
  color: var(--ink);
  background: var(--paper);
}

.category-section {
  padding: clamp(56px, 6vw, 88px) max(32px, calc((100vw - 1480px) / 2));
}

.category-section .section-heading {
  align-items: center;
  margin-bottom: 26px;
}

.category-section .section-heading h2 {
  font-size: clamp(2.5rem, 4.2vw, 4.6rem);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 48px;
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted-dark);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  position: relative;
  display: flex;
  min-height: 108px;
  flex-direction: column;
  justify-content: space-between;
  gap: 9px;
  padding: 15px 16px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  text-align: left;
  background: rgba(255, 255, 255, 0.56);
  overflow: hidden;
  transition: color 220ms ease, background 220ms ease;
}

.category-card::after {
  position: absolute;
  right: -5px;
  bottom: -14px;
  color: rgba(17, 16, 21, 0.055);
  content: attr(data-code);
  font-family: var(--heading);
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1;
  transition: color 220ms ease, transform 220ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  color: var(--white);
  background: var(--violet);
  outline: 0;
}

.category-card:hover::after,
.category-card:focus-visible::after {
  color: rgba(255, 255, 255, 0.12);
  transform: translate(-7px, -7px);
}

.category-card small,
.category-card span {
  position: relative;
  z-index: 1;
}

.category-card small {
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.category-card strong {
  position: relative;
  z-index: 1;
  display: block;
  font-family: var(--heading);
  font-size: 1.55rem;
  line-height: 0.95;
}

.category-card span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.69rem;
  font-weight: 700;
}

.spotlight {
  display: grid;
  grid-template-columns: minmax(470px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 6vw, 80px);
  width: var(--page);
  margin: 0 auto;
  padding: clamp(90px, 11vw, 160px) 0;
}

.spotlight__copy {
  align-self: center;
}

.spotlight h2 {
  font-family: var(--body);
  font-size: clamp(2.7rem, 3.4vw, 3.8rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.spotlight__copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0;
  color: var(--muted);
}

.spotlight__copy > a {
  display: inline-flex;
  gap: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--violet-light);
  font-weight: 800;
}

.spotlight__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 16px;
}

.spotlight figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  color: var(--white);
  background: radial-gradient(circle at 50% 48%, rgba(102, 50, 245, 0.3), rgba(102, 50, 245, 0.08) 38%, transparent 70%);
}

.spotlight figure:first-child {
  transform: translateY(-42px);
}

.spotlight figure img {
  width: 100%;
  aspect-ratio: 1;
  padding: 8%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(102, 50, 245, 0.35));
}

.spotlight figcaption {
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  font-family: var(--heading);
  font-size: 1.35rem;
  font-weight: 800;
}

.catalog-section {
  min-height: 800px;
  padding: clamp(80px, 9vw, 140px) max(32px, calc((100vw - 1480px) / 2));
}

.section-heading--catalog {
  margin-bottom: 34px;
}

.section-heading--catalog > p {
  justify-self: end;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.section-heading--catalog strong {
  color: var(--violet);
  font-family: var(--heading);
  font-size: 2rem;
}

.catalog-toolbar {
  position: sticky;
  top: 200px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 220px auto;
  gap: 8px;
  padding: 8px;
  border: 1px solid #d5d1d9;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 26px rgba(17, 16, 21, 0.12);
}

.search-control,
.select-control,
.clear-button {
  min-height: 66px;
  border-radius: var(--radius-sm);
  background: #fff;
}

.search-control {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
}

.search-control svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.search-control input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.select-control {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}

.select-control span {
  color: var(--muted-dark);
  font-size: 0.68rem;
  font-weight: 800;
}

.select-control select {
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.84rem;
  font-weight: 700;
}

.clear-button {
  border: 1px solid rgba(102, 50, 245, 0.18);
  padding: 0 20px;
  color: var(--violet);
  font-weight: 800;
}

.clear-button:hover,
.clear-button:focus-visible {
  color: var(--white);
  background: var(--violet);
}

.active-filter {
  min-height: 48px;
  padding: 16px 0 12px;
  color: var(--muted-dark);
  font-size: 0.76rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  border: 1px solid #dedbe2;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card:hover,
.product-card:focus-within {
  z-index: 2;
  box-shadow: 0 18px 42px rgba(38, 24, 70, 0.18);
  transform: translateY(-5px);
}

.product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1.15;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 54%, rgba(102, 50, 245, 0.25), rgba(102, 50, 245, 0.08) 34%, transparent 68%);
}

.product-card__media::before,
.product-card__media::after {
  position: absolute;
  content: "";
}

.product-card__media::before {
  inset: 12%;
  border: 1px solid rgba(102, 50, 245, 0.22);
  transform: rotate(-8deg);
}

.product-card__media::after {
  width: 44%;
  height: 44%;
  border: 1px solid rgba(17, 16, 21, 0.14);
  border-radius: 50%;
}

.product-card__media.has-image::after {
  display: none;
}

.product-card__media.has-image::before {
  inset: 19%;
  display: block;
  border: 0;
  border-radius: 50%;
  background: rgba(102, 50, 245, 0.32);
  filter: blur(30px);
  transform: none;
}

.product-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 7%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(102, 50, 245, 0.3));
  transition: transform 320ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.045);
}

.product-card__placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(102, 50, 245, 0.35);
  color: var(--violet);
  font-family: var(--heading);
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  transform: rotate(8deg);
}

.product-card__placeholder span {
  transform: rotate(-8deg);
}

.product-card__sequence {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 7px;
  border-radius: 7px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--heading);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  border-top: 1px solid #dedbe2;
}

.product-card__category {
  margin-bottom: 10px;
  color: var(--violet);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.product-card h3 {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

.product-card__code {
  margin: auto 0 16px;
  color: var(--muted-dark);
  font-family: monospace;
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.product-card__purchase {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #dedbe2;
}

.product-card__price {
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  column-gap: 9px;
}

.product-card__price span {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--violet);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.product-card__price strong {
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.product-card__price del {
  color: #817d87;
  font-size: 0.7rem;
}

.product-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 118px;
  min-height: 44px;
  padding: 0 12px 0 14px;
  color: var(--ink);
  border-radius: var(--radius-sm);
  background: var(--lime);
  font-size: 0.73rem;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-card__buy:hover,
.product-card__buy:focus-visible {
  color: var(--white);
  background: var(--violet);
  transform: translateY(-2px);
}

.product-card__buy:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.empty-state {
  padding: 80px 24px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  text-align: center;
}

.empty-state > span {
  color: var(--violet);
  font-family: var(--heading);
  font-size: 4rem;
  font-weight: 900;
}

.empty-state h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.empty-state p {
  color: var(--muted-dark);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding: 18px 20px;
  border: 1px solid #d5d1d9;
  border-radius: var(--radius);
  background: #fff;
}

.pagination[hidden] {
  display: none;
}

.pagination p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.pagination p span {
  margin-left: 10px;
  font-weight: 500;
}

.pagination__controls,
.pagination__pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pagination button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid #d5d1d9;
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: #f7f5fa;
  font-weight: 900;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pagination__direction {
  padding: 0 15px;
}

.pagination button:hover:not(:disabled),
.pagination button:focus-visible {
  color: var(--white);
  border-color: var(--violet);
  background: var(--violet);
  transform: translateY(-2px);
}

.pagination__page.is-current {
  color: var(--ink);
  border-color: #a5db22;
  background: var(--lime);
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  width: var(--page);
  min-height: 180px;
  margin: 0 auto;
  color: var(--muted);
}

.brand--footer img {
  width: 38px;
}

.site-footer p {
  margin: 0;
  font-size: 0.72rem;
}

.site-footer > a:last-child {
  justify-self: end;
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 1120px) {
  :root {
    --page: min(100% - 40px, 1100px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 20px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.95fr;
    min-height: auto;
  }

  .hero__visual {
    min-height: 520px;
  }

  .manifesto {
    grid-template-columns: 0.32fr 1.35fr 0.5fr;
  }

  .manifesto h2 {
    font-size: clamp(2.8rem, 5.2vw, 3.8rem);
  }

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

  .catalog-toolbar {
    grid-template-columns: 1fr 190px auto;
  }

  .clear-button {
    grid-column: 1 / -1;
    min-height: 44px;
  }
}

@media (max-width: 780px) {
  :root {
    --page: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 70px;
  }

  .site-header {
    min-height: 70px;
    padding: 10px 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 35px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    display: none;
  }

  .header-cta {
    min-width: auto;
    min-height: 44px;
    padding-inline: 14px;
  }

  .header-cta span {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 64px 0 54px;
  }

  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: clamp(5rem, 25vw, 7rem);
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    min-height: 50px;
    padding-inline: 13px;
    font-size: 0.78rem;
  }

  .hero__visual {
    min-height: 430px;
  }

  .hero__photo {
    width: 78%;
    height: 68%;
  }

  .hero__product {
    width: 61%;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 76px 0;
  }

  .section-heading h2 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .manifesto h2,
  .spotlight h2 {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
    line-height: 1.16;
  }

  .manifesto > div {
    grid-template-columns: 1fr 1fr;
  }

  .category-section,
  .catalog-section {
    padding: 76px 14px;
  }

  .category-section {
    padding-block: 52px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

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

  .category-card {
    min-height: 100px;
    padding: 13px 14px;
  }

  .category-card strong {
    font-size: 1.35rem;
  }

  .spotlight {
    grid-template-columns: 1fr;
    padding: 86px 0;
  }

  .spotlight figure:first-child {
    transform: translateY(-18px);
  }

  .catalog-toolbar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .search-control {
    grid-column: 1 / -1;
  }

  .select-control {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
  }

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

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

  .product-card__media {
    aspect-ratio: 1;
  }

  .product-card__body {
    padding: 14px;
  }

  .product-card h3 {
    font-size: 0.78rem;
  }

  .product-card__code {
    font-size: 0.58rem;
  }

  .product-card__purchase {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-card__buy {
    width: 100%;
    min-width: 0;
  }

  .product-card__sequence {
    top: 8px;
    padding: 4px 6px;
  }

  .product-card__sequence {
    left: 8px;
  }

  .pagination {
    align-items: stretch;
    flex-direction: column;
    padding: 14px;
  }

  .pagination__controls {
    justify-content: space-between;
  }

  .pagination__direction {
    flex: 1;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    min-height: 150px;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 430px) {
  .hero__actions {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 96px;
    padding: 12px;
  }

  .category-card strong {
    font-size: 1.25rem;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .search-control,
  .select-control,
  .clear-button {
    grid-column: auto;
  }

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

  .product-card__body {
    padding: 11px;
  }

  .product-card__category {
    font-size: 0.56rem;
  }

  .product-card__price strong {
    font-size: 1.78rem;
  }

  .product-card__buy {
    min-height: 40px;
    font-size: 0.68rem;
  }

  .pagination {
    padding: 12px;
  }

  .pagination__controls {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }

  .pagination__direction {
    padding: 0 8px;
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
