/* Adeegsame 2026 editorial redesign
   Visual direction: architectural precision, bold event energy, navy and gold. */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root,
[data-theme="dark"],
[data-theme="light"] {
  --gold-50: #fff9e8;
  --gold-100: #f8ebbd;
  --gold-200: #edd58a;
  --gold-300: #e2c164;
  --gold-400: #d6ad4d;
  --gold-500: #bf9135;
  --gold-600: #9c7025;
  --gold-700: #76521c;
  --gold-800: #533913;
  --gold-900: #302109;
  --gold-metallic: linear-gradient(135deg, #a97720 0%, #f2d57a 46%, #c39135 100%);

  --bg-primary: #06101f;
  --bg-secondary: #09172a;
  --bg-tertiary: #0e2038;
  --bg-card: #0a192d;
  --bg-card-hover: #10233d;
  --bg-dark-section: #030a14;
  --bg-dark: #030a14;
  --bg-dark-card: rgba(255, 255, 255, 0.035);
  --bg-glass: rgba(6, 16, 31, 0.8);
  --bg-glass-strong: rgba(6, 16, 31, 0.95);
  --bg-input: #071426;
  --bg-nav: rgba(4, 12, 24, 0.86);
  --bg-nav-scrolled: rgba(4, 12, 24, 0.96);
  --bg-dropdown: #09182b;
  --bg-footer: #020811;
  --bg-hero: linear-gradient(135deg, #020711 0%, #08172c 58%, #102847 100%);

  --text-primary: #f4f1e8;
  --text-secondary: #a9b3c1;
  --text-tertiary: #748197;
  --text-inverse: #06101f;
  --text-gold: #d6ad4d;
  --text-link: #e2c164;
  --text-on-dark: #eef2f7;
  --text-muted-on-dark: #8f9bad;

  --border-light: rgba(196, 211, 231, 0.11);
  --border-medium: rgba(196, 211, 231, 0.2);
  --border-strong: rgba(196, 211, 231, 0.34);
  --border-gold: rgba(214, 173, 77, 0.38);
  --border-gold-strong: rgba(214, 173, 77, 0.72);
  --border-on-dark: rgba(196, 211, 231, 0.11);

  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.28);
  --shadow-sm: 0 10px 30px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 18px 50px rgba(0, 0, 0, 0.28);
  --shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.38);
  --shadow-xl: 0 40px 110px rgba(0, 0, 0, 0.48);
  --shadow-gold: 0 14px 45px rgba(191, 145, 53, 0.2);
  --shadow-card: 0 16px 44px rgba(0, 0, 0, 0.18);
  --shadow-card-hover: 0 28px 70px rgba(0, 0, 0, 0.32);

  --font-primary: 'DM Sans', Arial, sans-serif;
  --font-display: 'Archivo', Arial, sans-serif;
  --font-accent: 'Archivo', Arial, sans-serif;
  --font-mono: 'DM Sans', Arial, sans-serif;

  --text-xs: 0.72rem;
  --text-sm: 0.86rem;
  --text-base: 0.96rem;
  --text-md: 1.05rem;
  --text-lg: 1.2rem;
  --text-xl: 1.45rem;
  --text-2xl: 1.9rem;
  --text-3xl: 2.55rem;
  --text-4xl: 3.5rem;
  --text-5xl: 5rem;
  --text-6xl: 7rem;

  --radius-xs: 0;
  --radius-sm: 2px;
  --radius-md: 3px;
  --radius-lg: 4px;
  --radius-xl: 6px;
  --nav-height: 82px;
  --container-max: 1360px;
  --container-wide: 1540px;
}

html {
  background: var(--bg-primary);
}

body {
  color: var(--text-primary);
  background:
    radial-gradient(circle at 85% 8%, rgba(33, 73, 122, 0.16), transparent 28rem),
    var(--bg-primary);
  font-size: var(--text-base);
  letter-spacing: -0.01em;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--text-primary);
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

img {
  image-rendering: auto;
}

::selection {
  color: #06101f;
  background: var(--gold-300);
}

.container,
.wrap {
  max-width: var(--container-max);
  padding-inline: clamp(20px, 4vw, 64px);
}

.section,
.sec {
  position: relative;
  padding: clamp(84px, 10vw, 150px) 0;
  border-top: 1px solid var(--border-light);
}

.section--sm,
.sec-sm {
  padding: clamp(64px, 7vw, 105px) 0;
}

.section--alt,
.sec-alt {
  background: #081526;
}

.section--dark,
.sec-dark {
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 173, 77, 0.07), transparent 28rem),
    var(--bg-dark-section);
}

.section-header,
.sh {
  margin-bottom: clamp(42px, 6vw, 80px);
}

/* Decorative eyebrow copy is intentionally removed site-wide. */
.label,
.hero__label,
.page-header__label,
.section-header > .label,
.sh > .label,
.about-hero__eyebrow,
.careers-hero__eyebrow,
.contact-hero__label,
.contact-hero__eyebrow,
.faq-hero__eyebrow,
.invest-hero__eyebrow,
.ceo-hero__eyebrow,
.events-hero .hero-tag,
.reg-eyebrow,
.hero-inner > .label,
.hero-content > .label {
  display: none !important;
}

.section-header .label,
.label,
.sh .label {
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold-300);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-header .label::before,
.label::before {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--gold-400);
}

.section-header .label .gold-dot,
.label .gold-dot {
  display: none;
}

.section-header h2,
.sh h2 {
  max-width: 980px;
  font-size: clamp(2.65rem, 5.8vw, 5.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.section-header.text-center h2,
.sh.tc h2 {
  margin-inline: auto;
}

.section-header p,
.sh p {
  max-width: 660px;
  margin-top: 22px;
  color: var(--text-secondary);
  font-size: clamp(0.96rem, 1.2vw, 1.1rem);
  line-height: 1.75;
}

.gold-line {
  width: 84px;
  height: 1px;
  background: var(--gold-400);
}

.btn,
.btn-gold,
.btn-sec,
.btn-outline,
.btn-ghost {
  min-height: 46px;
  padding: 0 25px;
  border-radius: 1px;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.btn--lg,
.btn-lg {
  min-height: 54px;
  padding-inline: 32px;
}

.btn--primary,
.btn-gold {
  color: #07111f;
  background: var(--gold-400);
  border: 1px solid var(--gold-400);
}

.btn--primary:hover,
.btn-gold:hover {
  color: #07111f;
  background: var(--gold-300);
  border-color: var(--gold-300);
  transform: translateY(-2px);
}

.btn--secondary,
.btn-sec,
.btn--outline-gold,
.btn-outline,
.btn--ghost,
.btn-ghost {
  color: var(--text-primary);
  background: transparent;
  border: 1px solid var(--border-medium);
}

.btn--secondary:hover,
.btn-sec:hover,
.btn--outline-gold:hover,
.btn-outline:hover,
.btn--ghost:hover,
.btn-ghost:hover {
  color: var(--gold-300);
  background: rgba(214, 173, 77, 0.06);
  border-color: var(--gold-400);
}

/* Navigation */
.nav {
  height: var(--nav-height);
  background: rgba(4, 12, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.nav--transparent {
  background: linear-gradient(180deg, rgba(2, 8, 17, 0.78), rgba(2, 8, 17, 0));
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.nav--scrolled {
  background: rgba(3, 10, 21, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26);
}

.nav__inner {
  height: var(--nav-height);
  padding-inline: clamp(20px, 3.5vw, 56px);
}

.nav__logo {
  gap: 13px;
}

.nav__logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav__brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-transform: uppercase;
}

.nav__brand strong {
  color: #fff;
  font-size: 0.83rem;
  letter-spacing: 0.12em;
}

.nav__brand small {
  margin-top: 6px;
  color: var(--gold-300);
  font-size: 0.51rem;
  font-weight: 600;
  letter-spacing: 0.23em;
}

.nav__links {
  gap: 4px;
}

.nav__link {
  padding: 12px 11px;
  color: rgba(231, 238, 247, 0.72);
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav--transparent .nav__link {
  color: rgba(255, 255, 255, 0.74);
}

.nav__link:hover,
.nav__link--active,
.nav--transparent .nav__link:hover,
.nav--transparent .nav__link--active {
  color: var(--gold-300);
  background: transparent;
}

.nav__link--active::after {
  right: 11px;
  bottom: 5px;
  left: 11px;
  height: 1px;
  background: var(--gold-400);
}

.nav__dropdown-menu {
  min-width: 250px;
  padding: 8px;
  background: rgba(7, 19, 35, 0.98);
  border: 1px solid var(--border-medium);
  border-radius: 2px;
  box-shadow: var(--shadow-lg);
}

.nav__dropdown-item {
  padding: 13px 14px;
  color: var(--text-secondary);
  border-radius: 1px;
  font-size: 0.78rem;
}

.nav__dropdown-item:hover {
  color: var(--gold-300);
  background: rgba(214, 173, 77, 0.08);
}

.nav__contact {
  display: inline-flex;
  min-height: 39px;
  padding-inline: 18px;
}

.mobile-menu {
  max-width: 480px;
  background:
    radial-gradient(circle at 90% 5%, rgba(214, 173, 77, 0.12), transparent 19rem),
    #06101f;
}

.mobile-menu__header,
.mobile-menu__footer {
  background: #06101f;
}

.mobile-menu__link,
.mobile-menu__dropdown-trigger {
  padding-block: 18px;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-menu__dropdown-panel {
  background: #09182b;
}

/* Hero */
.hero {
  min-height: 100svh;
  align-items: flex-end;
  border-bottom: 1px solid var(--border-light);
}

.hero__bg img {
  opacity: 0.72;
  filter: saturate(0.78) contrast(1.08);
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 17, 0.98) 0%, rgba(3, 12, 25, 0.86) 42%, rgba(3, 12, 25, 0.24) 76%, rgba(3, 12, 25, 0.52) 100%),
    linear-gradient(0deg, rgba(2, 8, 17, 0.92) 0%, transparent 48%);
}

.hero__overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}

.hero__content {
  max-width: 1120px;
  padding: calc(var(--nav-height) + 90px) 0 clamp(70px, 9vh, 120px);
}

.hero__label {
  padding: 0;
  color: var(--gold-300);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
}

.hero__label::before {
  content: '';
  width: 42px;
  height: 1px;
  background: var(--gold-400);
}

.hero__label .gold-dot {
  display: none;
}

.hero__title {
  max-width: 1080px;
  margin-bottom: 26px;
  font-size: clamp(4rem, 9.2vw, 9.2rem);
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.hero__title span {
  color: var(--gold-300);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero__subtitle {
  max-width: 680px;
  margin-left: clamp(0px, 8vw, 120px);
  color: rgba(235, 241, 248, 0.67);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.7;
}

.hero__ctas {
  margin-left: clamp(0px, 8vw, 120px);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 900px;
  margin-left: clamp(0px, 8vw, 120px);
  padding-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero__stat {
  min-height: 92px;
  padding: 22px 24px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.hero__stat + .hero__stat {
  padding-left: 24px;
}

.hero__stat:last-child {
  border-right: 0;
}

.hero__stat-value {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.06em;
}

.hero__stat-label {
  color: rgba(255, 255, 255, 0.46);
  letter-spacing: 0.14em;
}

.hero__scroll {
  right: 34px;
  bottom: 34px;
  left: auto;
  transform: none;
}

/* Inner page hero */
.page-header {
  min-height: clamp(500px, 72vh, 760px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-height) + 80px) 0 clamp(65px, 9vw, 115px);
  border-bottom: 1px solid var(--border-light);
}

.page-header__bg {
  background-size: cover;
  background-position: center;
}

.page-header__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 8, 17, 0.95), rgba(4, 15, 31, 0.65) 52%, rgba(4, 15, 31, 0.22)),
    linear-gradient(0deg, rgba(2, 8, 17, 0.9), transparent 55%);
}

.page-header__bg img {
  opacity: 0.72;
  filter: saturate(0.72) contrast(1.08);
}

.page-header__content {
  max-width: 1100px;
}

.page-header__breadcrumb {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-header h1 {
  max-width: 1050px;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 8vw, 8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.page-header p {
  max-width: 680px;
  color: rgba(242, 246, 251, 0.65);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

/* Layout and image treatments */
.about-section,
.home-delight {
  gap: clamp(48px, 8vw, 120px);
}

.about-section > div > img,
.home-delight > div > img,
.grid--2 img,
.ceo-photo__frame,
.invest-hero img {
  border-radius: 2px !important;
}

.about-section > div:has(> img),
.home-delight > div:has(> img) {
  position: relative;
}

.about-section > div:has(> img)::before,
.home-delight > div:has(> img)::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -14px;
  right: -14px;
  width: 34%;
  height: 34%;
  border-top: 1px solid var(--gold-400);
  border-right: 1px solid var(--gold-400);
  pointer-events: none;
}

.about-section img,
.home-delight img,
.grid--2 img {
  filter: saturate(0.82) contrast(1.05);
}

.grid {
  gap: 1px;
  background: var(--border-light);
}

.grid > * {
  background-color: var(--bg-card);
}

/* Cards */
.card,
.service-card,
.testimonial-card,
.leader-card,
.partner-card,
.partner-item,
.invest-card,
.culture-card,
.contact-card,
.job-card,
.event-card,
.sidebar-panel,
.story-card,
.process-step,
.faq-mini-item,
.sidebar-card,
.contact-form-wrap {
  min-width: 0;
  overflow-wrap: anywhere;
  border: 1px solid var(--border-light);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(14, 32, 56, 0.9), rgba(7, 20, 38, 0.96));
  box-shadow: none;
}

.card,
.service-card,
.testimonial-card,
.leader-card,
.partner-card,
.invest-card,
.culture-card {
  padding: clamp(26px, 3vw, 42px);
}

.card:hover,
.service-card:hover,
.testimonial-card:hover,
.leader-card:hover,
.partner-card:hover,
.partner-item:hover,
.invest-card:hover,
.culture-card:hover,
.contact-card:hover,
.job-card:hover,
.event-card:hover,
.story-card:hover,
.process-step:hover,
.faq-mini-item:hover,
.sidebar-card:hover {
  border-color: var(--border-gold-strong);
  background: linear-gradient(145deg, rgba(17, 40, 69, 0.96), rgba(8, 23, 43, 0.99));
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.service-card::before,
.culture-card::before {
  height: 1px;
}

.service-card__number {
  top: 18px;
  right: 22px;
  color: rgba(214, 173, 77, 0.16);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  letter-spacing: -0.08em;
}

.card__icon,
.invest-card__icon,
.culture-card__icon,
.contact-card__icon,
.job-card__dept-icon,
.perk-card__icon,
.partner-card__icon {
  border-radius: 50%;
  color: var(--gold-300);
  background: rgba(214, 173, 77, 0.08);
  border: 1px solid rgba(214, 173, 77, 0.24);
}

.partner-card__icon {
  width: 108px !important;
  height: 72px !important;
  padding: 10px !important;
  border-radius: 2px !important;
}

.partner-card--sm .partner-card__icon {
  width: 96px !important;
  height: 64px !important;
}

.partner-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-card__initials {
  color: var(--gold-300);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.card__title,
.invest-card__title,
.culture-card__title,
.leader-card__name,
.partner-card__title,
.job-card__title,
.event-card__title {
  color: var(--text-primary);
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.hero-icon,
.nav__dropdown-trigger .hero-icon,
.nav__dropdown-item .hero-icon,
.mobile-menu__link-arrow,
.mobile-menu__dropdown-icon,
.mobile-menu__dropdown-icon-wrap .hero-icon,
.mobile-menu__close .hero-icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  stroke-width: 1.8;
}

.mobile-menu__close .hero-icon {
  width: 22px;
  height: 22px;
}

.leadership-grid.leader-count-4 .leader-card:nth-child(4) {
  grid-column: 2;
}

.card__text,
.invest-card__text,
.culture-card__text,
.leader-card__bio,
.partner-card__desc,
.job-card__excerpt,
.event-card__excerpt {
  color: var(--text-secondary);
}

.card__link {
  margin-top: 24px;
  color: var(--gold-300);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Industries and galleries */
.grid--industries {
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  background: transparent;
}

.grid--industries .industry-card {
  grid-column: span 4;
}

.grid--industries .industry-card:nth-child(1),
.grid--industries .industry-card:nth-child(5) {
  grid-column: span 7;
}

.grid--industries .industry-card:nth-child(2),
.grid--industries .industry-card:nth-child(4) {
  grid-column: span 5;
}

.industry-card {
  min-height: clamp(340px, 42vw, 570px);
  border-radius: 2px;
}

.industry-card__bg img {
  filter: saturate(0.72) contrast(1.08);
}

.industry-card__overlay {
  background: linear-gradient(180deg, rgba(2, 8, 17, 0.05), rgba(2, 8, 17, 0.94));
}

.industry-card__content {
  padding: clamp(24px, 4vw, 48px);
}

.industry-card__title {
  font-size: clamp(1.4rem, 2.5vw, 2.65rem);
  text-transform: uppercase;
}

.industry-card__text {
  max-width: 470px;
  font-size: 0.9rem;
}

.gallery-item,
.life-grid__item,
.featured-banner,
.news-card,
.event-card .ec-img {
  border-radius: 2px;
}

.gallery-item img,
.life-grid__item img,
.featured-banner img,
.news-card img,
.ec-img img {
  filter: saturate(0.8) contrast(1.05);
}

.gallery-filter,
.gallery-filter__btn,
.ftab,
.tab,
.inquiry-tab,
.map-tab {
  border-radius: 1px;
  font-family: var(--font-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Stats */
.stats-grid {
  gap: 0;
  border-top: 1px solid var(--border-medium);
  border-bottom: 1px solid var(--border-medium);
}

.stat-item {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 54px);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--border-medium);
  border-radius: 0;
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item__value {
  color: var(--gold-300);
  font-size: clamp(3rem, 6vw, 6.4rem);
  letter-spacing: -0.08em;
}

.stat-item__label {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.54);
}

/* Partners and testimonials */
.marquee {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.marquee::before {
  background: linear-gradient(90deg, var(--bg-secondary), transparent);
}

.marquee::after {
  background: linear-gradient(270deg, var(--bg-secondary), transparent);
}

.marquee__item {
  min-width: 210px;
  height: 88px;
  border-right: 1px solid var(--border-light);
}

.marquee__item img {
  max-height: 46px;
  filter: grayscale(1) brightness(2);
  opacity: 0.62;
}

.marquee__item:hover img {
  filter: none;
  opacity: 1;
}

.testimonial-card__quote,
.story-card__quote {
  color: rgba(214, 173, 77, 0.24);
}

.testimonial-card__text {
  color: #d5dce5;
  font-size: 1rem;
  font-style: normal;
}

/* Process and timeline */
.process-steps::before {
  background: var(--border-gold);
}

.process-step__num {
  color: var(--gold-300);
  background: var(--bg-primary);
  border-color: var(--gold-400);
}

.ceo-timeline__dot,
.timeline-item__dot,
.step-card__number {
  color: #07111f;
  background: var(--gold-400);
}

.subsidiary-row {
  gap: clamp(40px, 7vw, 90px);
  border-bottom-color: var(--border-medium);
}

.subsidiary-row__visual {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #040d1b;
  border-color: var(--border-medium);
  border-radius: 2px;
}

.subsidiary-row__img {
  filter: saturate(0.72) contrast(1.08);
}

/* Forms and accordions */
.form-input,
.form-textarea,
.form-select,
.form-control,
.search-field,
.filter-search,
.filter-select,
.sub-input,
.search-input input {
  color: var(--text-primary);
  background: rgba(3, 12, 24, 0.82);
  border: 1px solid var(--border-medium);
  border-radius: 1px;
}

.form-input,
.form-textarea,
.form-select,
.form-control {
  min-height: 48px;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus,
.form-control:focus,
.sub-input:focus,
.search-input input:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(214, 173, 77, 0.08);
}

.form-label,
.form-group label,
.form-field label {
  color: var(--text-secondary);
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.accordion {
  border: 0;
  border-top: 1px solid var(--border-medium);
  border-radius: 0;
}

.accordion-item {
  border-bottom-color: var(--border-medium);
}

.accordion-trigger {
  min-height: 86px;
  padding-inline: 0;
  color: var(--text-primary);
  background: transparent;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

.accordion-trigger:hover {
  color: var(--gold-300);
  background: transparent;
}

.accordion-content__inner {
  max-width: 900px;
  padding-left: 0;
  color: var(--text-secondary);
}

/* Events, careers, contact, FAQ and investment custom heroes */
.events-hero,
.careers-hero,
.contact-hero,
.faq-hero,
.invest-hero,
.ceo-hero {
  min-height: clamp(650px, 88vh, 940px) !important;
  background: var(--bg-hero) !important;
  border-bottom: 1px solid var(--border-light);
}

.events-hero .hero-bg img,
.careers-hero__bg img,
.invest-hero img,
.ceo-hero__bg img {
  opacity: 0.62 !important;
  filter: saturate(0.72) contrast(1.1);
}

.events-hero .hero-ov,
.careers-hero__overlay,
.invest-hero__overlay,
.ceo-hero__gradient {
  background:
    linear-gradient(90deg, rgba(2, 8, 17, 0.98), rgba(4, 15, 31, 0.76) 54%, rgba(4, 15, 31, 0.2)),
    linear-gradient(0deg, rgba(2, 8, 17, 0.88), transparent 55%) !important;
}

.events-hero h1,
.careers-hero h1,
.contact-hero h1,
.faq-hero h1,
.invest-hero h1,
.ceo-hero h1 {
  max-width: 1050px;
  color: #fff !important;
  font-size: clamp(3.6rem, 8vw, 8.4rem) !important;
  font-weight: 800 !important;
  line-height: 0.89 !important;
  letter-spacing: -0.075em !important;
  text-transform: uppercase;
}

.events-hero h1 em,
.careers-hero h1 em,
.contact-hero h1 span,
.invest-hero h1 span,
.ceo-hero h1 span,
.gold-text {
  color: var(--gold-300) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  font-style: normal;
}

.events-hero .hero-sub,
.careers-hero__sub,
.contact-hero__sub,
.faq-hero p,
.invest-hero p,
.ceo-hero p {
  color: rgba(239, 244, 250, 0.64) !important;
  font-size: clamp(1rem, 1.4vw, 1.2rem) !important;
}

.hero-featured-card,
.hero-countdown,
.hero-stat-card,
.contact-hero__office,
.hero-badge,
.pill {
  background: rgba(6, 18, 35, 0.68) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  border-radius: 2px !important;
  backdrop-filter: blur(14px);
}

.filter-strip,
.search-bar-section,
.faq-tabs-section {
  background: rgba(5, 15, 29, 0.96) !important;
  border-color: var(--border-light) !important;
}

.events-grid .event-card,
.news-card,
.filter-panel,
.sidebar-panel,
.subscribe-panel,
.job-card,
.perk-card,
.story-card,
.cta-banner,
.faq-category-card,
.faq-main,
.contact-form-wrap,
.sidebar-card,
.map-frame-wrap {
  color: var(--text-primary);
  background: linear-gradient(145deg, rgba(14, 32, 56, 0.94), rgba(6, 18, 35, 0.98)) !important;
  border-color: var(--border-light) !important;
  border-radius: 2px !important;
}

.ec-title,
.nc-title,
.ui-title,
.sp-head h4,
.filter-panel__title,
.job-card__title,
.perk-card__title,
.story-card__name,
.contact-form-header h2,
.sidebar-card__title,
.faq-mini-item__q {
  color: var(--text-primary) !important;
}

.ec-excerpt,
.nc-excerpt,
.ui-loc,
.job-card__excerpt,
.perk-card__text,
.story-card__text,
.contact-form-header p,
.faq-mini-item__a {
  color: var(--text-secondary) !important;
}

.contact-main,
.contact-map-section,
.contact-faq,
.faq-main,
.faq-cta-section,
.invest-apply {
  background: var(--bg-primary) !important;
}

.contact-hero__bg,
.faq-hero__bg {
  background:
    radial-gradient(circle at 78% 30%, rgba(42, 83, 137, 0.35), transparent 32rem),
    linear-gradient(135deg, #020711 0%, #08172c 65%, #102847 100%) !important;
}

.map-frame iframe {
  filter: grayscale(1) invert(0.9) hue-rotate(175deg) contrast(0.88);
}

.modal,
.lightbox {
  background-color: rgba(2, 8, 17, 0.96);
}

/* CEO portrait placeholder for unverified photography */
.ceo-photo-placeholder {
  min-height: 520px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: var(--gold-300);
  background:
    radial-gradient(circle at 50% 34%, rgba(214, 173, 77, 0.16), transparent 15rem),
    linear-gradient(145deg, #102744, #050e1c);
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.ceo-photo-placeholder::before,
.ceo-photo-placeholder::after {
  content: '';
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(214, 173, 77, 0.25);
}

.ceo-photo-placeholder::after {
  inset: 48px;
  border-color: rgba(255, 255, 255, 0.07);
}

/* CTA */
.cta-section,
.contact-cta,
.faq-cta-section {
  padding: clamp(90px, 12vw, 170px) 0;
  border-top: 1px solid var(--border-medium);
  border-bottom: 1px solid var(--border-medium);
}

.cta-section__bg,
.contact-cta__bg {
  background:
    radial-gradient(circle at 80% 20%, rgba(214, 173, 77, 0.12), transparent 22rem),
    linear-gradient(135deg, #020711, #0c213d) !important;
}

.cta-section__content {
  max-width: 950px;
}

.cta-section__title,
.contact-cta h2,
.faq-cta-section h2 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.cta-section__text {
  max-width: 650px;
  margin: 26px auto 38px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
}

/* Footer */
.footer {
  padding-top: clamp(70px, 9vw, 125px);
  background:
    radial-gradient(circle at 80% 0%, rgba(28, 63, 106, 0.3), transparent 30rem),
    #020811;
  border-top: 1px solid var(--border-medium);
}

.footer__masthead {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: clamp(60px, 8vw, 110px);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7.5vw, 8rem);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.footer__masthead i {
  flex: 1;
  height: 1px;
  background: var(--gold-400);
}

.footer__grid {
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(35px, 6vw, 90px);
  padding-bottom: 70px;
  border-bottom-color: var(--border-light);
}

.footer__logo {
  gap: 14px;
}

.footer__logo img {
  width: 58px;
}

.footer__brand-name {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.footer__brand-name small {
  margin-top: 7px;
  color: var(--gold-300);
  font-size: 0.54rem;
  letter-spacing: 0.2em;
}

.footer__heading {
  color: var(--gold-300);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
}

.footer__link {
  padding-block: 5px;
  color: #96a3b5;
}

.footer__newsletter-form {
  align-items: stretch;
}

.footer__newsletter-form input {
  min-width: 0;
  border-radius: 1px;
}

.footer__social {
  border-radius: 50%;
}

.whatsapp-float,
.back-to-top {
  border-radius: 50%;
}

.back-to-top {
  color: var(--gold-300);
  background: #08182d;
  border-color: var(--border-gold);
}

.preloader {
  background: rgba(2, 8, 17, 0.78);
}

.preloader__logo {
  color: inherit;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 1180px) {
  .nav__brand {
    display: none;
  }

  .nav__link {
    padding-inline: 8px;
    font-size: 0.61rem;
  }

  .nav__contact {
    display: none;
  }
}

@media (max-width: 1024px) {
  :root {
    --nav-height: 72px;
  }

  .nav__brand {
    display: flex;
  }

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

  .hero__stat:nth-child(2) {
    border-right: 0;
  }

  .hero__stat:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .grid--industries .industry-card {
    grid-column: span 6 !important;
  }

  .footer__masthead {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__masthead i {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 768px) {
  :root {
    --nav-height: 66px;
  }

  .nav__logo img {
    width: 42px;
    height: 42px;
  }

  .nav__brand strong {
    font-size: 0.74rem;
  }

  .nav__brand small {
    font-size: 0.46rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero__content {
    padding-bottom: 48px;
  }

  .hero__title {
    font-size: clamp(3rem, 10vw, 4.4rem);
    line-height: 0.9;
    letter-spacing: -0.07em;
  }

  .hero__subtitle,
  .hero__ctas,
  .hero__stats {
    max-width: 100%;
    margin-left: 0;
  }

  .hero__stats {
    margin-top: 36px;
  }

  .hero__stat {
    min-width: 0;
    padding: 18px 16px 10px 0;
  }

  .hero__stat + .hero__stat {
    padding-left: 16px;
  }

  .hero__scroll {
    display: none;
  }

  .page-header {
    min-height: 560px;
  }

  .page-header h1,
  .events-hero h1,
  .careers-hero h1,
  .contact-hero h1,
  .faq-hero h1,
  .invest-hero h1,
  .ceo-hero h1 {
    font-size: clamp(3rem, 15vw, 5.2rem) !important;
  }

  .section-header h2,
  .sh h2 {
    font-size: clamp(2.35rem, 11vw, 4.1rem);
  }

  .grid--industries {
    display: block;
  }

  .industry-card {
    min-height: 420px;
    margin-bottom: 12px;
  }

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

  .stat-item {
    min-height: 150px;
    padding: 26px 20px;
  }

  .stat-item:nth-child(2) {
    border-right: 0;
  }

  .stat-item:nth-child(n+3) {
    border-top: 1px solid var(--border-medium);
  }

  .footer__masthead {
    font-size: clamp(2.5rem, 14vw, 5rem);
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__newsletter-form {
    flex-direction: column;
  }

  .leadership-grid.leader-count-4 .leader-card:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .container,
  .wrap {
    padding-inline: 18px;
  }

  .nav__brand {
    display: none;
  }

  .hero__title {
    width: 100%;
    font-size: clamp(2.25rem, 9.5vw, 2.85rem);
    overflow-wrap: anywhere;
  }

  .hero__content,
  .hero__subtitle {
    width: 100%;
    min-width: 0;
  }

  .hero__subtitle {
    font-size: 0.94rem;
    overflow-wrap: anywhere;
  }

  .hero__ctas {
    align-items: stretch;
  }

  .hero__ctas .btn,
  .cta-section__buttons .btn {
    width: 100%;
  }

  .hero__stats {
    grid-template-columns: 1fr 1fr;
  }

  .hero__stat-value {
    font-size: 1.8rem;
  }

  .hero__stat-label {
    font-size: 0.54rem;
    letter-spacing: 0.08em;
    overflow-wrap: anywhere;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item,
  .stat-item:nth-child(2) {
    border-right: 0;
    border-top: 1px solid var(--border-medium);
  }

  .stat-item:first-child {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Markcon + Mukio inspired layout layer */
body {
  counter-reset: ag-section;
  background:
    radial-gradient(circle at 18% 12%, rgba(212, 165, 40, 0.14), transparent 28rem),
    radial-gradient(circle at 88% 36%, rgba(42, 91, 168, 0.16), transparent 30rem),
    linear-gradient(180deg, #020816 0%, #06142b 46%, #030a18 100%);
}

.container,
.wrap {
  width: min(100% - 40px, 1560px);
}

.card,
.service-card,
.event-card,
.partner-card,
.team-card,
.leader-card,
.industry-card,
.testimonial-card,
.benefit-card,
.process-step {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
.hero__title,
.page-header h1,
.section-header h2,
.sh h2,
.card__title,
.service-card .card__title {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.section,
.sec {
  counter-increment: ag-section;
  position: relative;
  padding-block: clamp(92px, 10vw, 170px);
}

.section::before,
.sec::before {
  content: "{" counter(ag-section, decimal-leading-zero) "}";
  position: absolute;
  top: clamp(28px, 3.8vw, 62px);
  left: max(22px, calc((100vw - 1560px) / 2));
  z-index: 2;
  color: rgba(212, 165, 40, 0.72);
  font-family: var(--font-display);
  font-size: clamp(0.8rem, 1.05vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.2em;
}

.section::after,
.sec::after {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 40, 0.2), transparent);
  pointer-events: none;
}

.section-header,
.sh,
.section-header.text-center,
.sh.tc {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: clamp(28px, 5vw, 90px);
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(42px, 5vw, 82px);
  text-align: left;
}

.section-header h2,
.sh h2 {
  max-width: 980px;
  margin: 0;
  letter-spacing: -0.075em;
  line-height: 0.85;
}

.section-header p,
.sh p {
  max-width: 560px;
  margin: 0 0 0 auto;
  color: rgba(231, 237, 248, 0.72);
  font-size: clamp(0.98rem, 1.15vw, 1.16rem);
  line-height: 1.8;
}

.hero {
  min-height: 100svh;
  padding-top: calc(var(--nav-height) + 36px);
  background:
    radial-gradient(circle at 72% 22%, rgba(212, 165, 40, 0.2), transparent 26rem),
    linear-gradient(135deg, #020816 0%, #061a38 54%, #020816 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 11% 5% 12% auto;
  width: min(44vw, 720px);
  border: 1px solid rgba(212, 165, 40, 0.26);
  border-radius: clamp(28px, 3vw, 48px);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    rgba(255, 255, 255, 0.03);
  transform: rotate(-1.4deg);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
  pointer-events: none;
}

.hero__bg {
  inset: 14% 6% 15% auto;
  width: min(41vw, 680px);
  border-radius: clamp(24px, 2.7vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(212, 165, 40, 0.32);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48);
}

.hero__bg img {
  opacity: 0.9;
  filter: saturate(1.02) contrast(1.06);
}

.hero__overlay {
  background:
    linear-gradient(90deg, rgba(2, 8, 22, 0.98) 0%, rgba(2, 8, 22, 0.86) 42%, rgba(2, 8, 22, 0.22) 100%),
    linear-gradient(0deg, rgba(2, 8, 22, 0.78), transparent 45%);
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.hero__content {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  align-items: end;
  column-gap: clamp(34px, 6vw, 110px);
  padding-bottom: clamp(70px, 8vw, 126px);
}

.hero__label,
.hero__title,
.hero__subtitle,
.hero__ctas {
  grid-column: 1;
}

.hero__title {
  max-width: 1000px;
  font-size: clamp(4rem, 10.2vw, 12.5rem);
  line-height: 0.78;
  letter-spacing: -0.085em;
  text-wrap: balance;
}

.hero__subtitle {
  max-width: 720px;
  margin-top: clamp(24px, 2.4vw, 40px);
  color: rgba(231, 237, 248, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.85;
}

.hero__ctas {
  margin-top: clamp(30px, 3vw, 48px);
}

.hero__stats {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: clamp(46px, 5vw, 82px);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(212, 165, 40, 0.22);
  backdrop-filter: blur(18px);
}

.hero__stat {
  min-height: 146px;
  border-right: 1px solid rgba(212, 165, 40, 0.16);
}

.hero__stat:last-child {
  border-right: 0;
}

.hero__stat-value,
.stat-item__value,
.stat-number {
  letter-spacing: -0.07em;
  line-height: 0.86;
}

.page-header {
  min-height: clamp(620px, 78vh, 860px);
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-height) + 76px) 0 clamp(80px, 9vw, 140px);
  background:
    radial-gradient(circle at 80% 18%, rgba(212, 165, 40, 0.16), transparent 26rem),
    linear-gradient(135deg, #020816 0%, #071b38 55%, #020816 100%);
  overflow: hidden;
}

.page-header__bg {
  inset: auto 5.5% clamp(70px, 8vw, 126px) auto;
  width: min(39vw, 660px);
  height: clamp(360px, 50vh, 610px);
  border-radius: clamp(24px, 2.6vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(212, 165, 40, 0.3);
  background-size: cover;
  background-position: center;
  opacity: 0.92;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
}

.page-header__bg::after {
  background:
    linear-gradient(180deg, rgba(2, 8, 22, 0), rgba(2, 8, 22, 0.32)),
    linear-gradient(90deg, rgba(212, 165, 40, 0.12), transparent);
}

.page-header__overlay {
  background: linear-gradient(90deg, rgba(2, 8, 22, 0.98), rgba(2, 8, 22, 0.8) 42%, rgba(2, 8, 22, 0.25));
}

.page-header__content {
  max-width: min(820px, 58vw);
  padding-right: 0;
}

.page-header h1 {
  font-size: clamp(4.2rem, 7.15vw, 8.9rem);
  line-height: 0.84;
  letter-spacing: -0.085em;
  text-wrap: balance;
}

.page-header p {
  max-width: 700px;
  color: rgba(231, 237, 248, 0.75);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.85;
}

.breadcrumb,
.page-header__breadcrumb {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(212, 165, 40, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.about-section,
.grid--2 {
  gap: clamp(40px, 7vw, 116px);
}

.about-section > div,
.grid--2 > div {
  min-width: 0;
}

.about-section img,
.grid--2 img {
  width: 100%;
  border-radius: clamp(24px, 2.4vw, 42px) !important;
  border: 1px solid rgba(212, 165, 40, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34) !important;
}

.grid--services,
.grid--3:has(.service-card) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(212, 165, 40, 0.28), rgba(255, 255, 255, 0.08), rgba(212, 165, 40, 0.12));
  border: 1px solid rgba(212, 165, 40, 0.22);
  border-radius: clamp(24px, 2.2vw, 36px);
  overflow: hidden;
}

.grid--services .service-card,
.grid--3:has(.service-card) .service-card {
  min-height: clamp(320px, 29vw, 470px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(212, 165, 40, 0.14), transparent 16rem),
    rgba(4, 17, 36, 0.96);
  padding: clamp(30px, 4vw, 58px);
  display: flex;
  flex-direction: column;
}

.grid--services .service-card:nth-child(odd),
.grid--3:has(.service-card) .service-card:nth-child(odd) {
  background:
    radial-gradient(circle at 15% 12%, rgba(212, 165, 40, 0.12), transparent 16rem),
    rgba(6, 22, 48, 0.96);
}

.service-card__number {
  position: static;
  display: block;
  margin-bottom: auto;
  color: rgba(212, 165, 40, 0.3);
  font-size: clamp(3.2rem, 7vw, 8.5rem);
  line-height: 0.75;
  letter-spacing: -0.08em;
}

.card__icon {
  width: 56px;
  height: 56px;
  margin-top: clamp(32px, 4vw, 56px);
}

.card__title,
.service-card .card__title {
  max-width: 760px;
  margin-top: 24px;
  color: var(--text-primary);
  font-size: clamp(1.55rem, 2.2vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.card__text,
.service-card .card__text {
  max-width: 680px;
  color: rgba(231, 237, 248, 0.68);
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  line-height: 1.75;
}

.stats-grid {
  gap: 0;
  border: 1px solid rgba(212, 165, 40, 0.2);
  border-radius: clamp(24px, 2.4vw, 42px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
}

.stat-item {
  min-height: clamp(230px, 22vw, 330px);
  border-radius: 0;
  border: 0;
  border-right: 1px solid rgba(212, 165, 40, 0.15);
  background:
    radial-gradient(circle at 70% 15%, rgba(212, 165, 40, 0.12), transparent 14rem),
    rgba(4, 16, 35, 0.72);
}

.stat-item:last-child {
  border-right: 0;
}

.stat-item__value,
.stat-number {
  font-size: clamp(4rem, 7vw, 8rem);
}

.industry-card,
.partner-card,
.testimonial-card,
.card,
.leader-card,
.team-card,
.event-card {
  border-color: rgba(212, 165, 40, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
    rgba(4, 15, 34, 0.78);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

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

.grid--industries .industry-card {
  grid-column: span 2;
  min-height: 520px;
}

.grid--industries .industry-card:nth-child(1),
.grid--industries .industry-card:nth-child(2) {
  grid-column: span 3;
  min-height: 620px;
}

.logos-marquee,
.partner-logo,
.partner-card__logo {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(212, 165, 40, 0.16);
}

.footer {
  background:
    radial-gradient(circle at 22% 0%, rgba(212, 165, 40, 0.16), transparent 28rem),
    linear-gradient(180deg, #020816 0%, #010511 100%);
}

.footer__masthead {
  letter-spacing: -0.08em;
}

@media (max-width: 1180px) {
  .hero__content,
  .section-header,
  .sh,
  .section-header.text-center,
  .sh.tc {
    grid-template-columns: 1fr;
  }

  .hero__bg,
  .hero::before,
  .page-header__bg {
    opacity: 0.24;
    width: 84vw;
    inset: auto 5vw 8% auto;
  }

  .page-header__content {
    padding-right: 0;
  }

  .section-header p,
  .sh p {
    margin-left: 0;
  }

  .grid--industries,
  .grid--services,
  .grid--3:has(.service-card) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid--industries .industry-card,
  .grid--industries .industry-card:nth-child(1),
  .grid--industries .industry-card:nth-child(2) {
    grid-column: span 1;
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .container,
  .wrap {
    width: min(100% - 32px, 1560px);
  }

  .section,
  .sec {
    padding-block: 76px;
  }

  .section::before,
  .sec::before {
    left: 18px;
    top: 22px;
  }

  .hero {
    min-height: auto;
    padding-block: calc(var(--nav-height) + 48px) 52px;
  }

  .hero__content {
    display: block;
    padding-bottom: 0;
  }

  .hero__title {
    font-size: clamp(3.25rem, 18vw, 5.5rem);
  }

  .hero__bg,
  .hero::before,
  .page-header__bg {
    display: none;
  }

  .hero__stats,
  .stats-grid,
  .grid--services,
  .grid--3:has(.service-card),
  .grid--industries {
    grid-template-columns: 1fr;
  }

  .hero__stat,
  .stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(212, 165, 40, 0.14);
  }

  .hero__stat:last-child,
  .stat-item:last-child {
    border-bottom: 0;
  }

  .page-header {
    min-height: auto;
    padding-block: calc(var(--nav-height) + 58px) 70px;
  }

  .page-header h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .grid--industries .industry-card,
  .grid--industries .industry-card:nth-child(1),
  .grid--industries .industry-card:nth-child(2) {
    min-height: 390px;
  }
}
