/* ============================================================
   SRG Homepage — Premium Dark / Gold Corporate Theme
   8-Section Layout: Hero → Identity Bar → Portfolio → Sectors
   → Impact Numbers → Vision → News → CTA
   ============================================================ */

/* ── Variables ──────────────────────────────────────────────── */
:root {
  --srg-gold:        #c8a65a;
  --srg-gold-light:  #f0d97a;
  --srg-gold-dark:   #b28a3a;
  --srg-dark:        #0a0a0a;
  --srg-dark-card:   #111111;
  --srg-dark-surface:#161616;
  --srg-cream:       #f6f2e7;
  --srg-body-light:  rgba(246,242,231,.78);
  --srg-serif:       'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* ── Reveal Animation ───────────────────────────────────────── */
.srg-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.4,0,.2,1), transform .8s cubic-bezier(.4,0,.2,1);
}
.srg-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Section Spacing Helper ─────────────────────────────────── */
.srg-section { padding: clamp(72px, 10vw, 120px) 0; }

/* ── §1 HERO ────────────────────────────────────────────────── */
.srg-home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

.srg-home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srg-home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.32) 45%,
    rgba(0,0,0,.82) 100%
  );
  z-index: 1;
}

.srg-home-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(24px,5vw,60px);
  max-width: 860px;
}

.srg-home-hero__kicker {
  color: var(--srg-gold);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: clamp(10px,1.2vw,13px);
  font-weight: 600;
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.srg-home-hero__kicker::before,
.srg-home-hero__kicker::after {
  content: '';
  width: 42px;
  height: 1px;
  background: var(--srg-gold);
  opacity: .45;
}

.srg-home-hero__title {
  font-family: var(--srg-serif);
  color: #fff;
  font-size: clamp(40px,7.5vw,96px);
  line-height: 1.04;
  margin-bottom: 22px;
  font-weight: 700;
}

.srg-home-hero__title span {
  background: linear-gradient(90deg, var(--srg-gold), var(--srg-gold-light), var(--srg-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.srg-home-hero__sub {
  color: rgba(255,255,255,.72);
  font-size: clamp(15px,1.7vw,20px);
  line-height: 1.65;
  max-width: 48ch;
  margin: 0 auto 40px;
}

.srg-home-hero__btn {
  display: inline-block;
  padding: 16px 42px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--srg-gold);
  color: #000;
  background: var(--srg-gold);
  transition: all .35s ease;
  text-decoration: none;
}

.srg-home-hero__btn:hover {
  background: var(--srg-gold-light);
  border-color: var(--srg-gold-light);
}

.srg-home-hero__btn--outline {
  background: transparent;
  color: var(--srg-gold);
}

.srg-home-hero__btn--outline:hover {
  background: var(--srg-gold);
  color: #000;
}

.srg-home-hero__scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(255,255,255,.5);
  font-size: 28px;
  text-decoration: none;
  animation: srgBounce 2s infinite ease-in-out;
}

.srg-home-hero__scroll:hover { color: var(--srg-gold); }

@keyframes srgBounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%     { transform: translateX(-50%) translateY(12px); }
}

/* ── §2 IDENTITY BAR ───────────────────────────────────────── */
.srg-identity-bar {
  background: var(--srg-dark);
  border-top: 1px solid rgba(212,175,55,.15);
  border-bottom: 1px solid rgba(212,175,55,.15);
  padding: 0;
}

.srg-identity-bar__inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.srg-identity-bar__fact {
  padding: 28px 42px;
  text-align: center;
  position: relative;
  flex: 1 0 auto;
}

.srg-identity-bar__fact:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(212,175,55,.25);
}

.srg-identity-bar__fact-value {
  font-family: var(--srg-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--srg-gold);
  margin-bottom: 2px;
}

.srg-identity-bar__fact-label {
  color: rgba(246,242,231,.5);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

/* ── §3 PORTFOLIO PREVIEW ──────────────────────────────────── */
.srg-portfolio-section {
  background: #f8f7f3;
}

.srg-portfolio-section .srg-section-header {
  text-align: center;
  margin-bottom: 56px;
}

.srg-section-kicker {
  color: var(--srg-gold-dark);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.srg-section-heading {
  font-family: var(--srg-serif);
  font-size: clamp(28px,3.8vw,52px);
  color: #111;
  margin-bottom: 16px;
}

.srg-section-lead {
  color: #555;
  font-size: 16px;
  max-width: 52ch;
  margin: 0 auto;
  line-height: 1.75;
}

/* Brand tiles */
.srg-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

.srg-brand-tile {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  text-decoration: none;
  background: #111;
}

.srg-brand-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.4,0,.2,1), filter .7s cubic-bezier(.4,0,.2,1);
}

.srg-brand-tile:hover .srg-brand-tile__img {
  transform: scale(1.06);
  filter: blur(3px) brightness(.65);
}

.srg-brand-tile__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.1) 55%, rgba(0,0,0,.22) 100%);
  z-index: 1;
  transition: background .5s ease;
}

.srg-brand-tile:hover .srg-brand-tile__shade {
  background: linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.3) 55%, rgba(0,0,0,.4) 100%);
}

.srg-brand-tile__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1);
  z-index: 3;
  width: 20%;
  min-width: 68px;
  max-width: 120px;
  height: auto;
  filter: brightness(0) invert(1) drop-shadow(0 4px 16px rgba(0,0,0,.4));
  transition: transform .6s cubic-bezier(.4,0,.2,1), opacity .4s ease;
  pointer-events: none;
}

.srg-brand-tile:hover .srg-brand-tile__logo {
  transform: translate(-50%,-50%) scale(.85);
  opacity: .8;
}

.srg-brand-tile__info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 24px 26px;
  z-index: 2;
}

.srg-brand-tile__name {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
}

.srg-brand-tile__tag {
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  border: 1px solid rgba(212,175,55,.4);
  color: var(--srg-gold-light);
  border-radius: 3px;
  margin-bottom: 6px;
}

.srg-brand-tile__desc {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.5;
  max-width: 34ch;
}

.srg-brand-tile__arrow {
  position: absolute;
  top: 18px; right: 18px;
  z-index: 3;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  opacity: 0;
  transform: translateY(6px);
  transition: all .4s ease;
}

.srg-brand-tile:hover .srg-brand-tile__arrow {
  opacity: 1;
  transform: translateY(0);
  border-color: var(--srg-gold);
  color: var(--srg-gold);
}

.srg-view-all {
  text-align: center;
}

.srg-view-all a {
  color: var(--srg-gold-dark);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s ease;
}

.srg-view-all a:hover { color: var(--srg-gold); }

/* ── §4 SECTORS ─────────────────────────────────────────────── */
.srg-sectors-section {
  background: var(--srg-dark);
}

.srg-sectors-section .srg-section-kicker { color: var(--srg-gold); }
.srg-sectors-section .srg-section-heading { color: var(--srg-cream); }

.srg-sectors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 48px;
}

.srg-sector-item {
  text-align: center;
  padding: 36px 16px;
  border: 1px solid rgba(212,175,55,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  transition: border-color .35s ease, transform .35s ease, background .35s ease;
}

.srg-sector-item:hover {
  border-color: rgba(212,175,55,.4);
  transform: translateY(-4px);
  background: rgba(212,175,55,.06);
}

.srg-sector-item__icon {
  font-size: 28px;
  color: var(--srg-gold);
  margin-bottom: 14px;
}

.srg-sector-item__name {
  color: var(--srg-cream);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* ── §5 IMPACT NUMBERS ──────────────────────────────────────── */
.srg-impact-section {
  background: linear-gradient(135deg, #0d0d0d 0%, #111 50%, #0a0a0a 100%);
  border-top: 1px solid rgba(212,175,55,.1);
  border-bottom: 1px solid rgba(212,175,55,.1);
}

.srg-impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.srg-impact-item {
  text-align: center;
  padding: 40px 16px;
}

.srg-impact-item__value {
  font-family: var(--srg-serif);
  font-size: clamp(36px,4.5vw,64px);
  font-weight: 700;
  color: var(--srg-gold);
  line-height: 1;
  margin-bottom: 8px;
}

.srg-impact-item__value--founder {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.08;
  white-space: nowrap;
  letter-spacing: .01em;
}

.srg-impact-item__label {
  color: rgba(246,242,231,.5);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .18em;
}

/* ── §6 VISION / QUOTE ──────────────────────────────────────── */
.srg-vision-section {
  background: #f8f7f3;
}

.srg-vision-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.srg-vision-icon {
  font-size: 48px;
  color: rgba(212,175,55,.3);
  margin-bottom: 28px;
}

.srg-vision-quote {
  font-family: var(--srg-serif);
  font-size: clamp(22px,3vw,36px);
  color: #111;
  line-height: 1.45;
  font-style: italic;
  margin-bottom: 32px;
}

.srg-vision-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.srg-vision-author img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--srg-gold);
}

.srg-vision-author__name {
  font-weight: 700;
  color: #111;
  font-size: 15px;
}

.srg-vision-author__title {
  color: #777;
  font-size: 13px;
}

/* ── §7 LATEST NEWS ─────────────────────────────────────────── */
.srg-news-section {
  background: var(--srg-dark);
}

.srg-news-section .srg-section-kicker { color: var(--srg-gold); }
.srg-news-section .srg-section-heading { color: var(--srg-cream); }

.srg-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.srg-news-card {
  border: 1px solid rgba(212,175,55,.12);
  border-radius: 12px;
  padding: 32px 28px;
  background: rgba(255,255,255,.02);
  transition: border-color .35s ease, transform .35s ease;
  text-decoration: none;
  display: block;
}

.srg-news-card:hover {
  border-color: rgba(212,175,55,.35);
  transform: translateY(-4px);
}

.srg-news-card__date {
  color: var(--srg-gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 14px;
}

.srg-news-card__title {
  font-family: var(--srg-serif);
  color: var(--srg-cream);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.35;
}

.srg-news-card__excerpt {
  color: rgba(246,242,231,.55);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.srg-news-card__link {
  color: var(--srg-gold);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  text-decoration: none;
  transition: color .3s ease;
}

.srg-news-card:hover .srg-news-card__link { color: var(--srg-gold-light); }

html[dir="rtl"] .srg-news-card__date,
html[dir="rtl"] .srg-news-card__link {
  text-transform: none;
  letter-spacing: normal;
}

/* ── §8 CLOSING CTA ─────────────────────────────────────────── */
.srg-cta-section {
  background: linear-gradient(135deg, #0f0f0f 0%, var(--srg-dark) 100%);
}

.srg-cta-inner {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.srg-cta-heading {
  font-family: var(--srg-serif);
  font-size: clamp(28px,4vw,52px);
  color: var(--srg-cream);
  margin-bottom: 20px;
}

.srg-cta-text {
  color: var(--srg-body-light);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 44ch;
  margin-left: auto;
  margin-right: auto;
}

.srg-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1199px) {
  .srg-sectors-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
  .srg-brand-grid { grid-template-columns: 1fr; }

  .srg-impact-grid { grid-template-columns: repeat(2, 1fr); }

  .srg-news-grid { grid-template-columns: 1fr; }

  .srg-sectors-grid { grid-template-columns: repeat(3, 1fr); }

  .srg-identity-bar__fact { padding: 22px 28px; }
}

@media (max-width: 767px) {
  .srg-identity-bar__inner { flex-direction: column; }

  .srg-identity-bar__fact:not(:last-child)::after {
    right: 20%; left: 20%;
    top: auto; bottom: 0;
    width: 60%; height: 1px;
  }

  .srg-sectors-grid { grid-template-columns: repeat(2, 1fr); }

  .srg-impact-grid { grid-template-columns: repeat(2, 1fr); }

  .srg-impact-item__value {
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.12;
  }

  .srg-impact-item__value--founder {
    font-size: clamp(20px, 6.3vw, 28px);
    white-space: nowrap;
  }

  .srg-cta-actions { flex-direction: column; align-items: center; }

  .srg-brand-tile { aspect-ratio: 16 / 11; }
}
