/* Fargah — English locale polish (LTR typography, nav, hero) */

.site-locale-en {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site-locale-en body {
  letter-spacing: 0.01em;
}

/* Navigation — long English labels need tighter rhythm */
.site-locale-en .fargah-header__inner {
  gap: 16px;
}

.site-locale-en .fargah-nav {
  gap: 12px !important;
}

.site-locale-en .fargah-nav > li > a {
  font-size: 0.76rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
}

.site-locale-en .fargah-logo__brand {
  max-width: 220px;
}

.site-locale-en .header-auth-link {
  font-size: 0.78rem;
}

@media (max-width: 1399px) {
  .site-locale-en .fargah-nav > li:nth-child(7) {
    display: none;
  }
}

@media (max-width: 1199px) {
  .site-locale-en .fargah-nav > li:nth-child(6) {
    display: none;
  }
}

/* Hero — cinematic LTR layout (dark default for EN) */
.site-locale-en .studio-hero-combined__intro {
  max-width: min(580px, 50vw);
}

.site-locale-en .studio-hero__title {
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.site-locale-en .studio-hero__subtitle {
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 520px;
}

.site-locale-en .studio-hero-combined__eyebrow {
  letter-spacing: 0.16em;
}

/* Light theme: replace cream wash with readable dark panel */
.site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero-combined__shade {
  background: linear-gradient(
    to right,
    rgba(10, 10, 12, 0.94) 0%,
    rgba(10, 10, 12, 0.82) 26%,
    rgba(10, 10, 12, 0.42) 44%,
    rgba(10, 10, 12, 0.1) 58%,
    transparent 72%
  );
}

.site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero__title {
  color: #fff;
}

.site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero__subtitle {
  color: rgba(232, 228, 220, 0.88);
}

.site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero__ghost-link {
  color: rgba(232, 228, 220, 0.72);
}

.site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero__ghost-link:hover {
  color: var(--accent-gold);
}

/* Section headings — balance longer English copy */
.site-locale-en .section-title {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.site-locale-en .section-subtitle {
  line-height: 1.65;
  max-width: 640px;
}

.site-locale-en .section-heading-decor--center .section-subtitle {
  max-width: 560px;
}

/* Cards & paths */
.site-locale-en .editorial-card__title,
.site-locale-en .card-premium__title {
  line-height: 1.3;
}

.site-locale-en .trust-strip__title {
  font-size: 0.92rem;
  line-height: 1.35;
}

.site-locale-en .trust-strip__desc {
  line-height: 1.5;
}

/* Catalog hero — readable LTR overlay */
.site-locale-en .catalog-hero__overlay {
  background: linear-gradient(
    105deg,
    rgba(5, 5, 8, 0.92) 0%,
    rgba(5, 5, 8, 0.55) 45%,
    rgba(5, 5, 8, 0.2) 100%
  );
}

.site-locale-en .catalog-hero__title {
  letter-spacing: -0.02em;
}

/* Goldrush locations — LTR panel rhythm */
.site-locale-en .goldrush-locations__title {
  letter-spacing: -0.02em;
}

.site-locale-en .goldrush-locations__actions {
  flex-wrap: wrap;
  gap: 8px 16px;
}

/* Page heroes */
.site-locale-en .page-hero__title {
  letter-spacing: -0.02em;
}

/* Buttons — prevent awkward wraps on small screens */
.site-locale-en .btn-fargah {
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .site-locale-en .studio-hero__title {
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  .site-locale-en .studio-hero__subtitle {
    font-size: 0.98rem;
  }

  .site-locale-en[dir="ltr"]:not([data-theme="dark"]) .studio-hero-combined__shade {
    background: linear-gradient(
      to top,
      rgba(8, 8, 10, 0.88) 0%,
      rgba(8, 8, 10, 0.35) 55%,
      transparent 100%
    );
  }
}