:root {
  color-scheme: dark;
  --bg: #000;
  --ink: #fff;
  --muted: #9a9a9a;
  --line: #202020;
  --red: #ef3845;
  --panel: #050505;
  --max: 1740px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Impact, "Arial Black", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.no-scroll {
  overflow: hidden;
}

a,
button,
input,
textarea {
  font: inherit;
}

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

button {
  color: inherit;
  cursor: pointer;
}

.announcement {
  position: sticky;
  top: 0;
  z-index: 42;
  height: 48px;
  display: grid;
  place-items: center;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: clamp(15px, 1.45vw, 24px);
  line-height: 1;
}

.site-header {
  position: sticky;
  top: 48px;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 112px;
  padding: 0 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav-left a {
  position: relative;
  font-size: clamp(18px, 1.6vw, 27px);
  color: #fff;
}

.nav-left a:hover,
.nav-left a[aria-current="page"] {
  color: var(--red);
}

sup {
  display: inline-grid;
  place-items: center;
  min-width: 64px;
  height: 34px;
  margin-left: 8px;
  background: #ff3025;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
}

.brand {
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 0.8;
  transform: scaleX(1.22);
}

.nav-right {
  justify-content: flex-end;
  gap: 28px;
}

.icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  padding: 0;
}

.icon-button svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-button [data-cart-count],
.icon-button span {
  position: absolute;
  right: -13px;
  bottom: -7px;
  color: var(--red);
  font-size: 13px;
}

.menu-button {
  display: none;
  justify-self: end;
  border: 0;
  background: transparent;
  padding: 0;
}

.app-shell {
  min-height: 72vh;
}

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 64px;
}

.section.tight {
  padding-top: 60px;
}

.page-title {
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(58px, 7vw, 132px);
  font-weight: 900;
  line-height: 0.76;
  text-align: left;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.small-title {
  margin: 0 0 34px;
  color: #fff;
  font-size: clamp(42px, 5.5vw, 98px);
  line-height: 0.86;
  text-align: center;
}

.muted {
  color: var(--muted);
}

.hero {
  position: relative;
  min-height: calc(100vh - 160px);
  display: grid;
  place-items: end center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 48% 44%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(100deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(239, 56, 69, 0.15) 62%, transparent 78%),
    #040404;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 35%, rgba(0, 0, 0, 0.55)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 210px);
  filter: blur(0.2px);
  opacity: 0.8;
}

.hero-word {
  position: absolute;
  inset: auto 0 12%;
  color: rgba(239, 56, 69, 0.9);
  font-size: clamp(74px, 16vw, 290px);
  line-height: 0.7;
  text-align: center;
  transform: rotate(-3deg) scaleX(1.08);
  opacity: 0.96;
}

.hero-grid,
.product-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 66px;
  padding: 0 64px 76px;
  background: #000;
}

.product-card {
  position: relative;
  min-width: 0;
}

.product-media,
.collection-tile,
.instagram-tile {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 54% 30%, rgba(255, 255, 255, 0.2), transparent 16%),
    radial-gradient(circle at 35% 64%, rgba(239, 56, 69, 0.24), transparent 14%),
    linear-gradient(135deg, #101010, #020202 54%, #161616);
}

.product-media::before,
.collection-tile::before,
.instagram-tile::before {
  content: "";
  position: absolute;
  inset: -10%;
  background:
    linear-gradient(120deg, transparent 0 22%, rgba(255, 255, 255, 0.14) 23% 26%, transparent 27% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 2px, transparent 2px 9px);
  filter: blur(1px);
  opacity: 0.55;
  transform: rotate(-8deg) scale(1.2);
}

.product-media::after {
  content: attr(data-label);
  position: relative;
  width: 72%;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(25px, 3vw, 54px);
  line-height: 0.86;
  text-align: center;
  transform: scaleX(1.08);
  text-shadow: 0 18px 44px #000;
}

.product-media .media-backdrop {
  position: absolute;
  inset: -24px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: blur(20px) brightness(0.48) saturate(1.05);
  opacity: 0.86;
  transform: scale(1.12);
  transition: opacity 180ms ease;
}

.product-media .media-backdrop-hover {
  opacity: 0;
}

.product-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-media.has-image img {
  object-fit: contain;
}

.product-card .product-media.has-image img,
.cart-thumb.has-image img {
  object-fit: cover;
}

.product-card .product-media .media-backdrop {
  display: none;
}

.product-media .media-hover {
  opacity: 0;
}

.product-card:hover .product-media.has-hover-image .media-backdrop {
  opacity: 0;
}

.product-card:hover .product-media.has-hover-image .media-backdrop-hover {
  opacity: 0.86;
}

.product-card:hover .product-media.has-hover-image > img:first-child {
  opacity: 0;
}

.product-card:hover .product-media.has-hover-image .media-hover {
  opacity: 1;
  transform: scale(1.02);
}

.product-media.has-image::after {
  content: "";
}

.product-card:nth-child(3n + 1) .product-media {
  background:
    radial-gradient(circle at 50% 54%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(145deg, #111 0%, #030303 44%, #29070a 100%);
}

.product-card:nth-child(3n + 2) .product-media {
  background:
    radial-gradient(circle at 62% 38%, rgba(255, 255, 255, 0.2), transparent 19%),
    linear-gradient(160deg, #050505, #111 42%, #071719 100%);
}

.product-card:nth-child(3n + 3) .product-media {
  background:
    radial-gradient(circle at 44% 52%, rgba(239, 56, 69, 0.36), transparent 20%),
    linear-gradient(140deg, #1d1d1d, #030303 54%, #060606);
}

.product-info {
  display: grid;
  gap: 13px;
  padding-top: 22px;
}

.product-info a {
  font-size: clamp(22px, 1.8vw, 32px);
  line-height: 0.92;
}

.price {
  color: #fff;
  font-size: clamp(24px, 2.3vw, 40px);
  line-height: 0.92;
}

.collection-strip {
  width: 100vw;
  margin: 50px 0;
  display: flex;
  align-items: center;
  gap: 120px;
  overflow: hidden;
  white-space: nowrap;
}

.collection-tile {
  flex: 0 0 34vw;
  min-width: 360px;
  aspect-ratio: 0.78 / 1;
}

.collection-tile span {
  position: absolute;
  top: -62px;
  left: 50%;
  color: #fff;
  font-size: clamp(46px, 5.5vw, 108px);
  transform: translateX(-50%) scaleX(1.08);
  white-space: nowrap;
}

.cta-band {
  min-height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(56px, 7vw, 132px);
  line-height: 0.85;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.instagram-tile {
  aspect-ratio: 1 / 1;
}

.instagram-tile span {
  position: relative;
  color: rgba(255, 255, 255, 0.55);
}

.toolbar {
  display: none;
}

.product-page {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(430px, 0.82fr);
  gap: 0;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 62px 64px 88px;
}

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

.product-gallery .product-media {
  aspect-ratio: 1 / 1.18;
}

.product-detail {
  position: sticky;
  top: 180px;
  align-self: start;
  padding: 0 0 0 56px;
}

.product-detail h1 {
  margin: 0 0 14px;
  font-size: clamp(58px, 5.5vw, 105px);
  line-height: 0.78;
}

.option-group {
  margin: 32px 0;
}

.option-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #fff;
  font-size: 21px;
}

.option-label a {
  color: var(--muted);
  font-size: 16px;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
  gap: 9px;
}

.swatch {
  min-height: 52px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: 18px;
}

.swatch.active,
.swatch:hover {
  background: #fff;
  color: #000;
}

.qty-row {
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  max-width: 205px;
  border: 1px solid #fff;
}

.qty-row button,
.qty-row output {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  border: 0;
  background: #fff;
  color: #000;
  padding: 0 24px;
  font-size: 22px;
  text-align: center;
}

.secondary-button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.product-copy,
.accordion {
  font-family: Arial, sans-serif;
  color: #cfcfcf;
  line-height: 1.45;
  text-transform: none;
}

.product-copy {
  margin-top: 28px;
}

.accordion {
  margin-top: 28px;
  border-top: 1px solid #333;
}

.accordion details {
  border-bottom: 1px solid #333;
  padding: 18px 0;
}

.accordion summary {
  cursor: pointer;
  font-family: Impact, "Arial Black", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.page-body {
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  padding: 138px 0 130px;
  color: #d0d0d0;
  font-family: Arial, sans-serif;
  text-transform: none;
}

.page-body h1 {
  margin: 0 0 60px;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(50px, 5vw, 92px);
  line-height: 0.85;
  text-align: center;
  text-transform: uppercase;
}

.page-body h2 {
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}

.table th,
.table td {
  border: 1px solid #fff;
  padding: 16px;
  text-align: left;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  font-family: Impact, "Arial Black", sans-serif;
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: #d7d7d7;
  font-size: 22px;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea,
.newsletter input,
#search-input {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0;
  background: #000;
  color: #fff;
  padding: 20px 22px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  text-transform: none;
}

.contact-form textarea {
  grid-column: 1 / -1;
  min-height: 150px;
  resize: vertical;
}

.contact-form button {
  grid-column: 1 / -1;
  justify-self: center;
  width: 315px;
  min-height: 62px;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 22px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 80px;
  min-height: 650px;
  border-top: 1px solid #111;
  padding: 250px 64px 86px;
  background: #000;
}

.footer-mark {
  position: absolute;
  top: 78px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 155px;
  height: 155px;
  border: 14px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  font-size: 62px;
  line-height: 1;
  transform: translateX(-50%);
}

.footer-mark::before,
.footer-mark::after {
  content: "";
  position: absolute;
  top: -39px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 44px solid var(--red);
}

.footer-mark::before {
  left: 2px;
  transform: rotate(-28deg);
}

.footer-mark::after {
  right: 2px;
  transform: rotate(28deg);
}

.site-footer section {
  display: grid;
  align-content: start;
  gap: 26px;
}

.site-footer h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2vw, 34px);
}

.site-footer p {
  margin: 0;
  max-width: 520px;
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.55;
  text-transform: none;
}

.site-footer a {
  font-size: clamp(20px, 1.8vw, 30px);
}

.footer-brand {
  font-size: clamp(42px, 5vw, 80px) !important;
  line-height: 0.82;
  transform: scaleX(1.12);
  transform-origin: left center;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 62px;
  width: min(100%, 570px);
}

.newsletter button {
  border: 1px solid #fff;
  border-left: 0;
  background: #000;
  color: #fff;
  font-size: 36px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: end;
  gap: 30px;
  margin-top: 72px;
}

.currency-button {
  min-width: 135px;
  min-height: 54px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: 20px;
}

.payment-badges {
  justify-self: end;
  color: #fff;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(10px);
}

.drawer,
.search-panel,
.mobile-menu {
  position: fixed;
  z-index: 50;
  background: #000;
  border-left: 1px solid #222;
}

.drawer,
.search-panel {
  top: 0;
  right: 0;
  width: min(100%, 745px);
  height: 100vh;
  transform: translateX(110%);
  transition: transform 180ms ease;
}

.drawer.open,
.search-panel.open {
  transform: translateX(0);
}

.drawer-head,
.search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid #fff;
  padding: 0 42px;
}

.drawer-head h2,
.search-head label {
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
}

.close-button {
  border: 0;
  background: transparent;
  padding: 0;
}

.close-x {
  font-family: Arial, sans-serif;
  font-size: 54px;
  font-weight: 200;
  line-height: 1;
}

.cart-line {
  display: grid;
  grid-template-columns: 116px 1fr auto;
  gap: 22px;
  border-bottom: 1px solid #222;
  padding: 24px 42px;
}

.cart-thumb {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 116px;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 65% 35%, rgba(239, 56, 69, 0.38), transparent 22%),
    linear-gradient(135deg, #101010, #020202);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-align: center;
}

.cart-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-thumb.has-image {
  background: #050505;
}

.cart-line h3 {
  margin: 0 0 10px;
  font-size: 25px;
}

.cart-actions {
  padding: 34px 42px;
}

.cart-actions p {
  font-size: 23px;
}

.cart-actions .primary-button,
.cart-actions .secondary-button {
  margin-top: 18px;
}

.remove-button {
  border: 0;
  background: transparent;
  color: var(--muted);
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 26px;
  min-height: 390px;
  padding: 62px 42px;
  text-align: center;
}

.empty-cart {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 28px;
  min-height: 480px;
  padding: 80px 42px 40px;
  text-align: center;
}

.empty-cart h3 {
  margin: 0;
  font-size: 36px;
}

.empty-cart .primary-button {
  width: 290px;
}

.bag-icon {
  position: relative;
  width: 58px;
  height: 50px;
  border: 3px solid #fff;
}

.bag-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -22px;
  width: 28px;
  height: 26px;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.drawer-recommend {
  padding: 50px 42px 42px;
}

.drawer-recommend h3 {
  margin: 0 0 28px;
  font-size: 28px;
}

.drawer-recommend a {
  display: grid;
  gap: 14px;
  width: 235px;
}

.drawer-recommend .product-media {
  aspect-ratio: 1 / 1.23;
}

.drawer-recommend span {
  display: inline-block;
  width: fit-content;
  border-bottom: 2px solid #fff;
  font-size: 20px;
}

.search-panel {
  padding-bottom: 42px;
  overflow: auto;
}

.search-panel #search-input {
  width: calc(100% - 84px);
  margin: 34px 42px 0;
  height: 62px;
}

.trend-title,
.recommend-title {
  color: var(--muted);
  font-size: 22px;
}

.trend-title {
  margin: 42px 42px 0;
}

.trend-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 42px 0;
}

.trend-tags span {
  font-size: 26px;
}

.trend-tags button {
  min-height: 48px;
  border: 0;
  background: #121212;
  color: #fff;
  padding: 0 24px;
  font-size: 21px;
}

.recommend-title {
  margin: 38px 42px 0;
  padding-top: 34px;
  border-top: 1px solid #fff;
}

.search-results {
  display: grid;
  gap: 20px;
  margin: 28px 42px 34px;
}

.search-result {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  color: #fff;
}

.search-result span:nth-child(2) {
  min-width: 0;
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1;
}

.search-result .price {
  white-space: nowrap;
  font-size: clamp(20px, 1.5vw, 28px);
}

.search-result .cart-thumb {
  min-height: 112px;
}

.search-empty {
  margin: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.mobile-menu {
  top: 0;
  left: 0;
  display: grid;
  align-content: start;
  gap: 24px;
  width: min(90vw, 430px);
  height: 100vh;
  padding: 28px;
  transform: translateX(-110%);
  transition: transform 180ms ease;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu a {
  font-size: 32px;
}

.account-page {
  min-height: calc(100vh - 48px);
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 70px 24px 120px;
  background: #181818;
  font-family: Arial, sans-serif;
  text-transform: none;
}

.account-page h1 {
  margin: 0 0 190px;
  color: #fff;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(72px, 8vw, 118px);
  line-height: 0.78;
  transform: scaleX(1.2);
}

.account-box {
  width: min(520px, 100%);
}

.account-box h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
}

.account-box p {
  margin: 0 0 34px;
  color: #b6b6b6;
  font-size: 20px;
  font-weight: 700;
}

.shop-button {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-radius: 8px;
  background: #5434ee;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.or-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 26px 0;
  color: #aaa;
  font-weight: 800;
}

.or-line::before,
.or-line::after {
  content: "";
  height: 1px;
  background: #444;
}

.email-login {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 72px;
  border: 2px solid #2765e8;
  border-radius: 8px;
  padding: 0 18px;
}

.email-login input {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

.email-login span {
  color: #aaa;
  font-size: 28px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .site-header {
    padding: 0 24px;
  }

  .nav-left,
  .nav-right {
    gap: 18px;
  }

  .hero-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-page {
    grid-template-columns: 1fr;
    padding: 42px 24px 70px;
  }

  .product-detail {
    position: static;
    padding: 34px 0 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .announcement {
    height: 38px;
    font-size: 13px;
  }

  .site-header {
    top: 38px;
    grid-template-columns: auto 1fr auto;
    min-height: 78px;
    padding: 0 16px;
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .brand {
    justify-self: center;
    font-size: 38px;
  }

  .section {
    padding: 42px 18px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-grid,
  .product-grid {
    grid-template-columns: 1fr;
    row-gap: 44px;
    padding: 0 18px 58px;
  }

  .page-title {
    margin-bottom: 34px;
    font-size: 58px;
  }

  .product-info a,
  .price {
    font-size: 28px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    min-height: auto;
    padding: 210px 18px 54px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .payment-badges {
    justify-self: start;
  }

  .drawer,
  .search-panel {
    width: 100%;
  }
}

/* Final visual pass: tighter, closer to the reference without over-scaling. */
.announcement {
  height: 42px;
  font-size: clamp(14px, 1.1vw, 19px);
}

.site-header {
  top: 42px;
  min-height: 94px;
  padding: 0 56px;
}

.nav-left,
.nav-right {
  position: relative;
  z-index: 2;
  gap: 30px;
}

.nav-left {
  grid-column: 1;
  justify-self: start;
}

.nav-right {
  grid-column: 3;
  justify-self: end;
}

.nav-left a {
  font-size: clamp(16px, 1.15vw, 22px);
}

sup {
  min-width: 54px;
  height: 28px;
  font-size: 14px;
}

.brand {
  position: absolute;
  left: 50%;
  top: 50%;
  justify-self: auto;
  font-size: clamp(40px, 3.9vw, 64px);
  transform: translate(-50%, -50%) scaleX(1.18);
  transform-origin: center;
}

.icon-button {
  width: 34px;
  height: 34px;
}

.icon-button svg {
  width: 29px;
  height: 29px;
}

.section {
  padding: 52px 56px;
}

.section.tight {
  padding-top: 48px;
}

.page-title {
  margin-bottom: 38px;
  font-size: clamp(48px, 5.4vw, 96px);
  line-height: 0.86;
}

.small-title {
  margin-bottom: 30px;
  font-size: clamp(36px, 4.4vw, 76px);
  line-height: 0.92;
}

.hero {
  min-height: min(680px, calc(100vh - 136px));
}

.hero-word {
  font-size: clamp(70px, 13vw, 210px);
  line-height: 0.8;
}

.hero-grid,
.product-grid {
  column-gap: 24px;
  row-gap: 50px;
  padding: 0 56px 68px;
}

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

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

.product-media {
  transition: filter 180ms ease, transform 180ms ease;
}

.product-card:hover .product-media {
  filter: brightness(1.14) contrast(1.06);
}

.product-card:hover .product-media::before {
  opacity: 0.9;
}

.product-media::after {
  width: 74%;
  font-size: clamp(20px, 2.05vw, 38px);
  line-height: 0.92;
}

.product-info {
  gap: 9px;
  padding-top: 16px;
}

.product-info a {
  font-size: clamp(17px, 1.15vw, 23px);
  line-height: 0.98;
}

.price {
  font-size: clamp(20px, 1.45vw, 29px);
  line-height: 0.98;
}

.collection-strip {
  margin: 28px 0 60px;
  gap: 82px;
}

.collection-tile {
  flex-basis: 28vw;
  min-width: 300px;
}

.collection-tile span {
  top: -46px;
  font-size: clamp(36px, 4.2vw, 78px);
}

.cta-band {
  min-height: 210px;
}

.cta-band h2 {
  font-size: clamp(42px, 5.2vw, 92px);
}

.product-page {
  padding: 50px 56px 78px;
}

.product-detail {
  top: 150px;
  padding-left: 42px;
}

.product-detail h1 {
  font-size: clamp(42px, 4vw, 74px);
  line-height: 0.9;
}

.option-label {
  font-size: 18px;
}

.primary-button,
.secondary-button {
  min-height: 58px;
  font-size: 19px;
}

.page-body {
  padding: 104px 0 116px;
}

.page-body h1 {
  margin-bottom: 50px;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 0.92;
}

.site-footer {
  gap: 64px;
  min-height: 560px;
  padding: 205px 56px 70px;
}

.footer-mark {
  top: 66px;
  width: 120px;
  height: 120px;
  border-width: 11px;
  font-size: 48px;
}

.footer-mark::before,
.footer-mark::after {
  top: -34px;
  border-left-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 38px;
}

.site-footer h2 {
  font-size: clamp(21px, 1.45vw, 28px);
}

.site-footer a {
  font-size: clamp(18px, 1.25vw, 24px);
}

.footer-brand {
  font-size: clamp(36px, 3.8vw, 62px) !important;
}

.drawer,
.search-panel {
  width: min(100%, 660px);
}

.drawer-head,
.search-head {
  min-height: 82px;
}

.drawer-head h2,
.search-head label {
  font-size: clamp(27px, 2.2vw, 40px);
}

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

@media (max-width: 760px) {
  .announcement {
    height: 38px;
  }

  .site-header {
    top: 38px;
    min-height: 76px;
    padding: 0 16px;
  }

  .brand {
    font-size: 36px;
  }

  .hero-grid,
  .product-grid {
    grid-template-columns: 1fr;
    padding: 0 18px 54px;
  }

  .hero {
    min-height: 520px;
  }

  .page-title {
    font-size: 50px;
  }

  .product-info a,
  .price {
    font-size: 24px;
  }
}

/* Clean storefront pass. */
:root {
  --latin-font: "CINEMAX Gotham Titling Italic", Impact, "Arial Black", "Arial Narrow", Arial, sans-serif;
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

body {
  font-family: var(--latin-font);
}

body.no-scroll {
  overflow: hidden;
}

.instagram-cta a,
.site-footer a[href*="instagram"],
.site-footer a[href*="t.me"],
.checkout-summary,
.delivery-note,
.consent-row span {
  text-transform: none;
}

.brand,
.nav-left a,
.page-title,
.small-title,
.product-info a,
.price,
.product-detail h1,
.drawer-head h2,
.search-head label,
.site-footer h2,
.site-footer a,
.hero-word {
  font-family: var(--latin-font);
}

.app-shell {
  min-height: 68vh;
}

.hero {
  min-height: min(640px, calc(100vh - 136px));
  place-items: center;
  padding: 96px 24px;
}

.hero::before {
  opacity: 0.55;
}

.hero-word {
  position: relative;
  inset: auto;
  max-width: 100%;
  color: rgba(239, 56, 69, 0.86);
  font-size: clamp(86px, 13vw, 220px);
  line-height: 0.82;
  text-align: center;
  transform: rotate(-3deg) scaleX(1.04);
}

.hero-link {
  position: absolute;
  left: 50%;
  bottom: 58px;
  min-width: 220px;
  padding: 18px 26px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 17px;
  text-align: center;
  transform: translateX(-50%);
}

.hero-link:hover {
  background: #fff;
  color: #000;
}

.product-card {
  animation: itemIn 520ms ease both;
}

.product-card:nth-child(2) {
  animation-delay: 70ms;
}

.product-card:nth-child(3) {
  animation-delay: 140ms;
}

.product-card:nth-child(4) {
  animation-delay: 210ms;
}

@keyframes itemIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  padding-top: 86px;
  padding-bottom: 44px;
}

.section.tight {
  padding-top: 112px;
}

.section-gap {
  padding-top: 132px;
}

.page-title {
  margin-bottom: 40px;
}

.small-title {
  text-align: left;
}

.hero-grid,
.product-grid {
  row-gap: 64px;
}

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

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

.product-card .product-media {
  aspect-ratio: 1 / 0.84;
}

.product-info {
  min-height: 82px;
}

.instagram-cta {
  width: min(100%, var(--max));
  margin: 72px auto 118px;
  padding: 70px 56px 84px;
  display: grid;
  justify-items: center;
  gap: 18px;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
  text-align: center;
}

.instagram-cta span {
  color: #fff;
  font-size: clamp(36px, 4vw, 68px);
  line-height: 0.9;
}

.instagram-cta a {
  color: var(--red);
  border-bottom: 2px solid var(--red);
  font-size: clamp(20px, 2vw, 32px);
}

.product-page {
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.82fr);
  gap: 52px;
  max-width: 1580px;
}

.product-carousel {
  position: relative;
  min-width: 0;
  max-width: 760px;
  align-self: start;
}

.carousel-viewport {
  overflow: hidden;
  background: #030303;
}

.carousel-track {
  display: flex;
  transition: transform 260ms ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.carousel-slide .product-media {
  aspect-ratio: 1 / 0.82;
  max-height: 620px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 58px;
  line-height: 1;
  text-shadow: 0 8px 24px #000;
  transform: translateY(-50%);
}

.carousel-arrow:hover {
  color: var(--red);
}

.carousel-prev {
  left: 20px;
}

.carousel-next {
  right: 20px;
}

.product-detail {
  padding-left: 0;
}

.cart-line {
  grid-template-columns: 104px 1fr;
  align-items: center;
}

.cart-line h3 {
  margin-right: 0;
}

.cart-qty {
  width: 150px;
  height: 42px;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  margin-top: 12px;
  border: 1px solid #fff;
}

.cart-qty button,
.cart-qty span {
  min-height: 40px;
  display: grid;
  place-items: center;
}

.cart-qty button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
}

.cart-qty button:hover {
  background: #fff;
  color: #000;
}

.cart-actions {
  border-top: 1px solid #222;
}

.checkout-form {
  padding: 32px 42px 46px;
}

.checkout-back {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #333;
  background: transparent;
  color: #fff;
  padding: 0;
  margin: 0 0 24px;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.checkout-back:hover {
  background: #fff;
  color: #000;
}

.checkout-form h3 {
  margin: 0 0 22px;
  font-size: clamp(28px, 2.5vw, 42px);
}

.checkout-summary,
.delivery-note,
.consent-row span {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  text-transform: none;
}

.checkout-summary {
  margin: 0 0 24px;
  color: #d6d6d6;
  font-weight: 700;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.checkout-grid label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 17px;
}

.checkout-grid .wide {
  grid-column: 1 / -1;
}

.checkout-grid input,
.checkout-grid select,
.checkout-grid textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #000;
  color: #fff;
  padding: 14px 16px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
  box-shadow: none;
}

.email-login {
  border-color: #4a4a4a;
  box-shadow: none;
}

.email-login:focus-within {
  border-color: #fff;
  box-shadow: none;
}

.email-login input:focus {
  outline: 0;
}

.checkout-grid textarea {
  min-height: 92px;
  resize: vertical;
}

.delivery-note {
  margin: 22px 0 16px;
  padding: 16px;
  border: 1px solid #333;
  color: #d8d8d8;
  font-weight: 800;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
  color: #ddd;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--red);
}

.drawer,
.search-panel {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.site-footer {
  gap: 86px;
  min-height: 700px;
  padding-top: 330px;
}

.footer-mark {
  top: 96px;
}

.site-footer a:hover {
  color: var(--red);
}

.newsletter button {
  display: grid;
  place-items: center;
}

.newsletter button span {
  position: relative;
  width: 34px;
  height: 2px;
  display: block;
  background: #fff;
}

.newsletter button span::before,
.newsletter button span::after {
  content: "";
  position: absolute;
  right: 0;
  width: 12px;
  height: 2px;
  background: #fff;
  transform-origin: right center;
}

.newsletter button span::before {
  transform: rotate(42deg);
}

.newsletter button span::after {
  transform: rotate(-42deg);
}

.newsletter button:hover {
  background: #fff;
}

.newsletter button:hover span,
.newsletter button:hover span::before,
.newsletter button:hover span::after {
  background: #000;
}

/* Production polish: video hero, reference-style header, quieter product scale. */
.home-route .site-header {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  transition: background 180ms ease, backdrop-filter 180ms ease, border-color 180ms ease;
}

.home-route .site-header:hover,
.home-route .site-header:focus-within {
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(12px);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.home-route .app-shell {
  margin-top: -94px;
}

.hero {
  min-height: min(760px, calc(100vh - 42px));
  padding: 150px 24px 108px;
  background: #030303;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.08) contrast(1.04) brightness(0.58);
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 50%, rgba(0, 0, 0, 0.28));
  opacity: 1;
}

.graffiti-band {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(170px, 18vw, 300px);
  padding: 30px 24px 34px;
  overflow: hidden;
  background: #000;
}

.graffiti-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(239, 56, 69, 0.08), transparent 52%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 170px);
  opacity: 0.55;
}

.graffiti-band span {
  position: relative;
  display: block;
  max-width: 92vw;
  color: var(--red);
  font-family: "Brush Script MT", "Segoe Script", "Comic Sans MS", cursive;
  font-size: clamp(54px, 7vw, 138px);
  font-weight: 900;
  line-height: 0.82;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  transform: rotate(-2deg) skewX(-8deg) scaleX(1.02);
  text-shadow:
    -2px 0 0 rgba(239, 56, 69, 0.7),
    4px 6px 0 rgba(0, 0, 0, 0.34);
}

.section {
  padding-top: 70px;
  padding-bottom: 34px;
}

.section-gap {
  padding-top: 96px;
}

.page-title {
  margin-bottom: 28px;
  font-size: clamp(42px, 5.4vw, 88px);
  line-height: 0.86;
}

.small-title {
  margin-bottom: 26px;
  font-size: clamp(34px, 4vw, 66px);
  line-height: 0.9;
}

.hero-grid,
.product-grid {
  width: min(100%, 1560px);
  column-gap: 28px;
  row-gap: 46px;
  padding: 0 56px 66px;
}

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

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

.product-card .product-media {
  aspect-ratio: 1 / 0.78;
}

.product-info {
  min-height: 66px;
  padding-top: 12px;
}

.product-info a {
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1;
}

.price {
  font-size: clamp(18px, 1.22vw, 24px);
}

.product-detail h1 {
  font-size: clamp(42px, 4.4vw, 82px);
  line-height: 0.86;
}

.product-page {
  gap: 46px;
  max-width: 1500px;
}

.product-carousel {
  max-width: 720px;
}

.carousel-slide .product-media {
  max-height: 590px;
}

@media (max-width: 1100px) {
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-carousel {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 480px;
    padding: 72px 18px;
  }

  .graffiti-band {
    min-height: 138px;
    padding: 24px 14px 28px;
  }

  .graffiti-band span {
    font-size: clamp(34px, 11vw, 68px);
    transform: rotate(-2deg) skewX(-7deg) scaleX(1);
  }

  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    grid-template-columns: 1fr;
  }

  .instagram-cta {
    margin-bottom: 54px;
    padding: 52px 18px;
  }

  .carousel-arrow {
    width: 36px;
    height: 54px;
    font-size: 44px;
  }

  .checkout-form {
    padding: 28px 22px 40px;
  }

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

  .cart-line {
    grid-template-columns: 86px 1fr;
    padding: 22px;
  }

  .site-footer {
    gap: 46px;
    padding-top: 270px;
  }
}

/* Final mobile polish: keeps the shop readable and stable on phones. */
@media (max-width: 760px) {
  .announcement {
    height: 42px;
    font-size: 14px;
  }

  .site-header {
    top: 42px;
    min-height: 78px;
    padding: 0 18px;
    grid-template-columns: 1fr auto 1fr;
  }

  .menu-button {
    display: block;
    justify-self: start;
    font-size: 18px;
  }

  .nav-left {
    display: none;
  }

  .nav-right {
    display: flex;
    justify-self: end;
    gap: 10px;
  }

  .icon-button {
    width: 34px;
    height: 34px;
  }

  .icon-button svg {
    width: 24px;
    height: 24px;
  }

  .brand {
    font-size: clamp(38px, 11vw, 48px);
    transform: scaleX(1.08);
  }

  .section {
    padding: 52px 18px 24px;
  }

  .section-gap {
    padding-top: 76px;
  }

  .page-title,
  .small-title {
    text-align: left;
    font-size: clamp(42px, 13vw, 66px);
    line-height: 0.9;
    transform: none;
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 42px;
    padding: 0 18px 58px;
  }

  .product-card .product-media {
    aspect-ratio: 3 / 4;
  }

  .product-info {
    padding-top: 12px;
    gap: 8px;
  }

  .product-info a {
    font-size: clamp(15px, 4.3vw, 18px);
    line-height: 0.96;
  }

  .price {
    font-size: clamp(18px, 5.6vw, 24px);
  }

  .drawer,
  .search-panel {
    width: 100vw;
    max-width: none;
  }

  .drawer-head,
  .search-head {
    min-height: 74px;
    padding: 0 22px;
  }

  .drawer-head h2,
  .search-head label {
    font-size: 34px;
  }

  .close-x {
    font-size: 46px;
  }

  .cart-line {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 22px;
  }

  .cart-thumb {
    min-height: 92px;
  }

  .cart-line-info {
    min-width: 0;
  }

  .cart-line h3 {
    margin: 0 0 8px;
    font-size: clamp(22px, 7.6vw, 31px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .cart-line .price {
    color: var(--muted);
    font-size: 15px;
    line-height: 1;
  }

  .cart-qty {
    width: 132px;
    height: 40px;
    grid-template-columns: 40px 1fr 40px;
    margin-top: 10px;
  }

  .cart-qty button,
  .cart-qty span {
    min-height: 38px;
    font-size: 18px;
  }

  .cart-actions {
    padding: 30px 22px 36px;
  }

  .cart-actions p {
    font-size: 26px;
  }

  .primary-button,
  .secondary-button {
    min-height: 58px;
    padding: 0 16px;
    font-size: 20px;
  }

  .checkout-form {
    padding: 24px 20px 38px;
  }

  .checkout-form h3 {
    font-size: 32px;
    line-height: 0.95;
  }

  .checkout-summary {
    font-size: 14px;
    line-height: 1.35;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .checkout-grid input,
  .checkout-grid textarea,
  .checkout-grid select {
    padding: 15px 14px;
    font-size: 16px;
  }

  .delivery-note {
    font-size: 15px;
    line-height: 1.35;
  }

  .consent-row {
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.3;
  }

  .product-page {
    padding: 34px 18px 72px;
    gap: 28px;
  }

  .product-detail h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: 0.9;
  }

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

  .product-carousel {
    max-width: 100%;
  }

  .carousel-slide .product-media {
    aspect-ratio: 4 / 5;
    max-height: none;
  }

  .graffiti-band {
    min-height: 210px;
    padding: 24px 18px;
  }

  .graffiti-band span {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 76px);
    line-height: 0.86;
    white-space: normal;
    text-align: center;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 220px 22px 60px;
  }
}

@media (max-width: 390px) {
  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    column-gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-info a {
    font-size: 14px;
  }

  .cart-line {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 18px 16px;
  }

  .cart-thumb {
    min-height: 82px;
  }

  .cart-qty {
    width: 124px;
  }
}

/* Final mobile polish */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .graffiti-band {
    display: none;
  }

  .app-shell {
    min-width: 0;
  }

  .announcement {
    height: 34px;
    font-size: 16px;
  }

  .site-header {
    min-height: 76px;
    padding: 0 18px;
  }

  .brand {
    font-size: clamp(34px, 12vw, 52px);
    line-height: 0.82;
    white-space: nowrap;
  }

  .nav-right {
    gap: 10px;
  }

  .icon-button {
    width: 34px;
    height: 34px;
  }

  .icon-button svg {
    width: 24px;
    height: 24px;
  }

  .home-route .app-shell {
    margin-top: -76px;
  }

  .hero {
    min-height: min(72vh, 560px);
    padding-top: 110px;
  }

  .hero-video {
    object-fit: cover;
    object-position: center;
  }

  .section {
    padding: 46px 18px 20px;
  }

  .section-gap {
    padding-top: 60px;
  }

  .page-title,
  .small-title {
    font-size: clamp(48px, 17vw, 76px);
    line-height: 0.86;
    text-align: left;
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 14px;
    padding: 0 16px 52px;
  }

  .product-card {
    min-width: 0;
  }

  .product-card .product-media {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .product-card .product-media.has-image img,
  .cart-thumb.has-image img,
  .search-result .cart-thumb.has-image img {
    object-fit: cover;
  }

  .product-info {
    min-height: 64px;
    padding-top: 10px;
  }

  .product-info a {
    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .product-info .price,
  .price {
    font-size: clamp(18px, 5.4vw, 23px);
    line-height: 0.95;
  }

  .instagram-cta {
    padding: 58px 18px 54px;
  }

  .drawer,
  .search-panel {
    inset: 0 0 auto auto;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    overflow-y: auto;
  }

  .drawer-head,
  .search-head {
    min-height: 72px;
    padding: 0 18px;
  }

  .drawer-head h2,
  .search-head label {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 0.9;
  }

  .close-x {
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 1;
  }

  .cart-line {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 18px;
  }

  .cart-thumb {
    min-height: 86px;
  }

  .cart-line h3 {
    margin: 0 0 7px;
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .cart-line .price {
    font-size: 15px;
  }

  .cart-qty {
    width: 122px;
    height: 38px;
    grid-template-columns: 38px 1fr 38px;
    margin-top: 10px;
  }

  .cart-qty button,
  .cart-qty span {
    min-height: 36px;
    font-size: 18px;
  }

  .cart-actions {
    padding: 28px 18px 36px;
  }

  .cart-actions p {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 0.95;
  }

  .primary-button,
  .secondary-button {
    min-height: 56px;
    padding: 0 14px;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1;
  }

  .checkout-form {
    padding: 24px 18px 40px;
  }

  .checkout-form h3 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.92;
  }

  .checkout-summary,
  .delivery-note,
  .consent-row {
    font-size: 14px;
    line-height: 1.35;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .checkout-grid input,
  .checkout-grid textarea,
  .checkout-grid select,
  .email-login input {
    min-width: 0;
    padding: 14px 13px;
    font-size: 16px;
  }

  .search-panel #search-input {
    width: calc(100% - 36px);
    height: 54px;
    margin: 24px 18px 0;
    padding: 0 14px;
    font-size: 16px;
  }

  .trend-title,
  .recommend-title {
    margin-left: 18px;
    margin-right: 18px;
    font-size: 22px;
  }

  .trend-tags {
    margin: 22px 18px 0;
    gap: 10px;
  }

  .trend-tags button {
    min-height: 42px;
    padding: 0 15px;
    font-size: 17px;
  }

  .search-results {
    margin: 22px 18px 36px;
    gap: 18px;
  }

  .search-result {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 13px;
    min-height: 78px;
    align-items: center;
  }

  .search-result .cart-thumb {
    min-height: 78px;
  }

  .search-result > span:nth-child(2) {
    min-width: 0;
    font-size: clamp(22px, 6.4vw, 30px);
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .search-result .price {
    grid-column: 2;
    justify-self: start;
    font-size: 19px;
  }

  .product-page {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 16px 72px;
  }

  .product-carousel {
    width: 100%;
    max-width: none;
  }

  .carousel-slide .product-media {
    aspect-ratio: 4 / 5;
    max-height: 72vh;
  }

  .product-detail h1 {
    font-size: clamp(38px, 12vw, 60px);
    line-height: 0.88;
  }

  .product-detail .price {
    font-size: 28px;
  }

  .swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .swatches button {
    min-height: 54px;
    font-size: 20px;
  }

  .qty-control {
    width: min(100%, 220px);
    height: 52px;
  }

  .accordion summary {
    min-height: 58px;
    font-size: 22px;
  }

  .policy-page,
  .contact-page {
    padding: 70px 18px 86px;
  }

  .policy-page h1,
  .contact-page h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .policy-content,
  .contact-form {
    width: 100%;
  }

  .mobile-menu {
    width: 100vw;
    padding: 28px 24px;
    gap: 22px;
  }

  .mobile-menu a,
  .mobile-menu button {
    font-size: clamp(34px, 12vw, 48px);
  }

  .account-page {
    padding: 54px 18px 92px;
  }

  .account-page h1 {
    margin-bottom: 54px;
    transform: none;
    font-size: clamp(48px, 16vw, 68px);
  }

  .account-box {
    width: 100%;
    max-width: 520px;
  }

  .email-login {
    min-height: 56px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 180px 22px 58px;
  }

  .footer-mark {
    top: 52px;
  }
}

@media (max-width: 420px) {
  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    gap: 30px 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-info {
    min-height: 58px;
  }

  .product-info a {
    font-size: 13px;
  }

  .cart-line {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 11px;
    padding: 16px 14px;
  }

  .cart-thumb {
    min-height: 78px;
  }

  .cart-line h3 {
    font-size: 20px;
  }

  .cart-qty {
    width: 116px;
  }

  .drawer-head,
  .search-head,
  .cart-actions,
  .checkout-form {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-page {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Mobile hardening pass */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .announcement {
    position: sticky;
    top: 0;
    height: 34px;
    padding: 0 8px;
    font-size: clamp(12px, 3.5vw, 15px);
    text-align: center;
  }

  .site-header {
    top: 34px;
    grid-template-columns: 58px minmax(0, 1fr) 100px;
    min-height: 74px;
    padding: 0 14px;
    column-gap: 6px;
    align-items: center;
  }

  .home-route .site-header {
    background: rgba(0, 0, 0, 0.18);
  }

  .home-route .site-header:hover,
  .home-route .site-header:focus-within {
    background: #000;
  }

  .menu-button {
    display: block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    align-self: center;
    max-width: 58px;
    font-size: clamp(13px, 3.7vw, 16px);
    line-height: 1;
    white-space: nowrap;
  }

  .nav-left {
    display: none;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    max-width: 100%;
    transform: none;
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 0.82;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .nav-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    gap: 5px;
    min-width: 0;
  }

  .icon-button {
    width: 28px;
    height: 28px;
  }

  .icon-button svg {
    width: 21px;
    height: 21px;
  }

  .icon-button [data-cart-count],
  .icon-button span {
    right: -7px;
    bottom: -6px;
    font-size: 11px;
  }

  .home-route .app-shell {
    margin-top: -74px;
  }

  .hero {
    min-height: clamp(350px, 54vh, 450px);
    padding-top: 108px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.18) 34%, #000 100%);
  }

  .section {
    width: 100%;
    padding: 30px 18px 18px;
  }

  .section-gap {
    padding-top: 56px;
  }

  .page-title,
  .small-title {
    font-size: clamp(38px, 12vw, 56px);
    line-height: 0.86;
    transform: none;
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
    padding: 0 14px 48px;
  }

  .product-card .product-media {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .product-info {
    min-height: 56px;
    padding-top: 9px;
    gap: 7px;
  }

  .product-info a {
    min-height: 0;
    font-size: clamp(13px, 3.9vw, 16px);
    line-height: 1;
  }

  .product-info .price {
    font-size: clamp(18px, 5vw, 22px);
  }

  .instagram-cta {
    padding: 48px 18px 48px;
  }

  .drawer,
  .search-panel {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    border-left: 0;
  }

  .drawer-head,
  .search-head {
    min-height: 68px;
    padding: 0 16px;
  }

  .drawer-head h2,
  .search-head label {
    font-size: clamp(30px, 9.5vw, 40px);
    line-height: 0.9;
  }

  .close-x {
    width: 38px;
    height: 38px;
    font-size: 38px;
  }

  .cart-line {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    align-items: start;
  }

  .cart-thumb {
    min-height: 78px;
    aspect-ratio: 1;
  }

  .cart-line h3 {
    margin-bottom: 8px;
    font-size: clamp(18px, 5.1vw, 24px);
    line-height: 0.92;
    overflow-wrap: anywhere;
  }

  .cart-line-info .price {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.05;
  }

  .cart-qty {
    width: 118px;
    height: 38px;
  }

  .cart-actions {
    padding: 26px 16px 34px;
  }

  .cart-actions p {
    font-size: clamp(23px, 6.8vw, 30px);
  }

  .checkout-form {
    padding: 22px 16px 38px;
  }

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

  .checkout-grid input,
  .checkout-grid textarea,
  .checkout-grid select {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
  }

  .product-page {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 14px 62px;
  }

  .carousel-slide .product-media {
    aspect-ratio: 4 / 5;
    max-height: 68vh;
  }

  .product-detail h1 {
    font-size: clamp(32px, 9.6vw, 46px);
    line-height: 0.88;
  }

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

  .swatches button {
    min-height: 50px;
    font-size: 18px;
  }

  .primary-button,
  .secondary-button {
    min-height: 54px;
    font-size: clamp(17px, 4.8vw, 21px);
  }

  .search-panel #search-input {
    width: calc(100% - 32px);
    margin: 22px 16px 0;
  }

  .trend-title,
  .recommend-title,
  .trend-tags,
  .search-results {
    margin-left: 16px;
    margin-right: 16px;
  }

  .search-result {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    min-height: 72px;
  }

  .search-result .cart-thumb {
    min-height: 72px;
  }

  .search-result > span:nth-child(2) {
    font-size: clamp(17px, 5vw, 23px);
    line-height: 0.95;
    overflow-wrap: anywhere;
  }

  .search-result .price {
    font-size: clamp(17px, 5vw, 23px);
    white-space: nowrap;
  }

  .site-footer {
    padding: 150px 20px 54px;
  }

  .mobile-menu {
    padding: 24px 22px;
  }

  .mobile-menu a,
  .mobile-menu button {
    font-size: clamp(30px, 9.5vw, 40px);
  }
}

@media (max-width: 380px) {
  .site-header {
    grid-template-columns: 52px minmax(0, 1fr) 88px;
    padding: 0 10px;
    column-gap: 5px;
  }

  .brand {
    font-size: clamp(25px, 7.8vw, 32px);
  }

  .nav-right {
    gap: 3px;
  }

  .icon-button {
    width: 26px;
    height: 26px;
  }

  .icon-button svg {
    width: 20px;
    height: 20px;
  }

  .menu-button {
    max-width: 52px;
    font-size: 13px;
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    gap: 28px 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-info a {
    font-size: 12px;
  }

  .cart-line {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 12px;
  }

  .cart-thumb {
    min-height: 68px;
  }

  .cart-qty {
    width: 108px;
  }

  .primary-button,
  .secondary-button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 17px;
  }
}

/* ===== MOBILE EMERGENCY FIX ===== */

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .announcement {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 36px;
    font-size: 13px;
    line-height: 1;
  }

  .site-header {
    position: sticky;
    top: 36px;
    z-index: 99;
    display: grid;
    grid-template-columns: 64px 1fr 78px;
    align-items: center;
    min-height: 64px;
    padding: 0 12px;
    background: #000;
    border-bottom: 1px solid rgba(255,255,255,.14);
    backdrop-filter: none;
  }

  .home-route .site-header {
    background: #000;
    backdrop-filter: none;
  }

  .home-route .app-shell {
    margin-top: 0;
  }

  .nav-left {
    display: none !important;
  }

  .menu-button {
    display: block;
    grid-column: 1;
    justify-self: start;
    max-width: 60px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1;
  }

  .brand {
    position: static;
    grid-column: 2;
    justify-self: center;
    font-size: clamp(30px, 9vw, 42px);
    line-height: .8;
    white-space: nowrap;
    transform: scaleX(1.06);
  }

  .nav-right {
    display: flex !important;
    grid-column: 3;
    justify-self: end;
    align-items: center;
    gap: 7px;
  }

  .icon-button {
    width: 28px;
    height: 28px;
  }

  .icon-button svg {
    width: 22px;
    height: 22px;
  }

  .icon-button [data-cart-count],
  .icon-button span {
    right: -6px;
    bottom: -5px;
    font-size: 11px;
  }

  .hero {
    min-height: 430px;
    padding: 0;
  }

  .hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .section {
    padding: 34px 14px 18px;
  }

  .page-title,
  .small-title {
    margin: 0 0 22px;
    font-size: clamp(38px, 13vw, 58px);
    line-height: .86;
    text-align: left;
    transform: none;
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
    width: 100%;
    padding: 0 12px 46px;
  }

  .product-card {
    min-width: 0;
  }

  .product-card .product-media {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  .product-card .product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-info {
    min-height: auto;
    padding-top: 9px;
    gap: 6px;
  }

  .product-info a {
    font-size: 13px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .product-info .price,
  .price {
    font-size: 17px;
    line-height: .95;
  }

  .product-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
    padding: 24px 12px 60px;
  }

  .product-carousel {
    width: 100%;
    max-width: none;
  }

  .carousel-slide .product-media {
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: none;
  }

  .carousel-slide .product-media img {
    object-fit: cover;
  }

  .carousel-prev {
    left: 8px;
  }

  .carousel-next {
    right: 8px;
  }

  .product-detail {
    padding: 0;
  }

  .product-detail h1 {
    font-size: clamp(34px, 11vw, 52px);
    line-height: .86;
  }

  .instagram-cta {
    margin: 42px auto 54px;
    padding: 44px 16px;
  }

  .drawer,
  .search-panel,
  .mobile-menu {
    width: 100vw;
    max-width: 100vw;
  }
}

@media (max-width: 380px) {
  .site-header {
    grid-template-columns: 58px 1fr 72px;
    padding: 0 10px;
  }

  .brand {
    font-size: clamp(27px, 8vw, 34px);
  }

  .hero-grid,
  .product-grid,
  .product-grid-two,
  .section.tight .product-grid {
    gap: 26px 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-info a {
    font-size: 12px;
  }

  .product-info .price,
  .price {
    font-size: 16px;
  }
}

/* ===== MOBILE MENU / SEARCH / CART FIX ===== */

@media (max-width: 760px) {
  .mobile-menu {
    top: 100px;
    height: calc(100dvh - 100px);
    padding: 26px 18px;
    gap: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .mobile-menu a {
    font-size: clamp(30px, 10vw, 44px);
    line-height: .9;
  }

  .search-panel,
  .drawer {
    top: 100px;
    height: calc(100dvh - 100px);
  }

  .search-head,
  .drawer-head {
    display: none;
  }

  .search-panel #search-input {
    margin-top: 24px;
  }

  .search-result {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .search-result > span:nth-child(2) {
    font-size: clamp(20px, 6vw, 28px);
  }

  .search-result .price {
    font-size: 20px;
  }

  .cart-line:first-child {
    margin-top: 18px;
  }

  .cart-line h3 {
    font-size: clamp(18px, 5.4vw, 24px);
    line-height: .95;
  }

  .cart-actions {
    padding-top: 38px;
  }

  .cart-actions p {
    font-size: clamp(24px, 7vw, 32px);
  }
}

/* ===== FINAL RESPONSIVE STABILIZATION ===== */

/* Remove red face/logo in footer */
.footer-mark {
  display: none !important;
}

.site-footer {
  min-height: auto !important;
  padding-top: 90px !important;
}

/* Laptop/tablet stabilization */
@media (min-width: 761px) and (max-width: 1280px) {
  .site-header {
    padding: 0 28px !important;
  }

  .brand {
    font-size: clamp(42px, 5vw, 58px) !important;
  }

  .hero-grid,
  .product-grid {
    padding-left: 28px !important;
    padding-right: 28px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-card .product-media {
    aspect-ratio: 4 / 5 !important;
  }

  .section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .site-footer {
    padding-left: 28px !important;
    padding-right: 28px !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 48px !important;
  }
}

/* Mobile footer cleanup */
@media (max-width: 760px) {
  .site-footer {
    padding: 64px 22px 58px !important;
    gap: 38px !important;
  }

  .site-footer h2 {
    font-size: 28px !important;
  }

  .newsletter {
    width: 100% !important;
  }

  .footer-bottom {
    margin-top: 34px !important;
  }
}
/* ===== FINAL HELP / FOOTER STABILIZATION ===== */

.footer-mark {
  display: none !important;
}

.help-page {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  max-width: 900px;
}

.help-page p {
  max-width: 620px;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.82);
}

.help-telegram {
  width: min(100%, 440px);
  text-align: center;
  text-decoration: none;
}

.help-note {
  font-size: clamp(15px, 1.4vw, 18px) !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

.site-footer {
  min-height: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;
  gap: 72px !important;
  padding-top: 90px !important;
}

.site-footer section {
  min-width: 0;
}

.site-footer section:first-child {
  display: none !important;
}

.footer-bottom {
  margin-top: 34px !important;
}

@media (min-width: 761px) and (max-width: 1280px) {
  .site-footer {
    padding-left: 32px !important;
    padding-right: 32px !important;
    gap: 48px !important;
  }

  .help-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (max-width: 760px) {
  .help-page {
    min-height: 58vh;
    padding-top: 48px;
    justify-content: flex-start;
  }

  .help-page h1 {
    font-size: clamp(46px, 16vw, 72px);
    line-height: 0.85;
  }

  .help-page p {
    font-size: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
    padding: 64px 22px 58px !important;
  }

  .site-footer h2 {
    font-size: 28px !important;
  }
}

/* ===== FINAL HELP PAGE + FOOTER POLISH ===== */

.help-page {
  width: min(100%, 980px) !important;
  min-height: calc(100vh - 150px) !important;
  margin: 0 auto !important;
  padding: clamp(80px, 10vw, 150px) 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 28px !important;
}

.help-page h1 {
  margin: 0 !important;
  font-size: clamp(58px, 10vw, 120px) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.04em !important;
}

.help-page p {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: clamp(22px, 2.4vw, 34px) !important;
  line-height: 1.15 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.help-telegram {
  width: min(100%, 520px) !important;
  margin-top: 18px !important;
  padding: 22px 28px !important;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: clamp(18px, 2vw, 26px) !important;
  line-height: 1 !important;
}

.help-telegram:hover {
  background: #ff2d3d !important;
  border-color: #ff2d3d !important;
  color: #fff !important;
}

.help-note {
  font-size: clamp(15px, 1.4vw, 18px) !important;
  color: rgba(255, 255, 255, 0.46) !important;
}

.site-footer {
  min-height: auto !important;
  padding: clamp(80px, 9vw, 130px) clamp(24px, 5vw, 72px) !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.75fr) minmax(320px, 1.25fr) !important;
  gap: clamp(48px, 8vw, 140px) !important;
  align-items: start !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer section:first-child {
  display: none !important;
}

.site-footer section {
  min-width: 0 !important;
}

.site-footer h2 {
  margin: 0 0 32px !important;
  font-size: clamp(30px, 4.2vw, 64px) !important;
  line-height: 0.85 !important;
}

.site-footer a {
  display: block !important;
  width: fit-content !important;
  margin: 0 0 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: clamp(18px, 1.7vw, 26px) !important;
  line-height: 1 !important;
}

.site-footer a:hover {
  color: #ff2d3d !important;
}

.site-footer p {
  max-width: 560px !important;
  margin: 0 0 34px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(18px, 1.8vw, 28px) !important;
  line-height: 1.2 !important;
}

.footer-brand {
  font-size: clamp(58px, 7vw, 110px) !important;
  line-height: 0.8 !important;
}

@media (max-width: 760px) {
  .help-page {
    min-height: calc(100vh - 120px) !important;
    padding: 70px 18px !important;
    gap: 24px !important;
  }

  .help-page h1 {
    font-size: clamp(52px, 17vw, 78px) !important;
  }

  .help-page p {
    font-size: 20px !important;
  }

  .help-telegram {
    padding: 19px 20px !important;
    font-size: 18px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 54px !important;
    padding: 70px 22px 80px !important;
  }

  .site-footer h2 {
    font-size: 34px !important;
  }

  .footer-brand {
    font-size: 58px !important;
  }
}

/* ===== CLEAN FINAL HELP + FOOTER OVERRIDE ===== */

.help-page {
  width: min(100%, 760px) !important;
  min-height: calc(100vh - 210px) !important;
  margin: 0 auto !important;
  padding: 96px 24px 110px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 22px !important;
}

.help-page h1 {
  font-size: clamp(48px, 7vw, 82px) !important;
  line-height: 0.9 !important;
  margin: 0 0 14px !important;
}

.help-page p {
  max-width: 560px !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
  line-height: 1.25 !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

.help-telegram {
  width: min(100%, 380px) !important;
  padding: 18px 22px !important;
  font-size: 18px !important;
}

.help-note {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.44) !important;
}

.site-footer {
  min-height: auto !important;
  padding: 64px clamp(24px, 5vw, 72px) 72px !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.8fr) minmax(280px, 1fr) !important;
  gap: clamp(42px, 7vw, 96px) !important;
  align-items: start !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.site-footer section:first-child {
  display: none !important;
}

.site-footer h2 {
  margin: 0 0 24px !important;
  font-size: clamp(28px, 3.4vw, 48px) !important;
  line-height: 0.9 !important;
}

.site-footer .footer-brand {
  font-size: clamp(42px, 5vw, 72px) !important;
  margin-bottom: 28px !important;
}

.site-footer p {
  max-width: 460px !important;
  margin: 0 0 28px !important;
  font-size: clamp(16px, 1.4vw, 22px) !important;
  line-height: 1.25 !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

.site-footer a {
  display: block !important;
  width: fit-content !important;
  margin: 0 0 16px !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.site-footer a:hover {
  color: #ff2d3d !important;
}

@media (max-width: 760px) {
  .help-page {
    min-height: calc(100vh - 160px) !important;
    padding: 64px 20px 78px !important;
  }

  .help-page h1 {
    font-size: clamp(46px, 15vw, 68px) !important;
  }

  .help-page p {
    font-size: 18px !important;
  }

  .help-telegram {
    width: 100% !important;
    padding: 17px 18px !important;
    font-size: 17px !important;
  }

  .site-footer {
    grid-template-columns: 1fr !important;
    gap: 44px !important;
    padding: 56px 22px 72px !important;
  }

  .site-footer h2 {
    font-size: 32px !important;
  }

  .site-footer .footer-brand {
    font-size: 48px !important;
  }
}