/*
Theme Name: Indus Sports Group
Theme URI: https://www.indussportsgroup.com
Author: Indus Sports Group
Description: One-page landing theme for Indus Sports Group. Every piece of text, the key-art image and the inquiry form recipient are editable under Appearance > Customize.
Version: 1.0.1
Requires at least: 5.6
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indus-sports-group
Tags: one-column, custom-colors, custom-logo, editor-style, full-width-template
*/

:root {
  --isg-navy: #12182b;
  --isg-navy-soft: #1a2238;
  --isg-line: #2e3752;
  --isg-text: #f4f6fb;
  --isg-muted: #a8b0c6;
  --isg-gold: #e2b552;
  --isg-gold-grad: linear-gradient(100deg, #c9962f 0%, #f3d075 45%, #bd8b2a 100%);
}
* {
  box-sizing: border-box;
}
body.isg {
  margin: 0;
  background: var(--isg-navy);
  color: var(--isg-text);
  font-family: "Barlow", system-ui, sans-serif;
  line-height: 1.6;
}
.isg h1,
.isg h2,
.isg h3,
.isg .isg-display {
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.isg-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.isg-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
}
.isg-header .isg-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.isg-mark {
  letter-spacing: 0.35em;
  font-size: 18px;
}
.isg-mark img {
  display: block;
  max-height: 46px;
  width: auto;
}
.isg-art {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: var(--isg-navy);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.isg-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 130px;
  background: linear-gradient(180deg, rgba(18, 24, 43, 0) 0%, #12182b 100%);
}
.isg-hero {
  text-align: center;
}
.isg-hero .isg-wrap {
  padding: 24px 24px 96px;
  max-width: 780px;
}
.isg-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.isg-lede {
  color: var(--isg-muted);
  max-width: 640px;
  margin: 22px auto 0;
  font-size: 17px;
}
.isg-btn {
  display: inline-block;
  margin-top: 34px;
  padding: 17px 34px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 16px;
  color: #14192b;
  background-image: var(--isg-gold-grad);
  box-shadow: 0 10px 40px -12px rgba(226, 181, 82, 0.55);
}
.isg-btn:hover {
  filter: brightness(1.08);
}
.isg-header .isg-btn {
  margin-top: 0;
  padding: 12px 22px;
  font-size: 14px;
}
.isg-strip {
  border-top: 1px solid var(--isg-line);
  border-bottom: 1px solid var(--isg-line);
  background: rgba(26, 34, 56, 0.5);
}
.isg-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  padding: 48px 0;
  text-align: center;
}
.isg-grid small {
  display: block;
  color: var(--isg-muted);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 11px;
}
.isg-grid strong {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.03em;
}
.isg-section {
  padding: 96px 0;
}
.isg-section h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-style: italic;
  letter-spacing: 0.02em;
}
.isg-cards {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  margin-top: 44px;
}
.isg-card {
  border: 1px solid var(--isg-line);
  background: var(--isg-navy-soft);
  border-radius: 6px;
  padding: 32px;
}
.isg-card span {
  color: var(--isg-gold);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 11px;
}
.isg-card h3 {
  font-size: 26px;
  margin-top: 14px;
  letter-spacing: 0.02em;
}
.isg-card p {
  color: var(--isg-muted);
  margin: 14px 0 0;
}
.isg-cta {
  text-align: center;
  background: rgba(26, 34, 56, 0.5);
  border-top: 1px solid var(--isg-line);
}
.isg-cta p {
  color: var(--isg-muted);
  max-width: 620px;
  margin: 18px auto 0;
}
.isg-footer {
  border-top: 1px solid var(--isg-line);
  color: var(--isg-muted);
  font-size: 14px;
}
.isg-footer .isg-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 36px 24px;
}
.isg-footer a {
  color: var(--isg-muted);
  text-decoration: none;
}
.isg-footer a:hover {
  color: var(--isg-gold);
}

/* Modal */
.isg-modal[hidden] {
  display: none;
}
.isg-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(8, 11, 20, 0.75);
}
.isg-panel {
  width: 100%;
  max-width: 520px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--isg-navy-soft);
  border: 1px solid var(--isg-line);
  border-radius: 8px;
  padding: 28px;
}
.isg-panel h3 {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.isg-panel .isg-sub {
  color: var(--isg-muted);
  font-size: 14px;
  margin: 8px 0 22px;
}
.isg-field {
  margin-bottom: 16px;
}
.isg-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.isg-field input,
.isg-field select,
.isg-field textarea {
  width: 100%;
  padding: 11px 12px;
  border-radius: 4px;
  border: 1px solid var(--isg-line);
  background: var(--isg-navy);
  color: var(--isg-text);
  font: inherit;
  font-size: 15px;
}
.isg-field textarea {
  resize: vertical;
}
.isg-close {
  background: none;
  border: 1px solid rgba(226, 181, 82, 0.6);
  color: var(--isg-gold);
  border-radius: 4px;
  padding: 12px 22px;
  cursor: pointer;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.isg-note {
  font-size: 14px;
  margin: 0 0 14px;
}
.isg-note.err {
  color: #f08a8a;
}
.isg-full {
  width: 100%;
  margin-top: 6px;
}
.isg-editor-note {
  background: rgba(226, 181, 82, 0.12);
  border: 1px solid rgba(226, 181, 82, 0.4);
  color: var(--isg-text);
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .isg-cards {
    grid-template-columns: 1fr 1fr;
  }
  .isg-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
