:root {
  --bg: #080808;
  --bg-soft: #111111;
  --card: rgba(255, 255, 255, 0.05);
  --card-strong: rgba(255, 255, 255, 0.08);
  --text: #f4f1e8;
  --muted: #bcb4a2;
  --line: rgba(255,255,255,0.12);
  --gold: #d6b14f;
  --gold-strong: #f0d57d;
  --container: 1180px;
  --radius: 26px;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(214,177,79,0.12), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(214,177,79,0.07), transparent 24%),
    linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
input, textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text);
}
textarea { min-height: 130px; resize: vertical; }

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}
.section { padding: 88px 0; position: relative; }
.section--accent {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}
.section--subtle {
  position: relative;
  overflow: hidden;
}


.classes-section {
  position: relative;
  overflow: hidden;
}

.classes-section__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,7,7,0.74), rgba(7,7,7,0.78)),
    radial-gradient(circle at 50% 22%, rgba(214,177,79,0.10), transparent 32%),
    url("../img/service/7.png") center center / cover no-repeat;
  opacity: 0.28;
  filter: blur(0.5px) saturate(0.9);
  transform: scale(1.02);
  pointer-events: none;
}

.classes-section .container,
.classes-section .section-heading,
.classes-section .class-grid {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-strong);
  font-weight: 700;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}
.section-heading--center { text-align: center; margin-inline: auto; margin-bottom: 50px; }
.section-heading h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.1;
}
.section-heading p { color: var(--muted); margin: 0; }

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(8, 8, 8, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand__logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(214,177,79,0.18));
}
.brand__text { display: flex; flex-direction: column; }
.brand__name { font-weight: 800; font-size: 1.02rem; }
.brand__tag { color: var(--muted); font-size: 0.82rem; }

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav a {
  color: var(--muted);
  transition: color .25s ease;
}
.nav a:hover { color: var(--text); }
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.btn--primary {
  color: #241a00;
  background: linear-gradient(135deg, #fff6c8, var(--gold-strong));
}
.btn--secondary, .btn--ghost {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  color: var(--text);
}
.btn--ghost { padding: 12px 18px; }
.btn--block { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 84px;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(214,177,79,0.18), transparent 26%),
    linear-gradient(90deg, rgba(214,177,79,0.08) 0%, rgba(214,177,79,0.02) 30%, transparent 100%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 50%);
  opacity: 0.95;
}
.hero__pattern {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.35), transparent 85%);
}
.hero__content {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 48px;
  align-items: center;
}
.hero__copy h1 {
  margin: 0;
  font-size: clamp(2.75rem, 8vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}
.hero__copy p {
  max-width: 620px;
  color: #ece3cd;
  margin: 24px 0 28px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.hero__stats > div {
  min-width: 130px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.hero__stats strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
.hero__stats span { color: var(--muted); font-size: 0.95rem; }

.hero__card {
  position: relative;
  padding: 14px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}
.hero__image-wrap {
  border-radius: 28px;
  overflow: hidden;
  background: #0b0b0b;
}
.hero__image {
  width: 100%;
  height: 610px;
  object-fit: contain;
  background: #0c0c0c;
}
.hero__badge {
  position: absolute;
  max-width: 210px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(16,16,16,0.85);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  color: #d7d3c8;
  font-size: 0.9rem;
  line-height: 1.3;
}
.hero__badge strong { display: block; color: #fff; font-size: 1rem; }
.hero__badge--top { top: 28px; left: 28px; }
.hero__badge--bottom { right: 28px; bottom: 28px; }

.split-card {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: stretch;
}
.logo-panel, .founder-card {
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}
.logo-panel {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 34px;
  background: radial-gradient(circle at 50% 10%, rgba(214,177,79,0.08), transparent 35%), #050505;
}
.logo-panel__img {
  width: min(100%, 460px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(214,177,79,0.12));
}
.founder-card {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-card h2 { margin: 0 0 8px; font-size: clamp(2rem, 4vw, 2.6rem); }
.founder-card p { color: var(--muted); margin: 0 0 28px; max-width: 36ch; }
.founder-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  width: fit-content;
}
.founder-card__meta img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.founder-card__meta strong { display: block; font-size: 1.1rem; }
.founder-card__meta span { color: var(--muted); }



.class-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.class-card {
  display: grid;
  grid-template-rows: 300px 1fr;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.class-card__media {
  height: 300px;
  background: #0b0b0b;
  padding: 14px 14px 0;
}
.class-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.class-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 24px 28px;
  background: linear-gradient(180deg, rgba(9,9,9,0.98), rgba(7,7,7,1));
  border-top: 1px solid rgba(255,255,255,0.06);
}
.class-card__tag {
  color: var(--gold-strong);
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.class-card h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  line-height: 1.05;
}
.class-card p {
  margin: 0;
  color: var(--muted);
  max-width: 31ch;
}

.trainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.trainer-card {
  display: flex;
  gap: 22px;
  align-items: stretch;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.trainer-card__media {
  position: relative;
  flex: 0 0 240px;
  max-width: 240px;
  border-radius: 22px;
  overflow: hidden;
  background: #0b0b0b;
}
.trainer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  transition: transform .35s ease, filter .35s ease;
}
.trainer-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 20px 16px;
  flex-direction: column;
  background: linear-gradient(90deg, transparent 40%, rgba(0,0,0,0.62));
  opacity: 0;
  transition: opacity .35s ease;
}
.trainer-card__overlay a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ff5b4d;
  background: rgba(0,0,0,0.42);
  border: 1px solid rgba(255,255,255,0.12);
}
.trainer-card:hover .trainer-card__overlay { opacity: 1; }
.trainer-card:hover .trainer-card__media img { transform: scale(1.04); filter: grayscale(.25); }
.trainer-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}
.trainer-card__body h3 {
  margin: 0;
  font-size: 1.95rem;
  line-height: 1.1;
}
.trainer-card__body span {
  color: #ff5b4d;
  font-size: 1rem;
  line-height: 1.5;
}
.trainer-card__body p {
  margin: 0;
  color: var(--muted);
  max-width: 34ch;
}

@media (max-width: 700px) {
  .trainer-card {
    flex-direction: column;
  }
  .trainer-card__media {
    flex: 0 0 auto;
    max-width: none;
    aspect-ratio: 4 / 5;
  }
  .trainer-card__body h3 { font-size: 1.6rem; }
}


.section-bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(214,177,79,0.06) 1px, transparent 1px), linear-gradient(rgba(214,177,79,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 30%, black, transparent 85%);
}
.experience-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.experience-card {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.experience-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(214,177,79,0.18);
  color: var(--gold-strong);
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.experience-card h3 { margin: 0 0 8px; font-size: 1.35rem; }
.experience-card p { margin: 0; color: var(--muted); }

.subtle-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(214,177,79,0.14), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(214,177,79,0.08), transparent 20%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 100px),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  opacity: 0.7;
}
.tech-layout {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.tech-phones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 420px;
}
.phone {
  position: relative;
  border-radius: 32px;
  background: #111;
  box-shadow: 0 25px 50px rgba(0,0,0,.25);
  border: 2px solid #3a3a3a;
}
.phone--left {
  width: 170px;
  height: 340px;
  transform: rotate(-21deg) translateY(32px);
}
.phone--right {
  width: 200px;
  height: 400px;
  transform: rotate(8deg);
}
.phone__notch {
  width: 38%;
  height: 18px;
  border-radius: 0 0 12px 12px;
  background: #0a0a0a;
  margin-inline: auto;
}
.phone__screen {
  margin: 18px 12px 12px;
  height: calc(100% - 30px);
  border-radius: 24px;
  padding: 18px 16px;
  background: linear-gradient(180deg, #f6f6f6, #e9e9e9);
}
.phone__screen--light {
  background: linear-gradient(180deg, #f5f5f5, #e5e5e5);
}
.phone__line {
  height: 10px;
  margin-bottom: 14px;
  background: rgba(0,0,0,0.12);
  border-radius: 999px;
}
.phone__line--short { width: 70%; }
.phone__app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 14px;
}
.phone__app-card,
.phone__mini-card {
  border-radius: 18px;
  background: linear-gradient(135deg, #202020, #2d2d2d);
}
.phone__app-card--highlight {
  height: 108px;
  background: linear-gradient(135deg, #1d1d1d, #303030), linear-gradient(135deg, #f0d57d, #d6b14f);
  box-shadow: inset 0 0 0 3px rgba(240,213,125,0.18);
  margin-bottom: 12px;
}
.phone__mini-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.phone__mini-card { height: 58px; }
.phone__app-card { height: 74px; margin-bottom: 18px; }
.phone__button {
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff3c2, #e5c764);
  color: #1d1500;
  font-weight: 800;
  font-size: 0.82rem;
}
.tech-copy h2 {
  margin: 0 0 6px;
  font-size: clamp(2rem, 4vw, 3rem);
}
.tech-copy h3 { margin: 0 0 12px; font-size: clamp(1.2rem, 3vw, 1.6rem); color: #fff2c5; }
.tech-copy p { color: var(--muted); margin: 0 0 18px; max-width: 48ch; }
.tech-list {
  padding-left: 1.15rem;
  margin: 0 0 24px;
  color: #eee4cf;
}
.tech-list li + li { margin-top: 8px; }
.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.1);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.pricing-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.03));
  box-shadow: var(--shadow);
}
.pricing-card--featured {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(214,177,79,0.16), rgba(255,255,255,0.04));
  border-color: rgba(240,213,125,0.35);
}
.pricing-card--premium {
  background: radial-gradient(circle at 50% 0%, rgba(214,177,79,0.22), rgba(255,255,255,0.04) 45%), rgba(255,255,255,0.03);
  border-color: rgba(240,213,125,0.35);
}
.pricing-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(240,213,125,0.12);
  color: var(--gold-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.pricing-card__label {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold-strong);
  font-size: 0.82rem;
  margin-bottom: 16px;
}
.pricing-card__price {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 12px;
}
.pricing-card__price span { font-size: 1rem; color: var(--muted); margin-left: 6px; }
.pricing-card__text { color: var(--muted); margin: 0 0 20px; }
.pricing-card__features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.pricing-card__features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #e7decb;
}
.pricing-card__features li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-strong);
}

.contact__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
}
.contact__content,
.contact__form {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 32px;
  box-shadow: var(--shadow);
}
.contact__content h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); }
.contact__content p { color: var(--muted); margin: 0 0 22px; }
.contact__details { display: grid; gap: 14px; color: #efe4d0; }
.contact__details i { color: var(--gold-strong); margin-right: 10px; }
.field + .field { margin-top: 16px; }
label { display: block; font-size: .9rem; margin-bottom: 8px; color: #e7decb; }

.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 36px;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.footer__brand strong { display: block; }
.footer__brand span, .footer p { color: var(--muted); }

@media (max-width: 1024px) {
  .hero__content,
  .split-card,
  .tech-layout,
  .contact__grid {
    grid-template-columns: 1fr;
  }
  .class-grid,
  .experience-grid,
  .pricing-grid,
  .trainer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; z-index: 21; }
  .nav {
    position: fixed;
    inset: 82px 1rem auto 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    border-radius: 24px;
    background: rgba(12,12,12,0.98);
    border: 1px solid rgba(255,255,255,.08);
    transform: scale(.98) translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .nav.is-open { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; }
}

@media (max-width: 700px) {
  .section { padding: 72px 0; }
  .hero { padding: 42px 0 72px; }
  .hero__card { order: -1; }
  .hero__image { height: 420px; }
  .class-grid,
  .experience-grid,
  .pricing-grid,
  .trainer-grid { grid-template-columns: 1fr; }
  .logo-panel { min-height: 280px; }
  .logo-panel__img { width: min(100%, 320px); }
  .tech-phones { min-height: 320px; }
  .phone--left { width: 120px; height: 240px; }
  .phone--right { width: 150px; height: 300px; }
}

/* --- Updated premium hero --- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 84px;
  min-height: calc(100vh - 96px);
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 38%, rgba(0, 0, 0, 0.42) 58%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.40)),
    url("../img/Goldbar/GB_building.png") center/cover no-repeat;
}
.hero__pattern { display: none; }
.hero__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 420px);
  gap: 56px;
  align-items: center;
}
.hero__copy .eyebrow {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.hero__copy h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}
.hero__copy h1 span { color: #f0ba2d; }
.hero__copy p {
  max-width: 560px;
  color: #ddd1b6;
  font-size: 1.2rem;
  margin: 26px 0 28px;
}
.hero__actions { display: flex; gap: 16px; margin-bottom: 34px; }
.hero__stats--icons > div {
  min-width: 0;
  flex: 1 1 0;
  padding: 20px 22px 18px;
  border-radius: 18px;
  background: rgba(8,8,8,0.54);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
}
.hero__stats--icons i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.hero__stats--icons strong {
  font-size: 3.05rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.hero__stats--icons span { font-size: 1rem; }
.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hero__card--premium {
  padding: 18px;
  border-radius: 34px;
  background: rgba(17,12,7,0.42);
  border: 1px solid rgba(240, 181, 56, 0.30);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.03), 0 0 35px rgba(240, 181, 56, 0.18);
}
.hero__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(5,5,5,.92);
}
.hero__image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.2)),
    linear-gradient(90deg, rgba(255, 189, 61, 0.08), transparent 35%);
  pointer-events: none;
}
.hero__image {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
}
.hero__badge {
  position: absolute;
  max-width: 220px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(9,9,9,0.84);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  color: #d7d3c8;
  font-size: 0.95rem;
  line-height: 1.3;
}
.hero__badge strong { display: block; color: #fff; font-size: 1rem; }
.hero__badge--top { top: 20px; left: 20px; }
.hero__badge--bottom { right: 20px; bottom: 20px; }

/* Goldbar gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.gallery-card {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  background: #111;
}
.gallery-card__body {
  padding: 18px;
}
.gallery-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}
.gallery-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

/* Shop page */
.shop-hero {
  position: relative;
  padding: 86px 0 72px;
  overflow: hidden;
}
.shop-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(214,177,79,0.22), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    linear-gradient(180deg, #0d0d0d, #080808);
}
.shop-hero__content {
  position: relative;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 38px;
}
.shop-hero__copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1;
}
.shop-hero__copy p {
  color: var(--muted);
  max-width: 520px;
  font-size: 1.08rem;
  margin-bottom: 26px;
}
.shop-hero__visual img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.product-card img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #fff;
  padding: 18px;
}
.product-card__body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.product-card__body p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.95rem;
}
.product-card__price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-strong);
  margin-bottom: 16px;
}

@media (max-width: 1080px) {
  .hero__content,
  .shop-hero__content { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-grid,
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .hero { padding: 72px 0 52px; min-height: auto; }
  .hero__copy p { font-size: 1rem; }
  .hero__stats { grid-template-columns: 1fr; }
  .hero__image { height: 470px; }
  .gallery-grid,
  .product-grid { grid-template-columns: 1fr; }
  .gallery-card img { height: 220px; }
}


/* --- Welcome/About section refresh --- */
.about--welcome { padding-top: 96px; }
.welcome-panel { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,0.92fr); gap:34px; align-items:stretch; }
.welcome-copy, .founder-photo-card, .founder-card--side { border-radius:30px; background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)); border:1px solid rgba(255,255,255,0.10); box-shadow: var(--shadow); }
.welcome-copy { padding:36px; }
.welcome-heading { display:flex; align-items:center; gap:18px; margin-bottom:24px; }
.welcome-heading__logo { width:84px; height:84px; object-fit:contain; filter: drop-shadow(0 0 18px rgba(214,177,79,0.16)); }
.welcome-heading h2 { margin:0; font-size:clamp(2rem,4vw,3rem); line-height:1.05; }
.welcome-text p { margin:0 0 18px; color:#ddd1b6; font-size:1.06rem; max-width:70ch; }
.founder-showcase { display:grid; grid-template-columns:1fr; gap:22px; }
.founder-photo-card { overflow:hidden; min-height:430px; padding:0; }
.founder-photo-card__img { width:100%; height:100%; min-height:430px; object-fit:cover; object-position:center top; }
.founder-card--side { padding:28px; }
.founder-card--side h3 { margin:0 0 10px; font-size:2rem; line-height:1.05; }
.founder-card--side p { margin:0 0 22px; color:var(--muted); }
.founder-card__meta--wide { width:100%; display:flex; flex-direction:column; gap:2px; padding:18px 20px; border-radius:18px; background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.08); }
.founder-card__meta--wide strong { display:block; font-size:1.35rem; }
@media (max-width:1080px){ .welcome-panel { grid-template-columns:1fr; } }
@media (max-width:680px){ .welcome-copy, .founder-card--side { padding:24px; } .welcome-heading { align-items:flex-start; } .welcome-heading__logo { width:64px; height:64px; } .founder-photo-card, .founder-photo-card__img { min-height:340px; } }


/* --- Brighter global visual tuning --- */
:root {
  --bg: #12110f;
  --bg-soft: #1a1815;
  --card: rgba(255, 255, 255, 0.08);
  --card-strong: rgba(255, 255, 255, 0.11);
  --text: #fbf7ef;
  --muted: #d1c5af;
  --line: rgba(255,255,255,0.16);
  --gold: #e0b94f;
  --gold-strong: #f5d57a;
  --shadow: 0 20px 60px rgba(0,0,0,0.22);
}

body {
  background:
    radial-gradient(circle at 15% 0%, rgba(224,185,79,0.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(224,185,79,0.10), transparent 24%),
    linear-gradient(180deg, #161410 0%, #0e0d0b 100%);
}

.header {
  background: rgba(14, 12, 10, 0.74);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav a {
  position: relative;
  color: #ddd2bf;
  padding: 12px 16px;
  border-radius: 999px;
  transition: color .25s ease, transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nav a:hover {
  color: var(--text);
}

.nav a.is-active {
  color: #fff7df;
  transform: scale(1.05);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 8px 26px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

.btn--ghost {
  background: rgba(255,255,255,0.05);
}

.hero__bg {
  background:
    linear-gradient(90deg, rgba(14, 12, 8, 0.76) 0%, rgba(14, 12, 8, 0.60) 38%, rgba(14, 12, 8, 0.28) 58%, rgba(14, 12, 8, 0.16) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    url("../img/Goldbar/GB_building.png") center/cover no-repeat;
}

.section--accent {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
}

.welcome-copy,
.founder-photo-card,
.founder-card--side,
.class-card,
.experience-card,
.gallery-card,
.product-card,
.contact__content,
.contact__form,
.logo-panel,
.founder-card,
.pricing-card,
.hero__card--premium {
  background: linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.045));
  border-color: rgba(255,255,255,0.12);
}

.hero__stats--icons > div {
  background: rgba(18,16,13,0.56);
  border: 1px solid rgba(255,255,255,0.10);
}

.hero__copy p,
.welcome-text p,
.section-heading p,
.founder-card--side p,
.contact__content p,
.product-card__body p,
.gallery-card__body p,
.class-card p,
.experience-card p {
  color: #ddd2bf;
}

input, textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.footer {
  border-top: 1px solid rgba(255,255,255,0.10);
}

/* shop page */
.shop-hero__bg {
  background:
    radial-gradient(circle at 18% 20%, rgba(224,185,79,0.25), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00)),
    linear-gradient(180deg, #15130f, #0f0e0c);
}


/* --- Navbar spacing improvements --- */
:root {
  --container: 1320px;
}

.header__inner {
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
  min-width: 0;
}

.brand__logo {
  width: 54px;
  height: 54px;
}

.brand__name {
  font-size: 0.98rem;
}

.brand__tag {
  font-size: 0.76rem;
  max-width: 11ch;
}

.nav {
  flex: 1;
  justify-content: flex-end;
  gap: 22px;
}

.nav a {
  position: relative;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ddd2bf;
  transition: color .25s ease, transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nav a:hover { color: var(--text); }

.nav a.is-active {
  color: #fff7df;
  transform: scale(1.05);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 8px 26px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}

@media (max-width: 1150px) {
  .brand__tag { display: none; }
  .nav { gap: 12px; }
  .nav a { padding: 10px 12px; }
}


/* --- About / Welcome area better use of space --- */
.welcome-panel {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: stretch;
}

.welcome-copy,
.founder-showcase > * {
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.045));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
}

.welcome-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  min-height: 100%;
}

.welcome-heading {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.welcome-heading__logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex: 0 0 auto;
}

.welcome-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.welcome-text p {
  margin: 0 0 22px;
  font-size: 1.02rem;
  color: #efe6d5;
}

.shop-preview {
  margin-top: 12px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.shop-preview__intro h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.shop-preview__intro p {
  margin: 0 0 18px;
  color: var(--muted);
  max-width: 58ch;
}

.shop-preview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.shop-preview__item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.shop-preview__thumb {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
  flex: 0 0 auto;
}

.shop-preview__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-preview__details strong {
  display: block;
  margin-bottom: 4px;
}

.shop-preview__details span {
  color: var(--gold-strong);
  font-weight: 700;
}

.founder-showcase {
  display: grid;
  gap: 24px;
}

.founder-photo-card {
  overflow: hidden;
}

.founder-photo-card__img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  object-position: center;
}

.founder-card--side {
  padding: 32px;
}

.founder-card--side h3 {
  margin: 0 0 10px;
  font-size: 2.2rem;
}

.founder-card--side p {
  margin: 0 0 22px;
  color: var(--muted);
}

.founder-card__meta--wide {
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
  text-align: center;
}

.founder-card__meta--wide strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.founder-card__meta--wide span {
  color: var(--muted);
}

/* --- App section with actual app / website mockup --- */
.tech-phones {
  gap: 26px;
}

.phone--left {
  width: 180px;
  height: 365px;
  transform: rotate(-12deg) translateY(18px);
}

.phone--right {
  width: 228px;
  height: 456px;
  transform: rotate(6deg);
}

.phone--dark {
  background: #101114;
}

.phone__screen--darkapp {
  background: linear-gradient(180deg, #141518, #1b1d21);
  color: #fff;
  overflow: hidden;
}

.app-status {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.78);
  margin-bottom: 12px;
}

.app-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.app-topbar img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.app-topbar strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.1;
}

.app-topbar span {
  display: block;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.72);
}

.app-hero-card {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(240,213,125,0.25), rgba(214,177,79,0.18));
  border: 1px solid rgba(240,213,125,0.2);
  margin-bottom: 12px;
}

.app-hero-card span,
.app-progress small {
  display: block;
  color: rgba(255,255,255,0.75);
  font-size: 0.72rem;
}

.app-hero-card strong {
  display: block;
  font-size: 1rem;
  margin: 4px 0;
}

.app-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.app-mini-box {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.app-mini-box strong {
  display: block;
  font-size: 1rem;
}

.app-mini-box span {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.72);
}

.app-progress {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 16px;
}

.app-progress strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.86rem;
}

.app-progress__bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
  margin-bottom: 8px;
}

.app-progress__bar span {
  display: block;
  width: 80%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5d57a, #d6b14f);
}

.phone__screen--web {
  background: #080808;
  padding: 6px;
  overflow: hidden;
}

.mini-browser {
  display: none;
}

.mini-site {
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #090909, #111);
  border: 1px solid rgba(240,213,125,0.08);
}

.mini-site__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: #161410;
  color: #efe6d5;
}

.mini-site__top img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.mini-site__nav {
  display: flex;
  gap: 8px;
  font-size: 0.5rem;
  color: #d0c0a1;
}

.mini-site__hero {
  padding: 12px;
}

.mini-site__hero h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.05;
  color: #fff3d2;
}

.mini-site__image {
  height: 180px;
  border-radius: 18px;
  overflow: hidden;
  background: #0c0c0c;
  margin-bottom: 10px;
}

.mini-site__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-site__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 12px 12px;
}

.mini-site__stats span {
  display: block;
  padding: 9px 6px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  color: #efe6d5;
  text-align: center;
  font-size: 0.54rem;
  line-height: 1.2;
}

/* --- Gallery lightbox with arrows --- */
.gallery-card {
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
  background: rgba(6,6,6,0.92);
  z-index: 200;
}

.lightbox.is-open {
  display: flex;
}

.lightbox__inner {
  position: relative;
  max-width: min(88vw, 1200px);
  max-height: 88vh;
  text-align: center;
}

.lightbox__img {
  max-width: 100%;
  max-height: 78vh;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.lightbox__caption {
  margin-top: 14px;
  color: #f0e5d0;
  font-size: 1rem;
}

.lightbox__arrow,
.lightbox__close {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 999px;
  cursor: pointer;
}

.lightbox__arrow {
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
}

.lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 1.6rem;
  line-height: 1;
}

@media (max-width: 1024px) {
  .welcome-panel,
  .tech-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .welcome-copy {
    padding: 26px;
  }

  .welcome-heading {
    flex-direction: row;
    align-items: center;
  }

  .shop-preview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tech-phones {
    min-height: auto;
    gap: 12px;
  }

  .phone--left {
    width: 145px;
    height: 300px;
    transform: rotate(-10deg) translateY(10px);
  }

  .phone--right {
    width: 190px;
    height: 380px;
    transform: rotate(5deg);
  }

  .lightbox {
    padding: 18px 10px;
  }

  .lightbox__arrow {
    width: 42px;
    height: 42px;
  }
}


/* --- Fix navbar brand/logo block --- */
.header__inner {
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 240px;
  flex: 0 0 auto;
}

.brand__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.brand__name {
  font-size: 1.1rem;
  line-height: 1.1;
  font-weight: 800;
  white-space: nowrap;
}

.brand__tag {
  font-size: 0.95rem;
  line-height: 1.25;
  color: #d5c8b3;
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .brand {
    min-width: 210px;
    gap: 12px;
  }

  .brand__logo {
    width: 52px;
    height: 52px;
  }

  .brand__name {
    font-size: 1rem;
  }

  .brand__tag {
    font-size: 0.88rem;
  }
}

@media (max-width: 900px) {
  .brand__tag {
    white-space: normal;
  }
}


/* --- Gallery popup fix --- */
.gallery-card,
.gallery-card img,
.gallery-card__body {
  pointer-events: auto;
}

.gallery-card {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  background: rgba(5, 5, 5, 0.94);
}

.lightbox.is-open {
  display: flex !important;
}

.lightbox__inner {
  position: relative;
  width: min(90vw, 1200px);
  text-align: center;
}

.lightbox__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80vh;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.42);
}

.lightbox__caption {
  margin-top: 12px;
  color: #f5ebd8;
  font-size: 1rem;
}

.lightbox__arrow,
.lightbox__close {
  appearance: none;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  color: white;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.lightbox__arrow {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 1.5rem;
}

.lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
}


/* --- Experience section background and colored icons --- */
.experience-section {
  position: relative;
  overflow: hidden;
}

.experience-section__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,7,7,0.74), rgba(7,7,7,0.78)),
    radial-gradient(circle at 50% 22%, rgba(214,177,79,0.10), transparent 32%),
    url("../img/experience-bg.png") center center / cover no-repeat;
  opacity: 0.26;
  filter: blur(0.5px) saturate(0.9);
  transform: scale(1.02);
  pointer-events: none;
}

.experience-heading {
  position: relative;
  z-index: 1;
}

.experience-heading__logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin: 0 auto 14px;
  filter: drop-shadow(0 0 18px rgba(214,177,79,0.16));
  opacity: 0.95;
}

.experience-grid {
  position: relative;
  z-index: 1;
}

.experience-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
  border-color: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}

.experience-card__icon {
  background: linear-gradient(135deg, rgba(255,224,149,0.28), rgba(214,177,79,0.18));
  color: var(--gold-strong);
  border: 1px solid rgba(240,213,125,0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 8px 24px rgba(214,177,79,0.10);
}

.experience-card__icon i {
  color: var(--gold-strong);
}

@media (max-width: 700px) {
  .experience-heading__logo {
    width: 54px;
    height: 54px;
  }
}


/* Fix store badges icons */
.store-badge i {
  color: var(--gold-strong);
  font-size: 1.05rem;
}

/* Make the website preview in the phone fill the screen more cleanly */
.phone__screen--web .mini-site__top {
  padding: 10px 10px 8px;
}
.phone__screen--web .mini-site__top img {
  width: 24px;
  height: 24px;
}
.phone__screen--web .mini-site__nav {
  gap: 6px;
  font-size: 0.58rem;
}
.phone__screen--web .mini-site__hero {
  padding: 10px;
}
.phone__screen--web .mini-site__image {
  height: 188px;
  border-radius: 16px;
  margin-bottom: 10px;
}
.phone__screen--web .mini-site__stats {
  gap: 5px;
  padding: 0 10px 10px;
}
.phone__screen--web .mini-site__stats span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-align: center;
  font-size: 0.66rem;
  line-height: 1.1;
  border-radius: 14px;
}


/* --- Shared light/dark theme toggle --- */
:root {
  --page-bg:
    radial-gradient(circle at 15% 0%, rgba(224,185,79,0.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(224,185,79,0.10), transparent 24%),
    linear-gradient(180deg, #161410 0%, #0e0d0b 100%);
  --header-bg: rgba(14, 12, 10, 0.74);
  --surface-1: linear-gradient(180deg, rgba(255,255,255,0.085), rgba(255,255,255,0.045));
  --surface-2: rgba(18,16,13,0.56);
  --surface-border: rgba(255,255,255,0.12);
  --input-bg: rgba(255,255,255,0.06);
  --shadow-soft: 0 20px 60px rgba(0,0,0,0.22);
  --theme-text: #fbf7ef;
  --theme-muted: #d1c5af;
}

body {
  background: var(--page-bg);
  color: var(--theme-text);
}

.header {
  background: var(--header-bg);
}

.welcome-copy,
.founder-photo-card,
.founder-card--side,
.class-card,
.experience-card,
.gallery-card,
.product-card,
.contact__content,
.contact__form,
.logo-panel,
.founder-card,
.pricing-card,
.hero__card--premium,
.shop-preview__item {
  background: var(--surface-1);
  border-color: var(--surface-border);
  box-shadow: var(--shadow-soft);
}

.hero__stats--icons > div,
.founder-card__meta--wide {
  background: var(--surface-2);
  border: 1px solid var(--surface-border);
}

input, textarea {
  background: var(--input-bg);
  border-color: var(--surface-border);
}

body.light-mode {
  --page-bg:
    radial-gradient(circle at 15% 0%, rgba(224,185,79,0.10), transparent 25%),
    radial-gradient(circle at 85% 15%, rgba(224,185,79,0.08), transparent 20%),
    linear-gradient(180deg, #f8f4ed 0%, #efe8dc 100%);
  --header-bg: rgba(255, 251, 245, 0.78);
  --surface-1: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(247,241,233,0.82));
  --surface-2: rgba(255,255,255,0.72);
  --surface-border: rgba(130,110,70,0.16);
  --input-bg: rgba(255,255,255,0.82);
  --shadow-soft: 0 20px 50px rgba(86,64,24,0.10);
  --theme-text: #1e1a14;
  --theme-muted: #5d5346;
}

body.light-mode .header {
  backdrop-filter: blur(16px);
}

body.light-mode .nav a,
body.light-mode .brand__tag,
body.light-mode .section-heading p,
body.light-mode .welcome-text p,
body.light-mode .founder-card--side p,
body.light-mode .contact__content p,
body.light-mode .product-card__body p,
body.light-mode .gallery-card__body p,
body.light-mode .class-card p,
body.light-mode .experience-card p,
body.light-mode .pricing-card__text,
body.light-mode .pricing-card__features li,
body.light-mode .contact__details,
body.light-mode .footer__brand span,
body.light-mode .footer p,
body.light-mode .tech-copy p,
body.light-mode .tech-list,
body.light-mode .shop-hero__copy p,
body.light-mode .shop-preview__intro p {
  color: var(--theme-muted);
}

body.light-mode .brand__name,
body.light-mode .hero__copy h1,
body.light-mode .section-heading h2,
body.light-mode .class-card h3,
body.light-mode .experience-card h3,
body.light-mode .gallery-card__body h3,
body.light-mode .product-card__body h3,
body.light-mode .tech-copy h2,
body.light-mode .tech-copy h3,
body.light-mode .contact__content h2,
body.light-mode .founder-card--side h3,
body.light-mode .welcome-heading h2,
body.light-mode .shop-hero__copy h1,
body.light-mode .pricing-card__price,
body.light-mode .pricing-card__label,
body.light-mode .pricing-ribbon,
body.light-mode label,
body.light-mode .hero__stats strong,
body.light-mode .hero__stats span {
  color: #1e1a14;
}

body.light-mode .hero__copy .eyebrow,
body.light-mode .eyebrow,
body.light-mode .class-card__tag,
body.light-mode .pricing-card__label,
body.light-mode .product-card__price,
body.light-mode .experience-card__icon,
body.light-mode .store-badge i {
  color: #b88618;
}

body.light-mode .hero__bg {
  background:
    linear-gradient(90deg, rgba(248,244,237,0.82) 0%, rgba(248,244,237,0.60) 38%, rgba(248,244,237,0.30) 58%, rgba(248,244,237,0.16) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.06)),
    url("../img/Goldbar/GB_building.png") center/cover no-repeat;
}

body.light-mode .section--accent {
  background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0.08));
}

body.light-mode .experience-section__bg {
  background:
    linear-gradient(180deg, rgba(248,244,237,0.75), rgba(248,244,237,0.80)),
    radial-gradient(circle at 50% 22%, rgba(214,177,79,0.10), transparent 32%),
    url("../img/experience-bg.png") center center / cover no-repeat;
  opacity: 0.34;
}

body.light-mode .hero__badge,
body.light-mode .lightbox__arrow,
body.light-mode .lightbox__close,
body.light-mode .store-badge,
body.light-mode .theme-toggle {
  background: rgba(255,255,255,0.82);
  color: #1e1a14;
  border-color: rgba(130,110,70,0.16);
}

body.light-mode .theme-toggle i,
body.light-mode .store-badge i {
  color: #b88618;
}

body.light-mode .btn--ghost,
body.light-mode .btn--secondary {
  background: rgba(255,255,255,0.78);
  color: #1e1a14;
  border-color: rgba(130,110,70,0.16);
}

body.light-mode .nav a.is-active {
  background: rgba(255,255,255,0.72);
  color: #1e1a14;
  border-color: rgba(130,110,70,0.16);
}

body.light-mode .shop-hero__bg {
  background:
    radial-gradient(circle at 18% 20%, rgba(224,185,79,0.18), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0.06)),
    linear-gradient(180deg, #f8f4ed, #efe8dc);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.theme-toggle i {
  color: var(--gold-strong);
}

@media (max-width: 820px) {
  .theme-toggle {
    width: 100%;
    justify-content: center;
  }
}


/* --- Theme fix: improve light-mode readability and persistence UI --- */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 94px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.theme-toggle i {
  color: var(--gold-strong);
}

body.light-mode {
  color: #1f1b16;
}

body.light-mode .header {
  background: rgba(249, 245, 237, 0.86);
  border-bottom: 1px solid rgba(127, 103, 58, 0.16);
}

body.light-mode .brand__name,
body.light-mode .brand__tag,
body.light-mode .nav a,
body.light-mode .theme-toggle,
body.light-mode .btn--ghost {
  color: #2a241d;
}

body.light-mode .theme-toggle {
  background: rgba(255,255,255,0.88);
  border-color: rgba(127, 103, 58, 0.20);
}

body.light-mode .nav a.is-active,
body.light-mode .btn--ghost,
body.light-mode .btn--secondary,
body.light-mode .store-badge,
body.light-mode .hero__badge,
body.light-mode .lightbox__arrow,
body.light-mode .lightbox__close {
  color: #1f1b16;
  background: rgba(255,255,255,0.90);
  border-color: rgba(127, 103, 58, 0.18);
}

body.light-mode .btn--primary {
  color: #2b1e00;
}

body.light-mode .hero__copy h1,
body.light-mode .hero__copy p,
body.light-mode .section-heading h2,
body.light-mode .section-heading p,
body.light-mode .welcome-heading h2,
body.light-mode .welcome-text p,
body.light-mode .shop-preview__intro h3,
body.light-mode .shop-preview__intro p,
body.light-mode .founder-card--side h3,
body.light-mode .founder-card--side p,
body.light-mode .class-card h3,
body.light-mode .class-card p,
body.light-mode .experience-card h3,
body.light-mode .experience-card p,
body.light-mode .gallery-card__body h3,
body.light-mode .gallery-card__body p,
body.light-mode .tech-copy h2,
body.light-mode .tech-copy h3,
body.light-mode .tech-copy p,
body.light-mode .tech-list,
body.light-mode .trainer-card__body h3,
body.light-mode .trainer-card__body span,
body.light-mode .trainer-card__body p,
body.light-mode .pricing-card__label,
body.light-mode .pricing-card__price,
body.light-mode .pricing-card__text,
body.light-mode .pricing-card__features li,
body.light-mode .contact__content h2,
body.light-mode .contact__content p,
body.light-mode .contact__details,
body.light-mode label,
body.light-mode .shop-hero__copy h1,
body.light-mode .shop-hero__copy p,
body.light-mode .product-card__body h3,
body.light-mode .product-card__body p,
body.light-mode .product-card__price,
body.light-mode .footer__brand strong,
body.light-mode .footer__brand span,
body.light-mode .footer p,
body.light-mode .hero__stats strong,
body.light-mode .hero__stats span {
  color: #1f1b16 !important;
}

body.light-mode .eyebrow,
body.light-mode .class-card__tag,
body.light-mode .pricing-card__label,
body.light-mode .experience-card__icon,
body.light-mode .store-badge i,
body.light-mode .theme-toggle i,
body.light-mode .contact__details i {
  color: #b88618 !important;
}

body.light-mode .welcome-copy,
body.light-mode .founder-photo-card,
body.light-mode .founder-card--side,
body.light-mode .shop-preview__item,
body.light-mode .class-card,
body.light-mode .experience-card,
body.light-mode .gallery-card,
body.light-mode .product-card,
body.light-mode .pricing-card,
body.light-mode .contact__content,
body.light-mode .contact__form,
body.light-mode .trainer-card,
body.light-mode .hero__card--premium {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,239,230,0.88));
  border-color: rgba(127, 103, 58, 0.14);
}

body.light-mode .class-card__body,
body.light-mode .mini-site,
body.light-mode .phone__screen--darkapp {
  background: linear-gradient(180deg, rgba(250,247,241,0.96), rgba(241,234,223,0.92));
}

body.light-mode .hero__stats--icons > div,
body.light-mode .founder-card__meta--wide {
  background: rgba(255,255,255,0.82);
  border-color: rgba(127, 103, 58, 0.14);
}

body.light-mode .class-card__media,
body.light-mode .hero__image-wrap,
body.light-mode .trainer-card__media,
body.light-mode .mini-site__image {
  background: #e9e1d4;
}


body.light-mode .classes-section__bg {
  background:
    linear-gradient(180deg, rgba(246,241,233,0.72), rgba(246,241,233,0.78)),
    radial-gradient(circle at 50% 22%, rgba(214,177,79,0.10), transparent 32%),
    url("../img/service/7.png") center center / cover no-repeat;
  opacity: 0.24;
  filter: blur(0.5px) saturate(0.9);
}

body.light-mode input,
body.light-mode textarea {
  background: rgba(255,255,255,0.92);
  border-color: rgba(127, 103, 58, 0.14);
  color: #1f1b16;
}

body.light-mode .shop-hero__bg {
  background:
    radial-gradient(circle at 18% 20%, rgba(224,185,79,0.16), transparent 25%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04)),
    linear-gradient(180deg, #f6f1e9, #ede4d6);
}

body.light-mode .hero__bg {
  background:
    linear-gradient(90deg, rgba(246,241,233,0.86) 0%, rgba(246,241,233,0.66) 38%, rgba(246,241,233,0.34) 58%, rgba(246,241,233,0.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04)),
    url("../img/Goldbar/GB_building.png") center/cover no-repeat;
}

body.light-mode .experience-section__bg {
  background:
    linear-gradient(180deg, rgba(246,241,233,0.72), rgba(246,241,233,0.78)),
    radial-gradient(circle at 50% 22%, rgba(214,177,79,0.10), transparent 32%),
    url("../img/experience-bg.png") center center / cover no-repeat;
  opacity: 0.36;
}

body.light-mode .trainer-card__overlay a {
  background: rgba(255,255,255,0.92);
  border-color: rgba(127, 103, 58, 0.14);
  color: #b55d46;
}

body.light-mode .phone__screen--web {
  background: #efe8dc;
}

body.light-mode .mini-site__top {
  background: #f7f2ea;
  color: #1f1b16;
}

body.light-mode .mini-site__nav,
body.light-mode .app-topbar span,
body.light-mode .app-mini-box span,
body.light-mode .app-hero-card span,
body.light-mode .app-progress small {
  color: #6a604f !important;
}

body.light-mode .app-mini-box,
body.light-mode .app-progress {
  background: rgba(255,255,255,0.76);
  border-color: rgba(127, 103, 58, 0.10);
}

body.light-mode .app-hero-card {
  background: linear-gradient(135deg, rgba(240,213,125,0.24), rgba(214,177,79,0.16));
  border-color: rgba(214,177,79,0.16);
}

body.light-mode .lightbox {
  background: rgba(244,239,232,0.94);
}

body.light-mode .lightbox__caption {
  color: #1f1b16;
}


/* --- Final light mode readability fixes --- */
body.light-mode .hero__badge,
body.light-mode .hero__badge strong {
  color: #1f1b16 !important;
}

body.light-mode .hero__badge {
  background: rgba(255,255,255,0.94) !important;
  border-color: rgba(127,103,58,0.18) !important;
}

body.light-mode .hero__badge strong {
  font-weight: 800;
}

body.light-mode .btn--ghost {
  background: rgba(255,255,255,0.92) !important;
  color: #1f1b16 !important;
  border: 1px solid rgba(127,103,58,0.18) !important;
  box-shadow: 0 8px 24px rgba(86,64,24,0.08);
}

body.light-mode .btn--ghost:hover {
  background: rgba(255,255,255,0.98) !important;
}

body.light-mode .header .btn--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* --- Final fix: Join now button in light mode --- */
body.light-mode .header .btn--ghost,
body.light-mode .header .btn.btn--ghost {
  background: #ffffff !important;
  color: #1f1b16 !important;
  border: 1px solid rgba(31, 27, 22, 0.14) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(31, 27, 22, 0.06);
  font-weight: 700;
}

body.light-mode .header .btn--ghost:hover,
body.light-mode .header .btn.btn--ghost:hover {
  background: #f7f4ee !important;
  color: #1f1b16 !important;
  border-color: rgba(31, 27, 22, 0.2) !important;
}


/* --- Final navbar layout fix: use available width properly --- */
:root {
  --container: 1520px;
}

.header .container {
  width: min(1520px, calc(100% - 1.5rem));
}

.header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 12px 0;
}

.brand {
  min-width: 0;
  gap: 12px;
}

.brand__logo {
  width: 48px;
  height: 48px;
}

.brand__text {
  min-width: 0;
}

.brand__name {
  font-size: 0.95rem;
  line-height: 1.05;
  white-space: nowrap;
}

.brand__tag {
  font-size: 0.76rem;
  line-height: 1.1;
  white-space: nowrap;
  max-width: none;
}

.nav {
  justify-self: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
}

.nav a {
  padding: 10px 12px;
  font-size: 0.96rem;
  white-space: nowrap;
}

.theme-toggle {
  min-width: unset;
  padding: 10px 14px;
  white-space: nowrap;
}

.header .btn--ghost {
  padding: 10px 14px;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .header__inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 14px;
  }

  .brand__logo {
    width: 44px;
    height: 44px;
  }

  .brand__name {
    font-size: 0.9rem;
  }

  .brand__tag {
    font-size: 0.72rem;
  }

  .nav a {
    padding: 9px 10px;
    font-size: 0.9rem;
  }

  .theme-toggle,
  .header .btn--ghost {
    padding: 9px 12px;
  }
}

@media (max-width: 1180px) {
  .header__inner {
    display: flex;
    gap: 14px;
  }

  .nav {
    gap: 10px;
  }

  .nav a {
    padding: 9px 10px;
  }
}


/* --- Mobile navigation fixes: readability, close behavior support, light mode --- */
.menu-toggle {
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  cursor: pointer;
  flex-shrink: 0;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.menu-toggle:hover {
  transform: translateY(-1px);
}

.menu-toggle span {
  width: 24px;
  height: 2.5px;
  margin: 0;
  border-radius: 999px;
  background: #f7f1e5;
  transition: transform .25s ease, opacity .25s ease, background .25s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

@media (max-width: 820px) {
  .header {
    z-index: 120;
  }

  .header__inner {
    gap: 14px;
  }

  .brand__logo {
    width: 52px;
    height: 52px;
  }

  .brand__tag {
    display: none;
  }

  .nav {
    top: 84px;
    inset: 84px 1rem auto 1rem;
    max-height: calc(100vh - 108px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 28px 60px rgba(0,0,0,0.34);
  }

  .nav a,
  .nav .theme-toggle,
  .nav .btn {
    width: 100%;
  }

  .nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 2px;
    color: #f7f1e5;
  }

  .nav .btn--ghost,
  .nav .btn--secondary,
  .nav .theme-toggle {
    justify-content: center;
  }
}

body.light-mode .menu-toggle {
  background: rgba(255,255,255,0.88);
  border-color: rgba(127,103,58,0.18);
}

body.light-mode .menu-toggle span {
  background: #2a241d;
}

@media (max-width: 820px) {
  body.light-mode .nav {
    background: rgba(250,245,237,0.98);
    border-color: rgba(127,103,58,0.16);
    box-shadow: 0 28px 60px rgba(86,64,24,0.16);
  }

  body.light-mode .nav a {
    color: #1f1b16 !important;
  }

  body.light-mode .nav a.is-active {
    background: rgba(255,255,255,0.94);
    color: #1f1b16 !important;
  }

  body.light-mode .nav .theme-toggle,
  body.light-mode .nav .btn--ghost,
  body.light-mode .nav .btn--secondary {
    background: rgba(255,255,255,0.94) !important;
    color: #1f1b16 !important;
    border-color: rgba(127,103,58,0.18) !important;
  }
}


/* --- Mobile nav final fix: visible hamburger, readable panel, closes cleanly --- */
@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex !important;
    position: relative;
    z-index: 140;
  }

  .menu-toggle span {
    display: block;
  }

  .nav {
    position: fixed;
    top: 82px;
    left: 16px;
    right: 16px;
    bottom: auto;
    z-index: 130;
    padding: 20px;
    border-radius: 26px;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .nav a,
  .nav .theme-toggle,
  .nav .btn {
    width: 100%;
    min-height: 48px;
  }

  .nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #f7f1e5 !important;
    opacity: 1 !important;
  }

  .nav .theme-toggle,
  .nav .btn {
    min-height: 50px;
  }
}

body.light-mode .menu-toggle {
  background: rgba(255,255,255,0.94) !important;
  border-color: rgba(127,103,58,0.22) !important;
  box-shadow: 0 10px 26px rgba(101, 80, 41, 0.10);
}

body.light-mode .menu-toggle span {
  background: #3a2d17 !important;
}

@media (max-width: 820px) {
  body.light-mode .nav {
    background: rgba(248,244,237,0.98) !important;
    border: 1px solid rgba(127,103,58,0.16) !important;
    box-shadow: 0 26px 54px rgba(86,64,24,0.16) !important;
  }

  body.light-mode .nav a,
  body.light-mode .nav .theme-toggle,
  body.light-mode .nav .btn,
  body.light-mode .nav .btn--ghost,
  body.light-mode .nav .btn--secondary {
    color: #1f1b16 !important;
    opacity: 1 !important;
  }

  body.light-mode .nav a:hover,
  body.light-mode .nav a.is-active {
    background: rgba(255,255,255,0.96) !important;
    color: #1f1b16 !important;
    border-color: rgba(127,103,58,0.16) !important;
  }

  body.light-mode .nav .theme-toggle,
  body.light-mode .nav .btn,
  body.light-mode .nav .btn--ghost,
  body.light-mode .nav .btn--secondary {
    background: rgba(255,255,255,0.94) !important;
    border-color: rgba(127,103,58,0.18) !important;
  }
}


/* --- GoldBar product-flow extension --- */
.nav--expanded {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cart-link__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(214,177,79,0.18);
  border: 1px solid rgba(214,177,79,0.22);
  color: var(--gold-strong);
  font-size: 0.8rem;
  font-weight: 700;
}
.page-hero {
  position: relative;
  padding: 78px 0 66px;
  overflow: hidden;
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(214,177,79,0.20), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  opacity: 0.96;
}
.page-hero__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 30px;
  align-items: center;
}
.page-hero__content h1 {
  margin: 0 0 14px;
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  line-height: 1.02;
}
.page-hero__content p {
  color: var(--muted);
  max-width: 720px;
}
.page-hero__panel,
.detail-summary-card,
.form-card,
.side-card,
.dashboard-card,
.membership-card,
.detail-main-card,
.detail-info-box,
.coach-card,
.cart-summary-card,
.empty-state {
  background: var(--surface-1);
  border: 1px solid var(--surface-border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}
.page-hero__panel,
.detail-summary-card,
.side-card,
.cart-summary-card {
  padding: 28px;
}
.hero-list,
.slot-list,
.benefit-list,
.confirmation-list,
.dashboard-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.hero-list li,
.slot-list li,
.benefit-list li,
.confirmation-list li,
.dashboard-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-list li:last-child,
.slot-list li:last-child,
.benefit-list li:last-child,
.confirmation-list li:last-child,
.dashboard-list li:last-child {
  border-bottom: 0;
}
.detail-class-grid,
.membership-grid,
.shortcut-grid {
  display: grid;
  gap: 24px;
}
.detail-class-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.detail-class-card,
.membership-card,
.shortcut-card {
  background: var(--surface-1);
  border: 1px solid var(--surface-border);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}
.detail-class-card__media img,
.coach-card img,
.cart-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-class-card__media {
  aspect-ratio: 16/11;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.detail-class-card__body,
.membership-card,
.form-card,
.dashboard-card,
.detail-main-card,
.detail-info-box,
.coach-card,
.cart-item,
.empty-state {
  padding: 24px;
}
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.detail-meta span,
.mini-pill,
.schedule-filter,
.shortcut-card,
.qty-row button,
.btn--small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.detail-meta--stacked {
  flex-direction: column;
}
.detail-actions,
.journey-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.journey-links {
  justify-content: center;
  margin-top: 34px;
}
.detail-layout,
.signup-grid,
.booking-grid,
.checkout-grid,
.cart-layout,
.confirmation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: start;
}
.detail-layout--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
}
.coach-card {
  display: grid;
  gap: 18px;
}
.coach-card img {
  aspect-ratio: 5/4;
  border-radius: 20px;
}
.detail-side-stack {
  display: grid;
  gap: 20px;
}
.mini-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.schedule-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.schedule-filter {
  cursor: pointer;
  color: var(--text);
}
.schedule-filter.is-active,
.membership-card.is-selected,
.schedule-filter:hover {
  border-color: rgba(214,177,79,0.34);
  background: rgba(214,177,79,0.14);
}
.schedule-table-wrap {
  overflow-x: auto;
  border-radius: 28px;
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-soft);
}
.schedule-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: var(--surface-1);
}
.schedule-table th,
.schedule-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.schedule-table thead th {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-strong);
}
.membership-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.form-note {
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 0.95rem;
}
select {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text);
}
.cart-layout {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}
.cart-items {
  display: grid;
  gap: 18px;
}
.cart-item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}
.cart-item__media {
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
}
.cart-item__content h3 {
  margin: 0 0 10px;
}
.qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.qty-row button {
  cursor: pointer;
  color: var(--text);
}
.qty-row__remove {
  margin-left: 10px;
}
.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.summary-line--total {
  font-size: 1.08rem;
  font-weight: 700;
}
.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.dashboard-card--wide {
  grid-column: span 2;
}
.shortcut-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}
.shortcut-card {
  flex-direction: column;
  min-height: 130px;
  border-radius: 22px;
  text-align: center;
}
.shortcut-card i {
  font-size: 1.4rem;
  color: var(--gold-strong);
}
.empty-state {
  text-align: center;
}
body.light-mode .page-hero__content p,
body.light-mode .form-note,
body.light-mode .side-card p,
body.light-mode .dashboard-card p,
body.light-mode .detail-main-card p,
body.light-mode .detail-info-box p,
body.light-mode .cart-item__content p,
body.light-mode .page-hero__panel p {
  color: var(--theme-muted);
}
body.light-mode select,
body.light-mode .detail-meta span,
body.light-mode .mini-pill,
body.light-mode .schedule-filter,
body.light-mode .shortcut-card,
body.light-mode .qty-row button,
body.light-mode .cart-link__count {
  background: rgba(255,255,255,0.78);
  color: #1e1a14;
  border-color: rgba(130,110,70,0.16);
}
body.light-mode .schedule-table {
  background: rgba(255,255,255,0.88);
}
body.light-mode .schedule-table th,
body.light-mode .schedule-table td,
body.light-mode .hero-list li,
body.light-mode .slot-list li,
body.light-mode .benefit-list li,
body.light-mode .confirmation-list li,
body.light-mode .dashboard-list li,
body.light-mode .summary-line {
  border-bottom-color: rgba(130,110,70,0.12);
}
body.light-mode .schedule-filter.is-active,
body.light-mode .membership-card.is-selected {
  background: rgba(214,177,79,0.16);
}
@media (max-width: 1024px) {
  .detail-class-grid,
  .membership-grid,
  .dashboard-grid,
  .shortcut-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-hero__content,
  .detail-layout,
  .signup-grid,
  .booking-grid,
  .checkout-grid,
  .cart-layout,
  .confirmation-grid {
    grid-template-columns: 1fr;
  }
  .dashboard-card--wide {
    grid-column: auto;
  }
}
@media (max-width: 820px) {
  .nav--expanded {
    gap: 12px;
  }
  .detail-class-grid,
  .membership-grid,
  .dashboard-grid,
  .shortcut-grid {
    grid-template-columns: 1fr;
  }
  .cart-item {
    grid-template-columns: 1fr;
  }
  .cart-item__total {
    justify-self: flex-start;
  }
}
@media (max-width: 560px) {
  .page-hero {
    padding: 58px 0 42px;
  }
  .page-hero__panel,
  .detail-summary-card,
  .side-card,
  .cart-summary-card,
  .form-card,
  .dashboard-card,
  .detail-main-card,
  .detail-info-box,
  .coach-card,
  .empty-state,
  .membership-card {
    padding: 20px;
  }
  .detail-actions,
  .journey-links,
  .hero__actions {
    flex-direction: column;
  }
}
