:root {
  --gh-green: #7A973F;
  --gh-red: #880100;
  --gh-black: #10110f;
  --gh-grey: #eef0ea;
  --gh-mid: #5e6259;
  --gh-white: #ffffff;
}

.gh-page {
  margin: 0;
  background: var(--gh-grey);
  color: var(--gh-black);
  font-family: Poppins, system-ui, sans-serif;
}

.gh-page * {
  box-sizing: border-box;
}

.gh-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(16px, 4vw, 42px);
  border-bottom: 1px solid rgba(16, 17, 15, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.gh-brand,
.gh-nav,
.gh-actions,
.gh-admin-topbar,
.gh-export-grid,
.gh-filter-grid {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gh-brand {
  color: var(--gh-black);
  text-decoration: none;
}

.gh-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--gh-white);
  box-shadow: 0 0 0 2px rgba(122, 151, 63, 0.24);
}

.gh-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gh-brand strong,
.gh-brand small {
  display: block;
}

.gh-brand small {
  color: var(--gh-mid);
  font-weight: 700;
}

.gh-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gh-nav a,
.gh-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 17, 15, 0.16);
  padding: 10px 16px;
  color: var(--gh-black);
  background: var(--gh-white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.gh-admin-link,
.gh-button.primary {
  border-color: var(--gh-red);
  background: var(--gh-red);
  color: var(--gh-white);
}

.gh-hero,
.gh-band,
.gh-feature-grid,
.gh-sport-hero,
.gh-facebook,
.gh-gallery,
.gh-shop,
.gh-membership,
.gh-admin {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.gh-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  padding: clamp(28px, 6vw, 76px) 0;
}

.gh-hero-copy {
  display: grid;
  gap: 20px;
}

.gh-kicker {
  margin: 0;
  color: var(--gh-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gh-page h1,
.gh-page h2,
.gh-page h3,
.gh-page h4,
.gh-page p {
  margin: 0;
}

.gh-page h1 {
  max-width: 760px;
  font-size: clamp(3rem, 9vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.gh-page h2 {
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  line-height: 1;
}

.gh-page h3 {
  font-size: 1.35rem;
}

.gh-hero p,
.gh-section-head p,
.gh-copy-grid p,
.gh-feature-grid p,
.gh-message-tools p,
.gh-admin-card p {
  color: var(--gh-mid);
  font-weight: 650;
  line-height: 1.65;
}

.gh-hero-media {
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 17, 15, 0.18);
}

.gh-hero-media img,
.gh-gallery-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gh-band,
.gh-facebook,
.gh-membership,
.gh-shop,
.gh-admin,
.gh-gallery {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 5vw, 52px) 0;
}

.gh-intro,
.gh-contact {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
}

.gh-copy-grid,
.gh-event-list,
.gh-form,
.gh-admin-card,
.gh-basket,
.gh-product-form,
.gh-composer {
  display: grid;
  gap: 14px;
}

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

.gh-sport-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 5vw, 48px);
  align-items: center;
  padding: clamp(30px, 6vw, 72px) 0;
}

.gh-sport-media {
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(16, 17, 15, 0.18);
}

.gh-sport-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gh-sport-copy {
  display: grid;
  gap: 16px;
}

.gh-sport-copy p:not(.gh-kicker) {
  color: var(--gh-mid);
  font-weight: 650;
  line-height: 1.7;
}

.gh-sport-copy .gh-button {
  justify-self: start;
  margin-top: 4px;
}

.gh-feature-grid article,
.gh-product-card,
.gh-event-list article,
.gh-contact-card,
.gh-facebook-frame,
.gh-form,
.gh-basket,
.gh-admin-lock,
.gh-admin-card {
  border: 1px solid rgba(16, 17, 15, 0.1);
  border-radius: 8px;
  background: var(--gh-white);
  box-shadow: 0 18px 50px rgba(16, 17, 15, 0.08);
}

.gh-feature-grid article {
  min-height: 300px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: clamp(20px, 4vw, 30px);
}

.gh-facebook {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(20px, 5vw, 42px);
  align-items: start;
}

.gh-facebook-frame {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 24px);
  overflow: hidden;
}

.gh-facebook-frame iframe {
  width: 100%;
  max-width: 500px;
}

.gh-facebook-placeholder {
  display: grid;
  gap: 8px;
  width: 100%;
  min-height: 360px;
  place-items: center;
  align-content: center;
  border: 1px dashed rgba(122, 151, 63, 0.42);
  border-radius: 8px;
  background: #f7f8f3;
  color: var(--gh-mid);
  text-align: center;
  font-weight: 750;
}

.gh-facebook-placeholder strong {
  color: var(--gh-black);
  font-size: 1.2rem;
}

.gh-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 18px;
  align-items: start;
}

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

.gh-product-card {
  display: grid;
  align-content: space-between;
  gap: 14px;
  min-height: 230px;
  padding: 20px;
}

.gh-product-card span {
  color: var(--gh-green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gh-product-card p,
.gh-basket p,
.gh-payment-note {
  color: var(--gh-mid);
  font-weight: 650;
  line-height: 1.55;
}

.gh-product-price,
.gh-basket-total,
.gh-basket-row,
.gh-quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gh-product-price,
.gh-basket-total,
.gh-basket-row {
  justify-content: space-between;
}

.gh-product-price strong,
.gh-basket-total strong {
  font-size: 1.35rem;
}

.gh-basket {
  position: sticky;
  top: 96px;
  padding: 20px;
}

.gh-basket label,
.gh-inline-check {
  display: grid;
  gap: 8px;
  color: var(--gh-black);
  font-weight: 850;
}

.gh-basket-items {
  display: grid;
  gap: 10px;
}

.gh-basket-row {
  padding: 12px;
  border-radius: 8px;
  background: #f7f8f3;
}

.gh-basket-row span {
  display: block;
  color: var(--gh-mid);
  font-size: 0.86rem;
  font-weight: 700;
}

.gh-quantity-controls button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--gh-green);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

.gh-button:disabled {
  opacity: 0.55;
  cursor: default;
}

.gh-commerce-admin {
  gap: 18px;
}

.gh-inline-check {
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: start;
}

.gh-inline-check input {
  width: 18px;
  min-height: 18px;
}

.gh-feature-grid span,
.gh-record-meta,
.gh-pill {
  color: var(--gh-green);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.76rem;
}

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

.gh-event-list article,
.gh-contact-card {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.gh-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gh-gallery-grid img {
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: 8px;
}

.gh-section-head {
  display: grid;
  gap: 12px;
  max-width: 820px;
}

.gh-form,
.gh-admin-lock,
.gh-admin-card {
  padding: clamp(18px, 4vw, 28px);
}

.gh-form-grid,
.gh-stat-grid,
.gh-admin-layout,
.gh-todo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gh-form label,
.gh-form fieldset,
.gh-admin-lock label,
.gh-admin-card label {
  display: grid;
  gap: 8px;
  color: var(--gh-black);
  font-weight: 850;
}

.gh-form fieldset {
  border: 1px solid rgba(16, 17, 15, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.gh-form fieldset label {
  grid-template-columns: auto 1fr;
  align-items: center;
  color: var(--gh-mid);
}

.gh-form input,
.gh-form textarea,
.gh-form select,
.gh-basket input,
.gh-admin-lock input,
.gh-admin-card input,
.gh-admin-card select,
.gh-admin-card textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 17, 15, 0.14);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--gh-black);
  background: #fff;
  font: inherit;
}

.gh-form textarea,
.gh-admin-card textarea {
  resize: vertical;
}

.gh-form input[type="checkbox"],
.gh-form input[type="radio"] {
  width: 18px;
  min-height: 18px;
}

.gh-privacy-note,
.gh-form-status {
  color: var(--gh-mid);
  font-size: 0.92rem;
  font-weight: 650;
}

.gh-admin {
  padding-bottom: 80px;
}

.gh-admin-lock {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 14px;
  background: var(--gh-white);
}

.gh-admin-lock label {
  flex: 1 1 260px;
}

.gh-admin-panel {
  display: grid;
  gap: 18px;
}

.gh-admin-panel[hidden],
.gh-admin-lock[hidden] {
  display: none !important;
}

.gh-admin-topbar {
  justify-content: space-between;
}

.gh-stat {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 8px;
  background: var(--gh-black);
  color: var(--gh-white);
}

.gh-stat strong {
  font-size: 2rem;
}

.gh-admin-layout {
  grid-template-columns: 0.9fr 1.1fr;
}

.gh-filter-grid,
.gh-export-grid {
  align-items: stretch;
}

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

.gh-record-list {
  display: grid;
  gap: 10px;
}

.gh-record {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(16, 17, 15, 0.1);
  border-radius: 8px;
  background: #fafbf7;
}

.gh-record-header,
.gh-record-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.gh-record button,
.gh-copy-small {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--gh-green);
  color: var(--gh-white);
  font-weight: 850;
  cursor: pointer;
}

.gh-record select {
  max-width: 260px;
}

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

.gh-detail div,
.gh-todo-grid span {
  padding: 12px;
  border-radius: 8px;
  background: #f7f8f3;
}

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

.gh-export-grid article {
  display: grid;
  gap: 10px;
}

.gh-export-grid textarea,
.gh-composer textarea[data-message-output] {
  min-height: 180px;
}

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

@media (max-width: 980px) {
  .gh-header,
  .gh-hero,
  .gh-intro,
  .gh-contact,
  .gh-facebook,
  .gh-sport-hero,
  .gh-shop-layout,
  .gh-admin-layout,
  .gh-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gh-header {
    display: grid;
  }

  .gh-nav {
    justify-content: flex-start;
  }

  .gh-feature-grid,
  .gh-event-list,
  .gh-product-grid,
  .gh-form-grid,
  .gh-stat-grid,
  .gh-filter-grid,
  .gh-export-grid,
  .gh-todo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gh-hero-media {
    min-height: 360px;
  }

  .gh-sport-media {
    min-height: 380px;
  }

  .gh-basket {
    position: static;
  }
}

@media (max-width: 640px) {
  .gh-feature-grid,
  .gh-event-list,
  .gh-product-grid,
  .gh-form-grid,
  .gh-stat-grid,
  .gh-filter-grid,
  .gh-export-grid,
  .gh-detail,
  .gh-todo-grid {
    grid-template-columns: 1fr;
  }

  .gh-nav a {
    flex: 1 1 auto;
  }
}
