:root {
  --black: #000;
  --white: #fff;
  --muted: #b9b9b9;
  --lime: #ff7900;
  --line: #333;
  --purple: #5b2df5;
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Arial Narrow", Impact, Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}

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

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

.announcement {
  height: 49px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: #050505;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
}

.shop-header {
  height: 142px;
  display: grid;
  grid-template-columns: 140px 1fr 140px;
  align-items: center;
  padding: 0 36px;
  background: #000;
}

.shop-title {
  justify-self: center;
  color: #aaa;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.icon-menu {
  width: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.icon-menu span {
  display: block;
  height: 2px;
  margin: 8px 0;
  background: #cfcfcf;
}

.shop-icons {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: #cfcfcf;
  font-size: 31px;
  line-height: 1;
}

.shop-icons a:hover,
.shop-title:hover {
  color: var(--lime);
}

.menu-drawer {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
  gap: 32px;
  max-height: 0;
  overflow: hidden;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: #000;
  color: #cfcfcf;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: max-height 180ms ease, padding 180ms ease, border-color 180ms ease;
}

body.menu-open .menu-drawer {
  max-height: 220px;
  border-color: #222;
  padding: 24px;
}

.menu-drawer a:hover {
  color: var(--lime);
}

.logo-hero {
  display: grid;
  place-items: center;
  max-width: 1160px;
  min-height: 1160px;
  margin: 0 auto;
  padding: 30px 24px 70px;
}

.logo-hero img {
  width: min(1020px, 92vw);
  height: auto;
}

.lime-title {
  display: grid;
  place-items: center;
  min-height: 85px;
  background: var(--lime);
  color: #050505;
  text-align: center;
}

.lime-title h1 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.intro-copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 84px 24px 90px;
  text-align: center;
}

.intro-copy h2 {
  margin: 0 0 34px;
  font-size: 19px;
  line-height: 1.35;
}

.intro-copy p {
  margin: 0 auto 28px;
  color: #d8d8d8;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.55;
}

.intro-copy .small {
  color: #8b8b8b;
  font-size: 14px;
}

.lime-button {
  display: inline-grid;
  place-items: center;
  min-width: 230px;
  min-height: 53px;
  margin-top: 8px;
  background: var(--lime);
  color: #080808;
  font-size: 14px;
  font-weight: 900;
}

.results-discipline {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.72fr);
  gap: 120px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px 120px;
}

.results-image img {
  width: 100%;
}

.discipline-copy h2 {
  margin: 0 0 70px;
  font-size: clamp(58px, 6vw, 82px);
  line-height: 1.12;
}

.discipline-copy p {
  max-width: 520px;
  margin: 0;
  color: #ededed;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.instagram {
  padding: 28px 24px 80px;
  text-align: center;
}

.instagram h2 {
  margin: 0 0 28px;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1;
}

.instagram a {
  color: var(--lime);
  font-size: 16px;
  font-weight: 900;
  text-decoration: underline;
}

.lime-footer {
  min-height: 520px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 44px;
  padding: 70px 24px 36px;
  background: var(--lime);
  color: #050505;
  text-align: center;
}

.lime-footer h2 {
  margin: 0;
  font-size: 37px;
}

.lime-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  font-size: 16px;
  font-weight: 900;
}

.footer-social {
  font-size: 34px;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.payments span {
  min-width: 48px;
  border-radius: 4px;
  padding: 6px 8px;
  background: #fff;
  color: #18388d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.lime-footer p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.product-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 60px 58px 72px;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 435px;
  gap: 48px;
  align-items: start;
}

.product-media img {
  width: 100%;
}

.product-vendor {
  margin: 0 0 18px;
  color: #aaa;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.product-title,
.page-title,
.thank-card h1 {
  margin: 0;
  font-size: clamp(54px, 5vw, 78px);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.product-copy {
  margin: 50px 0;
  color: #cfcfcf;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.85;
}

.product-copy a {
  color: var(--lime);
  font-style: italic;
  font-weight: 900;
  text-decoration: underline;
}

.price {
  margin: 0 0 32px;
  font-size: 25px;
  font-weight: 900;
}

.variant-label,
.quantity-label {
  display: block;
  margin: 28px 0 14px;
  color: #a0a0a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

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

.variant-grid button {
  min-width: 112px;
  min-height: 48px;
  border: 1px solid #aaa;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.variant-grid button.is-active {
  background: #fff;
  color: #050505;
}

.quantity-control {
  display: grid;
  grid-template-columns: 64px 72px 64px;
  width: max-content;
  height: 56px;
  border: 1px solid #777;
}

.quantity-control button,
.quantity-control input {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.add-cart {
  width: 100%;
  margin-top: 30px;
  border: 2px solid var(--lime);
  background: transparent;
  color: var(--lime);
}

.shop-pay {
  width: 100%;
  margin-top: 14px;
  background: var(--purple);
  color: #fff;
}

.details-image {
  max-width: 1100px;
  margin: 70px auto 0;
}

.page-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 74px 24px 110px;
}

.page-actions {
  display: grid;
  gap: 28px;
  max-width: 620px;
  margin-top: 86px;
}

.contact-action {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid #777;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.contact-action.primary {
  border-color: var(--lime);
  background: var(--lime);
  color: #050505;
}

.page-content {
  color: #e8e8e8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.7;
}

.page-content ul {
  display: grid;
  gap: 16px;
  padding-left: 28px;
}

.thank-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 84px 24px 120px;
}

.thank-card {
  border: 1px solid #555;
  padding: 50px;
}

.thank-card p,
.thank-card li {
  color: #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .announcement {
    height: auto;
    min-height: 44px;
    padding: 10px;
    font-size: 15px;
  }

  .shop-header {
    height: 94px;
    grid-template-columns: 46px 1fr 58px;
    padding: 0 14px;
  }

  .shop-title {
    font-size: 22px;
    line-height: 1.05;
    text-align: center;
  }

  .shop-icons {
    gap: 14px;
    font-size: 25px;
  }

  .shop-icons a:nth-child(2) {
    display: none;
  }

  .logo-hero {
    padding: 22px 24px 52px;
  }

  .lime-title {
    min-height: 108px;
    padding: 16px 18px;
  }

  .lime-title h1 {
    max-width: 260px;
    font-size: 36px;
    line-height: 1.2;
  }

  .menu-drawer,
  body.menu-open .menu-drawer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .logo-hero {
    min-height: auto;
  }

  .results-discipline,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .results-discipline {
    gap: 44px;
    padding: 0 24px 80px;
  }

  .discipline-copy h2,
  .discipline-copy p {
    text-align: center;
  }

  .discipline-copy h2 {
    margin-bottom: 42px;
    font-size: 42px;
    line-height: 1.18;
  }

  .discipline-copy p {
    max-width: 320px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.45;
  }

  .product-main {
    padding: 36px 20px 60px;
  }

  .product-grid {
    gap: 28px;
  }

  .product-title,
  .page-title,
  .thank-card h1 {
    font-size: 42px;
    line-height: 1.25;
  }

  .product-copy {
    margin: 34px 0;
    font-size: 15px;
    line-height: 1.8;
  }

  .price {
    font-size: 22px;
  }

  .variant-grid {
    gap: 10px;
  }

  .variant-grid button {
    min-width: 94px;
    min-height: 44px;
  }

  .lime-footer {
    min-height: 610px;
    gap: 38px;
    justify-items: start;
    padding: 62px 38px 36px;
    text-align: left;
  }

  .lime-footer h2 {
    font-size: 29px;
  }

  .lime-footer nav {
    display: grid;
    justify-items: start;
    gap: 27px;
    font-size: 13px;
  }

  .footer-social,
  .payments {
    width: 100%;
    justify-self: center;
    text-align: center;
  }

  .payments {
    margin-top: 44px;
    gap: 8px;
  }

  .payments span {
    min-width: 43px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .lime-footer p {
    width: 100%;
    justify-self: center;
    max-width: 330px;
    font-size: 11px;
    text-align: center;
  }
}
